@ludo.ninja/api 2.8.91 → 2.8.92

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 (35) hide show
  1. package/build/config/index.js +2 -3
  2. package/build/cookies/index.d.ts +1 -1
  3. package/build/graphql_tools/__generated__/adminHost/schema.d.ts +67 -49
  4. package/build/graphql_tools/__generated__/adminHost/schema.js +93 -79
  5. package/build/graphql_tools/__generated__/assetsHost/schema.d.ts +2 -2
  6. package/build/graphql_tools/__generated__/assetsHost/schema.js +3 -3
  7. package/build/graphql_tools/__generated__/authHost/schema.d.ts +2 -2
  8. package/build/graphql_tools/__generated__/authHost/schema.js +3 -3
  9. package/build/graphql_tools/__generated__/collectionsHost/schema.d.ts +2 -2
  10. package/build/graphql_tools/__generated__/collectionsHost/schema.js +3 -3
  11. package/build/graphql_tools/__generated__/experiencesHost/schema.d.ts +9 -9
  12. package/build/graphql_tools/__generated__/experiencesHost/schema.js +10 -10
  13. package/build/graphql_tools/__generated__/extensionHost/schema.d.ts +28 -28
  14. package/build/graphql_tools/__generated__/extensionHost/schema.js +18 -18
  15. package/build/graphql_tools/__generated__/formsHost/schema.js +8 -8
  16. package/build/graphql_tools/__generated__/galleriesHost/schema.d.ts +46 -46
  17. package/build/graphql_tools/__generated__/galleriesHost/schema.js +21 -21
  18. package/build/graphql_tools/__generated__/identityHost/schema.d.ts +52 -52
  19. package/build/graphql_tools/__generated__/identityHost/schema.js +31 -32
  20. package/build/graphql_tools/__generated__/mediasHost/schema.d.ts +5 -5
  21. package/build/graphql_tools/__generated__/mediasHost/schema.js +5 -5
  22. package/build/graphql_tools/__generated__/notificationsHost/schema.d.ts +4 -4
  23. package/build/graphql_tools/__generated__/notificationsHost/schema.js +3 -3
  24. package/build/graphql_tools/__generated__/opportunitiesHost/schema.d.ts +8 -8
  25. package/build/graphql_tools/__generated__/opportunitiesHost/schema.js +12 -12
  26. package/build/graphql_tools/__generated__/preferencesHost/schema.d.ts +2 -2
  27. package/build/graphql_tools/__generated__/preferencesHost/schema.js +23 -23
  28. package/build/graphql_tools/__generated__/searchHost/schema.d.ts +48 -48
  29. package/build/graphql_tools/__generated__/searchHost/schema.js +33 -33
  30. package/build/graphql_tools/__generated__/tapHost/schema.d.ts +6 -6
  31. package/build/graphql_tools/__generated__/tapHost/schema.js +12 -12
  32. package/build/index.d.ts +577 -1227
  33. package/package.json +1 -1
  34. package/src/graphql_tools/__generated__/adminHost/schema.ts +40 -19
  35. package/tsconfig.tsbuildinfo +1 -1
@@ -384,7 +384,7 @@ export type IConfirmStreakNotificationHasBeenReadMutationFn = Apollo.MutationFun
384
384
  * });
385
385
  */
386
386
  export declare function useConfirmStreakNotificationHasBeenReadMutation(baseOptions?: Apollo.MutationHookOptions<IConfirmStreakNotificationHasBeenReadMutation, IConfirmStreakNotificationHasBeenReadMutationVariables>): Apollo.MutationTuple<IConfirmStreakNotificationHasBeenReadMutation, Exact<{
387
- streakId: string;
387
+ streakId: Scalars["ID"];
388
388
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
389
389
  export type ConfirmStreakNotificationHasBeenReadMutationHookResult = ReturnType<typeof useConfirmStreakNotificationHasBeenReadMutation>;
390
390
  export type ConfirmStreakNotificationHasBeenReadMutationResult = Apollo.MutationResult<IConfirmStreakNotificationHasBeenReadMutation>;
@@ -409,7 +409,7 @@ export type IMarkNotificationAsNewMutationFn = Apollo.MutationFunction<IMarkNoti
409
409
  * });
