@bosonprotocol/core-sdk 1.25.0-alpha.43 → 1.25.0-alpha.44

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.
@@ -2238,10 +2238,6 @@ export declare enum FundsEventLog_OrderBy {
2238
2238
  Timestamp = "timestamp",
2239
2239
  Type = "type"
2240
2240
  }
2241
- export declare enum MediaType {
2242
- Image = "IMAGE",
2243
- Video = "VIDEO"
2244
- }
2245
2241
  export declare type MetadataAttribute = {
2246
2242
  __typename?: "MetadataAttribute";
2247
2243
  displayType: Scalars["String"];
@@ -7282,7 +7278,7 @@ export declare type SellerMetadataMedia = {
7282
7278
  height?: Maybe<Scalars["Int"]>;
7283
7279
  id: Scalars["ID"];
7284
7280
  tag?: Maybe<Scalars["String"]>;
7285
- type: MediaType;
7281
+ type: Scalars["String"];
7286
7282
  url: Scalars["String"];
7287
7283
  width?: Maybe<Scalars["Int"]>;
7288
7284
  };
@@ -7325,10 +7321,26 @@ export declare type SellerMetadataMedia_Filter = {
7325
7321
  tag_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
7326
7322
  tag_starts_with?: InputMaybe<Scalars["String"]>;
7327
7323
  tag_starts_with_nocase?: InputMaybe<Scalars["String"]>;
7328
- type?: InputMaybe<MediaType>;
7329
- type_in?: InputMaybe<Array<MediaType>>;
7330
- type_not?: InputMaybe<MediaType>;
7331
- type_not_in?: InputMaybe<Array<MediaType>>;
7324
+ type?: InputMaybe<Scalars["String"]>;
7325
+ type_contains?: InputMaybe<Scalars["String"]>;
7326
+ type_contains_nocase?: InputMaybe<Scalars["String"]>;
7327
+ type_ends_with?: InputMaybe<Scalars["String"]>;
7328
+ type_ends_with_nocase?: InputMaybe<Scalars["String"]>;
7329
+ type_gt?: InputMaybe<Scalars["String"]>;
7330
+ type_gte?: InputMaybe<Scalars["String"]>;
7331
+ type_in?: InputMaybe<Array<Scalars["String"]>>;
7332
+ type_lt?: InputMaybe<Scalars["String"]>;
7333
+ type_lte?: InputMaybe<Scalars["String"]>;
7334
+ type_not?: InputMaybe<Scalars["String"]>;
7335
+ type_not_contains?: InputMaybe<Scalars["String"]>;
7336
+ type_not_contains_nocase?: InputMaybe<Scalars["String"]>;
7337
+ type_not_ends_with?: InputMaybe<Scalars["String"]>;
7338
+ type_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
7339
+ type_not_in?: InputMaybe<Array<Scalars["String"]>>;
7340
+ type_not_starts_with?: InputMaybe<Scalars["String"]>;
7341
+ type_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
7342
+ type_starts_with?: InputMaybe<Scalars["String"]>;
7343
+ type_starts_with_nocase?: InputMaybe<Scalars["String"]>;
7332
7344
  url?: InputMaybe<Scalars["String"]>;
7333
7345
  url_contains?: InputMaybe<Scalars["String"]>;
7334
7346
  url_contains_nocase?: InputMaybe<Scalars["String"]>;
@@ -8645,7 +8657,7 @@ export declare type GetSellerByIdQueryQuery = {
8645
8657
  id: string;
8646
8658
  url: string;
8647
8659
  tag?: string | null;
8648
- type: MediaType;
8660
+ type: string;
8649
8661
  width?: number | null;
8650
8662
  height?: number | null;
8651
8663
  }> | null;
@@ -8885,7 +8897,7 @@ export declare type GetSellerByIdQueryQuery = {
8885
8897
  id: string;
8886
8898
  url: string;
8887
8899
  tag?: string | null;
8888
- type: MediaType;
8900
+ type: string;
8889
8901
  width?: number | null;
8890
8902
  height?: number | null;
8891
8903
  }> | null;
@@ -8966,7 +8978,7 @@ export declare type GetSellerByIdQueryQuery = {
8966
8978
  id: string;
8967
8979
  url: string;
8968
8980
  tag?: string | null;
8969
- type: MediaType;
8981
+ type: string;
8970
8982
  width?: number | null;
8971
8983
  height?: number | null;
8972
8984
  }> | null;
@@ -9090,7 +9102,7 @@ export declare type GetSellerByIdQueryQuery = {
9090
9102
  id: string;
9091
9103
  url: string;
9092
9104
  tag?: string | null;
9093
- type: MediaType;
9105
+ type: string;
9094
9106
  width?: number | null;
9095
9107
  height?: number | null;
9096
9108
  }> | null;
@@ -9231,7 +9243,7 @@ export declare type GetSellerByIdQueryQuery = {
9231
9243
  id: string;
9232
9244
  url: string;
9233
9245
  tag?: string | null;
9234
- type: MediaType;
9246
+ type: string;
9235
9247
  width?: number | null;
9236
9248
  height?: number | null;
9237
9249
  }> | null;
@@ -9385,7 +9397,7 @@ export declare type GetSellersQueryQuery = {
9385
9397
  id: string;
9386
9398
  url: string;
9387
9399
  tag?: string | null;
9388
- type: MediaType;
9400
+ type: string;
9389
9401
  width?: number | null;
9390
9402
  height?: number | null;
9391
9403
  }> | null;
@@ -9625,7 +9637,7 @@ export declare type GetSellersQueryQuery = {
9625
9637
  id: string;
9626
9638
  url: string;
9627
9639
  tag?: string | null;
9628
- type: MediaType;
9640
+ type: string;
9629
9641
  width?: number | null;
9630
9642
  height?: number | null;
9631
9643
  }> | null;
@@ -9706,7 +9718,7 @@ export declare type GetSellersQueryQuery = {
9706
9718
  id: string;
9707
9719
  url: string;
9708
9720
  tag?: string | null;
9709
- type: MediaType;
9721
+ type: string;
9710
9722
  width?: number | null;
9711
9723
  height?: number | null;
9712
9724
  }> | null;
@@ -9830,7 +9842,7 @@ export declare type GetSellersQueryQuery = {
9830
9842
  id: string;
9831
9843
  url: string;
9832
9844
  tag?: string | null;
9833
- type: MediaType;
9845
+ type: string;
9834
9846
  width?: number | null;
9835
9847
  height?: number | null;
9836
9848
  }> | null;
@@ -9971,7 +9983,7 @@ export declare type GetSellersQueryQuery = {
9971
9983
  id: string;
9972
9984
  url: string;
9973
9985
  tag?: string | null;
9974
- type: MediaType;
9986
+ type: string;
9975
9987
  width?: number | null;
9976
9988
  height?: number | null;
9977
9989
  }> | null;
@@ -10097,7 +10109,7 @@ export declare type GetBuyerByIdQueryQuery = {
10097
10109
  id: string;
10098
10110
  url: string;
10099
10111
  tag?: string | null;
10100
- type: MediaType;
10112
+ type: string;
10101
10113
  width?: number | null;
10102
10114
  height?: number | null;
10103
10115
  }> | null;
@@ -10341,7 +10353,7 @@ export declare type GetBuyersQueryQuery = {
10341
10353
  id: string;
10342
10354
  url: string;
10343
10355
  tag?: string | null;
10344
- type: MediaType;
10356
+ type: string;
10345
10357
  width?: number | null;
10346
10358
  height?: number | null;
10347
10359
  }> | null;
@@ -10568,7 +10580,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
10568
10580
  id: string;
10569
10581
  url: string;
10570
10582
  tag?: string | null;
10571
- type: MediaType;
10583
+ type: string;
10572
10584
  width?: number | null;
10573
10585
  height?: number | null;
10574
10586
  }> | null;
@@ -10808,7 +10820,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
10808
10820
  id: string;
10809
10821
  url: string;
10810
10822
  tag?: string | null;
10811
- type: MediaType;
10823
+ type: string;
10812
10824
  width?: number | null;
10813
10825
  height?: number | null;
10814
10826
  }> | null;
