@ludo.ninja/api 2.8.91 → 2.8.92

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