@ludo.ninja/api 2.9.2 → 2.9.3
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.
- package/build/config/index.js +2 -3
- package/build/cookies/index.d.ts +1 -1
- package/build/graphql_tools/__generated__/adminHost/schema.d.ts +36 -36
- package/build/graphql_tools/__generated__/adminHost/schema.js +67 -69
- package/build/graphql_tools/__generated__/assetsHost/schema.d.ts +2 -2
- package/build/graphql_tools/__generated__/assetsHost/schema.js +3 -3
- package/build/graphql_tools/__generated__/authHost/schema.d.ts +2 -2
- package/build/graphql_tools/__generated__/authHost/schema.js +3 -3
- package/build/graphql_tools/__generated__/collectionsHost/schema.d.ts +2 -2
- package/build/graphql_tools/__generated__/collectionsHost/schema.js +3 -3
- package/build/graphql_tools/__generated__/experiencesHost/schema.d.ts +9 -9
- package/build/graphql_tools/__generated__/experiencesHost/schema.js +10 -10
- package/build/graphql_tools/__generated__/extensionHost/schema.d.ts +28 -28
- package/build/graphql_tools/__generated__/extensionHost/schema.js +18 -18
- package/build/graphql_tools/__generated__/formsHost/schema.js +8 -8
- package/build/graphql_tools/__generated__/galleriesHost/schema.d.ts +46 -46
- package/build/graphql_tools/__generated__/galleriesHost/schema.js +21 -21
- package/build/graphql_tools/__generated__/identityHost/schema.d.ts +54 -54
- package/build/graphql_tools/__generated__/identityHost/schema.js +33 -34
- package/build/graphql_tools/__generated__/mediasHost/schema.d.ts +5 -5
- package/build/graphql_tools/__generated__/mediasHost/schema.js +5 -5
- package/build/graphql_tools/__generated__/mintInfoHost/schema.js +3 -3
- package/build/graphql_tools/__generated__/notificationsHost/schema.d.ts +4 -4
- package/build/graphql_tools/__generated__/notificationsHost/schema.js +3 -3
- package/build/graphql_tools/__generated__/opportunitiesHost/schema.d.ts +7 -7
- package/build/graphql_tools/__generated__/opportunitiesHost/schema.js +11 -11
- package/build/graphql_tools/__generated__/preferencesHost/schema.d.ts +2 -2
- package/build/graphql_tools/__generated__/preferencesHost/schema.js +23 -23
- package/build/graphql_tools/__generated__/searchHost/schema.d.ts +48 -48
- package/build/graphql_tools/__generated__/searchHost/schema.js +33 -33
- package/build/graphql_tools/__generated__/tapHost/schema.d.ts +6 -6
- package/build/graphql_tools/__generated__/tapHost/schema.js +12 -12
- package/build/index.d.ts +588 -1249
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -409,7 +409,7 @@ export type IConfirmStreakNotificationHasBeenReadMutationFn = Apollo.MutationFun
|
|
|
409
409
|
* });
|
|
410
410
|
*/
|
|
411
411
|
export declare function useConfirmStreakNotificationHasBeenReadMutation(baseOptions?: Apollo.MutationHookOptions<IConfirmStreakNotificationHasBeenReadMutation, IConfirmStreakNotificationHasBeenReadMutationVariables>): Apollo.MutationTuple<IConfirmStreakNotificationHasBeenReadMutation, Exact<{
|
|
412
|
-
streakId:
|
|
412
|
+
streakId: Scalars["ID"];
|
|
413
413
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
414
414
|
export type ConfirmStreakNotificationHasBeenReadMutationHookResult = ReturnType<typeof useConfirmStreakNotificationHasBeenReadMutation>;
|
|
415
415
|
export type ConfirmStreakNotificationHasBeenReadMutationResult = Apollo.MutationResult<IConfirmStreakNotificationHasBeenReadMutation>;
|
|
@@ -434,7 +434,7 @@ export type IMarkNotificationAsNewMutationFn = Apollo.MutationFunction<IMarkNoti
|
|
|
434
434
|
* });
|
|
435
435
|
*/
|
|
436
436
|
export declare function useMarkNotificationAsNewMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsNewMutation, IMarkNotificationAsNewMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsNewMutation, Exact<{
|
|
437
|
-
notificationId:
|
|
437
|
+
notificationId: Scalars["ID"];
|
|
438
438
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
439
439
|
export type MarkNotificationAsNewMutationHookResult = ReturnType<typeof useMarkNotificationAsNewMutation>;
|
|
440
440
|
export type MarkNotificationAsNewMutationResult = Apollo.MutationResult<IMarkNotificationAsNewMutation>;
|
|
@@ -459,7 +459,7 @@ export type IMarkNotificationAsReadMutationFn = Apollo.MutationFunction<IMarkNot
|
|
|
459
459
|
* });
|
|
460
460
|
*/
|
|
461
461
|
export declare function useMarkNotificationAsReadMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsReadMutation, IMarkNotificationAsReadMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsReadMutation, Exact<{
|
|
462
|
-
notificationId:
|
|
462
|
+
notificationId: Scalars["ID"];
|
|
463
463
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
464
464
|
export type MarkNotificationAsReadMutationHookResult = ReturnType<typeof useMarkNotificationAsReadMutation>;
|
|
465
465
|
export type MarkNotificationAsReadMutationResult = Apollo.MutationResult<IMarkNotificationAsReadMutation>;
|
|
@@ -484,7 +484,7 @@ export type IMarkNotificationAsShownMutationFn = Apollo.MutationFunction<IMarkNo
|
|
|
484
484
|
* });
|
|
485
485
|
*/
|
|
486
486
|
export declare function useMarkNotificationAsShownMutation(baseOptions?: Apollo.MutationHookOptions<IMarkNotificationAsShownMutation, IMarkNotificationAsShownMutationVariables>): Apollo.MutationTuple<IMarkNotificationAsShownMutation, Exact<{
|
|
487
|
-
notificationId:
|
|
487
|
+
notificationId: Scalars["ID"];
|
|
488
488
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
489
489
|
export type MarkNotificationAsShownMutationHookResult = ReturnType<typeof useMarkNotificationAsShownMutation>;
|
|
490
490
|
export type MarkNotificationAsShownMutationResult = Apollo.MutationResult<IMarkNotificationAsShownMutation>;
|
|
@@ -584,9 +584,9 @@ export declare function useOnPlayerStateUpdatedSubscription(baseOptions: Apollo.
|
|
|
584
584
|
restart(): void;
|
|
585
585
|
loading: boolean;
|
|
586
586
|
data?: IOnPlayerStateUpdatedSubscription | undefined;
|
|
587
|
-
error?: Apollo.ApolloError
|
|
587
|
+
error?: Apollo.ApolloError;
|
|
588
588
|
variables?: Exact<{
|
|
589
|
-
authToken:
|
|
589
|
+
authToken: Scalars["String"];
|
|
590
590
|
}> | undefined;
|
|
591
591
|
};
|
|
592
592
|
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.
|
|
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;
|