@@ -10889,7 +10901,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
10889
10901
  id: string;
10890
10902
  url: string;
10891
10903
  tag?: string | null;
10892
- type: MediaType;
10904
+ type: string;
10893
10905
  width?: number | null;
10894
10906
  height?: number | null;
10895
10907
  }> | null;
@@ -11175,7 +11187,7 @@ export declare type GetDisputeResolversQueryQuery = {
11175
11187
  id: string;
11176
11188
  url: string;
11177
11189
  tag?: string | null;
11178
- type: MediaType;
11190
+ type: string;
11179
11191
  width?: number | null;
11180
11192
  height?: number | null;
11181
11193
  }> | null;
@@ -11415,7 +11427,7 @@ export declare type GetDisputeResolversQueryQuery = {
11415
11427
  id: string;
11416
11428
  url: string;
11417
11429
  tag?: string | null;
11418
- type: MediaType;
11430
+ type: string;
11419
11431
  width?: number | null;
11420
11432
  height?: number | null;
11421
11433
  }> | null;
@@ -11496,7 +11508,7 @@ export declare type GetDisputeResolversQueryQuery = {
11496
11508
  id: string;
11497
11509
  url: string;
11498
11510
  tag?: string | null;
11499
- type: MediaType;
11511
+ type: string;
11500
11512
  width?: number | null;
11501
11513
  height?: number | null;
11502
11514
  }> | null;
@@ -11780,7 +11792,7 @@ export declare type SellerFieldsFragment = {
11780
11792
  id: string;
11781
11793
  url: string;
11782
11794
  tag?: string | null;
11783
- type: MediaType;
11795
+ type: string;
11784
11796
  width?: number | null;
11785
11797
  height?: number | null;
11786
11798
  }> | null;
@@ -12020,7 +12032,7 @@ export declare type SellerFieldsFragment = {
12020
12032
  id: string;
12021
12033
  url: string;
12022
12034
  tag?: string | null;
12023
- type: MediaType;
12035
+ type: string;
12024
12036
  width?: number | null;
12025
12037
  height?: number | null;
12026
12038
  }> | null;
@@ -12101,7 +12113,7 @@ export declare type SellerFieldsFragment = {
12101
12113
  id: string;
12102
12114
  url: string;
12103
12115
  tag?: string | null;
12104
- type: MediaType;
12116
+ type: string;
12105
12117
  width?: number | null;
12106
12118
  height?: number | null;
12107
12119
  }> | null;
@@ -12225,7 +12237,7 @@ export declare type SellerFieldsFragment = {
12225
12237
  id: string;
12226
12238
  url: string;
12227
12239
  tag?: string | null;
12228
- type: MediaType;
12240
+ type: string;
12229
12241
  width?: number | null;
12230
12242
  height?: number | null;
12231
12243
  }> | null;
@@ -12366,7 +12378,7 @@ export declare type SellerFieldsFragment = {
12366
12378
  id: string;
12367
12379
  url: string;
12368
12380
  tag?: string | null;
12369
- type: MediaType;
12381
+ type: string;
12370
12382
  width?: number | null;
12371
12383
  height?: number | null;
12372
12384
  }> | null;
@@ -12389,7 +12401,7 @@ export declare type SellerMetadataMediaFieldsFragment = {
12389
12401
  id: string;
12390
12402
  url: string;
12391
12403
  tag?: string | null;
12392
- type: MediaType;
12404
+ type: string;
12393
12405
  width?: number | null;
12394
12406
  height?: number | null;
12395
12407
  };
@@ -12435,7 +12447,7 @@ export declare type BaseSellerFieldsFragment = {
12435
12447
  id: string;
12436
12448
  url: string;
12437
12449
  tag?: string | null;
12438
- type: MediaType;
12450
+ type: string;
12439
12451
  width?: number | null;
12440
12452
  height?: number | null;
12441
12453
  }> | null;
@@ -12545,7 +12557,7 @@ export declare type BuyerFieldsFragment = {
12545
12557
  id: string;
12546
12558
  url: string;
12547
12559
  tag?: string | null;
12548
- type: MediaType;
12560
+ type: string;
12549
12561
  width?: number | null;
12550
12562
  height?: number | null;
12551
12563
  }> | null;
