@ludo.ninja/api 2.8.37 → 2.8.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.ts CHANGED
@@ -14,4 +14,1256 @@ import * as opportunitiesSchema from "./graphql_tools/__generated__/opportunitie
14
14
  import * as preferencesSchema from "./graphql_tools/__generated__/preferencesHost/schema";
15
15
  import * as searchSchema from "./graphql_tools/__generated__/searchHost/schema";
16
16
  import * as formsSchema from "./graphql_tools/__generated__/formsHost/schema";
17
- export { hosts, graphqlConfig, authCookies, adminSchema, assetSchema, authSchema, collectionsSchema, experiencesSchema, extensionSchema, galleriesSchema, identitySchema, mediasSchema, opportunitiesSchema, preferencesSchema, searchSchema, formsSchema };
17
+ declare const schema: {
18
+ useSubmitContactSupportMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitContactSupportMutation, formsSchema.Exact<{
19
+ input: formsSchema.IContactSupportInput;
20
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitContactSupportMutation, formsSchema.Exact<{
21
+ input: formsSchema.IContactSupportInput;
22
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
23
+ useSubmitContentReportMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitContentReportMutation, formsSchema.Exact<{
24
+ input: formsSchema.IContentReportInput;
25
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitContentReportMutation, formsSchema.Exact<{
26
+ input: formsSchema.IContentReportInput;
27
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
28
+ useSubmitInvestorInquiryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitInvestorInquiryMutation, formsSchema.Exact<{
29
+ input: formsSchema.IInvestorInquiryInput;
30
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitInvestorInquiryMutation, formsSchema.Exact<{
31
+ input: formsSchema.IInvestorInquiryInput;
32
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
33
+ useSubmitOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitOpportunityMutation, formsSchema.Exact<{
34
+ input: formsSchema.IOpportunityInput;
35
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitOpportunityMutation, formsSchema.Exact<{
36
+ input: formsSchema.IOpportunityInput;
37
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
38
+ useSubmitPartnershipInquiryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitPartnershipInquiryMutation, formsSchema.Exact<{
39
+ input: formsSchema.IPartnershipInquiryInput;
40
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitPartnershipInquiryMutation, formsSchema.Exact<{
41
+ input: formsSchema.IPartnershipInquiryInput;
42
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
43
+ useSubmitRegistrationInviteMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitRegistrationInviteMutation, formsSchema.Exact<{
44
+ input: formsSchema.IRegistrationInviteInput;
45
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitRegistrationInviteMutation, formsSchema.Exact<{
46
+ input: formsSchema.IRegistrationInviteInput;
47
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
48
+ useSubmitUserFeedbackMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitUserFeedbackMutation, formsSchema.Exact<{
49
+ input: formsSchema.IUserFeedbackInput;
50
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<formsSchema.ISubmitUserFeedbackMutation, formsSchema.Exact<{
51
+ input: formsSchema.IUserFeedbackInput;
52
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
53
+ SubmitContactSupportDocument: import("graphql").DocumentNode;
54
+ SubmitContentReportDocument: import("graphql").DocumentNode;
55
+ SubmitInvestorInquiryDocument: import("graphql").DocumentNode;
56
+ SubmitOpportunityDocument: import("graphql").DocumentNode;
57
+ SubmitPartnershipInquiryDocument: import("graphql").DocumentNode;
58
+ SubmitRegistrationInviteDocument: import("graphql").DocumentNode;
59
+ SubmitUserFeedbackDocument: import("graphql").DocumentNode;
60
+ useFetchAllCreationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
61
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
62
+ }>> | undefined): import("@apollo/client").QueryResult<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
63
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
64
+ }>>;
65
+ useFetchAllCreationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
66
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
67
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
68
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
69
+ }>>;
70
+ useFetchAssetByBlockchainQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.Exact<{
71
+ blockchain: string;
72
+ address?: searchSchema.Maybe<string> | undefined;
73
+ tokenId?: searchSchema.Maybe<string> | undefined;
74
+ elrondId?: searchSchema.Maybe<string> | undefined;
75
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.Exact<{
76
+ blockchain: string;
77
+ address?: searchSchema.Maybe<string> | undefined;
78
+ tokenId?: searchSchema.Maybe<string> | undefined;
79
+ elrondId?: searchSchema.Maybe<string> | undefined;
80
+ }>>;
81
+ useFetchAssetByBlockchainLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.Exact<{
82
+ blockchain: string;
83
+ address?: searchSchema.Maybe<string> | undefined;
84
+ tokenId?: searchSchema.Maybe<string> | undefined;
85
+ elrondId?: searchSchema.Maybe<string> | undefined;
86
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchAssetByBlockchainQuery, searchSchema.Exact<{
87
+ blockchain: string;
88
+ address?: searchSchema.Maybe<string> | undefined;
89
+ tokenId?: searchSchema.Maybe<string> | undefined;
90
+ elrondId?: searchSchema.Maybe<string> | undefined;
91
+ }>>;
92
+ useFetchAssetsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchAssetsQuery, searchSchema.Exact<{
93
+ assetIds: string[];
94
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchAssetsQuery, searchSchema.Exact<{
95
+ assetIds: string[];
96
+ }>>;
97
+ useFetchAssetsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchAssetsQuery, searchSchema.Exact<{
98
+ assetIds: string[];
99
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchAssetsQuery, searchSchema.Exact<{
100
+ assetIds: string[];
101
+ }>>;
102
+ useFetchCollectionQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchCollectionQuery, searchSchema.Exact<{
103
+ collectionId: string;
104
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchCollectionQuery, searchSchema.Exact<{
105
+ collectionId: string;
106
+ }>>;
107
+ useFetchCollectionLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchCollectionQuery, searchSchema.Exact<{
108
+ collectionId: string;
109
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchCollectionQuery, searchSchema.Exact<{
110
+ collectionId: string;
111
+ }>>;
112
+ useFindCollectionsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
113
+ term: string;
114
+ input: searchSchema.ICollectionFilterInput;
115
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
116
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
117
+ term: string;
118
+ input: searchSchema.ICollectionFilterInput;
119
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
120
+ }>>;
121
+ useFindCollectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
122
+ term: string;
123
+ input: searchSchema.ICollectionFilterInput;
124
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
125
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
126
+ term: string;
127
+ input: searchSchema.ICollectionFilterInput;
128
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
129
+ }>>;
130
+ useFetchCollectionsByIdsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
131
+ collectionIds: string[];
132
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
133
+ collectionIds: string[];
134
+ }>>;
135
+ useFetchCollectionsByIdsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
136
+ collectionIds: string[];
137
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
138
+ collectionIds: string[];
139
+ }>>;
140
+ useFetchCreationsByTypeQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchCreationsByTypeQuery, searchSchema.Exact<{
141
+ itemType: string;
142
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
143
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchCreationsByTypeQuery, searchSchema.Exact<{
144
+ itemType: string;
145
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
146
+ }>>;
147
+ useFetchCreationsByTypeLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchCreationsByTypeQuery, searchSchema.Exact<{
148
+ itemType: string;
149
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
150
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchCreationsByTypeQuery, searchSchema.Exact<{
151
+ itemType: string;
152
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
153
+ }>>;
154
+ useFetchDynamicAssetLikesQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.Exact<{
155
+ assetId: string;
156
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.Exact<{
157
+ assetId: string;
158
+ }>>;
159
+ useFetchDynamicAssetLikesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.Exact<{
160
+ assetId: string;
161
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicAssetLikesQuery, searchSchema.Exact<{
162
+ assetId: string;
163
+ }>>;
164
+ useFetchDynamicAssetsLikesQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.Exact<{
165
+ assetIds: string[];
166
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.Exact<{
167
+ assetIds: string[];
168
+ }>>;
169
+ useFetchDynamicAssetsLikesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.Exact<{
170
+ assetIds: string[];
171
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicAssetsLikesQuery, searchSchema.Exact<{
172
+ assetIds: string[];
173
+ }>>;
174
+ useFetchDynamicCollectionDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
175
+ input: searchSchema.IDynamicCollectionDataInput;
176
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
177
+ input: searchSchema.IDynamicCollectionDataInput;
178
+ }>>;
179
+ useFetchDynamicCollectionDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
180
+ input: searchSchema.IDynamicCollectionDataInput;
181
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
182
+ input: searchSchema.IDynamicCollectionDataInput;
183
+ }>>;
184
+ useFetchDynamicCollectionsDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
185
+ input: searchSchema.IDynamicCollectionDataInput[];
186
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
187
+ input: searchSchema.IDynamicCollectionDataInput[];
188
+ }>>;
189
+ useFetchDynamicCollectionsDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
190
+ input: searchSchema.IDynamicCollectionDataInput[];
191
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
192
+ input: searchSchema.IDynamicCollectionDataInput[];
193
+ }>>;
194
+ useFindAllTopEntitiesByNameQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.Exact<{
195
+ name: string;
196
+ pageSize: number;
197
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.Exact<{
198
+ name: string;
199
+ pageSize: number;
200
+ }>>;
201
+ useFindAllTopEntitiesByNameLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.Exact<{
202
+ name: string;
203
+ pageSize: number;
204
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindAllTopEntitiesByNameQuery, searchSchema.Exact<{
205
+ name: string;
206
+ pageSize: number;
207
+ }>>;
208
+ useFetchUserPortfolioQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchUserPortfolioQuery, searchSchema.Exact<{
209
+ ownerId: string;
210
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFetchUserPortfolioQuery, searchSchema.Exact<{
211
+ ownerId: string;
212
+ }>>;
213
+ useFetchUserPortfolioLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchUserPortfolioQuery, searchSchema.Exact<{
214
+ ownerId: string;
215
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchUserPortfolioQuery, searchSchema.Exact<{
216
+ ownerId: string;
217
+ }>>;
218
+ useFindCreationsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
219
+ term: string;
220
+ input: searchSchema.ICreationFilterInput;
221
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
222
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
223
+ term: string;
224
+ input: searchSchema.ICreationFilterInput;
225
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
226
+ }>>;
227
+ useFindCreationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
228
+ term: string;
229
+ input: searchSchema.ICreationFilterInput;
230
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
231
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
232
+ term: string;
233
+ input: searchSchema.ICreationFilterInput;
234
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
235
+ }>>;
236
+ useFindProfilesByNameQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindProfilesByNameQuery, searchSchema.Exact<{
237
+ name: string;
238
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
239
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFindProfilesByNameQuery, searchSchema.Exact<{
240
+ name: string;
241
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
242
+ }>>;
243
+ useFindProfilesByNameLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindProfilesByNameQuery, searchSchema.Exact<{
244
+ name: string;
245
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
246
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindProfilesByNameQuery, searchSchema.Exact<{
247
+ name: string;
248
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
249
+ }>>;
250
+ useFindUserCreationsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
251
+ ownerId: string;
252
+ input: searchSchema.ICreationFilterInput;
253
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
254
+ }>>): import("@apollo/client").QueryResult<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
255
+ ownerId: string;
256
+ input: searchSchema.ICreationFilterInput;
257
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
258
+ }>>;
259
+ useFindUserCreationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
260
+ ownerId: string;
261
+ input: searchSchema.ICreationFilterInput;
262
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
263
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
264
+ ownerId: string;
265
+ input: searchSchema.ICreationFilterInput;
266
+ page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
267
+ }>>;
268
+ FetchAllCreationsDocument: import("graphql").DocumentNode;
269
+ FetchAssetByBlockchainDocument: import("graphql").DocumentNode;
270
+ FetchAssetsDocument: import("graphql").DocumentNode;
271
+ FetchCollectionDocument: import("graphql").DocumentNode;
272
+ FindCollectionsDocument: import("graphql").DocumentNode;
273
+ FetchCollectionsByIdsDocument: import("graphql").DocumentNode;
274
+ FetchCreationsByTypeDocument: import("graphql").DocumentNode;
275
+ FetchDynamicAssetLikesDocument: import("graphql").DocumentNode;
276
+ FetchDynamicAssetsLikesDocument: import("graphql").DocumentNode;
277
+ FetchDynamicCollectionDataDocument: import("graphql").DocumentNode;
278
+ FetchDynamicCollectionsDataDocument: import("graphql").DocumentNode;
279
+ FindAllTopEntitiesByNameDocument: import("graphql").DocumentNode;
280
+ FetchUserPortfolioDocument: import("graphql").DocumentNode;
281
+ FindCreationsDocument: import("graphql").DocumentNode;
282
+ FindProfilesByNameDocument: import("graphql").DocumentNode;
283
+ FindUserCreationsDocument: import("graphql").DocumentNode;
284
+ useSaveUserExpectationsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<preferencesSchema.ISaveUserExpectationsMutation, preferencesSchema.Exact<{
285
+ expectations: preferencesSchema.Maybe<string>[];
286
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<preferencesSchema.ISaveUserExpectationsMutation, preferencesSchema.Exact<{
287
+ expectations: preferencesSchema.Maybe<string>[];
288
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
289
+ useSaveUserInterestsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<preferencesSchema.ISaveUserInterestsMutation, preferencesSchema.Exact<{
290
+ interests: preferencesSchema.Maybe<string>[];
291
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<preferencesSchema.ISaveUserInterestsMutation, preferencesSchema.Exact<{
292
+ interests: preferencesSchema.Maybe<string>[];
293
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
294
+ useFetchExpectationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
295
+ [key: string]: never;
296
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
297
+ [key: string]: never;
298
+ }>>;
299
+ useFetchExpectationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
300
+ [key: string]: never;
301
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
302
+ [key: string]: never;
303
+ }>>;
304
+ useFetchInterestsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
305
+ [key: string]: never;
306
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
307
+ [key: string]: never;
308
+ }>>;
309
+ useFetchInterestsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
310
+ [key: string]: never;
311
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
312
+ [key: string]: never;
313
+ }>>;
314
+ useFetchSearchResultSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
315
+ [key: string]: never;
316
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
317
+ [key: string]: never;
318
+ }>>;
319
+ useFetchSearchResultSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
320
+ [key: string]: never;
321
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
322
+ [key: string]: never;
323
+ }>>;
324
+ useFetchSearchResultTimeSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
325
+ [key: string]: never;
326
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
327
+ [key: string]: never;
328
+ }>>;
329
+ useFetchSearchResultTimeSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
330
+ [key: string]: never;
331
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
332
+ [key: string]: never;
333
+ }>>;
334
+ useFetchUserExpectationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
335
+ [key: string]: never;
336
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
337
+ [key: string]: never;
338
+ }>>;
339
+ useFetchUserExpectationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
340
+ [key: string]: never;
341
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
342
+ [key: string]: never;
343
+ }>>;
344
+ useFetchUserInterestsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
345
+ [key: string]: never;
346
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
347
+ [key: string]: never;
348
+ }>>;
349
+ useFetchUserInterestsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
350
+ [key: string]: never;
351
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
352
+ [key: string]: never;
353
+ }>>;
354
+ useFetchSearchResultBlockchainSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
355
+ [key: string]: never;
356
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
357
+ [key: string]: never;
358
+ }>>;
359
+ useFetchSearchResultBlockchainSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
360
+ [key: string]: never;
361
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
362
+ [key: string]: never;
363
+ }>>;
364
+ useFetchSearchResultCategorySelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
365
+ [key: string]: never;
366
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
367
+ [key: string]: never;
368
+ }>>;
369
+ useFetchSearchResultCategorySelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
370
+ [key: string]: never;
371
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
372
+ [key: string]: never;
373
+ }>>;
374
+ useFetchSearchResultStatusSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
375
+ [key: string]: never;
376
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
377
+ [key: string]: never;
378
+ }>>;
379
+ useFetchSearchResultStatusSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
380
+ [key: string]: never;
381
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
382
+ [key: string]: never;
383
+ }>>;
384
+ useFetchSetsSearchResultTypeSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
385
+ [key: string]: never;
386
+ }>> | undefined): import("@apollo/client").QueryResult<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
387
+ [key: string]: never;
388
+ }>>;
389
+ useFetchSetsSearchResultTypeSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
390
+ [key: string]: never;
391
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
392
+ [key: string]: never;
393
+ }>>;
394
+ SaveUserExpectationsDocument: import("graphql").DocumentNode;
395
+ SaveUserInterestsDocument: import("graphql").DocumentNode;
396
+ FetchExpectationsDocument: import("graphql").DocumentNode;
397
+ FetchInterestsDocument: import("graphql").DocumentNode;
398
+ FetchSearchResultSelectionsDocument: import("graphql").DocumentNode;
399
+ FetchSearchResultTimeSelectionsDocument: import("graphql").DocumentNode;
400
+ FetchUserExpectationsDocument: import("graphql").DocumentNode;
401
+ FetchUserInterestsDocument: import("graphql").DocumentNode;
402
+ FetchSearchResultBlockchainSelectionsDocument: import("graphql").DocumentNode;
403
+ FetchSearchResultCategorySelectionsDocument: import("graphql").DocumentNode;
404
+ FetchSearchResultStatusSelectionsDocument: import("graphql").DocumentNode;
405
+ FetchSetsSearchResultTypeSelectionsDocument: import("graphql").DocumentNode;
406
+ useCreateOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.ICreateOpportunityMutation, opportunitiesSchema.Exact<{
407
+ input: opportunitiesSchema.IOpportunityInput;
408
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.ICreateOpportunityMutation, opportunitiesSchema.Exact<{
409
+ input: opportunitiesSchema.IOpportunityInput;
410
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
411
+ useOpenOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.IOpenOpportunityMutation, opportunitiesSchema.Exact<{
412
+ opportunityId: string;
413
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.IOpenOpportunityMutation, opportunitiesSchema.Exact<{
414
+ opportunityId: string;
415
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
416
+ useFetchOpportunitiesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
417
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
418
+ }>> | undefined): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
419
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
420
+ }>>;
421
+ useFetchOpportunitiesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
422
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
423
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
424
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
425
+ }>>;
426
+ CreateOpportunityDocument: import("graphql").DocumentNode;
427
+ OpenOpportunityDocument: import("graphql").DocumentNode;
428
+ FetchOpportunitiesDocument: import("graphql").DocumentNode;
429
+ useDeleteGalleryBannerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<mediasSchema.IDeleteGalleryBannerMutation, mediasSchema.Exact<{
430
+ galleryId: string;
431
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<mediasSchema.IDeleteGalleryBannerMutation, mediasSchema.Exact<{
432
+ galleryId: string;
433
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
434
+ useUploadGalleryBannerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<mediasSchema.IUploadGalleryBannerMutation, mediasSchema.Exact<{
435
+ galleryId: string;
436
+ file: any;
437
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<mediasSchema.IUploadGalleryBannerMutation, mediasSchema.Exact<{
438
+ galleryId: string;
439
+ file: any;
440
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
441
+ useFetchUserpicQuery(baseOptions: import("@apollo/client").QueryHookOptions<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
442
+ userId: string;
443
+ }>>): import("@apollo/client").QueryResult<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
444
+ userId: string;
445
+ }>>;
446
+ useFetchUserpicLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
447
+ userId: string;
448
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
449
+ userId: string;
450
+ }>>;
451
+ DeleteGalleryBannerDocument: import("graphql").DocumentNode;
452
+ UploadGalleryBannerDocument: import("graphql").DocumentNode;
453
+ FetchUserpicDocument: import("graphql").DocumentNode;
454
+ useAddWalletElrondMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletElrondMutation, identitySchema.Exact<{
455
+ signature: string;
456
+ address: string;
457
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletElrondMutation, identitySchema.Exact<{
458
+ signature: string;
459
+ address: string;
460
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
461
+ useAddWalletFlowMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletFlowMutation, identitySchema.Exact<{
462
+ signature: string;
463
+ address: string;
464
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletFlowMutation, identitySchema.Exact<{
465
+ signature: string;
466
+ address: string;
467
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
468
+ useAddWalletMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletMetamaskMutation, identitySchema.Exact<{
469
+ signature: string;
470
+ address: string;
471
+ chainId: string;
472
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletMetamaskMutation, identitySchema.Exact<{
473
+ signature: string;
474
+ address: string;
475
+ chainId: string;
476
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
477
+ useAddWalletSolanaMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletSolanaMutation, identitySchema.Exact<{
478
+ signature: string;
479
+ pubkey: string;
480
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletSolanaMutation, identitySchema.Exact<{
481
+ signature: string;
482
+ pubkey: string;
483
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
484
+ useAddWalletTezosMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletTezosMutation, identitySchema.Exact<{
485
+ signature: string;
486
+ pubkey: string;
487
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletTezosMutation, identitySchema.Exact<{
488
+ signature: string;
489
+ pubkey: string;
490
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
491
+ useCreateNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateNonceMutation, identitySchema.Exact<{
492
+ address: string;
493
+ blockchain: string;
494
+ chainId?: identitySchema.Maybe<string> | undefined;
495
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ICreateNonceMutation, identitySchema.Exact<{
496
+ address: string;
497
+ blockchain: string;
498
+ chainId?: identitySchema.Maybe<string> | undefined;
499
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
500
+ useGenerateNewInviteCodesMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IGenerateNewInviteCodesMutation, identitySchema.Exact<{
501
+ codesNum: number;
502
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IGenerateNewInviteCodesMutation, identitySchema.Exact<{
503
+ codesNum: number;
504
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
505
+ useUseInviteCodeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IUseInviteCodeMutation, identitySchema.Exact<{
506
+ inviteCode: string;
507
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IUseInviteCodeMutation, identitySchema.Exact<{
508
+ inviteCode: string;
509
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
510
+ useRemoveWalletMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IRemoveWalletMutation, identitySchema.Exact<{
511
+ blockchain: string;
512
+ address: string;
513
+ chainId?: identitySchema.Maybe<string> | undefined;
514
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IRemoveWalletMutation, identitySchema.Exact<{
515
+ blockchain: string;
516
+ address: string;
517
+ chainId?: identitySchema.Maybe<string> | undefined;
518
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
519
+ useSaveEmailOfJoinerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISaveEmailOfJoinerMutation, identitySchema.Exact<{
520
+ email: string;
521
+ isSubscribed: boolean;
522
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISaveEmailOfJoinerMutation, identitySchema.Exact<{
523
+ email: string;
524
+ isSubscribed: boolean;
525
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
526
+ useSetMainWalletMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISetMainWalletMutation, identitySchema.Exact<{
527
+ blockchain: string;
528
+ address: string;
529
+ chainId?: identitySchema.Maybe<string> | undefined;
530
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISetMainWalletMutation, identitySchema.Exact<{
531
+ blockchain: string;
532
+ address: string;
533
+ chainId?: identitySchema.Maybe<string> | undefined;
534
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
535
+ useSignInAdminMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInAdminMetamaskMutation, identitySchema.Exact<{
536
+ signature: string;
537
+ address: string;
538
+ chainId: string;
539
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInAdminMetamaskMutation, identitySchema.Exact<{
540
+ signature: string;
541
+ address: string;
542
+ chainId: string;
543
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
544
+ useSignInElrondMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInElrondMutation, identitySchema.Exact<{
545
+ signature: string;
546
+ address: string;
547
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInElrondMutation, identitySchema.Exact<{
548
+ signature: string;
549
+ address: string;
550
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
551
+ useSignInFlowMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInFlowMutation, identitySchema.Exact<{
552
+ signature: string;
553
+ address: string;
554
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInFlowMutation, identitySchema.Exact<{
555
+ signature: string;
556
+ address: string;
557
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
558
+ useSignInMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInMetamaskMutation, identitySchema.Exact<{
559
+ signature: string;
560
+ address: string;
561
+ chainId: string;
562
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInMetamaskMutation, identitySchema.Exact<{
563
+ signature: string;
564
+ address: string;
565
+ chainId: string;
566
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
567
+ useSignInSolanaMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInSolanaMutation, identitySchema.Exact<{
568
+ signature: string;
569
+ pubkey: string;
570
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInSolanaMutation, identitySchema.Exact<{
571
+ signature: string;
572
+ pubkey: string;
573
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
574
+ useSignInTezosMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInTezosMutation, identitySchema.Exact<{
575
+ signature: string;
576
+ pubkey: string;
577
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInTezosMutation, identitySchema.Exact<{
578
+ signature: string;
579
+ pubkey: string;
580
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
581
+ useUpdateProfileMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IUpdateProfileMutation, identitySchema.Exact<{
582
+ username?: identitySchema.Maybe<string> | undefined;
583
+ about?: identitySchema.Maybe<string> | undefined;
584
+ facebook?: identitySchema.Maybe<string> | undefined;
585
+ twitter?: identitySchema.Maybe<string> | undefined;
586
+ instagram?: identitySchema.Maybe<string> | undefined;
587
+ website?: identitySchema.Maybe<string> | undefined;
588
+ showNsfw?: identitySchema.Maybe<boolean> | undefined;
589
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IUpdateProfileMutation, identitySchema.Exact<{
590
+ username?: identitySchema.Maybe<string> | undefined;
591
+ about?: identitySchema.Maybe<string> | undefined;
592
+ facebook?: identitySchema.Maybe<string> | undefined;
593
+ twitter?: identitySchema.Maybe<string> | undefined;
594
+ instagram?: identitySchema.Maybe<string> | undefined;
595
+ website?: identitySchema.Maybe<string> | undefined;
596
+ showNsfw?: identitySchema.Maybe<boolean> | undefined;
597
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
598
+ useFetchMultiversXAuditQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
599
+ wallet: string;
600
+ }>>): import("@apollo/client").QueryResult<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
601
+ wallet: string;
602
+ }>>;
603
+ useFetchMultiversXAuditLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
604
+ wallet: string;
605
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
606
+ wallet: string;
607
+ }>>;
608
+ useFetchProfileQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
609
+ userId: string;
610
+ }>>): import("@apollo/client").QueryResult<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
611
+ userId: string;
612
+ }>>;
613
+ useFetchProfileLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
614
+ userId: string;
615
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
616
+ userId: string;
617
+ }>>;
618
+ useFetchUserWalletsQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
619
+ userId: string;
620
+ }>>): import("@apollo/client").QueryResult<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
621
+ userId: string;
622
+ }>>;
623
+ useFetchUserWalletsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
624
+ userId: string;
625
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
626
+ userId: string;
627
+ }>>;
628
+ useGetMyInviteCodesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<identitySchema.IGetMyInviteCodesQuery, identitySchema.Exact<{
629
+ [key: string]: never;
630
+ }>> | undefined): import("@apollo/client").QueryResult<identitySchema.IGetMyInviteCodesQuery, identitySchema.Exact<{
631
+ [key: string]: never;
632
+ }>>;
633
+ useGetMyInviteCodesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IGetMyInviteCodesQuery, identitySchema.Exact<{
634
+ [key: string]: never;
635
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IGetMyInviteCodesQuery, identitySchema.Exact<{
636
+ [key: string]: never;
637
+ }>>;
638
+ IRole: typeof identitySchema.IRole;
639
+ AddWalletElrondDocument: import("graphql").DocumentNode;
640
+ AddWalletFlowDocument: import("graphql").DocumentNode;
641
+ AddWalletMetamaskDocument: import("graphql").DocumentNode;
642
+ AddWalletSolanaDocument: import("graphql").DocumentNode;
643
+ AddWalletTezosDocument: import("graphql").DocumentNode;
644
+ CreateNonceDocument: import("graphql").DocumentNode;
645
+ GenerateNewInviteCodesDocument: import("graphql").DocumentNode;
646
+ UseInviteCodeDocument: import("graphql").DocumentNode;
647
+ RemoveWalletDocument: import("graphql").DocumentNode;
648
+ SaveEmailOfJoinerDocument: import("graphql").DocumentNode;
649
+ SetMainWalletDocument: import("graphql").DocumentNode;
650
+ SignInAdminMetamaskDocument: import("graphql").DocumentNode;
651
+ SignInElrondDocument: import("graphql").DocumentNode;
652
+ SignInFlowDocument: import("graphql").DocumentNode;
653
+ SignInMetamaskDocument: import("graphql").DocumentNode;
654
+ SignInSolanaDocument: import("graphql").DocumentNode;
655
+ SignInTezosDocument: import("graphql").DocumentNode;
656
+ UpdateProfileDocument: import("graphql").DocumentNode;
657
+ FetchMultiversXAuditDocument: import("graphql").DocumentNode;
658
+ FetchProfileDocument: import("graphql").DocumentNode;
659
+ FetchUserWalletsDocument: import("graphql").DocumentNode;
660
+ GetMyInviteCodesDocument: import("graphql").DocumentNode;
661
+ useAddAssetsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddAssetsToGalleryV2Mutation, galleriesSchema.Exact<{
662
+ galleryId: string;
663
+ assetIds: string[];
664
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IAddAssetsToGalleryV2Mutation, galleriesSchema.Exact<{
665
+ galleryId: string;
666
+ assetIds: string[];
667
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
668
+ useAddCollectionsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddCollectionsToGalleryV2Mutation, galleriesSchema.Exact<{
669
+ galleryId: string;
670
+ collectionIds: string[];
671
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IAddCollectionsToGalleryV2Mutation, galleriesSchema.Exact<{
672
+ galleryId: string;
673
+ collectionIds: string[];
674
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
675
+ useAddCreationsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddCreationsToGalleryV2Mutation, galleriesSchema.Exact<{
676
+ galleryId: string;
677
+ creationIds: string[];
678
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IAddCreationsToGalleryV2Mutation, galleriesSchema.Exact<{
679
+ galleryId: string;
680
+ creationIds: string[];
681
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
682
+ useCreateFavoriteListV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.ICreateFavoriteListV2Mutation, galleriesSchema.Exact<{
683
+ name: string;
684
+ description?: galleriesSchema.Maybe<string> | undefined;
685
+ publicAccessible?: galleriesSchema.Maybe<boolean> | undefined;
686
+ creationIds?: galleriesSchema.Maybe<galleriesSchema.Maybe<string>[]> | undefined;
687
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.ICreateFavoriteListV2Mutation, galleriesSchema.Exact<{
688
+ name: string;
689
+ description?: galleriesSchema.Maybe<string> | undefined;
690
+ publicAccessible?: galleriesSchema.Maybe<boolean> | undefined;
691
+ creationIds?: galleriesSchema.Maybe<galleriesSchema.Maybe<string>[]> | undefined;
692
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
693
+ useCreateGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.ICreateGalleryV2Mutation, galleriesSchema.Exact<{
694
+ name: string;
695
+ description?: galleriesSchema.Maybe<string> | undefined;
696
+ publicAccessible?: galleriesSchema.Maybe<boolean> | undefined;
697
+ creationIds?: galleriesSchema.Maybe<galleriesSchema.Maybe<string>[]> | undefined;
698
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.ICreateGalleryV2Mutation, galleriesSchema.Exact<{
699
+ name: string;
700
+ description?: galleriesSchema.Maybe<string> | undefined;
701
+ publicAccessible?: galleriesSchema.Maybe<boolean> | undefined;
702
+ creationIds?: galleriesSchema.Maybe<galleriesSchema.Maybe<string>[]> | undefined;
703
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
704
+ useDeleteGalleryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IDeleteGalleryMutation, galleriesSchema.Exact<{
705
+ galleryId: string;
706
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IDeleteGalleryMutation, galleriesSchema.Exact<{
707
+ galleryId: string;
708
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
709
+ useEditGalleryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IEditGalleryMutation, galleriesSchema.Exact<{
710
+ galleryId: string;
711
+ name?: galleriesSchema.Maybe<string> | undefined;
712
+ description?: galleriesSchema.Maybe<string> | undefined;
713
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IEditGalleryMutation, galleriesSchema.Exact<{
714
+ galleryId: string;
715
+ name?: galleriesSchema.Maybe<string> | undefined;
716
+ description?: galleriesSchema.Maybe<string> | undefined;
717
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
718
+ useRemoveAssetFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveAssetFromGalleryV2Mutation, galleriesSchema.Exact<{
719
+ galleryId: string;
720
+ assetId: string;
721
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveAssetFromGalleryV2Mutation, galleriesSchema.Exact<{
722
+ galleryId: string;
723
+ assetId: string;
724
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
725
+ useRemoveCollectionFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveCollectionFromGalleryV2Mutation, galleriesSchema.Exact<{
726
+ galleryId: string;
727
+ collectionId: string;
728
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveCollectionFromGalleryV2Mutation, galleriesSchema.Exact<{
729
+ galleryId: string;
730
+ collectionId: string;
731
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
732
+ useRemoveCreationFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveCreationFromGalleryV2Mutation, galleriesSchema.Exact<{
733
+ galleryId: string;
734
+ creationId: string;
735
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveCreationFromGalleryV2Mutation, galleriesSchema.Exact<{
736
+ galleryId: string;
737
+ creationId: string;
738
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
739
+ useFetchGalleryV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
740
+ galleryId: string;
741
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
742
+ galleryId: string;
743
+ }>>;
744
+ useFetchGalleryV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
745
+ galleryId: string;
746
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
747
+ galleryId: string;
748
+ }>>;
749
+ useFetchMyFavoritesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
750
+ pageSize: number;
751
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
752
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
753
+ pageSize: number;
754
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
755
+ }>>;
756
+ useFetchMyFavoritesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
757
+ pageSize: number;
758
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
759
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
760
+ pageSize: number;
761
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
762
+ }>>;
763
+ useFetchMyGalleriesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
764
+ pageSize: number;
765
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
766
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
767
+ pageSize: number;
768
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
769
+ }>>;
770
+ useFetchMyGalleriesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
771
+ pageSize: number;
772
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
773
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
774
+ pageSize: number;
775
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
776
+ }>>;
777
+ useFetchUserFavoritesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
778
+ userId: string;
779
+ pageSize: number;
780
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
781
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
782
+ userId: string;
783
+ pageSize: number;
784
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
785
+ }>>;
786
+ useFetchUserFavoritesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
787
+ userId: string;
788
+ pageSize: number;
789
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
790
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
791
+ userId: string;
792
+ pageSize: number;
793
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
794
+ }>>;
795
+ useFetchUserGalleriesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
796
+ userId: string;
797
+ pageSize: number;
798
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
799
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
800
+ userId: string;
801
+ pageSize: number;
802
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
803
+ }>>;
804
+ useFetchUserGalleriesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
805
+ userId: string;
806
+ pageSize: number;
807
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
808
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
809
+ userId: string;
810
+ pageSize: number;
811
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
812
+ }>>;
813
+ AddAssetsToGalleryV2Document: import("graphql").DocumentNode;
814
+ AddCollectionsToGalleryV2Document: import("graphql").DocumentNode;
815
+ AddCreationsToGalleryV2Document: import("graphql").DocumentNode;
816
+ CreateFavoriteListV2Document: import("graphql").DocumentNode;
817
+ CreateGalleryV2Document: import("graphql").DocumentNode;
818
+ DeleteGalleryDocument: import("graphql").DocumentNode;
819
+ EditGalleryDocument: import("graphql").DocumentNode;
820
+ RemoveAssetFromGalleryV2Document: import("graphql").DocumentNode;
821
+ RemoveCollectionFromGalleryV2Document: import("graphql").DocumentNode;
822
+ RemoveCreationFromGalleryV2Document: import("graphql").DocumentNode;
823
+ FetchGalleryV2Document: import("graphql").DocumentNode;
824
+ FetchMyFavoritesV2Document: import("graphql").DocumentNode;
825
+ FetchMyGalleriesV2Document: import("graphql").DocumentNode;
826
+ FetchUserFavoritesV2Document: import("graphql").DocumentNode;
827
+ FetchUserGalleriesV2Document: import("graphql").DocumentNode;
828
+ useHideOpportunityV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IHideOpportunityV2Mutation, extensionSchema.Exact<{
829
+ opportunityId: string;
830
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<extensionSchema.IHideOpportunityV2Mutation, extensionSchema.Exact<{
831
+ opportunityId: string;
832
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
833
+ useOpenOpportunityV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IOpenOpportunityV2Mutation, extensionSchema.Exact<{
834
+ opportunityId: string;
835
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<extensionSchema.IOpenOpportunityV2Mutation, extensionSchema.Exact<{
836
+ opportunityId: string;
837
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
838
+ useVisitPageV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IVisitPageV2Mutation, extensionSchema.Exact<{
839
+ domain: string;
840
+ title: string;
841
+ description?: extensionSchema.Maybe<string> | undefined;
842
+ tags?: extensionSchema.Maybe<extensionSchema.Maybe<string>[]> | undefined;
843
+ brandId?: extensionSchema.Maybe<string> | undefined;
844
+ category?: extensionSchema.Maybe<string> | undefined;
845
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<extensionSchema.IVisitPageV2Mutation, extensionSchema.Exact<{
846
+ domain: string;
847
+ title: string;
848
+ description?: extensionSchema.Maybe<string> | undefined;
849
+ tags?: extensionSchema.Maybe<extensionSchema.Maybe<string>[]> | undefined;
850
+ brandId?: extensionSchema.Maybe<string> | undefined;
851
+ category?: extensionSchema.Maybe<string> | undefined;
852
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
853
+ useFetchCollectionRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
854
+ collectionKeys: extensionSchema.ICollectionKey[];
855
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
856
+ collectionKeys: extensionSchema.ICollectionKey[];
857
+ }>>;
858
+ useFetchCollectionRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
859
+ collectionKeys: extensionSchema.ICollectionKey[];
860
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
861
+ collectionKeys: extensionSchema.ICollectionKey[];
862
+ }>>;
863
+ useFetchExtensionBrandsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
864
+ [key: string]: never;
865
+ }>> | undefined): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
866
+ [key: string]: never;
867
+ }>>;
868
+ useFetchExtensionBrandsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
869
+ [key: string]: never;
870
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
871
+ [key: string]: never;
872
+ }>>;
873
+ useFetchExtensionCategoriesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
874
+ [key: string]: never;
875
+ }>> | undefined): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
876
+ [key: string]: never;
877
+ }>>;
878
+ useFetchExtensionCategoriesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
879
+ [key: string]: never;
880
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
881
+ [key: string]: never;
882
+ }>>;
883
+ useFetchExtensionOpportunitiesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
884
+ domain: string;
885
+ brandId?: extensionSchema.Maybe<string> | undefined;
886
+ categoryId?: extensionSchema.Maybe<string> | undefined;
887
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
888
+ domain: string;
889
+ brandId?: extensionSchema.Maybe<string> | undefined;
890
+ categoryId?: extensionSchema.Maybe<string> | undefined;
891
+ }>>;
892
+ useFetchExtensionOpportunitiesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
893
+ domain: string;
894
+ brandId?: extensionSchema.Maybe<string> | undefined;
895
+ categoryId?: extensionSchema.Maybe<string> | undefined;
896
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
897
+ domain: string;
898
+ brandId?: extensionSchema.Maybe<string> | undefined;
899
+ categoryId?: extensionSchema.Maybe<string> | undefined;
900
+ }>>;
901
+ useFetchNftDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
902
+ blockchain: string;
903
+ contractAddress?: extensionSchema.Maybe<string> | undefined;
904
+ tokenId?: extensionSchema.Maybe<string> | undefined;
905
+ elrondId?: extensionSchema.Maybe<string> | undefined;
906
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
907
+ blockchain: string;
908
+ contractAddress?: extensionSchema.Maybe<string> | undefined;
909
+ tokenId?: extensionSchema.Maybe<string> | undefined;
910
+ elrondId?: extensionSchema.Maybe<string> | undefined;
911
+ }>>;
912
+ useFetchNftDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
913
+ blockchain: string;
914
+ contractAddress?: extensionSchema.Maybe<string> | undefined;
915
+ tokenId?: extensionSchema.Maybe<string> | undefined;
916
+ elrondId?: extensionSchema.Maybe<string> | undefined;
917
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
918
+ blockchain: string;
919
+ contractAddress?: extensionSchema.Maybe<string> | undefined;
920
+ tokenId?: extensionSchema.Maybe<string> | undefined;
921
+ elrondId?: extensionSchema.Maybe<string> | undefined;
922
+ }>>;
923
+ useFetchNftRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
924
+ nftKeys: extensionSchema.INftKey[];
925
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
926
+ nftKeys: extensionSchema.INftKey[];
927
+ }>>;
928
+ useFetchNftRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
929
+ nftKeys: extensionSchema.INftKey[];
930
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
931
+ nftKeys: extensionSchema.INftKey[];
932
+ }>>;
933
+ useFetchWalletRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
934
+ wallets: string[];
935
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
936
+ wallets: string[];
937
+ }>>;
938
+ useFetchWalletRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
939
+ wallets: string[];
940
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
941
+ wallets: string[];
942
+ }>>;
943
+ HideOpportunityV2Document: import("graphql").DocumentNode;
944
+ OpenOpportunityV2Document: import("graphql").DocumentNode;
945
+ VisitPageV2Document: import("graphql").DocumentNode;
946
+ FetchCollectionRanksDocument: import("graphql").DocumentNode;
947
+ FetchExtensionBrandsDocument: import("graphql").DocumentNode;
948
+ FetchExtensionCategoriesDocument: import("graphql").DocumentNode;
949
+ FetchExtensionOpportunitiesV2Document: import("graphql").DocumentNode;
950
+ FetchNftDataDocument: import("graphql").DocumentNode;
951
+ FetchNftRanksDocument: import("graphql").DocumentNode;
952
+ FetchWalletRanksDocument: import("graphql").DocumentNode;
953
+ useFetchMyExperienceV2Query(baseOptions?: import("@apollo/client").QueryHookOptions<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
954
+ [key: string]: never;
955
+ }>> | undefined): import("@apollo/client").QueryResult<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
956
+ [key: string]: never;
957
+ }>>;
958
+ useFetchMyExperienceV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
959
+ [key: string]: never;
960
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
961
+ [key: string]: never;
962
+ }>>;
963
+ useFetchMyTasksQuery(baseOptions?: import("@apollo/client").QueryHookOptions<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
964
+ [key: string]: never;
965
+ }>> | undefined): import("@apollo/client").QueryResult<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
966
+ [key: string]: never;
967
+ }>>;
968
+ useFetchMyTasksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
969
+ [key: string]: never;
970
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
971
+ [key: string]: never;
972
+ }>>;
973
+ useOnInviteCodeUsedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnInviteCodeUsedSubscription, experiencesSchema.Exact<{
974
+ authToken: string;
975
+ }>>): import("@apollo/client").SubscriptionResult<experiencesSchema.IOnInviteCodeUsedSubscription, experiencesSchema.Exact<{
976
+ authToken: string;
977
+ }>>;
978
+ useOnMyExperienceIncrementedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceIncrementedSubscription, experiencesSchema.Exact<{
979
+ authToken: string;
980
+ }>>): import("@apollo/client").SubscriptionResult<experiencesSchema.IOnMyExperienceIncrementedSubscription, experiencesSchema.Exact<{
981
+ authToken: string;
982
+ }>>;
983
+ useOnMyExperienceUpdatedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceUpdatedSubscription, experiencesSchema.Exact<{
984
+ authToken: string;
985
+ }>>): import("@apollo/client").SubscriptionResult<experiencesSchema.IOnMyExperienceUpdatedSubscription, experiencesSchema.Exact<{
986
+ authToken: string;
987
+ }>>;
988
+ FetchMyExperienceV2Document: import("graphql").DocumentNode;
989
+ FetchMyTasksDocument: import("graphql").DocumentNode;
990
+ OnInviteCodeUsedDocument: import("graphql").DocumentNode;
991
+ OnMyExperienceIncrementedDocument: import("graphql").DocumentNode;
992
+ OnMyExperienceUpdatedDocument: import("graphql").DocumentNode;
993
+ useDislikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.Exact<{
994
+ collectionId: string;
995
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.Exact<{
996
+ collectionId: string;
997
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
998
+ useLikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.ILikeCollectionMutation, collectionsSchema.Exact<{
999
+ collectionId: string;
1000
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<collectionsSchema.ILikeCollectionMutation, collectionsSchema.Exact<{
1001
+ collectionId: string;
1002
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1003
+ DislikeCollectionDocument: import("graphql").DocumentNode;
1004
+ LikeCollectionDocument: import("graphql").DocumentNode;
1005
+ useRefreshTokenMutation(baseOptions?: import("@apollo/client").MutationHookOptions<authSchema.IRefreshTokenMutation, authSchema.Exact<{
1006
+ refreshToken: string;
1007
+ showNsfw?: authSchema.Maybe<boolean> | undefined;
1008
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<authSchema.IRefreshTokenMutation, authSchema.Exact<{
1009
+ refreshToken: string;
1010
+ showNsfw?: authSchema.Maybe<boolean> | undefined;
1011
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1012
+ useRevokeTokenMutation(baseOptions?: import("@apollo/client").MutationHookOptions<authSchema.IRevokeTokenMutation, authSchema.Exact<{
1013
+ [key: string]: never;
1014
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<authSchema.IRevokeTokenMutation, authSchema.Exact<{
1015
+ [key: string]: never;
1016
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1017
+ RefreshTokenDocument: import("graphql").DocumentNode;
1018
+ RevokeTokenDocument: import("graphql").DocumentNode;
1019
+ useDislikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.IDislikeAssetMutation, assetSchema.Exact<{
1020
+ assetId: string;
1021
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<assetSchema.IDislikeAssetMutation, assetSchema.Exact<{
1022
+ assetId: string;
1023
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1024
+ useLikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.ILikeAssetMutation, assetSchema.Exact<{
1025
+ assetId: string;
1026
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<assetSchema.ILikeAssetMutation, assetSchema.Exact<{
1027
+ assetId: string;
1028
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1029
+ DislikeAssetDocument: import("graphql").DocumentNode;
1030
+ LikeAssetDocument: import("graphql").DocumentNode;
1031
+ useChangeXpPointsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IChangeXpPointsMutation, adminSchema.Exact<{
1032
+ userId: string;
1033
+ pointsDiff: number;
1034
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IChangeXpPointsMutation, adminSchema.Exact<{
1035
+ userId: string;
1036
+ pointsDiff: number;
1037
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1038
+ useCreateCategoryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateCategoryMutation, adminSchema.Exact<{
1039
+ name: string;
1040
+ matchingWords: string[];
1041
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateCategoryMutation, adminSchema.Exact<{
1042
+ name: string;
1043
+ matchingWords: string[];
1044
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1045
+ useCreateBrandMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateBrandMutation, adminSchema.Exact<{
1046
+ brand: adminSchema.IBrandInput;
1047
+ file?: any;
1048
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateBrandMutation, adminSchema.Exact<{
1049
+ brand: adminSchema.IBrandInput;
1050
+ file?: any;
1051
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1052
+ useCreateAdminOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateAdminOpportunityMutation, adminSchema.Exact<{
1053
+ file?: any;
1054
+ input: adminSchema.IAdminOpportunityInput;
1055
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateAdminOpportunityMutation, adminSchema.Exact<{
1056
+ file?: any;
1057
+ input: adminSchema.IAdminOpportunityInput;
1058
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1059
+ useAddInviteCodesMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IAddInviteCodesMutation, adminSchema.Exact<{
1060
+ userId: string;
1061
+ codesNum: number;
1062
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IAddInviteCodesMutation, adminSchema.Exact<{
1063
+ userId: string;
1064
+ codesNum: number;
1065
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1066
+ useRemoveInviteCodeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IRemoveInviteCodeMutation, adminSchema.Exact<{
1067
+ inviteCode: string;
1068
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IRemoveInviteCodeMutation, adminSchema.Exact<{
1069
+ inviteCode: string;
1070
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1071
+ useUpdateBrandArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateBrandArchivedStatusMutation, adminSchema.Exact<{
1072
+ id: string;
1073
+ isArchived: boolean;
1074
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateBrandArchivedStatusMutation, adminSchema.Exact<{
1075
+ id: string;
1076
+ isArchived: boolean;
1077
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1078
+ useUpdateCategoryArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateCategoryArchivedStatusMutation, adminSchema.Exact<{
1079
+ id: string;
1080
+ isArchived: boolean;
1081
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateCategoryArchivedStatusMutation, adminSchema.Exact<{
1082
+ id: string;
1083
+ isArchived: boolean;
1084
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1085
+ useUpdateProfileStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateProfileStatusMutation, adminSchema.Exact<{
1086
+ userId: string;
1087
+ isActive: boolean;
1088
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateProfileStatusMutation, adminSchema.Exact<{
1089
+ userId: string;
1090
+ isActive: boolean;
1091
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1092
+ useFetchAdminBrandsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1093
+ [key: string]: never;
1094
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1095
+ [key: string]: never;
1096
+ }>>;
1097
+ useFetchAdminBrandsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1098
+ [key: string]: never;
1099
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1100
+ [key: string]: never;
1101
+ }>>;
1102
+ useFetchAdminBrandsPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1103
+ filter: adminSchema.IBrandsFilterInput;
1104
+ sort: adminSchema.IBrandsSortInput;
1105
+ page: adminSchema.IAdminPageInput;
1106
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1107
+ filter: adminSchema.IBrandsFilterInput;
1108
+ sort: adminSchema.IBrandsSortInput;
1109
+ page: adminSchema.IAdminPageInput;
1110
+ }>>;
1111
+ useFetchAdminBrandsPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1112
+ filter: adminSchema.IBrandsFilterInput;
1113
+ sort: adminSchema.IBrandsSortInput;
1114
+ page: adminSchema.IAdminPageInput;
1115
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1116
+ filter: adminSchema.IBrandsFilterInput;
1117
+ sort: adminSchema.IBrandsSortInput;
1118
+ page: adminSchema.IAdminPageInput;
1119
+ }>>;
1120
+ useFetchAdminCategoriesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1121
+ [key: string]: never;
1122
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1123
+ [key: string]: never;
1124
+ }>>;
1125
+ useFetchAdminCategoriesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1126
+ [key: string]: never;
1127
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1128
+ [key: string]: never;
1129
+ }>>;
1130
+ useFetchAdminCategoriesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1131
+ filter: adminSchema.ICategoriesFilterInput;
1132
+ sort: adminSchema.ICategoriesSortInput;
1133
+ page: adminSchema.IAdminPageInput;
1134
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1135
+ filter: adminSchema.ICategoriesFilterInput;
1136
+ sort: adminSchema.ICategoriesSortInput;
1137
+ page: adminSchema.IAdminPageInput;
1138
+ }>>;
1139
+ useFetchAdminCategoriesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1140
+ filter: adminSchema.ICategoriesFilterInput;
1141
+ sort: adminSchema.ICategoriesSortInput;
1142
+ page: adminSchema.IAdminPageInput;
1143
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1144
+ filter: adminSchema.ICategoriesFilterInput;
1145
+ sort: adminSchema.ICategoriesSortInput;
1146
+ page: adminSchema.IAdminPageInput;
1147
+ }>>;
1148
+ useFetchAdminInvitesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1149
+ filter: adminSchema.IInvitesFilterInput;
1150
+ sort: adminSchema.IInvitesSortInput;
1151
+ page: adminSchema.IAdminPageInput;
1152
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1153
+ filter: adminSchema.IInvitesFilterInput;
1154
+ sort: adminSchema.IInvitesSortInput;
1155
+ page: adminSchema.IAdminPageInput;
1156
+ }>>;
1157
+ useFetchAdminInvitesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1158
+ filter: adminSchema.IInvitesFilterInput;
1159
+ sort: adminSchema.IInvitesSortInput;
1160
+ page: adminSchema.IAdminPageInput;
1161
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1162
+ filter: adminSchema.IInvitesFilterInput;
1163
+ sort: adminSchema.IInvitesSortInput;
1164
+ page: adminSchema.IAdminPageInput;
1165
+ }>>;
1166
+ useFetchAdminOpportunitiesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1167
+ filter: adminSchema.IOpportunitiesFilterInput;
1168
+ sort: adminSchema.IOpportunitiesSortInput;
1169
+ page: adminSchema.IAdminPageInput;
1170
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1171
+ filter: adminSchema.IOpportunitiesFilterInput;
1172
+ sort: adminSchema.IOpportunitiesSortInput;
1173
+ page: adminSchema.IAdminPageInput;
1174
+ }>>;
1175
+ useFetchAdminOpportunitiesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1176
+ filter: adminSchema.IOpportunitiesFilterInput;
1177
+ sort: adminSchema.IOpportunitiesSortInput;
1178
+ page: adminSchema.IAdminPageInput;
1179
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1180
+ filter: adminSchema.IOpportunitiesFilterInput;
1181
+ sort: adminSchema.IOpportunitiesSortInput;
1182
+ page: adminSchema.IAdminPageInput;
1183
+ }>>;
1184
+ useFetchAdminReferralsPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1185
+ filter: adminSchema.IReferralsFilterInput;
1186
+ sort: adminSchema.IReferralsSortInput;
1187
+ page: adminSchema.IAdminPageInput;
1188
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1189
+ filter: adminSchema.IReferralsFilterInput;
1190
+ sort: adminSchema.IReferralsSortInput;
1191
+ page: adminSchema.IAdminPageInput;
1192
+ }>>;
1193
+ useFetchAdminReferralsPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1194
+ filter: adminSchema.IReferralsFilterInput;
1195
+ sort: adminSchema.IReferralsSortInput;
1196
+ page: adminSchema.IAdminPageInput;
1197
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1198
+ filter: adminSchema.IReferralsFilterInput;
1199
+ sort: adminSchema.IReferralsSortInput;
1200
+ page: adminSchema.IAdminPageInput;
1201
+ }>>;
1202
+ useFetchAdminUsersPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1203
+ filter: adminSchema.IUsersFilterInput;
1204
+ sort: adminSchema.IUsersSortInput;
1205
+ page: adminSchema.IAdminPageInput;
1206
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1207
+ filter: adminSchema.IUsersFilterInput;
1208
+ sort: adminSchema.IUsersSortInput;
1209
+ page: adminSchema.IAdminPageInput;
1210
+ }>>;
1211
+ useFetchAdminUsersPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1212
+ filter: adminSchema.IUsersFilterInput;
1213
+ sort: adminSchema.IUsersSortInput;
1214
+ page: adminSchema.IAdminPageInput;
1215
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1216
+ filter: adminSchema.IUsersFilterInput;
1217
+ sort: adminSchema.IUsersSortInput;
1218
+ page: adminSchema.IAdminPageInput;
1219
+ }>>;
1220
+ useFetchAdminXpPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1221
+ filter: adminSchema.IXpFilterInput;
1222
+ sort: adminSchema.IXpSortInput;
1223
+ page: adminSchema.IAdminPageInput;
1224
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1225
+ filter: adminSchema.IXpFilterInput;
1226
+ sort: adminSchema.IXpSortInput;
1227
+ page: adminSchema.IAdminPageInput;
1228
+ }>>;
1229
+ useFetchAdminXpPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1230
+ filter: adminSchema.IXpFilterInput;
1231
+ sort: adminSchema.IXpSortInput;
1232
+ page: adminSchema.IAdminPageInput;
1233
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1234
+ filter: adminSchema.IXpFilterInput;
1235
+ sort: adminSchema.IXpSortInput;
1236
+ page: adminSchema.IAdminPageInput;
1237
+ }>>;
1238
+ useFetchBlockchainsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1239
+ [key: string]: never;
1240
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1241
+ [key: string]: never;
1242
+ }>>;
1243
+ useFetchBlockchainsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1244
+ [key: string]: never;
1245
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1246
+ [key: string]: never;
1247
+ }>>;
1248
+ ISortDirection: typeof adminSchema.ISortDirection;
1249
+ ChangeXpPointsDocument: import("graphql").DocumentNode;
1250
+ CreateCategoryDocument: import("graphql").DocumentNode;
1251
+ CreateBrandDocument: import("graphql").DocumentNode;
1252
+ CreateAdminOpportunityDocument: import("graphql").DocumentNode;
1253
+ AddInviteCodesDocument: import("graphql").DocumentNode;
1254
+ RemoveInviteCodeDocument: import("graphql").DocumentNode;
1255
+ UpdateBrandArchivedStatusDocument: import("graphql").DocumentNode;
1256
+ UpdateCategoryArchivedStatusDocument: import("graphql").DocumentNode;
1257
+ UpdateProfileStatusDocument: import("graphql").DocumentNode;
1258
+ FetchAdminBrandsDocument: import("graphql").DocumentNode;
1259
+ FetchAdminBrandsPageDocument: import("graphql").DocumentNode;
1260
+ FetchAdminCategoriesDocument: import("graphql").DocumentNode;
1261
+ FetchAdminCategoriesPageDocument: import("graphql").DocumentNode;
1262
+ FetchAdminInvitesPageDocument: import("graphql").DocumentNode;
1263
+ FetchAdminOpportunitiesPageDocument: import("graphql").DocumentNode;
1264
+ FetchAdminReferralsPageDocument: import("graphql").DocumentNode;
1265
+ FetchAdminUsersPageDocument: import("graphql").DocumentNode;
1266
+ FetchAdminXpPageDocument: import("graphql").DocumentNode;
1267
+ FetchBlockchainsDocument: import("graphql").DocumentNode;
1268
+ };
1269
+ export { hosts, schema, graphqlConfig, authCookies, adminSchema, assetSchema, authSchema, collectionsSchema, experiencesSchema, extensionSchema, galleriesSchema, identitySchema, mediasSchema, opportunitiesSchema, preferencesSchema, searchSchema, formsSchema };