@orlikfy/api-interfaces 4.2.3 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/api.d.ts +130 -763
  2. package/dist/api.js +13 -14
  3. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -35,39 +35,6 @@ export interface paths {
35
35
  patch?: never;
36
36
  trace?: never;
37
37
  };
38
- "/error-uncaught": {
39
- parameters: {
40
- query?: never;
41
- header?: never;
42
- path?: never;
43
- cookie?: never;
44
- };
45
- get: operations["getErrorUncaught"];
46
- put?: never;
47
- post?: never;
48
- delete?: never;
49
- options?: never;
50
- head?: never;
51
- patch?: never;
52
- trace?: never;
53
- };
54
- "/users/user-registered-cloud-fn-callback": {
55
- parameters: {
56
- query?: never;
57
- header?: never;
58
- path?: never;
59
- cookie?: never;
60
- };
61
- get?: never;
62
- put?: never;
63
- /** postUserRegistration */
64
- post: operations["postUserRegistration"];
65
- delete?: never;
66
- options?: never;
67
- head?: never;
68
- patch?: never;
69
- trace?: never;
70
- };
71
38
  "/games/{gameId}": {
72
39
  parameters: {
73
40
  query?: never;
@@ -87,27 +54,6 @@ export interface paths {
87
54
  patch?: never;
88
55
  trace?: never;
89
56
  };
90
- "/nearby-games": {
91
- parameters: {
92
- query?: never;
93
- header?: never;
94
- path?: never;
95
- cookie?: never;
96
- };
97
- /**
98
- * getNearbyGamesByLocation
99
- * @deprecated
100
- * @description Use /location instead
101
- */
102
- get: operations["getNearbyGamesDeprecated"];
103
- put?: never;
104
- post?: never;
105
- delete?: never;
106
- options?: never;
107
- head?: never;
108
- patch?: never;
109
- trace?: never;
110
- };
111
57
  "/nearby-games/locations": {
112
58
  parameters: {
113
59
  query?: never;
@@ -432,23 +378,6 @@ export interface paths {
432
378
  patch: operations["updateNearbyGamesAlertEnabled"];
433
379
  trace?: never;
434
380
  };
435
- "/users/logout": {
436
- parameters: {
437
- query?: never;
438
- header?: never;
439
- path?: never;
440
- cookie?: never;
441
- };
442
- get?: never;
443
- put?: never;
444
- /** logoutUser */
445
- post: operations["logoutUser"];
446
- delete?: never;
447
- options?: never;
448
- head?: never;
449
- patch?: never;
450
- trace?: never;
451
- };
452
381
  "/users/referral": {
453
382
  parameters: {
454
383
  query?: never;
@@ -502,23 +431,6 @@ export interface paths {
502
431
  patch: operations["setMyLanguage"];
503
432
  trace?: never;
504
433
  };
505
- "/users/me/stats": {
506
- parameters: {
507
- query?: never;
508
- header?: never;
509
- path?: never;
510
- cookie?: never;
511
- };
512
- /** getMyUserStats */
513
- get: operations["getMyUserStats"];
514
- put?: never;
515
- post?: never;
516
- delete?: never;
517
- options?: never;
518
- head?: never;
519
- patch?: never;
520
- trace?: never;
521
- };
522
434
  "/user-meta/push-notification-enabled": {
523
435
  parameters: {
524
436
  query?: never;
@@ -860,26 +772,6 @@ export interface paths {
860
772
  patch?: never;
861
773
  trace?: never;
862
774
  };
863
- "/admin/restore-recurring-game": {
864
- parameters: {
865
- query?: never;
866
- header?: never;
867
- path?: never;
868
- cookie?: never;
869
- };
870
- get?: never;
871
- put?: never;
872
- /**
873
- * Restore abandoned recurring game
874
- * @description Creates a new scheduled task to restore an abandoned recurring game by scheduling the next occurrence
875
- */
876
- post: operations["restoreRecurringGame"];
877
- delete?: never;
878
- options?: never;
879
- head?: never;
880
- patch?: never;
881
- trace?: never;
882
- };
883
775
  "/admin/adhoc/remove-old-game-chats": {
884
776
  parameters: {
885
777
  query?: never;
@@ -948,61 +840,6 @@ export interface paths {
948
840
  patch?: never;
949
841
  trace?: never;
950
842
  };
951
- "/admin/games-for-post-public": {
952
- parameters: {
953
- query?: never;
954
- header?: never;
955
- path?: never;
956
- cookie?: never;
957
- };
958
- /** getGamesForPostPublic */
959
- get: operations["getGamesForPostPublic"];
960
- put?: never;
961
- post?: never;
962
- delete?: never;
963
- options?: never;
964
- head?: never;
965
- patch?: never;
966
- trace?: never;
967
- };
968
- "/admin/moderation/game/{gameId}": {
969
- parameters: {
970
- query?: never;
971
- header?: never;
972
- path: {
973
- gameId: string;
974
- };
975
- cookie?: never;
976
- };
977
- get?: never;
978
- put?: never;
979
- post?: never;
980
- /** cancelGameByAdmin */
981
- delete: operations["cancelGameByAdmin"];
982
- options?: never;
983
- head?: never;
984
- patch?: never;
985
- trace?: never;
986
- };
987
- "/admin/moderation/user/{userId}": {
988
- parameters: {
989
- query?: never;
990
- header?: never;
991
- path: {
992
- userId: string;
993
- };
994
- cookie?: never;
995
- };
996
- get?: never;
997
- put?: never;
998
- post?: never;
999
- /** deleteUserByAdmin */
1000
- delete: operations["deleteUserByAdmin"];
1001
- options?: never;
1002
- head?: never;
1003
- patch?: never;
1004
- trace?: never;
1005
- };
1006
843
  "/admin/test-notifications/action-push": {
1007
844
  parameters: {
1008
845
  query?: never;
@@ -1053,26 +890,6 @@ export interface paths {
1053
890
  delete?: never;
1054
891
  options?: never;
1055
892
  head?: never;
1056
- /** updateChannelDetails */
1057
- patch: operations["updateChannelDetails"];
1058
- trace?: never;
1059
- };
1060
- "/chat/channel/{channelId}/members": {
1061
- parameters: {
1062
- query?: never;
1063
- header?: never;
1064
- path: {
1065
- channelId: string;
1066
- };
1067
- cookie?: never;
1068
- };
1069
- /** getChannelMembers */
1070
- get: operations["getChannelMembers"];
1071
- put?: never;
1072
- post?: never;
1073
- delete?: never;
1074
- options?: never;
1075
- head?: never;
1076
893
  patch?: never;
1077
894
  trace?: never;
1078
895
  };
@@ -1163,6 +980,40 @@ export interface paths {
1163
980
  patch?: never;
1164
981
  trace?: never;
1165
982
  };
983
+ "/game-notifications/scheduled-notification": {
984
+ parameters: {
985
+ query?: never;
986
+ header?: never;
987
+ path?: never;
988
+ cookie?: never;
989
+ };
990
+ get?: never;
991
+ put?: never;
992
+ /** process scheduled notification */
993
+ post: operations["processScheduledNotification"];
994
+ delete?: never;
995
+ options?: never;
996
+ head?: never;
997
+ patch?: never;
998
+ trace?: never;
999
+ };
1000
+ "/rating/app": {
1001
+ parameters: {
1002
+ query?: never;
1003
+ header?: never;
1004
+ path?: never;
1005
+ cookie?: never;
1006
+ };
1007
+ get?: never;
1008
+ put?: never;
1009
+ /** create app rating by user */
1010
+ post: operations["createRating"];
1011
+ delete?: never;
1012
+ options?: never;
1013
+ head?: never;
1014
+ patch?: never;
1015
+ trace?: never;
1016
+ };
1166
1017
  "/games/{gameId}/player-applications": {
1167
1018
  parameters: {
1168
1019
  query?: never;
@@ -1353,40 +1204,6 @@ export interface paths {
1353
1204
  patch?: never;
1354
1205
  trace?: never;
1355
1206
  };
1356
- "/game-notifications/scheduled-notification": {
1357
- parameters: {
1358
- query?: never;
1359
- header?: never;
1360
- path?: never;
1361
- cookie?: never;
1362
- };
1363
- get?: never;
1364
- put?: never;
1365
- /** process scheduled notification */
1366
- post: operations["processScheduledNotification"];
1367
- delete?: never;
1368
- options?: never;
1369
- head?: never;
1370
- patch?: never;
1371
- trace?: never;
1372
- };
1373
- "/rating/app": {
1374
- parameters: {
1375
- query?: never;
1376
- header?: never;
1377
- path?: never;
1378
- cookie?: never;
1379
- };
1380
- get?: never;
1381
- put?: never;
1382
- /** create app rating by user */
1383
- post: operations["createRating"];
1384
- delete?: never;
1385
- options?: never;
1386
- head?: never;
1387
- patch?: never;
1388
- trace?: never;
1389
- };
1390
1207
  "/contact/message": {
1391
1208
  parameters: {
1392
1209
  query?: never;
@@ -1728,13 +1545,6 @@ export interface components {
1728
1545
  context: string;
1729
1546
  contextDetails: string;
1730
1547
  };
1731
- UserRegisteredPayloadDto: {
1732
- uid: string;
1733
- email?: string;
1734
- displayName?: string;
1735
- phoneNumber?: string;
1736
- photoURL?: string;
1737
- };
1738
1548
  /** @enum {string} */
1739
1549
  visibility: Visibility;
1740
1550
  HostRatingDto: {
@@ -2059,12 +1869,6 @@ export interface components {
2059
1869
  UpdateNearbyGamesEnabledDto: {
2060
1870
  isEnabled: boolean;
2061
1871
  };
2062
- LogoutResponseDto: {
2063
- /** @description Logout success status */
2064
- success: boolean;
2065
- /** @description Logout message */
2066
- message: string;
2067
- };
2068
1872
  PostMyUserReferralDto: {
2069
1873
  /** @description Referral user id */
2070
1874
  referralId: string | null;
@@ -2111,11 +1915,6 @@ export interface components {
2111
1915
  SetLanguageDto: {
2112
1916
  language: components["schemas"]["AppLanguage"];
2113
1917
  };
2114
- UserStatsDto: {
2115
- userId: string;
2116
- playedGames: number;
2117
- hostedGames: number;
2118
- };
2119
1918
  UpsertUserMetaBooleanDto: {
2120
1919
  value: boolean;
2121
1920
  };
@@ -2203,7 +2002,7 @@ export interface components {
2203
2002
  */
2204
2003
  leftAt: string | null;
2205
2004
  };
2206
- HostedGamesItemDto: {
2005
+ HostedGameItemDto: {
2207
2006
  gameId: string;
2208
2007
  hostId: string;
2209
2008
  host: components["schemas"]["HostDto"];
@@ -2254,8 +2053,8 @@ export interface components {
2254
2053
  visibility?: components["schemas"]["visibility"];
2255
2054
  locationType?: components["schemas"]["AppGameLocationType"];
2256
2055
  };
2257
- HostedGamesDto: {
2258
- hostedGames: components["schemas"]["HostedGamesItemDto"][];
2056
+ HostedGameDto: {
2057
+ hostedGames: components["schemas"]["HostedGameItemDto"][];
2259
2058
  };
2260
2059
  HostedGameInvitationDto: {
2261
2060
  gameInvitationId: string;
@@ -2911,6 +2710,10 @@ export interface components {
2911
2710
  /** @description Daily user registration counts */
2912
2711
  dailyRegistrations: components["schemas"]["DailyStatsDto"][];
2913
2712
  };
2713
+ /** @enum {string} */
2714
+ AdminGameTypeFilter: AdminGameTypeFilter;
2715
+ /** @enum {string} */
2716
+ GameVisibility: GameVisibility;
2914
2717
  AdminGamePlayerDto: {
2915
2718
  playerId: string;
2916
2719
  gamePlayerId: string;
@@ -2949,6 +2752,8 @@ export interface components {
2949
2752
  paymentTypes: components["schemas"]["paymentTypes"][];
2950
2753
  gamePlayers: components["schemas"]["AdminGamePlayerDto"][];
2951
2754
  gameContactPhone?: string;
2755
+ /** Format: date-time */
2756
+ createdAt: string;
2952
2757
  };
2953
2758
  AdminGamesDto: {
2954
2759
  adminGames: components["schemas"]["AdminGameDto"][];
@@ -2987,21 +2792,6 @@ export interface components {
2987
2792
  GetKnownCitiesForPostDto: {
2988
2793
  knownCities: string[];
2989
2794
  };
2990
- RestoreRecurringGameDto: {
2991
- /**
2992
- * @description ID of the abandoned recurring game to restore
2993
- * @example 123e4567-e89b-12d3-a456-426614174000
2994
- */
2995
- gameId: string;
2996
- };
2997
- RestoreRecurringGameResponseDto: {
2998
- /** @description Success status */
2999
- success: boolean;
3000
- /** @description Message describing the result */
3001
- message: string;
3002
- /** @description ID of the scheduled task created for restoration */
3003
- scheduledTaskId?: string;
3004
- };
3005
2795
  PostCustomNotificationDto: {
3006
2796
  userIds: string[] | null;
3007
2797
  test: boolean;
@@ -3041,21 +2831,9 @@ export interface components {
3041
2831
  secondUserId: string | null;
3042
2832
  teamId: string | null;
3043
2833
  };
3044
- ChannelMemberDto: {
3045
- userId: string;
3046
- displayName: string;
3047
- thumbnail: string | null;
3048
- role: string;
3049
- };
3050
- GetChannelMembersDto: {
3051
- members: components["schemas"]["ChannelMemberDto"][];
3052
- };
3053
2834
  SetChannelMutedDto: {
3054
2835
  isMuted: boolean;
3055
2836
  };
3056
- UpdateChannelDetailsDto: {
3057
- name: string;
3058
- };
3059
2837
  GetMyChatUserDto: {
3060
2838
  chatUserExternalId: string;
3061
2839
  token: string | null;
@@ -3075,6 +2853,17 @@ export interface components {
3075
2853
  channelExternalId: string;
3076
2854
  member: components["schemas"]["SingleChannelMemberDto"];
3077
2855
  };
2856
+ CreateAppRatingDto: {
2857
+ /**
2858
+ * @deprecated
2859
+ * @description Use appRate
2860
+ */
2861
+ rating?: Record<string, never> | null;
2862
+ appRate?: number | null;
2863
+ hostRate?: number | null;
2864
+ comment: string;
2865
+ gameId: string;
2866
+ };
3078
2867
  CreatedGamePlayerApplicationDto: {
3079
2868
  gamePlayerApplicationId: string;
3080
2869
  autoApproved: boolean;
@@ -3141,17 +2930,6 @@ export interface components {
3141
2930
  UpdateTeamMemberDto: {
3142
2931
  isAutoApproved: boolean;
3143
2932
  };
3144
- CreateAppRatingDto: {
3145
- /**
3146
- * @deprecated
3147
- * @description Use appRate
3148
- */
3149
- rating?: Record<string, never> | null;
3150
- appRate?: number | null;
3151
- hostRate?: number | null;
3152
- comment: string;
3153
- gameId: string;
3154
- };
3155
2933
  CreateContactMessageDto: {
3156
2934
  message: string;
3157
2935
  };
@@ -3261,7 +3039,6 @@ export interface components {
3261
3039
  }
3262
3040
  export type MessageForClient = components['schemas']['MessageForClient'];
3263
3041
  export type ErrorResponse = components['schemas']['ErrorResponse'];
3264
- export type UserRegisteredPayloadDto = components['schemas']['UserRegisteredPayloadDto'];
3265
3042
  export type HostRatingDto = components['schemas']['HostRatingDto'];
3266
3043
  export type GameDetailsHostDto = components['schemas']['GameDetailsHostDto'];
3267
3044
  export type CoordinatesDto = components['schemas']['CoordinatesDto'];
@@ -3296,12 +3073,10 @@ export type CreateNearbyGamesAlertDto = components['schemas']['CreateNearbyGames
3296
3073
  export type GetNearbyGamesAlertDto = components['schemas']['GetNearbyGamesAlertDto'];
3297
3074
  export type UpdateNearbyGamesAlertLocationDto = components['schemas']['UpdateNearbyGamesAlertLocationDto'];
3298
3075
  export type UpdateNearbyGamesEnabledDto = components['schemas']['UpdateNearbyGamesEnabledDto'];
3299
- export type LogoutResponseDto = components['schemas']['LogoutResponseDto'];
3300
3076
  export type PostMyUserReferralDto = components['schemas']['PostMyUserReferralDto'];
3301
3077
  export type MyUserDto = components['schemas']['MyUserDto'];
3302
3078
  export type UpdatePartialUserDto = components['schemas']['UpdatePartialUserDto'];
3303
3079
  export type SetLanguageDto = components['schemas']['SetLanguageDto'];
3304
- export type UserStatsDto = components['schemas']['UserStatsDto'];
3305
3080
  export type UpsertUserMetaBooleanDto = components['schemas']['UpsertUserMetaBooleanDto'];
3306
3081
  export type CreateHostedGameDto = components['schemas']['CreateHostedGameDto'];
3307
3082
  export type HostedGameDtoLocation = components['schemas']['HostedGameDtoLocation'];
@@ -3309,9 +3084,9 @@ export type CommonUserDto = components['schemas']['CommonUserDto'];
3309
3084
  export type CommonUserPenaltyDto = components['schemas']['CommonUserPenaltyDto'];
3310
3085
  export type HostedGamePlayerApplicationDto = components['schemas']['HostedGamePlayerApplicationDto'];
3311
3086
  export type HostedGamePlayerDto = components['schemas']['HostedGamePlayerDto'];
3312
- export type HostedGamesItemDto = components['schemas']['HostedGamesItemDto'];
3087
+ export type HostedGameItemDto = components['schemas']['HostedGameItemDto'];
3313
3088
  export type UpdatePartialHostedGameDto = components['schemas']['UpdatePartialHostedGameDto'];
3314
- export type HostedGamesDto = components['schemas']['HostedGamesDto'];
3089
+ export type HostedGameDto = components['schemas']['HostedGameDto'];
3315
3090
  export type HostedGameInvitationDto = components['schemas']['HostedGameInvitationDto'];
3316
3091
  export type HostedGameDetailsDto = components['schemas']['HostedGameDetailsDto'];
3317
3092
  export type FbGroupDto = components['schemas']['FbGroupDto'];
@@ -3384,20 +3159,16 @@ export type GamesByLocation = components['schemas']['GamesByLocation'];
3384
3159
  export type GetAdminGamesForPostDto = components['schemas']['GetAdminGamesForPostDto'];
3385
3160
  export type GetAdminGamesStatsDto = components['schemas']['GetAdminGamesStatsDto'];
3386
3161
  export type GetKnownCitiesForPostDto = components['schemas']['GetKnownCitiesForPostDto'];
3387
- export type RestoreRecurringGameDto = components['schemas']['RestoreRecurringGameDto'];
3388
- export type RestoreRecurringGameResponseDto = components['schemas']['RestoreRecurringGameResponseDto'];
3389
3162
  export type PostCustomNotificationDto = components['schemas']['PostCustomNotificationDto'];
3390
3163
  export type TestActionNotificationDto = components['schemas']['TestActionNotificationDto'];
3391
3164
  export type ChannelGameDto = components['schemas']['ChannelGameDto'];
3392
3165
  export type GetChannelDetailsDto = components['schemas']['GetChannelDetailsDto'];
3393
- export type ChannelMemberDto = components['schemas']['ChannelMemberDto'];
3394
- export type GetChannelMembersDto = components['schemas']['GetChannelMembersDto'];
3395
3166
  export type SetChannelMutedDto = components['schemas']['SetChannelMutedDto'];
3396
- export type UpdateChannelDetailsDto = components['schemas']['UpdateChannelDetailsDto'];
3397
3167
  export type GetMyChatUserDto = components['schemas']['GetMyChatUserDto'];
3398
3168
  export type CreateOrGetSingleChannelDto = components['schemas']['CreateOrGetSingleChannelDto'];
3399
3169
  export type SingleChannelMemberDto = components['schemas']['SingleChannelMemberDto'];
3400
3170
  export type SingleChannelDto = components['schemas']['SingleChannelDto'];
3171
+ export type CreateAppRatingDto = components['schemas']['CreateAppRatingDto'];
3401
3172
  export type CreatedGamePlayerApplicationDto = components['schemas']['CreatedGamePlayerApplicationDto'];
3402
3173
  export type RejectManyGamePlayerApplicationsDto = components['schemas']['RejectManyGamePlayerApplicationsDto'];
3403
3174
  export type ApproveManyGamePlayerApplicationsDto = components['schemas']['ApproveManyGamePlayerApplicationsDto'];
@@ -3413,7 +3184,6 @@ export type TeamMemberCandidateDto = components['schemas']['TeamMemberCandidateD
3413
3184
  export type GetTeamMemberCandidatesDto = components['schemas']['GetTeamMemberCandidatesDto'];
3414
3185
  export type CreateTeamMembersDto = components['schemas']['CreateTeamMembersDto'];
3415
3186
  export type UpdateTeamMemberDto = components['schemas']['UpdateTeamMemberDto'];
3416
- export type CreateAppRatingDto = components['schemas']['CreateAppRatingDto'];
3417
3187
  export type CreateContactMessageDto = components['schemas']['CreateContactMessageDto'];
3418
3188
  export type UserProfileStatsDto = components['schemas']['UserProfileStatsDto'];
3419
3189
  export type UserProfileDto = components['schemas']['UserProfileDto'];
@@ -3499,76 +3269,6 @@ export interface operations {
3499
3269
  };
3500
3270
  };
3501
3271
  };
3502
- getErrorUncaught: {
3503
- parameters: {
3504
- query?: never;
3505
- header?: {
3506
- /** @description Request trace id for logs */
3507
- "x-trace-request-id"?: string;
3508
- /** @description Session trace id for logs */
3509
- "x-trace-session-id"?: string;
3510
- /** @description IANA Timezone */
3511
- "x-timezone"?: string;
3512
- };
3513
- path?: never;
3514
- cookie?: never;
3515
- };
3516
- requestBody?: never;
3517
- responses: {
3518
- 200: {
3519
- headers: {
3520
- [name: string]: unknown;
3521
- };
3522
- content?: never;
3523
- };
3524
- /** @description Application Error */
3525
- 500: {
3526
- headers: {
3527
- [name: string]: unknown;
3528
- };
3529
- content: {
3530
- "application/json": components["schemas"]["ErrorResponse"];
3531
- };
3532
- };
3533
- };
3534
- };
3535
- postUserRegistration: {
3536
- parameters: {
3537
- query?: never;
3538
- header?: {
3539
- /** @description Request trace id for logs */
3540
- "x-trace-request-id"?: string;
3541
- /** @description Session trace id for logs */
3542
- "x-trace-session-id"?: string;
3543
- /** @description IANA Timezone */
3544
- "x-timezone"?: string;
3545
- };
3546
- path?: never;
3547
- cookie?: never;
3548
- };
3549
- requestBody: {
3550
- content: {
3551
- "application/json": components["schemas"]["UserRegisteredPayloadDto"];
3552
- };
3553
- };
3554
- responses: {
3555
- 201: {
3556
- headers: {
3557
- [name: string]: unknown;
3558
- };
3559
- content?: never;
3560
- };
3561
- /** @description Application Error */
3562
- 500: {
3563
- headers: {
3564
- [name: string]: unknown;
3565
- };
3566
- content: {
3567
- "application/json": components["schemas"]["ErrorResponse"];
3568
- };
3569
- };
3570
- };
3571
- };
3572
3272
  getGameById: {
3573
3273
  parameters: {
3574
3274
  query?: never;
@@ -3606,49 +3306,6 @@ export interface operations {
3606
3306
  };
3607
3307
  };
3608
3308
  };
3609
- getNearbyGamesDeprecated: {
3610
- parameters: {
3611
- query?: {
3612
- longitude?: string;
3613
- latitude?: string;
3614
- maxDistanceMeters?: string;
3615
- gameLevel?: components["schemas"]["gameLevelEnum"][];
3616
- locationType?: components["schemas"]["AppGameLocationType"][];
3617
- specificDate?: string;
3618
- /** @description Show private games, available only for admins. */
3619
- showPrivate?: string;
3620
- };
3621
- header: {
3622
- "x-timezone": string;
3623
- /** @description Request trace id for logs */
3624
- "x-trace-request-id"?: string;
3625
- /** @description Session trace id for logs */
3626
- "x-trace-session-id"?: string;
3627
- };
3628
- path?: never;
3629
- cookie?: never;
3630
- };
3631
- requestBody?: never;
3632
- responses: {
3633
- 200: {
3634
- headers: {
3635
- [name: string]: unknown;
3636
- };
3637
- content: {
3638
- "application/json": components["schemas"]["NearbyGamesByLocationDto"];
3639
- };
3640
- };
3641
- /** @description Application Error */
3642
- 500: {
3643
- headers: {
3644
- [name: string]: unknown;
3645
- };
3646
- content: {
3647
- "application/json": components["schemas"]["ErrorResponse"];
3648
- };
3649
- };
3650
- };
3651
- };
3652
3309
  getNearbyGamesByLocation: {
3653
3310
  parameters: {
3654
3311
  query?: {
@@ -4461,42 +4118,6 @@ export interface operations {
4461
4118
  };
4462
4119
  };
4463
4120
  };
4464
- logoutUser: {
4465
- parameters: {
4466
- query?: never;
4467
- header: {
4468
- Authorization: string;
4469
- /** @description Request trace id for logs */
4470
- "x-trace-request-id"?: string;
4471
- /** @description Session trace id for logs */
4472
- "x-trace-session-id"?: string;
4473
- /** @description IANA Timezone */
4474
- "x-timezone"?: string;
4475
- };
4476
- path?: never;
4477
- cookie?: never;
4478
- };
4479
- requestBody?: never;
4480
- responses: {
4481
- 200: {
4482
- headers: {
4483
- [name: string]: unknown;
4484
- };
4485
- content: {
4486
- "application/json": components["schemas"]["LogoutResponseDto"];
4487
- };
4488
- };
4489
- /** @description Application Error */
4490
- 500: {
4491
- headers: {
4492
- [name: string]: unknown;
4493
- };
4494
- content: {
4495
- "application/json": components["schemas"]["ErrorResponse"];
4496
- };
4497
- };
4498
- };
4499
- };
4500
4121
  postMyUserReferral: {
4501
4122
  parameters: {
4502
4123
  query?: never;
@@ -4682,41 +4303,6 @@ export interface operations {
4682
4303
  };
4683
4304
  };
4684
4305
  };
4685
- getMyUserStats: {
4686
- parameters: {
4687
- query?: never;
4688
- header?: {
4689
- /** @description Request trace id for logs */
4690
- "x-trace-request-id"?: string;
4691
- /** @description Session trace id for logs */
4692
- "x-trace-session-id"?: string;
4693
- /** @description IANA Timezone */
4694
- "x-timezone"?: string;
4695
- };
4696
- path?: never;
4697
- cookie?: never;
4698
- };
4699
- requestBody?: never;
4700
- responses: {
4701
- 200: {
4702
- headers: {
4703
- [name: string]: unknown;
4704
- };
4705
- content: {
4706
- "application/json": components["schemas"]["UserStatsDto"];
4707
- };
4708
- };
4709
- /** @description Application Error */
4710
- 500: {
4711
- headers: {
4712
- [name: string]: unknown;
4713
- };
4714
- content: {
4715
- "application/json": components["schemas"]["ErrorResponse"];
4716
- };
4717
- };
4718
- };
4719
- };
4720
4306
  upsertUserMetaPushNotificationEnabledValue: {
4721
4307
  parameters: {
4722
4308
  query?: never;
@@ -4779,7 +4365,7 @@ export interface operations {
4779
4365
  [name: string]: unknown;
4780
4366
  };
4781
4367
  content: {
4782
- "application/json": components["schemas"]["HostedGamesItemDto"];
4368
+ "application/json": components["schemas"]["HostedGameItemDto"];
4783
4369
  };
4784
4370
  };
4785
4371
  /** @description GameStartDateBeforeCurrentDatePlusOffset, GameEndDateBeforeStartDate */
@@ -4903,7 +4489,7 @@ export interface operations {
4903
4489
  [name: string]: unknown;
4904
4490
  };
4905
4491
  content: {
4906
- "application/json": components["schemas"]["HostedGamesItemDto"];
4492
+ "application/json": components["schemas"]["HostedGameItemDto"];
4907
4493
  };
4908
4494
  };
4909
4495
  /** @description GameStartDateBeforeCurrentDatePlusOffset, GameEndDateBeforeStartDate, CannotEditGameAfterItsFinished */
@@ -4948,7 +4534,7 @@ export interface operations {
4948
4534
  [name: string]: unknown;
4949
4535
  };
4950
4536
  content: {
4951
- "application/json": components["schemas"]["HostedGamesDto"];
4537
+ "application/json": components["schemas"]["HostedGameDto"];
4952
4538
  };
4953
4539
  };
4954
4540
  /** @description Application Error */
@@ -4986,7 +4572,7 @@ export interface operations {
4986
4572
  [name: string]: unknown;
4987
4573
  };
4988
4574
  content: {
4989
- "application/json": components["schemas"]["HostedGamesDto"];
4575
+ "application/json": components["schemas"]["HostedGameDto"];
4990
4576
  };
4991
4577
  };
4992
4578
  /** @description Application Error */
@@ -5436,8 +5022,14 @@ export interface operations {
5436
5022
  getGames: {
5437
5023
  parameters: {
5438
5024
  query?: {
5439
- /** @description Default 7 */
5025
+ /** @description Number of days to look back. Default 7 */
5440
5026
  daysBefore?: number;
5027
+ /** @description Filter by game type. Omit for all. */
5028
+ gameType?: components["schemas"]["AdminGameTypeFilter"];
5029
+ /** @description Filter by visibility. Omit for all. */
5030
+ visibility?: components["schemas"]["GameVisibility"];
5031
+ /** @description Filter by city name */
5032
+ city?: string;
5441
5033
  };
5442
5034
  header?: {
5443
5035
  /** @description Request trace id for logs */
@@ -5592,45 +5184,6 @@ export interface operations {
5592
5184
  };
5593
5185
  };
5594
5186
  };
5595
- restoreRecurringGame: {
5596
- parameters: {
5597
- query?: never;
5598
- header?: {
5599
- /** @description Request trace id for logs */
5600
- "x-trace-request-id"?: string;
5601
- /** @description Session trace id for logs */
5602
- "x-trace-session-id"?: string;
5603
- /** @description IANA Timezone */
5604
- "x-timezone"?: string;
5605
- };
5606
- path?: never;
5607
- cookie?: never;
5608
- };
5609
- requestBody: {
5610
- content: {
5611
- "application/json": components["schemas"]["RestoreRecurringGameDto"];
5612
- };
5613
- };
5614
- responses: {
5615
- 200: {
5616
- headers: {
5617
- [name: string]: unknown;
5618
- };
5619
- content: {
5620
- "application/json": components["schemas"]["RestoreRecurringGameResponseDto"];
5621
- };
5622
- };
5623
- /** @description Application Error */
5624
- 500: {
5625
- headers: {
5626
- [name: string]: unknown;
5627
- };
5628
- content: {
5629
- "application/json": components["schemas"]["ErrorResponse"];
5630
- };
5631
- };
5632
- };
5633
- };
5634
5187
  removeOldGameChats: {
5635
5188
  parameters: {
5636
5189
  query?: {
@@ -5776,113 +5329,6 @@ export interface operations {
5776
5329
  };
5777
5330
  };
5778
5331
  };
5779
- getGamesForPostPublic: {
5780
- parameters: {
5781
- query?: {
5782
- /** @description City name to filter games by. Possible values: */
5783
- city?: string;
5784
- /** @description It overrides default for city */
5785
- radiusInKM?: string;
5786
- /** @description Default true. If false, only games with free slots will be returned */
5787
- returnFullGames?: unknown;
5788
- /** @description Default 3. Games will be fetched from gameStartDaysOffset to gameStartDaysOffset+gameEndDaysOffset */
5789
- gameEndDaysOffset?: unknown;
5790
- };
5791
- header?: {
5792
- /** @description Request trace id for logs */
5793
- "x-trace-request-id"?: string;
5794
- /** @description Session trace id for logs */
5795
- "x-trace-session-id"?: string;
5796
- /** @description IANA Timezone */
5797
- "x-timezone"?: string;
5798
- };
5799
- path?: never;
5800
- cookie?: never;
5801
- };
5802
- requestBody?: never;
5803
- responses: {
5804
- 200: {
5805
- headers: {
5806
- [name: string]: unknown;
5807
- };
5808
- content: {
5809
- "application/json": components["schemas"]["GetAdminGamesForPostDto"];
5810
- };
5811
- };
5812
- /** @description Application Error */
5813
- 500: {
5814
- headers: {
5815
- [name: string]: unknown;
5816
- };
5817
- content: {
5818
- "application/json": components["schemas"]["ErrorResponse"];
5819
- };
5820
- };
5821
- };
5822
- };
5823
- cancelGameByAdmin: {
5824
- parameters: {
5825
- query?: {
5826
- cancellationReason?: string;
5827
- };
5828
- header?: {
5829
- /** @description Request trace id for logs */
5830
- "x-trace-request-id"?: string;
5831
- /** @description Session trace id for logs */
5832
- "x-trace-session-id"?: string;
5833
- /** @description IANA Timezone */
5834
- "x-timezone"?: string;
5835
- };
5836
- path: {
5837
- gameId: string;
5838
- };
5839
- cookie?: never;
5840
- };
5841
- requestBody?: never;
5842
- responses: {
5843
- 200: {
5844
- headers: {
5845
- [name: string]: unknown;
5846
- };
5847
- content?: never;
5848
- };
5849
- /** @description Application Error */
5850
- 500: {
5851
- headers: {
5852
- [name: string]: unknown;
5853
- };
5854
- content: {
5855
- "application/json": components["schemas"]["ErrorResponse"];
5856
- };
5857
- };
5858
- };
5859
- };
5860
- deleteUserByAdmin: {
5861
- parameters: {
5862
- query?: never;
5863
- header?: {
5864
- /** @description Request trace id for logs */
5865
- "x-trace-request-id"?: string;
5866
- /** @description Session trace id for logs */
5867
- "x-trace-session-id"?: string;
5868
- /** @description IANA Timezone */
5869
- "x-timezone"?: string;
5870
- };
5871
- path: {
5872
- userId: string;
5873
- };
5874
- cookie?: never;
5875
- };
5876
- requestBody?: never;
5877
- responses: {
5878
- 200: {
5879
- headers: {
5880
- [name: string]: unknown;
5881
- };
5882
- content?: never;
5883
- };
5884
- };
5885
- };
5886
5332
  testActionNotification: {
5887
5333
  parameters: {
5888
5334
  query?: never;
@@ -5997,7 +5443,7 @@ export interface operations {
5997
5443
  };
5998
5444
  };
5999
5445
  };
6000
- updateChannelDetails: {
5446
+ muteChannel: {
6001
5447
  parameters: {
6002
5448
  query?: never;
6003
5449
  header?: {
@@ -6015,7 +5461,7 @@ export interface operations {
6015
5461
  };
6016
5462
  requestBody: {
6017
5463
  content: {
6018
- "application/json": components["schemas"]["UpdateChannelDetailsDto"];
5464
+ "application/json": components["schemas"]["SetChannelMutedDto"];
6019
5465
  };
6020
5466
  };
6021
5467
  responses: {
@@ -6036,7 +5482,7 @@ export interface operations {
6036
5482
  };
6037
5483
  };
6038
5484
  };
6039
- getChannelMembers: {
5485
+ getMyChatUser: {
6040
5486
  parameters: {
6041
5487
  query?: never;
6042
5488
  header?: {
@@ -6047,9 +5493,7 @@ export interface operations {
6047
5493
  /** @description IANA Timezone */
6048
5494
  "x-timezone"?: string;
6049
5495
  };
6050
- path: {
6051
- channelId: string;
6052
- };
5496
+ path?: never;
6053
5497
  cookie?: never;
6054
5498
  };
6055
5499
  requestBody?: never;
@@ -6059,7 +5503,7 @@ export interface operations {
6059
5503
  [name: string]: unknown;
6060
5504
  };
6061
5505
  content: {
6062
- "application/json": components["schemas"]["GetChannelMembersDto"];
5506
+ "application/json": components["schemas"]["GetMyChatUserDto"];
6063
5507
  };
6064
5508
  };
6065
5509
  /** @description Application Error */
@@ -6073,7 +5517,7 @@ export interface operations {
6073
5517
  };
6074
5518
  };
6075
5519
  };
6076
- muteChannel: {
5520
+ postChatWebook: {
6077
5521
  parameters: {
6078
5522
  query?: never;
6079
5523
  header?: {
@@ -6084,18 +5528,12 @@ export interface operations {
6084
5528
  /** @description IANA Timezone */
6085
5529
  "x-timezone"?: string;
6086
5530
  };
6087
- path: {
6088
- channelId: string;
6089
- };
5531
+ path?: never;
6090
5532
  cookie?: never;
6091
5533
  };
6092
- requestBody: {
6093
- content: {
6094
- "application/json": components["schemas"]["SetChannelMutedDto"];
6095
- };
6096
- };
5534
+ requestBody?: never;
6097
5535
  responses: {
6098
- 200: {
5536
+ 201: {
6099
5537
  headers: {
6100
5538
  [name: string]: unknown;
6101
5539
  };
@@ -6112,7 +5550,7 @@ export interface operations {
6112
5550
  };
6113
5551
  };
6114
5552
  };
6115
- getMyChatUser: {
5553
+ createOrGetSingleChannel: {
6116
5554
  parameters: {
6117
5555
  query?: never;
6118
5556
  header?: {
@@ -6126,30 +5564,37 @@ export interface operations {
6126
5564
  path?: never;
6127
5565
  cookie?: never;
6128
5566
  };
6129
- requestBody?: never;
5567
+ requestBody: {
5568
+ content: {
5569
+ "application/json": components["schemas"]["CreateOrGetSingleChannelDto"];
5570
+ };
5571
+ };
6130
5572
  responses: {
6131
- 200: {
5573
+ /** @description Application Error */
5574
+ 500: {
6132
5575
  headers: {
6133
5576
  [name: string]: unknown;
6134
5577
  };
6135
5578
  content: {
6136
- "application/json": components["schemas"]["GetMyChatUserDto"];
5579
+ "application/json": components["schemas"]["ErrorResponse"];
6137
5580
  };
6138
5581
  };
6139
- /** @description Application Error */
6140
- 500: {
5582
+ default: {
6141
5583
  headers: {
6142
5584
  [name: string]: unknown;
6143
5585
  };
6144
5586
  content: {
6145
- "application/json": components["schemas"]["ErrorResponse"];
5587
+ "application/json": components["schemas"]["SingleChannelDto"];
6146
5588
  };
6147
5589
  };
6148
5590
  };
6149
5591
  };
6150
- postChatWebook: {
5592
+ cleanupUnreadMessages: {
6151
5593
  parameters: {
6152
- query?: never;
5594
+ query: {
5595
+ "api-key": string;
5596
+ remove?: string;
5597
+ };
6153
5598
  header?: {
6154
5599
  /** @description Request trace id for logs */
6155
5600
  "x-trace-request-id"?: string;
@@ -6169,21 +5614,13 @@ export interface operations {
6169
5614
  };
6170
5615
  content?: never;
6171
5616
  };
6172
- /** @description Application Error */
6173
- 500: {
6174
- headers: {
6175
- [name: string]: unknown;
6176
- };
6177
- content: {
6178
- "application/json": components["schemas"]["ErrorResponse"];
6179
- };
6180
- };
6181
5617
  };
6182
5618
  };
6183
- createOrGetSingleChannel: {
5619
+ processScheduledNotification: {
6184
5620
  parameters: {
6185
5621
  query?: never;
6186
- header?: {
5622
+ header: {
5623
+ "x-api-key": string;
6187
5624
  /** @description Request trace id for logs */
6188
5625
  "x-trace-request-id"?: string;
6189
5626
  /** @description Session trace id for logs */
@@ -6194,37 +5631,28 @@ export interface operations {
6194
5631
  path?: never;
6195
5632
  cookie?: never;
6196
5633
  };
6197
- requestBody: {
6198
- content: {
6199
- "application/json": components["schemas"]["CreateOrGetSingleChannelDto"];
6200
- };
6201
- };
5634
+ requestBody?: never;
6202
5635
  responses: {
6203
- /** @description Application Error */
6204
- 500: {
5636
+ 201: {
6205
5637
  headers: {
6206
5638
  [name: string]: unknown;
6207
5639
  };
6208
- content: {
6209
- "application/json": components["schemas"]["ErrorResponse"];
6210
- };
5640
+ content?: never;
6211
5641
  };
6212
- default: {
5642
+ /** @description Application Error */
5643
+ 500: {
6213
5644
  headers: {
6214
5645
  [name: string]: unknown;
6215
5646
  };
6216
5647
  content: {
6217
- "application/json": components["schemas"]["SingleChannelDto"];
5648
+ "application/json": components["schemas"]["ErrorResponse"];
6218
5649
  };
6219
5650
  };
6220
5651
  };
6221
5652
  };
6222
- cleanupUnreadMessages: {
5653
+ createRating: {
6223
5654
  parameters: {
6224
- query: {
6225
- "api-key": string;
6226
- remove?: string;
6227
- };
5655
+ query?: never;
6228
5656
  header?: {
6229
5657
  /** @description Request trace id for logs */
6230
5658
  "x-trace-request-id"?: string;
@@ -6236,14 +5664,28 @@ export interface operations {
6236
5664
  path?: never;
6237
5665
  cookie?: never;
6238
5666
  };
6239
- requestBody?: never;
5667
+ requestBody: {
5668
+ content: {
5669
+ "application/json": components["schemas"]["CreateAppRatingDto"];
5670
+ };
5671
+ };
6240
5672
  responses: {
6241
- 201: {
5673
+ /** @description CannotCreateRatingAlreadyExists */
5674
+ 400: {
6242
5675
  headers: {
6243
5676
  [name: string]: unknown;
6244
5677
  };
6245
5678
  content?: never;
6246
5679
  };
5680
+ /** @description Application Error */
5681
+ 500: {
5682
+ headers: {
5683
+ [name: string]: unknown;
5684
+ };
5685
+ content: {
5686
+ "application/json": components["schemas"]["ErrorResponse"];
5687
+ };
5688
+ };
6247
5689
  };
6248
5690
  };
6249
5691
  postGameApplication: {
@@ -6814,78 +6256,6 @@ export interface operations {
6814
6256
  };
6815
6257
  };
6816
6258
  };
6817
- processScheduledNotification: {
6818
- parameters: {
6819
- query?: never;
6820
- header: {
6821
- "x-api-key": string;
6822
- /** @description Request trace id for logs */
6823
- "x-trace-request-id"?: string;
6824
- /** @description Session trace id for logs */
6825
- "x-trace-session-id"?: string;
6826
- /** @description IANA Timezone */
6827
- "x-timezone"?: string;
6828
- };
6829
- path?: never;
6830
- cookie?: never;
6831
- };
6832
- requestBody?: never;
6833
- responses: {
6834
- 201: {
6835
- headers: {
6836
- [name: string]: unknown;
6837
- };
6838
- content?: never;
6839
- };
6840
- /** @description Application Error */
6841
- 500: {
6842
- headers: {
6843
- [name: string]: unknown;
6844
- };
6845
- content: {
6846
- "application/json": components["schemas"]["ErrorResponse"];
6847
- };
6848
- };
6849
- };
6850
- };
6851
- createRating: {
6852
- parameters: {
6853
- query?: never;
6854
- header?: {
6855
- /** @description Request trace id for logs */
6856
- "x-trace-request-id"?: string;
6857
- /** @description Session trace id for logs */
6858
- "x-trace-session-id"?: string;
6859
- /** @description IANA Timezone */
6860
- "x-timezone"?: string;
6861
- };
6862
- path?: never;
6863
- cookie?: never;
6864
- };
6865
- requestBody: {
6866
- content: {
6867
- "application/json": components["schemas"]["CreateAppRatingDto"];
6868
- };
6869
- };
6870
- responses: {
6871
- /** @description CannotCreateRatingAlreadyExists */
6872
- 400: {
6873
- headers: {
6874
- [name: string]: unknown;
6875
- };
6876
- content?: never;
6877
- };
6878
- /** @description Application Error */
6879
- 500: {
6880
- headers: {
6881
- [name: string]: unknown;
6882
- };
6883
- content: {
6884
- "application/json": components["schemas"]["ErrorResponse"];
6885
- };
6886
- };
6887
- };
6888
- };
6889
6259
  createContactMessage: {
6890
6260
  parameters: {
6891
6261
  query?: never;
@@ -7698,6 +7068,14 @@ export declare enum UserRoleEnum {
7698
7068
  USER = "USER",
7699
7069
  ADMIN = "ADMIN"
7700
7070
  }
7071
+ export declare enum AdminGameTypeFilter {
7072
+ RECURRING = "RECURRING",
7073
+ SINGLE = "SINGLE"
7074
+ }
7075
+ export declare enum GameVisibility {
7076
+ PUBLIC = "PUBLIC",
7077
+ PRIVATE = "PRIVATE"
7078
+ }
7701
7079
  export declare enum MemberRole {
7702
7080
  Host = "Host",
7703
7081
  Moderator = "Moderator",
@@ -7730,10 +7108,7 @@ export declare enum AppTrophyType {
7730
7108
  export declare enum ApiPaths {
7731
7109
  getHello = "/hello",
7732
7110
  getError = "/error",
7733
- getErrorUncaught = "/error-uncaught",
7734
- postUserRegistration = "/users/user-registered-cloud-fn-callback",
7735
7111
  getGameById = "/games/{gameId}",
7736
- getNearbyGamesDeprecated = "/nearby-games",
7737
7112
  getNearbyGamesByLocation = "/nearby-games/locations",
7738
7113
  getNearbyGamesList = "/nearby-games/list",
7739
7114
  getLocationGames = "/location/{locationId}/games",
@@ -7755,13 +7130,11 @@ export declare enum ApiPaths {
7755
7130
  getUserNearbyGamesAlert = "/nearby-games/alerts",
7756
7131
  updateNearbyGamesAlertLocation = "/nearby-games/alerts/location",
7757
7132
  updateNearbyGamesAlertEnabled = "/nearby-games/alerts/enabled",
7758
- logoutUser = "/users/logout",
7759
7133
  postMyUserReferral = "/users/referral",
7760
7134
  getMyUser = "/users/me",
7761
7135
  updateMyUserPartial = "/users/me",
7762
7136
  deleteMyUser = "/users/me",
7763
7137
  setMyLanguage = "/users/me/language",
7764
- getMyUserStats = "/users/me/stats",
7765
7138
  upsertUserMetaPushNotificationEnabledValue = "/user-meta/push-notification-enabled",
7766
7139
  createHostedGame = "/hosted-games",
7767
7140
  updateHostedGame = "/hosted-games/{hostedGameId}",
@@ -7786,24 +7159,20 @@ export declare enum ApiPaths {
7786
7159
  getGamesForPost = "/admin/games-for-post",
7787
7160
  getGamesStats = "/admin/games/stats",
7788
7161
  getKnownCitiesForPost = "/admin/known-cities",
7789
- restoreRecurringGame = "/admin/restore-recurring-game",
7790
7162
  removeOldGameChats = "/admin/adhoc/remove-old-game-chats",
7791
7163
  emitGameUpdated = "/admin/adhoc/emit-game-updated",
7792
7164
  postCustomNotification = "/admin/notifications/custom",
7793
7165
  postCustomNotificationByAutomation = "/admin/automations/notifications/custom",
7794
- getGamesForPostPublic = "/admin/games-for-post-public",
7795
- cancelGameByAdmin = "/admin/moderation/game/{gameId}",
7796
- deleteUserByAdmin = "/admin/moderation/user/{userId}",
7797
7166
  testActionNotification = "/admin/test-notifications/action-push",
7798
7167
  getChannelByReference = "/chat/channel/get-by-reference",
7799
7168
  getChannelDetails = "/chat/channel/{channelId}",
7800
- updateChannelDetails = "/chat/channel/{channelId}",
7801
- getChannelMembers = "/chat/channel/{channelId}/members",
7802
7169
  muteChannel = "/chat/channel/{channelId}/muted",
7803
7170
  getMyChatUser = "/chat/user/me",
7804
7171
  postChatWebook = "/chat/webhook",
7805
7172
  createOrGetSingleChannel = "/chat/channel/single",
7806
7173
  cleanupUnreadMessages = "/chat-maintenance/cleanup-unread-messages",
7174
+ processScheduledNotification = "/game-notifications/scheduled-notification",
7175
+ createRating = "/rating/app",
7807
7176
  postGameApplication = "/games/{gameId}/player-applications",
7808
7177
  deleteGameApplication = "/games/{gameId}/player-applications",
7809
7178
  rejectHostedGameApplications = "/hosted-games/{hostedGameId}/applications/reject-many",
@@ -7819,8 +7188,6 @@ export declare enum ApiPaths {
7819
7188
  removeTeamMember = "/teams/{teamId}/members/{userId}",
7820
7189
  leave = "/teams/{teamId}/member/me",
7821
7190
  acceptTeamInvitation = "/teams/{teamId}/invitations/accept",
7822
- processScheduledNotification = "/game-notifications/scheduled-notification",
7823
- createRating = "/rating/app",
7824
7191
  createContactMessage = "/contact/message",
7825
7192
  triggerNotificationsForGameFinished = "/game-notifications/game-finished",
7826
7193
  triggerNotificationsForGameReminder = "/game-notifications/game-reminder",