@@ -12760,7 +12772,7 @@ export declare type DisputeResolverFieldsFragment = {
12760
12772
  id: string;
12761
12773
  url: string;
12762
12774
  tag?: string | null;
12763
- type: MediaType;
12775
+ type: string;
12764
12776
  width?: number | null;
12765
12777
  height?: number | null;
12766
12778
  }> | null;
@@ -13000,7 +13012,7 @@ export declare type DisputeResolverFieldsFragment = {
13000
13012
  id: string;
13001
13013
  url: string;
13002
13014
  tag?: string | null;
13003
- type: MediaType;
13015
+ type: string;
13004
13016
  width?: number | null;
13005
13017
  height?: number | null;
13006
13018
  }> | null;
@@ -13081,7 +13093,7 @@ export declare type DisputeResolverFieldsFragment = {
13081
13093
  id: string;
13082
13094
  url: string;
13083
13095
  tag?: string | null;
13084
- type: MediaType;
13096
+ type: string;
13085
13097
  width?: number | null;
13086
13098
  height?: number | null;
13087
13099
  }> | null;
@@ -13408,7 +13420,7 @@ export declare type GetDisputeByIdQueryQuery = {
13408
13420
  id: string;
13409
13421
  url: string;
13410
13422
  tag?: string | null;
13411
- type: MediaType;
13423
+ type: string;
13412
13424
  width?: number | null;
13413
13425
  height?: number | null;
13414
13426
  }> | null;
@@ -13457,7 +13469,7 @@ export declare type GetDisputeByIdQueryQuery = {
13457
13469
  id: string;
13458
13470
  url: string;
13459
13471
  tag?: string | null;
13460
- type: MediaType;
13472
+ type: string;
13461
13473
  width?: number | null;
13462
13474
  height?: number | null;
13463
13475
  }> | null;
@@ -13571,7 +13583,7 @@ export declare type GetDisputesQueryQuery = {
13571
13583
  id: string;
13572
13584
  url: string;
13573
13585
  tag?: string | null;
13574
- type: MediaType;
13586
+ type: string;
13575
13587
  width?: number | null;
13576
13588
  height?: number | null;
13577
13589
  }> | null;
@@ -13620,7 +13632,7 @@ export declare type GetDisputesQueryQuery = {
13620
13632
  id: string;
13621
13633
  url: string;
13622
13634
  tag?: string | null;
13623
- type: MediaType;
13635
+ type: string;
13624
13636
  width?: number | null;
13625
13637
  height?: number | null;
13626
13638
  }> | null;
@@ -13725,7 +13737,7 @@ export declare type DisputeFieldsFragment = {
13725
13737
  id: string;
13726
13738
  url: string;
13727
13739
  tag?: string | null;
13728
- type: MediaType;
13740
+ type: string;
13729
13741
  width?: number | null;
13730
13742
  height?: number | null;
13731
13743
  }> | null;
@@ -13774,7 +13786,7 @@ export declare type DisputeFieldsFragment = {
13774
13786
  id: string;
13775
13787
  url: string;
13776
13788
  tag?: string | null;
13777
- type: MediaType;
13789
+ type: string;
13778
13790
  width?: number | null;
13779
13791
  height?: number | null;
13780
13792
  }> | null;
@@ -13909,7 +13921,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
13909
13921
  id: string;
13910
13922
  url: string;
13911
13923
  tag?: string | null;
13912
- type: MediaType;
13924
+ type: string;
13913
13925
  width?: number | null;
13914
13926
  height?: number | null;
13915
13927
  }> | null;
@@ -14149,7 +14161,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
14149
14161
  id: string;
14150
14162
  url: string;
14151
14163
  tag?: string | null;
14152
- type: MediaType;
14164
+ type: string;
14153
14165
  width?: number | null;
14154
14166
  height?: number | null;
14155
14167
  }> | null;
@@ -14230,7 +14242,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
14230
14242
  id: string;
14231
14243
  url: string;
14232
14244
  tag?: string | null;
14233
- type: MediaType;
14245
+ type: string;
14234
14246
  width?: number | null;
14235
14247
  height?: number | null;
14236
14248
  }> | null;
@@ -14391,7 +14403,7 @@ export declare type GetExchangeTokensQueryQuery = {
14391
14403
  id: string;
14392
14404
  url: string;
14393
14405
  tag?: string | null;
14394
- type: MediaType;
14406
+ type: string;
14395
14407
  width?: number | null;
14396
14408
  height?: number | null;
14397
14409
  }> | null;
@@ -14631,7 +14643,7 @@ export declare type GetExchangeTokensQueryQuery = {
14631
14643
  id: string;
14632
14644
  url: string;
14633
14645
  tag?: string | null;
14634
- type: MediaType;
14646
+ type: string;
14635
14647
  width?: number | null;
14636
14648
  height?: number | null;
14637
14649
  }> | null;
@@ -14712,7 +14724,7 @@ export declare type GetExchangeTokensQueryQuery = {
14712
14724
  id: string;
14713
14725
  url: string;
14714
14726
  tag?: string | null;
14715
- type: MediaType;
14727
+ type: string;
14716
14728
  width?: number | null;
14717
14729
  height?: number | null;
14718
14730
  }> | null;
@@ -14852,7 +14864,7 @@ export declare type ExchangeTokenFieldsFragment = {
14852
14864
  id: string;
14853
14865
  url: string;
14854
14866
  tag?: string | null;
14855
- type: MediaType;
14867
+ type: string;
14856
14868
  width?: number | null;
14857
14869
  height?: number | null;
14858
14870
  }> | null;
@@ -15092,7 +15104,7 @@ export declare type ExchangeTokenFieldsFragment = {
15092
15104
  id: string;
15093
15105
  url: string;
15094
15106
  tag?: string | null;
15095
- type: MediaType;
15107
+ type: string;
15096
15108
  width?: number | null;
15097
15109
  height?: number | null;
15098
15110
  }> | null;
