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