@bosonprotocol/core-sdk 1.25.0-alpha.34 → 1.25.0-alpha.36
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 +139 -139
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.d.ts +139 -139
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/subgraph.ts +139 -139
package/dist/cjs/subgraph.d.ts
CHANGED
|
@@ -7250,7 +7250,7 @@ export declare type SellerMetadata = {
|
|
|
7250
7250
|
id: Scalars["ID"];
|
|
7251
7251
|
images?: Maybe<Array<SellerMetadataMedia>>;
|
|
7252
7252
|
kind: Scalars["String"];
|
|
7253
|
-
legalTradingName
|
|
7253
|
+
legalTradingName?: Maybe<Scalars["String"]>;
|
|
7254
7254
|
name: Scalars["String"];
|
|
7255
7255
|
socialLinks?: Maybe<Array<SellerSocialLink>>;
|
|
7256
7256
|
type: SellerMetadataType;
|
|
@@ -8635,7 +8635,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
8635
8635
|
createdAt: string;
|
|
8636
8636
|
name: string;
|
|
8637
8637
|
description: string;
|
|
8638
|
-
legalTradingName
|
|
8638
|
+
legalTradingName?: string | null;
|
|
8639
8639
|
type: SellerMetadataType;
|
|
8640
8640
|
kind: string;
|
|
8641
8641
|
website: string;
|
|
@@ -8875,7 +8875,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
8875
8875
|
createdAt: string;
|
|
8876
8876
|
name: string;
|
|
8877
8877
|
description: string;
|
|
8878
|
-
legalTradingName
|
|
8878
|
+
legalTradingName?: string | null;
|
|
8879
8879
|
type: SellerMetadataType;
|
|
8880
8880
|
kind: string;
|
|
8881
8881
|
website: string;
|
|
@@ -8956,7 +8956,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
8956
8956
|
createdAt: string;
|
|
8957
8957
|
name: string;
|
|
8958
8958
|
description: string;
|
|
8959
|
-
legalTradingName
|
|
8959
|
+
legalTradingName?: string | null;
|
|
8960
8960
|
type: SellerMetadataType;
|
|
8961
8961
|
kind: string;
|
|
8962
8962
|
website: string;
|
|
@@ -9080,7 +9080,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
9080
9080
|
createdAt: string;
|
|
9081
9081
|
name: string;
|
|
9082
9082
|
description: string;
|
|
9083
|
-
legalTradingName
|
|
9083
|
+
legalTradingName?: string | null;
|
|
9084
9084
|
type: SellerMetadataType;
|
|
9085
9085
|
kind: string;
|
|
9086
9086
|
website: string;
|
|
@@ -9221,7 +9221,7 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
9221
9221
|
createdAt: string;
|
|
9222
9222
|
name: string;
|
|
9223
9223
|
description: string;
|
|
9224
|
-
legalTradingName
|
|
9224
|
+
legalTradingName?: string | null;
|
|
9225
9225
|
type: SellerMetadataType;
|
|
9226
9226
|
kind: string;
|
|
9227
9227
|
website: string;
|
|
@@ -9375,7 +9375,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
9375
9375
|
createdAt: string;
|
|
9376
9376
|
name: string;
|
|
9377
9377
|
description: string;
|
|
9378
|
-
legalTradingName
|
|
9378
|
+
legalTradingName?: string | null;
|
|
9379
9379
|
type: SellerMetadataType;
|
|
9380
9380
|
kind: string;
|
|
9381
9381
|
website: string;
|
|
@@ -9615,7 +9615,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
9615
9615
|
createdAt: string;
|
|
9616
9616
|
name: string;
|
|
9617
9617
|
description: string;
|
|
9618
|
-
legalTradingName
|
|
9618
|
+
legalTradingName?: string | null;
|
|
9619
9619
|
type: SellerMetadataType;
|
|
9620
9620
|
kind: string;
|
|
9621
9621
|
website: string;
|
|
@@ -9696,7 +9696,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
9696
9696
|
createdAt: string;
|
|
9697
9697
|
name: string;
|
|
9698
9698
|
description: string;
|
|
9699
|
-
legalTradingName
|
|
9699
|
+
legalTradingName?: string | null;
|
|
9700
9700
|
type: SellerMetadataType;
|
|
9701
9701
|
kind: string;
|
|
9702
9702
|
website: string;
|
|
@@ -9820,7 +9820,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
9820
9820
|
createdAt: string;
|
|
9821
9821
|
name: string;
|
|
9822
9822
|
description: string;
|
|
9823
|
-
legalTradingName
|
|
9823
|
+
legalTradingName?: string | null;
|
|
9824
9824
|
type: SellerMetadataType;
|
|
9825
9825
|
kind: string;
|
|
9826
9826
|
website: string;
|
|
@@ -9961,7 +9961,7 @@ export declare type GetSellersQueryQuery = {
|
|
|
9961
9961
|
createdAt: string;
|
|
9962
9962
|
name: string;
|
|
9963
9963
|
description: string;
|
|
9964
|
-
legalTradingName
|
|
9964
|
+
legalTradingName?: string | null;
|
|
9965
9965
|
type: SellerMetadataType;
|
|
9966
9966
|
kind: string;
|
|
9967
9967
|
website: string;
|
|
@@ -10087,7 +10087,7 @@ export declare type GetBuyerByIdQueryQuery = {
|
|
|
10087
10087
|
createdAt: string;
|
|
10088
10088
|
name: string;
|
|
10089
10089
|
description: string;
|
|
10090
|
-
legalTradingName
|
|
10090
|
+
legalTradingName?: string | null;
|
|
10091
10091
|
type: SellerMetadataType;
|
|
10092
10092
|
kind: string;
|
|
10093
10093
|
website: string;
|
|
@@ -10331,7 +10331,7 @@ export declare type GetBuyersQueryQuery = {
|
|
|
10331
10331
|
createdAt: string;
|
|
10332
10332
|
name: string;
|
|
10333
10333
|
description: string;
|
|
10334
|
-
legalTradingName
|
|
10334
|
+
legalTradingName?: string | null;
|
|
10335
10335
|
type: SellerMetadataType;
|
|
10336
10336
|
kind: string;
|
|
10337
10337
|
website: string;
|
|
@@ -10558,7 +10558,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
10558
10558
|
createdAt: string;
|
|
10559
10559
|
name: string;
|
|
10560
10560
|
description: string;
|
|
10561
|
-
legalTradingName
|
|
10561
|
+
legalTradingName?: string | null;
|
|
10562
10562
|
type: SellerMetadataType;
|
|
10563
10563
|
kind: string;
|
|
10564
10564
|
website: string;
|
|
@@ -10798,7 +10798,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
10798
10798
|
createdAt: string;
|
|
10799
10799
|
name: string;
|
|
10800
10800
|
description: string;
|
|
10801
|
-
legalTradingName
|
|
10801
|
+
legalTradingName?: string | null;
|
|
10802
10802
|
type: SellerMetadataType;
|
|
10803
10803
|
kind: string;
|
|
10804
10804
|
website: string;
|
|
@@ -10879,7 +10879,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
10879
10879
|
createdAt: string;
|
|
10880
10880
|
name: string;
|
|
10881
10881
|
description: string;
|
|
10882
|
-
legalTradingName
|
|
10882
|
+
legalTradingName?: string | null;
|
|
10883
10883
|
type: SellerMetadataType;
|
|
10884
10884
|
kind: string;
|
|
10885
10885
|
website: string;
|
|
@@ -11165,7 +11165,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
11165
11165
|
createdAt: string;
|
|
11166
11166
|
name: string;
|
|
11167
11167
|
description: string;
|
|
11168
|
-
legalTradingName
|
|
11168
|
+
legalTradingName?: string | null;
|
|
11169
11169
|
type: SellerMetadataType;
|
|
11170
11170
|
kind: string;
|
|
11171
11171
|
website: string;
|
|
@@ -11405,7 +11405,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
11405
11405
|
createdAt: string;
|
|
11406
11406
|
name: string;
|
|
11407
11407
|
description: string;
|
|
11408
|
-
legalTradingName
|
|
11408
|
+
legalTradingName?: string | null;
|
|
11409
11409
|
type: SellerMetadataType;
|
|
11410
11410
|
kind: string;
|
|
11411
11411
|
website: string;
|
|
@@ -11486,7 +11486,7 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
11486
11486
|
createdAt: string;
|
|
11487
11487
|
name: string;
|
|
11488
11488
|
description: string;
|
|
11489
|
-
legalTradingName
|
|
11489
|
+
legalTradingName?: string | null;
|
|
11490
11490
|
type: SellerMetadataType;
|
|
11491
11491
|
kind: string;
|
|
11492
11492
|
website: string;
|
|
@@ -11770,7 +11770,7 @@ export declare type SellerFieldsFragment = {
|
|
|
11770
11770
|
createdAt: string;
|
|
11771
11771
|
name: string;
|
|
11772
11772
|
description: string;
|
|
11773
|
-
legalTradingName
|
|
11773
|
+
legalTradingName?: string | null;
|
|
11774
11774
|
type: SellerMetadataType;
|
|
11775
11775
|
kind: string;
|
|
11776
11776
|
website: string;
|
|
@@ -12010,7 +12010,7 @@ export declare type SellerFieldsFragment = {
|
|
|
12010
12010
|
createdAt: string;
|
|
12011
12011
|
name: string;
|
|
12012
12012
|
description: string;
|
|
12013
|
-
legalTradingName
|
|
12013
|
+
legalTradingName?: string | null;
|
|
12014
12014
|
type: SellerMetadataType;
|
|
12015
12015
|
kind: string;
|
|
12016
12016
|
website: string;
|
|
@@ -12091,7 +12091,7 @@ export declare type SellerFieldsFragment = {
|
|
|
12091
12091
|
createdAt: string;
|
|
12092
12092
|
name: string;
|
|
12093
12093
|
description: string;
|
|
12094
|
-
legalTradingName
|
|
12094
|
+
legalTradingName?: string | null;
|
|
12095
12095
|
type: SellerMetadataType;
|
|
12096
12096
|
kind: string;
|
|
12097
12097
|
website: string;
|
|
@@ -12215,7 +12215,7 @@ export declare type SellerFieldsFragment = {
|
|
|
12215
12215
|
createdAt: string;
|
|
12216
12216
|
name: string;
|
|
12217
12217
|
description: string;
|
|
12218
|
-
legalTradingName
|
|
12218
|
+
legalTradingName?: string | null;
|
|
12219
12219
|
type: SellerMetadataType;
|
|
12220
12220
|
kind: string;
|
|
12221
12221
|
website: string;
|
|
@@ -12356,7 +12356,7 @@ export declare type SellerFieldsFragment = {
|
|
|
12356
12356
|
createdAt: string;
|
|
12357
12357
|
name: string;
|
|
12358
12358
|
description: string;
|
|
12359
|
-
legalTradingName
|
|
12359
|
+
legalTradingName?: string | null;
|
|
12360
12360
|
type: SellerMetadataType;
|
|
12361
12361
|
kind: string;
|
|
12362
12362
|
website: string;
|
|
@@ -12425,7 +12425,7 @@ export declare type BaseSellerFieldsFragment = {
|
|
|
12425
12425
|
createdAt: string;
|
|
12426
12426
|
name: string;
|
|
12427
12427
|
description: string;
|
|
12428
|
-
legalTradingName
|
|
12428
|
+
legalTradingName?: string | null;
|
|
12429
12429
|
type: SellerMetadataType;
|
|
12430
12430
|
kind: string;
|
|
12431
12431
|
website: string;
|
|
@@ -12535,7 +12535,7 @@ export declare type BuyerFieldsFragment = {
|
|
|
12535
12535
|
createdAt: string;
|
|
12536
12536
|
name: string;
|
|
12537
12537
|
description: string;
|
|
12538
|
-
legalTradingName
|
|
12538
|
+
legalTradingName?: string | null;
|
|
12539
12539
|
type: SellerMetadataType;
|
|
12540
12540
|
kind: string;
|
|
12541
12541
|
website: string;
|
|
@@ -12750,7 +12750,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
12750
12750
|
createdAt: string;
|
|
12751
12751
|
name: string;
|
|
12752
12752
|
description: string;
|
|
12753
|
-
legalTradingName
|
|
12753
|
+
legalTradingName?: string | null;
|
|
12754
12754
|
type: SellerMetadataType;
|
|
12755
12755
|
kind: string;
|
|
12756
12756
|
website: string;
|
|
@@ -12990,7 +12990,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
12990
12990
|
createdAt: string;
|
|
12991
12991
|
name: string;
|
|
12992
12992
|
description: string;
|
|
12993
|
-
legalTradingName
|
|
12993
|
+
legalTradingName?: string | null;
|
|
12994
12994
|
type: SellerMetadataType;
|
|
12995
12995
|
kind: string;
|
|
12996
12996
|
website: string;
|
|
@@ -13071,7 +13071,7 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
13071
13071
|
createdAt: string;
|
|
13072
13072
|
name: string;
|
|
13073
13073
|
description: string;
|
|
13074
|
-
legalTradingName
|
|
13074
|
+
legalTradingName?: string | null;
|
|
13075
13075
|
type: SellerMetadataType;
|
|
13076
13076
|
kind: string;
|
|
13077
13077
|
website: string;
|
|
@@ -13398,7 +13398,7 @@ export declare type GetDisputeByIdQueryQuery = {
|
|
|
13398
13398
|
createdAt: string;
|
|
13399
13399
|
name: string;
|
|
13400
13400
|
description: string;
|
|
13401
|
-
legalTradingName
|
|
13401
|
+
legalTradingName?: string | null;
|
|
13402
13402
|
type: SellerMetadataType;
|
|
13403
13403
|
kind: string;
|
|
13404
13404
|
website: string;
|
|
@@ -13447,7 +13447,7 @@ export declare type GetDisputeByIdQueryQuery = {
|
|
|
13447
13447
|
createdAt: string;
|
|
13448
13448
|
name: string;
|
|
13449
13449
|
description: string;
|
|
13450
|
-
legalTradingName
|
|
13450
|
+
legalTradingName?: string | null;
|
|
13451
13451
|
type: SellerMetadataType;
|
|
13452
13452
|
kind: string;
|
|
13453
13453
|
website: string;
|
|
@@ -13561,7 +13561,7 @@ export declare type GetDisputesQueryQuery = {
|
|
|
13561
13561
|
createdAt: string;
|
|
13562
13562
|
name: string;
|
|
13563
13563
|
description: string;
|
|
13564
|
-
legalTradingName
|
|
13564
|
+
legalTradingName?: string | null;
|
|
13565
13565
|
type: SellerMetadataType;
|
|
13566
13566
|
kind: string;
|
|
13567
13567
|
website: string;
|
|
@@ -13610,7 +13610,7 @@ export declare type GetDisputesQueryQuery = {
|
|
|
13610
13610
|
createdAt: string;
|
|
13611
13611
|
name: string;
|
|
13612
13612
|
description: string;
|
|
13613
|
-
legalTradingName
|
|
13613
|
+
legalTradingName?: string | null;
|
|
13614
13614
|
type: SellerMetadataType;
|
|
13615
13615
|
kind: string;
|
|
13616
13616
|
website: string;
|
|
@@ -13715,7 +13715,7 @@ export declare type DisputeFieldsFragment = {
|
|
|
13715
13715
|
createdAt: string;
|
|
13716
13716
|
name: string;
|
|
13717
13717
|
description: string;
|
|
13718
|
-
legalTradingName
|
|
13718
|
+
legalTradingName?: string | null;
|
|
13719
13719
|
type: SellerMetadataType;
|
|
13720
13720
|
kind: string;
|
|
13721
13721
|
website: string;
|
|
@@ -13764,7 +13764,7 @@ export declare type DisputeFieldsFragment = {
|
|
|
13764
13764
|
createdAt: string;
|
|
13765
13765
|
name: string;
|
|
13766
13766
|
description: string;
|
|
13767
|
-
legalTradingName
|
|
13767
|
+
legalTradingName?: string | null;
|
|
13768
13768
|
type: SellerMetadataType;
|
|
13769
13769
|
kind: string;
|
|
13770
13770
|
website: string;
|
|
@@ -13899,7 +13899,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
13899
13899
|
createdAt: string;
|
|
13900
13900
|
name: string;
|
|
13901
13901
|
description: string;
|
|
13902
|
-
legalTradingName
|
|
13902
|
+
legalTradingName?: string | null;
|
|
13903
13903
|
type: SellerMetadataType;
|
|
13904
13904
|
kind: string;
|
|
13905
13905
|
website: string;
|
|
@@ -14139,7 +14139,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
14139
14139
|
createdAt: string;
|
|
14140
14140
|
name: string;
|
|
14141
14141
|
description: string;
|
|
14142
|
-
legalTradingName
|
|
14142
|
+
legalTradingName?: string | null;
|
|
14143
14143
|
type: SellerMetadataType;
|
|
14144
14144
|
kind: string;
|
|
14145
14145
|
website: string;
|
|
@@ -14220,7 +14220,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
14220
14220
|
createdAt: string;
|
|
14221
14221
|
name: string;
|
|
14222
14222
|
description: string;
|
|
14223
|
-
legalTradingName
|
|
14223
|
+
legalTradingName?: string | null;
|
|
14224
14224
|
type: SellerMetadataType;
|
|
14225
14225
|
kind: string;
|
|
14226
14226
|
website: string;
|
|
@@ -14381,7 +14381,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
14381
14381
|
createdAt: string;
|
|
14382
14382
|
name: string;
|
|
14383
14383
|
description: string;
|
|
14384
|
-
legalTradingName
|
|
14384
|
+
legalTradingName?: string | null;
|
|
14385
14385
|
type: SellerMetadataType;
|
|
14386
14386
|
kind: string;
|
|
14387
14387
|
website: string;
|
|
@@ -14621,7 +14621,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
14621
14621
|
createdAt: string;
|
|
14622
14622
|
name: string;
|
|
14623
14623
|
description: string;
|
|
14624
|
-
legalTradingName
|
|
14624
|
+
legalTradingName?: string | null;
|
|
14625
14625
|
type: SellerMetadataType;
|
|
14626
14626
|
kind: string;
|
|
14627
14627
|
website: string;
|
|
@@ -14702,7 +14702,7 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
14702
14702
|
createdAt: string;
|
|
14703
14703
|
name: string;
|
|
14704
14704
|
description: string;
|
|
14705
|
-
legalTradingName
|
|
14705
|
+
legalTradingName?: string | null;
|
|
14706
14706
|
type: SellerMetadataType;
|
|
14707
14707
|
kind: string;
|
|
14708
14708
|
website: string;
|
|
@@ -14842,7 +14842,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
14842
14842
|
createdAt: string;
|
|
14843
14843
|
name: string;
|
|
14844
14844
|
description: string;
|
|
14845
|
-
legalTradingName
|
|
14845
|
+
legalTradingName?: string | null;
|
|
14846
14846
|
type: SellerMetadataType;
|
|
14847
14847
|
kind: string;
|
|
14848
14848
|
website: string;
|
|
@@ -15082,7 +15082,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
15082
15082
|
createdAt: string;
|
|
15083
15083
|
name: string;
|
|
15084
15084
|
description: string;
|
|
15085
|
-
legalTradingName
|
|
15085
|
+
legalTradingName?: string | null;
|
|
15086
15086
|
type: SellerMetadataType;
|
|
15087
15087
|
kind: string;
|
|
15088
15088
|
website: string;
|
|
@@ -15163,7 +15163,7 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
15163
15163
|
createdAt: string;
|
|
15164
15164
|
name: string;
|
|
15165
15165
|
description: string;
|
|
15166
|
-
legalTradingName
|
|
15166
|
+
legalTradingName?: string | null;
|
|
15167
15167
|
type: SellerMetadataType;
|
|
15168
15168
|
kind: string;
|
|
15169
15169
|
website: string;
|
|
@@ -15549,7 +15549,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
15549
15549
|
createdAt: string;
|
|
15550
15550
|
name: string;
|
|
15551
15551
|
description: string;
|
|
15552
|
-
legalTradingName
|
|
15552
|
+
legalTradingName?: string | null;
|
|
15553
15553
|
type: SellerMetadataType;
|
|
15554
15554
|
kind: string;
|
|
15555
15555
|
website: string;
|
|
@@ -15789,7 +15789,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
15789
15789
|
createdAt: string;
|
|
15790
15790
|
name: string;
|
|
15791
15791
|
description: string;
|
|
15792
|
-
legalTradingName
|
|
15792
|
+
legalTradingName?: string | null;
|
|
15793
15793
|
type: SellerMetadataType;
|
|
15794
15794
|
kind: string;
|
|
15795
15795
|
website: string;
|
|
@@ -15870,7 +15870,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
15870
15870
|
createdAt: string;
|
|
15871
15871
|
name: string;
|
|
15872
15872
|
description: string;
|
|
15873
|
-
legalTradingName
|
|
15873
|
+
legalTradingName?: string | null;
|
|
15874
15874
|
type: SellerMetadataType;
|
|
15875
15875
|
kind: string;
|
|
15876
15876
|
website: string;
|
|
@@ -15980,7 +15980,7 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
15980
15980
|
createdAt: string;
|
|
15981
15981
|
name: string;
|
|
15982
15982
|
description: string;
|
|
15983
|
-
legalTradingName
|
|
15983
|
+
legalTradingName?: string | null;
|
|
15984
15984
|
type: SellerMetadataType;
|
|
15985
15985
|
kind: string;
|
|
15986
15986
|
website: string;
|
|
@@ -16089,7 +16089,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
16089
16089
|
createdAt: string;
|
|
16090
16090
|
name: string;
|
|
16091
16091
|
description: string;
|
|
16092
|
-
legalTradingName
|
|
16092
|
+
legalTradingName?: string | null;
|
|
16093
16093
|
type: SellerMetadataType;
|
|
16094
16094
|
kind: string;
|
|
16095
16095
|
website: string;
|
|
@@ -16329,7 +16329,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
16329
16329
|
createdAt: string;
|
|
16330
16330
|
name: string;
|
|
16331
16331
|
description: string;
|
|
16332
|
-
legalTradingName
|
|
16332
|
+
legalTradingName?: string | null;
|
|
16333
16333
|
type: SellerMetadataType;
|
|
16334
16334
|
kind: string;
|
|
16335
16335
|
website: string;
|
|
@@ -16410,7 +16410,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
16410
16410
|
createdAt: string;
|
|
16411
16411
|
name: string;
|
|
16412
16412
|
description: string;
|
|
16413
|
-
legalTradingName
|
|
16413
|
+
legalTradingName?: string | null;
|
|
16414
16414
|
type: SellerMetadataType;
|
|
16415
16415
|
kind: string;
|
|
16416
16416
|
website: string;
|
|
@@ -16520,7 +16520,7 @@ export declare type GetExchangesQueryQuery = {
|
|
|
16520
16520
|
createdAt: string;
|
|
16521
16521
|
name: string;
|
|
16522
16522
|
description: string;
|
|
16523
|
-
legalTradingName
|
|
16523
|
+
legalTradingName?: string | null;
|
|
16524
16524
|
type: SellerMetadataType;
|
|
16525
16525
|
kind: string;
|
|
16526
16526
|
website: string;
|
|
@@ -16620,7 +16620,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
16620
16620
|
createdAt: string;
|
|
16621
16621
|
name: string;
|
|
16622
16622
|
description: string;
|
|
16623
|
-
legalTradingName
|
|
16623
|
+
legalTradingName?: string | null;
|
|
16624
16624
|
type: SellerMetadataType;
|
|
16625
16625
|
kind: string;
|
|
16626
16626
|
website: string;
|
|
@@ -16860,7 +16860,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
16860
16860
|
createdAt: string;
|
|
16861
16861
|
name: string;
|
|
16862
16862
|
description: string;
|
|
16863
|
-
legalTradingName
|
|
16863
|
+
legalTradingName?: string | null;
|
|
16864
16864
|
type: SellerMetadataType;
|
|
16865
16865
|
kind: string;
|
|
16866
16866
|
website: string;
|
|
@@ -16941,7 +16941,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
16941
16941
|
createdAt: string;
|
|
16942
16942
|
name: string;
|
|
16943
16943
|
description: string;
|
|
16944
|
-
legalTradingName
|
|
16944
|
+
legalTradingName?: string | null;
|
|
16945
16945
|
type: SellerMetadataType;
|
|
16946
16946
|
kind: string;
|
|
16947
16947
|
website: string;
|
|
@@ -17051,7 +17051,7 @@ export declare type ExchangeFieldsFragment = {
|
|
|
17051
17051
|
createdAt: string;
|
|
17052
17052
|
name: string;
|
|
17053
17053
|
description: string;
|
|
17054
|
-
legalTradingName
|
|
17054
|
+
legalTradingName?: string | null;
|
|
17055
17055
|
type: SellerMetadataType;
|
|
17056
17056
|
kind: string;
|
|
17057
17057
|
website: string;
|
|
@@ -17135,7 +17135,7 @@ export declare type BaseExchangeFieldsFragment = {
|
|
|
17135
17135
|
createdAt: string;
|
|
17136
17136
|
name: string;
|
|
17137
17137
|
description: string;
|
|
17138
|
-
legalTradingName
|
|
17138
|
+
legalTradingName?: string | null;
|
|
17139
17139
|
type: SellerMetadataType;
|
|
17140
17140
|
kind: string;
|
|
17141
17141
|
website: string;
|
|
@@ -17336,7 +17336,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17336
17336
|
createdAt: string;
|
|
17337
17337
|
name: string;
|
|
17338
17338
|
description: string;
|
|
17339
|
-
legalTradingName
|
|
17339
|
+
legalTradingName?: string | null;
|
|
17340
17340
|
type: SellerMetadataType;
|
|
17341
17341
|
kind: string;
|
|
17342
17342
|
website: string;
|
|
@@ -17576,7 +17576,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17576
17576
|
createdAt: string;
|
|
17577
17577
|
name: string;
|
|
17578
17578
|
description: string;
|
|
17579
|
-
legalTradingName
|
|
17579
|
+
legalTradingName?: string | null;
|
|
17580
17580
|
type: SellerMetadataType;
|
|
17581
17581
|
kind: string;
|
|
17582
17582
|
website: string;
|
|
@@ -17657,7 +17657,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17657
17657
|
createdAt: string;
|
|
17658
17658
|
name: string;
|
|
17659
17659
|
description: string;
|
|
17660
|
-
legalTradingName
|
|
17660
|
+
legalTradingName?: string | null;
|
|
17661
17661
|
type: SellerMetadataType;
|
|
17662
17662
|
kind: string;
|
|
17663
17663
|
website: string;
|
|
@@ -17746,7 +17746,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17746
17746
|
createdAt: string;
|
|
17747
17747
|
name: string;
|
|
17748
17748
|
description: string;
|
|
17749
|
-
legalTradingName
|
|
17749
|
+
legalTradingName?: string | null;
|
|
17750
17750
|
type: SellerMetadataType;
|
|
17751
17751
|
kind: string;
|
|
17752
17752
|
website: string;
|
|
@@ -17881,7 +17881,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
17881
17881
|
createdAt: string;
|
|
17882
17882
|
name: string;
|
|
17883
17883
|
description: string;
|
|
17884
|
-
legalTradingName
|
|
17884
|
+
legalTradingName?: string | null;
|
|
17885
17885
|
type: SellerMetadataType;
|
|
17886
17886
|
kind: string;
|
|
17887
17887
|
website: string;
|
|
@@ -18121,7 +18121,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
18121
18121
|
createdAt: string;
|
|
18122
18122
|
name: string;
|
|
18123
18123
|
description: string;
|
|
18124
|
-
legalTradingName
|
|
18124
|
+
legalTradingName?: string | null;
|
|
18125
18125
|
type: SellerMetadataType;
|
|
18126
18126
|
kind: string;
|
|
18127
18127
|
website: string;
|
|
@@ -18202,7 +18202,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
18202
18202
|
createdAt: string;
|
|
18203
18203
|
name: string;
|
|
18204
18204
|
description: string;
|
|
18205
|
-
legalTradingName
|
|
18205
|
+
legalTradingName?: string | null;
|
|
18206
18206
|
type: SellerMetadataType;
|
|
18207
18207
|
kind: string;
|
|
18208
18208
|
website: string;
|
|
@@ -18291,7 +18291,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
18291
18291
|
createdAt: string;
|
|
18292
18292
|
name: string;
|
|
18293
18293
|
description: string;
|
|
18294
|
-
legalTradingName
|
|
18294
|
+
legalTradingName?: string | null;
|
|
18295
18295
|
type: SellerMetadataType;
|
|
18296
18296
|
kind: string;
|
|
18297
18297
|
website: string;
|
|
@@ -18417,7 +18417,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
18417
18417
|
createdAt: string;
|
|
18418
18418
|
name: string;
|
|
18419
18419
|
description: string;
|
|
18420
|
-
legalTradingName
|
|
18420
|
+
legalTradingName?: string | null;
|
|
18421
18421
|
type: SellerMetadataType;
|
|
18422
18422
|
kind: string;
|
|
18423
18423
|
website: string;
|
|
@@ -18657,7 +18657,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
18657
18657
|
createdAt: string;
|
|
18658
18658
|
name: string;
|
|
18659
18659
|
description: string;
|
|
18660
|
-
legalTradingName
|
|
18660
|
+
legalTradingName?: string | null;
|
|
18661
18661
|
type: SellerMetadataType;
|
|
18662
18662
|
kind: string;
|
|
18663
18663
|
website: string;
|
|
@@ -18738,7 +18738,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
18738
18738
|
createdAt: string;
|
|
18739
18739
|
name: string;
|
|
18740
18740
|
description: string;
|
|
18741
|
-
legalTradingName
|
|
18741
|
+
legalTradingName?: string | null;
|
|
18742
18742
|
type: SellerMetadataType;
|
|
18743
18743
|
kind: string;
|
|
18744
18744
|
website: string;
|
|
@@ -18827,7 +18827,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
18827
18827
|
createdAt: string;
|
|
18828
18828
|
name: string;
|
|
18829
18829
|
description: string;
|
|
18830
|
-
legalTradingName
|
|
18830
|
+
legalTradingName?: string | null;
|
|
18831
18831
|
type: SellerMetadataType;
|
|
18832
18832
|
kind: string;
|
|
18833
18833
|
website: string;
|
|
@@ -18952,7 +18952,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
18952
18952
|
createdAt: string;
|
|
18953
18953
|
name: string;
|
|
18954
18954
|
description: string;
|
|
18955
|
-
legalTradingName
|
|
18955
|
+
legalTradingName?: string | null;
|
|
18956
18956
|
type: SellerMetadataType;
|
|
18957
18957
|
kind: string;
|
|
18958
18958
|
website: string;
|
|
@@ -19192,7 +19192,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
19192
19192
|
createdAt: string;
|
|
19193
19193
|
name: string;
|
|
19194
19194
|
description: string;
|
|
19195
|
-
legalTradingName
|
|
19195
|
+
legalTradingName?: string | null;
|
|
19196
19196
|
type: SellerMetadataType;
|
|
19197
19197
|
kind: string;
|
|
19198
19198
|
website: string;
|
|
@@ -19273,7 +19273,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
19273
19273
|
createdAt: string;
|
|
19274
19274
|
name: string;
|
|
19275
19275
|
description: string;
|
|
19276
|
-
legalTradingName
|
|
19276
|
+
legalTradingName?: string | null;
|
|
19277
19277
|
type: SellerMetadataType;
|
|
19278
19278
|
kind: string;
|
|
19279
19279
|
website: string;
|
|
@@ -19362,7 +19362,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
19362
19362
|
createdAt: string;
|
|
19363
19363
|
name: string;
|
|
19364
19364
|
description: string;
|
|
19365
|
-
legalTradingName
|
|
19365
|
+
legalTradingName?: string | null;
|
|
19366
19366
|
type: SellerMetadataType;
|
|
19367
19367
|
kind: string;
|
|
19368
19368
|
website: string;
|
|
@@ -19551,7 +19551,7 @@ export declare type GetProductV1ProductsQueryQuery = {
|
|
|
19551
19551
|
createdAt: string;
|
|
19552
19552
|
name: string;
|
|
19553
19553
|
description: string;
|
|
19554
|
-
legalTradingName
|
|
19554
|
+
legalTradingName?: string | null;
|
|
19555
19555
|
type: SellerMetadataType;
|
|
19556
19556
|
kind: string;
|
|
19557
19557
|
website: string;
|
|
@@ -19709,7 +19709,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
19709
19709
|
createdAt: string;
|
|
19710
19710
|
name: string;
|
|
19711
19711
|
description: string;
|
|
19712
|
-
legalTradingName
|
|
19712
|
+
legalTradingName?: string | null;
|
|
19713
19713
|
type: SellerMetadataType;
|
|
19714
19714
|
kind: string;
|
|
19715
19715
|
website: string;
|
|
@@ -19768,7 +19768,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
19768
19768
|
createdAt: string;
|
|
19769
19769
|
name: string;
|
|
19770
19770
|
description: string;
|
|
19771
|
-
legalTradingName
|
|
19771
|
+
legalTradingName?: string | null;
|
|
19772
19772
|
type: SellerMetadataType;
|
|
19773
19773
|
kind: string;
|
|
19774
19774
|
website: string;
|
|
@@ -20008,7 +20008,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20008
20008
|
createdAt: string;
|
|
20009
20009
|
name: string;
|
|
20010
20010
|
description: string;
|
|
20011
|
-
legalTradingName
|
|
20011
|
+
legalTradingName?: string | null;
|
|
20012
20012
|
type: SellerMetadataType;
|
|
20013
20013
|
kind: string;
|
|
20014
20014
|
website: string;
|
|
@@ -20089,7 +20089,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20089
20089
|
createdAt: string;
|
|
20090
20090
|
name: string;
|
|
20091
20091
|
description: string;
|
|
20092
|
-
legalTradingName
|
|
20092
|
+
legalTradingName?: string | null;
|
|
20093
20093
|
type: SellerMetadataType;
|
|
20094
20094
|
kind: string;
|
|
20095
20095
|
website: string;
|
|
@@ -20263,7 +20263,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20263
20263
|
createdAt: string;
|
|
20264
20264
|
name: string;
|
|
20265
20265
|
description: string;
|
|
20266
|
-
legalTradingName
|
|
20266
|
+
legalTradingName?: string | null;
|
|
20267
20267
|
type: SellerMetadataType;
|
|
20268
20268
|
kind: string;
|
|
20269
20269
|
website: string;
|
|
@@ -20421,7 +20421,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20421
20421
|
createdAt: string;
|
|
20422
20422
|
name: string;
|
|
20423
20423
|
description: string;
|
|
20424
|
-
legalTradingName
|
|
20424
|
+
legalTradingName?: string | null;
|
|
20425
20425
|
type: SellerMetadataType;
|
|
20426
20426
|
kind: string;
|
|
20427
20427
|
website: string;
|
|
@@ -20480,7 +20480,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20480
20480
|
createdAt: string;
|
|
20481
20481
|
name: string;
|
|
20482
20482
|
description: string;
|
|
20483
|
-
legalTradingName
|
|
20483
|
+
legalTradingName?: string | null;
|
|
20484
20484
|
type: SellerMetadataType;
|
|
20485
20485
|
kind: string;
|
|
20486
20486
|
website: string;
|
|
@@ -20720,7 +20720,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20720
20720
|
createdAt: string;
|
|
20721
20721
|
name: string;
|
|
20722
20722
|
description: string;
|
|
20723
|
-
legalTradingName
|
|
20723
|
+
legalTradingName?: string | null;
|
|
20724
20724
|
type: SellerMetadataType;
|
|
20725
20725
|
kind: string;
|
|
20726
20726
|
website: string;
|
|
@@ -20801,7 +20801,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20801
20801
|
createdAt: string;
|
|
20802
20802
|
name: string;
|
|
20803
20803
|
description: string;
|
|
20804
|
-
legalTradingName
|
|
20804
|
+
legalTradingName?: string | null;
|
|
20805
20805
|
type: SellerMetadataType;
|
|
20806
20806
|
kind: string;
|
|
20807
20807
|
website: string;
|
|
@@ -20975,7 +20975,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20975
20975
|
createdAt: string;
|
|
20976
20976
|
name: string;
|
|
20977
20977
|
description: string;
|
|
20978
|
-
legalTradingName
|
|
20978
|
+
legalTradingName?: string | null;
|
|
20979
20979
|
type: SellerMetadataType;
|
|
20980
20980
|
kind: string;
|
|
20981
20981
|
website: string;
|
|
@@ -21145,7 +21145,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21145
21145
|
createdAt: string;
|
|
21146
21146
|
name: string;
|
|
21147
21147
|
description: string;
|
|
21148
|
-
legalTradingName
|
|
21148
|
+
legalTradingName?: string | null;
|
|
21149
21149
|
type: SellerMetadataType;
|
|
21150
21150
|
kind: string;
|
|
21151
21151
|
website: string;
|
|
@@ -21204,7 +21204,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21204
21204
|
createdAt: string;
|
|
21205
21205
|
name: string;
|
|
21206
21206
|
description: string;
|
|
21207
|
-
legalTradingName
|
|
21207
|
+
legalTradingName?: string | null;
|
|
21208
21208
|
type: SellerMetadataType;
|
|
21209
21209
|
kind: string;
|
|
21210
21210
|
website: string;
|
|
@@ -21444,7 +21444,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21444
21444
|
createdAt: string;
|
|
21445
21445
|
name: string;
|
|
21446
21446
|
description: string;
|
|
21447
|
-
legalTradingName
|
|
21447
|
+
legalTradingName?: string | null;
|
|
21448
21448
|
type: SellerMetadataType;
|
|
21449
21449
|
kind: string;
|
|
21450
21450
|
website: string;
|
|
@@ -21525,7 +21525,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21525
21525
|
createdAt: string;
|
|
21526
21526
|
name: string;
|
|
21527
21527
|
description: string;
|
|
21528
|
-
legalTradingName
|
|
21528
|
+
legalTradingName?: string | null;
|
|
21529
21529
|
type: SellerMetadataType;
|
|
21530
21530
|
kind: string;
|
|
21531
21531
|
website: string;
|
|
@@ -21614,7 +21614,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21614
21614
|
createdAt: string;
|
|
21615
21615
|
name: string;
|
|
21616
21616
|
description: string;
|
|
21617
|
-
legalTradingName
|
|
21617
|
+
legalTradingName?: string | null;
|
|
21618
21618
|
type: SellerMetadataType;
|
|
21619
21619
|
kind: string;
|
|
21620
21620
|
website: string;
|
|
@@ -21778,7 +21778,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21778
21778
|
createdAt: string;
|
|
21779
21779
|
name: string;
|
|
21780
21780
|
description: string;
|
|
21781
|
-
legalTradingName
|
|
21781
|
+
legalTradingName?: string | null;
|
|
21782
21782
|
type: SellerMetadataType;
|
|
21783
21783
|
kind: string;
|
|
21784
21784
|
website: string;
|
|
@@ -21859,7 +21859,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21859
21859
|
createdAt: string;
|
|
21860
21860
|
name: string;
|
|
21861
21861
|
description: string;
|
|
21862
|
-
legalTradingName
|
|
21862
|
+
legalTradingName?: string | null;
|
|
21863
21863
|
type: SellerMetadataType;
|
|
21864
21864
|
kind: string;
|
|
21865
21865
|
website: string;
|
|
@@ -22023,7 +22023,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22023
22023
|
createdAt: string;
|
|
22024
22024
|
name: string;
|
|
22025
22025
|
description: string;
|
|
22026
|
-
legalTradingName
|
|
22026
|
+
legalTradingName?: string | null;
|
|
22027
22027
|
type: SellerMetadataType;
|
|
22028
22028
|
kind: string;
|
|
22029
22029
|
website: string;
|
|
@@ -22082,7 +22082,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22082
22082
|
createdAt: string;
|
|
22083
22083
|
name: string;
|
|
22084
22084
|
description: string;
|
|
22085
|
-
legalTradingName
|
|
22085
|
+
legalTradingName?: string | null;
|
|
22086
22086
|
type: SellerMetadataType;
|
|
22087
22087
|
kind: string;
|
|
22088
22088
|
website: string;
|
|
@@ -22322,7 +22322,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22322
22322
|
createdAt: string;
|
|
22323
22323
|
name: string;
|
|
22324
22324
|
description: string;
|
|
22325
|
-
legalTradingName
|
|
22325
|
+
legalTradingName?: string | null;
|
|
22326
22326
|
type: SellerMetadataType;
|
|
22327
22327
|
kind: string;
|
|
22328
22328
|
website: string;
|
|
@@ -22403,7 +22403,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22403
22403
|
createdAt: string;
|
|
22404
22404
|
name: string;
|
|
22405
22405
|
description: string;
|
|
22406
|
-
legalTradingName
|
|
22406
|
+
legalTradingName?: string | null;
|
|
22407
22407
|
type: SellerMetadataType;
|
|
22408
22408
|
kind: string;
|
|
22409
22409
|
website: string;
|
|
@@ -22492,7 +22492,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22492
22492
|
createdAt: string;
|
|
22493
22493
|
name: string;
|
|
22494
22494
|
description: string;
|
|
22495
|
-
legalTradingName
|
|
22495
|
+
legalTradingName?: string | null;
|
|
22496
22496
|
type: SellerMetadataType;
|
|
22497
22497
|
kind: string;
|
|
22498
22498
|
website: string;
|
|
@@ -22656,7 +22656,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22656
22656
|
createdAt: string;
|
|
22657
22657
|
name: string;
|
|
22658
22658
|
description: string;
|
|
22659
|
-
legalTradingName
|
|
22659
|
+
legalTradingName?: string | null;
|
|
22660
22660
|
type: SellerMetadataType;
|
|
22661
22661
|
kind: string;
|
|
22662
22662
|
website: string;
|
|
@@ -22737,7 +22737,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22737
22737
|
createdAt: string;
|
|
22738
22738
|
name: string;
|
|
22739
22739
|
description: string;
|
|
22740
|
-
legalTradingName
|
|
22740
|
+
legalTradingName?: string | null;
|
|
22741
22741
|
type: SellerMetadataType;
|
|
22742
22742
|
kind: string;
|
|
22743
22743
|
website: string;
|
|
@@ -22892,7 +22892,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
22892
22892
|
createdAt: string;
|
|
22893
22893
|
name: string;
|
|
22894
22894
|
description: string;
|
|
22895
|
-
legalTradingName
|
|
22895
|
+
legalTradingName?: string | null;
|
|
22896
22896
|
type: SellerMetadataType;
|
|
22897
22897
|
kind: string;
|
|
22898
22898
|
website: string;
|
|
@@ -22951,7 +22951,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
22951
22951
|
createdAt: string;
|
|
22952
22952
|
name: string;
|
|
22953
22953
|
description: string;
|
|
22954
|
-
legalTradingName
|
|
22954
|
+
legalTradingName?: string | null;
|
|
22955
22955
|
type: SellerMetadataType;
|
|
22956
22956
|
kind: string;
|
|
22957
22957
|
website: string;
|
|
@@ -23191,7 +23191,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23191
23191
|
createdAt: string;
|
|
23192
23192
|
name: string;
|
|
23193
23193
|
description: string;
|
|
23194
|
-
legalTradingName
|
|
23194
|
+
legalTradingName?: string | null;
|
|
23195
23195
|
type: SellerMetadataType;
|
|
23196
23196
|
kind: string;
|
|
23197
23197
|
website: string;
|
|
@@ -23272,7 +23272,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23272
23272
|
createdAt: string;
|
|
23273
23273
|
name: string;
|
|
23274
23274
|
description: string;
|
|
23275
|
-
legalTradingName
|
|
23275
|
+
legalTradingName?: string | null;
|
|
23276
23276
|
type: SellerMetadataType;
|
|
23277
23277
|
kind: string;
|
|
23278
23278
|
website: string;
|
|
@@ -23361,7 +23361,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23361
23361
|
createdAt: string;
|
|
23362
23362
|
name: string;
|
|
23363
23363
|
description: string;
|
|
23364
|
-
legalTradingName
|
|
23364
|
+
legalTradingName?: string | null;
|
|
23365
23365
|
type: SellerMetadataType;
|
|
23366
23366
|
kind: string;
|
|
23367
23367
|
website: string;
|
|
@@ -23525,7 +23525,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23525
23525
|
createdAt: string;
|
|
23526
23526
|
name: string;
|
|
23527
23527
|
description: string;
|
|
23528
|
-
legalTradingName
|
|
23528
|
+
legalTradingName?: string | null;
|
|
23529
23529
|
type: SellerMetadataType;
|
|
23530
23530
|
kind: string;
|
|
23531
23531
|
website: string;
|
|
@@ -23606,7 +23606,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23606
23606
|
createdAt: string;
|
|
23607
23607
|
name: string;
|
|
23608
23608
|
description: string;
|
|
23609
|
-
legalTradingName
|
|
23609
|
+
legalTradingName?: string | null;
|
|
23610
23610
|
type: SellerMetadataType;
|
|
23611
23611
|
kind: string;
|
|
23612
23612
|
website: string;
|
|
@@ -23760,7 +23760,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
23760
23760
|
createdAt: string;
|
|
23761
23761
|
name: string;
|
|
23762
23762
|
description: string;
|
|
23763
|
-
legalTradingName
|
|
23763
|
+
legalTradingName?: string | null;
|
|
23764
23764
|
type: SellerMetadataType;
|
|
23765
23765
|
kind: string;
|
|
23766
23766
|
website: string;
|
|
@@ -23819,7 +23819,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
23819
23819
|
createdAt: string;
|
|
23820
23820
|
name: string;
|
|
23821
23821
|
description: string;
|
|
23822
|
-
legalTradingName
|
|
23822
|
+
legalTradingName?: string | null;
|
|
23823
23823
|
type: SellerMetadataType;
|
|
23824
23824
|
kind: string;
|
|
23825
23825
|
website: string;
|
|
@@ -24059,7 +24059,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24059
24059
|
createdAt: string;
|
|
24060
24060
|
name: string;
|
|
24061
24061
|
description: string;
|
|
24062
|
-
legalTradingName
|
|
24062
|
+
legalTradingName?: string | null;
|
|
24063
24063
|
type: SellerMetadataType;
|
|
24064
24064
|
kind: string;
|
|
24065
24065
|
website: string;
|
|
@@ -24140,7 +24140,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24140
24140
|
createdAt: string;
|
|
24141
24141
|
name: string;
|
|
24142
24142
|
description: string;
|
|
24143
|
-
legalTradingName
|
|
24143
|
+
legalTradingName?: string | null;
|
|
24144
24144
|
type: SellerMetadataType;
|
|
24145
24145
|
kind: string;
|
|
24146
24146
|
website: string;
|
|
@@ -24229,7 +24229,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24229
24229
|
createdAt: string;
|
|
24230
24230
|
name: string;
|
|
24231
24231
|
description: string;
|
|
24232
|
-
legalTradingName
|
|
24232
|
+
legalTradingName?: string | null;
|
|
24233
24233
|
type: SellerMetadataType;
|
|
24234
24234
|
kind: string;
|
|
24235
24235
|
website: string;
|
|
@@ -24393,7 +24393,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24393
24393
|
createdAt: string;
|
|
24394
24394
|
name: string;
|
|
24395
24395
|
description: string;
|
|
24396
|
-
legalTradingName
|
|
24396
|
+
legalTradingName?: string | null;
|
|
24397
24397
|
type: SellerMetadataType;
|
|
24398
24398
|
kind: string;
|
|
24399
24399
|
website: string;
|
|
@@ -24474,7 +24474,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24474
24474
|
createdAt: string;
|
|
24475
24475
|
name: string;
|
|
24476
24476
|
description: string;
|
|
24477
|
-
legalTradingName
|
|
24477
|
+
legalTradingName?: string | null;
|
|
24478
24478
|
type: SellerMetadataType;
|
|
24479
24479
|
kind: string;
|
|
24480
24480
|
website: string;
|
|
@@ -24649,7 +24649,7 @@ export declare type BaseProductV1ProductFieldsFragment = {
|
|
|
24649
24649
|
createdAt: string;
|
|
24650
24650
|
name: string;
|
|
24651
24651
|
description: string;
|
|
24652
|
-
legalTradingName
|
|
24652
|
+
legalTradingName?: string | null;
|
|
24653
24653
|
type: SellerMetadataType;
|
|
24654
24654
|
kind: string;
|
|
24655
24655
|
website: string;
|
|
@@ -24797,7 +24797,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
24797
24797
|
createdAt: string;
|
|
24798
24798
|
name: string;
|
|
24799
24799
|
description: string;
|
|
24800
|
-
legalTradingName
|
|
24800
|
+
legalTradingName?: string | null;
|
|
24801
24801
|
type: SellerMetadataType;
|
|
24802
24802
|
kind: string;
|
|
24803
24803
|
website: string;
|
|
@@ -24856,7 +24856,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
24856
24856
|
createdAt: string;
|
|
24857
24857
|
name: string;
|
|
24858
24858
|
description: string;
|
|
24859
|
-
legalTradingName
|
|
24859
|
+
legalTradingName?: string | null;
|
|
24860
24860
|
type: SellerMetadataType;
|
|
24861
24861
|
kind: string;
|
|
24862
24862
|
website: string;
|
|
@@ -25096,7 +25096,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25096
25096
|
createdAt: string;
|
|
25097
25097
|
name: string;
|
|
25098
25098
|
description: string;
|
|
25099
|
-
legalTradingName
|
|
25099
|
+
legalTradingName?: string | null;
|
|
25100
25100
|
type: SellerMetadataType;
|
|
25101
25101
|
kind: string;
|
|
25102
25102
|
website: string;
|
|
@@ -25177,7 +25177,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25177
25177
|
createdAt: string;
|
|
25178
25178
|
name: string;
|
|
25179
25179
|
description: string;
|
|
25180
|
-
legalTradingName
|
|
25180
|
+
legalTradingName?: string | null;
|
|
25181
25181
|
type: SellerMetadataType;
|
|
25182
25182
|
kind: string;
|
|
25183
25183
|
website: string;
|
|
@@ -25351,7 +25351,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25351
25351
|
createdAt: string;
|
|
25352
25352
|
name: string;
|
|
25353
25353
|
description: string;
|
|
25354
|
-
legalTradingName
|
|
25354
|
+
legalTradingName?: string | null;
|
|
25355
25355
|
type: SellerMetadataType;
|
|
25356
25356
|
kind: string;
|
|
25357
25357
|
website: string;
|
|
@@ -25499,7 +25499,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
25499
25499
|
createdAt: string;
|
|
25500
25500
|
name: string;
|
|
25501
25501
|
description: string;
|
|
25502
|
-
legalTradingName
|
|
25502
|
+
legalTradingName?: string | null;
|
|
25503
25503
|
type: SellerMetadataType;
|
|
25504
25504
|
kind: string;
|
|
25505
25505
|
website: string;
|
|
@@ -25558,7 +25558,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
25558
25558
|
createdAt: string;
|
|
25559
25559
|
name: string;
|
|
25560
25560
|
description: string;
|
|
25561
|
-
legalTradingName
|
|
25561
|
+
legalTradingName?: string | null;
|
|
25562
25562
|
type: SellerMetadataType;
|
|
25563
25563
|
kind: string;
|
|
25564
25564
|
website: string;
|
|
@@ -25798,7 +25798,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
25798
25798
|
createdAt: string;
|
|
25799
25799
|
name: string;
|
|
25800
25800
|
description: string;
|
|
25801
|
-
legalTradingName
|
|
25801
|
+
legalTradingName?: string | null;
|
|
25802
25802
|
type: SellerMetadataType;
|
|
25803
25803
|
kind: string;
|
|
25804
25804
|
website: string;
|
|
@@ -25879,7 +25879,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
25879
25879
|
createdAt: string;
|
|
25880
25880
|
name: string;
|
|
25881
25881
|
description: string;
|
|
25882
|
-
legalTradingName
|
|
25882
|
+
legalTradingName?: string | null;
|
|
25883
25883
|
type: SellerMetadataType;
|
|
25884
25884
|
kind: string;
|
|
25885
25885
|
website: string;
|
|
@@ -26053,7 +26053,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
26053
26053
|
createdAt: string;
|
|
26054
26054
|
name: string;
|
|
26055
26055
|
description: string;
|
|
26056
|
-
legalTradingName
|
|
26056
|
+
legalTradingName?: string | null;
|
|
26057
26057
|
type: SellerMetadataType;
|
|
26058
26058
|
kind: string;
|
|
26059
26059
|
website: string;
|
|
@@ -26168,7 +26168,7 @@ export declare type BaseProductV1SellerFieldsFragment = {
|
|
|
26168
26168
|
createdAt: string;
|
|
26169
26169
|
name: string;
|
|
26170
26170
|
description: string;
|
|
26171
|
-
legalTradingName
|
|
26171
|
+
legalTradingName?: string | null;
|
|
26172
26172
|
type: SellerMetadataType;
|
|
26173
26173
|
kind: string;
|
|
26174
26174
|
website: string;
|
|
@@ -26370,7 +26370,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
26370
26370
|
createdAt: string;
|
|
26371
26371
|
name: string;
|
|
26372
26372
|
description: string;
|
|
26373
|
-
legalTradingName
|
|
26373
|
+
legalTradingName?: string | null;
|
|
26374
26374
|
type: SellerMetadataType;
|
|
26375
26375
|
kind: string;
|
|
26376
26376
|
website: string;
|
|
@@ -26429,7 +26429,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
26429
26429
|
createdAt: string;
|
|
26430
26430
|
name: string;
|
|
26431
26431
|
description: string;
|
|
26432
|
-
legalTradingName
|
|
26432
|
+
legalTradingName?: string | null;
|
|
26433
26433
|
type: SellerMetadataType;
|
|
26434
26434
|
kind: string;
|
|
26435
26435
|
website: string;
|
|
@@ -26669,7 +26669,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
26669
26669
|
createdAt: string;
|
|
26670
26670
|
name: string;
|
|
26671
26671
|
description: string;
|
|
26672
|
-
legalTradingName
|
|
26672
|
+
legalTradingName?: string | null;
|
|
26673
26673
|
type: SellerMetadataType;
|
|
26674
26674
|
kind: string;
|
|
26675
26675
|
website: string;
|
|
@@ -26750,7 +26750,7 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
26750
26750
|
createdAt: string;
|
|
26751
26751
|
name: string;
|
|
26752
26752
|
description: string;
|
|
26753
|
-
legalTradingName
|
|
26753
|
+
legalTradingName?: string | null;
|
|
26754
26754
|
type: SellerMetadataType;
|
|
26755
26755
|
kind: string;
|
|
26756
26756
|
website: string;
|
|
@@ -26916,7 +26916,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
26916
26916
|
createdAt: string;
|
|
26917
26917
|
name: string;
|
|
26918
26918
|
description: string;
|
|
26919
|
-
legalTradingName
|
|
26919
|
+
legalTradingName?: string | null;
|
|
26920
26920
|
type: SellerMetadataType;
|
|
26921
26921
|
kind: string;
|
|
26922
26922
|
website: string;
|
|
@@ -26975,7 +26975,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
26975
26975
|
createdAt: string;
|
|
26976
26976
|
name: string;
|
|
26977
26977
|
description: string;
|
|
26978
|
-
legalTradingName
|
|
26978
|
+
legalTradingName?: string | null;
|
|
26979
26979
|
type: SellerMetadataType;
|
|
26980
26980
|
kind: string;
|
|
26981
26981
|
website: string;
|
|
@@ -27215,7 +27215,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
27215
27215
|
createdAt: string;
|
|
27216
27216
|
name: string;
|
|
27217
27217
|
description: string;
|
|
27218
|
-
legalTradingName
|
|
27218
|
+
legalTradingName?: string | null;
|
|
27219
27219
|
type: SellerMetadataType;
|
|
27220
27220
|
kind: string;
|
|
27221
27221
|
website: string;
|
|
@@ -27296,7 +27296,7 @@ export declare type GetOffersQueryQuery = {
|
|
|
27296
27296
|
createdAt: string;
|
|
27297
27297
|
name: string;
|
|
27298
27298
|
description: string;
|
|
27299
|
-
legalTradingName
|
|
27299
|
+
legalTradingName?: string | null;
|
|
27300
27300
|
type: SellerMetadataType;
|
|
27301
27301
|
kind: string;
|
|
27302
27302
|
website: string;
|
|
@@ -27447,7 +27447,7 @@ export declare type OfferFieldsFragment = {
|
|
|
27447
27447
|
createdAt: string;
|
|
27448
27448
|
name: string;
|
|
27449
27449
|
description: string;
|
|
27450
|
-
legalTradingName
|
|
27450
|
+
legalTradingName?: string | null;
|
|
27451
27451
|
type: SellerMetadataType;
|
|
27452
27452
|
kind: string;
|
|
27453
27453
|
website: string;
|
|
@@ -27506,7 +27506,7 @@ export declare type OfferFieldsFragment = {
|
|
|
27506
27506
|
createdAt: string;
|
|
27507
27507
|
name: string;
|
|
27508
27508
|
description: string;
|
|
27509
|
-
legalTradingName
|
|
27509
|
+
legalTradingName?: string | null;
|
|
27510
27510
|
type: SellerMetadataType;
|
|
27511
27511
|
kind: string;
|
|
27512
27512
|
website: string;
|
|
@@ -27746,7 +27746,7 @@ export declare type OfferFieldsFragment = {
|
|
|
27746
27746
|
createdAt: string;
|
|
27747
27747
|
name: string;
|
|
27748
27748
|
description: string;
|
|
27749
|
-
legalTradingName
|
|
27749
|
+
legalTradingName?: string | null;
|
|
27750
27750
|
type: SellerMetadataType;
|
|
27751
27751
|
kind: string;
|
|
27752
27752
|
website: string;
|
|
@@ -27827,7 +27827,7 @@ export declare type OfferFieldsFragment = {
|
|
|
27827
27827
|
createdAt: string;
|
|
27828
27828
|
name: string;
|
|
27829
27829
|
description: string;
|
|
27830
|
-
legalTradingName
|
|
27830
|
+
legalTradingName?: string | null;
|
|
27831
27831
|
type: SellerMetadataType;
|
|
27832
27832
|
kind: string;
|
|
27833
27833
|
website: string;
|
|
@@ -27952,7 +27952,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
27952
27952
|
createdAt: string;
|
|
27953
27953
|
name: string;
|
|
27954
27954
|
description: string;
|
|
27955
|
-
legalTradingName
|
|
27955
|
+
legalTradingName?: string | null;
|
|
27956
27956
|
type: SellerMetadataType;
|
|
27957
27957
|
kind: string;
|
|
27958
27958
|
website: string;
|
|
@@ -28192,7 +28192,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
28192
28192
|
createdAt: string;
|
|
28193
28193
|
name: string;
|
|
28194
28194
|
description: string;
|
|
28195
|
-
legalTradingName
|
|
28195
|
+
legalTradingName?: string | null;
|
|
28196
28196
|
type: SellerMetadataType;
|
|
28197
28197
|
kind: string;
|
|
28198
28198
|
website: string;
|
|
@@ -28273,7 +28273,7 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
28273
28273
|
createdAt: string;
|
|
28274
28274
|
name: string;
|
|
28275
28275
|
description: string;
|
|
28276
|
-
legalTradingName
|
|
28276
|
+
legalTradingName?: string | null;
|
|
28277
28277
|
type: SellerMetadataType;
|
|
28278
28278
|
kind: string;
|
|
28279
28279
|
website: string;
|