@@ -15173,7 +15185,7 @@ export declare type ExchangeTokenFieldsFragment = {
15173
15185
  id: string;
15174
15186
  url: string;
15175
15187
  tag?: string | null;
15176
- type: MediaType;
15188
+ type: string;
15177
15189
  width?: number | null;
15178
15190
  height?: number | null;
15179
15191
  }> | null;
@@ -15559,7 +15571,7 @@ export declare type GetExchangeByIdQueryQuery = {
15559
15571
  id: string;
15560
15572
  url: string;
15561
15573
  tag?: string | null;
15562
- type: MediaType;
15574
+ type: string;
15563
15575
  width?: number | null;
15564
15576
  height?: number | null;
15565
15577
  }> | null;
@@ -15799,7 +15811,7 @@ export declare type GetExchangeByIdQueryQuery = {
15799
15811
  id: string;
15800
15812
  url: string;
15801
15813
  tag?: string | null;
15802
- type: MediaType;
15814
+ type: string;
15803
15815
  width?: number | null;
15804
15816
  height?: number | null;
15805
15817
  }> | null;
@@ -15880,7 +15892,7 @@ export declare type GetExchangeByIdQueryQuery = {
15880
15892
  id: string;
15881
15893
  url: string;
15882
15894
  tag?: string | null;
15883
- type: MediaType;
15895
+ type: string;
15884
15896
  width?: number | null;
15885
15897
  height?: number | null;
15886
15898
  }> | null;
@@ -15990,7 +16002,7 @@ export declare type GetExchangeByIdQueryQuery = {
15990
16002
  id: string;
15991
16003
  url: string;
15992
16004
  tag?: string | null;
15993
- type: MediaType;
16005
+ type: string;
15994
16006
  width?: number | null;
15995
16007
  height?: number | null;
15996
16008
  }> | null;
@@ -16099,7 +16111,7 @@ export declare type GetExchangesQueryQuery = {
16099
16111
  id: string;
16100
16112
  url: string;
16101
16113
  tag?: string | null;
16102
- type: MediaType;
16114
+ type: string;
16103
16115
  width?: number | null;
16104
16116
  height?: number | null;
16105
16117
  }> | null;
@@ -16339,7 +16351,7 @@ export declare type GetExchangesQueryQuery = {
16339
16351
  id: string;
16340
16352
  url: string;
16341
16353
  tag?: string | null;
16342
- type: MediaType;
16354
+ type: string;
16343
16355
  width?: number | null;
16344
16356
  height?: number | null;
16345
16357
  }> | null;
@@ -16420,7 +16432,7 @@ export declare type GetExchangesQueryQuery = {
16420
16432
  id: string;
16421
16433
  url: string;
16422
16434
  tag?: string | null;
16423
- type: MediaType;
16435
+ type: string;
16424
16436
  width?: number | null;
16425
16437
  height?: number | null;
16426
16438
  }> | null;
@@ -16530,7 +16542,7 @@ export declare type GetExchangesQueryQuery = {
16530
16542
  id: string;
16531
16543
  url: string;
16532
16544
  tag?: string | null;
16533
- type: MediaType;
16545
+ type: string;
16534
16546
  width?: number | null;
16535
16547
  height?: number | null;
16536
16548
  }> | null;
@@ -16630,7 +16642,7 @@ export declare type ExchangeFieldsFragment = {
16630
16642
  id: string;
16631
16643
  url: string;
16632
16644
  tag?: string | null;
16633
- type: MediaType;
16645
+ type: string;
16634
16646
  width?: number | null;
16635
16647
  height?: number | null;
16636
16648
  }> | null;
@@ -16870,7 +16882,7 @@ export declare type ExchangeFieldsFragment = {
16870
16882
  id: string;
16871
16883
  url: string;
16872
16884
  tag?: string | null;
16873
- type: MediaType;
16885
+ type: string;
16874
16886
  width?: number | null;
16875
16887
  height?: number | null;
16876
16888
  }> | null;
@@ -16951,7 +16963,7 @@ export declare type ExchangeFieldsFragment = {
16951
16963
  id: string;
16952
16964
  url: string;
16953
16965
  tag?: string | null;
16954
- type: MediaType;
16966
+ type: string;
16955
16967
  width?: number | null;
16956
16968
  height?: number | null;
16957
16969
  }> | null;
@@ -17061,7 +17073,7 @@ export declare type ExchangeFieldsFragment = {
17061
17073
  id: string;
17062
17074
  url: string;
17063
17075
  tag?: string | null;
17064
- type: MediaType;
17076
+ type: string;
17065
17077
  width?: number | null;
17066
17078
  height?: number | null;
17067
17079
  }> | null;
@@ -17145,7 +17157,7 @@ export declare type BaseExchangeFieldsFragment = {
17145
17157
  id: string;
17146
17158
  url: string;
17147
17159
  tag?: string | null;
17148
- type: MediaType;
17160
+ type: string;
17149
17161
  width?: number | null;
17150
17162
  height?: number | null;
17151
17163
  }> | null;
@@ -17346,7 +17358,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
17346
17358
  id: string;
17347
17359
  url: string;
17348
17360
  tag?: string | null;
17349
- type: MediaType;
17361
+ type: string;
17350
17362
  width?: number | null;
17351
17363
  height?: number | null;
17352
17364
  }> | null;
@@ -17586,7 +17598,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
17586
17598
  id: string;
17587
17599
  url: string;
17588
17600
  tag?: string | null;
17589
- type: MediaType;
17601
+ type: string;
17590
17602
  width?: number | null;
17591
17603
  height?: number | null;
17592
17604
  }> | null;
@@ -17667,7 +17679,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
17667
17679
  id: string;
17668
17680
  url: string;
17669
17681
  tag?: string | null;
17670
- type: MediaType;
17682
+ type: string;
17671
17683
  width?: number | null;
17672
17684
  height?: number | null;
17673
17685
  }> | null;
@@ -17756,7 +17768,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
17756
17768
  id: string;
17757
17769
  url: string;
17758
17770
  tag?: string | null;
17759
- type: MediaType;
17771
+ type: string;
17760
17772
  width?: number | null;
17761
17773
  height?: number | null;
17762
17774
  }> | null;
@@ -17891,7 +17903,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
17891
17903
  id: string;
