@bosonprotocol/core-sdk 1.16.0-alpha.17 → 1.16.0-alpha.18

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.
@@ -5839,6 +5839,21 @@ export declare type GetSellerByIdQueryQuery = {
5839
5839
  completedDate?: string | null;
5840
5840
  disputedDate?: string | null;
5841
5841
  expired: boolean;
5842
+ dispute?: {
5843
+ __typename?: "Dispute";
5844
+ id: string;
5845
+ exchangeId: string;
5846
+ state: DisputeState;
5847
+ buyerPercent: string;
5848
+ disputedDate: string;
5849
+ escalatedDate?: string | null;
5850
+ finalizedDate?: string | null;
5851
+ retractedDate?: string | null;
5852
+ resolvedDate?: string | null;
5853
+ decidedDate?: string | null;
5854
+ refusedDate?: string | null;
5855
+ timeout: string;
5856
+ } | null;
5842
5857
  }>;
5843
5858
  } | null;
5844
5859
  };
@@ -6156,6 +6171,21 @@ export declare type GetSellersQueryQuery = {
6156
6171
  completedDate?: string | null;
6157
6172
  disputedDate?: string | null;
6158
6173
  expired: boolean;
6174
+ dispute?: {
6175
+ __typename?: "Dispute";
6176
+ id: string;
6177
+ exchangeId: string;
6178
+ state: DisputeState;
6179
+ buyerPercent: string;
6180
+ disputedDate: string;
6181
+ escalatedDate?: string | null;
6182
+ finalizedDate?: string | null;
6183
+ retractedDate?: string | null;
6184
+ resolvedDate?: string | null;
6185
+ decidedDate?: string | null;
6186
+ refusedDate?: string | null;
6187
+ timeout: string;
6188
+ } | null;
6159
6189
  }>;
6160
6190
  }>;
6161
6191
  };
@@ -6209,6 +6239,21 @@ export declare type GetBuyerByIdQueryQuery = {
6209
6239
  completedDate?: string | null;
6210
6240
  disputedDate?: string | null;
6211
6241
  expired: boolean;
6242
+ dispute?: {
6243
+ __typename?: "Dispute";
6244
+ id: string;
6245
+ exchangeId: string;
6246
+ state: DisputeState;
6247
+ buyerPercent: string;
6248
+ disputedDate: string;
6249
+ escalatedDate?: string | null;
6250
+ finalizedDate?: string | null;
6251
+ retractedDate?: string | null;
6252
+ resolvedDate?: string | null;
6253
+ decidedDate?: string | null;
6254
+ refusedDate?: string | null;
6255
+ timeout: string;
6256
+ } | null;
6212
6257
  }>;
6213
6258
  } | null;
6214
6259
  };
@@ -6272,6 +6317,21 @@ export declare type GetBuyersQueryQuery = {
6272
6317
  completedDate?: string | null;
6273
6318
  disputedDate?: string | null;
6274
6319
  expired: boolean;
6320
+ dispute?: {
6321
+ __typename?: "Dispute";
6322
+ id: string;
6323
+ exchangeId: string;
6324
+ state: DisputeState;
6325
+ buyerPercent: string;
6326
+ disputedDate: string;
6327
+ escalatedDate?: string | null;
6328
+ finalizedDate?: string | null;
6329
+ retractedDate?: string | null;
6330
+ resolvedDate?: string | null;
6331
+ decidedDate?: string | null;
6332
+ refusedDate?: string | null;
6333
+ timeout: string;
6334
+ } | null;
6275
6335
  }>;
6276
6336
  }>;
6277
6337
  };
@@ -7140,6 +7200,21 @@ export declare type SellerFieldsFragment = {
7140
7200
  completedDate?: string | null;
7141
7201
  disputedDate?: string | null;
7142
7202
  expired: boolean;
7203
+ dispute?: {
7204
+ __typename?: "Dispute";
7205
+ id: string;
7206
+ exchangeId: string;
7207
+ state: DisputeState;
7208
+ buyerPercent: string;
7209
+ disputedDate: string;
7210
+ escalatedDate?: string | null;
7211
+ finalizedDate?: string | null;
7212
+ retractedDate?: string | null;
7213
+ resolvedDate?: string | null;
7214
+ decidedDate?: string | null;
7215
+ refusedDate?: string | null;
7216
+ timeout: string;
7217
+ } | null;
7143
7218
  }>;
7144
7219
  };
