@ludo.ninja/api 2.8.96 → 2.8.97
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 +3 -2
- package/build/cookies/index.d.ts +1 -1
- package/build/graphql_tools/__generated__/adminHost/schema.d.ts +34 -34
- package/build/graphql_tools/__generated__/adminHost/schema.js +68 -66
- 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 +101 -65
- package/build/graphql_tools/__generated__/identityHost/schema.js +75 -33
- 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__/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 -36
- package/build/graphql_tools/__generated__/opportunitiesHost/schema.js +11 -37
- 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 +52 -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 +1237 -587
- package/package.json +1 -1
- package/src/graphql_tools/__generated__/identityHost/schema.ts +75 -11
- package/src/graphql_tools/__generated__/opportunitiesHost/schema.ts +0 -37
- package/src/graphql_tools/__generated__/searchHost/schema.ts +4 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -23,41 +23,24 @@ 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.
|
|
28
|
-
exports.useAddWalletFlowMutation = useAddWalletFlowMutation;
|
|
29
|
-
exports.useAddWalletMetamaskMutation = useAddWalletMetamaskMutation;
|
|
30
|
-
exports.useAddWalletSolanaMutation = useAddWalletSolanaMutation;
|
|
31
|
-
exports.useAddWalletTezosMutation = useAddWalletTezosMutation;
|
|
32
|
-
exports.useAddWalletTonMutation = useAddWalletTonMutation;
|
|
33
|
-
exports.useCreateEvmNonceMutation = useCreateEvmNonceMutation;
|
|
34
|
-
exports.useCreateNonceMutation = useCreateNonceMutation;
|
|
35
|
-
exports.useCreateTonNonceMutation = useCreateTonNonceMutation;
|
|
36
|
-
exports.useGenerateNewInviteCodesMutation = useGenerateNewInviteCodesMutation;
|
|
37
|
-
exports.useUseInviteCodeMutation = useUseInviteCodeMutation;
|
|
38
|
-
exports.useRemoveWalletMutation = useRemoveWalletMutation;
|
|
39
|
-
exports.useSaveEmailOfJoinerMutation = useSaveEmailOfJoinerMutation;
|
|
40
|
-
exports.useSetMainWalletMutation = useSetMainWalletMutation;
|
|
41
|
-
exports.useSignInAdminMetamaskMutation = useSignInAdminMetamaskMutation;
|
|
42
|
-
exports.useSignInElrondMutation = useSignInElrondMutation;
|
|
43
|
-
exports.useSignInFlowMutation = useSignInFlowMutation;
|
|
44
|
-
exports.useSignInMetamaskMutation = useSignInMetamaskMutation;
|
|
45
|
-
exports.useSignInSolanaMutation = useSignInSolanaMutation;
|
|
46
|
-
exports.useSignInTezosMutation = useSignInTezosMutation;
|
|
47
|
-
exports.useSignInTonMutation = useSignInTonMutation;
|
|
48
|
-
exports.useUpdateProfileMutation = useUpdateProfileMutation;
|
|
49
|
-
exports.useFetchAggregatedMultiversxAuditQuery = useFetchAggregatedMultiversxAuditQuery;
|
|
50
|
-
exports.useFetchAggregatedMultiversxAuditLazyQuery = useFetchAggregatedMultiversxAuditLazyQuery;
|
|
51
|
-
exports.useFetchMultiversXAuditQuery = useFetchMultiversXAuditQuery;
|
|
52
|
-
exports.useFetchMultiversXAuditLazyQuery = useFetchMultiversXAuditLazyQuery;
|
|
53
|
-
exports.useFetchMyProfileV2Query = useFetchMyProfileV2Query;
|
|
54
|
-
exports.useFetchMyProfileV2LazyQuery = useFetchMyProfileV2LazyQuery;
|
|
55
|
-
exports.useFetchProfileQuery = useFetchProfileQuery;
|
|
56
|
-
exports.useFetchProfileLazyQuery = useFetchProfileLazyQuery;
|
|
57
|
-
exports.useFetchUserWalletsQuery = useFetchUserWalletsQuery;
|
|
58
|
-
exports.useFetchUserWalletsLazyQuery = useFetchUserWalletsLazyQuery;
|
|
26
|
+
exports.FetchMultiversXAuditDocument = exports.useFetchAggregatedMultiversxAuditLazyQuery = exports.useFetchAggregatedMultiversxAuditQuery = exports.FetchAggregatedMultiversxAuditDocument = exports.useUpdateProfileMutation = exports.UpdateProfileDocument = exports.useSignInTonMutation = exports.SignInTonDocument = exports.useSignInTezosMutation = 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.useCreateEvmNonceMutation = exports.CreateEvmNonceDocument = 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.IRole = exports.IReftypeColor = void 0;
|
|
27
|
+
exports.useFetchUserWalletsLazyQuery = exports.useFetchUserWalletsQuery = exports.FetchUserWalletsDocument = exports.useFetchProfileLazyQuery = exports.useFetchProfileQuery = exports.FetchProfileDocument = exports.useFetchMyProfileV2LazyQuery = exports.useFetchMyProfileV2Query = exports.FetchMyProfileV2Document = exports.useFetchMultiversXAuditLazyQuery = exports.useFetchMultiversXAuditQuery = void 0;
|
|
59
28
|
const client_1 = require("@apollo/client");
|
|
60
29
|
const Apollo = __importStar(require("@apollo/client"));
|
|
30
|
+
/** Sync with ReftypeColor.java */
|
|
31
|
+
var IReftypeColor;
|
|
32
|
+
(function (IReftypeColor) {
|
|
33
|
+
IReftypeColor["Red"] = "RED";
|
|
34
|
+
IReftypeColor["Green"] = "GREEN";
|
|
35
|
+
IReftypeColor["Blue"] = "BLUE";
|
|
36
|
+
IReftypeColor["Yellow"] = "YELLOW";
|
|
37
|
+
IReftypeColor["Orange"] = "ORANGE";
|
|
38
|
+
IReftypeColor["White"] = "WHITE";
|
|
39
|
+
IReftypeColor["Black"] = "BLACK";
|
|
40
|
+
IReftypeColor["Grey"] = "GREY";
|
|
41
|
+
IReftypeColor["Purple"] = "PURPLE";
|
|
42
|
+
IReftypeColor["Gold"] = "GOLD";
|
|
43
|
+
})(IReftypeColor || (exports.IReftypeColor = IReftypeColor = {}));
|
|
61
44
|
var IRole;
|
|
62
45
|
(function (IRole) {
|
|
63
46
|
IRole["Admin"] = "admin";
|
|
@@ -89,6 +72,7 @@ exports.AddWalletElrondDocument = (0, client_1.gql) `
|
|
|
89
72
|
function useAddWalletElrondMutation(baseOptions) {
|
|
90
73
|
return Apollo.useMutation(exports.AddWalletElrondDocument, baseOptions);
|
|
91
74
|
}
|
|
75
|
+
exports.useAddWalletElrondMutation = useAddWalletElrondMutation;
|
|
92
76
|
exports.AddWalletFlowDocument = (0, client_1.gql) `
|
|
93
77
|
mutation AddWalletFlow($signature: String!, $address: String!) {
|
|
94
78
|
addWalletFlow(signature: $signature, address: $address)
|
|
@@ -115,6 +99,7 @@ exports.AddWalletFlowDocument = (0, client_1.gql) `
|
|
|
115
99
|
function useAddWalletFlowMutation(baseOptions) {
|
|
116
100
|
return Apollo.useMutation(exports.AddWalletFlowDocument, baseOptions);
|
|
117
101
|
}
|
|
102
|
+
exports.useAddWalletFlowMutation = useAddWalletFlowMutation;
|
|
118
103
|
exports.AddWalletMetamaskDocument = (0, client_1.gql) `
|
|
119
104
|
mutation AddWalletMetamask($signature: String!, $address: String!, $chainId: String!) {
|
|
120
105
|
addWalletMetamask(signature: $signature, address: $address, chainId: $chainId)
|
|
@@ -142,6 +127,7 @@ exports.AddWalletMetamaskDocument = (0, client_1.gql) `
|
|
|
142
127
|
function useAddWalletMetamaskMutation(baseOptions) {
|
|
143
128
|
return Apollo.useMutation(exports.AddWalletMetamaskDocument, baseOptions);
|
|
144
129
|
}
|
|
130
|
+
exports.useAddWalletMetamaskMutation = useAddWalletMetamaskMutation;
|
|
145
131
|
exports.AddWalletSolanaDocument = (0, client_1.gql) `
|
|
146
132
|
mutation AddWalletSolana($signature: String!, $pubkey: String!) {
|
|
147
133
|
addWalletSolana(signature: $signature, pubkey: $pubkey)
|
|
@@ -168,6 +154,7 @@ exports.AddWalletSolanaDocument = (0, client_1.gql) `
|
|
|
168
154
|
function useAddWalletSolanaMutation(baseOptions) {
|
|
169
155
|
return Apollo.useMutation(exports.AddWalletSolanaDocument, baseOptions);
|
|
170
156
|
}
|
|
157
|
+
exports.useAddWalletSolanaMutation = useAddWalletSolanaMutation;
|
|
171
158
|
exports.AddWalletTezosDocument = (0, client_1.gql) `
|
|
172
159
|
mutation AddWalletTezos($signature: String!, $pubkey: String!) {
|
|
173
160
|
addWalletTezos(signature: $signature, pubkey: $pubkey)
|
|
@@ -194,6 +181,7 @@ exports.AddWalletTezosDocument = (0, client_1.gql) `
|
|
|
194
181
|
function useAddWalletTezosMutation(baseOptions) {
|
|
195
182
|
return Apollo.useMutation(exports.AddWalletTezosDocument, baseOptions);
|
|
196
183
|
}
|
|
184
|
+
exports.useAddWalletTezosMutation = useAddWalletTezosMutation;
|
|
197
185
|
exports.AddWalletTonDocument = (0, client_1.gql) `
|
|
198
186
|
mutation AddWalletTon($request: CheckTonProofRequest!) {
|
|
199
187
|
addWalletTon(request: $request)
|
|
@@ -219,6 +207,7 @@ exports.AddWalletTonDocument = (0, client_1.gql) `
|
|
|
219
207
|
function useAddWalletTonMutation(baseOptions) {
|
|
220
208
|
return Apollo.useMutation(exports.AddWalletTonDocument, baseOptions);
|
|
221
209
|
}
|
|
210
|
+
exports.useAddWalletTonMutation = useAddWalletTonMutation;
|
|
222
211
|
exports.CreateEvmNonceDocument = (0, client_1.gql) `
|
|
223
212
|
mutation CreateEvmNonce {
|
|
224
213
|
createEvmNonce
|
|
@@ -243,6 +232,7 @@ exports.CreateEvmNonceDocument = (0, client_1.gql) `
|
|
|
243
232
|
function useCreateEvmNonceMutation(baseOptions) {
|
|
244
233
|
return Apollo.useMutation(exports.CreateEvmNonceDocument, baseOptions);
|
|
245
234
|
}
|
|
235
|
+
exports.useCreateEvmNonceMutation = useCreateEvmNonceMutation;
|
|
246
236
|
exports.CreateNonceDocument = (0, client_1.gql) `
|
|
247
237
|
mutation CreateNonce($address: String!, $blockchain: String!, $chainId: String) {
|
|
248
238
|
createNonce(address: $address, blockchain: $blockchain, chainId: $chainId)
|
|
@@ -270,6 +260,7 @@ exports.CreateNonceDocument = (0, client_1.gql) `
|
|
|
270
260
|
function useCreateNonceMutation(baseOptions) {
|
|
271
261
|
return Apollo.useMutation(exports.CreateNonceDocument, baseOptions);
|
|
272
262
|
}
|
|
263
|
+
exports.useCreateNonceMutation = useCreateNonceMutation;
|
|
273
264
|
exports.CreateTonNonceDocument = (0, client_1.gql) `
|
|
274
265
|
mutation CreateTonNonce {
|
|
275
266
|
createTonNonce
|
|
@@ -294,6 +285,7 @@ exports.CreateTonNonceDocument = (0, client_1.gql) `
|
|
|
294
285
|
function useCreateTonNonceMutation(baseOptions) {
|
|
295
286
|
return Apollo.useMutation(exports.CreateTonNonceDocument, baseOptions);
|
|
296
287
|
}
|
|
288
|
+
exports.useCreateTonNonceMutation = useCreateTonNonceMutation;
|
|
297
289
|
exports.GenerateNewInviteCodesDocument = (0, client_1.gql) `
|
|
298
290
|
mutation GenerateNewInviteCodes($codesNum: Int!) {
|
|
299
291
|
generateNewInviteCodes(codesNum: $codesNum) {
|
|
@@ -324,6 +316,7 @@ exports.GenerateNewInviteCodesDocument = (0, client_1.gql) `
|
|
|
324
316
|
function useGenerateNewInviteCodesMutation(baseOptions) {
|
|
325
317
|
return Apollo.useMutation(exports.GenerateNewInviteCodesDocument, baseOptions);
|
|
326
318
|
}
|
|
319
|
+
exports.useGenerateNewInviteCodesMutation = useGenerateNewInviteCodesMutation;
|
|
327
320
|
exports.UseInviteCodeDocument = (0, client_1.gql) `
|
|
328
321
|
mutation UseInviteCode($inviteCode: String!) {
|
|
329
322
|
useInviteCode(inviteCode: $inviteCode)
|
|
@@ -349,6 +342,7 @@ exports.UseInviteCodeDocument = (0, client_1.gql) `
|
|
|
349
342
|
function useUseInviteCodeMutation(baseOptions) {
|
|
350
343
|
return Apollo.useMutation(exports.UseInviteCodeDocument, baseOptions);
|
|
351
344
|
}
|
|
345
|
+
exports.useUseInviteCodeMutation = useUseInviteCodeMutation;
|
|
352
346
|
exports.RemoveWalletDocument = (0, client_1.gql) `
|
|
353
347
|
mutation RemoveWallet($blockchain: String!, $address: String!, $chainId: String) {
|
|
354
348
|
removeWallet(blockchain: $blockchain, address: $address, chainId: $chainId)
|
|
@@ -376,6 +370,7 @@ exports.RemoveWalletDocument = (0, client_1.gql) `
|
|
|
376
370
|
function useRemoveWalletMutation(baseOptions) {
|
|
377
371
|
return Apollo.useMutation(exports.RemoveWalletDocument, baseOptions);
|
|
378
372
|
}
|
|
373
|
+
exports.useRemoveWalletMutation = useRemoveWalletMutation;
|
|
379
374
|
exports.SaveEmailOfJoinerDocument = (0, client_1.gql) `
|
|
380
375
|
mutation SaveEmailOfJoiner($email: String!, $isSubscribed: Boolean!) {
|
|
381
376
|
saveEmailOfJoiner(email: $email, isSubscribed: $isSubscribed)
|
|
@@ -402,6 +397,7 @@ exports.SaveEmailOfJoinerDocument = (0, client_1.gql) `
|
|
|
402
397
|
function useSaveEmailOfJoinerMutation(baseOptions) {
|
|
403
398
|
return Apollo.useMutation(exports.SaveEmailOfJoinerDocument, baseOptions);
|
|
404
399
|
}
|
|
400
|
+
exports.useSaveEmailOfJoinerMutation = useSaveEmailOfJoinerMutation;
|
|
405
401
|
exports.SetMainWalletDocument = (0, client_1.gql) `
|
|
406
402
|
mutation SetMainWallet($blockchain: String!, $address: String!, $chainId: String) {
|
|
407
403
|
setMainWallet(blockchain: $blockchain, address: $address, chainId: $chainId)
|
|
@@ -429,6 +425,7 @@ exports.SetMainWalletDocument = (0, client_1.gql) `
|
|
|
429
425
|
function useSetMainWalletMutation(baseOptions) {
|
|
430
426
|
return Apollo.useMutation(exports.SetMainWalletDocument, baseOptions);
|
|
431
427
|
}
|
|
428
|
+
exports.useSetMainWalletMutation = useSetMainWalletMutation;
|
|
432
429
|
exports.SignInAdminMetamaskDocument = (0, client_1.gql) `
|
|
433
430
|
mutation SignInAdminMetamask($signature: String!, $address: String!, $chainId: String!) {
|
|
434
431
|
signInAdminMetamask(signature: $signature, address: $address, chainId: $chainId) {
|
|
@@ -447,6 +444,9 @@ exports.SignInAdminMetamaskDocument = (0, client_1.gql) `
|
|
|
447
444
|
newUser
|
|
448
445
|
inviteCode
|
|
449
446
|
role
|
|
447
|
+
reftypeId
|
|
448
|
+
reftypeName
|
|
449
|
+
reftypeColor
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
452
|
`;
|
|
@@ -472,6 +472,7 @@ exports.SignInAdminMetamaskDocument = (0, client_1.gql) `
|
|
|
472
472
|
function useSignInAdminMetamaskMutation(baseOptions) {
|
|
473
473
|
return Apollo.useMutation(exports.SignInAdminMetamaskDocument, baseOptions);
|
|
474
474
|
}
|
|
475
|
+
exports.useSignInAdminMetamaskMutation = useSignInAdminMetamaskMutation;
|
|
475
476
|
exports.SignInElrondDocument = (0, client_1.gql) `
|
|
476
477
|
mutation SignInElrond($signature: String!, $address: String!) {
|
|
477
478
|
signInElrond(signature: $signature, address: $address) {
|
|
@@ -490,6 +491,9 @@ exports.SignInElrondDocument = (0, client_1.gql) `
|
|
|
490
491
|
newUser
|
|
491
492
|
inviteCode
|
|
492
493
|
role
|
|
494
|
+
reftypeId
|
|
495
|
+
reftypeName
|
|
496
|
+
reftypeColor
|
|
493
497
|
}
|
|
494
498
|
}
|
|
495
499
|
`;
|
|
@@ -514,6 +518,7 @@ exports.SignInElrondDocument = (0, client_1.gql) `
|
|
|
514
518
|
function useSignInElrondMutation(baseOptions) {
|
|
515
519
|
return Apollo.useMutation(exports.SignInElrondDocument, baseOptions);
|
|
516
520
|
}
|
|
521
|
+
exports.useSignInElrondMutation = useSignInElrondMutation;
|
|
517
522
|
exports.SignInFlowDocument = (0, client_1.gql) `
|
|
518
523
|
mutation SignInFlow($signature: String!, $address: String!) {
|
|
519
524
|
signInFlow(signature: $signature, address: $address) {
|
|
@@ -532,6 +537,9 @@ exports.SignInFlowDocument = (0, client_1.gql) `
|
|
|
532
537
|
newUser
|
|
533
538
|
inviteCode
|
|
534
539
|
role
|
|
540
|
+
reftypeId
|
|
541
|
+
reftypeName
|
|
542
|
+
reftypeColor
|
|
535
543
|
}
|
|
536
544
|
}
|
|
537
545
|
`;
|
|
@@ -556,6 +564,7 @@ exports.SignInFlowDocument = (0, client_1.gql) `
|
|
|
556
564
|
function useSignInFlowMutation(baseOptions) {
|
|
557
565
|
return Apollo.useMutation(exports.SignInFlowDocument, baseOptions);
|
|
558
566
|
}
|
|
567
|
+
exports.useSignInFlowMutation = useSignInFlowMutation;
|
|
559
568
|
exports.SignInMetamaskDocument = (0, client_1.gql) `
|
|
560
569
|
mutation SignInMetamask($signature: String!, $address: String!, $chainId: String!) {
|
|
561
570
|
signInMetamask(signature: $signature, address: $address, chainId: $chainId) {
|
|
@@ -574,6 +583,9 @@ exports.SignInMetamaskDocument = (0, client_1.gql) `
|
|
|
574
583
|
newUser
|
|
575
584
|
inviteCode
|
|
576
585
|
role
|
|
586
|
+
reftypeId
|
|
587
|
+
reftypeName
|
|
588
|
+
reftypeColor
|
|
577
589
|
}
|
|
578
590
|
}
|
|
579
591
|
`;
|
|
@@ -599,6 +611,7 @@ exports.SignInMetamaskDocument = (0, client_1.gql) `
|
|
|
599
611
|
function useSignInMetamaskMutation(baseOptions) {
|
|
600
612
|
return Apollo.useMutation(exports.SignInMetamaskDocument, baseOptions);
|
|
601
613
|
}
|
|
614
|
+
exports.useSignInMetamaskMutation = useSignInMetamaskMutation;
|
|
602
615
|
exports.SignInSolanaDocument = (0, client_1.gql) `
|
|
603
616
|
mutation SignInSolana($signature: String!, $pubkey: String!) {
|
|
604
617
|
signInSolana(signature: $signature, pubkey: $pubkey) {
|
|
@@ -617,6 +630,9 @@ exports.SignInSolanaDocument = (0, client_1.gql) `
|
|
|
617
630
|
newUser
|
|
618
631
|
inviteCode
|
|
619
632
|
role
|
|
633
|
+
reftypeId
|
|
634
|
+
reftypeName
|
|
635
|
+
reftypeColor
|
|
620
636
|
}
|
|
621
637
|
}
|
|
622
638
|
`;
|
|
@@ -641,6 +657,7 @@ exports.SignInSolanaDocument = (0, client_1.gql) `
|
|
|
641
657
|
function useSignInSolanaMutation(baseOptions) {
|
|
642
658
|
return Apollo.useMutation(exports.SignInSolanaDocument, baseOptions);
|
|
643
659
|
}
|
|
660
|
+
exports.useSignInSolanaMutation = useSignInSolanaMutation;
|
|
644
661
|
exports.SignInTezosDocument = (0, client_1.gql) `
|
|
645
662
|
mutation SignInTezos($signature: String!, $pubkey: String!) {
|
|
646
663
|
signInTezos(signature: $signature, pubkey: $pubkey) {
|
|
@@ -659,6 +676,9 @@ exports.SignInTezosDocument = (0, client_1.gql) `
|
|
|
659
676
|
newUser
|
|
660
677
|
inviteCode
|
|
661
678
|
role
|
|
679
|
+
reftypeId
|
|
680
|
+
reftypeName
|
|
681
|
+
reftypeColor
|
|
662
682
|
}
|
|
663
683
|
}
|
|
664
684
|
`;
|
|
@@ -683,6 +703,7 @@ exports.SignInTezosDocument = (0, client_1.gql) `
|
|
|
683
703
|
function useSignInTezosMutation(baseOptions) {
|
|
684
704
|
return Apollo.useMutation(exports.SignInTezosDocument, baseOptions);
|
|
685
705
|
}
|
|
706
|
+
exports.useSignInTezosMutation = useSignInTezosMutation;
|
|
686
707
|
exports.SignInTonDocument = (0, client_1.gql) `
|
|
687
708
|
mutation SignInTon($request: CheckTonProofRequest!, $restore: Boolean) {
|
|
688
709
|
signInTon(request: $request, restore: $restore) {
|
|
@@ -701,6 +722,9 @@ exports.SignInTonDocument = (0, client_1.gql) `
|
|
|
701
722
|
newUser
|
|
702
723
|
inviteCode
|
|
703
724
|
role
|
|
725
|
+
reftypeId
|
|
726
|
+
reftypeName
|
|
727
|
+
reftypeColor
|
|
704
728
|
}
|
|
705
729
|
}
|
|
706
730
|
`;
|
|
@@ -725,6 +749,7 @@ exports.SignInTonDocument = (0, client_1.gql) `
|
|
|
725
749
|
function useSignInTonMutation(baseOptions) {
|
|
726
750
|
return Apollo.useMutation(exports.SignInTonDocument, baseOptions);
|
|
727
751
|
}
|
|
752
|
+
exports.useSignInTonMutation = useSignInTonMutation;
|
|
728
753
|
exports.UpdateProfileDocument = (0, client_1.gql) `
|
|
729
754
|
mutation UpdateProfile($username: String, $about: String, $facebook: String, $twitter: String, $instagram: String, $website: String, $showNsfw: Boolean) {
|
|
730
755
|
updateProfile(
|
|
@@ -758,6 +783,7 @@ exports.UpdateProfileDocument = (0, client_1.gql) `
|
|
|
758
783
|
function useUpdateProfileMutation(baseOptions) {
|
|
759
784
|
return Apollo.useMutation(exports.UpdateProfileDocument, baseOptions);
|
|
760
785
|
}
|
|
786
|
+
exports.useUpdateProfileMutation = useUpdateProfileMutation;
|
|
761
787
|
exports.FetchAggregatedMultiversxAuditDocument = (0, client_1.gql) `
|
|
762
788
|
query FetchAggregatedMultiversxAudit($userId: ID!) {
|
|
763
789
|
fetchAggregatedMultiversxAudit(userId: $userId) {
|
|
@@ -801,9 +827,11 @@ exports.FetchAggregatedMultiversxAuditDocument = (0, client_1.gql) `
|
|
|
801
827
|
function useFetchAggregatedMultiversxAuditQuery(baseOptions) {
|
|
802
828
|
return Apollo.useQuery(exports.FetchAggregatedMultiversxAuditDocument, baseOptions);
|
|
803
829
|
}
|
|
830
|
+
exports.useFetchAggregatedMultiversxAuditQuery = useFetchAggregatedMultiversxAuditQuery;
|
|
804
831
|
function useFetchAggregatedMultiversxAuditLazyQuery(baseOptions) {
|
|
805
832
|
return Apollo.useLazyQuery(exports.FetchAggregatedMultiversxAuditDocument, baseOptions);
|
|
806
833
|
}
|
|
834
|
+
exports.useFetchAggregatedMultiversxAuditLazyQuery = useFetchAggregatedMultiversxAuditLazyQuery;
|
|
807
835
|
exports.FetchMultiversXAuditDocument = (0, client_1.gql) `
|
|
808
836
|
query FetchMultiversXAudit($wallet: String!) {
|
|
809
837
|
fetchMultiversxAudit(wallet: $wallet) {
|
|
@@ -847,9 +875,11 @@ exports.FetchMultiversXAuditDocument = (0, client_1.gql) `
|
|
|
847
875
|
function useFetchMultiversXAuditQuery(baseOptions) {
|
|
848
876
|
return Apollo.useQuery(exports.FetchMultiversXAuditDocument, baseOptions);
|
|
849
877
|
}
|
|
878
|
+
exports.useFetchMultiversXAuditQuery = useFetchMultiversXAuditQuery;
|
|
850
879
|
function useFetchMultiversXAuditLazyQuery(baseOptions) {
|
|
851
880
|
return Apollo.useLazyQuery(exports.FetchMultiversXAuditDocument, baseOptions);
|
|
852
881
|
}
|
|
882
|
+
exports.useFetchMultiversXAuditLazyQuery = useFetchMultiversXAuditLazyQuery;
|
|
853
883
|
exports.FetchMyProfileV2Document = (0, client_1.gql) `
|
|
854
884
|
query FetchMyProfileV2 {
|
|
855
885
|
fetchMyProfileV2 {
|
|
@@ -895,6 +925,9 @@ exports.FetchMyProfileV2Document = (0, client_1.gql) `
|
|
|
895
925
|
usedAt
|
|
896
926
|
}
|
|
897
927
|
}
|
|
928
|
+
referralTypeId
|
|
929
|
+
referralTypeName
|
|
930
|
+
referralTypeColor
|
|
898
931
|
}
|
|
899
932
|
}
|
|
900
933
|
`;
|
|
@@ -916,9 +949,11 @@ exports.FetchMyProfileV2Document = (0, client_1.gql) `
|
|
|
916
949
|
function useFetchMyProfileV2Query(baseOptions) {
|
|
917
950
|
return Apollo.useQuery(exports.FetchMyProfileV2Document, baseOptions);
|
|
918
951
|
}
|
|
952
|
+
exports.useFetchMyProfileV2Query = useFetchMyProfileV2Query;
|
|
919
953
|
function useFetchMyProfileV2LazyQuery(baseOptions) {
|
|
920
954
|
return Apollo.useLazyQuery(exports.FetchMyProfileV2Document, baseOptions);
|
|
921
955
|
}
|
|
956
|
+
exports.useFetchMyProfileV2LazyQuery = useFetchMyProfileV2LazyQuery;
|
|
922
957
|
exports.FetchProfileDocument = (0, client_1.gql) `
|
|
923
958
|
query FetchProfile($userId: ID!) {
|
|
924
959
|
fetchProfile(userId: $userId) {
|
|
@@ -950,6 +985,9 @@ exports.FetchProfileDocument = (0, client_1.gql) `
|
|
|
950
985
|
blockchain
|
|
951
986
|
chainId
|
|
952
987
|
}
|
|
988
|
+
referralTypeId
|
|
989
|
+
referralTypeName
|
|
990
|
+
referralTypeColor
|
|
953
991
|
}
|
|
954
992
|
}
|
|
955
993
|
`;
|
|
@@ -972,9 +1010,11 @@ exports.FetchProfileDocument = (0, client_1.gql) `
|
|
|
972
1010
|
function useFetchProfileQuery(baseOptions) {
|
|
973
1011
|
return Apollo.useQuery(exports.FetchProfileDocument, baseOptions);
|
|
974
1012
|
}
|
|
1013
|
+
exports.useFetchProfileQuery = useFetchProfileQuery;
|
|
975
1014
|
function useFetchProfileLazyQuery(baseOptions) {
|
|
976
1015
|
return Apollo.useLazyQuery(exports.FetchProfileDocument, baseOptions);
|
|
977
1016
|
}
|
|
1017
|
+
exports.useFetchProfileLazyQuery = useFetchProfileLazyQuery;
|
|
978
1018
|
exports.FetchUserWalletsDocument = (0, client_1.gql) `
|
|
979
1019
|
query FetchUserWallets($userId: ID!) {
|
|
980
1020
|
fetchUserWallets(userId: $userId) {
|
|
@@ -1006,6 +1046,8 @@ exports.FetchUserWalletsDocument = (0, client_1.gql) `
|
|
|
1006
1046
|
function useFetchUserWalletsQuery(baseOptions) {
|
|
1007
1047
|
return Apollo.useQuery(exports.FetchUserWalletsDocument, baseOptions);
|
|
1008
1048
|
}
|
|
1049
|
+
exports.useFetchUserWalletsQuery = useFetchUserWalletsQuery;
|
|
1009
1050
|
function useFetchUserWalletsLazyQuery(baseOptions) {
|
|
1010
1051
|
return Apollo.useLazyQuery(exports.FetchUserWalletsDocument, baseOptions);
|
|
1011
1052
|
}
|
|
1053
|
+
exports.useFetchUserWalletsLazyQuery = useFetchUserWalletsLazyQuery;
|
|
@@ -189,7 +189,7 @@ export type IDeleteGalleryBannerMutationFn = Apollo.MutationFunction<IDeleteGall
|
|
|
189
189
|
* });
|
|
190
190
|
*/
|
|
191
191
|
export declare function useDeleteGalleryBannerMutation(baseOptions?: Apollo.MutationHookOptions<IDeleteGalleryBannerMutation, IDeleteGalleryBannerMutationVariables>): Apollo.MutationTuple<IDeleteGalleryBannerMutation, Exact<{
|
|
192
|
-
galleryId:
|
|
192
|
+
galleryId: string;
|
|
193
193
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
194
194
|
export type DeleteGalleryBannerMutationHookResult = ReturnType<typeof useDeleteGalleryBannerMutation>;
|
|
195
195
|
export type DeleteGalleryBannerMutationResult = Apollo.MutationResult<IDeleteGalleryBannerMutation>;
|
|
@@ -215,8 +215,8 @@ export type IUploadGalleryBannerMutationFn = Apollo.MutationFunction<IUploadGall
|
|
|
215
215
|
* });
|
|
216
216
|
*/
|
|
217
217
|
export declare function useUploadGalleryBannerMutation(baseOptions?: Apollo.MutationHookOptions<IUploadGalleryBannerMutation, IUploadGalleryBannerMutationVariables>): Apollo.MutationTuple<IUploadGalleryBannerMutation, Exact<{
|
|
218
|
-
galleryId:
|
|
219
|
-
file:
|
|
218
|
+
galleryId: string;
|
|
219
|
+
file: any;
|
|
220
220
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
221
221
|
export type UploadGalleryBannerMutationHookResult = ReturnType<typeof useUploadGalleryBannerMutation>;
|
|
222
222
|
export type UploadGalleryBannerMutationResult = Apollo.MutationResult<IUploadGalleryBannerMutation>;
|
|
@@ -239,10 +239,10 @@ export declare const FetchUserpicDocument: Apollo.DocumentNode;
|
|
|
239
239
|
* });
|
|
240
240
|
*/
|
|
241
241
|
export declare function useFetchUserpicQuery(baseOptions: Apollo.QueryHookOptions<IFetchUserpicQuery, IFetchUserpicQueryVariables>): Apollo.QueryResult<IFetchUserpicQuery, Exact<{
|
|
242
|
-
userId:
|
|
242
|
+
userId: string;
|
|
243
243
|
}>>;
|
|
244
244
|
export declare function useFetchUserpicLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchUserpicQuery, IFetchUserpicQueryVariables>): Apollo.LazyQueryResultTuple<IFetchUserpicQuery, Exact<{
|
|
245
|
-
userId:
|
|
245
|
+
userId: string;
|
|
246
246
|
}>>;
|
|
247
247
|
export type FetchUserpicQueryHookResult = ReturnType<typeof useFetchUserpicQuery>;
|
|
248
248
|
export type FetchUserpicLazyQueryHookResult = ReturnType<typeof useFetchUserpicLazyQuery>;
|
|
@@ -23,11 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.FetchUserpicDocument = exports.UploadGalleryBannerDocument = exports.DeleteGalleryBannerDocument = void 0;
|
|
27
|
-
exports.useDeleteGalleryBannerMutation = useDeleteGalleryBannerMutation;
|
|
28
|
-
exports.useUploadGalleryBannerMutation = useUploadGalleryBannerMutation;
|
|
29
|
-
exports.useFetchUserpicQuery = useFetchUserpicQuery;
|
|
30
|
-
exports.useFetchUserpicLazyQuery = useFetchUserpicLazyQuery;
|
|
26
|
+
exports.useFetchUserpicLazyQuery = exports.useFetchUserpicQuery = exports.FetchUserpicDocument = exports.useUploadGalleryBannerMutation = exports.UploadGalleryBannerDocument = exports.useDeleteGalleryBannerMutation = exports.DeleteGalleryBannerDocument = void 0;
|
|
31
27
|
const client_1 = require("@apollo/client");
|
|
32
28
|
const Apollo = __importStar(require("@apollo/client"));
|
|
33
29
|
exports.DeleteGalleryBannerDocument = (0, client_1.gql) `
|
|
@@ -55,6 +51,7 @@ exports.DeleteGalleryBannerDocument = (0, client_1.gql) `
|
|
|
55
51
|
function useDeleteGalleryBannerMutation(baseOptions) {
|
|
56
52
|
return Apollo.useMutation(exports.DeleteGalleryBannerDocument, baseOptions);
|
|
57
53
|
}
|
|
54
|
+
exports.useDeleteGalleryBannerMutation = useDeleteGalleryBannerMutation;
|
|
58
55
|
exports.UploadGalleryBannerDocument = (0, client_1.gql) `
|
|
59
56
|
mutation UploadGalleryBanner($galleryId: ID!, $file: Upload!) {
|
|
60
57
|
uploadGalleryBanner(galleryId: $galleryId, file: $file)
|
|
@@ -81,6 +78,7 @@ exports.UploadGalleryBannerDocument = (0, client_1.gql) `
|
|
|
81
78
|
function useUploadGalleryBannerMutation(baseOptions) {
|
|
82
79
|
return Apollo.useMutation(exports.UploadGalleryBannerDocument, baseOptions);
|
|
83
80
|
}
|
|
81
|
+
exports.useUploadGalleryBannerMutation = useUploadGalleryBannerMutation;
|
|
84
82
|
exports.FetchUserpicDocument = (0, client_1.gql) `
|
|
85
83
|
query FetchUserpic($userId: ID!) {
|
|
86
84
|
fetchUserpic(userId: $userId)
|
|
@@ -105,6 +103,8 @@ exports.FetchUserpicDocument = (0, client_1.gql) `
|
|
|
105
103
|
function useFetchUserpicQuery(baseOptions) {
|
|
106
104
|
return Apollo.useQuery(exports.FetchUserpicDocument, baseOptions);
|
|
107
105
|
}
|
|
106
|
+
exports.useFetchUserpicQuery = useFetchUserpicQuery;
|
|
108
107
|
function useFetchUserpicLazyQuery(baseOptions) {
|
|
109
108
|
return Apollo.useLazyQuery(exports.FetchUserpicDocument, baseOptions);
|
|
110
109
|
}
|
|
110
|
+
exports.useFetchUserpicLazyQuery = useFetchUserpicLazyQuery;
|
|
@@ -182,7 +182,7 @@ export type IReadNotificationMutationFn = Apollo.MutationFunction<IReadNotificat
|
|
|
182
182
|
* });
|
|
183
183
|
*/
|
|
184
184
|
export declare function useReadNotificationMutation(baseOptions?: Apollo.MutationHookOptions<IReadNotificationMutation, IReadNotificationMutationVariables>): Apollo.MutationTuple<IReadNotificationMutation, Exact<{
|
|
185
|
-
notificationId:
|
|
185
|
+
notificationId: string;
|
|
186
186
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
187
187
|
export type ReadNotificationMutationHookResult = ReturnType<typeof useReadNotificationMutation>;
|
|
188
188
|
export type ReadNotificationMutationResult = Apollo.MutationResult<IReadNotificationMutation>;
|
|
@@ -209,10 +209,10 @@ export declare function useOnNotificationSubscription(baseOptions: Apollo.Subscr
|
|
|
209
209
|
restart(): void;
|
|
210
210
|
loading: boolean;
|
|
211
211
|
data?: IOnNotificationSubscription | undefined;
|
|
212
|
-
error?: Apollo.ApolloError;
|
|
212
|
+
error?: Apollo.ApolloError | undefined;
|
|
213
213
|
variables?: Exact<{
|
|
214
|
-
authToken:
|
|
215
|
-
notificationTypes:
|
|
214
|
+
authToken: string;
|
|
215
|
+
notificationTypes: INotificationType[];
|
|
216
216
|
}> | undefined;
|
|
217
217
|
};
|
|
218
218
|
export type OnNotificationSubscriptionHookResult = ReturnType<typeof useOnNotificationSubscription>;
|
|
@@ -23,9 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.OnNotificationDocument = exports.ReadNotificationDocument = exports.INotificationType = exports.IEventType = void 0;
|
|
27
|
-
exports.useReadNotificationMutation = useReadNotificationMutation;
|
|
28
|
-
exports.useOnNotificationSubscription = useOnNotificationSubscription;
|
|
26
|
+
exports.useOnNotificationSubscription = exports.OnNotificationDocument = exports.useReadNotificationMutation = exports.ReadNotificationDocument = exports.INotificationType = exports.IEventType = void 0;
|
|
29
27
|
const client_1 = require("@apollo/client");
|
|
30
28
|
const Apollo = __importStar(require("@apollo/client"));
|
|
31
29
|
var IEventType;
|
|
@@ -66,6 +64,7 @@ exports.ReadNotificationDocument = (0, client_1.gql) `
|
|
|
66
64
|
function useReadNotificationMutation(baseOptions) {
|
|
67
65
|
return Apollo.useMutation(exports.ReadNotificationDocument, baseOptions);
|
|
68
66
|
}
|
|
67
|
+
exports.useReadNotificationMutation = useReadNotificationMutation;
|
|
69
68
|
exports.OnNotificationDocument = (0, client_1.gql) `
|
|
70
69
|
subscription OnNotification($authToken: String!, $notificationTypes: [NotificationType!]!) {
|
|
71
70
|
onNotification(authToken: $authToken, notificationTypes: $notificationTypes) {
|
|
@@ -100,3 +99,4 @@ exports.OnNotificationDocument = (0, client_1.gql) `
|
|
|
100
99
|
function useOnNotificationSubscription(baseOptions) {
|
|
101
100
|
return Apollo.useSubscription(exports.OnNotificationDocument, baseOptions);
|
|
102
101
|
}
|
|
102
|
+
exports.useOnNotificationSubscription = useOnNotificationSubscription;
|
|
@@ -432,10 +432,6 @@ export type ICreateOpportunityMutationVariables = Exact<{
|
|
|
432
432
|
input: IOpportunityInput;
|
|
433
433
|
}>;
|
|
434
434
|
export type ICreateOpportunityMutation = Pick<IMutation, 'createOpportunity'>;
|
|
435
|
-
export type IHideOpportunityMutationVariables = Exact<{
|
|
436
|
-
opportunityId: Scalars['ID'];
|
|
437
|
-
}>;
|
|
438
|
-
export type IHideOpportunityMutation = Pick<IMutation, 'hideOpportunity'>;
|
|
439
435
|
export type IOpenOpportunityMutationVariables = Exact<{
|
|
440
436
|
opportunityId: Scalars['ID'];
|
|
441
437
|
}>;
|
|
@@ -481,7 +477,7 @@ export type IDislikeOpportunityMutationFn = Apollo.MutationFunction<IDislikeOppo
|
|
|
481
477
|
* });
|
|
482
478
|
*/
|
|
483
479
|
export declare function useDislikeOpportunityMutation(baseOptions?: Apollo.MutationHookOptions<IDislikeOpportunityMutation, IDislikeOpportunityMutationVariables>): Apollo.MutationTuple<IDislikeOpportunityMutation, Exact<{
|
|
484
|
-
opportunityId:
|
|
480
|
+
opportunityId: string;
|
|
485
481
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
486
482
|
export type DislikeOpportunityMutationHookResult = ReturnType<typeof useDislikeOpportunityMutation>;
|
|
487
483
|
export type DislikeOpportunityMutationResult = Apollo.MutationResult<IDislikeOpportunityMutation>;
|
|
@@ -506,7 +502,7 @@ export type ILikeOpportunityMutationFn = Apollo.MutationFunction<ILikeOpportunit
|
|
|
506
502
|
* });
|
|
507
503
|
*/
|
|
508
504
|
export declare function useLikeOpportunityMutation(baseOptions?: Apollo.MutationHookOptions<ILikeOpportunityMutation, ILikeOpportunityMutationVariables>): Apollo.MutationTuple<ILikeOpportunityMutation, Exact<{
|
|
509
|
-
opportunityId:
|
|
505
|
+
opportunityId: string;
|
|
510
506
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
511
507
|
export type LikeOpportunityMutationHookResult = ReturnType<typeof useLikeOpportunityMutation>;
|
|
512
508
|
export type LikeOpportunityMutationResult = Apollo.MutationResult<ILikeOpportunityMutation>;
|
|
@@ -536,31 +532,6 @@ export declare function useCreateOpportunityMutation(baseOptions?: Apollo.Mutati
|
|
|
536
532
|
export type CreateOpportunityMutationHookResult = ReturnType<typeof useCreateOpportunityMutation>;
|
|
537
533
|
export type CreateOpportunityMutationResult = Apollo.MutationResult<ICreateOpportunityMutation>;
|
|
538
534
|
export type CreateOpportunityMutationOptions = Apollo.BaseMutationOptions<ICreateOpportunityMutation, ICreateOpportunityMutationVariables>;
|
|
539
|
-
export declare const HideOpportunityDocument: Apollo.DocumentNode;
|
|
540
|
-
export type IHideOpportunityMutationFn = Apollo.MutationFunction<IHideOpportunityMutation, IHideOpportunityMutationVariables>;
|
|
541
|
-
/**
|
|
542
|
-
* __useHideOpportunityMutation__
|
|
543
|
-
*
|
|
544
|
-
* To run a mutation, you first call `useHideOpportunityMutation` within a React component and pass it any options that fit your needs.
|
|
545
|
-
* When your component renders, `useHideOpportunityMutation` returns a tuple that includes:
|
|
546
|
-
* - A mutate function that you can call at any time to execute the mutation
|
|
547
|
-
* - An object with fields that represent the current status of the mutation's execution
|
|
548
|
-
*
|
|
549
|
-
* @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;
|
|
550
|
-
*
|
|
551
|
-
* @example
|
|
552
|
-
* const [hideOpportunityMutation, { data, loading, error }] = useHideOpportunityMutation({
|
|
553
|
-
* variables: {
|
|
554
|
-
* opportunityId: // value for 'opportunityId'
|
|
555
|
-
* },
|
|
556
|
-
* });
|
|
557
|
-
*/
|
|
558
|
-
export declare function useHideOpportunityMutation(baseOptions?: Apollo.MutationHookOptions<IHideOpportunityMutation, IHideOpportunityMutationVariables>): Apollo.MutationTuple<IHideOpportunityMutation, Exact<{
|
|
559
|
-
opportunityId: Scalars["ID"];
|
|
560
|
-
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
561
|
-
export type HideOpportunityMutationHookResult = ReturnType<typeof useHideOpportunityMutation>;
|
|
562
|
-
export type HideOpportunityMutationResult = Apollo.MutationResult<IHideOpportunityMutation>;
|
|
563
|
-
export type HideOpportunityMutationOptions = Apollo.BaseMutationOptions<IHideOpportunityMutation, IHideOpportunityMutationVariables>;
|
|
564
535
|
export declare const OpenOpportunityDocument: Apollo.DocumentNode;
|
|
565
536
|
export type IOpenOpportunityMutationFn = Apollo.MutationFunction<IOpenOpportunityMutation, IOpenOpportunityMutationVariables>;
|
|
566
537
|
/**
|
|
@@ -581,7 +552,7 @@ export type IOpenOpportunityMutationFn = Apollo.MutationFunction<IOpenOpportunit
|
|
|
581
552
|
* });
|
|
582
553
|
*/
|
|
583
554
|
export declare function useOpenOpportunityMutation(baseOptions?: Apollo.MutationHookOptions<IOpenOpportunityMutation, IOpenOpportunityMutationVariables>): Apollo.MutationTuple<IOpenOpportunityMutation, Exact<{
|
|
584
|
-
opportunityId:
|
|
555
|
+
opportunityId: string;
|
|
585
556
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
586
557
|
export type OpenOpportunityMutationHookResult = ReturnType<typeof useOpenOpportunityMutation>;
|
|
587
558
|
export type OpenOpportunityMutationResult = Apollo.MutationResult<IOpenOpportunityMutation>;
|
|
@@ -604,10 +575,10 @@ export declare const FetchOpportunitiesByIdsDocument: Apollo.DocumentNode;
|
|
|
604
575
|
* });
|
|
605
576
|
*/
|
|
606
577
|
export declare function useFetchOpportunitiesByIdsQuery(baseOptions: Apollo.QueryHookOptions<IFetchOpportunitiesByIdsQuery, IFetchOpportunitiesByIdsQueryVariables>): Apollo.QueryResult<IFetchOpportunitiesByIdsQuery, Exact<{
|
|
607
|
-
opportunityIds:
|
|
578
|
+
opportunityIds: string[];
|
|
608
579
|
}>>;
|
|
609
580
|
export declare function useFetchOpportunitiesByIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchOpportunitiesByIdsQuery, IFetchOpportunitiesByIdsQueryVariables>): Apollo.LazyQueryResultTuple<IFetchOpportunitiesByIdsQuery, Exact<{
|
|
610
|
-
opportunityIds:
|
|
581
|
+
opportunityIds: string[];
|
|
611
582
|
}>>;
|
|
612
583
|
export type FetchOpportunitiesByIdsQueryHookResult = ReturnType<typeof useFetchOpportunitiesByIdsQuery>;
|
|
613
584
|
export type FetchOpportunitiesByIdsLazyQueryHookResult = ReturnType<typeof useFetchOpportunitiesByIdsLazyQuery>;
|
|
@@ -655,10 +626,10 @@ export declare const FetchOpportunitiesDocument: Apollo.DocumentNode;
|
|
|
655
626
|
* });
|
|
656
627
|
*/
|
|
657
628
|
export declare function useFetchOpportunitiesQuery(baseOptions?: Apollo.QueryHookOptions<IFetchOpportunitiesQuery, IFetchOpportunitiesQueryVariables>): Apollo.QueryResult<IFetchOpportunitiesQuery, Exact<{
|
|
658
|
-
domain?: Maybe<
|
|
629
|
+
domain?: Maybe<string> | undefined;
|
|
659
630
|
}>>;
|
|
660
631
|
export declare function useFetchOpportunitiesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFetchOpportunitiesQuery, IFetchOpportunitiesQueryVariables>): Apollo.LazyQueryResultTuple<IFetchOpportunitiesQuery, Exact<{
|
|
661
|
-
domain?: Maybe<
|
|
632
|
+
domain?: Maybe<string> | undefined;
|
|
662
633
|
}>>;
|
|
663
634
|
export type FetchOpportunitiesQueryHookResult = ReturnType<typeof useFetchOpportunitiesQuery>;
|
|
664
635
|
export type FetchOpportunitiesLazyQueryHookResult = ReturnType<typeof useFetchOpportunitiesLazyQuery>;
|