@ludo.ninja/api 2.9.3 → 2.9.4
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 +3 -2
- package/build/cookies/index.d.ts +1 -1
- package/build/graphql_tools/__generated__/adminHost/schema.d.ts +85 -37
- package/build/graphql_tools/__generated__/adminHost/schema.js +101 -67
- 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 +34 -33
- 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.d.ts +3 -1
- 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 +10 -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 +1260 -588
- package/package.json +1 -1
- package/src/graphql_tools/__generated__/adminHost/schema.ts +59 -1
- package/src/graphql_tools/__generated__/mintInfoHost/schema.ts +3 -1
- package/src/graphql_tools/__generated__/opportunitiesHost/schema.ts +3 -0
- 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: string;
|
|
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: string;
|
|
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: string;
|
|
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: string;
|
|
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 | undefined;
|
|
588
588
|
variables?: Exact<{
|
|
589
|
-
authToken:
|
|
589
|
+
authToken: string;
|
|
590
590
|
}> | undefined;
|
|
591
591
|
};
|
|
592
592
|
export type OnPlayerStateUpdatedSubscriptionHookResult = ReturnType<typeof useOnPlayerStateUpdatedSubscription>;
|
|
@@ -23,18 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
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;
|
|
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;
|
|
38
27
|
const client_1 = require("@apollo/client");
|
|
39
28
|
const Apollo = __importStar(require("@apollo/client"));
|
|
40
29
|
/** Please, manually sync with FarmingStatus.java */
|
|
@@ -90,6 +79,7 @@ exports.ClaimFarmingRewardDocument = (0, client_1.gql) `
|
|
|
90
79
|
function useClaimFarmingRewardMutation(baseOptions) {
|
|
91
80
|
return Apollo.useMutation(exports.ClaimFarmingRewardDocument, baseOptions);
|
|
92
81
|
}
|
|
82
|
+
exports.useClaimFarmingRewardMutation = useClaimFarmingRewardMutation;
|
|
93
83
|
exports.ConfirmStreakNotificationHasBeenReadDocument = (0, client_1.gql) `
|
|
94
84
|
mutation ConfirmStreakNotificationHasBeenRead($streakId: ID!) {
|
|
95
85
|
confirmStreakNotificationHasBeenRead(streakId: $streakId)
|
|
@@ -115,6 +105,7 @@ exports.ConfirmStreakNotificationHasBeenReadDocument = (0, client_1.gql) `
|
|
|
115
105
|
function useConfirmStreakNotificationHasBeenReadMutation(baseOptions) {
|
|
116
106
|
return Apollo.useMutation(exports.ConfirmStreakNotificationHasBeenReadDocument, baseOptions);
|
|
117
107
|
}
|
|
108
|
+
exports.useConfirmStreakNotificationHasBeenReadMutation = useConfirmStreakNotificationHasBeenReadMutation;
|
|
118
109
|
exports.MarkNotificationAsNewDocument = (0, client_1.gql) `
|
|
119
110
|
mutation MarkNotificationAsNew($notificationId: ID!) {
|
|
120
111
|
markNotificationAsNew(notificationId: $notificationId)
|
|
@@ -140,6 +131,7 @@ exports.MarkNotificationAsNewDocument = (0, client_1.gql) `
|
|
|
140
131
|
function useMarkNotificationAsNewMutation(baseOptions) {
|
|
141
132
|
return Apollo.useMutation(exports.MarkNotificationAsNewDocument, baseOptions);
|
|
142
133
|
}
|
|
134
|
+
exports.useMarkNotificationAsNewMutation = useMarkNotificationAsNewMutation;
|
|
143
135
|
exports.MarkNotificationAsReadDocument = (0, client_1.gql) `
|
|
144
136
|
mutation MarkNotificationAsRead($notificationId: ID!) {
|
|
145
137
|
markNotificationAsRead(notificationId: $notificationId)
|
|
@@ -165,6 +157,7 @@ exports.MarkNotificationAsReadDocument = (0, client_1.gql) `
|
|
|
165
157
|
function useMarkNotificationAsReadMutation(baseOptions) {
|
|
166
158
|
return Apollo.useMutation(exports.MarkNotificationAsReadDocument, baseOptions);
|
|
167
159
|
}
|
|
160
|
+
exports.useMarkNotificationAsReadMutation = useMarkNotificationAsReadMutation;
|
|
168
161
|
exports.MarkNotificationAsShownDocument = (0, client_1.gql) `
|
|
169
162
|
mutation MarkNotificationAsShown($notificationId: ID!) {
|
|
170
163
|
markNotificationAsShown(notificationId: $notificationId)
|
|
@@ -190,6 +183,7 @@ exports.MarkNotificationAsShownDocument = (0, client_1.gql) `
|
|
|
190
183
|
function useMarkNotificationAsShownMutation(baseOptions) {
|
|
191
184
|
return Apollo.useMutation(exports.MarkNotificationAsShownDocument, baseOptions);
|
|
192
185
|
}
|
|
186
|
+
exports.useMarkNotificationAsShownMutation = useMarkNotificationAsShownMutation;
|
|
193
187
|
exports.StartFarmingDocument = (0, client_1.gql) `
|
|
194
188
|
mutation StartFarming {
|
|
195
189
|
startFarming
|
|
@@ -214,6 +208,7 @@ exports.StartFarmingDocument = (0, client_1.gql) `
|
|
|
214
208
|
function useStartFarmingMutation(baseOptions) {
|
|
215
209
|
return Apollo.useMutation(exports.StartFarmingDocument, baseOptions);
|
|
216
210
|
}
|
|
211
|
+
exports.useStartFarmingMutation = useStartFarmingMutation;
|
|
217
212
|
exports.FetchFrensDataDocument = (0, client_1.gql) `
|
|
218
213
|
query FetchFrensData {
|
|
219
214
|
fetchFrensData {
|
|
@@ -251,9 +246,11 @@ exports.FetchFrensDataDocument = (0, client_1.gql) `
|
|
|
251
246
|
function useFetchFrensDataQuery(baseOptions) {
|
|
252
247
|
return Apollo.useQuery(exports.FetchFrensDataDocument, baseOptions);
|
|
253
248
|
}
|
|
249
|
+
exports.useFetchFrensDataQuery = useFetchFrensDataQuery;
|
|
254
250
|
function useFetchFrensDataLazyQuery(baseOptions) {
|
|
255
251
|
return Apollo.useLazyQuery(exports.FetchFrensDataDocument, baseOptions);
|
|
256
252
|
}
|
|
253
|
+
exports.useFetchFrensDataLazyQuery = useFetchFrensDataLazyQuery;
|
|
257
254
|
exports.FetchPlayerStateDocument = (0, client_1.gql) `
|
|
258
255
|
query FetchPlayerState {
|
|
259
256
|
fetchPlayerState {
|
|
@@ -302,9 +299,11 @@ exports.FetchPlayerStateDocument = (0, client_1.gql) `
|
|
|
302
299
|
function useFetchPlayerStateQuery(baseOptions) {
|
|
303
300
|
return Apollo.useQuery(exports.FetchPlayerStateDocument, baseOptions);
|
|
304
301
|
}
|
|
302
|
+
exports.useFetchPlayerStateQuery = useFetchPlayerStateQuery;
|
|
305
303
|
function useFetchPlayerStateLazyQuery(baseOptions) {
|
|
306
304
|
return Apollo.useLazyQuery(exports.FetchPlayerStateDocument, baseOptions);
|
|
307
305
|
}
|
|
306
|
+
exports.useFetchPlayerStateLazyQuery = useFetchPlayerStateLazyQuery;
|
|
308
307
|
exports.OnPlayerStateUpdatedDocument = (0, client_1.gql) `
|
|
309
308
|
subscription OnPlayerStateUpdated($authToken: String!) {
|
|
310
309
|
onPlayerStateUpdated(authToken: $authToken) {
|
|
@@ -354,3 +353,4 @@ exports.OnPlayerStateUpdatedDocument = (0, client_1.gql) `
|
|
|
354
353
|
function useOnPlayerStateUpdatedSubscription(baseOptions) {
|
|
355
354
|
return Apollo.useSubscription(exports.OnPlayerStateUpdatedDocument, baseOptions);
|
|
356
355
|
}
|
|
356
|
+
exports.useOnPlayerStateUpdatedSubscription = useOnPlayerStateUpdatedSubscription;
|