@ludo.ninja/api 3.2.18 → 3.2.20
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/graphql_tools/__generated__/adminHost/schema.d.ts +102 -0
- package/build/graphql_tools/__generated__/adminHost/schema.js +31 -1
- package/build/graphql_tools/__generated__/assetsHost/schema.d.ts +9 -0
- package/build/graphql_tools/__generated__/authHost/schema.d.ts +9 -0
- package/build/graphql_tools/__generated__/identityHost/schema.d.ts +133 -0
- package/build/graphql_tools/__generated__/identityHost/schema.js +92 -4
- package/build/graphql_tools/__generated__/opportunitiesHost/schema.d.ts +46 -0
- package/build/graphql_tools/__generated__/opportunitiesHost/schema.js +33 -2
- package/build/index.d.ts +46 -0
- package/package.json +1 -1
- package/src/graphql_tools/__generated__/adminHost/schema.ts +48 -0
- package/src/graphql_tools/__generated__/opportunitiesHost/schema.ts +58 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -23,8 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.useFetchUserWalletsLazyQuery = exports.useFetchUserWalletsQuery = exports.FetchUserWalletsDocument = exports.useFetchProfileLazyQuery = exports.useFetchProfileQuery = exports.FetchProfileDocument = exports.useFetchLudoNftForWalletLazyQuery = exports.useFetchLudoNftForWalletQuery = exports.FetchLudoNftForWalletDocument = exports.useFetchMyProfileV2LazyQuery = exports.useFetchMyProfileV2Query = exports.FetchMyProfileV2Document = exports.useFetchMultiversXAuditLazyQuery = exports.useFetchMultiversXAuditQuery = exports.FetchMultiversXAuditDocument = exports.useFetchAggregatedMultiversxAuditLazyQuery = exports.useFetchAggregatedMultiversxAuditQuery = exports.FetchAggregatedMultiversxAuditDocument = exports.useUpdateProfileMutation = void 0;
|
|
26
|
+
exports.SignInTezosDocument = exports.useSignInSolanaMutation = exports.SignInSolanaDocument = exports.useSignInMetamaskMutation = exports.SignInMetamaskDocument = exports.useSignInFlowMutation = exports.SignInFlowDocument = exports.useSignInElrondMutation = exports.SignInElrondDocument = exports.useSignInAdminMetamaskMutation = exports.SignInAdminMetamaskDocument = exports.useSetMainWalletMutation = exports.SetMainWalletDocument = exports.useSaveEmailOfJoinerMutation = exports.SaveEmailOfJoinerDocument = exports.useRemoveWalletMutation = exports.RemoveWalletDocument = exports.useUseInviteCodeMutation = exports.UseInviteCodeDocument = exports.useGenerateNewInviteCodesMutation = exports.GenerateNewInviteCodesDocument = exports.useCreateTonNonceMutation = exports.CreateTonNonceDocument = exports.useCreateNonceMutation = exports.CreateNonceDocument = exports.useCreateMfaSecretMutation = exports.CreateMfaSecretDocument = exports.useCreateEvmNonceMutation = exports.CreateEvmNonceDocument = exports.useCreateAdminNonceMutation = exports.CreateAdminNonceDocument = exports.useAddWalletTonMutation = exports.AddWalletTonDocument = exports.useAddWalletTezosMutation = exports.AddWalletTezosDocument = exports.useAddWalletSolanaMutation = exports.AddWalletSolanaDocument = exports.useAddWalletMetamaskMutation = exports.AddWalletMetamaskDocument = exports.useAddWalletFlowMutation = exports.AddWalletFlowDocument = exports.useAddWalletElrondMutation = exports.AddWalletElrondDocument = exports.useSignInEthereumWeb3AuthMutation = exports.SignInEthereumWeb3AuthDocument = exports.IRole = exports.IReftypeColor = exports.ILoginType = exports.ILoginSource = exports.IBlockchains = void 0;
|
|
27
|
+
exports.useFetchUserWalletsLazyQuery = exports.useFetchUserWalletsQuery = exports.FetchUserWalletsDocument = exports.useFetchProfileLazyQuery = exports.useFetchProfileQuery = exports.FetchProfileDocument = exports.useFetchLudoNftForWalletLazyQuery = exports.useFetchLudoNftForWalletQuery = exports.FetchLudoNftForWalletDocument = exports.useFetchMyProfileV2LazyQuery = exports.useFetchMyProfileV2Query = exports.FetchMyProfileV2Document = exports.useFetchMultiversXAuditLazyQuery = exports.useFetchMultiversXAuditQuery = exports.FetchMultiversXAuditDocument = exports.useFetchAggregatedMultiversxAuditLazyQuery = exports.useFetchAggregatedMultiversxAuditQuery = exports.FetchAggregatedMultiversxAuditDocument = exports.useVerifyMfaSecretMutation = exports.VerifyMfaSecretDocument = exports.useUpdateProfileMutation = exports.UpdateProfileDocument = exports.useSignInTonMutation = exports.SignInTonDocument = exports.useSignInTezosMutation = void 0;
|
|
28
28
|
const client_1 = require("@apollo/client");
|
|
29
29
|
const Apollo = __importStar(require("@apollo/client"));
|
|
30
30
|
var IBlockchains;
|
|
@@ -295,6 +295,37 @@ function useAddWalletTonMutation(baseOptions) {
|
|
|
295
295
|
return Apollo.useMutation(exports.AddWalletTonDocument, baseOptions);
|
|
296
296
|
}
|
|
297
297
|
exports.useAddWalletTonMutation = useAddWalletTonMutation;
|
|
298
|
+
exports.CreateAdminNonceDocument = (0, client_1.gql) `
|
|
299
|
+
mutation CreateAdminNonce($address: String!, $blockchain: String!, $chainId: String) {
|
|
300
|
+
createAdminNonce(address: $address, blockchain: $blockchain, chainId: $chainId) {
|
|
301
|
+
nonce
|
|
302
|
+
mfaEnabled
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
`;
|
|
306
|
+
/**
|
|
307
|
+
* __useCreateAdminNonceMutation__
|
|
308
|
+
*
|
|
309
|
+
* To run a mutation, you first call `useCreateAdminNonceMutation` within a React component and pass it any options that fit your needs.
|
|
310
|
+
* When your component renders, `useCreateAdminNonceMutation` returns a tuple that includes:
|
|
311
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
312
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
313
|
+
*
|
|
314
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
315
|
+
*
|
|
316
|
+
* @example
|
|
317
|
+
* const [createAdminNonceMutation, { data, loading, error }] = useCreateAdminNonceMutation({
|
|
318
|
+
* variables: {
|
|
319
|
+
* address: // value for 'address'
|
|
320
|
+
* blockchain: // value for 'blockchain'
|
|
321
|
+
* chainId: // value for 'chainId'
|
|
322
|
+
* },
|
|
323
|
+
* });
|
|
324
|
+
*/
|
|
325
|
+
function useCreateAdminNonceMutation(baseOptions) {
|
|
326
|
+
return Apollo.useMutation(exports.CreateAdminNonceDocument, baseOptions);
|
|
327
|
+
}
|
|
328
|
+
exports.useCreateAdminNonceMutation = useCreateAdminNonceMutation;
|
|
298
329
|
exports.CreateEvmNonceDocument = (0, client_1.gql) `
|
|
299
330
|
mutation CreateEvmNonce {
|
|
300
331
|
createEvmNonce
|
|
@@ -320,6 +351,31 @@ function useCreateEvmNonceMutation(baseOptions) {
|
|
|
320
351
|
return Apollo.useMutation(exports.CreateEvmNonceDocument, baseOptions);
|
|
321
352
|
}
|
|
322
353
|
exports.useCreateEvmNonceMutation = useCreateEvmNonceMutation;
|
|
354
|
+
exports.CreateMfaSecretDocument = (0, client_1.gql) `
|
|
355
|
+
mutation CreateMfaSecret {
|
|
356
|
+
createMfaSecret
|
|
357
|
+
}
|
|
358
|
+
`;
|
|
359
|
+
/**
|
|
360
|
+
* __useCreateMfaSecretMutation__
|
|
361
|
+
*
|
|
362
|
+
* To run a mutation, you first call `useCreateMfaSecretMutation` within a React component and pass it any options that fit your needs.
|
|
363
|
+
* When your component renders, `useCreateMfaSecretMutation` returns a tuple that includes:
|
|
364
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
365
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
366
|
+
*
|
|
367
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
368
|
+
*
|
|
369
|
+
* @example
|
|
370
|
+
* const [createMfaSecretMutation, { data, loading, error }] = useCreateMfaSecretMutation({
|
|
371
|
+
* variables: {
|
|
372
|
+
* },
|
|
373
|
+
* });
|
|
374
|
+
*/
|
|
375
|
+
function useCreateMfaSecretMutation(baseOptions) {
|
|
376
|
+
return Apollo.useMutation(exports.CreateMfaSecretDocument, baseOptions);
|
|
377
|
+
}
|
|
378
|
+
exports.useCreateMfaSecretMutation = useCreateMfaSecretMutation;
|
|
323
379
|
exports.CreateNonceDocument = (0, client_1.gql) `
|
|
324
380
|
mutation CreateNonce($address: String!, $blockchain: String!, $chainId: String) {
|
|
325
381
|
createNonce(address: $address, blockchain: $blockchain, chainId: $chainId)
|
|
@@ -514,8 +570,13 @@ function useSetMainWalletMutation(baseOptions) {
|
|
|
514
570
|
}
|
|
515
571
|
exports.useSetMainWalletMutation = useSetMainWalletMutation;
|
|
516
572
|
exports.SignInAdminMetamaskDocument = (0, client_1.gql) `
|
|
517
|
-
mutation SignInAdminMetamask($signature: String!, $address: String!, $chainId: String!) {
|
|
518
|
-
signInAdminMetamask(
|
|
573
|
+
mutation SignInAdminMetamask($signature: String!, $address: String!, $chainId: String!, $mfaCode: String!) {
|
|
574
|
+
signInAdminMetamask(
|
|
575
|
+
signature: $signature
|
|
576
|
+
address: $address
|
|
577
|
+
chainId: $chainId
|
|
578
|
+
mfaCode: $mfaCode
|
|
579
|
+
) {
|
|
519
580
|
userId
|
|
520
581
|
wallets
|
|
521
582
|
tokens {
|
|
@@ -553,6 +614,7 @@ exports.SignInAdminMetamaskDocument = (0, client_1.gql) `
|
|
|
553
614
|
* signature: // value for 'signature'
|
|
554
615
|
* address: // value for 'address'
|
|
555
616
|
* chainId: // value for 'chainId'
|
|
617
|
+
* mfaCode: // value for 'mfaCode'
|
|
556
618
|
* },
|
|
557
619
|
* });
|
|
558
620
|
*/
|
|
@@ -911,6 +973,32 @@ function useUpdateProfileMutation(baseOptions) {
|
|
|
911
973
|
return Apollo.useMutation(exports.UpdateProfileDocument, baseOptions);
|
|
912
974
|
}
|
|
913
975
|
exports.useUpdateProfileMutation = useUpdateProfileMutation;
|
|
976
|
+
exports.VerifyMfaSecretDocument = (0, client_1.gql) `
|
|
977
|
+
mutation VerifyMfaSecret($mfaCode: String!) {
|
|
978
|
+
verifyMfaSecret(mfaCode: $mfaCode)
|
|
979
|
+
}
|
|
980
|
+
`;
|
|
981
|
+
/**
|
|
982
|
+
* __useVerifyMfaSecretMutation__
|
|
983
|
+
*
|
|
984
|
+
* To run a mutation, you first call `useVerifyMfaSecretMutation` within a React component and pass it any options that fit your needs.
|
|
985
|
+
* When your component renders, `useVerifyMfaSecretMutation` returns a tuple that includes:
|
|
986
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
987
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
988
|
+
*
|
|
989
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
990
|
+
*
|
|
991
|
+
* @example
|
|
992
|
+
* const [verifyMfaSecretMutation, { data, loading, error }] = useVerifyMfaSecretMutation({
|
|
993
|
+
* variables: {
|
|
994
|
+
* mfaCode: // value for 'mfaCode'
|
|
995
|
+
* },
|
|
996
|
+
* });
|
|
997
|
+
*/
|
|
998
|
+
function useVerifyMfaSecretMutation(baseOptions) {
|
|
999
|
+
return Apollo.useMutation(exports.VerifyMfaSecretDocument, baseOptions);
|
|
1000
|
+
}
|
|
1001
|
+
exports.useVerifyMfaSecretMutation = useVerifyMfaSecretMutation;
|
|
914
1002
|
exports.FetchAggregatedMultiversxAuditDocument = (0, client_1.gql) `
|
|
915
1003
|
query FetchAggregatedMultiversxAudit($userId: ID!) {
|
|
916
1004
|
fetchAggregatedMultiversxAudit(userId: $userId) {
|
|
@@ -77,6 +77,10 @@ export type IHoldersGeolocation = {
|
|
|
77
77
|
holders: Scalars['Long'];
|
|
78
78
|
percentage: Scalars['Float'];
|
|
79
79
|
};
|
|
80
|
+
export declare enum ILinkType {
|
|
81
|
+
Twitter = "TWITTER",
|
|
82
|
+
Website = "WEBSITE"
|
|
83
|
+
}
|
|
80
84
|
export type ILudoRankDifference = {
|
|
81
85
|
hourDifference?: Maybe<Scalars['Float']>;
|
|
82
86
|
dayDifference?: Maybe<Scalars['Float']>;
|
|
@@ -119,6 +123,7 @@ export type IMutation = {
|
|
|
119
123
|
activateMonitoring: Scalars['Boolean'];
|
|
120
124
|
subscribeOnAlerts: Scalars['Boolean'];
|
|
121
125
|
reconsiderProjectStatus: Scalars['Boolean'];
|
|
126
|
+
clickOnProjectLink: Scalars['Boolean'];
|
|
122
127
|
};
|
|
123
128
|
export type IMutationCreateBrandArgs = {
|
|
124
129
|
input: IBrandInput;
|
|
@@ -189,6 +194,9 @@ export type IMutationSubscribeOnAlertsArgs = {
|
|
|
189
194
|
export type IMutationReconsiderProjectStatusArgs = {
|
|
190
195
|
input: IProjectReconsiderationInput;
|
|
191
196
|
};
|
|
197
|
+
export type IMutationClickOnProjectLinkArgs = {
|
|
198
|
+
input: IProjectLinkClickInput;
|
|
199
|
+
};
|
|
192
200
|
export type IOpportunitiesPage = {
|
|
193
201
|
currentOpportunities?: Maybe<Array<Maybe<IOpportunity>>>;
|
|
194
202
|
similarOpportunities?: Maybe<Array<Maybe<IOpportunity>>>;
|
|
@@ -342,6 +350,11 @@ export type IProjectCommunityVote = {
|
|
|
342
350
|
neutralsRating?: Maybe<Scalars['Int']>;
|
|
343
351
|
dislikesRating?: Maybe<Scalars['Int']>;
|
|
344
352
|
};
|
|
353
|
+
export type IProjectLinkClickInput = {
|
|
354
|
+
blockchain: Scalars['String'];
|
|
355
|
+
contract: Scalars['String'];
|
|
356
|
+
linkType: ILinkType;
|
|
357
|
+
};
|
|
345
358
|
export type IProjectMonitoring = {
|
|
346
359
|
userId: Scalars['String'];
|
|
347
360
|
monitorsFree: Scalars['Int'];
|
|
@@ -510,6 +523,7 @@ export type IResolversTypes = {
|
|
|
510
523
|
Int: ResolverTypeWrapper<Scalars['Int']>;
|
|
511
524
|
HoldersGeolocation: ResolverTypeWrapper<IHoldersGeolocation>;
|
|
512
525
|
Float: ResolverTypeWrapper<Scalars['Float']>;
|
|
526
|
+
LinkType: ILinkType;
|
|
513
527
|
Long: ResolverTypeWrapper<Scalars['Long']>;
|
|
514
528
|
LudoRankDifference: ResolverTypeWrapper<ILudoRankDifference>;
|
|
515
529
|
Monitor: ResolverTypeWrapper<IMonitor>;
|
|
@@ -524,6 +538,7 @@ export type IResolversTypes = {
|
|
|
524
538
|
ProfileOpportunities: ResolverTypeWrapper<IProfileOpportunities>;
|
|
525
539
|
Project: ResolverTypeWrapper<IProject>;
|
|
526
540
|
ProjectCommunityVote: ResolverTypeWrapper<IProjectCommunityVote>;
|
|
541
|
+
ProjectLinkClickInput: IProjectLinkClickInput;
|
|
527
542
|
ProjectMonitoring: ResolverTypeWrapper<IProjectMonitoring>;
|
|
528
543
|
ProjectReactionInput: IProjectReactionInput;
|
|
529
544
|
ProjectReactions: ResolverTypeWrapper<IProjectReactions>;
|
|
@@ -566,6 +581,7 @@ export type IResolversParentTypes = {
|
|
|
566
581
|
ProfileOpportunities: IProfileOpportunities;
|
|
567
582
|
Project: IProject;
|
|
568
583
|
ProjectCommunityVote: IProjectCommunityVote;
|
|
584
|
+
ProjectLinkClickInput: IProjectLinkClickInput;
|
|
569
585
|
ProjectMonitoring: IProjectMonitoring;
|
|
570
586
|
ProjectReactionInput: IProjectReactionInput;
|
|
571
587
|
ProjectReactions: IProjectReactions;
|
|
@@ -665,6 +681,7 @@ export type IMutationResolvers<ContextType = any, ParentType extends IResolversP
|
|
|
665
681
|
activateMonitoring?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType, RequireFields<IMutationActivateMonitoringArgs, 'input'>>;
|
|
666
682
|
subscribeOnAlerts?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType, RequireFields<IMutationSubscribeOnAlertsArgs, 'input'>>;
|
|
667
683
|
reconsiderProjectStatus?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType, RequireFields<IMutationReconsiderProjectStatusArgs, 'input'>>;
|
|
684
|
+
clickOnProjectLink?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType, RequireFields<IMutationClickOnProjectLinkArgs, 'input'>>;
|
|
668
685
|
};
|
|
669
686
|
export type IOpportunitiesPageResolvers<ContextType = any, ParentType extends IResolversParentTypes['OpportunitiesPage'] = IResolversParentTypes['OpportunitiesPage']> = {
|
|
670
687
|
currentOpportunities?: Resolver<Maybe<Array<Maybe<IResolversTypes['Opportunity']>>>, ParentType, ContextType>;
|
|
@@ -908,6 +925,10 @@ export type IActivateMonitoringMutationVariables = Exact<{
|
|
|
908
925
|
input: IMonitoringActivationInput;
|
|
909
926
|
}>;
|
|
910
927
|
export type IActivateMonitoringMutation = Pick<IMutation, 'activateMonitoring'>;
|
|
928
|
+
export type IClickOnProjectLinkMutationVariables = Exact<{
|
|
929
|
+
input: IProjectLinkClickInput;
|
|
930
|
+
}>;
|
|
931
|
+
export type IClickOnProjectLinkMutation = Pick<IMutation, 'clickOnProjectLink'>;
|
|
911
932
|
export type ICopyOpportunityShareLinkMutationVariables = Exact<{
|
|
912
933
|
opportunityId: Scalars['ID'];
|
|
913
934
|
}>;
|
|
@@ -1125,6 +1146,31 @@ export declare function useActivateMonitoringMutation(baseOptions?: Apollo.Mutat
|
|
|
1125
1146
|
export type ActivateMonitoringMutationHookResult = ReturnType<typeof useActivateMonitoringMutation>;
|
|
1126
1147
|
export type ActivateMonitoringMutationResult = Apollo.MutationResult<IActivateMonitoringMutation>;
|
|
1127
1148
|
export type ActivateMonitoringMutationOptions = Apollo.BaseMutationOptions<IActivateMonitoringMutation, IActivateMonitoringMutationVariables>;
|
|
1149
|
+
export declare const ClickOnProjectLinkDocument: Apollo.DocumentNode;
|
|
1150
|
+
export type IClickOnProjectLinkMutationFn = Apollo.MutationFunction<IClickOnProjectLinkMutation, IClickOnProjectLinkMutationVariables>;
|
|
1151
|
+
/**
|
|
1152
|
+
* __useClickOnProjectLinkMutation__
|
|
1153
|
+
*
|
|
1154
|
+
* To run a mutation, you first call `useClickOnProjectLinkMutation` within a React component and pass it any options that fit your needs.
|
|
1155
|
+
* When your component renders, `useClickOnProjectLinkMutation` returns a tuple that includes:
|
|
1156
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1157
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1158
|
+
*
|
|
1159
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1160
|
+
*
|
|
1161
|
+
* @example
|
|
1162
|
+
* const [clickOnProjectLinkMutation, { data, loading, error }] = useClickOnProjectLinkMutation({
|
|
1163
|
+
* variables: {
|
|
1164
|
+
* input: // value for 'input'
|
|
1165
|
+
* },
|
|
1166
|
+
* });
|
|
1167
|
+
*/
|
|
1168
|
+
export declare function useClickOnProjectLinkMutation(baseOptions?: Apollo.MutationHookOptions<IClickOnProjectLinkMutation, IClickOnProjectLinkMutationVariables>): Apollo.MutationTuple<IClickOnProjectLinkMutation, Exact<{
|
|
1169
|
+
input: IProjectLinkClickInput;
|
|
1170
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1171
|
+
export type ClickOnProjectLinkMutationHookResult = ReturnType<typeof useClickOnProjectLinkMutation>;
|
|
1172
|
+
export type ClickOnProjectLinkMutationResult = Apollo.MutationResult<IClickOnProjectLinkMutation>;
|
|
1173
|
+
export type ClickOnProjectLinkMutationOptions = Apollo.BaseMutationOptions<IClickOnProjectLinkMutation, IClickOnProjectLinkMutationVariables>;
|
|
1128
1174
|
export declare const CopyOpportunityShareLinkDocument: Apollo.DocumentNode;
|
|
1129
1175
|
export type ICopyOpportunityShareLinkMutationFn = Apollo.MutationFunction<ICopyOpportunityShareLinkMutation, ICopyOpportunityShareLinkMutationVariables>;
|
|
1130
1176
|
/**
|
|
@@ -23,10 +23,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.useFetchProjectMonitoringLazyQuery = exports.useFetchProjectMonitoringQuery = exports.FetchProjectMonitoringDocument = exports.useFetchProjectBySlugLazyQuery = exports.useFetchProjectBySlugQuery = exports.FetchProjectBySlugDocument = exports.useFetchProjectLazyQuery = exports.useFetchProjectQuery = exports.FetchProjectDocument = exports.useFetchProfileOpportunitiesLazyQuery = exports.useFetchProfileOpportunitiesQuery = exports.FetchProfileOpportunitiesDocument = void 0;
|
|
26
|
+
exports.useFetchOpportunityLazyQuery = exports.useFetchOpportunityQuery = exports.FetchOpportunityDocument = exports.useFetchOpportunitiesLazyQuery = exports.useFetchOpportunitiesQuery = exports.FetchOpportunitiesDocument = exports.useFetchMonitorsCounterLazyQuery = exports.useFetchMonitorsCounterQuery = exports.FetchMonitorsCounterDocument = exports.useFetchBrandBySlugLazyQuery = exports.useFetchBrandBySlugQuery = exports.FetchBrandBySlugDocument = exports.useFetchOpportunitiesForProfileLazyQuery = exports.useFetchOpportunitiesForProfileQuery = exports.FetchOpportunitiesForProfileDocument = exports.useFetchOpportunitiesByIdsLazyQuery = exports.useFetchOpportunitiesByIdsQuery = exports.FetchOpportunitiesByIdsDocument = exports.useFetchAirdropRegistrationsCsvLazyQuery = exports.useFetchAirdropRegistrationsCsvQuery = exports.FetchAirdropRegistrationsCsvDocument = exports.useRegisterNewProjectMutation = exports.RegisterNewProjectDocument = exports.useRegisterForAirdrop2Mutation = exports.RegisterForAirdrop2Document = exports.useRegisterForAirdropMutation = exports.RegisterForAirdropDocument = exports.useReconsiderProjectStatusMutation = exports.ReconsiderProjectStatusDocument = exports.useReactOnProjectMutation = exports.ReactOnProjectDocument = exports.useOpenOpportunityMutation = exports.OpenOpportunityDocument = exports.useCreateOpportunityMutation = exports.CreateOpportunityDocument = exports.useCopyOpportunityShareLinkMutation = exports.CopyOpportunityShareLinkDocument = exports.useClickOnProjectLinkMutation = exports.ClickOnProjectLinkDocument = exports.useActivateMonitoringMutation = exports.ActivateMonitoringDocument = exports.useLikeOpportunityMutation = exports.LikeOpportunityDocument = exports.useDislikeOpportunityMutation = exports.DislikeOpportunityDocument = exports.IVoteType = exports.IReactionType = exports.IProjectRegistrationStatus = exports.IOpportunityType = exports.ILinkType = void 0;
|
|
27
|
+
exports.useFetchProjectMonitoringLazyQuery = exports.useFetchProjectMonitoringQuery = exports.FetchProjectMonitoringDocument = exports.useFetchProjectBySlugLazyQuery = exports.useFetchProjectBySlugQuery = exports.FetchProjectBySlugDocument = exports.useFetchProjectLazyQuery = exports.useFetchProjectQuery = exports.FetchProjectDocument = exports.useFetchProfileOpportunitiesLazyQuery = exports.useFetchProfileOpportunitiesQuery = exports.FetchProfileOpportunitiesDocument = exports.useFetchOpportunityBySlugLazyQuery = exports.useFetchOpportunityBySlugQuery = exports.FetchOpportunityBySlugDocument = void 0;
|
|
28
28
|
const client_1 = require("@apollo/client");
|
|
29
29
|
const Apollo = __importStar(require("@apollo/client"));
|
|
30
|
+
var ILinkType;
|
|
31
|
+
(function (ILinkType) {
|
|
32
|
+
ILinkType["Twitter"] = "TWITTER";
|
|
33
|
+
ILinkType["Website"] = "WEBSITE";
|
|
34
|
+
})(ILinkType || (exports.ILinkType = ILinkType = {}));
|
|
30
35
|
var IOpportunityType;
|
|
31
36
|
(function (IOpportunityType) {
|
|
32
37
|
IOpportunityType["TokenAirdrop"] = "TOKEN_AIRDROP";
|
|
@@ -130,6 +135,32 @@ function useActivateMonitoringMutation(baseOptions) {
|
|
|
130
135
|
return Apollo.useMutation(exports.ActivateMonitoringDocument, baseOptions);
|
|
131
136
|
}
|
|
132
137
|
exports.useActivateMonitoringMutation = useActivateMonitoringMutation;
|
|
138
|
+
exports.ClickOnProjectLinkDocument = (0, client_1.gql) `
|
|
139
|
+
mutation ClickOnProjectLink($input: ProjectLinkClickInput!) {
|
|
140
|
+
clickOnProjectLink(input: $input)
|
|
141
|
+
}
|
|
142
|
+
`;
|
|
143
|
+
/**
|
|
144
|
+
* __useClickOnProjectLinkMutation__
|
|
145
|
+
*
|
|
146
|
+
* To run a mutation, you first call `useClickOnProjectLinkMutation` within a React component and pass it any options that fit your needs.
|
|
147
|
+
* When your component renders, `useClickOnProjectLinkMutation` returns a tuple that includes:
|
|
148
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
149
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
150
|
+
*
|
|
151
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
152
|
+
*
|
|
153
|
+
* @example
|
|
154
|
+
* const [clickOnProjectLinkMutation, { data, loading, error }] = useClickOnProjectLinkMutation({
|
|
155
|
+
* variables: {
|
|
156
|
+
* input: // value for 'input'
|
|
157
|
+
* },
|
|
158
|
+
* });
|
|
159
|
+
*/
|
|
160
|
+
function useClickOnProjectLinkMutation(baseOptions) {
|
|
161
|
+
return Apollo.useMutation(exports.ClickOnProjectLinkDocument, baseOptions);
|
|
162
|
+
}
|
|
163
|
+
exports.useClickOnProjectLinkMutation = useClickOnProjectLinkMutation;
|
|
133
164
|
exports.CopyOpportunityShareLinkDocument = (0, client_1.gql) `
|
|
134
165
|
mutation CopyOpportunityShareLink($opportunityId: ID!) {
|
|
135
166
|
copyOpportunityShareLink(opportunityId: $opportunityId)
|
package/build/index.d.ts
CHANGED
|
@@ -755,6 +755,11 @@ declare const schema: {
|
|
|
755
755
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.IActivateMonitoringMutation, opportunitiesSchema.Exact<{
|
|
756
756
|
input: opportunitiesSchema.IMonitoringActivationInput;
|
|
757
757
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
758
|
+
useClickOnProjectLinkMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.IClickOnProjectLinkMutation, opportunitiesSchema.Exact<{
|
|
759
|
+
input: opportunitiesSchema.IProjectLinkClickInput;
|
|
760
|
+
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.IClickOnProjectLinkMutation, opportunitiesSchema.Exact<{
|
|
761
|
+
input: opportunitiesSchema.IProjectLinkClickInput;
|
|
762
|
+
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
758
763
|
useCopyOpportunityShareLinkMutation(baseOptions?: import("@apollo/client").MutationHookOptions<opportunitiesSchema.ICopyOpportunityShareLinkMutation, opportunitiesSchema.Exact<{
|
|
759
764
|
opportunityId: string;
|
|
760
765
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<opportunitiesSchema.ICopyOpportunityShareLinkMutation, opportunitiesSchema.Exact<{
|
|
@@ -907,12 +912,14 @@ declare const schema: {
|
|
|
907
912
|
}>> | undefined): import("@apollo/client").LazyQueryResultTuple<opportunitiesSchema.IFetchProjectMonitoringQuery, opportunitiesSchema.Exact<{
|
|
908
913
|
[key: string]: never;
|
|
909
914
|
}>>;
|
|
915
|
+
ILinkType: typeof opportunitiesSchema.ILinkType;
|
|
910
916
|
IProjectRegistrationStatus: typeof opportunitiesSchema.IProjectRegistrationStatus;
|
|
911
917
|
IReactionType: typeof opportunitiesSchema.IReactionType;
|
|
912
918
|
IVoteType: typeof opportunitiesSchema.IVoteType;
|
|
913
919
|
DislikeOpportunityDocument: import("graphql").DocumentNode;
|
|
914
920
|
LikeOpportunityDocument: import("graphql").DocumentNode;
|
|
915
921
|
ActivateMonitoringDocument: import("graphql").DocumentNode;
|
|
922
|
+
ClickOnProjectLinkDocument: import("graphql").DocumentNode;
|
|
916
923
|
CopyOpportunityShareLinkDocument: import("graphql").DocumentNode;
|
|
917
924
|
CreateOpportunityDocument: import("graphql").DocumentNode;
|
|
918
925
|
OpenOpportunityDocument: import("graphql").DocumentNode;
|
|
@@ -1009,11 +1016,25 @@ declare const schema: {
|
|
|
1009
1016
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IAddWalletTonMutation, identitySchema.Exact<{
|
|
1010
1017
|
request: identitySchema.ICheckTonProofRequest;
|
|
1011
1018
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1019
|
+
useCreateAdminNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateAdminNonceMutation, identitySchema.Exact<{
|
|
1020
|
+
address: string;
|
|
1021
|
+
blockchain: string;
|
|
1022
|
+
chainId?: identitySchema.Maybe<string> | undefined;
|
|
1023
|
+
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ICreateAdminNonceMutation, identitySchema.Exact<{
|
|
1024
|
+
address: string;
|
|
1025
|
+
blockchain: string;
|
|
1026
|
+
chainId?: identitySchema.Maybe<string> | undefined;
|
|
1027
|
+
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1012
1028
|
useCreateEvmNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateEvmNonceMutation, identitySchema.Exact<{
|
|
1013
1029
|
[key: string]: never;
|
|
1014
1030
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ICreateEvmNonceMutation, identitySchema.Exact<{
|
|
1015
1031
|
[key: string]: never;
|
|
1016
1032
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1033
|
+
useCreateMfaSecretMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateMfaSecretMutation, identitySchema.Exact<{
|
|
1034
|
+
[key: string]: never;
|
|
1035
|
+
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ICreateMfaSecretMutation, identitySchema.Exact<{
|
|
1036
|
+
[key: string]: never;
|
|
1037
|
+
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1017
1038
|
useCreateNonceMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ICreateNonceMutation, identitySchema.Exact<{
|
|
1018
1039
|
address: string;
|
|
1019
1040
|
blockchain: string;
|
|
@@ -1067,10 +1088,12 @@ declare const schema: {
|
|
|
1067
1088
|
signature: string;
|
|
1068
1089
|
address: string;
|
|
1069
1090
|
chainId: string;
|
|
1091
|
+
mfaCode: string;
|
|
1070
1092
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.ISignInAdminMetamaskMutation, identitySchema.Exact<{
|
|
1071
1093
|
signature: string;
|
|
1072
1094
|
address: string;
|
|
1073
1095
|
chainId: string;
|
|
1096
|
+
mfaCode: string;
|
|
1074
1097
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1075
1098
|
useSignInElrondMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.ISignInElrondMutation, identitySchema.Exact<{
|
|
1076
1099
|
signature: string;
|
|
@@ -1161,6 +1184,11 @@ declare const schema: {
|
|
|
1161
1184
|
discordServer?: identitySchema.Maybe<string> | undefined;
|
|
1162
1185
|
telegramLink?: identitySchema.Maybe<string> | undefined;
|
|
1163
1186
|
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1187
|
+
useVerifyMfaSecretMutation(baseOptions?: import("@apollo/client").MutationHookOptions<identitySchema.IVerifyMfaSecretMutation, identitySchema.Exact<{
|
|
1188
|
+
mfaCode: string;
|
|
1189
|
+
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined): import("@apollo/client").MutationTuple<identitySchema.IVerifyMfaSecretMutation, identitySchema.Exact<{
|
|
1190
|
+
mfaCode: string;
|
|
1191
|
+
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>>;
|
|
1164
1192
|
useFetchAggregatedMultiversxAuditQuery(baseOptions: import("@apollo/client").QueryHookOptions<identitySchema.IFetchAggregatedMultiversxAuditQuery, identitySchema.Exact<{
|
|
1165
1193
|
userId: string;
|
|
1166
1194
|
}>>): import("@apollo/client").QueryResult<identitySchema.IFetchAggregatedMultiversxAuditQuery, identitySchema.Exact<{
|
|
@@ -1235,7 +1263,9 @@ declare const schema: {
|
|
|
1235
1263
|
AddWalletSolanaDocument: import("graphql").DocumentNode;
|
|
1236
1264
|
AddWalletTezosDocument: import("graphql").DocumentNode;
|
|
1237
1265
|
AddWalletTonDocument: import("graphql").DocumentNode;
|
|
1266
|
+
CreateAdminNonceDocument: import("graphql").DocumentNode;
|
|
1238
1267
|
CreateEvmNonceDocument: import("graphql").DocumentNode;
|
|
1268
|
+
CreateMfaSecretDocument: import("graphql").DocumentNode;
|
|
1239
1269
|
CreateNonceDocument: import("graphql").DocumentNode;
|
|
1240
1270
|
CreateTonNonceDocument: import("graphql").DocumentNode;
|
|
1241
1271
|
GenerateNewInviteCodesDocument: import("graphql").DocumentNode;
|
|
@@ -1251,6 +1281,7 @@ declare const schema: {
|
|
|
1251
1281
|
SignInTezosDocument: import("graphql").DocumentNode;
|
|
1252
1282
|
SignInTonDocument: import("graphql").DocumentNode;
|
|
1253
1283
|
UpdateProfileDocument: import("graphql").DocumentNode;
|
|
1284
|
+
VerifyMfaSecretDocument: import("graphql").DocumentNode;
|
|
1254
1285
|
FetchAggregatedMultiversxAuditDocument: import("graphql").DocumentNode;
|
|
1255
1286
|
FetchMultiversXAuditDocument: import("graphql").DocumentNode;
|
|
1256
1287
|
FetchMyProfileV2Document: import("graphql").DocumentNode;
|
|
@@ -2405,6 +2436,20 @@ declare const schema: {
|
|
|
2405
2436
|
sort: adminSchema.IAdminProjectsMonitoringSortInput;
|
|
2406
2437
|
page: adminSchema.IAdminPageInput;
|
|
2407
2438
|
}>>;
|
|
2439
|
+
useFetchProjectLinksClicksInfoCsvQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchProjectLinksClicksInfoCsvQuery, adminSchema.Exact<{
|
|
2440
|
+
blockchain: string;
|
|
2441
|
+
contract: string;
|
|
2442
|
+
}>>): import("@apollo/client").QueryResult<adminSchema.IFetchProjectLinksClicksInfoCsvQuery, adminSchema.Exact<{
|
|
2443
|
+
blockchain: string;
|
|
2444
|
+
contract: string;
|
|
2445
|
+
}>>;
|
|
2446
|
+
useFetchProjectLinksClicksInfoCsvLazyQuery(baseOptions?: import("@apollo/client").LazyQueryHookOptions<adminSchema.IFetchProjectLinksClicksInfoCsvQuery, adminSchema.Exact<{
|
|
2447
|
+
blockchain: string;
|
|
2448
|
+
contract: string;
|
|
2449
|
+
}>> | undefined): import("@apollo/client").LazyQueryResultTuple<adminSchema.IFetchProjectLinksClicksInfoCsvQuery, adminSchema.Exact<{
|
|
2450
|
+
blockchain: string;
|
|
2451
|
+
contract: string;
|
|
2452
|
+
}>>;
|
|
2408
2453
|
useFetchProjectReactionsInfoCsvQuery(baseOptions: import("@apollo/client").QueryHookOptions<adminSchema.IFetchProjectReactionsInfoCsvQuery, adminSchema.Exact<{
|
|
2409
2454
|
blockchain: string;
|
|
2410
2455
|
contract: string;
|
|
@@ -2491,6 +2536,7 @@ declare const schema: {
|
|
|
2491
2536
|
FetchLeaderboardDocument: import("graphql").DocumentNode;
|
|
2492
2537
|
FetchLeaderboardProjectsPageDocument: import("graphql").DocumentNode;
|
|
2493
2538
|
FetchMonitoringPageDocument: import("graphql").DocumentNode;
|
|
2539
|
+
FetchProjectLinksClicksInfoCsvDocument: import("graphql").DocumentNode;
|
|
2494
2540
|
FetchProjectReactionsInfoCsvDocument: import("graphql").DocumentNode;
|
|
2495
2541
|
};
|
|
2496
2542
|
export { hosts, schema, graphqlConfig, authCookies, adminSchema, assetSchema, authSchema, collectionsSchema, experiencesSchema, extensionSchema, galleriesSchema, identitySchema, mediasSchema, opportunitiesSchema, preferencesSchema, searchSchema, formsSchema, tapsSchema, notificationsSchema, mintInfoSchema };
|
package/package.json
CHANGED
|
@@ -1112,6 +1112,7 @@ export type IQuery = {
|
|
|
1112
1112
|
fetchProjectsPage: IAdminProjectsPage;
|
|
1113
1113
|
fetchLeaderboardProjectsPage: IAdminLeaderboardProjectsPage;
|
|
1114
1114
|
fetchProjectReactionsInfoCsv: Scalars['String'];
|
|
1115
|
+
fetchProjectLinksClicksInfoCsv: Scalars['String'];
|
|
1115
1116
|
fetchAdminReferralsPage: IReferralsPage;
|
|
1116
1117
|
fetchUnarchivedReferralTypes: Array<IReferralType>;
|
|
1117
1118
|
fetchReferralTypesPage: IReferralTypesPage;
|
|
@@ -1262,6 +1263,12 @@ export type IQueryFetchProjectReactionsInfoCsvArgs = {
|
|
|
1262
1263
|
};
|
|
1263
1264
|
|
|
1264
1265
|
|
|
1266
|
+
export type IQueryFetchProjectLinksClicksInfoCsvArgs = {
|
|
1267
|
+
blockchain: Scalars['String'];
|
|
1268
|
+
contract: Scalars['String'];
|
|
1269
|
+
};
|
|
1270
|
+
|
|
1271
|
+
|
|
1265
1272
|
export type IQueryFetchAdminReferralsPageArgs = {
|
|
1266
1273
|
filter: IReferralsFilterInput;
|
|
1267
1274
|
sort: IReferralsSortInput;
|
|
@@ -2426,6 +2433,7 @@ export type IQueryResolvers<ContextType = any, ParentType extends IResolversPare
|
|
|
2426
2433
|
fetchProjectsPage?: Resolver<IResolversTypes['AdminProjectsPage'], ParentType, ContextType, RequireFields<IQueryFetchProjectsPageArgs, 'filter' | 'sort' | 'page'>>;
|
|
2427
2434
|
fetchLeaderboardProjectsPage?: Resolver<IResolversTypes['AdminLeaderboardProjectsPage'], ParentType, ContextType, RequireFields<IQueryFetchLeaderboardProjectsPageArgs, 'filter' | 'sort' | 'page'>>;
|
|
2428
2435
|
fetchProjectReactionsInfoCsv?: Resolver<IResolversTypes['String'], ParentType, ContextType, RequireFields<IQueryFetchProjectReactionsInfoCsvArgs, 'blockchain' | 'contract'>>;
|
|
2436
|
+
fetchProjectLinksClicksInfoCsv?: Resolver<IResolversTypes['String'], ParentType, ContextType, RequireFields<IQueryFetchProjectLinksClicksInfoCsvArgs, 'blockchain' | 'contract'>>;
|
|
2429
2437
|
fetchAdminReferralsPage?: Resolver<IResolversTypes['ReferralsPage'], ParentType, ContextType, RequireFields<IQueryFetchAdminReferralsPageArgs, 'filter' | 'sort' | 'page'>>;
|
|
2430
2438
|
fetchUnarchivedReferralTypes?: Resolver<Array<IResolversTypes['ReferralType']>, ParentType, ContextType>;
|
|
2431
2439
|
fetchReferralTypesPage?: Resolver<IResolversTypes['ReferralTypesPage'], ParentType, ContextType, RequireFields<IQueryFetchReferralTypesPageArgs, 'filter' | 'sort' | 'page'>>;
|
|
@@ -3168,6 +3176,14 @@ export type IFetchMonitoringPageQuery = { fetchMonitoringPage: { projectsMonitor
|
|
|
3168
3176
|
& { wallets?: Maybe<Array<Pick<IWallet, 'address' | 'blockchain' | 'chainId' | 'isMain'>>>, projects?: Maybe<Array<Pick<IAdminProject, 'blockchain' | 'contract' | 'name'>>> }
|
|
3169
3177
|
)>, nextPage?: Maybe<Pick<IAdminPage, 'elements' | 'lastNum' | 'num' | 'size' | 'token'>> } };
|
|
3170
3178
|
|
|
3179
|
+
export type IFetchProjectLinksClicksInfoCsvQueryVariables = Exact<{
|
|
3180
|
+
blockchain: Scalars['String'];
|
|
3181
|
+
contract: Scalars['String'];
|
|
3182
|
+
}>;
|
|
3183
|
+
|
|
3184
|
+
|
|
3185
|
+
export type IFetchProjectLinksClicksInfoCsvQuery = Pick<IQuery, 'fetchProjectLinksClicksInfoCsv'>;
|
|
3186
|
+
|
|
3171
3187
|
export type IFetchProjectReactionsInfoCsvQueryVariables = Exact<{
|
|
3172
3188
|
blockchain: Scalars['String'];
|
|
3173
3189
|
contract: Scalars['String'];
|
|
@@ -5792,6 +5808,38 @@ export function useFetchMonitoringPageLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
5792
5808
|
export type FetchMonitoringPageQueryHookResult = ReturnType<typeof useFetchMonitoringPageQuery>;
|
|
5793
5809
|
export type FetchMonitoringPageLazyQueryHookResult = ReturnType<typeof useFetchMonitoringPageLazyQuery>;
|
|
5794
5810
|
export type FetchMonitoringPageQueryResult = Apollo.QueryResult<IFetchMonitoringPageQuery, IFetchMonitoringPageQueryVariables>;
|
|
5811
|
+
export const FetchProjectLinksClicksInfoCsvDocument = gql`
|
|
5812
|
+
query FetchProjectLinksClicksInfoCsv($blockchain: String!, $contract: String!) {
|
|
5813
|
+
fetchProjectLinksClicksInfoCsv(blockchain: $blockchain, contract: $contract)
|
|
5814
|
+
}
|
|
5815
|
+
`;
|
|
5816
|
+
|
|
5817
|
+
/**
|
|
5818
|
+
* __useFetchProjectLinksClicksInfoCsvQuery__
|
|
5819
|
+
*
|
|
5820
|
+
* To run a query within a React component, call `useFetchProjectLinksClicksInfoCsvQuery` and pass it any options that fit your needs.
|
|
5821
|
+
* When your component renders, `useFetchProjectLinksClicksInfoCsvQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
5822
|
+
* you can use to render your UI.
|
|
5823
|
+
*
|
|
5824
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
5825
|
+
*
|
|
5826
|
+
* @example
|
|
5827
|
+
* const { data, loading, error } = useFetchProjectLinksClicksInfoCsvQuery({
|
|
5828
|
+
* variables: {
|
|
5829
|
+
* blockchain: // value for 'blockchain'
|
|
5830
|
+
* contract: // value for 'contract'
|
|
5831
|
+
* },
|
|
5832
|
+
* });
|
|
5833
|
+
*/
|
|
5834
|
+
export function useFetchProjectLinksClicksInfoCsvQuery(baseOptions: Apollo.QueryHookOptions<IFetchProjectLinksClicksInfoCsvQuery, IFetchProjectLinksClicksInfoCsvQueryVariables>) {
|
|
5835
|
+
return Apollo.useQuery<IFetchProjectLinksClicksInfoCsvQuery, IFetchProjectLinksClicksInfoCsvQueryVariables>(FetchProjectLinksClicksInfoCsvDocument, baseOptions);
|
|
5836
|
+
}
|
|
5837
|
+
export function useFetchProjectLinksClicksInfoCsvLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchProjectLinksClicksInfoCsvQuery, IFetchProjectLinksClicksInfoCsvQueryVariables>) {
|
|
5838
|
+
return Apollo.useLazyQuery<IFetchProjectLinksClicksInfoCsvQuery, IFetchProjectLinksClicksInfoCsvQueryVariables>(FetchProjectLinksClicksInfoCsvDocument, baseOptions);
|
|
5839
|
+
}
|
|
5840
|
+
export type FetchProjectLinksClicksInfoCsvQueryHookResult = ReturnType<typeof useFetchProjectLinksClicksInfoCsvQuery>;
|
|
5841
|
+
export type FetchProjectLinksClicksInfoCsvLazyQueryHookResult = ReturnType<typeof useFetchProjectLinksClicksInfoCsvLazyQuery>;
|
|
5842
|
+
export type FetchProjectLinksClicksInfoCsvQueryResult = Apollo.QueryResult<IFetchProjectLinksClicksInfoCsvQuery, IFetchProjectLinksClicksInfoCsvQueryVariables>;
|
|
5795
5843
|
export const FetchProjectReactionsInfoCsvDocument = gql`
|
|
5796
5844
|
query FetchProjectReactionsInfoCsv($blockchain: String!, $contract: String!) {
|
|
5797
5845
|
fetchProjectReactionsInfoCsv(blockchain: $blockchain, contract: $contract)
|