410
410
  */
411
411
  export declare function useMarkNotificationAsNewMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsNewMutation, IMarkNotificationAsNewMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsNewMutation, Exact<{
412
- notificationId: string;
412
+ notificationId: Scalars["ID"];
413
413
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
414
414
  export type MarkNotificationAsNewMutationHookResult = ReturnType<typeof useMarkNotificationAsNewMutation>;
415
415
  export type MarkNotificationAsNewMutationResult = Apollo.MutationResult<IMarkNotificationAsNewMutation>;
@@ -434,7 +434,7 @@ export type IMarkNotificationAsReadMutationFn = Apollo.MutationFunction<IMarkNot
434
434
  * });
435
435
  */
436
436
  export declare function useMarkNotificationAsReadMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsReadMutation, IMarkNotificationAsReadMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsReadMutation, Exact<{
437
- notificationId: string;
437
+ notificationId: Scalars["ID"];
438
438
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
439
439
  export type MarkNotificationAsReadMutationHookResult = ReturnType<typeof useMarkNotificationAsReadMutation>;
440
440
  export type MarkNotificationAsReadMutationResult = Apollo.MutationResult<IMarkNotificationAsReadMutation>;
@@ -459,7 +459,7 @@ export type IMarkNotificationAsShownMutationFn = Apollo.MutationFunction<IMarkNo
459
459
  * });
460
460
  */
