@ludo.ninja/api 2.8.83 → 2.8.85

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 (37) hide show
  1. package/build/config/index.d.ts +1 -0
  2. package/build/config/index.js +33 -6
  3. package/build/cookies/index.d.ts +1 -1
  4. package/build/graphql_tools/__generated__/adminHost/schema.d.ts +274 -32
  5. package/build/graphql_tools/__generated__/adminHost/schema.js +220 -61
  6. package/build/graphql_tools/__generated__/assetsHost/schema.d.ts +2 -2
  7. package/build/graphql_tools/__generated__/assetsHost/schema.js +3 -3
  8. package/build/graphql_tools/__generated__/authHost/schema.d.ts +2 -2
  9. package/build/graphql_tools/__generated__/authHost/schema.js +3 -3
  10. package/build/graphql_tools/__generated__/collectionsHost/schema.d.ts +2 -2
  11. package/build/graphql_tools/__generated__/collectionsHost/schema.js +3 -3
  12. package/build/graphql_tools/__generated__/experiencesHost/schema.d.ts +9 -9
  13. package/build/graphql_tools/__generated__/experiencesHost/schema.js +10 -10
  14. package/build/graphql_tools/__generated__/extensionHost/schema.d.ts +28 -28
  15. package/build/graphql_tools/__generated__/extensionHost/schema.js +18 -18
  16. package/build/graphql_tools/__generated__/formsHost/schema.js +8 -8
  17. package/build/graphql_tools/__generated__/galleriesHost/schema.d.ts +46 -46
  18. package/build/graphql_tools/__generated__/galleriesHost/schema.js +21 -21
  19. package/build/graphql_tools/__generated__/identityHost/schema.d.ts +52 -52
  20. package/build/graphql_tools/__generated__/identityHost/schema.js +31 -32
  21. package/build/graphql_tools/__generated__/mediasHost/schema.d.ts +5 -5
  22. package/build/graphql_tools/__generated__/mediasHost/schema.js +5 -5
  23. package/build/graphql_tools/__generated__/notificationsHost/schema.d.ts +3 -3
  24. package/build/graphql_tools/__generated__/notificationsHost/schema.js +2 -2
  25. package/build/graphql_tools/__generated__/opportunitiesHost/schema.d.ts +7 -7
  26. package/build/graphql_tools/__generated__/opportunitiesHost/schema.js +11 -11
  27. package/build/graphql_tools/__generated__/preferencesHost/schema.d.ts +2 -2
  28. package/build/graphql_tools/__generated__/preferencesHost/schema.js +23 -23
  29. package/build/graphql_tools/__generated__/searchHost/schema.d.ts +48 -48
  30. package/build/graphql_tools/__generated__/searchHost/schema.js +33 -33
  31. package/build/graphql_tools/__generated__/tapHost/schema.d.ts +6 -6
  32. package/build/graphql_tools/__generated__/tapHost/schema.js +12 -12
  33. package/build/index.d.ts +590 -1185
  34. package/package.json +1 -1
  35. package/src/config/index.ts +39 -9
  36. package/src/graphql_tools/__generated__/adminHost/schema.ts +305 -2
  37. package/tsconfig.tsbuildinfo +1 -1
@@ -370,7 +370,7 @@ export type IConfirmStreakNotificationHasBeenReadMutationFn = Apollo.MutationFun
370
370
  * });
371
371
  */
372
372
  export declare function useConfirmStreakNotificationHasBeenReadMutation(baseOptions?: Apollo.MutationHookOptions<IConfirmStreakNotificationHasBeenReadMutation, IConfirmStreakNotificationHasBeenReadMutationVariables>): Apollo.MutationTuple<IConfirmStreakNotificationHasBeenReadMutation, Exact<{
373
- streakId: string;
373
+ streakId: Scalars["ID"];
374
374
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
375
375
  export type ConfirmStreakNotificationHasBeenReadMutationHookResult = ReturnType<typeof useConfirmStreakNotificationHasBeenReadMutation>;
376
376
  export type ConfirmStreakNotificationHasBeenReadMutationResult = Apollo.MutationResult<IConfirmStreakNotificationHasBeenReadMutation>;
@@ -395,7 +395,7 @@ export type IMarkNotificationAsNewMutationFn = Apollo.MutationFunction<IMarkNoti
395
395
  * });
396
396
  */
