@bosonprotocol/core-sdk 1.37.0-alpha.4 → 1.37.0-alpha.5
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/subgraph.d.ts +114 -114
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/cjs/subgraph.js +1 -0
- package/dist/cjs/subgraph.js.map +1 -1
- package/dist/esm/subgraph.d.ts +114 -114
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.js +1 -0
- package/dist/esm/subgraph.js.map +1 -1
- package/package.json +3 -3
- package/src/offers/queries.graphql +1 -0
- package/src/subgraph.ts +115 -114
package/dist/cjs/subgraph.d.ts
CHANGED
|
@@ -11340,7 +11340,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
11340
11340
|
buyerEscalationDeposit: string;
|
|
11341
11341
|
};
|
|
11342
11342
|
metadata?: {
|
|
11343
|
-
__typename
|
|
11343
|
+
__typename: "BaseMetadataEntity";
|
|
11344
11344
|
name: string;
|
|
11345
11345
|
description: string;
|
|
11346
11346
|
externalUrl: string;
|
|
@@ -11358,7 +11358,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
11358
11358
|
type?: string | null;
|
|
11359
11359
|
} | null;
|
|
11360
11360
|
} | {
|
|
11361
|
-
__typename
|
|
11361
|
+
__typename: "BundleMetadataEntity";
|
|
11362
11362
|
bundleUuid: string;
|
|
11363
11363
|
createdAt: string;
|
|
11364
11364
|
voided: boolean;
|
|
@@ -11802,7 +11802,7 @@ export type GetSellerByIdQueryQuery = {
|
|
|
11802
11802
|
type?: string | null;
|
|
11803
11803
|
} | null;
|
|
11804
11804
|
} | {
|
|
11805
|
-
__typename
|
|
11805
|
+
__typename: "ProductV1MetadataEntity";
|
|
11806
11806
|
createdAt: string;
|
|
11807
11807
|
voided: boolean;
|
|
11808
11808
|
validFromDate: string;
|
|
@@ -12752,7 +12752,7 @@ export type GetSellersQueryQuery = {
|
|
|
12752
12752
|
buyerEscalationDeposit: string;
|
|
12753
12753
|
};
|
|
12754
12754
|
metadata?: {
|
|
12755
|
-
__typename
|
|
12755
|
+
__typename: "BaseMetadataEntity";
|
|
12756
12756
|
name: string;
|
|
12757
12757
|
description: string;
|
|
12758
12758
|
externalUrl: string;
|
|
@@ -12770,7 +12770,7 @@ export type GetSellersQueryQuery = {
|
|
|
12770
12770
|
type?: string | null;
|
|
12771
12771
|
} | null;
|
|
12772
12772
|
} | {
|
|
12773
|
-
__typename
|
|
12773
|
+
__typename: "BundleMetadataEntity";
|
|
12774
12774
|
bundleUuid: string;
|
|
12775
12775
|
createdAt: string;
|
|
12776
12776
|
voided: boolean;
|
|
@@ -13214,7 +13214,7 @@ export type GetSellersQueryQuery = {
|
|
|
13214
13214
|
type?: string | null;
|
|
13215
13215
|
} | null;
|
|
13216
13216
|
} | {
|
|
13217
|
-
__typename
|
|
13217
|
+
__typename: "ProductV1MetadataEntity";
|
|
13218
13218
|
createdAt: string;
|
|
13219
13219
|
voided: boolean;
|
|
13220
13220
|
validFromDate: string;
|
|
@@ -14636,7 +14636,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
14636
14636
|
buyerEscalationDeposit: string;
|
|
14637
14637
|
};
|
|
14638
14638
|
metadata?: {
|
|
14639
|
-
__typename
|
|
14639
|
+
__typename: "BaseMetadataEntity";
|
|
14640
14640
|
name: string;
|
|
14641
14641
|
description: string;
|
|
14642
14642
|
externalUrl: string;
|
|
@@ -14654,7 +14654,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
14654
14654
|
type?: string | null;
|
|
14655
14655
|
} | null;
|
|
14656
14656
|
} | {
|
|
14657
|
-
__typename
|
|
14657
|
+
__typename: "BundleMetadataEntity";
|
|
14658
14658
|
bundleUuid: string;
|
|
14659
14659
|
createdAt: string;
|
|
14660
14660
|
voided: boolean;
|
|
@@ -15098,7 +15098,7 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
15098
15098
|
type?: string | null;
|
|
15099
15099
|
} | null;
|
|
15100
15100
|
} | {
|
|
15101
|
-
__typename
|
|
15101
|
+
__typename: "ProductV1MetadataEntity";
|
|
15102
15102
|
createdAt: string;
|
|
15103
15103
|
voided: boolean;
|
|
15104
15104
|
validFromDate: string;
|
|
@@ -15848,7 +15848,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
15848
15848
|
buyerEscalationDeposit: string;
|
|
15849
15849
|
};
|
|
15850
15850
|
metadata?: {
|
|
15851
|
-
__typename
|
|
15851
|
+
__typename: "BaseMetadataEntity";
|
|
15852
15852
|
name: string;
|
|
15853
15853
|
description: string;
|
|
15854
15854
|
externalUrl: string;
|
|
@@ -15866,7 +15866,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
15866
15866
|
type?: string | null;
|
|
15867
15867
|
} | null;
|
|
15868
15868
|
} | {
|
|
15869
|
-
__typename
|
|
15869
|
+
__typename: "BundleMetadataEntity";
|
|
15870
15870
|
bundleUuid: string;
|
|
15871
15871
|
createdAt: string;
|
|
15872
15872
|
voided: boolean;
|
|
@@ -16310,7 +16310,7 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
16310
16310
|
type?: string | null;
|
|
16311
16311
|
} | null;
|
|
16312
16312
|
} | {
|
|
16313
|
-
__typename
|
|
16313
|
+
__typename: "ProductV1MetadataEntity";
|
|
16314
16314
|
createdAt: string;
|
|
16315
16315
|
voided: boolean;
|
|
16316
16316
|
validFromDate: string;
|
|
@@ -17141,7 +17141,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
17141
17141
|
buyerEscalationDeposit: string;
|
|
17142
17142
|
};
|
|
17143
17143
|
metadata?: {
|
|
17144
|
-
__typename
|
|
17144
|
+
__typename: "BaseMetadataEntity";
|
|
17145
17145
|
name: string;
|
|
17146
17146
|
description: string;
|
|
17147
17147
|
externalUrl: string;
|
|
@@ -17159,7 +17159,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
17159
17159
|
type?: string | null;
|
|
17160
17160
|
} | null;
|
|
17161
17161
|
} | {
|
|
17162
|
-
__typename
|
|
17162
|
+
__typename: "BundleMetadataEntity";
|
|
17163
17163
|
bundleUuid: string;
|
|
17164
17164
|
createdAt: string;
|
|
17165
17165
|
voided: boolean;
|
|
@@ -17603,7 +17603,7 @@ export type GetOfferCollectionsQueryQuery = {
|
|
|
17603
17603
|
type?: string | null;
|
|
17604
17604
|
} | null;
|
|
17605
17605
|
} | {
|
|
17606
|
-
__typename
|
|
17606
|
+
__typename: "ProductV1MetadataEntity";
|
|
17607
17607
|
createdAt: string;
|
|
17608
17608
|
voided: boolean;
|
|
17609
17609
|
validFromDate: string;
|
|
@@ -18298,7 +18298,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
18298
18298
|
buyerEscalationDeposit: string;
|
|
18299
18299
|
};
|
|
18300
18300
|
metadata?: {
|
|
18301
|
-
__typename
|
|
18301
|
+
__typename: "BaseMetadataEntity";
|
|
18302
18302
|
name: string;
|
|
18303
18303
|
description: string;
|
|
18304
18304
|
externalUrl: string;
|
|
@@ -18316,7 +18316,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
18316
18316
|
type?: string | null;
|
|
18317
18317
|
} | null;
|
|
18318
18318
|
} | {
|
|
18319
|
-
__typename
|
|
18319
|
+
__typename: "BundleMetadataEntity";
|
|
18320
18320
|
bundleUuid: string;
|
|
18321
18321
|
createdAt: string;
|
|
18322
18322
|
voided: boolean;
|
|
@@ -18760,7 +18760,7 @@ export type OfferCollectionFieldsFragment = {
|
|
|
18760
18760
|
type?: string | null;
|
|
18761
18761
|
} | null;
|
|
18762
18762
|
} | {
|
|
18763
|
-
__typename
|
|
18763
|
+
__typename: "ProductV1MetadataEntity";
|
|
18764
18764
|
createdAt: string;
|
|
18765
18765
|
voided: boolean;
|
|
18766
18766
|
validFromDate: string;
|
|
@@ -19434,7 +19434,7 @@ export type SellerFieldsFragment = {
|
|
|
19434
19434
|
buyerEscalationDeposit: string;
|
|
19435
19435
|
};
|
|
19436
19436
|
metadata?: {
|
|
19437
|
-
__typename
|
|
19437
|
+
__typename: "BaseMetadataEntity";
|
|
19438
19438
|
name: string;
|
|
19439
19439
|
description: string;
|
|
19440
19440
|
externalUrl: string;
|
|
@@ -19452,7 +19452,7 @@ export type SellerFieldsFragment = {
|
|
|
19452
19452
|
type?: string | null;
|
|
19453
19453
|
} | null;
|
|
19454
19454
|
} | {
|
|
19455
|
-
__typename
|
|
19455
|
+
__typename: "BundleMetadataEntity";
|
|
19456
19456
|
bundleUuid: string;
|
|
19457
19457
|
createdAt: string;
|
|
19458
19458
|
voided: boolean;
|
|
@@ -19896,7 +19896,7 @@ export type SellerFieldsFragment = {
|
|
|
19896
19896
|
type?: string | null;
|
|
19897
19897
|
} | null;
|
|
19898
19898
|
} | {
|
|
19899
|
-
__typename
|
|
19899
|
+
__typename: "ProductV1MetadataEntity";
|
|
19900
19900
|
createdAt: string;
|
|
19901
19901
|
voided: boolean;
|
|
19902
19902
|
validFromDate: string;
|
|
@@ -21145,7 +21145,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
21145
21145
|
buyerEscalationDeposit: string;
|
|
21146
21146
|
};
|
|
21147
21147
|
metadata?: {
|
|
21148
|
-
__typename
|
|
21148
|
+
__typename: "BaseMetadataEntity";
|
|
21149
21149
|
name: string;
|
|
21150
21150
|
description: string;
|
|
21151
21151
|
externalUrl: string;
|
|
@@ -21163,7 +21163,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
21163
21163
|
type?: string | null;
|
|
21164
21164
|
} | null;
|
|
21165
21165
|
} | {
|
|
21166
|
-
__typename
|
|
21166
|
+
__typename: "BundleMetadataEntity";
|
|
21167
21167
|
bundleUuid: string;
|
|
21168
21168
|
createdAt: string;
|
|
21169
21169
|
voided: boolean;
|
|
@@ -21607,7 +21607,7 @@ export type DisputeResolverFieldsFragment = {
|
|
|
21607
21607
|
type?: string | null;
|
|
21608
21608
|
} | null;
|
|
21609
21609
|
} | {
|
|
21610
|
-
__typename
|
|
21610
|
+
__typename: "ProductV1MetadataEntity";
|
|
21611
21611
|
createdAt: string;
|
|
21612
21612
|
voided: boolean;
|
|
21613
21613
|
validFromDate: string;
|
|
@@ -23057,7 +23057,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
23057
23057
|
buyerEscalationDeposit: string;
|
|
23058
23058
|
};
|
|
23059
23059
|
metadata?: {
|
|
23060
|
-
__typename
|
|
23060
|
+
__typename: "BaseMetadataEntity";
|
|
23061
23061
|
name: string;
|
|
23062
23062
|
description: string;
|
|
23063
23063
|
externalUrl: string;
|
|
@@ -23075,7 +23075,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
23075
23075
|
type?: string | null;
|
|
23076
23076
|
} | null;
|
|
23077
23077
|
} | {
|
|
23078
|
-
__typename
|
|
23078
|
+
__typename: "BundleMetadataEntity";
|
|
23079
23079
|
bundleUuid: string;
|
|
23080
23080
|
createdAt: string;
|
|
23081
23081
|
voided: boolean;
|
|
@@ -23519,7 +23519,7 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
23519
23519
|
type?: string | null;
|
|
23520
23520
|
} | null;
|
|
23521
23521
|
} | {
|
|
23522
|
-
__typename
|
|
23522
|
+
__typename: "ProductV1MetadataEntity";
|
|
23523
23523
|
createdAt: string;
|
|
23524
23524
|
voided: boolean;
|
|
23525
23525
|
validFromDate: string;
|
|
@@ -24144,7 +24144,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
24144
24144
|
buyerEscalationDeposit: string;
|
|
24145
24145
|
};
|
|
24146
24146
|
metadata?: {
|
|
24147
|
-
__typename
|
|
24147
|
+
__typename: "BaseMetadataEntity";
|
|
24148
24148
|
name: string;
|
|
24149
24149
|
description: string;
|
|
24150
24150
|
externalUrl: string;
|
|
@@ -24162,7 +24162,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
24162
24162
|
type?: string | null;
|
|
24163
24163
|
} | null;
|
|
24164
24164
|
} | {
|
|
24165
|
-
__typename
|
|
24165
|
+
__typename: "BundleMetadataEntity";
|
|
24166
24166
|
bundleUuid: string;
|
|
24167
24167
|
createdAt: string;
|
|
24168
24168
|
voided: boolean;
|
|
@@ -24606,7 +24606,7 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
24606
24606
|
type?: string | null;
|
|
24607
24607
|
} | null;
|
|
24608
24608
|
} | {
|
|
24609
|
-
__typename
|
|
24609
|
+
__typename: "ProductV1MetadataEntity";
|
|
24610
24610
|
createdAt: string;
|
|
24611
24611
|
voided: boolean;
|
|
24612
24612
|
validFromDate: string;
|
|
@@ -25210,7 +25210,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
25210
25210
|
buyerEscalationDeposit: string;
|
|
25211
25211
|
};
|
|
25212
25212
|
metadata?: {
|
|
25213
|
-
__typename
|
|
25213
|
+
__typename: "BaseMetadataEntity";
|
|
25214
25214
|
name: string;
|
|
25215
25215
|
description: string;
|
|
25216
25216
|
externalUrl: string;
|
|
@@ -25228,7 +25228,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
25228
25228
|
type?: string | null;
|
|
25229
25229
|
} | null;
|
|
25230
25230
|
} | {
|
|
25231
|
-
__typename
|
|
25231
|
+
__typename: "BundleMetadataEntity";
|
|
25232
25232
|
bundleUuid: string;
|
|
25233
25233
|
createdAt: string;
|
|
25234
25234
|
voided: boolean;
|
|
@@ -25672,7 +25672,7 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
25672
25672
|
type?: string | null;
|
|
25673
25673
|
} | null;
|
|
25674
25674
|
} | {
|
|
25675
|
-
__typename
|
|
25675
|
+
__typename: "ProductV1MetadataEntity";
|
|
25676
25676
|
createdAt: string;
|
|
25677
25677
|
voided: boolean;
|
|
25678
25678
|
validFromDate: string;
|
|
@@ -26522,7 +26522,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
26522
26522
|
buyerEscalationDeposit: string;
|
|
26523
26523
|
};
|
|
26524
26524
|
metadata?: {
|
|
26525
|
-
__typename
|
|
26525
|
+
__typename: "BaseMetadataEntity";
|
|
26526
26526
|
name: string;
|
|
26527
26527
|
description: string;
|
|
26528
26528
|
externalUrl: string;
|
|
@@ -26540,7 +26540,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
26540
26540
|
type?: string | null;
|
|
26541
26541
|
} | null;
|
|
26542
26542
|
} | {
|
|
26543
|
-
__typename
|
|
26543
|
+
__typename: "BundleMetadataEntity";
|
|
26544
26544
|
bundleUuid: string;
|
|
26545
26545
|
createdAt: string;
|
|
26546
26546
|
voided: boolean;
|
|
@@ -26984,7 +26984,7 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
26984
26984
|
type?: string | null;
|
|
26985
26985
|
} | null;
|
|
26986
26986
|
} | {
|
|
26987
|
-
__typename
|
|
26987
|
+
__typename: "ProductV1MetadataEntity";
|
|
26988
26988
|
createdAt: string;
|
|
26989
26989
|
voided: boolean;
|
|
26990
26990
|
validFromDate: string;
|
|
@@ -27691,7 +27691,7 @@ export type GetExchangesQueryQuery = {
|
|
|
27691
27691
|
buyerEscalationDeposit: string;
|
|
27692
27692
|
};
|
|
27693
27693
|
metadata?: {
|
|
27694
|
-
__typename
|
|
27694
|
+
__typename: "BaseMetadataEntity";
|
|
27695
27695
|
name: string;
|
|
27696
27696
|
description: string;
|
|
27697
27697
|
externalUrl: string;
|
|
@@ -27709,7 +27709,7 @@ export type GetExchangesQueryQuery = {
|
|
|
27709
27709
|
type?: string | null;
|
|
27710
27710
|
} | null;
|
|
27711
27711
|
} | {
|
|
27712
|
-
__typename
|
|
27712
|
+
__typename: "BundleMetadataEntity";
|
|
27713
27713
|
bundleUuid: string;
|
|
27714
27714
|
createdAt: string;
|
|
27715
27715
|
voided: boolean;
|
|
@@ -28153,7 +28153,7 @@ export type GetExchangesQueryQuery = {
|
|
|
28153
28153
|
type?: string | null;
|
|
28154
28154
|
} | null;
|
|
28155
28155
|
} | {
|
|
28156
|
-
__typename
|
|
28156
|
+
__typename: "ProductV1MetadataEntity";
|
|
28157
28157
|
createdAt: string;
|
|
28158
28158
|
voided: boolean;
|
|
28159
28159
|
validFromDate: string;
|
|
@@ -28851,7 +28851,7 @@ export type ExchangeFieldsFragment = {
|
|
|
28851
28851
|
buyerEscalationDeposit: string;
|
|
28852
28852
|
};
|
|
28853
28853
|
metadata?: {
|
|
28854
|
-
__typename
|
|
28854
|
+
__typename: "BaseMetadataEntity";
|
|
28855
28855
|
name: string;
|
|
28856
28856
|
description: string;
|
|
28857
28857
|
externalUrl: string;
|
|
@@ -28869,7 +28869,7 @@ export type ExchangeFieldsFragment = {
|
|
|
28869
28869
|
type?: string | null;
|
|
28870
28870
|
} | null;
|
|
28871
28871
|
} | {
|
|
28872
|
-
__typename
|
|
28872
|
+
__typename: "BundleMetadataEntity";
|
|
28873
28873
|
bundleUuid: string;
|
|
28874
28874
|
createdAt: string;
|
|
28875
28875
|
voided: boolean;
|
|
@@ -29313,7 +29313,7 @@ export type ExchangeFieldsFragment = {
|
|
|
29313
29313
|
type?: string | null;
|
|
29314
29314
|
} | null;
|
|
29315
29315
|
} | {
|
|
29316
|
-
__typename
|
|
29316
|
+
__typename: "ProductV1MetadataEntity";
|
|
29317
29317
|
createdAt: string;
|
|
29318
29318
|
voided: boolean;
|
|
29319
29319
|
validFromDate: string;
|
|
@@ -30222,7 +30222,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
30222
30222
|
buyerEscalationDeposit: string;
|
|
30223
30223
|
};
|
|
30224
30224
|
metadata?: {
|
|
30225
|
-
__typename
|
|
30225
|
+
__typename: "BaseMetadataEntity";
|
|
30226
30226
|
name: string;
|
|
30227
30227
|
description: string;
|
|
30228
30228
|
externalUrl: string;
|
|
@@ -30240,7 +30240,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
30240
30240
|
type?: string | null;
|
|
30241
30241
|
} | null;
|
|
30242
30242
|
} | {
|
|
30243
|
-
__typename
|
|
30243
|
+
__typename: "BundleMetadataEntity";
|
|
30244
30244
|
bundleUuid: string;
|
|
30245
30245
|
createdAt: string;
|
|
30246
30246
|
voided: boolean;
|
|
@@ -30684,7 +30684,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
30684
30684
|
type?: string | null;
|
|
30685
30685
|
} | null;
|
|
30686
30686
|
} | {
|
|
30687
|
-
__typename
|
|
30687
|
+
__typename: "ProductV1MetadataEntity";
|
|
30688
30688
|
createdAt: string;
|
|
30689
30689
|
voided: boolean;
|
|
30690
30690
|
validFromDate: string;
|
|
@@ -31396,7 +31396,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
31396
31396
|
buyerEscalationDeposit: string;
|
|
31397
31397
|
};
|
|
31398
31398
|
metadata?: {
|
|
31399
|
-
__typename
|
|
31399
|
+
__typename: "BaseMetadataEntity";
|
|
31400
31400
|
name: string;
|
|
31401
31401
|
description: string;
|
|
31402
31402
|
externalUrl: string;
|
|
@@ -31414,7 +31414,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
31414
31414
|
type?: string | null;
|
|
31415
31415
|
} | null;
|
|
31416
31416
|
} | {
|
|
31417
|
-
__typename
|
|
31417
|
+
__typename: "BundleMetadataEntity";
|
|
31418
31418
|
bundleUuid: string;
|
|
31419
31419
|
createdAt: string;
|
|
31420
31420
|
voided: boolean;
|
|
@@ -31858,7 +31858,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
31858
31858
|
type?: string | null;
|
|
31859
31859
|
} | null;
|
|
31860
31860
|
} | {
|
|
31861
|
-
__typename
|
|
31861
|
+
__typename: "ProductV1MetadataEntity";
|
|
31862
31862
|
createdAt: string;
|
|
31863
31863
|
voided: boolean;
|
|
31864
31864
|
validFromDate: string;
|
|
@@ -32561,7 +32561,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
32561
32561
|
buyerEscalationDeposit: string;
|
|
32562
32562
|
};
|
|
32563
32563
|
metadata?: {
|
|
32564
|
-
__typename
|
|
32564
|
+
__typename: "BaseMetadataEntity";
|
|
32565
32565
|
name: string;
|
|
32566
32566
|
description: string;
|
|
32567
32567
|
externalUrl: string;
|
|
@@ -32579,7 +32579,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
32579
32579
|
type?: string | null;
|
|
32580
32580
|
} | null;
|
|
32581
32581
|
} | {
|
|
32582
|
-
__typename
|
|
32582
|
+
__typename: "BundleMetadataEntity";
|
|
32583
32583
|
bundleUuid: string;
|
|
32584
32584
|
createdAt: string;
|
|
32585
32585
|
voided: boolean;
|
|
@@ -33023,7 +33023,7 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
33023
33023
|
type?: string | null;
|
|
33024
33024
|
} | null;
|
|
33025
33025
|
} | {
|
|
33026
|
-
__typename
|
|
33026
|
+
__typename: "ProductV1MetadataEntity";
|
|
33027
33027
|
createdAt: string;
|
|
33028
33028
|
voided: boolean;
|
|
33029
33029
|
validFromDate: string;
|
|
@@ -33725,7 +33725,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
33725
33725
|
buyerEscalationDeposit: string;
|
|
33726
33726
|
};
|
|
33727
33727
|
metadata?: {
|
|
33728
|
-
__typename
|
|
33728
|
+
__typename: "BaseMetadataEntity";
|
|
33729
33729
|
name: string;
|
|
33730
33730
|
description: string;
|
|
33731
33731
|
externalUrl: string;
|
|
@@ -33743,7 +33743,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
33743
33743
|
type?: string | null;
|
|
33744
33744
|
} | null;
|
|
33745
33745
|
} | {
|
|
33746
|
-
__typename
|
|
33746
|
+
__typename: "BundleMetadataEntity";
|
|
33747
33747
|
bundleUuid: string;
|
|
33748
33748
|
createdAt: string;
|
|
33749
33749
|
voided: boolean;
|
|
@@ -34187,7 +34187,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
34187
34187
|
type?: string | null;
|
|
34188
34188
|
} | null;
|
|
34189
34189
|
} | {
|
|
34190
|
-
__typename
|
|
34190
|
+
__typename: "ProductV1MetadataEntity";
|
|
34191
34191
|
createdAt: string;
|
|
34192
34192
|
voided: boolean;
|
|
34193
34193
|
validFromDate: string;
|
|
@@ -35009,7 +35009,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
35009
35009
|
buyerEscalationDeposit: string;
|
|
35010
35010
|
};
|
|
35011
35011
|
metadata?: {
|
|
35012
|
-
__typename
|
|
35012
|
+
__typename: "BaseMetadataEntity";
|
|
35013
35013
|
name: string;
|
|
35014
35014
|
description: string;
|
|
35015
35015
|
externalUrl: string;
|
|
@@ -35027,7 +35027,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
35027
35027
|
type?: string | null;
|
|
35028
35028
|
} | null;
|
|
35029
35029
|
} | {
|
|
35030
|
-
__typename
|
|
35030
|
+
__typename: "BundleMetadataEntity";
|
|
35031
35031
|
bundleUuid: string;
|
|
35032
35032
|
createdAt: string;
|
|
35033
35033
|
voided: boolean;
|
|
@@ -35471,7 +35471,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
|
|
|
35471
35471
|
type?: string | null;
|
|
35472
35472
|
} | null;
|
|
35473
35473
|
} | {
|
|
35474
|
-
__typename
|
|
35474
|
+
__typename: "ProductV1MetadataEntity";
|
|
35475
35475
|
createdAt: string;
|
|
35476
35476
|
voided: boolean;
|
|
35477
35477
|
validFromDate: string;
|
|
@@ -36715,7 +36715,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
36715
36715
|
buyerEscalationDeposit: string;
|
|
36716
36716
|
};
|
|
36717
36717
|
metadata?: {
|
|
36718
|
-
__typename
|
|
36718
|
+
__typename: "BaseMetadataEntity";
|
|
36719
36719
|
name: string;
|
|
36720
36720
|
description: string;
|
|
36721
36721
|
externalUrl: string;
|
|
@@ -36733,7 +36733,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
36733
36733
|
type?: string | null;
|
|
36734
36734
|
} | null;
|
|
36735
36735
|
} | {
|
|
36736
|
-
__typename
|
|
36736
|
+
__typename: "BundleMetadataEntity";
|
|
36737
36737
|
bundleUuid: string;
|
|
36738
36738
|
createdAt: string;
|
|
36739
36739
|
voided: boolean;
|
|
@@ -37177,7 +37177,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
|
|
|
37177
37177
|
type?: string | null;
|
|
37178
37178
|
} | null;
|
|
37179
37179
|
} | {
|
|
37180
|
-
__typename
|
|
37180
|
+
__typename: "ProductV1MetadataEntity";
|
|
37181
37181
|
createdAt: string;
|
|
37182
37182
|
voided: boolean;
|
|
37183
37183
|
validFromDate: string;
|
|
@@ -38412,7 +38412,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
38412
38412
|
buyerEscalationDeposit: string;
|
|
38413
38413
|
};
|
|
38414
38414
|
metadata?: {
|
|
38415
|
-
__typename
|
|
38415
|
+
__typename: "BaseMetadataEntity";
|
|
38416
38416
|
name: string;
|
|
38417
38417
|
description: string;
|
|
38418
38418
|
externalUrl: string;
|
|
@@ -38430,7 +38430,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
38430
38430
|
type?: string | null;
|
|
38431
38431
|
} | null;
|
|
38432
38432
|
} | {
|
|
38433
|
-
__typename
|
|
38433
|
+
__typename: "BundleMetadataEntity";
|
|
38434
38434
|
bundleUuid: string;
|
|
38435
38435
|
createdAt: string;
|
|
38436
38436
|
voided: boolean;
|
|
@@ -38874,7 +38874,7 @@ export type BundleMetadataEntityFieldsFragment = {
|
|
|
38874
38874
|
type?: string | null;
|
|
38875
38875
|
} | null;
|
|
38876
38876
|
} | {
|
|
38877
|
-
__typename
|
|
38877
|
+
__typename: "ProductV1MetadataEntity";
|
|
38878
38878
|
createdAt: string;
|
|
38879
38879
|
voided: boolean;
|
|
38880
38880
|
validFromDate: string;
|
|
@@ -40108,7 +40108,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
40108
40108
|
buyerEscalationDeposit: string;
|
|
40109
40109
|
};
|
|
40110
40110
|
metadata?: {
|
|
40111
|
-
__typename
|
|
40111
|
+
__typename: "BaseMetadataEntity";
|
|
40112
40112
|
name: string;
|
|
40113
40113
|
description: string;
|
|
40114
40114
|
externalUrl: string;
|
|
@@ -40126,7 +40126,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
40126
40126
|
type?: string | null;
|
|
40127
40127
|
} | null;
|
|
40128
40128
|
} | {
|
|
40129
|
-
__typename
|
|
40129
|
+
__typename: "BundleMetadataEntity";
|
|
40130
40130
|
bundleUuid: string;
|
|
40131
40131
|
createdAt: string;
|
|
40132
40132
|
voided: boolean;
|
|
@@ -40570,7 +40570,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
|
|
|
40570
40570
|
type?: string | null;
|
|
40571
40571
|
} | null;
|
|
40572
40572
|
} | {
|
|
40573
|
-
__typename
|
|
40573
|
+
__typename: "ProductV1MetadataEntity";
|
|
40574
40574
|
createdAt: string;
|
|
40575
40575
|
voided: boolean;
|
|
40576
40576
|
validFromDate: string;
|
|
@@ -42045,7 +42045,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
42045
42045
|
buyerEscalationDeposit: string;
|
|
42046
42046
|
};
|
|
42047
42047
|
metadata?: {
|
|
42048
|
-
__typename
|
|
42048
|
+
__typename: "BaseMetadataEntity";
|
|
42049
42049
|
name: string;
|
|
42050
42050
|
description: string;
|
|
42051
42051
|
externalUrl: string;
|
|
@@ -42063,7 +42063,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
42063
42063
|
type?: string | null;
|
|
42064
42064
|
} | null;
|
|
42065
42065
|
} | {
|
|
42066
|
-
__typename
|
|
42066
|
+
__typename: "BundleMetadataEntity";
|
|
42067
42067
|
bundleUuid: string;
|
|
42068
42068
|
createdAt: string;
|
|
42069
42069
|
voided: boolean;
|
|
@@ -42507,7 +42507,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
42507
42507
|
type?: string | null;
|
|
42508
42508
|
} | null;
|
|
42509
42509
|
} | {
|
|
42510
|
-
__typename
|
|
42510
|
+
__typename: "ProductV1MetadataEntity";
|
|
42511
42511
|
createdAt: string;
|
|
42512
42512
|
voided: boolean;
|
|
42513
42513
|
validFromDate: string;
|
|
@@ -43244,7 +43244,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
43244
43244
|
buyerEscalationDeposit: string;
|
|
43245
43245
|
};
|
|
43246
43246
|
metadata?: {
|
|
43247
|
-
__typename
|
|
43247
|
+
__typename: "BaseMetadataEntity";
|
|
43248
43248
|
name: string;
|
|
43249
43249
|
description: string;
|
|
43250
43250
|
externalUrl: string;
|
|
@@ -43262,7 +43262,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
43262
43262
|
type?: string | null;
|
|
43263
43263
|
} | null;
|
|
43264
43264
|
} | {
|
|
43265
|
-
__typename
|
|
43265
|
+
__typename: "BundleMetadataEntity";
|
|
43266
43266
|
bundleUuid: string;
|
|
43267
43267
|
createdAt: string;
|
|
43268
43268
|
voided: boolean;
|
|
@@ -43706,7 +43706,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
43706
43706
|
type?: string | null;
|
|
43707
43707
|
} | null;
|
|
43708
43708
|
} | {
|
|
43709
|
-
__typename
|
|
43709
|
+
__typename: "ProductV1MetadataEntity";
|
|
43710
43710
|
createdAt: string;
|
|
43711
43711
|
voided: boolean;
|
|
43712
43712
|
validFromDate: string;
|
|
@@ -45128,7 +45128,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
45128
45128
|
buyerEscalationDeposit: string;
|
|
45129
45129
|
};
|
|
45130
45130
|
metadata?: {
|
|
45131
|
-
__typename
|
|
45131
|
+
__typename: "BaseMetadataEntity";
|
|
45132
45132
|
name: string;
|
|
45133
45133
|
description: string;
|
|
45134
45134
|
externalUrl: string;
|
|
@@ -45146,7 +45146,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
45146
45146
|
type?: string | null;
|
|
45147
45147
|
} | null;
|
|
45148
45148
|
} | {
|
|
45149
|
-
__typename
|
|
45149
|
+
__typename: "BundleMetadataEntity";
|
|
45150
45150
|
bundleUuid: string;
|
|
45151
45151
|
createdAt: string;
|
|
45152
45152
|
voided: boolean;
|
|
@@ -45590,7 +45590,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
45590
45590
|
type?: string | null;
|
|
45591
45591
|
} | null;
|
|
45592
45592
|
} | {
|
|
45593
|
-
__typename
|
|
45593
|
+
__typename: "ProductV1MetadataEntity";
|
|
45594
45594
|
createdAt: string;
|
|
45595
45595
|
voided: boolean;
|
|
45596
45596
|
validFromDate: string;
|
|
@@ -46327,7 +46327,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
46327
46327
|
buyerEscalationDeposit: string;
|
|
46328
46328
|
};
|
|
46329
46329
|
metadata?: {
|
|
46330
|
-
__typename
|
|
46330
|
+
__typename: "BaseMetadataEntity";
|
|
46331
46331
|
name: string;
|
|
46332
46332
|
description: string;
|
|
46333
46333
|
externalUrl: string;
|
|
@@ -46345,7 +46345,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
46345
46345
|
type?: string | null;
|
|
46346
46346
|
} | null;
|
|
46347
46347
|
} | {
|
|
46348
|
-
__typename
|
|
46348
|
+
__typename: "BundleMetadataEntity";
|
|
46349
46349
|
bundleUuid: string;
|
|
46350
46350
|
createdAt: string;
|
|
46351
46351
|
voided: boolean;
|
|
@@ -46789,7 +46789,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
46789
46789
|
type?: string | null;
|
|
46790
46790
|
} | null;
|
|
46791
46791
|
} | {
|
|
46792
|
-
__typename
|
|
46792
|
+
__typename: "ProductV1MetadataEntity";
|
|
46793
46793
|
createdAt: string;
|
|
46794
46794
|
voided: boolean;
|
|
46795
46795
|
validFromDate: string;
|
|
@@ -48223,7 +48223,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
48223
48223
|
buyerEscalationDeposit: string;
|
|
48224
48224
|
};
|
|
48225
48225
|
metadata?: {
|
|
48226
|
-
__typename
|
|
48226
|
+
__typename: "BaseMetadataEntity";
|
|
48227
48227
|
name: string;
|
|
48228
48228
|
description: string;
|
|
48229
48229
|
externalUrl: string;
|
|
@@ -48241,7 +48241,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
48241
48241
|
type?: string | null;
|
|
48242
48242
|
} | null;
|
|
48243
48243
|
} | {
|
|
48244
|
-
__typename
|
|
48244
|
+
__typename: "BundleMetadataEntity";
|
|
48245
48245
|
bundleUuid: string;
|
|
48246
48246
|
createdAt: string;
|
|
48247
48247
|
voided: boolean;
|
|
@@ -48685,7 +48685,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
48685
48685
|
type?: string | null;
|
|
48686
48686
|
} | null;
|
|
48687
48687
|
} | {
|
|
48688
|
-
__typename
|
|
48688
|
+
__typename: "ProductV1MetadataEntity";
|
|
48689
48689
|
createdAt: string;
|
|
48690
48690
|
voided: boolean;
|
|
48691
48691
|
validFromDate: string;
|
|
@@ -49824,7 +49824,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
49824
49824
|
buyerEscalationDeposit: string;
|
|
49825
49825
|
};
|
|
49826
49826
|
metadata?: {
|
|
49827
|
-
__typename
|
|
49827
|
+
__typename: "BaseMetadataEntity";
|
|
49828
49828
|
name: string;
|
|
49829
49829
|
description: string;
|
|
49830
49830
|
externalUrl: string;
|
|
@@ -49842,7 +49842,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
49842
49842
|
type?: string | null;
|
|
49843
49843
|
} | null;
|
|
49844
49844
|
} | {
|
|
49845
|
-
__typename
|
|
49845
|
+
__typename: "BundleMetadataEntity";
|
|
49846
49846
|
bundleUuid: string;
|
|
49847
49847
|
createdAt: string;
|
|
49848
49848
|
voided: boolean;
|
|
@@ -50286,7 +50286,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
50286
50286
|
type?: string | null;
|
|
50287
50287
|
} | null;
|
|
50288
50288
|
} | {
|
|
50289
|
-
__typename
|
|
50289
|
+
__typename: "ProductV1MetadataEntity";
|
|
50290
50290
|
createdAt: string;
|
|
50291
50291
|
voided: boolean;
|
|
50292
50292
|
validFromDate: string;
|
|
@@ -51416,7 +51416,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
51416
51416
|
buyerEscalationDeposit: string;
|
|
51417
51417
|
};
|
|
51418
51418
|
metadata?: {
|
|
51419
|
-
__typename
|
|
51419
|
+
__typename: "BaseMetadataEntity";
|
|
51420
51420
|
name: string;
|
|
51421
51421
|
description: string;
|
|
51422
51422
|
externalUrl: string;
|
|
@@ -51434,7 +51434,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
51434
51434
|
type?: string | null;
|
|
51435
51435
|
} | null;
|
|
51436
51436
|
} | {
|
|
51437
|
-
__typename
|
|
51437
|
+
__typename: "BundleMetadataEntity";
|
|
51438
51438
|
bundleUuid: string;
|
|
51439
51439
|
createdAt: string;
|
|
51440
51440
|
voided: boolean;
|
|
@@ -51878,7 +51878,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
51878
51878
|
type?: string | null;
|
|
51879
51879
|
} | null;
|
|
51880
51880
|
} | {
|
|
51881
|
-
__typename
|
|
51881
|
+
__typename: "ProductV1MetadataEntity";
|
|
51882
51882
|
createdAt: string;
|
|
51883
51883
|
voided: boolean;
|
|
51884
51884
|
validFromDate: string;
|
|
@@ -53007,7 +53007,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
53007
53007
|
buyerEscalationDeposit: string;
|
|
53008
53008
|
};
|
|
53009
53009
|
metadata?: {
|
|
53010
|
-
__typename
|
|
53010
|
+
__typename: "BaseMetadataEntity";
|
|
53011
53011
|
name: string;
|
|
53012
53012
|
description: string;
|
|
53013
53013
|
externalUrl: string;
|
|
@@ -53025,7 +53025,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
53025
53025
|
type?: string | null;
|
|
53026
53026
|
} | null;
|
|
53027
53027
|
} | {
|
|
53028
|
-
__typename
|
|
53028
|
+
__typename: "BundleMetadataEntity";
|
|
53029
53029
|
bundleUuid: string;
|
|
53030
53030
|
createdAt: string;
|
|
53031
53031
|
voided: boolean;
|
|
@@ -53469,7 +53469,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
53469
53469
|
type?: string | null;
|
|
53470
53470
|
} | null;
|
|
53471
53471
|
} | {
|
|
53472
|
-
__typename
|
|
53472
|
+
__typename: "ProductV1MetadataEntity";
|
|
53473
53473
|
createdAt: string;
|
|
53474
53474
|
voided: boolean;
|
|
53475
53475
|
validFromDate: string;
|
|
@@ -54813,7 +54813,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
54813
54813
|
buyerEscalationDeposit: string;
|
|
54814
54814
|
};
|
|
54815
54815
|
metadata?: {
|
|
54816
|
-
__typename
|
|
54816
|
+
__typename: "BaseMetadataEntity";
|
|
54817
54817
|
name: string;
|
|
54818
54818
|
description: string;
|
|
54819
54819
|
externalUrl: string;
|
|
@@ -54831,7 +54831,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
54831
54831
|
type?: string | null;
|
|
54832
54832
|
} | null;
|
|
54833
54833
|
} | {
|
|
54834
|
-
__typename
|
|
54834
|
+
__typename: "BundleMetadataEntity";
|
|
54835
54835
|
bundleUuid: string;
|
|
54836
54836
|
createdAt: string;
|
|
54837
54837
|
voided: boolean;
|
|
@@ -55275,7 +55275,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
55275
55275
|
type?: string | null;
|
|
55276
55276
|
} | null;
|
|
55277
55277
|
} | {
|
|
55278
|
-
__typename
|
|
55278
|
+
__typename: "ProductV1MetadataEntity";
|
|
55279
55279
|
createdAt: string;
|
|
55280
55280
|
voided: boolean;
|
|
55281
55281
|
validFromDate: string;
|
|
@@ -56012,7 +56012,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
56012
56012
|
buyerEscalationDeposit: string;
|
|
56013
56013
|
};
|
|
56014
56014
|
metadata?: {
|
|
56015
|
-
__typename
|
|
56015
|
+
__typename: "BaseMetadataEntity";
|
|
56016
56016
|
name: string;
|
|
56017
56017
|
description: string;
|
|
56018
56018
|
externalUrl: string;
|
|
@@ -56030,7 +56030,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
56030
56030
|
type?: string | null;
|
|
56031
56031
|
} | null;
|
|
56032
56032
|
} | {
|
|
56033
|
-
__typename
|
|
56033
|
+
__typename: "BundleMetadataEntity";
|
|
56034
56034
|
bundleUuid: string;
|
|
56035
56035
|
createdAt: string;
|
|
56036
56036
|
voided: boolean;
|
|
@@ -56474,7 +56474,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
56474
56474
|
type?: string | null;
|
|
56475
56475
|
} | null;
|
|
56476
56476
|
} | {
|
|
56477
|
-
__typename
|
|
56477
|
+
__typename: "ProductV1MetadataEntity";
|
|
56478
56478
|
createdAt: string;
|
|
56479
56479
|
voided: boolean;
|
|
56480
56480
|
validFromDate: string;
|
|
@@ -57886,7 +57886,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
57886
57886
|
buyerEscalationDeposit: string;
|
|
57887
57887
|
};
|
|
57888
57888
|
metadata?: {
|
|
57889
|
-
__typename
|
|
57889
|
+
__typename: "BaseMetadataEntity";
|
|
57890
57890
|
name: string;
|
|
57891
57891
|
description: string;
|
|
57892
57892
|
externalUrl: string;
|
|
@@ -57904,7 +57904,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
57904
57904
|
type?: string | null;
|
|
57905
57905
|
} | null;
|
|
57906
57906
|
} | {
|
|
57907
|
-
__typename
|
|
57907
|
+
__typename: "BundleMetadataEntity";
|
|
57908
57908
|
bundleUuid: string;
|
|
57909
57909
|
createdAt: string;
|
|
57910
57910
|
voided: boolean;
|
|
@@ -58348,7 +58348,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
58348
58348
|
type?: string | null;
|
|
58349
58349
|
} | null;
|
|
58350
58350
|
} | {
|
|
58351
|
-
__typename
|
|
58351
|
+
__typename: "ProductV1MetadataEntity";
|
|
58352
58352
|
createdAt: string;
|
|
58353
58353
|
voided: boolean;
|
|
58354
58354
|
validFromDate: string;
|
|
@@ -59085,7 +59085,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
59085
59085
|
buyerEscalationDeposit: string;
|
|
59086
59086
|
};
|
|
59087
59087
|
metadata?: {
|
|
59088
|
-
__typename
|
|
59088
|
+
__typename: "BaseMetadataEntity";
|
|
59089
59089
|
name: string;
|
|
59090
59090
|
description: string;
|
|
59091
59091
|
externalUrl: string;
|
|
@@ -59103,7 +59103,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
59103
59103
|
type?: string | null;
|
|
59104
59104
|
} | null;
|
|
59105
59105
|
} | {
|
|
59106
|
-
__typename
|
|
59106
|
+
__typename: "BundleMetadataEntity";
|
|
59107
59107
|
bundleUuid: string;
|
|
59108
59108
|
createdAt: string;
|
|
59109
59109
|
voided: boolean;
|
|
@@ -59547,7 +59547,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
59547
59547
|
type?: string | null;
|
|
59548
59548
|
} | null;
|
|
59549
59549
|
} | {
|
|
59550
|
-
__typename
|
|
59550
|
+
__typename: "ProductV1MetadataEntity";
|
|
59551
59551
|
createdAt: string;
|
|
59552
59552
|
voided: boolean;
|
|
59553
59553
|
validFromDate: string;
|
|
@@ -61152,7 +61152,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
61152
61152
|
buyerEscalationDeposit: string;
|
|
61153
61153
|
};
|
|
61154
61154
|
metadata?: {
|
|
61155
|
-
__typename
|
|
61155
|
+
__typename: "BaseMetadataEntity";
|
|
61156
61156
|
name: string;
|
|
61157
61157
|
description: string;
|
|
61158
61158
|
externalUrl: string;
|
|
@@ -61170,7 +61170,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
61170
61170
|
type?: string | null;
|
|
61171
61171
|
} | null;
|
|
61172
61172
|
} | {
|
|
61173
|
-
__typename
|
|
61173
|
+
__typename: "BundleMetadataEntity";
|
|
61174
61174
|
bundleUuid: string;
|
|
61175
61175
|
createdAt: string;
|
|
61176
61176
|
voided: boolean;
|
|
@@ -61614,7 +61614,7 @@ export type GetOfferByIdQueryQuery = {
|
|
|
61614
61614
|
type?: string | null;
|
|
61615
61615
|
} | null;
|
|
61616
61616
|
} | {
|
|
61617
|
-
__typename
|
|
61617
|
+
__typename: "ProductV1MetadataEntity";
|
|
61618
61618
|
createdAt: string;
|
|
61619
61619
|
voided: boolean;
|
|
61620
61620
|
validFromDate: string;
|
|
@@ -62327,7 +62327,7 @@ export type GetOffersQueryQuery = {
|
|
|
62327
62327
|
buyerEscalationDeposit: string;
|
|
62328
62328
|
};
|
|
62329
62329
|
metadata?: {
|
|
62330
|
-
__typename
|
|
62330
|
+
__typename: "BaseMetadataEntity";
|
|
62331
62331
|
name: string;
|
|
62332
62332
|
description: string;
|
|
62333
62333
|
externalUrl: string;
|
|
@@ -62345,7 +62345,7 @@ export type GetOffersQueryQuery = {
|
|
|
62345
62345
|
type?: string | null;
|
|
62346
62346
|
} | null;
|
|
62347
62347
|
} | {
|
|
62348
|
-
__typename
|
|
62348
|
+
__typename: "BundleMetadataEntity";
|
|
62349
62349
|
bundleUuid: string;
|
|
62350
62350
|
createdAt: string;
|
|
62351
62351
|
voided: boolean;
|
|
@@ -62789,7 +62789,7 @@ export type GetOffersQueryQuery = {
|
|
|
62789
62789
|
type?: string | null;
|
|
62790
62790
|
} | null;
|
|
62791
62791
|
} | {
|
|
62792
|
-
__typename
|
|
62792
|
+
__typename: "ProductV1MetadataEntity";
|
|
62793
62793
|
createdAt: string;
|
|
62794
62794
|
voided: boolean;
|
|
62795
62795
|
validFromDate: string;
|
|
@@ -63589,7 +63589,7 @@ export type OfferFieldsFragment = {
|
|
|
63589
63589
|
buyerEscalationDeposit: string;
|
|
63590
63590
|
};
|
|
63591
63591
|
metadata?: {
|
|
63592
|
-
__typename
|
|
63592
|
+
__typename: "BaseMetadataEntity";
|
|
63593
63593
|
name: string;
|
|
63594
63594
|
description: string;
|
|
63595
63595
|
externalUrl: string;
|
|
@@ -63607,7 +63607,7 @@ export type OfferFieldsFragment = {
|
|
|
63607
63607
|
type?: string | null;
|
|
63608
63608
|
} | null;
|
|
63609
63609
|
} | {
|
|
63610
|
-
__typename
|
|
63610
|
+
__typename: "BundleMetadataEntity";
|
|
63611
63611
|
bundleUuid: string;
|
|
63612
63612
|
createdAt: string;
|
|
63613
63613
|
voided: boolean;
|
|
@@ -64051,7 +64051,7 @@ export type OfferFieldsFragment = {
|
|
|
64051
64051
|
type?: string | null;
|
|
64052
64052
|
} | null;
|
|
64053
64053
|
} | {
|
|
64054
|
-
__typename
|
|
64054
|
+
__typename: "ProductV1MetadataEntity";
|
|
64055
64055
|
createdAt: string;
|
|
64056
64056
|
voided: boolean;
|
|
64057
64057
|
validFromDate: string;
|
|
@@ -64640,7 +64640,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
64640
64640
|
buyerEscalationDeposit: string;
|
|
64641
64641
|
};
|
|
64642
64642
|
metadata?: {
|
|
64643
|
-
__typename
|
|
64643
|
+
__typename: "BaseMetadataEntity";
|
|
64644
64644
|
name: string;
|
|
64645
64645
|
description: string;
|
|
64646
64646
|
externalUrl: string;
|
|
@@ -64658,7 +64658,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
64658
64658
|
type?: string | null;
|
|
64659
64659
|
} | null;
|
|
64660
64660
|
} | {
|
|
64661
|
-
__typename
|
|
64661
|
+
__typename: "BundleMetadataEntity";
|
|
64662
64662
|
bundleUuid: string;
|
|
64663
64663
|
createdAt: string;
|
|
64664
64664
|
voided: boolean;
|
|
@@ -65102,7 +65102,7 @@ export type BaseOfferFieldsFragment = {
|
|
|
65102
65102
|
type?: string | null;
|
|
65103
65103
|
} | null;
|
|
65104
65104
|
} | {
|
|
65105
|
-
__typename
|
|
65105
|
+
__typename: "ProductV1MetadataEntity";
|
|
65106
65106
|
createdAt: string;
|
|
65107
65107
|
voided: boolean;
|
|
65108
65108
|
validFromDate: string;
|