@bosonprotocol/core-sdk 1.12.0-alpha.17 → 1.12.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/accounts/index.d.ts +11 -2
- package/dist/cjs/accounts/index.d.ts.map +1 -1
- package/dist/cjs/accounts/index.js.map +1 -1
- package/dist/cjs/accounts/interface.d.ts +2 -5
- package/dist/cjs/accounts/interface.d.ts.map +1 -1
- package/dist/cjs/accounts/interface.js +7 -27
- package/dist/cjs/accounts/interface.js.map +1 -1
- package/dist/cjs/core-sdk.d.ts +8 -15
- package/dist/cjs/core-sdk.d.ts.map +1 -1
- package/dist/cjs/core-sdk.js +33 -44
- package/dist/cjs/core-sdk.js.map +1 -1
- package/dist/cjs/disputes/handler.d.ts +0 -11
- package/dist/cjs/disputes/handler.d.ts.map +1 -1
- package/dist/cjs/disputes/handler.js +1 -25
- package/dist/cjs/disputes/handler.js.map +1 -1
- package/dist/cjs/exchanges/handler.d.ts.map +1 -1
- package/dist/cjs/exchanges/handler.js +0 -1
- package/dist/cjs/exchanges/handler.js.map +1 -1
- package/dist/cjs/meta-tx/handler.d.ts +14 -0
- package/dist/cjs/meta-tx/handler.d.ts.map +1 -1
- package/dist/cjs/meta-tx/handler.js +60 -14
- package/dist/cjs/meta-tx/handler.js.map +1 -1
- package/dist/cjs/offers/getOfferStatus.d.ts +2 -2
- package/dist/cjs/offers/getOfferStatus.d.ts.map +1 -1
- package/dist/cjs/offers/getOfferStatus.js.map +1 -1
- package/dist/cjs/offers/index.d.ts +33 -3
- package/dist/cjs/offers/index.d.ts.map +1 -1
- package/dist/cjs/offers/index.js +0 -1
- package/dist/cjs/offers/index.js.map +1 -1
- package/dist/cjs/offers/interface.d.ts +0 -1
- package/dist/cjs/offers/interface.d.ts.map +1 -1
- package/dist/cjs/offers/interface.js +12 -6
- package/dist/cjs/offers/interface.js.map +1 -1
- 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 +2 -9
- package/dist/cjs/orchestration/interface.js.map +1 -1
- package/dist/cjs/subgraph.d.ts +15 -3983
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/cjs/subgraph.js +169 -217
- package/dist/cjs/subgraph.js.map +1 -1
- package/dist/esm/accounts/index.d.ts +11 -2
- package/dist/esm/accounts/index.d.ts.map +1 -1
- package/dist/esm/accounts/index.js.map +1 -1
- package/dist/esm/accounts/interface.d.ts +2 -5
- package/dist/esm/accounts/interface.d.ts.map +1 -1
- package/dist/esm/accounts/interface.js +8 -17
- package/dist/esm/accounts/interface.js.map +1 -1
- package/dist/esm/core-sdk.d.ts +8 -15
- package/dist/esm/core-sdk.d.ts.map +1 -1
- package/dist/esm/core-sdk.js +30 -43
- package/dist/esm/core-sdk.js.map +1 -1
- package/dist/esm/disputes/handler.d.ts +0 -11
- package/dist/esm/disputes/handler.d.ts.map +1 -1
- package/dist/esm/disputes/handler.js +0 -21
- package/dist/esm/disputes/handler.js.map +1 -1
- package/dist/esm/exchanges/handler.d.ts.map +1 -1
- package/dist/esm/exchanges/handler.js +0 -1
- package/dist/esm/exchanges/handler.js.map +1 -1
- package/dist/esm/meta-tx/handler.d.ts +14 -0
- package/dist/esm/meta-tx/handler.d.ts.map +1 -1
- package/dist/esm/meta-tx/handler.js +58 -19
- package/dist/esm/meta-tx/handler.js.map +1 -1
- package/dist/esm/offers/getOfferStatus.d.ts +2 -2
- package/dist/esm/offers/getOfferStatus.d.ts.map +1 -1
- package/dist/esm/offers/getOfferStatus.js.map +1 -1
- package/dist/esm/offers/index.d.ts +33 -3
- package/dist/esm/offers/index.d.ts.map +1 -1
- package/dist/esm/offers/index.js +0 -1
- package/dist/esm/offers/index.js.map +1 -1
- package/dist/esm/offers/interface.d.ts +0 -1
- package/dist/esm/offers/interface.d.ts.map +1 -1
- package/dist/esm/offers/interface.js +12 -6
- package/dist/esm/offers/interface.js.map +1 -1
- 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 +2 -9
- package/dist/esm/orchestration/interface.js.map +1 -1
- package/dist/esm/subgraph.d.ts +15 -3983
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.js +167 -215
- package/dist/esm/subgraph.js.map +1 -1
- package/package.json +4 -6
- package/src/accounts/index.ts +1 -3
- package/src/accounts/interface.ts +11 -22
- package/src/accounts/queries.graphql +0 -3
- package/src/core-sdk.ts +40 -66
- package/src/disputes/handler.ts +0 -31
- package/src/exchanges/handler.ts +0 -1
- package/src/meta-tx/handler.ts +74 -20
- package/src/metadata/product-v1.graphql +0 -3
- package/src/offers/getOfferStatus.ts +2 -2
- package/src/offers/index.ts +1 -4
- package/src/offers/interface.ts +16 -9
- package/src/offers/queries.graphql +0 -31
- package/src/offers/subgraph.ts +1 -0
- package/src/orchestration/interface.ts +2 -9
- package/src/subgraph.ts +169 -4132
- package/dist/cjs/offers/renderContractualAgreement.d.ts +0 -42
- package/dist/cjs/offers/renderContractualAgreement.d.ts.map +0 -1
- package/dist/cjs/offers/renderContractualAgreement.js +0 -156
- package/dist/cjs/offers/renderContractualAgreement.js.map +0 -1
- package/dist/cjs/utils/signature.d.ts +0 -21
- package/dist/cjs/utils/signature.d.ts.map +0 -1
- package/dist/cjs/utils/signature.js +0 -60
- package/dist/cjs/utils/signature.js.map +0 -1
- package/dist/cjs/utils/tokenInfoManager.d.ts +0 -19
- package/dist/cjs/utils/tokenInfoManager.d.ts.map +0 -1
- package/dist/cjs/utils/tokenInfoManager.js +0 -97
- package/dist/cjs/utils/tokenInfoManager.js.map +0 -1
- package/dist/esm/offers/renderContractualAgreement.d.ts +0 -42
- package/dist/esm/offers/renderContractualAgreement.d.ts.map +0 -1
- package/dist/esm/offers/renderContractualAgreement.js +0 -132
- package/dist/esm/offers/renderContractualAgreement.js.map +0 -1
- package/dist/esm/utils/signature.d.ts +0 -21
- package/dist/esm/utils/signature.d.ts.map +0 -1
- package/dist/esm/utils/signature.js +0 -47
- package/dist/esm/utils/signature.js.map +0 -1
- package/dist/esm/utils/tokenInfoManager.d.ts +0 -19
- package/dist/esm/utils/tokenInfoManager.d.ts.map +0 -1
- package/dist/esm/utils/tokenInfoManager.js +0 -83
- package/dist/esm/utils/tokenInfoManager.js.map +0 -1
- package/src/offers/renderContractualAgreement.ts +0 -206
- package/src/utils/signature.ts +0 -65
- package/src/utils/tokenInfoManager.ts +0 -97
package/dist/esm/subgraph.d.ts
CHANGED
|
@@ -1627,8 +1627,6 @@ export declare enum MetadataType {
|
|
|
1627
1627
|
*/
|
|
1628
1628
|
export declare type Offer = {
|
|
1629
1629
|
__typename?: "Offer";
|
|
1630
|
-
agentFee: Scalars["BigInt"];
|
|
1631
|
-
agentId: Scalars["BigInt"];
|
|
1632
1630
|
buyerCancelPenalty: Scalars["BigInt"];
|
|
1633
1631
|
createdAt: Scalars["BigInt"];
|
|
1634
1632
|
disputeResolutionTerms: DisputeResolutionTermsEntity;
|
|
@@ -1671,22 +1669,6 @@ export declare type OfferExchangesArgs = {
|
|
|
1671
1669
|
where?: InputMaybe<Exchange_Filter>;
|
|
1672
1670
|
};
|
|
1673
1671
|
export declare type Offer_Filter = {
|
|
1674
|
-
agentFee?: InputMaybe<Scalars["BigInt"]>;
|
|
1675
|
-
agentFee_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
1676
|
-
agentFee_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
1677
|
-
agentFee_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
1678
|
-
agentFee_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
1679
|
-
agentFee_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
1680
|
-
agentFee_not?: InputMaybe<Scalars["BigInt"]>;
|
|
1681
|
-
agentFee_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
1682
|
-
agentId?: InputMaybe<Scalars["BigInt"]>;
|
|
1683
|
-
agentId_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
1684
|
-
agentId_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
1685
|
-
agentId_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
1686
|
-
agentId_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
1687
|
-
agentId_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
1688
|
-
agentId_not?: InputMaybe<Scalars["BigInt"]>;
|
|
1689
|
-
agentId_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
1690
1672
|
buyerCancelPenalty?: InputMaybe<Scalars["BigInt"]>;
|
|
1691
1673
|
buyerCancelPenalty_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
1692
1674
|
buyerCancelPenalty_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
@@ -1977,8 +1959,6 @@ export declare type Offer_Filter = {
|
|
|
1977
1959
|
voucherValidDuration_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
1978
1960
|
};
|
|
1979
1961
|
export declare enum Offer_OrderBy {
|
|
1980
|
-
AgentFee = "agentFee",
|
|
1981
|
-
AgentId = "agentId",
|
|
1982
1962
|
BuyerCancelPenalty = "buyerCancelPenalty",
|
|
1983
1963
|
CreatedAt = "createdAt",
|
|
1984
1964
|
DisputeResolutionTerms = "disputeResolutionTerms",
|
|
@@ -2293,7 +2273,7 @@ export declare type ProductV1MetadataEntity = MetadataInterface & {
|
|
|
2293
2273
|
quantityAvailable: Scalars["BigInt"];
|
|
2294
2274
|
schemaUrl: Scalars["String"];
|
|
2295
2275
|
seller: Seller;
|
|
2296
|
-
shipping
|
|
2276
|
+
shipping: ProductV1ShippingOption;
|
|
2297
2277
|
/** MetadataType.PRODUCT_V1 */
|
|
2298
2278
|
type: MetadataType;
|
|
2299
2279
|
/**
|
|
@@ -4868,8 +4848,6 @@ export declare type Seller = Account & {
|
|
|
4868
4848
|
__typename?: "Seller";
|
|
4869
4849
|
active: Scalars["Boolean"];
|
|
4870
4850
|
admin: Scalars["Bytes"];
|
|
4871
|
-
authTokenId: Scalars["BigInt"];
|
|
4872
|
-
authTokenType: Scalars["Int"];
|
|
4873
4851
|
clerk: Scalars["Bytes"];
|
|
4874
4852
|
exchanges: Array<Exchange>;
|
|
4875
4853
|
funds: Array<FundsEntity>;
|
|
@@ -4878,7 +4856,6 @@ export declare type Seller = Account & {
|
|
|
4878
4856
|
operator: Scalars["Bytes"];
|
|
4879
4857
|
sellerId: Scalars["BigInt"];
|
|
4880
4858
|
treasury: Scalars["Bytes"];
|
|
4881
|
-
voucherCloneAddress: Scalars["Bytes"];
|
|
4882
4859
|
};
|
|
4883
4860
|
export declare type SellerExchangesArgs = {
|
|
4884
4861
|
first?: InputMaybe<Scalars["Int"]>;
|
|
@@ -4912,22 +4889,6 @@ export declare type Seller_Filter = {
|
|
|
4912
4889
|
admin_not?: InputMaybe<Scalars["Bytes"]>;
|
|
4913
4890
|
admin_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
4914
4891
|
admin_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
4915
|
-
authTokenId?: InputMaybe<Scalars["BigInt"]>;
|
|
4916
|
-
authTokenId_gt?: InputMaybe<Scalars["BigInt"]>;
|
|
4917
|
-
authTokenId_gte?: InputMaybe<Scalars["BigInt"]>;
|
|
4918
|
-
authTokenId_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
4919
|
-
authTokenId_lt?: InputMaybe<Scalars["BigInt"]>;
|
|
4920
|
-
authTokenId_lte?: InputMaybe<Scalars["BigInt"]>;
|
|
4921
|
-
authTokenId_not?: InputMaybe<Scalars["BigInt"]>;
|
|
4922
|
-
authTokenId_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
|
|
4923
|
-
authTokenType?: InputMaybe<Scalars["Int"]>;
|
|
4924
|
-
authTokenType_gt?: InputMaybe<Scalars["Int"]>;
|
|
4925
|
-
authTokenType_gte?: InputMaybe<Scalars["Int"]>;
|
|
4926
|
-
authTokenType_in?: InputMaybe<Array<Scalars["Int"]>>;
|
|
4927
|
-
authTokenType_lt?: InputMaybe<Scalars["Int"]>;
|
|
4928
|
-
authTokenType_lte?: InputMaybe<Scalars["Int"]>;
|
|
4929
|
-
authTokenType_not?: InputMaybe<Scalars["Int"]>;
|
|
4930
|
-
authTokenType_not_in?: InputMaybe<Array<Scalars["Int"]>>;
|
|
4931
4892
|
clerk?: InputMaybe<Scalars["Bytes"]>;
|
|
4932
4893
|
clerk_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
4933
4894
|
clerk_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
@@ -4962,18 +4923,10 @@ export declare type Seller_Filter = {
|
|
|
4962
4923
|
treasury_not?: InputMaybe<Scalars["Bytes"]>;
|
|
4963
4924
|
treasury_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
4964
4925
|
treasury_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
4965
|
-
voucherCloneAddress?: InputMaybe<Scalars["Bytes"]>;
|
|
4966
|
-
voucherCloneAddress_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
4967
|
-
voucherCloneAddress_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
4968
|
-
voucherCloneAddress_not?: InputMaybe<Scalars["Bytes"]>;
|
|
4969
|
-
voucherCloneAddress_not_contains?: InputMaybe<Scalars["Bytes"]>;
|
|
4970
|
-
voucherCloneAddress_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
|
|
4971
4926
|
};
|
|
4972
4927
|
export declare enum Seller_OrderBy {
|
|
4973
4928
|
Active = "active",
|
|
4974
4929
|
Admin = "admin",
|
|
4975
|
-
AuthTokenId = "authTokenId",
|
|
4976
|
-
AuthTokenType = "authTokenType",
|
|
4977
4930
|
Clerk = "clerk",
|
|
4978
4931
|
Exchanges = "exchanges",
|
|
4979
4932
|
Funds = "funds",
|
|
@@ -4981,8 +4934,7 @@ export declare enum Seller_OrderBy {
|
|
|
4981
4934
|
Offers = "offers",
|
|
4982
4935
|
Operator = "operator",
|
|
4983
4936
|
SellerId = "sellerId",
|
|
4984
|
-
Treasury = "treasury"
|
|
4985
|
-
VoucherCloneAddress = "voucherCloneAddress"
|
|
4937
|
+
Treasury = "treasury"
|
|
4986
4938
|
}
|
|
4987
4939
|
export declare type Subscription = {
|
|
4988
4940
|
__typename?: "Subscription";
|
|
@@ -5509,9 +5461,6 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
5509
5461
|
admin: string;
|
|
5510
5462
|
clerk: string;
|
|
5511
5463
|
treasury: string;
|
|
5512
|
-
authTokenId: string;
|
|
5513
|
-
authTokenType: number;
|
|
5514
|
-
voucherCloneAddress: string;
|
|
5515
5464
|
active: boolean;
|
|
5516
5465
|
funds?: Array<{
|
|
5517
5466
|
__typename?: "FundsEntity";
|
|
@@ -5534,8 +5483,6 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
5534
5483
|
price: string;
|
|
5535
5484
|
sellerDeposit: string;
|
|
5536
5485
|
protocolFee: string;
|
|
5537
|
-
agentFee: string;
|
|
5538
|
-
agentId: string;
|
|
5539
5486
|
buyerCancelPenalty: string;
|
|
5540
5487
|
quantityAvailable: string;
|
|
5541
5488
|
quantityInitial: string;
|
|
@@ -5557,9 +5504,6 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
5557
5504
|
admin: string;
|
|
5558
5505
|
clerk: string;
|
|
5559
5506
|
treasury: string;
|
|
5560
|
-
authTokenId: string;
|
|
5561
|
-
authTokenType: number;
|
|
5562
|
-
voucherCloneAddress: string;
|
|
5563
5507
|
active: boolean;
|
|
5564
5508
|
};
|
|
5565
5509
|
exchangeToken: {
|
|
@@ -5614,165 +5558,11 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
5614
5558
|
type: MetadataType;
|
|
5615
5559
|
} | {
|
|
5616
5560
|
__typename?: "ProductV1MetadataEntity";
|
|
5617
|
-
image: string;
|
|
5618
|
-
createdAt: string;
|
|
5619
|
-
voided: boolean;
|
|
5620
|
-
validFromDate: string;
|
|
5621
|
-
validUntilDate: string;
|
|
5622
|
-
quantityAvailable: string;
|
|
5623
|
-
uuid: string;
|
|
5624
5561
|
name: string;
|
|
5625
5562
|
description: string;
|
|
5626
5563
|
externalUrl: string;
|
|
5627
5564
|
schemaUrl: string;
|
|
5628
5565
|
type: MetadataType;
|
|
5629
|
-
attributes?: Array<{
|
|
5630
|
-
__typename?: "MetadataAttribute";
|
|
5631
|
-
traitType: string;
|
|
5632
|
-
value: string;
|
|
5633
|
-
displayType: string;
|
|
5634
|
-
}> | null;
|
|
5635
|
-
product: {
|
|
5636
|
-
__typename?: "ProductV1Product";
|
|
5637
|
-
id: string;
|
|
5638
|
-
uuid: string;
|
|
5639
|
-
version: number;
|
|
5640
|
-
title: string;
|
|
5641
|
-
description: string;
|
|
5642
|
-
identification_sKU?: string | null;
|
|
5643
|
-
identification_productId?: string | null;
|
|
5644
|
-
identification_productIdType?: string | null;
|
|
5645
|
-
productionInformation_brandName: string;
|
|
5646
|
-
productionInformation_manufacturer?: string | null;
|
|
5647
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
5648
|
-
productionInformation_modelNumber?: string | null;
|
|
5649
|
-
productionInformation_materials?: Array<string> | null;
|
|
5650
|
-
details_category?: string | null;
|
|
5651
|
-
details_subCategory?: string | null;
|
|
5652
|
-
details_subCategory2?: string | null;
|
|
5653
|
-
details_offerCategory: string;
|
|
5654
|
-
offerCategory: ProductV1OfferCategory;
|
|
5655
|
-
details_tags?: Array<string> | null;
|
|
5656
|
-
details_sections?: Array<string> | null;
|
|
5657
|
-
details_personalisation?: Array<string> | null;
|
|
5658
|
-
packaging_packageQuantity?: string | null;
|
|
5659
|
-
packaging_dimensions_length?: string | null;
|
|
5660
|
-
packaging_dimensions_width?: string | null;
|
|
5661
|
-
packaging_dimensions_height?: string | null;
|
|
5662
|
-
packaging_dimensions_unit?: string | null;
|
|
5663
|
-
packaging_weight_value?: string | null;
|
|
5664
|
-
packaging_weight_unit?: string | null;
|
|
5665
|
-
brand: {
|
|
5666
|
-
__typename?: "ProductV1Brand";
|
|
5667
|
-
id: string;
|
|
5668
|
-
name: string;
|
|
5669
|
-
};
|
|
5670
|
-
category?: {
|
|
5671
|
-
__typename?: "ProductV1Category";
|
|
5672
|
-
id: string;
|
|
5673
|
-
name: string;
|
|
5674
|
-
} | null;
|
|
5675
|
-
subCategory?: {
|
|
5676
|
-
__typename?: "ProductV1Category";
|
|
5677
|
-
id: string;
|
|
5678
|
-
name: string;
|
|
5679
|
-
} | null;
|
|
5680
|
-
subCategory2?: {
|
|
5681
|
-
__typename?: "ProductV1Category";
|
|
5682
|
-
id: string;
|
|
5683
|
-
name: string;
|
|
5684
|
-
} | null;
|
|
5685
|
-
tags?: Array<{
|
|
5686
|
-
__typename?: "ProductV1Tag";
|
|
5687
|
-
id: string;
|
|
5688
|
-
name: string;
|
|
5689
|
-
}> | null;
|
|
5690
|
-
sections?: Array<{
|
|
5691
|
-
__typename?: "ProductV1Section";
|
|
5692
|
-
id: string;
|
|
5693
|
-
name: string;
|
|
5694
|
-
}> | null;
|
|
5695
|
-
personalisation?: Array<{
|
|
5696
|
-
__typename?: "ProductV1Personalisation";
|
|
5697
|
-
id: string;
|
|
5698
|
-
name: string;
|
|
5699
|
-
}> | null;
|
|
5700
|
-
visuals_images: Array<{
|
|
5701
|
-
__typename?: "ProductV1Media";
|
|
5702
|
-
id: string;
|
|
5703
|
-
url: string;
|
|
5704
|
-
tag?: string | null;
|
|
5705
|
-
type: ProductV1MediaType;
|
|
5706
|
-
}>;
|
|
5707
|
-
visuals_videos?: Array<{
|
|
5708
|
-
__typename?: "ProductV1Media";
|
|
5709
|
-
id: string;
|
|
5710
|
-
url: string;
|
|
5711
|
-
tag?: string | null;
|
|
5712
|
-
type: ProductV1MediaType;
|
|
5713
|
-
}> | null;
|
|
5714
|
-
};
|
|
5715
|
-
variations?: Array<{
|
|
5716
|
-
__typename?: "ProductV1Variation";
|
|
5717
|
-
id: string;
|
|
5718
|
-
type: string;
|
|
5719
|
-
option: string;
|
|
5720
|
-
}> | null;
|
|
5721
|
-
productV1Seller: {
|
|
5722
|
-
__typename?: "ProductV1Seller";
|
|
5723
|
-
id: string;
|
|
5724
|
-
defaultVersion?: number | null;
|
|
5725
|
-
name?: string | null;
|
|
5726
|
-
description?: string | null;
|
|
5727
|
-
externalUrl?: string | null;
|
|
5728
|
-
tokenId?: string | null;
|
|
5729
|
-
images?: Array<{
|
|
5730
|
-
__typename?: "ProductV1Media";
|
|
5731
|
-
id: string;
|
|
5732
|
-
url: string;
|
|
5733
|
-
tag?: string | null;
|
|
5734
|
-
type: ProductV1MediaType;
|
|
5735
|
-
}> | null;
|
|
5736
|
-
contactLinks?: Array<{
|
|
5737
|
-
__typename?: "ProductV1SellerContactLink";
|
|
5738
|
-
id: string;
|
|
5739
|
-
url: string;
|
|
5740
|
-
tag: string;
|
|
5741
|
-
}> | null;
|
|
5742
|
-
seller: {
|
|
5743
|
-
__typename?: "Seller";
|
|
5744
|
-
id: string;
|
|
5745
|
-
operator: string;
|
|
5746
|
-
admin: string;
|
|
5747
|
-
clerk: string;
|
|
5748
|
-
treasury: string;
|
|
5749
|
-
authTokenId: string;
|
|
5750
|
-
authTokenType: number;
|
|
5751
|
-
voucherCloneAddress: string;
|
|
5752
|
-
active: boolean;
|
|
5753
|
-
};
|
|
5754
|
-
};
|
|
5755
|
-
exchangePolicy: {
|
|
5756
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
5757
|
-
id: string;
|
|
5758
|
-
uuid: string;
|
|
5759
|
-
version: number;
|
|
5760
|
-
label?: string | null;
|
|
5761
|
-
template: string;
|
|
5762
|
-
};
|
|
5763
|
-
shipping?: {
|
|
5764
|
-
__typename?: "ProductV1ShippingOption";
|
|
5765
|
-
id: string;
|
|
5766
|
-
defaultVersion?: number | null;
|
|
5767
|
-
countryOfOrigin?: string | null;
|
|
5768
|
-
redemptionPoint?: string | null;
|
|
5769
|
-
supportedJurisdictions?: Array<{
|
|
5770
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
5771
|
-
id: string;
|
|
5772
|
-
label: string;
|
|
5773
|
-
deliveryTime: string;
|
|
5774
|
-
}> | null;
|
|
5775
|
-
} | null;
|
|
5776
5566
|
} | null;
|
|
5777
5567
|
}>;
|
|
5778
5568
|
exchanges?: Array<{
|
|
@@ -5825,9 +5615,6 @@ export declare type GetSellersQueryQuery = {
|
|
|
5825
5615
|
admin: string;
|
|
5826
5616
|
clerk: string;
|
|
5827
5617
|
treasury: string;
|
|
5828
|
-
authTokenId: string;
|
|
5829
|
-
authTokenType: number;
|
|
5830
|
-
voucherCloneAddress: string;
|
|
5831
5618
|
active: boolean;
|
|
5832
5619
|
funds?: Array<{
|
|
5833
5620
|
__typename?: "FundsEntity";
|
|
@@ -5850,8 +5637,6 @@ export declare type GetSellersQueryQuery = {
|
|
|
5850
5637
|
price: string;
|
|
5851
5638
|
sellerDeposit: string;
|
|
5852
5639
|
protocolFee: string;
|
|
5853
|
-
agentFee: string;
|
|
5854
|
-
agentId: string;
|
|
5855
5640
|
buyerCancelPenalty: string;
|
|
5856
5641
|
quantityAvailable: string;
|
|
5857
5642
|
quantityInitial: string;
|
|
@@ -5873,9 +5658,6 @@ export declare type GetSellersQueryQuery = {
|
|
|
5873
5658
|
admin: string;
|
|
5874
5659
|
clerk: string;
|
|
5875
5660
|
treasury: string;
|
|
5876
|
-
authTokenId: string;
|
|
5877
|
-
authTokenType: number;
|
|
5878
|
-
voucherCloneAddress: string;
|
|
5879
5661
|
active: boolean;
|
|
5880
5662
|
};
|
|
5881
5663
|
exchangeToken: {
|
|
@@ -5930,165 +5712,11 @@ export declare type GetSellersQueryQuery = {
|
|
|
5930
5712
|
type: MetadataType;
|
|
5931
5713
|
} | {
|
|
5932
5714
|
__typename?: "ProductV1MetadataEntity";
|
|
5933
|
-
image: string;
|
|
5934
|
-
createdAt: string;
|
|
5935
|
-
voided: boolean;
|
|
5936
|
-
validFromDate: string;
|
|
5937
|
-
validUntilDate: string;
|
|
5938
|
-
quantityAvailable: string;
|
|
5939
|
-
uuid: string;
|
|
5940
5715
|
name: string;
|
|
5941
5716
|
description: string;
|
|
5942
5717
|
externalUrl: string;
|
|
5943
5718
|
schemaUrl: string;
|
|
5944
5719
|
type: MetadataType;
|
|
5945
|
-
attributes?: Array<{
|
|
5946
|
-
__typename?: "MetadataAttribute";
|
|
5947
|
-
traitType: string;
|
|
5948
|
-
value: string;
|
|
5949
|
-
displayType: string;
|
|
5950
|
-
}> | null;
|
|
5951
|
-
product: {
|
|
5952
|
-
__typename?: "ProductV1Product";
|
|
5953
|
-
id: string;
|
|
5954
|
-
uuid: string;
|
|
5955
|
-
version: number;
|
|
5956
|
-
title: string;
|
|
5957
|
-
description: string;
|
|
5958
|
-
identification_sKU?: string | null;
|
|
5959
|
-
identification_productId?: string | null;
|
|
5960
|
-
identification_productIdType?: string | null;
|
|
5961
|
-
productionInformation_brandName: string;
|
|
5962
|
-
productionInformation_manufacturer?: string | null;
|
|
5963
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
5964
|
-
productionInformation_modelNumber?: string | null;
|
|
5965
|
-
productionInformation_materials?: Array<string> | null;
|
|
5966
|
-
details_category?: string | null;
|
|
5967
|
-
details_subCategory?: string | null;
|
|
5968
|
-
details_subCategory2?: string | null;
|
|
5969
|
-
details_offerCategory: string;
|
|
5970
|
-
offerCategory: ProductV1OfferCategory;
|
|
5971
|
-
details_tags?: Array<string> | null;
|
|
5972
|
-
details_sections?: Array<string> | null;
|
|
5973
|
-
details_personalisation?: Array<string> | null;
|
|
5974
|
-
packaging_packageQuantity?: string | null;
|
|
5975
|
-
packaging_dimensions_length?: string | null;
|
|
5976
|
-
packaging_dimensions_width?: string | null;
|
|
5977
|
-
packaging_dimensions_height?: string | null;
|
|
5978
|
-
packaging_dimensions_unit?: string | null;
|
|
5979
|
-
packaging_weight_value?: string | null;
|
|
5980
|
-
packaging_weight_unit?: string | null;
|
|
5981
|
-
brand: {
|
|
5982
|
-
__typename?: "ProductV1Brand";
|
|
5983
|
-
id: string;
|
|
5984
|
-
name: string;
|
|
5985
|
-
};
|
|
5986
|
-
category?: {
|
|
5987
|
-
__typename?: "ProductV1Category";
|
|
5988
|
-
id: string;
|
|
5989
|
-
name: string;
|
|
5990
|
-
} | null;
|
|
5991
|
-
subCategory?: {
|
|
5992
|
-
__typename?: "ProductV1Category";
|
|
5993
|
-
id: string;
|
|
5994
|
-
name: string;
|
|
5995
|
-
} | null;
|
|
5996
|
-
subCategory2?: {
|
|
5997
|
-
__typename?: "ProductV1Category";
|
|
5998
|
-
id: string;
|
|
5999
|
-
name: string;
|
|
6000
|
-
} | null;
|
|
6001
|
-
tags?: Array<{
|
|
6002
|
-
__typename?: "ProductV1Tag";
|
|
6003
|
-
id: string;
|
|
6004
|
-
name: string;
|
|
6005
|
-
}> | null;
|
|
6006
|
-
sections?: Array<{
|
|
6007
|
-
__typename?: "ProductV1Section";
|
|
6008
|
-
id: string;
|
|
6009
|
-
name: string;
|
|
6010
|
-
}> | null;
|
|
6011
|
-
personalisation?: Array<{
|
|
6012
|
-
__typename?: "ProductV1Personalisation";
|
|
6013
|
-
id: string;
|
|
6014
|
-
name: string;
|
|
6015
|
-
}> | null;
|
|
6016
|
-
visuals_images: Array<{
|
|
6017
|
-
__typename?: "ProductV1Media";
|
|
6018
|
-
id: string;
|
|
6019
|
-
url: string;
|
|
6020
|
-
tag?: string | null;
|
|
6021
|
-
type: ProductV1MediaType;
|
|
6022
|
-
}>;
|
|
6023
|
-
visuals_videos?: Array<{
|
|
6024
|
-
__typename?: "ProductV1Media";
|
|
6025
|
-
id: string;
|
|
6026
|
-
url: string;
|
|
6027
|
-
tag?: string | null;
|
|
6028
|
-
type: ProductV1MediaType;
|
|
6029
|
-
}> | null;
|
|
6030
|
-
};
|
|
6031
|
-
variations?: Array<{
|
|
6032
|
-
__typename?: "ProductV1Variation";
|
|
6033
|
-
id: string;
|
|
6034
|
-
type: string;
|
|
6035
|
-
option: string;
|
|
6036
|
-
}> | null;
|
|
6037
|
-
productV1Seller: {
|
|
6038
|
-
__typename?: "ProductV1Seller";
|
|
6039
|
-
id: string;
|
|
6040
|
-
defaultVersion?: number | null;
|
|
6041
|
-
name?: string | null;
|
|
6042
|
-
description?: string | null;
|
|
6043
|
-
externalUrl?: string | null;
|
|
6044
|
-
tokenId?: string | null;
|
|
6045
|
-
images?: Array<{
|
|
6046
|
-
__typename?: "ProductV1Media";
|
|
6047
|
-
id: string;
|
|
6048
|
-
url: string;
|
|
6049
|
-
tag?: string | null;
|
|
6050
|
-
type: ProductV1MediaType;
|
|
6051
|
-
}> | null;
|
|
6052
|
-
contactLinks?: Array<{
|
|
6053
|
-
__typename?: "ProductV1SellerContactLink";
|
|
6054
|
-
id: string;
|
|
6055
|
-
url: string;
|
|
6056
|
-
tag: string;
|
|
6057
|
-
}> | null;
|
|
6058
|
-
seller: {
|
|
6059
|
-
__typename?: "Seller";
|
|
6060
|
-
id: string;
|
|
6061
|
-
operator: string;
|
|
6062
|
-
admin: string;
|
|
6063
|
-
clerk: string;
|
|
6064
|
-
treasury: string;
|
|
6065
|
-
authTokenId: string;
|
|
6066
|
-
authTokenType: number;
|
|
6067
|
-
voucherCloneAddress: string;
|
|
6068
|
-
active: boolean;
|
|
6069
|
-
};
|
|
6070
|
-
};
|
|
6071
|
-
exchangePolicy: {
|
|
6072
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
6073
|
-
id: string;
|
|
6074
|
-
uuid: string;
|
|
6075
|
-
version: number;
|
|
6076
|
-
label?: string | null;
|
|
6077
|
-
template: string;
|
|
6078
|
-
};
|
|
6079
|
-
shipping?: {
|
|
6080
|
-
__typename?: "ProductV1ShippingOption";
|
|
6081
|
-
id: string;
|
|
6082
|
-
defaultVersion?: number | null;
|
|
6083
|
-
countryOfOrigin?: string | null;
|
|
6084
|
-
redemptionPoint?: string | null;
|
|
6085
|
-
supportedJurisdictions?: Array<{
|
|
6086
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
6087
|
-
id: string;
|
|
6088
|
-
label: string;
|
|
6089
|
-
deliveryTime: string;
|
|
6090
|
-
}> | null;
|
|
6091
|
-
} | null;
|
|
6092
5720
|
} | null;
|
|
6093
5721
|
}>;
|
|
6094
5722
|
exchanges?: Array<{
|
|
@@ -6250,8 +5878,6 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
6250
5878
|
price: string;
|
|
6251
5879
|
sellerDeposit: string;
|
|
6252
5880
|
protocolFee: string;
|
|
6253
|
-
agentFee: string;
|
|
6254
|
-
agentId: string;
|
|
6255
5881
|
buyerCancelPenalty: string;
|
|
6256
5882
|
quantityAvailable: string;
|
|
6257
5883
|
quantityInitial: string;
|
|
@@ -6273,9 +5899,6 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
6273
5899
|
admin: string;
|
|
6274
5900
|
clerk: string;
|
|
6275
5901
|
treasury: string;
|
|
6276
|
-
authTokenId: string;
|
|
6277
|
-
authTokenType: number;
|
|
6278
|
-
voucherCloneAddress: string;
|
|
6279
5902
|
active: boolean;
|
|
6280
5903
|
};
|
|
6281
5904
|
exchangeToken: {
|
|
@@ -6330,165 +5953,11 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
6330
5953
|
type: MetadataType;
|
|
6331
5954
|
} | {
|
|
6332
5955
|
__typename?: "ProductV1MetadataEntity";
|
|
6333
|
-
image: string;
|
|
6334
|
-
createdAt: string;
|
|
6335
|
-
voided: boolean;
|
|
6336
|
-
validFromDate: string;
|
|
6337
|
-
validUntilDate: string;
|
|
6338
|
-
quantityAvailable: string;
|
|
6339
|
-
uuid: string;
|
|
6340
5956
|
name: string;
|
|
6341
5957
|
description: string;
|
|
6342
5958
|
externalUrl: string;
|
|
6343
5959
|
schemaUrl: string;
|
|
6344
5960
|
type: MetadataType;
|
|
6345
|
-
attributes?: Array<{
|
|
6346
|
-
__typename?: "MetadataAttribute";
|
|
6347
|
-
traitType: string;
|
|
6348
|
-
value: string;
|
|
6349
|
-
displayType: string;
|
|
6350
|
-
}> | null;
|
|
6351
|
-
product: {
|
|
6352
|
-
__typename?: "ProductV1Product";
|
|
6353
|
-
id: string;
|
|
6354
|
-
uuid: string;
|
|
6355
|
-
version: number;
|
|
6356
|
-
title: string;
|
|
6357
|
-
description: string;
|
|
6358
|
-
identification_sKU?: string | null;
|
|
6359
|
-
identification_productId?: string | null;
|
|
6360
|
-
identification_productIdType?: string | null;
|
|
6361
|
-
productionInformation_brandName: string;
|
|
6362
|
-
productionInformation_manufacturer?: string | null;
|
|
6363
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
6364
|
-
productionInformation_modelNumber?: string | null;
|
|
6365
|
-
productionInformation_materials?: Array<string> | null;
|
|
6366
|
-
details_category?: string | null;
|
|
6367
|
-
details_subCategory?: string | null;
|
|
6368
|
-
details_subCategory2?: string | null;
|
|
6369
|
-
details_offerCategory: string;
|
|
6370
|
-
offerCategory: ProductV1OfferCategory;
|
|
6371
|
-
details_tags?: Array<string> | null;
|
|
6372
|
-
details_sections?: Array<string> | null;
|
|
6373
|
-
details_personalisation?: Array<string> | null;
|
|
6374
|
-
packaging_packageQuantity?: string | null;
|
|
6375
|
-
packaging_dimensions_length?: string | null;
|
|
6376
|
-
packaging_dimensions_width?: string | null;
|
|
6377
|
-
packaging_dimensions_height?: string | null;
|
|
6378
|
-
packaging_dimensions_unit?: string | null;
|
|
6379
|
-
packaging_weight_value?: string | null;
|
|
6380
|
-
packaging_weight_unit?: string | null;
|
|
6381
|
-
brand: {
|
|
6382
|
-
__typename?: "ProductV1Brand";
|
|
6383
|
-
id: string;
|
|
6384
|
-
name: string;
|
|
6385
|
-
};
|
|
6386
|
-
category?: {
|
|
6387
|
-
__typename?: "ProductV1Category";
|
|
6388
|
-
id: string;
|
|
6389
|
-
name: string;
|
|
6390
|
-
} | null;
|
|
6391
|
-
subCategory?: {
|
|
6392
|
-
__typename?: "ProductV1Category";
|
|
6393
|
-
id: string;
|
|
6394
|
-
name: string;
|
|
6395
|
-
} | null;
|
|
6396
|
-
subCategory2?: {
|
|
6397
|
-
__typename?: "ProductV1Category";
|
|
6398
|
-
id: string;
|
|
6399
|
-
name: string;
|
|
6400
|
-
} | null;
|
|
6401
|
-
tags?: Array<{
|
|
6402
|
-
__typename?: "ProductV1Tag";
|
|
6403
|
-
id: string;
|
|
6404
|
-
name: string;
|
|
6405
|
-
}> | null;
|
|
6406
|
-
sections?: Array<{
|
|
6407
|
-
__typename?: "ProductV1Section";
|
|
6408
|
-
id: string;
|
|
6409
|
-
name: string;
|
|
6410
|
-
}> | null;
|
|
6411
|
-
personalisation?: Array<{
|
|
6412
|
-
__typename?: "ProductV1Personalisation";
|
|
6413
|
-
id: string;
|
|
6414
|
-
name: string;
|
|
6415
|
-
}> | null;
|
|
6416
|
-
visuals_images: Array<{
|
|
6417
|
-
__typename?: "ProductV1Media";
|
|
6418
|
-
id: string;
|
|
6419
|
-
url: string;
|
|
6420
|
-
tag?: string | null;
|
|
6421
|
-
type: ProductV1MediaType;
|
|
6422
|
-
}>;
|
|
6423
|
-
visuals_videos?: Array<{
|
|
6424
|
-
__typename?: "ProductV1Media";
|
|
6425
|
-
id: string;
|
|
6426
|
-
url: string;
|
|
6427
|
-
tag?: string | null;
|
|
6428
|
-
type: ProductV1MediaType;
|
|
6429
|
-
}> | null;
|
|
6430
|
-
};
|
|
6431
|
-
variations?: Array<{
|
|
6432
|
-
__typename?: "ProductV1Variation";
|
|
6433
|
-
id: string;
|
|
6434
|
-
type: string;
|
|
6435
|
-
option: string;
|
|
6436
|
-
}> | null;
|
|
6437
|
-
productV1Seller: {
|
|
6438
|
-
__typename?: "ProductV1Seller";
|
|
6439
|
-
id: string;
|
|
6440
|
-
defaultVersion?: number | null;
|
|
6441
|
-
name?: string | null;
|
|
6442
|
-
description?: string | null;
|
|
6443
|
-
externalUrl?: string | null;
|
|
6444
|
-
tokenId?: string | null;
|
|
6445
|
-
images?: Array<{
|
|
6446
|
-
__typename?: "ProductV1Media";
|
|
6447
|
-
id: string;
|
|
6448
|
-
url: string;
|
|
6449
|
-
tag?: string | null;
|
|
6450
|
-
type: ProductV1MediaType;
|
|
6451
|
-
}> | null;
|
|
6452
|
-
contactLinks?: Array<{
|
|
6453
|
-
__typename?: "ProductV1SellerContactLink";
|
|
6454
|
-
id: string;
|
|
6455
|
-
url: string;
|
|
6456
|
-
tag: string;
|
|
6457
|
-
}> | null;
|
|
6458
|
-
seller: {
|
|
6459
|
-
__typename?: "Seller";
|
|
6460
|
-
id: string;
|
|
6461
|
-
operator: string;
|
|
6462
|
-
admin: string;
|
|
6463
|
-
clerk: string;
|
|
6464
|
-
treasury: string;
|
|
6465
|
-
authTokenId: string;
|
|
6466
|
-
authTokenType: number;
|
|
6467
|
-
voucherCloneAddress: string;
|
|
6468
|
-
active: boolean;
|
|
6469
|
-
};
|
|
6470
|
-
};
|
|
6471
|
-
exchangePolicy: {
|
|
6472
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
6473
|
-
id: string;
|
|
6474
|
-
uuid: string;
|
|
6475
|
-
version: number;
|
|
6476
|
-
label?: string | null;
|
|
6477
|
-
template: string;
|
|
6478
|
-
};
|
|
6479
|
-
shipping?: {
|
|
6480
|
-
__typename?: "ProductV1ShippingOption";
|
|
6481
|
-
id: string;
|
|
6482
|
-
defaultVersion?: number | null;
|
|
6483
|
-
countryOfOrigin?: string | null;
|
|
6484
|
-
redemptionPoint?: string | null;
|
|
6485
|
-
supportedJurisdictions?: Array<{
|
|
6486
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
6487
|
-
id: string;
|
|
6488
|
-
label: string;
|
|
6489
|
-
deliveryTime: string;
|
|
6490
|
-
}> | null;
|
|
6491
|
-
} | null;
|
|
6492
5961
|
} | null;
|
|
6493
5962
|
}>;
|
|
6494
5963
|
fees: Array<{
|
|
@@ -6541,8 +6010,6 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
6541
6010
|
price: string;
|
|
6542
6011
|
sellerDeposit: string;
|
|
6543
6012
|
protocolFee: string;
|
|
6544
|
-
agentFee: string;
|
|
6545
|
-
agentId: string;
|
|
6546
6013
|
buyerCancelPenalty: string;
|
|
6547
6014
|
quantityAvailable: string;
|
|
6548
6015
|
quantityInitial: string;
|
|
@@ -6564,9 +6031,6 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
6564
6031
|
admin: string;
|
|
6565
6032
|
clerk: string;
|
|
6566
6033
|
treasury: string;
|
|
6567
|
-
authTokenId: string;
|
|
6568
|
-
authTokenType: number;
|
|
6569
|
-
voucherCloneAddress: string;
|
|
6570
6034
|
active: boolean;
|
|
6571
6035
|
};
|
|
6572
6036
|
exchangeToken: {
|
|
@@ -6621,165 +6085,11 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
6621
6085
|
type: MetadataType;
|
|
6622
6086
|
} | {
|
|
6623
6087
|
__typename?: "ProductV1MetadataEntity";
|
|
6624
|
-
image: string;
|
|
6625
|
-
createdAt: string;
|
|
6626
|
-
voided: boolean;
|
|
6627
|
-
validFromDate: string;
|
|
6628
|
-
validUntilDate: string;
|
|
6629
|
-
quantityAvailable: string;
|
|
6630
|
-
uuid: string;
|
|
6631
6088
|
name: string;
|
|
6632
6089
|
description: string;
|
|
6633
6090
|
externalUrl: string;
|
|
6634
6091
|
schemaUrl: string;
|
|
6635
6092
|
type: MetadataType;
|
|
6636
|
-
attributes?: Array<{
|
|
6637
|
-
__typename?: "MetadataAttribute";
|
|
6638
|
-
traitType: string;
|
|
6639
|
-
value: string;
|
|
6640
|
-
displayType: string;
|
|
6641
|
-
}> | null;
|
|
6642
|
-
product: {
|
|
6643
|
-
__typename?: "ProductV1Product";
|
|
6644
|
-
id: string;
|
|
6645
|
-
uuid: string;
|
|
6646
|
-
version: number;
|
|
6647
|
-
title: string;
|
|
6648
|
-
description: string;
|
|
6649
|
-
identification_sKU?: string | null;
|
|
6650
|
-
identification_productId?: string | null;
|
|
6651
|
-
identification_productIdType?: string | null;
|
|
6652
|
-
productionInformation_brandName: string;
|
|
6653
|
-
productionInformation_manufacturer?: string | null;
|
|
6654
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
6655
|
-
productionInformation_modelNumber?: string | null;
|
|
6656
|
-
productionInformation_materials?: Array<string> | null;
|
|
6657
|
-
details_category?: string | null;
|
|
6658
|
-
details_subCategory?: string | null;
|
|
6659
|
-
details_subCategory2?: string | null;
|
|
6660
|
-
details_offerCategory: string;
|
|
6661
|
-
offerCategory: ProductV1OfferCategory;
|
|
6662
|
-
details_tags?: Array<string> | null;
|
|
6663
|
-
details_sections?: Array<string> | null;
|
|
6664
|
-
details_personalisation?: Array<string> | null;
|
|
6665
|
-
packaging_packageQuantity?: string | null;
|
|
6666
|
-
packaging_dimensions_length?: string | null;
|
|
6667
|
-
packaging_dimensions_width?: string | null;
|
|
6668
|
-
packaging_dimensions_height?: string | null;
|
|
6669
|
-
packaging_dimensions_unit?: string | null;
|
|
6670
|
-
packaging_weight_value?: string | null;
|
|
6671
|
-
packaging_weight_unit?: string | null;
|
|
6672
|
-
brand: {
|
|
6673
|
-
__typename?: "ProductV1Brand";
|
|
6674
|
-
id: string;
|
|
6675
|
-
name: string;
|
|
6676
|
-
};
|
|
6677
|
-
category?: {
|
|
6678
|
-
__typename?: "ProductV1Category";
|
|
6679
|
-
id: string;
|
|
6680
|
-
name: string;
|
|
6681
|
-
} | null;
|
|
6682
|
-
subCategory?: {
|
|
6683
|
-
__typename?: "ProductV1Category";
|
|
6684
|
-
id: string;
|
|
6685
|
-
name: string;
|
|
6686
|
-
} | null;
|
|
6687
|
-
subCategory2?: {
|
|
6688
|
-
__typename?: "ProductV1Category";
|
|
6689
|
-
id: string;
|
|
6690
|
-
name: string;
|
|
6691
|
-
} | null;
|
|
6692
|
-
tags?: Array<{
|
|
6693
|
-
__typename?: "ProductV1Tag";
|
|
6694
|
-
id: string;
|
|
6695
|
-
name: string;
|
|
6696
|
-
}> | null;
|
|
6697
|
-
sections?: Array<{
|
|
6698
|
-
__typename?: "ProductV1Section";
|
|
6699
|
-
id: string;
|
|
6700
|
-
name: string;
|
|
6701
|
-
}> | null;
|
|
6702
|
-
personalisation?: Array<{
|
|
6703
|
-
__typename?: "ProductV1Personalisation";
|
|
6704
|
-
id: string;
|
|
6705
|
-
name: string;
|
|
6706
|
-
}> | null;
|
|
6707
|
-
visuals_images: Array<{
|
|
6708
|
-
__typename?: "ProductV1Media";
|
|
6709
|
-
id: string;
|
|
6710
|
-
url: string;
|
|
6711
|
-
tag?: string | null;
|
|
6712
|
-
type: ProductV1MediaType;
|
|
6713
|
-
}>;
|
|
6714
|
-
visuals_videos?: Array<{
|
|
6715
|
-
__typename?: "ProductV1Media";
|
|
6716
|
-
id: string;
|
|
6717
|
-
url: string;
|
|
6718
|
-
tag?: string | null;
|
|
6719
|
-
type: ProductV1MediaType;
|
|
6720
|
-
}> | null;
|
|
6721
|
-
};
|
|
6722
|
-
variations?: Array<{
|
|
6723
|
-
__typename?: "ProductV1Variation";
|
|
6724
|
-
id: string;
|
|
6725
|
-
type: string;
|
|
6726
|
-
option: string;
|
|
6727
|
-
}> | null;
|
|
6728
|
-
productV1Seller: {
|
|
6729
|
-
__typename?: "ProductV1Seller";
|
|
6730
|
-
id: string;
|
|
6731
|
-
defaultVersion?: number | null;
|
|
6732
|
-
name?: string | null;
|
|
6733
|
-
description?: string | null;
|
|
6734
|
-
externalUrl?: string | null;
|
|
6735
|
-
tokenId?: string | null;
|
|
6736
|
-
images?: Array<{
|
|
6737
|
-
__typename?: "ProductV1Media";
|
|
6738
|
-
id: string;
|
|
6739
|
-
url: string;
|
|
6740
|
-
tag?: string | null;
|
|
6741
|
-
type: ProductV1MediaType;
|
|
6742
|
-
}> | null;
|
|
6743
|
-
contactLinks?: Array<{
|
|
6744
|
-
__typename?: "ProductV1SellerContactLink";
|
|
6745
|
-
id: string;
|
|
6746
|
-
url: string;
|
|
6747
|
-
tag: string;
|
|
6748
|
-
}> | null;
|
|
6749
|
-
seller: {
|
|
6750
|
-
__typename?: "Seller";
|
|
6751
|
-
id: string;
|
|
6752
|
-
operator: string;
|
|
6753
|
-
admin: string;
|
|
6754
|
-
clerk: string;
|
|
6755
|
-
treasury: string;
|
|
6756
|
-
authTokenId: string;
|
|
6757
|
-
authTokenType: number;
|
|
6758
|
-
voucherCloneAddress: string;
|
|
6759
|
-
active: boolean;
|
|
6760
|
-
};
|
|
6761
|
-
};
|
|
6762
|
-
exchangePolicy: {
|
|
6763
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
6764
|
-
id: string;
|
|
6765
|
-
uuid: string;
|
|
6766
|
-
version: number;
|
|
6767
|
-
label?: string | null;
|
|
6768
|
-
template: string;
|
|
6769
|
-
};
|
|
6770
|
-
shipping?: {
|
|
6771
|
-
__typename?: "ProductV1ShippingOption";
|
|
6772
|
-
id: string;
|
|
6773
|
-
defaultVersion?: number | null;
|
|
6774
|
-
countryOfOrigin?: string | null;
|
|
6775
|
-
redemptionPoint?: string | null;
|
|
6776
|
-
supportedJurisdictions?: Array<{
|
|
6777
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
6778
|
-
id: string;
|
|
6779
|
-
label: string;
|
|
6780
|
-
deliveryTime: string;
|
|
6781
|
-
}> | null;
|
|
6782
|
-
} | null;
|
|
6783
6093
|
} | null;
|
|
6784
6094
|
}>;
|
|
6785
6095
|
fees: Array<{
|
|
@@ -6806,9 +6116,6 @@ export declare type SellerFieldsFragment = {
|
|
|
6806
6116
|
admin: string;
|
|
6807
6117
|
clerk: string;
|
|
6808
6118
|
treasury: string;
|
|
6809
|
-
authTokenId: string;
|
|
6810
|
-
authTokenType: number;
|
|
6811
|
-
voucherCloneAddress: string;
|
|
6812
6119
|
active: boolean;
|
|
6813
6120
|
funds?: Array<{
|
|
6814
6121
|
__typename?: "FundsEntity";
|
|
@@ -6831,8 +6138,6 @@ export declare type SellerFieldsFragment = {
|
|
|
6831
6138
|
price: string;
|
|
6832
6139
|
sellerDeposit: string;
|
|
6833
6140
|
protocolFee: string;
|
|
6834
|
-
agentFee: string;
|
|
6835
|
-
agentId: string;
|
|
6836
6141
|
buyerCancelPenalty: string;
|
|
6837
6142
|
quantityAvailable: string;
|
|
6838
6143
|
quantityInitial: string;
|
|
@@ -6854,9 +6159,6 @@ export declare type SellerFieldsFragment = {
|
|
|
6854
6159
|
admin: string;
|
|
6855
6160
|
clerk: string;
|
|
6856
6161
|
treasury: string;
|
|
6857
|
-
authTokenId: string;
|
|
6858
|
-
authTokenType: number;
|
|
6859
|
-
voucherCloneAddress: string;
|
|
6860
6162
|
active: boolean;
|
|
6861
6163
|
};
|
|
6862
6164
|
exchangeToken: {
|
|
@@ -6911,165 +6213,11 @@ export declare type SellerFieldsFragment = {
|
|
|
6911
6213
|
type: MetadataType;
|
|
6912
6214
|
} | {
|
|
6913
6215
|
__typename?: "ProductV1MetadataEntity";
|
|
6914
|
-
image: string;
|
|
6915
|
-
createdAt: string;
|
|
6916
|
-
voided: boolean;
|
|
6917
|
-
validFromDate: string;
|
|
6918
|
-
validUntilDate: string;
|
|
6919
|
-
quantityAvailable: string;
|
|
6920
|
-
uuid: string;
|
|
6921
6216
|
name: string;
|
|
6922
6217
|
description: string;
|
|
6923
6218
|
externalUrl: string;
|
|
6924
6219
|
schemaUrl: string;
|
|
6925
6220
|
type: MetadataType;
|
|
6926
|
-
attributes?: Array<{
|
|
6927
|
-
__typename?: "MetadataAttribute";
|
|
6928
|
-
traitType: string;
|
|
6929
|
-
value: string;
|
|
6930
|
-
displayType: string;
|
|
6931
|
-
}> | null;
|
|
6932
|
-
product: {
|
|
6933
|
-
__typename?: "ProductV1Product";
|
|
6934
|
-
id: string;
|
|
6935
|
-
uuid: string;
|
|
6936
|
-
version: number;
|
|
6937
|
-
title: string;
|
|
6938
|
-
description: string;
|
|
6939
|
-
identification_sKU?: string | null;
|
|
6940
|
-
identification_productId?: string | null;
|
|
6941
|
-
identification_productIdType?: string | null;
|
|
6942
|
-
productionInformation_brandName: string;
|
|
6943
|
-
productionInformation_manufacturer?: string | null;
|
|
6944
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
6945
|
-
productionInformation_modelNumber?: string | null;
|
|
6946
|
-
productionInformation_materials?: Array<string> | null;
|
|
6947
|
-
details_category?: string | null;
|
|
6948
|
-
details_subCategory?: string | null;
|
|
6949
|
-
details_subCategory2?: string | null;
|
|
6950
|
-
details_offerCategory: string;
|
|
6951
|
-
offerCategory: ProductV1OfferCategory;
|
|
6952
|
-
details_tags?: Array<string> | null;
|
|
6953
|
-
details_sections?: Array<string> | null;
|
|
6954
|
-
details_personalisation?: Array<string> | null;
|
|
6955
|
-
packaging_packageQuantity?: string | null;
|
|
6956
|
-
packaging_dimensions_length?: string | null;
|
|
6957
|
-
packaging_dimensions_width?: string | null;
|
|
6958
|
-
packaging_dimensions_height?: string | null;
|
|
6959
|
-
packaging_dimensions_unit?: string | null;
|
|
6960
|
-
packaging_weight_value?: string | null;
|
|
6961
|
-
packaging_weight_unit?: string | null;
|
|
6962
|
-
brand: {
|
|
6963
|
-
__typename?: "ProductV1Brand";
|
|
6964
|
-
id: string;
|
|
6965
|
-
name: string;
|
|
6966
|
-
};
|
|
6967
|
-
category?: {
|
|
6968
|
-
__typename?: "ProductV1Category";
|
|
6969
|
-
id: string;
|
|
6970
|
-
name: string;
|
|
6971
|
-
} | null;
|
|
6972
|
-
subCategory?: {
|
|
6973
|
-
__typename?: "ProductV1Category";
|
|
6974
|
-
id: string;
|
|
6975
|
-
name: string;
|
|
6976
|
-
} | null;
|
|
6977
|
-
subCategory2?: {
|
|
6978
|
-
__typename?: "ProductV1Category";
|
|
6979
|
-
id: string;
|
|
6980
|
-
name: string;
|
|
6981
|
-
} | null;
|
|
6982
|
-
tags?: Array<{
|
|
6983
|
-
__typename?: "ProductV1Tag";
|
|
6984
|
-
id: string;
|
|
6985
|
-
name: string;
|
|
6986
|
-
}> | null;
|
|
6987
|
-
sections?: Array<{
|
|
6988
|
-
__typename?: "ProductV1Section";
|
|
6989
|
-
id: string;
|
|
6990
|
-
name: string;
|
|
6991
|
-
}> | null;
|
|
6992
|
-
personalisation?: Array<{
|
|
6993
|
-
__typename?: "ProductV1Personalisation";
|
|
6994
|
-
id: string;
|
|
6995
|
-
name: string;
|
|
6996
|
-
}> | null;
|
|
6997
|
-
visuals_images: Array<{
|
|
6998
|
-
__typename?: "ProductV1Media";
|
|
6999
|
-
id: string;
|
|
7000
|
-
url: string;
|
|
7001
|
-
tag?: string | null;
|
|
7002
|
-
type: ProductV1MediaType;
|
|
7003
|
-
}>;
|
|
7004
|
-
visuals_videos?: Array<{
|
|
7005
|
-
__typename?: "ProductV1Media";
|
|
7006
|
-
id: string;
|
|
7007
|
-
url: string;
|
|
7008
|
-
tag?: string | null;
|
|
7009
|
-
type: ProductV1MediaType;
|
|
7010
|
-
}> | null;
|
|
7011
|
-
};
|
|
7012
|
-
variations?: Array<{
|
|
7013
|
-
__typename?: "ProductV1Variation";
|
|
7014
|
-
id: string;
|
|
7015
|
-
type: string;
|
|
7016
|
-
option: string;
|
|
7017
|
-
}> | null;
|
|
7018
|
-
productV1Seller: {
|
|
7019
|
-
__typename?: "ProductV1Seller";
|
|
7020
|
-
id: string;
|
|
7021
|
-
defaultVersion?: number | null;
|
|
7022
|
-
name?: string | null;
|
|
7023
|
-
description?: string | null;
|
|
7024
|
-
externalUrl?: string | null;
|
|
7025
|
-
tokenId?: string | null;
|
|
7026
|
-
images?: Array<{
|
|
7027
|
-
__typename?: "ProductV1Media";
|
|
7028
|
-
id: string;
|
|
7029
|
-
url: string;
|
|
7030
|
-
tag?: string | null;
|
|
7031
|
-
type: ProductV1MediaType;
|
|
7032
|
-
}> | null;
|
|
7033
|
-
contactLinks?: Array<{
|
|
7034
|
-
__typename?: "ProductV1SellerContactLink";
|
|
7035
|
-
id: string;
|
|
7036
|
-
url: string;
|
|
7037
|
-
tag: string;
|
|
7038
|
-
}> | null;
|
|
7039
|
-
seller: {
|
|
7040
|
-
__typename?: "Seller";
|
|
7041
|
-
id: string;
|
|
7042
|
-
operator: string;
|
|
7043
|
-
admin: string;
|
|
7044
|
-
clerk: string;
|
|
7045
|
-
treasury: string;
|
|
7046
|
-
authTokenId: string;
|
|
7047
|
-
authTokenType: number;
|
|
7048
|
-
voucherCloneAddress: string;
|
|
7049
|
-
active: boolean;
|
|
7050
|
-
};
|
|
7051
|
-
};
|
|
7052
|
-
exchangePolicy: {
|
|
7053
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
7054
|
-
id: string;
|
|
7055
|
-
uuid: string;
|
|
7056
|
-
version: number;
|
|
7057
|
-
label?: string | null;
|
|
7058
|
-
template: string;
|
|
7059
|
-
};
|
|
7060
|
-
shipping?: {
|
|
7061
|
-
__typename?: "ProductV1ShippingOption";
|
|
7062
|
-
id: string;
|
|
7063
|
-
defaultVersion?: number | null;
|
|
7064
|
-
countryOfOrigin?: string | null;
|
|
7065
|
-
redemptionPoint?: string | null;
|
|
7066
|
-
supportedJurisdictions?: Array<{
|
|
7067
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
7068
|
-
id: string;
|
|
7069
|
-
label: string;
|
|
7070
|
-
deliveryTime: string;
|
|
7071
|
-
}> | null;
|
|
7072
|
-
} | null;
|
|
7073
6221
|
} | null;
|
|
7074
6222
|
}>;
|
|
7075
6223
|
exchanges?: Array<{
|
|
@@ -7094,9 +6242,6 @@ export declare type BaseSellerFieldsFragment = {
|
|
|
7094
6242
|
admin: string;
|
|
7095
6243
|
clerk: string;
|
|
7096
6244
|
treasury: string;
|
|
7097
|
-
authTokenId: string;
|
|
7098
|
-
authTokenType: number;
|
|
7099
|
-
voucherCloneAddress: string;
|
|
7100
6245
|
active: boolean;
|
|
7101
6246
|
};
|
|
7102
6247
|
export declare type BuyerFieldsFragment = {
|
|
@@ -7157,8 +6302,6 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
7157
6302
|
price: string;
|
|
7158
6303
|
sellerDeposit: string;
|
|
7159
6304
|
protocolFee: string;
|
|
7160
|
-
agentFee: string;
|
|
7161
|
-
agentId: string;
|
|
7162
6305
|
buyerCancelPenalty: string;
|
|
7163
6306
|
quantityAvailable: string;
|
|
7164
6307
|
quantityInitial: string;
|
|
@@ -7180,9 +6323,6 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
7180
6323
|
admin: string;
|
|
7181
6324
|
clerk: string;
|
|
7182
6325
|
treasury: string;
|
|
7183
|
-
authTokenId: string;
|
|
7184
|
-
authTokenType: number;
|
|
7185
|
-
voucherCloneAddress: string;
|
|
7186
6326
|
active: boolean;
|
|
7187
6327
|
};
|
|
7188
6328
|
exchangeToken: {
|
|
@@ -7237,165 +6377,11 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
7237
6377
|
type: MetadataType;
|
|
7238
6378
|
} | {
|
|
7239
6379
|
__typename?: "ProductV1MetadataEntity";
|
|
7240
|
-
image: string;
|
|
7241
|
-
createdAt: string;
|
|
7242
|
-
voided: boolean;
|
|
7243
|
-
validFromDate: string;
|
|
7244
|
-
validUntilDate: string;
|
|
7245
|
-
quantityAvailable: string;
|
|
7246
|
-
uuid: string;
|
|
7247
6380
|
name: string;
|
|
7248
6381
|
description: string;
|
|
7249
6382
|
externalUrl: string;
|
|
7250
6383
|
schemaUrl: string;
|
|
7251
6384
|
type: MetadataType;
|
|
7252
|
-
attributes?: Array<{
|
|
7253
|
-
__typename?: "MetadataAttribute";
|
|
7254
|
-
traitType: string;
|
|
7255
|
-
value: string;
|
|
7256
|
-
displayType: string;
|
|
7257
|
-
}> | null;
|
|
7258
|
-
product: {
|
|
7259
|
-
__typename?: "ProductV1Product";
|
|
7260
|
-
id: string;
|
|
7261
|
-
uuid: string;
|
|
7262
|
-
version: number;
|
|
7263
|
-
title: string;
|
|
7264
|
-
description: string;
|
|
7265
|
-
identification_sKU?: string | null;
|
|
7266
|
-
identification_productId?: string | null;
|
|
7267
|
-
identification_productIdType?: string | null;
|
|
7268
|
-
productionInformation_brandName: string;
|
|
7269
|
-
productionInformation_manufacturer?: string | null;
|
|
7270
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
7271
|
-
productionInformation_modelNumber?: string | null;
|
|
7272
|
-
productionInformation_materials?: Array<string> | null;
|
|
7273
|
-
details_category?: string | null;
|
|
7274
|
-
details_subCategory?: string | null;
|
|
7275
|
-
details_subCategory2?: string | null;
|
|
7276
|
-
details_offerCategory: string;
|
|
7277
|
-
offerCategory: ProductV1OfferCategory;
|
|
7278
|
-
details_tags?: Array<string> | null;
|
|
7279
|
-
details_sections?: Array<string> | null;
|
|
7280
|
-
details_personalisation?: Array<string> | null;
|
|
7281
|
-
packaging_packageQuantity?: string | null;
|
|
7282
|
-
packaging_dimensions_length?: string | null;
|
|
7283
|
-
packaging_dimensions_width?: string | null;
|
|
7284
|
-
packaging_dimensions_height?: string | null;
|
|
7285
|
-
packaging_dimensions_unit?: string | null;
|
|
7286
|
-
packaging_weight_value?: string | null;
|
|
7287
|
-
packaging_weight_unit?: string | null;
|
|
7288
|
-
brand: {
|
|
7289
|
-
__typename?: "ProductV1Brand";
|
|
7290
|
-
id: string;
|
|
7291
|
-
name: string;
|
|
7292
|
-
};
|
|
7293
|
-
category?: {
|
|
7294
|
-
__typename?: "ProductV1Category";
|
|
7295
|
-
id: string;
|
|
7296
|
-
name: string;
|
|
7297
|
-
} | null;
|
|
7298
|
-
subCategory?: {
|
|
7299
|
-
__typename?: "ProductV1Category";
|
|
7300
|
-
id: string;
|
|
7301
|
-
name: string;
|
|
7302
|
-
} | null;
|
|
7303
|
-
subCategory2?: {
|
|
7304
|
-
__typename?: "ProductV1Category";
|
|
7305
|
-
id: string;
|
|
7306
|
-
name: string;
|
|
7307
|
-
} | null;
|
|
7308
|
-
tags?: Array<{
|
|
7309
|
-
__typename?: "ProductV1Tag";
|
|
7310
|
-
id: string;
|
|
7311
|
-
name: string;
|
|
7312
|
-
}> | null;
|
|
7313
|
-
sections?: Array<{
|
|
7314
|
-
__typename?: "ProductV1Section";
|
|
7315
|
-
id: string;
|
|
7316
|
-
name: string;
|
|
7317
|
-
}> | null;
|
|
7318
|
-
personalisation?: Array<{
|
|
7319
|
-
__typename?: "ProductV1Personalisation";
|
|
7320
|
-
id: string;
|
|
7321
|
-
name: string;
|
|
7322
|
-
}> | null;
|
|
7323
|
-
visuals_images: Array<{
|
|
7324
|
-
__typename?: "ProductV1Media";
|
|
7325
|
-
id: string;
|
|
7326
|
-
url: string;
|
|
7327
|
-
tag?: string | null;
|
|
7328
|
-
type: ProductV1MediaType;
|
|
7329
|
-
}>;
|
|
7330
|
-
visuals_videos?: Array<{
|
|
7331
|
-
__typename?: "ProductV1Media";
|
|
7332
|
-
id: string;
|
|
7333
|
-
url: string;
|
|
7334
|
-
tag?: string | null;
|
|
7335
|
-
type: ProductV1MediaType;
|
|
7336
|
-
}> | null;
|
|
7337
|
-
};
|
|
7338
|
-
variations?: Array<{
|
|
7339
|
-
__typename?: "ProductV1Variation";
|
|
7340
|
-
id: string;
|
|
7341
|
-
type: string;
|
|
7342
|
-
option: string;
|
|
7343
|
-
}> | null;
|
|
7344
|
-
productV1Seller: {
|
|
7345
|
-
__typename?: "ProductV1Seller";
|
|
7346
|
-
id: string;
|
|
7347
|
-
defaultVersion?: number | null;
|
|
7348
|
-
name?: string | null;
|
|
7349
|
-
description?: string | null;
|
|
7350
|
-
externalUrl?: string | null;
|
|
7351
|
-
tokenId?: string | null;
|
|
7352
|
-
images?: Array<{
|
|
7353
|
-
__typename?: "ProductV1Media";
|
|
7354
|
-
id: string;
|
|
7355
|
-
url: string;
|
|
7356
|
-
tag?: string | null;
|
|
7357
|
-
type: ProductV1MediaType;
|
|
7358
|
-
}> | null;
|
|
7359
|
-
contactLinks?: Array<{
|
|
7360
|
-
__typename?: "ProductV1SellerContactLink";
|
|
7361
|
-
id: string;
|
|
7362
|
-
url: string;
|
|
7363
|
-
tag: string;
|
|
7364
|
-
}> | null;
|
|
7365
|
-
seller: {
|
|
7366
|
-
__typename?: "Seller";
|
|
7367
|
-
id: string;
|
|
7368
|
-
operator: string;
|
|
7369
|
-
admin: string;
|
|
7370
|
-
clerk: string;
|
|
7371
|
-
treasury: string;
|
|
7372
|
-
authTokenId: string;
|
|
7373
|
-
authTokenType: number;
|
|
7374
|
-
voucherCloneAddress: string;
|
|
7375
|
-
active: boolean;
|
|
7376
|
-
};
|
|
7377
|
-
};
|
|
7378
|
-
exchangePolicy: {
|
|
7379
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
7380
|
-
id: string;
|
|
7381
|
-
uuid: string;
|
|
7382
|
-
version: number;
|
|
7383
|
-
label?: string | null;
|
|
7384
|
-
template: string;
|
|
7385
|
-
};
|
|
7386
|
-
shipping?: {
|
|
7387
|
-
__typename?: "ProductV1ShippingOption";
|
|
7388
|
-
id: string;
|
|
7389
|
-
defaultVersion?: number | null;
|
|
7390
|
-
countryOfOrigin?: string | null;
|
|
7391
|
-
redemptionPoint?: string | null;
|
|
7392
|
-
supportedJurisdictions?: Array<{
|
|
7393
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
7394
|
-
id: string;
|
|
7395
|
-
label: string;
|
|
7396
|
-
deliveryTime: string;
|
|
7397
|
-
}> | null;
|
|
7398
|
-
} | null;
|
|
7399
6385
|
} | null;
|
|
7400
6386
|
}>;
|
|
7401
6387
|
fees: Array<{
|
|
@@ -7507,9 +6493,6 @@ export declare type GetDisputeByIdQueryQuery = {
|
|
|
7507
6493
|
admin: string;
|
|
7508
6494
|
clerk: string;
|
|
7509
6495
|
treasury: string;
|
|
7510
|
-
authTokenId: string;
|
|
7511
|
-
authTokenType: number;
|
|
7512
|
-
voucherCloneAddress: string;
|
|
7513
6496
|
active: boolean;
|
|
7514
6497
|
};
|
|
7515
6498
|
buyer: {
|
|
@@ -7561,9 +6544,6 @@ export declare type GetDisputesQueryQuery = {
|
|
|
7561
6544
|
admin: string;
|
|
7562
6545
|
clerk: string;
|
|
7563
6546
|
treasury: string;
|
|
7564
|
-
authTokenId: string;
|
|
7565
|
-
authTokenType: number;
|
|
7566
|
-
voucherCloneAddress: string;
|
|
7567
6547
|
active: boolean;
|
|
7568
6548
|
};
|
|
7569
6549
|
buyer: {
|
|
@@ -7606,9 +6586,6 @@ export declare type DisputeFieldsFragment = {
|
|
|
7606
6586
|
admin: string;
|
|
7607
6587
|
clerk: string;
|
|
7608
6588
|
treasury: string;
|
|
7609
|
-
authTokenId: string;
|
|
7610
|
-
authTokenType: number;
|
|
7611
|
-
voucherCloneAddress: string;
|
|
7612
6589
|
active: boolean;
|
|
7613
6590
|
};
|
|
7614
6591
|
buyer: {
|
|
@@ -7650,9 +6627,6 @@ export declare type BaseDisputeFieldsFragment = {
|
|
|
7650
6627
|
admin: string;
|
|
7651
6628
|
clerk: string;
|
|
7652
6629
|
treasury: string;
|
|
7653
|
-
authTokenId: string;
|
|
7654
|
-
authTokenType: number;
|
|
7655
|
-
voucherCloneAddress: string;
|
|
7656
6630
|
active: boolean;
|
|
7657
6631
|
};
|
|
7658
6632
|
buyer: {
|
|
@@ -7698,8 +6672,6 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
7698
6672
|
price: string;
|
|
7699
6673
|
sellerDeposit: string;
|
|
7700
6674
|
protocolFee: string;
|
|
7701
|
-
agentFee: string;
|
|
7702
|
-
agentId: string;
|
|
7703
6675
|
buyerCancelPenalty: string;
|
|
7704
6676
|
quantityAvailable: string;
|
|
7705
6677
|
quantityInitial: string;
|
|
@@ -7721,9 +6693,6 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
7721
6693
|
admin: string;
|
|
7722
6694
|
clerk: string;
|
|
7723
6695
|
treasury: string;
|
|
7724
|
-
authTokenId: string;
|
|
7725
|
-
authTokenType: number;
|
|
7726
|
-
voucherCloneAddress: string;
|
|
7727
6696
|
active: boolean;
|
|
7728
6697
|
};
|
|
7729
6698
|
exchangeToken: {
|
|
@@ -7778,165 +6747,11 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
7778
6747
|
type: MetadataType;
|
|
7779
6748
|
} | {
|
|
7780
6749
|
__typename?: "ProductV1MetadataEntity";
|
|
7781
|
-
image: string;
|
|
7782
|
-
createdAt: string;
|
|
7783
|
-
voided: boolean;
|
|
7784
|
-
validFromDate: string;
|
|
7785
|
-
validUntilDate: string;
|
|
7786
|
-
quantityAvailable: string;
|
|
7787
|
-
uuid: string;
|
|
7788
6750
|
name: string;
|
|
7789
6751
|
description: string;
|
|
7790
6752
|
externalUrl: string;
|
|
7791
6753
|
schemaUrl: string;
|
|
7792
6754
|
type: MetadataType;
|
|
7793
|
-
attributes?: Array<{
|
|
7794
|
-
__typename?: "MetadataAttribute";
|
|
7795
|
-
traitType: string;
|
|
7796
|
-
value: string;
|
|
7797
|
-
displayType: string;
|
|
7798
|
-
}> | null;
|
|
7799
|
-
product: {
|
|
7800
|
-
__typename?: "ProductV1Product";
|
|
7801
|
-
id: string;
|
|
7802
|
-
uuid: string;
|
|
7803
|
-
version: number;
|
|
7804
|
-
title: string;
|
|
7805
|
-
description: string;
|
|
7806
|
-
identification_sKU?: string | null;
|
|
7807
|
-
identification_productId?: string | null;
|
|
7808
|
-
identification_productIdType?: string | null;
|
|
7809
|
-
productionInformation_brandName: string;
|
|
7810
|
-
productionInformation_manufacturer?: string | null;
|
|
7811
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
7812
|
-
productionInformation_modelNumber?: string | null;
|
|
7813
|
-
productionInformation_materials?: Array<string> | null;
|
|
7814
|
-
details_category?: string | null;
|
|
7815
|
-
details_subCategory?: string | null;
|
|
7816
|
-
details_subCategory2?: string | null;
|
|
7817
|
-
details_offerCategory: string;
|
|
7818
|
-
offerCategory: ProductV1OfferCategory;
|
|
7819
|
-
details_tags?: Array<string> | null;
|
|
7820
|
-
details_sections?: Array<string> | null;
|
|
7821
|
-
details_personalisation?: Array<string> | null;
|
|
7822
|
-
packaging_packageQuantity?: string | null;
|
|
7823
|
-
packaging_dimensions_length?: string | null;
|
|
7824
|
-
packaging_dimensions_width?: string | null;
|
|
7825
|
-
packaging_dimensions_height?: string | null;
|
|
7826
|
-
packaging_dimensions_unit?: string | null;
|
|
7827
|
-
packaging_weight_value?: string | null;
|
|
7828
|
-
packaging_weight_unit?: string | null;
|
|
7829
|
-
brand: {
|
|
7830
|
-
__typename?: "ProductV1Brand";
|
|
7831
|
-
id: string;
|
|
7832
|
-
name: string;
|
|
7833
|
-
};
|
|
7834
|
-
category?: {
|
|
7835
|
-
__typename?: "ProductV1Category";
|
|
7836
|
-
id: string;
|
|
7837
|
-
name: string;
|
|
7838
|
-
} | null;
|
|
7839
|
-
subCategory?: {
|
|
7840
|
-
__typename?: "ProductV1Category";
|
|
7841
|
-
id: string;
|
|
7842
|
-
name: string;
|
|
7843
|
-
} | null;
|
|
7844
|
-
subCategory2?: {
|
|
7845
|
-
__typename?: "ProductV1Category";
|
|
7846
|
-
id: string;
|
|
7847
|
-
name: string;
|
|
7848
|
-
} | null;
|
|
7849
|
-
tags?: Array<{
|
|
7850
|
-
__typename?: "ProductV1Tag";
|
|
7851
|
-
id: string;
|
|
7852
|
-
name: string;
|
|
7853
|
-
}> | null;
|
|
7854
|
-
sections?: Array<{
|
|
7855
|
-
__typename?: "ProductV1Section";
|
|
7856
|
-
id: string;
|
|
7857
|
-
name: string;
|
|
7858
|
-
}> | null;
|
|
7859
|
-
personalisation?: Array<{
|
|
7860
|
-
__typename?: "ProductV1Personalisation";
|
|
7861
|
-
id: string;
|
|
7862
|
-
name: string;
|
|
7863
|
-
}> | null;
|
|
7864
|
-
visuals_images: Array<{
|
|
7865
|
-
__typename?: "ProductV1Media";
|
|
7866
|
-
id: string;
|
|
7867
|
-
url: string;
|
|
7868
|
-
tag?: string | null;
|
|
7869
|
-
type: ProductV1MediaType;
|
|
7870
|
-
}>;
|
|
7871
|
-
visuals_videos?: Array<{
|
|
7872
|
-
__typename?: "ProductV1Media";
|
|
7873
|
-
id: string;
|
|
7874
|
-
url: string;
|
|
7875
|
-
tag?: string | null;
|
|
7876
|
-
type: ProductV1MediaType;
|
|
7877
|
-
}> | null;
|
|
7878
|
-
};
|
|
7879
|
-
variations?: Array<{
|
|
7880
|
-
__typename?: "ProductV1Variation";
|
|
7881
|
-
id: string;
|
|
7882
|
-
type: string;
|
|
7883
|
-
option: string;
|
|
7884
|
-
}> | null;
|
|
7885
|
-
productV1Seller: {
|
|
7886
|
-
__typename?: "ProductV1Seller";
|
|
7887
|
-
id: string;
|
|
7888
|
-
defaultVersion?: number | null;
|
|
7889
|
-
name?: string | null;
|
|
7890
|
-
description?: string | null;
|
|
7891
|
-
externalUrl?: string | null;
|
|
7892
|
-
tokenId?: string | null;
|
|
7893
|
-
images?: Array<{
|
|
7894
|
-
__typename?: "ProductV1Media";
|
|
7895
|
-
id: string;
|
|
7896
|
-
url: string;
|
|
7897
|
-
tag?: string | null;
|
|
7898
|
-
type: ProductV1MediaType;
|
|
7899
|
-
}> | null;
|
|
7900
|
-
contactLinks?: Array<{
|
|
7901
|
-
__typename?: "ProductV1SellerContactLink";
|
|
7902
|
-
id: string;
|
|
7903
|
-
url: string;
|
|
7904
|
-
tag: string;
|
|
7905
|
-
}> | null;
|
|
7906
|
-
seller: {
|
|
7907
|
-
__typename?: "Seller";
|
|
7908
|
-
id: string;
|
|
7909
|
-
operator: string;
|
|
7910
|
-
admin: string;
|
|
7911
|
-
clerk: string;
|
|
7912
|
-
treasury: string;
|
|
7913
|
-
authTokenId: string;
|
|
7914
|
-
authTokenType: number;
|
|
7915
|
-
voucherCloneAddress: string;
|
|
7916
|
-
active: boolean;
|
|
7917
|
-
};
|
|
7918
|
-
};
|
|
7919
|
-
exchangePolicy: {
|
|
7920
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
7921
|
-
id: string;
|
|
7922
|
-
uuid: string;
|
|
7923
|
-
version: number;
|
|
7924
|
-
label?: string | null;
|
|
7925
|
-
template: string;
|
|
7926
|
-
};
|
|
7927
|
-
shipping?: {
|
|
7928
|
-
__typename?: "ProductV1ShippingOption";
|
|
7929
|
-
id: string;
|
|
7930
|
-
defaultVersion?: number | null;
|
|
7931
|
-
countryOfOrigin?: string | null;
|
|
7932
|
-
redemptionPoint?: string | null;
|
|
7933
|
-
supportedJurisdictions?: Array<{
|
|
7934
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
7935
|
-
id: string;
|
|
7936
|
-
label: string;
|
|
7937
|
-
deliveryTime: string;
|
|
7938
|
-
}> | null;
|
|
7939
|
-
} | null;
|
|
7940
6755
|
} | null;
|
|
7941
6756
|
}>;
|
|
7942
6757
|
funds?: Array<{
|
|
@@ -7982,8 +6797,6 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
7982
6797
|
price: string;
|
|
7983
6798
|
sellerDeposit: string;
|
|
7984
6799
|
protocolFee: string;
|
|
7985
|
-
agentFee: string;
|
|
7986
|
-
agentId: string;
|
|
7987
6800
|
buyerCancelPenalty: string;
|
|
7988
6801
|
quantityAvailable: string;
|
|
7989
6802
|
quantityInitial: string;
|
|
@@ -8005,9 +6818,6 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
8005
6818
|
admin: string;
|
|
8006
6819
|
clerk: string;
|
|
8007
6820
|
treasury: string;
|
|
8008
|
-
authTokenId: string;
|
|
8009
|
-
authTokenType: number;
|
|
8010
|
-
voucherCloneAddress: string;
|
|
8011
6821
|
active: boolean;
|
|
8012
6822
|
};
|
|
8013
6823
|
exchangeToken: {
|
|
@@ -8062,165 +6872,11 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
8062
6872
|
type: MetadataType;
|
|
8063
6873
|
} | {
|
|
8064
6874
|
__typename?: "ProductV1MetadataEntity";
|
|
8065
|
-
image: string;
|
|
8066
|
-
createdAt: string;
|
|
8067
|
-
voided: boolean;
|
|
8068
|
-
validFromDate: string;
|
|
8069
|
-
validUntilDate: string;
|
|
8070
|
-
quantityAvailable: string;
|
|
8071
|
-
uuid: string;
|
|
8072
6875
|
name: string;
|
|
8073
6876
|
description: string;
|
|
8074
6877
|
externalUrl: string;
|
|
8075
6878
|
schemaUrl: string;
|
|
8076
6879
|
type: MetadataType;
|
|
8077
|
-
attributes?: Array<{
|
|
8078
|
-
__typename?: "MetadataAttribute";
|
|
8079
|
-
traitType: string;
|
|
8080
|
-
value: string;
|
|
8081
|
-
displayType: string;
|
|
8082
|
-
}> | null;
|
|
8083
|
-
product: {
|
|
8084
|
-
__typename?: "ProductV1Product";
|
|
8085
|
-
id: string;
|
|
8086
|
-
uuid: string;
|
|
8087
|
-
version: number;
|
|
8088
|
-
title: string;
|
|
8089
|
-
description: string;
|
|
8090
|
-
identification_sKU?: string | null;
|
|
8091
|
-
identification_productId?: string | null;
|
|
8092
|
-
identification_productIdType?: string | null;
|
|
8093
|
-
productionInformation_brandName: string;
|
|
8094
|
-
productionInformation_manufacturer?: string | null;
|
|
8095
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
8096
|
-
productionInformation_modelNumber?: string | null;
|
|
8097
|
-
productionInformation_materials?: Array<string> | null;
|
|
8098
|
-
details_category?: string | null;
|
|
8099
|
-
details_subCategory?: string | null;
|
|
8100
|
-
details_subCategory2?: string | null;
|
|
8101
|
-
details_offerCategory: string;
|
|
8102
|
-
offerCategory: ProductV1OfferCategory;
|
|
8103
|
-
details_tags?: Array<string> | null;
|
|
8104
|
-
details_sections?: Array<string> | null;
|
|
8105
|
-
details_personalisation?: Array<string> | null;
|
|
8106
|
-
packaging_packageQuantity?: string | null;
|
|
8107
|
-
packaging_dimensions_length?: string | null;
|
|
8108
|
-
packaging_dimensions_width?: string | null;
|
|
8109
|
-
packaging_dimensions_height?: string | null;
|
|
8110
|
-
packaging_dimensions_unit?: string | null;
|
|
8111
|
-
packaging_weight_value?: string | null;
|
|
8112
|
-
packaging_weight_unit?: string | null;
|
|
8113
|
-
brand: {
|
|
8114
|
-
__typename?: "ProductV1Brand";
|
|
8115
|
-
id: string;
|
|
8116
|
-
name: string;
|
|
8117
|
-
};
|
|
8118
|
-
category?: {
|
|
8119
|
-
__typename?: "ProductV1Category";
|
|
8120
|
-
id: string;
|
|
8121
|
-
name: string;
|
|
8122
|
-
} | null;
|
|
8123
|
-
subCategory?: {
|
|
8124
|
-
__typename?: "ProductV1Category";
|
|
8125
|
-
id: string;
|
|
8126
|
-
name: string;
|
|
8127
|
-
} | null;
|
|
8128
|
-
subCategory2?: {
|
|
8129
|
-
__typename?: "ProductV1Category";
|
|
8130
|
-
id: string;
|
|
8131
|
-
name: string;
|
|
8132
|
-
} | null;
|
|
8133
|
-
tags?: Array<{
|
|
8134
|
-
__typename?: "ProductV1Tag";
|
|
8135
|
-
id: string;
|
|
8136
|
-
name: string;
|
|
8137
|
-
}> | null;
|
|
8138
|
-
sections?: Array<{
|
|
8139
|
-
__typename?: "ProductV1Section";
|
|
8140
|
-
id: string;
|
|
8141
|
-
name: string;
|
|
8142
|
-
}> | null;
|
|
8143
|
-
personalisation?: Array<{
|
|
8144
|
-
__typename?: "ProductV1Personalisation";
|
|
8145
|
-
id: string;
|
|
8146
|
-
name: string;
|
|
8147
|
-
}> | null;
|
|
8148
|
-
visuals_images: Array<{
|
|
8149
|
-
__typename?: "ProductV1Media";
|
|
8150
|
-
id: string;
|
|
8151
|
-
url: string;
|
|
8152
|
-
tag?: string | null;
|
|
8153
|
-
type: ProductV1MediaType;
|
|
8154
|
-
}>;
|
|
8155
|
-
visuals_videos?: Array<{
|
|
8156
|
-
__typename?: "ProductV1Media";
|
|
8157
|
-
id: string;
|
|
8158
|
-
url: string;
|
|
8159
|
-
tag?: string | null;
|
|
8160
|
-
type: ProductV1MediaType;
|
|
8161
|
-
}> | null;
|
|
8162
|
-
};
|
|
8163
|
-
variations?: Array<{
|
|
8164
|
-
__typename?: "ProductV1Variation";
|
|
8165
|
-
id: string;
|
|
8166
|
-
type: string;
|
|
8167
|
-
option: string;
|
|
8168
|
-
}> | null;
|
|
8169
|
-
productV1Seller: {
|
|
8170
|
-
__typename?: "ProductV1Seller";
|
|
8171
|
-
id: string;
|
|
8172
|
-
defaultVersion?: number | null;
|
|
8173
|
-
name?: string | null;
|
|
8174
|
-
description?: string | null;
|
|
8175
|
-
externalUrl?: string | null;
|
|
8176
|
-
tokenId?: string | null;
|
|
8177
|
-
images?: Array<{
|
|
8178
|
-
__typename?: "ProductV1Media";
|
|
8179
|
-
id: string;
|
|
8180
|
-
url: string;
|
|
8181
|
-
tag?: string | null;
|
|
8182
|
-
type: ProductV1MediaType;
|
|
8183
|
-
}> | null;
|
|
8184
|
-
contactLinks?: Array<{
|
|
8185
|
-
__typename?: "ProductV1SellerContactLink";
|
|
8186
|
-
id: string;
|
|
8187
|
-
url: string;
|
|
8188
|
-
tag: string;
|
|
8189
|
-
}> | null;
|
|
8190
|
-
seller: {
|
|
8191
|
-
__typename?: "Seller";
|
|
8192
|
-
id: string;
|
|
8193
|
-
operator: string;
|
|
8194
|
-
admin: string;
|
|
8195
|
-
clerk: string;
|
|
8196
|
-
treasury: string;
|
|
8197
|
-
authTokenId: string;
|
|
8198
|
-
authTokenType: number;
|
|
8199
|
-
voucherCloneAddress: string;
|
|
8200
|
-
active: boolean;
|
|
8201
|
-
};
|
|
8202
|
-
};
|
|
8203
|
-
exchangePolicy: {
|
|
8204
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
8205
|
-
id: string;
|
|
8206
|
-
uuid: string;
|
|
8207
|
-
version: number;
|
|
8208
|
-
label?: string | null;
|
|
8209
|
-
template: string;
|
|
8210
|
-
};
|
|
8211
|
-
shipping?: {
|
|
8212
|
-
__typename?: "ProductV1ShippingOption";
|
|
8213
|
-
id: string;
|
|
8214
|
-
defaultVersion?: number | null;
|
|
8215
|
-
countryOfOrigin?: string | null;
|
|
8216
|
-
redemptionPoint?: string | null;
|
|
8217
|
-
supportedJurisdictions?: Array<{
|
|
8218
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
8219
|
-
id: string;
|
|
8220
|
-
label: string;
|
|
8221
|
-
deliveryTime: string;
|
|
8222
|
-
}> | null;
|
|
8223
|
-
} | null;
|
|
8224
6880
|
} | null;
|
|
8225
6881
|
}>;
|
|
8226
6882
|
funds?: Array<{
|
|
@@ -8245,8 +6901,6 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
8245
6901
|
price: string;
|
|
8246
6902
|
sellerDeposit: string;
|
|
8247
6903
|
protocolFee: string;
|
|
8248
|
-
agentFee: string;
|
|
8249
|
-
agentId: string;
|
|
8250
6904
|
buyerCancelPenalty: string;
|
|
8251
6905
|
quantityAvailable: string;
|
|
8252
6906
|
quantityInitial: string;
|
|
@@ -8268,9 +6922,6 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
8268
6922
|
admin: string;
|
|
8269
6923
|
clerk: string;
|
|
8270
6924
|
treasury: string;
|
|
8271
|
-
authTokenId: string;
|
|
8272
|
-
authTokenType: number;
|
|
8273
|
-
voucherCloneAddress: string;
|
|
8274
6925
|
active: boolean;
|
|
8275
6926
|
};
|
|
8276
6927
|
exchangeToken: {
|
|
@@ -8325,165 +6976,11 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
8325
6976
|
type: MetadataType;
|
|
8326
6977
|
} | {
|
|
8327
6978
|
__typename?: "ProductV1MetadataEntity";
|
|
8328
|
-
image: string;
|
|
8329
|
-
createdAt: string;
|
|
8330
|
-
voided: boolean;
|
|
8331
|
-
validFromDate: string;
|
|
8332
|
-
validUntilDate: string;
|
|
8333
|
-
quantityAvailable: string;
|
|
8334
|
-
uuid: string;
|
|
8335
6979
|
name: string;
|
|
8336
6980
|
description: string;
|
|
8337
6981
|
externalUrl: string;
|
|
8338
6982
|
schemaUrl: string;
|
|
8339
6983
|
type: MetadataType;
|
|
8340
|
-
attributes?: Array<{
|
|
8341
|
-
__typename?: "MetadataAttribute";
|
|
8342
|
-
traitType: string;
|
|
8343
|
-
value: string;
|
|
8344
|
-
displayType: string;
|
|
8345
|
-
}> | null;
|
|
8346
|
-
product: {
|
|
8347
|
-
__typename?: "ProductV1Product";
|
|
8348
|
-
id: string;
|
|
8349
|
-
uuid: string;
|
|
8350
|
-
version: number;
|
|
8351
|
-
title: string;
|
|
8352
|
-
description: string;
|
|
8353
|
-
identification_sKU?: string | null;
|
|
8354
|
-
identification_productId?: string | null;
|
|
8355
|
-
identification_productIdType?: string | null;
|
|
8356
|
-
productionInformation_brandName: string;
|
|
8357
|
-
productionInformation_manufacturer?: string | null;
|
|
8358
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
8359
|
-
productionInformation_modelNumber?: string | null;
|
|
8360
|
-
productionInformation_materials?: Array<string> | null;
|
|
8361
|
-
details_category?: string | null;
|
|
8362
|
-
details_subCategory?: string | null;
|
|
8363
|
-
details_subCategory2?: string | null;
|
|
8364
|
-
details_offerCategory: string;
|
|
8365
|
-
offerCategory: ProductV1OfferCategory;
|
|
8366
|
-
details_tags?: Array<string> | null;
|
|
8367
|
-
details_sections?: Array<string> | null;
|
|
8368
|
-
details_personalisation?: Array<string> | null;
|
|
8369
|
-
packaging_packageQuantity?: string | null;
|
|
8370
|
-
packaging_dimensions_length?: string | null;
|
|
8371
|
-
packaging_dimensions_width?: string | null;
|
|
8372
|
-
packaging_dimensions_height?: string | null;
|
|
8373
|
-
packaging_dimensions_unit?: string | null;
|
|
8374
|
-
packaging_weight_value?: string | null;
|
|
8375
|
-
packaging_weight_unit?: string | null;
|
|
8376
|
-
brand: {
|
|
8377
|
-
__typename?: "ProductV1Brand";
|
|
8378
|
-
id: string;
|
|
8379
|
-
name: string;
|
|
8380
|
-
};
|
|
8381
|
-
category?: {
|
|
8382
|
-
__typename?: "ProductV1Category";
|
|
8383
|
-
id: string;
|
|
8384
|
-
name: string;
|
|
8385
|
-
} | null;
|
|
8386
|
-
subCategory?: {
|
|
8387
|
-
__typename?: "ProductV1Category";
|
|
8388
|
-
id: string;
|
|
8389
|
-
name: string;
|
|
8390
|
-
} | null;
|
|
8391
|
-
subCategory2?: {
|
|
8392
|
-
__typename?: "ProductV1Category";
|
|
8393
|
-
id: string;
|
|
8394
|
-
name: string;
|
|
8395
|
-
} | null;
|
|
8396
|
-
tags?: Array<{
|
|
8397
|
-
__typename?: "ProductV1Tag";
|
|
8398
|
-
id: string;
|
|
8399
|
-
name: string;
|
|
8400
|
-
}> | null;
|
|
8401
|
-
sections?: Array<{
|
|
8402
|
-
__typename?: "ProductV1Section";
|
|
8403
|
-
id: string;
|
|
8404
|
-
name: string;
|
|
8405
|
-
}> | null;
|
|
8406
|
-
personalisation?: Array<{
|
|
8407
|
-
__typename?: "ProductV1Personalisation";
|
|
8408
|
-
id: string;
|
|
8409
|
-
name: string;
|
|
8410
|
-
}> | null;
|
|
8411
|
-
visuals_images: Array<{
|
|
8412
|
-
__typename?: "ProductV1Media";
|
|
8413
|
-
id: string;
|
|
8414
|
-
url: string;
|
|
8415
|
-
tag?: string | null;
|
|
8416
|
-
type: ProductV1MediaType;
|
|
8417
|
-
}>;
|
|
8418
|
-
visuals_videos?: Array<{
|
|
8419
|
-
__typename?: "ProductV1Media";
|
|
8420
|
-
id: string;
|
|
8421
|
-
url: string;
|
|
8422
|
-
tag?: string | null;
|
|
8423
|
-
type: ProductV1MediaType;
|
|
8424
|
-
}> | null;
|
|
8425
|
-
};
|
|
8426
|
-
variations?: Array<{
|
|
8427
|
-
__typename?: "ProductV1Variation";
|
|
8428
|
-
id: string;
|
|
8429
|
-
type: string;
|
|
8430
|
-
option: string;
|
|
8431
|
-
}> | null;
|
|
8432
|
-
productV1Seller: {
|
|
8433
|
-
__typename?: "ProductV1Seller";
|
|
8434
|
-
id: string;
|
|
8435
|
-
defaultVersion?: number | null;
|
|
8436
|
-
name?: string | null;
|
|
8437
|
-
description?: string | null;
|
|
8438
|
-
externalUrl?: string | null;
|
|
8439
|
-
tokenId?: string | null;
|
|
8440
|
-
images?: Array<{
|
|
8441
|
-
__typename?: "ProductV1Media";
|
|
8442
|
-
id: string;
|
|
8443
|
-
url: string;
|
|
8444
|
-
tag?: string | null;
|
|
8445
|
-
type: ProductV1MediaType;
|
|
8446
|
-
}> | null;
|
|
8447
|
-
contactLinks?: Array<{
|
|
8448
|
-
__typename?: "ProductV1SellerContactLink";
|
|
8449
|
-
id: string;
|
|
8450
|
-
url: string;
|
|
8451
|
-
tag: string;
|
|
8452
|
-
}> | null;
|
|
8453
|
-
seller: {
|
|
8454
|
-
__typename?: "Seller";
|
|
8455
|
-
id: string;
|
|
8456
|
-
operator: string;
|
|
8457
|
-
admin: string;
|
|
8458
|
-
clerk: string;
|
|
8459
|
-
treasury: string;
|
|
8460
|
-
authTokenId: string;
|
|
8461
|
-
authTokenType: number;
|
|
8462
|
-
voucherCloneAddress: string;
|
|
8463
|
-
active: boolean;
|
|
8464
|
-
};
|
|
8465
|
-
};
|
|
8466
|
-
exchangePolicy: {
|
|
8467
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
8468
|
-
id: string;
|
|
8469
|
-
uuid: string;
|
|
8470
|
-
version: number;
|
|
8471
|
-
label?: string | null;
|
|
8472
|
-
template: string;
|
|
8473
|
-
};
|
|
8474
|
-
shipping?: {
|
|
8475
|
-
__typename?: "ProductV1ShippingOption";
|
|
8476
|
-
id: string;
|
|
8477
|
-
defaultVersion?: number | null;
|
|
8478
|
-
countryOfOrigin?: string | null;
|
|
8479
|
-
redemptionPoint?: string | null;
|
|
8480
|
-
supportedJurisdictions?: Array<{
|
|
8481
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
8482
|
-
id: string;
|
|
8483
|
-
label: string;
|
|
8484
|
-
deliveryTime: string;
|
|
8485
|
-
}> | null;
|
|
8486
|
-
} | null;
|
|
8487
6984
|
} | null;
|
|
8488
6985
|
}>;
|
|
8489
6986
|
funds?: Array<{
|
|
@@ -8532,9 +7029,6 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
8532
7029
|
admin: string;
|
|
8533
7030
|
clerk: string;
|
|
8534
7031
|
treasury: string;
|
|
8535
|
-
authTokenId: string;
|
|
8536
|
-
authTokenType: number;
|
|
8537
|
-
voucherCloneAddress: string;
|
|
8538
7032
|
active: boolean;
|
|
8539
7033
|
};
|
|
8540
7034
|
offer: {
|
|
@@ -8544,8 +7038,6 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
8544
7038
|
price: string;
|
|
8545
7039
|
sellerDeposit: string;
|
|
8546
7040
|
protocolFee: string;
|
|
8547
|
-
agentFee: string;
|
|
8548
|
-
agentId: string;
|
|
8549
7041
|
buyerCancelPenalty: string;
|
|
8550
7042
|
quantityAvailable: string;
|
|
8551
7043
|
quantityInitial: string;
|
|
@@ -8567,9 +7059,6 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
8567
7059
|
admin: string;
|
|
8568
7060
|
clerk: string;
|
|
8569
7061
|
treasury: string;
|
|
8570
|
-
authTokenId: string;
|
|
8571
|
-
authTokenType: number;
|
|
8572
|
-
voucherCloneAddress: string;
|
|
8573
7062
|
active: boolean;
|
|
8574
7063
|
};
|
|
8575
7064
|
exchangeToken: {
|
|
@@ -8624,165 +7113,11 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
8624
7113
|
type: MetadataType;
|
|
8625
7114
|
} | {
|
|
8626
7115
|
__typename?: "ProductV1MetadataEntity";
|
|
8627
|
-
image: string;
|
|
8628
|
-
createdAt: string;
|
|
8629
|
-
voided: boolean;
|
|
8630
|
-
validFromDate: string;
|
|
8631
|
-
validUntilDate: string;
|
|
8632
|
-
quantityAvailable: string;
|
|
8633
|
-
uuid: string;
|
|
8634
7116
|
name: string;
|
|
8635
7117
|
description: string;
|
|
8636
7118
|
externalUrl: string;
|
|
8637
7119
|
schemaUrl: string;
|
|
8638
7120
|
type: MetadataType;
|
|
8639
|
-
attributes?: Array<{
|
|
8640
|
-
__typename?: "MetadataAttribute";
|
|
8641
|
-
traitType: string;
|
|
8642
|
-
value: string;
|
|
8643
|
-
displayType: string;
|
|
8644
|
-
}> | null;
|
|
8645
|
-
product: {
|
|
8646
|
-
__typename?: "ProductV1Product";
|
|
8647
|
-
id: string;
|
|
8648
|
-
uuid: string;
|
|
8649
|
-
version: number;
|
|
8650
|
-
title: string;
|
|
8651
|
-
description: string;
|
|
8652
|
-
identification_sKU?: string | null;
|
|
8653
|
-
identification_productId?: string | null;
|
|
8654
|
-
identification_productIdType?: string | null;
|
|
8655
|
-
productionInformation_brandName: string;
|
|
8656
|
-
productionInformation_manufacturer?: string | null;
|
|
8657
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
8658
|
-
productionInformation_modelNumber?: string | null;
|
|
8659
|
-
productionInformation_materials?: Array<string> | null;
|
|
8660
|
-
details_category?: string | null;
|
|
8661
|
-
details_subCategory?: string | null;
|
|
8662
|
-
details_subCategory2?: string | null;
|
|
8663
|
-
details_offerCategory: string;
|
|
8664
|
-
offerCategory: ProductV1OfferCategory;
|
|
8665
|
-
details_tags?: Array<string> | null;
|
|
8666
|
-
details_sections?: Array<string> | null;
|
|
8667
|
-
details_personalisation?: Array<string> | null;
|
|
8668
|
-
packaging_packageQuantity?: string | null;
|
|
8669
|
-
packaging_dimensions_length?: string | null;
|
|
8670
|
-
packaging_dimensions_width?: string | null;
|
|
8671
|
-
packaging_dimensions_height?: string | null;
|
|
8672
|
-
packaging_dimensions_unit?: string | null;
|
|
8673
|
-
packaging_weight_value?: string | null;
|
|
8674
|
-
packaging_weight_unit?: string | null;
|
|
8675
|
-
brand: {
|
|
8676
|
-
__typename?: "ProductV1Brand";
|
|
8677
|
-
id: string;
|
|
8678
|
-
name: string;
|
|
8679
|
-
};
|
|
8680
|
-
category?: {
|
|
8681
|
-
__typename?: "ProductV1Category";
|
|
8682
|
-
id: string;
|
|
8683
|
-
name: string;
|
|
8684
|
-
} | null;
|
|
8685
|
-
subCategory?: {
|
|
8686
|
-
__typename?: "ProductV1Category";
|
|
8687
|
-
id: string;
|
|
8688
|
-
name: string;
|
|
8689
|
-
} | null;
|
|
8690
|
-
subCategory2?: {
|
|
8691
|
-
__typename?: "ProductV1Category";
|
|
8692
|
-
id: string;
|
|
8693
|
-
name: string;
|
|
8694
|
-
} | null;
|
|
8695
|
-
tags?: Array<{
|
|
8696
|
-
__typename?: "ProductV1Tag";
|
|
8697
|
-
id: string;
|
|
8698
|
-
name: string;
|
|
8699
|
-
}> | null;
|
|
8700
|
-
sections?: Array<{
|
|
8701
|
-
__typename?: "ProductV1Section";
|
|
8702
|
-
id: string;
|
|
8703
|
-
name: string;
|
|
8704
|
-
}> | null;
|
|
8705
|
-
personalisation?: Array<{
|
|
8706
|
-
__typename?: "ProductV1Personalisation";
|
|
8707
|
-
id: string;
|
|
8708
|
-
name: string;
|
|
8709
|
-
}> | null;
|
|
8710
|
-
visuals_images: Array<{
|
|
8711
|
-
__typename?: "ProductV1Media";
|
|
8712
|
-
id: string;
|
|
8713
|
-
url: string;
|
|
8714
|
-
tag?: string | null;
|
|
8715
|
-
type: ProductV1MediaType;
|
|
8716
|
-
}>;
|
|
8717
|
-
visuals_videos?: Array<{
|
|
8718
|
-
__typename?: "ProductV1Media";
|
|
8719
|
-
id: string;
|
|
8720
|
-
url: string;
|
|
8721
|
-
tag?: string | null;
|
|
8722
|
-
type: ProductV1MediaType;
|
|
8723
|
-
}> | null;
|
|
8724
|
-
};
|
|
8725
|
-
variations?: Array<{
|
|
8726
|
-
__typename?: "ProductV1Variation";
|
|
8727
|
-
id: string;
|
|
8728
|
-
type: string;
|
|
8729
|
-
option: string;
|
|
8730
|
-
}> | null;
|
|
8731
|
-
productV1Seller: {
|
|
8732
|
-
__typename?: "ProductV1Seller";
|
|
8733
|
-
id: string;
|
|
8734
|
-
defaultVersion?: number | null;
|
|
8735
|
-
name?: string | null;
|
|
8736
|
-
description?: string | null;
|
|
8737
|
-
externalUrl?: string | null;
|
|
8738
|
-
tokenId?: string | null;
|
|
8739
|
-
images?: Array<{
|
|
8740
|
-
__typename?: "ProductV1Media";
|
|
8741
|
-
id: string;
|
|
8742
|
-
url: string;
|
|
8743
|
-
tag?: string | null;
|
|
8744
|
-
type: ProductV1MediaType;
|
|
8745
|
-
}> | null;
|
|
8746
|
-
contactLinks?: Array<{
|
|
8747
|
-
__typename?: "ProductV1SellerContactLink";
|
|
8748
|
-
id: string;
|
|
8749
|
-
url: string;
|
|
8750
|
-
tag: string;
|
|
8751
|
-
}> | null;
|
|
8752
|
-
seller: {
|
|
8753
|
-
__typename?: "Seller";
|
|
8754
|
-
id: string;
|
|
8755
|
-
operator: string;
|
|
8756
|
-
admin: string;
|
|
8757
|
-
clerk: string;
|
|
8758
|
-
treasury: string;
|
|
8759
|
-
authTokenId: string;
|
|
8760
|
-
authTokenType: number;
|
|
8761
|
-
voucherCloneAddress: string;
|
|
8762
|
-
active: boolean;
|
|
8763
|
-
};
|
|
8764
|
-
};
|
|
8765
|
-
exchangePolicy: {
|
|
8766
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
8767
|
-
id: string;
|
|
8768
|
-
uuid: string;
|
|
8769
|
-
version: number;
|
|
8770
|
-
label?: string | null;
|
|
8771
|
-
template: string;
|
|
8772
|
-
};
|
|
8773
|
-
shipping?: {
|
|
8774
|
-
__typename?: "ProductV1ShippingOption";
|
|
8775
|
-
id: string;
|
|
8776
|
-
defaultVersion?: number | null;
|
|
8777
|
-
countryOfOrigin?: string | null;
|
|
8778
|
-
redemptionPoint?: string | null;
|
|
8779
|
-
supportedJurisdictions?: Array<{
|
|
8780
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
8781
|
-
id: string;
|
|
8782
|
-
label: string;
|
|
8783
|
-
deliveryTime: string;
|
|
8784
|
-
}> | null;
|
|
8785
|
-
} | null;
|
|
8786
7121
|
} | null;
|
|
8787
7122
|
};
|
|
8788
7123
|
} | null;
|
|
@@ -8822,9 +7157,6 @@ export declare type GetExchangesQueryQuery = {
|
|
|
8822
7157
|
admin: string;
|
|
8823
7158
|
clerk: string;
|
|
8824
7159
|
treasury: string;
|
|
8825
|
-
authTokenId: string;
|
|
8826
|
-
authTokenType: number;
|
|
8827
|
-
voucherCloneAddress: string;
|
|
8828
7160
|
active: boolean;
|
|
8829
7161
|
};
|
|
8830
7162
|
offer: {
|
|
@@ -8834,8 +7166,6 @@ export declare type GetExchangesQueryQuery = {
|
|
|
8834
7166
|
price: string;
|
|
8835
7167
|
sellerDeposit: string;
|
|
8836
7168
|
protocolFee: string;
|
|
8837
|
-
agentFee: string;
|
|
8838
|
-
agentId: string;
|
|
8839
7169
|
buyerCancelPenalty: string;
|
|
8840
7170
|
quantityAvailable: string;
|
|
8841
7171
|
quantityInitial: string;
|
|
@@ -8857,9 +7187,6 @@ export declare type GetExchangesQueryQuery = {
|
|
|
8857
7187
|
admin: string;
|
|
8858
7188
|
clerk: string;
|
|
8859
7189
|
treasury: string;
|
|
8860
|
-
authTokenId: string;
|
|
8861
|
-
authTokenType: number;
|
|
8862
|
-
voucherCloneAddress: string;
|
|
8863
7190
|
active: boolean;
|
|
8864
7191
|
};
|
|
8865
7192
|
exchangeToken: {
|
|
@@ -8914,165 +7241,11 @@ export declare type GetExchangesQueryQuery = {
|
|
|
8914
7241
|
type: MetadataType;
|
|
8915
7242
|
} | {
|
|
8916
7243
|
__typename?: "ProductV1MetadataEntity";
|
|
8917
|
-
image: string;
|
|
8918
|
-
createdAt: string;
|
|
8919
|
-
voided: boolean;
|
|
8920
|
-
validFromDate: string;
|
|
8921
|
-
validUntilDate: string;
|
|
8922
|
-
quantityAvailable: string;
|
|
8923
|
-
uuid: string;
|
|
8924
7244
|
name: string;
|
|
8925
7245
|
description: string;
|
|
8926
7246
|
externalUrl: string;
|
|
8927
7247
|
schemaUrl: string;
|
|
8928
7248
|
type: MetadataType;
|
|
8929
|
-
attributes?: Array<{
|
|
8930
|
-
__typename?: "MetadataAttribute";
|
|
8931
|
-
traitType: string;
|
|
8932
|
-
value: string;
|
|
8933
|
-
displayType: string;
|
|
8934
|
-
}> | null;
|
|
8935
|
-
product: {
|
|
8936
|
-
__typename?: "ProductV1Product";
|
|
8937
|
-
id: string;
|
|
8938
|
-
uuid: string;
|
|
8939
|
-
version: number;
|
|
8940
|
-
title: string;
|
|
8941
|
-
description: string;
|
|
8942
|
-
identification_sKU?: string | null;
|
|
8943
|
-
identification_productId?: string | null;
|
|
8944
|
-
identification_productIdType?: string | null;
|
|
8945
|
-
productionInformation_brandName: string;
|
|
8946
|
-
productionInformation_manufacturer?: string | null;
|
|
8947
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
8948
|
-
productionInformation_modelNumber?: string | null;
|
|
8949
|
-
productionInformation_materials?: Array<string> | null;
|
|
8950
|
-
details_category?: string | null;
|
|
8951
|
-
details_subCategory?: string | null;
|
|
8952
|
-
details_subCategory2?: string | null;
|
|
8953
|
-
details_offerCategory: string;
|
|
8954
|
-
offerCategory: ProductV1OfferCategory;
|
|
8955
|
-
details_tags?: Array<string> | null;
|
|
8956
|
-
details_sections?: Array<string> | null;
|
|
8957
|
-
details_personalisation?: Array<string> | null;
|
|
8958
|
-
packaging_packageQuantity?: string | null;
|
|
8959
|
-
packaging_dimensions_length?: string | null;
|
|
8960
|
-
packaging_dimensions_width?: string | null;
|
|
8961
|
-
packaging_dimensions_height?: string | null;
|
|
8962
|
-
packaging_dimensions_unit?: string | null;
|
|
8963
|
-
packaging_weight_value?: string | null;
|
|
8964
|
-
packaging_weight_unit?: string | null;
|
|
8965
|
-
brand: {
|
|
8966
|
-
__typename?: "ProductV1Brand";
|
|
8967
|
-
id: string;
|
|
8968
|
-
name: string;
|
|
8969
|
-
};
|
|
8970
|
-
category?: {
|
|
8971
|
-
__typename?: "ProductV1Category";
|
|
8972
|
-
id: string;
|
|
8973
|
-
name: string;
|
|
8974
|
-
} | null;
|
|
8975
|
-
subCategory?: {
|
|
8976
|
-
__typename?: "ProductV1Category";
|
|
8977
|
-
id: string;
|
|
8978
|
-
name: string;
|
|
8979
|
-
} | null;
|
|
8980
|
-
subCategory2?: {
|
|
8981
|
-
__typename?: "ProductV1Category";
|
|
8982
|
-
id: string;
|
|
8983
|
-
name: string;
|
|
8984
|
-
} | null;
|
|
8985
|
-
tags?: Array<{
|
|
8986
|
-
__typename?: "ProductV1Tag";
|
|
8987
|
-
id: string;
|
|
8988
|
-
name: string;
|
|
8989
|
-
}> | null;
|
|
8990
|
-
sections?: Array<{
|
|
8991
|
-
__typename?: "ProductV1Section";
|
|
8992
|
-
id: string;
|
|
8993
|
-
name: string;
|
|
8994
|
-
}> | null;
|
|
8995
|
-
personalisation?: Array<{
|
|
8996
|
-
__typename?: "ProductV1Personalisation";
|
|
8997
|
-
id: string;
|
|
8998
|
-
name: string;
|
|
8999
|
-
}> | null;
|
|
9000
|
-
visuals_images: Array<{
|
|
9001
|
-
__typename?: "ProductV1Media";
|
|
9002
|
-
id: string;
|
|
9003
|
-
url: string;
|
|
9004
|
-
tag?: string | null;
|
|
9005
|
-
type: ProductV1MediaType;
|
|
9006
|
-
}>;
|
|
9007
|
-
visuals_videos?: Array<{
|
|
9008
|
-
__typename?: "ProductV1Media";
|
|
9009
|
-
id: string;
|
|
9010
|
-
url: string;
|
|
9011
|
-
tag?: string | null;
|
|
9012
|
-
type: ProductV1MediaType;
|
|
9013
|
-
}> | null;
|
|
9014
|
-
};
|
|
9015
|
-
variations?: Array<{
|
|
9016
|
-
__typename?: "ProductV1Variation";
|
|
9017
|
-
id: string;
|
|
9018
|
-
type: string;
|
|
9019
|
-
option: string;
|
|
9020
|
-
}> | null;
|
|
9021
|
-
productV1Seller: {
|
|
9022
|
-
__typename?: "ProductV1Seller";
|
|
9023
|
-
id: string;
|
|
9024
|
-
defaultVersion?: number | null;
|
|
9025
|
-
name?: string | null;
|
|
9026
|
-
description?: string | null;
|
|
9027
|
-
externalUrl?: string | null;
|
|
9028
|
-
tokenId?: string | null;
|
|
9029
|
-
images?: Array<{
|
|
9030
|
-
__typename?: "ProductV1Media";
|
|
9031
|
-
id: string;
|
|
9032
|
-
url: string;
|
|
9033
|
-
tag?: string | null;
|
|
9034
|
-
type: ProductV1MediaType;
|
|
9035
|
-
}> | null;
|
|
9036
|
-
contactLinks?: Array<{
|
|
9037
|
-
__typename?: "ProductV1SellerContactLink";
|
|
9038
|
-
id: string;
|
|
9039
|
-
url: string;
|
|
9040
|
-
tag: string;
|
|
9041
|
-
}> | null;
|
|
9042
|
-
seller: {
|
|
9043
|
-
__typename?: "Seller";
|
|
9044
|
-
id: string;
|
|
9045
|
-
operator: string;
|
|
9046
|
-
admin: string;
|
|
9047
|
-
clerk: string;
|
|
9048
|
-
treasury: string;
|
|
9049
|
-
authTokenId: string;
|
|
9050
|
-
authTokenType: number;
|
|
9051
|
-
voucherCloneAddress: string;
|
|
9052
|
-
active: boolean;
|
|
9053
|
-
};
|
|
9054
|
-
};
|
|
9055
|
-
exchangePolicy: {
|
|
9056
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
9057
|
-
id: string;
|
|
9058
|
-
uuid: string;
|
|
9059
|
-
version: number;
|
|
9060
|
-
label?: string | null;
|
|
9061
|
-
template: string;
|
|
9062
|
-
};
|
|
9063
|
-
shipping?: {
|
|
9064
|
-
__typename?: "ProductV1ShippingOption";
|
|
9065
|
-
id: string;
|
|
9066
|
-
defaultVersion?: number | null;
|
|
9067
|
-
countryOfOrigin?: string | null;
|
|
9068
|
-
redemptionPoint?: string | null;
|
|
9069
|
-
supportedJurisdictions?: Array<{
|
|
9070
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
9071
|
-
id: string;
|
|
9072
|
-
label: string;
|
|
9073
|
-
deliveryTime: string;
|
|
9074
|
-
}> | null;
|
|
9075
|
-
} | null;
|
|
9076
7249
|
} | null;
|
|
9077
7250
|
};
|
|
9078
7251
|
}>;
|
|
@@ -9103,9 +7276,6 @@ export declare type ExchangeFieldsFragment = {
|
|
|
9103
7276
|
admin: string;
|
|
9104
7277
|
clerk: string;
|
|
9105
7278
|
treasury: string;
|
|
9106
|
-
authTokenId: string;
|
|
9107
|
-
authTokenType: number;
|
|
9108
|
-
voucherCloneAddress: string;
|
|
9109
7279
|
active: boolean;
|
|
9110
7280
|
};
|
|
9111
7281
|
offer: {
|
|
@@ -9115,8 +7285,6 @@ export declare type ExchangeFieldsFragment = {
|
|
|
9115
7285
|
price: string;
|
|
9116
7286
|
sellerDeposit: string;
|
|
9117
7287
|
protocolFee: string;
|
|
9118
|
-
agentFee: string;
|
|
9119
|
-
agentId: string;
|
|
9120
7288
|
buyerCancelPenalty: string;
|
|
9121
7289
|
quantityAvailable: string;
|
|
9122
7290
|
quantityInitial: string;
|
|
@@ -9138,9 +7306,6 @@ export declare type ExchangeFieldsFragment = {
|
|
|
9138
7306
|
admin: string;
|
|
9139
7307
|
clerk: string;
|
|
9140
7308
|
treasury: string;
|
|
9141
|
-
authTokenId: string;
|
|
9142
|
-
authTokenType: number;
|
|
9143
|
-
voucherCloneAddress: string;
|
|
9144
7309
|
active: boolean;
|
|
9145
7310
|
};
|
|
9146
7311
|
exchangeToken: {
|
|
@@ -9195,165 +7360,11 @@ export declare type ExchangeFieldsFragment = {
|
|
|
9195
7360
|
type: MetadataType;
|
|
9196
7361
|
} | {
|
|
9197
7362
|
__typename?: "ProductV1MetadataEntity";
|
|
9198
|
-
image: string;
|
|
9199
|
-
createdAt: string;
|
|
9200
|
-
voided: boolean;
|
|
9201
|
-
validFromDate: string;
|
|
9202
|
-
validUntilDate: string;
|
|
9203
|
-
quantityAvailable: string;
|
|
9204
|
-
uuid: string;
|
|
9205
7363
|
name: string;
|
|
9206
7364
|
description: string;
|
|
9207
7365
|
externalUrl: string;
|
|
9208
7366
|
schemaUrl: string;
|
|
9209
7367
|
type: MetadataType;
|
|
9210
|
-
attributes?: Array<{
|
|
9211
|
-
__typename?: "MetadataAttribute";
|
|
9212
|
-
traitType: string;
|
|
9213
|
-
value: string;
|
|
9214
|
-
displayType: string;
|
|
9215
|
-
}> | null;
|
|
9216
|
-
product: {
|
|
9217
|
-
__typename?: "ProductV1Product";
|
|
9218
|
-
id: string;
|
|
9219
|
-
uuid: string;
|
|
9220
|
-
version: number;
|
|
9221
|
-
title: string;
|
|
9222
|
-
description: string;
|
|
9223
|
-
identification_sKU?: string | null;
|
|
9224
|
-
identification_productId?: string | null;
|
|
9225
|
-
identification_productIdType?: string | null;
|
|
9226
|
-
productionInformation_brandName: string;
|
|
9227
|
-
productionInformation_manufacturer?: string | null;
|
|
9228
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
9229
|
-
productionInformation_modelNumber?: string | null;
|
|
9230
|
-
productionInformation_materials?: Array<string> | null;
|
|
9231
|
-
details_category?: string | null;
|
|
9232
|
-
details_subCategory?: string | null;
|
|
9233
|
-
details_subCategory2?: string | null;
|
|
9234
|
-
details_offerCategory: string;
|
|
9235
|
-
offerCategory: ProductV1OfferCategory;
|
|
9236
|
-
details_tags?: Array<string> | null;
|
|
9237
|
-
details_sections?: Array<string> | null;
|
|
9238
|
-
details_personalisation?: Array<string> | null;
|
|
9239
|
-
packaging_packageQuantity?: string | null;
|
|
9240
|
-
packaging_dimensions_length?: string | null;
|
|
9241
|
-
packaging_dimensions_width?: string | null;
|
|
9242
|
-
packaging_dimensions_height?: string | null;
|
|
9243
|
-
packaging_dimensions_unit?: string | null;
|
|
9244
|
-
packaging_weight_value?: string | null;
|
|
9245
|
-
packaging_weight_unit?: string | null;
|
|
9246
|
-
brand: {
|
|
9247
|
-
__typename?: "ProductV1Brand";
|
|
9248
|
-
id: string;
|
|
9249
|
-
name: string;
|
|
9250
|
-
};
|
|
9251
|
-
category?: {
|
|
9252
|
-
__typename?: "ProductV1Category";
|
|
9253
|
-
id: string;
|
|
9254
|
-
name: string;
|
|
9255
|
-
} | null;
|
|
9256
|
-
subCategory?: {
|
|
9257
|
-
__typename?: "ProductV1Category";
|
|
9258
|
-
id: string;
|
|
9259
|
-
name: string;
|
|
9260
|
-
} | null;
|
|
9261
|
-
subCategory2?: {
|
|
9262
|
-
__typename?: "ProductV1Category";
|
|
9263
|
-
id: string;
|
|
9264
|
-
name: string;
|
|
9265
|
-
} | null;
|
|
9266
|
-
tags?: Array<{
|
|
9267
|
-
__typename?: "ProductV1Tag";
|
|
9268
|
-
id: string;
|
|
9269
|
-
name: string;
|
|
9270
|
-
}> | null;
|
|
9271
|
-
sections?: Array<{
|
|
9272
|
-
__typename?: "ProductV1Section";
|
|
9273
|
-
id: string;
|
|
9274
|
-
name: string;
|
|
9275
|
-
}> | null;
|
|
9276
|
-
personalisation?: Array<{
|
|
9277
|
-
__typename?: "ProductV1Personalisation";
|
|
9278
|
-
id: string;
|
|
9279
|
-
name: string;
|
|
9280
|
-
}> | null;
|
|
9281
|
-
visuals_images: Array<{
|
|
9282
|
-
__typename?: "ProductV1Media";
|
|
9283
|
-
id: string;
|
|
9284
|
-
url: string;
|
|
9285
|
-
tag?: string | null;
|
|
9286
|
-
type: ProductV1MediaType;
|
|
9287
|
-
}>;
|
|
9288
|
-
visuals_videos?: Array<{
|
|
9289
|
-
__typename?: "ProductV1Media";
|
|
9290
|
-
id: string;
|
|
9291
|
-
url: string;
|
|
9292
|
-
tag?: string | null;
|
|
9293
|
-
type: ProductV1MediaType;
|
|
9294
|
-
}> | null;
|
|
9295
|
-
};
|
|
9296
|
-
variations?: Array<{
|
|
9297
|
-
__typename?: "ProductV1Variation";
|
|
9298
|
-
id: string;
|
|
9299
|
-
type: string;
|
|
9300
|
-
option: string;
|
|
9301
|
-
}> | null;
|
|
9302
|
-
productV1Seller: {
|
|
9303
|
-
__typename?: "ProductV1Seller";
|
|
9304
|
-
id: string;
|
|
9305
|
-
defaultVersion?: number | null;
|
|
9306
|
-
name?: string | null;
|
|
9307
|
-
description?: string | null;
|
|
9308
|
-
externalUrl?: string | null;
|
|
9309
|
-
tokenId?: string | null;
|
|
9310
|
-
images?: Array<{
|
|
9311
|
-
__typename?: "ProductV1Media";
|
|
9312
|
-
id: string;
|
|
9313
|
-
url: string;
|
|
9314
|
-
tag?: string | null;
|
|
9315
|
-
type: ProductV1MediaType;
|
|
9316
|
-
}> | null;
|
|
9317
|
-
contactLinks?: Array<{
|
|
9318
|
-
__typename?: "ProductV1SellerContactLink";
|
|
9319
|
-
id: string;
|
|
9320
|
-
url: string;
|
|
9321
|
-
tag: string;
|
|
9322
|
-
}> | null;
|
|
9323
|
-
seller: {
|
|
9324
|
-
__typename?: "Seller";
|
|
9325
|
-
id: string;
|
|
9326
|
-
operator: string;
|
|
9327
|
-
admin: string;
|
|
9328
|
-
clerk: string;
|
|
9329
|
-
treasury: string;
|
|
9330
|
-
authTokenId: string;
|
|
9331
|
-
authTokenType: number;
|
|
9332
|
-
voucherCloneAddress: string;
|
|
9333
|
-
active: boolean;
|
|
9334
|
-
};
|
|
9335
|
-
};
|
|
9336
|
-
exchangePolicy: {
|
|
9337
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
9338
|
-
id: string;
|
|
9339
|
-
uuid: string;
|
|
9340
|
-
version: number;
|
|
9341
|
-
label?: string | null;
|
|
9342
|
-
template: string;
|
|
9343
|
-
};
|
|
9344
|
-
shipping?: {
|
|
9345
|
-
__typename?: "ProductV1ShippingOption";
|
|
9346
|
-
id: string;
|
|
9347
|
-
defaultVersion?: number | null;
|
|
9348
|
-
countryOfOrigin?: string | null;
|
|
9349
|
-
redemptionPoint?: string | null;
|
|
9350
|
-
supportedJurisdictions?: Array<{
|
|
9351
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
9352
|
-
id: string;
|
|
9353
|
-
label: string;
|
|
9354
|
-
deliveryTime: string;
|
|
9355
|
-
}> | null;
|
|
9356
|
-
} | null;
|
|
9357
7368
|
} | null;
|
|
9358
7369
|
};
|
|
9359
7370
|
};
|
|
@@ -9472,8 +7483,6 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
9472
7483
|
price: string;
|
|
9473
7484
|
sellerDeposit: string;
|
|
9474
7485
|
protocolFee: string;
|
|
9475
|
-
agentFee: string;
|
|
9476
|
-
agentId: string;
|
|
9477
7486
|
buyerCancelPenalty: string;
|
|
9478
7487
|
quantityAvailable: string;
|
|
9479
7488
|
quantityInitial: string;
|
|
@@ -9495,9 +7504,6 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
9495
7504
|
admin: string;
|
|
9496
7505
|
clerk: string;
|
|
9497
7506
|
treasury: string;
|
|
9498
|
-
authTokenId: string;
|
|
9499
|
-
authTokenType: number;
|
|
9500
|
-
voucherCloneAddress: string;
|
|
9501
7507
|
active: boolean;
|
|
9502
7508
|
};
|
|
9503
7509
|
exchangeToken: {
|
|
@@ -9552,165 +7558,11 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
9552
7558
|
type: MetadataType;
|
|
9553
7559
|
} | {
|
|
9554
7560
|
__typename?: "ProductV1MetadataEntity";
|
|
9555
|
-
image: string;
|
|
9556
|
-
createdAt: string;
|
|
9557
|
-
voided: boolean;
|
|
9558
|
-
validFromDate: string;
|
|
9559
|
-
validUntilDate: string;
|
|
9560
|
-
quantityAvailable: string;
|
|
9561
|
-
uuid: string;
|
|
9562
7561
|
name: string;
|
|
9563
7562
|
description: string;
|
|
9564
7563
|
externalUrl: string;
|
|
9565
7564
|
schemaUrl: string;
|
|
9566
7565
|
type: MetadataType;
|
|
9567
|
-
attributes?: Array<{
|
|
9568
|
-
__typename?: "MetadataAttribute";
|
|
9569
|
-
traitType: string;
|
|
9570
|
-
value: string;
|
|
9571
|
-
displayType: string;
|
|
9572
|
-
}> | null;
|
|
9573
|
-
product: {
|
|
9574
|
-
__typename?: "ProductV1Product";
|
|
9575
|
-
id: string;
|
|
9576
|
-
uuid: string;
|
|
9577
|
-
version: number;
|
|
9578
|
-
title: string;
|
|
9579
|
-
description: string;
|
|
9580
|
-
identification_sKU?: string | null;
|
|
9581
|
-
identification_productId?: string | null;
|
|
9582
|
-
identification_productIdType?: string | null;
|
|
9583
|
-
productionInformation_brandName: string;
|
|
9584
|
-
productionInformation_manufacturer?: string | null;
|
|
9585
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
9586
|
-
productionInformation_modelNumber?: string | null;
|
|
9587
|
-
productionInformation_materials?: Array<string> | null;
|
|
9588
|
-
details_category?: string | null;
|
|
9589
|
-
details_subCategory?: string | null;
|
|
9590
|
-
details_subCategory2?: string | null;
|
|
9591
|
-
details_offerCategory: string;
|
|
9592
|
-
offerCategory: ProductV1OfferCategory;
|
|
9593
|
-
details_tags?: Array<string> | null;
|
|
9594
|
-
details_sections?: Array<string> | null;
|
|
9595
|
-
details_personalisation?: Array<string> | null;
|
|
9596
|
-
packaging_packageQuantity?: string | null;
|
|
9597
|
-
packaging_dimensions_length?: string | null;
|
|
9598
|
-
packaging_dimensions_width?: string | null;
|
|
9599
|
-
packaging_dimensions_height?: string | null;
|
|
9600
|
-
packaging_dimensions_unit?: string | null;
|
|
9601
|
-
packaging_weight_value?: string | null;
|
|
9602
|
-
packaging_weight_unit?: string | null;
|
|
9603
|
-
brand: {
|
|
9604
|
-
__typename?: "ProductV1Brand";
|
|
9605
|
-
id: string;
|
|
9606
|
-
name: string;
|
|
9607
|
-
};
|
|
9608
|
-
category?: {
|
|
9609
|
-
__typename?: "ProductV1Category";
|
|
9610
|
-
id: string;
|
|
9611
|
-
name: string;
|
|
9612
|
-
} | null;
|
|
9613
|
-
subCategory?: {
|
|
9614
|
-
__typename?: "ProductV1Category";
|
|
9615
|
-
id: string;
|
|
9616
|
-
name: string;
|
|
9617
|
-
} | null;
|
|
9618
|
-
subCategory2?: {
|
|
9619
|
-
__typename?: "ProductV1Category";
|
|
9620
|
-
id: string;
|
|
9621
|
-
name: string;
|
|
9622
|
-
} | null;
|
|
9623
|
-
tags?: Array<{
|
|
9624
|
-
__typename?: "ProductV1Tag";
|
|
9625
|
-
id: string;
|
|
9626
|
-
name: string;
|
|
9627
|
-
}> | null;
|
|
9628
|
-
sections?: Array<{
|
|
9629
|
-
__typename?: "ProductV1Section";
|
|
9630
|
-
id: string;
|
|
9631
|
-
name: string;
|
|
9632
|
-
}> | null;
|
|
9633
|
-
personalisation?: Array<{
|
|
9634
|
-
__typename?: "ProductV1Personalisation";
|
|
9635
|
-
id: string;
|
|
9636
|
-
name: string;
|
|
9637
|
-
}> | null;
|
|
9638
|
-
visuals_images: Array<{
|
|
9639
|
-
__typename?: "ProductV1Media";
|
|
9640
|
-
id: string;
|
|
9641
|
-
url: string;
|
|
9642
|
-
tag?: string | null;
|
|
9643
|
-
type: ProductV1MediaType;
|
|
9644
|
-
}>;
|
|
9645
|
-
visuals_videos?: Array<{
|
|
9646
|
-
__typename?: "ProductV1Media";
|
|
9647
|
-
id: string;
|
|
9648
|
-
url: string;
|
|
9649
|
-
tag?: string | null;
|
|
9650
|
-
type: ProductV1MediaType;
|
|
9651
|
-
}> | null;
|
|
9652
|
-
};
|
|
9653
|
-
variations?: Array<{
|
|
9654
|
-
__typename?: "ProductV1Variation";
|
|
9655
|
-
id: string;
|
|
9656
|
-
type: string;
|
|
9657
|
-
option: string;
|
|
9658
|
-
}> | null;
|
|
9659
|
-
productV1Seller: {
|
|
9660
|
-
__typename?: "ProductV1Seller";
|
|
9661
|
-
id: string;
|
|
9662
|
-
defaultVersion?: number | null;
|
|
9663
|
-
name?: string | null;
|
|
9664
|
-
description?: string | null;
|
|
9665
|
-
externalUrl?: string | null;
|
|
9666
|
-
tokenId?: string | null;
|
|
9667
|
-
images?: Array<{
|
|
9668
|
-
__typename?: "ProductV1Media";
|
|
9669
|
-
id: string;
|
|
9670
|
-
url: string;
|
|
9671
|
-
tag?: string | null;
|
|
9672
|
-
type: ProductV1MediaType;
|
|
9673
|
-
}> | null;
|
|
9674
|
-
contactLinks?: Array<{
|
|
9675
|
-
__typename?: "ProductV1SellerContactLink";
|
|
9676
|
-
id: string;
|
|
9677
|
-
url: string;
|
|
9678
|
-
tag: string;
|
|
9679
|
-
}> | null;
|
|
9680
|
-
seller: {
|
|
9681
|
-
__typename?: "Seller";
|
|
9682
|
-
id: string;
|
|
9683
|
-
operator: string;
|
|
9684
|
-
admin: string;
|
|
9685
|
-
clerk: string;
|
|
9686
|
-
treasury: string;
|
|
9687
|
-
authTokenId: string;
|
|
9688
|
-
authTokenType: number;
|
|
9689
|
-
voucherCloneAddress: string;
|
|
9690
|
-
active: boolean;
|
|
9691
|
-
};
|
|
9692
|
-
};
|
|
9693
|
-
exchangePolicy: {
|
|
9694
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
9695
|
-
id: string;
|
|
9696
|
-
uuid: string;
|
|
9697
|
-
version: number;
|
|
9698
|
-
label?: string | null;
|
|
9699
|
-
template: string;
|
|
9700
|
-
};
|
|
9701
|
-
shipping?: {
|
|
9702
|
-
__typename?: "ProductV1ShippingOption";
|
|
9703
|
-
id: string;
|
|
9704
|
-
defaultVersion?: number | null;
|
|
9705
|
-
countryOfOrigin?: string | null;
|
|
9706
|
-
redemptionPoint?: string | null;
|
|
9707
|
-
supportedJurisdictions?: Array<{
|
|
9708
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
9709
|
-
id: string;
|
|
9710
|
-
label: string;
|
|
9711
|
-
deliveryTime: string;
|
|
9712
|
-
}> | null;
|
|
9713
|
-
} | null;
|
|
9714
7566
|
} | null;
|
|
9715
7567
|
};
|
|
9716
7568
|
seller: {
|
|
@@ -9720,9 +7572,6 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
9720
7572
|
admin: string;
|
|
9721
7573
|
clerk: string;
|
|
9722
7574
|
treasury: string;
|
|
9723
|
-
authTokenId: string;
|
|
9724
|
-
authTokenType: number;
|
|
9725
|
-
voucherCloneAddress: string;
|
|
9726
7575
|
active: boolean;
|
|
9727
7576
|
};
|
|
9728
7577
|
exchangeToken: {
|
|
@@ -9771,8 +7620,6 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
9771
7620
|
price: string;
|
|
9772
7621
|
sellerDeposit: string;
|
|
9773
7622
|
protocolFee: string;
|
|
9774
|
-
agentFee: string;
|
|
9775
|
-
agentId: string;
|
|
9776
7623
|
buyerCancelPenalty: string;
|
|
9777
7624
|
quantityAvailable: string;
|
|
9778
7625
|
quantityInitial: string;
|
|
@@ -9794,9 +7641,6 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
9794
7641
|
admin: string;
|
|
9795
7642
|
clerk: string;
|
|
9796
7643
|
treasury: string;
|
|
9797
|
-
authTokenId: string;
|
|
9798
|
-
authTokenType: number;
|
|
9799
|
-
voucherCloneAddress: string;
|
|
9800
7644
|
active: boolean;
|
|
9801
7645
|
};
|
|
9802
7646
|
exchangeToken: {
|
|
@@ -9851,165 +7695,11 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
9851
7695
|
type: MetadataType;
|
|
9852
7696
|
} | {
|
|
9853
7697
|
__typename?: "ProductV1MetadataEntity";
|
|
9854
|
-
image: string;
|
|
9855
|
-
createdAt: string;
|
|
9856
|
-
voided: boolean;
|
|
9857
|
-
validFromDate: string;
|
|
9858
|
-
validUntilDate: string;
|
|
9859
|
-
quantityAvailable: string;
|
|
9860
|
-
uuid: string;
|
|
9861
7698
|
name: string;
|
|
9862
7699
|
description: string;
|
|
9863
7700
|
externalUrl: string;
|
|
9864
7701
|
schemaUrl: string;
|
|
9865
7702
|
type: MetadataType;
|
|
9866
|
-
attributes?: Array<{
|
|
9867
|
-
__typename?: "MetadataAttribute";
|
|
9868
|
-
traitType: string;
|
|
9869
|
-
value: string;
|
|
9870
|
-
displayType: string;
|
|
9871
|
-
}> | null;
|
|
9872
|
-
product: {
|
|
9873
|
-
__typename?: "ProductV1Product";
|
|
9874
|
-
id: string;
|
|
9875
|
-
uuid: string;
|
|
9876
|
-
version: number;
|
|
9877
|
-
title: string;
|
|
9878
|
-
description: string;
|
|
9879
|
-
identification_sKU?: string | null;
|
|
9880
|
-
identification_productId?: string | null;
|
|
9881
|
-
identification_productIdType?: string | null;
|
|
9882
|
-
productionInformation_brandName: string;
|
|
9883
|
-
productionInformation_manufacturer?: string | null;
|
|
9884
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
9885
|
-
productionInformation_modelNumber?: string | null;
|
|
9886
|
-
productionInformation_materials?: Array<string> | null;
|
|
9887
|
-
details_category?: string | null;
|
|
9888
|
-
details_subCategory?: string | null;
|
|
9889
|
-
details_subCategory2?: string | null;
|
|
9890
|
-
details_offerCategory: string;
|
|
9891
|
-
offerCategory: ProductV1OfferCategory;
|
|
9892
|
-
details_tags?: Array<string> | null;
|
|
9893
|
-
details_sections?: Array<string> | null;
|
|
9894
|
-
details_personalisation?: Array<string> | null;
|
|
9895
|
-
packaging_packageQuantity?: string | null;
|
|
9896
|
-
packaging_dimensions_length?: string | null;
|
|
9897
|
-
packaging_dimensions_width?: string | null;
|
|
9898
|
-
packaging_dimensions_height?: string | null;
|
|
9899
|
-
packaging_dimensions_unit?: string | null;
|
|
9900
|
-
packaging_weight_value?: string | null;
|
|
9901
|
-
packaging_weight_unit?: string | null;
|
|
9902
|
-
brand: {
|
|
9903
|
-
__typename?: "ProductV1Brand";
|
|
9904
|
-
id: string;
|
|
9905
|
-
name: string;
|
|
9906
|
-
};
|
|
9907
|
-
category?: {
|
|
9908
|
-
__typename?: "ProductV1Category";
|
|
9909
|
-
id: string;
|
|
9910
|
-
name: string;
|
|
9911
|
-
} | null;
|
|
9912
|
-
subCategory?: {
|
|
9913
|
-
__typename?: "ProductV1Category";
|
|
9914
|
-
id: string;
|
|
9915
|
-
name: string;
|
|
9916
|
-
} | null;
|
|
9917
|
-
subCategory2?: {
|
|
9918
|
-
__typename?: "ProductV1Category";
|
|
9919
|
-
id: string;
|
|
9920
|
-
name: string;
|
|
9921
|
-
} | null;
|
|
9922
|
-
tags?: Array<{
|
|
9923
|
-
__typename?: "ProductV1Tag";
|
|
9924
|
-
id: string;
|
|
9925
|
-
name: string;
|
|
9926
|
-
}> | null;
|
|
9927
|
-
sections?: Array<{
|
|
9928
|
-
__typename?: "ProductV1Section";
|
|
9929
|
-
id: string;
|
|
9930
|
-
name: string;
|
|
9931
|
-
}> | null;
|
|
9932
|
-
personalisation?: Array<{
|
|
9933
|
-
__typename?: "ProductV1Personalisation";
|
|
9934
|
-
id: string;
|
|
9935
|
-
name: string;
|
|
9936
|
-
}> | null;
|
|
9937
|
-
visuals_images: Array<{
|
|
9938
|
-
__typename?: "ProductV1Media";
|
|
9939
|
-
id: string;
|
|
9940
|
-
url: string;
|
|
9941
|
-
tag?: string | null;
|
|
9942
|
-
type: ProductV1MediaType;
|
|
9943
|
-
}>;
|
|
9944
|
-
visuals_videos?: Array<{
|
|
9945
|
-
__typename?: "ProductV1Media";
|
|
9946
|
-
id: string;
|
|
9947
|
-
url: string;
|
|
9948
|
-
tag?: string | null;
|
|
9949
|
-
type: ProductV1MediaType;
|
|
9950
|
-
}> | null;
|
|
9951
|
-
};
|
|
9952
|
-
variations?: Array<{
|
|
9953
|
-
__typename?: "ProductV1Variation";
|
|
9954
|
-
id: string;
|
|
9955
|
-
type: string;
|
|
9956
|
-
option: string;
|
|
9957
|
-
}> | null;
|
|
9958
|
-
productV1Seller: {
|
|
9959
|
-
__typename?: "ProductV1Seller";
|
|
9960
|
-
id: string;
|
|
9961
|
-
defaultVersion?: number | null;
|
|
9962
|
-
name?: string | null;
|
|
9963
|
-
description?: string | null;
|
|
9964
|
-
externalUrl?: string | null;
|
|
9965
|
-
tokenId?: string | null;
|
|
9966
|
-
images?: Array<{
|
|
9967
|
-
__typename?: "ProductV1Media";
|
|
9968
|
-
id: string;
|
|
9969
|
-
url: string;
|
|
9970
|
-
tag?: string | null;
|
|
9971
|
-
type: ProductV1MediaType;
|
|
9972
|
-
}> | null;
|
|
9973
|
-
contactLinks?: Array<{
|
|
9974
|
-
__typename?: "ProductV1SellerContactLink";
|
|
9975
|
-
id: string;
|
|
9976
|
-
url: string;
|
|
9977
|
-
tag: string;
|
|
9978
|
-
}> | null;
|
|
9979
|
-
seller: {
|
|
9980
|
-
__typename?: "Seller";
|
|
9981
|
-
id: string;
|
|
9982
|
-
operator: string;
|
|
9983
|
-
admin: string;
|
|
9984
|
-
clerk: string;
|
|
9985
|
-
treasury: string;
|
|
9986
|
-
authTokenId: string;
|
|
9987
|
-
authTokenType: number;
|
|
9988
|
-
voucherCloneAddress: string;
|
|
9989
|
-
active: boolean;
|
|
9990
|
-
};
|
|
9991
|
-
};
|
|
9992
|
-
exchangePolicy: {
|
|
9993
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
9994
|
-
id: string;
|
|
9995
|
-
uuid: string;
|
|
9996
|
-
version: number;
|
|
9997
|
-
label?: string | null;
|
|
9998
|
-
template: string;
|
|
9999
|
-
};
|
|
10000
|
-
shipping?: {
|
|
10001
|
-
__typename?: "ProductV1ShippingOption";
|
|
10002
|
-
id: string;
|
|
10003
|
-
defaultVersion?: number | null;
|
|
10004
|
-
countryOfOrigin?: string | null;
|
|
10005
|
-
redemptionPoint?: string | null;
|
|
10006
|
-
supportedJurisdictions?: Array<{
|
|
10007
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
10008
|
-
id: string;
|
|
10009
|
-
label: string;
|
|
10010
|
-
deliveryTime: string;
|
|
10011
|
-
}> | null;
|
|
10012
|
-
} | null;
|
|
10013
7703
|
} | null;
|
|
10014
7704
|
};
|
|
10015
7705
|
seller: {
|
|
@@ -10019,9 +7709,6 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
10019
7709
|
admin: string;
|
|
10020
7710
|
clerk: string;
|
|
10021
7711
|
treasury: string;
|
|
10022
|
-
authTokenId: string;
|
|
10023
|
-
authTokenType: number;
|
|
10024
|
-
voucherCloneAddress: string;
|
|
10025
7712
|
active: boolean;
|
|
10026
7713
|
};
|
|
10027
7714
|
exchangeToken: {
|
|
@@ -10061,8 +7748,6 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
10061
7748
|
price: string;
|
|
10062
7749
|
sellerDeposit: string;
|
|
10063
7750
|
protocolFee: string;
|
|
10064
|
-
agentFee: string;
|
|
10065
|
-
agentId: string;
|
|
10066
7751
|
buyerCancelPenalty: string;
|
|
10067
7752
|
quantityAvailable: string;
|
|
10068
7753
|
quantityInitial: string;
|
|
@@ -10084,9 +7769,6 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
10084
7769
|
admin: string;
|
|
10085
7770
|
clerk: string;
|
|
10086
7771
|
treasury: string;
|
|
10087
|
-
authTokenId: string;
|
|
10088
|
-
authTokenType: number;
|
|
10089
|
-
voucherCloneAddress: string;
|
|
10090
7772
|
active: boolean;
|
|
10091
7773
|
};
|
|
10092
7774
|
exchangeToken: {
|
|
@@ -10141,165 +7823,11 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
10141
7823
|
type: MetadataType;
|
|
10142
7824
|
} | {
|
|
10143
7825
|
__typename?: "ProductV1MetadataEntity";
|
|
10144
|
-
image: string;
|
|
10145
|
-
createdAt: string;
|
|
10146
|
-
voided: boolean;
|
|
10147
|
-
validFromDate: string;
|
|
10148
|
-
validUntilDate: string;
|
|
10149
|
-
quantityAvailable: string;
|
|
10150
|
-
uuid: string;
|
|
10151
7826
|
name: string;
|
|
10152
7827
|
description: string;
|
|
10153
7828
|
externalUrl: string;
|
|
10154
7829
|
schemaUrl: string;
|
|
10155
7830
|
type: MetadataType;
|
|
10156
|
-
attributes?: Array<{
|
|
10157
|
-
__typename?: "MetadataAttribute";
|
|
10158
|
-
traitType: string;
|
|
10159
|
-
value: string;
|
|
10160
|
-
displayType: string;
|
|
10161
|
-
}> | null;
|
|
10162
|
-
product: {
|
|
10163
|
-
__typename?: "ProductV1Product";
|
|
10164
|
-
id: string;
|
|
10165
|
-
uuid: string;
|
|
10166
|
-
version: number;
|
|
10167
|
-
title: string;
|
|
10168
|
-
description: string;
|
|
10169
|
-
identification_sKU?: string | null;
|
|
10170
|
-
identification_productId?: string | null;
|
|
10171
|
-
identification_productIdType?: string | null;
|
|
10172
|
-
productionInformation_brandName: string;
|
|
10173
|
-
productionInformation_manufacturer?: string | null;
|
|
10174
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
10175
|
-
productionInformation_modelNumber?: string | null;
|
|
10176
|
-
productionInformation_materials?: Array<string> | null;
|
|
10177
|
-
details_category?: string | null;
|
|
10178
|
-
details_subCategory?: string | null;
|
|
10179
|
-
details_subCategory2?: string | null;
|
|
10180
|
-
details_offerCategory: string;
|
|
10181
|
-
offerCategory: ProductV1OfferCategory;
|
|
10182
|
-
details_tags?: Array<string> | null;
|
|
10183
|
-
details_sections?: Array<string> | null;
|
|
10184
|
-
details_personalisation?: Array<string> | null;
|
|
10185
|
-
packaging_packageQuantity?: string | null;
|
|
10186
|
-
packaging_dimensions_length?: string | null;
|
|
10187
|
-
packaging_dimensions_width?: string | null;
|
|
10188
|
-
packaging_dimensions_height?: string | null;
|
|
10189
|
-
packaging_dimensions_unit?: string | null;
|
|
10190
|
-
packaging_weight_value?: string | null;
|
|
10191
|
-
packaging_weight_unit?: string | null;
|
|
10192
|
-
brand: {
|
|
10193
|
-
__typename?: "ProductV1Brand";
|
|
10194
|
-
id: string;
|
|
10195
|
-
name: string;
|
|
10196
|
-
};
|
|
10197
|
-
category?: {
|
|
10198
|
-
__typename?: "ProductV1Category";
|
|
10199
|
-
id: string;
|
|
10200
|
-
name: string;
|
|
10201
|
-
} | null;
|
|
10202
|
-
subCategory?: {
|
|
10203
|
-
__typename?: "ProductV1Category";
|
|
10204
|
-
id: string;
|
|
10205
|
-
name: string;
|
|
10206
|
-
} | null;
|
|
10207
|
-
subCategory2?: {
|
|
10208
|
-
__typename?: "ProductV1Category";
|
|
10209
|
-
id: string;
|
|
10210
|
-
name: string;
|
|
10211
|
-
} | null;
|
|
10212
|
-
tags?: Array<{
|
|
10213
|
-
__typename?: "ProductV1Tag";
|
|
10214
|
-
id: string;
|
|
10215
|
-
name: string;
|
|
10216
|
-
}> | null;
|
|
10217
|
-
sections?: Array<{
|
|
10218
|
-
__typename?: "ProductV1Section";
|
|
10219
|
-
id: string;
|
|
10220
|
-
name: string;
|
|
10221
|
-
}> | null;
|
|
10222
|
-
personalisation?: Array<{
|
|
10223
|
-
__typename?: "ProductV1Personalisation";
|
|
10224
|
-
id: string;
|
|
10225
|
-
name: string;
|
|
10226
|
-
}> | null;
|
|
10227
|
-
visuals_images: Array<{
|
|
10228
|
-
__typename?: "ProductV1Media";
|
|
10229
|
-
id: string;
|
|
10230
|
-
url: string;
|
|
10231
|
-
tag?: string | null;
|
|
10232
|
-
type: ProductV1MediaType;
|
|
10233
|
-
}>;
|
|
10234
|
-
visuals_videos?: Array<{
|
|
10235
|
-
__typename?: "ProductV1Media";
|
|
10236
|
-
id: string;
|
|
10237
|
-
url: string;
|
|
10238
|
-
tag?: string | null;
|
|
10239
|
-
type: ProductV1MediaType;
|
|
10240
|
-
}> | null;
|
|
10241
|
-
};
|
|
10242
|
-
variations?: Array<{
|
|
10243
|
-
__typename?: "ProductV1Variation";
|
|
10244
|
-
id: string;
|
|
10245
|
-
type: string;
|
|
10246
|
-
option: string;
|
|
10247
|
-
}> | null;
|
|
10248
|
-
productV1Seller: {
|
|
10249
|
-
__typename?: "ProductV1Seller";
|
|
10250
|
-
id: string;
|
|
10251
|
-
defaultVersion?: number | null;
|
|
10252
|
-
name?: string | null;
|
|
10253
|
-
description?: string | null;
|
|
10254
|
-
externalUrl?: string | null;
|
|
10255
|
-
tokenId?: string | null;
|
|
10256
|
-
images?: Array<{
|
|
10257
|
-
__typename?: "ProductV1Media";
|
|
10258
|
-
id: string;
|
|
10259
|
-
url: string;
|
|
10260
|
-
tag?: string | null;
|
|
10261
|
-
type: ProductV1MediaType;
|
|
10262
|
-
}> | null;
|
|
10263
|
-
contactLinks?: Array<{
|
|
10264
|
-
__typename?: "ProductV1SellerContactLink";
|
|
10265
|
-
id: string;
|
|
10266
|
-
url: string;
|
|
10267
|
-
tag: string;
|
|
10268
|
-
}> | null;
|
|
10269
|
-
seller: {
|
|
10270
|
-
__typename?: "Seller";
|
|
10271
|
-
id: string;
|
|
10272
|
-
operator: string;
|
|
10273
|
-
admin: string;
|
|
10274
|
-
clerk: string;
|
|
10275
|
-
treasury: string;
|
|
10276
|
-
authTokenId: string;
|
|
10277
|
-
authTokenType: number;
|
|
10278
|
-
voucherCloneAddress: string;
|
|
10279
|
-
active: boolean;
|
|
10280
|
-
};
|
|
10281
|
-
};
|
|
10282
|
-
exchangePolicy: {
|
|
10283
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
10284
|
-
id: string;
|
|
10285
|
-
uuid: string;
|
|
10286
|
-
version: number;
|
|
10287
|
-
label?: string | null;
|
|
10288
|
-
template: string;
|
|
10289
|
-
};
|
|
10290
|
-
shipping?: {
|
|
10291
|
-
__typename?: "ProductV1ShippingOption";
|
|
10292
|
-
id: string;
|
|
10293
|
-
defaultVersion?: number | null;
|
|
10294
|
-
countryOfOrigin?: string | null;
|
|
10295
|
-
redemptionPoint?: string | null;
|
|
10296
|
-
supportedJurisdictions?: Array<{
|
|
10297
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
10298
|
-
id: string;
|
|
10299
|
-
label: string;
|
|
10300
|
-
deliveryTime: string;
|
|
10301
|
-
}> | null;
|
|
10302
|
-
} | null;
|
|
10303
7831
|
} | null;
|
|
10304
7832
|
};
|
|
10305
7833
|
seller: {
|
|
@@ -10309,9 +7837,6 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
10309
7837
|
admin: string;
|
|
10310
7838
|
clerk: string;
|
|
10311
7839
|
treasury: string;
|
|
10312
|
-
authTokenId: string;
|
|
10313
|
-
authTokenType: number;
|
|
10314
|
-
voucherCloneAddress: string;
|
|
10315
7840
|
active: boolean;
|
|
10316
7841
|
};
|
|
10317
7842
|
exchangeToken: {
|
|
@@ -10350,8 +7875,6 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
10350
7875
|
price: string;
|
|
10351
7876
|
sellerDeposit: string;
|
|
10352
7877
|
protocolFee: string;
|
|
10353
|
-
agentFee: string;
|
|
10354
|
-
agentId: string;
|
|
10355
7878
|
buyerCancelPenalty: string;
|
|
10356
7879
|
quantityAvailable: string;
|
|
10357
7880
|
quantityInitial: string;
|
|
@@ -10373,9 +7896,6 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
10373
7896
|
admin: string;
|
|
10374
7897
|
clerk: string;
|
|
10375
7898
|
treasury: string;
|
|
10376
|
-
authTokenId: string;
|
|
10377
|
-
authTokenType: number;
|
|
10378
|
-
voucherCloneAddress: string;
|
|
10379
7899
|
active: boolean;
|
|
10380
7900
|
};
|
|
10381
7901
|
exchangeToken: {
|
|
@@ -10430,165 +7950,11 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
10430
7950
|
type: MetadataType;
|
|
10431
7951
|
} | {
|
|
10432
7952
|
__typename?: "ProductV1MetadataEntity";
|
|
10433
|
-
image: string;
|
|
10434
|
-
createdAt: string;
|
|
10435
|
-
voided: boolean;
|
|
10436
|
-
validFromDate: string;
|
|
10437
|
-
validUntilDate: string;
|
|
10438
|
-
quantityAvailable: string;
|
|
10439
|
-
uuid: string;
|
|
10440
7953
|
name: string;
|
|
10441
7954
|
description: string;
|
|
10442
7955
|
externalUrl: string;
|
|
10443
7956
|
schemaUrl: string;
|
|
10444
7957
|
type: MetadataType;
|
|
10445
|
-
attributes?: Array<{
|
|
10446
|
-
__typename?: "MetadataAttribute";
|
|
10447
|
-
traitType: string;
|
|
10448
|
-
value: string;
|
|
10449
|
-
displayType: string;
|
|
10450
|
-
}> | null;
|
|
10451
|
-
product: {
|
|
10452
|
-
__typename?: "ProductV1Product";
|
|
10453
|
-
id: string;
|
|
10454
|
-
uuid: string;
|
|
10455
|
-
version: number;
|
|
10456
|
-
title: string;
|
|
10457
|
-
description: string;
|
|
10458
|
-
identification_sKU?: string | null;
|
|
10459
|
-
identification_productId?: string | null;
|
|
10460
|
-
identification_productIdType?: string | null;
|
|
10461
|
-
productionInformation_brandName: string;
|
|
10462
|
-
productionInformation_manufacturer?: string | null;
|
|
10463
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
10464
|
-
productionInformation_modelNumber?: string | null;
|
|
10465
|
-
productionInformation_materials?: Array<string> | null;
|
|
10466
|
-
details_category?: string | null;
|
|
10467
|
-
details_subCategory?: string | null;
|
|
10468
|
-
details_subCategory2?: string | null;
|
|
10469
|
-
details_offerCategory: string;
|
|
10470
|
-
offerCategory: ProductV1OfferCategory;
|
|
10471
|
-
details_tags?: Array<string> | null;
|
|
10472
|
-
details_sections?: Array<string> | null;
|
|
10473
|
-
details_personalisation?: Array<string> | null;
|
|
10474
|
-
packaging_packageQuantity?: string | null;
|
|
10475
|
-
packaging_dimensions_length?: string | null;
|
|
10476
|
-
packaging_dimensions_width?: string | null;
|
|
10477
|
-
packaging_dimensions_height?: string | null;
|
|
10478
|
-
packaging_dimensions_unit?: string | null;
|
|
10479
|
-
packaging_weight_value?: string | null;
|
|
10480
|
-
packaging_weight_unit?: string | null;
|
|
10481
|
-
brand: {
|
|
10482
|
-
__typename?: "ProductV1Brand";
|
|
10483
|
-
id: string;
|
|
10484
|
-
name: string;
|
|
10485
|
-
};
|
|
10486
|
-
category?: {
|
|
10487
|
-
__typename?: "ProductV1Category";
|
|
10488
|
-
id: string;
|
|
10489
|
-
name: string;
|
|
10490
|
-
} | null;
|
|
10491
|
-
subCategory?: {
|
|
10492
|
-
__typename?: "ProductV1Category";
|
|
10493
|
-
id: string;
|
|
10494
|
-
name: string;
|
|
10495
|
-
} | null;
|
|
10496
|
-
subCategory2?: {
|
|
10497
|
-
__typename?: "ProductV1Category";
|
|
10498
|
-
id: string;
|
|
10499
|
-
name: string;
|
|
10500
|
-
} | null;
|
|
10501
|
-
tags?: Array<{
|
|
10502
|
-
__typename?: "ProductV1Tag";
|
|
10503
|
-
id: string;
|
|
10504
|
-
name: string;
|
|
10505
|
-
}> | null;
|
|
10506
|
-
sections?: Array<{
|
|
10507
|
-
__typename?: "ProductV1Section";
|
|
10508
|
-
id: string;
|
|
10509
|
-
name: string;
|
|
10510
|
-
}> | null;
|
|
10511
|
-
personalisation?: Array<{
|
|
10512
|
-
__typename?: "ProductV1Personalisation";
|
|
10513
|
-
id: string;
|
|
10514
|
-
name: string;
|
|
10515
|
-
}> | null;
|
|
10516
|
-
visuals_images: Array<{
|
|
10517
|
-
__typename?: "ProductV1Media";
|
|
10518
|
-
id: string;
|
|
10519
|
-
url: string;
|
|
10520
|
-
tag?: string | null;
|
|
10521
|
-
type: ProductV1MediaType;
|
|
10522
|
-
}>;
|
|
10523
|
-
visuals_videos?: Array<{
|
|
10524
|
-
__typename?: "ProductV1Media";
|
|
10525
|
-
id: string;
|
|
10526
|
-
url: string;
|
|
10527
|
-
tag?: string | null;
|
|
10528
|
-
type: ProductV1MediaType;
|
|
10529
|
-
}> | null;
|
|
10530
|
-
};
|
|
10531
|
-
variations?: Array<{
|
|
10532
|
-
__typename?: "ProductV1Variation";
|
|
10533
|
-
id: string;
|
|
10534
|
-
type: string;
|
|
10535
|
-
option: string;
|
|
10536
|
-
}> | null;
|
|
10537
|
-
productV1Seller: {
|
|
10538
|
-
__typename?: "ProductV1Seller";
|
|
10539
|
-
id: string;
|
|
10540
|
-
defaultVersion?: number | null;
|
|
10541
|
-
name?: string | null;
|
|
10542
|
-
description?: string | null;
|
|
10543
|
-
externalUrl?: string | null;
|
|
10544
|
-
tokenId?: string | null;
|
|
10545
|
-
images?: Array<{
|
|
10546
|
-
__typename?: "ProductV1Media";
|
|
10547
|
-
id: string;
|
|
10548
|
-
url: string;
|
|
10549
|
-
tag?: string | null;
|
|
10550
|
-
type: ProductV1MediaType;
|
|
10551
|
-
}> | null;
|
|
10552
|
-
contactLinks?: Array<{
|
|
10553
|
-
__typename?: "ProductV1SellerContactLink";
|
|
10554
|
-
id: string;
|
|
10555
|
-
url: string;
|
|
10556
|
-
tag: string;
|
|
10557
|
-
}> | null;
|
|
10558
|
-
seller: {
|
|
10559
|
-
__typename?: "Seller";
|
|
10560
|
-
id: string;
|
|
10561
|
-
operator: string;
|
|
10562
|
-
admin: string;
|
|
10563
|
-
clerk: string;
|
|
10564
|
-
treasury: string;
|
|
10565
|
-
authTokenId: string;
|
|
10566
|
-
authTokenType: number;
|
|
10567
|
-
voucherCloneAddress: string;
|
|
10568
|
-
active: boolean;
|
|
10569
|
-
};
|
|
10570
|
-
};
|
|
10571
|
-
exchangePolicy: {
|
|
10572
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
10573
|
-
id: string;
|
|
10574
|
-
uuid: string;
|
|
10575
|
-
version: number;
|
|
10576
|
-
label?: string | null;
|
|
10577
|
-
template: string;
|
|
10578
|
-
};
|
|
10579
|
-
shipping?: {
|
|
10580
|
-
__typename?: "ProductV1ShippingOption";
|
|
10581
|
-
id: string;
|
|
10582
|
-
defaultVersion?: number | null;
|
|
10583
|
-
countryOfOrigin?: string | null;
|
|
10584
|
-
redemptionPoint?: string | null;
|
|
10585
|
-
supportedJurisdictions?: Array<{
|
|
10586
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
10587
|
-
id: string;
|
|
10588
|
-
label: string;
|
|
10589
|
-
deliveryTime: string;
|
|
10590
|
-
}> | null;
|
|
10591
|
-
} | null;
|
|
10592
7958
|
} | null;
|
|
10593
7959
|
};
|
|
10594
7960
|
seller: {
|
|
@@ -10598,9 +7964,6 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
10598
7964
|
admin: string;
|
|
10599
7965
|
clerk: string;
|
|
10600
7966
|
treasury: string;
|
|
10601
|
-
authTokenId: string;
|
|
10602
|
-
authTokenType: number;
|
|
10603
|
-
voucherCloneAddress: string;
|
|
10604
7967
|
active: boolean;
|
|
10605
7968
|
};
|
|
10606
7969
|
exchangeToken: {
|
|
@@ -10680,8 +8043,6 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
10680
8043
|
price: string;
|
|
10681
8044
|
sellerDeposit: string;
|
|
10682
8045
|
protocolFee: string;
|
|
10683
|
-
agentFee: string;
|
|
10684
|
-
agentId: string;
|
|
10685
8046
|
buyerCancelPenalty: string;
|
|
10686
8047
|
quantityAvailable: string;
|
|
10687
8048
|
quantityInitial: string;
|
|
@@ -10703,9 +8064,6 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
10703
8064
|
admin: string;
|
|
10704
8065
|
clerk: string;
|
|
10705
8066
|
treasury: string;
|
|
10706
|
-
authTokenId: string;
|
|
10707
|
-
authTokenType: number;
|
|
10708
|
-
voucherCloneAddress: string;
|
|
10709
8067
|
active: boolean;
|
|
10710
8068
|
};
|
|
10711
8069
|
exchangeToken: {
|
|
@@ -10760,165 +8118,11 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
10760
8118
|
type: MetadataType;
|
|
10761
8119
|
} | {
|
|
10762
8120
|
__typename?: "ProductV1MetadataEntity";
|
|
10763
|
-
image: string;
|
|
10764
|
-
createdAt: string;
|
|
10765
|
-
voided: boolean;
|
|
10766
|
-
validFromDate: string;
|
|
10767
|
-
validUntilDate: string;
|
|
10768
|
-
quantityAvailable: string;
|
|
10769
|
-
uuid: string;
|
|
10770
8121
|
name: string;
|
|
10771
8122
|
description: string;
|
|
10772
8123
|
externalUrl: string;
|
|
10773
8124
|
schemaUrl: string;
|
|
10774
8125
|
type: MetadataType;
|
|
10775
|
-
attributes?: Array<{
|
|
10776
|
-
__typename?: "MetadataAttribute";
|
|
10777
|
-
traitType: string;
|
|
10778
|
-
value: string;
|
|
10779
|
-
displayType: string;
|
|
10780
|
-
}> | null;
|
|
10781
|
-
product: {
|
|
10782
|
-
__typename?: "ProductV1Product";
|
|
10783
|
-
id: string;
|
|
10784
|
-
uuid: string;
|
|
10785
|
-
version: number;
|
|
10786
|
-
title: string;
|
|
10787
|
-
description: string;
|
|
10788
|
-
identification_sKU?: string | null;
|
|
10789
|
-
identification_productId?: string | null;
|
|
10790
|
-
identification_productIdType?: string | null;
|
|
10791
|
-
productionInformation_brandName: string;
|
|
10792
|
-
productionInformation_manufacturer?: string | null;
|
|
10793
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
10794
|
-
productionInformation_modelNumber?: string | null;
|
|
10795
|
-
productionInformation_materials?: Array<string> | null;
|
|
10796
|
-
details_category?: string | null;
|
|
10797
|
-
details_subCategory?: string | null;
|
|
10798
|
-
details_subCategory2?: string | null;
|
|
10799
|
-
details_offerCategory: string;
|
|
10800
|
-
offerCategory: ProductV1OfferCategory;
|
|
10801
|
-
details_tags?: Array<string> | null;
|
|
10802
|
-
details_sections?: Array<string> | null;
|
|
10803
|
-
details_personalisation?: Array<string> | null;
|
|
10804
|
-
packaging_packageQuantity?: string | null;
|
|
10805
|
-
packaging_dimensions_length?: string | null;
|
|
10806
|
-
packaging_dimensions_width?: string | null;
|
|
10807
|
-
packaging_dimensions_height?: string | null;
|
|
10808
|
-
packaging_dimensions_unit?: string | null;
|
|
10809
|
-
packaging_weight_value?: string | null;
|
|
10810
|
-
packaging_weight_unit?: string | null;
|
|
10811
|
-
brand: {
|
|
10812
|
-
__typename?: "ProductV1Brand";
|
|
10813
|
-
id: string;
|
|
10814
|
-
name: string;
|
|
10815
|
-
};
|
|
10816
|
-
category?: {
|
|
10817
|
-
__typename?: "ProductV1Category";
|
|
10818
|
-
id: string;
|
|
10819
|
-
name: string;
|
|
10820
|
-
} | null;
|
|
10821
|
-
subCategory?: {
|
|
10822
|
-
__typename?: "ProductV1Category";
|
|
10823
|
-
id: string;
|
|
10824
|
-
name: string;
|
|
10825
|
-
} | null;
|
|
10826
|
-
subCategory2?: {
|
|
10827
|
-
__typename?: "ProductV1Category";
|
|
10828
|
-
id: string;
|
|
10829
|
-
name: string;
|
|
10830
|
-
} | null;
|
|
10831
|
-
tags?: Array<{
|
|
10832
|
-
__typename?: "ProductV1Tag";
|
|
10833
|
-
id: string;
|
|
10834
|
-
name: string;
|
|
10835
|
-
}> | null;
|
|
10836
|
-
sections?: Array<{
|
|
10837
|
-
__typename?: "ProductV1Section";
|
|
10838
|
-
id: string;
|
|
10839
|
-
name: string;
|
|
10840
|
-
}> | null;
|
|
10841
|
-
personalisation?: Array<{
|
|
10842
|
-
__typename?: "ProductV1Personalisation";
|
|
10843
|
-
id: string;
|
|
10844
|
-
name: string;
|
|
10845
|
-
}> | null;
|
|
10846
|
-
visuals_images: Array<{
|
|
10847
|
-
__typename?: "ProductV1Media";
|
|
10848
|
-
id: string;
|
|
10849
|
-
url: string;
|
|
10850
|
-
tag?: string | null;
|
|
10851
|
-
type: ProductV1MediaType;
|
|
10852
|
-
}>;
|
|
10853
|
-
visuals_videos?: Array<{
|
|
10854
|
-
__typename?: "ProductV1Media";
|
|
10855
|
-
id: string;
|
|
10856
|
-
url: string;
|
|
10857
|
-
tag?: string | null;
|
|
10858
|
-
type: ProductV1MediaType;
|
|
10859
|
-
}> | null;
|
|
10860
|
-
};
|
|
10861
|
-
variations?: Array<{
|
|
10862
|
-
__typename?: "ProductV1Variation";
|
|
10863
|
-
id: string;
|
|
10864
|
-
type: string;
|
|
10865
|
-
option: string;
|
|
10866
|
-
}> | null;
|
|
10867
|
-
productV1Seller: {
|
|
10868
|
-
__typename?: "ProductV1Seller";
|
|
10869
|
-
id: string;
|
|
10870
|
-
defaultVersion?: number | null;
|
|
10871
|
-
name?: string | null;
|
|
10872
|
-
description?: string | null;
|
|
10873
|
-
externalUrl?: string | null;
|
|
10874
|
-
tokenId?: string | null;
|
|
10875
|
-
images?: Array<{
|
|
10876
|
-
__typename?: "ProductV1Media";
|
|
10877
|
-
id: string;
|
|
10878
|
-
url: string;
|
|
10879
|
-
tag?: string | null;
|
|
10880
|
-
type: ProductV1MediaType;
|
|
10881
|
-
}> | null;
|
|
10882
|
-
contactLinks?: Array<{
|
|
10883
|
-
__typename?: "ProductV1SellerContactLink";
|
|
10884
|
-
id: string;
|
|
10885
|
-
url: string;
|
|
10886
|
-
tag: string;
|
|
10887
|
-
}> | null;
|
|
10888
|
-
seller: {
|
|
10889
|
-
__typename?: "Seller";
|
|
10890
|
-
id: string;
|
|
10891
|
-
operator: string;
|
|
10892
|
-
admin: string;
|
|
10893
|
-
clerk: string;
|
|
10894
|
-
treasury: string;
|
|
10895
|
-
authTokenId: string;
|
|
10896
|
-
authTokenType: number;
|
|
10897
|
-
voucherCloneAddress: string;
|
|
10898
|
-
active: boolean;
|
|
10899
|
-
};
|
|
10900
|
-
};
|
|
10901
|
-
exchangePolicy: {
|
|
10902
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
10903
|
-
id: string;
|
|
10904
|
-
uuid: string;
|
|
10905
|
-
version: number;
|
|
10906
|
-
label?: string | null;
|
|
10907
|
-
template: string;
|
|
10908
|
-
};
|
|
10909
|
-
shipping?: {
|
|
10910
|
-
__typename?: "ProductV1ShippingOption";
|
|
10911
|
-
id: string;
|
|
10912
|
-
defaultVersion?: number | null;
|
|
10913
|
-
countryOfOrigin?: string | null;
|
|
10914
|
-
redemptionPoint?: string | null;
|
|
10915
|
-
supportedJurisdictions?: Array<{
|
|
10916
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
10917
|
-
id: string;
|
|
10918
|
-
label: string;
|
|
10919
|
-
deliveryTime: string;
|
|
10920
|
-
}> | null;
|
|
10921
|
-
} | null;
|
|
10922
8126
|
} | null;
|
|
10923
8127
|
};
|
|
10924
8128
|
seller: {
|
|
@@ -10928,9 +8132,6 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
10928
8132
|
admin: string;
|
|
10929
8133
|
clerk: string;
|
|
10930
8134
|
treasury: string;
|
|
10931
|
-
authTokenId: string;
|
|
10932
|
-
authTokenType: number;
|
|
10933
|
-
voucherCloneAddress: string;
|
|
10934
8135
|
active: boolean;
|
|
10935
8136
|
};
|
|
10936
8137
|
exchangeToken: {
|
|
@@ -11055,20 +8256,9 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
11055
8256
|
admin: string;
|
|
11056
8257
|
clerk: string;
|
|
11057
8258
|
treasury: string;
|
|
11058
|
-
authTokenId: string;
|
|
11059
|
-
authTokenType: number;
|
|
11060
|
-
voucherCloneAddress: string;
|
|
11061
8259
|
active: boolean;
|
|
11062
8260
|
};
|
|
11063
8261
|
};
|
|
11064
|
-
exchangePolicy: {
|
|
11065
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
11066
|
-
id: string;
|
|
11067
|
-
uuid: string;
|
|
11068
|
-
version: number;
|
|
11069
|
-
label?: string | null;
|
|
11070
|
-
template: string;
|
|
11071
|
-
};
|
|
11072
8262
|
} | null;
|
|
11073
8263
|
};
|
|
11074
8264
|
export declare type GetProductV1MetadataEntitiesQueryQueryVariables = Exact<{
|
|
@@ -11108,8 +8298,6 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
11108
8298
|
price: string;
|
|
11109
8299
|
sellerDeposit: string;
|
|
11110
8300
|
protocolFee: string;
|
|
11111
|
-
agentFee: string;
|
|
11112
|
-
agentId: string;
|
|
11113
8301
|
buyerCancelPenalty: string;
|
|
11114
8302
|
quantityAvailable: string;
|
|
11115
8303
|
quantityInitial: string;
|
|
@@ -11131,9 +8319,6 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
11131
8319
|
admin: string;
|
|
11132
8320
|
clerk: string;
|
|
11133
8321
|
treasury: string;
|
|
11134
|
-
authTokenId: string;
|
|
11135
|
-
authTokenType: number;
|
|
11136
|
-
voucherCloneAddress: string;
|
|
11137
8322
|
active: boolean;
|
|
11138
8323
|
};
|
|
11139
8324
|
exchangeToken: {
|
|
@@ -11188,165 +8373,11 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
11188
8373
|
type: MetadataType;
|
|
11189
8374
|
} | {
|
|
11190
8375
|
__typename?: "ProductV1MetadataEntity";
|
|
11191
|
-
image: string;
|
|
11192
|
-
createdAt: string;
|
|
11193
|
-
voided: boolean;
|
|
11194
|
-
validFromDate: string;
|
|
11195
|
-
validUntilDate: string;
|
|
11196
|
-
quantityAvailable: string;
|
|
11197
|
-
uuid: string;
|
|
11198
8376
|
name: string;
|
|
11199
8377
|
description: string;
|
|
11200
8378
|
externalUrl: string;
|
|
11201
8379
|
schemaUrl: string;
|
|
11202
8380
|
type: MetadataType;
|
|
11203
|
-
attributes?: Array<{
|
|
11204
|
-
__typename?: "MetadataAttribute";
|
|
11205
|
-
traitType: string;
|
|
11206
|
-
value: string;
|
|
11207
|
-
displayType: string;
|
|
11208
|
-
}> | null;
|
|
11209
|
-
product: {
|
|
11210
|
-
__typename?: "ProductV1Product";
|
|
11211
|
-
id: string;
|
|
11212
|
-
uuid: string;
|
|
11213
|
-
version: number;
|
|
11214
|
-
title: string;
|
|
11215
|
-
description: string;
|
|
11216
|
-
identification_sKU?: string | null;
|
|
11217
|
-
identification_productId?: string | null;
|
|
11218
|
-
identification_productIdType?: string | null;
|
|
11219
|
-
productionInformation_brandName: string;
|
|
11220
|
-
productionInformation_manufacturer?: string | null;
|
|
11221
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
11222
|
-
productionInformation_modelNumber?: string | null;
|
|
11223
|
-
productionInformation_materials?: Array<string> | null;
|
|
11224
|
-
details_category?: string | null;
|
|
11225
|
-
details_subCategory?: string | null;
|
|
11226
|
-
details_subCategory2?: string | null;
|
|
11227
|
-
details_offerCategory: string;
|
|
11228
|
-
offerCategory: ProductV1OfferCategory;
|
|
11229
|
-
details_tags?: Array<string> | null;
|
|
11230
|
-
details_sections?: Array<string> | null;
|
|
11231
|
-
details_personalisation?: Array<string> | null;
|
|
11232
|
-
packaging_packageQuantity?: string | null;
|
|
11233
|
-
packaging_dimensions_length?: string | null;
|
|
11234
|
-
packaging_dimensions_width?: string | null;
|
|
11235
|
-
packaging_dimensions_height?: string | null;
|
|
11236
|
-
packaging_dimensions_unit?: string | null;
|
|
11237
|
-
packaging_weight_value?: string | null;
|
|
11238
|
-
packaging_weight_unit?: string | null;
|
|
11239
|
-
brand: {
|
|
11240
|
-
__typename?: "ProductV1Brand";
|
|
11241
|
-
id: string;
|
|
11242
|
-
name: string;
|
|
11243
|
-
};
|
|
11244
|
-
category?: {
|
|
11245
|
-
__typename?: "ProductV1Category";
|
|
11246
|
-
id: string;
|
|
11247
|
-
name: string;
|
|
11248
|
-
} | null;
|
|
11249
|
-
subCategory?: {
|
|
11250
|
-
__typename?: "ProductV1Category";
|
|
11251
|
-
id: string;
|
|
11252
|
-
name: string;
|
|
11253
|
-
} | null;
|
|
11254
|
-
subCategory2?: {
|
|
11255
|
-
__typename?: "ProductV1Category";
|
|
11256
|
-
id: string;
|
|
11257
|
-
name: string;
|
|
11258
|
-
} | null;
|
|
11259
|
-
tags?: Array<{
|
|
11260
|
-
__typename?: "ProductV1Tag";
|
|
11261
|
-
id: string;
|
|
11262
|
-
name: string;
|
|
11263
|
-
}> | null;
|
|
11264
|
-
sections?: Array<{
|
|
11265
|
-
__typename?: "ProductV1Section";
|
|
11266
|
-
id: string;
|
|
11267
|
-
name: string;
|
|
11268
|
-
}> | null;
|
|
11269
|
-
personalisation?: Array<{
|
|
11270
|
-
__typename?: "ProductV1Personalisation";
|
|
11271
|
-
id: string;
|
|
11272
|
-
name: string;
|
|
11273
|
-
}> | null;
|
|
11274
|
-
visuals_images: Array<{
|
|
11275
|
-
__typename?: "ProductV1Media";
|
|
11276
|
-
id: string;
|
|
11277
|
-
url: string;
|
|
11278
|
-
tag?: string | null;
|
|
11279
|
-
type: ProductV1MediaType;
|
|
11280
|
-
}>;
|
|
11281
|
-
visuals_videos?: Array<{
|
|
11282
|
-
__typename?: "ProductV1Media";
|
|
11283
|
-
id: string;
|
|
11284
|
-
url: string;
|
|
11285
|
-
tag?: string | null;
|
|
11286
|
-
type: ProductV1MediaType;
|
|
11287
|
-
}> | null;
|
|
11288
|
-
};
|
|
11289
|
-
variations?: Array<{
|
|
11290
|
-
__typename?: "ProductV1Variation";
|
|
11291
|
-
id: string;
|
|
11292
|
-
type: string;
|
|
11293
|
-
option: string;
|
|
11294
|
-
}> | null;
|
|
11295
|
-
productV1Seller: {
|
|
11296
|
-
__typename?: "ProductV1Seller";
|
|
11297
|
-
id: string;
|
|
11298
|
-
defaultVersion?: number | null;
|
|
11299
|
-
name?: string | null;
|
|
11300
|
-
description?: string | null;
|
|
11301
|
-
externalUrl?: string | null;
|
|
11302
|
-
tokenId?: string | null;
|
|
11303
|
-
images?: Array<{
|
|
11304
|
-
__typename?: "ProductV1Media";
|
|
11305
|
-
id: string;
|
|
11306
|
-
url: string;
|
|
11307
|
-
tag?: string | null;
|
|
11308
|
-
type: ProductV1MediaType;
|
|
11309
|
-
}> | null;
|
|
11310
|
-
contactLinks?: Array<{
|
|
11311
|
-
__typename?: "ProductV1SellerContactLink";
|
|
11312
|
-
id: string;
|
|
11313
|
-
url: string;
|
|
11314
|
-
tag: string;
|
|
11315
|
-
}> | null;
|
|
11316
|
-
seller: {
|
|
11317
|
-
__typename?: "Seller";
|
|
11318
|
-
id: string;
|
|
11319
|
-
operator: string;
|
|
11320
|
-
admin: string;
|
|
11321
|
-
clerk: string;
|
|
11322
|
-
treasury: string;
|
|
11323
|
-
authTokenId: string;
|
|
11324
|
-
authTokenType: number;
|
|
11325
|
-
voucherCloneAddress: string;
|
|
11326
|
-
active: boolean;
|
|
11327
|
-
};
|
|
11328
|
-
};
|
|
11329
|
-
exchangePolicy: {
|
|
11330
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
11331
|
-
id: string;
|
|
11332
|
-
uuid: string;
|
|
11333
|
-
version: number;
|
|
11334
|
-
label?: string | null;
|
|
11335
|
-
template: string;
|
|
11336
|
-
};
|
|
11337
|
-
shipping?: {
|
|
11338
|
-
__typename?: "ProductV1ShippingOption";
|
|
11339
|
-
id: string;
|
|
11340
|
-
defaultVersion?: number | null;
|
|
11341
|
-
countryOfOrigin?: string | null;
|
|
11342
|
-
redemptionPoint?: string | null;
|
|
11343
|
-
supportedJurisdictions?: Array<{
|
|
11344
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
11345
|
-
id: string;
|
|
11346
|
-
label: string;
|
|
11347
|
-
deliveryTime: string;
|
|
11348
|
-
}> | null;
|
|
11349
|
-
} | null;
|
|
11350
8381
|
} | null;
|
|
11351
8382
|
};
|
|
11352
8383
|
seller: {
|
|
@@ -11356,9 +8387,6 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
11356
8387
|
admin: string;
|
|
11357
8388
|
clerk: string;
|
|
11358
8389
|
treasury: string;
|
|
11359
|
-
authTokenId: string;
|
|
11360
|
-
authTokenType: number;
|
|
11361
|
-
voucherCloneAddress: string;
|
|
11362
8390
|
active: boolean;
|
|
11363
8391
|
};
|
|
11364
8392
|
exchangeToken: {
|
|
@@ -11483,20 +8511,9 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
11483
8511
|
admin: string;
|
|
11484
8512
|
clerk: string;
|
|
11485
8513
|
treasury: string;
|
|
11486
|
-
authTokenId: string;
|
|
11487
|
-
authTokenType: number;
|
|
11488
|
-
voucherCloneAddress: string;
|
|
11489
8514
|
active: boolean;
|
|
11490
8515
|
};
|
|
11491
8516
|
};
|
|
11492
|
-
exchangePolicy: {
|
|
11493
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
11494
|
-
id: string;
|
|
11495
|
-
uuid: string;
|
|
11496
|
-
version: number;
|
|
11497
|
-
label?: string | null;
|
|
11498
|
-
template: string;
|
|
11499
|
-
};
|
|
11500
8517
|
}>;
|
|
11501
8518
|
};
|
|
11502
8519
|
export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
@@ -11527,8 +8544,6 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
11527
8544
|
price: string;
|
|
11528
8545
|
sellerDeposit: string;
|
|
11529
8546
|
protocolFee: string;
|
|
11530
|
-
agentFee: string;
|
|
11531
|
-
agentId: string;
|
|
11532
8547
|
buyerCancelPenalty: string;
|
|
11533
8548
|
quantityAvailable: string;
|
|
11534
8549
|
quantityInitial: string;
|
|
@@ -11550,9 +8565,6 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
11550
8565
|
admin: string;
|
|
11551
8566
|
clerk: string;
|
|
11552
8567
|
treasury: string;
|
|
11553
|
-
authTokenId: string;
|
|
11554
|
-
authTokenType: number;
|
|
11555
|
-
voucherCloneAddress: string;
|
|
11556
8568
|
active: boolean;
|
|
11557
8569
|
};
|
|
11558
8570
|
exchangeToken: {
|
|
@@ -11607,165 +8619,11 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
11607
8619
|
type: MetadataType;
|
|
11608
8620
|
} | {
|
|
11609
8621
|
__typename?: "ProductV1MetadataEntity";
|
|
11610
|
-
image: string;
|
|
11611
|
-
createdAt: string;
|
|
11612
|
-
voided: boolean;
|
|
11613
|
-
validFromDate: string;
|
|
11614
|
-
validUntilDate: string;
|
|
11615
|
-
quantityAvailable: string;
|
|
11616
|
-
uuid: string;
|
|
11617
8622
|
name: string;
|
|
11618
8623
|
description: string;
|
|
11619
8624
|
externalUrl: string;
|
|
11620
8625
|
schemaUrl: string;
|
|
11621
8626
|
type: MetadataType;
|
|
11622
|
-
attributes?: Array<{
|
|
11623
|
-
__typename?: "MetadataAttribute";
|
|
11624
|
-
traitType: string;
|
|
11625
|
-
value: string;
|
|
11626
|
-
displayType: string;
|
|
11627
|
-
}> | null;
|
|
11628
|
-
product: {
|
|
11629
|
-
__typename?: "ProductV1Product";
|
|
11630
|
-
id: string;
|
|
11631
|
-
uuid: string;
|
|
11632
|
-
version: number;
|
|
11633
|
-
title: string;
|
|
11634
|
-
description: string;
|
|
11635
|
-
identification_sKU?: string | null;
|
|
11636
|
-
identification_productId?: string | null;
|
|
11637
|
-
identification_productIdType?: string | null;
|
|
11638
|
-
productionInformation_brandName: string;
|
|
11639
|
-
productionInformation_manufacturer?: string | null;
|
|
11640
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
11641
|
-
productionInformation_modelNumber?: string | null;
|
|
11642
|
-
productionInformation_materials?: Array<string> | null;
|
|
11643
|
-
details_category?: string | null;
|
|
11644
|
-
details_subCategory?: string | null;
|
|
11645
|
-
details_subCategory2?: string | null;
|
|
11646
|
-
details_offerCategory: string;
|
|
11647
|
-
offerCategory: ProductV1OfferCategory;
|
|
11648
|
-
details_tags?: Array<string> | null;
|
|
11649
|
-
details_sections?: Array<string> | null;
|
|
11650
|
-
details_personalisation?: Array<string> | null;
|
|
11651
|
-
packaging_packageQuantity?: string | null;
|
|
11652
|
-
packaging_dimensions_length?: string | null;
|
|
11653
|
-
packaging_dimensions_width?: string | null;
|
|
11654
|
-
packaging_dimensions_height?: string | null;
|
|
11655
|
-
packaging_dimensions_unit?: string | null;
|
|
11656
|
-
packaging_weight_value?: string | null;
|
|
11657
|
-
packaging_weight_unit?: string | null;
|
|
11658
|
-
brand: {
|
|
11659
|
-
__typename?: "ProductV1Brand";
|
|
11660
|
-
id: string;
|
|
11661
|
-
name: string;
|
|
11662
|
-
};
|
|
11663
|
-
category?: {
|
|
11664
|
-
__typename?: "ProductV1Category";
|
|
11665
|
-
id: string;
|
|
11666
|
-
name: string;
|
|
11667
|
-
} | null;
|
|
11668
|
-
subCategory?: {
|
|
11669
|
-
__typename?: "ProductV1Category";
|
|
11670
|
-
id: string;
|
|
11671
|
-
name: string;
|
|
11672
|
-
} | null;
|
|
11673
|
-
subCategory2?: {
|
|
11674
|
-
__typename?: "ProductV1Category";
|
|
11675
|
-
id: string;
|
|
11676
|
-
name: string;
|
|
11677
|
-
} | null;
|
|
11678
|
-
tags?: Array<{
|
|
11679
|
-
__typename?: "ProductV1Tag";
|
|
11680
|
-
id: string;
|
|
11681
|
-
name: string;
|
|
11682
|
-
}> | null;
|
|
11683
|
-
sections?: Array<{
|
|
11684
|
-
__typename?: "ProductV1Section";
|
|
11685
|
-
id: string;
|
|
11686
|
-
name: string;
|
|
11687
|
-
}> | null;
|
|
11688
|
-
personalisation?: Array<{
|
|
11689
|
-
__typename?: "ProductV1Personalisation";
|
|
11690
|
-
id: string;
|
|
11691
|
-
name: string;
|
|
11692
|
-
}> | null;
|
|
11693
|
-
visuals_images: Array<{
|
|
11694
|
-
__typename?: "ProductV1Media";
|
|
11695
|
-
id: string;
|
|
11696
|
-
url: string;
|
|
11697
|
-
tag?: string | null;
|
|
11698
|
-
type: ProductV1MediaType;
|
|
11699
|
-
}>;
|
|
11700
|
-
visuals_videos?: Array<{
|
|
11701
|
-
__typename?: "ProductV1Media";
|
|
11702
|
-
id: string;
|
|
11703
|
-
url: string;
|
|
11704
|
-
tag?: string | null;
|
|
11705
|
-
type: ProductV1MediaType;
|
|
11706
|
-
}> | null;
|
|
11707
|
-
};
|
|
11708
|
-
variations?: Array<{
|
|
11709
|
-
__typename?: "ProductV1Variation";
|
|
11710
|
-
id: string;
|
|
11711
|
-
type: string;
|
|
11712
|
-
option: string;
|
|
11713
|
-
}> | null;
|
|
11714
|
-
productV1Seller: {
|
|
11715
|
-
__typename?: "ProductV1Seller";
|
|
11716
|
-
id: string;
|
|
11717
|
-
defaultVersion?: number | null;
|
|
11718
|
-
name?: string | null;
|
|
11719
|
-
description?: string | null;
|
|
11720
|
-
externalUrl?: string | null;
|
|
11721
|
-
tokenId?: string | null;
|
|
11722
|
-
images?: Array<{
|
|
11723
|
-
__typename?: "ProductV1Media";
|
|
11724
|
-
id: string;
|
|
11725
|
-
url: string;
|
|
11726
|
-
tag?: string | null;
|
|
11727
|
-
type: ProductV1MediaType;
|
|
11728
|
-
}> | null;
|
|
11729
|
-
contactLinks?: Array<{
|
|
11730
|
-
__typename?: "ProductV1SellerContactLink";
|
|
11731
|
-
id: string;
|
|
11732
|
-
url: string;
|
|
11733
|
-
tag: string;
|
|
11734
|
-
}> | null;
|
|
11735
|
-
seller: {
|
|
11736
|
-
__typename?: "Seller";
|
|
11737
|
-
id: string;
|
|
11738
|
-
operator: string;
|
|
11739
|
-
admin: string;
|
|
11740
|
-
clerk: string;
|
|
11741
|
-
treasury: string;
|
|
11742
|
-
authTokenId: string;
|
|
11743
|
-
authTokenType: number;
|
|
11744
|
-
voucherCloneAddress: string;
|
|
11745
|
-
active: boolean;
|
|
11746
|
-
};
|
|
11747
|
-
};
|
|
11748
|
-
exchangePolicy: {
|
|
11749
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
11750
|
-
id: string;
|
|
11751
|
-
uuid: string;
|
|
11752
|
-
version: number;
|
|
11753
|
-
label?: string | null;
|
|
11754
|
-
template: string;
|
|
11755
|
-
};
|
|
11756
|
-
shipping?: {
|
|
11757
|
-
__typename?: "ProductV1ShippingOption";
|
|
11758
|
-
id: string;
|
|
11759
|
-
defaultVersion?: number | null;
|
|
11760
|
-
countryOfOrigin?: string | null;
|
|
11761
|
-
redemptionPoint?: string | null;
|
|
11762
|
-
supportedJurisdictions?: Array<{
|
|
11763
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
11764
|
-
id: string;
|
|
11765
|
-
label: string;
|
|
11766
|
-
deliveryTime: string;
|
|
11767
|
-
}> | null;
|
|
11768
|
-
} | null;
|
|
11769
8627
|
} | null;
|
|
11770
8628
|
};
|
|
11771
8629
|
seller: {
|
|
@@ -11775,9 +8633,6 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
11775
8633
|
admin: string;
|
|
11776
8634
|
clerk: string;
|
|
11777
8635
|
treasury: string;
|
|
11778
|
-
authTokenId: string;
|
|
11779
|
-
authTokenType: number;
|
|
11780
|
-
voucherCloneAddress: string;
|
|
11781
8636
|
active: boolean;
|
|
11782
8637
|
};
|
|
11783
8638
|
exchangeToken: {
|
|
@@ -11902,20 +8757,9 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
11902
8757
|
admin: string;
|
|
11903
8758
|
clerk: string;
|
|
11904
8759
|
treasury: string;
|
|
11905
|
-
authTokenId: string;
|
|
11906
|
-
authTokenType: number;
|
|
11907
|
-
voucherCloneAddress: string;
|
|
11908
8760
|
active: boolean;
|
|
11909
8761
|
};
|
|
11910
8762
|
};
|
|
11911
|
-
exchangePolicy: {
|
|
11912
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
11913
|
-
id: string;
|
|
11914
|
-
uuid: string;
|
|
11915
|
-
version: number;
|
|
11916
|
-
label?: string | null;
|
|
11917
|
-
template: string;
|
|
11918
|
-
};
|
|
11919
8763
|
};
|
|
11920
8764
|
export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
11921
8765
|
__typename?: "ProductV1MetadataEntity";
|
|
@@ -11945,8 +8789,6 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
11945
8789
|
price: string;
|
|
11946
8790
|
sellerDeposit: string;
|
|
11947
8791
|
protocolFee: string;
|
|
11948
|
-
agentFee: string;
|
|
11949
|
-
agentId: string;
|
|
11950
8792
|
buyerCancelPenalty: string;
|
|
11951
8793
|
quantityAvailable: string;
|
|
11952
8794
|
quantityInitial: string;
|
|
@@ -11968,9 +8810,6 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
11968
8810
|
admin: string;
|
|
11969
8811
|
clerk: string;
|
|
11970
8812
|
treasury: string;
|
|
11971
|
-
authTokenId: string;
|
|
11972
|
-
authTokenType: number;
|
|
11973
|
-
voucherCloneAddress: string;
|
|
11974
8813
|
active: boolean;
|
|
11975
8814
|
};
|
|
11976
8815
|
exchangeToken: {
|
|
@@ -12025,165 +8864,11 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
12025
8864
|
type: MetadataType;
|
|
12026
8865
|
} | {
|
|
12027
8866
|
__typename?: "ProductV1MetadataEntity";
|
|
12028
|
-
image: string;
|
|
12029
|
-
createdAt: string;
|
|
12030
|
-
voided: boolean;
|
|
12031
|
-
validFromDate: string;
|
|
12032
|
-
validUntilDate: string;
|
|
12033
|
-
quantityAvailable: string;
|
|
12034
|
-
uuid: string;
|
|
12035
8867
|
name: string;
|
|
12036
8868
|
description: string;
|
|
12037
8869
|
externalUrl: string;
|
|
12038
8870
|
schemaUrl: string;
|
|
12039
8871
|
type: MetadataType;
|
|
12040
|
-
attributes?: Array<{
|
|
12041
|
-
__typename?: "MetadataAttribute";
|
|
12042
|
-
traitType: string;
|
|
12043
|
-
value: string;
|
|
12044
|
-
displayType: string;
|
|
12045
|
-
}> | null;
|
|
12046
|
-
product: {
|
|
12047
|
-
__typename?: "ProductV1Product";
|
|
12048
|
-
id: string;
|
|
12049
|
-
uuid: string;
|
|
12050
|
-
version: number;
|
|
12051
|
-
title: string;
|
|
12052
|
-
description: string;
|
|
12053
|
-
identification_sKU?: string | null;
|
|
12054
|
-
identification_productId?: string | null;
|
|
12055
|
-
identification_productIdType?: string | null;
|
|
12056
|
-
productionInformation_brandName: string;
|
|
12057
|
-
productionInformation_manufacturer?: string | null;
|
|
12058
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
12059
|
-
productionInformation_modelNumber?: string | null;
|
|
12060
|
-
productionInformation_materials?: Array<string> | null;
|
|
12061
|
-
details_category?: string | null;
|
|
12062
|
-
details_subCategory?: string | null;
|
|
12063
|
-
details_subCategory2?: string | null;
|
|
12064
|
-
details_offerCategory: string;
|
|
12065
|
-
offerCategory: ProductV1OfferCategory;
|
|
12066
|
-
details_tags?: Array<string> | null;
|
|
12067
|
-
details_sections?: Array<string> | null;
|
|
12068
|
-
details_personalisation?: Array<string> | null;
|
|
12069
|
-
packaging_packageQuantity?: string | null;
|
|
12070
|
-
packaging_dimensions_length?: string | null;
|
|
12071
|
-
packaging_dimensions_width?: string | null;
|
|
12072
|
-
packaging_dimensions_height?: string | null;
|
|
12073
|
-
packaging_dimensions_unit?: string | null;
|
|
12074
|
-
packaging_weight_value?: string | null;
|
|
12075
|
-
packaging_weight_unit?: string | null;
|
|
12076
|
-
brand: {
|
|
12077
|
-
__typename?: "ProductV1Brand";
|
|
12078
|
-
id: string;
|
|
12079
|
-
name: string;
|
|
12080
|
-
};
|
|
12081
|
-
category?: {
|
|
12082
|
-
__typename?: "ProductV1Category";
|
|
12083
|
-
id: string;
|
|
12084
|
-
name: string;
|
|
12085
|
-
} | null;
|
|
12086
|
-
subCategory?: {
|
|
12087
|
-
__typename?: "ProductV1Category";
|
|
12088
|
-
id: string;
|
|
12089
|
-
name: string;
|
|
12090
|
-
} | null;
|
|
12091
|
-
subCategory2?: {
|
|
12092
|
-
__typename?: "ProductV1Category";
|
|
12093
|
-
id: string;
|
|
12094
|
-
name: string;
|
|
12095
|
-
} | null;
|
|
12096
|
-
tags?: Array<{
|
|
12097
|
-
__typename?: "ProductV1Tag";
|
|
12098
|
-
id: string;
|
|
12099
|
-
name: string;
|
|
12100
|
-
}> | null;
|
|
12101
|
-
sections?: Array<{
|
|
12102
|
-
__typename?: "ProductV1Section";
|
|
12103
|
-
id: string;
|
|
12104
|
-
name: string;
|
|
12105
|
-
}> | null;
|
|
12106
|
-
personalisation?: Array<{
|
|
12107
|
-
__typename?: "ProductV1Personalisation";
|
|
12108
|
-
id: string;
|
|
12109
|
-
name: string;
|
|
12110
|
-
}> | null;
|
|
12111
|
-
visuals_images: Array<{
|
|
12112
|
-
__typename?: "ProductV1Media";
|
|
12113
|
-
id: string;
|
|
12114
|
-
url: string;
|
|
12115
|
-
tag?: string | null;
|
|
12116
|
-
type: ProductV1MediaType;
|
|
12117
|
-
}>;
|
|
12118
|
-
visuals_videos?: Array<{
|
|
12119
|
-
__typename?: "ProductV1Media";
|
|
12120
|
-
id: string;
|
|
12121
|
-
url: string;
|
|
12122
|
-
tag?: string | null;
|
|
12123
|
-
type: ProductV1MediaType;
|
|
12124
|
-
}> | null;
|
|
12125
|
-
};
|
|
12126
|
-
variations?: Array<{
|
|
12127
|
-
__typename?: "ProductV1Variation";
|
|
12128
|
-
id: string;
|
|
12129
|
-
type: string;
|
|
12130
|
-
option: string;
|
|
12131
|
-
}> | null;
|
|
12132
|
-
productV1Seller: {
|
|
12133
|
-
__typename?: "ProductV1Seller";
|
|
12134
|
-
id: string;
|
|
12135
|
-
defaultVersion?: number | null;
|
|
12136
|
-
name?: string | null;
|
|
12137
|
-
description?: string | null;
|
|
12138
|
-
externalUrl?: string | null;
|
|
12139
|
-
tokenId?: string | null;
|
|
12140
|
-
images?: Array<{
|
|
12141
|
-
__typename?: "ProductV1Media";
|
|
12142
|
-
id: string;
|
|
12143
|
-
url: string;
|
|
12144
|
-
tag?: string | null;
|
|
12145
|
-
type: ProductV1MediaType;
|
|
12146
|
-
}> | null;
|
|
12147
|
-
contactLinks?: Array<{
|
|
12148
|
-
__typename?: "ProductV1SellerContactLink";
|
|
12149
|
-
id: string;
|
|
12150
|
-
url: string;
|
|
12151
|
-
tag: string;
|
|
12152
|
-
}> | null;
|
|
12153
|
-
seller: {
|
|
12154
|
-
__typename?: "Seller";
|
|
12155
|
-
id: string;
|
|
12156
|
-
operator: string;
|
|
12157
|
-
admin: string;
|
|
12158
|
-
clerk: string;
|
|
12159
|
-
treasury: string;
|
|
12160
|
-
authTokenId: string;
|
|
12161
|
-
authTokenType: number;
|
|
12162
|
-
voucherCloneAddress: string;
|
|
12163
|
-
active: boolean;
|
|
12164
|
-
};
|
|
12165
|
-
};
|
|
12166
|
-
exchangePolicy: {
|
|
12167
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
12168
|
-
id: string;
|
|
12169
|
-
uuid: string;
|
|
12170
|
-
version: number;
|
|
12171
|
-
label?: string | null;
|
|
12172
|
-
template: string;
|
|
12173
|
-
};
|
|
12174
|
-
shipping?: {
|
|
12175
|
-
__typename?: "ProductV1ShippingOption";
|
|
12176
|
-
id: string;
|
|
12177
|
-
defaultVersion?: number | null;
|
|
12178
|
-
countryOfOrigin?: string | null;
|
|
12179
|
-
redemptionPoint?: string | null;
|
|
12180
|
-
supportedJurisdictions?: Array<{
|
|
12181
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
12182
|
-
id: string;
|
|
12183
|
-
label: string;
|
|
12184
|
-
deliveryTime: string;
|
|
12185
|
-
}> | null;
|
|
12186
|
-
} | null;
|
|
12187
8872
|
} | null;
|
|
12188
8873
|
};
|
|
12189
8874
|
seller: {
|
|
@@ -12193,9 +8878,6 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
12193
8878
|
admin: string;
|
|
12194
8879
|
clerk: string;
|
|
12195
8880
|
treasury: string;
|
|
12196
|
-
authTokenId: string;
|
|
12197
|
-
authTokenType: number;
|
|
12198
|
-
voucherCloneAddress: string;
|
|
12199
8881
|
active: boolean;
|
|
12200
8882
|
};
|
|
12201
8883
|
exchangeToken: {
|
|
@@ -12320,20 +9002,9 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
12320
9002
|
admin: string;
|
|
12321
9003
|
clerk: string;
|
|
12322
9004
|
treasury: string;
|
|
12323
|
-
authTokenId: string;
|
|
12324
|
-
authTokenType: number;
|
|
12325
|
-
voucherCloneAddress: string;
|
|
12326
9005
|
active: boolean;
|
|
12327
9006
|
};
|
|
12328
9007
|
};
|
|
12329
|
-
exchangePolicy: {
|
|
12330
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
12331
|
-
id: string;
|
|
12332
|
-
uuid: string;
|
|
12333
|
-
version: number;
|
|
12334
|
-
label?: string | null;
|
|
12335
|
-
template: string;
|
|
12336
|
-
};
|
|
12337
9008
|
};
|
|
12338
9009
|
export declare type BaseProductV1ProductFieldsFragment = {
|
|
12339
9010
|
__typename?: "ProductV1Product";
|
|
@@ -12481,9 +9152,6 @@ export declare type BaseProductV1SellerFieldsFragment = {
|
|
|
12481
9152
|
admin: string;
|
|
12482
9153
|
clerk: string;
|
|
12483
9154
|
treasury: string;
|
|
12484
|
-
authTokenId: string;
|
|
12485
|
-
authTokenType: number;
|
|
12486
|
-
voucherCloneAddress: string;
|
|
12487
9155
|
active: boolean;
|
|
12488
9156
|
};
|
|
12489
9157
|
};
|
|
@@ -12579,8 +9247,6 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
12579
9247
|
price: string;
|
|
12580
9248
|
sellerDeposit: string;
|
|
12581
9249
|
protocolFee: string;
|
|
12582
|
-
agentFee: string;
|
|
12583
|
-
agentId: string;
|
|
12584
9250
|
buyerCancelPenalty: string;
|
|
12585
9251
|
quantityAvailable: string;
|
|
12586
9252
|
quantityInitial: string;
|
|
@@ -12616,9 +9282,6 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
12616
9282
|
admin: string;
|
|
12617
9283
|
clerk: string;
|
|
12618
9284
|
treasury: string;
|
|
12619
|
-
authTokenId: string;
|
|
12620
|
-
authTokenType: number;
|
|
12621
|
-
voucherCloneAddress: string;
|
|
12622
9285
|
active: boolean;
|
|
12623
9286
|
};
|
|
12624
9287
|
exchangeToken: {
|
|
@@ -12673,165 +9336,11 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
12673
9336
|
type: MetadataType;
|
|
12674
9337
|
} | {
|
|
12675
9338
|
__typename?: "ProductV1MetadataEntity";
|
|
12676
|
-
image: string;
|
|
12677
|
-
createdAt: string;
|
|
12678
|
-
voided: boolean;
|
|
12679
|
-
validFromDate: string;
|
|
12680
|
-
validUntilDate: string;
|
|
12681
|
-
quantityAvailable: string;
|
|
12682
|
-
uuid: string;
|
|
12683
9339
|
name: string;
|
|
12684
9340
|
description: string;
|
|
12685
9341
|
externalUrl: string;
|
|
12686
9342
|
schemaUrl: string;
|
|
12687
9343
|
type: MetadataType;
|
|
12688
|
-
attributes?: Array<{
|
|
12689
|
-
__typename?: "MetadataAttribute";
|
|
12690
|
-
traitType: string;
|
|
12691
|
-
value: string;
|
|
12692
|
-
displayType: string;
|
|
12693
|
-
}> | null;
|
|
12694
|
-
product: {
|
|
12695
|
-
__typename?: "ProductV1Product";
|
|
12696
|
-
id: string;
|
|
12697
|
-
uuid: string;
|
|
12698
|
-
version: number;
|
|
12699
|
-
title: string;
|
|
12700
|
-
description: string;
|
|
12701
|
-
identification_sKU?: string | null;
|
|
12702
|
-
identification_productId?: string | null;
|
|
12703
|
-
identification_productIdType?: string | null;
|
|
12704
|
-
productionInformation_brandName: string;
|
|
12705
|
-
productionInformation_manufacturer?: string | null;
|
|
12706
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
12707
|
-
productionInformation_modelNumber?: string | null;
|
|
12708
|
-
productionInformation_materials?: Array<string> | null;
|
|
12709
|
-
details_category?: string | null;
|
|
12710
|
-
details_subCategory?: string | null;
|
|
12711
|
-
details_subCategory2?: string | null;
|
|
12712
|
-
details_offerCategory: string;
|
|
12713
|
-
offerCategory: ProductV1OfferCategory;
|
|
12714
|
-
details_tags?: Array<string> | null;
|
|
12715
|
-
details_sections?: Array<string> | null;
|
|
12716
|
-
details_personalisation?: Array<string> | null;
|
|
12717
|
-
packaging_packageQuantity?: string | null;
|
|
12718
|
-
packaging_dimensions_length?: string | null;
|
|
12719
|
-
packaging_dimensions_width?: string | null;
|
|
12720
|
-
packaging_dimensions_height?: string | null;
|
|
12721
|
-
packaging_dimensions_unit?: string | null;
|
|
12722
|
-
packaging_weight_value?: string | null;
|
|
12723
|
-
packaging_weight_unit?: string | null;
|
|
12724
|
-
brand: {
|
|
12725
|
-
__typename?: "ProductV1Brand";
|
|
12726
|
-
id: string;
|
|
12727
|
-
name: string;
|
|
12728
|
-
};
|
|
12729
|
-
category?: {
|
|
12730
|
-
__typename?: "ProductV1Category";
|
|
12731
|
-
id: string;
|
|
12732
|
-
name: string;
|
|
12733
|
-
} | null;
|
|
12734
|
-
subCategory?: {
|
|
12735
|
-
__typename?: "ProductV1Category";
|
|
12736
|
-
id: string;
|
|
12737
|
-
name: string;
|
|
12738
|
-
} | null;
|
|
12739
|
-
subCategory2?: {
|
|
12740
|
-
__typename?: "ProductV1Category";
|
|
12741
|
-
id: string;
|
|
12742
|
-
name: string;
|
|
12743
|
-
} | null;
|
|
12744
|
-
tags?: Array<{
|
|
12745
|
-
__typename?: "ProductV1Tag";
|
|
12746
|
-
id: string;
|
|
12747
|
-
name: string;
|
|
12748
|
-
}> | null;
|
|
12749
|
-
sections?: Array<{
|
|
12750
|
-
__typename?: "ProductV1Section";
|
|
12751
|
-
id: string;
|
|
12752
|
-
name: string;
|
|
12753
|
-
}> | null;
|
|
12754
|
-
personalisation?: Array<{
|
|
12755
|
-
__typename?: "ProductV1Personalisation";
|
|
12756
|
-
id: string;
|
|
12757
|
-
name: string;
|
|
12758
|
-
}> | null;
|
|
12759
|
-
visuals_images: Array<{
|
|
12760
|
-
__typename?: "ProductV1Media";
|
|
12761
|
-
id: string;
|
|
12762
|
-
url: string;
|
|
12763
|
-
tag?: string | null;
|
|
12764
|
-
type: ProductV1MediaType;
|
|
12765
|
-
}>;
|
|
12766
|
-
visuals_videos?: Array<{
|
|
12767
|
-
__typename?: "ProductV1Media";
|
|
12768
|
-
id: string;
|
|
12769
|
-
url: string;
|
|
12770
|
-
tag?: string | null;
|
|
12771
|
-
type: ProductV1MediaType;
|
|
12772
|
-
}> | null;
|
|
12773
|
-
};
|
|
12774
|
-
variations?: Array<{
|
|
12775
|
-
__typename?: "ProductV1Variation";
|
|
12776
|
-
id: string;
|
|
12777
|
-
type: string;
|
|
12778
|
-
option: string;
|
|
12779
|
-
}> | null;
|
|
12780
|
-
productV1Seller: {
|
|
12781
|
-
__typename?: "ProductV1Seller";
|
|
12782
|
-
id: string;
|
|
12783
|
-
defaultVersion?: number | null;
|
|
12784
|
-
name?: string | null;
|
|
12785
|
-
description?: string | null;
|
|
12786
|
-
externalUrl?: string | null;
|
|
12787
|
-
tokenId?: string | null;
|
|
12788
|
-
images?: Array<{
|
|
12789
|
-
__typename?: "ProductV1Media";
|
|
12790
|
-
id: string;
|
|
12791
|
-
url: string;
|
|
12792
|
-
tag?: string | null;
|
|
12793
|
-
type: ProductV1MediaType;
|
|
12794
|
-
}> | null;
|
|
12795
|
-
contactLinks?: Array<{
|
|
12796
|
-
__typename?: "ProductV1SellerContactLink";
|
|
12797
|
-
id: string;
|
|
12798
|
-
url: string;
|
|
12799
|
-
tag: string;
|
|
12800
|
-
}> | null;
|
|
12801
|
-
seller: {
|
|
12802
|
-
__typename?: "Seller";
|
|
12803
|
-
id: string;
|
|
12804
|
-
operator: string;
|
|
12805
|
-
admin: string;
|
|
12806
|
-
clerk: string;
|
|
12807
|
-
treasury: string;
|
|
12808
|
-
authTokenId: string;
|
|
12809
|
-
authTokenType: number;
|
|
12810
|
-
voucherCloneAddress: string;
|
|
12811
|
-
active: boolean;
|
|
12812
|
-
};
|
|
12813
|
-
};
|
|
12814
|
-
exchangePolicy: {
|
|
12815
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
12816
|
-
id: string;
|
|
12817
|
-
uuid: string;
|
|
12818
|
-
version: number;
|
|
12819
|
-
label?: string | null;
|
|
12820
|
-
template: string;
|
|
12821
|
-
};
|
|
12822
|
-
shipping?: {
|
|
12823
|
-
__typename?: "ProductV1ShippingOption";
|
|
12824
|
-
id: string;
|
|
12825
|
-
defaultVersion?: number | null;
|
|
12826
|
-
countryOfOrigin?: string | null;
|
|
12827
|
-
redemptionPoint?: string | null;
|
|
12828
|
-
supportedJurisdictions?: Array<{
|
|
12829
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
12830
|
-
id: string;
|
|
12831
|
-
label: string;
|
|
12832
|
-
deliveryTime: string;
|
|
12833
|
-
}> | null;
|
|
12834
|
-
} | null;
|
|
12835
9344
|
} | null;
|
|
12836
9345
|
} | null;
|
|
12837
9346
|
};
|
|
@@ -12857,8 +9366,6 @@ export declare type GetOffersQueryQuery = {
|
|
|
12857
9366
|
price: string;
|
|
12858
9367
|
sellerDeposit: string;
|
|
12859
9368
|
protocolFee: string;
|
|
12860
|
-
agentFee: string;
|
|
12861
|
-
agentId: string;
|
|
12862
9369
|
buyerCancelPenalty: string;
|
|
12863
9370
|
quantityAvailable: string;
|
|
12864
9371
|
quantityInitial: string;
|
|
@@ -12894,9 +9401,6 @@ export declare type GetOffersQueryQuery = {
|
|
|
12894
9401
|
admin: string;
|
|
12895
9402
|
clerk: string;
|
|
12896
9403
|
treasury: string;
|
|
12897
|
-
authTokenId: string;
|
|
12898
|
-
authTokenType: number;
|
|
12899
|
-
voucherCloneAddress: string;
|
|
12900
9404
|
active: boolean;
|
|
12901
9405
|
};
|
|
12902
9406
|
exchangeToken: {
|
|
@@ -12951,165 +9455,11 @@ export declare type GetOffersQueryQuery = {
|
|
|
12951
9455
|
type: MetadataType;
|
|
12952
9456
|
} | {
|
|
12953
9457
|
__typename?: "ProductV1MetadataEntity";
|
|
12954
|
-
image: string;
|
|
12955
|
-
createdAt: string;
|
|
12956
|
-
voided: boolean;
|
|
12957
|
-
validFromDate: string;
|
|
12958
|
-
validUntilDate: string;
|
|
12959
|
-
quantityAvailable: string;
|
|
12960
|
-
uuid: string;
|
|
12961
9458
|
name: string;
|
|
12962
9459
|
description: string;
|
|
12963
9460
|
externalUrl: string;
|
|
12964
9461
|
schemaUrl: string;
|
|
12965
9462
|
type: MetadataType;
|
|
12966
|
-
attributes?: Array<{
|
|
12967
|
-
__typename?: "MetadataAttribute";
|
|
12968
|
-
traitType: string;
|
|
12969
|
-
value: string;
|
|
12970
|
-
displayType: string;
|
|
12971
|
-
}> | null;
|
|
12972
|
-
product: {
|
|
12973
|
-
__typename?: "ProductV1Product";
|
|
12974
|
-
id: string;
|
|
12975
|
-
uuid: string;
|
|
12976
|
-
version: number;
|
|
12977
|
-
title: string;
|
|
12978
|
-
description: string;
|
|
12979
|
-
identification_sKU?: string | null;
|
|
12980
|
-
identification_productId?: string | null;
|
|
12981
|
-
identification_productIdType?: string | null;
|
|
12982
|
-
productionInformation_brandName: string;
|
|
12983
|
-
productionInformation_manufacturer?: string | null;
|
|
12984
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
12985
|
-
productionInformation_modelNumber?: string | null;
|
|
12986
|
-
productionInformation_materials?: Array<string> | null;
|
|
12987
|
-
details_category?: string | null;
|
|
12988
|
-
details_subCategory?: string | null;
|
|
12989
|
-
details_subCategory2?: string | null;
|
|
12990
|
-
details_offerCategory: string;
|
|
12991
|
-
offerCategory: ProductV1OfferCategory;
|
|
12992
|
-
details_tags?: Array<string> | null;
|
|
12993
|
-
details_sections?: Array<string> | null;
|
|
12994
|
-
details_personalisation?: Array<string> | null;
|
|
12995
|
-
packaging_packageQuantity?: string | null;
|
|
12996
|
-
packaging_dimensions_length?: string | null;
|
|
12997
|
-
packaging_dimensions_width?: string | null;
|
|
12998
|
-
packaging_dimensions_height?: string | null;
|
|
12999
|
-
packaging_dimensions_unit?: string | null;
|
|
13000
|
-
packaging_weight_value?: string | null;
|
|
13001
|
-
packaging_weight_unit?: string | null;
|
|
13002
|
-
brand: {
|
|
13003
|
-
__typename?: "ProductV1Brand";
|
|
13004
|
-
id: string;
|
|
13005
|
-
name: string;
|
|
13006
|
-
};
|
|
13007
|
-
category?: {
|
|
13008
|
-
__typename?: "ProductV1Category";
|
|
13009
|
-
id: string;
|
|
13010
|
-
name: string;
|
|
13011
|
-
} | null;
|
|
13012
|
-
subCategory?: {
|
|
13013
|
-
__typename?: "ProductV1Category";
|
|
13014
|
-
id: string;
|
|
13015
|
-
name: string;
|
|
13016
|
-
} | null;
|
|
13017
|
-
subCategory2?: {
|
|
13018
|
-
__typename?: "ProductV1Category";
|
|
13019
|
-
id: string;
|
|
13020
|
-
name: string;
|
|
13021
|
-
} | null;
|
|
13022
|
-
tags?: Array<{
|
|
13023
|
-
__typename?: "ProductV1Tag";
|
|
13024
|
-
id: string;
|
|
13025
|
-
name: string;
|
|
13026
|
-
}> | null;
|
|
13027
|
-
sections?: Array<{
|
|
13028
|
-
__typename?: "ProductV1Section";
|
|
13029
|
-
id: string;
|
|
13030
|
-
name: string;
|
|
13031
|
-
}> | null;
|
|
13032
|
-
personalisation?: Array<{
|
|
13033
|
-
__typename?: "ProductV1Personalisation";
|
|
13034
|
-
id: string;
|
|
13035
|
-
name: string;
|
|
13036
|
-
}> | null;
|
|
13037
|
-
visuals_images: Array<{
|
|
13038
|
-
__typename?: "ProductV1Media";
|
|
13039
|
-
id: string;
|
|
13040
|
-
url: string;
|
|
13041
|
-
tag?: string | null;
|
|
13042
|
-
type: ProductV1MediaType;
|
|
13043
|
-
}>;
|
|
13044
|
-
visuals_videos?: Array<{
|
|
13045
|
-
__typename?: "ProductV1Media";
|
|
13046
|
-
id: string;
|
|
13047
|
-
url: string;
|
|
13048
|
-
tag?: string | null;
|
|
13049
|
-
type: ProductV1MediaType;
|
|
13050
|
-
}> | null;
|
|
13051
|
-
};
|
|
13052
|
-
variations?: Array<{
|
|
13053
|
-
__typename?: "ProductV1Variation";
|
|
13054
|
-
id: string;
|
|
13055
|
-
type: string;
|
|
13056
|
-
option: string;
|
|
13057
|
-
}> | null;
|
|
13058
|
-
productV1Seller: {
|
|
13059
|
-
__typename?: "ProductV1Seller";
|
|
13060
|
-
id: string;
|
|
13061
|
-
defaultVersion?: number | null;
|
|
13062
|
-
name?: string | null;
|
|
13063
|
-
description?: string | null;
|
|
13064
|
-
externalUrl?: string | null;
|
|
13065
|
-
tokenId?: string | null;
|
|
13066
|
-
images?: Array<{
|
|
13067
|
-
__typename?: "ProductV1Media";
|
|
13068
|
-
id: string;
|
|
13069
|
-
url: string;
|
|
13070
|
-
tag?: string | null;
|
|
13071
|
-
type: ProductV1MediaType;
|
|
13072
|
-
}> | null;
|
|
13073
|
-
contactLinks?: Array<{
|
|
13074
|
-
__typename?: "ProductV1SellerContactLink";
|
|
13075
|
-
id: string;
|
|
13076
|
-
url: string;
|
|
13077
|
-
tag: string;
|
|
13078
|
-
}> | null;
|
|
13079
|
-
seller: {
|
|
13080
|
-
__typename?: "Seller";
|
|
13081
|
-
id: string;
|
|
13082
|
-
operator: string;
|
|
13083
|
-
admin: string;
|
|
13084
|
-
clerk: string;
|
|
13085
|
-
treasury: string;
|
|
13086
|
-
authTokenId: string;
|
|
13087
|
-
authTokenType: number;
|
|
13088
|
-
voucherCloneAddress: string;
|
|
13089
|
-
active: boolean;
|
|
13090
|
-
};
|
|
13091
|
-
};
|
|
13092
|
-
exchangePolicy: {
|
|
13093
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
13094
|
-
id: string;
|
|
13095
|
-
uuid: string;
|
|
13096
|
-
version: number;
|
|
13097
|
-
label?: string | null;
|
|
13098
|
-
template: string;
|
|
13099
|
-
};
|
|
13100
|
-
shipping?: {
|
|
13101
|
-
__typename?: "ProductV1ShippingOption";
|
|
13102
|
-
id: string;
|
|
13103
|
-
defaultVersion?: number | null;
|
|
13104
|
-
countryOfOrigin?: string | null;
|
|
13105
|
-
redemptionPoint?: string | null;
|
|
13106
|
-
supportedJurisdictions?: Array<{
|
|
13107
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
13108
|
-
id: string;
|
|
13109
|
-
label: string;
|
|
13110
|
-
deliveryTime: string;
|
|
13111
|
-
}> | null;
|
|
13112
|
-
} | null;
|
|
13113
9463
|
} | null;
|
|
13114
9464
|
}>;
|
|
13115
9465
|
};
|
|
@@ -13120,8 +9470,6 @@ export declare type OfferFieldsFragment = {
|
|
|
13120
9470
|
price: string;
|
|
13121
9471
|
sellerDeposit: string;
|
|
13122
9472
|
protocolFee: string;
|
|
13123
|
-
agentFee: string;
|
|
13124
|
-
agentId: string;
|
|
13125
9473
|
buyerCancelPenalty: string;
|
|
13126
9474
|
quantityAvailable: string;
|
|
13127
9475
|
quantityInitial: string;
|
|
@@ -13157,9 +9505,6 @@ export declare type OfferFieldsFragment = {
|
|
|
13157
9505
|
admin: string;
|
|
13158
9506
|
clerk: string;
|
|
13159
9507
|
treasury: string;
|
|
13160
|
-
authTokenId: string;
|
|
13161
|
-
authTokenType: number;
|
|
13162
|
-
voucherCloneAddress: string;
|
|
13163
9508
|
active: boolean;
|
|
13164
9509
|
};
|
|
13165
9510
|
exchangeToken: {
|
|
@@ -13214,165 +9559,11 @@ export declare type OfferFieldsFragment = {
|
|
|
13214
9559
|
type: MetadataType;
|
|
13215
9560
|
} | {
|
|
13216
9561
|
__typename?: "ProductV1MetadataEntity";
|
|
13217
|
-
image: string;
|
|
13218
|
-
createdAt: string;
|
|
13219
|
-
voided: boolean;
|
|
13220
|
-
validFromDate: string;
|
|
13221
|
-
validUntilDate: string;
|
|
13222
|
-
quantityAvailable: string;
|
|
13223
|
-
uuid: string;
|
|
13224
9562
|
name: string;
|
|
13225
9563
|
description: string;
|
|
13226
9564
|
externalUrl: string;
|
|
13227
9565
|
schemaUrl: string;
|
|
13228
9566
|
type: MetadataType;
|
|
13229
|
-
attributes?: Array<{
|
|
13230
|
-
__typename?: "MetadataAttribute";
|
|
13231
|
-
traitType: string;
|
|
13232
|
-
value: string;
|
|
13233
|
-
displayType: string;
|
|
13234
|
-
}> | null;
|
|
13235
|
-
product: {
|
|
13236
|
-
__typename?: "ProductV1Product";
|
|
13237
|
-
id: string;
|
|
13238
|
-
uuid: string;
|
|
13239
|
-
version: number;
|
|
13240
|
-
title: string;
|
|
13241
|
-
description: string;
|
|
13242
|
-
identification_sKU?: string | null;
|
|
13243
|
-
identification_productId?: string | null;
|
|
13244
|
-
identification_productIdType?: string | null;
|
|
13245
|
-
productionInformation_brandName: string;
|
|
13246
|
-
productionInformation_manufacturer?: string | null;
|
|
13247
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
13248
|
-
productionInformation_modelNumber?: string | null;
|
|
13249
|
-
productionInformation_materials?: Array<string> | null;
|
|
13250
|
-
details_category?: string | null;
|
|
13251
|
-
details_subCategory?: string | null;
|
|
13252
|
-
details_subCategory2?: string | null;
|
|
13253
|
-
details_offerCategory: string;
|
|
13254
|
-
offerCategory: ProductV1OfferCategory;
|
|
13255
|
-
details_tags?: Array<string> | null;
|
|
13256
|
-
details_sections?: Array<string> | null;
|
|
13257
|
-
details_personalisation?: Array<string> | null;
|
|
13258
|
-
packaging_packageQuantity?: string | null;
|
|
13259
|
-
packaging_dimensions_length?: string | null;
|
|
13260
|
-
packaging_dimensions_width?: string | null;
|
|
13261
|
-
packaging_dimensions_height?: string | null;
|
|
13262
|
-
packaging_dimensions_unit?: string | null;
|
|
13263
|
-
packaging_weight_value?: string | null;
|
|
13264
|
-
packaging_weight_unit?: string | null;
|
|
13265
|
-
brand: {
|
|
13266
|
-
__typename?: "ProductV1Brand";
|
|
13267
|
-
id: string;
|
|
13268
|
-
name: string;
|
|
13269
|
-
};
|
|
13270
|
-
category?: {
|
|
13271
|
-
__typename?: "ProductV1Category";
|
|
13272
|
-
id: string;
|
|
13273
|
-
name: string;
|
|
13274
|
-
} | null;
|
|
13275
|
-
subCategory?: {
|
|
13276
|
-
__typename?: "ProductV1Category";
|
|
13277
|
-
id: string;
|
|
13278
|
-
name: string;
|
|
13279
|
-
} | null;
|
|
13280
|
-
subCategory2?: {
|
|
13281
|
-
__typename?: "ProductV1Category";
|
|
13282
|
-
id: string;
|
|
13283
|
-
name: string;
|
|
13284
|
-
} | null;
|
|
13285
|
-
tags?: Array<{
|
|
13286
|
-
__typename?: "ProductV1Tag";
|
|
13287
|
-
id: string;
|
|
13288
|
-
name: string;
|
|
13289
|
-
}> | null;
|
|
13290
|
-
sections?: Array<{
|
|
13291
|
-
__typename?: "ProductV1Section";
|
|
13292
|
-
id: string;
|
|
13293
|
-
name: string;
|
|
13294
|
-
}> | null;
|
|
13295
|
-
personalisation?: Array<{
|
|
13296
|
-
__typename?: "ProductV1Personalisation";
|
|
13297
|
-
id: string;
|
|
13298
|
-
name: string;
|
|
13299
|
-
}> | null;
|
|
13300
|
-
visuals_images: Array<{
|
|
13301
|
-
__typename?: "ProductV1Media";
|
|
13302
|
-
id: string;
|
|
13303
|
-
url: string;
|
|
13304
|
-
tag?: string | null;
|
|
13305
|
-
type: ProductV1MediaType;
|
|
13306
|
-
}>;
|
|
13307
|
-
visuals_videos?: Array<{
|
|
13308
|
-
__typename?: "ProductV1Media";
|
|
13309
|
-
id: string;
|
|
13310
|
-
url: string;
|
|
13311
|
-
tag?: string | null;
|
|
13312
|
-
type: ProductV1MediaType;
|
|
13313
|
-
}> | null;
|
|
13314
|
-
};
|
|
13315
|
-
variations?: Array<{
|
|
13316
|
-
__typename?: "ProductV1Variation";
|
|
13317
|
-
id: string;
|
|
13318
|
-
type: string;
|
|
13319
|
-
option: string;
|
|
13320
|
-
}> | null;
|
|
13321
|
-
productV1Seller: {
|
|
13322
|
-
__typename?: "ProductV1Seller";
|
|
13323
|
-
id: string;
|
|
13324
|
-
defaultVersion?: number | null;
|
|
13325
|
-
name?: string | null;
|
|
13326
|
-
description?: string | null;
|
|
13327
|
-
externalUrl?: string | null;
|
|
13328
|
-
tokenId?: string | null;
|
|
13329
|
-
images?: Array<{
|
|
13330
|
-
__typename?: "ProductV1Media";
|
|
13331
|
-
id: string;
|
|
13332
|
-
url: string;
|
|
13333
|
-
tag?: string | null;
|
|
13334
|
-
type: ProductV1MediaType;
|
|
13335
|
-
}> | null;
|
|
13336
|
-
contactLinks?: Array<{
|
|
13337
|
-
__typename?: "ProductV1SellerContactLink";
|
|
13338
|
-
id: string;
|
|
13339
|
-
url: string;
|
|
13340
|
-
tag: string;
|
|
13341
|
-
}> | null;
|
|
13342
|
-
seller: {
|
|
13343
|
-
__typename?: "Seller";
|
|
13344
|
-
id: string;
|
|
13345
|
-
operator: string;
|
|
13346
|
-
admin: string;
|
|
13347
|
-
clerk: string;
|
|
13348
|
-
treasury: string;
|
|
13349
|
-
authTokenId: string;
|
|
13350
|
-
authTokenType: number;
|
|
13351
|
-
voucherCloneAddress: string;
|
|
13352
|
-
active: boolean;
|
|
13353
|
-
};
|
|
13354
|
-
};
|
|
13355
|
-
exchangePolicy: {
|
|
13356
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
13357
|
-
id: string;
|
|
13358
|
-
uuid: string;
|
|
13359
|
-
version: number;
|
|
13360
|
-
label?: string | null;
|
|
13361
|
-
template: string;
|
|
13362
|
-
};
|
|
13363
|
-
shipping?: {
|
|
13364
|
-
__typename?: "ProductV1ShippingOption";
|
|
13365
|
-
id: string;
|
|
13366
|
-
defaultVersion?: number | null;
|
|
13367
|
-
countryOfOrigin?: string | null;
|
|
13368
|
-
redemptionPoint?: string | null;
|
|
13369
|
-
supportedJurisdictions?: Array<{
|
|
13370
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
13371
|
-
id: string;
|
|
13372
|
-
label: string;
|
|
13373
|
-
deliveryTime: string;
|
|
13374
|
-
}> | null;
|
|
13375
|
-
} | null;
|
|
13376
9567
|
} | null;
|
|
13377
9568
|
};
|
|
13378
9569
|
export declare type BaseOfferFieldsFragment = {
|
|
@@ -13382,8 +9573,6 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
13382
9573
|
price: string;
|
|
13383
9574
|
sellerDeposit: string;
|
|
13384
9575
|
protocolFee: string;
|
|
13385
|
-
agentFee: string;
|
|
13386
|
-
agentId: string;
|
|
13387
9576
|
buyerCancelPenalty: string;
|
|
13388
9577
|
quantityAvailable: string;
|
|
13389
9578
|
quantityInitial: string;
|
|
@@ -13405,9 +9594,6 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
13405
9594
|
admin: string;
|
|
13406
9595
|
clerk: string;
|
|
13407
9596
|
treasury: string;
|
|
13408
|
-
authTokenId: string;
|
|
13409
|
-
authTokenType: number;
|
|
13410
|
-
voucherCloneAddress: string;
|
|
13411
9597
|
active: boolean;
|
|
13412
9598
|
};
|
|
13413
9599
|
exchangeToken: {
|
|
@@ -13462,165 +9648,11 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
13462
9648
|
type: MetadataType;
|
|
13463
9649
|
} | {
|
|
13464
9650
|
__typename?: "ProductV1MetadataEntity";
|
|
13465
|
-
image: string;
|
|
13466
|
-
createdAt: string;
|
|
13467
|
-
voided: boolean;
|
|
13468
|
-
validFromDate: string;
|
|
13469
|
-
validUntilDate: string;
|
|
13470
|
-
quantityAvailable: string;
|
|
13471
|
-
uuid: string;
|
|
13472
9651
|
name: string;
|
|
13473
9652
|
description: string;
|
|
13474
9653
|
externalUrl: string;
|
|
13475
9654
|
schemaUrl: string;
|
|
13476
9655
|
type: MetadataType;
|
|
13477
|
-
attributes?: Array<{
|
|
13478
|
-
__typename?: "MetadataAttribute";
|
|
13479
|
-
traitType: string;
|
|
13480
|
-
value: string;
|
|
13481
|
-
displayType: string;
|
|
13482
|
-
}> | null;
|
|
13483
|
-
product: {
|
|
13484
|
-
__typename?: "ProductV1Product";
|
|
13485
|
-
id: string;
|
|
13486
|
-
uuid: string;
|
|
13487
|
-
version: number;
|
|
13488
|
-
title: string;
|
|
13489
|
-
description: string;
|
|
13490
|
-
identification_sKU?: string | null;
|
|
13491
|
-
identification_productId?: string | null;
|
|
13492
|
-
identification_productIdType?: string | null;
|
|
13493
|
-
productionInformation_brandName: string;
|
|
13494
|
-
productionInformation_manufacturer?: string | null;
|
|
13495
|
-
productionInformation_manufacturerPartNumber?: string | null;
|
|
13496
|
-
productionInformation_modelNumber?: string | null;
|
|
13497
|
-
productionInformation_materials?: Array<string> | null;
|
|
13498
|
-
details_category?: string | null;
|
|
13499
|
-
details_subCategory?: string | null;
|
|
13500
|
-
details_subCategory2?: string | null;
|
|
13501
|
-
details_offerCategory: string;
|
|
13502
|
-
offerCategory: ProductV1OfferCategory;
|
|
13503
|
-
details_tags?: Array<string> | null;
|
|
13504
|
-
details_sections?: Array<string> | null;
|
|
13505
|
-
details_personalisation?: Array<string> | null;
|
|
13506
|
-
packaging_packageQuantity?: string | null;
|
|
13507
|
-
packaging_dimensions_length?: string | null;
|
|
13508
|
-
packaging_dimensions_width?: string | null;
|
|
13509
|
-
packaging_dimensions_height?: string | null;
|
|
13510
|
-
packaging_dimensions_unit?: string | null;
|
|
13511
|
-
packaging_weight_value?: string | null;
|
|
13512
|
-
packaging_weight_unit?: string | null;
|
|
13513
|
-
brand: {
|
|
13514
|
-
__typename?: "ProductV1Brand";
|
|
13515
|
-
id: string;
|
|
13516
|
-
name: string;
|
|
13517
|
-
};
|
|
13518
|
-
category?: {
|
|
13519
|
-
__typename?: "ProductV1Category";
|
|
13520
|
-
id: string;
|
|
13521
|
-
name: string;
|
|
13522
|
-
} | null;
|
|
13523
|
-
subCategory?: {
|
|
13524
|
-
__typename?: "ProductV1Category";
|
|
13525
|
-
id: string;
|
|
13526
|
-
name: string;
|
|
13527
|
-
} | null;
|
|
13528
|
-
subCategory2?: {
|
|
13529
|
-
__typename?: "ProductV1Category";
|
|
13530
|
-
id: string;
|
|
13531
|
-
name: string;
|
|
13532
|
-
} | null;
|
|
13533
|
-
tags?: Array<{
|
|
13534
|
-
__typename?: "ProductV1Tag";
|
|
13535
|
-
id: string;
|
|
13536
|
-
name: string;
|
|
13537
|
-
}> | null;
|
|
13538
|
-
sections?: Array<{
|
|
13539
|
-
__typename?: "ProductV1Section";
|
|
13540
|
-
id: string;
|
|
13541
|
-
name: string;
|
|
13542
|
-
}> | null;
|
|
13543
|
-
personalisation?: Array<{
|
|
13544
|
-
__typename?: "ProductV1Personalisation";
|
|
13545
|
-
id: string;
|
|
13546
|
-
name: string;
|
|
13547
|
-
}> | null;
|
|
13548
|
-
visuals_images: Array<{
|
|
13549
|
-
__typename?: "ProductV1Media";
|
|
13550
|
-
id: string;
|
|
13551
|
-
url: string;
|
|
13552
|
-
tag?: string | null;
|
|
13553
|
-
type: ProductV1MediaType;
|
|
13554
|
-
}>;
|
|
13555
|
-
visuals_videos?: Array<{
|
|
13556
|
-
__typename?: "ProductV1Media";
|
|
13557
|
-
id: string;
|
|
13558
|
-
url: string;
|
|
13559
|
-
tag?: string | null;
|
|
13560
|
-
type: ProductV1MediaType;
|
|
13561
|
-
}> | null;
|
|
13562
|
-
};
|
|
13563
|
-
variations?: Array<{
|
|
13564
|
-
__typename?: "ProductV1Variation";
|
|
13565
|
-
id: string;
|
|
13566
|
-
type: string;
|
|
13567
|
-
option: string;
|
|
13568
|
-
}> | null;
|
|
13569
|
-
productV1Seller: {
|
|
13570
|
-
__typename?: "ProductV1Seller";
|
|
13571
|
-
id: string;
|
|
13572
|
-
defaultVersion?: number | null;
|
|
13573
|
-
name?: string | null;
|
|
13574
|
-
description?: string | null;
|
|
13575
|
-
externalUrl?: string | null;
|
|
13576
|
-
tokenId?: string | null;
|
|
13577
|
-
images?: Array<{
|
|
13578
|
-
__typename?: "ProductV1Media";
|
|
13579
|
-
id: string;
|
|
13580
|
-
url: string;
|
|
13581
|
-
tag?: string | null;
|
|
13582
|
-
type: ProductV1MediaType;
|
|
13583
|
-
}> | null;
|
|
13584
|
-
contactLinks?: Array<{
|
|
13585
|
-
__typename?: "ProductV1SellerContactLink";
|
|
13586
|
-
id: string;
|
|
13587
|
-
url: string;
|
|
13588
|
-
tag: string;
|
|
13589
|
-
}> | null;
|
|
13590
|
-
seller: {
|
|
13591
|
-
__typename?: "Seller";
|
|
13592
|
-
id: string;
|
|
13593
|
-
operator: string;
|
|
13594
|
-
admin: string;
|
|
13595
|
-
clerk: string;
|
|
13596
|
-
treasury: string;
|
|
13597
|
-
authTokenId: string;
|
|
13598
|
-
authTokenType: number;
|
|
13599
|
-
voucherCloneAddress: string;
|
|
13600
|
-
active: boolean;
|
|
13601
|
-
};
|
|
13602
|
-
};
|
|
13603
|
-
exchangePolicy: {
|
|
13604
|
-
__typename?: "ProductV1ExchangePolicy";
|
|
13605
|
-
id: string;
|
|
13606
|
-
uuid: string;
|
|
13607
|
-
version: number;
|
|
13608
|
-
label?: string | null;
|
|
13609
|
-
template: string;
|
|
13610
|
-
};
|
|
13611
|
-
shipping?: {
|
|
13612
|
-
__typename?: "ProductV1ShippingOption";
|
|
13613
|
-
id: string;
|
|
13614
|
-
defaultVersion?: number | null;
|
|
13615
|
-
countryOfOrigin?: string | null;
|
|
13616
|
-
redemptionPoint?: string | null;
|
|
13617
|
-
supportedJurisdictions?: Array<{
|
|
13618
|
-
__typename?: "ProductV1ShippingJurisdiction";
|
|
13619
|
-
id: string;
|
|
13620
|
-
label: string;
|
|
13621
|
-
deliveryTime: string;
|
|
13622
|
-
}> | null;
|
|
13623
|
-
} | null;
|
|
13624
9656
|
} | null;
|
|
13625
9657
|
};
|
|
13626
9658
|
export declare const BaseSellerFieldsFragmentDoc: string;
|
|
@@ -13630,19 +9662,6 @@ export declare const FundsEntityFieldsFragmentDoc: string;
|
|
|
13630
9662
|
export declare const BaseDisputeResolverFeeFieldsFragmentDoc: string;
|
|
13631
9663
|
export declare const BaseDisputeResolverFieldsFragmentDoc: string;
|
|
13632
9664
|
export declare const BaseDisputeResolutionTermsEntityFieldsFragmentDoc: string;
|
|
13633
|
-
export declare const BaseProductV1BrandFieldsFragmentDoc: string;
|
|
13634
|
-
export declare const BaseProductV1CategoryFieldsFragmentDoc: string;
|
|
13635
|
-
export declare const BaseProductV1TagFieldsFragmentDoc: string;
|
|
13636
|
-
export declare const BaseProductV1SectionFieldsFragmentDoc: string;
|
|
13637
|
-
export declare const BaseProductV1PersonalisationFieldsFragmentDoc: string;
|
|
13638
|
-
export declare const BaseProductV1MediaFieldsFragmentDoc: string;
|
|
13639
|
-
export declare const BaseProductV1ProductFieldsFragmentDoc: string;
|
|
13640
|
-
export declare const BaseProductV1VariationFieldsFragmentDoc: string;
|
|
13641
|
-
export declare const BaseProductV1SellerContactLinkFieldsFragmentDoc: string;
|
|
13642
|
-
export declare const BaseProductV1SellerFieldsFragmentDoc: string;
|
|
13643
|
-
export declare const BaseProductV1ExchangePolicyFieldsFragmentDoc: string;
|
|
13644
|
-
export declare const BaseProductV1ShippingJurisdictionFieldsFragmentDoc: string;
|
|
13645
|
-
export declare const BaseProductV1ShippingOptionFieldsFragmentDoc: string;
|
|
13646
9665
|
export declare const BaseOfferFieldsFragmentDoc: string;
|
|
13647
9666
|
export declare const BaseExchangeFieldsFragmentDoc: string;
|
|
13648
9667
|
export declare const SellerFieldsFragmentDoc: string;
|
|
@@ -13655,8 +9674,21 @@ export declare const ExchangeTokenFieldsFragmentDoc: string;
|
|
|
13655
9674
|
export declare const ExchangeFieldsFragmentDoc: string;
|
|
13656
9675
|
export declare const BaseBaseMetadataEntityFieldsFragmentDoc: string;
|
|
13657
9676
|
export declare const BaseMetadataEntityFieldsFragmentDoc: string;
|
|
9677
|
+
export declare const BaseProductV1BrandFieldsFragmentDoc: string;
|
|
9678
|
+
export declare const BaseProductV1CategoryFieldsFragmentDoc: string;
|
|
9679
|
+
export declare const BaseProductV1TagFieldsFragmentDoc: string;
|
|
9680
|
+
export declare const BaseProductV1SectionFieldsFragmentDoc: string;
|
|
9681
|
+
export declare const BaseProductV1PersonalisationFieldsFragmentDoc: string;
|
|
9682
|
+
export declare const BaseProductV1MediaFieldsFragmentDoc: string;
|
|
9683
|
+
export declare const BaseProductV1ProductFieldsFragmentDoc: string;
|
|
9684
|
+
export declare const BaseProductV1VariationFieldsFragmentDoc: string;
|
|
9685
|
+
export declare const BaseProductV1SellerContactLinkFieldsFragmentDoc: string;
|
|
9686
|
+
export declare const BaseProductV1SellerFieldsFragmentDoc: string;
|
|
13658
9687
|
export declare const BaseProductV1MetadataEntityFieldsFragmentDoc: string;
|
|
13659
9688
|
export declare const ProductV1MetadataEntityFieldsFragmentDoc: string;
|
|
9689
|
+
export declare const BaseProductV1ShippingJurisdictionFieldsFragmentDoc: string;
|
|
9690
|
+
export declare const BaseProductV1ShippingOptionFieldsFragmentDoc: string;
|
|
9691
|
+
export declare const BaseProductV1ExchangePolicyFieldsFragmentDoc: string;
|
|
13660
9692
|
export declare const BaseProductV1ProductOverridesFieldsFragmentDoc: string;
|
|
13661
9693
|
export declare const OfferFieldsFragmentDoc: string;
|
|
13662
9694
|
export declare const GetSellerByIdQueryDocument: string;
|