@ludo.ninja/api 2.8.85 → 2.8.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/build/config/index.js +3 -2
  2. package/build/cookies/index.d.ts +1 -1
  3. package/build/graphql_tools/__generated__/adminHost/schema.d.ts +33 -33
  4. package/build/graphql_tools/__generated__/adminHost/schema.js +68 -66
  5. package/build/graphql_tools/__generated__/assetsHost/schema.d.ts +2 -2
  6. package/build/graphql_tools/__generated__/assetsHost/schema.js +3 -3
  7. package/build/graphql_tools/__generated__/authHost/schema.d.ts +2 -2
  8. package/build/graphql_tools/__generated__/authHost/schema.js +3 -3
  9. package/build/graphql_tools/__generated__/collectionsHost/schema.d.ts +4 -2
  10. package/build/graphql_tools/__generated__/collectionsHost/schema.js +3 -3
  11. package/build/graphql_tools/__generated__/experiencesHost/schema.d.ts +9 -9
  12. package/build/graphql_tools/__generated__/experiencesHost/schema.js +10 -10
  13. package/build/graphql_tools/__generated__/extensionHost/schema.d.ts +28 -28
  14. package/build/graphql_tools/__generated__/extensionHost/schema.js +18 -18
  15. package/build/graphql_tools/__generated__/formsHost/schema.js +8 -8
  16. package/build/graphql_tools/__generated__/galleriesHost/schema.d.ts +46 -46
  17. package/build/graphql_tools/__generated__/galleriesHost/schema.js +21 -21
  18. package/build/graphql_tools/__generated__/identityHost/schema.d.ts +52 -62
  19. package/build/graphql_tools/__generated__/identityHost/schema.js +32 -31
  20. package/build/graphql_tools/__generated__/mediasHost/schema.d.ts +5 -5
  21. package/build/graphql_tools/__generated__/mediasHost/schema.js +5 -5
  22. package/build/graphql_tools/__generated__/notificationsHost/schema.d.ts +14 -5
  23. package/build/graphql_tools/__generated__/notificationsHost/schema.js +2 -2
  24. package/build/graphql_tools/__generated__/opportunitiesHost/schema.d.ts +7 -7
  25. package/build/graphql_tools/__generated__/opportunitiesHost/schema.js +11 -11
  26. package/build/graphql_tools/__generated__/preferencesHost/schema.d.ts +2 -2
  27. package/build/graphql_tools/__generated__/preferencesHost/schema.js +23 -23
  28. package/build/graphql_tools/__generated__/searchHost/schema.d.ts +48 -48
  29. package/build/graphql_tools/__generated__/searchHost/schema.js +33 -33
  30. package/build/graphql_tools/__generated__/tapHost/schema.d.ts +13 -9
  31. package/build/graphql_tools/__generated__/tapHost/schema.js +14 -12
  32. package/build/index.d.ts +1217 -570
  33. package/package.json +1 -1
  34. package/src/graphql_tools/__generated__/collectionsHost/schema.ts +2 -0
  35. package/src/graphql_tools/__generated__/identityHost/schema.ts +0 -12
  36. package/src/graphql_tools/__generated__/notificationsHost/schema.ts +13 -2
  37. package/src/graphql_tools/__generated__/tapHost/schema.ts +10 -1
  38. package/tsconfig.tsbuildinfo +1 -1
package/build/index.d.ts CHANGED
@@ -17,56 +17,81 @@ import * as formsSchema from "./graphql_tools/__generated__/formsHost/schema";
17
17
  import * as tapsSchema from "./graphql_tools/__generated__/tapHost/schema";
18
18
  import * as notificationsSchema from "./graphql_tools/__generated__/notificationsHost/schema";
19
19
  declare const schema: {
20
- useOnNotificationSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<notificationsSchema.IOnNotificationSubscription, notificationsSchema.IOnNotificationSubscriptionVariables>): {
20
+ useOnNotificationSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<notificationsSchema.IOnNotificationSubscription, notificationsSchema.Exact<{
21
+ authToken: string;
22
+ notificationTypes: notificationsSchema.INotificationType[];
23
+ }>>): {
21
24
  restart(): void;
22
25
  loading: boolean;
23
26
  data?: notificationsSchema.IOnNotificationSubscription | undefined;
24
- error?: import("@apollo/client").ApolloError;
27
+ error?: import("@apollo/client").ApolloError | undefined;
25
28
  variables?: notificationsSchema.Exact<{
26
- authToken: notificationsSchema.Scalars["String"];
27
- notificationTypes: Array<notificationsSchema.INotificationType>;
29
+ authToken: string;
30
+ notificationTypes: notificationsSchema.INotificationType[];
28
31
  }> | undefined;
29
32
  };
30
33
  IEventType: typeof notificationsSchema.IEventType;
31
34
  INotificationType: typeof notificationsSchema.INotificationType;
32
35
  OnNotificationDocument: import("graphql").DocumentNode;
