@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/src/subgraph.ts
CHANGED
|
@@ -7804,7 +7804,6 @@ export type SellerMetadata = {
|
|
|
7804
7804
|
description: Scalars["String"];
|
|
7805
7805
|
id: Scalars["ID"];
|
|
7806
7806
|
images?: Maybe<Array<SellerMetadataMedia>>;
|
|
7807
|
-
kind: Scalars["String"];
|
|
7808
7807
|
legalTradingName: Scalars["String"];
|
|
7809
7808
|
name: Scalars["String"];
|
|
7810
7809
|
socialLinks?: Maybe<Array<SellerSocialLink>>;
|
|
@@ -8005,26 +8004,6 @@ export type SellerMetadata_Filter = {
|
|
|
8005
8004
|
images_not?: InputMaybe<Array<Scalars["String"]>>;
|
|
8006
8005
|
images_not_contains?: InputMaybe<Array<Scalars["String"]>>;
|
|
8007
8006
|
images_not_contains_nocase?: InputMaybe<Array<Scalars["String"]>>;
|
|
8008
|
-
kind?: InputMaybe<Scalars["String"]>;
|
|
8009
|
-
kind_contains?: InputMaybe<Scalars["String"]>;
|
|
8010
|
-
kind_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
8011
|
-
kind_ends_with?: InputMaybe<Scalars["String"]>;
|
|
8012
|
-
kind_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
8013
|
-
kind_gt?: InputMaybe<Scalars["String"]>;
|
|
8014
|
-
kind_gte?: InputMaybe<Scalars["String"]>;
|
|
8015
|
-
kind_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
8016
|
-
kind_lt?: InputMaybe<Scalars["String"]>;
|
|
8017
|
-
kind_lte?: InputMaybe<Scalars["String"]>;
|
|
8018
|
-
kind_not?: InputMaybe<Scalars["String"]>;
|
|
8019
|
-
kind_not_contains?: InputMaybe<Scalars["String"]>;
|
|
8020
|
-
kind_not_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
8021
|
-
kind_not_ends_with?: InputMaybe<Scalars["String"]>;
|
|
8022
|
-
kind_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
8023
|
-
kind_not_in?: InputMaybe<Array<Scalars["String"]>>;
|
|
8024
|
-
kind_not_starts_with?: InputMaybe<Scalars["String"]>;
|
|
8025
|
-
kind_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
8026
|
-
kind_starts_with?: InputMaybe<Scalars["String"]>;
|
|
8027
|
-
kind_starts_with_nocase?: InputMaybe<Scalars["String"]>;
|
|
8028
8007
|
legalTradingName?: InputMaybe<Scalars["String"]>;
|
|
8029
8008
|
legalTradingName_contains?: InputMaybe<Scalars["String"]>;
|
|
8030
8009
|
legalTradingName_contains_nocase?: InputMaybe<Scalars["String"]>;
|
|
@@ -8105,7 +8084,6 @@ export enum SellerMetadata_OrderBy {
|
|
|
8105
8084
|
Description = "description",
|
|
8106
8085
|
Id = "id",
|
|
8107
8086
|
Images = "images",
|
|
8108
|
-
Kind = "kind",
|
|
8109
8087
|
LegalTradingName = "legalTradingName",
|
|
8110
8088
|
Name = "name",
|
|
8111
8089
|
SocialLinks = "socialLinks",
|
|
@@ -9300,7 +9278,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
9300
9278
|
description: string;
|
|
9301
9279
|
legalTradingName: string;
|
|
9302
9280
|
type: SellerMetadataType;
|
|
9303
|
-
kind: string;
|
|
9304
9281
|
website: string;
|
|
9305
9282
|
contactPreference: string;
|
|
9306
9283
|
images?: Array<{
|
|
@@ -9542,7 +9519,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
9542
9519
|
description: string;
|
|
9543
9520
|
legalTradingName: string;
|
|
9544
9521
|
type: SellerMetadataType;
|
|
9545
|
-
kind: string;
|
|
9546
9522
|
website: string;
|
|
9547
9523
|
contactPreference: string;
|
|
9548
9524
|
images?: Array<{
|
|
@@ -9623,7 +9599,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
9623
9599
|
description: string;
|
|
9624
9600
|
legalTradingName: string;
|
|
9625
9601
|
type: SellerMetadataType;
|
|
9626
|
-
kind: string;
|
|
9627
9602
|
website: string;
|
|
9628
9603
|
contactPreference: string;
|
|
9629
9604
|
images?: Array<{
|
|
@@ -9748,7 +9723,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
9748
9723
|
description: string;
|
|
9749
9724
|
legalTradingName: string;
|
|
9750
9725
|
type: SellerMetadataType;
|
|
9751
|
-
kind: string;
|
|
9752
9726
|
website: string;
|
|
9753
9727
|
contactPreference: string;
|
|
9754
9728
|
images?: Array<{
|
|
@@ -9853,7 +9827,6 @@ export type GetSellerByIdQueryQuery = {
|
|
|
9853
9827
|
description: string;
|
|
9854
9828
|
legalTradingName: string;
|
|
9855
9829
|
type: SellerMetadataType;
|
|
9856
|
-
kind: string;
|
|
9857
9830
|
website: string;
|
|
9858
9831
|
contactPreference: string;
|
|
9859
9832
|
images?: Array<{
|
|
@@ -10009,7 +9982,6 @@ export type GetSellersQueryQuery = {
|
|
|
10009
9982
|
description: string;
|
|
10010
9983
|
legalTradingName: string;
|
|
10011
9984
|
type: SellerMetadataType;
|
|
10012
|
-
kind: string;
|
|
10013
9985
|
website: string;
|
|
10014
9986
|
contactPreference: string;
|
|
10015
9987
|
images?: Array<{
|
|
@@ -10251,7 +10223,6 @@ export type GetSellersQueryQuery = {
|
|
|
10251
10223
|
description: string;
|
|
10252
10224
|
legalTradingName: string;
|
|
10253
10225
|
type: SellerMetadataType;
|
|
10254
|
-
kind: string;
|
|
10255
10226
|
website: string;
|
|
10256
10227
|
contactPreference: string;
|
|
10257
10228
|
images?: Array<{
|
|
@@ -10332,7 +10303,6 @@ export type GetSellersQueryQuery = {
|
|
|
10332
10303
|
description: string;
|
|
10333
10304
|
legalTradingName: string;
|
|
10334
10305
|
type: SellerMetadataType;
|
|
10335
|
-
kind: string;
|
|
10336
10306
|
website: string;
|
|
10337
10307
|
contactPreference: string;
|
|
10338
10308
|
images?: Array<{
|
|
@@ -10457,7 +10427,6 @@ export type GetSellersQueryQuery = {
|
|
|
10457
10427
|
description: string;
|
|
10458
10428
|
legalTradingName: string;
|
|
10459
10429
|
type: SellerMetadataType;
|
|
10460
|
-
kind: string;
|
|
10461
10430
|
website: string;
|
|
10462
10431
|
contactPreference: string;
|
|
10463
10432
|
images?: Array<{
|
|
@@ -10562,7 +10531,6 @@ export type GetSellersQueryQuery = {
|
|
|
10562
10531
|
description: string;
|
|
10563
10532
|
legalTradingName: string;
|
|
10564
10533
|
type: SellerMetadataType;
|
|
10565
|
-
kind: string;
|
|
10566
10534
|
website: string;
|
|
10567
10535
|
contactPreference: string;
|
|
10568
10536
|
images?: Array<{
|
|
@@ -10690,7 +10658,6 @@ export type GetBuyerByIdQueryQuery = {
|
|
|
10690
10658
|
description: string;
|
|
10691
10659
|
legalTradingName: string;
|
|
10692
10660
|
type: SellerMetadataType;
|
|
10693
|
-
kind: string;
|
|
10694
10661
|
website: string;
|
|
10695
10662
|
contactPreference: string;
|
|
10696
10663
|
images?: Array<{
|
|
@@ -10900,7 +10867,6 @@ export type GetBuyersQueryQuery = {
|
|
|
10900
10867
|
description: string;
|
|
10901
10868
|
legalTradingName: string;
|
|
10902
10869
|
type: SellerMetadataType;
|
|
10903
|
-
kind: string;
|
|
10904
10870
|
website: string;
|
|
10905
10871
|
contactPreference: string;
|
|
10906
10872
|
images?: Array<{
|
|
@@ -11093,7 +11059,6 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
11093
11059
|
description: string;
|
|
11094
11060
|
legalTradingName: string;
|
|
11095
11061
|
type: SellerMetadataType;
|
|
11096
|
-
kind: string;
|
|
11097
11062
|
website: string;
|
|
11098
11063
|
contactPreference: string;
|
|
11099
11064
|
images?: Array<{
|
|
@@ -11335,7 +11300,6 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
11335
11300
|
description: string;
|
|
11336
11301
|
legalTradingName: string;
|
|
11337
11302
|
type: SellerMetadataType;
|
|
11338
|
-
kind: string;
|
|
11339
11303
|
website: string;
|
|
11340
11304
|
contactPreference: string;
|
|
11341
11305
|
images?: Array<{
|
|
@@ -11416,7 +11380,6 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
11416
11380
|
description: string;
|
|
11417
11381
|
legalTradingName: string;
|
|
11418
11382
|
type: SellerMetadataType;
|
|
11419
|
-
kind: string;
|
|
11420
11383
|
website: string;
|
|
11421
11384
|
contactPreference: string;
|
|
11422
11385
|
images?: Array<{
|
|
@@ -11669,7 +11632,6 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
11669
11632
|
description: string;
|
|
11670
11633
|
legalTradingName: string;
|
|
11671
11634
|
type: SellerMetadataType;
|
|
11672
|
-
kind: string;
|
|
11673
11635
|
website: string;
|
|
11674
11636
|
contactPreference: string;
|
|
11675
11637
|
images?: Array<{
|
|
@@ -11911,7 +11873,6 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
11911
11873
|
description: string;
|
|
11912
11874
|
legalTradingName: string;
|
|
11913
11875
|
type: SellerMetadataType;
|
|
11914
|
-
kind: string;
|
|
11915
11876
|
website: string;
|
|
11916
11877
|
contactPreference: string;
|
|
11917
11878
|
images?: Array<{
|
|
@@ -11992,7 +11953,6 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
11992
11953
|
description: string;
|
|
11993
11954
|
legalTradingName: string;
|
|
11994
11955
|
type: SellerMetadataType;
|
|
11995
|
-
kind: string;
|
|
11996
11956
|
website: string;
|
|
11997
11957
|
contactPreference: string;
|
|
11998
11958
|
images?: Array<{
|
|
@@ -12242,7 +12202,6 @@ export type SellerFieldsFragment = {
|
|
|
12242
12202
|
description: string;
|
|
12243
12203
|
legalTradingName: string;
|
|
12244
12204
|
type: SellerMetadataType;
|
|
12245
|
-
kind: string;
|
|
12246
12205
|
website: string;
|
|
12247
12206
|
contactPreference: string;
|
|
12248
12207
|
images?: Array<{
|
|
@@ -12480,7 +12439,6 @@ export type SellerFieldsFragment = {
|
|
|
12480
12439
|
description: string;
|
|
12481
12440
|
legalTradingName: string;
|
|
12482
12441
|
type: SellerMetadataType;
|
|
12483
|
-
kind: string;
|
|
12484
12442
|
website: string;
|
|
12485
12443
|
contactPreference: string;
|
|
12486
12444
|
images?: Array<{
|
|
@@ -12561,7 +12519,6 @@ export type SellerFieldsFragment = {
|
|
|
12561
12519
|
description: string;
|
|
12562
12520
|
legalTradingName: string;
|
|
12563
12521
|
type: SellerMetadataType;
|
|
12564
|
-
kind: string;
|
|
12565
12522
|
website: string;
|
|
12566
12523
|
contactPreference: string;
|
|
12567
12524
|
images?: Array<{
|
|
@@ -12686,7 +12643,6 @@ export type SellerFieldsFragment = {
|
|
|
12686
12643
|
description: string;
|
|
12687
12644
|
legalTradingName: string;
|
|
12688
12645
|
type: SellerMetadataType;
|
|
12689
|
-
kind: string;
|
|
12690
12646
|
website: string;
|
|
12691
12647
|
contactPreference: string;
|
|
12692
12648
|
images?: Array<{
|
|
@@ -12791,7 +12747,6 @@ export type SellerFieldsFragment = {
|
|
|
12791
12747
|
description: string;
|
|
12792
12748
|
legalTradingName: string;
|
|
12793
12749
|
type: SellerMetadataType;
|
|
12794
|
-
kind: string;
|
|
12795
12750
|
website: string;
|
|
12796
12751
|
contactPreference: string;
|
|
12797
12752
|
images?: Array<{
|
|
@@ -12864,7 +12819,6 @@ export type BaseSellerFieldsFragment = {
|
|
|
12864
12819
|
description: string;
|
|
12865
12820
|
legalTradingName: string;
|
|
12866
12821
|
type: SellerMetadataType;
|
|
12867
|
-
kind: string;
|
|
12868
12822
|
website: string;
|
|
12869
12823
|
contactPreference: string;
|
|
12870
12824
|
images?: Array<{
|
|
@@ -12976,7 +12930,6 @@ export type BuyerFieldsFragment = {
|
|
|
12976
12930
|
description: string;
|
|
12977
12931
|
legalTradingName: string;
|
|
12978
12932
|
type: SellerMetadataType;
|
|
12979
|
-
kind: string;
|
|
12980
12933
|
website: string;
|
|
12981
12934
|
contactPreference: string;
|
|
12982
12935
|
images?: Array<{
|
|
@@ -13157,7 +13110,6 @@ export type DisputeResolverFieldsFragment = {
|
|
|
13157
13110
|
description: string;
|
|
13158
13111
|
legalTradingName: string;
|
|
13159
13112
|
type: SellerMetadataType;
|
|
13160
|
-
kind: string;
|
|
13161
13113
|
website: string;
|
|
13162
13114
|
contactPreference: string;
|
|
13163
13115
|
images?: Array<{
|
|
@@ -13395,7 +13347,6 @@ export type DisputeResolverFieldsFragment = {
|
|
|
13395
13347
|
description: string;
|
|
13396
13348
|
legalTradingName: string;
|
|
13397
13349
|
type: SellerMetadataType;
|
|
13398
|
-
kind: string;
|
|
13399
13350
|
website: string;
|
|
13400
13351
|
contactPreference: string;
|
|
13401
13352
|
images?: Array<{
|
|
@@ -13476,7 +13427,6 @@ export type DisputeResolverFieldsFragment = {
|
|
|
13476
13427
|
description: string;
|
|
13477
13428
|
legalTradingName: string;
|
|
13478
13429
|
type: SellerMetadataType;
|
|
13479
|
-
kind: string;
|
|
13480
13430
|
website: string;
|
|
13481
13431
|
contactPreference: string;
|
|
13482
13432
|
images?: Array<{
|
|
@@ -13774,7 +13724,6 @@ export type GetDisputeByIdQueryQuery = {
|
|
|
13774
13724
|
description: string;
|
|
13775
13725
|
legalTradingName: string;
|
|
13776
13726
|
type: SellerMetadataType;
|
|
13777
|
-
kind: string;
|
|
13778
13727
|
website: string;
|
|
13779
13728
|
contactPreference: string;
|
|
13780
13729
|
images?: Array<{
|
|
@@ -13823,7 +13772,6 @@ export type GetDisputeByIdQueryQuery = {
|
|
|
13823
13772
|
description: string;
|
|
13824
13773
|
legalTradingName: string;
|
|
13825
13774
|
type: SellerMetadataType;
|
|
13826
|
-
kind: string;
|
|
13827
13775
|
website: string;
|
|
13828
13776
|
contactPreference: string;
|
|
13829
13777
|
images?: Array<{
|
|
@@ -13939,7 +13887,6 @@ export type GetDisputesQueryQuery = {
|
|
|
13939
13887
|
description: string;
|
|
13940
13888
|
legalTradingName: string;
|
|
13941
13889
|
type: SellerMetadataType;
|
|
13942
|
-
kind: string;
|
|
13943
13890
|
website: string;
|
|
13944
13891
|
contactPreference: string;
|
|
13945
13892
|
images?: Array<{
|
|
@@ -13988,7 +13935,6 @@ export type GetDisputesQueryQuery = {
|
|
|
13988
13935
|
description: string;
|
|
13989
13936
|
legalTradingName: string;
|
|
13990
13937
|
type: SellerMetadataType;
|
|
13991
|
-
kind: string;
|
|
13992
13938
|
website: string;
|
|
13993
13939
|
contactPreference: string;
|
|
13994
13940
|
images?: Array<{
|
|
@@ -14094,7 +14040,6 @@ export type DisputeFieldsFragment = {
|
|
|
14094
14040
|
description: string;
|
|
14095
14041
|
legalTradingName: string;
|
|
14096
14042
|
type: SellerMetadataType;
|
|
14097
|
-
kind: string;
|
|
14098
14043
|
website: string;
|
|
14099
14044
|
contactPreference: string;
|
|
14100
14045
|
images?: Array<{
|
|
@@ -14143,7 +14088,6 @@ export type DisputeFieldsFragment = {
|
|
|
14143
14088
|
description: string;
|
|
14144
14089
|
legalTradingName: string;
|
|
14145
14090
|
type: SellerMetadataType;
|
|
14146
|
-
kind: string;
|
|
14147
14091
|
website: string;
|
|
14148
14092
|
contactPreference: string;
|
|
14149
14093
|
images?: Array<{
|
|
@@ -14276,7 +14220,6 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
14276
14220
|
description: string;
|
|
14277
14221
|
legalTradingName: string;
|
|
14278
14222
|
type: SellerMetadataType;
|
|
14279
|
-
kind: string;
|
|
14280
14223
|
website: string;
|
|
14281
14224
|
contactPreference: string;
|
|
14282
14225
|
images?: Array<{
|
|
@@ -14518,7 +14461,6 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
14518
14461
|
description: string;
|
|
14519
14462
|
legalTradingName: string;
|
|
14520
14463
|
type: SellerMetadataType;
|
|
14521
|
-
kind: string;
|
|
14522
14464
|
website: string;
|
|
14523
14465
|
contactPreference: string;
|
|
14524
14466
|
images?: Array<{
|
|
@@ -14599,7 +14541,6 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
14599
14541
|
description: string;
|
|
14600
14542
|
legalTradingName: string;
|
|
14601
14543
|
type: SellerMetadataType;
|
|
14602
|
-
kind: string;
|
|
14603
14544
|
website: string;
|
|
14604
14545
|
contactPreference: string;
|
|
14605
14546
|
images?: Array<{
|
|
@@ -14763,7 +14704,6 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
14763
14704
|
description: string;
|
|
14764
14705
|
legalTradingName: string;
|
|
14765
14706
|
type: SellerMetadataType;
|
|
14766
|
-
kind: string;
|
|
14767
14707
|
website: string;
|
|
14768
14708
|
contactPreference: string;
|
|
14769
14709
|
images?: Array<{
|
|
@@ -15005,7 +14945,6 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
15005
14945
|
description: string;
|
|
15006
14946
|
legalTradingName: string;
|
|
15007
14947
|
type: SellerMetadataType;
|
|
15008
|
-
kind: string;
|
|
15009
14948
|
website: string;
|
|
15010
14949
|
contactPreference: string;
|
|
15011
14950
|
images?: Array<{
|
|
@@ -15086,7 +15025,6 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
15086
15025
|
description: string;
|
|
15087
15026
|
legalTradingName: string;
|
|
15088
15027
|
type: SellerMetadataType;
|
|
15089
|
-
kind: string;
|
|
15090
15028
|
website: string;
|
|
15091
15029
|
contactPreference: string;
|
|
15092
15030
|
images?: Array<{
|
|
@@ -15228,7 +15166,6 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
15228
15166
|
description: string;
|
|
15229
15167
|
legalTradingName: string;
|
|
15230
15168
|
type: SellerMetadataType;
|
|
15231
|
-
kind: string;
|
|
15232
15169
|
website: string;
|
|
15233
15170
|
contactPreference: string;
|
|
15234
15171
|
images?: Array<{
|
|
@@ -15466,7 +15403,6 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
15466
15403
|
description: string;
|
|
15467
15404
|
legalTradingName: string;
|
|
15468
15405
|
type: SellerMetadataType;
|
|
15469
|
-
kind: string;
|
|
15470
15406
|
website: string;
|
|
15471
15407
|
contactPreference: string;
|
|
15472
15408
|
images?: Array<{
|
|
@@ -15547,7 +15483,6 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
15547
15483
|
description: string;
|
|
15548
15484
|
legalTradingName: string;
|
|
15549
15485
|
type: SellerMetadataType;
|
|
15550
|
-
kind: string;
|
|
15551
15486
|
website: string;
|
|
15552
15487
|
contactPreference: string;
|
|
15553
15488
|
images?: Array<{
|
|
@@ -15872,7 +15807,6 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
15872
15807
|
description: string;
|
|
15873
15808
|
legalTradingName: string;
|
|
15874
15809
|
type: SellerMetadataType;
|
|
15875
|
-
kind: string;
|
|
15876
15810
|
website: string;
|
|
15877
15811
|
contactPreference: string;
|
|
15878
15812
|
images?: Array<{
|
|
@@ -16114,7 +16048,6 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
16114
16048
|
description: string;
|
|
16115
16049
|
legalTradingName: string;
|
|
16116
16050
|
type: SellerMetadataType;
|
|
16117
|
-
kind: string;
|
|
16118
16051
|
website: string;
|
|
16119
16052
|
contactPreference: string;
|
|
16120
16053
|
images?: Array<{
|
|
@@ -16195,7 +16128,6 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
16195
16128
|
description: string;
|
|
16196
16129
|
legalTradingName: string;
|
|
16197
16130
|
type: SellerMetadataType;
|
|
16198
|
-
kind: string;
|
|
16199
16131
|
website: string;
|
|
16200
16132
|
contactPreference: string;
|
|
16201
16133
|
images?: Array<{
|
|
@@ -16306,7 +16238,6 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
16306
16238
|
description: string;
|
|
16307
16239
|
legalTradingName: string;
|
|
16308
16240
|
type: SellerMetadataType;
|
|
16309
|
-
kind: string;
|
|
16310
16241
|
website: string;
|
|
16311
16242
|
contactPreference: string;
|
|
16312
16243
|
images?: Array<{
|
|
@@ -16417,7 +16348,6 @@ export type GetExchangesQueryQuery = {
|
|
|
16417
16348
|
description: string;
|
|
16418
16349
|
legalTradingName: string;
|
|
16419
16350
|
type: SellerMetadataType;
|
|
16420
|
-
kind: string;
|
|
16421
16351
|
website: string;
|
|
16422
16352
|
contactPreference: string;
|
|
16423
16353
|
images?: Array<{
|
|
@@ -16659,7 +16589,6 @@ export type GetExchangesQueryQuery = {
|
|
|
16659
16589
|
description: string;
|
|
16660
16590
|
legalTradingName: string;
|
|
16661
16591
|
type: SellerMetadataType;
|
|
16662
|
-
kind: string;
|
|
16663
16592
|
website: string;
|
|
16664
16593
|
contactPreference: string;
|
|
16665
16594
|
images?: Array<{
|
|
@@ -16740,7 +16669,6 @@ export type GetExchangesQueryQuery = {
|
|
|
16740
16669
|
description: string;
|
|
16741
16670
|
legalTradingName: string;
|
|
16742
16671
|
type: SellerMetadataType;
|
|
16743
|
-
kind: string;
|
|
16744
16672
|
website: string;
|
|
16745
16673
|
contactPreference: string;
|
|
16746
16674
|
images?: Array<{
|
|
@@ -16851,7 +16779,6 @@ export type GetExchangesQueryQuery = {
|
|
|
16851
16779
|
description: string;
|
|
16852
16780
|
legalTradingName: string;
|
|
16853
16781
|
type: SellerMetadataType;
|
|
16854
|
-
kind: string;
|
|
16855
16782
|
website: string;
|
|
16856
16783
|
contactPreference: string;
|
|
16857
16784
|
images?: Array<{
|
|
@@ -16952,7 +16879,6 @@ export type ExchangeFieldsFragment = {
|
|
|
16952
16879
|
description: string;
|
|
16953
16880
|
legalTradingName: string;
|
|
16954
16881
|
type: SellerMetadataType;
|
|
16955
|
-
kind: string;
|
|
16956
16882
|
website: string;
|
|
16957
16883
|
contactPreference: string;
|
|
16958
16884
|
images?: Array<{
|
|
@@ -17190,7 +17116,6 @@ export type ExchangeFieldsFragment = {
|
|
|
17190
17116
|
description: string;
|
|
17191
17117
|
legalTradingName: string;
|
|
17192
17118
|
type: SellerMetadataType;
|
|
17193
|
-
kind: string;
|
|
17194
17119
|
website: string;
|
|
17195
17120
|
contactPreference: string;
|
|
17196
17121
|
images?: Array<{
|
|
@@ -17271,7 +17196,6 @@ export type ExchangeFieldsFragment = {
|
|
|
17271
17196
|
description: string;
|
|
17272
17197
|
legalTradingName: string;
|
|
17273
17198
|
type: SellerMetadataType;
|
|
17274
|
-
kind: string;
|
|
17275
17199
|
website: string;
|
|
17276
17200
|
contactPreference: string;
|
|
17277
17201
|
images?: Array<{
|
|
@@ -17377,7 +17301,6 @@ export type ExchangeFieldsFragment = {
|
|
|
17377
17301
|
description: string;
|
|
17378
17302
|
legalTradingName: string;
|
|
17379
17303
|
type: SellerMetadataType;
|
|
17380
|
-
kind: string;
|
|
17381
17304
|
website: string;
|
|
17382
17305
|
contactPreference: string;
|
|
17383
17306
|
images?: Array<{
|
|
@@ -17457,7 +17380,6 @@ export type BaseExchangeFieldsFragment = {
|
|
|
17457
17380
|
description: string;
|
|
17458
17381
|
legalTradingName: string;
|
|
17459
17382
|
type: SellerMetadataType;
|
|
17460
|
-
kind: string;
|
|
17461
17383
|
website: string;
|
|
17462
17384
|
contactPreference: string;
|
|
17463
17385
|
images?: Array<{
|
|
@@ -17667,7 +17589,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17667
17589
|
description: string;
|
|
17668
17590
|
legalTradingName: string;
|
|
17669
17591
|
type: SellerMetadataType;
|
|
17670
|
-
kind: string;
|
|
17671
17592
|
website: string;
|
|
17672
17593
|
contactPreference: string;
|
|
17673
17594
|
images?: Array<{
|
|
@@ -17909,7 +17830,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17909
17830
|
description: string;
|
|
17910
17831
|
legalTradingName: string;
|
|
17911
17832
|
type: SellerMetadataType;
|
|
17912
|
-
kind: string;
|
|
17913
17833
|
website: string;
|
|
17914
17834
|
contactPreference: string;
|
|
17915
17835
|
images?: Array<{
|
|
@@ -17990,7 +17910,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
17990
17910
|
description: string;
|
|
17991
17911
|
legalTradingName: string;
|
|
17992
17912
|
type: SellerMetadataType;
|
|
17993
|
-
kind: string;
|
|
17994
17913
|
website: string;
|
|
17995
17914
|
contactPreference: string;
|
|
17996
17915
|
images?: Array<{
|
|
@@ -18080,7 +17999,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
18080
17999
|
description: string;
|
|
18081
18000
|
legalTradingName: string;
|
|
18082
18001
|
type: SellerMetadataType;
|
|
18083
|
-
kind: string;
|
|
18084
18002
|
website: string;
|
|
18085
18003
|
contactPreference: string;
|
|
18086
18004
|
images?: Array<{
|
|
@@ -18217,7 +18135,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
18217
18135
|
description: string;
|
|
18218
18136
|
legalTradingName: string;
|
|
18219
18137
|
type: SellerMetadataType;
|
|
18220
|
-
kind: string;
|
|
18221
18138
|
website: string;
|
|
18222
18139
|
contactPreference: string;
|
|
18223
18140
|
images?: Array<{
|
|
@@ -18459,7 +18376,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
18459
18376
|
description: string;
|
|
18460
18377
|
legalTradingName: string;
|
|
18461
18378
|
type: SellerMetadataType;
|
|
18462
|
-
kind: string;
|
|
18463
18379
|
website: string;
|
|
18464
18380
|
contactPreference: string;
|
|
18465
18381
|
images?: Array<{
|
|
@@ -18540,7 +18456,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
18540
18456
|
description: string;
|
|
18541
18457
|
legalTradingName: string;
|
|
18542
18458
|
type: SellerMetadataType;
|
|
18543
|
-
kind: string;
|
|
18544
18459
|
website: string;
|
|
18545
18460
|
contactPreference: string;
|
|
18546
18461
|
images?: Array<{
|
|
@@ -18630,7 +18545,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
18630
18545
|
description: string;
|
|
18631
18546
|
legalTradingName: string;
|
|
18632
18547
|
type: SellerMetadataType;
|
|
18633
|
-
kind: string;
|
|
18634
18548
|
website: string;
|
|
18635
18549
|
contactPreference: string;
|
|
18636
18550
|
images?: Array<{
|
|
@@ -18757,7 +18671,6 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
18757
18671
|
description: string;
|
|
18758
18672
|
legalTradingName: string;
|
|
18759
18673
|
type: SellerMetadataType;
|
|
18760
|
-
kind: string;
|
|
18761
18674
|
website: string;
|
|
18762
18675
|
contactPreference: string;
|
|
18763
18676
|
images?: Array<{
|
|
@@ -18995,7 +18908,6 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
18995
18908
|
description: string;
|
|
18996
18909
|
legalTradingName: string;
|
|
18997
18910
|
type: SellerMetadataType;
|
|
18998
|
-
kind: string;
|
|
18999
18911
|
website: string;
|
|
19000
18912
|
contactPreference: string;
|
|
19001
18913
|
images?: Array<{
|
|
@@ -19076,7 +18988,6 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
19076
18988
|
description: string;
|
|
19077
18989
|
legalTradingName: string;
|
|
19078
18990
|
type: SellerMetadataType;
|
|
19079
|
-
kind: string;
|
|
19080
18991
|
website: string;
|
|
19081
18992
|
contactPreference: string;
|
|
19082
18993
|
images?: Array<{
|
|
@@ -19166,7 +19077,6 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
19166
19077
|
description: string;
|
|
19167
19078
|
legalTradingName: string;
|
|
19168
19079
|
type: SellerMetadataType;
|
|
19169
|
-
kind: string;
|
|
19170
19080
|
website: string;
|
|
19171
19081
|
contactPreference: string;
|
|
19172
19082
|
images?: Array<{
|
|
@@ -19292,7 +19202,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
19292
19202
|
description: string;
|
|
19293
19203
|
legalTradingName: string;
|
|
19294
19204
|
type: SellerMetadataType;
|
|
19295
|
-
kind: string;
|
|
19296
19205
|
website: string;
|
|
19297
19206
|
contactPreference: string;
|
|
19298
19207
|
images?: Array<{
|
|
@@ -19530,7 +19439,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
19530
19439
|
description: string;
|
|
19531
19440
|
legalTradingName: string;
|
|
19532
19441
|
type: SellerMetadataType;
|
|
19533
|
-
kind: string;
|
|
19534
19442
|
website: string;
|
|
19535
19443
|
contactPreference: string;
|
|
19536
19444
|
images?: Array<{
|
|
@@ -19611,7 +19519,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
19611
19519
|
description: string;
|
|
19612
19520
|
legalTradingName: string;
|
|
19613
19521
|
type: SellerMetadataType;
|
|
19614
|
-
kind: string;
|
|
19615
19522
|
website: string;
|
|
19616
19523
|
contactPreference: string;
|
|
19617
19524
|
images?: Array<{
|
|
@@ -19701,7 +19608,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
19701
19608
|
description: string;
|
|
19702
19609
|
legalTradingName: string;
|
|
19703
19610
|
type: SellerMetadataType;
|
|
19704
|
-
kind: string;
|
|
19705
19611
|
website: string;
|
|
19706
19612
|
contactPreference: string;
|
|
19707
19613
|
images?: Array<{
|
|
@@ -19890,7 +19796,6 @@ export type GetProductV1ProductsQueryQuery = {
|
|
|
19890
19796
|
description: string;
|
|
19891
19797
|
legalTradingName: string;
|
|
19892
19798
|
type: SellerMetadataType;
|
|
19893
|
-
kind: string;
|
|
19894
19799
|
website: string;
|
|
19895
19800
|
contactPreference: string;
|
|
19896
19801
|
images?: Array<{
|
|
@@ -20050,7 +19955,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20050
19955
|
description: string;
|
|
20051
19956
|
legalTradingName: string;
|
|
20052
19957
|
type: SellerMetadataType;
|
|
20053
|
-
kind: string;
|
|
20054
19958
|
website: string;
|
|
20055
19959
|
contactPreference: string;
|
|
20056
19960
|
images?: Array<{
|
|
@@ -20109,7 +20013,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20109
20013
|
description: string;
|
|
20110
20014
|
legalTradingName: string;
|
|
20111
20015
|
type: SellerMetadataType;
|
|
20112
|
-
kind: string;
|
|
20113
20016
|
website: string;
|
|
20114
20017
|
contactPreference: string;
|
|
20115
20018
|
images?: Array<{
|
|
@@ -20351,7 +20254,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20351
20254
|
description: string;
|
|
20352
20255
|
legalTradingName: string;
|
|
20353
20256
|
type: SellerMetadataType;
|
|
20354
|
-
kind: string;
|
|
20355
20257
|
website: string;
|
|
20356
20258
|
contactPreference: string;
|
|
20357
20259
|
images?: Array<{
|
|
@@ -20432,7 +20334,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20432
20334
|
description: string;
|
|
20433
20335
|
legalTradingName: string;
|
|
20434
20336
|
type: SellerMetadataType;
|
|
20435
|
-
kind: string;
|
|
20436
20337
|
website: string;
|
|
20437
20338
|
contactPreference: string;
|
|
20438
20339
|
images?: Array<{
|
|
@@ -20603,7 +20504,6 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
20603
20504
|
description: string;
|
|
20604
20505
|
legalTradingName: string;
|
|
20605
20506
|
type: SellerMetadataType;
|
|
20606
|
-
kind: string;
|
|
20607
20507
|
website: string;
|
|
20608
20508
|
contactPreference: string;
|
|
20609
20509
|
images?: Array<{
|
|
@@ -20763,7 +20663,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20763
20663
|
description: string;
|
|
20764
20664
|
legalTradingName: string;
|
|
20765
20665
|
type: SellerMetadataType;
|
|
20766
|
-
kind: string;
|
|
20767
20666
|
website: string;
|
|
20768
20667
|
contactPreference: string;
|
|
20769
20668
|
images?: Array<{
|
|
@@ -20822,7 +20721,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
20822
20721
|
description: string;
|
|
20823
20722
|
legalTradingName: string;
|
|
20824
20723
|
type: SellerMetadataType;
|
|
20825
|
-
kind: string;
|
|
20826
20724
|
website: string;
|
|
20827
20725
|
contactPreference: string;
|
|
20828
20726
|
images?: Array<{
|
|
@@ -21064,7 +20962,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
21064
20962
|
description: string;
|
|
21065
20963
|
legalTradingName: string;
|
|
21066
20964
|
type: SellerMetadataType;
|
|
21067
|
-
kind: string;
|
|
21068
20965
|
website: string;
|
|
21069
20966
|
contactPreference: string;
|
|
21070
20967
|
images?: Array<{
|
|
@@ -21145,7 +21042,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
21145
21042
|
description: string;
|
|
21146
21043
|
legalTradingName: string;
|
|
21147
21044
|
type: SellerMetadataType;
|
|
21148
|
-
kind: string;
|
|
21149
21045
|
website: string;
|
|
21150
21046
|
contactPreference: string;
|
|
21151
21047
|
images?: Array<{
|
|
@@ -21316,7 +21212,6 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
21316
21212
|
description: string;
|
|
21317
21213
|
legalTradingName: string;
|
|
21318
21214
|
type: SellerMetadataType;
|
|
21319
|
-
kind: string;
|
|
21320
21215
|
website: string;
|
|
21321
21216
|
contactPreference: string;
|
|
21322
21217
|
images?: Array<{
|
|
@@ -21490,7 +21385,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21490
21385
|
description: string;
|
|
21491
21386
|
legalTradingName: string;
|
|
21492
21387
|
type: SellerMetadataType;
|
|
21493
|
-
kind: string;
|
|
21494
21388
|
website: string;
|
|
21495
21389
|
contactPreference: string;
|
|
21496
21390
|
images?: Array<{
|
|
@@ -21549,7 +21443,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21549
21443
|
description: string;
|
|
21550
21444
|
legalTradingName: string;
|
|
21551
21445
|
type: SellerMetadataType;
|
|
21552
|
-
kind: string;
|
|
21553
21446
|
website: string;
|
|
21554
21447
|
contactPreference: string;
|
|
21555
21448
|
images?: Array<{
|
|
@@ -21791,7 +21684,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21791
21684
|
description: string;
|
|
21792
21685
|
legalTradingName: string;
|
|
21793
21686
|
type: SellerMetadataType;
|
|
21794
|
-
kind: string;
|
|
21795
21687
|
website: string;
|
|
21796
21688
|
contactPreference: string;
|
|
21797
21689
|
images?: Array<{
|
|
@@ -21872,7 +21764,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21872
21764
|
description: string;
|
|
21873
21765
|
legalTradingName: string;
|
|
21874
21766
|
type: SellerMetadataType;
|
|
21875
|
-
kind: string;
|
|
21876
21767
|
website: string;
|
|
21877
21768
|
contactPreference: string;
|
|
21878
21769
|
images?: Array<{
|
|
@@ -21962,7 +21853,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
21962
21853
|
description: string;
|
|
21963
21854
|
legalTradingName: string;
|
|
21964
21855
|
type: SellerMetadataType;
|
|
21965
|
-
kind: string;
|
|
21966
21856
|
website: string;
|
|
21967
21857
|
contactPreference: string;
|
|
21968
21858
|
images?: Array<{
|
|
@@ -22122,7 +22012,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
22122
22012
|
description: string;
|
|
22123
22013
|
legalTradingName: string;
|
|
22124
22014
|
type: SellerMetadataType;
|
|
22125
|
-
kind: string;
|
|
22126
22015
|
website: string;
|
|
22127
22016
|
contactPreference: string;
|
|
22128
22017
|
images?: Array<{
|
|
@@ -22203,7 +22092,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
22203
22092
|
description: string;
|
|
22204
22093
|
legalTradingName: string;
|
|
22205
22094
|
type: SellerMetadataType;
|
|
22206
|
-
kind: string;
|
|
22207
22095
|
website: string;
|
|
22208
22096
|
contactPreference: string;
|
|
22209
22097
|
images?: Array<{
|
|
@@ -22369,7 +22257,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22369
22257
|
description: string;
|
|
22370
22258
|
legalTradingName: string;
|
|
22371
22259
|
type: SellerMetadataType;
|
|
22372
|
-
kind: string;
|
|
22373
22260
|
website: string;
|
|
22374
22261
|
contactPreference: string;
|
|
22375
22262
|
images?: Array<{
|
|
@@ -22428,7 +22315,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22428
22315
|
description: string;
|
|
22429
22316
|
legalTradingName: string;
|
|
22430
22317
|
type: SellerMetadataType;
|
|
22431
|
-
kind: string;
|
|
22432
22318
|
website: string;
|
|
22433
22319
|
contactPreference: string;
|
|
22434
22320
|
images?: Array<{
|
|
@@ -22670,7 +22556,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22670
22556
|
description: string;
|
|
22671
22557
|
legalTradingName: string;
|
|
22672
22558
|
type: SellerMetadataType;
|
|
22673
|
-
kind: string;
|
|
22674
22559
|
website: string;
|
|
22675
22560
|
contactPreference: string;
|
|
22676
22561
|
images?: Array<{
|
|
@@ -22751,7 +22636,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22751
22636
|
description: string;
|
|
22752
22637
|
legalTradingName: string;
|
|
22753
22638
|
type: SellerMetadataType;
|
|
22754
|
-
kind: string;
|
|
22755
22639
|
website: string;
|
|
22756
22640
|
contactPreference: string;
|
|
22757
22641
|
images?: Array<{
|
|
@@ -22841,7 +22725,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
22841
22725
|
description: string;
|
|
22842
22726
|
legalTradingName: string;
|
|
22843
22727
|
type: SellerMetadataType;
|
|
22844
|
-
kind: string;
|
|
22845
22728
|
website: string;
|
|
22846
22729
|
contactPreference: string;
|
|
22847
22730
|
images?: Array<{
|
|
@@ -23001,7 +22884,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
23001
22884
|
description: string;
|
|
23002
22885
|
legalTradingName: string;
|
|
23003
22886
|
type: SellerMetadataType;
|
|
23004
|
-
kind: string;
|
|
23005
22887
|
website: string;
|
|
23006
22888
|
contactPreference: string;
|
|
23007
22889
|
images?: Array<{
|
|
@@ -23082,7 +22964,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
23082
22964
|
description: string;
|
|
23083
22965
|
legalTradingName: string;
|
|
23084
22966
|
type: SellerMetadataType;
|
|
23085
|
-
kind: string;
|
|
23086
22967
|
website: string;
|
|
23087
22968
|
contactPreference: string;
|
|
23088
22969
|
images?: Array<{
|
|
@@ -23238,7 +23119,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23238
23119
|
description: string;
|
|
23239
23120
|
legalTradingName: string;
|
|
23240
23121
|
type: SellerMetadataType;
|
|
23241
|
-
kind: string;
|
|
23242
23122
|
website: string;
|
|
23243
23123
|
contactPreference: string;
|
|
23244
23124
|
images?: Array<{
|
|
@@ -23297,7 +23177,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23297
23177
|
description: string;
|
|
23298
23178
|
legalTradingName: string;
|
|
23299
23179
|
type: SellerMetadataType;
|
|
23300
|
-
kind: string;
|
|
23301
23180
|
website: string;
|
|
23302
23181
|
contactPreference: string;
|
|
23303
23182
|
images?: Array<{
|
|
@@ -23535,7 +23414,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23535
23414
|
description: string;
|
|
23536
23415
|
legalTradingName: string;
|
|
23537
23416
|
type: SellerMetadataType;
|
|
23538
|
-
kind: string;
|
|
23539
23417
|
website: string;
|
|
23540
23418
|
contactPreference: string;
|
|
23541
23419
|
images?: Array<{
|
|
@@ -23616,7 +23494,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23616
23494
|
description: string;
|
|
23617
23495
|
legalTradingName: string;
|
|
23618
23496
|
type: SellerMetadataType;
|
|
23619
|
-
kind: string;
|
|
23620
23497
|
website: string;
|
|
23621
23498
|
contactPreference: string;
|
|
23622
23499
|
images?: Array<{
|
|
@@ -23706,7 +23583,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23706
23583
|
description: string;
|
|
23707
23584
|
legalTradingName: string;
|
|
23708
23585
|
type: SellerMetadataType;
|
|
23709
|
-
kind: string;
|
|
23710
23586
|
website: string;
|
|
23711
23587
|
contactPreference: string;
|
|
23712
23588
|
images?: Array<{
|
|
@@ -23866,7 +23742,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23866
23742
|
description: string;
|
|
23867
23743
|
legalTradingName: string;
|
|
23868
23744
|
type: SellerMetadataType;
|
|
23869
|
-
kind: string;
|
|
23870
23745
|
website: string;
|
|
23871
23746
|
contactPreference: string;
|
|
23872
23747
|
images?: Array<{
|
|
@@ -23947,7 +23822,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
23947
23822
|
description: string;
|
|
23948
23823
|
legalTradingName: string;
|
|
23949
23824
|
type: SellerMetadataType;
|
|
23950
|
-
kind: string;
|
|
23951
23825
|
website: string;
|
|
23952
23826
|
contactPreference: string;
|
|
23953
23827
|
images?: Array<{
|
|
@@ -24102,7 +23976,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24102
23976
|
description: string;
|
|
24103
23977
|
legalTradingName: string;
|
|
24104
23978
|
type: SellerMetadataType;
|
|
24105
|
-
kind: string;
|
|
24106
23979
|
website: string;
|
|
24107
23980
|
contactPreference: string;
|
|
24108
23981
|
images?: Array<{
|
|
@@ -24161,7 +24034,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24161
24034
|
description: string;
|
|
24162
24035
|
legalTradingName: string;
|
|
24163
24036
|
type: SellerMetadataType;
|
|
24164
|
-
kind: string;
|
|
24165
24037
|
website: string;
|
|
24166
24038
|
contactPreference: string;
|
|
24167
24039
|
images?: Array<{
|
|
@@ -24399,7 +24271,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24399
24271
|
description: string;
|
|
24400
24272
|
legalTradingName: string;
|
|
24401
24273
|
type: SellerMetadataType;
|
|
24402
|
-
kind: string;
|
|
24403
24274
|
website: string;
|
|
24404
24275
|
contactPreference: string;
|
|
24405
24276
|
images?: Array<{
|
|
@@ -24480,7 +24351,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24480
24351
|
description: string;
|
|
24481
24352
|
legalTradingName: string;
|
|
24482
24353
|
type: SellerMetadataType;
|
|
24483
|
-
kind: string;
|
|
24484
24354
|
website: string;
|
|
24485
24355
|
contactPreference: string;
|
|
24486
24356
|
images?: Array<{
|
|
@@ -24570,7 +24440,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24570
24440
|
description: string;
|
|
24571
24441
|
legalTradingName: string;
|
|
24572
24442
|
type: SellerMetadataType;
|
|
24573
|
-
kind: string;
|
|
24574
24443
|
website: string;
|
|
24575
24444
|
contactPreference: string;
|
|
24576
24445
|
images?: Array<{
|
|
@@ -24730,7 +24599,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24730
24599
|
description: string;
|
|
24731
24600
|
legalTradingName: string;
|
|
24732
24601
|
type: SellerMetadataType;
|
|
24733
|
-
kind: string;
|
|
24734
24602
|
website: string;
|
|
24735
24603
|
contactPreference: string;
|
|
24736
24604
|
images?: Array<{
|
|
@@ -24811,7 +24679,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
24811
24679
|
description: string;
|
|
24812
24680
|
legalTradingName: string;
|
|
24813
24681
|
type: SellerMetadataType;
|
|
24814
|
-
kind: string;
|
|
24815
24682
|
website: string;
|
|
24816
24683
|
contactPreference: string;
|
|
24817
24684
|
images?: Array<{
|
|
@@ -24984,7 +24851,6 @@ export type BaseProductV1ProductFieldsFragment = {
|
|
|
24984
24851
|
description: string;
|
|
24985
24852
|
legalTradingName: string;
|
|
24986
24853
|
type: SellerMetadataType;
|
|
24987
|
-
kind: string;
|
|
24988
24854
|
website: string;
|
|
24989
24855
|
contactPreference: string;
|
|
24990
24856
|
images?: Array<{
|
|
@@ -25133,7 +24999,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25133
24999
|
description: string;
|
|
25134
25000
|
legalTradingName: string;
|
|
25135
25001
|
type: SellerMetadataType;
|
|
25136
|
-
kind: string;
|
|
25137
25002
|
website: string;
|
|
25138
25003
|
contactPreference: string;
|
|
25139
25004
|
images?: Array<{
|
|
@@ -25192,7 +25057,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25192
25057
|
description: string;
|
|
25193
25058
|
legalTradingName: string;
|
|
25194
25059
|
type: SellerMetadataType;
|
|
25195
|
-
kind: string;
|
|
25196
25060
|
website: string;
|
|
25197
25061
|
contactPreference: string;
|
|
25198
25062
|
images?: Array<{
|
|
@@ -25434,7 +25298,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25434
25298
|
description: string;
|
|
25435
25299
|
legalTradingName: string;
|
|
25436
25300
|
type: SellerMetadataType;
|
|
25437
|
-
kind: string;
|
|
25438
25301
|
website: string;
|
|
25439
25302
|
contactPreference: string;
|
|
25440
25303
|
images?: Array<{
|
|
@@ -25515,7 +25378,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25515
25378
|
description: string;
|
|
25516
25379
|
legalTradingName: string;
|
|
25517
25380
|
type: SellerMetadataType;
|
|
25518
|
-
kind: string;
|
|
25519
25381
|
website: string;
|
|
25520
25382
|
contactPreference: string;
|
|
25521
25383
|
images?: Array<{
|
|
@@ -25686,7 +25548,6 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
25686
25548
|
description: string;
|
|
25687
25549
|
legalTradingName: string;
|
|
25688
25550
|
type: SellerMetadataType;
|
|
25689
|
-
kind: string;
|
|
25690
25551
|
website: string;
|
|
25691
25552
|
contactPreference: string;
|
|
25692
25553
|
images?: Array<{
|
|
@@ -25835,7 +25696,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
25835
25696
|
description: string;
|
|
25836
25697
|
legalTradingName: string;
|
|
25837
25698
|
type: SellerMetadataType;
|
|
25838
|
-
kind: string;
|
|
25839
25699
|
website: string;
|
|
25840
25700
|
contactPreference: string;
|
|
25841
25701
|
images?: Array<{
|
|
@@ -25894,7 +25754,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
25894
25754
|
description: string;
|
|
25895
25755
|
legalTradingName: string;
|
|
25896
25756
|
type: SellerMetadataType;
|
|
25897
|
-
kind: string;
|
|
25898
25757
|
website: string;
|
|
25899
25758
|
contactPreference: string;
|
|
25900
25759
|
images?: Array<{
|
|
@@ -26136,7 +25995,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
26136
25995
|
description: string;
|
|
26137
25996
|
legalTradingName: string;
|
|
26138
25997
|
type: SellerMetadataType;
|
|
26139
|
-
kind: string;
|
|
26140
25998
|
website: string;
|
|
26141
25999
|
contactPreference: string;
|
|
26142
26000
|
images?: Array<{
|
|
@@ -26217,7 +26075,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
26217
26075
|
description: string;
|
|
26218
26076
|
legalTradingName: string;
|
|
26219
26077
|
type: SellerMetadataType;
|
|
26220
|
-
kind: string;
|
|
26221
26078
|
website: string;
|
|
26222
26079
|
contactPreference: string;
|
|
26223
26080
|
images?: Array<{
|
|
@@ -26388,7 +26245,6 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
26388
26245
|
description: string;
|
|
26389
26246
|
legalTradingName: string;
|
|
26390
26247
|
type: SellerMetadataType;
|
|
26391
|
-
kind: string;
|
|
26392
26248
|
website: string;
|
|
26393
26249
|
contactPreference: string;
|
|
26394
26250
|
images?: Array<{
|
|
@@ -26511,7 +26367,6 @@ export type BaseProductV1SellerFieldsFragment = {
|
|
|
26511
26367
|
description: string;
|
|
26512
26368
|
legalTradingName: string;
|
|
26513
26369
|
type: SellerMetadataType;
|
|
26514
|
-
kind: string;
|
|
26515
26370
|
website: string;
|
|
26516
26371
|
contactPreference: string;
|
|
26517
26372
|
images?: Array<{
|
|
@@ -26716,7 +26571,6 @@ export type GetOfferByIdQueryQuery = {
|
|
|
26716
26571
|
description: string;
|
|
26717
26572
|
legalTradingName: string;
|
|
26718
26573
|
type: SellerMetadataType;
|
|
26719
|
-
kind: string;
|
|
26720
26574
|
website: string;
|
|
26721
26575
|
contactPreference: string;
|
|
26722
26576
|
images?: Array<{
|
|
@@ -26775,7 +26629,6 @@ export type GetOfferByIdQueryQuery = {
|
|
|
26775
26629
|
description: string;
|
|
26776
26630
|
legalTradingName: string;
|
|
26777
26631
|
type: SellerMetadataType;
|
|
26778
|
-
kind: string;
|
|
26779
26632
|
website: string;
|
|
26780
26633
|
contactPreference: string;
|
|
26781
26634
|
images?: Array<{
|
|
@@ -27013,7 +26866,6 @@ export type GetOfferByIdQueryQuery = {
|
|
|
27013
26866
|
description: string;
|
|
27014
26867
|
legalTradingName: string;
|
|
27015
26868
|
type: SellerMetadataType;
|
|
27016
|
-
kind: string;
|
|
27017
26869
|
website: string;
|
|
27018
26870
|
contactPreference: string;
|
|
27019
26871
|
images?: Array<{
|
|
@@ -27094,7 +26946,6 @@ export type GetOfferByIdQueryQuery = {
|
|
|
27094
26946
|
description: string;
|
|
27095
26947
|
legalTradingName: string;
|
|
27096
26948
|
type: SellerMetadataType;
|
|
27097
|
-
kind: string;
|
|
27098
26949
|
website: string;
|
|
27099
26950
|
contactPreference: string;
|
|
27100
26951
|
images?: Array<{
|
|
@@ -27263,7 +27114,6 @@ export type GetOffersQueryQuery = {
|
|
|
27263
27114
|
description: string;
|
|
27264
27115
|
legalTradingName: string;
|
|
27265
27116
|
type: SellerMetadataType;
|
|
27266
|
-
kind: string;
|
|
27267
27117
|
website: string;
|
|
27268
27118
|
contactPreference: string;
|
|
27269
27119
|
images?: Array<{
|
|
@@ -27322,7 +27172,6 @@ export type GetOffersQueryQuery = {
|
|
|
27322
27172
|
description: string;
|
|
27323
27173
|
legalTradingName: string;
|
|
27324
27174
|
type: SellerMetadataType;
|
|
27325
|
-
kind: string;
|
|
27326
27175
|
website: string;
|
|
27327
27176
|
contactPreference: string;
|
|
27328
27177
|
images?: Array<{
|
|
@@ -27560,7 +27409,6 @@ export type GetOffersQueryQuery = {
|
|
|
27560
27409
|
description: string;
|
|
27561
27410
|
legalTradingName: string;
|
|
27562
27411
|
type: SellerMetadataType;
|
|
27563
|
-
kind: string;
|
|
27564
27412
|
website: string;
|
|
27565
27413
|
contactPreference: string;
|
|
27566
27414
|
images?: Array<{
|
|
@@ -27641,7 +27489,6 @@ export type GetOffersQueryQuery = {
|
|
|
27641
27489
|
description: string;
|
|
27642
27490
|
legalTradingName: string;
|
|
27643
27491
|
type: SellerMetadataType;
|
|
27644
|
-
kind: string;
|
|
27645
27492
|
website: string;
|
|
27646
27493
|
contactPreference: string;
|
|
27647
27494
|
images?: Array<{
|
|
@@ -27794,7 +27641,6 @@ export type OfferFieldsFragment = {
|
|
|
27794
27641
|
description: string;
|
|
27795
27642
|
legalTradingName: string;
|
|
27796
27643
|
type: SellerMetadataType;
|
|
27797
|
-
kind: string;
|
|
27798
27644
|
website: string;
|
|
27799
27645
|
contactPreference: string;
|
|
27800
27646
|
images?: Array<{
|
|
@@ -27853,7 +27699,6 @@ export type OfferFieldsFragment = {
|
|
|
27853
27699
|
description: string;
|
|
27854
27700
|
legalTradingName: string;
|
|
27855
27701
|
type: SellerMetadataType;
|
|
27856
|
-
kind: string;
|
|
27857
27702
|
website: string;
|
|
27858
27703
|
contactPreference: string;
|
|
27859
27704
|
images?: Array<{
|
|
@@ -28091,7 +27936,6 @@ export type OfferFieldsFragment = {
|
|
|
28091
27936
|
description: string;
|
|
28092
27937
|
legalTradingName: string;
|
|
28093
27938
|
type: SellerMetadataType;
|
|
28094
|
-
kind: string;
|
|
28095
27939
|
website: string;
|
|
28096
27940
|
contactPreference: string;
|
|
28097
27941
|
images?: Array<{
|
|
@@ -28172,7 +28016,6 @@ export type OfferFieldsFragment = {
|
|
|
28172
28016
|
description: string;
|
|
28173
28017
|
legalTradingName: string;
|
|
28174
28018
|
type: SellerMetadataType;
|
|
28175
|
-
kind: string;
|
|
28176
28019
|
website: string;
|
|
28177
28020
|
contactPreference: string;
|
|
28178
28021
|
images?: Array<{
|
|
@@ -28299,7 +28142,6 @@ export type BaseOfferFieldsFragment = {
|
|
|
28299
28142
|
description: string;
|
|
28300
28143
|
legalTradingName: string;
|
|
28301
28144
|
type: SellerMetadataType;
|
|
28302
|
-
kind: string;
|
|
28303
28145
|
website: string;
|
|
28304
28146
|
contactPreference: string;
|
|
28305
28147
|
images?: Array<{
|
|
@@ -28537,7 +28379,6 @@ export type BaseOfferFieldsFragment = {
|
|
|
28537
28379
|
description: string;
|
|
28538
28380
|
legalTradingName: string;
|
|
28539
28381
|
type: SellerMetadataType;
|
|
28540
|
-
kind: string;
|
|
28541
28382
|
website: string;
|
|
28542
28383
|
contactPreference: string;
|
|
28543
28384
|
images?: Array<{
|
|
@@ -28618,7 +28459,6 @@ export type BaseOfferFieldsFragment = {
|
|
|
28618
28459
|
description: string;
|
|
28619
28460
|
legalTradingName: string;
|
|
28620
28461
|
type: SellerMetadataType;
|
|
28621
|
-
kind: string;
|
|
28622
28462
|
website: string;
|
|
28623
28463
|
contactPreference: string;
|
|
28624
28464
|
images?: Array<{
|
|
@@ -28740,7 +28580,6 @@ export const BaseSellerFieldsFragmentDoc = gql`
|
|
|
28740
28580
|
description
|
|
28741
28581
|
legalTradingName
|
|
28742
28582
|
type
|
|
28743
|
-
kind
|
|
28744
28583
|
website
|
|
28745
28584
|
images {
|
|
28746
28585
|
...SellerMetadataMediaFields
|