@ludo.ninja/api 2.8.37 → 2.8.39

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,1267 @@ 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
+ useFetchOpportunitiesForProfileQuery(baseOptions?: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
417
+ [key: string]: never;
418
+ }>> | undefined): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
419
+ [key: string]: never;
420
+ }>>;
421
+ useFetchOpportunitiesForProfileLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
422
+ [key: string]: never;
423
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
424
+ [key: string]: never;
425
+ }>>;
426
+ useFetchOpportunitiesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
427
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
428
+ }>> | undefined): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
429
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
430
+ }>>;
431
+ useFetchOpportunitiesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
432
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
433
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
434
+ domain?: opportunitiesSchema.Maybe<string> | undefined;
435
+ }>>;
436
+ CreateOpportunityDocument: import("graphql").DocumentNode;
437
+ OpenOpportunityDocument: import("graphql").DocumentNode;
438
+ FetchOpportunitiesForProfileDocument: import("graphql").DocumentNode;
439
+ FetchOpportunitiesDocument: import("graphql").DocumentNode;
440
+ useDeleteGalleryBannerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<mediasSchema.IDeleteGalleryBannerMutation, mediasSchema.Exact<{
441
+ galleryId: string;
442
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<mediasSchema.IDeleteGalleryBannerMutation, mediasSchema.Exact<{
443
+ galleryId: string;
444
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
445
+ useUploadGalleryBannerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<mediasSchema.IUploadGalleryBannerMutation, mediasSchema.Exact<{
446
+ galleryId: string;
447
+ file: any;
448
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<mediasSchema.IUploadGalleryBannerMutation, mediasSchema.Exact<{
449
+ galleryId: string;
450
+ file: any;
451
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
452
+ useFetchUserpicQuery(baseOptions: import("@apollo/client").QueryHookOptions<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
453
+ userId: string;
454
+ }>>): import("@apollo/client").QueryResult<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
455
+ userId: string;
456
+ }>>;
457
+ useFetchUserpicLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
458
+ userId: string;
459
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<mediasSchema.IFetchUserpicQuery, mediasSchema.Exact<{
460
+ userId: string;
461
+ }>>;
462
+ DeleteGalleryBannerDocument: import("graphql").DocumentNode;
463
+ UploadGalleryBannerDocument: import("graphql").DocumentNode;
464
+ FetchUserpicDocument: import("graphql").DocumentNode;
465
+ useAddWalletElrondMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletElrondMutation, identitySchema.Exact<{
466
+ signature: string;
467
+ address: string;
468
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletElrondMutation, identitySchema.Exact<{
469
+ signature: string;
470
+ address: string;
471
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
472
+ useAddWalletFlowMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletFlowMutation, identitySchema.Exact<{
473
+ signature: string;
474
+ address: string;
475
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletFlowMutation, identitySchema.Exact<{
476
+ signature: string;
477
+ address: string;
478
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
479
+ useAddWalletMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletMetamaskMutation, identitySchema.Exact<{
480
+ signature: string;
481
+ address: string;
482
+ chainId: string;
483
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletMetamaskMutation, identitySchema.Exact<{
484
+ signature: string;
485
+ address: string;
486
+ chainId: string;
487
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
488
+ useAddWalletSolanaMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletSolanaMutation, identitySchema.Exact<{
489
+ signature: string;
490
+ pubkey: string;
491
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletSolanaMutation, identitySchema.Exact<{
492
+ signature: string;
493
+ pubkey: string;
494
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
495
+ useAddWalletTezosMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletTezosMutation, identitySchema.Exact<{
496
+ signature: string;
497
+ pubkey: string;
498
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletTezosMutation, identitySchema.Exact<{
499
+ signature: string;
500
+ pubkey: string;
501
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
502
+ useCreateNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateNonceMutation, identitySchema.Exact<{
503
+ address: string;
504
+ blockchain: string;
505
+ chainId?: identitySchema.Maybe<string> | undefined;
506
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ICreateNonceMutation, identitySchema.Exact<{
507
+ address: string;
508
+ blockchain: string;
509
+ chainId?: identitySchema.Maybe<string> | undefined;
510
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
511
+ useGenerateNewInviteCodesMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IGenerateNewInviteCodesMutation, identitySchema.Exact<{
512
+ codesNum: number;
513
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IGenerateNewInviteCodesMutation, identitySchema.Exact<{
514
+ codesNum: number;
515
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
516
+ useUseInviteCodeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IUseInviteCodeMutation, identitySchema.Exact<{
517
+ inviteCode: string;
518
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IUseInviteCodeMutation, identitySchema.Exact<{
519
+ inviteCode: string;
520
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
521
+ useRemoveWalletMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IRemoveWalletMutation, identitySchema.Exact<{
522
+ blockchain: string;
523
+ address: string;
524
+ chainId?: identitySchema.Maybe<string> | undefined;
525
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IRemoveWalletMutation, identitySchema.Exact<{
526
+ blockchain: string;
527
+ address: string;
528
+ chainId?: identitySchema.Maybe<string> | undefined;
529
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
530
+ useSaveEmailOfJoinerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISaveEmailOfJoinerMutation, identitySchema.Exact<{
531
+ email: string;
532
+ isSubscribed: boolean;
533
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISaveEmailOfJoinerMutation, identitySchema.Exact<{
534
+ email: string;
535
+ isSubscribed: boolean;
536
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
537
+ useSetMainWalletMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISetMainWalletMutation, identitySchema.Exact<{
538
+ blockchain: string;
539
+ address: string;
540
+ chainId?: identitySchema.Maybe<string> | undefined;
541
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISetMainWalletMutation, identitySchema.Exact<{
542
+ blockchain: string;
543
+ address: string;
544
+ chainId?: identitySchema.Maybe<string> | undefined;
545
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
546
+ useSignInAdminMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInAdminMetamaskMutation, identitySchema.Exact<{
547
+ signature: string;
548
+ address: string;
549
+ chainId: string;
550
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInAdminMetamaskMutation, identitySchema.Exact<{
551
+ signature: string;
552
+ address: string;
553
+ chainId: string;
554
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
555
+ useSignInElrondMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInElrondMutation, identitySchema.Exact<{
556
+ signature: string;
557
+ address: string;
558
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInElrondMutation, identitySchema.Exact<{
559
+ signature: string;
560
+ address: string;
561
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
562
+ useSignInFlowMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInFlowMutation, identitySchema.Exact<{
563
+ signature: string;
564
+ address: string;
565
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInFlowMutation, identitySchema.Exact<{
566
+ signature: string;
567
+ address: string;
568
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
569
+ useSignInMetamaskMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInMetamaskMutation, identitySchema.Exact<{
570
+ signature: string;
571
+ address: string;
572
+ chainId: string;
573
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInMetamaskMutation, identitySchema.Exact<{
574
+ signature: string;
575
+ address: string;
576
+ chainId: string;
577
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
578
+ useSignInSolanaMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInSolanaMutation, identitySchema.Exact<{
579
+ signature: string;
580
+ pubkey: string;
581
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInSolanaMutation, identitySchema.Exact<{
582
+ signature: string;
583
+ pubkey: string;
584
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
585
+ useSignInTezosMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInTezosMutation, identitySchema.Exact<{
586
+ signature: string;
587
+ pubkey: string;
588
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInTezosMutation, identitySchema.Exact<{
589
+ signature: string;
590
+ pubkey: string;
591
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
592
+ useUpdateProfileMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IUpdateProfileMutation, identitySchema.Exact<{
593
+ username?: identitySchema.Maybe<string> | undefined;
594
+ about?: identitySchema.Maybe<string> | undefined;
595
+ facebook?: identitySchema.Maybe<string> | undefined;
596
+ twitter?: identitySchema.Maybe<string> | undefined;
597
+ instagram?: identitySchema.Maybe<string> | undefined;
598
+ website?: identitySchema.Maybe<string> | undefined;
599
+ showNsfw?: identitySchema.Maybe<boolean> | undefined;
600
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IUpdateProfileMutation, identitySchema.Exact<{
601
+ username?: identitySchema.Maybe<string> | undefined;
602
+ about?: identitySchema.Maybe<string> | undefined;
603
+ facebook?: identitySchema.Maybe<string> | undefined;
604
+ twitter?: identitySchema.Maybe<string> | undefined;
605
+ instagram?: identitySchema.Maybe<string> | undefined;
606
+ website?: identitySchema.Maybe<string> | undefined;
607
+ showNsfw?: identitySchema.Maybe<boolean> | undefined;
608
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
609
+ useFetchMultiversXAuditQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
610
+ wallet: string;
611
+ }>>): import("@apollo/client").QueryResult<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
612
+ wallet: string;
613
+ }>>;
614
+ useFetchMultiversXAuditLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
615
+ wallet: string;
616
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchMultiversXAuditQuery, identitySchema.Exact<{
617
+ wallet: string;
618
+ }>>;
619
+ useFetchProfileQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
620
+ userId: string;
621
+ }>>): import("@apollo/client").QueryResult<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
622
+ userId: string;
623
+ }>>;
624
+ useFetchProfileLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
625
+ userId: string;
626
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
627
+ userId: string;
628
+ }>>;
629
+ useFetchUserWalletsQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
630
+ userId: string;
631
+ }>>): import("@apollo/client").QueryResult<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
632
+ userId: string;
633
+ }>>;
634
+ useFetchUserWalletsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
635
+ userId: string;
636
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
637
+ userId: string;
638
+ }>>;
639
+ useGetMyInviteCodesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<identitySchema.IGetMyInviteCodesQuery, identitySchema.Exact<{
640
+ [key: string]: never;
641
+ }>> | undefined): import("@apollo/client").QueryResult<identitySchema.IGetMyInviteCodesQuery, identitySchema.Exact<{
642
+ [key: string]: never;
643
+ }>>;
644
+ useGetMyInviteCodesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IGetMyInviteCodesQuery, identitySchema.Exact<{
645
+ [key: string]: never;
646
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IGetMyInviteCodesQuery, identitySchema.Exact<{
647
+ [key: string]: never;
648
+ }>>;
649
+ IRole: typeof identitySchema.IRole;
650
+ AddWalletElrondDocument: import("graphql").DocumentNode;
651
+ AddWalletFlowDocument: import("graphql").DocumentNode;
652
+ AddWalletMetamaskDocument: import("graphql").DocumentNode;
653
+ AddWalletSolanaDocument: import("graphql").DocumentNode;
654
+ AddWalletTezosDocument: import("graphql").DocumentNode;
655
+ CreateNonceDocument: import("graphql").DocumentNode;
656
+ GenerateNewInviteCodesDocument: import("graphql").DocumentNode;
657
+ UseInviteCodeDocument: import("graphql").DocumentNode;
658
+ RemoveWalletDocument: import("graphql").DocumentNode;
659
+ SaveEmailOfJoinerDocument: import("graphql").DocumentNode;
660
+ SetMainWalletDocument: import("graphql").DocumentNode;
661
+ SignInAdminMetamaskDocument: import("graphql").DocumentNode;
662
+ SignInElrondDocument: import("graphql").DocumentNode;
663
+ SignInFlowDocument: import("graphql").DocumentNode;
664
+ SignInMetamaskDocument: import("graphql").DocumentNode;
665
+ SignInSolanaDocument: import("graphql").DocumentNode;
666
+ SignInTezosDocument: import("graphql").DocumentNode;
667
+ UpdateProfileDocument: import("graphql").DocumentNode;
668
+ FetchMultiversXAuditDocument: import("graphql").DocumentNode;
669
+ FetchProfileDocument: import("graphql").DocumentNode;
670
+ FetchUserWalletsDocument: import("graphql").DocumentNode;
671
+ GetMyInviteCodesDocument: import("graphql").DocumentNode;
672
+ useAddAssetsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddAssetsToGalleryV2Mutation, galleriesSchema.Exact<{
673
+ galleryId: string;
674
+ assetIds: string[];
675
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IAddAssetsToGalleryV2Mutation, galleriesSchema.Exact<{
676
+ galleryId: string;
677
+ assetIds: string[];
678
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
679
+ useAddCollectionsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddCollectionsToGalleryV2Mutation, galleriesSchema.Exact<{
680
+ galleryId: string;
681
+ collectionIds: string[];
682
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IAddCollectionsToGalleryV2Mutation, galleriesSchema.Exact<{
683
+ galleryId: string;
684
+ collectionIds: string[];
685
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
686
+ useAddCreationsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddCreationsToGalleryV2Mutation, galleriesSchema.Exact<{
687
+ galleryId: string;
688
+ creationIds: string[];
689
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IAddCreationsToGalleryV2Mutation, galleriesSchema.Exact<{
690
+ galleryId: string;
691
+ creationIds: string[];
692
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
693
+ useCreateFavoriteListV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.ICreateFavoriteListV2Mutation, 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.ICreateFavoriteListV2Mutation, 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
+ useCreateGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.ICreateGalleryV2Mutation, galleriesSchema.Exact<{
705
+ name: string;
706
+ description?: galleriesSchema.Maybe<string> | undefined;
707
+ publicAccessible?: galleriesSchema.Maybe<boolean> | undefined;
708
+ creationIds?: galleriesSchema.Maybe<galleriesSchema.Maybe<string>[]> | undefined;
709
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.ICreateGalleryV2Mutation, galleriesSchema.Exact<{
710
+ name: string;
711
+ description?: galleriesSchema.Maybe<string> | undefined;
712
+ publicAccessible?: galleriesSchema.Maybe<boolean> | undefined;
713
+ creationIds?: galleriesSchema.Maybe<galleriesSchema.Maybe<string>[]> | undefined;
714
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
715
+ useDeleteGalleryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IDeleteGalleryMutation, galleriesSchema.Exact<{
716
+ galleryId: string;
717
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IDeleteGalleryMutation, galleriesSchema.Exact<{
718
+ galleryId: string;
719
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
720
+ useEditGalleryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IEditGalleryMutation, galleriesSchema.Exact<{
721
+ galleryId: string;
722
+ name?: galleriesSchema.Maybe<string> | undefined;
723
+ description?: galleriesSchema.Maybe<string> | undefined;
724
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IEditGalleryMutation, galleriesSchema.Exact<{
725
+ galleryId: string;
726
+ name?: galleriesSchema.Maybe<string> | undefined;
727
+ description?: galleriesSchema.Maybe<string> | undefined;
728
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
729
+ useRemoveAssetFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveAssetFromGalleryV2Mutation, galleriesSchema.Exact<{
730
+ galleryId: string;
731
+ assetId: string;
732
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveAssetFromGalleryV2Mutation, galleriesSchema.Exact<{
733
+ galleryId: string;
734
+ assetId: string;
735
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
736
+ useRemoveCollectionFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveCollectionFromGalleryV2Mutation, galleriesSchema.Exact<{
737
+ galleryId: string;
738
+ collectionId: string;
739
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveCollectionFromGalleryV2Mutation, galleriesSchema.Exact<{
740
+ galleryId: string;
741
+ collectionId: string;
742
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
743
+ useRemoveCreationFromGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IRemoveCreationFromGalleryV2Mutation, galleriesSchema.Exact<{
744
+ galleryId: string;
745
+ creationId: string;
746
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<galleriesSchema.IRemoveCreationFromGalleryV2Mutation, galleriesSchema.Exact<{
747
+ galleryId: string;
748
+ creationId: string;
749
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
750
+ useFetchGalleryV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
751
+ galleryId: string;
752
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
753
+ galleryId: string;
754
+ }>>;
755
+ useFetchGalleryV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
756
+ galleryId: string;
757
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchGalleryV2Query, galleriesSchema.Exact<{
758
+ galleryId: string;
759
+ }>>;
760
+ useFetchMyFavoritesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
761
+ pageSize: number;
762
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
763
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
764
+ pageSize: number;
765
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
766
+ }>>;
767
+ useFetchMyFavoritesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
768
+ pageSize: number;
769
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
770
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchMyFavoritesV2Query, galleriesSchema.Exact<{
771
+ pageSize: number;
772
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
773
+ }>>;
774
+ useFetchMyGalleriesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
775
+ pageSize: number;
776
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
777
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
778
+ pageSize: number;
779
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
780
+ }>>;
781
+ useFetchMyGalleriesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
782
+ pageSize: number;
783
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
784
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchMyGalleriesV2Query, galleriesSchema.Exact<{
785
+ pageSize: number;
786
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
787
+ }>>;
788
+ useFetchUserFavoritesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
789
+ userId: string;
790
+ pageSize: number;
791
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
792
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
793
+ userId: string;
794
+ pageSize: number;
795
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
796
+ }>>;
797
+ useFetchUserFavoritesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
798
+ userId: string;
799
+ pageSize: number;
800
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
801
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchUserFavoritesV2Query, galleriesSchema.Exact<{
802
+ userId: string;
803
+ pageSize: number;
804
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
805
+ }>>;
806
+ useFetchUserGalleriesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
807
+ userId: string;
808
+ pageSize: number;
809
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
810
+ }>>): import("@apollo/client").QueryResult<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
811
+ userId: string;
812
+ pageSize: number;
813
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
814
+ }>>;
815
+ useFetchUserGalleriesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
816
+ userId: string;
817
+ pageSize: number;
818
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
819
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<galleriesSchema.IFetchUserGalleriesV2Query, galleriesSchema.Exact<{
820
+ userId: string;
821
+ pageSize: number;
822
+ pageToken?: galleriesSchema.Maybe<string> | undefined;
823
+ }>>;
824
+ AddAssetsToGalleryV2Document: import("graphql").DocumentNode;
825
+ AddCollectionsToGalleryV2Document: import("graphql").DocumentNode;
826
+ AddCreationsToGalleryV2Document: import("graphql").DocumentNode;
827
+ CreateFavoriteListV2Document: import("graphql").DocumentNode;
828
+ CreateGalleryV2Document: import("graphql").DocumentNode;
829
+ DeleteGalleryDocument: import("graphql").DocumentNode;
830
+ EditGalleryDocument: import("graphql").DocumentNode;
831
+ RemoveAssetFromGalleryV2Document: import("graphql").DocumentNode;
832
+ RemoveCollectionFromGalleryV2Document: import("graphql").DocumentNode;
833
+ RemoveCreationFromGalleryV2Document: import("graphql").DocumentNode;
834
+ FetchGalleryV2Document: import("graphql").DocumentNode;
835
+ FetchMyFavoritesV2Document: import("graphql").DocumentNode;
836
+ FetchMyGalleriesV2Document: import("graphql").DocumentNode;
837
+ FetchUserFavoritesV2Document: import("graphql").DocumentNode;
838
+ FetchUserGalleriesV2Document: import("graphql").DocumentNode;
839
+ useHideOpportunityV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IHideOpportunityV2Mutation, extensionSchema.Exact<{
840
+ opportunityId: string;
841
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<extensionSchema.IHideOpportunityV2Mutation, extensionSchema.Exact<{
842
+ opportunityId: string;
843
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
844
+ useOpenOpportunityV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IOpenOpportunityV2Mutation, extensionSchema.Exact<{
845
+ opportunityId: string;
846
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<extensionSchema.IOpenOpportunityV2Mutation, extensionSchema.Exact<{
847
+ opportunityId: string;
848
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
849
+ useVisitPageV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IVisitPageV2Mutation, extensionSchema.Exact<{
850
+ domain: string;
851
+ title: string;
852
+ description?: extensionSchema.Maybe<string> | undefined;
853
+ tags?: extensionSchema.Maybe<extensionSchema.Maybe<string>[]> | undefined;
854
+ brandId?: extensionSchema.Maybe<string> | undefined;
855
+ category?: extensionSchema.Maybe<string> | undefined;
856
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<extensionSchema.IVisitPageV2Mutation, extensionSchema.Exact<{
857
+ domain: string;
858
+ title: string;
859
+ description?: extensionSchema.Maybe<string> | undefined;
860
+ tags?: extensionSchema.Maybe<extensionSchema.Maybe<string>[]> | undefined;
861
+ brandId?: extensionSchema.Maybe<string> | undefined;
862
+ category?: extensionSchema.Maybe<string> | undefined;
863
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
864
+ useFetchCollectionRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
865
+ collectionKeys: extensionSchema.ICollectionKey[];
866
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
867
+ collectionKeys: extensionSchema.ICollectionKey[];
868
+ }>>;
869
+ useFetchCollectionRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
870
+ collectionKeys: extensionSchema.ICollectionKey[];
871
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
872
+ collectionKeys: extensionSchema.ICollectionKey[];
873
+ }>>;
874
+ useFetchExtensionBrandsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
875
+ [key: string]: never;
876
+ }>> | undefined): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
877
+ [key: string]: never;
878
+ }>>;
879
+ useFetchExtensionBrandsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
880
+ [key: string]: never;
881
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
882
+ [key: string]: never;
883
+ }>>;
884
+ useFetchExtensionCategoriesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
885
+ [key: string]: never;
886
+ }>> | undefined): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
887
+ [key: string]: never;
888
+ }>>;
889
+ useFetchExtensionCategoriesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
890
+ [key: string]: never;
891
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
892
+ [key: string]: never;
893
+ }>>;
894
+ useFetchExtensionOpportunitiesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
895
+ domain: string;
896
+ brandId?: extensionSchema.Maybe<string> | undefined;
897
+ categoryId?: extensionSchema.Maybe<string> | undefined;
898
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
899
+ domain: string;
900
+ brandId?: extensionSchema.Maybe<string> | undefined;
901
+ categoryId?: extensionSchema.Maybe<string> | undefined;
902
+ }>>;
903
+ useFetchExtensionOpportunitiesV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
904
+ domain: string;
905
+ brandId?: extensionSchema.Maybe<string> | undefined;
906
+ categoryId?: extensionSchema.Maybe<string> | undefined;
907
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
908
+ domain: string;
909
+ brandId?: extensionSchema.Maybe<string> | undefined;
910
+ categoryId?: extensionSchema.Maybe<string> | undefined;
911
+ }>>;
912
+ useFetchNftDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<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
+ }>>): import("@apollo/client").QueryResult<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
+ useFetchNftDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
924
+ blockchain: string;
925
+ contractAddress?: extensionSchema.Maybe<string> | undefined;
926
+ tokenId?: extensionSchema.Maybe<string> | undefined;
927
+ elrondId?: extensionSchema.Maybe<string> | undefined;
928
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchNftDataQuery, extensionSchema.Exact<{
929
+ blockchain: string;
930
+ contractAddress?: extensionSchema.Maybe<string> | undefined;
931
+ tokenId?: extensionSchema.Maybe<string> | undefined;
932
+ elrondId?: extensionSchema.Maybe<string> | undefined;
933
+ }>>;
934
+ useFetchNftRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
935
+ nftKeys: extensionSchema.INftKey[];
936
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
937
+ nftKeys: extensionSchema.INftKey[];
938
+ }>>;
939
+ useFetchNftRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
940
+ nftKeys: extensionSchema.INftKey[];
941
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchNftRanksQuery, extensionSchema.Exact<{
942
+ nftKeys: extensionSchema.INftKey[];
943
+ }>>;
944
+ useFetchWalletRanksQuery(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
945
+ wallets: string[];
946
+ }>>): import("@apollo/client").QueryResult<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
947
+ wallets: string[];
948
+ }>>;
949
+ useFetchWalletRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
950
+ wallets: string[];
951
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchWalletRanksQuery, extensionSchema.Exact<{
952
+ wallets: string[];
953
+ }>>;
954
+ HideOpportunityV2Document: import("graphql").DocumentNode;
955
+ OpenOpportunityV2Document: import("graphql").DocumentNode;
956
+ VisitPageV2Document: import("graphql").DocumentNode;
957
+ FetchCollectionRanksDocument: import("graphql").DocumentNode;
958
+ FetchExtensionBrandsDocument: import("graphql").DocumentNode;
959
+ FetchExtensionCategoriesDocument: import("graphql").DocumentNode;
960
+ FetchExtensionOpportunitiesV2Document: import("graphql").DocumentNode;
961
+ FetchNftDataDocument: import("graphql").DocumentNode;
962
+ FetchNftRanksDocument: import("graphql").DocumentNode;
963
+ FetchWalletRanksDocument: import("graphql").DocumentNode;
964
+ useFetchMyExperienceV2Query(baseOptions?: import("@apollo/client").QueryHookOptions<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
965
+ [key: string]: never;
966
+ }>> | undefined): import("@apollo/client").QueryResult<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
967
+ [key: string]: never;
968
+ }>>;
969
+ useFetchMyExperienceV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
970
+ [key: string]: never;
971
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
972
+ [key: string]: never;
973
+ }>>;
974
+ useFetchMyTasksQuery(baseOptions?: import("@apollo/client").QueryHookOptions<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
975
+ [key: string]: never;
976
+ }>> | undefined): import("@apollo/client").QueryResult<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
977
+ [key: string]: never;
978
+ }>>;
979
+ useFetchMyTasksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
980
+ [key: string]: never;
981
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
982
+ [key: string]: never;
983
+ }>>;
984
+ useOnInviteCodeUsedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnInviteCodeUsedSubscription, experiencesSchema.Exact<{
985
+ authToken: string;
986
+ }>>): import("@apollo/client").SubscriptionResult<experiencesSchema.IOnInviteCodeUsedSubscription, experiencesSchema.Exact<{
987
+ authToken: string;
988
+ }>>;
989
+ useOnMyExperienceIncrementedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceIncrementedSubscription, experiencesSchema.Exact<{
990
+ authToken: string;
991
+ }>>): import("@apollo/client").SubscriptionResult<experiencesSchema.IOnMyExperienceIncrementedSubscription, experiencesSchema.Exact<{
992
+ authToken: string;
993
+ }>>;
994
+ useOnMyExperienceUpdatedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceUpdatedSubscription, experiencesSchema.Exact<{
995
+ authToken: string;
996
+ }>>): import("@apollo/client").SubscriptionResult<experiencesSchema.IOnMyExperienceUpdatedSubscription, experiencesSchema.Exact<{
997
+ authToken: string;
998
+ }>>;
999
+ FetchMyExperienceV2Document: import("graphql").DocumentNode;
1000
+ FetchMyTasksDocument: import("graphql").DocumentNode;
1001
+ OnInviteCodeUsedDocument: import("graphql").DocumentNode;
1002
+ OnMyExperienceIncrementedDocument: import("graphql").DocumentNode;
1003
+ OnMyExperienceUpdatedDocument: import("graphql").DocumentNode;
1004
+ useDislikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.Exact<{
1005
+ collectionId: string;
1006
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.Exact<{
1007
+ collectionId: string;
1008
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1009
+ useLikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.ILikeCollectionMutation, collectionsSchema.Exact<{
1010
+ collectionId: string;
1011
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<collectionsSchema.ILikeCollectionMutation, collectionsSchema.Exact<{
1012
+ collectionId: string;
1013
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1014
+ DislikeCollectionDocument: import("graphql").DocumentNode;
1015
+ LikeCollectionDocument: import("graphql").DocumentNode;
1016
+ useRefreshTokenMutation(baseOptions?: import("@apollo/client").MutationHookOptions<authSchema.IRefreshTokenMutation, authSchema.Exact<{
1017
+ refreshToken: string;
1018
+ showNsfw?: authSchema.Maybe<boolean> | undefined;
1019
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<authSchema.IRefreshTokenMutation, authSchema.Exact<{
1020
+ refreshToken: string;
1021
+ showNsfw?: authSchema.Maybe<boolean> | undefined;
1022
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1023
+ useRevokeTokenMutation(baseOptions?: import("@apollo/client").MutationHookOptions<authSchema.IRevokeTokenMutation, authSchema.Exact<{
1024
+ [key: string]: never;
1025
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<authSchema.IRevokeTokenMutation, authSchema.Exact<{
1026
+ [key: string]: never;
1027
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1028
+ RefreshTokenDocument: import("graphql").DocumentNode;
1029
+ RevokeTokenDocument: import("graphql").DocumentNode;
1030
+ useDislikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.IDislikeAssetMutation, assetSchema.Exact<{
1031
+ assetId: string;
1032
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<assetSchema.IDislikeAssetMutation, assetSchema.Exact<{
1033
+ assetId: string;
1034
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1035
+ useLikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.ILikeAssetMutation, assetSchema.Exact<{
1036
+ assetId: string;
1037
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<assetSchema.ILikeAssetMutation, assetSchema.Exact<{
1038
+ assetId: string;
1039
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1040
+ DislikeAssetDocument: import("graphql").DocumentNode;
1041
+ LikeAssetDocument: import("graphql").DocumentNode;
1042
+ useChangeXpPointsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IChangeXpPointsMutation, adminSchema.Exact<{
1043
+ userId: string;
1044
+ pointsDiff: number;
1045
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IChangeXpPointsMutation, adminSchema.Exact<{
1046
+ userId: string;
1047
+ pointsDiff: number;
1048
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1049
+ useCreateCategoryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateCategoryMutation, adminSchema.Exact<{
1050
+ name: string;
1051
+ matchingWords: string[];
1052
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateCategoryMutation, adminSchema.Exact<{
1053
+ name: string;
1054
+ matchingWords: string[];
1055
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1056
+ useCreateBrandMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateBrandMutation, adminSchema.Exact<{
1057
+ brand: adminSchema.IBrandInput;
1058
+ file?: any;
1059
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateBrandMutation, adminSchema.Exact<{
1060
+ brand: adminSchema.IBrandInput;
1061
+ file?: any;
1062
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1063
+ useCreateAdminOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateAdminOpportunityMutation, adminSchema.Exact<{
1064
+ file?: any;
1065
+ input: adminSchema.IAdminOpportunityInput;
1066
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.ICreateAdminOpportunityMutation, adminSchema.Exact<{
1067
+ file?: any;
1068
+ input: adminSchema.IAdminOpportunityInput;
1069
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1070
+ useAddInviteCodesMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IAddInviteCodesMutation, adminSchema.Exact<{
1071
+ userId: string;
1072
+ codesNum: number;
1073
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IAddInviteCodesMutation, adminSchema.Exact<{
1074
+ userId: string;
1075
+ codesNum: number;
1076
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1077
+ useRemoveInviteCodeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IRemoveInviteCodeMutation, adminSchema.Exact<{
1078
+ inviteCode: string;
1079
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IRemoveInviteCodeMutation, adminSchema.Exact<{
1080
+ inviteCode: string;
1081
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1082
+ useUpdateBrandArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateBrandArchivedStatusMutation, adminSchema.Exact<{
1083
+ id: string;
1084
+ isArchived: boolean;
1085
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateBrandArchivedStatusMutation, adminSchema.Exact<{
1086
+ id: string;
1087
+ isArchived: boolean;
1088
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1089
+ useUpdateCategoryArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateCategoryArchivedStatusMutation, adminSchema.Exact<{
1090
+ id: string;
1091
+ isArchived: boolean;
1092
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateCategoryArchivedStatusMutation, adminSchema.Exact<{
1093
+ id: string;
1094
+ isArchived: boolean;
1095
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1096
+ useUpdateProfileStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateProfileStatusMutation, adminSchema.Exact<{
1097
+ userId: string;
1098
+ isActive: boolean;
1099
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<adminSchema.IUpdateProfileStatusMutation, adminSchema.Exact<{
1100
+ userId: string;
1101
+ isActive: boolean;
1102
+ }>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
1103
+ useFetchAdminBrandsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1104
+ [key: string]: never;
1105
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1106
+ [key: string]: never;
1107
+ }>>;
1108
+ useFetchAdminBrandsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1109
+ [key: string]: never;
1110
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
1111
+ [key: string]: never;
1112
+ }>>;
1113
+ useFetchAdminBrandsPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1114
+ filter: adminSchema.IBrandsFilterInput;
1115
+ sort: adminSchema.IBrandsSortInput;
1116
+ page: adminSchema.IAdminPageInput;
1117
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1118
+ filter: adminSchema.IBrandsFilterInput;
1119
+ sort: adminSchema.IBrandsSortInput;
1120
+ page: adminSchema.IAdminPageInput;
1121
+ }>>;
1122
+ useFetchAdminBrandsPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1123
+ filter: adminSchema.IBrandsFilterInput;
1124
+ sort: adminSchema.IBrandsSortInput;
1125
+ page: adminSchema.IAdminPageInput;
1126
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
1127
+ filter: adminSchema.IBrandsFilterInput;
1128
+ sort: adminSchema.IBrandsSortInput;
1129
+ page: adminSchema.IAdminPageInput;
1130
+ }>>;
1131
+ useFetchAdminCategoriesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1132
+ [key: string]: never;
1133
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1134
+ [key: string]: never;
1135
+ }>>;
1136
+ useFetchAdminCategoriesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1137
+ [key: string]: never;
1138
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
1139
+ [key: string]: never;
1140
+ }>>;
1141
+ useFetchAdminCategoriesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1142
+ filter: adminSchema.ICategoriesFilterInput;
1143
+ sort: adminSchema.ICategoriesSortInput;
1144
+ page: adminSchema.IAdminPageInput;
1145
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1146
+ filter: adminSchema.ICategoriesFilterInput;
1147
+ sort: adminSchema.ICategoriesSortInput;
1148
+ page: adminSchema.IAdminPageInput;
1149
+ }>>;
1150
+ useFetchAdminCategoriesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1151
+ filter: adminSchema.ICategoriesFilterInput;
1152
+ sort: adminSchema.ICategoriesSortInput;
1153
+ page: adminSchema.IAdminPageInput;
1154
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
1155
+ filter: adminSchema.ICategoriesFilterInput;
1156
+ sort: adminSchema.ICategoriesSortInput;
1157
+ page: adminSchema.IAdminPageInput;
1158
+ }>>;
1159
+ useFetchAdminInvitesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1160
+ filter: adminSchema.IInvitesFilterInput;
1161
+ sort: adminSchema.IInvitesSortInput;
1162
+ page: adminSchema.IAdminPageInput;
1163
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1164
+ filter: adminSchema.IInvitesFilterInput;
1165
+ sort: adminSchema.IInvitesSortInput;
1166
+ page: adminSchema.IAdminPageInput;
1167
+ }>>;
1168
+ useFetchAdminInvitesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1169
+ filter: adminSchema.IInvitesFilterInput;
1170
+ sort: adminSchema.IInvitesSortInput;
1171
+ page: adminSchema.IAdminPageInput;
1172
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
1173
+ filter: adminSchema.IInvitesFilterInput;
1174
+ sort: adminSchema.IInvitesSortInput;
1175
+ page: adminSchema.IAdminPageInput;
1176
+ }>>;
1177
+ useFetchAdminOpportunitiesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1178
+ filter: adminSchema.IOpportunitiesFilterInput;
1179
+ sort: adminSchema.IOpportunitiesSortInput;
1180
+ page: adminSchema.IAdminPageInput;
1181
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1182
+ filter: adminSchema.IOpportunitiesFilterInput;
1183
+ sort: adminSchema.IOpportunitiesSortInput;
1184
+ page: adminSchema.IAdminPageInput;
1185
+ }>>;
1186
+ useFetchAdminOpportunitiesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1187
+ filter: adminSchema.IOpportunitiesFilterInput;
1188
+ sort: adminSchema.IOpportunitiesSortInput;
1189
+ page: adminSchema.IAdminPageInput;
1190
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
1191
+ filter: adminSchema.IOpportunitiesFilterInput;
1192
+ sort: adminSchema.IOpportunitiesSortInput;
1193
+ page: adminSchema.IAdminPageInput;
1194
+ }>>;
1195
+ useFetchAdminReferralsPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1196
+ filter: adminSchema.IReferralsFilterInput;
1197
+ sort: adminSchema.IReferralsSortInput;
1198
+ page: adminSchema.IAdminPageInput;
1199
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1200
+ filter: adminSchema.IReferralsFilterInput;
1201
+ sort: adminSchema.IReferralsSortInput;
1202
+ page: adminSchema.IAdminPageInput;
1203
+ }>>;
1204
+ useFetchAdminReferralsPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1205
+ filter: adminSchema.IReferralsFilterInput;
1206
+ sort: adminSchema.IReferralsSortInput;
1207
+ page: adminSchema.IAdminPageInput;
1208
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
1209
+ filter: adminSchema.IReferralsFilterInput;
1210
+ sort: adminSchema.IReferralsSortInput;
1211
+ page: adminSchema.IAdminPageInput;
1212
+ }>>;
1213
+ useFetchAdminUsersPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1214
+ filter: adminSchema.IUsersFilterInput;
1215
+ sort: adminSchema.IUsersSortInput;
1216
+ page: adminSchema.IAdminPageInput;
1217
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1218
+ filter: adminSchema.IUsersFilterInput;
1219
+ sort: adminSchema.IUsersSortInput;
1220
+ page: adminSchema.IAdminPageInput;
1221
+ }>>;
1222
+ useFetchAdminUsersPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1223
+ filter: adminSchema.IUsersFilterInput;
1224
+ sort: adminSchema.IUsersSortInput;
1225
+ page: adminSchema.IAdminPageInput;
1226
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
1227
+ filter: adminSchema.IUsersFilterInput;
1228
+ sort: adminSchema.IUsersSortInput;
1229
+ page: adminSchema.IAdminPageInput;
1230
+ }>>;
1231
+ useFetchAdminXpPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1232
+ filter: adminSchema.IXpFilterInput;
1233
+ sort: adminSchema.IXpSortInput;
1234
+ page: adminSchema.IAdminPageInput;
1235
+ }>>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1236
+ filter: adminSchema.IXpFilterInput;
1237
+ sort: adminSchema.IXpSortInput;
1238
+ page: adminSchema.IAdminPageInput;
1239
+ }>>;
1240
+ useFetchAdminXpPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1241
+ filter: adminSchema.IXpFilterInput;
1242
+ sort: adminSchema.IXpSortInput;
1243
+ page: adminSchema.IAdminPageInput;
1244
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
1245
+ filter: adminSchema.IXpFilterInput;
1246
+ sort: adminSchema.IXpSortInput;
1247
+ page: adminSchema.IAdminPageInput;
1248
+ }>>;
1249
+ useFetchBlockchainsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1250
+ [key: string]: never;
1251
+ }>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1252
+ [key: string]: never;
1253
+ }>>;
1254
+ useFetchBlockchainsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1255
+ [key: string]: never;
1256
+ }>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
1257
+ [key: string]: never;
1258
+ }>>;
1259
+ ISortDirection: typeof adminSchema.ISortDirection;
1260
+ ChangeXpPointsDocument: import("graphql").DocumentNode;
1261
+ CreateCategoryDocument: import("graphql").DocumentNode;
1262
+ CreateBrandDocument: import("graphql").DocumentNode;
1263
+ CreateAdminOpportunityDocument: import("graphql").DocumentNode;
1264
+ AddInviteCodesDocument: import("graphql").DocumentNode;
1265
+ RemoveInviteCodeDocument: import("graphql").DocumentNode;
1266
+ UpdateBrandArchivedStatusDocument: import("graphql").DocumentNode;
1267
+ UpdateCategoryArchivedStatusDocument: import("graphql").DocumentNode;
1268
+ UpdateProfileStatusDocument: import("graphql").DocumentNode;
1269
+ FetchAdminBrandsDocument: import("graphql").DocumentNode;
1270
+ FetchAdminBrandsPageDocument: import("graphql").DocumentNode;
1271
+ FetchAdminCategoriesDocument: import("graphql").DocumentNode;
1272
+ FetchAdminCategoriesPageDocument: import("graphql").DocumentNode;
1273
+ FetchAdminInvitesPageDocument: import("graphql").DocumentNode;
1274
+ FetchAdminOpportunitiesPageDocument: import("graphql").DocumentNode;
1275
+ FetchAdminReferralsPageDocument: import("graphql").DocumentNode;
1276
+ FetchAdminUsersPageDocument: import("graphql").DocumentNode;
1277
+ FetchAdminXpPageDocument: import("graphql").DocumentNode;
1278
+ FetchBlockchainsDocument: import("graphql").DocumentNode;
1279
+ };
1280
+ export { hosts, schema, graphqlConfig, authCookies, adminSchema, assetSchema, authSchema, collectionsSchema, experiencesSchema, extensionSchema, galleriesSchema, identitySchema, mediasSchema, opportunitiesSchema, preferencesSchema, searchSchema, formsSchema };