@ludo.ninja/api 2.8.86 → 2.8.87

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 +33 -33
  4. package/build/graphql_tools/__generated__/adminHost/schema.js +66 -68
  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 +33 -4
  23. package/build/graphql_tools/__generated__/notificationsHost/schema.js +29 -2
  24. package/build/graphql_tools/__generated__/opportunitiesHost/schema.d.ts +7 -7
  25. package/build/graphql_tools/__generated__/opportunitiesHost/schema.js +11 -11
  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 +574 -1217
  33. package/package.json +1 -1
  34. package/src/graphql_tools/__generated__/notificationsHost/schema.ts +39 -1
  35. package/tsconfig.tsbuildinfo +1 -1
@@ -374,7 +374,7 @@ export type IConfirmStreakNotificationHasBeenReadMutationFn = Apollo.MutationFun
374
374
  * });
375
375
  */
376
376
  export declare function useConfirmStreakNotificationHasBeenReadMutation(baseOptions?: Apollo.MutationHookOptions<IConfirmStreakNotificationHasBeenReadMutation, IConfirmStreakNotificationHasBeenReadMutationVariables>): Apollo.MutationTuple<IConfirmStreakNotificationHasBeenReadMutation, Exact<{
377
- streakId: string;
377
+ streakId: Scalars["ID"];
378
378
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
379
379
  export type ConfirmStreakNotificationHasBeenReadMutationHookResult = ReturnType<typeof useConfirmStreakNotificationHasBeenReadMutation>;
380
380
  export type ConfirmStreakNotificationHasBeenReadMutationResult = Apollo.MutationResult<IConfirmStreakNotificationHasBeenReadMutation>;
@@ -399,7 +399,7 @@ export type IMarkNotificationAsNewMutationFn = Apollo.MutationFunction<IMarkNoti
399
399
  * });
400
400
  */
401
401
  export declare function useMarkNotificationAsNewMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsNewMutation, IMarkNotificationAsNewMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsNewMutation, Exact<{
402
- notificationId: string;
402
+ notificationId: Scalars["ID"];
403
403
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
404
404
  export type MarkNotificationAsNewMutationHookResult = ReturnType<typeof useMarkNotificationAsNewMutation>;
405
405
  export type MarkNotificationAsNewMutationResult = Apollo.MutationResult<IMarkNotificationAsNewMutation>;
@@ -424,7 +424,7 @@ export type IMarkNotificationAsReadMutationFn = Apollo.MutationFunction<IMarkNot
424
424
  * });
425
425
  */
426
426
  export declare function useMarkNotificationAsReadMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsReadMutation, IMarkNotificationAsReadMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsReadMutation, Exact<{
427
- notificationId: string;
427
+ notificationId: Scalars["ID"];
428
428
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
429
429
  export type MarkNotificationAsReadMutationHookResult = ReturnType<typeof useMarkNotificationAsReadMutation>;
430
430
  export type MarkNotificationAsReadMutationResult = Apollo.MutationResult<IMarkNotificationAsReadMutation>;
@@ -449,7 +449,7 @@ export type IMarkNotificationAsShownMutationFn = Apollo.MutationFunction<IMarkNo
449
449
  * });
450
450
  */
451
451
  export declare function useMarkNotificationAsShownMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsShownMutation, IMarkNotificationAsShownMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsShownMutation, Exact<{
452
- notificationId: string;
452
+ notificationId: Scalars["ID"];
453
453
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
454
454
  export type MarkNotificationAsShownMutationHookResult = ReturnType<typeof useMarkNotificationAsShownMutation>;
455
455
  export type MarkNotificationAsShownMutationResult = Apollo.MutationResult<IMarkNotificationAsShownMutation>;
@@ -549,9 +549,9 @@ export declare function useOnPlayerStateUpdatedSubscription(baseOptions: Apollo.
549
549
  restart(): void;
550
550
  loading: boolean;
551
551
  data?: IOnPlayerStateUpdatedSubscription | undefined;
552
- error?: Apollo.ApolloError | undefined;
552
+ error?: Apollo.ApolloError;
553
553
  variables?: Exact<{
554
- authToken: string;
554
+ authToken: Scalars["String"];
555
555
  }> | undefined;
556
556
  };
557
557
  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 {
@@ -294,11 +297,9 @@ exports.FetchPlayerStateDocument = (0, client_1.gql) `
294
297
  function useFetchPlayerStateQuery(baseOptions) {
295
298
  return Apollo.useQuery(exports.FetchPlayerStateDocument, baseOptions);
296
299
  }
297
- exports.useFetchPlayerStateQuery = useFetchPlayerStateQuery;
298
300
  function useFetchPlayerStateLazyQuery(baseOptions) {
299
301
  return Apollo.useLazyQuery(exports.FetchPlayerStateDocument, baseOptions);
300
302
  }
301
- exports.useFetchPlayerStateLazyQuery = useFetchPlayerStateLazyQuery;
302
303
  exports.OnPlayerStateUpdatedDocument = (0, client_1.gql) `
303
304
  subscription OnPlayerStateUpdated($authToken: String!) {
304
305
  onPlayerStateUpdated(authToken: $authToken) {
@@ -343,4 +344,3 @@ exports.OnPlayerStateUpdatedDocument = (0, client_1.gql) `
343
344
  function useOnPlayerStateUpdatedSubscription(baseOptions) {
344
345
  return Apollo.useSubscription(exports.OnPlayerStateUpdatedDocument, baseOptions);
345
346
  }
346
- exports.useOnPlayerStateUpdatedSubscription = useOnPlayerStateUpdatedSubscription;