@bosonprotocol/core-sdk 1.28.0-alpha.0 → 1.28.0-alpha.2
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 +278 -0
- package/dist/cjs/subgraph.d.ts.map +1 -1
- package/dist/cjs/subgraph.js +2 -0
- package/dist/cjs/subgraph.js.map +1 -1
- package/dist/esm/subgraph.d.ts +278 -0
- package/dist/esm/subgraph.d.ts.map +1 -1
- package/dist/esm/subgraph.js +2 -0
- package/dist/esm/subgraph.js.map +1 -1
- package/package.json +3 -3
- package/src/accounts/queries.graphql +2 -0
- package/src/subgraph.ts +280 -0
package/src/subgraph.ts
CHANGED
|
@@ -9732,6 +9732,8 @@ export type GetSellerByIdQueryQuery = {
|
|
|
9732
9732
|
type: string;
|
|
9733
9733
|
width?: number | null;
|
|
9734
9734
|
height?: number | null;
|
|
9735
|
+
fit?: string | null;
|
|
9736
|
+
position?: string | null;
|
|
9735
9737
|
}> | null;
|
|
9736
9738
|
contactLinks?: Array<{
|
|
9737
9739
|
__typename?: "SellerContactLink";
|
|
@@ -9996,6 +9998,8 @@ export type GetSellerByIdQueryQuery = {
|
|
|
9996
9998
|
type: string;
|
|
9997
9999
|
width?: number | null;
|
|
9998
10000
|
height?: number | null;
|
|
10001
|
+
fit?: string | null;
|
|
10002
|
+
position?: string | null;
|
|
9999
10003
|
}> | null;
|
|
10000
10004
|
contactLinks?: Array<{
|
|
10001
10005
|
__typename?: "SellerContactLink";
|
|
@@ -10121,6 +10125,8 @@ export type GetSellerByIdQueryQuery = {
|
|
|
10121
10125
|
type: string;
|
|
10122
10126
|
width?: number | null;
|
|
10123
10127
|
height?: number | null;
|
|
10128
|
+
fit?: string | null;
|
|
10129
|
+
position?: string | null;
|
|
10124
10130
|
}> | null;
|
|
10125
10131
|
contactLinks?: Array<{
|
|
10126
10132
|
__typename?: "SellerContactLink";
|
|
@@ -10268,6 +10274,8 @@ export type GetSellerByIdQueryQuery = {
|
|
|
10268
10274
|
type: string;
|
|
10269
10275
|
width?: number | null;
|
|
10270
10276
|
height?: number | null;
|
|
10277
|
+
fit?: string | null;
|
|
10278
|
+
position?: string | null;
|
|
10271
10279
|
}> | null;
|
|
10272
10280
|
contactLinks?: Array<{
|
|
10273
10281
|
__typename?: "SellerContactLink";
|
|
@@ -10395,6 +10403,8 @@ export type GetSellerByIdQueryQuery = {
|
|
|
10395
10403
|
type: string;
|
|
10396
10404
|
width?: number | null;
|
|
10397
10405
|
height?: number | null;
|
|
10406
|
+
fit?: string | null;
|
|
10407
|
+
position?: string | null;
|
|
10398
10408
|
}> | null;
|
|
10399
10409
|
contactLinks?: Array<{
|
|
10400
10410
|
__typename?: "SellerContactLink";
|
|
@@ -10573,6 +10583,8 @@ export type GetSellersQueryQuery = {
|
|
|
10573
10583
|
type: string;
|
|
10574
10584
|
width?: number | null;
|
|
10575
10585
|
height?: number | null;
|
|
10586
|
+
fit?: string | null;
|
|
10587
|
+
position?: string | null;
|
|
10576
10588
|
}> | null;
|
|
10577
10589
|
contactLinks?: Array<{
|
|
10578
10590
|
__typename?: "SellerContactLink";
|
|
@@ -10837,6 +10849,8 @@ export type GetSellersQueryQuery = {
|
|
|
10837
10849
|
type: string;
|
|
10838
10850
|
width?: number | null;
|
|
10839
10851
|
height?: number | null;
|
|
10852
|
+
fit?: string | null;
|
|
10853
|
+
position?: string | null;
|
|
10840
10854
|
}> | null;
|
|
10841
10855
|
contactLinks?: Array<{
|
|
10842
10856
|
__typename?: "SellerContactLink";
|
|
@@ -10962,6 +10976,8 @@ export type GetSellersQueryQuery = {
|
|
|
10962
10976
|
type: string;
|
|
10963
10977
|
width?: number | null;
|
|
10964
10978
|
height?: number | null;
|
|
10979
|
+
fit?: string | null;
|
|
10980
|
+
position?: string | null;
|
|
10965
10981
|
}> | null;
|
|
10966
10982
|
contactLinks?: Array<{
|
|
10967
10983
|
__typename?: "SellerContactLink";
|
|
@@ -11109,6 +11125,8 @@ export type GetSellersQueryQuery = {
|
|
|
11109
11125
|
type: string;
|
|
11110
11126
|
width?: number | null;
|
|
11111
11127
|
height?: number | null;
|
|
11128
|
+
fit?: string | null;
|
|
11129
|
+
position?: string | null;
|
|
11112
11130
|
}> | null;
|
|
11113
11131
|
contactLinks?: Array<{
|
|
11114
11132
|
__typename?: "SellerContactLink";
|
|
@@ -11236,6 +11254,8 @@ export type GetSellersQueryQuery = {
|
|
|
11236
11254
|
type: string;
|
|
11237
11255
|
width?: number | null;
|
|
11238
11256
|
height?: number | null;
|
|
11257
|
+
fit?: string | null;
|
|
11258
|
+
position?: string | null;
|
|
11239
11259
|
}> | null;
|
|
11240
11260
|
contactLinks?: Array<{
|
|
11241
11261
|
__typename?: "SellerContactLink";
|
|
@@ -11386,6 +11406,8 @@ export type GetBuyerByIdQueryQuery = {
|
|
|
11386
11406
|
type: string;
|
|
11387
11407
|
width?: number | null;
|
|
11388
11408
|
height?: number | null;
|
|
11409
|
+
fit?: string | null;
|
|
11410
|
+
position?: string | null;
|
|
11389
11411
|
}> | null;
|
|
11390
11412
|
contactLinks?: Array<{
|
|
11391
11413
|
__typename?: "SellerContactLink";
|
|
@@ -11618,6 +11640,8 @@ export type GetBuyersQueryQuery = {
|
|
|
11618
11640
|
type: string;
|
|
11619
11641
|
width?: number | null;
|
|
11620
11642
|
height?: number | null;
|
|
11643
|
+
fit?: string | null;
|
|
11644
|
+
position?: string | null;
|
|
11621
11645
|
}> | null;
|
|
11622
11646
|
contactLinks?: Array<{
|
|
11623
11647
|
__typename?: "SellerContactLink";
|
|
@@ -11833,6 +11857,8 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
11833
11857
|
type: string;
|
|
11834
11858
|
width?: number | null;
|
|
11835
11859
|
height?: number | null;
|
|
11860
|
+
fit?: string | null;
|
|
11861
|
+
position?: string | null;
|
|
11836
11862
|
}> | null;
|
|
11837
11863
|
contactLinks?: Array<{
|
|
11838
11864
|
__typename?: "SellerContactLink";
|
|
@@ -12097,6 +12123,8 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
12097
12123
|
type: string;
|
|
12098
12124
|
width?: number | null;
|
|
12099
12125
|
height?: number | null;
|
|
12126
|
+
fit?: string | null;
|
|
12127
|
+
position?: string | null;
|
|
12100
12128
|
}> | null;
|
|
12101
12129
|
contactLinks?: Array<{
|
|
12102
12130
|
__typename?: "SellerContactLink";
|
|
@@ -12222,6 +12250,8 @@ export type GetDisputeResolverByIdQueryQuery = {
|
|
|
12222
12250
|
type: string;
|
|
12223
12251
|
width?: number | null;
|
|
12224
12252
|
height?: number | null;
|
|
12253
|
+
fit?: string | null;
|
|
12254
|
+
position?: string | null;
|
|
12225
12255
|
}> | null;
|
|
12226
12256
|
contactLinks?: Array<{
|
|
12227
12257
|
__typename?: "SellerContactLink";
|
|
@@ -12497,6 +12527,8 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
12497
12527
|
type: string;
|
|
12498
12528
|
width?: number | null;
|
|
12499
12529
|
height?: number | null;
|
|
12530
|
+
fit?: string | null;
|
|
12531
|
+
position?: string | null;
|
|
12500
12532
|
}> | null;
|
|
12501
12533
|
contactLinks?: Array<{
|
|
12502
12534
|
__typename?: "SellerContactLink";
|
|
@@ -12761,6 +12793,8 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
12761
12793
|
type: string;
|
|
12762
12794
|
width?: number | null;
|
|
12763
12795
|
height?: number | null;
|
|
12796
|
+
fit?: string | null;
|
|
12797
|
+
position?: string | null;
|
|
12764
12798
|
}> | null;
|
|
12765
12799
|
contactLinks?: Array<{
|
|
12766
12800
|
__typename?: "SellerContactLink";
|
|
@@ -12886,6 +12920,8 @@ export type GetDisputeResolversQueryQuery = {
|
|
|
12886
12920
|
type: string;
|
|
12887
12921
|
width?: number | null;
|
|
12888
12922
|
height?: number | null;
|
|
12923
|
+
fit?: string | null;
|
|
12924
|
+
position?: string | null;
|
|
12889
12925
|
}> | null;
|
|
12890
12926
|
contactLinks?: Array<{
|
|
12891
12927
|
__typename?: "SellerContactLink";
|
|
@@ -13158,6 +13194,8 @@ export type SellerFieldsFragment = {
|
|
|
13158
13194
|
type: string;
|
|
13159
13195
|
width?: number | null;
|
|
13160
13196
|
height?: number | null;
|
|
13197
|
+
fit?: string | null;
|
|
13198
|
+
position?: string | null;
|
|
13161
13199
|
}> | null;
|
|
13162
13200
|
contactLinks?: Array<{
|
|
13163
13201
|
__typename?: "SellerContactLink";
|
|
@@ -13418,6 +13456,8 @@ export type SellerFieldsFragment = {
|
|
|
13418
13456
|
type: string;
|
|
13419
13457
|
width?: number | null;
|
|
13420
13458
|
height?: number | null;
|
|
13459
|
+
fit?: string | null;
|
|
13460
|
+
position?: string | null;
|
|
13421
13461
|
}> | null;
|
|
13422
13462
|
contactLinks?: Array<{
|
|
13423
13463
|
__typename?: "SellerContactLink";
|
|
@@ -13543,6 +13583,8 @@ export type SellerFieldsFragment = {
|
|
|
13543
13583
|
type: string;
|
|
13544
13584
|
width?: number | null;
|
|
13545
13585
|
height?: number | null;
|
|
13586
|
+
fit?: string | null;
|
|
13587
|
+
position?: string | null;
|
|
13546
13588
|
}> | null;
|
|
13547
13589
|
contactLinks?: Array<{
|
|
13548
13590
|
__typename?: "SellerContactLink";
|
|
@@ -13690,6 +13732,8 @@ export type SellerFieldsFragment = {
|
|
|
13690
13732
|
type: string;
|
|
13691
13733
|
width?: number | null;
|
|
13692
13734
|
height?: number | null;
|
|
13735
|
+
fit?: string | null;
|
|
13736
|
+
position?: string | null;
|
|
13693
13737
|
}> | null;
|
|
13694
13738
|
contactLinks?: Array<{
|
|
13695
13739
|
__typename?: "SellerContactLink";
|
|
@@ -13817,6 +13861,8 @@ export type SellerFieldsFragment = {
|
|
|
13817
13861
|
type: string;
|
|
13818
13862
|
width?: number | null;
|
|
13819
13863
|
height?: number | null;
|
|
13864
|
+
fit?: string | null;
|
|
13865
|
+
position?: string | null;
|
|
13820
13866
|
}> | null;
|
|
13821
13867
|
contactLinks?: Array<{
|
|
13822
13868
|
__typename?: "SellerContactLink";
|
|
@@ -13863,6 +13909,8 @@ export type SellerMetadataMediaFieldsFragment = {
|
|
|
13863
13909
|
type: string;
|
|
13864
13910
|
width?: number | null;
|
|
13865
13911
|
height?: number | null;
|
|
13912
|
+
fit?: string | null;
|
|
13913
|
+
position?: string | null;
|
|
13866
13914
|
};
|
|
13867
13915
|
|
|
13868
13916
|
export type SellerContactLinkFieldsFragment = {
|
|
@@ -13935,6 +13983,8 @@ export type BaseSellerFieldsFragment = {
|
|
|
13935
13983
|
type: string;
|
|
13936
13984
|
width?: number | null;
|
|
13937
13985
|
height?: number | null;
|
|
13986
|
+
fit?: string | null;
|
|
13987
|
+
position?: string | null;
|
|
13938
13988
|
}> | null;
|
|
13939
13989
|
contactLinks?: Array<{
|
|
13940
13990
|
__typename?: "SellerContactLink";
|
|
@@ -14069,6 +14119,8 @@ export type BuyerFieldsFragment = {
|
|
|
14069
14119
|
type: string;
|
|
14070
14120
|
width?: number | null;
|
|
14071
14121
|
height?: number | null;
|
|
14122
|
+
fit?: string | null;
|
|
14123
|
+
position?: string | null;
|
|
14072
14124
|
}> | null;
|
|
14073
14125
|
contactLinks?: Array<{
|
|
14074
14126
|
__typename?: "SellerContactLink";
|
|
@@ -14272,6 +14324,8 @@ export type DisputeResolverFieldsFragment = {
|
|
|
14272
14324
|
type: string;
|
|
14273
14325
|
width?: number | null;
|
|
14274
14326
|
height?: number | null;
|
|
14327
|
+
fit?: string | null;
|
|
14328
|
+
position?: string | null;
|
|
14275
14329
|
}> | null;
|
|
14276
14330
|
contactLinks?: Array<{
|
|
14277
14331
|
__typename?: "SellerContactLink";
|
|
@@ -14532,6 +14586,8 @@ export type DisputeResolverFieldsFragment = {
|
|
|
14532
14586
|
type: string;
|
|
14533
14587
|
width?: number | null;
|
|
14534
14588
|
height?: number | null;
|
|
14589
|
+
fit?: string | null;
|
|
14590
|
+
position?: string | null;
|
|
14535
14591
|
}> | null;
|
|
14536
14592
|
contactLinks?: Array<{
|
|
14537
14593
|
__typename?: "SellerContactLink";
|
|
@@ -14657,6 +14713,8 @@ export type DisputeResolverFieldsFragment = {
|
|
|
14657
14713
|
type: string;
|
|
14658
14714
|
width?: number | null;
|
|
14659
14715
|
height?: number | null;
|
|
14716
|
+
fit?: string | null;
|
|
14717
|
+
position?: string | null;
|
|
14660
14718
|
}> | null;
|
|
14661
14719
|
contactLinks?: Array<{
|
|
14662
14720
|
__typename?: "SellerContactLink";
|
|
@@ -14977,6 +15035,8 @@ export type GetDisputeByIdQueryQuery = {
|
|
|
14977
15035
|
type: string;
|
|
14978
15036
|
width?: number | null;
|
|
14979
15037
|
height?: number | null;
|
|
15038
|
+
fit?: string | null;
|
|
15039
|
+
position?: string | null;
|
|
14980
15040
|
}> | null;
|
|
14981
15041
|
contactLinks?: Array<{
|
|
14982
15042
|
__typename?: "SellerContactLink";
|
|
@@ -15048,6 +15108,8 @@ export type GetDisputeByIdQueryQuery = {
|
|
|
15048
15108
|
type: string;
|
|
15049
15109
|
width?: number | null;
|
|
15050
15110
|
height?: number | null;
|
|
15111
|
+
fit?: string | null;
|
|
15112
|
+
position?: string | null;
|
|
15051
15113
|
}> | null;
|
|
15052
15114
|
contactLinks?: Array<{
|
|
15053
15115
|
__typename?: "SellerContactLink";
|
|
@@ -15186,6 +15248,8 @@ export type GetDisputesQueryQuery = {
|
|
|
15186
15248
|
type: string;
|
|
15187
15249
|
width?: number | null;
|
|
15188
15250
|
height?: number | null;
|
|
15251
|
+
fit?: string | null;
|
|
15252
|
+
position?: string | null;
|
|
15189
15253
|
}> | null;
|
|
15190
15254
|
contactLinks?: Array<{
|
|
15191
15255
|
__typename?: "SellerContactLink";
|
|
@@ -15257,6 +15321,8 @@ export type GetDisputesQueryQuery = {
|
|
|
15257
15321
|
type: string;
|
|
15258
15322
|
width?: number | null;
|
|
15259
15323
|
height?: number | null;
|
|
15324
|
+
fit?: string | null;
|
|
15325
|
+
position?: string | null;
|
|
15260
15326
|
}> | null;
|
|
15261
15327
|
contactLinks?: Array<{
|
|
15262
15328
|
__typename?: "SellerContactLink";
|
|
@@ -15385,6 +15451,8 @@ export type DisputeFieldsFragment = {
|
|
|
15385
15451
|
type: string;
|
|
15386
15452
|
width?: number | null;
|
|
15387
15453
|
height?: number | null;
|
|
15454
|
+
fit?: string | null;
|
|
15455
|
+
position?: string | null;
|
|
15388
15456
|
}> | null;
|
|
15389
15457
|
contactLinks?: Array<{
|
|
15390
15458
|
__typename?: "SellerContactLink";
|
|
@@ -15456,6 +15524,8 @@ export type DisputeFieldsFragment = {
|
|
|
15456
15524
|
type: string;
|
|
15457
15525
|
width?: number | null;
|
|
15458
15526
|
height?: number | null;
|
|
15527
|
+
fit?: string | null;
|
|
15528
|
+
position?: string | null;
|
|
15459
15529
|
}> | null;
|
|
15460
15530
|
contactLinks?: Array<{
|
|
15461
15531
|
__typename?: "SellerContactLink";
|
|
@@ -15611,6 +15681,8 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
15611
15681
|
type: string;
|
|
15612
15682
|
width?: number | null;
|
|
15613
15683
|
height?: number | null;
|
|
15684
|
+
fit?: string | null;
|
|
15685
|
+
position?: string | null;
|
|
15614
15686
|
}> | null;
|
|
15615
15687
|
contactLinks?: Array<{
|
|
15616
15688
|
__typename?: "SellerContactLink";
|
|
@@ -15875,6 +15947,8 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
15875
15947
|
type: string;
|
|
15876
15948
|
width?: number | null;
|
|
15877
15949
|
height?: number | null;
|
|
15950
|
+
fit?: string | null;
|
|
15951
|
+
position?: string | null;
|
|
15878
15952
|
}> | null;
|
|
15879
15953
|
contactLinks?: Array<{
|
|
15880
15954
|
__typename?: "SellerContactLink";
|
|
@@ -16000,6 +16074,8 @@ export type GetExchangeTokenByIdQueryQuery = {
|
|
|
16000
16074
|
type: string;
|
|
16001
16075
|
width?: number | null;
|
|
16002
16076
|
height?: number | null;
|
|
16077
|
+
fit?: string | null;
|
|
16078
|
+
position?: string | null;
|
|
16003
16079
|
}> | null;
|
|
16004
16080
|
contactLinks?: Array<{
|
|
16005
16081
|
__typename?: "SellerContactLink";
|
|
@@ -16186,6 +16262,8 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
16186
16262
|
type: string;
|
|
16187
16263
|
width?: number | null;
|
|
16188
16264
|
height?: number | null;
|
|
16265
|
+
fit?: string | null;
|
|
16266
|
+
position?: string | null;
|
|
16189
16267
|
}> | null;
|
|
16190
16268
|
contactLinks?: Array<{
|
|
16191
16269
|
__typename?: "SellerContactLink";
|
|
@@ -16450,6 +16528,8 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
16450
16528
|
type: string;
|
|
16451
16529
|
width?: number | null;
|
|
16452
16530
|
height?: number | null;
|
|
16531
|
+
fit?: string | null;
|
|
16532
|
+
position?: string | null;
|
|
16453
16533
|
}> | null;
|
|
16454
16534
|
contactLinks?: Array<{
|
|
16455
16535
|
__typename?: "SellerContactLink";
|
|
@@ -16575,6 +16655,8 @@ export type GetExchangeTokensQueryQuery = {
|
|
|
16575
16655
|
type: string;
|
|
16576
16656
|
width?: number | null;
|
|
16577
16657
|
height?: number | null;
|
|
16658
|
+
fit?: string | null;
|
|
16659
|
+
position?: string | null;
|
|
16578
16660
|
}> | null;
|
|
16579
16661
|
contactLinks?: Array<{
|
|
16580
16662
|
__typename?: "SellerContactLink";
|
|
@@ -16739,6 +16821,8 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
16739
16821
|
type: string;
|
|
16740
16822
|
width?: number | null;
|
|
16741
16823
|
height?: number | null;
|
|
16824
|
+
fit?: string | null;
|
|
16825
|
+
position?: string | null;
|
|
16742
16826
|
}> | null;
|
|
16743
16827
|
contactLinks?: Array<{
|
|
16744
16828
|
__typename?: "SellerContactLink";
|
|
@@ -16999,6 +17083,8 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
16999
17083
|
type: string;
|
|
17000
17084
|
width?: number | null;
|
|
17001
17085
|
height?: number | null;
|
|
17086
|
+
fit?: string | null;
|
|
17087
|
+
position?: string | null;
|
|
17002
17088
|
}> | null;
|
|
17003
17089
|
contactLinks?: Array<{
|
|
17004
17090
|
__typename?: "SellerContactLink";
|
|
@@ -17124,6 +17210,8 @@ export type ExchangeTokenFieldsFragment = {
|
|
|
17124
17210
|
type: string;
|
|
17125
17211
|
width?: number | null;
|
|
17126
17212
|
height?: number | null;
|
|
17213
|
+
fit?: string | null;
|
|
17214
|
+
position?: string | null;
|
|
17127
17215
|
}> | null;
|
|
17128
17216
|
contactLinks?: Array<{
|
|
17129
17217
|
__typename?: "SellerContactLink";
|
|
@@ -17471,6 +17559,8 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
17471
17559
|
type: string;
|
|
17472
17560
|
width?: number | null;
|
|
17473
17561
|
height?: number | null;
|
|
17562
|
+
fit?: string | null;
|
|
17563
|
+
position?: string | null;
|
|
17474
17564
|
}> | null;
|
|
17475
17565
|
contactLinks?: Array<{
|
|
17476
17566
|
__typename?: "SellerContactLink";
|
|
@@ -17735,6 +17825,8 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
17735
17825
|
type: string;
|
|
17736
17826
|
width?: number | null;
|
|
17737
17827
|
height?: number | null;
|
|
17828
|
+
fit?: string | null;
|
|
17829
|
+
position?: string | null;
|
|
17738
17830
|
}> | null;
|
|
17739
17831
|
contactLinks?: Array<{
|
|
17740
17832
|
__typename?: "SellerContactLink";
|
|
@@ -17860,6 +17952,8 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
17860
17952
|
type: string;
|
|
17861
17953
|
width?: number | null;
|
|
17862
17954
|
height?: number | null;
|
|
17955
|
+
fit?: string | null;
|
|
17956
|
+
position?: string | null;
|
|
17863
17957
|
}> | null;
|
|
17864
17958
|
contactLinks?: Array<{
|
|
17865
17959
|
__typename?: "SellerContactLink";
|
|
@@ -17993,6 +18087,8 @@ export type GetExchangeByIdQueryQuery = {
|
|
|
17993
18087
|
type: string;
|
|
17994
18088
|
width?: number | null;
|
|
17995
18089
|
height?: number | null;
|
|
18090
|
+
fit?: string | null;
|
|
18091
|
+
position?: string | null;
|
|
17996
18092
|
}> | null;
|
|
17997
18093
|
contactLinks?: Array<{
|
|
17998
18094
|
__typename?: "SellerContactLink";
|
|
@@ -18126,6 +18222,8 @@ export type GetExchangesQueryQuery = {
|
|
|
18126
18222
|
type: string;
|
|
18127
18223
|
width?: number | null;
|
|
18128
18224
|
height?: number | null;
|
|
18225
|
+
fit?: string | null;
|
|
18226
|
+
position?: string | null;
|
|
18129
18227
|
}> | null;
|
|
18130
18228
|
contactLinks?: Array<{
|
|
18131
18229
|
__typename?: "SellerContactLink";
|
|
@@ -18390,6 +18488,8 @@ export type GetExchangesQueryQuery = {
|
|
|
18390
18488
|
type: string;
|
|
18391
18489
|
width?: number | null;
|
|
18392
18490
|
height?: number | null;
|
|
18491
|
+
fit?: string | null;
|
|
18492
|
+
position?: string | null;
|
|
18393
18493
|
}> | null;
|
|
18394
18494
|
contactLinks?: Array<{
|
|
18395
18495
|
__typename?: "SellerContactLink";
|
|
@@ -18515,6 +18615,8 @@ export type GetExchangesQueryQuery = {
|
|
|
18515
18615
|
type: string;
|
|
18516
18616
|
width?: number | null;
|
|
18517
18617
|
height?: number | null;
|
|
18618
|
+
fit?: string | null;
|
|
18619
|
+
position?: string | null;
|
|
18518
18620
|
}> | null;
|
|
18519
18621
|
contactLinks?: Array<{
|
|
18520
18622
|
__typename?: "SellerContactLink";
|
|
@@ -18648,6 +18750,8 @@ export type GetExchangesQueryQuery = {
|
|
|
18648
18750
|
type: string;
|
|
18649
18751
|
width?: number | null;
|
|
18650
18752
|
height?: number | null;
|
|
18753
|
+
fit?: string | null;
|
|
18754
|
+
position?: string | null;
|
|
18651
18755
|
}> | null;
|
|
18652
18756
|
contactLinks?: Array<{
|
|
18653
18757
|
__typename?: "SellerContactLink";
|
|
@@ -18771,6 +18875,8 @@ export type ExchangeFieldsFragment = {
|
|
|
18771
18875
|
type: string;
|
|
18772
18876
|
width?: number | null;
|
|
18773
18877
|
height?: number | null;
|
|
18878
|
+
fit?: string | null;
|
|
18879
|
+
position?: string | null;
|
|
18774
18880
|
}> | null;
|
|
18775
18881
|
contactLinks?: Array<{
|
|
18776
18882
|
__typename?: "SellerContactLink";
|
|
@@ -19031,6 +19137,8 @@ export type ExchangeFieldsFragment = {
|
|
|
19031
19137
|
type: string;
|
|
19032
19138
|
width?: number | null;
|
|
19033
19139
|
height?: number | null;
|
|
19140
|
+
fit?: string | null;
|
|
19141
|
+
position?: string | null;
|
|
19034
19142
|
}> | null;
|
|
19035
19143
|
contactLinks?: Array<{
|
|
19036
19144
|
__typename?: "SellerContactLink";
|
|
@@ -19156,6 +19264,8 @@ export type ExchangeFieldsFragment = {
|
|
|
19156
19264
|
type: string;
|
|
19157
19265
|
width?: number | null;
|
|
19158
19266
|
height?: number | null;
|
|
19267
|
+
fit?: string | null;
|
|
19268
|
+
position?: string | null;
|
|
19159
19269
|
}> | null;
|
|
19160
19270
|
contactLinks?: Array<{
|
|
19161
19271
|
__typename?: "SellerContactLink";
|
|
@@ -19284,6 +19394,8 @@ export type ExchangeFieldsFragment = {
|
|
|
19284
19394
|
type: string;
|
|
19285
19395
|
width?: number | null;
|
|
19286
19396
|
height?: number | null;
|
|
19397
|
+
fit?: string | null;
|
|
19398
|
+
position?: string | null;
|
|
19287
19399
|
}> | null;
|
|
19288
19400
|
contactLinks?: Array<{
|
|
19289
19401
|
__typename?: "SellerContactLink";
|
|
@@ -19386,6 +19498,8 @@ export type BaseExchangeFieldsFragment = {
|
|
|
19386
19498
|
type: string;
|
|
19387
19499
|
width?: number | null;
|
|
19388
19500
|
height?: number | null;
|
|
19501
|
+
fit?: string | null;
|
|
19502
|
+
position?: string | null;
|
|
19389
19503
|
}> | null;
|
|
19390
19504
|
contactLinks?: Array<{
|
|
19391
19505
|
__typename?: "SellerContactLink";
|
|
@@ -19618,6 +19732,8 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
19618
19732
|
type: string;
|
|
19619
19733
|
width?: number | null;
|
|
19620
19734
|
height?: number | null;
|
|
19735
|
+
fit?: string | null;
|
|
19736
|
+
position?: string | null;
|
|
19621
19737
|
}> | null;
|
|
19622
19738
|
contactLinks?: Array<{
|
|
19623
19739
|
__typename?: "SellerContactLink";
|
|
@@ -19882,6 +19998,8 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
19882
19998
|
type: string;
|
|
19883
19999
|
width?: number | null;
|
|
19884
20000
|
height?: number | null;
|
|
20001
|
+
fit?: string | null;
|
|
20002
|
+
position?: string | null;
|
|
19885
20003
|
}> | null;
|
|
19886
20004
|
contactLinks?: Array<{
|
|
19887
20005
|
__typename?: "SellerContactLink";
|
|
@@ -20007,6 +20125,8 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
20007
20125
|
type: string;
|
|
20008
20126
|
width?: number | null;
|
|
20009
20127
|
height?: number | null;
|
|
20128
|
+
fit?: string | null;
|
|
20129
|
+
position?: string | null;
|
|
20010
20130
|
}> | null;
|
|
20011
20131
|
contactLinks?: Array<{
|
|
20012
20132
|
__typename?: "SellerContactLink";
|
|
@@ -20119,6 +20239,8 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
|
|
|
20119
20239
|
type: string;
|
|
20120
20240
|
width?: number | null;
|
|
20121
20241
|
height?: number | null;
|
|
20242
|
+
fit?: string | null;
|
|
20243
|
+
position?: string | null;
|
|
20122
20244
|
}> | null;
|
|
20123
20245
|
contactLinks?: Array<{
|
|
20124
20246
|
__typename?: "SellerContactLink";
|
|
@@ -20278,6 +20400,8 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
20278
20400
|
type: string;
|
|
20279
20401
|
width?: number | null;
|
|
20280
20402
|
height?: number | null;
|
|
20403
|
+
fit?: string | null;
|
|
20404
|
+
position?: string | null;
|
|
20281
20405
|
}> | null;
|
|
20282
20406
|
contactLinks?: Array<{
|
|
20283
20407
|
__typename?: "SellerContactLink";
|
|
@@ -20542,6 +20666,8 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
20542
20666
|
type: string;
|
|
20543
20667
|
width?: number | null;
|
|
20544
20668
|
height?: number | null;
|
|
20669
|
+
fit?: string | null;
|
|
20670
|
+
position?: string | null;
|
|
20545
20671
|
}> | null;
|
|
20546
20672
|
contactLinks?: Array<{
|
|
20547
20673
|
__typename?: "SellerContactLink";
|
|
@@ -20667,6 +20793,8 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
20667
20793
|
type: string;
|
|
20668
20794
|
width?: number | null;
|
|
20669
20795
|
height?: number | null;
|
|
20796
|
+
fit?: string | null;
|
|
20797
|
+
position?: string | null;
|
|
20670
20798
|
}> | null;
|
|
20671
20799
|
contactLinks?: Array<{
|
|
20672
20800
|
__typename?: "SellerContactLink";
|
|
@@ -20779,6 +20907,8 @@ export type GetBaseMetadataEntitiesQueryQuery = {
|
|
|
20779
20907
|
type: string;
|
|
20780
20908
|
width?: number | null;
|
|
20781
20909
|
height?: number | null;
|
|
20910
|
+
fit?: string | null;
|
|
20911
|
+
position?: string | null;
|
|
20782
20912
|
}> | null;
|
|
20783
20913
|
contactLinks?: Array<{
|
|
20784
20914
|
__typename?: "SellerContactLink";
|
|
@@ -20928,6 +21058,8 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
20928
21058
|
type: string;
|
|
20929
21059
|
width?: number | null;
|
|
20930
21060
|
height?: number | null;
|
|
21061
|
+
fit?: string | null;
|
|
21062
|
+
position?: string | null;
|
|
20931
21063
|
}> | null;
|
|
20932
21064
|
contactLinks?: Array<{
|
|
20933
21065
|
__typename?: "SellerContactLink";
|
|
@@ -21188,6 +21320,8 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
21188
21320
|
type: string;
|
|
21189
21321
|
width?: number | null;
|
|
21190
21322
|
height?: number | null;
|
|
21323
|
+
fit?: string | null;
|
|
21324
|
+
position?: string | null;
|
|
21191
21325
|
}> | null;
|
|
21192
21326
|
contactLinks?: Array<{
|
|
21193
21327
|
__typename?: "SellerContactLink";
|
|
@@ -21313,6 +21447,8 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
21313
21447
|
type: string;
|
|
21314
21448
|
width?: number | null;
|
|
21315
21449
|
height?: number | null;
|
|
21450
|
+
fit?: string | null;
|
|
21451
|
+
position?: string | null;
|
|
21316
21452
|
}> | null;
|
|
21317
21453
|
contactLinks?: Array<{
|
|
21318
21454
|
__typename?: "SellerContactLink";
|
|
@@ -21425,6 +21561,8 @@ export type BaseMetadataEntityFieldsFragment = {
|
|
|
21425
21561
|
type: string;
|
|
21426
21562
|
width?: number | null;
|
|
21427
21563
|
height?: number | null;
|
|
21564
|
+
fit?: string | null;
|
|
21565
|
+
position?: string | null;
|
|
21428
21566
|
}> | null;
|
|
21429
21567
|
contactLinks?: Array<{
|
|
21430
21568
|
__typename?: "SellerContactLink";
|
|
@@ -21573,6 +21711,8 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
21573
21711
|
type: string;
|
|
21574
21712
|
width?: number | null;
|
|
21575
21713
|
height?: number | null;
|
|
21714
|
+
fit?: string | null;
|
|
21715
|
+
position?: string | null;
|
|
21576
21716
|
}> | null;
|
|
21577
21717
|
contactLinks?: Array<{
|
|
21578
21718
|
__typename?: "SellerContactLink";
|
|
@@ -21833,6 +21973,8 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
21833
21973
|
type: string;
|
|
21834
21974
|
width?: number | null;
|
|
21835
21975
|
height?: number | null;
|
|
21976
|
+
fit?: string | null;
|
|
21977
|
+
position?: string | null;
|
|
21836
21978
|
}> | null;
|
|
21837
21979
|
contactLinks?: Array<{
|
|
21838
21980
|
__typename?: "SellerContactLink";
|
|
@@ -21958,6 +22100,8 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
21958
22100
|
type: string;
|
|
21959
22101
|
width?: number | null;
|
|
21960
22102
|
height?: number | null;
|
|
22103
|
+
fit?: string | null;
|
|
22104
|
+
position?: string | null;
|
|
21961
22105
|
}> | null;
|
|
21962
22106
|
contactLinks?: Array<{
|
|
21963
22107
|
__typename?: "SellerContactLink";
|
|
@@ -22070,6 +22214,8 @@ export type BaseBaseMetadataEntityFieldsFragment = {
|
|
|
22070
22214
|
type: string;
|
|
22071
22215
|
width?: number | null;
|
|
22072
22216
|
height?: number | null;
|
|
22217
|
+
fit?: string | null;
|
|
22218
|
+
position?: string | null;
|
|
22073
22219
|
}> | null;
|
|
22074
22220
|
contactLinks?: Array<{
|
|
22075
22221
|
__typename?: "SellerContactLink";
|
|
@@ -22281,6 +22427,8 @@ export type GetProductV1ProductsQueryQuery = {
|
|
|
22281
22427
|
type: string;
|
|
22282
22428
|
width?: number | null;
|
|
22283
22429
|
height?: number | null;
|
|
22430
|
+
fit?: string | null;
|
|
22431
|
+
position?: string | null;
|
|
22284
22432
|
}> | null;
|
|
22285
22433
|
contactLinks?: Array<{
|
|
22286
22434
|
__typename?: "SellerContactLink";
|
|
@@ -22485,6 +22633,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
22485
22633
|
type: string;
|
|
22486
22634
|
width?: number | null;
|
|
22487
22635
|
height?: number | null;
|
|
22636
|
+
fit?: string | null;
|
|
22637
|
+
position?: string | null;
|
|
22488
22638
|
}> | null;
|
|
22489
22639
|
contactLinks?: Array<{
|
|
22490
22640
|
__typename?: "SellerContactLink";
|
|
@@ -22566,6 +22716,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
22566
22716
|
type: string;
|
|
22567
22717
|
width?: number | null;
|
|
22568
22718
|
height?: number | null;
|
|
22719
|
+
fit?: string | null;
|
|
22720
|
+
position?: string | null;
|
|
22569
22721
|
}> | null;
|
|
22570
22722
|
contactLinks?: Array<{
|
|
22571
22723
|
__typename?: "SellerContactLink";
|
|
@@ -22830,6 +22982,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
22830
22982
|
type: string;
|
|
22831
22983
|
width?: number | null;
|
|
22832
22984
|
height?: number | null;
|
|
22985
|
+
fit?: string | null;
|
|
22986
|
+
position?: string | null;
|
|
22833
22987
|
}> | null;
|
|
22834
22988
|
contactLinks?: Array<{
|
|
22835
22989
|
__typename?: "SellerContactLink";
|
|
@@ -22955,6 +23109,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
22955
23109
|
type: string;
|
|
22956
23110
|
width?: number | null;
|
|
22957
23111
|
height?: number | null;
|
|
23112
|
+
fit?: string | null;
|
|
23113
|
+
position?: string | null;
|
|
22958
23114
|
}> | null;
|
|
22959
23115
|
contactLinks?: Array<{
|
|
22960
23116
|
__typename?: "SellerContactLink";
|
|
@@ -23148,6 +23304,8 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
|
|
|
23148
23304
|
type: string;
|
|
23149
23305
|
width?: number | null;
|
|
23150
23306
|
height?: number | null;
|
|
23307
|
+
fit?: string | null;
|
|
23308
|
+
position?: string | null;
|
|
23151
23309
|
}> | null;
|
|
23152
23310
|
contactLinks?: Array<{
|
|
23153
23311
|
__typename?: "SellerContactLink";
|
|
@@ -23352,6 +23510,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
23352
23510
|
type: string;
|
|
23353
23511
|
width?: number | null;
|
|
23354
23512
|
height?: number | null;
|
|
23513
|
+
fit?: string | null;
|
|
23514
|
+
position?: string | null;
|
|
23355
23515
|
}> | null;
|
|
23356
23516
|
contactLinks?: Array<{
|
|
23357
23517
|
__typename?: "SellerContactLink";
|
|
@@ -23433,6 +23593,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
23433
23593
|
type: string;
|
|
23434
23594
|
width?: number | null;
|
|
23435
23595
|
height?: number | null;
|
|
23596
|
+
fit?: string | null;
|
|
23597
|
+
position?: string | null;
|
|
23436
23598
|
}> | null;
|
|
23437
23599
|
contactLinks?: Array<{
|
|
23438
23600
|
__typename?: "SellerContactLink";
|
|
@@ -23697,6 +23859,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
23697
23859
|
type: string;
|
|
23698
23860
|
width?: number | null;
|
|
23699
23861
|
height?: number | null;
|
|
23862
|
+
fit?: string | null;
|
|
23863
|
+
position?: string | null;
|
|
23700
23864
|
}> | null;
|
|
23701
23865
|
contactLinks?: Array<{
|
|
23702
23866
|
__typename?: "SellerContactLink";
|
|
@@ -23822,6 +23986,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
23822
23986
|
type: string;
|
|
23823
23987
|
width?: number | null;
|
|
23824
23988
|
height?: number | null;
|
|
23989
|
+
fit?: string | null;
|
|
23990
|
+
position?: string | null;
|
|
23825
23991
|
}> | null;
|
|
23826
23992
|
contactLinks?: Array<{
|
|
23827
23993
|
__typename?: "SellerContactLink";
|
|
@@ -24015,6 +24181,8 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
|
|
|
24015
24181
|
type: string;
|
|
24016
24182
|
width?: number | null;
|
|
24017
24183
|
height?: number | null;
|
|
24184
|
+
fit?: string | null;
|
|
24185
|
+
position?: string | null;
|
|
24018
24186
|
}> | null;
|
|
24019
24187
|
contactLinks?: Array<{
|
|
24020
24188
|
__typename?: "SellerContactLink";
|
|
@@ -24233,6 +24401,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
24233
24401
|
type: string;
|
|
24234
24402
|
width?: number | null;
|
|
24235
24403
|
height?: number | null;
|
|
24404
|
+
fit?: string | null;
|
|
24405
|
+
position?: string | null;
|
|
24236
24406
|
}> | null;
|
|
24237
24407
|
contactLinks?: Array<{
|
|
24238
24408
|
__typename?: "SellerContactLink";
|
|
@@ -24314,6 +24484,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
24314
24484
|
type: string;
|
|
24315
24485
|
width?: number | null;
|
|
24316
24486
|
height?: number | null;
|
|
24487
|
+
fit?: string | null;
|
|
24488
|
+
position?: string | null;
|
|
24317
24489
|
}> | null;
|
|
24318
24490
|
contactLinks?: Array<{
|
|
24319
24491
|
__typename?: "SellerContactLink";
|
|
@@ -24578,6 +24750,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
24578
24750
|
type: string;
|
|
24579
24751
|
width?: number | null;
|
|
24580
24752
|
height?: number | null;
|
|
24753
|
+
fit?: string | null;
|
|
24754
|
+
position?: string | null;
|
|
24581
24755
|
}> | null;
|
|
24582
24756
|
contactLinks?: Array<{
|
|
24583
24757
|
__typename?: "SellerContactLink";
|
|
@@ -24703,6 +24877,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
24703
24877
|
type: string;
|
|
24704
24878
|
width?: number | null;
|
|
24705
24879
|
height?: number | null;
|
|
24880
|
+
fit?: string | null;
|
|
24881
|
+
position?: string | null;
|
|
24706
24882
|
}> | null;
|
|
24707
24883
|
contactLinks?: Array<{
|
|
24708
24884
|
__typename?: "SellerContactLink";
|
|
@@ -24815,6 +24991,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
24815
24991
|
type: string;
|
|
24816
24992
|
width?: number | null;
|
|
24817
24993
|
height?: number | null;
|
|
24994
|
+
fit?: string | null;
|
|
24995
|
+
position?: string | null;
|
|
24818
24996
|
}> | null;
|
|
24819
24997
|
contactLinks?: Array<{
|
|
24820
24998
|
__typename?: "SellerContactLink";
|
|
@@ -24997,6 +25175,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
24997
25175
|
type: string;
|
|
24998
25176
|
width?: number | null;
|
|
24999
25177
|
height?: number | null;
|
|
25178
|
+
fit?: string | null;
|
|
25179
|
+
position?: string | null;
|
|
25000
25180
|
}> | null;
|
|
25001
25181
|
contactLinks?: Array<{
|
|
25002
25182
|
__typename?: "SellerContactLink";
|
|
@@ -25122,6 +25302,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
|
|
|
25122
25302
|
type: string;
|
|
25123
25303
|
width?: number | null;
|
|
25124
25304
|
height?: number | null;
|
|
25305
|
+
fit?: string | null;
|
|
25306
|
+
position?: string | null;
|
|
25125
25307
|
}> | null;
|
|
25126
25308
|
contactLinks?: Array<{
|
|
25127
25309
|
__typename?: "SellerContactLink";
|
|
@@ -25310,6 +25492,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
25310
25492
|
type: string;
|
|
25311
25493
|
width?: number | null;
|
|
25312
25494
|
height?: number | null;
|
|
25495
|
+
fit?: string | null;
|
|
25496
|
+
position?: string | null;
|
|
25313
25497
|
}> | null;
|
|
25314
25498
|
contactLinks?: Array<{
|
|
25315
25499
|
__typename?: "SellerContactLink";
|
|
@@ -25391,6 +25575,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
25391
25575
|
type: string;
|
|
25392
25576
|
width?: number | null;
|
|
25393
25577
|
height?: number | null;
|
|
25578
|
+
fit?: string | null;
|
|
25579
|
+
position?: string | null;
|
|
25394
25580
|
}> | null;
|
|
25395
25581
|
contactLinks?: Array<{
|
|
25396
25582
|
__typename?: "SellerContactLink";
|
|
@@ -25655,6 +25841,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
25655
25841
|
type: string;
|
|
25656
25842
|
width?: number | null;
|
|
25657
25843
|
height?: number | null;
|
|
25844
|
+
fit?: string | null;
|
|
25845
|
+
position?: string | null;
|
|
25658
25846
|
}> | null;
|
|
25659
25847
|
contactLinks?: Array<{
|
|
25660
25848
|
__typename?: "SellerContactLink";
|
|
@@ -25780,6 +25968,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
25780
25968
|
type: string;
|
|
25781
25969
|
width?: number | null;
|
|
25782
25970
|
height?: number | null;
|
|
25971
|
+
fit?: string | null;
|
|
25972
|
+
position?: string | null;
|
|
25783
25973
|
}> | null;
|
|
25784
25974
|
contactLinks?: Array<{
|
|
25785
25975
|
__typename?: "SellerContactLink";
|
|
@@ -25892,6 +26082,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
25892
26082
|
type: string;
|
|
25893
26083
|
width?: number | null;
|
|
25894
26084
|
height?: number | null;
|
|
26085
|
+
fit?: string | null;
|
|
26086
|
+
position?: string | null;
|
|
25895
26087
|
}> | null;
|
|
25896
26088
|
contactLinks?: Array<{
|
|
25897
26089
|
__typename?: "SellerContactLink";
|
|
@@ -26074,6 +26266,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
26074
26266
|
type: string;
|
|
26075
26267
|
width?: number | null;
|
|
26076
26268
|
height?: number | null;
|
|
26269
|
+
fit?: string | null;
|
|
26270
|
+
position?: string | null;
|
|
26077
26271
|
}> | null;
|
|
26078
26272
|
contactLinks?: Array<{
|
|
26079
26273
|
__typename?: "SellerContactLink";
|
|
@@ -26199,6 +26393,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
|
|
|
26199
26393
|
type: string;
|
|
26200
26394
|
width?: number | null;
|
|
26201
26395
|
height?: number | null;
|
|
26396
|
+
fit?: string | null;
|
|
26397
|
+
position?: string | null;
|
|
26202
26398
|
}> | null;
|
|
26203
26399
|
contactLinks?: Array<{
|
|
26204
26400
|
__typename?: "SellerContactLink";
|
|
@@ -26377,6 +26573,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
26377
26573
|
type: string;
|
|
26378
26574
|
width?: number | null;
|
|
26379
26575
|
height?: number | null;
|
|
26576
|
+
fit?: string | null;
|
|
26577
|
+
position?: string | null;
|
|
26380
26578
|
}> | null;
|
|
26381
26579
|
contactLinks?: Array<{
|
|
26382
26580
|
__typename?: "SellerContactLink";
|
|
@@ -26458,6 +26656,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
26458
26656
|
type: string;
|
|
26459
26657
|
width?: number | null;
|
|
26460
26658
|
height?: number | null;
|
|
26659
|
+
fit?: string | null;
|
|
26660
|
+
position?: string | null;
|
|
26461
26661
|
}> | null;
|
|
26462
26662
|
contactLinks?: Array<{
|
|
26463
26663
|
__typename?: "SellerContactLink";
|
|
@@ -26718,6 +26918,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
26718
26918
|
type: string;
|
|
26719
26919
|
width?: number | null;
|
|
26720
26920
|
height?: number | null;
|
|
26921
|
+
fit?: string | null;
|
|
26922
|
+
position?: string | null;
|
|
26721
26923
|
}> | null;
|
|
26722
26924
|
contactLinks?: Array<{
|
|
26723
26925
|
__typename?: "SellerContactLink";
|
|
@@ -26843,6 +27045,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
26843
27045
|
type: string;
|
|
26844
27046
|
width?: number | null;
|
|
26845
27047
|
height?: number | null;
|
|
27048
|
+
fit?: string | null;
|
|
27049
|
+
position?: string | null;
|
|
26846
27050
|
}> | null;
|
|
26847
27051
|
contactLinks?: Array<{
|
|
26848
27052
|
__typename?: "SellerContactLink";
|
|
@@ -26955,6 +27159,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
26955
27159
|
type: string;
|
|
26956
27160
|
width?: number | null;
|
|
26957
27161
|
height?: number | null;
|
|
27162
|
+
fit?: string | null;
|
|
27163
|
+
position?: string | null;
|
|
26958
27164
|
}> | null;
|
|
26959
27165
|
contactLinks?: Array<{
|
|
26960
27166
|
__typename?: "SellerContactLink";
|
|
@@ -27137,6 +27343,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
27137
27343
|
type: string;
|
|
27138
27344
|
width?: number | null;
|
|
27139
27345
|
height?: number | null;
|
|
27346
|
+
fit?: string | null;
|
|
27347
|
+
position?: string | null;
|
|
27140
27348
|
}> | null;
|
|
27141
27349
|
contactLinks?: Array<{
|
|
27142
27350
|
__typename?: "SellerContactLink";
|
|
@@ -27262,6 +27470,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
|
|
|
27262
27470
|
type: string;
|
|
27263
27471
|
width?: number | null;
|
|
27264
27472
|
height?: number | null;
|
|
27473
|
+
fit?: string | null;
|
|
27474
|
+
position?: string | null;
|
|
27265
27475
|
}> | null;
|
|
27266
27476
|
contactLinks?: Array<{
|
|
27267
27477
|
__typename?: "SellerContactLink";
|
|
@@ -27439,6 +27649,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
27439
27649
|
type: string;
|
|
27440
27650
|
width?: number | null;
|
|
27441
27651
|
height?: number | null;
|
|
27652
|
+
fit?: string | null;
|
|
27653
|
+
position?: string | null;
|
|
27442
27654
|
}> | null;
|
|
27443
27655
|
contactLinks?: Array<{
|
|
27444
27656
|
__typename?: "SellerContactLink";
|
|
@@ -27520,6 +27732,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
27520
27732
|
type: string;
|
|
27521
27733
|
width?: number | null;
|
|
27522
27734
|
height?: number | null;
|
|
27735
|
+
fit?: string | null;
|
|
27736
|
+
position?: string | null;
|
|
27523
27737
|
}> | null;
|
|
27524
27738
|
contactLinks?: Array<{
|
|
27525
27739
|
__typename?: "SellerContactLink";
|
|
@@ -27780,6 +27994,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
27780
27994
|
type: string;
|
|
27781
27995
|
width?: number | null;
|
|
27782
27996
|
height?: number | null;
|
|
27997
|
+
fit?: string | null;
|
|
27998
|
+
position?: string | null;
|
|
27783
27999
|
}> | null;
|
|
27784
28000
|
contactLinks?: Array<{
|
|
27785
28001
|
__typename?: "SellerContactLink";
|
|
@@ -27905,6 +28121,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
27905
28121
|
type: string;
|
|
27906
28122
|
width?: number | null;
|
|
27907
28123
|
height?: number | null;
|
|
28124
|
+
fit?: string | null;
|
|
28125
|
+
position?: string | null;
|
|
27908
28126
|
}> | null;
|
|
27909
28127
|
contactLinks?: Array<{
|
|
27910
28128
|
__typename?: "SellerContactLink";
|
|
@@ -28017,6 +28235,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
28017
28235
|
type: string;
|
|
28018
28236
|
width?: number | null;
|
|
28019
28237
|
height?: number | null;
|
|
28238
|
+
fit?: string | null;
|
|
28239
|
+
position?: string | null;
|
|
28020
28240
|
}> | null;
|
|
28021
28241
|
contactLinks?: Array<{
|
|
28022
28242
|
__typename?: "SellerContactLink";
|
|
@@ -28199,6 +28419,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
28199
28419
|
type: string;
|
|
28200
28420
|
width?: number | null;
|
|
28201
28421
|
height?: number | null;
|
|
28422
|
+
fit?: string | null;
|
|
28423
|
+
position?: string | null;
|
|
28202
28424
|
}> | null;
|
|
28203
28425
|
contactLinks?: Array<{
|
|
28204
28426
|
__typename?: "SellerContactLink";
|
|
@@ -28324,6 +28546,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
|
|
|
28324
28546
|
type: string;
|
|
28325
28547
|
width?: number | null;
|
|
28326
28548
|
height?: number | null;
|
|
28549
|
+
fit?: string | null;
|
|
28550
|
+
position?: string | null;
|
|
28327
28551
|
}> | null;
|
|
28328
28552
|
contactLinks?: Array<{
|
|
28329
28553
|
__typename?: "SellerContactLink";
|
|
@@ -28519,6 +28743,8 @@ export type BaseProductV1ProductFieldsFragment = {
|
|
|
28519
28743
|
type: string;
|
|
28520
28744
|
width?: number | null;
|
|
28521
28745
|
height?: number | null;
|
|
28746
|
+
fit?: string | null;
|
|
28747
|
+
position?: string | null;
|
|
28522
28748
|
}> | null;
|
|
28523
28749
|
contactLinks?: Array<{
|
|
28524
28750
|
__typename?: "SellerContactLink";
|
|
@@ -28712,6 +28938,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
28712
28938
|
type: string;
|
|
28713
28939
|
width?: number | null;
|
|
28714
28940
|
height?: number | null;
|
|
28941
|
+
fit?: string | null;
|
|
28942
|
+
position?: string | null;
|
|
28715
28943
|
}> | null;
|
|
28716
28944
|
contactLinks?: Array<{
|
|
28717
28945
|
__typename?: "SellerContactLink";
|
|
@@ -28793,6 +29021,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
28793
29021
|
type: string;
|
|
28794
29022
|
width?: number | null;
|
|
28795
29023
|
height?: number | null;
|
|
29024
|
+
fit?: string | null;
|
|
29025
|
+
position?: string | null;
|
|
28796
29026
|
}> | null;
|
|
28797
29027
|
contactLinks?: Array<{
|
|
28798
29028
|
__typename?: "SellerContactLink";
|
|
@@ -29057,6 +29287,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
29057
29287
|
type: string;
|
|
29058
29288
|
width?: number | null;
|
|
29059
29289
|
height?: number | null;
|
|
29290
|
+
fit?: string | null;
|
|
29291
|
+
position?: string | null;
|
|
29060
29292
|
}> | null;
|
|
29061
29293
|
contactLinks?: Array<{
|
|
29062
29294
|
__typename?: "SellerContactLink";
|
|
@@ -29182,6 +29414,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
29182
29414
|
type: string;
|
|
29183
29415
|
width?: number | null;
|
|
29184
29416
|
height?: number | null;
|
|
29417
|
+
fit?: string | null;
|
|
29418
|
+
position?: string | null;
|
|
29185
29419
|
}> | null;
|
|
29186
29420
|
contactLinks?: Array<{
|
|
29187
29421
|
__typename?: "SellerContactLink";
|
|
@@ -29375,6 +29609,8 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
|
|
|
29375
29609
|
type: string;
|
|
29376
29610
|
width?: number | null;
|
|
29377
29611
|
height?: number | null;
|
|
29612
|
+
fit?: string | null;
|
|
29613
|
+
position?: string | null;
|
|
29378
29614
|
}> | null;
|
|
29379
29615
|
contactLinks?: Array<{
|
|
29380
29616
|
__typename?: "SellerContactLink";
|
|
@@ -29568,6 +29804,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
29568
29804
|
type: string;
|
|
29569
29805
|
width?: number | null;
|
|
29570
29806
|
height?: number | null;
|
|
29807
|
+
fit?: string | null;
|
|
29808
|
+
position?: string | null;
|
|
29571
29809
|
}> | null;
|
|
29572
29810
|
contactLinks?: Array<{
|
|
29573
29811
|
__typename?: "SellerContactLink";
|
|
@@ -29649,6 +29887,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
29649
29887
|
type: string;
|
|
29650
29888
|
width?: number | null;
|
|
29651
29889
|
height?: number | null;
|
|
29890
|
+
fit?: string | null;
|
|
29891
|
+
position?: string | null;
|
|
29652
29892
|
}> | null;
|
|
29653
29893
|
contactLinks?: Array<{
|
|
29654
29894
|
__typename?: "SellerContactLink";
|
|
@@ -29913,6 +30153,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
29913
30153
|
type: string;
|
|
29914
30154
|
width?: number | null;
|
|
29915
30155
|
height?: number | null;
|
|
30156
|
+
fit?: string | null;
|
|
30157
|
+
position?: string | null;
|
|
29916
30158
|
}> | null;
|
|
29917
30159
|
contactLinks?: Array<{
|
|
29918
30160
|
__typename?: "SellerContactLink";
|
|
@@ -30038,6 +30280,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
30038
30280
|
type: string;
|
|
30039
30281
|
width?: number | null;
|
|
30040
30282
|
height?: number | null;
|
|
30283
|
+
fit?: string | null;
|
|
30284
|
+
position?: string | null;
|
|
30041
30285
|
}> | null;
|
|
30042
30286
|
contactLinks?: Array<{
|
|
30043
30287
|
__typename?: "SellerContactLink";
|
|
@@ -30231,6 +30475,8 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
|
|
|
30231
30475
|
type: string;
|
|
30232
30476
|
width?: number | null;
|
|
30233
30477
|
height?: number | null;
|
|
30478
|
+
fit?: string | null;
|
|
30479
|
+
position?: string | null;
|
|
30234
30480
|
}> | null;
|
|
30235
30481
|
contactLinks?: Array<{
|
|
30236
30482
|
__typename?: "SellerContactLink";
|
|
@@ -30398,6 +30644,8 @@ export type BaseProductV1SellerFieldsFragment = {
|
|
|
30398
30644
|
type: string;
|
|
30399
30645
|
width?: number | null;
|
|
30400
30646
|
height?: number | null;
|
|
30647
|
+
fit?: string | null;
|
|
30648
|
+
position?: string | null;
|
|
30401
30649
|
}> | null;
|
|
30402
30650
|
contactLinks?: Array<{
|
|
30403
30651
|
__typename?: "SellerContactLink";
|
|
@@ -30625,6 +30873,8 @@ export type GetOfferByIdQueryQuery = {
|
|
|
30625
30873
|
type: string;
|
|
30626
30874
|
width?: number | null;
|
|
30627
30875
|
height?: number | null;
|
|
30876
|
+
fit?: string | null;
|
|
30877
|
+
position?: string | null;
|
|
30628
30878
|
}> | null;
|
|
30629
30879
|
contactLinks?: Array<{
|
|
30630
30880
|
__typename?: "SellerContactLink";
|
|
@@ -30706,6 +30956,8 @@ export type GetOfferByIdQueryQuery = {
|
|
|
30706
30956
|
type: string;
|
|
30707
30957
|
width?: number | null;
|
|
30708
30958
|
height?: number | null;
|
|
30959
|
+
fit?: string | null;
|
|
30960
|
+
position?: string | null;
|
|
30709
30961
|
}> | null;
|
|
30710
30962
|
contactLinks?: Array<{
|
|
30711
30963
|
__typename?: "SellerContactLink";
|
|
@@ -30966,6 +31218,8 @@ export type GetOfferByIdQueryQuery = {
|
|
|
30966
31218
|
type: string;
|
|
30967
31219
|
width?: number | null;
|
|
30968
31220
|
height?: number | null;
|
|
31221
|
+
fit?: string | null;
|
|
31222
|
+
position?: string | null;
|
|
30969
31223
|
}> | null;
|
|
30970
31224
|
contactLinks?: Array<{
|
|
30971
31225
|
__typename?: "SellerContactLink";
|
|
@@ -31091,6 +31345,8 @@ export type GetOfferByIdQueryQuery = {
|
|
|
31091
31345
|
type: string;
|
|
31092
31346
|
width?: number | null;
|
|
31093
31347
|
height?: number | null;
|
|
31348
|
+
fit?: string | null;
|
|
31349
|
+
position?: string | null;
|
|
31094
31350
|
}> | null;
|
|
31095
31351
|
contactLinks?: Array<{
|
|
31096
31352
|
__typename?: "SellerContactLink";
|
|
@@ -31282,6 +31538,8 @@ export type GetOffersQueryQuery = {
|
|
|
31282
31538
|
type: string;
|
|
31283
31539
|
width?: number | null;
|
|
31284
31540
|
height?: number | null;
|
|
31541
|
+
fit?: string | null;
|
|
31542
|
+
position?: string | null;
|
|
31285
31543
|
}> | null;
|
|
31286
31544
|
contactLinks?: Array<{
|
|
31287
31545
|
__typename?: "SellerContactLink";
|
|
@@ -31363,6 +31621,8 @@ export type GetOffersQueryQuery = {
|
|
|
31363
31621
|
type: string;
|
|
31364
31622
|
width?: number | null;
|
|
31365
31623
|
height?: number | null;
|
|
31624
|
+
fit?: string | null;
|
|
31625
|
+
position?: string | null;
|
|
31366
31626
|
}> | null;
|
|
31367
31627
|
contactLinks?: Array<{
|
|
31368
31628
|
__typename?: "SellerContactLink";
|
|
@@ -31623,6 +31883,8 @@ export type GetOffersQueryQuery = {
|
|
|
31623
31883
|
type: string;
|
|
31624
31884
|
width?: number | null;
|
|
31625
31885
|
height?: number | null;
|
|
31886
|
+
fit?: string | null;
|
|
31887
|
+
position?: string | null;
|
|
31626
31888
|
}> | null;
|
|
31627
31889
|
contactLinks?: Array<{
|
|
31628
31890
|
__typename?: "SellerContactLink";
|
|
@@ -31748,6 +32010,8 @@ export type GetOffersQueryQuery = {
|
|
|
31748
32010
|
type: string;
|
|
31749
32011
|
width?: number | null;
|
|
31750
32012
|
height?: number | null;
|
|
32013
|
+
fit?: string | null;
|
|
32014
|
+
position?: string | null;
|
|
31751
32015
|
}> | null;
|
|
31752
32016
|
contactLinks?: Array<{
|
|
31753
32017
|
__typename?: "SellerContactLink";
|
|
@@ -31923,6 +32187,8 @@ export type OfferFieldsFragment = {
|
|
|
31923
32187
|
type: string;
|
|
31924
32188
|
width?: number | null;
|
|
31925
32189
|
height?: number | null;
|
|
32190
|
+
fit?: string | null;
|
|
32191
|
+
position?: string | null;
|
|
31926
32192
|
}> | null;
|
|
31927
32193
|
contactLinks?: Array<{
|
|
31928
32194
|
__typename?: "SellerContactLink";
|
|
@@ -32004,6 +32270,8 @@ export type OfferFieldsFragment = {
|
|
|
32004
32270
|
type: string;
|
|
32005
32271
|
width?: number | null;
|
|
32006
32272
|
height?: number | null;
|
|
32273
|
+
fit?: string | null;
|
|
32274
|
+
position?: string | null;
|
|
32007
32275
|
}> | null;
|
|
32008
32276
|
contactLinks?: Array<{
|
|
32009
32277
|
__typename?: "SellerContactLink";
|
|
@@ -32264,6 +32532,8 @@ export type OfferFieldsFragment = {
|
|
|
32264
32532
|
type: string;
|
|
32265
32533
|
width?: number | null;
|
|
32266
32534
|
height?: number | null;
|
|
32535
|
+
fit?: string | null;
|
|
32536
|
+
position?: string | null;
|
|
32267
32537
|
}> | null;
|
|
32268
32538
|
contactLinks?: Array<{
|
|
32269
32539
|
__typename?: "SellerContactLink";
|
|
@@ -32389,6 +32659,8 @@ export type OfferFieldsFragment = {
|
|
|
32389
32659
|
type: string;
|
|
32390
32660
|
width?: number | null;
|
|
32391
32661
|
height?: number | null;
|
|
32662
|
+
fit?: string | null;
|
|
32663
|
+
position?: string | null;
|
|
32392
32664
|
}> | null;
|
|
32393
32665
|
contactLinks?: Array<{
|
|
32394
32666
|
__typename?: "SellerContactLink";
|
|
@@ -32538,6 +32810,8 @@ export type BaseOfferFieldsFragment = {
|
|
|
32538
32810
|
type: string;
|
|
32539
32811
|
width?: number | null;
|
|
32540
32812
|
height?: number | null;
|
|
32813
|
+
fit?: string | null;
|
|
32814
|
+
position?: string | null;
|
|
32541
32815
|
}> | null;
|
|
32542
32816
|
contactLinks?: Array<{
|
|
32543
32817
|
__typename?: "SellerContactLink";
|
|
@@ -32798,6 +33072,8 @@ export type BaseOfferFieldsFragment = {
|
|
|
32798
33072
|
type: string;
|
|
32799
33073
|
width?: number | null;
|
|
32800
33074
|
height?: number | null;
|
|
33075
|
+
fit?: string | null;
|
|
33076
|
+
position?: string | null;
|
|
32801
33077
|
}> | null;
|
|
32802
33078
|
contactLinks?: Array<{
|
|
32803
33079
|
__typename?: "SellerContactLink";
|
|
@@ -32923,6 +33199,8 @@ export type BaseOfferFieldsFragment = {
|
|
|
32923
33199
|
type: string;
|
|
32924
33200
|
width?: number | null;
|
|
32925
33201
|
height?: number | null;
|
|
33202
|
+
fit?: string | null;
|
|
33203
|
+
position?: string | null;
|
|
32926
33204
|
}> | null;
|
|
32927
33205
|
contactLinks?: Array<{
|
|
32928
33206
|
__typename?: "SellerContactLink";
|
|
@@ -33019,6 +33297,8 @@ export const SellerMetadataMediaFieldsFragmentDoc = gql`
|
|
|
33019
33297
|
type
|
|
33020
33298
|
width
|
|
33021
33299
|
height
|
|
33300
|
+
fit
|
|
33301
|
+
position
|
|
33022
33302
|
}
|
|
33023
33303
|
`;
|
|
33024
33304
|
export const SellerContactLinkFieldsFragmentDoc = gql`
|