17892
17904
  url: string;
17893
17905
  tag?: string | null;
17894
- type: MediaType;
17906
+ type: string;
17895
17907
  width?: number | null;
17896
17908
  height?: number | null;
17897
17909
  }> | null;
@@ -18131,7 +18143,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
18131
18143
  id: string;
18132
18144
  url: string;
18133
18145
  tag?: string | null;
18134
- type: MediaType;
18146
+ type: string;
18135
18147
  width?: number | null;
18136
18148
  height?: number | null;
18137
18149
  }> | null;
@@ -18212,7 +18224,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
18212
18224
  id: string;
18213
18225
  url: string;
18214
18226
  tag?: string | null;
18215
- type: MediaType;
18227
+ type: string;
18216
18228
  width?: number | null;
18217
18229
  height?: number | null;
18218
18230
  }> | null;
@@ -18301,7 +18313,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
18301
18313
  id: string;
18302
18314
  url: string;
18303
18315
  tag?: string | null;
18304
- type: MediaType;
18316
+ type: string;
18305
18317
  width?: number | null;
18306
18318
  height?: number | null;
18307
18319
  }> | null;
@@ -18427,7 +18439,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
18427
18439
  id: string;
18428
18440
  url: string;
18429
18441
  tag?: string | null;
18430
- type: MediaType;
18442
+ type: string;
18431
18443
  width?: number | null;
18432
18444
  height?: number | null;
18433
18445
  }> | null;
@@ -18667,7 +18679,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
18667
18679
  id: string;
18668
18680
  url: string;
18669
18681
  tag?: string | null;
18670
- type: MediaType;
18682
+ type: string;
18671
18683
  width?: number | null;
18672
18684
  height?: number | null;
18673
18685
  }> | null;
@@ -18748,7 +18760,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
18748
18760
  id: string;
18749
18761
  url: string;
18750
18762
  tag?: string | null;
18751
- type: MediaType;
18763
+ type: string;
18752
18764
  width?: number | null;
18753
18765
  height?: number | null;
18754
18766
  }> | null;
@@ -18837,7 +18849,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
18837
18849
  id: string;
18838
18850
  url: string;
18839
18851
  tag?: string | null;
18840
- type: MediaType;
18852
+ type: string;
18841
18853
  width?: number | null;
18842
18854
  height?: number | null;
18843
18855
  }> | null;
@@ -18962,7 +18974,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
18962
18974
  id: string;
18963
18975
  url: string;
18964
18976
  tag?: string | null;
18965
- type: MediaType;
18977
+ type: string;
18966
18978
  width?: number | null;
18967
18979
  height?: number | null;
18968
18980
  }> | null;
@@ -19202,7 +19214,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
19202
19214
  id: string;
19203
19215
  url: string;
19204
19216
  tag?: string | null;
19205
- type: MediaType;
19217
+ type: string;
19206
19218
  width?: number | null;
19207
19219
  height?: number | null;
19208
19220
  }> | null;
@@ -19283,7 +19295,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
19283
19295
  id: string;
19284
19296
  url: string;
19285
19297
  tag?: string | null;
19286
- type: MediaType;
19298
+ type: string;
19287
19299
  width?: number | null;
19288
19300
  height?: number | null;
19289
19301
  }> | null;
@@ -19372,7 +19384,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
19372
19384
  id: string;
19373
19385
  url: string;
19374
19386
  tag?: string | null;
19375
- type: MediaType;
19387
+ type: string;
19376
19388
  width?: number | null;
19377
19389
  height?: number | null;
19378
19390
  }> | null;
@@ -19561,7 +19573,7 @@ export declare type GetProductV1ProductsQueryQuery = {
19561
19573
  id: string;
19562
19574
  url: string;
19563
19575
  tag?: string | null;
19564
- type: MediaType;
19576
+ type: string;
19565
19577
  width?: number | null;
19566
19578
  height?: number | null;
19567
19579
  }> | null;
@@ -19719,7 +19731,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
19719
19731
  id: string;
19720
19732
  url: string;
19721
19733
  tag?: string | null;
19722
- type: MediaType;
19734
+ type: string;
19723
19735
  width?: number | null;
19724
19736
  height?: number | null;
19725
19737
  }> | null;
@@ -19778,7 +19790,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
19778
19790
  id: string;
19779
19791
  url: string;
19780
19792
  tag?: string | null;
19781
- type: MediaType;
19793
+ type: string;
19782
19794
  width?: number | null;
19783
19795
  height?: number | null;
19784
19796
  }> | null;
@@ -20018,7 +20030,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
20018
20030
  id: string;
20019
20031
  url: string;
20020
20032
  tag?: string | null;
20021
- type: MediaType;
20033
+ type: string;
20022
20034
  width?: number | null;
20023
20035
  height?: number | null;
20024
20036
  }> | null;
@@ -20099,7 +20111,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
20099
20111
  id: string;
20100
20112
  url: string;
20101
20113
  tag?: string | null;
20102
- type: MediaType;
20114
+ type: string;
20103
20115
  width?: number | null;
20104
20116
  height?: number | null;
20105
20117
  }> | null;
@@ -20273,7 +20285,7 @@ export declare type GetProductV1ProductsWithVariantsQueryQuery = {
20273
20285
  id: string;
20274
20286
  url: string;
20275
20287
  tag?: string | null;
20276
- type: MediaType;
20288
+ type: string;
20277
20289
  width?: number | null;
20278
20290
  height?: number | null;
20279
20291
  }> | null;
@@ -20431,7 +20443,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
20431
20443
  id: string;
20432
20444
  url: string;
20433
20445
  tag?: string | null;
20434
- type: MediaType;
20446
+ type: string;
20435
20447
  width?: number | null;
20436
20448
  height?: number | null;
20437
20449
  }> | null;
@@ -20490,7 +20502,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
20490
20502
  id: string;
20491
20503
  url: string;
20492
20504
  tag?: string | null;
20493
- type: MediaType;
20505
+ type: string;
20494
20506
  width?: number | null;
20495
20507
  height?: number | null;
20496
20508
  }> | null;
@@ -20730,7 +20742,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
20730
20742
  id: string;