397
397
  export declare function useMarkNotificationAsNewMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsNewMutation, IMarkNotificationAsNewMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsNewMutation, Exact<{
398
- notificationId: string;
398
+ notificationId: Scalars["ID"];
399
399
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
400
400
  export type MarkNotificationAsNewMutationHookResult = ReturnType<typeof useMarkNotificationAsNewMutation>;
401
401
  export type MarkNotificationAsNewMutationResult = Apollo.MutationResult<IMarkNotificationAsNewMutation>;
@@ -420,7 +420,7 @@ export type IMarkNotificationAsReadMutationFn = Apollo.MutationFunction<IMarkNot
420
420
  * });
421
421
  */
422
422
  export declare function useMarkNotificationAsReadMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsReadMutation, IMarkNotificationAsReadMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsReadMutation, Exact<{
423
- notificationId: string;
423
+ notificationId: Scalars["ID"];
424
424
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
425
425
  export type MarkNotificationAsReadMutationHookResult = ReturnType<typeof useMarkNotificationAsReadMutation>;
426
426
  export type MarkNotificationAsReadMutationResult = Apollo.MutationResult<IMarkNotificationAsReadMutation>;
@@ -445,7 +445,7 @@ export type IMarkNotificationAsShownMutationFn = Apollo.MutationFunction<IMarkNo
445
445
  * });
446
446
  */
447
447
  export declare function useMarkNotificationAsShownMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsShownMutation, IMarkNotificationAsShownMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsShownMutation, Exact<{
448
- notificationId: string;
448
+ notificationId: Scalars["ID"];
449
449
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
450
450
  export type MarkNotificationAsShownMutationHookResult = ReturnType<typeof useMarkNotificationAsShownMutation>;
451
451
  export type MarkNotificationAsShownMutationResult = Apollo.MutationResult<IMarkNotificationAsShownMutation>;
@@ -545,9 +545,9 @@ export declare function useOnPlayerStateUpdatedSubscription(baseOptions: Apollo.
545
545
  restart(): void;
546
546
  loading: boolean;
547
547
  data?: IOnPlayerStateUpdatedSubscription | undefined;
548
- error?: Apollo.ApolloError | undefined;
548
+ error?: Apollo.ApolloError;
549
549
  variables?: Exact<{
550
- authToken: string;
550
+ authToken: Scalars["String"];
551
551
  }> | undefined;
552
552
  };
553
553
  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 {
@@ -244,11 +249,9 @@ exports.FetchFrensDataDocument = (0, client_1.gql) `
244
249
  function useFetchFrensDataQuery(baseOptions) {
245
250
  return Apollo.useQuery(exports.FetchFrensDataDocument, baseOptions);
246
251
  }
247
- exports.useFetchFrensDataQuery = useFetchFrensDataQuery;
248
252
  function useFetchFrensDataLazyQuery(baseOptions) {
249
253
  return Apollo.useLazyQuery(exports.FetchFrensDataDocument, baseOptions);
250
254
  }
251
- exports.useFetchFrensDataLazyQuery = useFetchFrensDataLazyQuery;
252
255
  exports.FetchPlayerStateDocument = (0, client_1.gql) `
253
256
  query FetchPlayerState {
254
257
  fetchPlayerState {
@@ -292,11 +295,9 @@ exports.FetchPlayerStateDocument = (0, client_1.gql) `
292
295
  function useFetchPlayerStateQuery(baseOptions) {
293
296
  return Apollo.useQuery(exports.FetchPlayerStateDocument, baseOptions);
294
297
  }
295
- exports.useFetchPlayerStateQuery = useFetchPlayerStateQuery;
296
298
  function useFetchPlayerStateLazyQuery(baseOptions) {
297
299
  return Apollo.useLazyQuery(exports.FetchPlayerStateDocument, baseOptions);
298
300
  }
299
- exports.useFetchPlayerStateLazyQuery = useFetchPlayerStateLazyQuery;
300
301
  exports.OnPlayerStateUpdatedDocument = (0, client_1.gql) `
301
302
  subscription OnPlayerStateUpdated($authToken: String!) {
302
303
  onPlayerStateUpdated(authToken: $authToken) {
@@ -341,4 +342,3 @@ exports.OnPlayerStateUpdatedDocument = (0, client_1.gql) `
341
342
  function useOnPlayerStateUpdatedSubscription(baseOptions) {
342
343
  return Apollo.useSubscription(exports.OnPlayerStateUpdatedDocument, baseOptions);
343
344
  }
344
- exports.useOnPlayerStateUpdatedSubscription = useOnPlayerStateUpdatedSubscription;