7145
7220
  export declare type BaseSellerFieldsFragment = {
@@ -7187,6 +7262,21 @@ export declare type BuyerFieldsFragment = {
7187
7262
  completedDate?: string | null;
7188
7263
  disputedDate?: string | null;
7189
7264
  expired: boolean;
7265
+ dispute?: {
7266
+ __typename?: "Dispute";
7267
+ id: string;
7268
+ exchangeId: string;
7269
+ state: DisputeState;
7270
+ buyerPercent: string;
7271
+ disputedDate: string;
7272
+ escalatedDate?: string | null;
7273
+ finalizedDate?: string | null;
7274
+ retractedDate?: string | null;
7275
+ resolvedDate?: string | null;
7276
+ decidedDate?: string | null;
7277
+ refusedDate?: string | null;
7278
+ timeout: string;
7279
+ } | null;
7190
7280
  }>;
7191
7281
  };
7192
7282
  export declare type BaseBuyerFieldsFragment = {
@@ -7559,6 +7649,21 @@ export declare type GetDisputeByIdQueryQuery = {
7559
7649
  completedDate?: string | null;
7560
7650
  disputedDate?: string | null;
7561
7651
  expired: boolean;
7652
+ dispute?: {
7653
+ __typename?: "Dispute";
7654
+ id: string;
7655
+ exchangeId: string;
7656
+ state: DisputeState;
7657
+ buyerPercent: string;
7658
+ disputedDate: string;
7659
+ escalatedDate?: string | null;
7660
+ finalizedDate?: string | null;
7661
+ retractedDate?: string | null;
7662
+ resolvedDate?: string | null;
7663
+ decidedDate?: string | null;
7664
+ refusedDate?: string | null;
7665
+ timeout: string;
7666
+ } | null;
7562
7667
  };
7563
7668
  seller: {
7564
7669
  __typename?: "Seller";
@@ -7617,6 +7722,21 @@ export declare type GetDisputesQueryQuery = {
7617
7722
  completedDate?: string | null;
7618
7723
  disputedDate?: string | null;
7619
7724
  expired: boolean;
7725
+ dispute?: {
7726
+ __typename?: "Dispute";
7727
+ id: string;
7728
+ exchangeId: string;
7729
+ state: DisputeState;
7730
+ buyerPercent: string;
7731
+ disputedDate: string;
7732
+ escalatedDate?: string | null;
7733
+ finalizedDate?: string | null;
7734
+ retractedDate?: string | null;
7735
+ resolvedDate?: string | null;
7736
+ decidedDate?: string | null;
7737
+ refusedDate?: string | null;
7738
+ timeout: string;
7739
+ } | null;
7620
7740
  };
7621
7741
  seller: {
7622
7742
  __typename?: "Seller";
@@ -7666,6 +7786,21 @@ export declare type DisputeFieldsFragment = {
7666
7786
  completedDate?: string | null;
7667
7787
  disputedDate?: string | null;
7668
7788
  expired: boolean;
7789
+ dispute?: {
7790
+ __typename?: "Dispute";
7791
+ id: string;
7792
+ exchangeId: string;
7793
+ state: DisputeState;
7794
+ buyerPercent: string;
7795
+ disputedDate: string;
7796
+ escalatedDate?: string | null;
7797
+ finalizedDate?: string | null;
7798
+ retractedDate?: string | null;
7799
+ resolvedDate?: string | null;
7800
+ decidedDate?: string | null;
7801
+ refusedDate?: string | null;
7802
+ timeout: string;
7803
+ } | null;
7669
7804
  };
7670
7805
  seller: {
7671
7806
  __typename?: "Seller";
@@ -7700,39 +7835,6 @@ export declare type BaseDisputeFieldsFragment = {
7700
7835
  decidedDate?: string | null;
7701
7836
  refusedDate?: string | null;
7702
7837
  timeout: string;
7703
- exchange: {
7704
- __typename?: "Exchange";
7705
- id: string;
7706
- disputed: boolean;
7707
- state: ExchangeState;
7708
- committedDate: string;
7709
- finalizedDate?: string | null;
7710
- validUntilDate: string;
7711
- redeemedDate?: string | null;
7712
- revokedDate?: string | null;
7713
- cancelledDate?: string | null;
7714
- completedDate?: string | null;
7715
- disputedDate?: string | null;
7716
- expired: boolean;
7717
- };
7718
- seller: {
7719
- __typename?: "Seller";
7720
- id: string;
7721
- operator: string;
7722
- admin: string;
7723
- clerk: string;
7724
- treasury: string;
7725
- authTokenId: string;
7726
- authTokenType: number;
7727
- voucherCloneAddress: string;
7728
- active: boolean;
7729
- };
7730
- buyer: {
7731
- __typename?: "Buyer";
7732
- id: string;
7733
- wallet: string;
7734
- active: boolean;
7735
- };
7736
7838
  };
7737
7839
  export declare type GetExchangeTokenByIdQueryQueryVariables = Exact<{
7738
7840
  exchangeTokenId: Scalars["ID"];
@@ -8872,39 +8974,6 @@ export declare type GetExchangeByIdQueryQuery = {
8872
8974
  decidedDate?: string | null;
8873
8975
  refusedDate?: string | null;
8874
8976
  timeout: string;
8875
- exchange: {
8876
- __typename?: "Exchange";
8877
- id: string;
8878
- disputed: boolean;
8879
- state: ExchangeState;
8880
- committedDate: string;
8881
- finalizedDate?: string | null;
8882
- validUntilDate: string;
8883
- redeemedDate?: string | null;
8884
- revokedDate?: string | null;
8885
- cancelledDate?: string | null;
8886
- completedDate?: string | null;
8887
- disputedDate?: string | null;
8888
- expired: boolean;
8889
- };
8890
- seller: {
8891
- __typename?: "Seller";
8892
- id: string;
8893
- operator: string;
8894
- admin: string;
8895
- clerk: string;
8896
- treasury: string;
8897
- authTokenId: string;
8898
- authTokenType: number;
8899
- voucherCloneAddress: string;
8900
- active: boolean;
8901
- };
8902
- buyer: {
8903
- __typename?: "Buyer";
8904
- id: string;
8905
- wallet: string;
8906
- active: boolean;
8907
- };
8908
8977
  } | null;
8909
8978
  } | null;
8910
8979
  };
@@ -9211,39 +9280,6 @@ export declare type GetExchangesQueryQuery = {
9211
9280
  decidedDate?: string | null;
9212
9281
  refusedDate?: string | null;
9213
9282
  timeout: string;
9214
- exchange: {
9215
- __typename?: "Exchange";
9216
- id: string;
9217
- disputed: boolean;
9218
- state: ExchangeState;
9219
- committedDate: string;
9220
- finalizedDate?: string | null;
9221
- validUntilDate: string;
9222
- redeemedDate?: string | null;
9223
- revokedDate?: string | null;
9224
- cancelledDate?: string | null;
9225
- completedDate?: string | null;
9226
- disputedDate?: string | null;
9227
- expired: boolean;
9228
- };
9229
- seller: {
9230
- __typename?: "Seller";
9231
- id: string;
9232
- operator: string;
9233
- admin: string;
9234
- clerk: string;
9235
- treasury: string;
9236
- authTokenId: string;
9237
- authTokenType: number;
9238
- voucherCloneAddress: string;
9239
- active: boolean;
9240
- };
9241
- buyer: {
9242
- __typename?: "Buyer";
9243
- id: string;
9244
- wallet: string;
9245
- active: boolean;
9246
- };
9247
9283
  } | null;
9248
9284
  }>;
9249
9285
  };
@@ -9541,39 +9577,6 @@ export declare type ExchangeFieldsFragment = {
9541
9577
  decidedDate?: string | null;
9542
9578
  refusedDate?: string | null;
9543
9579
  timeout: string;
9544
- exchange: {
9545
- __typename?: "Exchange";
9546
- id: string;
9547
- disputed: boolean;
9548
- state: ExchangeState;
9549
- committedDate: string;
9550
- finalizedDate?: string | null;
9551
- validUntilDate: string;
9552
- redeemedDate?: string | null;
9553
- revokedDate?: string | null;
9554
- cancelledDate?: string | null;
9555
- completedDate?: string | null;
9556
- disputedDate?: string | null;
9557
- expired: boolean;
9558
- };
9559
- seller: {
9560
- __typename?: "Seller";
9561
- id: string;
9562
- operator: string;
9563
- admin: string;
9564
- clerk: string;
9565
- treasury: string;
9566
- authTokenId: string;
9567
- authTokenType: number;
9568
- voucherCloneAddress: string;
9569
- active: boolean;
9570
- };
9571
- buyer: {
9572
- __typename?: "Buyer";
9573
- id: string;
9574
- wallet: string;
9575
- active: boolean;
9576
- };
9577
9580
  } | null;
9578
9581
  };