20731
20743
  url: string;
20732
20744
  tag?: string | null;
20733
- type: MediaType;
20745
+ type: string;
20734
20746
  width?: number | null;
20735
20747
  height?: number | null;
20736
20748
  }> | null;
@@ -20811,7 +20823,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
20811
20823
  id: string;
20812
20824
  url: string;
20813
20825
  tag?: string | null;
20814
- type: MediaType;
20826
+ type: string;
20815
20827
  width?: number | null;
20816
20828
  height?: number | null;
20817
20829
  }> | null;
@@ -20985,7 +20997,7 @@ export declare type GetAllProductsWithNotVoidedVariantsQueryQuery = {
20985
20997
  id: string;
20986
20998
  url: string;
20987
20999
  tag?: string | null;
20988
- type: MediaType;
21000
+ type: string;
20989
21001
  width?: number | null;
20990
21002
  height?: number | null;
20991
21003
  }> | null;
@@ -21155,7 +21167,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21155
21167
  id: string;
21156
21168
  url: string;
21157
21169
  tag?: string | null;
21158
- type: MediaType;
21170
+ type: string;
21159
21171
  width?: number | null;
21160
21172
  height?: number | null;
21161
21173
  }> | null;
@@ -21214,7 +21226,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21214
21226
  id: string;
21215
21227
  url: string;
21216
21228
  tag?: string | null;
21217
- type: MediaType;
21229
+ type: string;
21218
21230
  width?: number | null;
21219
21231
  height?: number | null;
21220
21232
  }> | null;
@@ -21454,7 +21466,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21454
21466
  id: string;
21455
21467
  url: string;
21456
21468
  tag?: string | null;
21457
- type: MediaType;
21469
+ type: string;
21458
21470
  width?: number | null;
21459
21471
  height?: number | null;
21460
21472
  }> | null;
@@ -21535,7 +21547,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21535
21547
  id: string;
21536
21548
  url: string;
21537
21549
  tag?: string | null;
21538
- type: MediaType;
21550
+ type: string;
21539
21551
  width?: number | null;
21540
21552
  height?: number | null;
21541
21553
  }> | null;
@@ -21624,7 +21636,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21624
21636
  id: string;
21625
21637
  url: string;
21626
21638
  tag?: string | null;
21627
- type: MediaType;
21639
+ type: string;
21628
21640
  width?: number | null;
21629
21641
  height?: number | null;
21630
21642
  }> | null;
@@ -21788,7 +21800,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21788
21800
  id: string;
21789
21801
  url: string;
21790
21802
  tag?: string | null;
21791
- type: MediaType;
21803
+ type: string;
21792
21804
  width?: number | null;
21793
21805
  height?: number | null;
21794
21806
  }> | null;
@@ -21869,7 +21881,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
21869
21881
  id: string;
21870
21882
  url: string;
21871
21883
  tag?: string | null;
21872
- type: MediaType;
21884
+ type: string;
21873
21885
  width?: number | null;
21874
21886
  height?: number | null;
21875
21887
  }> | null;
@@ -22033,7 +22045,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22033
22045
  id: string;
22034
22046
  url: string;
22035
22047
  tag?: string | null;
22036
- type: MediaType;
22048
+ type: string;
22037
22049
  width?: number | null;
22038
22050
  height?: number | null;
22039
22051
  }> | null;
@@ -22092,7 +22104,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22092
22104
  id: string;
22093
22105
  url: string;
22094
22106
  tag?: string | null;
22095
- type: MediaType;
22107
+ type: string;
22096
22108
  width?: number | null;
22097
22109
  height?: number | null;
22098
22110
  }> | null;
@@ -22332,7 +22344,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22332
22344
  id: string;
22333
22345
  url: string;
22334
22346
  tag?: string | null;
22335
- type: MediaType;
22347
+ type: string;
22336
22348
  width?: number | null;
22337
22349
  height?: number | null;
22338
22350
  }> | null;
@@ -22413,7 +22425,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22413
22425
  id: string;
22414
22426
  url: string;
22415
22427
  tag?: string | null;
22416
- type: MediaType;
22428
+ type: string;
22417
22429
  width?: number | null;
22418
22430
  height?: number | null;
22419
22431
  }> | null;
@@ -22502,7 +22514,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22502
22514
  id: string;
22503
22515
  url: string;
22504
22516
  tag?: string | null;
22505
- type: MediaType;
22517
+ type: string;
22506
22518
  width?: number | null;
22507
22519
  height?: number | null;
22508
22520
  }> | null;
@@ -22666,7 +22678,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22666
22678
  id: string;
22667
22679
  url: string;
22668
22680
  tag?: string | null;
22669
- type: MediaType;
22681
+ type: string;
22670
22682
  width?: number | null;
22671
22683
  height?: number | null;
22672
22684
  }> | null;
@@ -22747,7 +22759,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
22747
22759
  id: string;
22748
22760
  url: string;
22749
22761
  tag?: string | null;
22750
- type: MediaType;
22762
+ type: string;
22751
22763
  width?: number | null;
22752
22764
  height?: number | null;
22753
22765
  }> | null;
@@ -22902,7 +22914,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
22902
22914
  id: string;
22903
22915
  url: string;
22904
22916
  tag?: string | null;
22905
- type: MediaType;
22917
+ type: string;
22906
22918
  width?: number | null;
22907
22919
  height?: number | null;
22908
22920
  }> | null;
@@ -22961,7 +22973,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
22961
22973
  id: string;
22962
22974
  url: string;
22963
22975
  tag?: string | null;
22964
- type: MediaType;
22976
+ type: string;
22965
22977
  width?: number | null;
22966
22978
  height?: number | null;
22967
22979
  }> | null;
@@ -23201,7 +23213,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
23201
23213
  id: string;
23202
23214
  url: string;
23203
23215
  tag?: string | null;
23204
- type: MediaType;
23216
+ type: string;
23205
23217
  width?: number | null;
23206
23218
  height?: number | null;
23207
23219
  }> | null;
@@ -23282,7 +23294,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
23282
23294
  id: string;
23283
23295
  url: string;
23284
23296
  tag?: string | null;