461
461
  export declare function useMarkNotificationAsShownMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsShownMutation, IMarkNotificationAsShownMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsShownMutation, Exact<{
462
- notificationId: string;
462
+ notificationId: Scalars["ID"];
463
463
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
464
464
  export type MarkNotificationAsShownMutationHookResult = ReturnType<typeof useMarkNotificationAsShownMutation>;
465
465
  export type MarkNotificationAsShownMutationResult = Apollo.MutationResult<IMarkNotificationAsShownMutation>;
@@ -559,9 +559,9 @@ export declare function useOnPlayerStateUpdatedSubscription(baseOptions: Apollo.
559
559
  restart(): void;
560
560
  loading: boolean;
561
561
  data?: IOnPlayerStateUpdatedSubscription | undefined;
562
- error?: Apollo.ApolloError | undefined;
562
+ error?: Apollo.ApolloError;
563
563
  variables?: Exact<{
564
- authToken: string;
564
+ authToken: Scalars["String"];
565
565
  }> | undefined;
566
566
  };
567
567
  export type OnPlayerStateUpdatedSubscriptionHookResult = ReturnType<typeof useOnPlayerStateUpdatedSubscription>;
@@ -23,7 +23,18 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.useOnPlayerStateUpdatedSubscription = exports.OnPlayerStateUpdatedDocument = exports.useFetchPlayerStateLazyQuery = exports.useFetchPlayerStateQuery = exports.FetchPlayerStateDocument = exports.useFetchFrensDataLazyQuery = exports.useFetchFrensDataQuery = exports.FetchFrensDataDocument = exports.useStartFarmingMutation = exports.StartFarmingDocument = exports.useMarkNotificationAsShownMutation = exports.MarkNotificationAsShownDocument = exports.useMarkNotificationAsReadMutation = exports.MarkNotificationAsReadDocument = exports.useMarkNotificationAsNewMutation = exports.MarkNotificationAsNewDocument = exports.useConfirmStreakNotificationHasBeenReadMutation = exports.ConfirmStreakNotificationHasBeenReadDocument = exports.useClaimFarmingRewardMutation = exports.ClaimFarmingRewardDocument = exports.IPlayingStreakType = exports.IPlayingStreakStatus = exports.INotificationStatus = exports.IFarmingStatus = void 0;
26
+ exports.OnPlayerStateUpdatedDocument = exports.FetchPlayerStateDocument = exports.FetchFrensDataDocument = exports.StartFarmingDocument = exports.MarkNotificationAsShownDocument = exports.MarkNotificationAsReadDocument = exports.MarkNotificationAsNewDocument = exports.ConfirmStreakNotificationHasBeenReadDocument = exports.ClaimFarmingRewardDocument = exports.IPlayingStreakType = exports.IPlayingStreakStatus = exports.INotificationStatus = exports.IFarmingStatus = void 0;
27
+ exports.useClaimFarmingRewardMutation = useClaimFarmingRewardMutation;
28
+ exports.useConfirmStreakNotificationHasBeenReadMutation = useConfirmStreakNotificationHasBeenReadMutation;
29
+ exports.useMarkNotificationAsNewMutation = useMarkNotificationAsNewMutation;
30
+ exports.useMarkNotificationAsReadMutation = useMarkNotificationAsReadMutation;
31
+ exports.useMarkNotificationAsShownMutation = useMarkNotificationAsShownMutation;
32
+ exports.useStartFarmingMutation = useStartFarmingMutation;
33
+ exports.useFetchFrensDataQuery = useFetchFrensDataQuery;
34
+ exports.useFetchFrensDataLazyQuery = useFetchFrensDataLazyQuery;
35
+ exports.useFetchPlayerStateQuery = useFetchPlayerStateQuery;
36
+ exports.useFetchPlayerStateLazyQuery = useFetchPlayerStateLazyQuery;
37
+ exports.useOnPlayerStateUpdatedSubscription = useOnPlayerStateUpdatedSubscription;
27
38
  const client_1 = require("@apollo/client");
28
39
  const Apollo = __importStar(require("@apollo/client"));
29
40
  /** Please, manually sync with FarmingStatus.java */
@@ -79,7 +90,6 @@ exports.ClaimFarmingRewardDocument = (0, client_1.gql) `
79
90
  function useClaimFarmingRewardMutation(baseOptions) {
80
91
  return Apollo.useMutation(exports.ClaimFarmingRewardDocument, baseOptions);
81
92
  }
82
- exports.useClaimFarmingRewardMutation = useClaimFarmingRewardMutation;
83
93
  exports.ConfirmStreakNotificationHasBeenReadDocument = (0, client_1.gql) `
84
94
  mutation ConfirmStreakNotificationHasBeenRead($streakId: ID!) {
85
95
  confirmStreakNotificationHasBeenRead(streakId: $streakId)
@@ -105,7 +115,6 @@ exports.ConfirmStreakNotificationHasBeenReadDocument = (0, client_1.gql) `
105
115
  function useConfirmStreakNotificationHasBeenReadMutation(baseOptions) {
106
116
  return Apollo.useMutation(exports.ConfirmStreakNotificationHasBeenReadDocument, baseOptions);
107
117
  }
108
- exports.useConfirmStreakNotificationHasBeenReadMutation = useConfirmStreakNotificationHasBeenReadMutation;
109
118
  exports.MarkNotificationAsNewDocument = (0, client_1.gql) `
110
119
  mutation MarkNotificationAsNew($notificationId: ID!) {
111
120
  markNotificationAsNew(notificationId: $notificationId)
@@ -131,7 +140,6 @@ exports.MarkNotificationAsNewDocument = (0, client_1.gql) `
131
140
  function useMarkNotificationAsNewMutation(baseOptions) {
132
141
  return Apollo.useMutation(exports.MarkNotificationAsNewDocument, baseOptions);
133
142
  }
134
- exports.useMarkNotificationAsNewMutation = useMarkNotificationAsNewMutation;
135
143
  exports.MarkNotificationAsReadDocument = (0, client_1.gql) `
136
144
  mutation MarkNotificationAsRead($notificationId: ID!) {
137
145
  markNotificationAsRead(notificationId: $notificationId)
@@ -157,7 +165,6 @@ exports.MarkNotificationAsReadDocument = (0, client_1.gql) `
157
165
  function useMarkNotificationAsReadMutation(baseOptions) {
158
166
  return Apollo.useMutation(exports.MarkNotificationAsReadDocument, baseOptions);
159
167
  }
160
- exports.useMarkNotificationAsReadMutation = useMarkNotificationAsReadMutation;
161
168
  exports.MarkNotificationAsShownDocument = (0, client_1.gql) `
162
169
  mutation MarkNotificationAsShown($notificationId: ID!) {
163
170
  markNotificationAsShown(notificationId: $notificationId)
@@ -183,7 +190,6 @@ exports.MarkNotificationAsShownDocument = (0, client_1.gql) `
183
190
  function useMarkNotificationAsShownMutation(baseOptions) {
184
191
  return Apollo.useMutation(exports.MarkNotificationAsShownDocument, baseOptions);
185
192
  }
186
- exports.useMarkNotificationAsShownMutation = useMarkNotificationAsShownMutation;
187
193
  exports.StartFarmingDocument = (0, client_1.gql) `
188
194
  mutation StartFarming {
189
195
  startFarming
@@ -208,7 +214,6 @@ exports.StartFarmingDocument = (0, client_1.gql) `
208
214
  function useStartFarmingMutation(baseOptions) {
209
215
  return Apollo.useMutation(exports.StartFarmingDocument, baseOptions);
210
216
  }
211
- exports.useStartFarmingMutation = useStartFarmingMutation;
212
217
  exports.FetchFrensDataDocument = (0, client_1.gql) `
213
218
  query FetchFrensData {
214
219
  fetchFrensData {
@@ -246,11 +251,9 @@ exports.FetchFrensDataDocument = (0, client_1.gql) `
246
251
  function useFetchFrensDataQuery(baseOptions) {
247
252
  return Apollo.useQuery(exports.FetchFrensDataDocument, baseOptions);
248
253
  }
249
- exports.useFetchFrensDataQuery = useFetchFrensDataQuery;
250
254
  function useFetchFrensDataLazyQuery(baseOptions) {
251
255
  return Apollo.useLazyQuery(exports.FetchFrensDataDocument, baseOptions);
252
256
  }
253
- exports.useFetchFrensDataLazyQuery = useFetchFrensDataLazyQuery;
254
257
  exports.FetchPlayerStateDocument = (0, client_1.gql) `
255
258
  query FetchPlayerState {
256
259
  fetchPlayerState {
@@ -299,11 +302,9 @@ exports.FetchPlayerStateDocument = (0, client_1.gql) `
299
302
  function useFetchPlayerStateQuery(baseOptions) {
300
303
  return Apollo.useQuery(exports.FetchPlayerStateDocument, baseOptions);
301
304
  }
302
- exports.useFetchPlayerStateQuery = useFetchPlayerStateQuery;
303
305
  function useFetchPlayerStateLazyQuery(baseOptions) {
304
306
  return Apollo.useLazyQuery(exports.FetchPlayerStateDocument, baseOptions);
305
307
  }
306
- exports.useFetchPlayerStateLazyQuery = useFetchPlayerStateLazyQuery;
307
308
  exports.OnPlayerStateUpdatedDocument = (0, client_1.gql) `
308
309
  subscription OnPlayerStateUpdated($authToken: String!) {
309
310
  onPlayerStateUpdated(authToken: $authToken) {
@@ -353,4 +354,3 @@ exports.OnPlayerStateUpdatedDocument = (0, client_1.gql) `
353
354
  function useOnPlayerStateUpdatedSubscription(baseOptions) {
354
355
  return Apollo.useSubscription(exports.OnPlayerStateUpdatedDocument, baseOptions);
355
356
  }
356
- exports.useOnPlayerStateUpdatedSubscription = useOnPlayerStateUpdatedSubscription;