9579
9582
  export declare type BaseExchangeFieldsFragment = {
@@ -9590,6 +9593,21 @@ export declare type BaseExchangeFieldsFragment = {
9590
9593
  completedDate?: string | null;
9591
9594
  disputedDate?: string | null;
9592
9595
  expired: boolean;
9596
+ dispute?: {
9597
+ __typename?: "Dispute";
9598
+ id: string;
9599
+ exchangeId: string;
9600
+ state: DisputeState;
9601
+ buyerPercent: string;
9602
+ disputedDate: string;
9603
+ escalatedDate?: string | null;
9604
+ finalizedDate?: string | null;
9605
+ retractedDate?: string | null;
9606
+ resolvedDate?: string | null;
9607
+ decidedDate?: string | null;
9608
+ refusedDate?: string | null;
9609
+ timeout: string;
9610
+ } | null;
9593
9611
  };
9594
9612
  export declare type GetFundsByIdQueryVariables = Exact<{
9595
9613
  fundsId: Scalars["ID"];
@@ -12829,6 +12847,21 @@ export declare type GetOfferByIdQueryQuery = {
12829
12847
  completedDate?: string | null;
12830
12848
  disputedDate?: string | null;
12831
12849
  expired: boolean;
12850
+ dispute?: {
12851
+ __typename?: "Dispute";
12852
+ id: string;
12853
+ exchangeId: string;
12854
+ state: DisputeState;
12855
+ buyerPercent: string;
12856
+ disputedDate: string;
12857
+ escalatedDate?: string | null;
12858
+ finalizedDate?: string | null;
12859
+ retractedDate?: string | null;
12860
+ resolvedDate?: string | null;
12861
+ decidedDate?: string | null;
12862
+ refusedDate?: string | null;
12863
+ timeout: string;
12864
+ } | null;
12832
12865
  }>;
12833
12866
  seller: {
12834
12867
  __typename?: "Seller";
@@ -13108,6 +13141,21 @@ export declare type GetOffersQueryQuery = {
13108
13141
  completedDate?: string | null;
13109
13142
  disputedDate?: string | null;
13110
13143
  expired: boolean;
13144
+ dispute?: {
13145
+ __typename?: "Dispute";
13146
+ id: string;
13147
+ exchangeId: string;
13148
+ state: DisputeState;
13149
+ buyerPercent: string;
13150
+ disputedDate: string;
13151
+ escalatedDate?: string | null;
13152
+ finalizedDate?: string | null;
13153
+ retractedDate?: string | null;
13154
+ resolvedDate?: string | null;
13155
+ decidedDate?: string | null;
13156
+ refusedDate?: string | null;
13157
+ timeout: string;
13158
+ } | null;
13111
13159
  }>;
13112
13160
  seller: {
13113
13161
  __typename?: "Seller";
@@ -13372,6 +13420,21 @@ export declare type OfferFieldsFragment = {
13372
13420
  completedDate?: string | null;
13373
13421
  disputedDate?: string | null;
13374
13422
  expired: boolean;
13423
+ dispute?: {
13424
+ __typename?: "Dispute";
13425
+ id: string;
13426
+ exchangeId: string;
13427
+ state: DisputeState;
13428
+ buyerPercent: string;
13429
+ disputedDate: string;
13430
+ escalatedDate?: string | null;
13431
+ finalizedDate?: string | null;
13432
+ retractedDate?: string | null;
13433
+ resolvedDate?: string | null;
13434
+ decidedDate?: string | null;
13435
+ refusedDate?: string | null;
13436
+ timeout: string;
13437
+ } | null;
13375
13438
  }>;
13376
13439
  seller: {
13377
13440
  __typename?: "Seller";
@@ -13867,12 +13930,12 @@ export declare const BaseProductV1ExchangePolicyFieldsFragmentDoc: string;
13867
13930
  export declare const BaseProductV1ShippingJurisdictionFieldsFragmentDoc: string;
13868
13931
  export declare const BaseProductV1ShippingOptionFieldsFragmentDoc: string;
13869
13932
  export declare const BaseOfferFieldsFragmentDoc: string;
13933
+ export declare const BaseDisputeFieldsFragmentDoc: string;
13870
13934
  export declare const BaseExchangeFieldsFragmentDoc: string;
13871
13935
  export declare const SellerFieldsFragmentDoc: string;
13872
13936
  export declare const BaseBuyerFieldsFragmentDoc: string;
13873
13937
  export declare const BuyerFieldsFragmentDoc: string;
13874
13938
  export declare const DisputeResolverFieldsFragmentDoc: string;
13875
- export declare const BaseDisputeFieldsFragmentDoc: string;
13876
13939
  export declare const DisputeFieldsFragmentDoc: string;
13877
13940
  export declare const ExchangeTokenFieldsFragmentDoc: string;
13878
13941
  export declare const ExchangeFieldsFragmentDoc: string;