@ludo.ninja/api 2.9.2 → 2.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/config/index.js +2 -3
- package/build/cookies/index.d.ts +1 -1
- package/build/graphql_tools/__generated__/adminHost/schema.d.ts +36 -36
- package/build/graphql_tools/__generated__/adminHost/schema.js +67 -69
- package/build/graphql_tools/__generated__/assetsHost/schema.d.ts +2 -2
- package/build/graphql_tools/__generated__/assetsHost/schema.js +3 -3
- package/build/graphql_tools/__generated__/authHost/schema.d.ts +2 -2
- package/build/graphql_tools/__generated__/authHost/schema.js +3 -3
- package/build/graphql_tools/__generated__/collectionsHost/schema.d.ts +2 -2
- package/build/graphql_tools/__generated__/collectionsHost/schema.js +3 -3
- package/build/graphql_tools/__generated__/experiencesHost/schema.d.ts +9 -9
- package/build/graphql_tools/__generated__/experiencesHost/schema.js +10 -10
- package/build/graphql_tools/__generated__/extensionHost/schema.d.ts +28 -28
- package/build/graphql_tools/__generated__/extensionHost/schema.js +18 -18
- package/build/graphql_tools/__generated__/formsHost/schema.js +8 -8
- package/build/graphql_tools/__generated__/galleriesHost/schema.d.ts +46 -46
- package/build/graphql_tools/__generated__/galleriesHost/schema.js +21 -21
- package/build/graphql_tools/__generated__/identityHost/schema.d.ts +54 -54
- package/build/graphql_tools/__generated__/identityHost/schema.js +33 -34
- package/build/graphql_tools/__generated__/mediasHost/schema.d.ts +5 -5
- package/build/graphql_tools/__generated__/mediasHost/schema.js +5 -5
- package/build/graphql_tools/__generated__/mintInfoHost/schema.js +3 -3
- package/build/graphql_tools/__generated__/notificationsHost/schema.d.ts +4 -4
- package/build/graphql_tools/__generated__/notificationsHost/schema.js +3 -3
- package/build/graphql_tools/__generated__/opportunitiesHost/schema.d.ts +7 -7
- package/build/graphql_tools/__generated__/opportunitiesHost/schema.js +11 -11
- package/build/graphql_tools/__generated__/preferencesHost/schema.d.ts +2 -2
- package/build/graphql_tools/__generated__/preferencesHost/schema.js +23 -23
- package/build/graphql_tools/__generated__/searchHost/schema.d.ts +48 -48
- package/build/graphql_tools/__generated__/searchHost/schema.js +33 -33
- package/build/graphql_tools/__generated__/tapHost/schema.d.ts +6 -6
- package/build/graphql_tools/__generated__/tapHost/schema.js +12 -12
- package/build/index.d.ts +588 -1249
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/build/index.d.ts
CHANGED
|
@@ -18,98 +18,67 @@ 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.Exact<{
|
|
22
|
-
input: mintInfoSchema.IMintingInput;
|
|
23
|
-
}>>): import("@apollo/client").QueryResult<mintInfoSchema.IFetchMintingInfoQuery, mintInfoSchema.Exact<{
|
|
21
|
+
useFetchMintingInfoQuery(baseOptions: import("@apollo/client").QueryHookOptions<mintInfoSchema.IFetchMintingInfoQuery, mintInfoSchema.IFetchMintingInfoQueryVariables>): import("@apollo/client").QueryResult<mintInfoSchema.IFetchMintingInfoQuery, mintInfoSchema.Exact<{
|
|
24
22
|
input: mintInfoSchema.IMintingInput;
|
|
25
23
|
}>>;
|
|
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<{
|
|
24
|
+
useFetchMintingInfoLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<mintInfoSchema.IFetchMintingInfoQuery, mintInfoSchema.IFetchMintingInfoQueryVariables>): import("@apollo/client").LazyQueryResultTuple<mintInfoSchema.IFetchMintingInfoQuery, mintInfoSchema.Exact<{
|
|
29
25
|
input: mintInfoSchema.IMintingInput;
|
|
30
26
|
}>>;
|
|
31
27
|
FetchMintingInfoDocument: import("graphql").DocumentNode;
|
|
32
|
-
useReadNotificationMutation(baseOptions?: import("@apollo/client").MutationHookOptions<notificationsSchema.IReadNotificationMutation, notificationsSchema.Exact<{
|
|
33
|
-
notificationId:
|
|
34
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
35
|
-
|
|
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
|
-
}>>): {
|
|
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>): {
|
|
41
32
|
restart(): void;
|
|
42
33
|
loading: boolean;
|
|
43
34
|
data?: notificationsSchema.IOnNotificationSubscription | undefined;
|
|
44
|
-
error?: import("@apollo/client").ApolloError
|
|
35
|
+
error?: import("@apollo/client").ApolloError;
|
|
45
36
|
variables?: notificationsSchema.Exact<{
|
|
46
|
-
authToken:
|
|
47
|
-
notificationTypes: notificationsSchema.INotificationType
|
|
37
|
+
authToken: notificationsSchema.Scalars["String"];
|
|
38
|
+
notificationTypes: Array<notificationsSchema.INotificationType>;
|
|
48
39
|
}> | undefined;
|
|
49
40
|
};
|
|
50
41
|
IEventType: typeof notificationsSchema.IEventType;
|
|
51
42
|
INotificationType: typeof notificationsSchema.INotificationType;
|
|
52
43
|
ReadNotificationDocument: import("graphql").DocumentNode;
|
|
53
44
|
OnNotificationDocument: import("graphql").DocumentNode;
|
|
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<{
|
|
45
|
+
useClaimFarmingRewardMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IClaimFarmingRewardMutation, tapsSchema.IClaimFarmingRewardMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IClaimFarmingRewardMutation, tapsSchema.Exact<{
|
|
57
46
|
[key: string]: never;
|
|
58
47
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
59
|
-
useConfirmStreakNotificationHasBeenReadMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IConfirmStreakNotificationHasBeenReadMutation, tapsSchema.Exact<{
|
|
60
|
-
streakId:
|
|
61
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<tapsSchema.IConfirmStreakNotificationHasBeenReadMutation, tapsSchema.Exact<{
|
|
62
|
-
streakId: string;
|
|
48
|
+
useConfirmStreakNotificationHasBeenReadMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IConfirmStreakNotificationHasBeenReadMutation, tapsSchema.IConfirmStreakNotificationHasBeenReadMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IConfirmStreakNotificationHasBeenReadMutation, tapsSchema.Exact<{
|
|
49
|
+
streakId: tapsSchema.Scalars["ID"];
|
|
63
50
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
64
|
-
useMarkNotificationAsNewMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsNewMutation, tapsSchema.Exact<{
|
|
65
|
-
notificationId:
|
|
66
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsNewMutation, tapsSchema.Exact<{
|
|
67
|
-
notificationId: string;
|
|
51
|
+
useMarkNotificationAsNewMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsNewMutation, tapsSchema.IMarkNotificationAsNewMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsNewMutation, tapsSchema.Exact<{
|
|
52
|
+
notificationId: tapsSchema.Scalars["ID"];
|
|
68
53
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
69
|
-
useMarkNotificationAsReadMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsReadMutation, tapsSchema.Exact<{
|
|
70
|
-
notificationId:
|
|
71
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsReadMutation, tapsSchema.Exact<{
|
|
72
|
-
notificationId: string;
|
|
54
|
+
useMarkNotificationAsReadMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsReadMutation, tapsSchema.IMarkNotificationAsReadMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsReadMutation, tapsSchema.Exact<{
|
|
55
|
+
notificationId: tapsSchema.Scalars["ID"];
|
|
73
56
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
74
|
-
useMarkNotificationAsShownMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsShownMutation, tapsSchema.Exact<{
|
|
75
|
-
notificationId:
|
|
76
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsShownMutation, tapsSchema.Exact<{
|
|
77
|
-
notificationId: string;
|
|
57
|
+
useMarkNotificationAsShownMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IMarkNotificationAsShownMutation, tapsSchema.IMarkNotificationAsShownMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IMarkNotificationAsShownMutation, tapsSchema.Exact<{
|
|
58
|
+
notificationId: tapsSchema.Scalars["ID"];
|
|
78
59
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
60
|
+
useStartFarmingMutation(baseOptions?: import("@apollo/client").MutationHookOptions<tapsSchema.IStartFarmingMutation, tapsSchema.IStartFarmingMutationVariables>): import("@apollo/client").MutationTuple<tapsSchema.IStartFarmingMutation, tapsSchema.Exact<{
|
|
82
61
|
[key: string]: never;
|
|
83
62
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
63
|
+
useFetchFrensDataQuery(baseOptions?: import("@apollo/client").QueryHookOptions<tapsSchema.IFetchFrensDataQuery, tapsSchema.IFetchFrensDataQueryVariables>): import("@apollo/client").QueryResult<tapsSchema.IFetchFrensDataQuery, tapsSchema.Exact<{
|
|
87
64
|
[key: string]: never;
|
|
88
65
|
}>>;
|
|
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<{
|
|
66
|
+
useFetchFrensDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<tapsSchema.IFetchFrensDataQuery, tapsSchema.IFetchFrensDataQueryVariables>): import("@apollo/client").LazyQueryResultTuple<tapsSchema.IFetchFrensDataQuery, tapsSchema.Exact<{
|
|
92
67
|
[key: string]: never;
|
|
93
68
|
}>>;
|
|
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<{
|
|
69
|
+
useFetchPlayerStateQuery(baseOptions?: import("@apollo/client").QueryHookOptions<tapsSchema.IFetchPlayerStateQuery, tapsSchema.IFetchPlayerStateQueryVariables>): import("@apollo/client").QueryResult<tapsSchema.IFetchPlayerStateQuery, tapsSchema.Exact<{
|
|
97
70
|
[key: string]: never;
|
|
98
71
|
}>>;
|
|
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<{
|
|
72
|
+
useFetchPlayerStateLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<tapsSchema.IFetchPlayerStateQuery, tapsSchema.IFetchPlayerStateQueryVariables>): import("@apollo/client").LazyQueryResultTuple<tapsSchema.IFetchPlayerStateQuery, tapsSchema.Exact<{
|
|
102
73
|
[key: string]: never;
|
|
103
74
|
}>>;
|
|
104
|
-
useOnPlayerStateUpdatedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<tapsSchema.IOnPlayerStateUpdatedSubscription, tapsSchema.
|
|
105
|
-
authToken: string;
|
|
106
|
-
}>>): {
|
|
75
|
+
useOnPlayerStateUpdatedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<tapsSchema.IOnPlayerStateUpdatedSubscription, tapsSchema.IOnPlayerStateUpdatedSubscriptionVariables>): {
|
|
107
76
|
restart(): void;
|
|
108
77
|
loading: boolean;
|
|
109
78
|
data?: tapsSchema.IOnPlayerStateUpdatedSubscription | undefined;
|
|
110
|
-
error?: import("@apollo/client").ApolloError
|
|
79
|
+
error?: import("@apollo/client").ApolloError;
|
|
111
80
|
variables?: tapsSchema.Exact<{
|
|
112
|
-
authToken:
|
|
81
|
+
authToken: tapsSchema.Scalars["String"];
|
|
113
82
|
}> | undefined;
|
|
114
83
|
};
|
|
115
84
|
IFarmingStatus: typeof tapsSchema.IFarmingStatus;
|
|
@@ -125,39 +94,25 @@ declare const schema: {
|
|
|
125
94
|
FetchFrensDataDocument: import("graphql").DocumentNode;
|
|
126
95
|
FetchPlayerStateDocument: import("graphql").DocumentNode;
|
|
127
96
|
OnPlayerStateUpdatedDocument: import("graphql").DocumentNode;
|
|
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<{
|
|
97
|
+
useSubmitContactSupportMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitContactSupportMutation, formsSchema.ISubmitContactSupportMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitContactSupportMutation, formsSchema.Exact<{
|
|
131
98
|
input: formsSchema.IContactSupportInput;
|
|
132
99
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
100
|
+
useSubmitContentReportMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitContentReportMutation, formsSchema.ISubmitContentReportMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitContentReportMutation, formsSchema.Exact<{
|
|
136
101
|
input: formsSchema.IContentReportInput;
|
|
137
102
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
103
|
+
useSubmitInvestorInquiryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitInvestorInquiryMutation, formsSchema.ISubmitInvestorInquiryMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitInvestorInquiryMutation, formsSchema.Exact<{
|
|
141
104
|
input: formsSchema.IInvestorInquiryInput;
|
|
142
105
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
106
|
+
useSubmitOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitOpportunityMutation, formsSchema.ISubmitOpportunityMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitOpportunityMutation, formsSchema.Exact<{
|
|
146
107
|
input: formsSchema.IOpportunityInput;
|
|
147
108
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
109
|
+
useSubmitPartnershipInquiryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitPartnershipInquiryMutation, formsSchema.ISubmitPartnershipInquiryMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitPartnershipInquiryMutation, formsSchema.Exact<{
|
|
151
110
|
input: formsSchema.IPartnershipInquiryInput;
|
|
152
111
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
112
|
+
useSubmitRegistrationInviteMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitRegistrationInviteMutation, formsSchema.ISubmitRegistrationInviteMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitRegistrationInviteMutation, formsSchema.Exact<{
|
|
156
113
|
input: formsSchema.IRegistrationInviteInput;
|
|
157
114
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
115
|
+
useSubmitUserFeedbackMutation(baseOptions?: import("@apollo/client").MutationHookOptions<formsSchema.ISubmitUserFeedbackMutation, formsSchema.ISubmitUserFeedbackMutationVariables>): import("@apollo/client").MutationTuple<formsSchema.ISubmitUserFeedbackMutation, formsSchema.Exact<{
|
|
161
116
|
input: formsSchema.IUserFeedbackInput;
|
|
162
117
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
163
118
|
SubmitContactSupportDocument: import("graphql").DocumentNode;
|
|
@@ -167,213 +122,125 @@ declare const schema: {
|
|
|
167
122
|
SubmitPartnershipInquiryDocument: import("graphql").DocumentNode;
|
|
168
123
|
SubmitRegistrationInviteDocument: import("graphql").DocumentNode;
|
|
169
124
|
SubmitUserFeedbackDocument: import("graphql").DocumentNode;
|
|
170
|
-
useFetchAllCreationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<searchSchema.IFetchAllCreationsQuery, searchSchema.Exact<{
|
|
171
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
}>>;
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
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;
|
|
224
|
-
input: searchSchema.ICollectionFilterInput;
|
|
225
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
|
|
226
|
-
}>>): import("@apollo/client").QueryResult<searchSchema.IFindCollectionsQuery, searchSchema.Exact<{
|
|
227
|
-
term: string;
|
|
228
|
-
input: searchSchema.ICollectionFilterInput;
|
|
229
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
|
|
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"];
|
|
230
151
|
}>>;
|
|
231
|
-
|
|
232
|
-
|
|
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"];
|
|
233
157
|
input: searchSchema.ICollectionFilterInput;
|
|
234
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput
|
|
235
|
-
}
|
|
236
|
-
|
|
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"];
|
|
237
162
|
input: searchSchema.ICollectionFilterInput;
|
|
238
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput
|
|
239
|
-
}>>;
|
|
240
|
-
useFetchCollectionsByIdsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchCollectionsByIdsQuery, searchSchema.Exact<{
|
|
241
|
-
collectionIds:
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
}>>;
|
|
250
|
-
|
|
251
|
-
itemType:
|
|
252
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput
|
|
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<{
|
|
285
|
-
input: searchSchema.IDynamicCollectionDataInput;
|
|
286
|
-
}>>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
|
|
287
|
-
input: searchSchema.IDynamicCollectionDataInput;
|
|
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>;
|
|
288
178
|
}>>;
|
|
289
|
-
|
|
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"]>;
|
|
190
|
+
}>>;
|
|
191
|
+
useFetchDynamicCollectionDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.IFetchDynamicCollectionDataQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
|
|
290
192
|
input: searchSchema.IDynamicCollectionDataInput;
|
|
291
|
-
}
|
|
193
|
+
}>>;
|
|
194
|
+
useFetchDynamicCollectionDataLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.IFetchDynamicCollectionDataQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFetchDynamicCollectionDataQuery, searchSchema.Exact<{
|
|
292
195
|
input: searchSchema.IDynamicCollectionDataInput;
|
|
293
196
|
}>>;
|
|
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;
|
|
330
|
-
input: searchSchema.ICreationFilterInput;
|
|
331
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
|
|
332
|
-
}>>): import("@apollo/client").QueryResult<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
|
|
333
|
-
term: string;
|
|
334
|
-
input: searchSchema.ICreationFilterInput;
|
|
335
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput> | undefined;
|
|
197
|
+
useFetchDynamicCollectionsDataQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.IFetchDynamicCollectionsDataQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFetchDynamicCollectionsDataQuery, searchSchema.Exact<{
|
|
198
|
+
input: Array<searchSchema.IDynamicCollectionDataInput>;
|
|
336
199
|
}>>;
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
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;
|
|
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"];
|
|
216
|
+
}>>;
|
|
217
|
+
useFindCreationsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindCreationsQuery, searchSchema.IFindCreationsQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFindCreationsQuery, searchSchema.Exact<{
|
|
218
|
+
term: searchSchema.Scalars["String"];
|
|
362
219
|
input: searchSchema.ICreationFilterInput;
|
|
363
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput
|
|
364
|
-
}
|
|
365
|
-
|
|
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"];
|
|
366
224
|
input: searchSchema.ICreationFilterInput;
|
|
367
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput
|
|
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>;
|
|
368
230
|
}>>;
|
|
369
|
-
|
|
370
|
-
|
|
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>;
|
|
234
|
+
}>>;
|
|
235
|
+
useFindUserCreationsQuery(baseOptions: import("@apollo/client").QueryHookOptions<searchSchema.IFindUserCreationsQuery, searchSchema.IFindUserCreationsQueryVariables>): import("@apollo/client").QueryResult<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
|
|
236
|
+
ownerId: searchSchema.Scalars["String"];
|
|
371
237
|
input: searchSchema.ICreationFilterInput;
|
|
372
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput
|
|
373
|
-
}
|
|
374
|
-
|
|
238
|
+
page?: searchSchema.Maybe<searchSchema.IPageInput>;
|
|
239
|
+
}>>;
|
|
240
|
+
useFindUserCreationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<searchSchema.IFindUserCreationsQuery, searchSchema.IFindUserCreationsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<searchSchema.IFindUserCreationsQuery, searchSchema.Exact<{
|
|
241
|
+
ownerId: searchSchema.Scalars["String"];
|
|
375
242
|
input: searchSchema.ICreationFilterInput;
|
|
376
|
-
page?: searchSchema.Maybe<searchSchema.IPageInput
|
|
243
|
+
page?: searchSchema.Maybe<searchSchema.IPageInput>;
|
|
377
244
|
}>>;
|
|
378
245
|
IReftypeColor: typeof searchSchema.IReftypeColor;
|
|
379
246
|
FetchAllCreationsDocument: import("graphql").DocumentNode;
|
|
@@ -392,114 +259,70 @@ declare const schema: {
|
|
|
392
259
|
FindCreationsDocument: import("graphql").DocumentNode;
|
|
393
260
|
FindProfilesByNameDocument: import("graphql").DocumentNode;
|
|
394
261
|
FindUserCreationsDocument: import("graphql").DocumentNode;
|
|
395
|
-
useSaveUserExpectationsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<preferencesSchema.ISaveUserExpectationsMutation, preferencesSchema.Exact<{
|
|
396
|
-
expectations: preferencesSchema.Maybe<
|
|
397
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<preferencesSchema.ISaveUserExpectationsMutation, preferencesSchema.Exact<{
|
|
398
|
-
expectations: preferencesSchema.Maybe<string>[];
|
|
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"]>>;
|
|
399
264
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
400
|
-
useSaveUserInterestsMutation(baseOptions?: import("@apollo/client").MutationHookOptions<preferencesSchema.ISaveUserInterestsMutation, preferencesSchema.Exact<{
|
|
401
|
-
interests: preferencesSchema.Maybe<
|
|
402
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<preferencesSchema.ISaveUserInterestsMutation, preferencesSchema.Exact<{
|
|
403
|
-
interests: preferencesSchema.Maybe<string>[];
|
|
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"]>>;
|
|
404
267
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
268
|
+
useFetchExpectationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.IFetchExpectationsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
|
|
408
269
|
[key: string]: never;
|
|
409
270
|
}>>;
|
|
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<{
|
|
271
|
+
useFetchExpectationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.IFetchExpectationsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchExpectationsQuery, preferencesSchema.Exact<{
|
|
413
272
|
[key: string]: never;
|
|
414
273
|
}>>;
|
|
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<{
|
|
274
|
+
useFetchInterestsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchInterestsQuery, preferencesSchema.IFetchInterestsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
|
|
418
275
|
[key: string]: never;
|
|
419
276
|
}>>;
|
|
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<{
|
|
277
|
+
useFetchInterestsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchInterestsQuery, preferencesSchema.IFetchInterestsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchInterestsQuery, preferencesSchema.Exact<{
|
|
423
278
|
[key: string]: never;
|
|
424
279
|
}>>;
|
|
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<{
|
|
280
|
+
useFetchSearchResultSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.IFetchSearchResultSelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
|
|
428
281
|
[key: string]: never;
|
|
429
282
|
}>>;
|
|
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<{
|
|
283
|
+
useFetchSearchResultSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.IFetchSearchResultSelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultSelectionsQuery, preferencesSchema.Exact<{
|
|
433
284
|
[key: string]: never;
|
|
434
285
|
}>>;
|
|
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<{
|
|
286
|
+
useFetchSearchResultTimeSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.IFetchSearchResultTimeSelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
|
|
438
287
|
[key: string]: never;
|
|
439
288
|
}>>;
|
|
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<{
|
|
289
|
+
useFetchSearchResultTimeSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.IFetchSearchResultTimeSelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultTimeSelectionsQuery, preferencesSchema.Exact<{
|
|
443
290
|
[key: string]: never;
|
|
444
291
|
}>>;
|
|
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<{
|
|
292
|
+
useFetchUserExpectationsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.IFetchUserExpectationsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
|
|
448
293
|
[key: string]: never;
|
|
449
294
|
}>>;
|
|
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<{
|
|
295
|
+
useFetchUserExpectationsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.IFetchUserExpectationsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchUserExpectationsQuery, preferencesSchema.Exact<{
|
|
453
296
|
[key: string]: never;
|
|
454
297
|
}>>;
|
|
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<{
|
|
298
|
+
useFetchUserInterestsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.IFetchUserInterestsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
|
|
458
299
|
[key: string]: never;
|
|
459
300
|
}>>;
|
|
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<{
|
|
301
|
+
useFetchUserInterestsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.IFetchUserInterestsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchUserInterestsQuery, preferencesSchema.Exact<{
|
|
463
302
|
[key: string]: never;
|
|
464
303
|
}>>;
|
|
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<{
|
|
304
|
+
useFetchSearchResultBlockchainSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.IFetchSearchResultBlockchainSelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
|
|
468
305
|
[key: string]: never;
|
|
469
306
|
}>>;
|
|
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<{
|
|
307
|
+
useFetchSearchResultBlockchainSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.IFetchSearchResultBlockchainSelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultBlockchainSelectionsQuery, preferencesSchema.Exact<{
|
|
473
308
|
[key: string]: never;
|
|
474
309
|
}>>;
|
|
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<{
|
|
310
|
+
useFetchSearchResultCategorySelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.IFetchSearchResultCategorySelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
|
|
478
311
|
[key: string]: never;
|
|
479
312
|
}>>;
|
|
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<{
|
|
313
|
+
useFetchSearchResultCategorySelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.IFetchSearchResultCategorySelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultCategorySelectionsQuery, preferencesSchema.Exact<{
|
|
483
314
|
[key: string]: never;
|
|
484
315
|
}>>;
|
|
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<{
|
|
316
|
+
useFetchSearchResultStatusSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.IFetchSearchResultStatusSelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
|
|
488
317
|
[key: string]: never;
|
|
489
318
|
}>>;
|
|
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<{
|
|
319
|
+
useFetchSearchResultStatusSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.IFetchSearchResultStatusSelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSearchResultStatusSelectionsQuery, preferencesSchema.Exact<{
|
|
493
320
|
[key: string]: never;
|
|
494
321
|
}>>;
|
|
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<{
|
|
322
|
+
useFetchSetsSearchResultTypeSelectionsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.IFetchSetsSearchResultTypeSelectionsQueryVariables>): import("@apollo/client").QueryResult<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
|
|
498
323
|
[key: string]: never;
|
|
499
324
|
}>>;
|
|
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<{
|
|
325
|
+
useFetchSetsSearchResultTypeSelectionsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.IFetchSetsSearchResultTypeSelectionsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<preferencesSchema.IFetchSetsSearchResultTypeSelectionsQuery, preferencesSchema.Exact<{
|
|
503
326
|
[key: string]: never;
|
|
504
327
|
}>>;
|
|
505
328
|
SaveUserExpectationsDocument: import("graphql").DocumentNode;
|
|
@@ -514,55 +337,35 @@ declare const schema: {
|
|
|
514
337
|
FetchSearchResultCategorySelectionsDocument: import("graphql").DocumentNode;
|
|
515
338
|
FetchSearchResultStatusSelectionsDocument: import("graphql").DocumentNode;
|
|
516
339
|
FetchSetsSearchResultTypeSelectionsDocument: import("graphql").DocumentNode;
|
|
517
|
-
useDislikeOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.IDislikeOpportunityMutation, opportunitiesSchema.Exact<{
|
|
518
|
-
opportunityId:
|
|
519
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.IDislikeOpportunityMutation, opportunitiesSchema.Exact<{
|
|
520
|
-
opportunityId: string;
|
|
340
|
+
useDislikeOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.IDislikeOpportunityMutation, opportunitiesSchema.IDislikeOpportunityMutationVariables>): import("@apollo/client").MutationTuple<opportunitiesSchema.IDislikeOpportunityMutation, opportunitiesSchema.Exact<{
|
|
341
|
+
opportunityId: opportunitiesSchema.Scalars["String"];
|
|
521
342
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
522
|
-
useLikeOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.ILikeOpportunityMutation, opportunitiesSchema.Exact<{
|
|
523
|
-
opportunityId:
|
|
524
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.ILikeOpportunityMutation, opportunitiesSchema.Exact<{
|
|
525
|
-
opportunityId: string;
|
|
343
|
+
useLikeOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.ILikeOpportunityMutation, opportunitiesSchema.ILikeOpportunityMutationVariables>): import("@apollo/client").MutationTuple<opportunitiesSchema.ILikeOpportunityMutation, opportunitiesSchema.Exact<{
|
|
344
|
+
opportunityId: opportunitiesSchema.Scalars["String"];
|
|
526
345
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
346
|
+
useCreateOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.ICreateOpportunityMutation, opportunitiesSchema.ICreateOpportunityMutationVariables>): import("@apollo/client").MutationTuple<opportunitiesSchema.ICreateOpportunityMutation, opportunitiesSchema.Exact<{
|
|
530
347
|
input: opportunitiesSchema.IOpportunityInput;
|
|
531
348
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
532
|
-
useOpenOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.IOpenOpportunityMutation, opportunitiesSchema.Exact<{
|
|
533
|
-
opportunityId:
|
|
534
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.IOpenOpportunityMutation, opportunitiesSchema.Exact<{
|
|
535
|
-
opportunityId: string;
|
|
349
|
+
useOpenOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.IOpenOpportunityMutation, opportunitiesSchema.IOpenOpportunityMutationVariables>): import("@apollo/client").MutationTuple<opportunitiesSchema.IOpenOpportunityMutation, opportunitiesSchema.Exact<{
|
|
350
|
+
opportunityId: opportunitiesSchema.Scalars["ID"];
|
|
536
351
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
537
|
-
useFetchOpportunitiesByIdsQuery(baseOptions: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.Exact<{
|
|
538
|
-
opportunityIds:
|
|
539
|
-
}>>): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.Exact<{
|
|
540
|
-
opportunityIds: string[];
|
|
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"]>;
|
|
541
354
|
}>>;
|
|
542
|
-
useFetchOpportunitiesByIdsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.Exact<{
|
|
543
|
-
opportunityIds:
|
|
544
|
-
}>> | undefined): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesByIdsQuery, opportunitiesSchema.Exact<{
|
|
545
|
-
opportunityIds: string[];
|
|
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"]>;
|
|
546
357
|
}>>;
|
|
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<{
|
|
358
|
+
useFetchOpportunitiesForProfileQuery(baseOptions?: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.IFetchOpportunitiesForProfileQueryVariables>): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
|
|
550
359
|
[key: string]: never;
|
|
551
360
|
}>>;
|
|
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<{
|
|
361
|
+
useFetchOpportunitiesForProfileLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.IFetchOpportunitiesForProfileQueryVariables>): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesForProfileQuery, opportunitiesSchema.Exact<{
|
|
555
362
|
[key: string]: never;
|
|
556
363
|
}>>;
|
|
557
|
-
useFetchOpportunitiesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
|
|
558
|
-
domain?: opportunitiesSchema.Maybe<
|
|
559
|
-
}>> | undefined): import("@apollo/client").QueryResult<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
|
|
560
|
-
domain?: opportunitiesSchema.Maybe<string> | undefined;
|
|
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"]>;
|
|
561
366
|
}>>;
|
|
562
|
-
useFetchOpportunitiesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
|
|
563
|
-
domain?: opportunitiesSchema.Maybe<
|
|
564
|
-
}>> | undefined): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchOpportunitiesQuery, opportunitiesSchema.Exact<{
|
|
565
|
-
domain?: opportunitiesSchema.Maybe<string> | undefined;
|
|
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"]>;
|
|
566
369
|
}>>;
|
|
567
370
|
DislikeOpportunityDocument: import("graphql").DocumentNode;
|
|
568
371
|
LikeOpportunityDocument: import("graphql").DocumentNode;
|
|
@@ -571,246 +374,145 @@ declare const schema: {
|
|
|
571
374
|
FetchOpportunitiesByIdsDocument: import("graphql").DocumentNode;
|
|
572
375
|
FetchOpportunitiesForProfileDocument: import("graphql").DocumentNode;
|
|
573
376
|
FetchOpportunitiesDocument: import("graphql").DocumentNode;
|
|
574
|
-
useDeleteGalleryBannerMutation(baseOptions?: import("@apollo/client").MutationHookOptions<mediasSchema.IDeleteGalleryBannerMutation, mediasSchema.Exact<{
|
|
575
|
-
galleryId:
|
|
576
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
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;
|
|
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"];
|
|
595
389
|
}>>;
|
|
596
390
|
DeleteGalleryBannerDocument: import("graphql").DocumentNode;
|
|
597
391
|
UploadGalleryBannerDocument: import("graphql").DocumentNode;
|
|
598
392
|
FetchUserpicDocument: import("graphql").DocumentNode;
|
|
599
|
-
useAddWalletElrondMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IAddWalletElrondMutation, identitySchema.Exact<{
|
|
600
|
-
signature:
|
|
601
|
-
address:
|
|
602
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
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<{
|
|
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<{
|
|
639
415
|
request: identitySchema.ICheckTonProofRequest;
|
|
640
416
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
641
|
-
useCreateEvmNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateEvmNonceMutation, identitySchema.Exact<{
|
|
642
|
-
[key: string]: never;
|
|
643
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ICreateEvmNonceMutation, identitySchema.Exact<{
|
|
417
|
+
useCreateEvmNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateEvmNonceMutation, identitySchema.ICreateEvmNonceMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ICreateEvmNonceMutation, identitySchema.Exact<{
|
|
644
418
|
[key: string]: never;
|
|
645
419
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
646
|
-
useCreateNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateNonceMutation, identitySchema.Exact<{
|
|
647
|
-
address:
|
|
648
|
-
blockchain:
|
|
649
|
-
chainId?: identitySchema.Maybe<
|
|
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;
|
|
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"]>;
|
|
654
424
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
425
|
+
useCreateTonNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateTonNonceMutation, identitySchema.ICreateTonNonceMutationVariables>): import("@apollo/client").MutationTuple<identitySchema.ICreateTonNonceMutation, identitySchema.Exact<{
|
|
658
426
|
[key: string]: never;
|
|
659
427
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
660
|
-
useGenerateNewInviteCodesMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IGenerateNewInviteCodesMutation, identitySchema.Exact<{
|
|
661
|
-
codesNum:
|
|
662
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
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<{
|
|
742
|
-
request: identitySchema.ICheckTonProofRequest;
|
|
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<{
|
|
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"];
|
|
460
|
+
}>, 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"];
|
|
473
|
+
}>, 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<{
|
|
745
475
|
request: identitySchema.ICheckTonProofRequest;
|
|
746
|
-
restore?: identitySchema.Maybe<
|
|
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<
|
|
750
|
-
about?: identitySchema.Maybe<
|
|
751
|
-
facebook?: identitySchema.Maybe<
|
|
752
|
-
twitter?: identitySchema.Maybe<
|
|
753
|
-
instagram?: identitySchema.Maybe<
|
|
754
|
-
website?: identitySchema.Maybe<
|
|
755
|
-
showNsfw?: identitySchema.Maybe<
|
|
756
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
757
|
-
|
|
758
|
-
|
|
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<{
|
|
788
|
-
[key: string]: never;
|
|
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"];
|
|
789
489
|
}>>;
|
|
790
|
-
|
|
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<{
|
|
791
500
|
[key: string]: never;
|
|
792
|
-
}
|
|
501
|
+
}>>;
|
|
502
|
+
useFetchMyProfileV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchMyProfileV2Query, identitySchema.IFetchMyProfileV2QueryVariables>): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchMyProfileV2Query, identitySchema.Exact<{
|
|
793
503
|
[key: string]: never;
|
|
794
504
|
}>>;
|
|
795
|
-
useFetchProfileQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
|
|
796
|
-
userId:
|
|
797
|
-
}>>): import("@apollo/client").QueryResult<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
|
|
798
|
-
userId: string;
|
|
505
|
+
useFetchProfileQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.IFetchProfileQueryVariables>): import("@apollo/client").QueryResult<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
|
|
506
|
+
userId: identitySchema.Scalars["ID"];
|
|
799
507
|
}>>;
|
|
800
|
-
useFetchProfileLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
|
|
801
|
-
userId:
|
|
802
|
-
}>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
|
|
803
|
-
userId: string;
|
|
508
|
+
useFetchProfileLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchProfileQuery, identitySchema.IFetchProfileQueryVariables>): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchProfileQuery, identitySchema.Exact<{
|
|
509
|
+
userId: identitySchema.Scalars["ID"];
|
|
804
510
|
}>>;
|
|
805
|
-
useFetchUserWalletsQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
|
|
806
|
-
userId:
|
|
807
|
-
}>>): import("@apollo/client").QueryResult<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
|
|
808
|
-
userId: string;
|
|
511
|
+
useFetchUserWalletsQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.IFetchUserWalletsQueryVariables>): import("@apollo/client").QueryResult<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
|
|
512
|
+
userId: identitySchema.Scalars["ID"];
|
|
809
513
|
}>>;
|
|
810
|
-
useFetchUserWalletsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
|
|
811
|
-
userId:
|
|
812
|
-
}>> | undefined): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
|
|
813
|
-
userId: string;
|
|
514
|
+
useFetchUserWalletsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<identitySchema.IFetchUserWalletsQuery, identitySchema.IFetchUserWalletsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<identitySchema.IFetchUserWalletsQuery, identitySchema.Exact<{
|
|
515
|
+
userId: identitySchema.Scalars["ID"];
|
|
814
516
|
}>>;
|
|
815
517
|
IRole: typeof identitySchema.IRole;
|
|
816
518
|
AddWalletElrondDocument: import("graphql").DocumentNode;
|
|
@@ -840,157 +542,91 @@ declare const schema: {
|
|
|
840
542
|
FetchMyProfileV2Document: import("graphql").DocumentNode;
|
|
841
543
|
FetchProfileDocument: import("graphql").DocumentNode;
|
|
842
544
|
FetchUserWalletsDocument: import("graphql").DocumentNode;
|
|
843
|
-
useAddAssetsToGalleryV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<galleriesSchema.IAddAssetsToGalleryV2Mutation, galleriesSchema.Exact<{
|
|
844
|
-
galleryId:
|
|
845
|
-
assetIds:
|
|
846
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
creationIds
|
|
860
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
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;
|
|
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"]>;
|
|
994
630
|
}>>;
|
|
995
631
|
AddAssetsToGalleryV2Document: import("graphql").DocumentNode;
|
|
996
632
|
AddCollectionsToGalleryV2Document: import("graphql").DocumentNode;
|
|
@@ -1007,120 +643,71 @@ declare const schema: {
|
|
|
1007
643
|
FetchMyGalleriesV2Document: import("graphql").DocumentNode;
|
|
1008
644
|
FetchUserFavoritesV2Document: import("graphql").DocumentNode;
|
|
1009
645
|
FetchUserGalleriesV2Document: import("graphql").DocumentNode;
|
|
1010
|
-
useHideOpportunityV2Mutation(baseOptions?: import("@apollo/client").MutationHookOptions<extensionSchema.IHideOpportunityV2Mutation, extensionSchema.Exact<{
|
|
1011
|
-
opportunityId:
|
|
1012
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
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<{
|
|
1046
|
-
[key: string]: never;
|
|
1047
|
-
}>> | undefined): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
|
|
1048
|
-
[key: string]: never;
|
|
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>;
|
|
1049
662
|
}>>;
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
}>> | undefined): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
|
|
1053
|
-
[key: string]: never;
|
|
663
|
+
useFetchCollectionRanksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.IFetchCollectionRanksQueryVariables>): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchCollectionRanksQuery, extensionSchema.Exact<{
|
|
664
|
+
collectionKeys: Array<extensionSchema.ICollectionKey>;
|
|
1054
665
|
}>>;
|
|
1055
|
-
|
|
666
|
+
useFetchExtensionBrandsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.IFetchExtensionBrandsQueryVariables>): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
|
|
1056
667
|
[key: string]: never;
|
|
1057
|
-
}
|
|
668
|
+
}>>;
|
|
669
|
+
useFetchExtensionBrandsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.IFetchExtensionBrandsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionBrandsQuery, extensionSchema.Exact<{
|
|
1058
670
|
[key: string]: never;
|
|
1059
671
|
}>>;
|
|
1060
|
-
|
|
672
|
+
useFetchExtensionCategoriesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.IFetchExtensionCategoriesQueryVariables>): import("@apollo/client").QueryResult<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
|
|
1061
673
|
[key: string]: never;
|
|
1062
|
-
}
|
|
674
|
+
}>>;
|
|
675
|
+
useFetchExtensionCategoriesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.IFetchExtensionCategoriesQueryVariables>): import("@apollo/client").LazyQueryResultTuple<extensionSchema.IFetchExtensionCategoriesQuery, extensionSchema.Exact<{
|
|
1063
676
|
[key: string]: never;
|
|
1064
677
|
}>>;
|
|
1065
|
-
useFetchExtensionOpportunitiesV2Query(baseOptions: import("@apollo/client").QueryHookOptions<extensionSchema.IFetchExtensionOpportunitiesV2Query, extensionSchema.Exact<{
|
|
1066
|
-
domain:
|
|
1067
|
-
brandId?: extensionSchema.Maybe<
|
|
1068
|
-
categoryId?: extensionSchema.Maybe<
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
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[];
|
|
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>;
|
|
705
|
+
}>>;
|
|
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"]>;
|
|
708
|
+
}>>;
|
|
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"]>;
|
|
1124
711
|
}>>;
|
|
1125
712
|
HideOpportunityV2Document: import("graphql").DocumentNode;
|
|
1126
713
|
OpenOpportunityV2Document: import("graphql").DocumentNode;
|
|
@@ -1132,79 +719,61 @@ declare const schema: {
|
|
|
1132
719
|
FetchNftDataDocument: import("graphql").DocumentNode;
|
|
1133
720
|
FetchNftRanksDocument: import("graphql").DocumentNode;
|
|
1134
721
|
FetchWalletRanksDocument: import("graphql").DocumentNode;
|
|
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<{
|
|
722
|
+
useFetchMyExperienceV2Query(baseOptions?: import("@apollo/client").QueryHookOptions<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.IFetchMyExperienceV2QueryVariables>): import("@apollo/client").QueryResult<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
|
|
1138
723
|
[key: string]: never;
|
|
1139
724
|
}>>;
|
|
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<{
|
|
725
|
+
useFetchMyExperienceV2LazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.IFetchMyExperienceV2QueryVariables>): import("@apollo/client").LazyQueryResultTuple<experiencesSchema.IFetchMyExperienceV2Query, experiencesSchema.Exact<{
|
|
1143
726
|
[key: string]: never;
|
|
1144
727
|
}>>;
|
|
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<{
|
|
728
|
+
useFetchMyTasksQuery(baseOptions?: import("@apollo/client").QueryHookOptions<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.IFetchMyTasksQueryVariables>): import("@apollo/client").QueryResult<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
|
|
1148
729
|
[key: string]: never;
|
|
1149
730
|
}>>;
|
|
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<{
|
|
731
|
+
useFetchMyTasksLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.IFetchMyTasksQueryVariables>): import("@apollo/client").LazyQueryResultTuple<experiencesSchema.IFetchMyTasksQuery, experiencesSchema.Exact<{
|
|
1153
732
|
[key: string]: never;
|
|
1154
733
|
}>>;
|
|
1155
|
-
useOnCommonOpportunityNotificationSubscription(baseOptions?: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnCommonOpportunityNotificationSubscription, experiencesSchema.
|
|
1156
|
-
[key: string]: never;
|
|
1157
|
-
}>> | undefined): {
|
|
734
|
+
useOnCommonOpportunityNotificationSubscription(baseOptions?: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnCommonOpportunityNotificationSubscription, experiencesSchema.IOnCommonOpportunityNotificationSubscriptionVariables>): {
|
|
1158
735
|
restart(): void;
|
|
1159
736
|
loading: boolean;
|
|
1160
737
|
data?: experiencesSchema.IOnCommonOpportunityNotificationSubscription | undefined;
|
|
1161
|
-
error?: import("@apollo/client").ApolloError
|
|
738
|
+
error?: import("@apollo/client").ApolloError;
|
|
1162
739
|
variables?: experiencesSchema.Exact<{
|
|
1163
740
|
[key: string]: never;
|
|
1164
741
|
}> | undefined;
|
|
1165
742
|
};
|
|
1166
|
-
useOnInviteCodeUsedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnInviteCodeUsedSubscription, experiencesSchema.
|
|
1167
|
-
authToken: string;
|
|
1168
|
-
}>>): {
|
|
743
|
+
useOnInviteCodeUsedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnInviteCodeUsedSubscription, experiencesSchema.IOnInviteCodeUsedSubscriptionVariables>): {
|
|
1169
744
|
restart(): void;
|
|
1170
745
|
loading: boolean;
|
|
1171
746
|
data?: experiencesSchema.IOnInviteCodeUsedSubscription | undefined;
|
|
1172
|
-
error?: import("@apollo/client").ApolloError
|
|
747
|
+
error?: import("@apollo/client").ApolloError;
|
|
1173
748
|
variables?: experiencesSchema.Exact<{
|
|
1174
|
-
authToken:
|
|
749
|
+
authToken: experiencesSchema.Scalars["String"];
|
|
1175
750
|
}> | undefined;
|
|
1176
751
|
};
|
|
1177
|
-
useOnMyExperienceIncrementedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceIncrementedSubscription, experiencesSchema.
|
|
1178
|
-
authToken: string;
|
|
1179
|
-
}>>): {
|
|
752
|
+
useOnMyExperienceIncrementedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceIncrementedSubscription, experiencesSchema.IOnMyExperienceIncrementedSubscriptionVariables>): {
|
|
1180
753
|
restart(): void;
|
|
1181
754
|
loading: boolean;
|
|
1182
755
|
data?: experiencesSchema.IOnMyExperienceIncrementedSubscription | undefined;
|
|
1183
|
-
error?: import("@apollo/client").ApolloError
|
|
756
|
+
error?: import("@apollo/client").ApolloError;
|
|
1184
757
|
variables?: experiencesSchema.Exact<{
|
|
1185
|
-
authToken:
|
|
758
|
+
authToken: experiencesSchema.Scalars["String"];
|
|
1186
759
|
}> | undefined;
|
|
1187
760
|
};
|
|
1188
|
-
useOnMyExperienceUpdatedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceUpdatedSubscription, experiencesSchema.
|
|
1189
|
-
authToken: string;
|
|
1190
|
-
}>>): {
|
|
761
|
+
useOnMyExperienceUpdatedSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnMyExperienceUpdatedSubscription, experiencesSchema.IOnMyExperienceUpdatedSubscriptionVariables>): {
|
|
1191
762
|
restart(): void;
|
|
1192
763
|
loading: boolean;
|
|
1193
764
|
data?: experiencesSchema.IOnMyExperienceUpdatedSubscription | undefined;
|
|
1194
|
-
error?: import("@apollo/client").ApolloError
|
|
765
|
+
error?: import("@apollo/client").ApolloError;
|
|
1195
766
|
variables?: experiencesSchema.Exact<{
|
|
1196
|
-
authToken:
|
|
767
|
+
authToken: experiencesSchema.Scalars["String"];
|
|
1197
768
|
}> | undefined;
|
|
1198
769
|
};
|
|
1199
|
-
useOnUserOpportunityNotificationSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnUserOpportunityNotificationSubscription, experiencesSchema.
|
|
1200
|
-
authToken: string;
|
|
1201
|
-
}>>): {
|
|
770
|
+
useOnUserOpportunityNotificationSubscription(baseOptions: import("@apollo/client").SubscriptionHookOptions<experiencesSchema.IOnUserOpportunityNotificationSubscription, experiencesSchema.IOnUserOpportunityNotificationSubscriptionVariables>): {
|
|
1202
771
|
restart(): void;
|
|
1203
772
|
loading: boolean;
|
|
1204
773
|
data?: experiencesSchema.IOnUserOpportunityNotificationSubscription | undefined;
|
|
1205
|
-
error?: import("@apollo/client").ApolloError
|
|
774
|
+
error?: import("@apollo/client").ApolloError;
|
|
1206
775
|
variables?: experiencesSchema.Exact<{
|
|
1207
|
-
authToken:
|
|
776
|
+
authToken: experiencesSchema.Scalars["String"];
|
|
1208
777
|
}> | undefined;
|
|
1209
778
|
};
|
|
1210
779
|
FetchMyExperienceV2Document: import("graphql").DocumentNode;
|
|
@@ -1214,542 +783,312 @@ declare const schema: {
|
|
|
1214
783
|
OnMyExperienceIncrementedDocument: import("graphql").DocumentNode;
|
|
1215
784
|
OnMyExperienceUpdatedDocument: import("graphql").DocumentNode;
|
|
1216
785
|
OnUserOpportunityNotificationDocument: import("graphql").DocumentNode;
|
|
1217
|
-
useDislikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.Exact<{
|
|
1218
|
-
collectionId:
|
|
1219
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.Exact<{
|
|
1220
|
-
collectionId: string;
|
|
786
|
+
useDislikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.IDislikeCollectionMutationVariables>): import("@apollo/client").MutationTuple<collectionsSchema.IDislikeCollectionMutation, collectionsSchema.Exact<{
|
|
787
|
+
collectionId: collectionsSchema.Scalars["String"];
|
|
1221
788
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1222
|
-
useLikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.ILikeCollectionMutation, collectionsSchema.Exact<{
|
|
1223
|
-
collectionId:
|
|
1224
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<collectionsSchema.ILikeCollectionMutation, collectionsSchema.Exact<{
|
|
1225
|
-
collectionId: string;
|
|
789
|
+
useLikeCollectionMutation(baseOptions?: import("@apollo/client").MutationHookOptions<collectionsSchema.ILikeCollectionMutation, collectionsSchema.ILikeCollectionMutationVariables>): import("@apollo/client").MutationTuple<collectionsSchema.ILikeCollectionMutation, collectionsSchema.Exact<{
|
|
790
|
+
collectionId: collectionsSchema.Scalars["String"];
|
|
1226
791
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1227
792
|
DislikeCollectionDocument: import("graphql").DocumentNode;
|
|
1228
793
|
LikeCollectionDocument: import("graphql").DocumentNode;
|
|
1229
|
-
useRefreshTokenMutation(baseOptions?: import("@apollo/client").MutationHookOptions<authSchema.IRefreshTokenMutation, authSchema.Exact<{
|
|
1230
|
-
refreshToken:
|
|
1231
|
-
showNsfw?: authSchema.Maybe<
|
|
1232
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
1233
|
-
|
|
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<{
|
|
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<{
|
|
1239
799
|
[key: string]: never;
|
|
1240
800
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1241
801
|
RefreshTokenDocument: import("graphql").DocumentNode;
|
|
1242
802
|
RevokeTokenDocument: import("graphql").DocumentNode;
|
|
1243
|
-
useDislikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.IDislikeAssetMutation, assetSchema.Exact<{
|
|
1244
|
-
assetId:
|
|
1245
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<assetSchema.IDislikeAssetMutation, assetSchema.Exact<{
|
|
1246
|
-
assetId: string;
|
|
803
|
+
useDislikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.IDislikeAssetMutation, assetSchema.IDislikeAssetMutationVariables>): import("@apollo/client").MutationTuple<assetSchema.IDislikeAssetMutation, assetSchema.Exact<{
|
|
804
|
+
assetId: assetSchema.Scalars["String"];
|
|
1247
805
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1248
|
-
useLikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.ILikeAssetMutation, assetSchema.Exact<{
|
|
1249
|
-
assetId:
|
|
1250
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<assetSchema.ILikeAssetMutation, assetSchema.Exact<{
|
|
1251
|
-
assetId: string;
|
|
806
|
+
useLikeAssetMutation(baseOptions?: import("@apollo/client").MutationHookOptions<assetSchema.ILikeAssetMutation, assetSchema.ILikeAssetMutationVariables>): import("@apollo/client").MutationTuple<assetSchema.ILikeAssetMutation, assetSchema.Exact<{
|
|
807
|
+
assetId: assetSchema.Scalars["String"];
|
|
1252
808
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1253
809
|
DislikeAssetDocument: import("graphql").DocumentNode;
|
|
1254
810
|
LikeAssetDocument: import("graphql").DocumentNode;
|
|
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<{
|
|
811
|
+
useCreateReferralTypeMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateReferralTypeMutation, adminSchema.ICreateReferralTypeMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.ICreateReferralTypeMutation, adminSchema.Exact<{
|
|
1258
812
|
input: adminSchema.IReferralTypeInput;
|
|
1259
813
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
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<{
|
|
814
|
+
useCreateTierMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateTierMutation, adminSchema.ICreateTierMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.ICreateTierMutation, adminSchema.Exact<{
|
|
1263
815
|
input: adminSchema.ITierInput;
|
|
1264
816
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1265
|
-
useTriggerOpportunityNotificationMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ITriggerOpportunityNotificationMutation, adminSchema.Exact<{
|
|
1266
|
-
opportunityId:
|
|
1267
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
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;
|
|
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"];
|
|
1289
830
|
input: adminSchema.IReferralTypeInput;
|
|
1290
831
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1291
|
-
useUpdateReferralTypeArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateReferralTypeArchivedStatusMutation, adminSchema.Exact<{
|
|
1292
|
-
id:
|
|
1293
|
-
isArchived:
|
|
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;
|
|
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"];
|
|
1297
835
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1298
|
-
useUpdateTierMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateTierMutation, adminSchema.Exact<{
|
|
1299
|
-
id:
|
|
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;
|
|
836
|
+
useUpdateTierMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateTierMutation, adminSchema.IUpdateTierMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateTierMutation, adminSchema.Exact<{
|
|
837
|
+
id: adminSchema.Scalars["ID"];
|
|
1303
838
|
input: adminSchema.ITierInput;
|
|
1304
839
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1305
|
-
useUpdateTierArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateTierArchivedStatusMutation, adminSchema.Exact<{
|
|
1306
|
-
id:
|
|
1307
|
-
isArchived:
|
|
1308
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
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<{
|
|
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<{
|
|
1330
853
|
brand: adminSchema.IBrandInput;
|
|
1331
|
-
file?:
|
|
854
|
+
file?: adminSchema.Maybe<adminSchema.Scalars["Upload"]>;
|
|
1332
855
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1333
|
-
useCreateAdminOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.ICreateAdminOpportunityMutation, adminSchema.Exact<{
|
|
1334
|
-
file?:
|
|
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;
|
|
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"]>;
|
|
1338
858
|
input: adminSchema.IAdminOpportunityInput;
|
|
1339
859
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1340
|
-
useAddInviteCodesMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IAddInviteCodesMutation, adminSchema.Exact<{
|
|
1341
|
-
userId:
|
|
1342
|
-
codesNum:
|
|
1343
|
-
reftypeId?: adminSchema.Maybe<
|
|
1344
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
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;
|
|
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"];
|
|
1360
870
|
input: adminSchema.IBrandInput;
|
|
1361
|
-
file?:
|
|
871
|
+
file?: adminSchema.Maybe<adminSchema.Scalars["Upload"]>;
|
|
1362
872
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1363
|
-
useUpdateBrandArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateBrandArchivedStatusMutation, adminSchema.Exact<{
|
|
1364
|
-
id:
|
|
1365
|
-
isArchived:
|
|
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;
|
|
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"];
|
|
1369
876
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1370
|
-
useUpdateCategoryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateCategoryMutation, adminSchema.Exact<{
|
|
1371
|
-
id:
|
|
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;
|
|
877
|
+
useUpdateCategoryMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateCategoryMutation, adminSchema.IUpdateCategoryMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateCategoryMutation, adminSchema.Exact<{
|
|
878
|
+
id: adminSchema.Scalars["ID"];
|
|
1375
879
|
input: adminSchema.ICategoryInput;
|
|
1376
880
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1377
|
-
useUpdateCategoryArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateCategoryArchivedStatusMutation, adminSchema.Exact<{
|
|
1378
|
-
id:
|
|
1379
|
-
isArchived:
|
|
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;
|
|
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"];
|
|
1383
884
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1384
|
-
useUpdateOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateOpportunityMutation, adminSchema.Exact<{
|
|
1385
|
-
id:
|
|
1386
|
-
input: adminSchema.IAdminOpportunityInput;
|
|
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;
|
|
885
|
+
useUpdateOpportunityMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateOpportunityMutation, adminSchema.IUpdateOpportunityMutationVariables>): import("@apollo/client").MutationTuple<adminSchema.IUpdateOpportunityMutation, adminSchema.Exact<{
|
|
886
|
+
id: adminSchema.Scalars["ID"];
|
|
1390
887
|
input: adminSchema.IAdminOpportunityInput;
|
|
1391
|
-
file?:
|
|
1392
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1393
|
-
useUpdateOpportunityArchivedStatusMutation(baseOptions?: import("@apollo/client").MutationHookOptions<adminSchema.IUpdateOpportunityArchivedStatusMutation, adminSchema.Exact<{
|
|
1394
|
-
id:
|
|
1395
|
-
isArchived:
|
|
1396
|
-
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
|
|
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<{
|
|
1422
|
-
filter: adminSchema.IContactSupportFilterInput;
|
|
1423
|
-
sort: adminSchema.IContactSupportSortInput;
|
|
1424
|
-
page: adminSchema.IAdminPageInput;
|
|
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"];
|
|
1425
903
|
}>>;
|
|
1426
|
-
|
|
904
|
+
useFetchContactSupportPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchContactSupportPageQuery, adminSchema.IFetchContactSupportPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchContactSupportPageQuery, adminSchema.Exact<{
|
|
1427
905
|
filter: adminSchema.IContactSupportFilterInput;
|
|
1428
906
|
sort: adminSchema.IContactSupportSortInput;
|
|
1429
907
|
page: adminSchema.IAdminPageInput;
|
|
1430
|
-
}
|
|
908
|
+
}>>;
|
|
909
|
+
useFetchContactSupportPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchContactSupportPageQuery, adminSchema.IFetchContactSupportPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchContactSupportPageQuery, adminSchema.Exact<{
|
|
1431
910
|
filter: adminSchema.IContactSupportFilterInput;
|
|
1432
911
|
sort: adminSchema.IContactSupportSortInput;
|
|
1433
912
|
page: adminSchema.IAdminPageInput;
|
|
1434
913
|
}>>;
|
|
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<{
|
|
914
|
+
useFetchContentReportPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchContentReportPageQuery, adminSchema.IFetchContentReportPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchContentReportPageQuery, adminSchema.Exact<{
|
|
1440
915
|
filter: adminSchema.IContentReportFilterInput;
|
|
1441
916
|
sort: adminSchema.IContentReportSortInput;
|
|
1442
917
|
page: adminSchema.IAdminPageInput;
|
|
1443
918
|
}>>;
|
|
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<{
|
|
919
|
+
useFetchContentReportPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchContentReportPageQuery, adminSchema.IFetchContentReportPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchContentReportPageQuery, adminSchema.Exact<{
|
|
1449
920
|
filter: adminSchema.IContentReportFilterInput;
|
|
1450
921
|
sort: adminSchema.IContentReportSortInput;
|
|
1451
922
|
page: adminSchema.IAdminPageInput;
|
|
1452
923
|
}>>;
|
|
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<{
|
|
924
|
+
useFetchFormOpportunityPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.IFetchFormOpportunityPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.Exact<{
|
|
1458
925
|
filter: adminSchema.IFormOpportunityFilterInput;
|
|
1459
926
|
sort: adminSchema.IFormOpportunitySortInput;
|
|
1460
927
|
page: adminSchema.IAdminPageInput;
|
|
1461
928
|
}>>;
|
|
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<{
|
|
929
|
+
useFetchFormOpportunityPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.IFetchFormOpportunityPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchFormOpportunityPageQuery, adminSchema.Exact<{
|
|
1467
930
|
filter: adminSchema.IFormOpportunityFilterInput;
|
|
1468
931
|
sort: adminSchema.IFormOpportunitySortInput;
|
|
1469
932
|
page: adminSchema.IAdminPageInput;
|
|
1470
933
|
}>>;
|
|
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<{
|
|
934
|
+
useFetchInvestorInquiryPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.IFetchInvestorInquiryPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.Exact<{
|
|
1476
935
|
filter: adminSchema.IInvestorInquiryFilterInput;
|
|
1477
936
|
sort: adminSchema.IInvestorInquirySortInput;
|
|
1478
937
|
page: adminSchema.IAdminPageInput;
|
|
1479
938
|
}>>;
|
|
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<{
|
|
939
|
+
useFetchInvestorInquiryPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.IFetchInvestorInquiryPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchInvestorInquiryPageQuery, adminSchema.Exact<{
|
|
1485
940
|
filter: adminSchema.IInvestorInquiryFilterInput;
|
|
1486
941
|
sort: adminSchema.IInvestorInquirySortInput;
|
|
1487
942
|
page: adminSchema.IAdminPageInput;
|
|
1488
943
|
}>>;
|
|
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<{
|
|
944
|
+
useFetchPartnershipInquiryPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.IFetchPartnershipInquiryPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.Exact<{
|
|
1494
945
|
filter: adminSchema.IPartnershipInquiryFilterInput;
|
|
1495
946
|
sort: adminSchema.IPartnershipInquirySortInput;
|
|
1496
947
|
page: adminSchema.IAdminPageInput;
|
|
1497
948
|
}>>;
|
|
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<{
|
|
949
|
+
useFetchPartnershipInquiryPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.IFetchPartnershipInquiryPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchPartnershipInquiryPageQuery, adminSchema.Exact<{
|
|
1503
950
|
filter: adminSchema.IPartnershipInquiryFilterInput;
|
|
1504
951
|
sort: adminSchema.IPartnershipInquirySortInput;
|
|
1505
952
|
page: adminSchema.IAdminPageInput;
|
|
1506
953
|
}>>;
|
|
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<{
|
|
954
|
+
useFetchUnarchivedReferralTypesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchUnarchivedReferralTypesQuery, adminSchema.IFetchUnarchivedReferralTypesQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchUnarchivedReferralTypesQuery, adminSchema.Exact<{
|
|
1510
955
|
[key: string]: never;
|
|
1511
956
|
}>>;
|
|
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<{
|
|
957
|
+
useFetchUnarchivedReferralTypesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchUnarchivedReferralTypesQuery, adminSchema.IFetchUnarchivedReferralTypesQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchUnarchivedReferralTypesQuery, adminSchema.Exact<{
|
|
1515
958
|
[key: string]: never;
|
|
1516
959
|
}>>;
|
|
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<{
|
|
960
|
+
useFetchReferralTypesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchReferralTypesPageQuery, adminSchema.IFetchReferralTypesPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchReferralTypesPageQuery, adminSchema.Exact<{
|
|
1522
961
|
filter: adminSchema.IReferralTypeFilterInput;
|
|
1523
962
|
sort: adminSchema.IReferralTypeSortInput;
|
|
1524
963
|
page: adminSchema.IAdminPageInput;
|
|
1525
964
|
}>>;
|
|
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<{
|
|
965
|
+
useFetchReferralTypesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchReferralTypesPageQuery, adminSchema.IFetchReferralTypesPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchReferralTypesPageQuery, adminSchema.Exact<{
|
|
1531
966
|
filter: adminSchema.IReferralTypeFilterInput;
|
|
1532
967
|
sort: adminSchema.IReferralTypeSortInput;
|
|
1533
968
|
page: adminSchema.IAdminPageInput;
|
|
1534
969
|
}>>;
|
|
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<{
|
|
970
|
+
useFetchRegistrationInvitePageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.IFetchRegistrationInvitePageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.Exact<{
|
|
1540
971
|
filter: adminSchema.IRegistrationInviteFilterInput;
|
|
1541
972
|
sort: adminSchema.IRegistrationInviteSortInput;
|
|
1542
973
|
page: adminSchema.IAdminPageInput;
|
|
1543
974
|
}>>;
|
|
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<{
|
|
975
|
+
useFetchRegistrationInvitePageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.IFetchRegistrationInvitePageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchRegistrationInvitePageQuery, adminSchema.Exact<{
|
|
1549
976
|
filter: adminSchema.IRegistrationInviteFilterInput;
|
|
1550
977
|
sort: adminSchema.IRegistrationInviteSortInput;
|
|
1551
978
|
page: adminSchema.IAdminPageInput;
|
|
1552
979
|
}>>;
|
|
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<{
|
|
980
|
+
useFetchTiersQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchTiersQuery, adminSchema.IFetchTiersQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchTiersQuery, adminSchema.Exact<{
|
|
1556
981
|
[key: string]: never;
|
|
1557
982
|
}>>;
|
|
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<{
|
|
983
|
+
useFetchTiersLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchTiersQuery, adminSchema.IFetchTiersQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchTiersQuery, adminSchema.Exact<{
|
|
1561
984
|
[key: string]: never;
|
|
1562
985
|
}>>;
|
|
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<{
|
|
986
|
+
useFetchTiersPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchTiersPageQuery, adminSchema.IFetchTiersPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchTiersPageQuery, adminSchema.Exact<{
|
|
1568
987
|
filter: adminSchema.ITiersFilterInput;
|
|
1569
988
|
sort: adminSchema.ITiersSortInput;
|
|
1570
989
|
page: adminSchema.IAdminPageInput;
|
|
1571
990
|
}>>;
|
|
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<{
|
|
991
|
+
useFetchTiersPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchTiersPageQuery, adminSchema.IFetchTiersPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchTiersPageQuery, adminSchema.Exact<{
|
|
1577
992
|
filter: adminSchema.ITiersFilterInput;
|
|
1578
993
|
sort: adminSchema.ITiersSortInput;
|
|
1579
994
|
page: adminSchema.IAdminPageInput;
|
|
1580
995
|
}>>;
|
|
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<{
|
|
996
|
+
useFetchUserFeedbackPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.IFetchUserFeedbackPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.Exact<{
|
|
1586
997
|
filter: adminSchema.IUserFeedbackFilterInput;
|
|
1587
998
|
sort: adminSchema.IUserFeedbackSortInput;
|
|
1588
999
|
page: adminSchema.IAdminPageInput;
|
|
1589
1000
|
}>>;
|
|
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<{
|
|
1001
|
+
useFetchUserFeedbackPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.IFetchUserFeedbackPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchUserFeedbackPageQuery, adminSchema.Exact<{
|
|
1595
1002
|
filter: adminSchema.IUserFeedbackFilterInput;
|
|
1596
1003
|
sort: adminSchema.IUserFeedbackSortInput;
|
|
1597
1004
|
page: adminSchema.IAdminPageInput;
|
|
1598
1005
|
}>>;
|
|
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<{
|
|
1006
|
+
useFetchAdminBrandsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminBrandsQuery, adminSchema.IFetchAdminBrandsQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
|
|
1602
1007
|
[key: string]: never;
|
|
1603
1008
|
}>>;
|
|
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<{
|
|
1009
|
+
useFetchAdminBrandsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminBrandsQuery, adminSchema.IFetchAdminBrandsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminBrandsQuery, adminSchema.Exact<{
|
|
1607
1010
|
[key: string]: never;
|
|
1608
1011
|
}>>;
|
|
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<{
|
|
1012
|
+
useFetchAdminBrandsPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.IFetchAdminBrandsPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
|
|
1614
1013
|
filter: adminSchema.IBrandsFilterInput;
|
|
1615
1014
|
sort: adminSchema.IBrandsSortInput;
|
|
1616
1015
|
page: adminSchema.IAdminPageInput;
|
|
1617
1016
|
}>>;
|
|
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<{
|
|
1017
|
+
useFetchAdminBrandsPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.IFetchAdminBrandsPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminBrandsPageQuery, adminSchema.Exact<{
|
|
1623
1018
|
filter: adminSchema.IBrandsFilterInput;
|
|
1624
1019
|
sort: adminSchema.IBrandsSortInput;
|
|
1625
1020
|
page: adminSchema.IAdminPageInput;
|
|
1626
1021
|
}>>;
|
|
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<{
|
|
1022
|
+
useFetchAdminCategoriesQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminCategoriesQuery, adminSchema.IFetchAdminCategoriesQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
|
|
1630
1023
|
[key: string]: never;
|
|
1631
1024
|
}>>;
|
|
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<{
|
|
1025
|
+
useFetchAdminCategoriesLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminCategoriesQuery, adminSchema.IFetchAdminCategoriesQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminCategoriesQuery, adminSchema.Exact<{
|
|
1635
1026
|
[key: string]: never;
|
|
1636
1027
|
}>>;
|
|
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<{
|
|
1028
|
+
useFetchAdminCategoriesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.IFetchAdminCategoriesPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
|
|
1642
1029
|
filter: adminSchema.ICategoriesFilterInput;
|
|
1643
1030
|
sort: adminSchema.ICategoriesSortInput;
|
|
1644
1031
|
page: adminSchema.IAdminPageInput;
|
|
1645
1032
|
}>>;
|
|
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<{
|
|
1033
|
+
useFetchAdminCategoriesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.IFetchAdminCategoriesPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminCategoriesPageQuery, adminSchema.Exact<{
|
|
1651
1034
|
filter: adminSchema.ICategoriesFilterInput;
|
|
1652
1035
|
sort: adminSchema.ICategoriesSortInput;
|
|
1653
1036
|
page: adminSchema.IAdminPageInput;
|
|
1654
1037
|
}>>;
|
|
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<{
|
|
1038
|
+
useFetchAdminInvitesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.IFetchAdminInvitesPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
|
|
1660
1039
|
filter: adminSchema.IInvitesFilterInput;
|
|
1661
1040
|
sort: adminSchema.IInvitesSortInput;
|
|
1662
1041
|
page: adminSchema.IAdminPageInput;
|
|
1663
1042
|
}>>;
|
|
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<{
|
|
1043
|
+
useFetchAdminInvitesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.IFetchAdminInvitesPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminInvitesPageQuery, adminSchema.Exact<{
|
|
1669
1044
|
filter: adminSchema.IInvitesFilterInput;
|
|
1670
1045
|
sort: adminSchema.IInvitesSortInput;
|
|
1671
1046
|
page: adminSchema.IAdminPageInput;
|
|
1672
1047
|
}>>;
|
|
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<{
|
|
1048
|
+
useFetchAdminOpportunitiesPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.IFetchAdminOpportunitiesPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
|
|
1678
1049
|
filter: adminSchema.IOpportunitiesFilterInput;
|
|
1679
1050
|
sort: adminSchema.IOpportunitiesSortInput;
|
|
1680
1051
|
page: adminSchema.IAdminPageInput;
|
|
1681
1052
|
}>>;
|
|
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<{
|
|
1053
|
+
useFetchAdminOpportunitiesPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.IFetchAdminOpportunitiesPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminOpportunitiesPageQuery, adminSchema.Exact<{
|
|
1687
1054
|
filter: adminSchema.IOpportunitiesFilterInput;
|
|
1688
1055
|
sort: adminSchema.IOpportunitiesSortInput;
|
|
1689
1056
|
page: adminSchema.IAdminPageInput;
|
|
1690
1057
|
}>>;
|
|
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<{
|
|
1058
|
+
useFetchAdminReferralsPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.IFetchAdminReferralsPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
|
|
1696
1059
|
filter: adminSchema.IReferralsFilterInput;
|
|
1697
1060
|
sort: adminSchema.IReferralsSortInput;
|
|
1698
1061
|
page: adminSchema.IAdminPageInput;
|
|
1699
1062
|
}>>;
|
|
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<{
|
|
1063
|
+
useFetchAdminReferralsPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.IFetchAdminReferralsPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminReferralsPageQuery, adminSchema.Exact<{
|
|
1705
1064
|
filter: adminSchema.IReferralsFilterInput;
|
|
1706
1065
|
sort: adminSchema.IReferralsSortInput;
|
|
1707
1066
|
page: adminSchema.IAdminPageInput;
|
|
1708
1067
|
}>>;
|
|
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<{
|
|
1068
|
+
useFetchAdminUsersPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminUsersPageQuery, adminSchema.IFetchAdminUsersPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
|
|
1714
1069
|
filter: adminSchema.IUsersFilterInput;
|
|
1715
1070
|
sort: adminSchema.IUsersSortInput;
|
|
1716
1071
|
page: adminSchema.IAdminPageInput;
|
|
1717
1072
|
}>>;
|
|
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<{
|
|
1073
|
+
useFetchAdminUsersPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminUsersPageQuery, adminSchema.IFetchAdminUsersPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminUsersPageQuery, adminSchema.Exact<{
|
|
1723
1074
|
filter: adminSchema.IUsersFilterInput;
|
|
1724
1075
|
sort: adminSchema.IUsersSortInput;
|
|
1725
1076
|
page: adminSchema.IAdminPageInput;
|
|
1726
1077
|
}>>;
|
|
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<{
|
|
1078
|
+
useFetchAdminXpPageQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchAdminXpPageQuery, adminSchema.IFetchAdminXpPageQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
|
|
1732
1079
|
filter: adminSchema.IXpFilterInput;
|
|
1733
1080
|
sort: adminSchema.IXpSortInput;
|
|
1734
1081
|
page: adminSchema.IAdminPageInput;
|
|
1735
1082
|
}>>;
|
|
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<{
|
|
1083
|
+
useFetchAdminXpPageLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchAdminXpPageQuery, adminSchema.IFetchAdminXpPageQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchAdminXpPageQuery, adminSchema.Exact<{
|
|
1741
1084
|
filter: adminSchema.IXpFilterInput;
|
|
1742
1085
|
sort: adminSchema.IXpSortInput;
|
|
1743
1086
|
page: adminSchema.IAdminPageInput;
|
|
1744
1087
|
}>>;
|
|
1745
|
-
useFetchBlockchainsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
|
|
1746
|
-
[key: string]: never;
|
|
1747
|
-
}>> | undefined): import("@apollo/client").QueryResult<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
|
|
1088
|
+
useFetchBlockchainsQuery(baseOptions?: import("@apollo/client").QueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.IFetchBlockchainsQueryVariables>): import("@apollo/client").QueryResult<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
|
|
1748
1089
|
[key: string]: never;
|
|
1749
1090
|
}>>;
|
|
1750
|
-
useFetchBlockchainsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
|
|
1751
|
-
[key: string]: never;
|
|
1752
|
-
}>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
|
|
1091
|
+
useFetchBlockchainsLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchBlockchainsQuery, adminSchema.IFetchBlockchainsQueryVariables>): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchBlockchainsQuery, adminSchema.Exact<{
|
|
1753
1092
|
[key: string]: never;
|
|
1754
1093
|
}>>;
|
|
1755
1094
|
ILocationType: typeof adminSchema.ILocationType;
|