@@ -21,6 +21,7 @@ import type * as _model_common__helpers_gameSystem_createSortByRanking from "../
2121import type * as _model_common__helpers_gameSystem_divideBaseStats from "../_model/common/_helpers/gameSystem/divideBaseStats.js" ;
2222import type * as _model_common__helpers_gameSystem_sumBaseStats from "../_model/common/_helpers/gameSystem/sumBaseStats.js" ;
2323import type * as _model_common__helpers_getCountryName from "../_model/common/_helpers/getCountryName.js" ;
24+ import type * as _model_common__helpers_getDocStrict from "../_model/common/_helpers/getDocStrict.js" ;
2425import type * as _model_common__helpers_getEnvironment from "../_model/common/_helpers/getEnvironment.js" ;
2526import type * as _model_common__helpers_getRange from "../_model/common/_helpers/getRange.js" ;
2627import type * as _model_common__helpers_getStaticEnumConvexValidator from "../_model/common/_helpers/getStaticEnumConvexValidator.js" ;
@@ -41,7 +42,9 @@ import type * as _model_common_themes from "../_model/common/themes.js";
4142import type * as _model_common_tournamentPairingConfig from "../_model/common/tournamentPairingConfig.js" ;
4243import type * as _model_common_tournamentStatus from "../_model/common/tournamentStatus.js" ;
4344import type * as _model_common_types from "../_model/common/types.js" ;
45+ import type * as _model_files_actions_convertImageToPdf from "../_model/files/actions/convertImageToPdf.js" ;
4446import type * as _model_files_index from "../_model/files/index.js" ;
47+ import type * as _model_files_queries_getFileMetadata from "../_model/files/queries/getFileMetadata.js" ;
4548import type * as _model_files_queries_getFileUrl from "../_model/files/queries/getFileUrl.js" ;
4649import type * as _model_friendships__helpers_deepenFriendship from "../_model/friendships/_helpers/deepenFriendship.js" ;
4750import type * as _model_friendships_index from "../_model/friendships/index.js" ;
@@ -51,10 +54,6 @@ import type * as _model_friendships_mutations_deleteFriendship from "../_model/f
5154import type * as _model_friendships_queries_getFriendship from "../_model/friendships/queries/getFriendship.js" ;
5255import type * as _model_friendships_queries_getFriendshipsByUser from "../_model/friendships/queries/getFriendshipsByUser.js" ;
5356import type * as _model_friendships_table from "../_model/friendships/table.js" ;
54- import type * as _model_gameSystems_battlefront_flamesOfWarV4__helpers_deepenListData from "../_model/gameSystems/battlefront/flamesOfWarV4/_helpers/deepenListData.js" ;
55- import type * as _model_gameSystems_battlefront_flamesOfWarV4__model_listData from "../_model/gameSystems/battlefront/flamesOfWarV4/_model/listData.js" ;
56- import type * as _model_gameSystems_battlefront_flamesOfWarV4_index from "../_model/gameSystems/battlefront/flamesOfWarV4/index.js" ;
57- import type * as _model_gameSystems_index from "../_model/gameSystems/index.js" ;
5857import type * as _model_leagueOrganizers__helpers_checkUserIsLeagueOrganizer from "../_model/leagueOrganizers/_helpers/checkUserIsLeagueOrganizer.js" ;
5958import type * as _model_leagueOrganizers__helpers_deepenLeagueOrganizer from "../_model/leagueOrganizers/_helpers/deepenLeagueOrganizer.js" ;
6059import type * as _model_leagueOrganizers_index from "../_model/leagueOrganizers/index.js" ;
@@ -80,10 +79,18 @@ import type * as _model_leagues_queries_getLeague from "../_model/leagues/querie
8079import type * as _model_leagues_queries_getLeagues from "../_model/leagues/queries/getLeagues.js" ;
8180import type * as _model_leagues_table from "../_model/leagues/table.js" ;
8281import type * as _model_leagues_types from "../_model/leagues/types.js" ;
82+ import type * as _model_lists__helpers_checkListSubmittedOnTime from "../_model/lists/_helpers/checkListSubmittedOnTime.js" ;
83+ import type * as _model_lists__helpers_checkListVisibility from "../_model/lists/_helpers/checkListVisibility.js" ;
8384import type * as _model_lists__helpers_deepenList from "../_model/lists/_helpers/deepenList.js" ;
85+ import type * as _model_lists__helpers_getAvailableActions from "../_model/lists/_helpers/getAvailableActions.js" ;
8486import type * as _model_lists_index from "../_model/lists/index.js" ;
85- import type * as _model_lists_mutations_importListData from "../_model/lists/mutations/importListData.js" ;
87+ import type * as _model_lists_mutations_createList from "../_model/lists/mutations/createList.js" ;
88+ import type * as _model_lists_mutations_deleteList from "../_model/lists/mutations/deleteList.js" ;
89+ import type * as _model_lists_mutations_toggleListApproval from "../_model/lists/mutations/toggleListApproval.js" ;
90+ import type * as _model_lists_mutations_updateList from "../_model/lists/mutations/updateList.js" ;
8691import type * as _model_lists_queries_getList from "../_model/lists/queries/getList.js" ;
92+ import type * as _model_lists_queries_getListsByTournamentRegistration from "../_model/lists/queries/getListsByTournamentRegistration.js" ;
93+ import type * as _model_lists_queries_getListsByUser from "../_model/lists/queries/getListsByUser.js" ;
8794import type * as _model_lists_table from "../_model/lists/table.js" ;
8895import type * as _model_matchResultComments__helpers_deepenMatchResultComment from "../_model/matchResultComments/_helpers/deepenMatchResultComment.js" ;
8996import type * as _model_matchResultComments_index from "../_model/matchResultComments/index.js" ;
@@ -122,6 +129,8 @@ import type * as _model_photos_index from "../_model/photos/index.js";
122129import type * as _model_photos_mutations_createPhoto from "../_model/photos/mutations/createPhoto.js" ;
123130import type * as _model_photos_queries_getPhoto from "../_model/photos/queries/getPhoto.js" ;
124131import type * as _model_photos_table from "../_model/photos/table.js" ;
132+ import type * as _model_tournamentCompetitors__helpers_checkUserIsTeamCaptain from "../_model/tournamentCompetitors/_helpers/checkUserIsTeamCaptain.js" ;
133+ import type * as _model_tournamentCompetitors__helpers_checkUsersAreTeammates from "../_model/tournamentCompetitors/_helpers/checkUsersAreTeammates.js" ;
125134import type * as _model_tournamentCompetitors__helpers_deepenTournamentCompetitor from "../_model/tournamentCompetitors/_helpers/deepenTournamentCompetitor.js" ;
126135import type * as _model_tournamentCompetitors__helpers_getAvailableActions from "../_model/tournamentCompetitors/_helpers/getAvailableActions.js" ;
127136import type * as _model_tournamentCompetitors__helpers_getDetails from "../_model/tournamentCompetitors/_helpers/getDetails.js" ;
@@ -335,6 +344,7 @@ declare const fullApi: ApiFromModules<{
335344 "_model/common/_helpers/gameSystem/divideBaseStats" : typeof _model_common__helpers_gameSystem_divideBaseStats ;
336345 "_model/common/_helpers/gameSystem/sumBaseStats" : typeof _model_common__helpers_gameSystem_sumBaseStats ;
337346 "_model/common/_helpers/getCountryName" : typeof _model_common__helpers_getCountryName ;
347+ "_model/common/_helpers/getDocStrict" : typeof _model_common__helpers_getDocStrict ;
338348 "_model/common/_helpers/getEnvironment" : typeof _model_common__helpers_getEnvironment ;
339349 "_model/common/_helpers/getRange" : typeof _model_common__helpers_getRange ;
340350 "_model/common/_helpers/getStaticEnumConvexValidator" : typeof _model_common__helpers_getStaticEnumConvexValidator ;
@@ -355,7 +365,9 @@ declare const fullApi: ApiFromModules<{
355365 "_model/common/tournamentPairingConfig" : typeof _model_common_tournamentPairingConfig ;
356366 "_model/common/tournamentStatus" : typeof _model_common_tournamentStatus ;
357367 "_model/common/types" : typeof _model_common_types ;
368+ "_model/files/actions/convertImageToPdf" : typeof _model_files_actions_convertImageToPdf ;
358369 "_model/files/index" : typeof _model_files_index ;
370+ "_model/files/queries/getFileMetadata" : typeof _model_files_queries_getFileMetadata ;
359371 "_model/files/queries/getFileUrl" : typeof _model_files_queries_getFileUrl ;
360372 "_model/friendships/_helpers/deepenFriendship" : typeof _model_friendships__helpers_deepenFriendship ;
361373 "_model/friendships/index" : typeof _model_friendships_index ;
@@ -365,10 +377,6 @@ declare const fullApi: ApiFromModules<{
365377 "_model/friendships/queries/getFriendship" : typeof _model_friendships_queries_getFriendship ;
366378 "_model/friendships/queries/getFriendshipsByUser" : typeof _model_friendships_queries_getFriendshipsByUser ;
367379 "_model/friendships/table" : typeof _model_friendships_table ;
368- "_model/gameSystems/battlefront/flamesOfWarV4/_helpers/deepenListData" : typeof _model_gameSystems_battlefront_flamesOfWarV4__helpers_deepenListData ;
369- "_model/gameSystems/battlefront/flamesOfWarV4/_model/listData" : typeof _model_gameSystems_battlefront_flamesOfWarV4__model_listData ;
370- "_model/gameSystems/battlefront/flamesOfWarV4/index" : typeof _model_gameSystems_battlefront_flamesOfWarV4_index ;
371- "_model/gameSystems/index" : typeof _model_gameSystems_index ;
372380 "_model/leagueOrganizers/_helpers/checkUserIsLeagueOrganizer" : typeof _model_leagueOrganizers__helpers_checkUserIsLeagueOrganizer ;
373381 "_model/leagueOrganizers/_helpers/deepenLeagueOrganizer" : typeof _model_leagueOrganizers__helpers_deepenLeagueOrganizer ;
374382 "_model/leagueOrganizers/index" : typeof _model_leagueOrganizers_index ;
@@ -394,10 +402,18 @@ declare const fullApi: ApiFromModules<{
394402 "_model/leagues/queries/getLeagues" : typeof _model_leagues_queries_getLeagues ;
395403 "_model/leagues/table" : typeof _model_leagues_table ;
396404 "_model/leagues/types" : typeof _model_leagues_types ;
405+ "_model/lists/_helpers/checkListSubmittedOnTime" : typeof _model_lists__helpers_checkListSubmittedOnTime ;
406+ "_model/lists/_helpers/checkListVisibility" : typeof _model_lists__helpers_checkListVisibility ;
397407 "_model/lists/_helpers/deepenList" : typeof _model_lists__helpers_deepenList ;
408+ "_model/lists/_helpers/getAvailableActions" : typeof _model_lists__helpers_getAvailableActions ;
398409 "_model/lists/index" : typeof _model_lists_index ;
399- "_model/lists/mutations/importListData" : typeof _model_lists_mutations_importListData ;
410+ "_model/lists/mutations/createList" : typeof _model_lists_mutations_createList ;
411+ "_model/lists/mutations/deleteList" : typeof _model_lists_mutations_deleteList ;
412+ "_model/lists/mutations/toggleListApproval" : typeof _model_lists_mutations_toggleListApproval ;
413+ "_model/lists/mutations/updateList" : typeof _model_lists_mutations_updateList ;
400414 "_model/lists/queries/getList" : typeof _model_lists_queries_getList ;
415+ "_model/lists/queries/getListsByTournamentRegistration" : typeof _model_lists_queries_getListsByTournamentRegistration ;
416+ "_model/lists/queries/getListsByUser" : typeof _model_lists_queries_getListsByUser ;
401417 "_model/lists/table" : typeof _model_lists_table ;
402418 "_model/matchResultComments/_helpers/deepenMatchResultComment" : typeof _model_matchResultComments__helpers_deepenMatchResultComment ;
403419 "_model/matchResultComments/index" : typeof _model_matchResultComments_index ;
@@ -436,6 +452,8 @@ declare const fullApi: ApiFromModules<{
436452 "_model/photos/mutations/createPhoto" : typeof _model_photos_mutations_createPhoto ;
437453 "_model/photos/queries/getPhoto" : typeof _model_photos_queries_getPhoto ;
438454 "_model/photos/table" : typeof _model_photos_table ;
455+ "_model/tournamentCompetitors/_helpers/checkUserIsTeamCaptain" : typeof _model_tournamentCompetitors__helpers_checkUserIsTeamCaptain ;
456+ "_model/tournamentCompetitors/_helpers/checkUsersAreTeammates" : typeof _model_tournamentCompetitors__helpers_checkUsersAreTeammates ;
439457 "_model/tournamentCompetitors/_helpers/deepenTournamentCompetitor" : typeof _model_tournamentCompetitors__helpers_deepenTournamentCompetitor ;
440458 "_model/tournamentCompetitors/_helpers/getAvailableActions" : typeof _model_tournamentCompetitors__helpers_getAvailableActions ;
441459 "_model/tournamentCompetitors/_helpers/getDetails" : typeof _model_tournamentCompetitors__helpers_getDetails ;
0 commit comments