23285
- type: MediaType;
23297
+ type: string;
23286
23298
  width?: number | null;
23287
23299
  height?: number | null;
23288
23300
  }> | null;
@@ -23371,7 +23383,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
23371
23383
  id: string;
23372
23384
  url: string;
23373
23385
  tag?: string | null;
23374
- type: MediaType;
23386
+ type: string;
23375
23387
  width?: number | null;
23376
23388
  height?: number | null;
23377
23389
  }> | null;
@@ -23535,7 +23547,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
23535
23547
  id: string;
23536
23548
  url: string;
23537
23549
  tag?: string | null;
23538
- type: MediaType;
23550
+ type: string;
23539
23551
  width?: number | null;
23540
23552
  height?: number | null;
23541
23553
  }> | null;
@@ -23616,7 +23628,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
23616
23628
  id: string;
23617
23629
  url: string;
23618
23630
  tag?: string | null;
23619
- type: MediaType;
23631
+ type: string;
23620
23632
  width?: number | null;
23621
23633
  height?: number | null;
23622
23634
  }> | null;
@@ -23770,7 +23782,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
23770
23782
  id: string;
23771
23783
  url: string;
23772
23784
  tag?: string | null;
23773
- type: MediaType;
23785
+ type: string;
23774
23786
  width?: number | null;
23775
23787
  height?: number | null;
23776
23788
  }> | null;
@@ -23829,7 +23841,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
23829
23841
  id: string;
23830
23842
  url: string;
23831
23843
  tag?: string | null;
23832
- type: MediaType;
23844
+ type: string;
23833
23845
  width?: number | null;
23834
23846
  height?: number | null;
23835
23847
  }> | null;
@@ -24069,7 +24081,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
24069
24081
  id: string;
24070
24082
  url: string;
24071
24083
  tag?: string | null;
24072
- type: MediaType;
24084
+ type: string;
24073
24085
  width?: number | null;
24074
24086
  height?: number | null;
24075
24087
  }> | null;
@@ -24150,7 +24162,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
24150
24162
  id: string;
24151
24163
  url: string;
24152
24164
  tag?: string | null;
24153
- type: MediaType;
24165
+ type: string;
24154
24166
  width?: number | null;
24155
24167
  height?: number | null;
24156
24168
  }> | null;
@@ -24239,7 +24251,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
24239
24251
  id: string;
24240
24252
  url: string;
24241
24253
  tag?: string | null;
24242
- type: MediaType;
24254
+ type: string;
24243
24255
  width?: number | null;
24244
24256
  height?: number | null;
24245
24257
  }> | null;
@@ -24403,7 +24415,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
24403
24415
  id: string;
24404
24416
  url: string;
24405
24417
  tag?: string | null;
24406
- type: MediaType;
24418
+ type: string;
24407
24419
  width?: number | null;
24408
24420
  height?: number | null;
24409
24421
  }> | null;
@@ -24484,7 +24496,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
24484
24496
  id: string;
24485
24497
  url: string;
24486
24498
  tag?: string | null;
24487
- type: MediaType;
24499
+ type: string;
24488
24500
  width?: number | null;
24489
24501
  height?: number | null;
24490
24502
  }> | null;
@@ -24659,7 +24671,7 @@ export declare type BaseProductV1ProductFieldsFragment = {
24659
24671
  id: string;
24660
24672
  url: string;
24661
24673
  tag?: string | null;
24662
- type: MediaType;
24674
+ type: string;
24663
24675
  width?: number | null;
24664
24676
  height?: number | null;
24665
24677
  }> | null;
@@ -24807,7 +24819,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
24807
24819
  id: string;
24808
24820
  url: string;
24809
24821
  tag?: string | null;
24810
- type: MediaType;
24822
+ type: string;
24811
24823
  width?: number | null;
24812
24824
  height?: number | null;
24813
24825
  }> | null;
@@ -24866,7 +24878,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
24866
24878
  id: string;
24867
24879
  url: string;
24868
24880
  tag?: string | null;
24869
- type: MediaType;
24881
+ type: string;
24870
24882
  width?: number | null;
24871
24883
  height?: number | null;
24872
24884
  }> | null;
@@ -25106,7 +25118,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
25106
25118
  id: string;
25107
25119
  url: string;
25108
25120
  tag?: string | null;
25109
- type: MediaType;
25121
+ type: string;
25110
25122
  width?: number | null;
25111
25123
  height?: number | null;
25112
25124
  }> | null;
@@ -25187,7 +25199,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
25187
25199
  id: string;
25188
25200
  url: string;
25189
25201
  tag?: string | null;
25190
- type: MediaType;
25202
+ type: string;
25191
25203
  width?: number | null;
25192
25204
  height?: number | null;
25193
25205
  }> | null;
@@ -25361,7 +25373,7 @@ export declare type BaseProductV1ProductWithVariantsFieldsFragment = {
25361
25373
  id: string;
25362
25374
  url: string;
25363
25375
  tag?: string | null;
25364
- type: MediaType;
25376
+ type: string;
25365
25377
  width?: number | null;
25366
25378
  height?: number | null;
25367
25379
  }> | null;
@@ -25509,7 +25521,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
25509
25521
  id: string;
25510
25522
  url: string;
25511
25523
  tag?: string | null;
25512
- type: MediaType;
25524
+ type: string;
25513
25525
  width?: number | null;
25514
25526
  height?: number | null;
25515
25527
  }> | null;
@@ -25568,7 +25580,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
25568
25580
  id: string;
25569
25581
  url: string;
25570
25582
  tag?: string | null;
25571
- type: MediaType;
25583
+ type: string;
25572
25584
  width?: number | null;
25573
25585
  height?: number | null;
25574
25586
  }> | null;
@@ -25808,7 +25820,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
25808
25820
  id: string;
25809
25821
  url: string;
25810
25822
  tag?: string | null;
25811
- type: MediaType;
25823
+ type: string;
25812
25824
  width?: number | null;
25813
25825
  height?: number | null;
25814
25826
  }> | null;
@@ -25889,7 +25901,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
25889
25901
  id: string;
25890
25902
  url: string;
25891
25903
  tag?: string | null;
