@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
|
@@ -347,7 +347,7 @@ export declare function useOnCommonOpportunityNotificationSubscription(baseOptio
|
|
|
347
347
|
restart(): void;
|
|
348
348
|
loading: boolean;
|
|
349
349
|
data?: IOnCommonOpportunityNotificationSubscription | undefined;
|
|
350
|
-
error?: Apollo.ApolloError
|
|
350
|
+
error?: Apollo.ApolloError;
|
|
351
351
|
variables?: Exact<{
|
|
352
352
|
[key: string]: never;
|
|
353
353
|
}> | undefined;
|
|
@@ -375,9 +375,9 @@ export declare function useOnInviteCodeUsedSubscription(baseOptions: Apollo.Subs
|
|
|
375
375
|
restart(): void;
|
|
376
376
|
loading: boolean;
|
|
377
377
|
data?: IOnInviteCodeUsedSubscription | undefined;
|
|
378
|
-
error?: Apollo.ApolloError
|
|
378
|
+
error?: Apollo.ApolloError;
|
|
379
379
|
variables?: Exact<{
|
|
380
|
-
authToken:
|
|
380
|
+
authToken: Scalars["String"];
|
|
381
381
|
}> | undefined;
|
|
382
382
|
};
|
|
383
383
|
export type OnInviteCodeUsedSubscriptionHookResult = ReturnType<typeof useOnInviteCodeUsedSubscription>;
|
|
@@ -403,9 +403,9 @@ export declare function useOnMyExperienceIncrementedSubscription(baseOptions: Ap
|
|
|
403
403
|
restart(): void;
|
|
404
404
|
loading: boolean;
|
|
405
405
|
data?: IOnMyExperienceIncrementedSubscription | undefined;
|
|
406
|
-
error?: Apollo.ApolloError
|
|
406
|
+
error?: Apollo.ApolloError;
|
|
407
407
|
variables?: Exact<{
|
|
408
|
-
authToken:
|
|
408
|
+
authToken: Scalars["String"];
|
|
409
409
|
}> | undefined;
|
|
410
410
|
};
|
|
411
411
|
export type OnMyExperienceIncrementedSubscriptionHookResult = ReturnType<typeof useOnMyExperienceIncrementedSubscription>;
|
|
@@ -431,9 +431,9 @@ export declare function useOnMyExperienceUpdatedSubscription(baseOptions: Apollo
|
|
|
431
431
|
restart(): void;
|
|
432
432
|
loading: boolean;
|
|
433
433
|
data?: IOnMyExperienceUpdatedSubscription | undefined;
|
|
434
|
-
error?: Apollo.ApolloError
|
|
434
|
+
error?: Apollo.ApolloError;
|
|
435
435
|
variables?: Exact<{
|
|
436
|
-
authToken:
|
|
436
|
+
authToken: Scalars["String"];
|
|
437
437
|
}> | undefined;
|
|
438
438
|
};
|
|
439
439
|
export type OnMyExperienceUpdatedSubscriptionHookResult = ReturnType<typeof useOnMyExperienceUpdatedSubscription>;
|
|
@@ -459,9 +459,9 @@ export declare function useOnUserOpportunityNotificationSubscription(baseOptions
|
|
|
459
459
|
restart(): void;
|
|
460
460
|
loading: boolean;
|
|
461
461
|
data?: IOnUserOpportunityNotificationSubscription | undefined;
|
|
462
|
-
error?: Apollo.ApolloError
|
|
462
|
+
error?: Apollo.ApolloError;
|
|
463
463
|
variables?: Exact<{
|
|
464
|
-
authToken:
|
|
464
|
+
authToken: Scalars["String"];
|
|
465
465
|
}> | undefined;
|
|
466
466
|
};
|
|
467
467
|
export type OnUserOpportunityNotificationSubscriptionHookResult = ReturnType<typeof useOnUserOpportunityNotificationSubscription>;
|
|
@@ -23,7 +23,16 @@ 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.OnUserOpportunityNotificationDocument = exports.OnMyExperienceUpdatedDocument = exports.OnMyExperienceIncrementedDocument = exports.OnInviteCodeUsedDocument = exports.OnCommonOpportunityNotificationDocument = exports.FetchMyTasksDocument = exports.FetchMyExperienceV2Document = void 0;
|
|
27
|
+
exports.useFetchMyExperienceV2Query = useFetchMyExperienceV2Query;
|
|
28
|
+
exports.useFetchMyExperienceV2LazyQuery = useFetchMyExperienceV2LazyQuery;
|
|
29
|
+
exports.useFetchMyTasksQuery = useFetchMyTasksQuery;
|
|
30
|
+
exports.useFetchMyTasksLazyQuery = useFetchMyTasksLazyQuery;
|
|
31
|
+
exports.useOnCommonOpportunityNotificationSubscription = useOnCommonOpportunityNotificationSubscription;
|
|
32
|
+
exports.useOnInviteCodeUsedSubscription = useOnInviteCodeUsedSubscription;
|
|
33
|
+
exports.useOnMyExperienceIncrementedSubscription = useOnMyExperienceIncrementedSubscription;
|
|
34
|
+
exports.useOnMyExperienceUpdatedSubscription = useOnMyExperienceUpdatedSubscription;
|
|
35
|
+
exports.useOnUserOpportunityNotificationSubscription = useOnUserOpportunityNotificationSubscription;
|
|
27
36
|
const client_1 = require("@apollo/client");
|
|
28
37
|
const Apollo = __importStar(require("@apollo/client"));
|
|
29
38
|
exports.FetchMyExperienceV2Document = (0, client_1.gql) `
|
|
@@ -54,11 +63,9 @@ exports.FetchMyExperienceV2Document = (0, client_1.gql) `
|
|
|
54
63
|
function useFetchMyExperienceV2Query(baseOptions) {
|
|
55
64
|
return Apollo.useQuery(exports.FetchMyExperienceV2Document, baseOptions);
|
|
56
65
|
}
|
|
57
|
-
exports.useFetchMyExperienceV2Query = useFetchMyExperienceV2Query;
|
|
58
66
|
function useFetchMyExperienceV2LazyQuery(baseOptions) {
|
|
59
67
|
return Apollo.useLazyQuery(exports.FetchMyExperienceV2Document, baseOptions);
|
|
60
68
|
}
|
|
61
|
-
exports.useFetchMyExperienceV2LazyQuery = useFetchMyExperienceV2LazyQuery;
|
|
62
69
|
exports.FetchMyTasksDocument = (0, client_1.gql) `
|
|
63
70
|
query FetchMyTasks {
|
|
64
71
|
fetchMyTasks {
|
|
@@ -93,11 +100,9 @@ exports.FetchMyTasksDocument = (0, client_1.gql) `
|
|
|
93
100
|
function useFetchMyTasksQuery(baseOptions) {
|
|
94
101
|
return Apollo.useQuery(exports.FetchMyTasksDocument, baseOptions);
|
|
95
102
|
}
|
|
96
|
-
exports.useFetchMyTasksQuery = useFetchMyTasksQuery;
|
|
97
103
|
function useFetchMyTasksLazyQuery(baseOptions) {
|
|
98
104
|
return Apollo.useLazyQuery(exports.FetchMyTasksDocument, baseOptions);
|
|
99
105
|
}
|
|
100
|
-
exports.useFetchMyTasksLazyQuery = useFetchMyTasksLazyQuery;
|
|
101
106
|
exports.OnCommonOpportunityNotificationDocument = (0, client_1.gql) `
|
|
102
107
|
subscription OnCommonOpportunityNotification {
|
|
103
108
|
onCommonOpportunityNotification {
|
|
@@ -128,7 +133,6 @@ exports.OnCommonOpportunityNotificationDocument = (0, client_1.gql) `
|
|
|
128
133
|
function useOnCommonOpportunityNotificationSubscription(baseOptions) {
|
|
129
134
|
return Apollo.useSubscription(exports.OnCommonOpportunityNotificationDocument, baseOptions);
|
|
130
135
|
}
|
|
131
|
-
exports.useOnCommonOpportunityNotificationSubscription = useOnCommonOpportunityNotificationSubscription;
|
|
132
136
|
exports.OnInviteCodeUsedDocument = (0, client_1.gql) `
|
|
133
137
|
subscription onInviteCodeUsed($authToken: String!) {
|
|
134
138
|
onInviteCodeUsed(authToken: $authToken) {
|
|
@@ -157,7 +161,6 @@ exports.OnInviteCodeUsedDocument = (0, client_1.gql) `
|
|
|
157
161
|
function useOnInviteCodeUsedSubscription(baseOptions) {
|
|
158
162
|
return Apollo.useSubscription(exports.OnInviteCodeUsedDocument, baseOptions);
|
|
159
163
|
}
|
|
160
|
-
exports.useOnInviteCodeUsedSubscription = useOnInviteCodeUsedSubscription;
|
|
161
164
|
exports.OnMyExperienceIncrementedDocument = (0, client_1.gql) `
|
|
162
165
|
subscription onMyExperienceIncremented($authToken: String!) {
|
|
163
166
|
onMyExperienceIncremented(authToken: $authToken) {
|
|
@@ -189,7 +192,6 @@ exports.OnMyExperienceIncrementedDocument = (0, client_1.gql) `
|
|
|
189
192
|
function useOnMyExperienceIncrementedSubscription(baseOptions) {
|
|
190
193
|
return Apollo.useSubscription(exports.OnMyExperienceIncrementedDocument, baseOptions);
|
|
191
194
|
}
|
|
192
|
-
exports.useOnMyExperienceIncrementedSubscription = useOnMyExperienceIncrementedSubscription;
|
|
193
195
|
exports.OnMyExperienceUpdatedDocument = (0, client_1.gql) `
|
|
194
196
|
subscription OnMyExperienceUpdated($authToken: String!) {
|
|
195
197
|
onMyExperienceUpdated(authToken: $authToken) {
|
|
@@ -219,7 +221,6 @@ exports.OnMyExperienceUpdatedDocument = (0, client_1.gql) `
|
|
|
219
221
|
function useOnMyExperienceUpdatedSubscription(baseOptions) {
|
|
220
222
|
return Apollo.useSubscription(exports.OnMyExperienceUpdatedDocument, baseOptions);
|
|
221
223
|
}
|
|
222
|
-
exports.useOnMyExperienceUpdatedSubscription = useOnMyExperienceUpdatedSubscription;
|
|
223
224
|
exports.OnUserOpportunityNotificationDocument = (0, client_1.gql) `
|
|
224
225
|
subscription OnUserOpportunityNotification($authToken: String!) {
|
|
225
226
|
onUserOpportunityNotification(authToken: $authToken) {
|
|
@@ -251,4 +252,3 @@ exports.OnUserOpportunityNotificationDocument = (0, client_1.gql) `
|
|
|
251
252
|
function useOnUserOpportunityNotificationSubscription(baseOptions) {
|
|
252
253
|
return Apollo.useSubscription(exports.OnUserOpportunityNotificationDocument, baseOptions);
|
|
253
254
|
}
|
|
254
|
-
exports.useOnUserOpportunityNotificationSubscription = useOnUserOpportunityNotificationSubscription;
|
|
@@ -546,7 +546,7 @@ export type IHideOpportunityV2MutationFn = Apollo.MutationFunction<IHideOpportun
|
|
|
546
546
|
* });
|
|
547
547
|
*/
|
|
548
548
|
export declare function useHideOpportunityV2Mutation(baseOptions?: Apollo.MutationHookOptions<IHideOpportunityV2Mutation, IHideOpportunityV2MutationVariables>): Apollo.MutationTuple<IHideOpportunityV2Mutation, Exact<{
|
|
549
|
-
opportunityId:
|
|
549
|
+
opportunityId: Scalars["ID"];
|
|
550
550
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
551
551
|
export type HideOpportunityV2MutationHookResult = ReturnType<typeof useHideOpportunityV2Mutation>;
|
|
552
552
|
export type HideOpportunityV2MutationResult = Apollo.MutationResult<IHideOpportunityV2Mutation>;
|
|
@@ -571,7 +571,7 @@ export type IOpenOpportunityV2MutationFn = Apollo.MutationFunction<IOpenOpportun
|
|
|
571
571
|
* });
|
|
572
572
|
*/
|
|
573
573
|
export declare function useOpenOpportunityV2Mutation(baseOptions?: Apollo.MutationHookOptions<IOpenOpportunityV2Mutation, IOpenOpportunityV2MutationVariables>): Apollo.MutationTuple<IOpenOpportunityV2Mutation, Exact<{
|
|
574
|
-
opportunityId:
|
|
574
|
+
opportunityId: Scalars["ID"];
|
|
575
575
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
576
576
|
export type OpenOpportunityV2MutationHookResult = ReturnType<typeof useOpenOpportunityV2Mutation>;
|
|
577
577
|
export type OpenOpportunityV2MutationResult = Apollo.MutationResult<IOpenOpportunityV2Mutation>;
|
|
@@ -601,12 +601,12 @@ export type IVisitPageV2MutationFn = Apollo.MutationFunction<IVisitPageV2Mutatio
|
|
|
601
601
|
* });
|
|
602
602
|
*/
|
|
603
603
|
export declare function useVisitPageV2Mutation(baseOptions?: Apollo.MutationHookOptions<IVisitPageV2Mutation, IVisitPageV2MutationVariables>): Apollo.MutationTuple<IVisitPageV2Mutation, Exact<{
|
|
604
|
-
domain:
|
|
605
|
-
title:
|
|
606
|
-
description?: Maybe<
|
|
607
|
-
tags?: Maybe<Maybe<
|
|
608
|
-
brandId?: Maybe<
|
|
609
|
-
categoryId?: Maybe<
|
|
604
|
+
domain: Scalars["String"];
|
|
605
|
+
title: Scalars["String"];
|
|
606
|
+
description?: Maybe<Scalars["String"]>;
|
|
607
|
+
tags?: Maybe<Array<Maybe<Scalars["String"]>>>;
|
|
608
|
+
brandId?: Maybe<Scalars["String"]>;
|
|
609
|
+
categoryId?: Maybe<Scalars["String"]>;
|
|
610
610
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
611
611
|
export type VisitPageV2MutationHookResult = ReturnType<typeof useVisitPageV2Mutation>;
|
|
612
612
|
export type VisitPageV2MutationResult = Apollo.MutationResult<IVisitPageV2Mutation>;
|
|
@@ -629,10 +629,10 @@ export declare const FetchCollectionRanksDocument: Apollo.DocumentNode;
|
|
|
629
629
|
* });
|
|
630
630
|
*/
|
|
631
631
|
export declare function useFetchCollectionRanksQuery(baseOptions: Apollo.QueryHookOptions<IFetchCollectionRanksQuery, IFetchCollectionRanksQueryVariables>): Apollo.QueryResult<IFetchCollectionRanksQuery, Exact<{
|
|
632
|
-
collectionKeys: ICollectionKey
|
|
632
|
+
collectionKeys: Array<ICollectionKey>;
|
|
633
633
|
}>>;
|
|
634
634
|
export declare function useFetchCollectionRanksLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchCollectionRanksQuery, IFetchCollectionRanksQueryVariables>): Apollo.LazyQueryResultTuple<IFetchCollectionRanksQuery, Exact<{
|
|
635
|
-
collectionKeys: ICollectionKey
|
|
635
|
+
collectionKeys: Array<ICollectionKey>;
|
|
636
636
|
}>>;
|
|
637
637
|
export type FetchCollectionRanksQueryHookResult = ReturnType<typeof useFetchCollectionRanksQuery>;
|
|
638
638
|
export type FetchCollectionRanksLazyQueryHookResult = ReturnType<typeof useFetchCollectionRanksLazyQuery>;
|
|
@@ -707,14 +707,14 @@ export declare const FetchExtensionOpportunitiesV2Document: Apollo.DocumentNode;
|
|
|
707
707
|
* });
|
|
708
708
|
*/
|
|
709
709
|
export declare function useFetchExtensionOpportunitiesV2Query(baseOptions: Apollo.QueryHookOptions<IFetchExtensionOpportunitiesV2Query, IFetchExtensionOpportunitiesV2QueryVariables>): Apollo.QueryResult<IFetchExtensionOpportunitiesV2Query, Exact<{
|
|
710
|
-
domain:
|
|
711
|
-
brandId?: Maybe<
|
|
712
|
-
categoryId?: Maybe<
|
|
710
|
+
domain: Scalars["String"];
|
|
711
|
+
brandId?: Maybe<Scalars["String"]>;
|
|
712
|
+
categoryId?: Maybe<Scalars["String"]>;
|
|
713
713
|
}>>;
|
|
714
714
|
export declare function useFetchExtensionOpportunitiesV2LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchExtensionOpportunitiesV2Query, IFetchExtensionOpportunitiesV2QueryVariables>): Apollo.LazyQueryResultTuple<IFetchExtensionOpportunitiesV2Query, Exact<{
|
|
715
|
-
domain:
|
|
716
|
-
brandId?: Maybe<
|
|
717
|
-
categoryId?: Maybe<
|
|
715
|
+
domain: Scalars["String"];
|
|
716
|
+
brandId?: Maybe<Scalars["String"]>;
|
|
717
|
+
categoryId?: Maybe<Scalars["String"]>;
|
|
718
718
|
}>>;
|
|
719
719
|
export type FetchExtensionOpportunitiesV2QueryHookResult = ReturnType<typeof useFetchExtensionOpportunitiesV2Query>;
|
|
720
720
|
export type FetchExtensionOpportunitiesV2LazyQueryHookResult = ReturnType<typeof useFetchExtensionOpportunitiesV2LazyQuery>;
|
|
@@ -740,16 +740,16 @@ export declare const FetchNftDataDocument: Apollo.DocumentNode;
|
|
|
740
740
|
* });
|
|
741
741
|
*/
|
|
742
742
|
export declare function useFetchNftDataQuery(baseOptions: Apollo.QueryHookOptions<IFetchNftDataQuery, IFetchNftDataQueryVariables>): Apollo.QueryResult<IFetchNftDataQuery, Exact<{
|
|
743
|
-
blockchain:
|
|
744
|
-
contractAddress?: Maybe<
|
|
745
|
-
tokenId?: Maybe<
|
|
746
|
-
elrondId?: Maybe<
|
|
743
|
+
blockchain: Scalars["String"];
|
|
744
|
+
contractAddress?: Maybe<Scalars["String"]>;
|
|
745
|
+
tokenId?: Maybe<Scalars["String"]>;
|
|
746
|
+
elrondId?: Maybe<Scalars["String"]>;
|
|
747
747
|
}>>;
|
|
748
748
|
export declare function useFetchNftDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchNftDataQuery, IFetchNftDataQueryVariables>): Apollo.LazyQueryResultTuple<IFetchNftDataQuery, Exact<{
|
|
749
|
-
blockchain:
|
|
750
|
-
contractAddress?: Maybe<
|
|
751
|
-
tokenId?: Maybe<
|
|
752
|
-
elrondId?: Maybe<
|
|
749
|
+
blockchain: Scalars["String"];
|
|
750
|
+
contractAddress?: Maybe<Scalars["String"]>;
|
|
751
|
+
tokenId?: Maybe<Scalars["String"]>;
|
|
752
|
+
elrondId?: Maybe<Scalars["String"]>;
|
|
753
753
|
}>>;
|
|
754
754
|
export type FetchNftDataQueryHookResult = ReturnType<typeof useFetchNftDataQuery>;
|
|
755
755
|
export type FetchNftDataLazyQueryHookResult = ReturnType<typeof useFetchNftDataLazyQuery>;
|
|
@@ -772,10 +772,10 @@ export declare const FetchNftRanksDocument: Apollo.DocumentNode;
|
|
|
772
772
|
* });
|
|
773
773
|
*/
|
|
774
774
|
export declare function useFetchNftRanksQuery(baseOptions: Apollo.QueryHookOptions<IFetchNftRanksQuery, IFetchNftRanksQueryVariables>): Apollo.QueryResult<IFetchNftRanksQuery, Exact<{
|
|
775
|
-
nftKeys: INftKey
|
|
775
|
+
nftKeys: Array<INftKey>;
|
|
776
776
|
}>>;
|
|
777
777
|
export declare function useFetchNftRanksLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchNftRanksQuery, IFetchNftRanksQueryVariables>): Apollo.LazyQueryResultTuple<IFetchNftRanksQuery, Exact<{
|
|
778
|
-
nftKeys: INftKey
|
|
778
|
+
nftKeys: Array<INftKey>;
|
|
779
779
|
}>>;
|
|
780
780
|
export type FetchNftRanksQueryHookResult = ReturnType<typeof useFetchNftRanksQuery>;
|
|
781
781
|
export type FetchNftRanksLazyQueryHookResult = ReturnType<typeof useFetchNftRanksLazyQuery>;
|
|
@@ -798,10 +798,10 @@ export declare const FetchWalletRanksDocument: Apollo.DocumentNode;
|
|
|
798
798
|
* });
|
|
799
799
|
*/
|
|
800
800
|
export declare function useFetchWalletRanksQuery(baseOptions: Apollo.QueryHookOptions<IFetchWalletRanksQuery, IFetchWalletRanksQueryVariables>): Apollo.QueryResult<IFetchWalletRanksQuery, Exact<{
|
|
801
|
-
wallets:
|
|
801
|
+
wallets: Array<Scalars["String"]>;
|
|
802
802
|
}>>;
|
|
803
803
|
export declare function useFetchWalletRanksLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchWalletRanksQuery, IFetchWalletRanksQueryVariables>): Apollo.LazyQueryResultTuple<IFetchWalletRanksQuery, Exact<{
|
|
804
|
-
wallets:
|
|
804
|
+
wallets: Array<Scalars["String"]>;
|
|
805
805
|
}>>;
|
|
806
806
|
export type FetchWalletRanksQueryHookResult = ReturnType<typeof useFetchWalletRanksQuery>;
|
|
807
807
|
export type FetchWalletRanksLazyQueryHookResult = ReturnType<typeof useFetchWalletRanksLazyQuery>;
|
|
@@ -23,7 +23,24 @@ 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.FetchWalletRanksDocument = exports.FetchNftRanksDocument = exports.FetchNftDataDocument = exports.FetchExtensionOpportunitiesV2Document = exports.FetchExtensionCategoriesDocument = exports.FetchExtensionBrandsDocument = exports.FetchCollectionRanksDocument = exports.VisitPageV2Document = exports.OpenOpportunityV2Document = exports.HideOpportunityV2Document = void 0;
|
|
27
|
+
exports.useHideOpportunityV2Mutation = useHideOpportunityV2Mutation;
|
|
28
|
+
exports.useOpenOpportunityV2Mutation = useOpenOpportunityV2Mutation;
|
|
29
|
+
exports.useVisitPageV2Mutation = useVisitPageV2Mutation;
|
|
30
|
+
exports.useFetchCollectionRanksQuery = useFetchCollectionRanksQuery;
|
|
31
|
+
exports.useFetchCollectionRanksLazyQuery = useFetchCollectionRanksLazyQuery;
|
|
32
|
+
exports.useFetchExtensionBrandsQuery = useFetchExtensionBrandsQuery;
|
|
33
|
+
exports.useFetchExtensionBrandsLazyQuery = useFetchExtensionBrandsLazyQuery;
|
|
34
|
+
exports.useFetchExtensionCategoriesQuery = useFetchExtensionCategoriesQuery;
|
|
35
|
+
exports.useFetchExtensionCategoriesLazyQuery = useFetchExtensionCategoriesLazyQuery;
|
|
36
|
+
exports.useFetchExtensionOpportunitiesV2Query = useFetchExtensionOpportunitiesV2Query;
|
|
37
|
+
exports.useFetchExtensionOpportunitiesV2LazyQuery = useFetchExtensionOpportunitiesV2LazyQuery;
|
|
38
|
+
exports.useFetchNftDataQuery = useFetchNftDataQuery;
|
|
39
|
+
exports.useFetchNftDataLazyQuery = useFetchNftDataLazyQuery;
|
|
40
|
+
exports.useFetchNftRanksQuery = useFetchNftRanksQuery;
|
|
41
|
+
exports.useFetchNftRanksLazyQuery = useFetchNftRanksLazyQuery;
|
|
42
|
+
exports.useFetchWalletRanksQuery = useFetchWalletRanksQuery;
|
|
43
|
+
exports.useFetchWalletRanksLazyQuery = useFetchWalletRanksLazyQuery;
|
|
27
44
|
const client_1 = require("@apollo/client");
|
|
28
45
|
const Apollo = __importStar(require("@apollo/client"));
|
|
29
46
|
exports.HideOpportunityV2Document = (0, client_1.gql) `
|
|
@@ -51,7 +68,6 @@ exports.HideOpportunityV2Document = (0, client_1.gql) `
|
|
|
51
68
|
function useHideOpportunityV2Mutation(baseOptions) {
|
|
52
69
|
return Apollo.useMutation(exports.HideOpportunityV2Document, baseOptions);
|
|
53
70
|
}
|
|
54
|
-
exports.useHideOpportunityV2Mutation = useHideOpportunityV2Mutation;
|
|
55
71
|
exports.OpenOpportunityV2Document = (0, client_1.gql) `
|
|
56
72
|
mutation OpenOpportunityV2($opportunityId: ID!) {
|
|
57
73
|
openOpportunityV2(opportunityId: $opportunityId)
|
|
@@ -77,7 +93,6 @@ exports.OpenOpportunityV2Document = (0, client_1.gql) `
|
|
|
77
93
|
function useOpenOpportunityV2Mutation(baseOptions) {
|
|
78
94
|
return Apollo.useMutation(exports.OpenOpportunityV2Document, baseOptions);
|
|
79
95
|
}
|
|
80
|
-
exports.useOpenOpportunityV2Mutation = useOpenOpportunityV2Mutation;
|
|
81
96
|
exports.VisitPageV2Document = (0, client_1.gql) `
|
|
82
97
|
mutation VisitPageV2($domain: String!, $title: String!, $description: String, $tags: [String], $brandId: String, $categoryId: String) {
|
|
83
98
|
visitPageV2(
|
|
@@ -137,7 +152,6 @@ exports.VisitPageV2Document = (0, client_1.gql) `
|
|
|
137
152
|
function useVisitPageV2Mutation(baseOptions) {
|
|
138
153
|
return Apollo.useMutation(exports.VisitPageV2Document, baseOptions);
|
|
139
154
|
}
|
|
140
|
-
exports.useVisitPageV2Mutation = useVisitPageV2Mutation;
|
|
141
155
|
exports.FetchCollectionRanksDocument = (0, client_1.gql) `
|
|
142
156
|
query FetchCollectionRanks($collectionKeys: [CollectionKey!]!) {
|
|
143
157
|
fetchCollectionRanks(collectionKeys: $collectionKeys) {
|
|
@@ -169,11 +183,9 @@ exports.FetchCollectionRanksDocument = (0, client_1.gql) `
|
|
|
169
183
|
function useFetchCollectionRanksQuery(baseOptions) {
|
|
170
184
|
return Apollo.useQuery(exports.FetchCollectionRanksDocument, baseOptions);
|
|
171
185
|
}
|
|
172
|
-
exports.useFetchCollectionRanksQuery = useFetchCollectionRanksQuery;
|
|
173
186
|
function useFetchCollectionRanksLazyQuery(baseOptions) {
|
|
174
187
|
return Apollo.useLazyQuery(exports.FetchCollectionRanksDocument, baseOptions);
|
|
175
188
|
}
|
|
176
|
-
exports.useFetchCollectionRanksLazyQuery = useFetchCollectionRanksLazyQuery;
|
|
177
189
|
exports.FetchExtensionBrandsDocument = (0, client_1.gql) `
|
|
178
190
|
query FetchExtensionBrands {
|
|
179
191
|
fetchExtensionBrands {
|
|
@@ -205,11 +217,9 @@ exports.FetchExtensionBrandsDocument = (0, client_1.gql) `
|
|
|
205
217
|
function useFetchExtensionBrandsQuery(baseOptions) {
|
|
206
218
|
return Apollo.useQuery(exports.FetchExtensionBrandsDocument, baseOptions);
|
|
207
219
|
}
|
|
208
|
-
exports.useFetchExtensionBrandsQuery = useFetchExtensionBrandsQuery;
|
|
209
220
|
function useFetchExtensionBrandsLazyQuery(baseOptions) {
|
|
210
221
|
return Apollo.useLazyQuery(exports.FetchExtensionBrandsDocument, baseOptions);
|
|
211
222
|
}
|
|
212
|
-
exports.useFetchExtensionBrandsLazyQuery = useFetchExtensionBrandsLazyQuery;
|
|
213
223
|
exports.FetchExtensionCategoriesDocument = (0, client_1.gql) `
|
|
214
224
|
query FetchExtensionCategories {
|
|
215
225
|
fetchExtensionCategories {
|
|
@@ -237,11 +247,9 @@ exports.FetchExtensionCategoriesDocument = (0, client_1.gql) `
|
|
|
237
247
|
function useFetchExtensionCategoriesQuery(baseOptions) {
|
|
238
248
|
return Apollo.useQuery(exports.FetchExtensionCategoriesDocument, baseOptions);
|
|
239
249
|
}
|
|
240
|
-
exports.useFetchExtensionCategoriesQuery = useFetchExtensionCategoriesQuery;
|
|
241
250
|
function useFetchExtensionCategoriesLazyQuery(baseOptions) {
|
|
242
251
|
return Apollo.useLazyQuery(exports.FetchExtensionCategoriesDocument, baseOptions);
|
|
243
252
|
}
|
|
244
|
-
exports.useFetchExtensionCategoriesLazyQuery = useFetchExtensionCategoriesLazyQuery;
|
|
245
253
|
exports.FetchExtensionOpportunitiesV2Document = (0, client_1.gql) `
|
|
246
254
|
query FetchExtensionOpportunitiesV2($domain: String!, $brandId: String, $categoryId: String) {
|
|
247
255
|
fetchExtensionOpportunitiesV2(
|
|
@@ -319,11 +327,9 @@ exports.FetchExtensionOpportunitiesV2Document = (0, client_1.gql) `
|
|
|
319
327
|
function useFetchExtensionOpportunitiesV2Query(baseOptions) {
|
|
320
328
|
return Apollo.useQuery(exports.FetchExtensionOpportunitiesV2Document, baseOptions);
|
|
321
329
|
}
|
|
322
|
-
exports.useFetchExtensionOpportunitiesV2Query = useFetchExtensionOpportunitiesV2Query;
|
|
323
330
|
function useFetchExtensionOpportunitiesV2LazyQuery(baseOptions) {
|
|
324
331
|
return Apollo.useLazyQuery(exports.FetchExtensionOpportunitiesV2Document, baseOptions);
|
|
325
332
|
}
|
|
326
|
-
exports.useFetchExtensionOpportunitiesV2LazyQuery = useFetchExtensionOpportunitiesV2LazyQuery;
|
|
327
333
|
exports.FetchNftDataDocument = (0, client_1.gql) `
|
|
328
334
|
query FetchNFTData($blockchain: String!, $contractAddress: String, $tokenId: String, $elrondId: String) {
|
|
329
335
|
fetchNFTData(
|
|
@@ -375,11 +381,9 @@ exports.FetchNftDataDocument = (0, client_1.gql) `
|
|
|
375
381
|
function useFetchNftDataQuery(baseOptions) {
|
|
376
382
|
return Apollo.useQuery(exports.FetchNftDataDocument, baseOptions);
|
|
377
383
|
}
|
|
378
|
-
exports.useFetchNftDataQuery = useFetchNftDataQuery;
|
|
379
384
|
function useFetchNftDataLazyQuery(baseOptions) {
|
|
380
385
|
return Apollo.useLazyQuery(exports.FetchNftDataDocument, baseOptions);
|
|
381
386
|
}
|
|
382
|
-
exports.useFetchNftDataLazyQuery = useFetchNftDataLazyQuery;
|
|
383
387
|
exports.FetchNftRanksDocument = (0, client_1.gql) `
|
|
384
388
|
query FetchNFTRanks($nftKeys: [NFTKey!]!) {
|
|
385
389
|
fetchNFTRanks(nftKeys: $nftKeys) {
|
|
@@ -410,11 +414,9 @@ exports.FetchNftRanksDocument = (0, client_1.gql) `
|
|
|
410
414
|
function useFetchNftRanksQuery(baseOptions) {
|
|
411
415
|
return Apollo.useQuery(exports.FetchNftRanksDocument, baseOptions);
|
|
412
416
|
}
|
|
413
|
-
exports.useFetchNftRanksQuery = useFetchNftRanksQuery;
|
|
414
417
|
function useFetchNftRanksLazyQuery(baseOptions) {
|
|
415
418
|
return Apollo.useLazyQuery(exports.FetchNftRanksDocument, baseOptions);
|
|
416
419
|
}
|
|
417
|
-
exports.useFetchNftRanksLazyQuery = useFetchNftRanksLazyQuery;
|
|
418
420
|
exports.FetchWalletRanksDocument = (0, client_1.gql) `
|
|
419
421
|
query FetchWalletRanks($wallets: [String!]!) {
|
|
420
422
|
fetchWalletRanks(wallets: $wallets) {
|
|
@@ -442,8 +444,6 @@ exports.FetchWalletRanksDocument = (0, client_1.gql) `
|
|
|
442
444
|
function useFetchWalletRanksQuery(baseOptions) {
|
|
443
445
|
return Apollo.useQuery(exports.FetchWalletRanksDocument, baseOptions);
|
|
444
446
|
}
|
|
445
|
-
exports.useFetchWalletRanksQuery = useFetchWalletRanksQuery;
|
|
446
447
|
function useFetchWalletRanksLazyQuery(baseOptions) {
|
|
447
448
|
return Apollo.useLazyQuery(exports.FetchWalletRanksDocument, baseOptions);
|
|
448
449
|
}
|
|
449
|
-
exports.useFetchWalletRanksLazyQuery = useFetchWalletRanksLazyQuery;
|
|
@@ -23,7 +23,14 @@ 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.SubmitUserFeedbackDocument = exports.SubmitRegistrationInviteDocument = exports.SubmitPartnershipInquiryDocument = exports.SubmitOpportunityDocument = exports.SubmitInvestorInquiryDocument = exports.SubmitContentReportDocument = exports.SubmitContactSupportDocument = void 0;
|
|
27
|
+
exports.useSubmitContactSupportMutation = useSubmitContactSupportMutation;
|
|
28
|
+
exports.useSubmitContentReportMutation = useSubmitContentReportMutation;
|
|
29
|
+
exports.useSubmitInvestorInquiryMutation = useSubmitInvestorInquiryMutation;
|
|
30
|
+
exports.useSubmitOpportunityMutation = useSubmitOpportunityMutation;
|
|
31
|
+
exports.useSubmitPartnershipInquiryMutation = useSubmitPartnershipInquiryMutation;
|
|
32
|
+
exports.useSubmitRegistrationInviteMutation = useSubmitRegistrationInviteMutation;
|
|
33
|
+
exports.useSubmitUserFeedbackMutation = useSubmitUserFeedbackMutation;
|
|
27
34
|
const client_1 = require("@apollo/client");
|
|
28
35
|
const Apollo = __importStar(require("@apollo/client"));
|
|
29
36
|
exports.SubmitContactSupportDocument = (0, client_1.gql) `
|
|
@@ -51,7 +58,6 @@ exports.SubmitContactSupportDocument = (0, client_1.gql) `
|
|
|
51
58
|
function useSubmitContactSupportMutation(baseOptions) {
|
|
52
59
|
return Apollo.useMutation(exports.SubmitContactSupportDocument, baseOptions);
|
|
53
60
|
}
|
|
54
|
-
exports.useSubmitContactSupportMutation = useSubmitContactSupportMutation;
|
|
55
61
|
exports.SubmitContentReportDocument = (0, client_1.gql) `
|
|
56
62
|
mutation SubmitContentReport($input: ContentReportInput!) {
|
|
57
63
|
submitContentReport(input: $input)
|
|
@@ -77,7 +83,6 @@ exports.SubmitContentReportDocument = (0, client_1.gql) `
|
|
|
77
83
|
function useSubmitContentReportMutation(baseOptions) {
|
|
78
84
|
return Apollo.useMutation(exports.SubmitContentReportDocument, baseOptions);
|
|
79
85
|
}
|
|
80
|
-
exports.useSubmitContentReportMutation = useSubmitContentReportMutation;
|
|
81
86
|
exports.SubmitInvestorInquiryDocument = (0, client_1.gql) `
|
|
82
87
|
mutation SubmitInvestorInquiry($input: InvestorInquiryInput!) {
|
|
83
88
|
submitInvestorInquiry(input: $input)
|
|
@@ -103,7 +108,6 @@ exports.SubmitInvestorInquiryDocument = (0, client_1.gql) `
|
|
|
103
108
|
function useSubmitInvestorInquiryMutation(baseOptions) {
|
|
104
109
|
return Apollo.useMutation(exports.SubmitInvestorInquiryDocument, baseOptions);
|
|
105
110
|
}
|
|
106
|
-
exports.useSubmitInvestorInquiryMutation = useSubmitInvestorInquiryMutation;
|
|
107
111
|
exports.SubmitOpportunityDocument = (0, client_1.gql) `
|
|
108
112
|
mutation SubmitOpportunity($input: OpportunityInput!) {
|
|
109
113
|
submitOpportunity(input: $input)
|
|
@@ -129,7 +133,6 @@ exports.SubmitOpportunityDocument = (0, client_1.gql) `
|
|
|
129
133
|
function useSubmitOpportunityMutation(baseOptions) {
|
|
130
134
|
return Apollo.useMutation(exports.SubmitOpportunityDocument, baseOptions);
|
|
131
135
|
}
|
|
132
|
-
exports.useSubmitOpportunityMutation = useSubmitOpportunityMutation;
|
|
133
136
|
exports.SubmitPartnershipInquiryDocument = (0, client_1.gql) `
|
|
134
137
|
mutation SubmitPartnershipInquiry($input: PartnershipInquiryInput!) {
|
|
135
138
|
submitPartnershipInquiry(input: $input)
|
|
@@ -155,7 +158,6 @@ exports.SubmitPartnershipInquiryDocument = (0, client_1.gql) `
|
|
|
155
158
|
function useSubmitPartnershipInquiryMutation(baseOptions) {
|
|
156
159
|
return Apollo.useMutation(exports.SubmitPartnershipInquiryDocument, baseOptions);
|
|
157
160
|
}
|
|
158
|
-
exports.useSubmitPartnershipInquiryMutation = useSubmitPartnershipInquiryMutation;
|
|
159
161
|
exports.SubmitRegistrationInviteDocument = (0, client_1.gql) `
|
|
160
162
|
mutation SubmitRegistrationInvite($input: RegistrationInviteInput!) {
|
|
161
163
|
submitRegistrationInvite(input: $input)
|
|
@@ -181,7 +183,6 @@ exports.SubmitRegistrationInviteDocument = (0, client_1.gql) `
|
|
|
181
183
|
function useSubmitRegistrationInviteMutation(baseOptions) {
|
|
182
184
|
return Apollo.useMutation(exports.SubmitRegistrationInviteDocument, baseOptions);
|
|
183
185
|
}
|
|
184
|
-
exports.useSubmitRegistrationInviteMutation = useSubmitRegistrationInviteMutation;
|
|
185
186
|
exports.SubmitUserFeedbackDocument = (0, client_1.gql) `
|
|
186
187
|
mutation SubmitUserFeedback($input: UserFeedbackInput!) {
|
|
187
188
|
submitUserFeedback(input: $input)
|
|
@@ -207,4 +208,3 @@ exports.SubmitUserFeedbackDocument = (0, client_1.gql) `
|
|
|
207
208
|
function useSubmitUserFeedbackMutation(baseOptions) {
|
|
208
209
|
return Apollo.useMutation(exports.SubmitUserFeedbackDocument, baseOptions);
|
|
209
210
|
}
|
|
210
|
-
exports.useSubmitUserFeedbackMutation = useSubmitUserFeedbackMutation;
|