@bosonprotocol/core-sdk 1.25.0-alpha.30 → 1.25.0-alpha.31
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 +0 -160
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/cjs/subgraph.js +0 -2
- package/dist/cjs/subgraph.js.map +1 -1
- package/dist/esm/subgraph.d.ts +0 -160
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.js +0 -2
- package/dist/esm/subgraph.js.map +1 -1
- package/package.json +3 -3
- package/src/accounts/queries.graphql +0 -1
- package/src/subgraph.ts +0 -161
package/dist/cjs/subgraph.d.ts
CHANGED
|
@@ -7249,7 +7249,6 @@ export declare type SellerMetadata = {
|
|
|
7249
7249
|
description: Scalars["String"];
|
|
7250
7250
|
id: Scalars["ID"];
|
|
7251
7251
|
images?: Maybe<Array<SellerMetadataMedia>>;
|
|
7252
|
-
kind: Scalars["String"];
|
|
7253
7252
|
legalTradingName: Scalars["String"];
|
|
7254
7253
|
name: Scalars["String"];
|
|
7255
7254
|
socialLinks?: Maybe<Array<SellerSocialLink>>;
|
|
@@ -7442,26 +7441,6 @@ export declare type SellerMetadata_Filter = {
|
|
|
7442
7441
|
images_not?: InputMaybe<Array<Scalars["String"]>>;
|
|
7443
7442
|
images_not_contains?: InputMaybe<Array<Scalars["String"]>>;
|
|
7444
7443
|
images_not_contains_nocase?: InputMaybe<Array<Scalars["String"]>>;
|
|
7445
|
-
kind?: InputMaybe<Scalars["String"]>;
|
|
7446
|
-
kind_contains?: InputMaybe<Scalars["String"]>;
|
|
7447
|
-
kind_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
7448
|
-
kind_ends_with?: InputMaybe<Scalars["String"]>;
|
|
7449
|
-
kind_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
7450
|
-
kind_gt?: InputMaybe<Scalars["String"]>;
|
|
7451
|
-
kind_gte?: InputMaybe<Scalars["String"]>;
|
|
7452
|
-
kind_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
7453
|
-
kind_lt?: InputMaybe<Scalars["String"]>;
|
|
7454
|
-
kind_lte?: InputMaybe<Scalars["String"]>;
|
|
7455
|
-
kind_not?: InputMaybe<Scalars["String"]>;
|
|
7456
|
-
kind_not_contains?: InputMaybe<Scalars["String"]>;
|
|
7457
|
-
kind_not_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
7458
|
-
kind_not_ends_with?: InputMaybe<Scalars["String"]>;
|
|
7459
|
-
kind_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
7460
|
-
kind_not_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
7461
|
-
kind_not_starts_with?: InputMaybe<Scalars["String"]>;
|
|
7462
|
-
kind_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
7463
|
-
kind_starts_with?: InputMaybe<Scalars["String"]>;
|
|
7464
|
-
kind_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
7465
7444
|
legalTradingName?: InputMaybe<Scalars["String"]>;
|
|
7466
7445
|
legalTradingName_contains?: InputMaybe<Scalars["String"]>;
|
|
7467
7446
|
legalTradingName_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
@@ -7541,7 +7520,6 @@ export declare enum SellerMetadata_OrderBy {
|
|
|
7541
7520
|
Description = "description",
|
|
7542
7521
|
Id = "id",
|
|
7543
7522
|
Images = "images",
|
|
7544
|
-
Kind = "kind",
|
|
7545
7523
|
LegalTradingName = "legalTradingName",
|
|
7546
7524
|
Name = "name",
|
|
7547
7525
|
SocialLinks = "socialLinks",
|
|
@@ -8637,7 +8615,6 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
8637
8615
|
description: string;
|
|
8638
8616
|
legalTradingName: string;
|
|
8639
8617
|
type: SellerMetadataType;
|
|
8640
|
-
kind: string;
|
|
8641
8618
|
website: string;
|
|
8642
8619
|
contactPreference: string;
|
|
8643
8620
|
images?: Array<{
|
|
@@ -8877,7 +8854,6 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
8877
8854
|
description: string;
|
|
8878
8855
|
legalTradingName: string;
|
|
8879
8856
|
type: SellerMetadataType;
|
|
8880
|
-
kind: string;
|
|
8881
8857
|
website: string;
|
|
8882
8858
|
contactPreference: string;
|
|
8883
8859
|
images?: Array<{
|
|
@@ -8958,7 +8934,6 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
8958
8934
|
description: string;
|
|
8959
8935
|
legalTradingName: string;
|
|
8960
8936
|
type: SellerMetadataType;
|
|
8961
|
-
kind: string;
|
|
8962
8937
|
website: string;
|
|
8963
8938
|
contactPreference: string;
|
|
8964
8939
|
images?: Array<{
|
|
@@ -9082,7 +9057,6 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
9082
9057
|
description: string;
|
|
9083
9058
|
legalTradingName: string;
|
|
9084
9059
|
type: SellerMetadataType;
|
|
9085
|
-
kind: string;
|
|
9086
9060
|
website: string;
|
|
9087
9061
|
contactPreference: string;
|
|
9088
9062
|
images?: Array<{
|
|
@@ -9223,7 +9197,6 @@ export declare type GetSellerByIdQueryQuery = {
|
|
|
9223
9197
|
description: string;
|
|
9224
9198
|
legalTradingName: string;
|
|
9225
9199
|
type: SellerMetadataType;
|
|
9226
|
-
kind: string;
|
|
9227
9200
|
website: string;
|
|
9228
9201
|
contactPreference: string;
|
|
9229
9202
|
images?: Array<{
|
|
@@ -9377,7 +9350,6 @@ export declare type GetSellersQueryQuery = {
|
|
|
9377
9350
|
description: string;
|
|
9378
9351
|
legalTradingName: string;
|
|
9379
9352
|
type: SellerMetadataType;
|
|
9380
|
-
kind: string;
|
|
9381
9353
|
website: string;
|
|
9382
9354
|
contactPreference: string;
|
|
9383
9355
|
images?: Array<{
|
|
@@ -9617,7 +9589,6 @@ export declare type GetSellersQueryQuery = {
|
|
|
9617
9589
|
description: string;
|
|
9618
9590
|
legalTradingName: string;
|
|
9619
9591
|
type: SellerMetadataType;
|
|
9620
|
-
kind: string;
|
|
9621
9592
|
website: string;
|
|
9622
9593
|
contactPreference: string;
|
|
9623
9594
|
images?: Array<{
|
|
@@ -9698,7 +9669,6 @@ export declare type GetSellersQueryQuery = {
|
|
|
9698
9669
|
description: string;
|
|
9699
9670
|
legalTradingName: string;
|
|
9700
9671
|
type: SellerMetadataType;
|
|
9701
|
-
kind: string;
|
|
9702
9672
|
website: string;
|
|
9703
9673
|
contactPreference: string;
|
|
9704
9674
|
images?: Array<{
|
|
@@ -9822,7 +9792,6 @@ export declare type GetSellersQueryQuery = {
|
|
|
9822
9792
|
description: string;
|
|
9823
9793
|
legalTradingName: string;
|
|
9824
9794
|
type: SellerMetadataType;
|
|
9825
|
-
kind: string;
|
|
9826
9795
|
website: string;
|
|
9827
9796
|
contactPreference: string;
|
|
9828
9797
|
images?: Array<{
|
|
@@ -9963,7 +9932,6 @@ export declare type GetSellersQueryQuery = {
|
|
|
9963
9932
|
description: string;
|
|
9964
9933
|
legalTradingName: string;
|
|
9965
9934
|
type: SellerMetadataType;
|
|
9966
|
-
kind: string;
|
|
9967
9935
|
website: string;
|
|
9968
9936
|
contactPreference: string;
|
|
9969
9937
|
images?: Array<{
|
|
@@ -10089,7 +10057,6 @@ export declare type GetBuyerByIdQueryQuery = {
|
|
|
10089
10057
|
description: string;
|
|
10090
10058
|
legalTradingName: string;
|
|
10091
10059
|
type: SellerMetadataType;
|
|
10092
|
-
kind: string;
|
|
10093
10060
|
website: string;
|
|
10094
10061
|
contactPreference: string;
|
|
10095
10062
|
images?: Array<{
|
|
@@ -10333,7 +10300,6 @@ export declare type GetBuyersQueryQuery = {
|
|
|
10333
10300
|
description: string;
|
|
10334
10301
|
legalTradingName: string;
|
|
10335
10302
|
type: SellerMetadataType;
|
|
10336
|
-
kind: string;
|
|
10337
10303
|
website: string;
|
|
10338
10304
|
contactPreference: string;
|
|
10339
10305
|
images?: Array<{
|
|
@@ -10560,7 +10526,6 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
10560
10526
|
description: string;
|
|
10561
10527
|
legalTradingName: string;
|
|
10562
10528
|
type: SellerMetadataType;
|
|
10563
|
-
kind: string;
|
|
10564
10529
|
website: string;
|
|
10565
10530
|
contactPreference: string;
|
|
10566
10531
|
images?: Array<{
|
|
@@ -10800,7 +10765,6 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
10800
10765
|
description: string;
|
|
10801
10766
|
legalTradingName: string;
|
|
10802
10767
|
type: SellerMetadataType;
|
|
10803
|
-
kind: string;
|
|
10804
10768
|
website: string;
|
|
10805
10769
|
contactPreference: string;
|
|
10806
10770
|
images?: Array<{
|
|
@@ -10881,7 +10845,6 @@ export declare type GetDisputeResolverByIdQueryQuery = {
|
|
|
10881
10845
|
description: string;
|
|
10882
10846
|
legalTradingName: string;
|
|
10883
10847
|
type: SellerMetadataType;
|
|
10884
|
-
kind: string;
|
|
10885
10848
|
website: string;
|
|
10886
10849
|
contactPreference: string;
|
|
10887
10850
|
images?: Array<{
|
|
@@ -11167,7 +11130,6 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
11167
11130
|
description: string;
|
|
11168
11131
|
legalTradingName: string;
|
|
11169
11132
|
type: SellerMetadataType;
|
|
11170
|
-
kind: string;
|
|
11171
11133
|
website: string;
|
|
11172
11134
|
contactPreference: string;
|
|
11173
11135
|
images?: Array<{
|
|
@@ -11407,7 +11369,6 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
11407
11369
|
description: string;
|
|
11408
11370
|
legalTradingName: string;
|
|
11409
11371
|
type: SellerMetadataType;
|
|
11410
|
-
kind: string;
|
|
11411
11372
|
website: string;
|
|
11412
11373
|
contactPreference: string;
|
|
11413
11374
|
images?: Array<{
|
|
@@ -11488,7 +11449,6 @@ export declare type GetDisputeResolversQueryQuery = {
|
|
|
11488
11449
|
description: string;
|
|
11489
11450
|
legalTradingName: string;
|
|
11490
11451
|
type: SellerMetadataType;
|
|
11491
|
-
kind: string;
|
|
11492
11452
|
website: string;
|
|
11493
11453
|
contactPreference: string;
|
|
11494
11454
|
images?: Array<{
|
|
@@ -11772,7 +11732,6 @@ export declare type SellerFieldsFragment = {
|
|
|
11772
11732
|
description: string;
|
|
11773
11733
|
legalTradingName: string;
|
|
11774
11734
|
type: SellerMetadataType;
|
|
11775
|
-
kind: string;
|
|
11776
11735
|
website: string;
|
|
11777
11736
|
contactPreference: string;
|
|
11778
11737
|
images?: Array<{
|
|
@@ -12012,7 +11971,6 @@ export declare type SellerFieldsFragment = {
|
|
|
12012
11971
|
description: string;
|
|
12013
11972
|
legalTradingName: string;
|
|
12014
11973
|
type: SellerMetadataType;
|
|
12015
|
-
kind: string;
|
|
12016
11974
|
website: string;
|
|
12017
11975
|
contactPreference: string;
|
|
12018
11976
|
images?: Array<{
|
|
@@ -12093,7 +12051,6 @@ export declare type SellerFieldsFragment = {
|
|
|
12093
12051
|
description: string;
|
|
12094
12052
|
legalTradingName: string;
|
|
12095
12053
|
type: SellerMetadataType;
|
|
12096
|
-
kind: string;
|
|
12097
12054
|
website: string;
|
|
12098
12055
|
contactPreference: string;
|
|
12099
12056
|
images?: Array<{
|
|
@@ -12217,7 +12174,6 @@ export declare type SellerFieldsFragment = {
|
|
|
12217
12174
|
description: string;
|
|
12218
12175
|
legalTradingName: string;
|
|
12219
12176
|
type: SellerMetadataType;
|
|
12220
|
-
kind: string;
|
|
12221
12177
|
website: string;
|
|
12222
12178
|
contactPreference: string;
|
|
12223
12179
|
images?: Array<{
|
|
@@ -12358,7 +12314,6 @@ export declare type SellerFieldsFragment = {
|
|
|
12358
12314
|
description: string;
|
|
12359
12315
|
legalTradingName: string;
|
|
12360
12316
|
type: SellerMetadataType;
|
|
12361
|
-
kind: string;
|
|
12362
12317
|
website: string;
|
|
12363
12318
|
contactPreference: string;
|
|
12364
12319
|
images?: Array<{
|
|
@@ -12427,7 +12382,6 @@ export declare type BaseSellerFieldsFragment = {
|
|
|
12427
12382
|
description: string;
|
|
12428
12383
|
legalTradingName: string;
|
|
12429
12384
|
type: SellerMetadataType;
|
|
12430
|
-
kind: string;
|
|
12431
12385
|
website: string;
|
|
12432
12386
|
contactPreference: string;
|
|
12433
12387
|
images?: Array<{
|
|
@@ -12537,7 +12491,6 @@ export declare type BuyerFieldsFragment = {
|
|
|
12537
12491
|
description: string;
|
|
12538
12492
|
legalTradingName: string;
|
|
12539
12493
|
type: SellerMetadataType;
|
|
12540
|
-
kind: string;
|
|
12541
12494
|
website: string;
|
|
12542
12495
|
contactPreference: string;
|
|
12543
12496
|
images?: Array<{
|
|
@@ -12752,7 +12705,6 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
12752
12705
|
description: string;
|
|
12753
12706
|
legalTradingName: string;
|
|
12754
12707
|
type: SellerMetadataType;
|
|
12755
|
-
kind: string;
|
|
12756
12708
|
website: string;
|
|
12757
12709
|
contactPreference: string;
|
|
12758
12710
|
images?: Array<{
|
|
@@ -12992,7 +12944,6 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
12992
12944
|
description: string;
|
|
12993
12945
|
legalTradingName: string;
|
|
12994
12946
|
type: SellerMetadataType;
|
|
12995
|
-
kind: string;
|
|
12996
12947
|
website: string;
|
|
12997
12948
|
contactPreference: string;
|
|
12998
12949
|
images?: Array<{
|
|
@@ -13073,7 +13024,6 @@ export declare type DisputeResolverFieldsFragment = {
|
|
|
13073
13024
|
description: string;
|
|
13074
13025
|
legalTradingName: string;
|
|
13075
13026
|
type: SellerMetadataType;
|
|
13076
|
-
kind: string;
|
|
13077
13027
|
website: string;
|
|
13078
13028
|
contactPreference: string;
|
|
13079
13029
|
images?: Array<{
|
|
@@ -13400,7 +13350,6 @@ export declare type GetDisputeByIdQueryQuery = {
|
|
|
13400
13350
|
description: string;
|
|
13401
13351
|
legalTradingName: string;
|
|
13402
13352
|
type: SellerMetadataType;
|
|
13403
|
-
kind: string;
|
|
13404
13353
|
website: string;
|
|
13405
13354
|
contactPreference: string;
|
|
13406
13355
|
images?: Array<{
|
|
@@ -13449,7 +13398,6 @@ export declare type GetDisputeByIdQueryQuery = {
|
|
|
13449
13398
|
description: string;
|
|
13450
13399
|
legalTradingName: string;
|
|
13451
13400
|
type: SellerMetadataType;
|
|
13452
|
-
kind: string;
|
|
13453
13401
|
website: string;
|
|
13454
13402
|
contactPreference: string;
|
|
13455
13403
|
images?: Array<{
|
|
@@ -13563,7 +13511,6 @@ export declare type GetDisputesQueryQuery = {
|
|
|
13563
13511
|
description: string;
|
|
13564
13512
|
legalTradingName: string;
|
|
13565
13513
|
type: SellerMetadataType;
|
|
13566
|
-
kind: string;
|
|
13567
13514
|
website: string;
|
|
13568
13515
|
contactPreference: string;
|
|
13569
13516
|
images?: Array<{
|
|
@@ -13612,7 +13559,6 @@ export declare type GetDisputesQueryQuery = {
|
|
|
13612
13559
|
description: string;
|
|
13613
13560
|
legalTradingName: string;
|
|
13614
13561
|
type: SellerMetadataType;
|
|
13615
|
-
kind: string;
|
|
13616
13562
|
website: string;
|
|
13617
13563
|
contactPreference: string;
|
|
13618
13564
|
images?: Array<{
|
|
@@ -13717,7 +13663,6 @@ export declare type DisputeFieldsFragment = {
|
|
|
13717
13663
|
description: string;
|
|
13718
13664
|
legalTradingName: string;
|
|
13719
13665
|
type: SellerMetadataType;
|
|
13720
|
-
kind: string;
|
|
13721
13666
|
website: string;
|
|
13722
13667
|
contactPreference: string;
|
|
13723
13668
|
images?: Array<{
|
|
@@ -13766,7 +13711,6 @@ export declare type DisputeFieldsFragment = {
|
|
|
13766
13711
|
description: string;
|
|
13767
13712
|
legalTradingName: string;
|
|
13768
13713
|
type: SellerMetadataType;
|
|
13769
|
-
kind: string;
|
|
13770
13714
|
website: string;
|
|
13771
13715
|
contactPreference: string;
|
|
13772
13716
|
images?: Array<{
|
|
@@ -13901,7 +13845,6 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
13901
13845
|
description: string;
|
|
13902
13846
|
legalTradingName: string;
|
|
13903
13847
|
type: SellerMetadataType;
|
|
13904
|
-
kind: string;
|
|
13905
13848
|
website: string;
|
|
13906
13849
|
contactPreference: string;
|
|
13907
13850
|
images?: Array<{
|
|
@@ -14141,7 +14084,6 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
14141
14084
|
description: string;
|
|
14142
14085
|
legalTradingName: string;
|
|
14143
14086
|
type: SellerMetadataType;
|
|
14144
|
-
kind: string;
|
|
14145
14087
|
website: string;
|
|
14146
14088
|
contactPreference: string;
|
|
14147
14089
|
images?: Array<{
|
|
@@ -14222,7 +14164,6 @@ export declare type GetExchangeTokenByIdQueryQuery = {
|
|
|
14222
14164
|
description: string;
|
|
14223
14165
|
legalTradingName: string;
|
|
14224
14166
|
type: SellerMetadataType;
|
|
14225
|
-
kind: string;
|
|
14226
14167
|
website: string;
|
|
14227
14168
|
contactPreference: string;
|
|
14228
14169
|
images?: Array<{
|
|
@@ -14383,7 +14324,6 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
14383
14324
|
description: string;
|
|
14384
14325
|
legalTradingName: string;
|
|
14385
14326
|
type: SellerMetadataType;
|
|
14386
|
-
kind: string;
|
|
14387
14327
|
website: string;
|
|
14388
14328
|
contactPreference: string;
|
|
14389
14329
|
images?: Array<{
|
|
@@ -14623,7 +14563,6 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
14623
14563
|
description: string;
|
|
14624
14564
|
legalTradingName: string;
|
|
14625
14565
|
type: SellerMetadataType;
|
|
14626
|
-
kind: string;
|
|
14627
14566
|
website: string;
|
|
14628
14567
|
contactPreference: string;
|
|
14629
14568
|
images?: Array<{
|
|
@@ -14704,7 +14643,6 @@ export declare type GetExchangeTokensQueryQuery = {
|
|
|
14704
14643
|
description: string;
|
|
14705
14644
|
legalTradingName: string;
|
|
14706
14645
|
type: SellerMetadataType;
|
|
14707
|
-
kind: string;
|
|
14708
14646
|
website: string;
|
|
14709
14647
|
contactPreference: string;
|
|
14710
14648
|
images?: Array<{
|
|
@@ -14844,7 +14782,6 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
14844
14782
|
description: string;
|
|
14845
14783
|
legalTradingName: string;
|
|
14846
14784
|
type: SellerMetadataType;
|
|
14847
|
-
kind: string;
|
|
14848
14785
|
website: string;
|
|
14849
14786
|
contactPreference: string;
|
|
14850
14787
|
images?: Array<{
|
|
@@ -15084,7 +15021,6 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
15084
15021
|
description: string;
|
|
15085
15022
|
legalTradingName: string;
|
|
15086
15023
|
type: SellerMetadataType;
|
|
15087
|
-
kind: string;
|
|
15088
15024
|
website: string;
|
|
15089
15025
|
contactPreference: string;
|
|
15090
15026
|
images?: Array<{
|
|
@@ -15165,7 +15101,6 @@ export declare type ExchangeTokenFieldsFragment = {
|
|
|
15165
15101
|
description: string;
|
|
15166
15102
|
legalTradingName: string;
|
|
15167
15103
|
type: SellerMetadataType;
|
|
15168
|
-
kind: string;
|
|
15169
15104
|
website: string;
|
|
15170
15105
|
contactPreference: string;
|
|
15171
15106
|
images?: Array<{
|
|
@@ -15551,7 +15486,6 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
15551
15486
|
description: string;
|
|
15552
15487
|
legalTradingName: string;
|
|
15553
15488
|
type: SellerMetadataType;
|
|
15554
|
-
kind: string;
|
|
15555
15489
|
website: string;
|
|
15556
15490
|
contactPreference: string;
|
|
15557
15491
|
images?: Array<{
|
|
@@ -15791,7 +15725,6 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
15791
15725
|
description: string;
|
|
15792
15726
|
legalTradingName: string;
|
|
15793
15727
|
type: SellerMetadataType;
|
|
15794
|
-
kind: string;
|
|
15795
15728
|
website: string;
|
|
15796
15729
|
contactPreference: string;
|
|
15797
15730
|
images?: Array<{
|
|
@@ -15872,7 +15805,6 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
15872
15805
|
description: string;
|
|
15873
15806
|
legalTradingName: string;
|
|
15874
15807
|
type: SellerMetadataType;
|
|
15875
|
-
kind: string;
|
|
15876
15808
|
website: string;
|
|
15877
15809
|
contactPreference: string;
|
|
15878
15810
|
images?: Array<{
|
|
@@ -15982,7 +15914,6 @@ export declare type GetExchangeByIdQueryQuery = {
|
|
|
15982
15914
|
description: string;
|
|
15983
15915
|
legalTradingName: string;
|
|
15984
15916
|
type: SellerMetadataType;
|
|
15985
|
-
kind: string;
|
|
15986
15917
|
website: string;
|
|
15987
15918
|
contactPreference: string;
|
|
15988
15919
|
images?: Array<{
|
|
@@ -16091,7 +16022,6 @@ export declare type GetExchangesQueryQuery = {
|
|
|
16091
16022
|
description: string;
|
|
16092
16023
|
legalTradingName: string;
|
|
16093
16024
|
type: SellerMetadataType;
|
|
16094
|
-
kind: string;
|
|
16095
16025
|
website: string;
|
|
16096
16026
|
contactPreference: string;
|
|
16097
16027
|
images?: Array<{
|
|
@@ -16331,7 +16261,6 @@ export declare type GetExchangesQueryQuery = {
|
|
|
16331
16261
|
description: string;
|
|
16332
16262
|
legalTradingName: string;
|
|
16333
16263
|
type: SellerMetadataType;
|
|
16334
|
-
kind: string;
|
|
16335
16264
|
website: string;
|
|
16336
16265
|
contactPreference: string;
|
|
16337
16266
|
images?: Array<{
|
|
@@ -16412,7 +16341,6 @@ export declare type GetExchangesQueryQuery = {
|
|
|
16412
16341
|
description: string;
|
|
16413
16342
|
legalTradingName: string;
|
|
16414
16343
|
type: SellerMetadataType;
|
|
16415
|
-
kind: string;
|
|
16416
16344
|
website: string;
|
|
16417
16345
|
contactPreference: string;
|
|
16418
16346
|
images?: Array<{
|
|
@@ -16522,7 +16450,6 @@ export declare type GetExchangesQueryQuery = {
|
|
|
16522
16450
|
description: string;
|
|
16523
16451
|
legalTradingName: string;
|
|
16524
16452
|
type: SellerMetadataType;
|
|
16525
|
-
kind: string;
|
|
16526
16453
|
website: string;
|
|
16527
16454
|
contactPreference: string;
|
|
16528
16455
|
images?: Array<{
|
|
@@ -16622,7 +16549,6 @@ export declare type ExchangeFieldsFragment = {
|
|
|
16622
16549
|
description: string;
|
|
16623
16550
|
legalTradingName: string;
|
|
16624
16551
|
type: SellerMetadataType;
|
|
16625
|
-
kind: string;
|
|
16626
16552
|
website: string;
|
|
16627
16553
|
contactPreference: string;
|
|
16628
16554
|
images?: Array<{
|
|
@@ -16862,7 +16788,6 @@ export declare type ExchangeFieldsFragment = {
|
|
|
16862
16788
|
description: string;
|
|
16863
16789
|
legalTradingName: string;
|
|
16864
16790
|
type: SellerMetadataType;
|
|
16865
|
-
kind: string;
|
|
16866
16791
|
website: string;
|
|
16867
16792
|
contactPreference: string;
|
|
16868
16793
|
images?: Array<{
|
|
@@ -16943,7 +16868,6 @@ export declare type ExchangeFieldsFragment = {
|
|
|
16943
16868
|
description: string;
|
|
16944
16869
|
legalTradingName: string;
|
|
16945
16870
|
type: SellerMetadataType;
|
|
16946
|
-
kind: string;
|
|
16947
16871
|
website: string;
|
|
16948
16872
|
contactPreference: string;
|
|
16949
16873
|
images?: Array<{
|
|
@@ -17053,7 +16977,6 @@ export declare type ExchangeFieldsFragment = {
|
|
|
17053
16977
|
description: string;
|
|
17054
16978
|
legalTradingName: string;
|
|
17055
16979
|
type: SellerMetadataType;
|
|
17056
|
-
kind: string;
|
|
17057
16980
|
website: string;
|
|
17058
16981
|
contactPreference: string;
|
|
17059
16982
|
images?: Array<{
|
|
@@ -17137,7 +17060,6 @@ export declare type BaseExchangeFieldsFragment = {
|
|
|
17137
17060
|
description: string;
|
|
17138
17061
|
legalTradingName: string;
|
|
17139
17062
|
type: SellerMetadataType;
|
|
17140
|
-
kind: string;
|
|
17141
17063
|
website: string;
|
|
17142
17064
|
contactPreference: string;
|
|
17143
17065
|
images?: Array<{
|
|
@@ -17338,7 +17260,6 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17338
17260
|
description: string;
|
|
17339
17261
|
legalTradingName: string;
|
|
17340
17262
|
type: SellerMetadataType;
|
|
17341
|
-
kind: string;
|
|
17342
17263
|
website: string;
|
|
17343
17264
|
contactPreference: string;
|
|
17344
17265
|
images?: Array<{
|
|
@@ -17578,7 +17499,6 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17578
17499
|
description: string;
|
|
17579
17500
|
legalTradingName: string;
|
|
17580
17501
|
type: SellerMetadataType;
|
|
17581
|
-
kind: string;
|
|
17582
17502
|
website: string;
|
|
17583
17503
|
contactPreference: string;
|
|
17584
17504
|
images?: Array<{
|
|
@@ -17659,7 +17579,6 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17659
17579
|
description: string;
|
|
17660
17580
|
legalTradingName: string;
|
|
17661
17581
|
type: SellerMetadataType;
|
|
17662
|
-
kind: string;
|
|
17663
17582
|
website: string;
|
|
17664
17583
|
contactPreference: string;
|
|
17665
17584
|
images?: Array<{
|
|
@@ -17748,7 +17667,6 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17748
17667
|
description: string;
|
|
17749
17668
|
legalTradingName: string;
|
|
17750
17669
|
type: SellerMetadataType;
|
|
17751
|
-
kind: string;
|
|
17752
17670
|
website: string;
|
|
17753
17671
|
contactPreference: string;
|
|
17754
17672
|
images?: Array<{
|
|
@@ -17883,7 +17801,6 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
17883
17801
|
description: string;
|
|
17884
17802
|
legalTradingName: string;
|
|
17885
17803
|
type: SellerMetadataType;
|
|
17886
|
-
kind: string;
|
|
17887
17804
|
website: string;
|
|
17888
17805
|
contactPreference: string;
|
|
17889
17806
|
images?: Array<{
|
|
@@ -18123,7 +18040,6 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
18123
18040
|
description: string;
|
|
18124
18041
|
legalTradingName: string;
|
|
18125
18042
|
type: SellerMetadataType;
|
|
18126
|
-
kind: string;
|
|
18127
18043
|
website: string;
|
|
18128
18044
|
contactPreference: string;
|
|
18129
18045
|
images?: Array<{
|
|
@@ -18204,7 +18120,6 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
18204
18120
|
description: string;
|
|
18205
18121
|
legalTradingName: string;
|
|
18206
18122
|
type: SellerMetadataType;
|
|
18207
|
-
kind: string;
|
|
18208
18123
|
website: string;
|
|
18209
18124
|
contactPreference: string;
|
|
18210
18125
|
images?: Array<{
|
|
@@ -18293,7 +18208,6 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
18293
18208
|
description: string;
|
|
18294
18209
|
legalTradingName: string;
|
|
18295
18210
|
type: SellerMetadataType;
|
|
18296
|
-
kind: string;
|
|
18297
18211
|
website: string;
|
|
18298
18212
|
contactPreference: string;
|
|
18299
18213
|
images?: Array<{
|
|
@@ -18419,7 +18333,6 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
18419
18333
|
description: string;
|
|
18420
18334
|
legalTradingName: string;
|
|
18421
18335
|
type: SellerMetadataType;
|
|
18422
|
-
kind: string;
|
|
18423
18336
|
website: string;
|
|
18424
18337
|
contactPreference: string;
|
|
18425
18338
|
images?: Array<{
|
|
@@ -18659,7 +18572,6 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
18659
18572
|
description: string;
|
|
18660
18573
|
legalTradingName: string;
|
|
18661
18574
|
type: SellerMetadataType;
|
|
18662
|
-
kind: string;
|
|
18663
18575
|
website: string;
|
|
18664
18576
|
contactPreference: string;
|
|
18665
18577
|
images?: Array<{
|
|
@@ -18740,7 +18652,6 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
18740
18652
|
description: string;
|
|
18741
18653
|
legalTradingName: string;
|
|
18742
18654
|
type: SellerMetadataType;
|
|
18743
|
-
kind: string;
|
|
18744
18655
|
website: string;
|
|
18745
18656
|
contactPreference: string;
|
|
18746
18657
|
images?: Array<{
|
|
@@ -18829,7 +18740,6 @@ export declare type BaseMetadataEntityFieldsFragment = {
|
|
|
18829
18740
|
description: string;
|
|
18830
18741
|
legalTradingName: string;
|
|
18831
18742
|
type: SellerMetadataType;
|
|
18832
|
-
kind: string;
|
|
18833
18743
|
website: string;
|
|
18834
18744
|
contactPreference: string;
|
|
18835
18745
|
images?: Array<{
|
|
@@ -18954,7 +18864,6 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
18954
18864
|
description: string;
|
|
18955
18865
|
legalTradingName: string;
|
|
18956
18866
|
type: SellerMetadataType;
|
|
18957
|
-
kind: string;
|
|
18958
18867
|
website: string;
|
|
18959
18868
|
contactPreference: string;
|
|
18960
18869
|
images?: Array<{
|
|
@@ -19194,7 +19103,6 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
19194
19103
|
description: string;
|
|
19195
19104
|
legalTradingName: string;
|
|
19196
19105
|
type: SellerMetadataType;
|
|
19197
|
-
kind: string;
|
|
19198
19106
|
website: string;
|
|
19199
19107
|
contactPreference: string;
|
|
19200
19108
|
images?: Array<{
|
|
@@ -19275,7 +19183,6 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
19275
19183
|
description: string;
|
|
19276
19184
|
legalTradingName: string;
|
|
19277
19185
|
type: SellerMetadataType;
|
|
19278
|
-
kind: string;
|
|
19279
19186
|
website: string;
|
|
19280
19187
|
contactPreference: string;
|
|
19281
19188
|
images?: Array<{
|
|
@@ -19364,7 +19271,6 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
19364
19271
|
description: string;
|
|
19365
19272
|
legalTradingName: string;
|
|
19366
19273
|
type: SellerMetadataType;
|
|
19367
|
-
kind: string;
|
|
19368
19274
|
website: string;
|
|
19369
19275
|
contactPreference: string;
|
|
19370
19276
|
images?: Array<{
|
|
@@ -19553,7 +19459,6 @@ export declare type GetProductV1ProductsQueryQuery = {
|
|
|
19553
19459
|
description: string;
|
|
19554
19460
|
legalTradingName: string;
|
|
19555
19461
|
type: SellerMetadataType;
|
|
19556
|
-
kind: string;
|
|
19557
19462
|
website: string;
|
|
19558
19463
|
contactPreference: string;
|
|
19559
19464
|
images?: Array<{
|
|
@@ -19711,7 +19616,6 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
19711
19616
|
description: string;
|
|
19712
19617
|
legalTradingName: string;
|
|
19713
19618
|
type: SellerMetadataType;
|
|
19714
|
-
kind: string;
|
|
19715
19619
|
website: string;
|
|
19716
19620
|
contactPreference: string;
|
|
19717
19621
|
images?: Array<{
|
|
@@ -19770,7 +19674,6 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
19770
19674
|
description: string;
|
|
19771
19675
|
legalTradingName: string;
|
|
19772
19676
|
type: SellerMetadataType;
|
|
19773
|
-
kind: string;
|
|
19774
19677
|
website: string;
|
|
19775
19678
|
contactPreference: string;
|
|
19776
19679
|
images?: Array<{
|
|
@@ -20010,7 +19913,6 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20010
19913
|
description: string;
|
|
20011
19914
|
legalTradingName: string;
|
|
20012
19915
|
type: SellerMetadataType;
|
|
20013
|
-
kind: string;
|
|
20014
19916
|
website: string;
|
|
20015
19917
|
contactPreference: string;
|
|
20016
19918
|
images?: Array<{
|
|
@@ -20091,7 +19993,6 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20091
19993
|
description: string;
|
|
20092
19994
|
legalTradingName: string;
|
|
20093
19995
|
type: SellerMetadataType;
|
|
20094
|
-
kind: string;
|
|
20095
19996
|
website: string;
|
|
20096
19997
|
contactPreference: string;
|
|
20097
19998
|
images?: Array<{
|
|
@@ -20265,7 +20166,6 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20265
20166
|
description: string;
|
|
20266
20167
|
legalTradingName: string;
|
|
20267
20168
|
type: SellerMetadataType;
|
|
20268
|
-
kind: string;
|
|
20269
20169
|
website: string;
|
|
20270
20170
|
contactPreference: string;
|
|
20271
20171
|
images?: Array<{
|
|
@@ -20423,7 +20323,6 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20423
20323
|
description: string;
|
|
20424
20324
|
legalTradingName: string;
|
|
20425
20325
|
type: SellerMetadataType;
|
|
20426
|
-
kind: string;
|
|
20427
20326
|
website: string;
|
|
20428
20327
|
contactPreference: string;
|
|
20429
20328
|
images?: Array<{
|
|
@@ -20482,7 +20381,6 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20482
20381
|
description: string;
|
|
20483
20382
|
legalTradingName: string;
|
|
20484
20383
|
type: SellerMetadataType;
|
|
20485
|
-
kind: string;
|
|
20486
20384
|
website: string;
|
|
20487
20385
|
contactPreference: string;
|
|
20488
20386
|
images?: Array<{
|
|
@@ -20722,7 +20620,6 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20722
20620
|
description: string;
|
|
20723
20621
|
legalTradingName: string;
|
|
20724
20622
|
type: SellerMetadataType;
|
|
20725
|
-
kind: string;
|
|
20726
20623
|
website: string;
|
|
20727
20624
|
contactPreference: string;
|
|
20728
20625
|
images?: Array<{
|
|
@@ -20803,7 +20700,6 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20803
20700
|
description: string;
|
|
20804
20701
|
legalTradingName: string;
|
|
20805
20702
|
type: SellerMetadataType;
|
|
20806
|
-
kind: string;
|
|
20807
20703
|
website: string;
|
|
20808
20704
|
contactPreference: string;
|
|
20809
20705
|
images?: Array<{
|
|
@@ -20977,7 +20873,6 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20977
20873
|
description: string;
|
|
20978
20874
|
legalTradingName: string;
|
|
20979
20875
|
type: SellerMetadataType;
|
|
20980
|
-
kind: string;
|
|
20981
20876
|
website: string;
|
|
20982
20877
|
contactPreference: string;
|
|
20983
20878
|
images?: Array<{
|
|
@@ -21147,7 +21042,6 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21147
21042
|
description: string;
|
|
21148
21043
|
legalTradingName: string;
|
|
21149
21044
|
type: SellerMetadataType;
|
|
21150
|
-
kind: string;
|
|
21151
21045
|
website: string;
|
|
21152
21046
|
contactPreference: string;
|
|
21153
21047
|
images?: Array<{
|
|
@@ -21206,7 +21100,6 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21206
21100
|
description: string;
|
|
21207
21101
|
legalTradingName: string;
|
|
21208
21102
|
type: SellerMetadataType;
|
|
21209
|
-
kind: string;
|
|
21210
21103
|
website: string;
|
|
21211
21104
|
contactPreference: string;
|
|
21212
21105
|
images?: Array<{
|
|
@@ -21446,7 +21339,6 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21446
21339
|
description: string;
|
|
21447
21340
|
legalTradingName: string;
|
|
21448
21341
|
type: SellerMetadataType;
|
|
21449
|
-
kind: string;
|
|
21450
21342
|
website: string;
|
|
21451
21343
|
contactPreference: string;
|
|
21452
21344
|
images?: Array<{
|
|
@@ -21527,7 +21419,6 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21527
21419
|
description: string;
|
|
21528
21420
|
legalTradingName: string;
|
|
21529
21421
|
type: SellerMetadataType;
|
|
21530
|
-
kind: string;
|
|
21531
21422
|
website: string;
|
|
21532
21423
|
contactPreference: string;
|
|
21533
21424
|
images?: Array<{
|
|
@@ -21616,7 +21507,6 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21616
21507
|
description: string;
|
|
21617
21508
|
legalTradingName: string;
|
|
21618
21509
|
type: SellerMetadataType;
|
|
21619
|
-
kind: string;
|
|
21620
21510
|
website: string;
|
|
21621
21511
|
contactPreference: string;
|
|
21622
21512
|
images?: Array<{
|
|
@@ -21780,7 +21670,6 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21780
21670
|
description: string;
|
|
21781
21671
|
legalTradingName: string;
|
|
21782
21672
|
type: SellerMetadataType;
|
|
21783
|
-
kind: string;
|
|
21784
21673
|
website: string;
|
|
21785
21674
|
contactPreference: string;
|
|
21786
21675
|
images?: Array<{
|
|
@@ -21861,7 +21750,6 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21861
21750
|
description: string;
|
|
21862
21751
|
legalTradingName: string;
|
|
21863
21752
|
type: SellerMetadataType;
|
|
21864
|
-
kind: string;
|
|
21865
21753
|
website: string;
|
|
21866
21754
|
contactPreference: string;
|
|
21867
21755
|
images?: Array<{
|
|
@@ -22025,7 +21913,6 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22025
21913
|
description: string;
|
|
22026
21914
|
legalTradingName: string;
|
|
22027
21915
|
type: SellerMetadataType;
|
|
22028
|
-
kind: string;
|
|
22029
21916
|
website: string;
|
|
22030
21917
|
contactPreference: string;
|
|
22031
21918
|
images?: Array<{
|
|
@@ -22084,7 +21971,6 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22084
21971
|
description: string;
|
|
22085
21972
|
legalTradingName: string;
|
|
22086
21973
|
type: SellerMetadataType;
|
|
22087
|
-
kind: string;
|
|
22088
21974
|
website: string;
|
|
22089
21975
|
contactPreference: string;
|
|
22090
21976
|
images?: Array<{
|
|
@@ -22324,7 +22210,6 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22324
22210
|
description: string;
|
|
22325
22211
|
legalTradingName: string;
|
|
22326
22212
|
type: SellerMetadataType;
|
|
22327
|
-
kind: string;
|
|
22328
22213
|
website: string;
|
|
22329
22214
|
contactPreference: string;
|
|
22330
22215
|
images?: Array<{
|
|
@@ -22405,7 +22290,6 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22405
22290
|
description: string;
|
|
22406
22291
|
legalTradingName: string;
|
|
22407
22292
|
type: SellerMetadataType;
|
|
22408
|
-
kind: string;
|
|
22409
22293
|
website: string;
|
|
22410
22294
|
contactPreference: string;
|
|
22411
22295
|
images?: Array<{
|
|
@@ -22494,7 +22378,6 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22494
22378
|
description: string;
|
|
22495
22379
|
legalTradingName: string;
|
|
22496
22380
|
type: SellerMetadataType;
|
|
22497
|
-
kind: string;
|
|
22498
22381
|
website: string;
|
|
22499
22382
|
contactPreference: string;
|
|
22500
22383
|
images?: Array<{
|
|
@@ -22658,7 +22541,6 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22658
22541
|
description: string;
|
|
22659
22542
|
legalTradingName: string;
|
|
22660
22543
|
type: SellerMetadataType;
|
|
22661
|
-
kind: string;
|
|
22662
22544
|
website: string;
|
|
22663
22545
|
contactPreference: string;
|
|
22664
22546
|
images?: Array<{
|
|
@@ -22739,7 +22621,6 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22739
22621
|
description: string;
|
|
22740
22622
|
legalTradingName: string;
|
|
22741
22623
|
type: SellerMetadataType;
|
|
22742
|
-
kind: string;
|
|
22743
22624
|
website: string;
|
|
22744
22625
|
contactPreference: string;
|
|
22745
22626
|
images?: Array<{
|
|
@@ -22894,7 +22775,6 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
22894
22775
|
description: string;
|
|
22895
22776
|
legalTradingName: string;
|
|
22896
22777
|
type: SellerMetadataType;
|
|
22897
|
-
kind: string;
|
|
22898
22778
|
website: string;
|
|
22899
22779
|
contactPreference: string;
|
|
22900
22780
|
images?: Array<{
|
|
@@ -22953,7 +22833,6 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
22953
22833
|
description: string;
|
|
22954
22834
|
legalTradingName: string;
|
|
22955
22835
|
type: SellerMetadataType;
|
|
22956
|
-
kind: string;
|
|
22957
22836
|
website: string;
|
|
22958
22837
|
contactPreference: string;
|
|
22959
22838
|
images?: Array<{
|
|
@@ -23193,7 +23072,6 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23193
23072
|
description: string;
|
|
23194
23073
|
legalTradingName: string;
|
|
23195
23074
|
type: SellerMetadataType;
|
|
23196
|
-
kind: string;
|
|
23197
23075
|
website: string;
|
|
23198
23076
|
contactPreference: string;
|
|
23199
23077
|
images?: Array<{
|
|
@@ -23274,7 +23152,6 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23274
23152
|
description: string;
|
|
23275
23153
|
legalTradingName: string;
|
|
23276
23154
|
type: SellerMetadataType;
|
|
23277
|
-
kind: string;
|
|
23278
23155
|
website: string;
|
|
23279
23156
|
contactPreference: string;
|
|
23280
23157
|
images?: Array<{
|
|
@@ -23363,7 +23240,6 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23363
23240
|
description: string;
|
|
23364
23241
|
legalTradingName: string;
|
|
23365
23242
|
type: SellerMetadataType;
|
|
23366
|
-
kind: string;
|
|
23367
23243
|
website: string;
|
|
23368
23244
|
contactPreference: string;
|
|
23369
23245
|
images?: Array<{
|
|
@@ -23527,7 +23403,6 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23527
23403
|
description: string;
|
|
23528
23404
|
legalTradingName: string;
|
|
23529
23405
|
type: SellerMetadataType;
|
|
23530
|
-
kind: string;
|
|
23531
23406
|
website: string;
|
|
23532
23407
|
contactPreference: string;
|
|
23533
23408
|
images?: Array<{
|
|
@@ -23608,7 +23483,6 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23608
23483
|
description: string;
|
|
23609
23484
|
legalTradingName: string;
|
|
23610
23485
|
type: SellerMetadataType;
|
|
23611
|
-
kind: string;
|
|
23612
23486
|
website: string;
|
|
23613
23487
|
contactPreference: string;
|
|
23614
23488
|
images?: Array<{
|
|
@@ -23762,7 +23636,6 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
23762
23636
|
description: string;
|
|
23763
23637
|
legalTradingName: string;
|
|
23764
23638
|
type: SellerMetadataType;
|
|
23765
|
-
kind: string;
|
|
23766
23639
|
website: string;
|
|
23767
23640
|
contactPreference: string;
|
|
23768
23641
|
images?: Array<{
|
|
@@ -23821,7 +23694,6 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
23821
23694
|
description: string;
|
|
23822
23695
|
legalTradingName: string;
|
|
23823
23696
|
type: SellerMetadataType;
|
|
23824
|
-
kind: string;
|
|
23825
23697
|
website: string;
|
|
23826
23698
|
contactPreference: string;
|
|
23827
23699
|
images?: Array<{
|
|
@@ -24061,7 +23933,6 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24061
23933
|
description: string;
|
|
24062
23934
|
legalTradingName: string;
|
|
24063
23935
|
type: SellerMetadataType;
|
|
24064
|
-
kind: string;
|
|
24065
23936
|
website: string;
|
|
24066
23937
|
contactPreference: string;
|
|
24067
23938
|
images?: Array<{
|
|
@@ -24142,7 +24013,6 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24142
24013
|
description: string;
|
|
24143
24014
|
legalTradingName: string;
|
|
24144
24015
|
type: SellerMetadataType;
|
|
24145
|
-
kind: string;
|
|
24146
24016
|
website: string;
|
|
24147
24017
|
contactPreference: string;
|
|
24148
24018
|
images?: Array<{
|
|
@@ -24231,7 +24101,6 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24231
24101
|
description: string;
|
|
24232
24102
|
legalTradingName: string;
|
|
24233
24103
|
type: SellerMetadataType;
|
|
24234
|
-
kind: string;
|
|
24235
24104
|
website: string;
|
|
24236
24105
|
contactPreference: string;
|
|
24237
24106
|
images?: Array<{
|
|
@@ -24395,7 +24264,6 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24395
24264
|
description: string;
|
|
24396
24265
|
legalTradingName: string;
|
|
24397
24266
|
type: SellerMetadataType;
|
|
24398
|
-
kind: string;
|
|
24399
24267
|
website: string;
|
|
24400
24268
|
contactPreference: string;
|
|
24401
24269
|
images?: Array<{
|
|
@@ -24476,7 +24344,6 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24476
24344
|
description: string;
|
|
24477
24345
|
legalTradingName: string;
|
|
24478
24346
|
type: SellerMetadataType;
|
|
24479
|
-
kind: string;
|
|
24480
24347
|
website: string;
|
|
24481
24348
|
contactPreference: string;
|
|
24482
24349
|
images?: Array<{
|
|
@@ -24651,7 +24518,6 @@ export declare type BaseProductV1ProductFieldsFragment = {
|
|
|
24651
24518
|
description: string;
|
|
24652
24519
|
legalTradingName: string;
|
|
24653
24520
|
type: SellerMetadataType;
|
|
24654
|
-
kind: string;
|
|
24655
24521
|
website: string;
|
|
24656
24522
|
contactPreference: string;
|
|
24657
24523
|
images?: Array<{
|
|
@@ -24799,7 +24665,6 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
24799
24665
|
description: string;
|
|
24800
24666
|
legalTradingName: string;
|
|
24801
24667
|
type: SellerMetadataType;
|
|
24802
|
-
kind: string;
|
|
24803
24668
|
website: string;
|
|
24804
24669
|
contactPreference: string;
|
|
24805
24670
|
images?: Array<{
|
|
@@ -24858,7 +24723,6 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
24858
24723
|
description: string;
|
|
24859
24724
|
legalTradingName: string;
|
|
24860
24725
|
type: SellerMetadataType;
|
|
24861
|
-
kind: string;
|
|
24862
24726
|
website: string;
|
|
24863
24727
|
contactPreference: string;
|
|
24864
24728
|
images?: Array<{
|
|
@@ -25098,7 +24962,6 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25098
24962
|
description: string;
|
|
25099
24963
|
legalTradingName: string;
|
|
25100
24964
|
type: SellerMetadataType;
|
|
25101
|
-
kind: string;
|
|
25102
24965
|
website: string;
|
|
25103
24966
|
contactPreference: string;
|
|
25104
24967
|
images?: Array<{
|
|
@@ -25179,7 +25042,6 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25179
25042
|
description: string;
|
|
25180
25043
|
legalTradingName: string;
|
|
25181
25044
|
type: SellerMetadataType;
|
|
25182
|
-
kind: string;
|
|
25183
25045
|
website: string;
|
|
25184
25046
|
contactPreference: string;
|
|
25185
25047
|
images?: Array<{
|
|
@@ -25353,7 +25215,6 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25353
25215
|
description: string;
|
|
25354
25216
|
legalTradingName: string;
|
|
25355
25217
|
type: SellerMetadataType;
|
|
25356
|
-
kind: string;
|
|
25357
25218
|
website: string;
|
|
25358
25219
|
contactPreference: string;
|
|
25359
25220
|
images?: Array<{
|
|
@@ -25501,7 +25362,6 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
25501
25362
|
description: string;
|
|
25502
25363
|
legalTradingName: string;
|
|
25503
25364
|
type: SellerMetadataType;
|
|
25504
|
-
kind: string;
|
|
25505
25365
|
website: string;
|
|
25506
25366
|
contactPreference: string;
|
|
25507
25367
|
images?: Array<{
|
|
@@ -25560,7 +25420,6 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
25560
25420
|
description: string;
|
|
25561
25421
|
legalTradingName: string;
|
|
25562
25422
|
type: SellerMetadataType;
|
|
25563
|
-
kind: string;
|
|
25564
25423
|
website: string;
|
|
25565
25424
|
contactPreference: string;
|
|
25566
25425
|
images?: Array<{
|
|
@@ -25800,7 +25659,6 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
25800
25659
|
description: string;
|
|
25801
25660
|
legalTradingName: string;
|
|
25802
25661
|
type: SellerMetadataType;
|
|
25803
|
-
kind: string;
|
|
25804
25662
|
website: string;
|
|
25805
25663
|
contactPreference: string;
|
|
25806
25664
|
images?: Array<{
|
|
@@ -25881,7 +25739,6 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
25881
25739
|
description: string;
|
|
25882
25740
|
legalTradingName: string;
|
|
25883
25741
|
type: SellerMetadataType;
|
|
25884
|
-
kind: string;
|
|
25885
25742
|
website: string;
|
|
25886
25743
|
contactPreference: string;
|
|
25887
25744
|
images?: Array<{
|
|
@@ -26055,7 +25912,6 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
26055
25912
|
description: string;
|
|
26056
25913
|
legalTradingName: string;
|
|
26057
25914
|
type: SellerMetadataType;
|
|
26058
|
-
kind: string;
|
|
26059
25915
|
website: string;
|
|
26060
25916
|
contactPreference: string;
|
|
26061
25917
|
images?: Array<{
|
|
@@ -26170,7 +26026,6 @@ export declare type BaseProductV1SellerFieldsFragment = {
|
|
|
26170
26026
|
description: string;
|
|
26171
26027
|
legalTradingName: string;
|
|
26172
26028
|
type: SellerMetadataType;
|
|
26173
|
-
kind: string;
|
|
26174
26029
|
website: string;
|
|
26175
26030
|
contactPreference: string;
|
|
26176
26031
|
images?: Array<{
|
|
@@ -26372,7 +26227,6 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
26372
26227
|
description: string;
|
|
26373
26228
|
legalTradingName: string;
|
|
26374
26229
|
type: SellerMetadataType;
|
|
26375
|
-
kind: string;
|
|
26376
26230
|
website: string;
|
|
26377
26231
|
contactPreference: string;
|
|
26378
26232
|
images?: Array<{
|
|
@@ -26431,7 +26285,6 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
26431
26285
|
description: string;
|
|
26432
26286
|
legalTradingName: string;
|
|
26433
26287
|
type: SellerMetadataType;
|
|
26434
|
-
kind: string;
|
|
26435
26288
|
website: string;
|
|
26436
26289
|
contactPreference: string;
|
|
26437
26290
|
images?: Array<{
|
|
@@ -26671,7 +26524,6 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
26671
26524
|
description: string;
|
|
26672
26525
|
legalTradingName: string;
|
|
26673
26526
|
type: SellerMetadataType;
|
|
26674
|
-
kind: string;
|
|
26675
26527
|
website: string;
|
|
26676
26528
|
contactPreference: string;
|
|
26677
26529
|
images?: Array<{
|
|
@@ -26752,7 +26604,6 @@ export declare type GetOfferByIdQueryQuery = {
|
|
|
26752
26604
|
description: string;
|
|
26753
26605
|
legalTradingName: string;
|
|
26754
26606
|
type: SellerMetadataType;
|
|
26755
|
-
kind: string;
|
|
26756
26607
|
website: string;
|
|
26757
26608
|
contactPreference: string;
|
|
26758
26609
|
images?: Array<{
|
|
@@ -26918,7 +26769,6 @@ export declare type GetOffersQueryQuery = {
|
|
|
26918
26769
|
description: string;
|
|
26919
26770
|
legalTradingName: string;
|
|
26920
26771
|
type: SellerMetadataType;
|
|
26921
|
-
kind: string;
|
|
26922
26772
|
website: string;
|
|
26923
26773
|
contactPreference: string;
|
|
26924
26774
|
images?: Array<{
|
|
@@ -26977,7 +26827,6 @@ export declare type GetOffersQueryQuery = {
|
|
|
26977
26827
|
description: string;
|
|
26978
26828
|
legalTradingName: string;
|
|
26979
26829
|
type: SellerMetadataType;
|
|
26980
|
-
kind: string;
|
|
26981
26830
|
website: string;
|
|
26982
26831
|
contactPreference: string;
|
|
26983
26832
|
images?: Array<{
|
|
@@ -27217,7 +27066,6 @@ export declare type GetOffersQueryQuery = {
|
|
|
27217
27066
|
description: string;
|
|
27218
27067
|
legalTradingName: string;
|
|
27219
27068
|
type: SellerMetadataType;
|
|
27220
|
-
kind: string;
|
|
27221
27069
|
website: string;
|
|
27222
27070
|
contactPreference: string;
|
|
27223
27071
|
images?: Array<{
|
|
@@ -27298,7 +27146,6 @@ export declare type GetOffersQueryQuery = {
|
|
|
27298
27146
|
description: string;
|
|
27299
27147
|
legalTradingName: string;
|
|
27300
27148
|
type: SellerMetadataType;
|
|
27301
|
-
kind: string;
|
|
27302
27149
|
website: string;
|
|
27303
27150
|
contactPreference: string;
|
|
27304
27151
|
images?: Array<{
|
|
@@ -27449,7 +27296,6 @@ export declare type OfferFieldsFragment = {
|
|
|
27449
27296
|
description: string;
|
|
27450
27297
|
legalTradingName: string;
|
|
27451
27298
|
type: SellerMetadataType;
|
|
27452
|
-
kind: string;
|
|
27453
27299
|
website: string;
|
|
27454
27300
|
contactPreference: string;
|
|
27455
27301
|
images?: Array<{
|
|
@@ -27508,7 +27354,6 @@ export declare type OfferFieldsFragment = {
|
|
|
27508
27354
|
description: string;
|
|
27509
27355
|
legalTradingName: string;
|
|
27510
27356
|
type: SellerMetadataType;
|
|
27511
|
-
kind: string;
|
|
27512
27357
|
website: string;
|
|
27513
27358
|
contactPreference: string;
|
|
27514
27359
|
images?: Array<{
|
|
@@ -27748,7 +27593,6 @@ export declare type OfferFieldsFragment = {
|
|
|
27748
27593
|
description: string;
|
|
27749
27594
|
legalTradingName: string;
|
|
27750
27595
|
type: SellerMetadataType;
|
|
27751
|
-
kind: string;
|
|
27752
27596
|
website: string;
|
|
27753
27597
|
contactPreference: string;
|
|
27754
27598
|
images?: Array<{
|
|
@@ -27829,7 +27673,6 @@ export declare type OfferFieldsFragment = {
|
|
|
27829
27673
|
description: string;
|
|
27830
27674
|
legalTradingName: string;
|
|
27831
27675
|
type: SellerMetadataType;
|
|
27832
|
-
kind: string;
|
|
27833
27676
|
website: string;
|
|
27834
27677
|
contactPreference: string;
|
|
27835
27678
|
images?: Array<{
|
|
@@ -27954,7 +27797,6 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
27954
27797
|
description: string;
|
|
27955
27798
|
legalTradingName: string;
|
|
27956
27799
|
type: SellerMetadataType;
|
|
27957
|
-
kind: string;
|
|
27958
27800
|
website: string;
|
|
27959
27801
|
contactPreference: string;
|
|
27960
27802
|
images?: Array<{
|
|
@@ -28194,7 +28036,6 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
28194
28036
|
description: string;
|
|
28195
28037
|
legalTradingName: string;
|
|
28196
28038
|
type: SellerMetadataType;
|
|
28197
|
-
kind: string;
|
|
28198
28039
|
website: string;
|
|
28199
28040
|
contactPreference: string;
|
|
28200
28041
|
images?: Array<{
|
|
@@ -28275,7 +28116,6 @@ export declare type BaseOfferFieldsFragment = {
|
|
|
28275
28116
|
description: string;
|
|
28276
28117
|
legalTradingName: string;
|
|
28277
28118
|
type: SellerMetadataType;
|
|
28278
|
-
kind: string;
|
|
28279
28119
|
website: string;
|
|
28280
28120
|
contactPreference: string;
|
|
28281
28121
|
images?: Array<{
|