@bosonprotocol/core-sdk 1.12.0-alpha.0 → 1.12.0-alpha.10
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/dist/cjs/accounts/handler.d.ts +43 -1
- package/dist/cjs/accounts/handler.d.ts.map +1 -1
- package/dist/cjs/accounts/handler.js +79 -1
- package/dist/cjs/accounts/handler.js.map +1 -1
- package/dist/cjs/accounts/index.d.ts +2 -0
- package/dist/cjs/accounts/index.d.ts.map +1 -1
- package/dist/cjs/accounts/interface.d.ts +26 -3
- package/dist/cjs/accounts/interface.d.ts.map +1 -1
- package/dist/cjs/accounts/interface.js +72 -4
- package/dist/cjs/accounts/interface.js.map +1 -1
- package/dist/cjs/accounts/subgraph.d.ts +4 -1
- package/dist/cjs/accounts/subgraph.d.ts.map +1 -1
- package/dist/cjs/accounts/subgraph.js +17 -1
- package/dist/cjs/accounts/subgraph.js.map +1 -1
- package/dist/cjs/accounts/types.d.ts +28 -1
- package/dist/cjs/accounts/types.d.ts.map +1 -1
- package/dist/cjs/core-sdk.d.ts +130 -7
- package/dist/cjs/core-sdk.d.ts.map +1 -1
- package/dist/cjs/core-sdk.js +335 -13
- package/dist/cjs/core-sdk.js.map +1 -1
- package/dist/cjs/disputes/handler.d.ts +61 -0
- package/dist/cjs/disputes/handler.d.ts.map +1 -0
- package/dist/cjs/disputes/handler.js +104 -0
- package/dist/cjs/disputes/handler.js.map +1 -0
- package/dist/cjs/disputes/index.d.ts +4 -0
- package/dist/cjs/disputes/index.d.ts.map +1 -0
- package/dist/cjs/disputes/index.js +30 -0
- package/dist/cjs/disputes/index.js.map +1 -0
- package/dist/cjs/disputes/interface.d.ts +30 -0
- package/dist/cjs/disputes/interface.d.ts.map +1 -0
- package/dist/cjs/disputes/interface.js +74 -0
- package/dist/cjs/disputes/interface.js.map +1 -0
- package/dist/cjs/disputes/subgraph.d.ts +6 -0
- package/dist/cjs/disputes/subgraph.d.ts.map +1 -0
- package/dist/cjs/disputes/subgraph.js +30 -0
- package/dist/cjs/disputes/subgraph.js.map +1 -0
- package/dist/cjs/offers/index.d.ts +1 -2
- package/dist/cjs/offers/index.d.ts.map +1 -1
- package/dist/cjs/offers/index.js +1 -0
- package/dist/cjs/offers/index.js.map +1 -1
- package/dist/cjs/offers/interface.d.ts +1 -0
- package/dist/cjs/offers/interface.d.ts.map +1 -1
- package/dist/cjs/offers/interface.js +2 -1
- package/dist/cjs/offers/interface.js.map +1 -1
- package/dist/cjs/offers/renderContractualAgreement.d.ts +41 -0
- package/dist/cjs/offers/renderContractualAgreement.d.ts.map +1 -0
- package/dist/cjs/offers/renderContractualAgreement.js +156 -0
- package/dist/cjs/offers/renderContractualAgreement.js.map +1 -0
- package/dist/cjs/offers/subgraph.d.ts.map +1 -1
- package/dist/cjs/offers/subgraph.js.map +1 -1
- package/dist/cjs/orchestration/interface.d.ts.map +1 -1
- package/dist/cjs/orchestration/interface.js +9 -2
- package/dist/cjs/orchestration/interface.js.map +1 -1
- package/dist/cjs/subgraph.d.ts +5892 -322
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/cjs/subgraph.js +431 -169
- package/dist/cjs/subgraph.js.map +1 -1
- package/dist/cjs/utils/graphql.d.ts +38 -0
- package/dist/cjs/utils/graphql.d.ts.map +1 -1
- package/dist/cjs/utils/tokenInfoManager.d.ts +16 -0
- package/dist/cjs/utils/tokenInfoManager.d.ts.map +1 -0
- package/dist/cjs/utils/tokenInfoManager.js +97 -0
- package/dist/cjs/utils/tokenInfoManager.js.map +1 -0
- package/dist/esm/accounts/handler.d.ts +43 -1
- package/dist/esm/accounts/handler.d.ts.map +1 -1
- package/dist/esm/accounts/handler.js +62 -1
- package/dist/esm/accounts/handler.js.map +1 -1
- package/dist/esm/accounts/index.d.ts +2 -0
- package/dist/esm/accounts/index.d.ts.map +1 -1
- package/dist/esm/accounts/interface.d.ts +26 -3
- package/dist/esm/accounts/interface.d.ts.map +1 -1
- package/dist/esm/accounts/interface.js +57 -4
- package/dist/esm/accounts/interface.js.map +1 -1
- package/dist/esm/accounts/subgraph.d.ts +4 -1
- package/dist/esm/accounts/subgraph.d.ts.map +1 -1
- package/dist/esm/accounts/subgraph.js +13 -0
- package/dist/esm/accounts/subgraph.js.map +1 -1
- package/dist/esm/accounts/types.d.ts +28 -1
- package/dist/esm/accounts/types.d.ts.map +1 -1
- package/dist/esm/core-sdk.d.ts +130 -7
- package/dist/esm/core-sdk.d.ts.map +1 -1
- package/dist/esm/core-sdk.js +289 -13
- package/dist/esm/core-sdk.js.map +1 -1
- package/dist/esm/disputes/handler.d.ts +61 -0
- package/dist/esm/disputes/handler.d.ts.map +1 -0
- package/dist/esm/disputes/handler.js +62 -0
- package/dist/esm/disputes/handler.js.map +1 -0
- package/dist/esm/disputes/index.d.ts +4 -0
- package/dist/esm/disputes/index.d.ts.map +1 -0
- package/dist/esm/disputes/index.js +4 -0
- package/dist/esm/disputes/index.js.map +1 -0
- package/dist/esm/disputes/interface.d.ts +30 -0
- package/dist/esm/disputes/interface.d.ts.map +1 -0
- package/dist/esm/disputes/interface.js +61 -0
- package/dist/esm/disputes/interface.js.map +1 -0
- package/dist/esm/disputes/subgraph.d.ts +6 -0
- package/dist/esm/disputes/subgraph.d.ts.map +1 -0
- package/dist/esm/disputes/subgraph.js +15 -0
- package/dist/esm/disputes/subgraph.js.map +1 -0
- package/dist/esm/offers/index.d.ts +1 -2
- package/dist/esm/offers/index.d.ts.map +1 -1
- package/dist/esm/offers/index.js +1 -0
- package/dist/esm/offers/index.js.map +1 -1
- package/dist/esm/offers/interface.d.ts +1 -0
- package/dist/esm/offers/interface.d.ts.map +1 -1
- package/dist/esm/offers/interface.js +2 -1
- package/dist/esm/offers/interface.js.map +1 -1
- package/dist/esm/offers/renderContractualAgreement.d.ts +41 -0
- package/dist/esm/offers/renderContractualAgreement.d.ts.map +1 -0
- package/dist/esm/offers/renderContractualAgreement.js +132 -0
- package/dist/esm/offers/renderContractualAgreement.js.map +1 -0
- package/dist/esm/offers/subgraph.d.ts.map +1 -1
- package/dist/esm/offers/subgraph.js.map +1 -1
- package/dist/esm/orchestration/interface.d.ts.map +1 -1
- package/dist/esm/orchestration/interface.js +9 -2
- package/dist/esm/orchestration/interface.js.map +1 -1
- package/dist/esm/subgraph.d.ts +5892 -322
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.js +429 -167
- package/dist/esm/subgraph.js.map +1 -1
- package/dist/esm/utils/graphql.d.ts +38 -0
- package/dist/esm/utils/graphql.d.ts.map +1 -1
- package/dist/esm/utils/tokenInfoManager.d.ts +16 -0
- package/dist/esm/utils/tokenInfoManager.d.ts.map +1 -0
- package/dist/esm/utils/tokenInfoManager.js +83 -0
- package/dist/esm/utils/tokenInfoManager.js.map +1 -0
- package/package.json +6 -4
- package/src/accounts/handler.ts +137 -4
- package/src/accounts/interface.ts +111 -8
- package/src/accounts/queries.graphql +87 -0
- package/src/accounts/subgraph.ts +34 -2
- package/src/accounts/types.ts +34 -1
- package/src/core-sdk.ts +420 -18
- package/src/disputes/handler.ts +132 -0
- package/src/disputes/index.ts +3 -0
- package/src/disputes/interface.ts +90 -0
- package/src/disputes/queries.graphql +56 -0
- package/src/disputes/subgraph.ts +34 -0
- package/src/metadata/product-v1.graphql +3 -0
- package/src/offers/index.ts +1 -0
- package/src/offers/interface.ts +3 -1
- package/src/offers/queries.graphql +37 -0
- package/src/offers/renderContractualAgreement.ts +203 -0
- package/src/offers/subgraph.ts +0 -1
- package/src/orchestration/interface.ts +9 -2
- package/src/subgraph.ts +6097 -293
- package/src/utils/tokenInfoManager.ts +97 -0
package/dist/esm/subgraph.js
CHANGED
|
@@ -55,12 +55,42 @@ export var DisputeResolver_OrderBy;
|
|
|
55
55
|
DisputeResolver_OrderBy["Admin"] = "admin";
|
|
56
56
|
DisputeResolver_OrderBy["Clerk"] = "clerk";
|
|
57
57
|
DisputeResolver_OrderBy["EscalationResponsePeriod"] = "escalationResponsePeriod";
|
|
58
|
+
DisputeResolver_OrderBy["Fees"] = "fees";
|
|
58
59
|
DisputeResolver_OrderBy["Id"] = "id";
|
|
59
60
|
DisputeResolver_OrderBy["MetadataUri"] = "metadataUri";
|
|
60
61
|
DisputeResolver_OrderBy["Offers"] = "offers";
|
|
61
62
|
DisputeResolver_OrderBy["Operator"] = "operator";
|
|
63
|
+
DisputeResolver_OrderBy["SellerAllowList"] = "sellerAllowList";
|
|
62
64
|
DisputeResolver_OrderBy["Treasury"] = "treasury";
|
|
63
65
|
})(DisputeResolver_OrderBy || (DisputeResolver_OrderBy = {}));
|
|
66
|
+
/**
|
|
67
|
+
* Disputes
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
export var DisputeState;
|
|
71
|
+
(function (DisputeState) {
|
|
72
|
+
DisputeState["Decided"] = "DECIDED";
|
|
73
|
+
DisputeState["Escalated"] = "ESCALATED";
|
|
74
|
+
DisputeState["Refused"] = "REFUSED";
|
|
75
|
+
DisputeState["Resolved"] = "RESOLVED";
|
|
76
|
+
DisputeState["Resolving"] = "RESOLVING";
|
|
77
|
+
DisputeState["Retracted"] = "RETRACTED";
|
|
78
|
+
})(DisputeState || (DisputeState = {}));
|
|
79
|
+
export var Dispute_OrderBy;
|
|
80
|
+
(function (Dispute_OrderBy) {
|
|
81
|
+
Dispute_OrderBy["Buyer"] = "buyer";
|
|
82
|
+
Dispute_OrderBy["BuyerPercent"] = "buyerPercent";
|
|
83
|
+
Dispute_OrderBy["Complaint"] = "complaint";
|
|
84
|
+
Dispute_OrderBy["DisputedDate"] = "disputedDate";
|
|
85
|
+
Dispute_OrderBy["EscalatedDate"] = "escalatedDate";
|
|
86
|
+
Dispute_OrderBy["Exchange"] = "exchange";
|
|
87
|
+
Dispute_OrderBy["ExchangeId"] = "exchangeId";
|
|
88
|
+
Dispute_OrderBy["FinalizedDate"] = "finalizedDate";
|
|
89
|
+
Dispute_OrderBy["Id"] = "id";
|
|
90
|
+
Dispute_OrderBy["Seller"] = "seller";
|
|
91
|
+
Dispute_OrderBy["State"] = "state";
|
|
92
|
+
Dispute_OrderBy["Timeout"] = "timeout";
|
|
93
|
+
})(Dispute_OrderBy || (Dispute_OrderBy = {}));
|
|
64
94
|
/**
|
|
65
95
|
* Exchange and Voucher
|
|
66
96
|
*
|
|
@@ -70,6 +100,7 @@ export var ExchangeState;
|
|
|
70
100
|
ExchangeState["Cancelled"] = "CANCELLED";
|
|
71
101
|
ExchangeState["Committed"] = "COMMITTED";
|
|
72
102
|
ExchangeState["Completed"] = "COMPLETED";
|
|
103
|
+
ExchangeState["Disputed"] = "DISPUTED";
|
|
73
104
|
ExchangeState["Redeemed"] = "REDEEMED";
|
|
74
105
|
ExchangeState["Revoked"] = "REVOKED";
|
|
75
106
|
})(ExchangeState || (ExchangeState = {}));
|
|
@@ -142,6 +173,8 @@ export var MetadataType;
|
|
|
142
173
|
})(MetadataType || (MetadataType = {}));
|
|
143
174
|
export var Offer_OrderBy;
|
|
144
175
|
(function (Offer_OrderBy) {
|
|
176
|
+
Offer_OrderBy["AgentFee"] = "agentFee";
|
|
177
|
+
Offer_OrderBy["AgentId"] = "agentId";
|
|
145
178
|
Offer_OrderBy["BuyerCancelPenalty"] = "buyerCancelPenalty";
|
|
146
179
|
Offer_OrderBy["CreatedAt"] = "createdAt";
|
|
147
180
|
Offer_OrderBy["DisputeResolutionTerms"] = "disputeResolutionTerms";
|
|
@@ -361,6 +394,8 @@ export var Seller_OrderBy;
|
|
|
361
394
|
(function (Seller_OrderBy) {
|
|
362
395
|
Seller_OrderBy["Active"] = "active";
|
|
363
396
|
Seller_OrderBy["Admin"] = "admin";
|
|
397
|
+
Seller_OrderBy["AuthTokenId"] = "authTokenId";
|
|
398
|
+
Seller_OrderBy["AuthTokenType"] = "authTokenType";
|
|
364
399
|
Seller_OrderBy["Clerk"] = "clerk";
|
|
365
400
|
Seller_OrderBy["Exchanges"] = "exchanges";
|
|
366
401
|
Seller_OrderBy["Funds"] = "funds";
|
|
@@ -369,6 +404,7 @@ export var Seller_OrderBy;
|
|
|
369
404
|
Seller_OrderBy["Operator"] = "operator";
|
|
370
405
|
Seller_OrderBy["SellerId"] = "sellerId";
|
|
371
406
|
Seller_OrderBy["Treasury"] = "treasury";
|
|
407
|
+
Seller_OrderBy["VoucherCloneAddress"] = "voucherCloneAddress";
|
|
372
408
|
})(Seller_OrderBy || (Seller_OrderBy = {}));
|
|
373
409
|
export var _SubgraphErrorPolicy_;
|
|
374
410
|
(function (_SubgraphErrorPolicy_) {
|
|
@@ -384,6 +420,9 @@ export const BaseSellerFieldsFragmentDoc = gql `
|
|
|
384
420
|
admin
|
|
385
421
|
clerk
|
|
386
422
|
treasury
|
|
423
|
+
authTokenId
|
|
424
|
+
authTokenType
|
|
425
|
+
voucherCloneAddress
|
|
387
426
|
active
|
|
388
427
|
}
|
|
389
428
|
`;
|
|
@@ -413,6 +452,211 @@ export const FundsEntityFieldsFragmentDoc = gql `
|
|
|
413
452
|
${BaseFundsEntityFieldsFragmentDoc}
|
|
414
453
|
${BaseExchangeTokenFieldsFragmentDoc}
|
|
415
454
|
`;
|
|
455
|
+
export const BaseDisputeResolverFeeFieldsFragmentDoc = gql `
|
|
456
|
+
fragment BaseDisputeResolverFeeFields on DisputeResolverFee {
|
|
457
|
+
id
|
|
458
|
+
tokenAddress
|
|
459
|
+
tokenName
|
|
460
|
+
token {
|
|
461
|
+
...BaseExchangeTokenFields
|
|
462
|
+
}
|
|
463
|
+
feeAmount
|
|
464
|
+
}
|
|
465
|
+
${BaseExchangeTokenFieldsFragmentDoc}
|
|
466
|
+
`;
|
|
467
|
+
export const BaseDisputeResolverFieldsFragmentDoc = gql `
|
|
468
|
+
fragment BaseDisputeResolverFields on DisputeResolver {
|
|
469
|
+
id
|
|
470
|
+
escalationResponsePeriod
|
|
471
|
+
admin
|
|
472
|
+
clerk
|
|
473
|
+
treasury
|
|
474
|
+
operator
|
|
475
|
+
metadataUri
|
|
476
|
+
active
|
|
477
|
+
sellerAllowList
|
|
478
|
+
fees {
|
|
479
|
+
...BaseDisputeResolverFeeFields
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
${BaseDisputeResolverFeeFieldsFragmentDoc}
|
|
483
|
+
`;
|
|
484
|
+
export const BaseDisputeResolutionTermsEntityFieldsFragmentDoc = gql `
|
|
485
|
+
fragment BaseDisputeResolutionTermsEntityFields on DisputeResolutionTermsEntity {
|
|
486
|
+
id
|
|
487
|
+
disputeResolverId
|
|
488
|
+
escalationResponsePeriod
|
|
489
|
+
feeAmount
|
|
490
|
+
buyerEscalationDeposit
|
|
491
|
+
}
|
|
492
|
+
`;
|
|
493
|
+
export const BaseProductV1BrandFieldsFragmentDoc = gql `
|
|
494
|
+
fragment BaseProductV1BrandFields on ProductV1Brand {
|
|
495
|
+
id
|
|
496
|
+
name
|
|
497
|
+
}
|
|
498
|
+
`;
|
|
499
|
+
export const BaseProductV1CategoryFieldsFragmentDoc = gql `
|
|
500
|
+
fragment BaseProductV1CategoryFields on ProductV1Category {
|
|
501
|
+
id
|
|
502
|
+
name
|
|
503
|
+
}
|
|
504
|
+
`;
|
|
505
|
+
export const BaseProductV1TagFieldsFragmentDoc = gql `
|
|
506
|
+
fragment BaseProductV1TagFields on ProductV1Tag {
|
|
507
|
+
id
|
|
508
|
+
name
|
|
509
|
+
}
|
|
510
|
+
`;
|
|
511
|
+
export const BaseProductV1SectionFieldsFragmentDoc = gql `
|
|
512
|
+
fragment BaseProductV1SectionFields on ProductV1Section {
|
|
513
|
+
id
|
|
514
|
+
name
|
|
515
|
+
}
|
|
516
|
+
`;
|
|
517
|
+
export const BaseProductV1PersonalisationFieldsFragmentDoc = gql `
|
|
518
|
+
fragment BaseProductV1PersonalisationFields on ProductV1Personalisation {
|
|
519
|
+
id
|
|
520
|
+
name
|
|
521
|
+
}
|
|
522
|
+
`;
|
|
523
|
+
export const BaseProductV1MediaFieldsFragmentDoc = gql `
|
|
524
|
+
fragment BaseProductV1MediaFields on ProductV1Media {
|
|
525
|
+
id
|
|
526
|
+
url
|
|
527
|
+
tag
|
|
528
|
+
type
|
|
529
|
+
}
|
|
530
|
+
`;
|
|
531
|
+
export const BaseProductV1ProductFieldsFragmentDoc = gql `
|
|
532
|
+
fragment BaseProductV1ProductFields on ProductV1Product {
|
|
533
|
+
id
|
|
534
|
+
uuid
|
|
535
|
+
version
|
|
536
|
+
title
|
|
537
|
+
description
|
|
538
|
+
identification_sKU
|
|
539
|
+
identification_productId
|
|
540
|
+
identification_productIdType
|
|
541
|
+
productionInformation_brandName
|
|
542
|
+
brand {
|
|
543
|
+
...BaseProductV1BrandFields
|
|
544
|
+
}
|
|
545
|
+
productionInformation_manufacturer
|
|
546
|
+
productionInformation_manufacturerPartNumber
|
|
547
|
+
productionInformation_modelNumber
|
|
548
|
+
productionInformation_materials
|
|
549
|
+
details_category
|
|
550
|
+
category {
|
|
551
|
+
...BaseProductV1CategoryFields
|
|
552
|
+
}
|
|
553
|
+
details_subCategory
|
|
554
|
+
subCategory {
|
|
555
|
+
...BaseProductV1CategoryFields
|
|
556
|
+
}
|
|
557
|
+
details_subCategory2
|
|
558
|
+
subCategory2 {
|
|
559
|
+
...BaseProductV1CategoryFields
|
|
560
|
+
}
|
|
561
|
+
details_offerCategory
|
|
562
|
+
offerCategory
|
|
563
|
+
details_tags
|
|
564
|
+
tags {
|
|
565
|
+
...BaseProductV1TagFields
|
|
566
|
+
}
|
|
567
|
+
details_sections
|
|
568
|
+
sections {
|
|
569
|
+
...BaseProductV1SectionFields
|
|
570
|
+
}
|
|
571
|
+
details_personalisation
|
|
572
|
+
personalisation {
|
|
573
|
+
...BaseProductV1PersonalisationFields
|
|
574
|
+
}
|
|
575
|
+
visuals_images {
|
|
576
|
+
...BaseProductV1MediaFields
|
|
577
|
+
}
|
|
578
|
+
visuals_videos {
|
|
579
|
+
...BaseProductV1MediaFields
|
|
580
|
+
}
|
|
581
|
+
packaging_packageQuantity
|
|
582
|
+
packaging_dimensions_length
|
|
583
|
+
packaging_dimensions_width
|
|
584
|
+
packaging_dimensions_height
|
|
585
|
+
packaging_dimensions_unit
|
|
586
|
+
packaging_weight_value
|
|
587
|
+
packaging_weight_unit
|
|
588
|
+
}
|
|
589
|
+
${BaseProductV1BrandFieldsFragmentDoc}
|
|
590
|
+
${BaseProductV1CategoryFieldsFragmentDoc}
|
|
591
|
+
${BaseProductV1TagFieldsFragmentDoc}
|
|
592
|
+
${BaseProductV1SectionFieldsFragmentDoc}
|
|
593
|
+
${BaseProductV1PersonalisationFieldsFragmentDoc}
|
|
594
|
+
${BaseProductV1MediaFieldsFragmentDoc}
|
|
595
|
+
`;
|
|
596
|
+
export const BaseProductV1VariationFieldsFragmentDoc = gql `
|
|
597
|
+
fragment BaseProductV1VariationFields on ProductV1Variation {
|
|
598
|
+
id
|
|
599
|
+
type
|
|
600
|
+
option
|
|
601
|
+
}
|
|
602
|
+
`;
|
|
603
|
+
export const BaseProductV1SellerContactLinkFieldsFragmentDoc = gql `
|
|
604
|
+
fragment BaseProductV1SellerContactLinkFields on ProductV1SellerContactLink {
|
|
605
|
+
id
|
|
606
|
+
url
|
|
607
|
+
tag
|
|
608
|
+
}
|
|
609
|
+
`;
|
|
610
|
+
export const BaseProductV1SellerFieldsFragmentDoc = gql `
|
|
611
|
+
fragment BaseProductV1SellerFields on ProductV1Seller {
|
|
612
|
+
id
|
|
613
|
+
defaultVersion
|
|
614
|
+
name
|
|
615
|
+
description
|
|
616
|
+
externalUrl
|
|
617
|
+
tokenId
|
|
618
|
+
images {
|
|
619
|
+
...BaseProductV1MediaFields
|
|
620
|
+
}
|
|
621
|
+
contactLinks {
|
|
622
|
+
...BaseProductV1SellerContactLinkFields
|
|
623
|
+
}
|
|
624
|
+
seller {
|
|
625
|
+
...BaseSellerFields
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
${BaseProductV1MediaFieldsFragmentDoc}
|
|
629
|
+
${BaseProductV1SellerContactLinkFieldsFragmentDoc}
|
|
630
|
+
${BaseSellerFieldsFragmentDoc}
|
|
631
|
+
`;
|
|
632
|
+
export const BaseProductV1ExchangePolicyFieldsFragmentDoc = gql `
|
|
633
|
+
fragment BaseProductV1ExchangePolicyFields on ProductV1ExchangePolicy {
|
|
634
|
+
id
|
|
635
|
+
uuid
|
|
636
|
+
version
|
|
637
|
+
label
|
|
638
|
+
template
|
|
639
|
+
}
|
|
640
|
+
`;
|
|
641
|
+
export const BaseProductV1ShippingJurisdictionFieldsFragmentDoc = gql `
|
|
642
|
+
fragment BaseProductV1ShippingJurisdictionFields on ProductV1ShippingJurisdiction {
|
|
643
|
+
id
|
|
644
|
+
label
|
|
645
|
+
deliveryTime
|
|
646
|
+
}
|
|
647
|
+
`;
|
|
648
|
+
export const BaseProductV1ShippingOptionFieldsFragmentDoc = gql `
|
|
649
|
+
fragment BaseProductV1ShippingOptionFields on ProductV1ShippingOption {
|
|
650
|
+
id
|
|
651
|
+
defaultVersion
|
|
652
|
+
countryOfOrigin
|
|
653
|
+
supportedJurisdictions {
|
|
654
|
+
...BaseProductV1ShippingJurisdictionFields
|
|
655
|
+
}
|
|
656
|
+
redemptionPoint
|
|
657
|
+
}
|
|
658
|
+
${BaseProductV1ShippingJurisdictionFieldsFragmentDoc}
|
|
659
|
+
`;
|
|
416
660
|
export const BaseOfferFieldsFragmentDoc = gql `
|
|
417
661
|
fragment BaseOfferFields on Offer {
|
|
418
662
|
id
|
|
@@ -420,6 +664,8 @@ export const BaseOfferFieldsFragmentDoc = gql `
|
|
|
420
664
|
price
|
|
421
665
|
sellerDeposit
|
|
422
666
|
protocolFee
|
|
667
|
+
agentFee
|
|
668
|
+
agentId
|
|
423
669
|
buyerCancelPenalty
|
|
424
670
|
quantityAvailable
|
|
425
671
|
quantityInitial
|
|
@@ -440,16 +686,58 @@ export const BaseOfferFieldsFragmentDoc = gql `
|
|
|
440
686
|
exchangeToken {
|
|
441
687
|
...BaseExchangeTokenFields
|
|
442
688
|
}
|
|
689
|
+
disputeResolver {
|
|
690
|
+
...BaseDisputeResolverFields
|
|
691
|
+
}
|
|
692
|
+
disputeResolutionTerms {
|
|
693
|
+
...BaseDisputeResolutionTermsEntityFields
|
|
694
|
+
}
|
|
443
695
|
metadata {
|
|
444
696
|
name
|
|
445
697
|
description
|
|
446
698
|
externalUrl
|
|
447
699
|
schemaUrl
|
|
448
700
|
type
|
|
701
|
+
... on ProductV1MetadataEntity {
|
|
702
|
+
image
|
|
703
|
+
attributes {
|
|
704
|
+
traitType
|
|
705
|
+
value
|
|
706
|
+
displayType
|
|
707
|
+
}
|
|
708
|
+
createdAt
|
|
709
|
+
voided
|
|
710
|
+
validFromDate
|
|
711
|
+
validUntilDate
|
|
712
|
+
quantityAvailable
|
|
713
|
+
uuid
|
|
714
|
+
product {
|
|
715
|
+
...BaseProductV1ProductFields
|
|
716
|
+
}
|
|
717
|
+
variations {
|
|
718
|
+
...BaseProductV1VariationFields
|
|
719
|
+
}
|
|
720
|
+
productV1Seller {
|
|
721
|
+
...BaseProductV1SellerFields
|
|
722
|
+
}
|
|
723
|
+
exchangePolicy {
|
|
724
|
+
...BaseProductV1ExchangePolicyFields
|
|
725
|
+
}
|
|
726
|
+
shipping {
|
|
727
|
+
...BaseProductV1ShippingOptionFields
|
|
728
|
+
}
|
|
729
|
+
}
|
|
449
730
|
}
|
|
450
731
|
}
|
|
451
732
|
${BaseSellerFieldsFragmentDoc}
|
|
452
733
|
${BaseExchangeTokenFieldsFragmentDoc}
|
|
734
|
+
${BaseDisputeResolverFieldsFragmentDoc}
|
|
735
|
+
${BaseDisputeResolutionTermsEntityFieldsFragmentDoc}
|
|
736
|
+
${BaseProductV1ProductFieldsFragmentDoc}
|
|
737
|
+
${BaseProductV1VariationFieldsFragmentDoc}
|
|
738
|
+
${BaseProductV1SellerFieldsFragmentDoc}
|
|
739
|
+
${BaseProductV1ExchangePolicyFieldsFragmentDoc}
|
|
740
|
+
${BaseProductV1ShippingOptionFieldsFragmentDoc}
|
|
453
741
|
`;
|
|
454
742
|
export const BaseExchangeFieldsFragmentDoc = gql `
|
|
455
743
|
fragment BaseExchangeFields on Exchange {
|
|
@@ -535,6 +823,53 @@ export const BuyerFieldsFragmentDoc = gql `
|
|
|
535
823
|
${FundsEntityFieldsFragmentDoc}
|
|
536
824
|
${BaseExchangeFieldsFragmentDoc}
|
|
537
825
|
`;
|
|
826
|
+
export const DisputeResolverFieldsFragmentDoc = gql `
|
|
827
|
+
fragment DisputeResolverFields on DisputeResolver {
|
|
828
|
+
...BaseDisputeResolverFields
|
|
829
|
+
offers(
|
|
830
|
+
skip: $offersSkip
|
|
831
|
+
first: $offersFirst
|
|
832
|
+
orderBy: $offersOrderBy
|
|
833
|
+
orderDirection: $offersOrderDirection
|
|
834
|
+
where: $offersFilter
|
|
835
|
+
) @include(if: $includeOffers) {
|
|
836
|
+
...BaseOfferFields
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
${BaseDisputeResolverFieldsFragmentDoc}
|
|
840
|
+
${BaseOfferFieldsFragmentDoc}
|
|
841
|
+
`;
|
|
842
|
+
export const BaseDisputeFieldsFragmentDoc = gql `
|
|
843
|
+
fragment BaseDisputeFields on Dispute {
|
|
844
|
+
id
|
|
845
|
+
exchangeId
|
|
846
|
+
complaint
|
|
847
|
+
state
|
|
848
|
+
buyerPercent
|
|
849
|
+
disputedDate
|
|
850
|
+
escalatedDate
|
|
851
|
+
finalizedDate
|
|
852
|
+
timeout
|
|
853
|
+
exchange {
|
|
854
|
+
...BaseExchangeFields
|
|
855
|
+
}
|
|
856
|
+
seller {
|
|
857
|
+
...BaseSellerFields
|
|
858
|
+
}
|
|
859
|
+
buyer {
|
|
860
|
+
...BaseBuyerFields
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
${BaseExchangeFieldsFragmentDoc}
|
|
864
|
+
${BaseSellerFieldsFragmentDoc}
|
|
865
|
+
${BaseBuyerFieldsFragmentDoc}
|
|
866
|
+
`;
|
|
867
|
+
export const DisputeFieldsFragmentDoc = gql `
|
|
868
|
+
fragment DisputeFields on Dispute {
|
|
869
|
+
...BaseDisputeFields
|
|
870
|
+
}
|
|
871
|
+
${BaseDisputeFieldsFragmentDoc}
|
|
872
|
+
`;
|
|
538
873
|
export const ExchangeTokenFieldsFragmentDoc = gql `
|
|
539
874
|
fragment ExchangeTokenFields on ExchangeToken {
|
|
540
875
|
...BaseExchangeTokenFields
|
|
@@ -618,145 +953,6 @@ export const BaseMetadataEntityFieldsFragmentDoc = gql `
|
|
|
618
953
|
}
|
|
619
954
|
${BaseBaseMetadataEntityFieldsFragmentDoc}
|
|
620
955
|
`;
|
|
621
|
-
export const BaseProductV1BrandFieldsFragmentDoc = gql `
|
|
622
|
-
fragment BaseProductV1BrandFields on ProductV1Brand {
|
|
623
|
-
id
|
|
624
|
-
name
|
|
625
|
-
}
|
|
626
|
-
`;
|
|
627
|
-
export const BaseProductV1CategoryFieldsFragmentDoc = gql `
|
|
628
|
-
fragment BaseProductV1CategoryFields on ProductV1Category {
|
|
629
|
-
id
|
|
630
|
-
name
|
|
631
|
-
}
|
|
632
|
-
`;
|
|
633
|
-
export const BaseProductV1TagFieldsFragmentDoc = gql `
|
|
634
|
-
fragment BaseProductV1TagFields on ProductV1Tag {
|
|
635
|
-
id
|
|
636
|
-
name
|
|
637
|
-
}
|
|
638
|
-
`;
|
|
639
|
-
export const BaseProductV1SectionFieldsFragmentDoc = gql `
|
|
640
|
-
fragment BaseProductV1SectionFields on ProductV1Section {
|
|
641
|
-
id
|
|
642
|
-
name
|
|
643
|
-
}
|
|
644
|
-
`;
|
|
645
|
-
export const BaseProductV1PersonalisationFieldsFragmentDoc = gql `
|
|
646
|
-
fragment BaseProductV1PersonalisationFields on ProductV1Personalisation {
|
|
647
|
-
id
|
|
648
|
-
name
|
|
649
|
-
}
|
|
650
|
-
`;
|
|
651
|
-
export const BaseProductV1MediaFieldsFragmentDoc = gql `
|
|
652
|
-
fragment BaseProductV1MediaFields on ProductV1Media {
|
|
653
|
-
id
|
|
654
|
-
url
|
|
655
|
-
tag
|
|
656
|
-
type
|
|
657
|
-
}
|
|
658
|
-
`;
|
|
659
|
-
export const BaseProductV1ProductFieldsFragmentDoc = gql `
|
|
660
|
-
fragment BaseProductV1ProductFields on ProductV1Product {
|
|
661
|
-
id
|
|
662
|
-
uuid
|
|
663
|
-
version
|
|
664
|
-
title
|
|
665
|
-
description
|
|
666
|
-
identification_sKU
|
|
667
|
-
identification_productId
|
|
668
|
-
identification_productIdType
|
|
669
|
-
productionInformation_brandName
|
|
670
|
-
brand {
|
|
671
|
-
...BaseProductV1BrandFields
|
|
672
|
-
}
|
|
673
|
-
productionInformation_manufacturer
|
|
674
|
-
productionInformation_manufacturerPartNumber
|
|
675
|
-
productionInformation_modelNumber
|
|
676
|
-
productionInformation_materials
|
|
677
|
-
details_category
|
|
678
|
-
category {
|
|
679
|
-
...BaseProductV1CategoryFields
|
|
680
|
-
}
|
|
681
|
-
details_subCategory
|
|
682
|
-
subCategory {
|
|
683
|
-
...BaseProductV1CategoryFields
|
|
684
|
-
}
|
|
685
|
-
details_subCategory2
|
|
686
|
-
subCategory2 {
|
|
687
|
-
...BaseProductV1CategoryFields
|
|
688
|
-
}
|
|
689
|
-
details_offerCategory
|
|
690
|
-
offerCategory
|
|
691
|
-
details_tags
|
|
692
|
-
tags {
|
|
693
|
-
...BaseProductV1TagFields
|
|
694
|
-
}
|
|
695
|
-
details_sections
|
|
696
|
-
sections {
|
|
697
|
-
...BaseProductV1SectionFields
|
|
698
|
-
}
|
|
699
|
-
details_personalisation
|
|
700
|
-
personalisation {
|
|
701
|
-
...BaseProductV1PersonalisationFields
|
|
702
|
-
}
|
|
703
|
-
visuals_images {
|
|
704
|
-
...BaseProductV1MediaFields
|
|
705
|
-
}
|
|
706
|
-
visuals_videos {
|
|
707
|
-
...BaseProductV1MediaFields
|
|
708
|
-
}
|
|
709
|
-
packaging_packageQuantity
|
|
710
|
-
packaging_dimensions_length
|
|
711
|
-
packaging_dimensions_width
|
|
712
|
-
packaging_dimensions_height
|
|
713
|
-
packaging_dimensions_unit
|
|
714
|
-
packaging_weight_value
|
|
715
|
-
packaging_weight_unit
|
|
716
|
-
}
|
|
717
|
-
${BaseProductV1BrandFieldsFragmentDoc}
|
|
718
|
-
${BaseProductV1CategoryFieldsFragmentDoc}
|
|
719
|
-
${BaseProductV1TagFieldsFragmentDoc}
|
|
720
|
-
${BaseProductV1SectionFieldsFragmentDoc}
|
|
721
|
-
${BaseProductV1PersonalisationFieldsFragmentDoc}
|
|
722
|
-
${BaseProductV1MediaFieldsFragmentDoc}
|
|
723
|
-
`;
|
|
724
|
-
export const BaseProductV1VariationFieldsFragmentDoc = gql `
|
|
725
|
-
fragment BaseProductV1VariationFields on ProductV1Variation {
|
|
726
|
-
id
|
|
727
|
-
type
|
|
728
|
-
option
|
|
729
|
-
}
|
|
730
|
-
`;
|
|
731
|
-
export const BaseProductV1SellerContactLinkFieldsFragmentDoc = gql `
|
|
732
|
-
fragment BaseProductV1SellerContactLinkFields on ProductV1SellerContactLink {
|
|
733
|
-
id
|
|
734
|
-
url
|
|
735
|
-
tag
|
|
736
|
-
}
|
|
737
|
-
`;
|
|
738
|
-
export const BaseProductV1SellerFieldsFragmentDoc = gql `
|
|
739
|
-
fragment BaseProductV1SellerFields on ProductV1Seller {
|
|
740
|
-
id
|
|
741
|
-
defaultVersion
|
|
742
|
-
name
|
|
743
|
-
description
|
|
744
|
-
externalUrl
|
|
745
|
-
tokenId
|
|
746
|
-
images {
|
|
747
|
-
...BaseProductV1MediaFields
|
|
748
|
-
}
|
|
749
|
-
contactLinks {
|
|
750
|
-
...BaseProductV1SellerContactLinkFields
|
|
751
|
-
}
|
|
752
|
-
seller {
|
|
753
|
-
...BaseSellerFields
|
|
754
|
-
}
|
|
755
|
-
}
|
|
756
|
-
${BaseProductV1MediaFieldsFragmentDoc}
|
|
757
|
-
${BaseProductV1SellerContactLinkFieldsFragmentDoc}
|
|
758
|
-
${BaseSellerFieldsFragmentDoc}
|
|
759
|
-
`;
|
|
760
956
|
export const BaseProductV1MetadataEntityFieldsFragmentDoc = gql `
|
|
761
957
|
fragment BaseProductV1MetadataEntityFields on ProductV1MetadataEntity {
|
|
762
958
|
id
|
|
@@ -795,6 +991,9 @@ export const BaseProductV1MetadataEntityFieldsFragmentDoc = gql `
|
|
|
795
991
|
productV1Seller {
|
|
796
992
|
...BaseProductV1SellerFields
|
|
797
993
|
}
|
|
994
|
+
exchangePolicy {
|
|
995
|
+
...BaseProductV1ExchangePolicyFields
|
|
996
|
+
}
|
|
798
997
|
}
|
|
799
998
|
${BaseOfferFieldsFragmentDoc}
|
|
800
999
|
${BaseSellerFieldsFragmentDoc}
|
|
@@ -802,6 +1001,7 @@ export const BaseProductV1MetadataEntityFieldsFragmentDoc = gql `
|
|
|
802
1001
|
${BaseProductV1ProductFieldsFragmentDoc}
|
|
803
1002
|
${BaseProductV1VariationFieldsFragmentDoc}
|
|
804
1003
|
${BaseProductV1SellerFieldsFragmentDoc}
|
|
1004
|
+
${BaseProductV1ExchangePolicyFieldsFragmentDoc}
|
|
805
1005
|
`;
|
|
806
1006
|
export const ProductV1MetadataEntityFieldsFragmentDoc = gql `
|
|
807
1007
|
fragment ProductV1MetadataEntityFields on ProductV1MetadataEntity {
|
|
@@ -809,34 +1009,6 @@ export const ProductV1MetadataEntityFieldsFragmentDoc = gql `
|
|
|
809
1009
|
}
|
|
810
1010
|
${BaseProductV1MetadataEntityFieldsFragmentDoc}
|
|
811
1011
|
`;
|
|
812
|
-
export const BaseProductV1ShippingJurisdictionFieldsFragmentDoc = gql `
|
|
813
|
-
fragment BaseProductV1ShippingJurisdictionFields on ProductV1ShippingJurisdiction {
|
|
814
|
-
id
|
|
815
|
-
label
|
|
816
|
-
deliveryTime
|
|
817
|
-
}
|
|
818
|
-
`;
|
|
819
|
-
export const BaseProductV1ShippingOptionFieldsFragmentDoc = gql `
|
|
820
|
-
fragment BaseProductV1ShippingOptionFields on ProductV1ShippingOption {
|
|
821
|
-
id
|
|
822
|
-
defaultVersion
|
|
823
|
-
countryOfOrigin
|
|
824
|
-
supportedJurisdictions {
|
|
825
|
-
...BaseProductV1ShippingJurisdictionFields
|
|
826
|
-
}
|
|
827
|
-
redemptionPoint
|
|
828
|
-
}
|
|
829
|
-
${BaseProductV1ShippingJurisdictionFieldsFragmentDoc}
|
|
830
|
-
`;
|
|
831
|
-
export const BaseProductV1ExchangePolicyFieldsFragmentDoc = gql `
|
|
832
|
-
fragment BaseProductV1ExchangePolicyFields on ProductV1ExchangePolicy {
|
|
833
|
-
id
|
|
834
|
-
uuid
|
|
835
|
-
version
|
|
836
|
-
label
|
|
837
|
-
template
|
|
838
|
-
}
|
|
839
|
-
`;
|
|
840
1012
|
export const BaseProductV1ProductOverridesFieldsFragmentDoc = gql `
|
|
841
1013
|
fragment BaseProductV1ProductOverridesFields on ProductV1ProductOverrides {
|
|
842
1014
|
id
|
|
@@ -1013,6 +1185,84 @@ export const GetBuyersQueryDocument = gql `
|
|
|
1013
1185
|
}
|
|
1014
1186
|
${BuyerFieldsFragmentDoc}
|
|
1015
1187
|
`;
|
|
1188
|
+
export const GetDisputeResolverByIdQueryDocument = gql `
|
|
1189
|
+
query getDisputeResolverByIdQuery(
|
|
1190
|
+
$disputeResolverId: ID!
|
|
1191
|
+
$offersSkip: Int
|
|
1192
|
+
$offersFirst: Int
|
|
1193
|
+
$offersOrderBy: Offer_orderBy
|
|
1194
|
+
$offersOrderDirection: OrderDirection
|
|
1195
|
+
$offersFilter: Offer_filter
|
|
1196
|
+
$includeOffers: Boolean = false
|
|
1197
|
+
) {
|
|
1198
|
+
disputeResolver(id: $disputeResolverId) {
|
|
1199
|
+
...DisputeResolverFields
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
${DisputeResolverFieldsFragmentDoc}
|
|
1203
|
+
`;
|
|
1204
|
+
export const GetDisputeResolversQueryDocument = gql `
|
|
1205
|
+
query getDisputeResolversQuery(
|
|
1206
|
+
$disputeResolversSkip: Int
|
|
1207
|
+
$disputeResolversFirst: Int
|
|
1208
|
+
$disputeResolversOrderBy: DisputeResolver_orderBy
|
|
1209
|
+
$disputeResolversOrderDirection: OrderDirection
|
|
1210
|
+
$disputeResolversFilter: DisputeResolver_filter
|
|
1211
|
+
$offersSkip: Int
|
|
1212
|
+
$offersFirst: Int
|
|
1213
|
+
$offersOrderBy: Offer_orderBy
|
|
1214
|
+
$offersOrderDirection: OrderDirection
|
|
1215
|
+
$offersFilter: Offer_filter
|
|
1216
|
+
$includeOffers: Boolean = false
|
|
1217
|
+
) {
|
|
1218
|
+
disputeResolvers(
|
|
1219
|
+
skip: $disputeResolversSkip
|
|
1220
|
+
first: $disputeResolversFirst
|
|
1221
|
+
orderBy: $disputeResolversOrderBy
|
|
1222
|
+
orderDirection: $disputeResolversOrderDirection
|
|
1223
|
+
where: $disputeResolversFilter
|
|
1224
|
+
) {
|
|
1225
|
+
...DisputeResolverFields
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
${DisputeResolverFieldsFragmentDoc}
|
|
1229
|
+
`;
|
|
1230
|
+
export const GetDisputeByIdQueryDocument = gql `
|
|
1231
|
+
query getDisputeByIdQuery(
|
|
1232
|
+
$disputeId: ID!
|
|
1233
|
+
$offersSkip: Int
|
|
1234
|
+
$offersFirst: Int
|
|
1235
|
+
$offersOrderBy: Offer_orderBy
|
|
1236
|
+
$offersOrderDirection: OrderDirection
|
|
1237
|
+
$offersFilter: Offer_filter
|
|
1238
|
+
$includeOffers: Boolean = false
|
|
1239
|
+
) {
|
|
1240
|
+
dispute(id: $disputeId) {
|
|
1241
|
+
...DisputeFields
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
${DisputeFieldsFragmentDoc}
|
|
1245
|
+
`;
|
|
1246
|
+
export const GetDisputesQueryDocument = gql `
|
|
1247
|
+
query getDisputesQuery(
|
|
1248
|
+
$disputesSkip: Int
|
|
1249
|
+
$disputesFirst: Int
|
|
1250
|
+
$disputesOrderBy: Dispute_orderBy
|
|
1251
|
+
$disputesOrderDirection: OrderDirection
|
|
1252
|
+
$disputesFilter: Dispute_filter
|
|
1253
|
+
) {
|
|
1254
|
+
disputes(
|
|
1255
|
+
skip: $disputesSkip
|
|
1256
|
+
first: $disputesFirst
|
|
1257
|
+
orderBy: $disputesOrderBy
|
|
1258
|
+
orderDirection: $disputesOrderDirection
|
|
1259
|
+
where: $disputesFilter
|
|
1260
|
+
) {
|
|
1261
|
+
...DisputeFields
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
${DisputeFieldsFragmentDoc}
|
|
1265
|
+
`;
|
|
1016
1266
|
export const GetExchangeTokenByIdQueryDocument = gql `
|
|
1017
1267
|
query getExchangeTokenByIdQuery(
|
|
1018
1268
|
$exchangeTokenId: ID!
|
|
@@ -1295,6 +1545,18 @@ export function getSdk(client, withWrapper = defaultWrapper) {
|
|
|
1295
1545
|
getBuyersQuery(variables, requestHeaders) {
|
|
1296
1546
|
return withWrapper((wrappedRequestHeaders) => client.request(GetBuyersQueryDocument, variables, { ...requestHeaders, ...wrappedRequestHeaders }), "getBuyersQuery", "query");
|
|
1297
1547
|
},
|
|
1548
|
+
getDisputeResolverByIdQuery(variables, requestHeaders) {
|
|
1549
|
+
return withWrapper((wrappedRequestHeaders) => client.request(GetDisputeResolverByIdQueryDocument, variables, { ...requestHeaders, ...wrappedRequestHeaders }), "getDisputeResolverByIdQuery", "query");
|
|
1550
|
+
},
|
|
1551
|
+
getDisputeResolversQuery(variables, requestHeaders) {
|
|
1552
|
+
return withWrapper((wrappedRequestHeaders) => client.request(GetDisputeResolversQueryDocument, variables, { ...requestHeaders, ...wrappedRequestHeaders }), "getDisputeResolversQuery", "query");
|
|
1553
|
+
},
|
|
1554
|
+
getDisputeByIdQuery(variables, requestHeaders) {
|
|
1555
|
+
return withWrapper((wrappedRequestHeaders) => client.request(GetDisputeByIdQueryDocument, variables, { ...requestHeaders, ...wrappedRequestHeaders }), "getDisputeByIdQuery", "query");
|
|
1556
|
+
},
|
|
1557
|
+
getDisputesQuery(variables, requestHeaders) {
|
|
1558
|
+
return withWrapper((wrappedRequestHeaders) => client.request(GetDisputesQueryDocument, variables, { ...requestHeaders, ...wrappedRequestHeaders }), "getDisputesQuery", "query");
|
|
1559
|
+
},
|
|
1298
1560
|
getExchangeTokenByIdQuery(variables, requestHeaders) {
|
|
1299
1561
|
return withWrapper((wrappedRequestHeaders) => client.request(GetExchangeTokenByIdQueryDocument, variables, { ...requestHeaders, ...wrappedRequestHeaders }), "getExchangeTokenByIdQuery", "query");
|
|
1300
1562
|
},
|