@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.
- package/build/config/index.d.ts +1 -0
- package/build/config/index.js +33 -6
- package/build/cookies/index.d.ts +1 -1
- package/build/graphql_tools/__generated__/adminHost/schema.d.ts +274 -32
- package/build/graphql_tools/__generated__/adminHost/schema.js +220 -61
- 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 +52 -52
- package/build/graphql_tools/__generated__/identityHost/schema.js +31 -32
- 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__/notificationsHost/schema.d.ts +3 -3
- package/build/graphql_tools/__generated__/notificationsHost/schema.js +2 -2
- 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 +590 -1185
- package/package.json +1 -1
- package/src/config/index.ts +39 -9
- package/src/graphql_tools/__generated__/adminHost/schema.ts +305 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -387,8 +387,8 @@ export type IAddAssetsToGalleryV2MutationFn = Apollo.MutationFunction<IAddAssets
|
|
|
387
387
|
* });
|
|
388
388
|
*/
|
|
389
389
|
export declare function useAddAssetsToGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IAddAssetsToGalleryV2Mutation, IAddAssetsToGalleryV2MutationVariables>): Apollo.MutationTuple<IAddAssetsToGalleryV2Mutation, Exact<{
|
|
390
|
-
galleryId:
|
|
391
|
-
assetIds:
|
|
390
|
+
galleryId: Scalars["ID"];
|
|
391
|
+
assetIds: Array<Scalars["String"]>;
|
|
392
392
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
393
393
|
export type AddAssetsToGalleryV2MutationHookResult = ReturnType<typeof useAddAssetsToGalleryV2Mutation>;
|
|
394
394
|
export type AddAssetsToGalleryV2MutationResult = Apollo.MutationResult<IAddAssetsToGalleryV2Mutation>;
|
|
@@ -414,8 +414,8 @@ export type IAddCollectionsToGalleryV2MutationFn = Apollo.MutationFunction<IAddC
|
|
|
414
414
|
* });
|
|
415
415
|
*/
|
|
416
416
|
export declare function useAddCollectionsToGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IAddCollectionsToGalleryV2Mutation, IAddCollectionsToGalleryV2MutationVariables>): Apollo.MutationTuple<IAddCollectionsToGalleryV2Mutation, Exact<{
|
|
417
|
-
galleryId:
|
|
418
|
-
collectionIds:
|
|
417
|
+
galleryId: Scalars["ID"];
|
|
418
|
+
collectionIds: Array<Scalars["String"]>;
|
|
419
419
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
420
420
|
export type AddCollectionsToGalleryV2MutationHookResult = ReturnType<typeof useAddCollectionsToGalleryV2Mutation>;
|
|
421
421
|
export type AddCollectionsToGalleryV2MutationResult = Apollo.MutationResult<IAddCollectionsToGalleryV2Mutation>;
|
|
@@ -441,8 +441,8 @@ export type IAddCreationsToGalleryV2MutationFn = Apollo.MutationFunction<IAddCre
|
|
|
441
441
|
* });
|
|
442
442
|
*/
|
|
443
443
|
export declare function useAddCreationsToGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IAddCreationsToGalleryV2Mutation, IAddCreationsToGalleryV2MutationVariables>): Apollo.MutationTuple<IAddCreationsToGalleryV2Mutation, Exact<{
|
|
444
|
-
galleryId:
|
|
445
|
-
creationIds:
|
|
444
|
+
galleryId: Scalars["ID"];
|
|
445
|
+
creationIds: Array<Scalars["String"]>;
|
|
446
446
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
447
447
|
export type AddCreationsToGalleryV2MutationHookResult = ReturnType<typeof useAddCreationsToGalleryV2Mutation>;
|
|
448
448
|
export type AddCreationsToGalleryV2MutationResult = Apollo.MutationResult<IAddCreationsToGalleryV2Mutation>;
|
|
@@ -470,10 +470,10 @@ export type ICreateFavoriteListV2MutationFn = Apollo.MutationFunction<ICreateFav
|
|
|
470
470
|
* });
|
|
471
471
|
*/
|
|
472
472
|
export declare function useCreateFavoriteListV2Mutation(baseOptions?: Apollo.MutationHookOptions<ICreateFavoriteListV2Mutation, ICreateFavoriteListV2MutationVariables>): Apollo.MutationTuple<ICreateFavoriteListV2Mutation, Exact<{
|
|
473
|
-
name:
|
|
474
|
-
description?: Maybe<
|
|
475
|
-
publicAccessible?: Maybe<
|
|
476
|
-
creationIds?: Maybe<Maybe<
|
|
473
|
+
name: Scalars["String"];
|
|
474
|
+
description?: Maybe<Scalars["String"]>;
|
|
475
|
+
publicAccessible?: Maybe<Scalars["Boolean"]>;
|
|
476
|
+
creationIds?: Maybe<Array<Maybe<Scalars["String"]>>>;
|
|
477
477
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
478
478
|
export type CreateFavoriteListV2MutationHookResult = ReturnType<typeof useCreateFavoriteListV2Mutation>;
|
|
479
479
|
export type CreateFavoriteListV2MutationResult = Apollo.MutationResult<ICreateFavoriteListV2Mutation>;
|
|
@@ -501,10 +501,10 @@ export type ICreateGalleryV2MutationFn = Apollo.MutationFunction<ICreateGalleryV
|
|
|
501
501
|
* });
|
|
502
502
|
*/
|
|
503
503
|
export declare function useCreateGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<ICreateGalleryV2Mutation, ICreateGalleryV2MutationVariables>): Apollo.MutationTuple<ICreateGalleryV2Mutation, Exact<{
|
|
504
|
-
name:
|
|
505
|
-
description?: Maybe<
|
|
506
|
-
publicAccessible?: Maybe<
|
|
507
|
-
creationIds?: Maybe<Maybe<
|
|
504
|
+
name: Scalars["String"];
|
|
505
|
+
description?: Maybe<Scalars["String"]>;
|
|
506
|
+
publicAccessible?: Maybe<Scalars["Boolean"]>;
|
|
507
|
+
creationIds?: Maybe<Array<Maybe<Scalars["String"]>>>;
|
|
508
508
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
509
509
|
export type CreateGalleryV2MutationHookResult = ReturnType<typeof useCreateGalleryV2Mutation>;
|
|
510
510
|
export type CreateGalleryV2MutationResult = Apollo.MutationResult<ICreateGalleryV2Mutation>;
|
|
@@ -529,7 +529,7 @@ export type IDeleteGalleryMutationFn = Apollo.MutationFunction<IDeleteGalleryMut
|
|
|
529
529
|
* });
|
|
530
530
|
*/
|
|
531
531
|
export declare function useDeleteGalleryMutation(baseOptions?: Apollo.MutationHookOptions<IDeleteGalleryMutation, IDeleteGalleryMutationVariables>): Apollo.MutationTuple<IDeleteGalleryMutation, Exact<{
|
|
532
|
-
galleryId:
|
|
532
|
+
galleryId: Scalars["ID"];
|
|
533
533
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
534
534
|
export type DeleteGalleryMutationHookResult = ReturnType<typeof useDeleteGalleryMutation>;
|
|
535
535
|
export type DeleteGalleryMutationResult = Apollo.MutationResult<IDeleteGalleryMutation>;
|
|
@@ -556,9 +556,9 @@ export type IEditGalleryMutationFn = Apollo.MutationFunction<IEditGalleryMutatio
|
|
|
556
556
|
* });
|
|
557
557
|
*/
|
|
558
558
|
export declare function useEditGalleryMutation(baseOptions?: Apollo.MutationHookOptions<IEditGalleryMutation, IEditGalleryMutationVariables>): Apollo.MutationTuple<IEditGalleryMutation, Exact<{
|
|
559
|
-
galleryId:
|
|
560
|
-
name?: Maybe<
|
|
561
|
-
description?: Maybe<
|
|
559
|
+
galleryId: Scalars["ID"];
|
|
560
|
+
name?: Maybe<Scalars["String"]>;
|
|
561
|
+
description?: Maybe<Scalars["String"]>;
|
|
562
562
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
563
563
|
export type EditGalleryMutationHookResult = ReturnType<typeof useEditGalleryMutation>;
|
|
564
564
|
export type EditGalleryMutationResult = Apollo.MutationResult<IEditGalleryMutation>;
|
|
@@ -584,8 +584,8 @@ export type IRemoveAssetFromGalleryV2MutationFn = Apollo.MutationFunction<IRemov
|
|
|
584
584
|
* });
|
|
585
585
|
*/
|
|
586
586
|
export declare function useRemoveAssetFromGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IRemoveAssetFromGalleryV2Mutation, IRemoveAssetFromGalleryV2MutationVariables>): Apollo.MutationTuple<IRemoveAssetFromGalleryV2Mutation, Exact<{
|
|
587
|
-
galleryId:
|
|
588
|
-
assetId:
|
|
587
|
+
galleryId: Scalars["ID"];
|
|
588
|
+
assetId: Scalars["String"];
|
|
589
589
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
590
590
|
export type RemoveAssetFromGalleryV2MutationHookResult = ReturnType<typeof useRemoveAssetFromGalleryV2Mutation>;
|
|
591
591
|
export type RemoveAssetFromGalleryV2MutationResult = Apollo.MutationResult<IRemoveAssetFromGalleryV2Mutation>;
|
|
@@ -611,8 +611,8 @@ export type IRemoveCollectionFromGalleryV2MutationFn = Apollo.MutationFunction<I
|
|
|
611
611
|
* });
|
|
612
612
|
*/
|
|
613
613
|
export declare function useRemoveCollectionFromGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IRemoveCollectionFromGalleryV2Mutation, IRemoveCollectionFromGalleryV2MutationVariables>): Apollo.MutationTuple<IRemoveCollectionFromGalleryV2Mutation, Exact<{
|
|
614
|
-
galleryId:
|
|
615
|
-
collectionId:
|
|
614
|
+
galleryId: Scalars["ID"];
|
|
615
|
+
collectionId: Scalars["String"];
|
|
616
616
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
617
617
|
export type RemoveCollectionFromGalleryV2MutationHookResult = ReturnType<typeof useRemoveCollectionFromGalleryV2Mutation>;
|
|
618
618
|
export type RemoveCollectionFromGalleryV2MutationResult = Apollo.MutationResult<IRemoveCollectionFromGalleryV2Mutation>;
|
|
@@ -638,8 +638,8 @@ export type IRemoveCreationFromGalleryV2MutationFn = Apollo.MutationFunction<IRe
|
|
|
638
638
|
* });
|
|
639
639
|
*/
|
|
640
640
|
export declare function useRemoveCreationFromGalleryV2Mutation(baseOptions?: Apollo.MutationHookOptions<IRemoveCreationFromGalleryV2Mutation, IRemoveCreationFromGalleryV2MutationVariables>): Apollo.MutationTuple<IRemoveCreationFromGalleryV2Mutation, Exact<{
|
|
641
|
-
galleryId:
|
|
642
|
-
creationId:
|
|
641
|
+
galleryId: Scalars["ID"];
|
|
642
|
+
creationId: Scalars["String"];
|
|
643
643
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
644
644
|
export type RemoveCreationFromGalleryV2MutationHookResult = ReturnType<typeof useRemoveCreationFromGalleryV2Mutation>;
|
|
645
645
|
export type RemoveCreationFromGalleryV2MutationResult = Apollo.MutationResult<IRemoveCreationFromGalleryV2Mutation>;
|
|
@@ -662,10 +662,10 @@ export declare const FetchGalleryV2Document: Apollo.DocumentNode;
|
|
|
662
662
|
* });
|
|
663
663
|
*/
|
|
664
664
|
export declare function useFetchGalleryV2Query(baseOptions: Apollo.QueryHookOptions<IFetchGalleryV2Query, IFetchGalleryV2QueryVariables>): Apollo.QueryResult<IFetchGalleryV2Query, Exact<{
|
|
665
|
-
galleryId:
|
|
665
|
+
galleryId: Scalars["String"];
|
|
666
666
|
}>>;
|
|
667
667
|
export declare function useFetchGalleryV2LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchGalleryV2Query, IFetchGalleryV2QueryVariables>): Apollo.LazyQueryResultTuple<IFetchGalleryV2Query, Exact<{
|
|
668
|
-
galleryId:
|
|
668
|
+
galleryId: Scalars["String"];
|
|
669
669
|
}>>;
|
|
670
670
|
export type FetchGalleryV2QueryHookResult = ReturnType<typeof useFetchGalleryV2Query>;
|
|
671
671
|
export type FetchGalleryV2LazyQueryHookResult = ReturnType<typeof useFetchGalleryV2LazyQuery>;
|
|
@@ -689,12 +689,12 @@ export declare const FetchMyFavoritesV2Document: Apollo.DocumentNode;
|
|
|
689
689
|
* });
|
|
690
690
|
*/
|
|
691
691
|
export declare function useFetchMyFavoritesV2Query(baseOptions: Apollo.QueryHookOptions<IFetchMyFavoritesV2Query, IFetchMyFavoritesV2QueryVariables>): Apollo.QueryResult<IFetchMyFavoritesV2Query, Exact<{
|
|
692
|
-
pageSize:
|
|
693
|
-
pageToken?: Maybe<
|
|
692
|
+
pageSize: Scalars["Int"];
|
|
693
|
+
pageToken?: Maybe<Scalars["String"]>;
|
|
694
694
|
}>>;
|
|
695
695
|
export declare function useFetchMyFavoritesV2LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchMyFavoritesV2Query, IFetchMyFavoritesV2QueryVariables>): Apollo.LazyQueryResultTuple<IFetchMyFavoritesV2Query, Exact<{
|
|
696
|
-
pageSize:
|
|
697
|
-
pageToken?: Maybe<
|
|
696
|
+
pageSize: Scalars["Int"];
|
|
697
|
+
pageToken?: Maybe<Scalars["String"]>;
|
|
698
698
|
}>>;
|
|
699
699
|
export type FetchMyFavoritesV2QueryHookResult = ReturnType<typeof useFetchMyFavoritesV2Query>;
|
|
700
700
|
export type FetchMyFavoritesV2LazyQueryHookResult = ReturnType<typeof useFetchMyFavoritesV2LazyQuery>;
|
|
@@ -718,12 +718,12 @@ export declare const FetchMyGalleriesV2Document: Apollo.DocumentNode;
|
|
|
718
718
|
* });
|
|
719
719
|
*/
|
|
720
720
|
export declare function useFetchMyGalleriesV2Query(baseOptions: Apollo.QueryHookOptions<IFetchMyGalleriesV2Query, IFetchMyGalleriesV2QueryVariables>): Apollo.QueryResult<IFetchMyGalleriesV2Query, Exact<{
|
|
721
|
-
pageSize:
|
|
722
|
-
pageToken?: Maybe<
|
|
721
|
+
pageSize: Scalars["Int"];
|
|
722
|
+
pageToken?: Maybe<Scalars["String"]>;
|
|
723
723
|
}>>;
|
|
724
724
|
export declare function useFetchMyGalleriesV2LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchMyGalleriesV2Query, IFetchMyGalleriesV2QueryVariables>): Apollo.LazyQueryResultTuple<IFetchMyGalleriesV2Query, Exact<{
|
|
725
|
-
pageSize:
|
|
726
|
-
pageToken?: Maybe<
|
|
725
|
+
pageSize: Scalars["Int"];
|
|
726
|
+
pageToken?: Maybe<Scalars["String"]>;
|
|
727
727
|
}>>;
|
|
728
728
|
export type FetchMyGalleriesV2QueryHookResult = ReturnType<typeof useFetchMyGalleriesV2Query>;
|
|
729
729
|
export type FetchMyGalleriesV2LazyQueryHookResult = ReturnType<typeof useFetchMyGalleriesV2LazyQuery>;
|
|
@@ -748,14 +748,14 @@ export declare const FetchUserFavoritesV2Document: Apollo.DocumentNode;
|
|
|
748
748
|
* });
|
|
749
749
|
*/
|
|
750
750
|
export declare function useFetchUserFavoritesV2Query(baseOptions: Apollo.QueryHookOptions<IFetchUserFavoritesV2Query, IFetchUserFavoritesV2QueryVariables>): Apollo.QueryResult<IFetchUserFavoritesV2Query, Exact<{
|
|
751
|
-
userId:
|
|
752
|
-
pageSize:
|
|
753
|
-
pageToken?: Maybe<
|
|
751
|
+
userId: Scalars["ID"];
|
|
752
|
+
pageSize: Scalars["Int"];
|
|
753
|
+
pageToken?: Maybe<Scalars["String"]>;
|
|
754
754
|
}>>;
|
|
755
755
|
export declare function useFetchUserFavoritesV2LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserFavoritesV2Query, IFetchUserFavoritesV2QueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserFavoritesV2Query, Exact<{
|
|
756
|
-
userId:
|
|
757
|
-
pageSize:
|
|
758
|
-
pageToken?: Maybe<
|
|
756
|
+
userId: Scalars["ID"];
|
|
757
|
+
pageSize: Scalars["Int"];
|
|
758
|
+
pageToken?: Maybe<Scalars["String"]>;
|
|
759
759
|
}>>;
|
|
760
760
|
export type FetchUserFavoritesV2QueryHookResult = ReturnType<typeof useFetchUserFavoritesV2Query>;
|
|
761
761
|
export type FetchUserFavoritesV2LazyQueryHookResult = ReturnType<typeof useFetchUserFavoritesV2LazyQuery>;
|
|
@@ -780,14 +780,14 @@ export declare const FetchUserGalleriesV2Document: Apollo.DocumentNode;
|
|
|
780
780
|
* });
|
|
781
781
|
*/
|
|
782
782
|
export declare function useFetchUserGalleriesV2Query(baseOptions: Apollo.QueryHookOptions<IFetchUserGalleriesV2Query, IFetchUserGalleriesV2QueryVariables>): Apollo.QueryResult<IFetchUserGalleriesV2Query, Exact<{
|
|
783
|
-
userId:
|
|
784
|
-
pageSize:
|
|
785
|
-
pageToken?: Maybe<
|
|
783
|
+
userId: Scalars["ID"];
|
|
784
|
+
pageSize: Scalars["Int"];
|
|
785
|
+
pageToken?: Maybe<Scalars["String"]>;
|
|
786
786
|
}>>;
|
|
787
787
|
export declare function useFetchUserGalleriesV2LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserGalleriesV2Query, IFetchUserGalleriesV2QueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserGalleriesV2Query, Exact<{
|
|
788
|
-
userId:
|
|
789
|
-
pageSize:
|
|
790
|
-
pageToken?: Maybe<
|
|
788
|
+
userId: Scalars["ID"];
|
|
789
|
+
pageSize: Scalars["Int"];
|
|
790
|
+
pageToken?: Maybe<Scalars["String"]>;
|
|
791
791
|
}>>;
|
|
792
792
|
export type FetchUserGalleriesV2QueryHookResult = ReturnType<typeof useFetchUserGalleriesV2Query>;
|
|
793
793
|
export type FetchUserGalleriesV2LazyQueryHookResult = ReturnType<typeof useFetchUserGalleriesV2LazyQuery>;
|
|
@@ -23,7 +23,27 @@ 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.FetchUserGalleriesV2Document = exports.FetchUserFavoritesV2Document = exports.FetchMyGalleriesV2Document = exports.FetchMyFavoritesV2Document = exports.FetchGalleryV2Document = exports.RemoveCreationFromGalleryV2Document = exports.RemoveCollectionFromGalleryV2Document = exports.RemoveAssetFromGalleryV2Document = exports.EditGalleryDocument = exports.DeleteGalleryDocument = exports.CreateGalleryV2Document = exports.CreateFavoriteListV2Document = exports.AddCreationsToGalleryV2Document = exports.AddCollectionsToGalleryV2Document = exports.AddAssetsToGalleryV2Document = void 0;
|
|
27
|
+
exports.useAddAssetsToGalleryV2Mutation = useAddAssetsToGalleryV2Mutation;
|
|
28
|
+
exports.useAddCollectionsToGalleryV2Mutation = useAddCollectionsToGalleryV2Mutation;
|
|
29
|
+
exports.useAddCreationsToGalleryV2Mutation = useAddCreationsToGalleryV2Mutation;
|
|
30
|
+
exports.useCreateFavoriteListV2Mutation = useCreateFavoriteListV2Mutation;
|
|
31
|
+
exports.useCreateGalleryV2Mutation = useCreateGalleryV2Mutation;
|
|
32
|
+
exports.useDeleteGalleryMutation = useDeleteGalleryMutation;
|
|
33
|
+
exports.useEditGalleryMutation = useEditGalleryMutation;
|
|
34
|
+
exports.useRemoveAssetFromGalleryV2Mutation = useRemoveAssetFromGalleryV2Mutation;
|
|
35
|
+
exports.useRemoveCollectionFromGalleryV2Mutation = useRemoveCollectionFromGalleryV2Mutation;
|
|
36
|
+
exports.useRemoveCreationFromGalleryV2Mutation = useRemoveCreationFromGalleryV2Mutation;
|
|
37
|
+
exports.useFetchGalleryV2Query = useFetchGalleryV2Query;
|
|
38
|
+
exports.useFetchGalleryV2LazyQuery = useFetchGalleryV2LazyQuery;
|
|
39
|
+
exports.useFetchMyFavoritesV2Query = useFetchMyFavoritesV2Query;
|
|
40
|
+
exports.useFetchMyFavoritesV2LazyQuery = useFetchMyFavoritesV2LazyQuery;
|
|
41
|
+
exports.useFetchMyGalleriesV2Query = useFetchMyGalleriesV2Query;
|
|
42
|
+
exports.useFetchMyGalleriesV2LazyQuery = useFetchMyGalleriesV2LazyQuery;
|
|
43
|
+
exports.useFetchUserFavoritesV2Query = useFetchUserFavoritesV2Query;
|
|
44
|
+
exports.useFetchUserFavoritesV2LazyQuery = useFetchUserFavoritesV2LazyQuery;
|
|
45
|
+
exports.useFetchUserGalleriesV2Query = useFetchUserGalleriesV2Query;
|
|
46
|
+
exports.useFetchUserGalleriesV2LazyQuery = useFetchUserGalleriesV2LazyQuery;
|
|
27
47
|
const client_1 = require("@apollo/client");
|
|
28
48
|
const Apollo = __importStar(require("@apollo/client"));
|
|
29
49
|
exports.AddAssetsToGalleryV2Document = (0, client_1.gql) `
|
|
@@ -52,7 +72,6 @@ exports.AddAssetsToGalleryV2Document = (0, client_1.gql) `
|
|
|
52
72
|
function useAddAssetsToGalleryV2Mutation(baseOptions) {
|
|
53
73
|
return Apollo.useMutation(exports.AddAssetsToGalleryV2Document, baseOptions);
|
|
54
74
|
}
|
|
55
|
-
exports.useAddAssetsToGalleryV2Mutation = useAddAssetsToGalleryV2Mutation;
|
|
56
75
|
exports.AddCollectionsToGalleryV2Document = (0, client_1.gql) `
|
|
57
76
|
mutation AddCollectionsToGalleryV2($galleryId: ID!, $collectionIds: [String!]!) {
|
|
58
77
|
addCollectionsToGalleryV2(galleryId: $galleryId, collectionIds: $collectionIds)
|
|
@@ -79,7 +98,6 @@ exports.AddCollectionsToGalleryV2Document = (0, client_1.gql) `
|
|
|
79
98
|
function useAddCollectionsToGalleryV2Mutation(baseOptions) {
|
|
80
99
|
return Apollo.useMutation(exports.AddCollectionsToGalleryV2Document, baseOptions);
|
|
81
100
|
}
|
|
82
|
-
exports.useAddCollectionsToGalleryV2Mutation = useAddCollectionsToGalleryV2Mutation;
|
|
83
101
|
exports.AddCreationsToGalleryV2Document = (0, client_1.gql) `
|
|
84
102
|
mutation AddCreationsToGalleryV2($galleryId: ID!, $creationIds: [String!]!) {
|
|
85
103
|
addCreationsToGalleryV2(galleryId: $galleryId, creationIds: $creationIds)
|
|
@@ -106,7 +124,6 @@ exports.AddCreationsToGalleryV2Document = (0, client_1.gql) `
|
|
|
106
124
|
function useAddCreationsToGalleryV2Mutation(baseOptions) {
|
|
107
125
|
return Apollo.useMutation(exports.AddCreationsToGalleryV2Document, baseOptions);
|
|
108
126
|
}
|
|
109
|
-
exports.useAddCreationsToGalleryV2Mutation = useAddCreationsToGalleryV2Mutation;
|
|
110
127
|
exports.CreateFavoriteListV2Document = (0, client_1.gql) `
|
|
111
128
|
mutation CreateFavoriteListV2($name: String!, $description: String, $publicAccessible: Boolean, $creationIds: [String]) {
|
|
112
129
|
createFavoriteListV2(
|
|
@@ -140,7 +157,6 @@ exports.CreateFavoriteListV2Document = (0, client_1.gql) `
|
|
|
140
157
|
function useCreateFavoriteListV2Mutation(baseOptions) {
|
|
141
158
|
return Apollo.useMutation(exports.CreateFavoriteListV2Document, baseOptions);
|
|
142
159
|
}
|
|
143
|
-
exports.useCreateFavoriteListV2Mutation = useCreateFavoriteListV2Mutation;
|
|
144
160
|
exports.CreateGalleryV2Document = (0, client_1.gql) `
|
|
145
161
|
mutation CreateGalleryV2($name: String!, $description: String, $publicAccessible: Boolean, $creationIds: [String]) {
|
|
146
162
|
createGalleryV2(
|
|
@@ -174,7 +190,6 @@ exports.CreateGalleryV2Document = (0, client_1.gql) `
|
|
|
174
190
|
function useCreateGalleryV2Mutation(baseOptions) {
|
|
175
191
|
return Apollo.useMutation(exports.CreateGalleryV2Document, baseOptions);
|
|
176
192
|
}
|
|
177
|
-
exports.useCreateGalleryV2Mutation = useCreateGalleryV2Mutation;
|
|
178
193
|
exports.DeleteGalleryDocument = (0, client_1.gql) `
|
|
179
194
|
mutation DeleteGallery($galleryId: ID!) {
|
|
180
195
|
deleteGallery(galleryId: $galleryId)
|
|
@@ -200,7 +215,6 @@ exports.DeleteGalleryDocument = (0, client_1.gql) `
|
|
|
200
215
|
function useDeleteGalleryMutation(baseOptions) {
|
|
201
216
|
return Apollo.useMutation(exports.DeleteGalleryDocument, baseOptions);
|
|
202
217
|
}
|
|
203
|
-
exports.useDeleteGalleryMutation = useDeleteGalleryMutation;
|
|
204
218
|
exports.EditGalleryDocument = (0, client_1.gql) `
|
|
205
219
|
mutation EditGallery($galleryId: ID!, $name: String, $description: String) {
|
|
206
220
|
editGallery(galleryId: $galleryId, name: $name, description: $description)
|
|
@@ -228,7 +242,6 @@ exports.EditGalleryDocument = (0, client_1.gql) `
|
|
|
228
242
|
function useEditGalleryMutation(baseOptions) {
|
|
229
243
|
return Apollo.useMutation(exports.EditGalleryDocument, baseOptions);
|
|
230
244
|
}
|
|
231
|
-
exports.useEditGalleryMutation = useEditGalleryMutation;
|
|
232
245
|
exports.RemoveAssetFromGalleryV2Document = (0, client_1.gql) `
|
|
233
246
|
mutation RemoveAssetFromGalleryV2($galleryId: ID!, $assetId: String!) {
|
|
234
247
|
removeAssetFromGalleryV2(galleryId: $galleryId, assetId: $assetId)
|
|
@@ -255,7 +268,6 @@ exports.RemoveAssetFromGalleryV2Document = (0, client_1.gql) `
|
|
|
255
268
|
function useRemoveAssetFromGalleryV2Mutation(baseOptions) {
|
|
256
269
|
return Apollo.useMutation(exports.RemoveAssetFromGalleryV2Document, baseOptions);
|
|
257
270
|
}
|
|
258
|
-
exports.useRemoveAssetFromGalleryV2Mutation = useRemoveAssetFromGalleryV2Mutation;
|
|
259
271
|
exports.RemoveCollectionFromGalleryV2Document = (0, client_1.gql) `
|
|
260
272
|
mutation RemoveCollectionFromGalleryV2($galleryId: ID!, $collectionId: String!) {
|
|
261
273
|
removeCollectionFromGalleryV2(
|
|
@@ -285,7 +297,6 @@ exports.RemoveCollectionFromGalleryV2Document = (0, client_1.gql) `
|
|
|
285
297
|
function useRemoveCollectionFromGalleryV2Mutation(baseOptions) {
|
|
286
298
|
return Apollo.useMutation(exports.RemoveCollectionFromGalleryV2Document, baseOptions);
|
|
287
299
|
}
|
|
288
|
-
exports.useRemoveCollectionFromGalleryV2Mutation = useRemoveCollectionFromGalleryV2Mutation;
|
|
289
300
|
exports.RemoveCreationFromGalleryV2Document = (0, client_1.gql) `
|
|
290
301
|
mutation RemoveCreationFromGalleryV2($galleryId: ID!, $creationId: String!) {
|
|
291
302
|
removeCreationFromGalleryV2(galleryId: $galleryId, creationId: $creationId)
|
|
@@ -312,7 +323,6 @@ exports.RemoveCreationFromGalleryV2Document = (0, client_1.gql) `
|
|
|
312
323
|
function useRemoveCreationFromGalleryV2Mutation(baseOptions) {
|
|
313
324
|
return Apollo.useMutation(exports.RemoveCreationFromGalleryV2Document, baseOptions);
|
|
314
325
|
}
|
|
315
|
-
exports.useRemoveCreationFromGalleryV2Mutation = useRemoveCreationFromGalleryV2Mutation;
|
|
316
326
|
exports.FetchGalleryV2Document = (0, client_1.gql) `
|
|
317
327
|
query FetchGalleryV2($galleryId: String!) {
|
|
318
328
|
fetchGalleryV2(galleryId: $galleryId) {
|
|
@@ -352,11 +362,9 @@ exports.FetchGalleryV2Document = (0, client_1.gql) `
|
|
|
352
362
|
function useFetchGalleryV2Query(baseOptions) {
|
|
353
363
|
return Apollo.useQuery(exports.FetchGalleryV2Document, baseOptions);
|
|
354
364
|
}
|
|
355
|
-
exports.useFetchGalleryV2Query = useFetchGalleryV2Query;
|
|
356
365
|
function useFetchGalleryV2LazyQuery(baseOptions) {
|
|
357
366
|
return Apollo.useLazyQuery(exports.FetchGalleryV2Document, baseOptions);
|
|
358
367
|
}
|
|
359
|
-
exports.useFetchGalleryV2LazyQuery = useFetchGalleryV2LazyQuery;
|
|
360
368
|
exports.FetchMyFavoritesV2Document = (0, client_1.gql) `
|
|
361
369
|
query FetchMyFavoritesV2($pageSize: Int!, $pageToken: String) {
|
|
362
370
|
fetchMyFavoritesV2(pageSize: $pageSize, pageToken: $pageToken) {
|
|
@@ -400,11 +408,9 @@ exports.FetchMyFavoritesV2Document = (0, client_1.gql) `
|
|
|
400
408
|
function useFetchMyFavoritesV2Query(baseOptions) {
|
|
401
409
|
return Apollo.useQuery(exports.FetchMyFavoritesV2Document, baseOptions);
|
|
402
410
|
}
|
|
403
|
-
exports.useFetchMyFavoritesV2Query = useFetchMyFavoritesV2Query;
|
|
404
411
|
function useFetchMyFavoritesV2LazyQuery(baseOptions) {
|
|
405
412
|
return Apollo.useLazyQuery(exports.FetchMyFavoritesV2Document, baseOptions);
|
|
406
413
|
}
|
|
407
|
-
exports.useFetchMyFavoritesV2LazyQuery = useFetchMyFavoritesV2LazyQuery;
|
|
408
414
|
exports.FetchMyGalleriesV2Document = (0, client_1.gql) `
|
|
409
415
|
query FetchMyGalleriesV2($pageSize: Int!, $pageToken: String) {
|
|
410
416
|
fetchMyGalleriesV2(pageSize: $pageSize, pageToken: $pageToken) {
|
|
@@ -448,11 +454,9 @@ exports.FetchMyGalleriesV2Document = (0, client_1.gql) `
|
|
|
448
454
|
function useFetchMyGalleriesV2Query(baseOptions) {
|
|
449
455
|
return Apollo.useQuery(exports.FetchMyGalleriesV2Document, baseOptions);
|
|
450
456
|
}
|
|
451
|
-
exports.useFetchMyGalleriesV2Query = useFetchMyGalleriesV2Query;
|
|
452
457
|
function useFetchMyGalleriesV2LazyQuery(baseOptions) {
|
|
453
458
|
return Apollo.useLazyQuery(exports.FetchMyGalleriesV2Document, baseOptions);
|
|
454
459
|
}
|
|
455
|
-
exports.useFetchMyGalleriesV2LazyQuery = useFetchMyGalleriesV2LazyQuery;
|
|
456
460
|
exports.FetchUserFavoritesV2Document = (0, client_1.gql) `
|
|
457
461
|
query FetchUserFavoritesV2($userId: ID!, $pageSize: Int!, $pageToken: String) {
|
|
458
462
|
fetchUserFavoritesV2(
|
|
@@ -508,11 +512,9 @@ exports.FetchUserFavoritesV2Document = (0, client_1.gql) `
|
|
|
508
512
|
function useFetchUserFavoritesV2Query(baseOptions) {
|
|
509
513
|
return Apollo.useQuery(exports.FetchUserFavoritesV2Document, baseOptions);
|
|
510
514
|
}
|
|
511
|
-
exports.useFetchUserFavoritesV2Query = useFetchUserFavoritesV2Query;
|
|
512
515
|
function useFetchUserFavoritesV2LazyQuery(baseOptions) {
|
|
513
516
|
return Apollo.useLazyQuery(exports.FetchUserFavoritesV2Document, baseOptions);
|
|
514
517
|
}
|
|
515
|
-
exports.useFetchUserFavoritesV2LazyQuery = useFetchUserFavoritesV2LazyQuery;
|
|
516
518
|
exports.FetchUserGalleriesV2Document = (0, client_1.gql) `
|
|
517
519
|
query fetchUserGalleriesV2($userId: ID!, $pageSize: Int!, $pageToken: String) {
|
|
518
520
|
fetchUserGalleriesV2(
|
|
@@ -568,8 +570,6 @@ exports.FetchUserGalleriesV2Document = (0, client_1.gql) `
|
|
|
568
570
|
function useFetchUserGalleriesV2Query(baseOptions) {
|
|
569
571
|
return Apollo.useQuery(exports.FetchUserGalleriesV2Document, baseOptions);
|
|
570
572
|
}
|
|
571
|
-
exports.useFetchUserGalleriesV2Query = useFetchUserGalleriesV2Query;
|
|
572
573
|
function useFetchUserGalleriesV2LazyQuery(baseOptions) {
|
|
573
574
|
return Apollo.useLazyQuery(exports.FetchUserGalleriesV2Document, baseOptions);
|
|
574
575
|
}
|
|
575
|
-
exports.useFetchUserGalleriesV2LazyQuery = useFetchUserGalleriesV2LazyQuery;
|
|
@@ -896,8 +896,8 @@ export type IAddWalletElrondMutationFn = Apollo.MutationFunction<IAddWalletElron
|
|
|
896
896
|
* });
|
|
897
897
|
*/
|
|
898
898
|
export declare function useAddWalletElrondMutation(baseOptions?: Apollo.MutationHookOptions<IAddWalletElrondMutation, IAddWalletElrondMutationVariables>): Apollo.MutationTuple<IAddWalletElrondMutation, Exact<{
|
|
899
|
-
signature:
|
|
900
|
-
address:
|
|
899
|
+
signature: Scalars["String"];
|
|
900
|
+
address: Scalars["String"];
|
|
901
901
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
902
902
|
export type AddWalletElrondMutationHookResult = ReturnType<typeof useAddWalletElrondMutation>;
|
|
903
903
|
export type AddWalletElrondMutationResult = Apollo.MutationResult<IAddWalletElrondMutation>;
|
|
@@ -923,8 +923,8 @@ export type IAddWalletFlowMutationFn = Apollo.MutationFunction<IAddWalletFlowMut
|
|
|
923
923
|
* });
|
|
924
924
|
*/
|
|
925
925
|
export declare function useAddWalletFlowMutation(baseOptions?: Apollo.MutationHookOptions<IAddWalletFlowMutation, IAddWalletFlowMutationVariables>): Apollo.MutationTuple<IAddWalletFlowMutation, Exact<{
|
|
926
|
-
signature:
|
|
927
|
-
address:
|
|
926
|
+
signature: Scalars["String"];
|
|
927
|
+
address: Scalars["String"];
|
|
928
928
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
929
929
|
export type AddWalletFlowMutationHookResult = ReturnType<typeof useAddWalletFlowMutation>;
|
|
930
930
|
export type AddWalletFlowMutationResult = Apollo.MutationResult<IAddWalletFlowMutation>;
|
|
@@ -951,9 +951,9 @@ export type IAddWalletMetamaskMutationFn = Apollo.MutationFunction<IAddWalletMet
|
|
|
951
951
|
* });
|
|
952
952
|
*/
|
|
953
953
|
export declare function useAddWalletMetamaskMutation(baseOptions?: Apollo.MutationHookOptions<IAddWalletMetamaskMutation, IAddWalletMetamaskMutationVariables>): Apollo.MutationTuple<IAddWalletMetamaskMutation, Exact<{
|
|
954
|
-
signature:
|
|
955
|
-
address:
|
|
956
|
-
chainId:
|
|
954
|
+
signature: Scalars["String"];
|
|
955
|
+
address: Scalars["String"];
|
|
956
|
+
chainId: Scalars["String"];
|
|
957
957
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
958
958
|
export type AddWalletMetamaskMutationHookResult = ReturnType<typeof useAddWalletMetamaskMutation>;
|
|
959
959
|
export type AddWalletMetamaskMutationResult = Apollo.MutationResult<IAddWalletMetamaskMutation>;
|
|
@@ -979,8 +979,8 @@ export type IAddWalletSolanaMutationFn = Apollo.MutationFunction<IAddWalletSolan
|
|
|
979
979
|
* });
|
|
980
980
|
*/
|
|
981
981
|
export declare function useAddWalletSolanaMutation(baseOptions?: Apollo.MutationHookOptions<IAddWalletSolanaMutation, IAddWalletSolanaMutationVariables>): Apollo.MutationTuple<IAddWalletSolanaMutation, Exact<{
|
|
982
|
-
signature:
|
|
983
|
-
pubkey:
|
|
982
|
+
signature: Scalars["String"];
|
|
983
|
+
pubkey: Scalars["String"];
|
|
984
984
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
985
985
|
export type AddWalletSolanaMutationHookResult = ReturnType<typeof useAddWalletSolanaMutation>;
|
|
986
986
|
export type AddWalletSolanaMutationResult = Apollo.MutationResult<IAddWalletSolanaMutation>;
|
|
@@ -1006,8 +1006,8 @@ export type IAddWalletTezosMutationFn = Apollo.MutationFunction<IAddWalletTezosM
|
|
|
1006
1006
|
* });
|
|
1007
1007
|
*/
|
|
1008
1008
|
export declare function useAddWalletTezosMutation(baseOptions?: Apollo.MutationHookOptions<IAddWalletTezosMutation, IAddWalletTezosMutationVariables>): Apollo.MutationTuple<IAddWalletTezosMutation, Exact<{
|
|
1009
|
-
signature:
|
|
1010
|
-
pubkey:
|
|
1009
|
+
signature: Scalars["String"];
|
|
1010
|
+
pubkey: Scalars["String"];
|
|
1011
1011
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1012
1012
|
export type AddWalletTezosMutationHookResult = ReturnType<typeof useAddWalletTezosMutation>;
|
|
1013
1013
|
export type AddWalletTezosMutationResult = Apollo.MutationResult<IAddWalletTezosMutation>;
|
|
@@ -1083,9 +1083,9 @@ export type ICreateNonceMutationFn = Apollo.MutationFunction<ICreateNonceMutatio
|
|
|
1083
1083
|
* });
|
|
1084
1084
|
*/
|
|
1085
1085
|
export declare function useCreateNonceMutation(baseOptions?: Apollo.MutationHookOptions<ICreateNonceMutation, ICreateNonceMutationVariables>): Apollo.MutationTuple<ICreateNonceMutation, Exact<{
|
|
1086
|
-
address:
|
|
1087
|
-
blockchain:
|
|
1088
|
-
chainId?: Maybe<
|
|
1086
|
+
address: Scalars["String"];
|
|
1087
|
+
blockchain: Scalars["String"];
|
|
1088
|
+
chainId?: Maybe<Scalars["String"]>;
|
|
1089
1089
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1090
1090
|
export type CreateNonceMutationHookResult = ReturnType<typeof useCreateNonceMutation>;
|
|
1091
1091
|
export type CreateNonceMutationResult = Apollo.MutationResult<ICreateNonceMutation>;
|
|
@@ -1134,7 +1134,7 @@ export type IGenerateNewInviteCodesMutationFn = Apollo.MutationFunction<IGenerat
|
|
|
1134
1134
|
* });
|
|
1135
1135
|
*/
|
|
1136
1136
|
export declare function useGenerateNewInviteCodesMutation(baseOptions?: Apollo.MutationHookOptions<IGenerateNewInviteCodesMutation, IGenerateNewInviteCodesMutationVariables>): Apollo.MutationTuple<IGenerateNewInviteCodesMutation, Exact<{
|
|
1137
|
-
codesNum:
|
|
1137
|
+
codesNum: Scalars["Int"];
|
|
1138
1138
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1139
1139
|
export type GenerateNewInviteCodesMutationHookResult = ReturnType<typeof useGenerateNewInviteCodesMutation>;
|
|
1140
1140
|
export type GenerateNewInviteCodesMutationResult = Apollo.MutationResult<IGenerateNewInviteCodesMutation>;
|
|
@@ -1159,7 +1159,7 @@ export type IUseInviteCodeMutationFn = Apollo.MutationFunction<IUseInviteCodeMut
|
|
|
1159
1159
|
* });
|
|
1160
1160
|
*/
|
|
1161
1161
|
export declare function useUseInviteCodeMutation(baseOptions?: Apollo.MutationHookOptions<IUseInviteCodeMutation, IUseInviteCodeMutationVariables>): Apollo.MutationTuple<IUseInviteCodeMutation, Exact<{
|
|
1162
|
-
inviteCode:
|
|
1162
|
+
inviteCode: Scalars["String"];
|
|
1163
1163
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1164
1164
|
export type UseInviteCodeMutationHookResult = ReturnType<typeof useUseInviteCodeMutation>;
|
|
1165
1165
|
export type UseInviteCodeMutationResult = Apollo.MutationResult<IUseInviteCodeMutation>;
|
|
@@ -1186,9 +1186,9 @@ export type IRemoveWalletMutationFn = Apollo.MutationFunction<IRemoveWalletMutat
|
|
|
1186
1186
|
* });
|
|
1187
1187
|
*/
|
|
1188
1188
|
export declare function useRemoveWalletMutation(baseOptions?: Apollo.MutationHookOptions<IRemoveWalletMutation, IRemoveWalletMutationVariables>): Apollo.MutationTuple<IRemoveWalletMutation, Exact<{
|
|
1189
|
-
blockchain:
|
|
1190
|
-
address:
|
|
1191
|
-
chainId?: Maybe<
|
|
1189
|
+
blockchain: Scalars["String"];
|
|
1190
|
+
address: Scalars["String"];
|
|
1191
|
+
chainId?: Maybe<Scalars["String"]>;
|
|
1192
1192
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1193
1193
|
export type RemoveWalletMutationHookResult = ReturnType<typeof useRemoveWalletMutation>;
|
|
1194
1194
|
export type RemoveWalletMutationResult = Apollo.MutationResult<IRemoveWalletMutation>;
|
|
@@ -1214,8 +1214,8 @@ export type ISaveEmailOfJoinerMutationFn = Apollo.MutationFunction<ISaveEmailOfJ
|
|
|
1214
1214
|
* });
|
|
1215
1215
|
*/
|
|
1216
1216
|
export declare function useSaveEmailOfJoinerMutation(baseOptions?: Apollo.MutationHookOptions<ISaveEmailOfJoinerMutation, ISaveEmailOfJoinerMutationVariables>): Apollo.MutationTuple<ISaveEmailOfJoinerMutation, Exact<{
|
|
1217
|
-
email:
|
|
1218
|
-
isSubscribed:
|
|
1217
|
+
email: Scalars["String"];
|
|
1218
|
+
isSubscribed: Scalars["Boolean"];
|
|
1219
1219
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1220
1220
|
export type SaveEmailOfJoinerMutationHookResult = ReturnType<typeof useSaveEmailOfJoinerMutation>;
|
|
1221
1221
|
export type SaveEmailOfJoinerMutationResult = Apollo.MutationResult<ISaveEmailOfJoinerMutation>;
|
|
@@ -1242,9 +1242,9 @@ export type ISetMainWalletMutationFn = Apollo.MutationFunction<ISetMainWalletMut
|
|
|
1242
1242
|
* });
|
|
1243
1243
|
*/
|
|
1244
1244
|
export declare function useSetMainWalletMutation(baseOptions?: Apollo.MutationHookOptions<ISetMainWalletMutation, ISetMainWalletMutationVariables>): Apollo.MutationTuple<ISetMainWalletMutation, Exact<{
|
|
1245
|
-
blockchain:
|
|
1246
|
-
address:
|
|
1247
|
-
chainId?: Maybe<
|
|
1245
|
+
blockchain: Scalars["String"];
|
|
1246
|
+
address: Scalars["String"];
|
|
1247
|
+
chainId?: Maybe<Scalars["String"]>;
|
|
1248
1248
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1249
1249
|
export type SetMainWalletMutationHookResult = ReturnType<typeof useSetMainWalletMutation>;
|
|
1250
1250
|
export type SetMainWalletMutationResult = Apollo.MutationResult<ISetMainWalletMutation>;
|
|
@@ -1271,9 +1271,9 @@ export type ISignInAdminMetamaskMutationFn = Apollo.MutationFunction<ISignInAdmi
|
|
|
1271
1271
|
* });
|
|
1272
1272
|
*/
|
|
1273
1273
|
export declare function useSignInAdminMetamaskMutation(baseOptions?: Apollo.MutationHookOptions<ISignInAdminMetamaskMutation, ISignInAdminMetamaskMutationVariables>): Apollo.MutationTuple<ISignInAdminMetamaskMutation, Exact<{
|
|
1274
|
-
signature:
|
|
1275
|
-
address:
|
|
1276
|
-
chainId:
|
|
1274
|
+
signature: Scalars["String"];
|
|
1275
|
+
address: Scalars["String"];
|
|
1276
|
+
chainId: Scalars["String"];
|
|
1277
1277
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1278
1278
|
export type SignInAdminMetamaskMutationHookResult = ReturnType<typeof useSignInAdminMetamaskMutation>;
|
|
1279
1279
|
export type SignInAdminMetamaskMutationResult = Apollo.MutationResult<ISignInAdminMetamaskMutation>;
|
|
@@ -1299,8 +1299,8 @@ export type ISignInElrondMutationFn = Apollo.MutationFunction<ISignInElrondMutat
|
|
|
1299
1299
|
* });
|
|
1300
1300
|
*/
|
|
1301
1301
|
export declare function useSignInElrondMutation(baseOptions?: Apollo.MutationHookOptions<ISignInElrondMutation, ISignInElrondMutationVariables>): Apollo.MutationTuple<ISignInElrondMutation, Exact<{
|
|
1302
|
-
signature:
|
|
1303
|
-
address:
|
|
1302
|
+
signature: Scalars["String"];
|
|
1303
|
+
address: Scalars["String"];
|
|
1304
1304
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1305
1305
|
export type SignInElrondMutationHookResult = ReturnType<typeof useSignInElrondMutation>;
|
|
1306
1306
|
export type SignInElrondMutationResult = Apollo.MutationResult<ISignInElrondMutation>;
|
|
@@ -1326,8 +1326,8 @@ export type ISignInFlowMutationFn = Apollo.MutationFunction<ISignInFlowMutation,
|
|
|
1326
1326
|
* });
|
|
1327
1327
|
*/
|
|
1328
1328
|
export declare function useSignInFlowMutation(baseOptions?: Apollo.MutationHookOptions<ISignInFlowMutation, ISignInFlowMutationVariables>): Apollo.MutationTuple<ISignInFlowMutation, Exact<{
|
|
1329
|
-
signature:
|
|
1330
|
-
address:
|
|
1329
|
+
signature: Scalars["String"];
|
|
1330
|
+
address: Scalars["String"];
|
|
1331
1331
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1332
1332
|
export type SignInFlowMutationHookResult = ReturnType<typeof useSignInFlowMutation>;
|
|
1333
1333
|
export type SignInFlowMutationResult = Apollo.MutationResult<ISignInFlowMutation>;
|
|
@@ -1354,9 +1354,9 @@ export type ISignInMetamaskMutationFn = Apollo.MutationFunction<ISignInMetamaskM
|
|
|
1354
1354
|
* });
|
|
1355
1355
|
*/
|
|
1356
1356
|
export declare function useSignInMetamaskMutation(baseOptions?: Apollo.MutationHookOptions<ISignInMetamaskMutation, ISignInMetamaskMutationVariables>): Apollo.MutationTuple<ISignInMetamaskMutation, Exact<{
|
|
1357
|
-
signature:
|
|
1358
|
-
address:
|
|
1359
|
-
chainId:
|
|
1357
|
+
signature: Scalars["String"];
|
|
1358
|
+
address: Scalars["String"];
|
|
1359
|
+
chainId: Scalars["String"];
|
|
1360
1360
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1361
1361
|
export type SignInMetamaskMutationHookResult = ReturnType<typeof useSignInMetamaskMutation>;
|
|
1362
1362
|
export type SignInMetamaskMutationResult = Apollo.MutationResult<ISignInMetamaskMutation>;
|
|
@@ -1382,8 +1382,8 @@ export type ISignInSolanaMutationFn = Apollo.MutationFunction<ISignInSolanaMutat
|
|
|
1382
1382
|
* });
|
|
1383
1383
|
*/
|
|
1384
1384
|
export declare function useSignInSolanaMutation(baseOptions?: Apollo.MutationHookOptions<ISignInSolanaMutation, ISignInSolanaMutationVariables>): Apollo.MutationTuple<ISignInSolanaMutation, Exact<{
|
|
1385
|
-
signature:
|
|
1386
|
-
pubkey:
|
|
1385
|
+
signature: Scalars["String"];
|
|
1386
|
+
pubkey: Scalars["String"];
|
|
1387
1387
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1388
1388
|
export type SignInSolanaMutationHookResult = ReturnType<typeof useSignInSolanaMutation>;
|
|
1389
1389
|
export type SignInSolanaMutationResult = Apollo.MutationResult<ISignInSolanaMutation>;
|
|
@@ -1409,8 +1409,8 @@ export type ISignInTezosMutationFn = Apollo.MutationFunction<ISignInTezosMutatio
|
|
|
1409
1409
|
* });
|
|
1410
1410
|
*/
|
|
1411
1411
|
export declare function useSignInTezosMutation(baseOptions?: Apollo.MutationHookOptions<ISignInTezosMutation, ISignInTezosMutationVariables>): Apollo.MutationTuple<ISignInTezosMutation, Exact<{
|
|
1412
|
-
signature:
|
|
1413
|
-
pubkey:
|
|
1412
|
+
signature: Scalars["String"];
|
|
1413
|
+
pubkey: Scalars["String"];
|
|
1414
1414
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1415
1415
|
export type SignInTezosMutationHookResult = ReturnType<typeof useSignInTezosMutation>;
|
|
1416
1416
|
export type SignInTezosMutationResult = Apollo.MutationResult<ISignInTezosMutation>;
|
|
@@ -1437,7 +1437,7 @@ export type ISignInTonMutationFn = Apollo.MutationFunction<ISignInTonMutation, I
|
|
|
1437
1437
|
*/
|
|
1438
1438
|
export declare function useSignInTonMutation(baseOptions?: Apollo.MutationHookOptions<ISignInTonMutation, ISignInTonMutationVariables>): Apollo.MutationTuple<ISignInTonMutation, Exact<{
|
|
1439
1439
|
request: ICheckTonProofRequest;
|
|
1440
|
-
restore?: Maybe<
|
|
1440
|
+
restore?: Maybe<Scalars["Boolean"]>;
|
|
1441
1441
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1442
1442
|
export type SignInTonMutationHookResult = ReturnType<typeof useSignInTonMutation>;
|
|
1443
1443
|
export type SignInTonMutationResult = Apollo.MutationResult<ISignInTonMutation>;
|
|
@@ -1468,13 +1468,13 @@ export type IUpdateProfileMutationFn = Apollo.MutationFunction<IUpdateProfileMut
|
|
|
1468
1468
|
* });
|
|
1469
1469
|
*/
|
|
1470
1470
|
export declare function useUpdateProfileMutation(baseOptions?: Apollo.MutationHookOptions<IUpdateProfileMutation, IUpdateProfileMutationVariables>): Apollo.MutationTuple<IUpdateProfileMutation, Exact<{
|
|
1471
|
-
username?: Maybe<
|
|
1472
|
-
about?: Maybe<
|
|
1473
|
-
facebook?: Maybe<
|
|
1474
|
-
twitter?: Maybe<
|
|
1475
|
-
instagram?: Maybe<
|
|
1476
|
-
website?: Maybe<
|
|
1477
|
-
showNsfw?: Maybe<
|
|
1471
|
+
username?: Maybe<Scalars["String"]>;
|
|
1472
|
+
about?: Maybe<Scalars["String"]>;
|
|
1473
|
+
facebook?: Maybe<Scalars["String"]>;
|
|
1474
|
+
twitter?: Maybe<Scalars["String"]>;
|
|
1475
|
+
instagram?: Maybe<Scalars["String"]>;
|
|
1476
|
+
website?: Maybe<Scalars["String"]>;
|
|
1477
|
+
showNsfw?: Maybe<Scalars["Boolean"]>;
|
|
1478
1478
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1479
1479
|
export type UpdateProfileMutationHookResult = ReturnType<typeof useUpdateProfileMutation>;
|
|
1480
1480
|
export type UpdateProfileMutationResult = Apollo.MutationResult<IUpdateProfileMutation>;
|
|
@@ -1497,10 +1497,10 @@ export declare const FetchMultiversXAuditDocument: Apollo.DocumentNode;
|
|
|
1497
1497
|
* });
|
|
1498
1498
|
*/
|
|
1499
1499
|
export declare function useFetchMultiversXAuditQuery(baseOptions: Apollo.QueryHookOptions<IFetchMultiversXAuditQuery, IFetchMultiversXAuditQueryVariables>): Apollo.QueryResult<IFetchMultiversXAuditQuery, Exact<{
|
|
1500
|
-
wallet:
|
|
1500
|
+
wallet: Scalars["String"];
|
|
1501
1501
|
}>>;
|
|
1502
1502
|
export declare function useFetchMultiversXAuditLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchMultiversXAuditQuery, IFetchMultiversXAuditQueryVariables>): Apollo.LazyQueryResultTuple<IFetchMultiversXAuditQuery, Exact<{
|
|
1503
|
-
wallet:
|
|
1503
|
+
wallet: Scalars["String"];
|
|
1504
1504
|
}>>;
|
|
1505
1505
|
export type FetchMultiversXAuditQueryHookResult = ReturnType<typeof useFetchMultiversXAuditQuery>;
|
|
1506
1506
|
export type FetchMultiversXAuditLazyQueryHookResult = ReturnType<typeof useFetchMultiversXAuditLazyQuery>;
|
|
@@ -1548,10 +1548,10 @@ export declare const FetchProfileDocument: Apollo.DocumentNode;
|
|
|
1548
1548
|
* });
|
|
1549
1549
|
*/
|
|
1550
1550
|
export declare function useFetchProfileQuery(baseOptions: Apollo.QueryHookOptions<IFetchProfileQuery, IFetchProfileQueryVariables>): Apollo.QueryResult<IFetchProfileQuery, Exact<{
|
|
1551
|
-
userId:
|
|
1551
|
+
userId: Scalars["ID"];
|
|
1552
1552
|
}>>;
|
|
1553
1553
|
export declare function useFetchProfileLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchProfileQuery, IFetchProfileQueryVariables>): Apollo.LazyQueryResultTuple<IFetchProfileQuery, Exact<{
|
|
1554
|
-
userId:
|
|
1554
|
+
userId: Scalars["ID"];
|
|
1555
1555
|
}>>;
|
|
1556
1556
|
export type FetchProfileQueryHookResult = ReturnType<typeof useFetchProfileQuery>;
|
|
1557
1557
|
export type FetchProfileLazyQueryHookResult = ReturnType<typeof useFetchProfileLazyQuery>;
|
|
@@ -1574,10 +1574,10 @@ export declare const FetchUserWalletsDocument: Apollo.DocumentNode;
|
|
|
1574
1574
|
* });
|
|
1575
1575
|
*/
|
|
1576
1576
|
export declare function useFetchUserWalletsQuery(baseOptions: Apollo.QueryHookOptions<IFetchUserWalletsQuery, IFetchUserWalletsQueryVariables>): Apollo.QueryResult<IFetchUserWalletsQuery, Exact<{
|
|
1577
|
-
userId:
|
|
1577
|
+
userId: Scalars["ID"];
|
|
1578
1578
|
}>>;
|
|
1579
1579
|
export declare function useFetchUserWalletsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserWalletsQuery, IFetchUserWalletsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserWalletsQuery, Exact<{
|
|
1580
|
-
userId:
|
|
1580
|
+
userId: Scalars["ID"];
|
|
1581
1581
|
}>>;
|
|
1582
1582
|
export type FetchUserWalletsQueryHookResult = ReturnType<typeof useFetchUserWalletsQuery>;
|
|
1583
1583
|
export type FetchUserWalletsLazyQueryHookResult = ReturnType<typeof useFetchUserWalletsLazyQuery>;
|