@bosonprotocol/core-sdk 1.25.0-alpha.38 → 1.25.0-alpha.39

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.
@@ -7246,15 +7246,15 @@ export declare type SellerMetadata = {
7246
7246
  contactLinks?: Maybe<Array<SellerContactLink>>;
7247
7247
  contactPreference: Scalars["String"];
7248
7248
  createdAt: Scalars["BigInt"];
7249
- description: Scalars["String"];
7249
+ description?: Maybe<Scalars["String"]>;
7250
7250
  id: Scalars["ID"];
7251
7251
  images?: Maybe<Array<SellerMetadataMedia>>;
7252
7252
  kind: Scalars["String"];
7253
7253
  legalTradingName?: Maybe<Scalars["String"]>;
7254
- name: Scalars["String"];
7254
+ name?: Maybe<Scalars["String"]>;
7255
7255
  socialLinks?: Maybe<Array<SellerSocialLink>>;
7256
7256
  type: SellerMetadataType;
7257
- website: Scalars["String"];
7257
+ website?: Maybe<Scalars["String"]>;
7258
7258
  };
7259
7259
  export declare type SellerMetadataContactLinksArgs = {
7260
7260
  first?: InputMaybe<Scalars["Int"]>;
@@ -8633,12 +8633,12 @@ export declare type GetSellerByIdQueryQuery = {
8633
8633
  __typename?: "SellerMetadata";
8634
8634
  id: string;
8635
8635
  createdAt: string;
8636
- name: string;
8637
- description: string;
8636
+ name?: string | null;
8637
+ description?: string | null;
8638
8638
  legalTradingName?: string | null;
8639
8639
  type: SellerMetadataType;
8640
8640
  kind: string;
8641
- website: string;
8641
+ website?: string | null;
8642
8642
  contactPreference: string;
8643
8643
  images?: Array<{
8644
8644
  __typename?: "SellerMetadataMedia";
@@ -8873,12 +8873,12 @@ export declare type GetSellerByIdQueryQuery = {
8873
8873
  __typename?: "SellerMetadata";
8874
8874
  id: string;
8875
8875
  createdAt: string;
8876
- name: string;
8877
- description: string;
8876
+ name?: string | null;
8877
+ description?: string | null;
8878
8878
  legalTradingName?: string | null;
8879
8879
  type: SellerMetadataType;
8880
8880
  kind: string;
8881
- website: string;
8881
+ website?: string | null;
8882
8882
  contactPreference: string;
8883
8883
  images?: Array<{
8884
8884
  __typename?: "SellerMetadataMedia";
@@ -8954,12 +8954,12 @@ export declare type GetSellerByIdQueryQuery = {
8954
8954
  __typename?: "SellerMetadata";
8955
8955
  id: string;
8956
8956
  createdAt: string;
8957
- name: string;
8958
- description: string;
8957
+ name?: string | null;
8958
+ description?: string | null;
8959
8959
  legalTradingName?: string | null;
8960
8960
  type: SellerMetadataType;
8961
8961
  kind: string;
8962
- website: string;
8962
+ website?: string | null;
8963
8963
  contactPreference: string;
8964
8964
  images?: Array<{
8965
8965
  __typename?: "SellerMetadataMedia";
@@ -9078,12 +9078,12 @@ export declare type GetSellerByIdQueryQuery = {
9078
9078
  __typename?: "SellerMetadata";
9079
9079
  id: string;
9080
9080
  createdAt: string;
9081
- name: string;
9082
- description: string;
9081
+ name?: string | null;
9082
+ description?: string | null;
9083
9083
  legalTradingName?: string | null;
9084
9084
  type: SellerMetadataType;
9085
9085
  kind: string;
9086
- website: string;
9086
+ website?: string | null;
9087
9087
  contactPreference: string;
9088
9088
  images?: Array<{
9089
9089
  __typename?: "SellerMetadataMedia";
@@ -9219,12 +9219,12 @@ export declare type GetSellerByIdQueryQuery = {
9219
9219
  __typename?: "SellerMetadata";
9220
9220
  id: string;
9221
9221
  createdAt: string;
9222
- name: string;
9223
- description: string;
9222
+ name?: string | null;
9223
+ description?: string | null;
9224
9224
  legalTradingName?: string | null;
9225
9225
  type: SellerMetadataType;
9226
9226
  kind: string;
9227
- website: string;
9227
+ website?: string | null;
9228
9228
  contactPreference: string;
9229
9229
  images?: Array<{
9230
9230
  __typename?: "SellerMetadataMedia";
@@ -9373,12 +9373,12 @@ export declare type GetSellersQueryQuery = {
9373
9373
  __typename?: "SellerMetadata";
9374
9374
  id: string;
9375
9375
  createdAt: string;
9376
- name: string;
9377
- description: string;
9376
+ name?: string | null;
9377
+ description?: string | null;
9378
9378
  legalTradingName?: string | null;
9379
9379
  type: SellerMetadataType;
9380
9380
  kind: string;
9381
- website: string;
9381
+ website?: string | null;
9382
9382
  contactPreference: string;
9383
9383
  images?: Array<{
9384
9384
  __typename?: "SellerMetadataMedia";
@@ -9613,12 +9613,12 @@ export declare type GetSellersQueryQuery = {
9613
9613
  __typename?: "SellerMetadata";
9614
9614
  id: string;
9615
9615
  createdAt: string;
9616
- name: string;
9617
- description: string;
9616
+ name?: string | null;
9617
+ description?: string | null;
9618
9618
  legalTradingName?: string | null;
9619
9619
  type: SellerMetadataType;
9620
9620
  kind: string;
9621
- website: string;
9621
+ website?: string | null;
9622
9622
  contactPreference: string;
9623
9623
  images?: Array<{
9624
9624
  __typename?: "SellerMetadataMedia";
@@ -9694,12 +9694,12 @@ export declare type GetSellersQueryQuery = {
9694
9694
  __typename?: "SellerMetadata";
9695
9695
  id: string;
9696
9696
  createdAt: string;
9697
- name: string;
9698
- description: string;
9697
+ name?: string | null;
9698
+ description?: string | null;
9699
9699
  legalTradingName?: string | null;
9700
9700
  type: SellerMetadataType;
9701
9701
  kind: string;
9702
- website: string;
9702
+ website?: string | null;
9703
9703
  contactPreference: string;
9704
9704
  images?: Array<{
9705
9705
  __typename?: "SellerMetadataMedia";
@@ -9818,12 +9818,12 @@ export declare type GetSellersQueryQuery = {
9818
9818
  __typename?: "SellerMetadata";
9819
9819
  id: string;
9820
9820
  createdAt: string;
9821
- name: string;
9822
- description: string;
9821
+ name?: string | null;
9822
+ description?: string | null;
9823
9823
  legalTradingName?: string | null;
9824
9824
  type: SellerMetadataType;
9825
9825
  kind: string;
9826
- website: string;
9826
+ website?: string | null;
9827
9827
  contactPreference: string;
9828
9828
  images?: Array<{
9829
9829
  __typename?: "SellerMetadataMedia";
@@ -9959,12 +9959,12 @@ export declare type GetSellersQueryQuery = {
9959
9959
  __typename?: "SellerMetadata";
9960
9960
  id: string;
9961
9961
  createdAt: string;
9962
- name: string;
9963
- description: string;
9962
+ name?: string | null;
9963
+ description?: string | null;
9964
9964
  legalTradingName?: string | null;
9965
9965
  type: SellerMetadataType;
9966
9966
  kind: string;
9967
- website: string;
9967
+ website?: string | null;
9968
9968
  contactPreference: string;
9969
9969
  images?: Array<{
9970
9970
  __typename?: "SellerMetadataMedia";
@@ -10085,12 +10085,12 @@ export declare type GetBuyerByIdQueryQuery = {
10085
10085
  __typename?: "SellerMetadata";
10086
10086
  id: string;
10087
10087
  createdAt: string;
10088
- name: string;
10089
- description: string;
10088
+ name?: string | null;
10089
+ description?: string | null;
10090
10090
  legalTradingName?: string | null;
10091
10091
  type: SellerMetadataType;
10092
10092
  kind: string;
10093
- website: string;
10093
+ website?: string | null;
10094
10094
  contactPreference: string;
10095
10095
  images?: Array<{
10096
10096
  __typename?: "SellerMetadataMedia";
@@ -10329,12 +10329,12 @@ export declare type GetBuyersQueryQuery = {
10329
10329
  __typename?: "SellerMetadata";
10330
10330
  id: string;
10331
10331
  createdAt: string;
10332
- name: string;
10333
- description: string;
10332
+ name?: string | null;
10333
+ description?: string | null;
10334
10334
  legalTradingName?: string | null;
10335
10335
  type: SellerMetadataType;
10336
10336
  kind: string;
10337
- website: string;
10337
+ website?: string | null;
10338
10338
  contactPreference: string;
10339
10339
  images?: Array<{
10340
10340
  __typename?: "SellerMetadataMedia";
@@ -10556,12 +10556,12 @@ export declare type GetDisputeResolverByIdQueryQuery = {
10556
10556
  __typename?: "SellerMetadata";
10557
10557
  id: string;
10558
10558
  createdAt: string;
10559
- name: string;
10560
- description: string;
10559
+ name?: string | null;
10560
+ description?: string | null;
10561
10561
  legalTradingName?: string | null;
10562
10562
  type: SellerMetadataType;
10563
10563
  kind: string;
10564
- website: string;
10564
+ website?: string | null;
10565
10565
  contactPreference: string;
10566
10566
  images?: Array<{
10567
10567
  __typename?: "SellerMetadataMedia";
@@ -10796,12 +10796,12 @@ export declare type GetDisputeResolverByIdQueryQuery = {
10796
10796
  __typename?: "SellerMetadata";
10797
10797
  id: string;
10798
10798
  createdAt: string;
10799
- name: string;
10800
- description: string;
10799
+ name?: string | null;
10800
+ description?: string | null;
10801
10801
  legalTradingName?: string | null;
10802
10802
  type: SellerMetadataType;
10803
10803
  kind: string;
10804
- website: string;
10804
+ website?: string | null;
10805
10805
  contactPreference: string;
10806
10806
  images?: Array<{
10807
10807
  __typename?: "SellerMetadataMedia";
@@ -10877,12 +10877,12 @@ export declare type GetDisputeResolverByIdQueryQuery = {
10877
10877
  __typename?: "SellerMetadata";
10878
10878
  id: string;
10879
10879
  createdAt: string;
10880
- name: string;
10881
- description: string;
10880
+ name?: string | null;
10881
+ description?: string | null;
10882
10882
  legalTradingName?: string | null;
10883
10883
  type: SellerMetadataType;
10884
10884
  kind: string;
10885
- website: string;
10885
+ website?: string | null;
10886
10886
  contactPreference: string;
10887
10887
  images?: Array<{
10888
10888
  __typename?: "SellerMetadataMedia";
@@ -11163,12 +11163,12 @@ export declare type GetDisputeResolversQueryQuery = {
11163
11163
  __typename?: "SellerMetadata";
11164
11164
  id: string;
11165
11165
  createdAt: string;
11166
- name: string;
11167
- description: string;
11166
+ name?: string | null;
11167
+ description?: string | null;
11168
11168
  legalTradingName?: string | null;
11169
11169
  type: SellerMetadataType;
11170
11170
  kind: string;
11171
- website: string;
11171
+ website?: string | null;
11172
11172
  contactPreference: string;
11173
11173
  images?: Array<{
11174
11174
  __typename?: "SellerMetadataMedia";
@@ -11403,12 +11403,12 @@ export declare type GetDisputeResolversQueryQuery = {
11403
11403
  __typename?: "SellerMetadata";
11404
11404
  id: string;
11405
11405
  createdAt: string;
11406
- name: string;
11407
- description: string;
11406
+ name?: string | null;
11407
+ description?: string | null;
11408
11408
  legalTradingName?: string | null;
11409
11409
  type: SellerMetadataType;
11410
11410
  kind: string;
11411
- website: string;
11411
+ website?: string | null;
11412
11412
  contactPreference: string;
11413
11413
  images?: Array<{
11414
11414
  __typename?: "SellerMetadataMedia";
@@ -11484,12 +11484,12 @@ export declare type GetDisputeResolversQueryQuery = {
11484
11484
  __typename?: "SellerMetadata";
11485
11485
  id: string;
11486
11486
  createdAt: string;
11487
- name: string;
11488
- description: string;
11487
+ name?: string | null;
11488
+ description?: string | null;
11489
11489
  legalTradingName?: string | null;
11490
11490
  type: SellerMetadataType;
11491
11491
  kind: string;
11492
- website: string;
11492
+ website?: string | null;
11493
11493
  contactPreference: string;
11494
11494
  images?: Array<{
11495
11495
  __typename?: "SellerMetadataMedia";
@@ -11768,12 +11768,12 @@ export declare type SellerFieldsFragment = {
11768
11768
  __typename?: "SellerMetadata";
11769
11769
  id: string;
11770
11770
  createdAt: string;
11771
- name: string;
11772
- description: string;
11771
+ name?: string | null;
11772
+ description?: string | null;
11773
11773
  legalTradingName?: string | null;
11774
11774
  type: SellerMetadataType;
11775
11775
  kind: string;
11776
- website: string;
11776
+ website?: string | null;
11777
11777
  contactPreference: string;
11778
11778
  images?: Array<{
11779
11779
  __typename?: "SellerMetadataMedia";
@@ -12008,12 +12008,12 @@ export declare type SellerFieldsFragment = {
12008
12008
  __typename?: "SellerMetadata";
12009
12009
  id: string;
12010
12010
  createdAt: string;
12011
- name: string;
12012
- description: string;
12011
+ name?: string | null;
12012
+ description?: string | null;
12013
12013
  legalTradingName?: string | null;
12014
12014
  type: SellerMetadataType;
12015
12015
  kind: string;
12016
- website: string;
12016
+ website?: string | null;
12017
12017
  contactPreference: string;
12018
12018
  images?: Array<{
12019
12019
  __typename?: "SellerMetadataMedia";
@@ -12089,12 +12089,12 @@ export declare type SellerFieldsFragment = {
12089
12089
  __typename?: "SellerMetadata";
12090
12090
  id: string;
12091
12091
  createdAt: string;
12092
- name: string;
12093
- description: string;
12092
+ name?: string | null;
12093
+ description?: string | null;
12094
12094
  legalTradingName?: string | null;
12095
12095
  type: SellerMetadataType;
12096
12096
  kind: string;
12097
- website: string;
12097
+ website?: string | null;
12098
12098
  contactPreference: string;
12099
12099
  images?: Array<{
12100
12100
  __typename?: "SellerMetadataMedia";
@@ -12213,12 +12213,12 @@ export declare type SellerFieldsFragment = {
12213
12213
  __typename?: "SellerMetadata";
12214
12214
  id: string;
12215
12215
  createdAt: string;
12216
- name: string;
12217
- description: string;
12216
+ name?: string | null;
12217
+ description?: string | null;
12218
12218
  legalTradingName?: string | null;
12219
12219
  type: SellerMetadataType;
12220
12220
  kind: string;
12221
- website: string;
12221
+ website?: string | null;
12222
12222
  contactPreference: string;
12223
12223
  images?: Array<{
12224
12224
  __typename?: "SellerMetadataMedia";
@@ -12354,12 +12354,12 @@ export declare type SellerFieldsFragment = {
12354
12354
  __typename?: "SellerMetadata";
12355
12355
  id: string;
12356
12356
  createdAt: string;
12357
- name: string;
12358
- description: string;
12357
+ name?: string | null;
12358
+ description?: string | null;
12359
12359
  legalTradingName?: string | null;
12360
12360
  type: SellerMetadataType;
12361
12361
  kind: string;
12362
- website: string;
12362
+ website?: string | null;
12363
12363
  contactPreference: string;
12364
12364
  images?: Array<{
12365
12365
  __typename?: "SellerMetadataMedia";
@@ -12423,12 +12423,12 @@ export declare type BaseSellerFieldsFragment = {
12423
12423
  __typename?: "SellerMetadata";
12424
12424
  id: string;
12425
12425
  createdAt: string;
12426
- name: string;
12427
- description: string;
12426
+ name?: string | null;
12427
+ description?: string | null;
12428
12428
  legalTradingName?: string | null;
12429
12429
  type: SellerMetadataType;
12430
12430
  kind: string;
12431
- website: string;
12431
+ website?: string | null;
12432
12432
  contactPreference: string;
12433
12433
  images?: Array<{
12434
12434
  __typename?: "SellerMetadataMedia";
@@ -12533,12 +12533,12 @@ export declare type BuyerFieldsFragment = {
12533
12533
  __typename?: "SellerMetadata";
12534
12534
  id: string;
12535
12535
  createdAt: string;
12536
- name: string;
12537
- description: string;
12536
+ name?: string | null;
12537
+ description?: string | null;
12538
12538
  legalTradingName?: string | null;
12539
12539
  type: SellerMetadataType;
12540
12540
  kind: string;
12541
- website: string;
12541
+ website?: string | null;
12542
12542
  contactPreference: string;
12543
12543
  images?: Array<{
12544
12544
  __typename?: "SellerMetadataMedia";
@@ -12748,12 +12748,12 @@ export declare type DisputeResolverFieldsFragment = {
12748
12748
  __typename?: "SellerMetadata";
12749
12749
  id: string;
12750
12750
  createdAt: string;
12751
- name: string;
12752
- description: string;
12751
+ name?: string | null;
12752
+ description?: string | null;
12753
12753
  legalTradingName?: string | null;
12754
12754
  type: SellerMetadataType;
12755
12755
  kind: string;
12756
- website: string;
12756
+ website?: string | null;
12757
12757
  contactPreference: string;
12758
12758
  images?: Array<{
12759
12759
  __typename?: "SellerMetadataMedia";
@@ -12988,12 +12988,12 @@ export declare type DisputeResolverFieldsFragment = {
12988
12988
  __typename?: "SellerMetadata";
12989
12989
  id: string;
12990
12990
  createdAt: string;
12991
- name: string;
12992
- description: string;
12991
+ name?: string | null;
12992
+ description?: string | null;
12993
12993
  legalTradingName?: string | null;
12994
12994
  type: SellerMetadataType;
12995
12995
  kind: string;
12996
- website: string;
12996
+ website?: string | null;
12997
12997
  contactPreference: string;
12998
12998
  images?: Array<{
12999
12999
  __typename?: "SellerMetadataMedia";
@@ -13069,12 +13069,12 @@ export declare type DisputeResolverFieldsFragment = {
13069
13069
  __typename?: "SellerMetadata";
13070
13070
  id: string;
13071
13071
  createdAt: string;
13072
- name: string;
13073
- description: string;
13072
+ name?: string | null;
13073
+ description?: string | null;
13074
13074
  legalTradingName?: string | null;
13075
13075
  type: SellerMetadataType;
13076
13076
  kind: string;
13077
- website: string;
13077
+ website?: string | null;
13078
13078
  contactPreference: string;
13079
13079
  images?: Array<{
13080
13080
  __typename?: "SellerMetadataMedia";
@@ -13396,12 +13396,12 @@ export declare type GetDisputeByIdQueryQuery = {
13396
13396
  __typename?: "SellerMetadata";
13397
13397
  id: string;
13398
13398
  createdAt: string;
13399
- name: string;
13400
- description: string;
13399
+ name?: string | null;
13400
+ description?: string | null;
13401
13401
  legalTradingName?: string | null;
13402
13402
  type: SellerMetadataType;
13403
13403
  kind: string;
13404
- website: string;
13404
+ website?: string | null;
13405
13405
  contactPreference: string;
13406
13406
  images?: Array<{
13407
13407
  __typename?: "SellerMetadataMedia";
@@ -13445,12 +13445,12 @@ export declare type GetDisputeByIdQueryQuery = {
13445
13445
  __typename?: "SellerMetadata";
13446
13446
  id: string;
13447
13447
  createdAt: string;
13448
- name: string;
13449
- description: string;
13448
+ name?: string | null;
13449
+ description?: string | null;
13450
13450
  legalTradingName?: string | null;
13451
13451
  type: SellerMetadataType;
13452
13452
  kind: string;
13453
- website: string;
13453
+ website?: string | null;
13454
13454
  contactPreference: string;
13455
13455
  images?: Array<{
13456
13456
  __typename?: "SellerMetadataMedia";
@@ -13559,12 +13559,12 @@ export declare type GetDisputesQueryQuery = {
13559
13559
  __typename?: "SellerMetadata";
13560
13560
  id: string;
13561
13561
  createdAt: string;
13562
- name: string;
13563
- description: string;
13562
+ name?: string | null;
13563
+ description?: string | null;
13564
13564
  legalTradingName?: string | null;
13565
13565
  type: SellerMetadataType;
13566
13566
  kind: string;
13567
- website: string;
13567
+ website?: string | null;
13568
13568
  contactPreference: string;
13569
13569
  images?: Array<{
13570
13570
  __typename?: "SellerMetadataMedia";
@@ -13608,12 +13608,12 @@ export declare type GetDisputesQueryQuery = {
13608
13608
  __typename?: "SellerMetadata";
13609
13609
  id: string;
13610
13610
  createdAt: string;
13611
- name: string;
13612
- description: string;
13611
+ name?: string | null;
13612
+ description?: string | null;
13613
13613
  legalTradingName?: string | null;
13614
13614
  type: SellerMetadataType;
13615
13615
  kind: string;
13616
- website: string;
13616
+ website?: string | null;
13617
13617
  contactPreference: string;
13618
13618
  images?: Array<{
13619
13619
  __typename?: "SellerMetadataMedia";
@@ -13713,12 +13713,12 @@ export declare type DisputeFieldsFragment = {
13713
13713
  __typename?: "SellerMetadata";
13714
13714
  id: string;
13715
13715
  createdAt: string;
13716
- name: string;
13717
- description: string;
13716
+ name?: string | null;
13717
+ description?: string | null;
13718
13718
  legalTradingName?: string | null;
13719
13719
  type: SellerMetadataType;
13720
13720
  kind: string;
13721
- website: string;
13721
+ website?: string | null;
13722
13722
  contactPreference: string;
13723
13723
  images?: Array<{
13724
13724
  __typename?: "SellerMetadataMedia";
@@ -13762,12 +13762,12 @@ export declare type DisputeFieldsFragment = {
13762
13762
  __typename?: "SellerMetadata";
13763
13763
  id: string;
13764
13764
  createdAt: string;
13765
- name: string;
13766
- description: string;
13765
+ name?: string | null;
13766
+ description?: string | null;
13767
13767
  legalTradingName?: string | null;
13768
13768
  type: SellerMetadataType;
13769
13769
  kind: string;
13770
- website: string;
13770
+ website?: string | null;
13771
13771
  contactPreference: string;
13772
13772
  images?: Array<{
13773
13773
  __typename?: "SellerMetadataMedia";
@@ -13897,12 +13897,12 @@ export declare type GetExchangeTokenByIdQueryQuery = {
13897
13897
  __typename?: "SellerMetadata";
13898
13898
  id: string;
13899
13899
  createdAt: string;
13900
- name: string;
13901
- description: string;
13900
+ name?: string | null;
13901
+ description?: string | null;
13902
13902
  legalTradingName?: string | null;
13903
13903
  type: SellerMetadataType;
13904
13904
  kind: string;
13905
- website: string;
13905
+ website?: string | null;
13906
13906
  contactPreference: string;
13907
13907
  images?: Array<{
13908
13908
  __typename?: "SellerMetadataMedia";
@@ -14137,12 +14137,12 @@ export declare type GetExchangeTokenByIdQueryQuery = {
14137
14137
  __typename?: "SellerMetadata";
14138
14138
  id: string;
14139
14139
  createdAt: string;
14140
- name: string;
14141
- description: string;
14140
+ name?: string | null;
14141
+ description?: string | null;
14142
14142
  legalTradingName?: string | null;
14143
14143
  type: SellerMetadataType;
14144
14144
  kind: string;
14145
- website: string;
14145
+ website?: string | null;
14146
14146
  contactPreference: string;
14147
14147
  images?: Array<{
14148
14148
  __typename?: "SellerMetadataMedia";
@@ -14218,12 +14218,12 @@ export declare type GetExchangeTokenByIdQueryQuery = {
14218
14218
  __typename?: "SellerMetadata";
14219
14219
  id: string;
14220
14220
  createdAt: string;
14221
- name: string;
14222
- description: string;
14221
+ name?: string | null;
14222
+ description?: string | null;
14223
14223
  legalTradingName?: string | null;
14224
14224
  type: SellerMetadataType;
14225
14225
  kind: string;
14226
- website: string;
14226
+ website?: string | null;
14227
14227
  contactPreference: string;
14228
14228
  images?: Array<{
14229
14229
  __typename?: "SellerMetadataMedia";
@@ -14379,12 +14379,12 @@ export declare type GetExchangeTokensQueryQuery = {
14379
14379
  __typename?: "SellerMetadata";
14380
14380
  id: string;
14381
14381
  createdAt: string;
14382
- name: string;
14383
- description: string;
14382
+ name?: string | null;
14383
+ description?: string | null;
14384
14384
  legalTradingName?: string | null;
14385
14385
  type: SellerMetadataType;
14386
14386
  kind: string;
14387
- website: string;
14387
+ website?: string | null;
14388
14388
  contactPreference: string;
14389
14389
  images?: Array<{
14390
14390
  __typename?: "SellerMetadataMedia";
@@ -14619,12 +14619,12 @@ export declare type GetExchangeTokensQueryQuery = {
14619
14619
  __typename?: "SellerMetadata";
14620
14620
  id: string;
14621
14621
  createdAt: string;
14622
- name: string;
14623
- description: string;
14622
+ name?: string | null;
14623
+ description?: string | null;
14624
14624
  legalTradingName?: string | null;
14625
14625
  type: SellerMetadataType;
14626
14626
  kind: string;
14627
- website: string;
14627
+ website?: string | null;
14628
14628
  contactPreference: string;
14629
14629
  images?: Array<{
14630
14630
  __typename?: "SellerMetadataMedia";
@@ -14700,12 +14700,12 @@ export declare type GetExchangeTokensQueryQuery = {
14700
14700
  __typename?: "SellerMetadata";
14701
14701
  id: string;
14702
14702
  createdAt: string;
14703
- name: string;
14704
- description: string;
14703
+ name?: string | null;
14704
+ description?: string | null;
14705
14705
  legalTradingName?: string | null;
14706
14706
  type: SellerMetadataType;
14707
14707
  kind: string;
14708
- website: string;
14708
+ website?: string | null;
14709
14709
  contactPreference: string;
14710
14710
  images?: Array<{
14711
14711
  __typename?: "SellerMetadataMedia";
@@ -14840,12 +14840,12 @@ export declare type ExchangeTokenFieldsFragment = {
14840
14840
  __typename?: "SellerMetadata";
14841
14841
  id: string;
14842
14842
  createdAt: string;
14843
- name: string;
14844
- description: string;
14843
+ name?: string | null;
14844
+ description?: string | null;
14845
14845
  legalTradingName?: string | null;
14846
14846
  type: SellerMetadataType;
14847
14847
  kind: string;
14848
- website: string;
14848
+ website?: string | null;
14849
14849
  contactPreference: string;
14850
14850
  images?: Array<{
14851
14851
  __typename?: "SellerMetadataMedia";
@@ -15080,12 +15080,12 @@ export declare type ExchangeTokenFieldsFragment = {
15080
15080
  __typename?: "SellerMetadata";
15081
15081
  id: string;
15082
15082
  createdAt: string;
15083
- name: string;
15084
- description: string;
15083
+ name?: string | null;
15084
+ description?: string | null;
15085
15085
  legalTradingName?: string | null;
15086
15086
  type: SellerMetadataType;
15087
15087
  kind: string;
15088
- website: string;
15088
+ website?: string | null;
15089
15089
  contactPreference: string;
15090
15090
  images?: Array<{
15091
15091
  __typename?: "SellerMetadataMedia";
@@ -15161,12 +15161,12 @@ export declare type ExchangeTokenFieldsFragment = {
15161
15161
  __typename?: "SellerMetadata";
15162
15162
  id: string;
15163
15163
  createdAt: string;
15164
- name: string;
15165
- description: string;
15164
+ name?: string | null;
15165
+ description?: string | null;
15166
15166
  legalTradingName?: string | null;
15167
15167
  type: SellerMetadataType;
15168
15168
  kind: string;
15169
- website: string;
15169
+ website?: string | null;
15170
15170
  contactPreference: string;
15171
15171
  images?: Array<{
15172
15172
  __typename?: "SellerMetadataMedia";
@@ -15547,12 +15547,12 @@ export declare type GetExchangeByIdQueryQuery = {
15547
15547
  __typename?: "SellerMetadata";
15548
15548
  id: string;
15549
15549
  createdAt: string;
15550
- name: string;
15551
- description: string;
15550
+ name?: string | null;
15551
+ description?: string | null;
15552
15552
  legalTradingName?: string | null;
15553
15553
  type: SellerMetadataType;
15554
15554
  kind: string;
15555
- website: string;
15555
+ website?: string | null;
15556
15556
  contactPreference: string;
15557
15557
  images?: Array<{
15558
15558
  __typename?: "SellerMetadataMedia";
@@ -15787,12 +15787,12 @@ export declare type GetExchangeByIdQueryQuery = {
15787
15787
  __typename?: "SellerMetadata";
15788
15788
  id: string;
15789
15789
  createdAt: string;
15790
- name: string;
15791
- description: string;
15790
+ name?: string | null;
15791
+ description?: string | null;
15792
15792
  legalTradingName?: string | null;
15793
15793
  type: SellerMetadataType;
15794
15794
  kind: string;
15795
- website: string;
15795
+ website?: string | null;
15796
15796
  contactPreference: string;
15797
15797
  images?: Array<{
15798
15798
  __typename?: "SellerMetadataMedia";
@@ -15868,12 +15868,12 @@ export declare type GetExchangeByIdQueryQuery = {
15868
15868
  __typename?: "SellerMetadata";
15869
15869
  id: string;
15870
15870
  createdAt: string;
15871
- name: string;
15872
- description: string;
15871
+ name?: string | null;
15872
+ description?: string | null;
15873
15873
  legalTradingName?: string | null;
15874
15874
  type: SellerMetadataType;
15875
15875
  kind: string;
15876
- website: string;
15876
+ website?: string | null;
15877
15877
  contactPreference: string;
15878
15878
  images?: Array<{
15879
15879
  __typename?: "SellerMetadataMedia";
@@ -15978,12 +15978,12 @@ export declare type GetExchangeByIdQueryQuery = {
15978
15978
  __typename?: "SellerMetadata";
15979
15979
  id: string;
15980
15980
  createdAt: string;
15981
- name: string;
15982
- description: string;
15981
+ name?: string | null;
15982
+ description?: string | null;
15983
15983
  legalTradingName?: string | null;
15984
15984
  type: SellerMetadataType;
15985
15985
  kind: string;
15986
- website: string;
15986
+ website?: string | null;
15987
15987
  contactPreference: string;
15988
15988
  images?: Array<{
15989
15989
  __typename?: "SellerMetadataMedia";
@@ -16087,12 +16087,12 @@ export declare type GetExchangesQueryQuery = {
16087
16087
  __typename?: "SellerMetadata";
16088
16088
  id: string;
16089
16089
  createdAt: string;
16090
- name: string;
16091
- description: string;
16090
+ name?: string | null;
16091
+ description?: string | null;
16092
16092
  legalTradingName?: string | null;
16093
16093
  type: SellerMetadataType;
16094
16094
  kind: string;
16095
- website: string;
16095
+ website?: string | null;
16096
16096
  contactPreference: string;
16097
16097
  images?: Array<{
16098
16098
  __typename?: "SellerMetadataMedia";
@@ -16327,12 +16327,12 @@ export declare type GetExchangesQueryQuery = {
16327
16327
  __typename?: "SellerMetadata";
16328
16328
  id: string;
16329
16329
  createdAt: string;
16330
- name: string;
16331
- description: string;
16330
+ name?: string | null;
16331
+ description?: string | null;
16332
16332
  legalTradingName?: string | null;
16333
16333
  type: SellerMetadataType;
16334
16334
  kind: string;
16335
- website: string;
16335
+ website?: string | null;
16336
16336
  contactPreference: string;
16337
16337
  images?: Array<{
16338
16338
  __typename?: "SellerMetadataMedia";
@@ -16408,12 +16408,12 @@ export declare type GetExchangesQueryQuery = {
16408
16408
  __typename?: "SellerMetadata";
16409
16409
  id: string;
16410
16410
  createdAt: string;
16411
- name: string;
16412
- description: string;
16411
+ name?: string | null;
16412
+ description?: string | null;
16413
16413
  legalTradingName?: string | null;
16414
16414
  type: SellerMetadataType;
16415
16415
  kind: string;
16416
- website: string;
16416
+ website?: string | null;
16417
16417
  contactPreference: string;
16418
16418
  images?: Array<{
16419
16419
  __typename?: "SellerMetadataMedia";
@@ -16518,12 +16518,12 @@ export declare type GetExchangesQueryQuery = {
16518
16518
  __typename?: "SellerMetadata";
16519
16519
  id: string;
16520
16520
  createdAt: string;
16521
- name: string;
16522
- description: string;
16521
+ name?: string | null;
16522
+ description?: string | null;
16523
16523
  legalTradingName?: string | null;
16524
16524
  type: SellerMetadataType;
16525
16525
  kind: string;
16526
- website: string;
16526
+ website?: string | null;
16527
16527
  contactPreference: string;
16528
16528
  images?: Array<{
16529
16529
  __typename?: "SellerMetadataMedia";
@@ -16618,12 +16618,12 @@ export declare type ExchangeFieldsFragment = {
16618
16618
  __typename?: "SellerMetadata";
16619
16619
  id: string;
16620
16620
  createdAt: string;
16621
- name: string;
16622
- description: string;
16621
+ name?: string | null;
16622
+ description?: string | null;
16623
16623
  legalTradingName?: string | null;
16624
16624
  type: SellerMetadataType;
16625
16625
  kind: string;
16626
- website: string;
16626
+ website?: string | null;
16627
16627
  contactPreference: string;
16628
16628
  images?: Array<{
16629
16629
  __typename?: "SellerMetadataMedia";
@@ -16858,12 +16858,12 @@ export declare type ExchangeFieldsFragment = {
16858
16858
  __typename?: "SellerMetadata";
16859
16859
  id: string;
16860
16860
  createdAt: string;
16861
- name: string;
16862
- description: string;
16861
+ name?: string | null;
16862
+ description?: string | null;
16863
16863
  legalTradingName?: string | null;
16864
16864
  type: SellerMetadataType;
16865
16865
  kind: string;
16866
- website: string;
16866
+ website?: string | null;
16867
16867
  contactPreference: string;
16868
16868
  images?: Array<{
16869
16869
  __typename?: "SellerMetadataMedia";
@@ -16939,12 +16939,12 @@ export declare type ExchangeFieldsFragment = {
16939
16939
  __typename?: "SellerMetadata";
16940
16940
  id: string;
16941
16941
  createdAt: string;
16942
- name: string;
16943
- description: string;
16942
+ name?: string | null;
16943
+ description?: string | null;
16944
16944
  legalTradingName?: string | null;
16945
16945
  type: SellerMetadataType;
16946
16946
  kind: string;
16947
- website: string;
16947
+ website?: string | null;
16948
16948
  contactPreference: string;
16949
16949
  images?: Array<{
16950
16950
  __typename?: "SellerMetadataMedia";
@@ -17049,12 +17049,12 @@ export declare type ExchangeFieldsFragment = {
17049
17049
  __typename?: "SellerMetadata";
17050
17050
  id: string;
17051
17051
  createdAt: string;
17052
- name: string;
17053
- description: string;
17052
+ name?: string | null;
17053
+ description?: string | null;
17054
17054
  legalTradingName?: string | null;
17055
17055
  type: SellerMetadataType;
17056
17056
  kind: string;
17057
- website: string;
17057
+ website?: string | null;
17058
17058
  contactPreference: string;
17059
17059
  images?: Array<{
17060
17060
  __typename?: "SellerMetadataMedia";
@@ -17133,12 +17133,12 @@ export declare type BaseExchangeFieldsFragment = {
17133
17133
  __typename?: "SellerMetadata";
17134
17134
  id: string;
17135
17135
  createdAt: string;
17136
- name: string;
17137
- description: string;
17136
+ name?: string | null;
17137
+ description?: string | null;
17138
17138
  legalTradingName?: string | null;
17139
17139
  type: SellerMetadataType;
17140
17140
  kind: string;
17141
- website: string;
17141
+ website?: string | null;
17142
17142
  contactPreference: string;
17143
17143
  images?: Array<{
17144
17144
  __typename?: "SellerMetadataMedia";
@@ -17334,12 +17334,12 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
17334
17334
  __typename?: "SellerMetadata";
17335
17335
  id: string;
17336
17336
  createdAt: string;
17337
- name: string;
17338
- description: string;
17337
+ name?: string | null;
17338
+ description?: string | null;
17339
17339
  legalTradingName?: string | null;
17340
17340
  type: SellerMetadataType;
17341
17341
  kind: string;
17342
- website: string;
17342
+ website?: string | null;
17343
17343
  contactPreference: string;
17344
17344
  images?: Array<{
17345
17345
  __typename?: "SellerMetadataMedia";
@@ -17574,12 +17574,12 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
17574
17574
  __typename?: "SellerMetadata";
17575
17575
  id: string;
17576
17576
  createdAt: string;
17577
- name: string;
17578
- description: string;
17577
+ name?: string | null;
17578
+ description?: string | null;
17579
17579
  legalTradingName?: string | null;
17580
17580
  type: SellerMetadataType;
17581
17581
  kind: string;
17582
- website: string;
17582
+ website?: string | null;
17583
17583
  contactPreference: string;
17584
17584
  images?: Array<{
17585
17585
  __typename?: "SellerMetadataMedia";
@@ -17655,12 +17655,12 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
17655
17655
  __typename?: "SellerMetadata";
17656
17656
  id: string;
17657
17657
  createdAt: string;
17658
- name: string;
17659
- description: string;
17658
+ name?: string | null;
17659
+ description?: string | null;
17660
17660
  legalTradingName?: string | null;
17661
17661
  type: SellerMetadataType;
17662
17662
  kind: string;
17663
- website: string;
17663
+ website?: string | null;
17664
17664
  contactPreference: string;
17665
17665
  images?: Array<{
17666
17666
  __typename?: "SellerMetadataMedia";
@@ -17744,12 +17744,12 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
17744
17744
  __typename?: "SellerMetadata";
17745
17745
  id: string;
17746
17746
  createdAt: string;
17747
- name: string;
17748
- description: string;
17747
+ name?: string | null;
17748
+ description?: string | null;
17749
17749
  legalTradingName?: string | null;
17750
17750
  type: SellerMetadataType;
17751
17751
  kind: string;
17752
- website: string;
17752
+ website?: string | null;
17753
17753
  contactPreference: string;
17754
17754
  images?: Array<{
17755
17755
  __typename?: "SellerMetadataMedia";
@@ -17879,12 +17879,12 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
17879
17879
  __typename?: "SellerMetadata";
17880
17880
  id: string;
17881
17881
  createdAt: string;
17882
- name: string;
17883
- description: string;
17882
+ name?: string | null;
17883
+ description?: string | null;
17884
17884
  legalTradingName?: string | null;
17885
17885
  type: SellerMetadataType;
17886
17886
  kind: string;
17887
- website: string;
17887
+ website?: string | null;
17888
17888
  contactPreference: string;
17889
17889
  images?: Array<{
17890
17890
  __typename?: "SellerMetadataMedia";
@@ -18119,12 +18119,12 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
18119
18119
  __typename?: "SellerMetadata";
18120
18120
  id: string;
18121
18121
  createdAt: string;
18122
- name: string;
18123
- description: string;
18122
+ name?: string | null;
18123
+ description?: string | null;
18124
18124
  legalTradingName?: string | null;
18125
18125
  type: SellerMetadataType;
18126
18126
  kind: string;
18127
- website: string;
18127
+ website?: string | null;
18128
18128
  contactPreference: string;
18129
18129
  images?: Array<{
18130
18130
  __typename?: "SellerMetadataMedia";
@@ -18200,12 +18200,12 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
18200
18200
  __typename?: "SellerMetadata";
18201
18201
  id: string;
18202
18202
  createdAt: string;
18203
- name: string;
18204
- description: string;
18203
+ name?: string | null;
18204
+ description?: string | null;
18205
18205
  legalTradingName?: string | null;
18206
18206
  type: SellerMetadataType;
18207
18207
  kind: string;
18208
- website: string;
18208
+ website?: string | null;
18209
18209
  contactPreference: string;
18210
18210
  images?: Array<{
18211
18211
  __typename?: "SellerMetadataMedia";
@@ -18289,12 +18289,12 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
18289
18289
  __typename?: "SellerMetadata";
18290
18290
  id: string;
18291
18291
  createdAt: string;
18292
- name: string;
18293
- description: string;
18292
+ name?: string | null;
18293
+ description?: string | null;
18294
18294
  legalTradingName?: string | null;
18295
18295
  type: SellerMetadataType;
18296
18296
  kind: string;
18297
- website: string;
18297
+ website?: string | null;
18298
18298
  contactPreference: string;
18299
18299
  images?: Array<{
18300
18300
  __typename?: "SellerMetadataMedia";
@@ -18415,12 +18415,12 @@ export declare type BaseMetadataEntityFieldsFragment = {
18415
18415
  __typename?: "SellerMetadata";
18416
18416
  id: string;
18417
18417
  createdAt: string;
18418
- name: string;
18419
- description: string;
18418
+ name?: string | null;
18419
+ description?: string | null;
18420
18420
  legalTradingName?: string | null;
18421
18421
  type: SellerMetadataType;
18422
18422
  kind: string;
18423
- website: string;
18423
+ website?: string | null;
18424
18424
  contactPreference: string;
18425
18425
  images?: Array<{
18426
18426
  __typename?: "SellerMetadataMedia";
@@ -18655,12 +18655,12 @@ export declare type BaseMetadataEntityFieldsFragment = {
18655
18655
  __typename?: "SellerMetadata";
18656
18656
  id: string;
18657
18657
  createdAt: string;
18658
- name: string;
18659
- description: string;
18658
+ name?: string | null;
18659
+ description?: string | null;
18660
18660
  legalTradingName?: string | null;
18661
18661
  type: SellerMetadataType;
18662
18662
  kind: string;
18663
- website: string;
18663
+ website?: string | null;
18664
18664
  contactPreference: string;
18665
18665
  images?: Array<{
18666
18666
  __typename?: "SellerMetadataMedia";
@@ -18736,12 +18736,12 @@ export declare type BaseMetadataEntityFieldsFragment = {
18736
18736
  __typename?: "SellerMetadata";
18737
18737
  id: string;
18738
18738
  createdAt: string;
18739
- name: string;
18740
- description: string;
18739
+ name?: string | null;
18740
+ description?: string | null;
18741
18741
  legalTradingName?: string | null;
18742
18742
  type: SellerMetadataType;
18743
18743
  kind: string;
18744
- website: string;
18744
+ website?: string | null;
18745
18745
  contactPreference: string;
18746
18746
  images?: Array<{
18747
18747
  __typename?: "SellerMetadataMedia";
@@ -18825,12 +18825,12 @@ export declare type BaseMetadataEntityFieldsFragment = {
18825
18825
  __typename?: "SellerMetadata";
18826
18826
  id: string;
18827
18827
  createdAt: string;
18828
- name: string;
18829
- description: string;
18828
+ name?: string | null;
18829
+ description?: string | null;
18830
18830
  legalTradingName?: string | null;
18831
18831
  type: SellerMetadataType;
18832
18832
  kind: string;
18833
- website: string;
18833
+ website?: string | null;
18834
18834
  contactPreference: string;
18835
18835
  images?: Array<{
18836
18836
  __typename?: "SellerMetadataMedia";
@@ -18950,12 +18950,12 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
18950
18950
  __typename?: "SellerMetadata";
18951
18951
  id: string;
18952
18952
  createdAt: string;
18953
- name: string;
18954
- description: string;
18953
+ name?: string | null;
18954
+ description?: string | null;
18955
18955
  legalTradingName?: string | null;
18956
18956
  type: SellerMetadataType;
18957
18957
  kind: string;
18958
- website: string;
18958
+ website?: string | null;
18959
18959
  contactPreference: string;
18960
18960
  images?: Array<{
18961
18961
  __typename?: "SellerMetadataMedia";
@@ -19190,12 +19190,12 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
19190
19190
  __typename?: "SellerMetadata";
19191
19191
  id: string;
19192
19192
  createdAt: string;
19193
- name: string;
19194
- description: string;
19193
+ name?: string | null;
19194
+ description?: string | null;
19195
19195
  legalTradingName?: string | null;
19196
19196
  type: SellerMetadataType;
19197
19197
  kind: string;
19198
- website: string;
19198
+ website?: string | null;
19199
19199
  contactPreference: string;
19200
19200
  images?: Array<{
19201
19201
  __typename?: "SellerMetadataMedia";
@@ -19271,12 +19271,12 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
19271
19271
  __typename?: "SellerMetadata";
19272
19272
  id: string;
19273
19273
  createdAt: string;
19274
- name: string;
19275
- description: string;
19274
+ name?: string | null;
19275
+ description?: string | null;
19276
19276
  legalTradingName?: string | null;
19277
19277
  type: SellerMetadataType;
19278
19278
  kind: string;
19279
- website: string;
19279
+ website?: string | null;
19280
19280
  contactPreference: string;
19281
19281
  images?: Array<{
19282
19282
  __typename?: "SellerMetadataMedia";
@@ -19360,12 +19360,12 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
19360
19360
  __typename?: "SellerMetadata";
19361
19361
  id: string;
19362
19362
  createdAt: string;
19363
- name: string;
19364
- description: string;
19363
+ name?: string | null;
19364
+ description?: string | null;
19365
19365
  legalTradingName?: string | null;
19366
19366
  type: SellerMetadataType;
19367
19367
  kind: string;
19368
- website: string;
19368
+ website?: string | null;
19369
19369
  contactPreference: string;
19370
19370
  images?: Array<{
19371
19371
  __typename?: "SellerMetadataMedia";
@@ -19549,12 +19549,12 @@ export declare type GetProductV1ProductsQueryQuery = {
19549
19549
  __typename?: "SellerMetadata";
19550
19550
  id: string;
19551
19551
  createdAt: string;
19552
- name: string;
19553
- description: string;
19552
+ name?: string | null;
19553
+ description?: string | null;
19554
19554
  legalTradingName?: string | null;
19555
19555
  type: SellerMetadataType;
19556
19556
  kind: string;
19557
- website: string;
19557
+ website?: string | null;
19558
19558
  contactPreference: string;
19559
19559
  images?: Array<{
19560
19560
  __typename?: "SellerMetadataMedia";
@@ -19707,12 +19707,12 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
19707
19707
  __typename?: "SellerMetadata";
19708
19708
  id: string;
19709
19709
  createdAt: string;
19710
- name: string;
19711
- description: string;
19710
+ name?: string | null;
19711
+ description?: string | null;
19712
19712
  legalTradingName?: string | null;
19713
19713
  type: SellerMetadataType;
19714
19714
  kind: string;
19715
- website: string;
19715
+ website?: string | null;
19716
19716
  contactPreference: string;
19717
19717
  images?: Array<{
19718
19718
  __typename?: "SellerMetadataMedia";
@@ -19766,12 +19766,12 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
19766
19766
  __typename?: "SellerMetadata";
19767
19767
  id: string;
19768
19768
  createdAt: string;
19769
- name: string;
19770
- description: string;
19769
+ name?: string | null;
19770
+ description?: string | null;
19771
19771
  legalTradingName?: string | null;
19772
19772
  type: SellerMetadataType;
19773
19773
  kind: string;
19774
- website: string;
19774
+ website?: string | null;
19775
19775
  contactPreference: string;
19776
19776
  images?: Array<{
19777
19777
  __typename?: "SellerMetadataMedia";
@@ -20006,12 +20006,12 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
20006
20006
  __typename?: "SellerMetadata";
20007
20007
  id: string;
20008
20008
  createdAt: string;
20009
- name: string;
20010
- description: string;
20009
+ name?: string | null;
20010
+ description?: string | null;
20011
20011
  legalTradingName?: string | null;
20012
20012
  type: SellerMetadataType;
20013
20013
  kind: string;
20014
- website: string;
20014
+ website?: string | null;
20015
20015
  contactPreference: string;
20016
20016
  images?: Array<{
20017
20017
  __typename?: "SellerMetadataMedia";
@@ -20087,12 +20087,12 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
20087
20087
  __typename?: "SellerMetadata";
20088
20088
  id: string;
20089
20089
  createdAt: string;
20090
- name: string;
20091
- description: string;
20090
+ name?: string | null;
20091
+ description?: string | null;
20092
20092
  legalTradingName?: string | null;
20093
20093
  type: SellerMetadataType;
20094
20094
  kind: string;
20095
- website: string;
20095
+ website?: string | null;
20096
20096
  contactPreference: string;
20097
20097
  images?: Array<{
20098
20098
  __typename?: "SellerMetadataMedia";
@@ -20261,12 +20261,12 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
20261
20261
  __typename?: "SellerMetadata";
20262
20262
  id: string;
20263
20263
  createdAt: string;
20264
- name: string;
20265
- description: string;
20264
+ name?: string | null;
20265
+ description?: string | null;
20266
20266
  legalTradingName?: string | null;
20267
20267
  type: SellerMetadataType;
20268
20268
  kind: string;
20269
- website: string;
20269
+ website?: string | null;
20270
20270
  contactPreference: string;
20271
20271
  images?: Array<{
20272
20272
  __typename?: "SellerMetadataMedia";
@@ -20419,12 +20419,12 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
20419
20419
  __typename?: "SellerMetadata";
20420
20420
  id: string;
20421
20421
  createdAt: string;
20422
- name: string;
20423
- description: string;
20422
+ name?: string | null;
20423
+ description?: string | null;
20424
20424
  legalTradingName?: string | null;
20425
20425
  type: SellerMetadataType;
20426
20426
  kind: string;
20427
- website: string;
20427
+ website?: string | null;
20428
20428
  contactPreference: string;
20429
20429
  images?: Array<{
20430
20430
  __typename?: "SellerMetadataMedia";
@@ -20478,12 +20478,12 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
20478
20478
  __typename?: "SellerMetadata";
20479
20479
  id: string;
20480
20480
  createdAt: string;
20481
- name: string;
20482
- description: string;
20481
+ name?: string | null;
20482
+ description?: string | null;
20483
20483
  legalTradingName?: string | null;
20484
20484
  type: SellerMetadataType;
20485
20485
  kind: string;
20486
- website: string;
20486
+ website?: string | null;
20487
20487
  contactPreference: string;
20488
20488
  images?: Array<{
20489
20489
  __typename?: "SellerMetadataMedia";
@@ -20718,12 +20718,12 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
20718
20718
  __typename?: "SellerMetadata";
20719
20719
  id: string;
20720
20720
  createdAt: string;
20721
- name: string;
20722
- description: string;
20721
+ name?: string | null;
20722
+ description?: string | null;
20723
20723
  legalTradingName?: string | null;
20724
20724
  type: SellerMetadataType;
20725
20725
  kind: string;
20726
- website: string;
20726
+ website?: string | null;
20727
20727
  contactPreference: string;
20728
20728
  images?: Array<{
20729
20729
  __typename?: "SellerMetadataMedia";
@@ -20799,12 +20799,12 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
20799
20799
  __typename?: "SellerMetadata";
20800
20800
  id: string;
20801
20801
  createdAt: string;
20802
- name: string;
20803
- description: string;
20802
+ name?: string | null;
20803
+ description?: string | null;
20804
20804
  legalTradingName?: string | null;
20805
20805
  type: SellerMetadataType;
20806
20806
  kind: string;
20807
- website: string;
20807
+ website?: string | null;
20808
20808
  contactPreference: string;
20809
20809
  images?: Array<{
20810
20810
  __typename?: "SellerMetadataMedia";
@@ -20973,12 +20973,12 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
20973
20973
  __typename?: "SellerMetadata";
20974
20974
  id: string;
20975
20975
  createdAt: string;
20976
- name: string;
20977
- description: string;
20976
+ name?: string | null;
20977
+ description?: string | null;
20978
20978
  legalTradingName?: string | null;
20979
20979
  type: SellerMetadataType;
20980
20980
  kind: string;
20981
- website: string;
20981
+ website?: string | null;
20982
20982
  contactPreference: string;
20983
20983
  images?: Array<{
20984
20984
  __typename?: "SellerMetadataMedia";
@@ -21143,12 +21143,12 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21143
21143
  __typename?: "SellerMetadata";
21144
21144
  id: string;
21145
21145
  createdAt: string;
21146
- name: string;
21147
- description: string;
21146
+ name?: string | null;
21147
+ description?: string | null;
21148
21148
  legalTradingName?: string | null;
21149
21149
  type: SellerMetadataType;
21150
21150
  kind: string;
21151
- website: string;
21151
+ website?: string | null;
21152
21152
  contactPreference: string;
21153
21153
  images?: Array<{
21154
21154
  __typename?: "SellerMetadataMedia";
@@ -21202,12 +21202,12 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21202
21202
  __typename?: "SellerMetadata";
21203
21203
  id: string;
21204
21204
  createdAt: string;
21205
- name: string;
21206
- description: string;
21205
+ name?: string | null;
21206
+ description?: string | null;
21207
21207
  legalTradingName?: string | null;
21208
21208
  type: SellerMetadataType;
21209
21209
  kind: string;
21210
- website: string;
21210
+ website?: string | null;
21211
21211
  contactPreference: string;
21212
21212
  images?: Array<{
21213
21213
  __typename?: "SellerMetadataMedia";
@@ -21442,12 +21442,12 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21442
21442
  __typename?: "SellerMetadata";
21443
21443
  id: string;
21444
21444
  createdAt: string;
21445
- name: string;
21446
- description: string;
21445
+ name?: string | null;
21446
+ description?: string | null;
21447
21447
  legalTradingName?: string | null;
21448
21448
  type: SellerMetadataType;
21449
21449
  kind: string;
21450
- website: string;
21450
+ website?: string | null;
21451
21451
  contactPreference: string;
21452
21452
  images?: Array<{
21453
21453
  __typename?: "SellerMetadataMedia";
@@ -21523,12 +21523,12 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21523
21523
  __typename?: "SellerMetadata";
21524
21524
  id: string;
21525
21525
  createdAt: string;
21526
- name: string;
21527
- description: string;
21526
+ name?: string | null;
21527
+ description?: string | null;
21528
21528
  legalTradingName?: string | null;
21529
21529
  type: SellerMetadataType;
21530
21530
  kind: string;
21531
- website: string;
21531
+ website?: string | null;
21532
21532
  contactPreference: string;
21533
21533
  images?: Array<{
21534
21534
  __typename?: "SellerMetadataMedia";
@@ -21612,12 +21612,12 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21612
21612
  __typename?: "SellerMetadata";
21613
21613
  id: string;
21614
21614
  createdAt: string;
21615
- name: string;
21616
- description: string;
21615
+ name?: string | null;
21616
+ description?: string | null;
21617
21617
  legalTradingName?: string | null;
21618
21618
  type: SellerMetadataType;
21619
21619
  kind: string;
21620
- website: string;
21620
+ website?: string | null;
21621
21621
  contactPreference: string;
21622
21622
  images?: Array<{
21623
21623
  __typename?: "SellerMetadataMedia";
@@ -21776,12 +21776,12 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21776
21776
  __typename?: "SellerMetadata";
21777
21777
  id: string;
21778
21778
  createdAt: string;
21779
- name: string;
21780
- description: string;
21779
+ name?: string | null;
21780
+ description?: string | null;
21781
21781
  legalTradingName?: string | null;
21782
21782
  type: SellerMetadataType;
21783
21783
  kind: string;
21784
- website: string;
21784
+ website?: string | null;
21785
21785
  contactPreference: string;
21786
21786
  images?: Array<{
21787
21787
  __typename?: "SellerMetadataMedia";
@@ -21857,12 +21857,12 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21857
21857
  __typename?: "SellerMetadata";
21858
21858
  id: string;
21859
21859
  createdAt: string;
21860
- name: string;
21861
- description: string;
21860
+ name?: string | null;
21861
+ description?: string | null;
21862
21862
  legalTradingName?: string | null;
21863
21863
  type: SellerMetadataType;
21864
21864
  kind: string;
21865
- website: string;
21865
+ website?: string | null;
21866
21866
  contactPreference: string;
21867
21867
  images?: Array<{
21868
21868
  __typename?: "SellerMetadataMedia";
@@ -22021,12 +22021,12 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22021
22021
  __typename?: "SellerMetadata";
22022
22022
  id: string;
22023
22023
  createdAt: string;
22024
- name: string;
22025
- description: string;
22024
+ name?: string | null;
22025
+ description?: string | null;
22026
22026
  legalTradingName?: string | null;
22027
22027
  type: SellerMetadataType;
22028
22028
  kind: string;
22029
- website: string;
22029
+ website?: string | null;
22030
22030
  contactPreference: string;
22031
22031
  images?: Array<{
22032
22032
  __typename?: "SellerMetadataMedia";
@@ -22080,12 +22080,12 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22080
22080
  __typename?: "SellerMetadata";
22081
22081
  id: string;
22082
22082
  createdAt: string;
22083
- name: string;
22084
- description: string;
22083
+ name?: string | null;
22084
+ description?: string | null;
22085
22085
  legalTradingName?: string | null;
22086
22086
  type: SellerMetadataType;
22087
22087
  kind: string;
22088
- website: string;
22088
+ website?: string | null;
22089
22089
  contactPreference: string;
22090
22090
  images?: Array<{
22091
22091
  __typename?: "SellerMetadataMedia";
@@ -22320,12 +22320,12 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22320
22320
  __typename?: "SellerMetadata";
22321
22321
  id: string;
22322
22322
  createdAt: string;
22323
- name: string;
22324
- description: string;
22323
+ name?: string | null;
22324
+ description?: string | null;
22325
22325
  legalTradingName?: string | null;
22326
22326
  type: SellerMetadataType;
22327
22327
  kind: string;
22328
- website: string;
22328
+ website?: string | null;
22329
22329
  contactPreference: string;
22330
22330
  images?: Array<{
22331
22331
  __typename?: "SellerMetadataMedia";
@@ -22401,12 +22401,12 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22401
22401
  __typename?: "SellerMetadata";
22402
22402
  id: string;
22403
22403
  createdAt: string;
22404
- name: string;
22405
- description: string;
22404
+ name?: string | null;
22405
+ description?: string | null;
22406
22406
  legalTradingName?: string | null;
22407
22407
  type: SellerMetadataType;
22408
22408
  kind: string;
22409
- website: string;
22409
+ website?: string | null;
22410
22410
  contactPreference: string;
22411
22411
  images?: Array<{
22412
22412
  __typename?: "SellerMetadataMedia";
@@ -22490,12 +22490,12 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22490
22490
  __typename?: "SellerMetadata";
22491
22491
  id: string;
22492
22492
  createdAt: string;
22493
- name: string;
22494
- description: string;
22493
+ name?: string | null;
22494
+ description?: string | null;
22495
22495
  legalTradingName?: string | null;
22496
22496
  type: SellerMetadataType;
22497
22497
  kind: string;
22498
- website: string;
22498
+ website?: string | null;
22499
22499
  contactPreference: string;
22500
22500
  images?: Array<{
22501
22501
  __typename?: "SellerMetadataMedia";
@@ -22654,12 +22654,12 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22654
22654
  __typename?: "SellerMetadata";
22655
22655
  id: string;
22656
22656
  createdAt: string;
22657
- name: string;
22658
- description: string;
22657
+ name?: string | null;
22658
+ description?: string | null;
22659
22659
  legalTradingName?: string | null;
22660
22660
  type: SellerMetadataType;
22661
22661
  kind: string;
22662
- website: string;
22662
+ website?: string | null;
22663
22663
  contactPreference: string;
22664
22664
  images?: Array<{
22665
22665
  __typename?: "SellerMetadataMedia";
@@ -22735,12 +22735,12 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22735
22735
  __typename?: "SellerMetadata";
22736
22736
  id: string;
22737
22737
  createdAt: string;
22738
- name: string;
22739
- description: string;
22738
+ name?: string | null;
22739
+ description?: string | null;
22740
22740
  legalTradingName?: string | null;
22741
22741
  type: SellerMetadataType;
22742
22742
  kind: string;
22743
- website: string;
22743
+ website?: string | null;
22744
22744
  contactPreference: string;
22745
22745
  images?: Array<{
22746
22746
  __typename?: "SellerMetadataMedia";
@@ -22890,12 +22890,12 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
22890
22890
  __typename?: "SellerMetadata";
22891
22891
  id: string;
22892
22892
  createdAt: string;
22893
- name: string;
22894
- description: string;
22893
+ name?: string | null;
22894
+ description?: string | null;
22895
22895
  legalTradingName?: string | null;
22896
22896
  type: SellerMetadataType;
22897
22897
  kind: string;
22898
- website: string;
22898
+ website?: string | null;
22899
22899
  contactPreference: string;
22900
22900
  images?: Array<{
22901
22901
  __typename?: "SellerMetadataMedia";
@@ -22949,12 +22949,12 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
22949
22949
  __typename?: "SellerMetadata";
22950
22950
  id: string;
22951
22951
  createdAt: string;
22952
- name: string;
22953
- description: string;
22952
+ name?: string | null;
22953
+ description?: string | null;
22954
22954
  legalTradingName?: string | null;
22955
22955
  type: SellerMetadataType;
22956
22956
  kind: string;
22957
- website: string;
22957
+ website?: string | null;
22958
22958
  contactPreference: string;
22959
22959
  images?: Array<{
22960
22960
  __typename?: "SellerMetadataMedia";
@@ -23189,12 +23189,12 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
23189
23189
  __typename?: "SellerMetadata";
23190
23190
  id: string;
23191
23191
  createdAt: string;
23192
- name: string;
23193
- description: string;
23192
+ name?: string | null;
23193
+ description?: string | null;
23194
23194
  legalTradingName?: string | null;
23195
23195
  type: SellerMetadataType;
23196
23196
  kind: string;
23197
- website: string;
23197
+ website?: string | null;
23198
23198
  contactPreference: string;
23199
23199
  images?: Array<{
23200
23200
  __typename?: "SellerMetadataMedia";
@@ -23270,12 +23270,12 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
23270
23270
  __typename?: "SellerMetadata";
23271
23271
  id: string;
23272
23272
  createdAt: string;
23273
- name: string;
23274
- description: string;
23273
+ name?: string | null;
23274
+ description?: string | null;
23275
23275
  legalTradingName?: string | null;
23276
23276
  type: SellerMetadataType;
23277
23277
  kind: string;
23278
- website: string;
23278
+ website?: string | null;
23279
23279
  contactPreference: string;
23280
23280
  images?: Array<{
23281
23281
  __typename?: "SellerMetadataMedia";
@@ -23359,12 +23359,12 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
23359
23359
  __typename?: "SellerMetadata";
23360
23360
  id: string;
23361
23361
  createdAt: string;
23362
- name: string;
23363
- description: string;
23362
+ name?: string | null;
23363
+ description?: string | null;
23364
23364
  legalTradingName?: string | null;
23365
23365
  type: SellerMetadataType;
23366
23366
  kind: string;
23367
- website: string;
23367
+ website?: string | null;
23368
23368
  contactPreference: string;
23369
23369
  images?: Array<{
23370
23370
  __typename?: "SellerMetadataMedia";
@@ -23523,12 +23523,12 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
23523
23523
  __typename?: "SellerMetadata";
23524
23524
  id: string;
23525
23525
  createdAt: string;
23526
- name: string;
23527
- description: string;
23526
+ name?: string | null;
23527
+ description?: string | null;
23528
23528
  legalTradingName?: string | null;
23529
23529
  type: SellerMetadataType;
23530
23530
  kind: string;
23531
- website: string;
23531
+ website?: string | null;
23532
23532
  contactPreference: string;
23533
23533
  images?: Array<{
23534
23534
  __typename?: "SellerMetadataMedia";
@@ -23604,12 +23604,12 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
23604
23604
  __typename?: "SellerMetadata";
23605
23605
  id: string;
23606
23606
  createdAt: string;
23607
- name: string;
23608
- description: string;
23607
+ name?: string | null;
23608
+ description?: string | null;
23609
23609
  legalTradingName?: string | null;
23610
23610
  type: SellerMetadataType;
23611
23611
  kind: string;
23612
- website: string;
23612
+ website?: string | null;
23613
23613
  contactPreference: string;
23614
23614
  images?: Array<{
23615
23615
  __typename?: "SellerMetadataMedia";
@@ -23758,12 +23758,12 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
23758
23758
  __typename?: "SellerMetadata";
23759
23759
  id: string;
23760
23760
  createdAt: string;
23761
- name: string;
23762
- description: string;
23761
+ name?: string | null;
23762
+ description?: string | null;
23763
23763
  legalTradingName?: string | null;
23764
23764
  type: SellerMetadataType;
23765
23765
  kind: string;
23766
- website: string;
23766
+ website?: string | null;
23767
23767
  contactPreference: string;
23768
23768
  images?: Array<{
23769
23769
  __typename?: "SellerMetadataMedia";
@@ -23817,12 +23817,12 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
23817
23817
  __typename?: "SellerMetadata";
23818
23818
  id: string;
23819
23819
  createdAt: string;
23820
- name: string;
23821
- description: string;
23820
+ name?: string | null;
23821
+ description?: string | null;
23822
23822
  legalTradingName?: string | null;
23823
23823
  type: SellerMetadataType;
23824
23824
  kind: string;
23825
- website: string;
23825
+ website?: string | null;
23826
23826
  contactPreference: string;
23827
23827
  images?: Array<{
23828
23828
  __typename?: "SellerMetadataMedia";
@@ -24057,12 +24057,12 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
24057
24057
  __typename?: "SellerMetadata";
24058
24058
  id: string;
24059
24059
  createdAt: string;
24060
- name: string;
24061
- description: string;
24060
+ name?: string | null;
24061
+ description?: string | null;
24062
24062
  legalTradingName?: string | null;
24063
24063
  type: SellerMetadataType;
24064
24064
  kind: string;
24065
- website: string;
24065
+ website?: string | null;
24066
24066
  contactPreference: string;
24067
24067
  images?: Array<{
24068
24068
  __typename?: "SellerMetadataMedia";
@@ -24138,12 +24138,12 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
24138
24138
  __typename?: "SellerMetadata";
24139
24139
  id: string;
24140
24140
  createdAt: string;
24141
- name: string;
24142
- description: string;
24141
+ name?: string | null;
24142
+ description?: string | null;
24143
24143
  legalTradingName?: string | null;
24144
24144
  type: SellerMetadataType;
24145
24145
  kind: string;
24146
- website: string;
24146
+ website?: string | null;
24147
24147
  contactPreference: string;
24148
24148
  images?: Array<{
24149
24149
  __typename?: "SellerMetadataMedia";
@@ -24227,12 +24227,12 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
24227
24227
  __typename?: "SellerMetadata";
24228
24228
  id: string;
24229
24229
  createdAt: string;
24230
- name: string;
24231
- description: string;
24230
+ name?: string | null;
24231
+ description?: string | null;
24232
24232
  legalTradingName?: string | null;
24233
24233
  type: SellerMetadataType;
24234
24234
  kind: string;
24235
- website: string;
24235
+ website?: string | null;
24236
24236
  contactPreference: string;
24237
24237
  images?: Array<{
24238
24238
  __typename?: "SellerMetadataMedia";
@@ -24391,12 +24391,12 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
24391
24391
  __typename?: "SellerMetadata";
24392
24392
  id: string;
24393
24393
  createdAt: string;
24394
- name: string;
24395
- description: string;
24394
+ name?: string | null;
24395
+ description?: string | null;
24396
24396
  legalTradingName?: string | null;
24397
24397
  type: SellerMetadataType;
24398
24398
  kind: string;
24399
- website: string;
24399
+ website?: string | null;
24400
24400
  contactPreference: string;
24401
24401
  images?: Array<{
24402
24402
  __typename?: "SellerMetadataMedia";
@@ -24472,12 +24472,12 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
24472
24472
  __typename?: "SellerMetadata";
24473
24473
  id: string;
24474
24474
  createdAt: string;
24475
- name: string;
24476
- description: string;
24475
+ name?: string | null;
24476
+ description?: string | null;
24477
24477
  legalTradingName?: string | null;
24478
24478
  type: SellerMetadataType;
24479
24479
  kind: string;
24480
- website: string;
24480
+ website?: string | null;
24481
24481
  contactPreference: string;
24482
24482
  images?: Array<{
24483
24483
  __typename?: "SellerMetadataMedia";
@@ -24647,12 +24647,12 @@ export declare type BaseProductV1ProductFieldsFragment = {
24647
24647
  __typename?: "SellerMetadata";
24648
24648
  id: string;
24649
24649
  createdAt: string;
24650
- name: string;
24651
- description: string;
24650
+ name?: string | null;
24651
+ description?: string | null;
24652
24652
  legalTradingName?: string | null;
24653
24653
  type: SellerMetadataType;
24654
24654
  kind: string;
24655
- website: string;
24655
+ website?: string | null;
24656
24656
  contactPreference: string;
24657
24657
  images?: Array<{
24658
24658
  __typename?: "SellerMetadataMedia";
@@ -24795,12 +24795,12 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
24795
24795
  __typename?: "SellerMetadata";
24796
24796
  id: string;
24797
24797
  createdAt: string;
24798
- name: string;
24799
- description: string;
24798
+ name?: string | null;
24799
+ description?: string | null;
24800
24800
  legalTradingName?: string | null;
24801
24801
  type: SellerMetadataType;
24802
24802
  kind: string;
24803
- website: string;
24803
+ website?: string | null;
24804
24804
  contactPreference: string;
24805
24805
  images?: Array<{
24806
24806
  __typename?: "SellerMetadataMedia";
@@ -24854,12 +24854,12 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
24854
24854
  __typename?: "SellerMetadata";
24855
24855
  id: string;
24856
24856
  createdAt: string;
24857
- name: string;
24858
- description: string;
24857
+ name?: string | null;
24858
+ description?: string | null;
24859
24859
  legalTradingName?: string | null;
24860
24860
  type: SellerMetadataType;
24861
24861
  kind: string;
24862
- website: string;
24862
+ website?: string | null;
24863
24863
  contactPreference: string;
24864
24864
  images?: Array<{
24865
24865
  __typename?: "SellerMetadataMedia";
@@ -25094,12 +25094,12 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
25094
25094
  __typename?: "SellerMetadata";
25095
25095
  id: string;
25096
25096
  createdAt: string;
25097
- name: string;
25098
- description: string;
25097
+ name?: string | null;
25098
+ description?: string | null;
25099
25099
  legalTradingName?: string | null;
25100
25100
  type: SellerMetadataType;
25101
25101
  kind: string;
25102
- website: string;
25102
+ website?: string | null;
25103
25103
  contactPreference: string;
25104
25104
  images?: Array<{
25105
25105
  __typename?: "SellerMetadataMedia";
@@ -25175,12 +25175,12 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
25175
25175
  __typename?: "SellerMetadata";
25176
25176
  id: string;
25177
25177
  createdAt: string;
25178
- name: string;
25179
- description: string;
25178
+ name?: string | null;
25179
+ description?: string | null;
25180
25180
  legalTradingName?: string | null;
25181
25181
  type: SellerMetadataType;
25182
25182
  kind: string;
25183
- website: string;
25183
+ website?: string | null;
25184
25184
  contactPreference: string;
25185
25185
  images?: Array<{
25186
25186
  __typename?: "SellerMetadataMedia";
@@ -25349,12 +25349,12 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
25349
25349
  __typename?: "SellerMetadata";
25350
25350
  id: string;
25351
25351
  createdAt: string;
25352
- name: string;
25353
- description: string;
25352
+ name?: string | null;
25353
+ description?: string | null;
25354
25354
  legalTradingName?: string | null;
25355
25355
  type: SellerMetadataType;
25356
25356
  kind: string;
25357
- website: string;
25357
+ website?: string | null;
25358
25358
  contactPreference: string;
25359
25359
  images?: Array<{
25360
25360
  __typename?: "SellerMetadataMedia";
@@ -25497,12 +25497,12 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
25497
25497
  __typename?: "SellerMetadata";
25498
25498
  id: string;
25499
25499
  createdAt: string;
25500
- name: string;
25501
- description: string;
25500
+ name?: string | null;
25501
+ description?: string | null;
25502
25502
  legalTradingName?: string | null;
25503
25503
  type: SellerMetadataType;
25504
25504
  kind: string;
25505
- website: string;
25505
+ website?: string | null;
25506
25506
  contactPreference: string;
25507
25507
  images?: Array<{
25508
25508
  __typename?: "SellerMetadataMedia";
@@ -25556,12 +25556,12 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
25556
25556
  __typename?: "SellerMetadata";
25557
25557
  id: string;
25558
25558
  createdAt: string;
25559
- name: string;
25560
- description: string;
25559
+ name?: string | null;
25560
+ description?: string | null;
25561
25561
  legalTradingName?: string | null;
25562
25562
  type: SellerMetadataType;
25563
25563
  kind: string;
25564
- website: string;
25564
+ website?: string | null;
25565
25565
  contactPreference: string;
25566
25566
  images?: Array<{
25567
25567
  __typename?: "SellerMetadataMedia";
@@ -25796,12 +25796,12 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
25796
25796
  __typename?: "SellerMetadata";
25797
25797
  id: string;
25798
25798
  createdAt: string;
25799
- name: string;
25800
- description: string;
25799
+ name?: string | null;
25800
+ description?: string | null;
25801
25801
  legalTradingName?: string | null;
25802
25802
  type: SellerMetadataType;
25803
25803
  kind: string;
25804
- website: string;
25804
+ website?: string | null;
25805
25805
  contactPreference: string;
25806
25806
  images?: Array<{
25807
25807
  __typename?: "SellerMetadataMedia";
@@ -25877,12 +25877,12 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
25877
25877
  __typename?: "SellerMetadata";
25878
25878
  id: string;
25879
25879
  createdAt: string;
25880
- name: string;
25881
- description: string;
25880
+ name?: string | null;
25881
+ description?: string | null;
25882
25882
  legalTradingName?: string | null;
25883
25883
  type: SellerMetadataType;
25884
25884
  kind: string;
25885
- website: string;
25885
+ website?: string | null;
25886
25886
  contactPreference: string;
25887
25887
  images?: Array<{
25888
25888
  __typename?: "SellerMetadataMedia";
@@ -26051,12 +26051,12 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
26051
26051
  __typename?: "SellerMetadata";
26052
26052
  id: string;
26053
26053
  createdAt: string;
26054
- name: string;
26055
- description: string;
26054
+ name?: string | null;
26055
+ description?: string | null;
26056
26056
  legalTradingName?: string | null;
26057
26057
  type: SellerMetadataType;
26058
26058
  kind: string;
26059
- website: string;
26059
+ website?: string | null;
26060
26060
  contactPreference: string;
26061
26061
  images?: Array<{
26062
26062
  __typename?: "SellerMetadataMedia";
@@ -26166,12 +26166,12 @@ export declare type BaseProductV1SellerFieldsFragment = {
26166
26166
  __typename?: "SellerMetadata";
26167
26167
  id: string;
26168
26168
  createdAt: string;
26169
- name: string;
26170
- description: string;
26169
+ name?: string | null;
26170
+ description?: string | null;
26171
26171
  legalTradingName?: string | null;
26172
26172
  type: SellerMetadataType;
26173
26173
  kind: string;
26174
- website: string;
26174
+ website?: string | null;
26175
26175
  contactPreference: string;
26176
26176
  images?: Array<{
26177
26177
  __typename?: "SellerMetadataMedia";
@@ -26368,12 +26368,12 @@ export declare type GetOfferByIdQueryQuery = {
26368
26368
  __typename?: "SellerMetadata";
26369
26369
  id: string;
26370
26370
  createdAt: string;
26371
- name: string;
26372
- description: string;
26371
+ name?: string | null;
26372
+ description?: string | null;
26373
26373
  legalTradingName?: string | null;
26374
26374
  type: SellerMetadataType;
26375
26375
  kind: string;
26376
- website: string;
26376
+ website?: string | null;
26377
26377
  contactPreference: string;
26378
26378
  images?: Array<{
26379
26379
  __typename?: "SellerMetadataMedia";
@@ -26427,12 +26427,12 @@ export declare type GetOfferByIdQueryQuery = {
26427
26427
  __typename?: "SellerMetadata";
26428
26428
  id: string;
26429
26429
  createdAt: string;
26430
- name: string;
26431
- description: string;
26430
+ name?: string | null;
26431
+ description?: string | null;
26432
26432
  legalTradingName?: string | null;
26433
26433
  type: SellerMetadataType;
26434
26434
  kind: string;
26435
- website: string;
26435
+ website?: string | null;
26436
26436
  contactPreference: string;
26437
26437
  images?: Array<{
26438
26438
  __typename?: "SellerMetadataMedia";
@@ -26667,12 +26667,12 @@ export declare type GetOfferByIdQueryQuery = {
26667
26667
  __typename?: "SellerMetadata";
26668
26668
  id: string;
26669
26669
  createdAt: string;
26670
- name: string;
26671
- description: string;
26670
+ name?: string | null;
26671
+ description?: string | null;
26672
26672
  legalTradingName?: string | null;
26673
26673
  type: SellerMetadataType;
26674
26674
  kind: string;
26675
- website: string;
26675
+ website?: string | null;
26676
26676
  contactPreference: string;
26677
26677
  images?: Array<{
26678
26678
  __typename?: "SellerMetadataMedia";
@@ -26748,12 +26748,12 @@ export declare type GetOfferByIdQueryQuery = {
26748
26748
  __typename?: "SellerMetadata";
26749
26749
  id: string;
26750
26750
  createdAt: string;
26751
- name: string;
26752
- description: string;
26751
+ name?: string | null;
26752
+ description?: string | null;
26753
26753
  legalTradingName?: string | null;
26754
26754
  type: SellerMetadataType;
26755
26755
  kind: string;
26756
- website: string;
26756
+ website?: string | null;
26757
26757
  contactPreference: string;
26758
26758
  images?: Array<{
26759
26759
  __typename?: "SellerMetadataMedia";
@@ -26914,12 +26914,12 @@ export declare type GetOffersQueryQuery = {
26914
26914
  __typename?: "SellerMetadata";
26915
26915
  id: string;
26916
26916
  createdAt: string;
26917
- name: string;
26918
- description: string;
26917
+ name?: string | null;
26918
+ description?: string | null;
26919
26919
  legalTradingName?: string | null;
26920
26920
  type: SellerMetadataType;
26921
26921
  kind: string;
26922
- website: string;
26922
+ website?: string | null;
26923
26923
  contactPreference: string;
26924
26924
  images?: Array<{
26925
26925
  __typename?: "SellerMetadataMedia";
@@ -26973,12 +26973,12 @@ export declare type GetOffersQueryQuery = {
26973
26973
  __typename?: "SellerMetadata";
26974
26974
  id: string;
26975
26975
  createdAt: string;
26976
- name: string;
26977
- description: string;
26976
+ name?: string | null;
26977
+ description?: string | null;
26978
26978
  legalTradingName?: string | null;
26979
26979
  type: SellerMetadataType;
26980
26980
  kind: string;
26981
- website: string;
26981
+ website?: string | null;
26982
26982
  contactPreference: string;
26983
26983
  images?: Array<{
26984
26984
  __typename?: "SellerMetadataMedia";
@@ -27213,12 +27213,12 @@ export declare type GetOffersQueryQuery = {
27213
27213
  __typename?: "SellerMetadata";
27214
27214
  id: string;
27215
27215
  createdAt: string;
27216
- name: string;
27217
- description: string;
27216
+ name?: string | null;
27217
+ description?: string | null;
27218
27218
  legalTradingName?: string | null;
27219
27219
  type: SellerMetadataType;
27220
27220
  kind: string;
27221
- website: string;
27221
+ website?: string | null;
27222
27222
  contactPreference: string;
27223
27223
  images?: Array<{
27224
27224
  __typename?: "SellerMetadataMedia";
@@ -27294,12 +27294,12 @@ export declare type GetOffersQueryQuery = {
27294
27294
  __typename?: "SellerMetadata";
27295
27295
  id: string;
27296
27296
  createdAt: string;
27297
- name: string;
27298
- description: string;
27297
+ name?: string | null;
27298
+ description?: string | null;
27299
27299
  legalTradingName?: string | null;
27300
27300
  type: SellerMetadataType;
27301
27301
  kind: string;
27302
- website: string;
27302
+ website?: string | null;
27303
27303
  contactPreference: string;
27304
27304
  images?: Array<{
27305
27305
  __typename?: "SellerMetadataMedia";
@@ -27445,12 +27445,12 @@ export declare type OfferFieldsFragment = {
27445
27445
  __typename?: "SellerMetadata";
27446
27446
  id: string;
27447
27447
  createdAt: string;
27448
- name: string;
27449
- description: string;
27448
+ name?: string | null;
27449
+ description?: string | null;
27450
27450
  legalTradingName?: string | null;
27451
27451
  type: SellerMetadataType;
27452
27452
  kind: string;
27453
- website: string;
27453
+ website?: string | null;
27454
27454
  contactPreference: string;
27455
27455
  images?: Array<{
27456
27456
  __typename?: "SellerMetadataMedia";
@@ -27504,12 +27504,12 @@ export declare type OfferFieldsFragment = {
27504
27504
  __typename?: "SellerMetadata";
27505
27505
  id: string;
27506
27506
  createdAt: string;
27507
- name: string;
27508
- description: string;
27507
+ name?: string | null;
27508
+ description?: string | null;
27509
27509
  legalTradingName?: string | null;
27510
27510
  type: SellerMetadataType;
27511
27511
  kind: string;
27512
- website: string;
27512
+ website?: string | null;
27513
27513
  contactPreference: string;
27514
27514
  images?: Array<{
27515
27515
  __typename?: "SellerMetadataMedia";
@@ -27744,12 +27744,12 @@ export declare type OfferFieldsFragment = {
27744
27744
  __typename?: "SellerMetadata";
27745
27745
  id: string;
27746
27746
  createdAt: string;
27747
- name: string;
27748
- description: string;
27747
+ name?: string | null;
27748
+ description?: string | null;
27749
27749
  legalTradingName?: string | null;
27750
27750
  type: SellerMetadataType;
27751
27751
  kind: string;
27752
- website: string;
27752
+ website?: string | null;
27753
27753
  contactPreference: string;
27754
27754
  images?: Array<{
27755
27755
  __typename?: "SellerMetadataMedia";
@@ -27825,12 +27825,12 @@ export declare type OfferFieldsFragment = {
27825
27825
  __typename?: "SellerMetadata";
27826
27826
  id: string;
27827
27827
  createdAt: string;
27828
- name: string;
27829
- description: string;
27828
+ name?: string | null;
27829
+ description?: string | null;
27830
27830
  legalTradingName?: string | null;
27831
27831
  type: SellerMetadataType;
27832
27832
  kind: string;
27833
- website: string;
27833
+ website?: string | null;
27834
27834
  contactPreference: string;
27835
27835
  images?: Array<{
27836
27836
  __typename?: "SellerMetadataMedia";
@@ -27950,12 +27950,12 @@ export declare type BaseOfferFieldsFragment = {
27950
27950
  __typename?: "SellerMetadata";
27951
27951
  id: string;
27952
27952
  createdAt: string;
27953
- name: string;
27954
- description: string;
27953
+ name?: string | null;
27954
+ description?: string | null;
27955
27955
  legalTradingName?: string | null;
27956
27956
  type: SellerMetadataType;
27957
27957
  kind: string;
27958
- website: string;
27958
+ website?: string | null;
27959
27959
  contactPreference: string;
27960
27960
  images?: Array<{
27961
27961
  __typename?: "SellerMetadataMedia";
@@ -28190,12 +28190,12 @@ export declare type BaseOfferFieldsFragment = {
28190
28190
  __typename?: "SellerMetadata";
28191
28191
  id: string;
28192
28192
  createdAt: string;
28193
- name: string;
28194
- description: string;
28193
+ name?: string | null;
28194
+ description?: string | null;
28195
28195
  legalTradingName?: string | null;
28196
28196
  type: SellerMetadataType;
28197
28197
  kind: string;
28198
- website: string;
28198
+ website?: string | null;
28199
28199
  contactPreference: string;
28200
28200
  images?: Array<{
28201
28201
  __typename?: "SellerMetadataMedia";
@@ -28271,12 +28271,12 @@ export declare type BaseOfferFieldsFragment = {
28271
28271
  __typename?: "SellerMetadata";
28272
28272
  id: string;
28273
28273
  createdAt: string;
28274
- name: string;
28275
- description: string;
28274
+ name?: string | null;
28275
+ description?: string | null;
28276
28276
  legalTradingName?: string | null;
28277
28277
  type: SellerMetadataType;
28278
28278
  kind: string;
28279
- website: string;
28279
+ website?: string | null;
28280
28280
  contactPreference: string;
28281
28281
  images?: Array<{
28282
28282
  __typename?: "SellerMetadataMedia";