25892
- type: MediaType;
25904
+ type: string;
25893
25905
  width?: number | null;
25894
25906
  height?: number | null;
25895
25907
  }> | null;
@@ -26063,7 +26075,7 @@ export declare type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
26063
26075
  id: string;
26064
26076
  url: string;
26065
26077
  tag?: string | null;
26066
- type: MediaType;
26078
+ type: string;
26067
26079
  width?: number | null;
26068
26080
  height?: number | null;
26069
26081
  }> | null;
@@ -26178,7 +26190,7 @@ export declare type BaseProductV1SellerFieldsFragment = {
26178
26190
  id: string;
26179
26191
  url: string;
26180
26192
  tag?: string | null;
26181
- type: MediaType;
26193
+ type: string;
26182
26194
  width?: number | null;
26183
26195
  height?: number | null;
26184
26196
  }> | null;
@@ -26380,7 +26392,7 @@ export declare type GetOfferByIdQueryQuery = {
26380
26392
  id: string;
26381
26393
  url: string;
26382
26394
  tag?: string | null;
26383
- type: MediaType;
26395
+ type: string;
26384
26396
  width?: number | null;
26385
26397
  height?: number | null;
26386
26398
  }> | null;
@@ -26439,7 +26451,7 @@ export declare type GetOfferByIdQueryQuery = {
26439
26451
  id: string;
26440
26452
  url: string;
26441
26453
  tag?: string | null;
26442
- type: MediaType;
26454
+ type: string;
26443
26455
  width?: number | null;
26444
26456
  height?: number | null;
26445
26457
  }> | null;
@@ -26679,7 +26691,7 @@ export declare type GetOfferByIdQueryQuery = {
26679
26691
  id: string;
26680
26692
  url: string;
26681
26693
  tag?: string | null;
26682
- type: MediaType;
26694
+ type: string;
26683
26695
  width?: number | null;
26684
26696
  height?: number | null;
26685
26697
  }> | null;
@@ -26760,7 +26772,7 @@ export declare type GetOfferByIdQueryQuery = {
26760
26772
  id: string;
26761
26773
  url: string;
26762
26774
  tag?: string | null;
26763
- type: MediaType;
26775
+ type: string;
26764
26776
  width?: number | null;
26765
26777
  height?: number | null;
26766
26778
  }> | null;
@@ -26926,7 +26938,7 @@ export declare type GetOffersQueryQuery = {
26926
26938
  id: string;
26927
26939
  url: string;
26928
26940
  tag?: string | null;
26929
- type: MediaType;
26941
+ type: string;
26930
26942
  width?: number | null;
26931
26943
  height?: number | null;
26932
26944
  }> | null;
@@ -26985,7 +26997,7 @@ export declare type GetOffersQueryQuery = {
26985
26997
  id: string;
26986
26998
  url: string;
26987
26999
  tag?: string | null;
26988
- type: MediaType;
27000
+ type: string;
26989
27001
  width?: number | null;
26990
27002
  height?: number | null;
26991
27003
  }> | null;
@@ -27225,7 +27237,7 @@ export declare type GetOffersQueryQuery = {
27225
27237
  id: string;
27226
27238
  url: string;
27227
27239
  tag?: string | null;
27228
- type: MediaType;
27240
+ type: string;
27229
27241
  width?: number | null;
27230
27242
  height?: number | null;
27231
27243
  }> | null;
@@ -27306,7 +27318,7 @@ export declare type GetOffersQueryQuery = {
27306
27318
  id: string;
27307
27319
  url: string;
27308
27320
  tag?: string | null;
27309
- type: MediaType;
27321
+ type: string;
27310
27322
  width?: number | null;
27311
27323
  height?: number | null;
27312
27324
  }> | null;
@@ -27457,7 +27469,7 @@ export declare type OfferFieldsFragment = {
27457
27469
  id: string;
27458
27470
  url: string;
27459
27471
  tag?: string | null;
27460
- type: MediaType;
27472
+ type: string;
27461
27473
  width?: number | null;
27462
27474
  height?: number | null;
27463
27475
  }> | null;
@@ -27516,7 +27528,7 @@ export declare type OfferFieldsFragment = {
27516
27528
  id: string;
27517
27529
  url: string;
27518
27530
  tag?: string | null;
27519
- type: MediaType;
27531
+ type: string;
27520
27532
  width?: number | null;
27521
27533
  height?: number | null;
27522
27534
  }> | null;
@@ -27756,7 +27768,7 @@ export declare type OfferFieldsFragment = {
27756
27768
  id: string;
27757
27769
  url: string;
27758
27770
  tag?: string | null;
27759
- type: MediaType;
27771
+ type: string;
27760
27772
  width?: number | null;
27761
27773
  height?: number | null;
27762
27774
  }> | null;
@@ -27837,7 +27849,7 @@ export declare type OfferFieldsFragment = {
27837
27849
  id: string;
27838
27850
  url: string;
27839
27851
  tag?: string | null;
27840
- type: MediaType;
27852
+ type: string;
27841
27853
  width?: number | null;
27842
27854
  height?: number | null;
27843
27855
  }> | null;
@@ -27962,7 +27974,7 @@ export declare type BaseOfferFieldsFragment = {
27962
27974
  id: string;
27963
27975
  url: string;
27964
27976
  tag?: string | null;
27965
- type: MediaType;
27977
+ type: string;
27966
27978
  width?: number | null;
27967
27979
  height?: number | null;
27968
27980
  }> | null;
@@ -28202,7 +28214,7 @@ export declare type BaseOfferFieldsFragment = {
28202
28214
  id: string;
28203
28215
  url: string;
28204
28216
  tag?: string | null;
28205
- type: MediaType;
28217
+ type: string;
28206
28218
  width?: number | null;
28207
28219
  height?: number | null;
28208
28220
  }> | null;
@@ -28283,7 +28295,7 @@ export declare type BaseOfferFieldsFragment = {
28283
28295
  id: string;
28284
28296
  url: string;
28285
28297
  tag?: string | null;
28286
- type: MediaType;
28298
+ type: string;
28287
28299
  width?: number | null;
28288
28300
  height?: number | null;
28289
28301
  }> | null;