@bosonprotocol/core-sdk 1.26.0 → 1.27.0-alpha.0

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/src/subgraph.ts CHANGED
@@ -7727,6 +7727,7 @@ export type SalesChannel = {
7727
7727
  deployments?: Maybe<Array<SalesChannelDeployment>>;
7728
7728
  id: Scalars["ID"];
7729
7729
  link?: Maybe<Scalars["String"]>;
7730
+ name?: Maybe<Scalars["String"]>;
7730
7731
  settingsEditor?: Maybe<Scalars["String"]>;
7731
7732
  settingsUri?: Maybe<Scalars["String"]>;
7732
7733
  tag: Scalars["String"];
@@ -7889,6 +7890,26 @@ export type SalesChannel_Filter = {
7889
7890
  link_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
7890
7891
  link_starts_with?: InputMaybe<Scalars["String"]>;
7891
7892
  link_starts_with_nocase?: InputMaybe<Scalars["String"]>;
7893
+ name?: InputMaybe<Scalars["String"]>;
7894
+ name_contains?: InputMaybe<Scalars["String"]>;
7895
+ name_contains_nocase?: InputMaybe<Scalars["String"]>;
7896
+ name_ends_with?: InputMaybe<Scalars["String"]>;
7897
+ name_ends_with_nocase?: InputMaybe<Scalars["String"]>;
7898
+ name_gt?: InputMaybe<Scalars["String"]>;
7899
+ name_gte?: InputMaybe<Scalars["String"]>;
7900
+ name_in?: InputMaybe<Array<Scalars["String"]>>;
7901
+ name_lt?: InputMaybe<Scalars["String"]>;
7902
+ name_lte?: InputMaybe<Scalars["String"]>;
7903
+ name_not?: InputMaybe<Scalars["String"]>;
7904
+ name_not_contains?: InputMaybe<Scalars["String"]>;
7905
+ name_not_contains_nocase?: InputMaybe<Scalars["String"]>;
7906
+ name_not_ends_with?: InputMaybe<Scalars["String"]>;
7907
+ name_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
7908
+ name_not_in?: InputMaybe<Array<Scalars["String"]>>;
7909
+ name_not_starts_with?: InputMaybe<Scalars["String"]>;
7910
+ name_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
7911
+ name_starts_with?: InputMaybe<Scalars["String"]>;
7912
+ name_starts_with_nocase?: InputMaybe<Scalars["String"]>;
7892
7913
  settingsEditor?: InputMaybe<Scalars["String"]>;
7893
7914
  settingsEditor_contains?: InputMaybe<Scalars["String"]>;
7894
7915
  settingsEditor_contains_nocase?: InputMaybe<Scalars["String"]>;
@@ -7955,6 +7976,7 @@ export enum SalesChannel_OrderBy {
7955
7976
  Deployments = "deployments",
7956
7977
  Id = "id",
7957
7978
  Link = "link",
7979
+ Name = "name",
7958
7980
  SettingsEditor = "settingsEditor",
7959
7981
  SettingsUri = "settingsUri",
7960
7982
  Tag = "tag"
@@ -9683,6 +9705,7 @@ export type GetSellerByIdQueryQuery = {
9683
9705
  __typename?: "SalesChannel";
9684
9706
  id: string;
9685
9707
  tag: string;
9708
+ name?: string | null;
9686
9709
  settingsUri?: string | null;
9687
9710
  settingsEditor?: string | null;
9688
9711
  link?: string | null;
@@ -9946,6 +9969,7 @@ export type GetSellerByIdQueryQuery = {
9946
9969
  __typename?: "SalesChannel";
9947
9970
  id: string;
9948
9971
  tag: string;
9972
+ name?: string | null;
9949
9973
  settingsUri?: string | null;
9950
9974
  settingsEditor?: string | null;
9951
9975
  link?: string | null;
@@ -9970,6 +9994,7 @@ export type GetSellerByIdQueryQuery = {
9970
9994
  __typename?: "SalesChannel";
9971
9995
  id: string;
9972
9996
  tag: string;
9997
+ name?: string | null;
9973
9998
  settingsUri?: string | null;
9974
9999
  settingsEditor?: string | null;
9975
10000
  link?: string | null;
@@ -10069,6 +10094,7 @@ export type GetSellerByIdQueryQuery = {
10069
10094
  __typename?: "SalesChannel";
10070
10095
  id: string;
10071
10096
  tag: string;
10097
+ name?: string | null;
10072
10098
  settingsUri?: string | null;
10073
10099
  settingsEditor?: string | null;
10074
10100
  link?: string | null;
@@ -10215,6 +10241,7 @@ export type GetSellerByIdQueryQuery = {
10215
10241
  __typename?: "SalesChannel";
10216
10242
  id: string;
10217
10243
  tag: string;
10244
+ name?: string | null;
10218
10245
  settingsUri?: string | null;
10219
10246
  settingsEditor?: string | null;
10220
10247
  link?: string | null;
@@ -10341,6 +10368,7 @@ export type GetSellerByIdQueryQuery = {
10341
10368
  __typename?: "SalesChannel";
10342
10369
  id: string;
10343
10370
  tag: string;
10371
+ name?: string | null;
10344
10372
  settingsUri?: string | null;
10345
10373
  settingsEditor?: string | null;
10346
10374
  link?: string | null;
@@ -10518,6 +10546,7 @@ export type GetSellersQueryQuery = {
10518
10546
  __typename?: "SalesChannel";
10519
10547
  id: string;
10520
10548
  tag: string;
10549
+ name?: string | null;
10521
10550
  settingsUri?: string | null;
10522
10551
  settingsEditor?: string | null;
10523
10552
  link?: string | null;
@@ -10781,6 +10810,7 @@ export type GetSellersQueryQuery = {
10781
10810
  __typename?: "SalesChannel";
10782
10811
  id: string;
10783
10812
  tag: string;
10813
+ name?: string | null;
10784
10814
  settingsUri?: string | null;
10785
10815
  settingsEditor?: string | null;
10786
10816
  link?: string | null;
@@ -10805,6 +10835,7 @@ export type GetSellersQueryQuery = {
10805
10835
  __typename?: "SalesChannel";
10806
10836
  id: string;
10807
10837
  tag: string;
10838
+ name?: string | null;
10808
10839
  settingsUri?: string | null;
10809
10840
  settingsEditor?: string | null;
10810
10841
  link?: string | null;
@@ -10904,6 +10935,7 @@ export type GetSellersQueryQuery = {
10904
10935
  __typename?: "SalesChannel";
10905
10936
  id: string;
10906
10937
  tag: string;
10938
+ name?: string | null;
10907
10939
  settingsUri?: string | null;
10908
10940
  settingsEditor?: string | null;
10909
10941
  link?: string | null;
@@ -11050,6 +11082,7 @@ export type GetSellersQueryQuery = {
11050
11082
  __typename?: "SalesChannel";
11051
11083
  id: string;
11052
11084
  tag: string;
11085
+ name?: string | null;
11053
11086
  settingsUri?: string | null;
11054
11087
  settingsEditor?: string | null;
11055
11088
  link?: string | null;
@@ -11176,6 +11209,7 @@ export type GetSellersQueryQuery = {
11176
11209
  __typename?: "SalesChannel";
11177
11210
  id: string;
11178
11211
  tag: string;
11212
+ name?: string | null;
11179
11213
  settingsUri?: string | null;
11180
11214
  settingsEditor?: string | null;
11181
11215
  link?: string | null;
@@ -11325,6 +11359,7 @@ export type GetBuyerByIdQueryQuery = {
11325
11359
  __typename?: "SalesChannel";
11326
11360
  id: string;
11327
11361
  tag: string;
11362
+ name?: string | null;
11328
11363
  settingsUri?: string | null;
11329
11364
  settingsEditor?: string | null;
11330
11365
  link?: string | null;
@@ -11556,6 +11591,7 @@ export type GetBuyersQueryQuery = {
11556
11591
  __typename?: "SalesChannel";
11557
11592
  id: string;
11558
11593
  tag: string;
11594
+ name?: string | null;
11559
11595
  settingsUri?: string | null;
11560
11596
  settingsEditor?: string | null;
11561
11597
  link?: string | null;
@@ -11770,6 +11806,7 @@ export type GetDisputeResolverByIdQueryQuery = {
11770
11806
  __typename?: "SalesChannel";
11771
11807
  id: string;
11772
11808
  tag: string;
11809
+ name?: string | null;
11773
11810
  settingsUri?: string | null;
11774
11811
  settingsEditor?: string | null;
11775
11812
  link?: string | null;
@@ -12033,6 +12070,7 @@ export type GetDisputeResolverByIdQueryQuery = {
12033
12070
  __typename?: "SalesChannel";
12034
12071
  id: string;
12035
12072
  tag: string;
12073
+ name?: string | null;
12036
12074
  settingsUri?: string | null;
12037
12075
  settingsEditor?: string | null;
12038
12076
  link?: string | null;
@@ -12057,6 +12095,7 @@ export type GetDisputeResolverByIdQueryQuery = {
12057
12095
  __typename?: "SalesChannel";
12058
12096
  id: string;
12059
12097
  tag: string;
12098
+ name?: string | null;
12060
12099
  settingsUri?: string | null;
12061
12100
  settingsEditor?: string | null;
12062
12101
  link?: string | null;
@@ -12156,6 +12195,7 @@ export type GetDisputeResolverByIdQueryQuery = {
12156
12195
  __typename?: "SalesChannel";
12157
12196
  id: string;
12158
12197
  tag: string;
12198
+ name?: string | null;
12159
12199
  settingsUri?: string | null;
12160
12200
  settingsEditor?: string | null;
12161
12201
  link?: string | null;
@@ -12430,6 +12470,7 @@ export type GetDisputeResolversQueryQuery = {
12430
12470
  __typename?: "SalesChannel";
12431
12471
  id: string;
12432
12472
  tag: string;
12473
+ name?: string | null;
12433
12474
  settingsUri?: string | null;
12434
12475
  settingsEditor?: string | null;
12435
12476
  link?: string | null;
@@ -12693,6 +12734,7 @@ export type GetDisputeResolversQueryQuery = {
12693
12734
  __typename?: "SalesChannel";
12694
12735
  id: string;
12695
12736
  tag: string;
12737
+ name?: string | null;
12696
12738
  settingsUri?: string | null;
12697
12739
  settingsEditor?: string | null;
12698
12740
  link?: string | null;
@@ -12717,6 +12759,7 @@ export type GetDisputeResolversQueryQuery = {
12717
12759
  __typename?: "SalesChannel";
12718
12760
  id: string;
12719
12761
  tag: string;
12762
+ name?: string | null;
12720
12763
  settingsUri?: string | null;
12721
12764
  settingsEditor?: string | null;
12722
12765
  link?: string | null;
@@ -12816,6 +12859,7 @@ export type GetDisputeResolversQueryQuery = {
12816
12859
  __typename?: "SalesChannel";
12817
12860
  id: string;
12818
12861
  tag: string;
12862
+ name?: string | null;
12819
12863
  settingsUri?: string | null;
12820
12864
  settingsEditor?: string | null;
12821
12865
  link?: string | null;
@@ -13087,6 +13131,7 @@ export type SellerFieldsFragment = {
13087
13131
  __typename?: "SalesChannel";
13088
13132
  id: string;
13089
13133
  tag: string;
13134
+ name?: string | null;
13090
13135
  settingsUri?: string | null;
13091
13136
  settingsEditor?: string | null;
13092
13137
  link?: string | null;
@@ -13346,6 +13391,7 @@ export type SellerFieldsFragment = {
13346
13391
  __typename?: "SalesChannel";
13347
13392
  id: string;
13348
13393
  tag: string;
13394
+ name?: string | null;
13349
13395
  settingsUri?: string | null;
13350
13396
  settingsEditor?: string | null;
13351
13397
  link?: string | null;
@@ -13370,6 +13416,7 @@ export type SellerFieldsFragment = {
13370
13416
  __typename?: "SalesChannel";
13371
13417
  id: string;
13372
13418
  tag: string;
13419
+ name?: string | null;
13373
13420
  settingsUri?: string | null;
13374
13421
  settingsEditor?: string | null;
13375
13422
  link?: string | null;
@@ -13469,6 +13516,7 @@ export type SellerFieldsFragment = {
13469
13516
  __typename?: "SalesChannel";
13470
13517
  id: string;
13471
13518
  tag: string;
13519
+ name?: string | null;
13472
13520
  settingsUri?: string | null;
13473
13521
  settingsEditor?: string | null;
13474
13522
  link?: string | null;
@@ -13615,6 +13663,7 @@ export type SellerFieldsFragment = {
13615
13663
  __typename?: "SalesChannel";
13616
13664
  id: string;
13617
13665
  tag: string;
13666
+ name?: string | null;
13618
13667
  settingsUri?: string | null;
13619
13668
  settingsEditor?: string | null;
13620
13669
  link?: string | null;
@@ -13741,6 +13790,7 @@ export type SellerFieldsFragment = {
13741
13790
  __typename?: "SalesChannel";
13742
13791
  id: string;
13743
13792
  tag: string;
13793
+ name?: string | null;
13744
13794
  settingsUri?: string | null;
13745
13795
  settingsEditor?: string | null;
13746
13796
  link?: string | null;
@@ -13789,6 +13839,7 @@ export type SalesChannelFieldsFragment = {
13789
13839
  __typename?: "SalesChannel";
13790
13840
  id: string;
13791
13841
  tag: string;
13842
+ name?: string | null;
13792
13843
  settingsUri?: string | null;
13793
13844
  settingsEditor?: string | null;
13794
13845
  link?: string | null;
@@ -13857,6 +13908,7 @@ export type BaseSellerFieldsFragment = {
13857
13908
  __typename?: "SalesChannel";
13858
13909
  id: string;
13859
13910
  tag: string;
13911
+ name?: string | null;
13860
13912
  settingsUri?: string | null;
13861
13913
  settingsEditor?: string | null;
13862
13914
  link?: string | null;
@@ -13990,6 +14042,7 @@ export type BuyerFieldsFragment = {
13990
14042
  __typename?: "SalesChannel";
13991
14043
  id: string;
13992
14044
  tag: string;
14045
+ name?: string | null;
13993
14046
  settingsUri?: string | null;
13994
14047
  settingsEditor?: string | null;
13995
14048
  link?: string | null;
@@ -14192,6 +14245,7 @@ export type DisputeResolverFieldsFragment = {
14192
14245
  __typename?: "SalesChannel";
14193
14246
  id: string;
14194
14247
  tag: string;
14248
+ name?: string | null;
14195
14249
  settingsUri?: string | null;
14196
14250
  settingsEditor?: string | null;
14197
14251
  link?: string | null;
@@ -14451,6 +14505,7 @@ export type DisputeResolverFieldsFragment = {
14451
14505
  __typename?: "SalesChannel";
14452
14506
  id: string;
14453
14507
  tag: string;
14508
+ name?: string | null;
14454
14509
  settingsUri?: string | null;
14455
14510
  settingsEditor?: string | null;
14456
14511
  link?: string | null;
@@ -14475,6 +14530,7 @@ export type DisputeResolverFieldsFragment = {
14475
14530
  __typename?: "SalesChannel";
14476
14531
  id: string;
14477
14532
  tag: string;
14533
+ name?: string | null;
14478
14534
  settingsUri?: string | null;
14479
14535
  settingsEditor?: string | null;
14480
14536
  link?: string | null;
@@ -14574,6 +14630,7 @@ export type DisputeResolverFieldsFragment = {
14574
14630
  __typename?: "SalesChannel";
14575
14631
  id: string;
14576
14632
  tag: string;
14633
+ name?: string | null;
14577
14634
  settingsUri?: string | null;
14578
14635
  settingsEditor?: string | null;
14579
14636
  link?: string | null;
@@ -14893,6 +14950,7 @@ export type GetDisputeByIdQueryQuery = {
14893
14950
  __typename?: "SalesChannel";
14894
14951
  id: string;
14895
14952
  tag: string;
14953
+ name?: string | null;
14896
14954
  settingsUri?: string | null;
14897
14955
  settingsEditor?: string | null;
14898
14956
  link?: string | null;
@@ -14963,6 +15021,7 @@ export type GetDisputeByIdQueryQuery = {
14963
15021
  __typename?: "SalesChannel";
14964
15022
  id: string;
14965
15023
  tag: string;
15024
+ name?: string | null;
14966
15025
  settingsUri?: string | null;
14967
15026
  settingsEditor?: string | null;
14968
15027
  link?: string | null;
@@ -15100,6 +15159,7 @@ export type GetDisputesQueryQuery = {
15100
15159
  __typename?: "SalesChannel";
15101
15160
  id: string;
15102
15161
  tag: string;
15162
+ name?: string | null;
15103
15163
  settingsUri?: string | null;
15104
15164
  settingsEditor?: string | null;
15105
15165
  link?: string | null;
@@ -15170,6 +15230,7 @@ export type GetDisputesQueryQuery = {
15170
15230
  __typename?: "SalesChannel";
15171
15231
  id: string;
15172
15232
  tag: string;
15233
+ name?: string | null;
15173
15234
  settingsUri?: string | null;
15174
15235
  settingsEditor?: string | null;
15175
15236
  link?: string | null;
@@ -15297,6 +15358,7 @@ export type DisputeFieldsFragment = {
15297
15358
  __typename?: "SalesChannel";
15298
15359
  id: string;
15299
15360
  tag: string;
15361
+ name?: string | null;
15300
15362
  settingsUri?: string | null;
15301
15363
  settingsEditor?: string | null;
15302
15364
  link?: string | null;
@@ -15367,6 +15429,7 @@ export type DisputeFieldsFragment = {
15367
15429
  __typename?: "SalesChannel";
15368
15430
  id: string;
15369
15431
  tag: string;
15432
+ name?: string | null;
15370
15433
  settingsUri?: string | null;
15371
15434
  settingsEditor?: string | null;
15372
15435
  link?: string | null;
@@ -15521,6 +15584,7 @@ export type GetExchangeTokenByIdQueryQuery = {
15521
15584
  __typename?: "SalesChannel";
15522
15585
  id: string;
15523
15586
  tag: string;
15587
+ name?: string | null;
15524
15588
  settingsUri?: string | null;
15525
15589
  settingsEditor?: string | null;
15526
15590
  link?: string | null;
@@ -15784,6 +15848,7 @@ export type GetExchangeTokenByIdQueryQuery = {
15784
15848
  __typename?: "SalesChannel";
15785
15849
  id: string;
15786
15850
  tag: string;
15851
+ name?: string | null;
15787
15852
  settingsUri?: string | null;
15788
15853
  settingsEditor?: string | null;
15789
15854
  link?: string | null;
@@ -15808,6 +15873,7 @@ export type GetExchangeTokenByIdQueryQuery = {
15808
15873
  __typename?: "SalesChannel";
15809
15874
  id: string;
15810
15875
  tag: string;
15876
+ name?: string | null;
15811
15877
  settingsUri?: string | null;
15812
15878
  settingsEditor?: string | null;
15813
15879
  link?: string | null;
@@ -15907,6 +15973,7 @@ export type GetExchangeTokenByIdQueryQuery = {
15907
15973
  __typename?: "SalesChannel";
15908
15974
  id: string;
15909
15975
  tag: string;
15976
+ name?: string | null;
15910
15977
  settingsUri?: string | null;
15911
15978
  settingsEditor?: string | null;
15912
15979
  link?: string | null;
@@ -16092,6 +16159,7 @@ export type GetExchangeTokensQueryQuery = {
16092
16159
  __typename?: "SalesChannel";
16093
16160
  id: string;
16094
16161
  tag: string;
16162
+ name?: string | null;
16095
16163
  settingsUri?: string | null;
16096
16164
  settingsEditor?: string | null;
16097
16165
  link?: string | null;
@@ -16355,6 +16423,7 @@ export type GetExchangeTokensQueryQuery = {
16355
16423
  __typename?: "SalesChannel";
16356
16424
  id: string;
16357
16425
  tag: string;
16426
+ name?: string | null;
16358
16427
  settingsUri?: string | null;
16359
16428
  settingsEditor?: string | null;
16360
16429
  link?: string | null;
@@ -16379,6 +16448,7 @@ export type GetExchangeTokensQueryQuery = {
16379
16448
  __typename?: "SalesChannel";
16380
16449
  id: string;
16381
16450
  tag: string;
16451
+ name?: string | null;
16382
16452
  settingsUri?: string | null;
16383
16453
  settingsEditor?: string | null;
16384
16454
  link?: string | null;
@@ -16478,6 +16548,7 @@ export type GetExchangeTokensQueryQuery = {
16478
16548
  __typename?: "SalesChannel";
16479
16549
  id: string;
16480
16550
  tag: string;
16551
+ name?: string | null;
16481
16552
  settingsUri?: string | null;
16482
16553
  settingsEditor?: string | null;
16483
16554
  link?: string | null;
@@ -16641,6 +16712,7 @@ export type ExchangeTokenFieldsFragment = {
16641
16712
  __typename?: "SalesChannel";
16642
16713
  id: string;
16643
16714
  tag: string;
16715
+ name?: string | null;
16644
16716
  settingsUri?: string | null;
16645
16717
  settingsEditor?: string | null;
16646
16718
  link?: string | null;
@@ -16900,6 +16972,7 @@ export type ExchangeTokenFieldsFragment = {
16900
16972
  __typename?: "SalesChannel";
16901
16973
  id: string;
16902
16974
  tag: string;
16975
+ name?: string | null;
16903
16976
  settingsUri?: string | null;
16904
16977
  settingsEditor?: string | null;
16905
16978
  link?: string | null;
@@ -16924,6 +16997,7 @@ export type ExchangeTokenFieldsFragment = {
16924
16997
  __typename?: "SalesChannel";
16925
16998
  id: string;
16926
16999
  tag: string;
17000
+ name?: string | null;
16927
17001
  settingsUri?: string | null;
16928
17002
  settingsEditor?: string | null;
16929
17003
  link?: string | null;
@@ -17023,6 +17097,7 @@ export type ExchangeTokenFieldsFragment = {
17023
17097
  __typename?: "SalesChannel";
17024
17098
  id: string;
17025
17099
  tag: string;
17100
+ name?: string | null;
17026
17101
  settingsUri?: string | null;
17027
17102
  settingsEditor?: string | null;
17028
17103
  link?: string | null;
@@ -17369,6 +17444,7 @@ export type GetExchangeByIdQueryQuery = {
17369
17444
  __typename?: "SalesChannel";
17370
17445
  id: string;
17371
17446
  tag: string;
17447
+ name?: string | null;
17372
17448
  settingsUri?: string | null;
17373
17449
  settingsEditor?: string | null;
17374
17450
  link?: string | null;
@@ -17632,6 +17708,7 @@ export type GetExchangeByIdQueryQuery = {
17632
17708
  __typename?: "SalesChannel";
17633
17709
  id: string;
17634
17710
  tag: string;
17711
+ name?: string | null;
17635
17712
  settingsUri?: string | null;
17636
17713
  settingsEditor?: string | null;
17637
17714
  link?: string | null;
@@ -17656,6 +17733,7 @@ export type GetExchangeByIdQueryQuery = {
17656
17733
  __typename?: "SalesChannel";
17657
17734
  id: string;
17658
17735
  tag: string;
17736
+ name?: string | null;
17659
17737
  settingsUri?: string | null;
17660
17738
  settingsEditor?: string | null;
17661
17739
  link?: string | null;
@@ -17755,6 +17833,7 @@ export type GetExchangeByIdQueryQuery = {
17755
17833
  __typename?: "SalesChannel";
17756
17834
  id: string;
17757
17835
  tag: string;
17836
+ name?: string | null;
17758
17837
  settingsUri?: string | null;
17759
17838
  settingsEditor?: string | null;
17760
17839
  link?: string | null;
@@ -17887,6 +17966,7 @@ export type GetExchangeByIdQueryQuery = {
17887
17966
  __typename?: "SalesChannel";
17888
17967
  id: string;
17889
17968
  tag: string;
17969
+ name?: string | null;
17890
17970
  settingsUri?: string | null;
17891
17971
  settingsEditor?: string | null;
17892
17972
  link?: string | null;
@@ -18019,6 +18099,7 @@ export type GetExchangesQueryQuery = {
18019
18099
  __typename?: "SalesChannel";
18020
18100
  id: string;
18021
18101
  tag: string;
18102
+ name?: string | null;
18022
18103
  settingsUri?: string | null;
18023
18104
  settingsEditor?: string | null;
18024
18105
  link?: string | null;
@@ -18282,6 +18363,7 @@ export type GetExchangesQueryQuery = {
18282
18363
  __typename?: "SalesChannel";
18283
18364
  id: string;
18284
18365
  tag: string;
18366
+ name?: string | null;
18285
18367
  settingsUri?: string | null;
18286
18368
  settingsEditor?: string | null;
18287
18369
  link?: string | null;
@@ -18306,6 +18388,7 @@ export type GetExchangesQueryQuery = {
18306
18388
  __typename?: "SalesChannel";
18307
18389
  id: string;
18308
18390
  tag: string;
18391
+ name?: string | null;
18309
18392
  settingsUri?: string | null;
18310
18393
  settingsEditor?: string | null;
18311
18394
  link?: string | null;
@@ -18405,6 +18488,7 @@ export type GetExchangesQueryQuery = {
18405
18488
  __typename?: "SalesChannel";
18406
18489
  id: string;
18407
18490
  tag: string;
18491
+ name?: string | null;
18408
18492
  settingsUri?: string | null;
18409
18493
  settingsEditor?: string | null;
18410
18494
  link?: string | null;
@@ -18537,6 +18621,7 @@ export type GetExchangesQueryQuery = {
18537
18621
  __typename?: "SalesChannel";
18538
18622
  id: string;
18539
18623
  tag: string;
18624
+ name?: string | null;
18540
18625
  settingsUri?: string | null;
18541
18626
  settingsEditor?: string | null;
18542
18627
  link?: string | null;
@@ -18659,6 +18744,7 @@ export type ExchangeFieldsFragment = {
18659
18744
  __typename?: "SalesChannel";
18660
18745
  id: string;
18661
18746
  tag: string;
18747
+ name?: string | null;
18662
18748
  settingsUri?: string | null;
18663
18749
  settingsEditor?: string | null;
18664
18750
  link?: string | null;
@@ -18918,6 +19004,7 @@ export type ExchangeFieldsFragment = {
18918
19004
  __typename?: "SalesChannel";
18919
19005
  id: string;
18920
19006
  tag: string;
19007
+ name?: string | null;
18921
19008
  settingsUri?: string | null;
18922
19009
  settingsEditor?: string | null;
18923
19010
  link?: string | null;
@@ -18942,6 +19029,7 @@ export type ExchangeFieldsFragment = {
18942
19029
  __typename?: "SalesChannel";
18943
19030
  id: string;
18944
19031
  tag: string;
19032
+ name?: string | null;
18945
19033
  settingsUri?: string | null;
18946
19034
  settingsEditor?: string | null;
18947
19035
  link?: string | null;
@@ -19041,6 +19129,7 @@ export type ExchangeFieldsFragment = {
19041
19129
  __typename?: "SalesChannel";
19042
19130
  id: string;
19043
19131
  tag: string;
19132
+ name?: string | null;
19044
19133
  settingsUri?: string | null;
19045
19134
  settingsEditor?: string | null;
19046
19135
  link?: string | null;
@@ -19168,6 +19257,7 @@ export type ExchangeFieldsFragment = {
19168
19257
  __typename?: "SalesChannel";
19169
19258
  id: string;
19170
19259
  tag: string;
19260
+ name?: string | null;
19171
19261
  settingsUri?: string | null;
19172
19262
  settingsEditor?: string | null;
19173
19263
  link?: string | null;
@@ -19269,6 +19359,7 @@ export type BaseExchangeFieldsFragment = {
19269
19359
  __typename?: "SalesChannel";
19270
19360
  id: string;
19271
19361
  tag: string;
19362
+ name?: string | null;
19272
19363
  settingsUri?: string | null;
19273
19364
  settingsEditor?: string | null;
19274
19365
  link?: string | null;
@@ -19500,6 +19591,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
19500
19591
  __typename?: "SalesChannel";
19501
19592
  id: string;
19502
19593
  tag: string;
19594
+ name?: string | null;
19503
19595
  settingsUri?: string | null;
19504
19596
  settingsEditor?: string | null;
19505
19597
  link?: string | null;
@@ -19763,6 +19855,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
19763
19855
  __typename?: "SalesChannel";
19764
19856
  id: string;
19765
19857
  tag: string;
19858
+ name?: string | null;
19766
19859
  settingsUri?: string | null;
19767
19860
  settingsEditor?: string | null;
19768
19861
  link?: string | null;
@@ -19787,6 +19880,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
19787
19880
  __typename?: "SalesChannel";
19788
19881
  id: string;
19789
19882
  tag: string;
19883
+ name?: string | null;
19790
19884
  settingsUri?: string | null;
19791
19885
  settingsEditor?: string | null;
19792
19886
  link?: string | null;
@@ -19886,6 +19980,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
19886
19980
  __typename?: "SalesChannel";
19887
19981
  id: string;
19888
19982
  tag: string;
19983
+ name?: string | null;
19889
19984
  settingsUri?: string | null;
19890
19985
  settingsEditor?: string | null;
19891
19986
  link?: string | null;
@@ -19997,6 +20092,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
19997
20092
  __typename?: "SalesChannel";
19998
20093
  id: string;
19999
20094
  tag: string;
20095
+ name?: string | null;
20000
20096
  settingsUri?: string | null;
20001
20097
  settingsEditor?: string | null;
20002
20098
  link?: string | null;
@@ -20155,6 +20251,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
20155
20251
  __typename?: "SalesChannel";
20156
20252
  id: string;
20157
20253
  tag: string;
20254
+ name?: string | null;
20158
20255
  settingsUri?: string | null;
20159
20256
  settingsEditor?: string | null;
20160
20257
  link?: string | null;
@@ -20418,6 +20515,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
20418
20515
  __typename?: "SalesChannel";
20419
20516
  id: string;
20420
20517
  tag: string;
20518
+ name?: string | null;
20421
20519
  settingsUri?: string | null;
20422
20520
  settingsEditor?: string | null;
20423
20521
  link?: string | null;
@@ -20442,6 +20540,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
20442
20540
  __typename?: "SalesChannel";
20443
20541
  id: string;
20444
20542
  tag: string;
20543
+ name?: string | null;
20445
20544
  settingsUri?: string | null;
20446
20545
  settingsEditor?: string | null;
20447
20546
  link?: string | null;
@@ -20541,6 +20640,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
20541
20640
  __typename?: "SalesChannel";
20542
20641
  id: string;
20543
20642
  tag: string;
20643
+ name?: string | null;
20544
20644
  settingsUri?: string | null;
20545
20645
  settingsEditor?: string | null;
20546
20646
  link?: string | null;
@@ -20652,6 +20752,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
20652
20752
  __typename?: "SalesChannel";
20653
20753
  id: string;
20654
20754
  tag: string;
20755
+ name?: string | null;
20655
20756
  settingsUri?: string | null;
20656
20757
  settingsEditor?: string | null;
20657
20758
  link?: string | null;
@@ -20800,6 +20901,7 @@ export type BaseMetadataEntityFieldsFragment = {
20800
20901
  __typename?: "SalesChannel";
20801
20902
  id: string;
20802
20903
  tag: string;
20904
+ name?: string | null;
20803
20905
  settingsUri?: string | null;
20804
20906
  settingsEditor?: string | null;
20805
20907
  link?: string | null;
@@ -21059,6 +21161,7 @@ export type BaseMetadataEntityFieldsFragment = {
21059
21161
  __typename?: "SalesChannel";
21060
21162
  id: string;
21061
21163
  tag: string;
21164
+ name?: string | null;
21062
21165
  settingsUri?: string | null;
21063
21166
  settingsEditor?: string | null;
21064
21167
  link?: string | null;
@@ -21083,6 +21186,7 @@ export type BaseMetadataEntityFieldsFragment = {
21083
21186
  __typename?: "SalesChannel";
21084
21187
  id: string;
21085
21188
  tag: string;
21189
+ name?: string | null;
21086
21190
  settingsUri?: string | null;
21087
21191
  settingsEditor?: string | null;
21088
21192
  link?: string | null;
@@ -21182,6 +21286,7 @@ export type BaseMetadataEntityFieldsFragment = {
21182
21286
  __typename?: "SalesChannel";
21183
21287
  id: string;
21184
21288
  tag: string;
21289
+ name?: string | null;
21185
21290
  settingsUri?: string | null;
21186
21291
  settingsEditor?: string | null;
21187
21292
  link?: string | null;
@@ -21293,6 +21398,7 @@ export type BaseMetadataEntityFieldsFragment = {
21293
21398
  __typename?: "SalesChannel";
21294
21399
  id: string;
21295
21400
  tag: string;
21401
+ name?: string | null;
21296
21402
  settingsUri?: string | null;
21297
21403
  settingsEditor?: string | null;
21298
21404
  link?: string | null;
@@ -21440,6 +21546,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
21440
21546
  __typename?: "SalesChannel";
21441
21547
  id: string;
21442
21548
  tag: string;
21549
+ name?: string | null;
21443
21550
  settingsUri?: string | null;
21444
21551
  settingsEditor?: string | null;
21445
21552
  link?: string | null;
@@ -21699,6 +21806,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
21699
21806
  __typename?: "SalesChannel";
21700
21807
  id: string;
21701
21808
  tag: string;
21809
+ name?: string | null;
21702
21810
  settingsUri?: string | null;
21703
21811
  settingsEditor?: string | null;
21704
21812
  link?: string | null;
@@ -21723,6 +21831,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
21723
21831
  __typename?: "SalesChannel";
21724
21832
  id: string;
21725
21833
  tag: string;
21834
+ name?: string | null;
21726
21835
  settingsUri?: string | null;
21727
21836
  settingsEditor?: string | null;
21728
21837
  link?: string | null;
@@ -21822,6 +21931,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
21822
21931
  __typename?: "SalesChannel";
21823
21932
  id: string;
21824
21933
  tag: string;
21934
+ name?: string | null;
21825
21935
  settingsUri?: string | null;
21826
21936
  settingsEditor?: string | null;
21827
21937
  link?: string | null;
@@ -21933,6 +22043,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
21933
22043
  __typename?: "SalesChannel";
21934
22044
  id: string;
21935
22045
  tag: string;
22046
+ name?: string | null;
21936
22047
  settingsUri?: string | null;
21937
22048
  settingsEditor?: string | null;
21938
22049
  link?: string | null;
@@ -22143,6 +22254,7 @@ export type GetProductV1ProductsQueryQuery = {
22143
22254
  __typename?: "SalesChannel";
22144
22255
  id: string;
22145
22256
  tag: string;
22257
+ name?: string | null;
22146
22258
  settingsUri?: string | null;
22147
22259
  settingsEditor?: string | null;
22148
22260
  link?: string | null;
@@ -22167,6 +22279,7 @@ export type GetProductV1ProductsQueryQuery = {
22167
22279
  __typename?: "SalesChannel";
22168
22280
  id: string;
22169
22281
  tag: string;
22282
+ name?: string | null;
22170
22283
  settingsUri?: string | null;
22171
22284
  settingsEditor?: string | null;
22172
22285
  link?: string | null;
@@ -22345,6 +22458,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
22345
22458
  __typename?: "SalesChannel";
22346
22459
  id: string;
22347
22460
  tag: string;
22461
+ name?: string | null;
22348
22462
  settingsUri?: string | null;
22349
22463
  settingsEditor?: string | null;
22350
22464
  link?: string | null;
@@ -22425,6 +22539,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
22425
22539
  __typename?: "SalesChannel";
22426
22540
  id: string;
22427
22541
  tag: string;
22542
+ name?: string | null;
22428
22543
  settingsUri?: string | null;
22429
22544
  settingsEditor?: string | null;
22430
22545
  link?: string | null;
@@ -22688,6 +22803,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
22688
22803
  __typename?: "SalesChannel";
22689
22804
  id: string;
22690
22805
  tag: string;
22806
+ name?: string | null;
22691
22807
  settingsUri?: string | null;
22692
22808
  settingsEditor?: string | null;
22693
22809
  link?: string | null;
@@ -22712,6 +22828,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
22712
22828
  __typename?: "SalesChannel";
22713
22829
  id: string;
22714
22830
  tag: string;
22831
+ name?: string | null;
22715
22832
  settingsUri?: string | null;
22716
22833
  settingsEditor?: string | null;
22717
22834
  link?: string | null;
@@ -22811,6 +22928,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
22811
22928
  __typename?: "SalesChannel";
22812
22929
  id: string;
22813
22930
  tag: string;
22931
+ name?: string | null;
22814
22932
  settingsUri?: string | null;
22815
22933
  settingsEditor?: string | null;
22816
22934
  link?: string | null;
@@ -23003,6 +23121,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
23003
23121
  __typename?: "SalesChannel";
23004
23122
  id: string;
23005
23123
  tag: string;
23124
+ name?: string | null;
23006
23125
  settingsUri?: string | null;
23007
23126
  settingsEditor?: string | null;
23008
23127
  link?: string | null;
@@ -23027,6 +23146,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
23027
23146
  __typename?: "SalesChannel";
23028
23147
  id: string;
23029
23148
  tag: string;
23149
+ name?: string | null;
23030
23150
  settingsUri?: string | null;
23031
23151
  settingsEditor?: string | null;
23032
23152
  link?: string | null;
@@ -23205,6 +23325,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
23205
23325
  __typename?: "SalesChannel";
23206
23326
  id: string;
23207
23327
  tag: string;
23328
+ name?: string | null;
23208
23329
  settingsUri?: string | null;
23209
23330
  settingsEditor?: string | null;
23210
23331
  link?: string | null;
@@ -23285,6 +23406,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
23285
23406
  __typename?: "SalesChannel";
23286
23407
  id: string;
23287
23408
  tag: string;
23409
+ name?: string | null;
23288
23410
  settingsUri?: string | null;
23289
23411
  settingsEditor?: string | null;
23290
23412
  link?: string | null;
@@ -23548,6 +23670,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
23548
23670
  __typename?: "SalesChannel";
23549
23671
  id: string;
23550
23672
  tag: string;
23673
+ name?: string | null;
23551
23674
  settingsUri?: string | null;
23552
23675
  settingsEditor?: string | null;
23553
23676
  link?: string | null;
@@ -23572,6 +23695,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
23572
23695
  __typename?: "SalesChannel";
23573
23696
  id: string;
23574
23697
  tag: string;
23698
+ name?: string | null;
23575
23699
  settingsUri?: string | null;
23576
23700
  settingsEditor?: string | null;
23577
23701
  link?: string | null;
@@ -23671,6 +23795,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
23671
23795
  __typename?: "SalesChannel";
23672
23796
  id: string;
23673
23797
  tag: string;
23798
+ name?: string | null;
23674
23799
  settingsUri?: string | null;
23675
23800
  settingsEditor?: string | null;
23676
23801
  link?: string | null;
@@ -23863,6 +23988,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
23863
23988
  __typename?: "SalesChannel";
23864
23989
  id: string;
23865
23990
  tag: string;
23991
+ name?: string | null;
23866
23992
  settingsUri?: string | null;
23867
23993
  settingsEditor?: string | null;
23868
23994
  link?: string | null;
@@ -23887,6 +24013,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
23887
24013
  __typename?: "SalesChannel";
23888
24014
  id: string;
23889
24015
  tag: string;
24016
+ name?: string | null;
23890
24017
  settingsUri?: string | null;
23891
24018
  settingsEditor?: string | null;
23892
24019
  link?: string | null;
@@ -24079,6 +24206,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
24079
24206
  __typename?: "SalesChannel";
24080
24207
  id: string;
24081
24208
  tag: string;
24209
+ name?: string | null;
24082
24210
  settingsUri?: string | null;
24083
24211
  settingsEditor?: string | null;
24084
24212
  link?: string | null;
@@ -24159,6 +24287,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
24159
24287
  __typename?: "SalesChannel";
24160
24288
  id: string;
24161
24289
  tag: string;
24290
+ name?: string | null;
24162
24291
  settingsUri?: string | null;
24163
24292
  settingsEditor?: string | null;
24164
24293
  link?: string | null;
@@ -24422,6 +24551,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
24422
24551
  __typename?: "SalesChannel";
24423
24552
  id: string;
24424
24553
  tag: string;
24554
+ name?: string | null;
24425
24555
  settingsUri?: string | null;
24426
24556
  settingsEditor?: string | null;
24427
24557
  link?: string | null;
@@ -24446,6 +24576,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
24446
24576
  __typename?: "SalesChannel";
24447
24577
  id: string;
24448
24578
  tag: string;
24579
+ name?: string | null;
24449
24580
  settingsUri?: string | null;
24450
24581
  settingsEditor?: string | null;
24451
24582
  link?: string | null;
@@ -24545,6 +24676,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
24545
24676
  __typename?: "SalesChannel";
24546
24677
  id: string;
24547
24678
  tag: string;
24679
+ name?: string | null;
24548
24680
  settingsUri?: string | null;
24549
24681
  settingsEditor?: string | null;
24550
24682
  link?: string | null;
@@ -24656,6 +24788,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
24656
24788
  __typename?: "SalesChannel";
24657
24789
  id: string;
24658
24790
  tag: string;
24791
+ name?: string | null;
24659
24792
  settingsUri?: string | null;
24660
24793
  settingsEditor?: string | null;
24661
24794
  link?: string | null;
@@ -24837,6 +24970,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
24837
24970
  __typename?: "SalesChannel";
24838
24971
  id: string;
24839
24972
  tag: string;
24973
+ name?: string | null;
24840
24974
  settingsUri?: string | null;
24841
24975
  settingsEditor?: string | null;
24842
24976
  link?: string | null;
@@ -24861,6 +24995,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
24861
24995
  __typename?: "SalesChannel";
24862
24996
  id: string;
24863
24997
  tag: string;
24998
+ name?: string | null;
24864
24999
  settingsUri?: string | null;
24865
25000
  settingsEditor?: string | null;
24866
25001
  link?: string | null;
@@ -24960,6 +25095,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
24960
25095
  __typename?: "SalesChannel";
24961
25096
  id: string;
24962
25097
  tag: string;
25098
+ name?: string | null;
24963
25099
  settingsUri?: string | null;
24964
25100
  settingsEditor?: string | null;
24965
25101
  link?: string | null;
@@ -25147,6 +25283,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
25147
25283
  __typename?: "SalesChannel";
25148
25284
  id: string;
25149
25285
  tag: string;
25286
+ name?: string | null;
25150
25287
  settingsUri?: string | null;
25151
25288
  settingsEditor?: string | null;
25152
25289
  link?: string | null;
@@ -25227,6 +25364,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
25227
25364
  __typename?: "SalesChannel";
25228
25365
  id: string;
25229
25366
  tag: string;
25367
+ name?: string | null;
25230
25368
  settingsUri?: string | null;
25231
25369
  settingsEditor?: string | null;
25232
25370
  link?: string | null;
@@ -25490,6 +25628,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
25490
25628
  __typename?: "SalesChannel";
25491
25629
  id: string;
25492
25630
  tag: string;
25631
+ name?: string | null;
25493
25632
  settingsUri?: string | null;
25494
25633
  settingsEditor?: string | null;
25495
25634
  link?: string | null;
@@ -25514,6 +25653,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
25514
25653
  __typename?: "SalesChannel";
25515
25654
  id: string;
25516
25655
  tag: string;
25656
+ name?: string | null;
25517
25657
  settingsUri?: string | null;
25518
25658
  settingsEditor?: string | null;
25519
25659
  link?: string | null;
@@ -25613,6 +25753,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
25613
25753
  __typename?: "SalesChannel";
25614
25754
  id: string;
25615
25755
  tag: string;
25756
+ name?: string | null;
25616
25757
  settingsUri?: string | null;
25617
25758
  settingsEditor?: string | null;
25618
25759
  link?: string | null;
@@ -25724,6 +25865,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
25724
25865
  __typename?: "SalesChannel";
25725
25866
  id: string;
25726
25867
  tag: string;
25868
+ name?: string | null;
25727
25869
  settingsUri?: string | null;
25728
25870
  settingsEditor?: string | null;
25729
25871
  link?: string | null;
@@ -25905,6 +26047,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
25905
26047
  __typename?: "SalesChannel";
25906
26048
  id: string;
25907
26049
  tag: string;
26050
+ name?: string | null;
25908
26051
  settingsUri?: string | null;
25909
26052
  settingsEditor?: string | null;
25910
26053
  link?: string | null;
@@ -25929,6 +26072,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
25929
26072
  __typename?: "SalesChannel";
25930
26073
  id: string;
25931
26074
  tag: string;
26075
+ name?: string | null;
25932
26076
  settingsUri?: string | null;
25933
26077
  settingsEditor?: string | null;
25934
26078
  link?: string | null;
@@ -26028,6 +26172,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
26028
26172
  __typename?: "SalesChannel";
26029
26173
  id: string;
26030
26174
  tag: string;
26175
+ name?: string | null;
26031
26176
  settingsUri?: string | null;
26032
26177
  settingsEditor?: string | null;
26033
26178
  link?: string | null;
@@ -26205,6 +26350,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
26205
26350
  __typename?: "SalesChannel";
26206
26351
  id: string;
26207
26352
  tag: string;
26353
+ name?: string | null;
26208
26354
  settingsUri?: string | null;
26209
26355
  settingsEditor?: string | null;
26210
26356
  link?: string | null;
@@ -26285,6 +26431,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
26285
26431
  __typename?: "SalesChannel";
26286
26432
  id: string;
26287
26433
  tag: string;
26434
+ name?: string | null;
26288
26435
  settingsUri?: string | null;
26289
26436
  settingsEditor?: string | null;
26290
26437
  link?: string | null;
@@ -26544,6 +26691,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
26544
26691
  __typename?: "SalesChannel";
26545
26692
  id: string;
26546
26693
  tag: string;
26694
+ name?: string | null;
26547
26695
  settingsUri?: string | null;
26548
26696
  settingsEditor?: string | null;
26549
26697
  link?: string | null;
@@ -26568,6 +26716,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
26568
26716
  __typename?: "SalesChannel";
26569
26717
  id: string;
26570
26718
  tag: string;
26719
+ name?: string | null;
26571
26720
  settingsUri?: string | null;
26572
26721
  settingsEditor?: string | null;
26573
26722
  link?: string | null;
@@ -26667,6 +26816,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
26667
26816
  __typename?: "SalesChannel";
26668
26817
  id: string;
26669
26818
  tag: string;
26819
+ name?: string | null;
26670
26820
  settingsUri?: string | null;
26671
26821
  settingsEditor?: string | null;
26672
26822
  link?: string | null;
@@ -26778,6 +26928,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
26778
26928
  __typename?: "SalesChannel";
26779
26929
  id: string;
26780
26930
  tag: string;
26931
+ name?: string | null;
26781
26932
  settingsUri?: string | null;
26782
26933
  settingsEditor?: string | null;
26783
26934
  link?: string | null;
@@ -26959,6 +27110,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
26959
27110
  __typename?: "SalesChannel";
26960
27111
  id: string;
26961
27112
  tag: string;
27113
+ name?: string | null;
26962
27114
  settingsUri?: string | null;
26963
27115
  settingsEditor?: string | null;
26964
27116
  link?: string | null;
@@ -26983,6 +27135,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
26983
27135
  __typename?: "SalesChannel";
26984
27136
  id: string;
26985
27137
  tag: string;
27138
+ name?: string | null;
26986
27139
  settingsUri?: string | null;
26987
27140
  settingsEditor?: string | null;
26988
27141
  link?: string | null;
@@ -27082,6 +27235,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
27082
27235
  __typename?: "SalesChannel";
27083
27236
  id: string;
27084
27237
  tag: string;
27238
+ name?: string | null;
27085
27239
  settingsUri?: string | null;
27086
27240
  settingsEditor?: string | null;
27087
27241
  link?: string | null;
@@ -27258,6 +27412,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
27258
27412
  __typename?: "SalesChannel";
27259
27413
  id: string;
27260
27414
  tag: string;
27415
+ name?: string | null;
27261
27416
  settingsUri?: string | null;
27262
27417
  settingsEditor?: string | null;
27263
27418
  link?: string | null;
@@ -27338,6 +27493,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
27338
27493
  __typename?: "SalesChannel";
27339
27494
  id: string;
27340
27495
  tag: string;
27496
+ name?: string | null;
27341
27497
  settingsUri?: string | null;
27342
27498
  settingsEditor?: string | null;
27343
27499
  link?: string | null;
@@ -27597,6 +27753,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
27597
27753
  __typename?: "SalesChannel";
27598
27754
  id: string;
27599
27755
  tag: string;
27756
+ name?: string | null;
27600
27757
  settingsUri?: string | null;
27601
27758
  settingsEditor?: string | null;
27602
27759
  link?: string | null;
@@ -27621,6 +27778,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
27621
27778
  __typename?: "SalesChannel";
27622
27779
  id: string;
27623
27780
  tag: string;
27781
+ name?: string | null;
27624
27782
  settingsUri?: string | null;
27625
27783
  settingsEditor?: string | null;
27626
27784
  link?: string | null;
@@ -27720,6 +27878,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
27720
27878
  __typename?: "SalesChannel";
27721
27879
  id: string;
27722
27880
  tag: string;
27881
+ name?: string | null;
27723
27882
  settingsUri?: string | null;
27724
27883
  settingsEditor?: string | null;
27725
27884
  link?: string | null;
@@ -27831,6 +27990,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
27831
27990
  __typename?: "SalesChannel";
27832
27991
  id: string;
27833
27992
  tag: string;
27993
+ name?: string | null;
27834
27994
  settingsUri?: string | null;
27835
27995
  settingsEditor?: string | null;
27836
27996
  link?: string | null;
@@ -28012,6 +28172,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
28012
28172
  __typename?: "SalesChannel";
28013
28173
  id: string;
28014
28174
  tag: string;
28175
+ name?: string | null;
28015
28176
  settingsUri?: string | null;
28016
28177
  settingsEditor?: string | null;
28017
28178
  link?: string | null;
@@ -28036,6 +28197,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
28036
28197
  __typename?: "SalesChannel";
28037
28198
  id: string;
28038
28199
  tag: string;
28200
+ name?: string | null;
28039
28201
  settingsUri?: string | null;
28040
28202
  settingsEditor?: string | null;
28041
28203
  link?: string | null;
@@ -28135,6 +28297,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
28135
28297
  __typename?: "SalesChannel";
28136
28298
  id: string;
28137
28299
  tag: string;
28300
+ name?: string | null;
28138
28301
  settingsUri?: string | null;
28139
28302
  settingsEditor?: string | null;
28140
28303
  link?: string | null;
@@ -28329,6 +28492,7 @@ export type BaseProductV1ProductFieldsFragment = {
28329
28492
  __typename?: "SalesChannel";
28330
28493
  id: string;
28331
28494
  tag: string;
28495
+ name?: string | null;
28332
28496
  settingsUri?: string | null;
28333
28497
  settingsEditor?: string | null;
28334
28498
  link?: string | null;
@@ -28353,6 +28517,7 @@ export type BaseProductV1ProductFieldsFragment = {
28353
28517
  __typename?: "SalesChannel";
28354
28518
  id: string;
28355
28519
  tag: string;
28520
+ name?: string | null;
28356
28521
  settingsUri?: string | null;
28357
28522
  settingsEditor?: string | null;
28358
28523
  link?: string | null;
@@ -28520,6 +28685,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
28520
28685
  __typename?: "SalesChannel";
28521
28686
  id: string;
28522
28687
  tag: string;
28688
+ name?: string | null;
28523
28689
  settingsUri?: string | null;
28524
28690
  settingsEditor?: string | null;
28525
28691
  link?: string | null;
@@ -28600,6 +28766,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
28600
28766
  __typename?: "SalesChannel";
28601
28767
  id: string;
28602
28768
  tag: string;
28769
+ name?: string | null;
28603
28770
  settingsUri?: string | null;
28604
28771
  settingsEditor?: string | null;
28605
28772
  link?: string | null;
@@ -28863,6 +29030,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
28863
29030
  __typename?: "SalesChannel";
28864
29031
  id: string;
28865
29032
  tag: string;
29033
+ name?: string | null;
28866
29034
  settingsUri?: string | null;
28867
29035
  settingsEditor?: string | null;
28868
29036
  link?: string | null;
@@ -28887,6 +29055,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
28887
29055
  __typename?: "SalesChannel";
28888
29056
  id: string;
28889
29057
  tag: string;
29058
+ name?: string | null;
28890
29059
  settingsUri?: string | null;
28891
29060
  settingsEditor?: string | null;
28892
29061
  link?: string | null;
@@ -28986,6 +29155,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
28986
29155
  __typename?: "SalesChannel";
28987
29156
  id: string;
28988
29157
  tag: string;
29158
+ name?: string | null;
28989
29159
  settingsUri?: string | null;
28990
29160
  settingsEditor?: string | null;
28991
29161
  link?: string | null;
@@ -29178,6 +29348,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
29178
29348
  __typename?: "SalesChannel";
29179
29349
  id: string;
29180
29350
  tag: string;
29351
+ name?: string | null;
29181
29352
  settingsUri?: string | null;
29182
29353
  settingsEditor?: string | null;
29183
29354
  link?: string | null;
@@ -29202,6 +29373,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
29202
29373
  __typename?: "SalesChannel";
29203
29374
  id: string;
29204
29375
  tag: string;
29376
+ name?: string | null;
29205
29377
  settingsUri?: string | null;
29206
29378
  settingsEditor?: string | null;
29207
29379
  link?: string | null;
@@ -29369,6 +29541,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
29369
29541
  __typename?: "SalesChannel";
29370
29542
  id: string;
29371
29543
  tag: string;
29544
+ name?: string | null;
29372
29545
  settingsUri?: string | null;
29373
29546
  settingsEditor?: string | null;
29374
29547
  link?: string | null;
@@ -29449,6 +29622,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
29449
29622
  __typename?: "SalesChannel";
29450
29623
  id: string;
29451
29624
  tag: string;
29625
+ name?: string | null;
29452
29626
  settingsUri?: string | null;
29453
29627
  settingsEditor?: string | null;
29454
29628
  link?: string | null;
@@ -29712,6 +29886,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
29712
29886
  __typename?: "SalesChannel";
29713
29887
  id: string;
29714
29888
  tag: string;
29889
+ name?: string | null;
29715
29890
  settingsUri?: string | null;
29716
29891
  settingsEditor?: string | null;
29717
29892
  link?: string | null;
@@ -29736,6 +29911,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
29736
29911
  __typename?: "SalesChannel";
29737
29912
  id: string;
29738
29913
  tag: string;
29914
+ name?: string | null;
29739
29915
  settingsUri?: string | null;
29740
29916
  settingsEditor?: string | null;
29741
29917
  link?: string | null;
@@ -29835,6 +30011,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
29835
30011
  __typename?: "SalesChannel";
29836
30012
  id: string;
29837
30013
  tag: string;
30014
+ name?: string | null;
29838
30015
  settingsUri?: string | null;
29839
30016
  settingsEditor?: string | null;
29840
30017
  link?: string | null;
@@ -30027,6 +30204,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
30027
30204
  __typename?: "SalesChannel";
30028
30205
  id: string;
30029
30206
  tag: string;
30207
+ name?: string | null;
30030
30208
  settingsUri?: string | null;
30031
30209
  settingsEditor?: string | null;
30032
30210
  link?: string | null;
@@ -30051,6 +30229,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
30051
30229
  __typename?: "SalesChannel";
30052
30230
  id: string;
30053
30231
  tag: string;
30232
+ name?: string | null;
30054
30233
  settingsUri?: string | null;
30055
30234
  settingsEditor?: string | null;
30056
30235
  link?: string | null;
@@ -30192,6 +30371,7 @@ export type BaseProductV1SellerFieldsFragment = {
30192
30371
  __typename?: "SalesChannel";
30193
30372
  id: string;
30194
30373
  tag: string;
30374
+ name?: string | null;
30195
30375
  settingsUri?: string | null;
30196
30376
  settingsEditor?: string | null;
30197
30377
  link?: string | null;
@@ -30418,6 +30598,7 @@ export type GetOfferByIdQueryQuery = {
30418
30598
  __typename?: "SalesChannel";
30419
30599
  id: string;
30420
30600
  tag: string;
30601
+ name?: string | null;
30421
30602
  settingsUri?: string | null;
30422
30603
  settingsEditor?: string | null;
30423
30604
  link?: string | null;
@@ -30498,6 +30679,7 @@ export type GetOfferByIdQueryQuery = {
30498
30679
  __typename?: "SalesChannel";
30499
30680
  id: string;
30500
30681
  tag: string;
30682
+ name?: string | null;
30501
30683
  settingsUri?: string | null;
30502
30684
  settingsEditor?: string | null;
30503
30685
  link?: string | null;
@@ -30757,6 +30939,7 @@ export type GetOfferByIdQueryQuery = {
30757
30939
  __typename?: "SalesChannel";
30758
30940
  id: string;
30759
30941
  tag: string;
30942
+ name?: string | null;
30760
30943
  settingsUri?: string | null;
30761
30944
  settingsEditor?: string | null;
30762
30945
  link?: string | null;
@@ -30781,6 +30964,7 @@ export type GetOfferByIdQueryQuery = {
30781
30964
  __typename?: "SalesChannel";
30782
30965
  id: string;
30783
30966
  tag: string;
30967
+ name?: string | null;
30784
30968
  settingsUri?: string | null;
30785
30969
  settingsEditor?: string | null;
30786
30970
  link?: string | null;
@@ -30880,6 +31064,7 @@ export type GetOfferByIdQueryQuery = {
30880
31064
  __typename?: "SalesChannel";
30881
31065
  id: string;
30882
31066
  tag: string;
31067
+ name?: string | null;
30883
31068
  settingsUri?: string | null;
30884
31069
  settingsEditor?: string | null;
30885
31070
  link?: string | null;
@@ -31070,6 +31255,7 @@ export type GetOffersQueryQuery = {
31070
31255
  __typename?: "SalesChannel";
31071
31256
  id: string;
31072
31257
  tag: string;
31258
+ name?: string | null;
31073
31259
  settingsUri?: string | null;
31074
31260
  settingsEditor?: string | null;
31075
31261
  link?: string | null;
@@ -31150,6 +31336,7 @@ export type GetOffersQueryQuery = {
31150
31336
  __typename?: "SalesChannel";
31151
31337
  id: string;
31152
31338
  tag: string;
31339
+ name?: string | null;
31153
31340
  settingsUri?: string | null;
31154
31341
  settingsEditor?: string | null;
31155
31342
  link?: string | null;
@@ -31409,6 +31596,7 @@ export type GetOffersQueryQuery = {
31409
31596
  __typename?: "SalesChannel";
31410
31597
  id: string;
31411
31598
  tag: string;
31599
+ name?: string | null;
31412
31600
  settingsUri?: string | null;
31413
31601
  settingsEditor?: string | null;
31414
31602
  link?: string | null;
@@ -31433,6 +31621,7 @@ export type GetOffersQueryQuery = {
31433
31621
  __typename?: "SalesChannel";
31434
31622
  id: string;
31435
31623
  tag: string;
31624
+ name?: string | null;
31436
31625
  settingsUri?: string | null;
31437
31626
  settingsEditor?: string | null;
31438
31627
  link?: string | null;
@@ -31532,6 +31721,7 @@ export type GetOffersQueryQuery = {
31532
31721
  __typename?: "SalesChannel";
31533
31722
  id: string;
31534
31723
  tag: string;
31724
+ name?: string | null;
31535
31725
  settingsUri?: string | null;
31536
31726
  settingsEditor?: string | null;
31537
31727
  link?: string | null;
@@ -31706,6 +31896,7 @@ export type OfferFieldsFragment = {
31706
31896
  __typename?: "SalesChannel";
31707
31897
  id: string;
31708
31898
  tag: string;
31899
+ name?: string | null;
31709
31900
  settingsUri?: string | null;
31710
31901
  settingsEditor?: string | null;
31711
31902
  link?: string | null;
@@ -31786,6 +31977,7 @@ export type OfferFieldsFragment = {
31786
31977
  __typename?: "SalesChannel";
31787
31978
  id: string;
31788
31979
  tag: string;
31980
+ name?: string | null;
31789
31981
  settingsUri?: string | null;
31790
31982
  settingsEditor?: string | null;
31791
31983
  link?: string | null;
@@ -32045,6 +32237,7 @@ export type OfferFieldsFragment = {
32045
32237
  __typename?: "SalesChannel";
32046
32238
  id: string;
32047
32239
  tag: string;
32240
+ name?: string | null;
32048
32241
  settingsUri?: string | null;
32049
32242
  settingsEditor?: string | null;
32050
32243
  link?: string | null;
@@ -32069,6 +32262,7 @@ export type OfferFieldsFragment = {
32069
32262
  __typename?: "SalesChannel";
32070
32263
  id: string;
32071
32264
  tag: string;
32265
+ name?: string | null;
32072
32266
  settingsUri?: string | null;
32073
32267
  settingsEditor?: string | null;
32074
32268
  link?: string | null;
@@ -32168,6 +32362,7 @@ export type OfferFieldsFragment = {
32168
32362
  __typename?: "SalesChannel";
32169
32363
  id: string;
32170
32364
  tag: string;
32365
+ name?: string | null;
32171
32366
  settingsUri?: string | null;
32172
32367
  settingsEditor?: string | null;
32173
32368
  link?: string | null;
@@ -32316,6 +32511,7 @@ export type BaseOfferFieldsFragment = {
32316
32511
  __typename?: "SalesChannel";
32317
32512
  id: string;
32318
32513
  tag: string;
32514
+ name?: string | null;
32319
32515
  settingsUri?: string | null;
32320
32516
  settingsEditor?: string | null;
32321
32517
  link?: string | null;
@@ -32575,6 +32771,7 @@ export type BaseOfferFieldsFragment = {
32575
32771
  __typename?: "SalesChannel";
32576
32772
  id: string;
32577
32773
  tag: string;
32774
+ name?: string | null;
32578
32775
  settingsUri?: string | null;
32579
32776
  settingsEditor?: string | null;
32580
32777
  link?: string | null;
@@ -32599,6 +32796,7 @@ export type BaseOfferFieldsFragment = {
32599
32796
  __typename?: "SalesChannel";
32600
32797
  id: string;
32601
32798
  tag: string;
32799
+ name?: string | null;
32602
32800
  settingsUri?: string | null;
32603
32801
  settingsEditor?: string | null;
32604
32802
  link?: string | null;
@@ -32698,6 +32896,7 @@ export type BaseOfferFieldsFragment = {
32698
32896
  __typename?: "SalesChannel";
32699
32897
  id: string;
32700
32898
  tag: string;
32899
+ name?: string | null;
32701
32900
  settingsUri?: string | null;
32702
32901
  settingsEditor?: string | null;
32703
32902
  link?: string | null;
@@ -32796,6 +32995,7 @@ export const SalesChannelFieldsFragmentDoc = gql`
32796
32995
  fragment SalesChannelFields on SalesChannel {
32797
32996
  id
32798
32997
  tag
32998
+ name
32799
32999
  settingsUri
32800
33000
  settingsEditor
32801
33001
  link