33
- useClaimFarmingRewardMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IClaimFarmingRewardMutation, tapsSchema.IClaimFarmingRewardMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IClaimFarmingRewardMutation, tapsSchema.Exact<{
36
+ useClaimFarmingRewardMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IClaimFarmingRewardMutation, tapsSchema.Exact<{
37
+ [key: string]: never;
38
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<tapsSchema.IClaimFarmingRewardMutation, tapsSchema.Exact<{
34
39
  [key: string]: never;
35
40
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
36
- useConfirmStreakNotificationHasBeenReadMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IConfirmStreakNotificationHasBeenReadMutation, tapsSchema.IConfirmStreakNotificationHasBeenReadMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IConfirmStreakNotificationHasBeenReadMutation, tapsSchema.Exact<{
37
- streakId: tapsSchema.Scalars["ID"];
41
+ useConfirmStreakNotificationHasBeenReadMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IConfirmStreakNotificationHasBeenReadMutation, tapsSchema.Exact<{
42
+ streakId: string;
43
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<tapsSchema.IConfirmStreakNotificationHasBeenReadMutation, tapsSchema.Exact<{
44
+ streakId: string;
38
45
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
39
- useMarkNotificationAsNewMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsNewMutation, tapsSchema.IMarkNotificationAsNewMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsNewMutation, tapsSchema.Exact<{
40
- notificationId: tapsSchema.Scalars["ID"];
46
+ useMarkNotificationAsNewMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsNewMutation, tapsSchema.Exact<{
47
+ notificationId: string;
48
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsNewMutation, tapsSchema.Exact<{
49
+ notificationId: string;
41
50
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
42
- useMarkNotificationAsReadMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsReadMutation, tapsSchema.IMarkNotificationAsReadMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsReadMutation, tapsSchema.Exact<{
43
- notificationId: tapsSchema.Scalars["ID"];
51
+ useMarkNotificationAsReadMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsReadMutation, tapsSchema.Exact<{
52
+ notificationId: string;
53
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsReadMutation, tapsSchema.Exact<{
54
+ notificationId: string;
44
55
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
45
- useMarkNotificationAsShownMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsShownMutation, tapsSchema.IMarkNotificationAsShownMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsShownMutation, tapsSchema.Exact<{
46
- notificationId: tapsSchema.Scalars["ID"];
56
+ useMarkNotificationAsShownMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsShownMutation, tapsSchema.Exact<{
57
+ notificationId: string;
58
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsShownMutation, tapsSchema.Exact<{
59
+ notificationId: string;
47
60
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
48
- useStartFarmingMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IStartFarmingMutation, tapsSchema.IStartFarmingMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IStartFarmingMutation, tapsSchema.Exact<{
61
+ useStartFarmingMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IStartFarmingMutation, tapsSchema.Exact<{
62
+ [key: string]: never;
63
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<tapsSchema.IStartFarmingMutation, tapsSchema.Exact<{
49
64
  [key: string]: never;
50
65
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
51
- useFetchFrensDataQuery(baseOptions?: import("@apollo/client").QueryHookOptions<tapsSchema.IFetchFrensDataQuery, tapsSchema.IFetchFrensDataQueryVariables>): import("@apollo/client").QueryResult<tapsSchema.IFetchFrensDataQuery, tapsSchema.Exact<{
66
+ useFetchFrensDataQuery(baseOptions?: import("@apollo/client").QueryHookOptions<tapsSchema.IFetchFrensDataQuery, tapsSchema.Exact<{
67
+ [key: string]: never;
68
+ }>> | undefined): import("@apollo/client").QueryResult<tapsSchema.IFetchFrensDataQuery, tapsSchema.Exact<{
52
69
  [key: string]: never;
53
70
  }>>;
54
- useFetchFrensDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<tapsSchema.IFetchFrensDataQuery, tapsSchema.IFetchFrensDataQueryVariables>): import("@apollo/client").LazyQueryResultTuple<tapsSchema.IFetchFrensDataQuery, tapsSchema.Exact<{
71
+ useFetchFrensDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<tapsSchema.IFetchFrensDataQuery, tapsSchema.Exact<{
72
+ [key: string]: never;
73
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<tapsSchema.IFetchFrensDataQuery, tapsSchema.Exact<{
55
74
  [key: string]: never;
56
75
  }>>;
57
- useFetchPlayerStateQuery(baseOptions?: import("@apollo/client").QueryHookOptions<tapsSchema.IFetchPlayerStateQuery, tapsSchema.IFetchPlayerStateQueryVariables>): import("@apollo/client").QueryResult<tapsSchema.IFetchPlayerStateQuery, tapsSchema.Exact<{
76
+ useFetchPlayerStateQuery(baseOptions?: import("@apollo/client").QueryHookOptions<tapsSchema.IFetchPlayerStateQuery, tapsSchema.Exact<{
77
+ [key: string]: never;
78
+ }>> | undefined): import("@apollo/client").QueryResult<tapsSchema.IFetchPlayerStateQuery, tapsSchema.Exact<{
58
79
  [key: string]: never;
59
80
  }>>;
60
- useFetchPlayerStateLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<tapsSchema.IFetchPlayerStateQuery, tapsSchema.IFetchPlayerStateQueryVariables>): import("@apollo/client").LazyQueryResultTuple<tapsSchema.IFetchPlayerStateQuery, tapsSchema.Exact<{
81
+ useFetchPlayerStateLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<tapsSchema.IFetchPlayerStateQuery, tapsSchema.Exact<{
82
+ [key: string]: never;
83
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<tapsSchema.IFetchPlayerStateQuery, tapsSchema.Exact<{
61
84
  [key: string]: never;
62
85
  }>>;
63
- useOnPlayerStateUpdatedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<tapsSchema.IOnPlayerStateUpdatedSubscription, tapsSchema.IOnPlayerStateUpdatedSubscriptionVariables>): {
86
+ useOnPlayerStateUpdatedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<tapsSchema.IOnPlayerStateUpdatedSubscription, tapsSchema.Exact<{
87
+ authToken: string;
88
+ }>>): {
64
89
  restart(): void;
65
90
  loading: boolean;
66
91
  data?: tapsSchema.IOnPlayerStateUpdatedSubscription | undefined;
67
- error?: import("@apollo/client").ApolloError;
92
+ error?: import("@apollo/client").ApolloError | undefined;
68
93
  variables?: tapsSchema.Exact<{
69
- authToken: tapsSchema.Scalars["String"];
94
+ authToken: string;
70
95
  }> | undefined;
71
96
  };
72
97
  IFarmingStatus: typeof tapsSchema.IFarmingStatus;
@@ -82,25 +107,39 @@ declare const schema: {
82
107
  FetchFrensDataDocument: import("graphql").DocumentNode;
83
108
  FetchPlayerStateDocument: import("graphql").DocumentNode;
84
109
  OnPlayerStateUpdatedDocument: import("graphql").DocumentNode;
85
- useSubmitContactSupportMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitContactSupportMutation, formsSchema.ISubmitContactSupportMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitContactSupportMutation, formsSchema.Exact<{
110
+ useSubmitContactSupportMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitContactSupportMutation, formsSchema.Exact<{
111
+ input: formsSchema.IContactSupportInput;
112
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitContactSupportMutation, formsSchema.Exact<{
86
113
  input: formsSchema.IContactSupportInput;
87
114
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
88
- useSubmitContentReportMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitContentReportMutation, formsSchema.ISubmitContentReportMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitContentReportMutation, formsSchema.Exact<{
115
+ useSubmitContentReportMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitContentReportMutation, formsSchema.Exact<{
116
+ input: formsSchema.IContentReportInput;
117
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitContentReportMutation, formsSchema.Exact<{
89
118
  input: formsSchema.IContentReportInput;
90
119
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
91
- useSubmitInvestorInquiryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitInvestorInquiryMutation, formsSchema.ISubmitInvestorInquiryMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitInvestorInquiryMutation, formsSchema.Exact<{
120
+ useSubmitInvestorInquiryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitInvestorInquiryMutation, formsSchema.Exact<{
121
+ input: formsSchema.IInvestorInquiryInput;
122
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitInvestorInquiryMutation, formsSchema.Exact<{
92
123
  input: formsSchema.IInvestorInquiryInput;
93
124
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
94
- useSubmitOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitOpportunityMutation, formsSchema.ISubmitOpportunityMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitOpportunityMutation, formsSchema.Exact<{
125
+ useSubmitOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitOpportunityMutation, formsSchema.Exact<{
126
+ input: formsSchema.IOpportunityInput;
127
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitOpportunityMutation, formsSchema.Exact<{
95
128
  input: formsSchema.IOpportunityInput;
96
129
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
97
- useSubmitPartnershipInquiryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitPartnershipInquiryMutation, formsSchema.ISubmitPartnershipInquiryMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitPartnershipInquiryMutation, formsSchema.Exact<{
130
+ useSubmitPartnershipInquiryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitPartnershipInquiryMutation, formsSchema.Exact<{
131
+ input: formsSchema.IPartnershipInquiryInput;
132
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitPartnershipInquiryMutation, formsSchema.Exact<{
98
133
  input: formsSchema.IPartnershipInquiryInput;
99
134
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
100
- useSubmitRegistrationInviteMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitRegistrationInviteMutation, formsSchema.ISubmitRegistrationInviteMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitRegistrationInviteMutation, formsSchema.Exact<{
135
+ useSubmitRegistrationInviteMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitRegistrationInviteMutation, formsSchema.Exact<{
136
+ input: formsSchema.IRegistrationInviteInput;
137
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitRegistrationInviteMutation, formsSchema.Exact<{
101
138
  input: formsSchema.IRegistrationInviteInput;
102
139
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
103
- useSubmitUserFeedbackMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitUserFeedbackMutation, formsSchema.ISubmitUserFeedbackMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitUserFeedbackMutation, formsSchema.Exact<{
140
+ useSubmitUserFeedbackMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitUserFeedbackMutation, formsSchema.Exact<{
141
+ input: formsSchema.IUserFeedbackInput;
142
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitUserFeedbackMutation, formsSchema.Exact<{
104
143
  input: formsSchema.IUserFeedbackInput;
105
144
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
106
145
  SubmitContactSupportDocument: import("graphql").DocumentNode;
@@ -110,125 +149,213 @@ declare const schema: {
110
149
  SubmitPartnershipInquiryDocument: import("graphql").DocumentNode;
111
150
  SubmitRegistrationInviteDocument: import("graphql").DocumentNode;
112
151
  SubmitUserFeedbackDocument: import("graphql").DocumentNode;
113
- useFetchAllCreationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<searchSchema.IFetchAllCreationsQuery, searchSchema.IFetchAllCreationsQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
114
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
115
- }>>;
116
- useFetchAllCreationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchAllCreationsQuery, searchSchema.IFetchAllCreationsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
117
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
118
- }>>;
119
- useFetchAssetByBlockchainQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.IFetchAssetByBlockchainQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.Exact<{
120
- blockchain: searchSchema.Scalars["String"];
121
- address?: searchSchema.Maybe<searchSchema.Scalars["String"]>;
122
- tokenId?: searchSchema.Maybe<searchSchema.Scalars["String"]>;
123
- elrondId?: searchSchema.Maybe<searchSchema.Scalars["String"]>;
124
- }>>;
125
- useFetchAssetByBlockchainLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.IFetchAssetByBlockchainQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.Exact<{
126
- blockchain: searchSchema.Scalars["String"];
127
- address?: searchSchema.Maybe<searchSchema.Scalars["String"]>;
128
- tokenId?: searchSchema.Maybe<searchSchema.Scalars["String"]>;
129
- elrondId?: searchSchema.Maybe<searchSchema.Scalars["String"]>;
130
- }>>;
131
- useFetchAssetsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchAssetsQuery, searchSchema.IFetchAssetsQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchAssetsQuery, searchSchema.Exact<{
132
- assetIds: Array<searchSchema.Scalars["String"]>;
133
- }>>;
134
- useFetchAssetsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchAssetsQuery, searchSchema.IFetchAssetsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchAssetsQuery, searchSchema.Exact<{
135
- assetIds: Array<searchSchema.Scalars["String"]>;
136
- }>>;
137
- useFetchCollectionQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchCollectionQuery, searchSchema.IFetchCollectionQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchCollectionQuery, searchSchema.Exact<{
138
- collectionId: searchSchema.Scalars["String"];
139
- }>>;
140
- useFetchCollectionLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchCollectionQuery, searchSchema.IFetchCollectionQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchCollectionQuery, searchSchema.Exact<{
141
- collectionId: searchSchema.Scalars["String"];
142
- }>>;
143
- useFindCollectionsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindCollectionsQuery, searchSchema.IFindCollectionsQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
144
- term: searchSchema.Scalars["String"];
152
+ useFetchAllCreationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
153
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
154
+ }>> | undefined): import("@apollo/client").QueryResult<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
155
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
156
+ }>>;
157
+ useFetchAllCreationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
158
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
159
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
160
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
161
+ }>>;
162
+ useFetchAssetByBlockchainQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.Exact<{
163
+ blockchain: string;
164
+ address?: searchSchema.Maybe<string> | undefined;
165
+ tokenId?: searchSchema.Maybe<string> | undefined;
166
+ elrondId?: searchSchema.Maybe<string> | undefined;
167
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.Exact<{
168
+ blockchain: string;
169
+ address?: searchSchema.Maybe<string> | undefined;
170
+ tokenId?: searchSchema.Maybe<string> | undefined;
171
+ elrondId?: searchSchema.Maybe<string> | undefined;
172
+ }>>;
173
+ useFetchAssetByBlockchainLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.Exact<{
174
+ blockchain: string;
175
+ address?: searchSchema.Maybe<string> | undefined;
176
+ tokenId?: searchSchema.Maybe<string> | undefined;
177
+ elrondId?: searchSchema.Maybe<string> | undefined;
178
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.Exact<{
179
+ blockchain: string;
180
+ address?: searchSchema.Maybe<string> | undefined;
181
+ tokenId?: searchSchema.Maybe<string> | undefined;
182
+ elrondId?: searchSchema.Maybe<string> | undefined;
183
+ }>>;
184
+ useFetchAssetsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchAssetsQuery, searchSchema.Exact<{
185
+ assetIds: string[];
186
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchAssetsQuery, searchSchema.Exact<{
187
+ assetIds: string[];
188
+ }>>;
189
+ useFetchAssetsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchAssetsQuery, searchSchema.Exact<{
190
+ assetIds: string[];
191
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchAssetsQuery, searchSchema.Exact<{
192
+ assetIds: string[];
193
+ }>>;
194
+ useFetchCollectionQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchCollectionQuery, searchSchema.Exact<{
195
+ collectionId: string;
196
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchCollectionQuery, searchSchema.Exact<{
197
+ collectionId: string;
198
+ }>>;
199
+ useFetchCollectionLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchCollectionQuery, searchSchema.Exact<{
200
+ collectionId: string;
201
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchCollectionQuery, searchSchema.Exact<{
202
+ collectionId: string;
203
+ }>>;
204
+ useFindCollectionsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
205
+ term: string;
145
206
  input: searchSchema.ICollectionFilterInput;
146
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
147
- }>>;
148
- useFindCollectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindCollectionsQuery, searchSchema.IFindCollectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
149
- term: searchSchema.Scalars["String"];
207
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
208
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
209
+ term: string;
150
210
  input: searchSchema.ICollectionFilterInput;
151
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
152
- }>>;
153
- useFetchCollectionsByIdsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.IFetchCollectionsByIdsQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
154
- collectionIds: Array<searchSchema.Scalars["String"]>;
155
- }>>;
156
- useFetchCollectionsByIdsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.IFetchCollectionsByIdsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
157
- collectionIds: Array<searchSchema.Scalars["String"]>;
211
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
158
212
  }>>;
159
- useFetchCreationsByTypeQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchCreationsByTypeQuery, searchSchema.IFetchCreationsByTypeQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchCreationsByTypeQuery, searchSchema.Exact<{
160
- itemType: searchSchema.Scalars["String"];
161
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
162
- }>>;
163
- useFetchCreationsByTypeLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchCreationsByTypeQuery, searchSchema.IFetchCreationsByTypeQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchCreationsByTypeQuery, searchSchema.Exact<{
164
- itemType: searchSchema.Scalars["String"];
165
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
166
- }>>;
167
- useFetchDynamicAssetLikesQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.IFetchDynamicAssetLikesQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.Exact<{
168
- assetId: searchSchema.Scalars["String"];
169
- }>>;
170
- useFetchDynamicAssetLikesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.IFetchDynamicAssetLikesQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.Exact<{
171
- assetId: searchSchema.Scalars["String"];
172
- }>>;
173
- useFetchDynamicAssetsLikesQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.IFetchDynamicAssetsLikesQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.Exact<{
174
- assetIds: Array<searchSchema.Scalars["String"]>;
175
- }>>;
176
- useFetchDynamicAssetsLikesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.IFetchDynamicAssetsLikesQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.Exact<{
177
- assetIds: Array<searchSchema.Scalars["String"]>;
178
- }>>;
179
- useFetchDynamicCollectionDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.IFetchDynamicCollectionDataQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
213
+ useFindCollectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
214
+ term: string;
215
+ input: searchSchema.ICollectionFilterInput;
216
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
217
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
218
+ term: string;
219
+ input: searchSchema.ICollectionFilterInput;
220
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
221
+ }>>;
222
+ useFetchCollectionsByIdsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
223
+ collectionIds: string[];
224
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
225
+ collectionIds: string[];
226
+ }>>;
227
+ useFetchCollectionsByIdsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
228
+ collectionIds: string[];
229
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
230
+ collectionIds: string[];
231
+ }>>;
232
+ useFetchCreationsByTypeQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchCreationsByTypeQuery, searchSchema.Exact<{
233
+ itemType: string;
234
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
235
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchCreationsByTypeQuery, searchSchema.Exact<{
236
+ itemType: string;
237
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
238
+ }>>;
239
+ useFetchCreationsByTypeLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchCreationsByTypeQuery, searchSchema.Exact<{
240
+ itemType: string;
241
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
242
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchCreationsByTypeQuery, searchSchema.Exact<{
243
+ itemType: string;
244
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
245
+ }>>;
246
+ useFetchDynamicAssetLikesQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.Exact<{
247
+ assetId: string;
248
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.Exact<{
249
+ assetId: string;
250
+ }>>;
251
+ useFetchDynamicAssetLikesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.Exact<{
252
+ assetId: string;
253
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.Exact<{
254
+ assetId: string;
255
+ }>>;
256
+ useFetchDynamicAssetsLikesQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.Exact<{
257
+ assetIds: string[];
258
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.Exact<{
259
+ assetIds: string[];
260
+ }>>;
261
+ useFetchDynamicAssetsLikesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.Exact<{
262
+ assetIds: string[];
263
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.Exact<{
264
+ assetIds: string[];
265
+ }>>;
266
+ useFetchDynamicCollectionDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
180
267
  input: searchSchema.IDynamicCollectionDataInput;
181
- }>>;
182
- useFetchDynamicCollectionDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.IFetchDynamicCollectionDataQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
268
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
183
269
  input: searchSchema.IDynamicCollectionDataInput;
184
270
  }>>;
185
- useFetchDynamicCollectionsDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.IFetchDynamicCollectionsDataQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
186
- input: Array<searchSchema.IDynamicCollectionDataInput>;
187
- }>>;
188
- useFetchDynamicCollectionsDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.IFetchDynamicCollectionsDataQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
189
- input: Array<searchSchema.IDynamicCollectionDataInput>;
190
- }>>;
191
- useFindAllTopEntitiesByNameQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.IFindAllTopEntitiesByNameQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.Exact<{
192
- name: searchSchema.Scalars["String"];
193
- pageSize: searchSchema.Scalars["Int"];
194
- }>>;
195
- useFindAllTopEntitiesByNameLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.IFindAllTopEntitiesByNameQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.Exact<{
196
- name: searchSchema.Scalars["String"];
197
- pageSize: searchSchema.Scalars["Int"];
198
- }>>;
199
- useFetchUserPortfolioQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchUserPortfolioQuery, searchSchema.IFetchUserPortfolioQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchUserPortfolioQuery, searchSchema.Exact<{
200
- ownerId: searchSchema.Scalars["String"];
201
- }>>;
202
- useFetchUserPortfolioLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchUserPortfolioQuery, searchSchema.IFetchUserPortfolioQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchUserPortfolioQuery, searchSchema.Exact<{
203
- ownerId: searchSchema.Scalars["String"];
271
+ useFetchDynamicCollectionDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
272
+ input: searchSchema.IDynamicCollectionDataInput;
273
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
274
+ input: searchSchema.IDynamicCollectionDataInput;
204
275
  }>>;
205
- useFindCreationsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindCreationsQuery, searchSchema.IFindCreationsQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
206
- term: searchSchema.Scalars["String"];
276
+ useFetchDynamicCollectionsDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
277
+ input: searchSchema.IDynamicCollectionDataInput[];
278
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
279
+ input: searchSchema.IDynamicCollectionDataInput[];
280
+ }>>;
281
+ useFetchDynamicCollectionsDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
282
+ input: searchSchema.IDynamicCollectionDataInput[];
283
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
284
+ input: searchSchema.IDynamicCollectionDataInput[];
285
+ }>>;
286
+ useFindAllTopEntitiesByNameQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.Exact<{
287
+ name: string;
288
+ pageSize: number;
289
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.Exact<{
290
+ name: string;
291
+ pageSize: number;
292
+ }>>;
293
+ useFindAllTopEntitiesByNameLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.Exact<{
294
+ name: string;
295
+ pageSize: number;
296
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.Exact<{
297
+ name: string;
298
+ pageSize: number;
299
+ }>>;
300
+ useFetchUserPortfolioQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchUserPortfolioQuery, searchSchema.Exact<{
301
+ ownerId: string;
302
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchUserPortfolioQuery, searchSchema.Exact<{
303
+ ownerId: string;
304
+ }>>;
305
+ useFetchUserPortfolioLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchUserPortfolioQuery, searchSchema.Exact<{
306
+ ownerId: string;
307
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchUserPortfolioQuery, searchSchema.Exact<{
308
+ ownerId: string;
309
+ }>>;
310
+ useFindCreationsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
311
+ term: string;
207
312
  input: searchSchema.ICreationFilterInput;
208
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
209
- }>>;
210
- useFindCreationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindCreationsQuery, searchSchema.IFindCreationsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
211
- term: searchSchema.Scalars["String"];
313
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
314
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
315
+ term: string;
212
316
  input: searchSchema.ICreationFilterInput;
213
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
214
- }>>;
215
- useFindProfilesByNameQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindProfilesByNameQuery, searchSchema.IFindProfilesByNameQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFindProfilesByNameQuery, searchSchema.Exact<{
216
- name: searchSchema.Scalars["String"];
217
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
218
- }>>;
219
- useFindProfilesByNameLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindProfilesByNameQuery, searchSchema.IFindProfilesByNameQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindProfilesByNameQuery, searchSchema.Exact<{
220
- name: searchSchema.Scalars["String"];
221
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
317
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
222
318
  }>>;
223
- useFindUserCreationsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindUserCreationsQuery, searchSchema.IFindUserCreationsQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
224
- ownerId: searchSchema.Scalars["String"];
319
+ useFindCreationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
320
+ term: string;
225
321
  input: searchSchema.ICreationFilterInput;
226
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
322
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
323
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
324
+ term: string;
325
+ input: searchSchema.ICreationFilterInput;
326
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
327
+ }>>;
328
+ useFindProfilesByNameQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindProfilesByNameQuery, searchSchema.Exact<{
329
+ name: string;
330
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
331
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFindProfilesByNameQuery, searchSchema.Exact<{
332
+ name: string;
333
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
334
+ }>>;
335
+ useFindProfilesByNameLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindProfilesByNameQuery, searchSchema.Exact<{
336
+ name: string;
337
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
338
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindProfilesByNameQuery, searchSchema.Exact<{
339
+ name: string;
340
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
341
+ }>>;
342
+ useFindUserCreationsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
343
+ ownerId: string;
344
+ input: searchSchema.ICreationFilterInput;
345
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
346
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
347
+ ownerId: string;
348
+ input: searchSchema.ICreationFilterInput;
349
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
227
350
  }>>;
228
- useFindUserCreationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindUserCreationsQuery, searchSchema.IFindUserCreationsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
229
- ownerId: searchSchema.Scalars["String"];
351
+ useFindUserCreationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
352
+ ownerId: string;
353
+ input: searchSchema.ICreationFilterInput;
354
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
355
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
356
+ ownerId: string;
230
357
  input: searchSchema.ICreationFilterInput;
231
- page?: searchSchema.Maybe<searchSchema.IPageInput>;
358
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
232
359
  }>>;
233
360
  FetchAllCreationsDocument: import("graphql").DocumentNode;
234
361
  FetchAssetByBlockchainDocument: import("graphql").DocumentNode;
@@ -246,70 +373,114 @@ declare const schema: {
246
373
  FindCreationsDocument: import("graphql").DocumentNode;
247
374
  FindProfilesByNameDocument: import("graphql").DocumentNode;
248
375
  FindUserCreationsDocument: import("graphql").DocumentNode;
249
- useSaveUserExpectationsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<preferencesSchema.ISaveUserExpectationsMutation, preferencesSchema.ISaveUserExpectationsMutationVariables>): import("@apollo/client").MutationTuple<preferencesSchema.ISaveUserExpectationsMutation, preferencesSchema.Exact<{
250
- expectations: Array<preferencesSchema.Maybe<preferencesSchema.Scalars["String"]>>;
376
+ useSaveUserExpectationsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<preferencesSchema.ISaveUserExpectationsMutation, preferencesSchema.Exact<{
377
+ expectations: preferencesSchema.Maybe<string>[];
378
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<preferencesSchema.ISaveUserExpectationsMutation, preferencesSchema.Exact<{
379
+ expectations: preferencesSchema.Maybe<string>[];
251
380
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
252
- useSaveUserInterestsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<preferencesSchema.ISaveUserInterestsMutation, preferencesSchema.ISaveUserInterestsMutationVariables>): import("@apollo/client").MutationTuple<preferencesSchema.ISaveUserInterestsMutation, preferencesSchema.Exact<{
253
- interests: Array<preferencesSchema.Maybe<preferencesSchema.Scalars["String"]>>;
381
+ useSaveUserInterestsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<preferencesSchema.ISaveUserInterestsMutation, preferencesSchema.Exact<{
382
+ interests: preferencesSchema.Maybe<string>[];
383
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<preferencesSchema.ISaveUserInterestsMutation, preferencesSchema.Exact<{
384
+ interests: preferencesSchema.Maybe<string>[];
254
385
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
255
- useFetchExpectationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.IFetchExpectationsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
386
+ useFetchExpectationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
387
+ [key: string]: never;
388
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
256
389
  [key: string]: never;
257
390
  }>>;
258
- useFetchExpectationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.IFetchExpectationsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
391
+ useFetchExpectationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
392
+ [key: string]: never;
393
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
259
394
  [key: string]: never;
260
395
  }>>;
261
- useFetchInterestsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchInterestsQuery, preferencesSchema.IFetchInterestsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
396
+ useFetchInterestsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
397
+ [key: string]: never;
398
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
262
399
  [key: string]: never;
263
400
  }>>;
264
- useFetchInterestsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchInterestsQuery, preferencesSchema.IFetchInterestsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
401
+ useFetchInterestsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
402
+ [key: string]: never;
403
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
265
404
  [key: string]: never;
266
405
  }>>;
267
- useFetchSearchResultSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.IFetchSearchResultSelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
406
+ useFetchSearchResultSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
407
+ [key: string]: never;
408
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
268
409
  [key: string]: never;
269
410
  }>>;
270
- useFetchSearchResultSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.IFetchSearchResultSelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
411
+ useFetchSearchResultSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
412
+ [key: string]: never;
413
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
271
414
  [key: string]: never;
272
415
  }>>;
273
- useFetchSearchResultTimeSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.IFetchSearchResultTimeSelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
416
+ useFetchSearchResultTimeSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
417
+ [key: string]: never;
418
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
274
419
  [key: string]: never;
275
420
  }>>;
276
- useFetchSearchResultTimeSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.IFetchSearchResultTimeSelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
421
+ useFetchSearchResultTimeSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
422
+ [key: string]: never;
423
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
277
424
  [key: string]: never;
278
425
  }>>;
279
- useFetchUserExpectationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.IFetchUserExpectationsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
426
+ useFetchUserExpectationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
427
+ [key: string]: never;
428
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
280
429
  [key: string]: never;
281
430
  }>>;
282
- useFetchUserExpectationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.IFetchUserExpectationsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
431
+ useFetchUserExpectationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
432
+ [key: string]: never;
433
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
283
434
  [key: string]: never;
284
435
  }>>;
285
- useFetchUserInterestsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.IFetchUserInterestsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
436
+ useFetchUserInterestsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
437
+ [key: string]: never;
438
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
286
439
  [key: string]: never;
287
440
  }>>;
288
- useFetchUserInterestsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.IFetchUserInterestsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
441
+ useFetchUserInterestsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
442
+ [key: string]: never;
443
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
289
444
  [key: string]: never;
290
445
  }>>;
291
- useFetchSearchResultBlockchainSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.IFetchSearchResultBlockchainSelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
446
+ useFetchSearchResultBlockchainSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
447
+ [key: string]: never;
448
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
292
449
  [key: string]: never;
293
450
  }>>;
294
- useFetchSearchResultBlockchainSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.IFetchSearchResultBlockchainSelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
451
+ useFetchSearchResultBlockchainSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
452
+ [key: string]: never;
453
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
295
454
  [key: string]: never;
296
455
  }>>;
297
- useFetchSearchResultCategorySelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.IFetchSearchResultCategorySelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
456
+ useFetchSearchResultCategorySelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
457
+ [key: string]: never;
458
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
298
459
  [key: string]: never;
299
460
  }>>;
300
- useFetchSearchResultCategorySelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.IFetchSearchResultCategorySelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
461
+ useFetchSearchResultCategorySelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
462
+ [key: string]: never;
463
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
301
464
  [key: string]: never;
302
465
  }>>;
303
- useFetchSearchResultStatusSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.IFetchSearchResultStatusSelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
466
+ useFetchSearchResultStatusSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
467
+ [key: string]: never;
468
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
304
469
  [key: string]: never;
305
470
  }>>;
306
- useFetchSearchResultStatusSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.IFetchSearchResultStatusSelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
471
+ useFetchSearchResultStatusSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
472
+ [key: string]: never;
473
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
307
474
  [key: string]: never;
308
475
  }>>;
309
- useFetchSetsSearchResultTypeSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.IFetchSetsSearchResultTypeSelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
476
+ useFetchSetsSearchResultTypeSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
477
+ [key: string]: never;
478
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
310
479
  [key: string]: never;
311
480
  }>>;
312
- useFetchSetsSearchResultTypeSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.IFetchSetsSearchResultTypeSelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
481
+ useFetchSetsSearchResultTypeSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
482
+ [key: string]: never;
483
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
313
484
  [key: string]: never;
314
485
  }>>;
315
486
  SaveUserExpectationsDocument: import("graphql").DocumentNode;
@@ -324,35 +495,55 @@ declare const schema: {
324
495
  FetchSearchResultCategorySelectionsDocument: import("graphql").DocumentNode;
325
496
  FetchSearchResultStatusSelectionsDocument: import("graphql").DocumentNode;
326
497
  FetchSetsSearchResultTypeSelectionsDocument: import("graphql").DocumentNode;
327
- useDislikeOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.IDislikeOpportunityMutation, opportunitiesSchema.IDislikeOpportunityMutationVariables>): import("@apollo/client").MutationTuple<opportunitiesSchema.IDislikeOpportunityMutation, opportunitiesSchema.Exact<{
328
- opportunityId: opportunitiesSchema.Scalars["String"];
498
+ useDislikeOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.IDislikeOpportunityMutation, opportunitiesSchema.Exact<{
499
+ opportunityId: string;
500
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.IDislikeOpportunityMutation, opportunitiesSchema.Exact<{
501
+ opportunityId: string;
329
502
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
330
- useLikeOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.ILikeOpportunityMutation, opportunitiesSchema.ILikeOpportunityMutationVariables>): import("@apollo/client").MutationTuple<opportunitiesSchema.ILikeOpportunityMutation, opportunitiesSchema.Exact<{
331
- opportunityId: opportunitiesSchema.Scalars["String"];
503
+ useLikeOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.ILikeOpportunityMutation, opportunitiesSchema.Exact<{
504
+ opportunityId: string;
505
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.ILikeOpportunityMutation, opportunitiesSchema.Exact<{
506
+ opportunityId: string;
332
507
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
333
- useCreateOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.ICreateOpportunityMutation, opportunitiesSchema.ICreateOpportunityMutationVariables>): import("@apollo/client").MutationTuple<opportunitiesSchema.ICreateOpportunityMutation, opportunitiesSchema.Exact<{
508
+ useCreateOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.ICreateOpportunityMutation, opportunitiesSchema.Exact<{
509
+ input: opportunitiesSchema.IOpportunityInput;
510
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.ICreateOpportunityMutation, opportunitiesSchema.Exact<{
334
511
  input: opportunitiesSchema.IOpportunityInput;
335
512
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
336
- useOpenOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.IOpenOpportunityMutation, opportunitiesSchema.IOpenOpportunityMutationVariables>): import("@apollo/client").MutationTuple<opportunitiesSchema.IOpenOpportunityMutation, opportunitiesSchema.Exact<{
337
- opportunityId: opportunitiesSchema.Scalars["ID"];
513
+ useOpenOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.IOpenOpportunityMutation, opportunitiesSchema.Exact<{
514
+ opportunityId: string;
515
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.IOpenOpportunityMutation, opportunitiesSchema.Exact<{
516
+ opportunityId: string;
338
517
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
339
- useFetchOpportunitiesByIdsQuery(baseOptions: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.IFetchOpportunitiesByIdsQueryVariables>): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.Exact<{
340
- opportunityIds: Array<opportunitiesSchema.Scalars["ID"]>;
518
+ useFetchOpportunitiesByIdsQuery(baseOptions: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.Exact<{
519
+ opportunityIds: string[];
520
+ }>>): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.Exact<{
521
+ opportunityIds: string[];
341
522
  }>>;
342
- useFetchOpportunitiesByIdsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.IFetchOpportunitiesByIdsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.Exact<{
343
- opportunityIds: Array<opportunitiesSchema.Scalars["ID"]>;
523
+ useFetchOpportunitiesByIdsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.Exact<{
524
+ opportunityIds: string[];
525
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.Exact<{
526
+ opportunityIds: string[];
344
527
  }>>;
345
- useFetchOpportunitiesForProfileQuery(baseOptions?: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.IFetchOpportunitiesForProfileQueryVariables>): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
528
+ useFetchOpportunitiesForProfileQuery(baseOptions?: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
529
+ [key: string]: never;
530
+ }>> | undefined): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
346
531
  [key: string]: never;
347
532
  }>>;
348
- useFetchOpportunitiesForProfileLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.IFetchOpportunitiesForProfileQueryVariables>): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
533
+ useFetchOpportunitiesForProfileLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
534
+ [key: string]: never;
535
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
349
536
  [key: string]: never;
350
537
  }>>;
351
- useFetchOpportunitiesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.IFetchOpportunitiesQueryVariables>): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
352
- domain?: opportunitiesSchema.Maybe<opportunitiesSchema.Scalars["String"]>;
538
+ useFetchOpportunitiesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
539
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
540
+ }>> | undefined): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
541
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
353
542
  }>>;
354
- useFetchOpportunitiesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.IFetchOpportunitiesQueryVariables>): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
355
- domain?: opportunitiesSchema.Maybe<opportunitiesSchema.Scalars["String"]>;
543
+ useFetchOpportunitiesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
544
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
545
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
546
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
356
547
  }>>;
357
548
  DislikeOpportunityDocument: import("graphql").DocumentNode;
358
549
  LikeOpportunityDocument: import("graphql").DocumentNode;
@@ -361,139 +552,236 @@ declare const schema: {
361
552
  FetchOpportunitiesByIdsDocument: import("graphql").DocumentNode;
362
553
  FetchOpportunitiesForProfileDocument: import("graphql").DocumentNode;
363
554
  FetchOpportunitiesDocument: import("graphql").DocumentNode;
364
- useDeleteGalleryBannerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<mediasSchema.IDeleteGalleryBannerMutation, mediasSchema.IDeleteGalleryBannerMutationVariables>): import("@apollo/client").MutationTuple<mediasSchema.IDeleteGalleryBannerMutation, mediasSchema.Exact<{
365
- galleryId: mediasSchema.Scalars["ID"];
366
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
367
- useUploadGalleryBannerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<mediasSchema.IUploadGalleryBannerMutation, mediasSchema.IUploadGalleryBannerMutationVariables>): import("@apollo/client").MutationTuple<mediasSchema.IUploadGalleryBannerMutation, mediasSchema.Exact<{
368
- galleryId: mediasSchema.Scalars["ID"];
369
- file: mediasSchema.Scalars["Upload"];
370
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
371
- useFetchUserpicQuery(baseOptions: import("@apollo/client").QueryHookOptions<mediasSchema.IFetchUserpicQuery, mediasSchema.IFetchUserpicQueryVariables>): import("@apollo/client").QueryResult<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
372
- userId: mediasSchema.Scalars["ID"];
373
- }>>;
374
- useFetchUserpicLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<mediasSchema.IFetchUserpicQuery, mediasSchema.IFetchUserpicQueryVariables>): import("@apollo/client").LazyQueryResultTuple<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
375
- userId: mediasSchema.Scalars["ID"];
555
+ useDeleteGalleryBannerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<mediasSchema.IDeleteGalleryBannerMutation, mediasSchema.Exact<{
556
+ galleryId: string;
557
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<mediasSchema.IDeleteGalleryBannerMutation, mediasSchema.Exact<{
558
+ galleryId: string;
559
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
560
+ useUploadGalleryBannerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<mediasSchema.IUploadGalleryBannerMutation, mediasSchema.Exact<{
561
+ galleryId: string;
562
+ file: any;
563
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<mediasSchema.IUploadGalleryBannerMutation, mediasSchema.Exact<{
564
+ galleryId: string;
565
+ file: any;
566
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
567
+ useFetchUserpicQuery(baseOptions: import("@apollo/client").QueryHookOptions<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
568
+ userId: string;
569
+ }>>): import("@apollo/client").QueryResult<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
570
+ userId: string;
571
+ }>>;
572
+ useFetchUserpicLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
573
+ userId: string;
574
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
575
+ userId: string;
376
576
  }>>;
377
577
  DeleteGalleryBannerDocument: import("graphql").DocumentNode;
378
578
  UploadGalleryBannerDocument: import("graphql").DocumentNode;
379
579
  FetchUserpicDocument: import("graphql").DocumentNode;
380
- useAddWalletElrondMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletElrondMutation, identitySchema.IAddWalletElrondMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.IAddWalletElrondMutation, identitySchema.Exact<{
381
- signature: identitySchema.Scalars["String"];
382
- address: identitySchema.Scalars["String"];
383
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
384
- useAddWalletFlowMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletFlowMutation, identitySchema.IAddWalletFlowMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.IAddWalletFlowMutation, identitySchema.Exact<{
385
- signature: identitySchema.Scalars["String"];
386
- address: identitySchema.Scalars["String"];
387
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
388
- useAddWalletMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletMetamaskMutation, identitySchema.IAddWalletMetamaskMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.IAddWalletMetamaskMutation, identitySchema.Exact<{
389
- signature: identitySchema.Scalars["String"];
390
- address: identitySchema.Scalars["String"];
391
- chainId: identitySchema.Scalars["String"];
392
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
393
- useAddWalletSolanaMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletSolanaMutation, identitySchema.IAddWalletSolanaMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.IAddWalletSolanaMutation, identitySchema.Exact<{
394
- signature: identitySchema.Scalars["String"];
395
- pubkey: identitySchema.Scalars["String"];
396
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
397
- useAddWalletTezosMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletTezosMutation, identitySchema.IAddWalletTezosMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.IAddWalletTezosMutation, identitySchema.Exact<{
398
- signature: identitySchema.Scalars["String"];
399
- pubkey: identitySchema.Scalars["String"];
400
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
401
- useAddWalletTonMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletTonMutation, identitySchema.IAddWalletTonMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.IAddWalletTonMutation, identitySchema.Exact<{
580
+ useAddWalletElrondMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletElrondMutation, identitySchema.Exact<{
581
+ signature: string;
582
+ address: string;
583
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletElrondMutation, identitySchema.Exact<{
584
+ signature: string;
585
+ address: string;
586
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
587
+ useAddWalletFlowMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletFlowMutation, identitySchema.Exact<{
588
+ signature: string;
589
+ address: string;
590
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletFlowMutation, identitySchema.Exact<{
591
+ signature: string;
592
+ address: string;
593
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
594
+ useAddWalletMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletMetamaskMutation, identitySchema.Exact<{
595
+ signature: string;
596
+ address: string;
597
+ chainId: string;
598
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletMetamaskMutation, identitySchema.Exact<{
599
+ signature: string;
600
+ address: string;
601
+ chainId: string;
602
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
603
+ useAddWalletSolanaMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletSolanaMutation, identitySchema.Exact<{
604
+ signature: string;
605
+ pubkey: string;
606
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletSolanaMutation, identitySchema.Exact<{
607
+ signature: string;
608
+ pubkey: string;
609
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
610
+ useAddWalletTezosMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletTezosMutation, identitySchema.Exact<{
611
+ signature: string;
612
+ pubkey: string;
613
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletTezosMutation, identitySchema.Exact<{
614
+ signature: string;
615
+ pubkey: string;
616
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
617
+ useAddWalletTonMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletTonMutation, identitySchema.Exact<{
618
+ request: identitySchema.ICheckTonProofRequest;
619
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletTonMutation, identitySchema.Exact<{
402
620
  request: identitySchema.ICheckTonProofRequest;
403
621
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
404
- useCreateEvmNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateEvmNonceMutation, identitySchema.ICreateEvmNonceMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ICreateEvmNonceMutation, identitySchema.Exact<{
622
+ useCreateEvmNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateEvmNonceMutation, identitySchema.Exact<{
405
623
  [key: string]: never;
406
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
407
- useCreateNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateNonceMutation, identitySchema.ICreateNonceMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ICreateNonceMutation, identitySchema.Exact<{
408
- address: identitySchema.Scalars["String"];
409
- blockchain: identitySchema.Scalars["String"];
410
- chainId?: identitySchema.Maybe<identitySchema.Scalars["String"]>;
411
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
412
- useCreateTonNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateTonNonceMutation, identitySchema.ICreateTonNonceMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ICreateTonNonceMutation, identitySchema.Exact<{
624
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ICreateEvmNonceMutation, identitySchema.Exact<{
413
625
  [key: string]: never;
414
626
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
415
- useGenerateNewInviteCodesMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IGenerateNewInviteCodesMutation, identitySchema.IGenerateNewInviteCodesMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.IGenerateNewInviteCodesMutation, identitySchema.Exact<{
416
- codesNum: identitySchema.Scalars["Int"];
417
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
418
- useUseInviteCodeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IUseInviteCodeMutation, identitySchema.IUseInviteCodeMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.IUseInviteCodeMutation, identitySchema.Exact<{
419
- inviteCode: identitySchema.Scalars["String"];
420
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
421
- useRemoveWalletMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IRemoveWalletMutation, identitySchema.IRemoveWalletMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.IRemoveWalletMutation, identitySchema.Exact<{
422
- blockchain: identitySchema.Scalars["String"];
423
- address: identitySchema.Scalars["String"];
424
- chainId?: identitySchema.Maybe<identitySchema.Scalars["String"]>;
425
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
426
- useSaveEmailOfJoinerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISaveEmailOfJoinerMutation, identitySchema.ISaveEmailOfJoinerMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ISaveEmailOfJoinerMutation, identitySchema.Exact<{
427
- email: identitySchema.Scalars["String"];
428
- isSubscribed: identitySchema.Scalars["Boolean"];
429
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
430
- useSetMainWalletMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISetMainWalletMutation, identitySchema.ISetMainWalletMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ISetMainWalletMutation, identitySchema.Exact<{
431
- blockchain: identitySchema.Scalars["String"];
432
- address: identitySchema.Scalars["String"];
433
- chainId?: identitySchema.Maybe<identitySchema.Scalars["String"]>;
434
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
435
- useSignInAdminMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInAdminMetamaskMutation, identitySchema.ISignInAdminMetamaskMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ISignInAdminMetamaskMutation, identitySchema.Exact<{
436
- signature: identitySchema.Scalars["String"];
437
- address: identitySchema.Scalars["String"];
438
- chainId: identitySchema.Scalars["String"];
627
+ useCreateNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateNonceMutation, identitySchema.Exact<{
628
+ address: string;
629
+ blockchain: string;
630
+ chainId?: identitySchema.Maybe<string> | undefined;
631
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ICreateNonceMutation, identitySchema.Exact<{
632
+ address: string;
633
+ blockchain: string;
634
+ chainId?: identitySchema.Maybe<string> | undefined;
439
635
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
440
- useSignInElrondMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInElrondMutation, identitySchema.ISignInElrondMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ISignInElrondMutation, identitySchema.Exact<{
441
- signature: identitySchema.Scalars["String"];
442
- address: identitySchema.Scalars["String"];
443
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
444
- useSignInFlowMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInFlowMutation, identitySchema.ISignInFlowMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ISignInFlowMutation, identitySchema.Exact<{
445
- signature: identitySchema.Scalars["String"];
446
- address: identitySchema.Scalars["String"];
447
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
448
- useSignInMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInMetamaskMutation, identitySchema.ISignInMetamaskMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ISignInMetamaskMutation, identitySchema.Exact<{
449
- signature: identitySchema.Scalars["String"];
450
- address: identitySchema.Scalars["String"];
451
- chainId: identitySchema.Scalars["String"];
452
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
453
- useSignInSolanaMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInSolanaMutation, identitySchema.ISignInSolanaMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ISignInSolanaMutation, identitySchema.Exact<{
454
- signature: identitySchema.Scalars["String"];
455
- pubkey: identitySchema.Scalars["String"];
456
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
457
- useSignInTezosMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInTezosMutation, identitySchema.ISignInTezosMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ISignInTezosMutation, identitySchema.Exact<{
458
- signature: identitySchema.Scalars["String"];
459
- pubkey: identitySchema.Scalars["String"];
636
+ useCreateTonNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateTonNonceMutation, identitySchema.Exact<{
637
+ [key: string]: never;
638
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ICreateTonNonceMutation, identitySchema.Exact<{
639
+ [key: string]: never;
460
640
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
461
- useSignInTonMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInTonMutation, identitySchema.ISignInTonMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ISignInTonMutation, identitySchema.Exact<{
641
+ useGenerateNewInviteCodesMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IGenerateNewInviteCodesMutation, identitySchema.Exact<{
642
+ codesNum: number;
643
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IGenerateNewInviteCodesMutation, identitySchema.Exact<{
644
+ codesNum: number;
645
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
646
+ useUseInviteCodeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IUseInviteCodeMutation, identitySchema.Exact<{
647
+ inviteCode: string;
648
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IUseInviteCodeMutation, identitySchema.Exact<{
649
+ inviteCode: string;
650
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
651
+ useRemoveWalletMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IRemoveWalletMutation, identitySchema.Exact<{
652
+ blockchain: string;
653
+ address: string;
654
+ chainId?: identitySchema.Maybe<string> | undefined;
655
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IRemoveWalletMutation, identitySchema.Exact<{
656
+ blockchain: string;
657
+ address: string;
658
+ chainId?: identitySchema.Maybe<string> | undefined;
659
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
660
+ useSaveEmailOfJoinerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISaveEmailOfJoinerMutation, identitySchema.Exact<{
661
+ email: string;
662
+ isSubscribed: boolean;
663
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISaveEmailOfJoinerMutation, identitySchema.Exact<{
664
+ email: string;
665
+ isSubscribed: boolean;
666
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
667
+ useSetMainWalletMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISetMainWalletMutation, identitySchema.Exact<{
668
+ blockchain: string;
669
+ address: string;
670
+ chainId?: identitySchema.Maybe<string> | undefined;
671
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISetMainWalletMutation, identitySchema.Exact<{
672
+ blockchain: string;
673
+ address: string;
674
+ chainId?: identitySchema.Maybe<string> | undefined;
675
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
676
+ useSignInAdminMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInAdminMetamaskMutation, identitySchema.Exact<{
677
+ signature: string;
678
+ address: string;
679
+ chainId: string;
680
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInAdminMetamaskMutation, identitySchema.Exact<{
681
+ signature: string;
682
+ address: string;
683
+ chainId: string;
684
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
685
+ useSignInElrondMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInElrondMutation, identitySchema.Exact<{
686
+ signature: string;
687
+ address: string;
688
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInElrondMutation, identitySchema.Exact<{
689
+ signature: string;
690
+ address: string;
691
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
692
+ useSignInFlowMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInFlowMutation, identitySchema.Exact<{
693
+ signature: string;
694
+ address: string;
695
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInFlowMutation, identitySchema.Exact<{
696
+ signature: string;
697
+ address: string;
698
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
699
+ useSignInMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInMetamaskMutation, identitySchema.Exact<{
700
+ signature: string;
701
+ address: string;
702
+ chainId: string;
703
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInMetamaskMutation, identitySchema.Exact<{
704
+ signature: string;
705
+ address: string;
706
+ chainId: string;
707
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
708
+ useSignInSolanaMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInSolanaMutation, identitySchema.Exact<{
709
+ signature: string;
710
+ pubkey: string;
711
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInSolanaMutation, identitySchema.Exact<{
712
+ signature: string;
713
+ pubkey: string;
714
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
715
+ useSignInTezosMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInTezosMutation, identitySchema.Exact<{
716
+ signature: string;
717
+ pubkey: string;
718
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInTezosMutation, identitySchema.Exact<{
719
+ signature: string;
720
+ pubkey: string;
721
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
722
+ useSignInTonMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInTonMutation, identitySchema.Exact<{
462
723
  request: identitySchema.ICheckTonProofRequest;
463
- restore?: identitySchema.Maybe<identitySchema.Scalars["Boolean"]>;
464
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
465
- useUpdateProfileMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IUpdateProfileMutation, identitySchema.IUpdateProfileMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.IUpdateProfileMutation, identitySchema.Exact<{
466
- username?: identitySchema.Maybe<identitySchema.Scalars["String"]>;
467
- about?: identitySchema.Maybe<identitySchema.Scalars["String"]>;
468
- facebook?: identitySchema.Maybe<identitySchema.Scalars["String"]>;
469
- twitter?: identitySchema.Maybe<identitySchema.Scalars["String"]>;
470
- instagram?: identitySchema.Maybe<identitySchema.Scalars["String"]>;
471
- website?: identitySchema.Maybe<identitySchema.Scalars["String"]>;
472
- showNsfw?: identitySchema.Maybe<identitySchema.Scalars["Boolean"]>;
473
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
474
- useFetchMultiversXAuditQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchMultiversXAuditQuery, identitySchema.IFetchMultiversXAuditQueryVariables>): import("@apollo/client").QueryResult<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
475
- wallet: identitySchema.Scalars["String"];
476
- }>>;
477
- useFetchMultiversXAuditLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchMultiversXAuditQuery, identitySchema.IFetchMultiversXAuditQueryVariables>): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
478
- wallet: identitySchema.Scalars["String"];
479
- }>>;
480
- useFetchMyProfileV2Query(baseOptions?: import("@apollo/client").QueryHookOptions<identitySchema.IFetchMyProfileV2Query, identitySchema.IFetchMyProfileV2QueryVariables>): import("@apollo/client").QueryResult<identitySchema.IFetchMyProfileV2Query, identitySchema.Exact<{
724
+ restore?: identitySchema.Maybe<boolean> | undefined;
725
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInTonMutation, identitySchema.Exact<{
726
+ request: identitySchema.ICheckTonProofRequest;
727
+ restore?: identitySchema.Maybe<boolean> | undefined;
728
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
729
+ useUpdateProfileMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IUpdateProfileMutation, identitySchema.Exact<{
730
+ username?: identitySchema.Maybe<string> | undefined;
731
+ about?: identitySchema.Maybe<string> | undefined;
732
+ facebook?: identitySchema.Maybe<string> | undefined;
733
+ twitter?: identitySchema.Maybe<string> | undefined;
734
+ instagram?: identitySchema.Maybe<string> | undefined;
735
+ website?: identitySchema.Maybe<string> | undefined;
736
+ showNsfw?: identitySchema.Maybe<boolean> | undefined;
737
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IUpdateProfileMutation, identitySchema.Exact<{
738
+ username?: identitySchema.Maybe<string> | undefined;
739
+ about?: identitySchema.Maybe<string> | undefined;
740
+ facebook?: identitySchema.Maybe<string> | undefined;
741
+ twitter?: identitySchema.Maybe<string> | undefined;
742
+ instagram?: identitySchema.Maybe<string> | undefined;
743
+ website?: identitySchema.Maybe<string> | undefined;
744
+ showNsfw?: identitySchema.Maybe<boolean> | undefined;
745
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
746
+ useFetchMultiversXAuditQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
747
+ wallet: string;
748
+ }>>): import("@apollo/client").QueryResult<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
749
+ wallet: string;
750
+ }>>;
751
+ useFetchMultiversXAuditLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
752
+ wallet: string;
753
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
754
+ wallet: string;
755
+ }>>;
756
+ useFetchMyProfileV2Query(baseOptions?: import("@apollo/client").QueryHookOptions<identitySchema.IFetchMyProfileV2Query, identitySchema.Exact<{
757
+ [key: string]: never;
758
+ }>> | undefined): import("@apollo/client").QueryResult<identitySchema.IFetchMyProfileV2Query, identitySchema.Exact<{
481
759
  [key: string]: never;
482
760
  }>>;
483
- useFetchMyProfileV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchMyProfileV2Query, identitySchema.IFetchMyProfileV2QueryVariables>): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchMyProfileV2Query, identitySchema.Exact<{
761
+ useFetchMyProfileV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchMyProfileV2Query, identitySchema.Exact<{
762
+ [key: string]: never;
763
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchMyProfileV2Query, identitySchema.Exact<{
484
764
  [key: string]: never;
485
765
  }>>;
486
- useFetchProfileQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.IFetchProfileQueryVariables>): import("@apollo/client").QueryResult<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
487
- userId: identitySchema.Scalars["ID"];
766
+ useFetchProfileQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
767
+ userId: string;
768
+ }>>): import("@apollo/client").QueryResult<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
769
+ userId: string;
488
770
  }>>;
489
- useFetchProfileLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.IFetchProfileQueryVariables>): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
490
- userId: identitySchema.Scalars["ID"];
771
+ useFetchProfileLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
772
+ userId: string;
773
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
774
+ userId: string;
491
775
  }>>;
492
- useFetchUserWalletsQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.IFetchUserWalletsQueryVariables>): import("@apollo/client").QueryResult<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
493
- userId: identitySchema.Scalars["ID"];
776
+ useFetchUserWalletsQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
777
+ userId: string;
778
+ }>>): import("@apollo/client").QueryResult<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
779
+ userId: string;
494
780
  }>>;
495
- useFetchUserWalletsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.IFetchUserWalletsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
496
- userId: identitySchema.Scalars["ID"];
781
+ useFetchUserWalletsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
782
+ userId: string;
783
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
784
+ userId: string;
497
785
  }>>;
498
786
  IRole: typeof identitySchema.IRole;
499
787
  AddWalletElrondDocument: import("graphql").DocumentNode;
@@ -522,91 +810,157 @@ declare const schema: {
522
810
  FetchMyProfileV2Document: import("graphql").DocumentNode;
523
811
  FetchProfileDocument: import("graphql").DocumentNode;
524
812
  FetchUserWalletsDocument: import("graphql").DocumentNode;
525
- useAddAssetsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddAssetsToGalleryV2Mutation, galleriesSchema.IAddAssetsToGalleryV2MutationVariables>): import("@apollo/client").MutationTuple<galleriesSchema.IAddAssetsToGalleryV2Mutation, galleriesSchema.Exact<{
526
- galleryId: galleriesSchema.Scalars["ID"];
527
- assetIds: Array<galleriesSchema.Scalars["String"]>;
528
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
529
- useAddCollectionsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddCollectionsToGalleryV2Mutation, galleriesSchema.IAddCollectionsToGalleryV2MutationVariables>): import("@apollo/client").MutationTuple<galleriesSchema.IAddCollectionsToGalleryV2Mutation, galleriesSchema.Exact<{
530
- galleryId: galleriesSchema.Scalars["ID"];
531
- collectionIds: Array<galleriesSchema.Scalars["String"]>;
532
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
533
- useAddCreationsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddCreationsToGalleryV2Mutation, galleriesSchema.IAddCreationsToGalleryV2MutationVariables>): import("@apollo/client").MutationTuple<galleriesSchema.IAddCreationsToGalleryV2Mutation, galleriesSchema.Exact<{
534
- galleryId: galleriesSchema.Scalars["ID"];
535
- creationIds: Array<galleriesSchema.Scalars["String"]>;
536
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
537
- useCreateFavoriteListV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.ICreateFavoriteListV2Mutation, galleriesSchema.ICreateFavoriteListV2MutationVariables>): import("@apollo/client").MutationTuple<galleriesSchema.ICreateFavoriteListV2Mutation, galleriesSchema.Exact<{
538
- name: galleriesSchema.Scalars["String"];
539
- description?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
540
- publicAccessible?: galleriesSchema.Maybe<galleriesSchema.Scalars["Boolean"]>;
541
- creationIds?: galleriesSchema.Maybe<Array<galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>>>;
542
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
543
- useCreateGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.ICreateGalleryV2Mutation, galleriesSchema.ICreateGalleryV2MutationVariables>): import("@apollo/client").MutationTuple<galleriesSchema.ICreateGalleryV2Mutation, galleriesSchema.Exact<{
544
- name: galleriesSchema.Scalars["String"];
545
- description?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
546
- publicAccessible?: galleriesSchema.Maybe<galleriesSchema.Scalars["Boolean"]>;
547
- creationIds?: galleriesSchema.Maybe<Array<galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>>>;
548
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
549
- useDeleteGalleryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IDeleteGalleryMutation, galleriesSchema.IDeleteGalleryMutationVariables>): import("@apollo/client").MutationTuple<galleriesSchema.IDeleteGalleryMutation, galleriesSchema.Exact<{
550
- galleryId: galleriesSchema.Scalars["ID"];
551
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
552
- useEditGalleryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IEditGalleryMutation, galleriesSchema.IEditGalleryMutationVariables>): import("@apollo/client").MutationTuple<galleriesSchema.IEditGalleryMutation, galleriesSchema.Exact<{
553
- galleryId: galleriesSchema.Scalars["ID"];
554
- name?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
555
- description?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
556
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
557
- useRemoveAssetFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveAssetFromGalleryV2Mutation, galleriesSchema.IRemoveAssetFromGalleryV2MutationVariables>): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveAssetFromGalleryV2Mutation, galleriesSchema.Exact<{
558
- galleryId: galleriesSchema.Scalars["ID"];
559
- assetId: galleriesSchema.Scalars["String"];
560
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
561
- useRemoveCollectionFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveCollectionFromGalleryV2Mutation, galleriesSchema.IRemoveCollectionFromGalleryV2MutationVariables>): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveCollectionFromGalleryV2Mutation, galleriesSchema.Exact<{
562
- galleryId: galleriesSchema.Scalars["ID"];
563
- collectionId: galleriesSchema.Scalars["String"];
564
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
565
- useRemoveCreationFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveCreationFromGalleryV2Mutation, galleriesSchema.IRemoveCreationFromGalleryV2MutationVariables>): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveCreationFromGalleryV2Mutation, galleriesSchema.Exact<{
566
- galleryId: galleriesSchema.Scalars["ID"];
567
- creationId: galleriesSchema.Scalars["String"];
568
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
569
- useFetchGalleryV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.IFetchGalleryV2QueryVariables>): import("@apollo/client").QueryResult<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
570
- galleryId: galleriesSchema.Scalars["String"];
571
- }>>;
572
- useFetchGalleryV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.IFetchGalleryV2QueryVariables>): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
573
- galleryId: galleriesSchema.Scalars["String"];
574
- }>>;
575
- useFetchMyFavoritesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.IFetchMyFavoritesV2QueryVariables>): import("@apollo/client").QueryResult<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
576
- pageSize: galleriesSchema.Scalars["Int"];
577
- pageToken?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
578
- }>>;
579
- useFetchMyFavoritesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.IFetchMyFavoritesV2QueryVariables>): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
580
- pageSize: galleriesSchema.Scalars["Int"];
581
- pageToken?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
582
- }>>;
583
- useFetchMyGalleriesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.IFetchMyGalleriesV2QueryVariables>): import("@apollo/client").QueryResult<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
584
- pageSize: galleriesSchema.Scalars["Int"];
585
- pageToken?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
586
- }>>;
587
- useFetchMyGalleriesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.IFetchMyGalleriesV2QueryVariables>): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
588
- pageSize: galleriesSchema.Scalars["Int"];
589
- pageToken?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
590
- }>>;
591
- useFetchUserFavoritesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.IFetchUserFavoritesV2QueryVariables>): import("@apollo/client").QueryResult<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
592
- userId: galleriesSchema.Scalars["ID"];
593
- pageSize: galleriesSchema.Scalars["Int"];
594
- pageToken?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
595
- }>>;
596
- useFetchUserFavoritesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.IFetchUserFavoritesV2QueryVariables>): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
597
- userId: galleriesSchema.Scalars["ID"];
598
- pageSize: galleriesSchema.Scalars["Int"];
599
- pageToken?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
600
- }>>;
601
- useFetchUserGalleriesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.IFetchUserGalleriesV2QueryVariables>): import("@apollo/client").QueryResult<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
602
- userId: galleriesSchema.Scalars["ID"];
603
- pageSize: galleriesSchema.Scalars["Int"];
604
- pageToken?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
605
- }>>;
606
- useFetchUserGalleriesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.IFetchUserGalleriesV2QueryVariables>): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
607
- userId: galleriesSchema.Scalars["ID"];
608
- pageSize: galleriesSchema.Scalars["Int"];
609
- pageToken?: galleriesSchema.Maybe<galleriesSchema.Scalars["String"]>;
813
+ useAddAssetsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddAssetsToGalleryV2Mutation, galleriesSchema.Exact<{
814
+ galleryId: string;
815
+ assetIds: string[];
816
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IAddAssetsToGalleryV2Mutation, galleriesSchema.Exact<{
817
+ galleryId: string;
818
+ assetIds: string[];
819
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
820
+ useAddCollectionsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddCollectionsToGalleryV2Mutation, galleriesSchema.Exact<{
821
+ galleryId: string;
822
+ collectionIds: string[];
823
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IAddCollectionsToGalleryV2Mutation, galleriesSchema.Exact<{
824
+ galleryId: string;
825
+ collectionIds: string[];
826
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
827
+ useAddCreationsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddCreationsToGalleryV2Mutation, galleriesSchema.Exact<{
828
+ galleryId: string;
829
+ creationIds: string[];
830
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IAddCreationsToGalleryV2Mutation, galleriesSchema.Exact<{
831
+ galleryId: string;
832
+ creationIds: string[];
833
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
834
+ useCreateFavoriteListV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.ICreateFavoriteListV2Mutation, galleriesSchema.Exact<{
835
+ name: string;
836
+ description?: galleriesSchema.Maybe<string> | undefined;
837
+ publicAccessible?: galleriesSchema.Maybe<boolean> | undefined;
838
+ creationIds?: galleriesSchema.Maybe<galleriesSchema.Maybe<string>[]> | undefined;
839
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.ICreateFavoriteListV2Mutation, galleriesSchema.Exact<{
840
+ name: string;
841
+ description?: galleriesSchema.Maybe<string> | undefined;
842
+ publicAccessible?: galleriesSchema.Maybe<boolean> | undefined;
843
+ creationIds?: galleriesSchema.Maybe<galleriesSchema.Maybe<string>[]> | undefined;
844
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
845
+ useCreateGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.ICreateGalleryV2Mutation, galleriesSchema.Exact<{
846
+ name: string;
847
+ description?: galleriesSchema.Maybe<string> | undefined;
848
+ publicAccessible?: galleriesSchema.Maybe<boolean> | undefined;
849
+ creationIds?: galleriesSchema.Maybe<galleriesSchema.Maybe<string>[]> | undefined;
850
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.ICreateGalleryV2Mutation, galleriesSchema.Exact<{
851
+ name: string;
852
+ description?: galleriesSchema.Maybe<string> | undefined;
853
+ publicAccessible?: galleriesSchema.Maybe<boolean> | undefined;
854
+ creationIds?: galleriesSchema.Maybe<galleriesSchema.Maybe<string>[]> | undefined;
855
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
856
+ useDeleteGalleryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IDeleteGalleryMutation, galleriesSchema.Exact<{
857
+ galleryId: string;
858
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IDeleteGalleryMutation, galleriesSchema.Exact<{
859
+ galleryId: string;
860
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
861
+ useEditGalleryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IEditGalleryMutation, galleriesSchema.Exact<{
862
+ galleryId: string;
863
+ name?: galleriesSchema.Maybe<string> | undefined;
864
+ description?: galleriesSchema.Maybe<string> | undefined;
865
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IEditGalleryMutation, galleriesSchema.Exact<{
866
+ galleryId: string;
867
+ name?: galleriesSchema.Maybe<string> | undefined;
868
+ description?: galleriesSchema.Maybe<string> | undefined;
869
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
870
+ useRemoveAssetFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveAssetFromGalleryV2Mutation, galleriesSchema.Exact<{
871
+ galleryId: string;
872
+ assetId: string;
873
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveAssetFromGalleryV2Mutation, galleriesSchema.Exact<{
874
+ galleryId: string;
875
+ assetId: string;
876
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
877
+ useRemoveCollectionFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveCollectionFromGalleryV2Mutation, galleriesSchema.Exact<{
878
+ galleryId: string;
879
+ collectionId: string;
880
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveCollectionFromGalleryV2Mutation, galleriesSchema.Exact<{
881
+ galleryId: string;
882
+ collectionId: string;
883
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
884
+ useRemoveCreationFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveCreationFromGalleryV2Mutation, galleriesSchema.Exact<{
885
+ galleryId: string;
886
+ creationId: string;
887
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveCreationFromGalleryV2Mutation, galleriesSchema.Exact<{
888
+ galleryId: string;
889
+ creationId: string;
890
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
891
+ useFetchGalleryV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
892
+ galleryId: string;
893
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
894
+ galleryId: string;
895
+ }>>;
896
+ useFetchGalleryV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
897
+ galleryId: string;
898
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
899
+ galleryId: string;
900
+ }>>;
901
+ useFetchMyFavoritesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
902
+ pageSize: number;
903
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
904
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
905
+ pageSize: number;
906
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
907
+ }>>;
908
+ useFetchMyFavoritesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
909
+ pageSize: number;
910
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
911
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
912
+ pageSize: number;
913
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
914
+ }>>;
915
+ useFetchMyGalleriesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
916
+ pageSize: number;
917
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
918
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
919
+ pageSize: number;
920
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
921
+ }>>;
922
+ useFetchMyGalleriesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
923
+ pageSize: number;
924
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
925
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
926
+ pageSize: number;
927
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
928
+ }>>;
929
+ useFetchUserFavoritesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
930
+ userId: string;
931
+ pageSize: number;
932
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
933
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
934
+ userId: string;
935
+ pageSize: number;
936
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
937
+ }>>;
938
+ useFetchUserFavoritesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
939
+ userId: string;
940
+ pageSize: number;
941
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
942
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
943
+ userId: string;
944
+ pageSize: number;
945
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
946
+ }>>;
947
+ useFetchUserGalleriesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
948
+ userId: string;
949
+ pageSize: number;
950
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
951
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
952
+ userId: string;
953
+ pageSize: number;
954
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
955
+ }>>;
956
+ useFetchUserGalleriesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
957
+ userId: string;
958
+ pageSize: number;
959
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
960
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
961
+ userId: string;
962
+ pageSize: number;
963
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
610
964
  }>>;
611
965
  AddAssetsToGalleryV2Document: import("graphql").DocumentNode;
612
966
  AddCollectionsToGalleryV2Document: import("graphql").DocumentNode;
@@ -623,71 +977,120 @@ declare const schema: {
623
977
  FetchMyGalleriesV2Document: import("graphql").DocumentNode;
624
978
  FetchUserFavoritesV2Document: import("graphql").DocumentNode;
625
979
  FetchUserGalleriesV2Document: import("graphql").DocumentNode;
626
- useHideOpportunityV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IHideOpportunityV2Mutation, extensionSchema.IHideOpportunityV2MutationVariables>): import("@apollo/client").MutationTuple<extensionSchema.IHideOpportunityV2Mutation, extensionSchema.Exact<{
627
- opportunityId: extensionSchema.Scalars["ID"];
628
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
629
- useOpenOpportunityV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IOpenOpportunityV2Mutation, extensionSchema.IOpenOpportunityV2MutationVariables>): import("@apollo/client").MutationTuple<extensionSchema.IOpenOpportunityV2Mutation, extensionSchema.Exact<{
630
- opportunityId: extensionSchema.Scalars["ID"];
631
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
632
- useVisitPageV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IVisitPageV2Mutation, extensionSchema.IVisitPageV2MutationVariables>): import("@apollo/client").MutationTuple<extensionSchema.IVisitPageV2Mutation, extensionSchema.Exact<{
633
- domain: extensionSchema.Scalars["String"];
634
- title: extensionSchema.Scalars["String"];
635
- description?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
636
- tags?: extensionSchema.Maybe<Array<extensionSchema.Maybe<extensionSchema.Scalars["String"]>>>;
637
- brandId?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
638
- categoryId?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
639
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
640
- useFetchCollectionRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.IFetchCollectionRanksQueryVariables>): import("@apollo/client").QueryResult<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
641
- collectionKeys: Array<extensionSchema.ICollectionKey>;
642
- }>>;
643
- useFetchCollectionRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.IFetchCollectionRanksQueryVariables>): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
644
- collectionKeys: Array<extensionSchema.ICollectionKey>;
645
- }>>;
646
- useFetchExtensionBrandsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.IFetchExtensionBrandsQueryVariables>): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
980
+ useHideOpportunityV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IHideOpportunityV2Mutation, extensionSchema.Exact<{
981
+ opportunityId: string;
982
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<extensionSchema.IHideOpportunityV2Mutation, extensionSchema.Exact<{
983
+ opportunityId: string;
984
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
985
+ useOpenOpportunityV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IOpenOpportunityV2Mutation, extensionSchema.Exact<{
986
+ opportunityId: string;
987
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<extensionSchema.IOpenOpportunityV2Mutation, extensionSchema.Exact<{
988
+ opportunityId: string;
989
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
990
+ useVisitPageV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IVisitPageV2Mutation, extensionSchema.Exact<{
991
+ domain: string;
992
+ title: string;
993
+ description?: extensionSchema.Maybe<string> | undefined;
994
+ tags?: extensionSchema.Maybe<extensionSchema.Maybe<string>[]> | undefined;
995
+ brandId?: extensionSchema.Maybe<string> | undefined;
996
+ categoryId?: extensionSchema.Maybe<string> | undefined;
997
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<extensionSchema.IVisitPageV2Mutation, extensionSchema.Exact<{
998
+ domain: string;
999
+ title: string;
1000
+ description?: extensionSchema.Maybe<string> | undefined;
1001
+ tags?: extensionSchema.Maybe<extensionSchema.Maybe<string>[]> | undefined;
1002
+ brandId?: extensionSchema.Maybe<string> | undefined;
1003
+ categoryId?: extensionSchema.Maybe<string> | undefined;
1004
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1005
+ useFetchCollectionRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
1006
+ collectionKeys: extensionSchema.ICollectionKey[];
1007
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
1008
+ collectionKeys: extensionSchema.ICollectionKey[];
1009
+ }>>;
1010
+ useFetchCollectionRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
1011
+ collectionKeys: extensionSchema.ICollectionKey[];
1012
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
1013
+ collectionKeys: extensionSchema.ICollectionKey[];
1014
+ }>>;
1015
+ useFetchExtensionBrandsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
647
1016
  [key: string]: never;
648
- }>>;
649
- useFetchExtensionBrandsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.IFetchExtensionBrandsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
1017
+ }>> | undefined): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
650
1018
  [key: string]: never;
651
1019
  }>>;
652
- useFetchExtensionCategoriesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.IFetchExtensionCategoriesQueryVariables>): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
1020
+ useFetchExtensionBrandsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
653
1021
  [key: string]: never;
654
- }>>;
655
- useFetchExtensionCategoriesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.IFetchExtensionCategoriesQueryVariables>): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
1022
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
656
1023
  [key: string]: never;
657
1024
  }>>;
658
- useFetchExtensionOpportunitiesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.IFetchExtensionOpportunitiesV2QueryVariables>): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
659
- domain: extensionSchema.Scalars["String"];
660
- brandId?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
661
- categoryId?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
662
- }>>;
663
- useFetchExtensionOpportunitiesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.IFetchExtensionOpportunitiesV2QueryVariables>): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
664
- domain: extensionSchema.Scalars["String"];
665
- brandId?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
666
- categoryId?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
667
- }>>;
668
- useFetchNftDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchNftDataQuery, extensionSchema.IFetchNftDataQueryVariables>): import("@apollo/client").QueryResult<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
669
- blockchain: extensionSchema.Scalars["String"];
670
- contractAddress?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
671
- tokenId?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
672
- elrondId?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
673
- }>>;
674
- useFetchNftDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchNftDataQuery, extensionSchema.IFetchNftDataQueryVariables>): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
675
- blockchain: extensionSchema.Scalars["String"];
676
- contractAddress?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
677
- tokenId?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
678
- elrondId?: extensionSchema.Maybe<extensionSchema.Scalars["String"]>;
679
- }>>;
680
- useFetchNftRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchNftRanksQuery, extensionSchema.IFetchNftRanksQueryVariables>): import("@apollo/client").QueryResult<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
681
- nftKeys: Array<extensionSchema.INftKey>;
682
- }>>;
683
- useFetchNftRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchNftRanksQuery, extensionSchema.IFetchNftRanksQueryVariables>): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
684
- nftKeys: Array<extensionSchema.INftKey>;
1025
+ useFetchExtensionCategoriesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
1026
+ [key: string]: never;
1027
+ }>> | undefined): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
1028
+ [key: string]: never;
685
1029
  }>>;
686
- useFetchWalletRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchWalletRanksQuery, extensionSchema.IFetchWalletRanksQueryVariables>): import("@apollo/client").QueryResult<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
687
- wallets: Array<extensionSchema.Scalars["String"]>;
1030
+ useFetchExtensionCategoriesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
1031
+ [key: string]: never;
1032
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
1033
+ [key: string]: never;
688
1034
  }>>;
689
- useFetchWalletRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchWalletRanksQuery, extensionSchema.IFetchWalletRanksQueryVariables>): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
690
- wallets: Array<extensionSchema.Scalars["String"]>;
1035
+ useFetchExtensionOpportunitiesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
1036
+ domain: string;
1037
+ brandId?: extensionSchema.Maybe<string> | undefined;
1038
+ categoryId?: extensionSchema.Maybe<string> | undefined;
1039
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
1040
+ domain: string;
1041
+ brandId?: extensionSchema.Maybe<string> | undefined;
1042
+ categoryId?: extensionSchema.Maybe<string> | undefined;
1043
+ }>>;
1044
+ useFetchExtensionOpportunitiesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
1045
+ domain: string;
1046
+ brandId?: extensionSchema.Maybe<string> | undefined;
1047
+ categoryId?: extensionSchema.Maybe<string> | undefined;
1048
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
1049
+ domain: string;
1050
+ brandId?: extensionSchema.Maybe<string> | undefined;
1051
+ categoryId?: extensionSchema.Maybe<string> | undefined;
1052
+ }>>;
1053
+ useFetchNftDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
1054
+ blockchain: string;
1055
+ contractAddress?: extensionSchema.Maybe<string> | undefined;
1056
+ tokenId?: extensionSchema.Maybe<string> | undefined;
1057
+ elrondId?: extensionSchema.Maybe<string> | undefined;
1058
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
1059
+ blockchain: string;
1060
+ contractAddress?: extensionSchema.Maybe<string> | undefined;
1061
+ tokenId?: extensionSchema.Maybe<string> | undefined;
1062
+ elrondId?: extensionSchema.Maybe<string> | undefined;
1063
+ }>>;
1064
+ useFetchNftDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
1065
+ blockchain: string;
1066
+ contractAddress?: extensionSchema.Maybe<string> | undefined;
1067
+ tokenId?: extensionSchema.Maybe<string> | undefined;
1068
+ elrondId?: extensionSchema.Maybe<string> | undefined;
1069
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
1070
+ blockchain: string;
1071
+ contractAddress?: extensionSchema.Maybe<string> | undefined;
1072
+ tokenId?: extensionSchema.Maybe<string> | undefined;
1073
+ elrondId?: extensionSchema.Maybe<string> | undefined;
1074
+ }>>;
1075
+ useFetchNftRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
1076
+ nftKeys: extensionSchema.INftKey[];
1077
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
1078
+ nftKeys: extensionSchema.INftKey[];
1079
+ }>>;
1080
+ useFetchNftRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
1081
+ nftKeys: extensionSchema.INftKey[];
1082
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
1083
+ nftKeys: extensionSchema.INftKey[];
1084
+ }>>;
1085
+ useFetchWalletRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
1086
+ wallets: string[];
1087
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
1088
+ wallets: string[];
1089
+ }>>;
1090
+ useFetchWalletRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
1091
+ wallets: string[];
1092
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
1093
+ wallets: string[];
691
1094
  }>>;
692
1095
  HideOpportunityV2Document: import("graphql").DocumentNode;
693
1096
  OpenOpportunityV2Document: import("graphql").DocumentNode;
@@ -699,61 +1102,79 @@ declare const schema: {
699
1102
  FetchNftDataDocument: import("graphql").DocumentNode;
700
1103
  FetchNftRanksDocument: import("graphql").DocumentNode;
701
1104
  FetchWalletRanksDocument: import("graphql").DocumentNode;
702
- useFetchMyExperienceV2Query(baseOptions?: import("@apollo/client").QueryHookOptions<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.IFetchMyExperienceV2QueryVariables>): import("@apollo/client").QueryResult<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
1105
+ useFetchMyExperienceV2Query(baseOptions?: import("@apollo/client").QueryHookOptions<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
1106
+ [key: string]: never;
1107
+ }>> | undefined): import("@apollo/client").QueryResult<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
703
1108
  [key: string]: never;
704
1109
  }>>;
705
- useFetchMyExperienceV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.IFetchMyExperienceV2QueryVariables>): import("@apollo/client").LazyQueryResultTuple<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
1110
+ useFetchMyExperienceV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
1111
+ [key: string]: never;
1112
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
706
1113
  [key: string]: never;
707
1114
  }>>;
708
- useFetchMyTasksQuery(baseOptions?: import("@apollo/client").QueryHookOptions<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.IFetchMyTasksQueryVariables>): import("@apollo/client").QueryResult<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
1115
+ useFetchMyTasksQuery(baseOptions?: import("@apollo/client").QueryHookOptions<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
1116
+ [key: string]: never;
1117
+ }>> | undefined): import("@apollo/client").QueryResult<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
709
1118
  [key: string]: never;
710
1119
  }>>;
711
- useFetchMyTasksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.IFetchMyTasksQueryVariables>): import("@apollo/client").LazyQueryResultTuple<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
1120
+ useFetchMyTasksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
1121
+ [key: string]: never;
1122
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
712
1123
  [key: string]: never;
713
1124
  }>>;
714
- useOnCommonOpportunityNotificationSubscription(baseOptions?: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnCommonOpportunityNotificationSubscription, experiencesSchema.IOnCommonOpportunityNotificationSubscriptionVariables>): {
1125
+ useOnCommonOpportunityNotificationSubscription(baseOptions?: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnCommonOpportunityNotificationSubscription, experiencesSchema.Exact<{
1126
+ [key: string]: never;
1127
+ }>> | undefined): {
715
1128
  restart(): void;
716
1129
  loading: boolean;
717
1130
  data?: experiencesSchema.IOnCommonOpportunityNotificationSubscription | undefined;
718
- error?: import("@apollo/client").ApolloError;
1131
+ error?: import("@apollo/client").ApolloError | undefined;
719
1132
  variables?: experiencesSchema.Exact<{
720
1133
  [key: string]: never;
721
1134
  }> | undefined;
722
1135
  };
723
- useOnInviteCodeUsedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnInviteCodeUsedSubscription, experiencesSchema.IOnInviteCodeUsedSubscriptionVariables>): {
1136
+ useOnInviteCodeUsedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnInviteCodeUsedSubscription, experiencesSchema.Exact<{
1137
+ authToken: string;
1138
+ }>>): {
724
1139
  restart(): void;
725
1140
  loading: boolean;
726
1141
  data?: experiencesSchema.IOnInviteCodeUsedSubscription | undefined;
727
- error?: import("@apollo/client").ApolloError;
1142
+ error?: import("@apollo/client").ApolloError | undefined;
728
1143
  variables?: experiencesSchema.Exact<{
729
- authToken: experiencesSchema.Scalars["String"];
1144
+ authToken: string;
730
1145
  }> | undefined;
731
1146
  };
732
- useOnMyExperienceIncrementedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceIncrementedSubscription, experiencesSchema.IOnMyExperienceIncrementedSubscriptionVariables>): {
1147
+ useOnMyExperienceIncrementedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceIncrementedSubscription, experiencesSchema.Exact<{
1148
+ authToken: string;
1149
+ }>>): {
733
1150
  restart(): void;
734
1151
  loading: boolean;
735
1152
  data?: experiencesSchema.IOnMyExperienceIncrementedSubscription | undefined;
736
- error?: import("@apollo/client").ApolloError;
1153
+ error?: import("@apollo/client").ApolloError | undefined;
737
1154
  variables?: experiencesSchema.Exact<{
738
- authToken: experiencesSchema.Scalars["String"];
1155
+ authToken: string;
739
1156
  }> | undefined;
740
1157
  };
741
- useOnMyExperienceUpdatedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceUpdatedSubscription, experiencesSchema.IOnMyExperienceUpdatedSubscriptionVariables>): {
1158
+ useOnMyExperienceUpdatedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceUpdatedSubscription, experiencesSchema.Exact<{
1159
+ authToken: string;
1160
+ }>>): {
742
1161
  restart(): void;
743
1162
  loading: boolean;
744
1163
  data?: experiencesSchema.IOnMyExperienceUpdatedSubscription | undefined;
745
- error?: import("@apollo/client").ApolloError;
1164
+ error?: import("@apollo/client").ApolloError | undefined;
746
1165
  variables?: experiencesSchema.Exact<{
747
- authToken: experiencesSchema.Scalars["String"];
1166
+ authToken: string;
748
1167
  }> | undefined;
749
1168
  };
750
- useOnUserOpportunityNotificationSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnUserOpportunityNotificationSubscription, experiencesSchema.IOnUserOpportunityNotificationSubscriptionVariables>): {
1169
+ useOnUserOpportunityNotificationSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnUserOpportunityNotificationSubscription, experiencesSchema.Exact<{
1170
+ authToken: string;
1171
+ }>>): {
751
1172
  restart(): void;
752
1173
  loading: boolean;
753
1174
  data?: experiencesSchema.IOnUserOpportunityNotificationSubscription | undefined;
754
- error?: import("@apollo/client").ApolloError;
1175
+ error?: import("@apollo/client").ApolloError | undefined;
755
1176
  variables?: experiencesSchema.Exact<{
756
- authToken: experiencesSchema.Scalars["String"];
1177
+ authToken: string;
757
1178
  }> | undefined;
758
1179
  };
759
1180
  FetchMyExperienceV2Document: import("graphql").DocumentNode;
@@ -763,307 +1184,533 @@ declare const schema: {
763
1184
  OnMyExperienceIncrementedDocument: import("graphql").DocumentNode;
764
1185
  OnMyExperienceUpdatedDocument: import("graphql").DocumentNode;
765
1186
  OnUserOpportunityNotificationDocument: import("graphql").DocumentNode;
766
- useDislikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.IDislikeCollectionMutationVariables>): import("@apollo/client").MutationTuple<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.Exact<{
767
- collectionId: collectionsSchema.Scalars["String"];
1187
+ useDislikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.Exact<{
1188
+ collectionId: string;
1189
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.Exact<{
1190
+ collectionId: string;
768
1191
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
769
- useLikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.ILikeCollectionMutation, collectionsSchema.ILikeCollectionMutationVariables>): import("@apollo/client").MutationTuple<collectionsSchema.ILikeCollectionMutation, collectionsSchema.Exact<{
770
- collectionId: collectionsSchema.Scalars["String"];
1192
+ useLikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.ILikeCollectionMutation, collectionsSchema.Exact<{
1193
+ collectionId: string;
1194
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<collectionsSchema.ILikeCollectionMutation, collectionsSchema.Exact<{
1195
+ collectionId: string;
771
1196
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
772
1197
  DislikeCollectionDocument: import("graphql").DocumentNode;
773
1198
  LikeCollectionDocument: import("graphql").DocumentNode;
774
- useRefreshTokenMutation(baseOptions?: import("@apollo/client").MutationHookOptions<authSchema.IRefreshTokenMutation, authSchema.IRefreshTokenMutationVariables>): import("@apollo/client").MutationTuple<authSchema.IRefreshTokenMutation, authSchema.Exact<{
775
- refreshToken: authSchema.Scalars["String"];
776
- showNsfw?: authSchema.Maybe<authSchema.Scalars["Boolean"]>;
777
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
778
- useRevokeTokenMutation(baseOptions?: import("@apollo/client").MutationHookOptions<authSchema.IRevokeTokenMutation, authSchema.IRevokeTokenMutationVariables>): import("@apollo/client").MutationTuple<authSchema.IRevokeTokenMutation, authSchema.Exact<{
1199
+ useRefreshTokenMutation(baseOptions?: import("@apollo/client").MutationHookOptions<authSchema.IRefreshTokenMutation, authSchema.Exact<{
1200
+ refreshToken: string;
1201
+ showNsfw?: authSchema.Maybe<boolean> | undefined;
1202
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<authSchema.IRefreshTokenMutation, authSchema.Exact<{
1203
+ refreshToken: string;
1204
+ showNsfw?: authSchema.Maybe<boolean> | undefined;
1205
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1206
+ useRevokeTokenMutation(baseOptions?: import("@apollo/client").MutationHookOptions<authSchema.IRevokeTokenMutation, authSchema.Exact<{
1207
+ [key: string]: never;
1208
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<authSchema.IRevokeTokenMutation, authSchema.Exact<{
779
1209
  [key: string]: never;
780
1210
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
781
1211
  RefreshTokenDocument: import("graphql").DocumentNode;
782
1212
  RevokeTokenDocument: import("graphql").DocumentNode;
783
- useDislikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.IDislikeAssetMutation, assetSchema.IDislikeAssetMutationVariables>): import("@apollo/client").MutationTuple<assetSchema.IDislikeAssetMutation, assetSchema.Exact<{
784
- assetId: assetSchema.Scalars["String"];
1213
+ useDislikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.IDislikeAssetMutation, assetSchema.Exact<{
1214
+ assetId: string;
1215
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<assetSchema.IDislikeAssetMutation, assetSchema.Exact<{
1216
+ assetId: string;
785
1217
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
786
- useLikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.ILikeAssetMutation, assetSchema.ILikeAssetMutationVariables>): import("@apollo/client").MutationTuple<assetSchema.ILikeAssetMutation, assetSchema.Exact<{
787
- assetId: assetSchema.Scalars["String"];
1218
+ useLikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.ILikeAssetMutation, assetSchema.Exact<{
1219
+ assetId: string;
1220
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<assetSchema.ILikeAssetMutation, assetSchema.Exact<{
1221
+ assetId: string;
788
1222
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
789
1223
  DislikeAssetDocument: import("graphql").DocumentNode;
790
1224
  LikeAssetDocument: import("graphql").DocumentNode;
791
- useCreateReferralTypeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateReferralTypeMutation, adminSchema.ICreateReferralTypeMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.ICreateReferralTypeMutation, adminSchema.Exact<{
1225
+ useCreateReferralTypeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateReferralTypeMutation, adminSchema.Exact<{
1226
+ input: adminSchema.IReferralTypeInput;
1227
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateReferralTypeMutation, adminSchema.Exact<{
792
1228
  input: adminSchema.IReferralTypeInput;
793
1229
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
794
- useCreateTierMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateTierMutation, adminSchema.ICreateTierMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.ICreateTierMutation, adminSchema.Exact<{
1230
+ useCreateTierMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateTierMutation, adminSchema.Exact<{
1231
+ input: adminSchema.ITierInput;
1232
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateTierMutation, adminSchema.Exact<{
795
1233
  input: adminSchema.ITierInput;
796
1234
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
797
- useTriggerOpportunityNotificationMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ITriggerOpportunityNotificationMutation, adminSchema.ITriggerOpportunityNotificationMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.ITriggerOpportunityNotificationMutation, adminSchema.Exact<{
798
- opportunityId: adminSchema.Scalars["ID"];
799
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
800
- useUpdateInviteCodeUsagesLimitMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateInviteCodeUsagesLimitMutation, adminSchema.IUpdateInviteCodeUsagesLimitMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateInviteCodeUsagesLimitMutation, adminSchema.Exact<{
801
- code: adminSchema.Scalars["String"];
802
- usagesLimit: adminSchema.Scalars["Int"];
803
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
804
- useUpdateOpportunityPushStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateOpportunityPushStatusMutation, adminSchema.IUpdateOpportunityPushStatusMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateOpportunityPushStatusMutation, adminSchema.Exact<{
805
- opportunityId: adminSchema.Scalars["ID"];
806
- isActive: adminSchema.Scalars["Boolean"];
807
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
808
- useUpdateReferralTypeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateReferralTypeMutation, adminSchema.IUpdateReferralTypeMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateReferralTypeMutation, adminSchema.Exact<{
809
- id: adminSchema.Scalars["ID"];
1235
+ useTriggerOpportunityNotificationMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ITriggerOpportunityNotificationMutation, adminSchema.Exact<{
1236
+ opportunityId: string;
1237
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ITriggerOpportunityNotificationMutation, adminSchema.Exact<{
1238
+ opportunityId: string;
1239
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1240
+ useUpdateInviteCodeUsagesLimitMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateInviteCodeUsagesLimitMutation, adminSchema.Exact<{
1241
+ code: string;
1242
+ usagesLimit: number;
1243
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateInviteCodeUsagesLimitMutation, adminSchema.Exact<{
1244
+ code: string;
1245
+ usagesLimit: number;
1246
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1247
+ useUpdateOpportunityPushStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateOpportunityPushStatusMutation, adminSchema.Exact<{
1248
+ opportunityId: string;
1249
+ isActive: boolean;
1250
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateOpportunityPushStatusMutation, adminSchema.Exact<{
1251
+ opportunityId: string;
1252
+ isActive: boolean;
1253
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1254
+ useUpdateReferralTypeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateReferralTypeMutation, adminSchema.Exact<{
1255
+ id: string;
1256
+ input: adminSchema.IReferralTypeInput;
1257
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateReferralTypeMutation, adminSchema.Exact<{
1258
+ id: string;
810
1259
  input: adminSchema.IReferralTypeInput;
811
1260
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
812
- useUpdateReferralTypeArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateReferralTypeArchivedStatusMutation, adminSchema.IUpdateReferralTypeArchivedStatusMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateReferralTypeArchivedStatusMutation, adminSchema.Exact<{
813
- id: adminSchema.Scalars["ID"];
814
- isArchived: adminSchema.Scalars["Boolean"];
1261
+ useUpdateReferralTypeArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateReferralTypeArchivedStatusMutation, adminSchema.Exact<{
1262
+ id: string;
1263
+ isArchived: boolean;
1264
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateReferralTypeArchivedStatusMutation, adminSchema.Exact<{
1265
+ id: string;
1266
+ isArchived: boolean;
815
1267
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
816
- useUpdateTierMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateTierMutation, adminSchema.IUpdateTierMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateTierMutation, adminSchema.Exact<{
817
- id: adminSchema.Scalars["ID"];
1268
+ useUpdateTierMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateTierMutation, adminSchema.Exact<{
1269
+ id: string;
1270
+ input: adminSchema.ITierInput;
1271
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateTierMutation, adminSchema.Exact<{
1272
+ id: string;
818
1273
  input: adminSchema.ITierInput;
819
1274
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
820
- useUpdateTierArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateTierArchivedStatusMutation, adminSchema.IUpdateTierArchivedStatusMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateTierArchivedStatusMutation, adminSchema.Exact<{
821
- id: adminSchema.Scalars["ID"];
822
- isArchived: adminSchema.Scalars["Boolean"];
823
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
824
- useChangeXpPointsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IChangeXpPointsMutation, adminSchema.IChangeXpPointsMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IChangeXpPointsMutation, adminSchema.Exact<{
825
- userId: adminSchema.Scalars["ID"];
826
- pointsDiff: adminSchema.Scalars["Int"];
827
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
828
- useCreateCategoryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateCategoryMutation, adminSchema.ICreateCategoryMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.ICreateCategoryMutation, adminSchema.Exact<{
829
- name: adminSchema.Scalars["String"];
830
- matchingWords: Array<adminSchema.Scalars["String"]>;
831
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
832
- useCreateBrandMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateBrandMutation, adminSchema.ICreateBrandMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.ICreateBrandMutation, adminSchema.Exact<{
1275
+ useUpdateTierArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateTierArchivedStatusMutation, adminSchema.Exact<{
1276
+ id: string;
1277
+ isArchived: boolean;
1278
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateTierArchivedStatusMutation, adminSchema.Exact<{
1279
+ id: string;
1280
+ isArchived: boolean;
1281
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1282
+ useChangeXpPointsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IChangeXpPointsMutation, adminSchema.Exact<{
1283
+ userId: string;
1284
+ pointsDiff: number;
1285
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IChangeXpPointsMutation, adminSchema.Exact<{
1286
+ userId: string;
1287
+ pointsDiff: number;
1288
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1289
+ useCreateCategoryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateCategoryMutation, adminSchema.Exact<{
1290
+ name: string;
1291
+ matchingWords: string[];
1292
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateCategoryMutation, adminSchema.Exact<{
1293
+ name: string;
1294
+ matchingWords: string[];
1295
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1296
+ useCreateBrandMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateBrandMutation, adminSchema.Exact<{
833
1297
  brand: adminSchema.IBrandInput;
834
- file?: adminSchema.Maybe<adminSchema.Scalars["Upload"]>;
1298
+ file?: any;
1299
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateBrandMutation, adminSchema.Exact<{
1300
+ brand: adminSchema.IBrandInput;
1301
+ file?: any;
835
1302
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
836
- useCreateAdminOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateAdminOpportunityMutation, adminSchema.ICreateAdminOpportunityMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.ICreateAdminOpportunityMutation, adminSchema.Exact<{
837
- file?: adminSchema.Maybe<adminSchema.Scalars["Upload"]>;
1303
+ useCreateAdminOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateAdminOpportunityMutation, adminSchema.Exact<{
1304
+ file?: any;
1305
+ input: adminSchema.IAdminOpportunityInput;
1306
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateAdminOpportunityMutation, adminSchema.Exact<{
1307
+ file?: any;
838
1308
  input: adminSchema.IAdminOpportunityInput;
839
1309
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
840
- useAddInviteCodesMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IAddInviteCodesMutation, adminSchema.IAddInviteCodesMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IAddInviteCodesMutation, adminSchema.Exact<{
841
- userId: adminSchema.Scalars["String"];
842
- codesNum: adminSchema.Scalars["Int"];
1310
+ useAddInviteCodesMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IAddInviteCodesMutation, adminSchema.Exact<{
1311
+ userId: string;
1312
+ codesNum: number;
1313
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IAddInviteCodesMutation, adminSchema.Exact<{
1314
+ userId: string;
1315
+ codesNum: number;
843
1316
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
844
- useRemoveInviteCodeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IRemoveInviteCodeMutation, adminSchema.IRemoveInviteCodeMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IRemoveInviteCodeMutation, adminSchema.Exact<{
845
- inviteCode: adminSchema.Scalars["String"];
1317
+ useRemoveInviteCodeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IRemoveInviteCodeMutation, adminSchema.Exact<{
1318
+ inviteCode: string;
1319
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IRemoveInviteCodeMutation, adminSchema.Exact<{
1320
+ inviteCode: string;
846
1321
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
847
- useUpdateBrandMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateBrandMutation, adminSchema.IUpdateBrandMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateBrandMutation, adminSchema.Exact<{
848
- id: adminSchema.Scalars["ID"];
1322
+ useUpdateBrandMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateBrandMutation, adminSchema.Exact<{
1323
+ id: string;
849
1324
  input: adminSchema.IBrandInput;
850
- file?: adminSchema.Maybe<adminSchema.Scalars["Upload"]>;
1325
+ file?: any;
1326
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateBrandMutation, adminSchema.Exact<{
1327
+ id: string;
1328
+ input: adminSchema.IBrandInput;
1329
+ file?: any;
851
1330
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
852
- useUpdateBrandArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateBrandArchivedStatusMutation, adminSchema.IUpdateBrandArchivedStatusMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateBrandArchivedStatusMutation, adminSchema.Exact<{
853
- id: adminSchema.Scalars["ID"];
854
- isArchived: adminSchema.Scalars["Boolean"];
1331
+ useUpdateBrandArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateBrandArchivedStatusMutation, adminSchema.Exact<{
1332
+ id: string;
1333
+ isArchived: boolean;
1334
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateBrandArchivedStatusMutation, adminSchema.Exact<{
1335
+ id: string;
1336
+ isArchived: boolean;
855
1337
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
856
- useUpdateCategoryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateCategoryMutation, adminSchema.IUpdateCategoryMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateCategoryMutation, adminSchema.Exact<{
857
- id: adminSchema.Scalars["ID"];
1338
+ useUpdateCategoryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateCategoryMutation, adminSchema.Exact<{
1339
+ id: string;
1340
+ input: adminSchema.ICategoryInput;
1341
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateCategoryMutation, adminSchema.Exact<{
1342
+ id: string;
858
1343
  input: adminSchema.ICategoryInput;
859
1344
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
860
- useUpdateCategoryArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateCategoryArchivedStatusMutation, adminSchema.IUpdateCategoryArchivedStatusMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateCategoryArchivedStatusMutation, adminSchema.Exact<{
861
- id: adminSchema.Scalars["ID"];
862
- isArchived: adminSchema.Scalars["Boolean"];
1345
+ useUpdateCategoryArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateCategoryArchivedStatusMutation, adminSchema.Exact<{
1346
+ id: string;
1347
+ isArchived: boolean;
1348
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateCategoryArchivedStatusMutation, adminSchema.Exact<{
1349
+ id: string;
1350
+ isArchived: boolean;
863
1351
  }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
864
- useUpdateOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateOpportunityMutation, adminSchema.IUpdateOpportunityMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateOpportunityMutation, adminSchema.Exact<{
865
- id: adminSchema.Scalars["ID"];
1352
+ useUpdateOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateOpportunityMutation, adminSchema.Exact<{
1353
+ id: string;
866
1354
  input: adminSchema.IAdminOpportunityInput;
867
- file?: adminSchema.Maybe<adminSchema.Scalars["Upload"]>;
868
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
869
- useUpdateProfileStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateProfileStatusMutation, adminSchema.IUpdateProfileStatusMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateProfileStatusMutation, adminSchema.Exact<{
870
- userId: adminSchema.Scalars["ID"];
871
- isActive: adminSchema.Scalars["Boolean"];
872
- }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
873
- useCheckInviteCodeQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.ICheckInviteCodeQuery, adminSchema.ICheckInviteCodeQueryVariables>): import("@apollo/client").QueryResult<adminSchema.ICheckInviteCodeQuery, adminSchema.Exact<{
874
- code: adminSchema.Scalars["String"];
875
- }>>;
876
- useCheckInviteCodeLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.ICheckInviteCodeQuery, adminSchema.ICheckInviteCodeQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.ICheckInviteCodeQuery, adminSchema.Exact<{
877
- code: adminSchema.Scalars["String"];
878
- }>>;
879
- useFetchContactSupportPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchContactSupportPageQuery, adminSchema.IFetchContactSupportPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchContactSupportPageQuery, adminSchema.Exact<{
1355
+ file?: any;
1356
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateOpportunityMutation, adminSchema.Exact<{
1357
+ id: string;
1358
+ input: adminSchema.IAdminOpportunityInput;
1359
+ file?: any;
1360
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1361
+ useUpdateProfileStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateProfileStatusMutation, adminSchema.Exact<{
1362
+ userId: string;
1363
+ isActive: boolean;
1364
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateProfileStatusMutation, adminSchema.Exact<{
1365
+ userId: string;
1366
+ isActive: boolean;
1367
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1368
+ useCheckInviteCodeQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.ICheckInviteCodeQuery, adminSchema.Exact<{
1369
+ code: string;
1370
+ }>>): import("@apollo/client").QueryResult<adminSchema.ICheckInviteCodeQuery, adminSchema.Exact<{
1371
+ code: string;
1372
+ }>>;
1373
+ useCheckInviteCodeLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.ICheckInviteCodeQuery, adminSchema.Exact<{
1374
+ code: string;
1375
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.ICheckInviteCodeQuery, adminSchema.Exact<{
1376
+ code: string;
1377
+ }>>;
1378
+ useFetchContactSupportPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchContactSupportPageQuery, adminSchema.Exact<{
1379
+ filter: adminSchema.IContactSupportFilterInput;
1380
+ sort: adminSchema.IContactSupportSortInput;
1381
+ page: adminSchema.IAdminPageInput;
1382
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchContactSupportPageQuery, adminSchema.Exact<{
880
1383
  filter: adminSchema.IContactSupportFilterInput;
881
1384
  sort: adminSchema.IContactSupportSortInput;
882
1385
  page: adminSchema.IAdminPageInput;
883
1386
  }>>;
884
- useFetchContactSupportPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchContactSupportPageQuery, adminSchema.IFetchContactSupportPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchContactSupportPageQuery, adminSchema.Exact<{
1387
+ useFetchContactSupportPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchContactSupportPageQuery, adminSchema.Exact<{
1388
+ filter: adminSchema.IContactSupportFilterInput;
1389
+ sort: adminSchema.IContactSupportSortInput;
1390
+ page: adminSchema.IAdminPageInput;
1391
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchContactSupportPageQuery, adminSchema.Exact<{
885
1392
  filter: adminSchema.IContactSupportFilterInput;
886
1393
  sort: adminSchema.IContactSupportSortInput;
887
1394
  page: adminSchema.IAdminPageInput;
888
1395
  }>>;
889
- useFetchContentReportPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchContentReportPageQuery, adminSchema.IFetchContentReportPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchContentReportPageQuery, adminSchema.Exact<{
1396
+ useFetchContentReportPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchContentReportPageQuery, adminSchema.Exact<{
1397
+ filter: adminSchema.IContentReportFilterInput;
1398
+ sort: adminSchema.IContentReportSortInput;
1399
+ page: adminSchema.IAdminPageInput;
1400
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchContentReportPageQuery, adminSchema.Exact<{
890
1401
  filter: adminSchema.IContentReportFilterInput;
891
1402
  sort: adminSchema.IContentReportSortInput;
892
1403
  page: adminSchema.IAdminPageInput;
893
1404
  }>>;
894
- useFetchContentReportPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchContentReportPageQuery, adminSchema.IFetchContentReportPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchContentReportPageQuery, adminSchema.Exact<{
1405
+ useFetchContentReportPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchContentReportPageQuery, adminSchema.Exact<{
1406
+ filter: adminSchema.IContentReportFilterInput;
1407
+ sort: adminSchema.IContentReportSortInput;
1408
+ page: adminSchema.IAdminPageInput;
1409
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchContentReportPageQuery, adminSchema.Exact<{
895
1410
  filter: adminSchema.IContentReportFilterInput;
896
1411
  sort: adminSchema.IContentReportSortInput;
897
1412
  page: adminSchema.IAdminPageInput;
898
1413
  }>>;
899
- useFetchFormOpportunityPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.IFetchFormOpportunityPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.Exact<{
1414
+ useFetchFormOpportunityPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.Exact<{
1415
+ filter: adminSchema.IFormOpportunityFilterInput;
1416
+ sort: adminSchema.IFormOpportunitySortInput;
1417
+ page: adminSchema.IAdminPageInput;
1418
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.Exact<{
900
1419
  filter: adminSchema.IFormOpportunityFilterInput;
901
1420
  sort: adminSchema.IFormOpportunitySortInput;
902
1421
  page: adminSchema.IAdminPageInput;
903
1422
  }>>;
904
- useFetchFormOpportunityPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.IFetchFormOpportunityPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.Exact<{
1423
+ useFetchFormOpportunityPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.Exact<{
1424
+ filter: adminSchema.IFormOpportunityFilterInput;
1425
+ sort: adminSchema.IFormOpportunitySortInput;
1426
+ page: adminSchema.IAdminPageInput;
1427
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.Exact<{
905
1428
  filter: adminSchema.IFormOpportunityFilterInput;
906
1429
  sort: adminSchema.IFormOpportunitySortInput;
907
1430
  page: adminSchema.IAdminPageInput;
908
1431
  }>>;
909
- useFetchInvestorInquiryPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.IFetchInvestorInquiryPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.Exact<{
1432
+ useFetchInvestorInquiryPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.Exact<{
1433
+ filter: adminSchema.IInvestorInquiryFilterInput;
1434
+ sort: adminSchema.IInvestorInquirySortInput;
1435
+ page: adminSchema.IAdminPageInput;
1436
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.Exact<{
910
1437
  filter: adminSchema.IInvestorInquiryFilterInput;
911
1438
  sort: adminSchema.IInvestorInquirySortInput;
912
1439
  page: adminSchema.IAdminPageInput;
913
1440
  }>>;
914
- useFetchInvestorInquiryPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.IFetchInvestorInquiryPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.Exact<{
1441
+ useFetchInvestorInquiryPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.Exact<{
1442
+ filter: adminSchema.IInvestorInquiryFilterInput;
1443
+ sort: adminSchema.IInvestorInquirySortInput;
1444
+ page: adminSchema.IAdminPageInput;
1445
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.Exact<{
915
1446
  filter: adminSchema.IInvestorInquiryFilterInput;
916
1447
  sort: adminSchema.IInvestorInquirySortInput;
917
1448
  page: adminSchema.IAdminPageInput;
918
1449
  }>>;
919
- useFetchPartnershipInquiryPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.IFetchPartnershipInquiryPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.Exact<{
1450
+ useFetchPartnershipInquiryPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.Exact<{
1451
+ filter: adminSchema.IPartnershipInquiryFilterInput;
1452
+ sort: adminSchema.IPartnershipInquirySortInput;
1453
+ page: adminSchema.IAdminPageInput;
1454
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.Exact<{
920
1455
  filter: adminSchema.IPartnershipInquiryFilterInput;
921
1456
  sort: adminSchema.IPartnershipInquirySortInput;
922
1457
  page: adminSchema.IAdminPageInput;
923
1458
  }>>;
924
- useFetchPartnershipInquiryPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.IFetchPartnershipInquiryPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.Exact<{
1459
+ useFetchPartnershipInquiryPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.Exact<{
1460
+ filter: adminSchema.IPartnershipInquiryFilterInput;
1461
+ sort: adminSchema.IPartnershipInquirySortInput;
1462
+ page: adminSchema.IAdminPageInput;
1463
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.Exact<{
925
1464
  filter: adminSchema.IPartnershipInquiryFilterInput;
926
1465
  sort: adminSchema.IPartnershipInquirySortInput;
927
1466
  page: adminSchema.IAdminPageInput;
928
1467
  }>>;
929
- useFetchReferralTypesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchReferralTypesQuery, adminSchema.IFetchReferralTypesQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchReferralTypesQuery, adminSchema.Exact<{
1468
+ useFetchReferralTypesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchReferralTypesQuery, adminSchema.Exact<{
1469
+ [key: string]: never;
1470
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchReferralTypesQuery, adminSchema.Exact<{
930
1471
  [key: string]: never;
931
1472
  }>>;
932
- useFetchReferralTypesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchReferralTypesQuery, adminSchema.IFetchReferralTypesQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchReferralTypesQuery, adminSchema.Exact<{
1473
+ useFetchReferralTypesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchReferralTypesQuery, adminSchema.Exact<{
1474
+ [key: string]: never;
1475
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchReferralTypesQuery, adminSchema.Exact<{
933
1476
  [key: string]: never;
934
1477
  }>>;
935
- useFetchReferralTypesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchReferralTypesPageQuery, adminSchema.IFetchReferralTypesPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchReferralTypesPageQuery, adminSchema.Exact<{
1478
+ useFetchReferralTypesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchReferralTypesPageQuery, adminSchema.Exact<{
1479
+ filter: adminSchema.IReferralTypeFilterInput;
1480
+ sort: adminSchema.IReferralTypeSortInput;
1481
+ page: adminSchema.IAdminPageInput;
1482
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchReferralTypesPageQuery, adminSchema.Exact<{
936
1483
  filter: adminSchema.IReferralTypeFilterInput;
937
1484
  sort: adminSchema.IReferralTypeSortInput;
938
1485
  page: adminSchema.IAdminPageInput;
939
1486
  }>>;
940
- useFetchReferralTypesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchReferralTypesPageQuery, adminSchema.IFetchReferralTypesPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchReferralTypesPageQuery, adminSchema.Exact<{
1487
+ useFetchReferralTypesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchReferralTypesPageQuery, adminSchema.Exact<{
1488
+ filter: adminSchema.IReferralTypeFilterInput;
1489
+ sort: adminSchema.IReferralTypeSortInput;
1490
+ page: adminSchema.IAdminPageInput;
1491
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchReferralTypesPageQuery, adminSchema.Exact<{
941
1492
  filter: adminSchema.IReferralTypeFilterInput;
942
1493
  sort: adminSchema.IReferralTypeSortInput;
943
1494
  page: adminSchema.IAdminPageInput;
944
1495
  }>>;
945
- useFetchRegistrationInvitePageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.IFetchRegistrationInvitePageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.Exact<{
1496
+ useFetchRegistrationInvitePageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.Exact<{
1497
+ filter: adminSchema.IRegistrationInviteFilterInput;
1498
+ sort: adminSchema.IRegistrationInviteSortInput;
1499
+ page: adminSchema.IAdminPageInput;
1500
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.Exact<{
946
1501
  filter: adminSchema.IRegistrationInviteFilterInput;
947
1502
  sort: adminSchema.IRegistrationInviteSortInput;
948
1503
  page: adminSchema.IAdminPageInput;
949
1504
  }>>;
950
- useFetchRegistrationInvitePageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.IFetchRegistrationInvitePageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.Exact<{
1505
+ useFetchRegistrationInvitePageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.Exact<{
1506
+ filter: adminSchema.IRegistrationInviteFilterInput;
1507
+ sort: adminSchema.IRegistrationInviteSortInput;
1508
+ page: adminSchema.IAdminPageInput;
1509
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.Exact<{
951
1510
  filter: adminSchema.IRegistrationInviteFilterInput;
952
1511
  sort: adminSchema.IRegistrationInviteSortInput;
953
1512
  page: adminSchema.IAdminPageInput;
954
1513
  }>>;
955
- useFetchTiersQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchTiersQuery, adminSchema.IFetchTiersQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchTiersQuery, adminSchema.Exact<{
1514
+ useFetchTiersQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchTiersQuery, adminSchema.Exact<{
1515
+ [key: string]: never;
1516
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchTiersQuery, adminSchema.Exact<{
956
1517
  [key: string]: never;
957
1518
  }>>;
958
- useFetchTiersLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchTiersQuery, adminSchema.IFetchTiersQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchTiersQuery, adminSchema.Exact<{
1519
+ useFetchTiersLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchTiersQuery, adminSchema.Exact<{
1520
+ [key: string]: never;
1521
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchTiersQuery, adminSchema.Exact<{
959
1522
  [key: string]: never;
960
1523
  }>>;
961
- useFetchTiersPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchTiersPageQuery, adminSchema.IFetchTiersPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchTiersPageQuery, adminSchema.Exact<{
1524
+ useFetchTiersPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchTiersPageQuery, adminSchema.Exact<{
1525
+ filter: adminSchema.ITiersFilterInput;
1526
+ sort: adminSchema.ITiersSortInput;
1527
+ page: adminSchema.IAdminPageInput;
1528
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchTiersPageQuery, adminSchema.Exact<{
962
1529
  filter: adminSchema.ITiersFilterInput;
963
1530
  sort: adminSchema.ITiersSortInput;
964
1531
  page: adminSchema.IAdminPageInput;
965
1532
  }>>;
966
- useFetchTiersPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchTiersPageQuery, adminSchema.IFetchTiersPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchTiersPageQuery, adminSchema.Exact<{
1533
+ useFetchTiersPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchTiersPageQuery, adminSchema.Exact<{
1534
+ filter: adminSchema.ITiersFilterInput;
1535
+ sort: adminSchema.ITiersSortInput;
1536
+ page: adminSchema.IAdminPageInput;
1537
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchTiersPageQuery, adminSchema.Exact<{
967
1538
  filter: adminSchema.ITiersFilterInput;
968
1539
  sort: adminSchema.ITiersSortInput;
969
1540
  page: adminSchema.IAdminPageInput;
970
1541
  }>>;
971
- useFetchUserFeedbackPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.IFetchUserFeedbackPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.Exact<{
1542
+ useFetchUserFeedbackPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.Exact<{
1543
+ filter: adminSchema.IUserFeedbackFilterInput;
1544
+ sort: adminSchema.IUserFeedbackSortInput;
1545
+ page: adminSchema.IAdminPageInput;
1546
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.Exact<{
972
1547
  filter: adminSchema.IUserFeedbackFilterInput;
973
1548
  sort: adminSchema.IUserFeedbackSortInput;
974
1549
  page: adminSchema.IAdminPageInput;
975
1550
  }>>;
976
- useFetchUserFeedbackPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.IFetchUserFeedbackPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.Exact<{
1551
+ useFetchUserFeedbackPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.Exact<{
1552
+ filter: adminSchema.IUserFeedbackFilterInput;
1553
+ sort: adminSchema.IUserFeedbackSortInput;
1554
+ page: adminSchema.IAdminPageInput;
1555
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.Exact<{
977
1556
  filter: adminSchema.IUserFeedbackFilterInput;
978
1557
  sort: adminSchema.IUserFeedbackSortInput;
979
1558
  page: adminSchema.IAdminPageInput;
980
1559
  }>>;
981
- useFetchAdminBrandsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminBrandsQuery, adminSchema.IFetchAdminBrandsQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1560
+ useFetchAdminBrandsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1561
+ [key: string]: never;
1562
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
982
1563
  [key: string]: never;
983
1564
  }>>;
984
- useFetchAdminBrandsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminBrandsQuery, adminSchema.IFetchAdminBrandsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1565
+ useFetchAdminBrandsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1566
+ [key: string]: never;
1567
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
985
1568
  [key: string]: never;
986
1569
  }>>;
987
- useFetchAdminBrandsPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.IFetchAdminBrandsPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1570
+ useFetchAdminBrandsPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1571
+ filter: adminSchema.IBrandsFilterInput;
1572
+ sort: adminSchema.IBrandsSortInput;
1573
+ page: adminSchema.IAdminPageInput;
1574
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
988
1575
  filter: adminSchema.IBrandsFilterInput;
989
1576
  sort: adminSchema.IBrandsSortInput;
990
1577
  page: adminSchema.IAdminPageInput;
991
1578
  }>>;
992
- useFetchAdminBrandsPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.IFetchAdminBrandsPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1579
+ useFetchAdminBrandsPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1580
+ filter: adminSchema.IBrandsFilterInput;
1581
+ sort: adminSchema.IBrandsSortInput;
1582
+ page: adminSchema.IAdminPageInput;
1583
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
993
1584
  filter: adminSchema.IBrandsFilterInput;
994
1585
  sort: adminSchema.IBrandsSortInput;
995
1586
  page: adminSchema.IAdminPageInput;
996
1587
  }>>;
997
- useFetchAdminCategoriesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminCategoriesQuery, adminSchema.IFetchAdminCategoriesQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1588
+ useFetchAdminCategoriesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1589
+ [key: string]: never;
1590
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
998
1591
  [key: string]: never;
999
1592
  }>>;
1000
- useFetchAdminCategoriesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminCategoriesQuery, adminSchema.IFetchAdminCategoriesQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1593
+ useFetchAdminCategoriesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1594
+ [key: string]: never;
1595
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1001
1596
  [key: string]: never;
1002
1597
  }>>;
1003
- useFetchAdminCategoriesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.IFetchAdminCategoriesPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1598
+ useFetchAdminCategoriesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1599
+ filter: adminSchema.ICategoriesFilterInput;
1600
+ sort: adminSchema.ICategoriesSortInput;
1601
+ page: adminSchema.IAdminPageInput;
1602
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1004
1603
  filter: adminSchema.ICategoriesFilterInput;
1005
1604
  sort: adminSchema.ICategoriesSortInput;
1006
1605
  page: adminSchema.IAdminPageInput;
1007
1606
  }>>;
1008
- useFetchAdminCategoriesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.IFetchAdminCategoriesPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1607
+ useFetchAdminCategoriesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1608
+ filter: adminSchema.ICategoriesFilterInput;
1609
+ sort: adminSchema.ICategoriesSortInput;
1610
+ page: adminSchema.IAdminPageInput;
1611
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1009
1612
  filter: adminSchema.ICategoriesFilterInput;
1010
1613
  sort: adminSchema.ICategoriesSortInput;
1011
1614
  page: adminSchema.IAdminPageInput;
1012
1615
  }>>;
1013
- useFetchAdminInvitesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.IFetchAdminInvitesPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1616
+ useFetchAdminInvitesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1617
+ filter: adminSchema.IInvitesFilterInput;
1618
+ sort: adminSchema.IInvitesSortInput;
1619
+ page: adminSchema.IAdminPageInput;
1620
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1014
1621
  filter: adminSchema.IInvitesFilterInput;
1015
1622
  sort: adminSchema.IInvitesSortInput;
1016
1623
  page: adminSchema.IAdminPageInput;
1017
1624
  }>>;
1018
- useFetchAdminInvitesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.IFetchAdminInvitesPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1625
+ useFetchAdminInvitesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1626
+ filter: adminSchema.IInvitesFilterInput;
1627
+ sort: adminSchema.IInvitesSortInput;
1628
+ page: adminSchema.IAdminPageInput;
1629
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1019
1630
  filter: adminSchema.IInvitesFilterInput;
1020
1631
  sort: adminSchema.IInvitesSortInput;
1021
1632
  page: adminSchema.IAdminPageInput;
1022
1633
  }>>;
1023
- useFetchAdminOpportunitiesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.IFetchAdminOpportunitiesPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1634
+ useFetchAdminOpportunitiesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1635
+ filter: adminSchema.IOpportunitiesFilterInput;
1636
+ sort: adminSchema.IOpportunitiesSortInput;
1637
+ page: adminSchema.IAdminPageInput;
1638
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1024
1639
  filter: adminSchema.IOpportunitiesFilterInput;
1025
1640
  sort: adminSchema.IOpportunitiesSortInput;
1026
1641
  page: adminSchema.IAdminPageInput;
1027
1642
  }>>;
1028
- useFetchAdminOpportunitiesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.IFetchAdminOpportunitiesPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1643
+ useFetchAdminOpportunitiesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1644
+ filter: adminSchema.IOpportunitiesFilterInput;
1645
+ sort: adminSchema.IOpportunitiesSortInput;
1646
+ page: adminSchema.IAdminPageInput;
1647
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1029
1648
  filter: adminSchema.IOpportunitiesFilterInput;
1030
1649
  sort: adminSchema.IOpportunitiesSortInput;
1031
1650
  page: adminSchema.IAdminPageInput;
1032
1651
  }>>;
1033
- useFetchAdminReferralsPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.IFetchAdminReferralsPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1652
+ useFetchAdminReferralsPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1653
+ filter: adminSchema.IReferralsFilterInput;
1654
+ sort: adminSchema.IReferralsSortInput;
1655
+ page: adminSchema.IAdminPageInput;
1656
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1034
1657
  filter: adminSchema.IReferralsFilterInput;
1035
1658
  sort: adminSchema.IReferralsSortInput;
1036
1659
  page: adminSchema.IAdminPageInput;
1037
1660
  }>>;
1038
- useFetchAdminReferralsPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.IFetchAdminReferralsPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1661
+ useFetchAdminReferralsPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1662
+ filter: adminSchema.IReferralsFilterInput;
1663
+ sort: adminSchema.IReferralsSortInput;
1664
+ page: adminSchema.IAdminPageInput;
1665
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1039
1666
  filter: adminSchema.IReferralsFilterInput;
1040
1667
  sort: adminSchema.IReferralsSortInput;
1041
1668
  page: adminSchema.IAdminPageInput;
1042
1669
  }>>;
1043
- useFetchAdminUsersPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminUsersPageQuery, adminSchema.IFetchAdminUsersPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1670
+ useFetchAdminUsersPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1671
+ filter: adminSchema.IUsersFilterInput;
1672
+ sort: adminSchema.IUsersSortInput;
1673
+ page: adminSchema.IAdminPageInput;
1674
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1044
1675
  filter: adminSchema.IUsersFilterInput;
1045
1676
  sort: adminSchema.IUsersSortInput;
1046
1677
  page: adminSchema.IAdminPageInput;
1047
1678
  }>>;
1048
- useFetchAdminUsersPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminUsersPageQuery, adminSchema.IFetchAdminUsersPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1679
+ useFetchAdminUsersPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1680
+ filter: adminSchema.IUsersFilterInput;
1681
+ sort: adminSchema.IUsersSortInput;
1682
+ page: adminSchema.IAdminPageInput;
1683
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1049
1684
  filter: adminSchema.IUsersFilterInput;
1050
1685
  sort: adminSchema.IUsersSortInput;
1051
1686
  page: adminSchema.IAdminPageInput;
1052
1687
  }>>;
1053
- useFetchAdminXpPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminXpPageQuery, adminSchema.IFetchAdminXpPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1688
+ useFetchAdminXpPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1689
+ filter: adminSchema.IXpFilterInput;
1690
+ sort: adminSchema.IXpSortInput;
1691
+ page: adminSchema.IAdminPageInput;
1692
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1054
1693
  filter: adminSchema.IXpFilterInput;
1055
1694
  sort: adminSchema.IXpSortInput;
1056
1695
  page: adminSchema.IAdminPageInput;
1057
1696
  }>>;
1058
- useFetchAdminXpPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminXpPageQuery, adminSchema.IFetchAdminXpPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1697
+ useFetchAdminXpPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1698
+ filter: adminSchema.IXpFilterInput;
1699
+ sort: adminSchema.IXpSortInput;
1700
+ page: adminSchema.IAdminPageInput;
1701
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1059
1702
  filter: adminSchema.IXpFilterInput;
1060
1703
  sort: adminSchema.IXpSortInput;
1061
1704
  page: adminSchema.IAdminPageInput;
1062
1705
  }>>;
1063
- useFetchBlockchainsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.IFetchBlockchainsQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1706
+ useFetchBlockchainsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1707
+ [key: string]: never;
1708
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1064
1709
  [key: string]: never;
1065
1710
  }>>;
1066
- useFetchBlockchainsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.IFetchBlockchainsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1711
+ useFetchBlockchainsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1712
+ [key: string]: never;
1713
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1067
1714
  [key: string]: never;
1068
1715
  }>>;
1069
1716
  ISortDirection: typeof adminSchema.ISortDirection;