@ludo.ninja/api 2.8.86 → 2.8.87

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