@bosonprotocol/core-sdk 1.23.0-alpha.16 → 1.23.0-alpha.17

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.
@@ -7328,9 +7328,9 @@ export declare type GetSellerByIdQueryQuery = {
7328
7328
  condition?: string | null;
7329
7329
  schemaUrl: string;
7330
7330
  type: MetadataType;
7331
+ image: string;
7331
7332
  } | {
7332
7333
  __typename?: "ProductV1MetadataEntity";
7333
- image: string;
7334
7334
  createdAt: string;
7335
7335
  voided: boolean;
7336
7336
  validFromDate: string;
@@ -7345,6 +7345,7 @@ export declare type GetSellerByIdQueryQuery = {
7345
7345
  condition?: string | null;
7346
7346
  schemaUrl: string;
7347
7347
  type: MetadataType;
7348
+ image: string;
7348
7349
  attributes?: Array<{
7349
7350
  __typename?: "MetadataAttribute";
7350
7351
  traitType: string;
@@ -7858,9 +7859,9 @@ export declare type GetSellersQueryQuery = {
7858
7859
  condition?: string | null;
7859
7860
  schemaUrl: string;
7860
7861
  type: MetadataType;
7862
+ image: string;
7861
7863
  } | {
7862
7864
  __typename?: "ProductV1MetadataEntity";
7863
- image: string;
7864
7865
  createdAt: string;
7865
7866
  voided: boolean;
7866
7867
  validFromDate: string;
@@ -7875,6 +7876,7 @@ export declare type GetSellersQueryQuery = {
7875
7876
  condition?: string | null;
7876
7877
  schemaUrl: string;
7877
7878
  type: MetadataType;
7879
+ image: string;
7878
7880
  attributes?: Array<{
7879
7881
  __typename?: "MetadataAttribute";
7880
7882
  traitType: string;
@@ -8766,9 +8768,9 @@ export declare type GetDisputeResolverByIdQueryQuery = {
8766
8768
  condition?: string | null;
8767
8769
  schemaUrl: string;
8768
8770
  type: MetadataType;
8771
+ image: string;
8769
8772
  } | {
8770
8773
  __typename?: "ProductV1MetadataEntity";
8771
- image: string;
8772
8774
  createdAt: string;
8773
8775
  voided: boolean;
8774
8776
  validFromDate: string;
@@ -8783,6 +8785,7 @@ export declare type GetDisputeResolverByIdQueryQuery = {
8783
8785
  condition?: string | null;
8784
8786
  schemaUrl: string;
8785
8787
  type: MetadataType;
8788
+ image: string;
8786
8789
  attributes?: Array<{
8787
8790
  __typename?: "MetadataAttribute";
8788
8791
  traitType: string;
@@ -9233,9 +9236,9 @@ export declare type GetDisputeResolversQueryQuery = {
9233
9236
  condition?: string | null;
9234
9237
  schemaUrl: string;
9235
9238
  type: MetadataType;
9239
+ image: string;
9236
9240
  } | {
9237
9241
  __typename?: "ProductV1MetadataEntity";
9238
- image: string;
9239
9242
  createdAt: string;
9240
9243
  voided: boolean;
9241
9244
  validFromDate: string;
@@ -9250,6 +9253,7 @@ export declare type GetDisputeResolversQueryQuery = {
9250
9253
  condition?: string | null;
9251
9254
  schemaUrl: string;
9252
9255
  type: MetadataType;
9256
+ image: string;
9253
9257
  attributes?: Array<{
9254
9258
  __typename?: "MetadataAttribute";
9255
9259
  traitType: string;
@@ -9695,9 +9699,9 @@ export declare type SellerFieldsFragment = {
9695
9699
  condition?: string | null;
9696
9700
  schemaUrl: string;
9697
9701
  type: MetadataType;
9702
+ image: string;
9698
9703
  } | {
9699
9704
  __typename?: "ProductV1MetadataEntity";
9700
- image: string;
9701
9705
  createdAt: string;
9702
9706
  voided: boolean;
9703
9707
  validFromDate: string;
@@ -9712,6 +9716,7 @@ export declare type SellerFieldsFragment = {
9712
9716
  condition?: string | null;
9713
9717
  schemaUrl: string;
9714
9718
  type: MetadataType;
9719
+ image: string;
9715
9720
  attributes?: Array<{
9716
9721
  __typename?: "MetadataAttribute";
9717
9722
  traitType: string;
@@ -10371,9 +10376,9 @@ export declare type DisputeResolverFieldsFragment = {
10371
10376
  condition?: string | null;
10372
10377
  schemaUrl: string;
10373
10378
  type: MetadataType;
10379
+ image: string;
10374
10380
  } | {
10375
10381
  __typename?: "ProductV1MetadataEntity";
10376
- image: string;
10377
10382
  createdAt: string;
10378
10383
  voided: boolean;
10379
10384
  validFromDate: string;
@@ -10388,6 +10393,7 @@ export declare type DisputeResolverFieldsFragment = {
10388
10393
  condition?: string | null;
10389
10394
  schemaUrl: string;
10390
10395
  type: MetadataType;
10396
+ image: string;
10391
10397
  attributes?: Array<{
10392
10398
  __typename?: "MetadataAttribute";
10393
10399
  traitType: string;
@@ -11176,9 +11182,9 @@ export declare type GetExchangeTokenByIdQueryQuery = {
11176
11182
  condition?: string | null;
11177
11183
  schemaUrl: string;
11178
11184
  type: MetadataType;
11185
+ image: string;
11179
11186
  } | {
11180
11187
  __typename?: "ProductV1MetadataEntity";
11181
- image: string;
11182
11188
  createdAt: string;
11183
11189
  voided: boolean;
11184
11190
  validFromDate: string;
@@ -11193,6 +11199,7 @@ export declare type GetExchangeTokenByIdQueryQuery = {
11193
11199
  condition?: string | null;
11194
11200
  schemaUrl: string;
11195
11201
  type: MetadataType;
11202
+ image: string;
11196
11203
  attributes?: Array<{
11197
11204
  __typename?: "MetadataAttribute";
11198
11205
  traitType: string;
@@ -11524,9 +11531,9 @@ export declare type GetExchangeTokensQueryQuery = {
11524
11531
  condition?: string | null;
11525
11532
  schemaUrl: string;
11526
11533
  type: MetadataType;
11534
+ image: string;
11527
11535
  } | {
11528
11536
  __typename?: "ProductV1MetadataEntity";
11529
- image: string;
11530
11537
  createdAt: string;
11531
11538
  voided: boolean;
11532
11539
  validFromDate: string;
@@ -11541,6 +11548,7 @@ export declare type GetExchangeTokensQueryQuery = {
11541
11548
  condition?: string | null;
11542
11549
  schemaUrl: string;
11543
11550
  type: MetadataType;
11551
+ image: string;
11544
11552
  attributes?: Array<{
11545
11553
  __typename?: "MetadataAttribute";
11546
11554
  traitType: string;
@@ -11851,9 +11859,9 @@ export declare type ExchangeTokenFieldsFragment = {
11851
11859
  condition?: string | null;
11852
11860
  schemaUrl: string;
11853
11861
  type: MetadataType;
11862
+ image: string;
11854
11863
  } | {
11855
11864
  __typename?: "ProductV1MetadataEntity";
11856
- image: string;
11857
11865
  createdAt: string;
11858
11866
  voided: boolean;
11859
11867
  validFromDate: string;
@@ -11868,6 +11876,7 @@ export declare type ExchangeTokenFieldsFragment = {
11868
11876
  condition?: string | null;
11869
11877
  schemaUrl: string;
11870
11878
  type: MetadataType;
11879
+ image: string;
11871
11880
  attributes?: Array<{
11872
11881
  __typename?: "MetadataAttribute";
11873
11882
  traitType: string;
@@ -12424,9 +12433,9 @@ export declare type GetExchangeByIdQueryQuery = {
12424
12433
  condition?: string | null;
12425
12434
  schemaUrl: string;
12426
12435
  type: MetadataType;
12436
+ image: string;
12427
12437
  } | {
12428
12438
  __typename?: "ProductV1MetadataEntity";
12429
- image: string;
12430
12439
  createdAt: string;
12431
12440
  voided: boolean;
12432
12441
  validFromDate: string;
@@ -12441,6 +12450,7 @@ export declare type GetExchangeByIdQueryQuery = {
12441
12450
  condition?: string | null;
12442
12451
  schemaUrl: string;
12443
12452
  type: MetadataType;
12453
+ image: string;
12444
12454
  attributes?: Array<{
12445
12455
  __typename?: "MetadataAttribute";
12446
12456
  traitType: string;
@@ -12796,9 +12806,9 @@ export declare type GetExchangesQueryQuery = {
12796
12806
  condition?: string | null;
12797
12807
  schemaUrl: string;
12798
12808
  type: MetadataType;
12809
+ image: string;
12799
12810
  } | {
12800
12811
  __typename?: "ProductV1MetadataEntity";
12801
- image: string;
12802
12812
  createdAt: string;
12803
12813
  voided: boolean;
12804
12814
  validFromDate: string;
@@ -12813,6 +12823,7 @@ export declare type GetExchangesQueryQuery = {
12813
12823
  condition?: string | null;
12814
12824
  schemaUrl: string;
12815
12825
  type: MetadataType;
12826
+ image: string;
12816
12827
  attributes?: Array<{
12817
12828
  __typename?: "MetadataAttribute";
12818
12829
  traitType: string;
@@ -13159,9 +13170,9 @@ export declare type ExchangeFieldsFragment = {
13159
13170
  condition?: string | null;
13160
13171
  schemaUrl: string;
13161
13172
  type: MetadataType;
13173
+ image: string;
13162
13174
  } | {
13163
13175
  __typename?: "ProductV1MetadataEntity";
13164
- image: string;
13165
13176
  createdAt: string;
13166
13177
  voided: boolean;
13167
13178
  validFromDate: string;
@@ -13176,6 +13187,7 @@ export declare type ExchangeFieldsFragment = {
13176
13187
  condition?: string | null;
13177
13188
  schemaUrl: string;
13178
13189
  type: MetadataType;
13190
+ image: string;
13179
13191
  attributes?: Array<{
13180
13192
  __typename?: "MetadataAttribute";
13181
13193
  traitType: string;
@@ -13666,9 +13678,9 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
13666
13678
  condition?: string | null;
13667
13679
  schemaUrl: string;
13668
13680
  type: MetadataType;
13681
+ image: string;
13669
13682
  } | {
13670
13683
  __typename?: "ProductV1MetadataEntity";
13671
- image: string;
13672
13684
  createdAt: string;
13673
13685
  voided: boolean;
13674
13686
  validFromDate: string;
@@ -13683,6 +13695,7 @@ export declare type GetBaseMetadataEntityByIdQueryQuery = {
13683
13695
  condition?: string | null;
13684
13696
  schemaUrl: string;
13685
13697
  type: MetadataType;
13698
+ image: string;
13686
13699
  attributes?: Array<{
13687
13700
  __typename?: "MetadataAttribute";
13688
13701
  traitType: string;
@@ -14036,9 +14049,9 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
14036
14049
  condition?: string | null;
14037
14050
  schemaUrl: string;
14038
14051
  type: MetadataType;
14052
+ image: string;
14039
14053
  } | {
14040
14054
  __typename?: "ProductV1MetadataEntity";
14041
- image: string;
14042
14055
  createdAt: string;
14043
14056
  voided: boolean;
14044
14057
  validFromDate: string;
@@ -14053,6 +14066,7 @@ export declare type GetBaseMetadataEntitiesQueryQuery = {
14053
14066
  condition?: string | null;
14054
14067
  schemaUrl: string;
14055
14068
  type: MetadataType;
14069
+ image: string;
14056
14070
  attributes?: Array<{
14057
14071
  __typename?: "MetadataAttribute";
14058
14072
  traitType: string;
@@ -14397,9 +14411,9 @@ export declare type BaseMetadataEntityFieldsFragment = {
14397
14411
  condition?: string | null;
14398
14412
  schemaUrl: string;
14399
14413
  type: MetadataType;
14414
+ image: string;
14400
14415
  } | {
14401
14416
  __typename?: "ProductV1MetadataEntity";
14402
- image: string;
14403
14417
  createdAt: string;
14404
14418
  voided: boolean;
14405
14419
  validFromDate: string;
@@ -14414,6 +14428,7 @@ export declare type BaseMetadataEntityFieldsFragment = {
14414
14428
  condition?: string | null;
14415
14429
  schemaUrl: string;
14416
14430
  type: MetadataType;
14431
+ image: string;
14417
14432
  attributes?: Array<{
14418
14433
  __typename?: "MetadataAttribute";
14419
14434
  traitType: string;
@@ -14757,9 +14772,9 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
14757
14772
  condition?: string | null;
14758
14773
  schemaUrl: string;
14759
14774
  type: MetadataType;
14775
+ image: string;
14760
14776
  } | {
14761
14777
  __typename?: "ProductV1MetadataEntity";
14762
- image: string;
14763
14778
  createdAt: string;
14764
14779
  voided: boolean;
14765
14780
  validFromDate: string;
@@ -14774,6 +14789,7 @@ export declare type BaseBaseMetadataEntityFieldsFragment = {
14774
14789
  condition?: string | null;
14775
14790
  schemaUrl: string;
14776
14791
  type: MetadataType;
14792
+ image: string;
14777
14793
  attributes?: Array<{
14778
14794
  __typename?: "MetadataAttribute";
14779
14795
  traitType: string;
@@ -15335,9 +15351,9 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
15335
15351
  condition?: string | null;
15336
15352
  schemaUrl: string;
15337
15353
  type: MetadataType;
15354
+ image: string;
15338
15355
  } | {
15339
15356
  __typename?: "ProductV1MetadataEntity";
15340
- image: string;
15341
15357
  createdAt: string;
15342
15358
  voided: boolean;
15343
15359
  validFromDate: string;
@@ -15352,6 +15368,7 @@ export declare type GetProductV1MetadataEntityByIdQueryQuery = {
15352
15368
  condition?: string | null;
15353
15369
  schemaUrl: string;
15354
15370
  type: MetadataType;
15371
+ image: string;
15355
15372
  attributes?: Array<{
15356
15373
  __typename?: "MetadataAttribute";
15357
15374
  traitType: string;
@@ -15926,9 +15943,9 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
15926
15943
  condition?: string | null;
15927
15944
  schemaUrl: string;
15928
15945
  type: MetadataType;
15946
+ image: string;
15929
15947
  } | {
15930
15948
  __typename?: "ProductV1MetadataEntity";
15931
- image: string;
15932
15949
  createdAt: string;
15933
15950
  voided: boolean;
15934
15951
  validFromDate: string;
@@ -15943,6 +15960,7 @@ export declare type GetProductV1MetadataEntitiesQueryQuery = {
15943
15960
  condition?: string | null;
15944
15961
  schemaUrl: string;
15945
15962
  type: MetadataType;
15963
+ image: string;
15946
15964
  attributes?: Array<{
15947
15965
  __typename?: "MetadataAttribute";
15948
15966
  traitType: string;
@@ -16508,9 +16526,9 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
16508
16526
  condition?: string | null;
16509
16527
  schemaUrl: string;
16510
16528
  type: MetadataType;
16529
+ image: string;
16511
16530
  } | {
16512
16531
  __typename?: "ProductV1MetadataEntity";
16513
- image: string;
16514
16532
  createdAt: string;
16515
16533
  voided: boolean;
16516
16534
  validFromDate: string;
@@ -16525,6 +16543,7 @@ export declare type ProductV1MetadataEntityFieldsFragment = {
16525
16543
  condition?: string | null;
16526
16544
  schemaUrl: string;
16527
16545
  type: MetadataType;
16546
+ image: string;
16528
16547
  attributes?: Array<{
16529
16548
  __typename?: "MetadataAttribute";
16530
16549
  traitType: string;
@@ -17089,9 +17108,9 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
17089
17108
  condition?: string | null;
17090
17109
  schemaUrl: string;
17091
17110
  type: MetadataType;
17111
+ image: string;
17092
17112
  } | {
17093
17113
  __typename?: "ProductV1MetadataEntity";
17094
- image: string;
17095
17114
  createdAt: string;
17096
17115
  voided: boolean;
17097
17116
  validFromDate: string;
@@ -17106,6 +17125,7 @@ export declare type BaseProductV1MetadataEntityFieldsFragment = {
17106
17125
  condition?: string | null;
17107
17126
  schemaUrl: string;
17108
17127
  type: MetadataType;
17128
+ image: string;
17109
17129
  attributes?: Array<{
17110
17130
  __typename?: "MetadataAttribute";
17111
17131
  traitType: string;
@@ -17924,9 +17944,9 @@ export declare type GetOfferByIdQueryQuery = {
17924
17944
  condition?: string | null;
17925
17945
  schemaUrl: string;
17926
17946
  type: MetadataType;
17947
+ image: string;
17927
17948
  } | {
17928
17949
  __typename?: "ProductV1MetadataEntity";
17929
- image: string;
17930
17950
  createdAt: string;
17931
17951
  voided: boolean;
17932
17952
  validFromDate: string;
@@ -17941,6 +17961,7 @@ export declare type GetOfferByIdQueryQuery = {
17941
17961
  condition?: string | null;
17942
17962
  schemaUrl: string;
17943
17963
  type: MetadataType;
17964
+ image: string;
17944
17965
  attributes?: Array<{
17945
17966
  __typename?: "MetadataAttribute";
17946
17967
  traitType: string;
@@ -18302,9 +18323,9 @@ export declare type GetOffersQueryQuery = {
18302
18323
  condition?: string | null;
18303
18324
  schemaUrl: string;
18304
18325
  type: MetadataType;
18326
+ image: string;
18305
18327
  } | {
18306
18328
  __typename?: "ProductV1MetadataEntity";
18307
- image: string;
18308
18329
  createdAt: string;
18309
18330
  voided: boolean;
18310
18331
  validFromDate: string;
@@ -18319,6 +18340,7 @@ export declare type GetOffersQueryQuery = {
18319
18340
  condition?: string | null;
18320
18341
  schemaUrl: string;
18321
18342
  type: MetadataType;
18343
+ image: string;
18322
18344
  attributes?: Array<{
18323
18345
  __typename?: "MetadataAttribute";
18324
18346
  traitType: string;
@@ -18665,9 +18687,9 @@ export declare type OfferFieldsFragment = {
18665
18687
  condition?: string | null;
18666
18688
  schemaUrl: string;
18667
18689
  type: MetadataType;
18690
+ image: string;
18668
18691
  } | {
18669
18692
  __typename?: "ProductV1MetadataEntity";
18670
- image: string;
18671
18693
  createdAt: string;
18672
18694
  voided: boolean;
18673
18695
  validFromDate: string;
@@ -18682,6 +18704,7 @@ export declare type OfferFieldsFragment = {
18682
18704
  condition?: string | null;
18683
18705
  schemaUrl: string;
18684
18706
  type: MetadataType;
18707
+ image: string;
18685
18708
  attributes?: Array<{
18686
18709
  __typename?: "MetadataAttribute";
18687
18710
  traitType: string;
@@ -18977,9 +19000,9 @@ export declare type BaseOfferFieldsFragment = {
18977
19000
  condition?: string | null;
18978
19001
  schemaUrl: string;
18979
19002
  type: MetadataType;
19003
+ image: string;
18980
19004
  } | {
18981
19005
  __typename?: "ProductV1MetadataEntity";
18982
- image: string;
18983
19006
  createdAt: string;
18984
19007
  voided: boolean;
18985
19008
  validFromDate: string;
@@ -18994,6 +19017,7 @@ export declare type BaseOfferFieldsFragment = {
18994
19017
  condition?: string | null;
18995
19018
  schemaUrl: string;
18996
19019
  type: MetadataType;
19020
+ image: string;
18997
19021
  attributes?: Array<{
18998
19022
  __typename?: "MetadataAttribute";
18999
19023
  traitType: string;