@ludo.ninja/api 2.9.3 → 2.9.4

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