@bosonprotocol/core-sdk 1.44.1-alpha.1 → 1.45.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.
Files changed (49) hide show
  1. package/dist/cjs/exchanges/handler.d.ts +11 -1
  2. package/dist/cjs/exchanges/handler.d.ts.map +1 -1
  3. package/dist/cjs/exchanges/handler.js +38 -0
  4. package/dist/cjs/exchanges/handler.js.map +1 -1
  5. package/dist/cjs/exchanges/interface.d.ts +3 -0
  6. package/dist/cjs/exchanges/interface.d.ts.map +1 -1
  7. package/dist/cjs/exchanges/interface.js +21 -0
  8. package/dist/cjs/exchanges/interface.js.map +1 -1
  9. package/dist/cjs/exchanges/mixin.d.ts +17 -4
  10. package/dist/cjs/exchanges/mixin.d.ts.map +1 -1
  11. package/dist/cjs/exchanges/mixin.js +27 -3
  12. package/dist/cjs/exchanges/mixin.js.map +1 -1
  13. package/dist/cjs/offers/renderContractualAgreement.d.ts.map +1 -1
  14. package/dist/cjs/offers/renderContractualAgreement.js +1 -1
  15. package/dist/cjs/offers/renderContractualAgreement.js.map +1 -1
  16. package/dist/cjs/subgraph.d.ts +938 -265
  17. package/dist/cjs/subgraph.d.ts.map +1 -1
  18. package/dist/cjs/subgraph.js +295 -75
  19. package/dist/cjs/subgraph.js.map +1 -1
  20. package/dist/cjs/utils/graphql.d.ts +32 -32
  21. package/dist/esm/exchanges/handler.d.ts +11 -1
  22. package/dist/esm/exchanges/handler.d.ts.map +1 -1
  23. package/dist/esm/exchanges/handler.js +36 -1
  24. package/dist/esm/exchanges/handler.js.map +1 -1
  25. package/dist/esm/exchanges/interface.d.ts +3 -0
  26. package/dist/esm/exchanges/interface.d.ts.map +1 -1
  27. package/dist/esm/exchanges/interface.js +23 -0
  28. package/dist/esm/exchanges/interface.js.map +1 -1
  29. package/dist/esm/exchanges/mixin.d.ts +17 -4
  30. package/dist/esm/exchanges/mixin.d.ts.map +1 -1
  31. package/dist/esm/exchanges/mixin.js +32 -4
  32. package/dist/esm/exchanges/mixin.js.map +1 -1
  33. package/dist/esm/offers/renderContractualAgreement.d.ts.map +1 -1
  34. package/dist/esm/offers/renderContractualAgreement.js +1 -0
  35. package/dist/esm/offers/renderContractualAgreement.js.map +1 -1
  36. package/dist/esm/subgraph.d.ts +938 -265
  37. package/dist/esm/subgraph.d.ts.map +1 -1
  38. package/dist/esm/subgraph.js +289 -75
  39. package/dist/esm/subgraph.js.map +1 -1
  40. package/dist/esm/utils/graphql.d.ts +32 -32
  41. package/package.json +3 -3
  42. package/src/accounts/queries.graphql +1 -0
  43. package/src/exchanges/handler.ts +74 -2
  44. package/src/exchanges/interface.ts +38 -1
  45. package/src/exchanges/mixin.ts +72 -11
  46. package/src/exchanges/queries.graphql +1 -0
  47. package/src/offers/queries.graphql +6 -0
  48. package/src/offers/renderContractualAgreement.ts +1 -0
  49. package/src/subgraph.ts +1153 -397
@@ -664,8 +664,10 @@ export declare enum BaseMetadataEntity_OrderBy {
664
664
  OFFER__AGENTFEE = "offer__agentFee",
665
665
  OFFER__AGENTID = "offer__agentId",
666
666
  OFFER__BUYERCANCELPENALTY = "offer__buyerCancelPenalty",
667
+ OFFER__BUYERID = "offer__buyerId",
667
668
  OFFER__COLLECTIONINDEX = "offer__collectionIndex",
668
669
  OFFER__CREATEDAT = "offer__createdAt",
670
+ OFFER__CREATOR = "offer__creator",
669
671
  OFFER__DISPUTEPERIODDURATION = "offer__disputePeriodDuration",
670
672
  OFFER__DISPUTERESOLVERID = "offer__disputeResolverId",
671
673
  OFFER__ID = "offer__id",
@@ -1178,8 +1180,10 @@ export declare enum BundleMetadataEntity_OrderBy {
1178
1180
  OFFER__AGENTFEE = "offer__agentFee",
1179
1181
  OFFER__AGENTID = "offer__agentId",
1180
1182
  OFFER__BUYERCANCELPENALTY = "offer__buyerCancelPenalty",
1183
+ OFFER__BUYERID = "offer__buyerId",
1181
1184
  OFFER__COLLECTIONINDEX = "offer__collectionIndex",
1182
1185
  OFFER__CREATEDAT = "offer__createdAt",
1186
+ OFFER__CREATOR = "offer__creator",
1183
1187
  OFFER__DISPUTEPERIODDURATION = "offer__disputePeriodDuration",
1184
1188
  OFFER__DISPUTERESOLVERID = "offer__disputeResolverId",
1185
1189
  OFFER__ID = "offer__id",
@@ -1643,6 +1647,125 @@ export declare enum ConditionalCommitAuthorizedEventLog_OrderBy {
1643
1647
  TOKENID = "tokenId",
1644
1648
  TYPE = "type"
1645
1649
  }
1650
+ export type DrFeeRequestedEvent = {
1651
+ __typename?: "DRFeeRequestedEvent";
1652
+ exchangeId: Scalars["BigInt"]["output"];
1653
+ executedBy: Scalars["Bytes"]["output"];
1654
+ feeAmount: Scalars["BigInt"]["output"];
1655
+ id: Scalars["ID"]["output"];
1656
+ logIndex: Scalars["BigInt"]["output"];
1657
+ mutualizerAddress: Scalars["Bytes"]["output"];
1658
+ timestamp: Scalars["BigInt"]["output"];
1659
+ tokenAddress: Scalars["Bytes"]["output"];
1660
+ txHash: Scalars["String"]["output"];
1661
+ };
1662
+ export type DrFeeRequestedEvent_Filter = {
1663
+ /** Filter for the block changed event. */
1664
+ _change_block?: InputMaybe<BlockChangedFilter>;
1665
+ and?: InputMaybe<Array<InputMaybe<DrFeeRequestedEvent_Filter>>>;
1666
+ exchangeId?: InputMaybe<Scalars["BigInt"]["input"]>;
1667
+ exchangeId_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
1668
+ exchangeId_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
1669
+ exchangeId_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
1670
+ exchangeId_lt?: InputMaybe<Scalars["BigInt"]["input"]>;
1671
+ exchangeId_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
1672
+ exchangeId_not?: InputMaybe<Scalars["BigInt"]["input"]>;
1673
+ exchangeId_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
1674
+ executedBy?: InputMaybe<Scalars["Bytes"]["input"]>;
1675
+ executedBy_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
1676
+ executedBy_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
1677
+ executedBy_gte?: InputMaybe<Scalars["Bytes"]["input"]>;
1678
+ executedBy_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
1679
+ executedBy_lt?: InputMaybe<Scalars["Bytes"]["input"]>;
1680
+ executedBy_lte?: InputMaybe<Scalars["Bytes"]["input"]>;
1681
+ executedBy_not?: InputMaybe<Scalars["Bytes"]["input"]>;
1682
+ executedBy_not_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
1683
+ executedBy_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
1684
+ feeAmount?: InputMaybe<Scalars["BigInt"]["input"]>;
1685
+ feeAmount_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
1686
+ feeAmount_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
1687
+ feeAmount_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
1688
+ feeAmount_lt?: InputMaybe<Scalars["BigInt"]["input"]>;
1689
+ feeAmount_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
1690
+ feeAmount_not?: InputMaybe<Scalars["BigInt"]["input"]>;
1691
+ feeAmount_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
1692
+ id?: InputMaybe<Scalars["ID"]["input"]>;
1693
+ id_gt?: InputMaybe<Scalars["ID"]["input"]>;
1694
+ id_gte?: InputMaybe<Scalars["ID"]["input"]>;
1695
+ id_in?: InputMaybe<Array<Scalars["ID"]["input"]>>;
1696
+ id_lt?: InputMaybe<Scalars["ID"]["input"]>;
1697
+ id_lte?: InputMaybe<Scalars["ID"]["input"]>;
1698
+ id_not?: InputMaybe<Scalars["ID"]["input"]>;
1699
+ id_not_in?: InputMaybe<Array<Scalars["ID"]["input"]>>;
1700
+ logIndex?: InputMaybe<Scalars["BigInt"]["input"]>;
1701
+ logIndex_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
1702
+ logIndex_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
1703
+ logIndex_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
1704
+ logIndex_lt?: InputMaybe<Scalars["BigInt"]["input"]>;
1705
+ logIndex_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
1706
+ logIndex_not?: InputMaybe<Scalars["BigInt"]["input"]>;
1707
+ logIndex_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
1708
+ mutualizerAddress?: InputMaybe<Scalars["Bytes"]["input"]>;
1709
+ mutualizerAddress_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
1710
+ mutualizerAddress_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
1711
+ mutualizerAddress_gte?: InputMaybe<Scalars["Bytes"]["input"]>;
1712
+ mutualizerAddress_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
1713
+ mutualizerAddress_lt?: InputMaybe<Scalars["Bytes"]["input"]>;
1714
+ mutualizerAddress_lte?: InputMaybe<Scalars["Bytes"]["input"]>;
1715
+ mutualizerAddress_not?: InputMaybe<Scalars["Bytes"]["input"]>;
1716
+ mutualizerAddress_not_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
1717
+ mutualizerAddress_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
1718
+ or?: InputMaybe<Array<InputMaybe<DrFeeRequestedEvent_Filter>>>;
1719
+ timestamp?: InputMaybe<Scalars["BigInt"]["input"]>;
1720
+ timestamp_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
1721
+ timestamp_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
1722
+ timestamp_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
1723
+ timestamp_lt?: InputMaybe<Scalars["BigInt"]["input"]>;
1724
+ timestamp_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
1725
+ timestamp_not?: InputMaybe<Scalars["BigInt"]["input"]>;
1726
+ timestamp_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
1727
+ tokenAddress?: InputMaybe<Scalars["Bytes"]["input"]>;
1728
+ tokenAddress_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
1729
+ tokenAddress_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
1730
+ tokenAddress_gte?: InputMaybe<Scalars["Bytes"]["input"]>;
1731
+ tokenAddress_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
1732
+ tokenAddress_lt?: InputMaybe<Scalars["Bytes"]["input"]>;
1733
+ tokenAddress_lte?: InputMaybe<Scalars["Bytes"]["input"]>;
1734
+ tokenAddress_not?: InputMaybe<Scalars["Bytes"]["input"]>;
1735
+ tokenAddress_not_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
1736
+ tokenAddress_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
1737
+ txHash?: InputMaybe<Scalars["String"]["input"]>;
1738
+ txHash_contains?: InputMaybe<Scalars["String"]["input"]>;
1739
+ txHash_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
1740
+ txHash_ends_with?: InputMaybe<Scalars["String"]["input"]>;
1741
+ txHash_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
1742
+ txHash_gt?: InputMaybe<Scalars["String"]["input"]>;
1743
+ txHash_gte?: InputMaybe<Scalars["String"]["input"]>;
1744
+ txHash_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
1745
+ txHash_lt?: InputMaybe<Scalars["String"]["input"]>;
1746
+ txHash_lte?: InputMaybe<Scalars["String"]["input"]>;
1747
+ txHash_not?: InputMaybe<Scalars["String"]["input"]>;
1748
+ txHash_not_contains?: InputMaybe<Scalars["String"]["input"]>;
1749
+ txHash_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
1750
+ txHash_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
1751
+ txHash_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
1752
+ txHash_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
1753
+ txHash_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
1754
+ txHash_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
1755
+ txHash_starts_with?: InputMaybe<Scalars["String"]["input"]>;
1756
+ txHash_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
1757
+ };
1758
+ export declare enum DrFeeRequestedEvent_OrderBy {
1759
+ EXCHANGEID = "exchangeId",
1760
+ EXECUTEDBY = "executedBy",
1761
+ FEEAMOUNT = "feeAmount",
1762
+ ID = "id",
1763
+ LOGINDEX = "logIndex",
1764
+ MUTUALIZERADDRESS = "mutualizerAddress",
1765
+ TIMESTAMP = "timestamp",
1766
+ TOKENADDRESS = "tokenAddress",
1767
+ TXHASH = "txHash"
1768
+ }
1646
1769
  export type Dispute = {
1647
1770
  __typename?: "Dispute";
1648
1771
  buyer: Buyer;
@@ -1801,6 +1924,7 @@ export type DisputeResolutionTermsEntity = {
1801
1924
  feeAmount: Scalars["BigInt"]["output"];
1802
1925
  /** <DISPUTE_RESOLVER_ID>-terms */
1803
1926
  id: Scalars["ID"]["output"];
1927
+ mutualizerAddress: Scalars["Bytes"]["output"];
1804
1928
  offer: Offer;
1805
1929
  };
1806
1930
  export type DisputeResolutionTermsEntity_Filter = {
@@ -1868,6 +1992,16 @@ export type DisputeResolutionTermsEntity_Filter = {
1868
1992
  id_lte?: InputMaybe<Scalars["ID"]["input"]>;
1869
1993
  id_not?: InputMaybe<Scalars["ID"]["input"]>;
1870
1994
  id_not_in?: InputMaybe<Array<Scalars["ID"]["input"]>>;
1995
+ mutualizerAddress?: InputMaybe<Scalars["Bytes"]["input"]>;
1996
+ mutualizerAddress_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
1997
+ mutualizerAddress_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
1998
+ mutualizerAddress_gte?: InputMaybe<Scalars["Bytes"]["input"]>;
1999
+ mutualizerAddress_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
2000
+ mutualizerAddress_lt?: InputMaybe<Scalars["Bytes"]["input"]>;
2001
+ mutualizerAddress_lte?: InputMaybe<Scalars["Bytes"]["input"]>;
2002
+ mutualizerAddress_not?: InputMaybe<Scalars["Bytes"]["input"]>;
2003
+ mutualizerAddress_not_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
2004
+ mutualizerAddress_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
1871
2005
  offer?: InputMaybe<Scalars["String"]["input"]>;
1872
2006
  offer_?: InputMaybe<Offer_Filter>;
1873
2007
  offer_contains?: InputMaybe<Scalars["String"]["input"]>;
@@ -1906,12 +2040,15 @@ export declare enum DisputeResolutionTermsEntity_OrderBy {
1906
2040
  ESCALATIONRESPONSEPERIOD = "escalationResponsePeriod",
1907
2041
  FEEAMOUNT = "feeAmount",
1908
2042
  ID = "id",
2043
+ MUTUALIZERADDRESS = "mutualizerAddress",
1909
2044
  OFFER = "offer",
1910
2045
  OFFER__AGENTFEE = "offer__agentFee",
1911
2046
  OFFER__AGENTID = "offer__agentId",
1912
2047
  OFFER__BUYERCANCELPENALTY = "offer__buyerCancelPenalty",
2048
+ OFFER__BUYERID = "offer__buyerId",
1913
2049
  OFFER__COLLECTIONINDEX = "offer__collectionIndex",
1914
2050
  OFFER__CREATEDAT = "offer__createdAt",
2051
+ OFFER__CREATOR = "offer__creator",
1915
2052
  OFFER__DISPUTEPERIODDURATION = "offer__disputePeriodDuration",
1916
2053
  OFFER__DISPUTERESOLVERID = "offer__disputeResolverId",
1917
2054
  OFFER__ID = "offer__id",
@@ -2419,6 +2556,7 @@ export declare enum Dispute_OrderBy {
2419
2556
  EXCHANGE__EXPIRED = "exchange__expired",
2420
2557
  EXCHANGE__FINALIZEDDATE = "exchange__finalizedDate",
2421
2558
  EXCHANGE__ID = "exchange__id",
2559
+ EXCHANGE__MUTUALIZERADDRESS = "exchange__mutualizerAddress",
2422
2560
  EXCHANGE__REDEEMEDDATE = "exchange__redeemedDate",
2423
2561
  EXCHANGE__REVOKEDDATE = "exchange__revokedDate",
2424
2562
  EXCHANGE__STATE = "exchange__state",
@@ -2574,6 +2712,7 @@ export declare enum EventType {
2574
2712
  OFFER_EXTENDED = "OFFER_EXTENDED",
2575
2713
  OFFER_RANGE_RESERVED = "OFFER_RANGE_RESERVED",
2576
2714
  OFFER_VOIDED = "OFFER_VOIDED",
2715
+ SELLER_COMMITTED = "SELLER_COMMITTED",
2577
2716
  /** AccountHandler events */
2578
2717
  SELLER_CREATED = "SELLER_CREATED",
2579
2718
  SELLER_UPDATED = "SELLER_UPDATED",
@@ -2597,6 +2736,7 @@ export type Exchange = {
2597
2736
  expired: Scalars["Boolean"]["output"];
2598
2737
  finalizedDate?: Maybe<Scalars["BigInt"]["output"]>;
2599
2738
  id: Scalars["ID"]["output"];
2739
+ mutualizerAddress: Scalars["Bytes"]["output"];
2600
2740
  offer: Offer;
2601
2741
  protocolFeeCollected?: Maybe<ProtocolFeeCollected>;
2602
2742
  redeemedDate?: Maybe<Scalars["BigInt"]["output"]>;
@@ -2725,6 +2865,7 @@ export declare enum ExchangeEventLog_OrderBy {
2725
2865
  EXCHANGE__EXPIRED = "exchange__expired",
2726
2866
  EXCHANGE__FINALIZEDDATE = "exchange__finalizedDate",
2727
2867
  EXCHANGE__ID = "exchange__id",
2868
+ EXCHANGE__MUTUALIZERADDRESS = "exchange__mutualizerAddress",
2728
2869
  EXCHANGE__REDEEMEDDATE = "exchange__redeemedDate",
2729
2870
  EXCHANGE__REVOKEDDATE = "exchange__revokedDate",
2730
2871
  EXCHANGE__STATE = "exchange__state",
@@ -2989,6 +3130,16 @@ export type Exchange_Filter = {
2989
3130
  id_lte?: InputMaybe<Scalars["ID"]["input"]>;
2990
3131
  id_not?: InputMaybe<Scalars["ID"]["input"]>;
2991
3132
  id_not_in?: InputMaybe<Array<Scalars["ID"]["input"]>>;
3133
+ mutualizerAddress?: InputMaybe<Scalars["Bytes"]["input"]>;
3134
+ mutualizerAddress_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
3135
+ mutualizerAddress_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
3136
+ mutualizerAddress_gte?: InputMaybe<Scalars["Bytes"]["input"]>;
3137
+ mutualizerAddress_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
3138
+ mutualizerAddress_lt?: InputMaybe<Scalars["Bytes"]["input"]>;
3139
+ mutualizerAddress_lte?: InputMaybe<Scalars["Bytes"]["input"]>;
3140
+ mutualizerAddress_not?: InputMaybe<Scalars["Bytes"]["input"]>;
3141
+ mutualizerAddress_not_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
3142
+ mutualizerAddress_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
2992
3143
  offer?: InputMaybe<Scalars["String"]["input"]>;
2993
3144
  offer_?: InputMaybe<Offer_Filter>;
2994
3145
  offer_contains?: InputMaybe<Scalars["String"]["input"]>;
@@ -3097,12 +3248,15 @@ export declare enum Exchange_OrderBy {
3097
3248
  EXPIRED = "expired",
3098
3249
  FINALIZEDDATE = "finalizedDate",
3099
3250
  ID = "id",
3251
+ MUTUALIZERADDRESS = "mutualizerAddress",
3100
3252
  OFFER = "offer",
3101
3253
  OFFER__AGENTFEE = "offer__agentFee",
3102
3254
  OFFER__AGENTID = "offer__agentId",
3103
3255
  OFFER__BUYERCANCELPENALTY = "offer__buyerCancelPenalty",
3256
+ OFFER__BUYERID = "offer__buyerId",
3104
3257
  OFFER__COLLECTIONINDEX = "offer__collectionIndex",
3105
3258
  OFFER__CREATEDAT = "offer__createdAt",
3259
+ OFFER__CREATOR = "offer__creator",
3106
3260
  OFFER__DISPUTEPERIODDURATION = "offer__disputePeriodDuration",
3107
3261
  OFFER__DISPUTERESOLVERID = "offer__disputeResolverId",
3108
3262
  OFFER__ID = "offer__id",
@@ -3260,6 +3414,7 @@ export declare enum FundsEntity_OrderBy {
3260
3414
  export type FundsEventLog = EventLog & {
3261
3415
  __typename?: "FundsEventLog";
3262
3416
  account: Account;
3417
+ amount: Scalars["BigInt"]["output"];
3263
3418
  executedBy: Scalars["Bytes"]["output"];
3264
3419
  funds: FundsEntity;
3265
3420
  hash: Scalars["String"]["output"];
@@ -3291,6 +3446,14 @@ export type FundsEventLog_Filter = {
3291
3446
  account_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
3292
3447
  account_starts_with?: InputMaybe<Scalars["String"]["input"]>;
3293
3448
  account_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
3449
+ amount?: InputMaybe<Scalars["BigInt"]["input"]>;
3450
+ amount_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
3451
+ amount_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
3452
+ amount_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
3453
+ amount_lt?: InputMaybe<Scalars["BigInt"]["input"]>;
3454
+ amount_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
3455
+ amount_not?: InputMaybe<Scalars["BigInt"]["input"]>;
3456
+ amount_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
3294
3457
  and?: InputMaybe<Array<InputMaybe<FundsEventLog_Filter>>>;
3295
3458
  executedBy?: InputMaybe<Scalars["Bytes"]["input"]>;
3296
3459
  executedBy_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
@@ -3368,6 +3531,7 @@ export type FundsEventLog_Filter = {
3368
3531
  export declare enum FundsEventLog_OrderBy {
3369
3532
  ACCOUNT = "account",
3370
3533
  ACCOUNT__ID = "account__id",
3534
+ AMOUNT = "amount",
3371
3535
  EXECUTEDBY = "executedBy",
3372
3536
  FUNDS = "funds",
3373
3537
  FUNDS__ACCOUNTID = "funds__accountId",
@@ -3974,8 +4138,10 @@ export declare enum MetadataInterface_OrderBy {
3974
4138
  OFFER__AGENTFEE = "offer__agentFee",
3975
4139
  OFFER__AGENTID = "offer__agentId",
3976
4140
  OFFER__BUYERCANCELPENALTY = "offer__buyerCancelPenalty",
4141
+ OFFER__BUYERID = "offer__buyerId",
3977
4142
  OFFER__COLLECTIONINDEX = "offer__collectionIndex",
3978
4143
  OFFER__CREATEDAT = "offer__createdAt",
4144
+ OFFER__CREATOR = "offer__creator",
3979
4145
  OFFER__DISPUTEPERIODDURATION = "offer__disputePeriodDuration",
3980
4146
  OFFER__DISPUTERESOLVERID = "offer__disputeResolverId",
3981
4147
  OFFER__ID = "offer__id",
@@ -4527,11 +4693,14 @@ export type Offer = {
4527
4693
  __typename?: "Offer";
4528
4694
  agentFee: Scalars["BigInt"]["output"];
4529
4695
  agentId: Scalars["BigInt"]["output"];
4696
+ buyer?: Maybe<Buyer>;
4530
4697
  buyerCancelPenalty: Scalars["BigInt"]["output"];
4531
- collection: OfferCollection;
4532
- collectionIndex: Scalars["BigInt"]["output"];
4698
+ buyerId: Scalars["BigInt"]["output"];
4699
+ collection?: Maybe<OfferCollection>;
4700
+ collectionIndex?: Maybe<Scalars["BigInt"]["output"]>;
4533
4701
  condition?: Maybe<ConditionEntity>;
4534
4702
  createdAt: Scalars["BigInt"]["output"];
4703
+ creator: Scalars["Int"]["output"];
4535
4704
  /** Offer durations */
4536
4705
  disputePeriodDuration: Scalars["BigInt"]["output"];
4537
4706
  disputeResolutionTerms: DisputeResolutionTermsEntity;
@@ -4555,7 +4724,7 @@ export type Offer = {
4555
4724
  range?: Maybe<RangeEntity>;
4556
4725
  resolutionPeriodDuration: Scalars["BigInt"]["output"];
4557
4726
  royaltyInfos: Array<RoyaltyInfo>;
4558
- seller: Seller;
4727
+ seller?: Maybe<Seller>;
4559
4728
  sellerDeposit: Scalars["BigInt"]["output"];
4560
4729
  sellerId: Scalars["BigInt"]["output"];
4561
4730
  /** Offer dates */
@@ -4771,6 +4940,10 @@ export declare enum OfferCollection_OrderBy {
4771
4940
  SELLER__TREASURY = "seller__treasury",
4772
4941
  SELLER__VOUCHERCLONEADDRESS = "seller__voucherCloneAddress"
4773
4942
  }
4943
+ export declare enum OfferCreator {
4944
+ BUYER = "BUYER",
4945
+ SELLER = "SELLER"
4946
+ }
4774
4947
  export type OfferEventLog = EventLog & {
4775
4948
  __typename?: "OfferEventLog";
4776
4949
  account: Account;
@@ -4889,8 +5062,10 @@ export declare enum OfferEventLog_OrderBy {
4889
5062
  OFFER__AGENTFEE = "offer__agentFee",
4890
5063
  OFFER__AGENTID = "offer__agentId",
4891
5064
  OFFER__BUYERCANCELPENALTY = "offer__buyerCancelPenalty",
5065
+ OFFER__BUYERID = "offer__buyerId",
4892
5066
  OFFER__COLLECTIONINDEX = "offer__collectionIndex",
4893
5067
  OFFER__CREATEDAT = "offer__createdAt",
5068
+ OFFER__CREATOR = "offer__creator",
4894
5069
  OFFER__DISPUTEPERIODDURATION = "offer__disputePeriodDuration",
4895
5070
  OFFER__DISPUTERESOLVERID = "offer__disputeResolverId",
4896
5071
  OFFER__ID = "offer__id",
@@ -4936,6 +5111,7 @@ export type Offer_Filter = {
4936
5111
  agentId_not?: InputMaybe<Scalars["BigInt"]["input"]>;
4937
5112
  agentId_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
4938
5113
  and?: InputMaybe<Array<InputMaybe<Offer_Filter>>>;
5114
+ buyer?: InputMaybe<Scalars["String"]["input"]>;
4939
5115
  buyerCancelPenalty?: InputMaybe<Scalars["BigInt"]["input"]>;
4940
5116
  buyerCancelPenalty_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
4941
5117
  buyerCancelPenalty_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
@@ -4944,6 +5120,34 @@ export type Offer_Filter = {
4944
5120
  buyerCancelPenalty_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
4945
5121
  buyerCancelPenalty_not?: InputMaybe<Scalars["BigInt"]["input"]>;
4946
5122
  buyerCancelPenalty_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
5123
+ buyerId?: InputMaybe<Scalars["BigInt"]["input"]>;
5124
+ buyerId_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
5125
+ buyerId_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
5126
+ buyerId_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
5127
+ buyerId_lt?: InputMaybe<Scalars["BigInt"]["input"]>;
5128
+ buyerId_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
5129
+ buyerId_not?: InputMaybe<Scalars["BigInt"]["input"]>;
5130
+ buyerId_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
5131
+ buyer_?: InputMaybe<Buyer_Filter>;
5132
+ buyer_contains?: InputMaybe<Scalars["String"]["input"]>;
5133
+ buyer_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
5134
+ buyer_ends_with?: InputMaybe<Scalars["String"]["input"]>;
5135
+ buyer_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
5136
+ buyer_gt?: InputMaybe<Scalars["String"]["input"]>;
5137
+ buyer_gte?: InputMaybe<Scalars["String"]["input"]>;
5138
+ buyer_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
5139
+ buyer_lt?: InputMaybe<Scalars["String"]["input"]>;
5140
+ buyer_lte?: InputMaybe<Scalars["String"]["input"]>;
5141
+ buyer_not?: InputMaybe<Scalars["String"]["input"]>;
5142
+ buyer_not_contains?: InputMaybe<Scalars["String"]["input"]>;
5143
+ buyer_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
5144
+ buyer_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
5145
+ buyer_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
5146
+ buyer_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
5147
+ buyer_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
5148
+ buyer_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
5149
+ buyer_starts_with?: InputMaybe<Scalars["String"]["input"]>;
5150
+ buyer_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
4947
5151
  collection?: InputMaybe<Scalars["String"]["input"]>;
4948
5152
  collectionIndex?: InputMaybe<Scalars["BigInt"]["input"]>;
4949
5153
  collectionIndex_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
@@ -5002,6 +5206,14 @@ export type Offer_Filter = {
5002
5206
  createdAt_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
5003
5207
  createdAt_not?: InputMaybe<Scalars["BigInt"]["input"]>;
5004
5208
  createdAt_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
5209
+ creator?: InputMaybe<Scalars["Int"]["input"]>;
5210
+ creator_gt?: InputMaybe<Scalars["Int"]["input"]>;
5211
+ creator_gte?: InputMaybe<Scalars["Int"]["input"]>;
5212
+ creator_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
5213
+ creator_lt?: InputMaybe<Scalars["Int"]["input"]>;
5214
+ creator_lte?: InputMaybe<Scalars["Int"]["input"]>;
5215
+ creator_not?: InputMaybe<Scalars["Int"]["input"]>;
5216
+ creator_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
5005
5217
  disputePeriodDuration?: InputMaybe<Scalars["BigInt"]["input"]>;
5006
5218
  disputePeriodDuration_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
5007
5219
  disputePeriodDuration_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
@@ -5331,7 +5543,12 @@ export type Offer_Filter = {
5331
5543
  export declare enum Offer_OrderBy {
5332
5544
  AGENTFEE = "agentFee",
5333
5545
  AGENTID = "agentId",
5546
+ BUYER = "buyer",
5334
5547
  BUYERCANCELPENALTY = "buyerCancelPenalty",
5548
+ BUYERID = "buyerId",
5549
+ BUYER__ACTIVE = "buyer__active",
5550
+ BUYER__ID = "buyer__id",
5551
+ BUYER__WALLET = "buyer__wallet",
5335
5552
  COLLECTION = "collection",
5336
5553
  COLLECTIONINDEX = "collectionIndex",
5337
5554
  COLLECTION__COLLECTIONINDEX = "collection__collectionIndex",
@@ -5350,6 +5567,7 @@ export declare enum Offer_OrderBy {
5350
5567
  CONDITION__TOKENADDRESS = "condition__tokenAddress",
5351
5568
  CONDITION__TOKENTYPE = "condition__tokenType",
5352
5569
  CREATEDAT = "createdAt",
5570
+ CREATOR = "creator",
5353
5571
  DISPUTEPERIODDURATION = "disputePeriodDuration",
5354
5572
  DISPUTERESOLUTIONTERMS = "disputeResolutionTerms",
5355
5573
  DISPUTERESOLUTIONTERMS__BUYERESCALATIONDEPOSIT = "disputeResolutionTerms__buyerEscalationDeposit",
@@ -5357,6 +5575,7 @@ export declare enum Offer_OrderBy {
5357
5575
  DISPUTERESOLUTIONTERMS__ESCALATIONRESPONSEPERIOD = "disputeResolutionTerms__escalationResponsePeriod",
5358
5576
  DISPUTERESOLUTIONTERMS__FEEAMOUNT = "disputeResolutionTerms__feeAmount",
5359
5577
  DISPUTERESOLUTIONTERMS__ID = "disputeResolutionTerms__id",
5578
+ DISPUTERESOLUTIONTERMS__MUTUALIZERADDRESS = "disputeResolutionTerms__mutualizerAddress",
5360
5579
  DISPUTERESOLVER = "disputeResolver",
5361
5580
  DISPUTERESOLVERID = "disputeResolverId",
5362
5581
  DISPUTERESOLVER__ACTIVE = "disputeResolver__active",
@@ -6942,8 +7161,10 @@ export declare enum ProductV1MetadataEntity_OrderBy {
6942
7161
  OFFER__AGENTFEE = "offer__agentFee",
6943
7162
  OFFER__AGENTID = "offer__agentId",
6944
7163
  OFFER__BUYERCANCELPENALTY = "offer__buyerCancelPenalty",
7164
+ OFFER__BUYERID = "offer__buyerId",
6945
7165
  OFFER__COLLECTIONINDEX = "offer__collectionIndex",
6946
7166
  OFFER__CREATEDAT = "offer__createdAt",
7167
+ OFFER__CREATOR = "offer__creator",
6947
7168
  OFFER__DISPUTEPERIODDURATION = "offer__disputePeriodDuration",
6948
7169
  OFFER__DISPUTERESOLVERID = "offer__disputeResolverId",
6949
7170
  OFFER__ID = "offer__id",
@@ -9087,8 +9308,10 @@ export declare enum ProductV1Variant_OrderBy {
9087
9308
  OFFER__AGENTFEE = "offer__agentFee",
9088
9309
  OFFER__AGENTID = "offer__agentId",
9089
9310
  OFFER__BUYERCANCELPENALTY = "offer__buyerCancelPenalty",
9311
+ OFFER__BUYERID = "offer__buyerId",
9090
9312
  OFFER__COLLECTIONINDEX = "offer__collectionIndex",
9091
9313
  OFFER__CREATEDAT = "offer__createdAt",
9314
+ OFFER__CREATOR = "offer__creator",
9092
9315
  OFFER__DISPUTEPERIODDURATION = "offer__disputePeriodDuration",
9093
9316
  OFFER__DISPUTERESOLVERID = "offer__disputeResolverId",
9094
9317
  OFFER__ID = "offer__id",
@@ -9271,6 +9494,7 @@ export declare enum ProtocolFeeCollected_OrderBy {
9271
9494
  EXCHANGE__EXPIRED = "exchange__expired",
9272
9495
  EXCHANGE__FINALIZEDDATE = "exchange__finalizedDate",
9273
9496
  EXCHANGE__ID = "exchange__id",
9497
+ EXCHANGE__MUTUALIZERADDRESS = "exchange__mutualizerAddress",
9274
9498
  EXCHANGE__REDEEMEDDATE = "exchange__redeemedDate",
9275
9499
  EXCHANGE__REVOKEDDATE = "exchange__revokedDate",
9276
9500
  EXCHANGE__STATE = "exchange__state",
@@ -9309,6 +9533,8 @@ export type Query = {
9309
9533
  disputeResolverFees: Array<DisputeResolverFee>;
9310
9534
  disputeResolvers: Array<DisputeResolver>;
9311
9535
  disputes: Array<Dispute>;
9536
+ drfeeRequestedEvent?: Maybe<DrFeeRequestedEvent>;
9537
+ drfeeRequestedEvents: Array<DrFeeRequestedEvent>;
9312
9538
  eventLog?: Maybe<EventLog>;
9313
9539
  eventLogs: Array<EventLog>;
9314
9540
  exchange?: Maybe<Exchange>;
@@ -9599,6 +9825,20 @@ export type QueryDisputesArgs = {
9599
9825
  subgraphError?: _SubgraphErrorPolicy_;
9600
9826
  where?: InputMaybe<Dispute_Filter>;
9601
9827
  };
9828
+ export type QueryDrfeeRequestedEventArgs = {
9829
+ block?: InputMaybe<Block_Height>;
9830
+ id: Scalars["ID"]["input"];
9831
+ subgraphError?: _SubgraphErrorPolicy_;
9832
+ };
9833
+ export type QueryDrfeeRequestedEventsArgs = {
9834
+ block?: InputMaybe<Block_Height>;
9835
+ first?: InputMaybe<Scalars["Int"]["input"]>;
9836
+ orderBy?: InputMaybe<DrFeeRequestedEvent_OrderBy>;
9837
+ orderDirection?: InputMaybe<OrderDirection>;
9838
+ skip?: InputMaybe<Scalars["Int"]["input"]>;
9839
+ subgraphError?: _SubgraphErrorPolicy_;
9840
+ where?: InputMaybe<DrFeeRequestedEvent_Filter>;
9841
+ };
9602
9842
  export type QueryEventLogArgs = {
9603
9843
  block?: InputMaybe<Block_Height>;
9604
9844
  id: Scalars["ID"]["input"];
@@ -10407,8 +10647,10 @@ export declare enum RoyaltyInfo_OrderBy {
10407
10647
  OFFER__AGENTFEE = "offer__agentFee",
10408
10648
  OFFER__AGENTID = "offer__agentId",
10409
10649
  OFFER__BUYERCANCELPENALTY = "offer__buyerCancelPenalty",
10650
+ OFFER__BUYERID = "offer__buyerId",
10410
10651
  OFFER__COLLECTIONINDEX = "offer__collectionIndex",
10411
10652
  OFFER__CREATEDAT = "offer__createdAt",
10653
+ OFFER__CREATOR = "offer__creator",
10412
10654
  OFFER__DISPUTEPERIODDURATION = "offer__disputePeriodDuration",
10413
10655
  OFFER__DISPUTERESOLVERID = "offer__disputeResolverId",
10414
10656
  OFFER__ID = "offer__id",
@@ -10533,8 +10775,10 @@ export declare enum RoyaltyRecipientXOffer_OrderBy {
10533
10775
  OFFER__AGENTFEE = "offer__agentFee",
10534
10776
  OFFER__AGENTID = "offer__agentId",
10535
10777
  OFFER__BUYERCANCELPENALTY = "offer__buyerCancelPenalty",
10778
+ OFFER__BUYERID = "offer__buyerId",
10536
10779
  OFFER__COLLECTIONINDEX = "offer__collectionIndex",
10537
10780
  OFFER__CREATEDAT = "offer__createdAt",
10781
+ OFFER__CREATOR = "offer__creator",
10538
10782
  OFFER__DISPUTEPERIODDURATION = "offer__disputePeriodDuration",
10539
10783
  OFFER__DISPUTERESOLVERID = "offer__disputeResolverId",
10540
10784
  OFFER__ID = "offer__id",
@@ -11761,6 +12005,8 @@ export type Subscription = {
11761
12005
  disputeResolverFees: Array<DisputeResolverFee>;
11762
12006
  disputeResolvers: Array<DisputeResolver>;
11763
12007
  disputes: Array<Dispute>;
12008
+ drfeeRequestedEvent?: Maybe<DrFeeRequestedEvent>;
12009
+ drfeeRequestedEvents: Array<DrFeeRequestedEvent>;
11764
12010
  eventLog?: Maybe<EventLog>;
11765
12011
  eventLogs: Array<EventLog>;
11766
12012
  exchange?: Maybe<Exchange>;
@@ -12051,6 +12297,20 @@ export type SubscriptionDisputesArgs = {
12051
12297
  subgraphError?: _SubgraphErrorPolicy_;
12052
12298
  where?: InputMaybe<Dispute_Filter>;
12053
12299
  };
12300
+ export type SubscriptionDrfeeRequestedEventArgs = {
12301
+ block?: InputMaybe<Block_Height>;
12302
+ id: Scalars["ID"]["input"];
12303
+ subgraphError?: _SubgraphErrorPolicy_;
12304
+ };
12305
+ export type SubscriptionDrfeeRequestedEventsArgs = {
12306
+ block?: InputMaybe<Block_Height>;
12307
+ first?: InputMaybe<Scalars["Int"]["input"]>;
12308
+ orderBy?: InputMaybe<DrFeeRequestedEvent_OrderBy>;
12309
+ orderDirection?: InputMaybe<OrderDirection>;
12310
+ skip?: InputMaybe<Scalars["Int"]["input"]>;
12311
+ subgraphError?: _SubgraphErrorPolicy_;
12312
+ where?: InputMaybe<DrFeeRequestedEvent_Filter>;
12313
+ };
12054
12314
  export type SubscriptionEventLogArgs = {
12055
12315
  block?: InputMaybe<Block_Height>;
12056
12316
  id: Scalars["ID"]["input"];
@@ -13108,7 +13368,10 @@ export type GetSellerByIdQueryQuery = {
13108
13368
  id: string;
13109
13369
  createdAt: string;
13110
13370
  price: string;
13371
+ sellerId: string;
13111
13372
  sellerDeposit: string;
13373
+ buyerId: string;
13374
+ creator: number;
13112
13375
  protocolFee: string;
13113
13376
  agentFee: string;
13114
13377
  agentId: string;
@@ -13126,7 +13389,7 @@ export type GetSellerByIdQueryQuery = {
13126
13389
  metadataHash: string;
13127
13390
  voided: boolean;
13128
13391
  voidedAt?: string | null;
13129
- collectionIndex: string;
13392
+ collectionIndex?: string | null;
13130
13393
  disputeResolverId: string;
13131
13394
  numberOfCommits: string;
13132
13395
  numberOfRedemptions: string;
@@ -13177,13 +13440,13 @@ export type GetSellerByIdQueryQuery = {
13177
13440
  metadataHash: string;
13178
13441
  voided: boolean;
13179
13442
  voidedAt?: string | null;
13180
- collectionIndex: string;
13443
+ collectionIndex?: string | null;
13181
13444
  disputeResolverId: string;
13182
13445
  numberOfCommits: string;
13183
13446
  numberOfRedemptions: string;
13184
13447
  }> | null;
13185
13448
  } | null;
13186
- seller: {
13449
+ seller?: {
13187
13450
  __typename?: "Seller";
13188
13451
  id: string;
13189
13452
  assistant: string;
@@ -13270,8 +13533,14 @@ export type GetSellerByIdQueryQuery = {
13270
13533
  }> | null;
13271
13534
  }> | null;
13272
13535
  } | null;
13273
- };
13274
- collection: {
13536
+ } | null;
13537
+ buyer?: {
13538
+ __typename?: "Buyer";
13539
+ id: string;
13540
+ wallet: string;
13541
+ active: boolean;
13542
+ } | null;
13543
+ collection?: {
13275
13544
  __typename?: "OfferCollection";
13276
13545
  id: string;
13277
13546
  sellerId: string;
@@ -13293,7 +13562,7 @@ export type GetSellerByIdQueryQuery = {
13293
13562
  createdAt: string;
13294
13563
  collaborators?: Array<string> | null;
13295
13564
  } | null;
13296
- };
13565
+ } | null;
13297
13566
  exchangeToken: {
13298
13567
  __typename?: "ExchangeToken";
13299
13568
  id: string;
@@ -13336,6 +13605,7 @@ export type GetSellerByIdQueryQuery = {
13336
13605
  escalationResponsePeriod: string;
13337
13606
  feeAmount: string;
13338
13607
  buyerEscalationDeposit: string;
13608
+ mutualizerAddress: string;
13339
13609
  };
13340
13610
  metadata?: {
13341
13611
  __typename: "BaseMetadataEntity";
@@ -14297,6 +14567,7 @@ export type GetSellerByIdQueryQuery = {
14297
14567
  completedDate?: string | null;
14298
14568
  disputedDate?: string | null;
14299
14569
  expired: boolean;
14570
+ mutualizerAddress: string;
14300
14571
  dispute?: {
14301
14572
  __typename?: "Dispute";
14302
14573
  id: string;
@@ -14689,7 +14960,10 @@ export type GetSellersQueryQuery = {
14689
14960
  id: string;
14690
14961
  createdAt: string;
14691
14962
  price: string;
14963
+ sellerId: string;
14692
14964
  sellerDeposit: string;
14965
+ buyerId: string;
14966
+ creator: number;
14693
14967
  protocolFee: string;
14694
14968
  agentFee: string;
14695
14969
  agentId: string;
@@ -14707,7 +14981,7 @@ export type GetSellersQueryQuery = {
14707
14981
  metadataHash: string;
14708
14982
  voided: boolean;
14709
14983
  voidedAt?: string | null;
14710
- collectionIndex: string;
14984
+ collectionIndex?: string | null;
14711
14985
  disputeResolverId: string;
14712
14986
  numberOfCommits: string;
14713
14987
  numberOfRedemptions: string;
@@ -14758,13 +15032,13 @@ export type GetSellersQueryQuery = {
14758
15032
  metadataHash: string;
14759
15033
  voided: boolean;
14760
15034
  voidedAt?: string | null;
14761
- collectionIndex: string;
15035
+ collectionIndex?: string | null;
14762
15036
  disputeResolverId: string;
14763
15037
  numberOfCommits: string;
14764
15038
  numberOfRedemptions: string;
14765
15039
  }> | null;
14766
15040
  } | null;
14767
- seller: {
15041
+ seller?: {
14768
15042
  __typename?: "Seller";
14769
15043
  id: string;
14770
15044
  assistant: string;
@@ -14851,8 +15125,14 @@ export type GetSellersQueryQuery = {
14851
15125
  }> | null;
14852
15126
  }> | null;
14853
15127
  } | null;
14854
- };
14855
- collection: {
15128
+ } | null;
15129
+ buyer?: {
15130
+ __typename?: "Buyer";
15131
+ id: string;
15132
+ wallet: string;
15133
+ active: boolean;
15134
+ } | null;
15135
+ collection?: {
14856
15136
  __typename?: "OfferCollection";
14857
15137
  id: string;
14858
15138
  sellerId: string;
@@ -14874,7 +15154,7 @@ export type GetSellersQueryQuery = {
14874
15154
  createdAt: string;
14875
15155
  collaborators?: Array<string> | null;
14876
15156
  } | null;
14877
- };
15157
+ } | null;
14878
15158
  exchangeToken: {
14879
15159
  __typename?: "ExchangeToken";
14880
15160
  id: string;
@@ -14917,6 +15197,7 @@ export type GetSellersQueryQuery = {
14917
15197
  escalationResponsePeriod: string;
14918
15198
  feeAmount: string;
14919
15199
  buyerEscalationDeposit: string;
15200
+ mutualizerAddress: string;
14920
15201
  };
14921
15202
  metadata?: {
14922
15203
  __typename: "BaseMetadataEntity";
@@ -15878,6 +16159,7 @@ export type GetSellersQueryQuery = {
15878
16159
  completedDate?: string | null;
15879
16160
  disputedDate?: string | null;
15880
16161
  expired: boolean;
16162
+ mutualizerAddress: string;
15881
16163
  dispute?: {
15882
16164
  __typename?: "Dispute";
15883
16165
  id: string;
@@ -16231,6 +16513,7 @@ export type GetBuyerByIdQueryQuery = {
16231
16513
  completedDate?: string | null;
16232
16514
  disputedDate?: string | null;
16233
16515
  expired: boolean;
16516
+ mutualizerAddress: string;
16234
16517
  dispute?: {
16235
16518
  __typename?: "Dispute";
16236
16519
  id: string;
@@ -16519,6 +16802,7 @@ export type GetBuyersQueryQuery = {
16519
16802
  completedDate?: string | null;
16520
16803
  disputedDate?: string | null;
16521
16804
  expired: boolean;
16805
+ mutualizerAddress: string;
16522
16806
  dispute?: {
16523
16807
  __typename?: "Dispute";
16524
16808
  id: string;
@@ -16780,7 +17064,10 @@ export type GetDisputeResolverByIdQueryQuery = {
16780
17064
  id: string;
16781
17065
  createdAt: string;
16782
17066
  price: string;
17067
+ sellerId: string;
16783
17068
  sellerDeposit: string;
17069
+ buyerId: string;
17070
+ creator: number;
16784
17071
  protocolFee: string;
16785
17072
  agentFee: string;
16786
17073
  agentId: string;
@@ -16798,7 +17085,7 @@ export type GetDisputeResolverByIdQueryQuery = {
16798
17085
  metadataHash: string;
16799
17086
  voided: boolean;
16800
17087
  voidedAt?: string | null;
16801
- collectionIndex: string;
17088
+ collectionIndex?: string | null;
16802
17089
  disputeResolverId: string;
16803
17090
  numberOfCommits: string;
16804
17091
  numberOfRedemptions: string;
@@ -16849,13 +17136,13 @@ export type GetDisputeResolverByIdQueryQuery = {
16849
17136
  metadataHash: string;
16850
17137
  voided: boolean;
16851
17138
  voidedAt?: string | null;
16852
- collectionIndex: string;
17139
+ collectionIndex?: string | null;
16853
17140
  disputeResolverId: string;
16854
17141
  numberOfCommits: string;
16855
17142
  numberOfRedemptions: string;
16856
17143
  }> | null;
16857
17144
  } | null;
16858
- seller: {
17145
+ seller?: {
16859
17146
  __typename?: "Seller";
16860
17147
  id: string;
16861
17148
  assistant: string;
@@ -16942,8 +17229,14 @@ export type GetDisputeResolverByIdQueryQuery = {
16942
17229
  }> | null;
16943
17230
  }> | null;
16944
17231
  } | null;
16945
- };
16946
- collection: {
17232
+ } | null;
17233
+ buyer?: {
17234
+ __typename?: "Buyer";
17235
+ id: string;
17236
+ wallet: string;
17237
+ active: boolean;
17238
+ } | null;
17239
+ collection?: {
16947
17240
  __typename?: "OfferCollection";
16948
17241
  id: string;
16949
17242
  sellerId: string;
@@ -16965,7 +17258,7 @@ export type GetDisputeResolverByIdQueryQuery = {
16965
17258
  createdAt: string;
16966
17259
  collaborators?: Array<string> | null;
16967
17260
  } | null;
16968
- };
17261
+ } | null;
16969
17262
  exchangeToken: {
16970
17263
  __typename?: "ExchangeToken";
16971
17264
  id: string;
@@ -17008,6 +17301,7 @@ export type GetDisputeResolverByIdQueryQuery = {
17008
17301
  escalationResponsePeriod: string;
17009
17302
  feeAmount: string;
17010
17303
  buyerEscalationDeposit: string;
17304
+ mutualizerAddress: string;
17011
17305
  };
17012
17306
  metadata?: {
17013
17307
  __typename: "BaseMetadataEntity";
@@ -18121,7 +18415,10 @@ export type GetDisputeResolversQueryQuery = {
18121
18415
  id: string;
18122
18416
  createdAt: string;
18123
18417
  price: string;
18418
+ sellerId: string;
18124
18419
  sellerDeposit: string;
18420
+ buyerId: string;
18421
+ creator: number;
18125
18422
  protocolFee: string;
18126
18423
  agentFee: string;
18127
18424
  agentId: string;
@@ -18139,7 +18436,7 @@ export type GetDisputeResolversQueryQuery = {
18139
18436
  metadataHash: string;
18140
18437
  voided: boolean;
18141
18438
  voidedAt?: string | null;
18142
- collectionIndex: string;
18439
+ collectionIndex?: string | null;
18143
18440
  disputeResolverId: string;
18144
18441
  numberOfCommits: string;
18145
18442
  numberOfRedemptions: string;
@@ -18190,13 +18487,13 @@ export type GetDisputeResolversQueryQuery = {
18190
18487
  metadataHash: string;
18191
18488
  voided: boolean;
18192
18489
  voidedAt?: string | null;
18193
- collectionIndex: string;
18490
+ collectionIndex?: string | null;
18194
18491
  disputeResolverId: string;
18195
18492
  numberOfCommits: string;
18196
18493
  numberOfRedemptions: string;
18197
18494
  }> | null;
18198
18495
  } | null;
18199
- seller: {
18496
+ seller?: {
18200
18497
  __typename?: "Seller";
18201
18498
  id: string;
18202
18499
  assistant: string;
@@ -18283,8 +18580,14 @@ export type GetDisputeResolversQueryQuery = {
18283
18580
  }> | null;
18284
18581
  }> | null;
18285
18582
  } | null;
18286
- };
18287
- collection: {
18583
+ } | null;
18584
+ buyer?: {
18585
+ __typename?: "Buyer";
18586
+ id: string;
18587
+ wallet: string;
18588
+ active: boolean;
18589
+ } | null;
18590
+ collection?: {
18288
18591
  __typename?: "OfferCollection";
18289
18592
  id: string;
18290
18593
  sellerId: string;
@@ -18306,7 +18609,7 @@ export type GetDisputeResolversQueryQuery = {
18306
18609
  createdAt: string;
18307
18610
  collaborators?: Array<string> | null;
18308
18611
  } | null;
18309
- };
18612
+ } | null;
18310
18613
  exchangeToken: {
18311
18614
  __typename?: "ExchangeToken";
18312
18615
  id: string;
@@ -18349,6 +18652,7 @@ export type GetDisputeResolversQueryQuery = {
18349
18652
  escalationResponsePeriod: string;
18350
18653
  feeAmount: string;
18351
18654
  buyerEscalationDeposit: string;
18655
+ mutualizerAddress: string;
18352
18656
  };
18353
18657
  metadata?: {
18354
18658
  __typename: "BaseMetadataEntity";
@@ -19558,7 +19862,10 @@ export type GetOfferCollectionsQueryQuery = {
19558
19862
  id: string;
19559
19863
  createdAt: string;
19560
19864
  price: string;
19865
+ sellerId: string;
19561
19866
  sellerDeposit: string;
19867
+ buyerId: string;
19868
+ creator: number;
19562
19869
  protocolFee: string;
19563
19870
  agentFee: string;
19564
19871
  agentId: string;
@@ -19576,7 +19883,7 @@ export type GetOfferCollectionsQueryQuery = {
19576
19883
  metadataHash: string;
19577
19884
  voided: boolean;
19578
19885
  voidedAt?: string | null;
19579
- collectionIndex: string;
19886
+ collectionIndex?: string | null;
19580
19887
  disputeResolverId: string;
19581
19888
  numberOfCommits: string;
19582
19889
  numberOfRedemptions: string;
@@ -19627,13 +19934,13 @@ export type GetOfferCollectionsQueryQuery = {
19627
19934
  metadataHash: string;
19628
19935
  voided: boolean;
19629
19936
  voidedAt?: string | null;
19630
- collectionIndex: string;
19937
+ collectionIndex?: string | null;
19631
19938
  disputeResolverId: string;
19632
19939
  numberOfCommits: string;
19633
19940
  numberOfRedemptions: string;
19634
19941
  }> | null;
19635
19942
  } | null;
19636
- seller: {
19943
+ seller?: {
19637
19944
  __typename?: "Seller";
19638
19945
  id: string;
19639
19946
  assistant: string;
@@ -19720,8 +20027,14 @@ export type GetOfferCollectionsQueryQuery = {
19720
20027
  }> | null;
19721
20028
  }> | null;
19722
20029
  } | null;
19723
- };
19724
- collection: {
20030
+ } | null;
20031
+ buyer?: {
20032
+ __typename?: "Buyer";
20033
+ id: string;
20034
+ wallet: string;
20035
+ active: boolean;
20036
+ } | null;
20037
+ collection?: {
19725
20038
  __typename?: "OfferCollection";
19726
20039
  id: string;
19727
20040
  sellerId: string;
@@ -19743,7 +20056,7 @@ export type GetOfferCollectionsQueryQuery = {
19743
20056
  createdAt: string;
19744
20057
  collaborators?: Array<string> | null;
19745
20058
  } | null;
19746
- };
20059
+ } | null;
19747
20060
  exchangeToken: {
19748
20061
  __typename?: "ExchangeToken";
19749
20062
  id: string;
@@ -19786,6 +20099,7 @@ export type GetOfferCollectionsQueryQuery = {
19786
20099
  escalationResponsePeriod: string;
19787
20100
  feeAmount: string;
19788
20101
  buyerEscalationDeposit: string;
20102
+ mutualizerAddress: string;
19789
20103
  };
19790
20104
  metadata?: {
19791
20105
  __typename: "BaseMetadataEntity";
@@ -20864,7 +21178,10 @@ export type OfferCollectionFieldsFragment = {
20864
21178
  id: string;
20865
21179
  createdAt: string;
20866
21180
  price: string;
21181
+ sellerId: string;
20867
21182
  sellerDeposit: string;
21183
+ buyerId: string;
21184
+ creator: number;
20868
21185
  protocolFee: string;
20869
21186
  agentFee: string;
20870
21187
  agentId: string;
@@ -20882,7 +21199,7 @@ export type OfferCollectionFieldsFragment = {
20882
21199
  metadataHash: string;
20883
21200
  voided: boolean;
20884
21201
  voidedAt?: string | null;
20885
- collectionIndex: string;
21202
+ collectionIndex?: string | null;
20886
21203
  disputeResolverId: string;
20887
21204
  numberOfCommits: string;
20888
21205
  numberOfRedemptions: string;
@@ -20933,13 +21250,13 @@ export type OfferCollectionFieldsFragment = {
20933
21250
  metadataHash: string;
20934
21251
  voided: boolean;
20935
21252
  voidedAt?: string | null;
20936
- collectionIndex: string;
21253
+ collectionIndex?: string | null;
20937
21254
  disputeResolverId: string;
20938
21255
  numberOfCommits: string;
20939
21256
  numberOfRedemptions: string;
20940
21257
  }> | null;
20941
21258
  } | null;
20942
- seller: {
21259
+ seller?: {
20943
21260
  __typename?: "Seller";
20944
21261
  id: string;
20945
21262
  assistant: string;
@@ -21026,8 +21343,14 @@ export type OfferCollectionFieldsFragment = {
21026
21343
  }> | null;
21027
21344
  }> | null;
21028
21345
  } | null;
21029
- };
21030
- collection: {
21346
+ } | null;
21347
+ buyer?: {
21348
+ __typename?: "Buyer";
21349
+ id: string;
21350
+ wallet: string;
21351
+ active: boolean;
21352
+ } | null;
21353
+ collection?: {
21031
21354
  __typename?: "OfferCollection";
21032
21355
  id: string;
21033
21356
  sellerId: string;
@@ -21049,7 +21372,7 @@ export type OfferCollectionFieldsFragment = {
21049
21372
  createdAt: string;
21050
21373
  collaborators?: Array<string> | null;
21051
21374
  } | null;
21052
- };
21375
+ } | null;
21053
21376
  exchangeToken: {
21054
21377
  __typename?: "ExchangeToken";
21055
21378
  id: string;
@@ -21092,6 +21415,7 @@ export type OfferCollectionFieldsFragment = {
21092
21415
  escalationResponsePeriod: string;
21093
21416
  feeAmount: string;
21094
21417
  buyerEscalationDeposit: string;
21418
+ mutualizerAddress: string;
21095
21419
  };
21096
21420
  metadata?: {
21097
21421
  __typename: "BaseMetadataEntity";
@@ -22140,7 +22464,10 @@ export type SellerFieldsFragment = {
22140
22464
  id: string;
22141
22465
  createdAt: string;
22142
22466
  price: string;
22467
+ sellerId: string;
22143
22468
  sellerDeposit: string;
22469
+ buyerId: string;
22470
+ creator: number;
22144
22471
  protocolFee: string;
22145
22472
  agentFee: string;
22146
22473
  agentId: string;
@@ -22158,7 +22485,7 @@ export type SellerFieldsFragment = {
22158
22485
  metadataHash: string;
22159
22486
  voided: boolean;
22160
22487
  voidedAt?: string | null;
22161
- collectionIndex: string;
22488
+ collectionIndex?: string | null;
22162
22489
  disputeResolverId: string;
22163
22490
  numberOfCommits: string;
22164
22491
  numberOfRedemptions: string;
@@ -22209,13 +22536,13 @@ export type SellerFieldsFragment = {
22209
22536
  metadataHash: string;
22210
22537
  voided: boolean;
22211
22538
  voidedAt?: string | null;
22212
- collectionIndex: string;
22539
+ collectionIndex?: string | null;
22213
22540
  disputeResolverId: string;
22214
22541
  numberOfCommits: string;
22215
22542
  numberOfRedemptions: string;
22216
22543
  }> | null;
22217
22544
  } | null;
22218
- seller: {
22545
+ seller?: {
22219
22546
  __typename?: "Seller";
22220
22547
  id: string;
22221
22548
  assistant: string;
@@ -22302,8 +22629,14 @@ export type SellerFieldsFragment = {
22302
22629
  }> | null;
22303
22630
  }> | null;
22304
22631
  } | null;
22305
- };
22306
- collection: {
22632
+ } | null;
22633
+ buyer?: {
22634
+ __typename?: "Buyer";
22635
+ id: string;
22636
+ wallet: string;
22637
+ active: boolean;
22638
+ } | null;
22639
+ collection?: {
22307
22640
  __typename?: "OfferCollection";
22308
22641
  id: string;
22309
22642
  sellerId: string;
@@ -22325,7 +22658,7 @@ export type SellerFieldsFragment = {
22325
22658
  createdAt: string;
22326
22659
  collaborators?: Array<string> | null;
22327
22660
  } | null;
22328
- };
22661
+ } | null;
22329
22662
  exchangeToken: {
22330
22663
  __typename?: "ExchangeToken";
22331
22664
  id: string;
@@ -22368,6 +22701,7 @@ export type SellerFieldsFragment = {
22368
22701
  escalationResponsePeriod: string;
22369
22702
  feeAmount: string;
22370
22703
  buyerEscalationDeposit: string;
22704
+ mutualizerAddress: string;
22371
22705
  };
22372
22706
  metadata?: {
22373
22707
  __typename: "BaseMetadataEntity";
@@ -23329,6 +23663,7 @@ export type SellerFieldsFragment = {
23329
23663
  completedDate?: string | null;
23330
23664
  disputedDate?: string | null;
23331
23665
  expired: boolean;
23666
+ mutualizerAddress: string;
23332
23667
  dispute?: {
23333
23668
  __typename?: "Dispute";
23334
23669
  id: string;
@@ -23805,6 +24140,7 @@ export type BuyerFieldsFragment = {
23805
24140
  completedDate?: string | null;
23806
24141
  disputedDate?: string | null;
23807
24142
  expired: boolean;
24143
+ mutualizerAddress: string;
23808
24144
  dispute?: {
23809
24145
  __typename?: "Dispute";
23810
24146
  id: string;
@@ -24054,7 +24390,10 @@ export type DisputeResolverFieldsFragment = {
24054
24390
  id: string;
24055
24391
  createdAt: string;
24056
24392
  price: string;
24393
+ sellerId: string;
24057
24394
  sellerDeposit: string;
24395
+ buyerId: string;
24396
+ creator: number;
24058
24397
  protocolFee: string;
24059
24398
  agentFee: string;
24060
24399
  agentId: string;
@@ -24072,7 +24411,7 @@ export type DisputeResolverFieldsFragment = {
24072
24411
  metadataHash: string;
24073
24412
  voided: boolean;
24074
24413
  voidedAt?: string | null;
24075
- collectionIndex: string;
24414
+ collectionIndex?: string | null;
24076
24415
  disputeResolverId: string;
24077
24416
  numberOfCommits: string;
24078
24417
  numberOfRedemptions: string;
@@ -24123,13 +24462,13 @@ export type DisputeResolverFieldsFragment = {
24123
24462
  metadataHash: string;
24124
24463
  voided: boolean;
24125
24464
  voidedAt?: string | null;
24126
- collectionIndex: string;
24465
+ collectionIndex?: string | null;
24127
24466
  disputeResolverId: string;
24128
24467
  numberOfCommits: string;
24129
24468
  numberOfRedemptions: string;
24130
24469
  }> | null;
24131
24470
  } | null;
24132
- seller: {
24471
+ seller?: {
24133
24472
  __typename?: "Seller";
24134
24473
  id: string;
24135
24474
  assistant: string;
@@ -24216,8 +24555,14 @@ export type DisputeResolverFieldsFragment = {
24216
24555
  }> | null;
24217
24556
  }> | null;
24218
24557
  } | null;
24219
- };
24220
- collection: {
24558
+ } | null;
24559
+ buyer?: {
24560
+ __typename?: "Buyer";
24561
+ id: string;
24562
+ wallet: string;
24563
+ active: boolean;
24564
+ } | null;
24565
+ collection?: {
24221
24566
  __typename?: "OfferCollection";
24222
24567
  id: string;
24223
24568
  sellerId: string;
@@ -24239,7 +24584,7 @@ export type DisputeResolverFieldsFragment = {
24239
24584
  createdAt: string;
24240
24585
  collaborators?: Array<string> | null;
24241
24586
  } | null;
24242
- };
24587
+ } | null;
24243
24588
  exchangeToken: {
24244
24589
  __typename?: "ExchangeToken";
24245
24590
  id: string;
@@ -24282,6 +24627,7 @@ export type DisputeResolverFieldsFragment = {
24282
24627
  escalationResponsePeriod: string;
24283
24628
  feeAmount: string;
24284
24629
  buyerEscalationDeposit: string;
24630
+ mutualizerAddress: string;
24285
24631
  };
24286
24632
  metadata?: {
24287
24633
  __typename: "BaseMetadataEntity";
@@ -25406,6 +25752,7 @@ export type BaseDisputeResolutionTermsEntityFieldsFragment = {
25406
25752
  escalationResponsePeriod: string;
25407
25753
  feeAmount: string;
25408
25754
  buyerEscalationDeposit: string;
25755
+ mutualizerAddress: string;
25409
25756
  };
25410
25757
  export type BaseConditionalCommitAuthorizedEventLogsFieldsFragment = {
25411
25758
  __typename?: "ConditionalCommitAuthorizedEventLog";
@@ -25460,6 +25807,7 @@ export type GetDisputeByIdQueryQuery = {
25460
25807
  completedDate?: string | null;
25461
25808
  disputedDate?: string | null;
25462
25809
  expired: boolean;
25810
+ mutualizerAddress: string;
25463
25811
  dispute?: {
25464
25812
  __typename?: "Dispute";
25465
25813
  id: string;
@@ -25707,6 +26055,7 @@ export type GetDisputesQueryQuery = {
25707
26055
  completedDate?: string | null;
25708
26056
  disputedDate?: string | null;
25709
26057
  expired: boolean;
26058
+ mutualizerAddress: string;
25710
26059
  dispute?: {
25711
26060
  __typename?: "Dispute";
25712
26061
  id: string;
@@ -25945,6 +26294,7 @@ export type DisputeFieldsFragment = {
25945
26294
  completedDate?: string | null;
25946
26295
  disputedDate?: string | null;
25947
26296
  expired: boolean;
26297
+ mutualizerAddress: string;
25948
26298
  dispute?: {
25949
26299
  __typename?: "Dispute";
25950
26300
  id: string;
@@ -26203,7 +26553,10 @@ export type GetExchangeTokenByIdQueryQuery = {
26203
26553
  id: string;
26204
26554
  createdAt: string;
26205
26555
  price: string;
26556
+ sellerId: string;
26206
26557
  sellerDeposit: string;
26558
+ buyerId: string;
26559
+ creator: number;
26207
26560
  protocolFee: string;
26208
26561
  agentFee: string;
26209
26562
  agentId: string;
@@ -26221,7 +26574,7 @@ export type GetExchangeTokenByIdQueryQuery = {
26221
26574
  metadataHash: string;
26222
26575
  voided: boolean;
26223
26576
  voidedAt?: string | null;
26224
- collectionIndex: string;
26577
+ collectionIndex?: string | null;
26225
26578
  disputeResolverId: string;
26226
26579
  numberOfCommits: string;
26227
26580
  numberOfRedemptions: string;
@@ -26272,13 +26625,13 @@ export type GetExchangeTokenByIdQueryQuery = {
26272
26625
  metadataHash: string;
26273
26626
  voided: boolean;
26274
26627
  voidedAt?: string | null;
26275
- collectionIndex: string;
26628
+ collectionIndex?: string | null;
26276
26629
  disputeResolverId: string;
26277
26630
  numberOfCommits: string;
26278
26631
  numberOfRedemptions: string;
26279
26632
  }> | null;
26280
26633
  } | null;
26281
- seller: {
26634
+ seller?: {
26282
26635
  __typename?: "Seller";
26283
26636
  id: string;
26284
26637
  assistant: string;
@@ -26365,8 +26718,14 @@ export type GetExchangeTokenByIdQueryQuery = {
26365
26718
  }> | null;
26366
26719
  }> | null;
26367
26720
  } | null;
26368
- };
26369
- collection: {
26721
+ } | null;
26722
+ buyer?: {
26723
+ __typename?: "Buyer";
26724
+ id: string;
26725
+ wallet: string;
26726
+ active: boolean;
26727
+ } | null;
26728
+ collection?: {
26370
26729
  __typename?: "OfferCollection";
26371
26730
  id: string;
26372
26731
  sellerId: string;
@@ -26388,7 +26747,7 @@ export type GetExchangeTokenByIdQueryQuery = {
26388
26747
  createdAt: string;
26389
26748
  collaborators?: Array<string> | null;
26390
26749
  } | null;
26391
- };
26750
+ } | null;
26392
26751
  exchangeToken: {
26393
26752
  __typename?: "ExchangeToken";
26394
26753
  id: string;
@@ -26431,6 +26790,7 @@ export type GetExchangeTokenByIdQueryQuery = {
26431
26790
  escalationResponsePeriod: string;
26432
26791
  feeAmount: string;
26433
26792
  buyerEscalationDeposit: string;
26793
+ mutualizerAddress: string;
26434
26794
  };
26435
26795
  metadata?: {
26436
26796
  __typename: "BaseMetadataEntity";
@@ -27419,7 +27779,10 @@ export type GetExchangeTokensQueryQuery = {
27419
27779
  id: string;
27420
27780
  createdAt: string;
27421
27781
  price: string;
27782
+ sellerId: string;
27422
27783
  sellerDeposit: string;
27784
+ buyerId: string;
27785
+ creator: number;
27423
27786
  protocolFee: string;
27424
27787
  agentFee: string;
27425
27788
  agentId: string;
@@ -27437,7 +27800,7 @@ export type GetExchangeTokensQueryQuery = {
27437
27800
  metadataHash: string;
27438
27801
  voided: boolean;
27439
27802
  voidedAt?: string | null;
27440
- collectionIndex: string;
27803
+ collectionIndex?: string | null;
27441
27804
  disputeResolverId: string;
27442
27805
  numberOfCommits: string;
27443
27806
  numberOfRedemptions: string;
@@ -27488,13 +27851,13 @@ export type GetExchangeTokensQueryQuery = {
27488
27851
  metadataHash: string;
27489
27852
  voided: boolean;
27490
27853
  voidedAt?: string | null;
27491
- collectionIndex: string;
27854
+ collectionIndex?: string | null;
27492
27855
  disputeResolverId: string;
27493
27856
  numberOfCommits: string;
27494
27857
  numberOfRedemptions: string;
27495
27858
  }> | null;
27496
27859
  } | null;
27497
- seller: {
27860
+ seller?: {
27498
27861
  __typename?: "Seller";
27499
27862
  id: string;
27500
27863
  assistant: string;
@@ -27581,8 +27944,14 @@ export type GetExchangeTokensQueryQuery = {
27581
27944
  }> | null;
27582
27945
  }> | null;
27583
27946
  } | null;
27584
- };
27585
- collection: {
27947
+ } | null;
27948
+ buyer?: {
27949
+ __typename?: "Buyer";
27950
+ id: string;
27951
+ wallet: string;
27952
+ active: boolean;
27953
+ } | null;
27954
+ collection?: {
27586
27955
  __typename?: "OfferCollection";
27587
27956
  id: string;
27588
27957
  sellerId: string;
@@ -27604,7 +27973,7 @@ export type GetExchangeTokensQueryQuery = {
27604
27973
  createdAt: string;
27605
27974
  collaborators?: Array<string> | null;
27606
27975
  } | null;
27607
- };
27976
+ } | null;
27608
27977
  exchangeToken: {
27609
27978
  __typename?: "ExchangeToken";
27610
27979
  id: string;
@@ -27647,6 +28016,7 @@ export type GetExchangeTokensQueryQuery = {
27647
28016
  escalationResponsePeriod: string;
27648
28017
  feeAmount: string;
27649
28018
  buyerEscalationDeposit: string;
28019
+ mutualizerAddress: string;
27650
28020
  };
27651
28021
  metadata?: {
27652
28022
  __typename: "BaseMetadataEntity";
@@ -28614,7 +28984,10 @@ export type ExchangeTokenFieldsFragment = {
28614
28984
  id: string;
28615
28985
  createdAt: string;
28616
28986
  price: string;
28987
+ sellerId: string;
28617
28988
  sellerDeposit: string;
28989
+ buyerId: string;
28990
+ creator: number;
28618
28991
  protocolFee: string;
28619
28992
  agentFee: string;
28620
28993
  agentId: string;
@@ -28632,7 +29005,7 @@ export type ExchangeTokenFieldsFragment = {
28632
29005
  metadataHash: string;
28633
29006
  voided: boolean;
28634
29007
  voidedAt?: string | null;
28635
- collectionIndex: string;
29008
+ collectionIndex?: string | null;
28636
29009
  disputeResolverId: string;
28637
29010
  numberOfCommits: string;
28638
29011
  numberOfRedemptions: string;
@@ -28683,13 +29056,13 @@ export type ExchangeTokenFieldsFragment = {
28683
29056
  metadataHash: string;
28684
29057
  voided: boolean;
28685
29058
  voidedAt?: string | null;
28686
- collectionIndex: string;
29059
+ collectionIndex?: string | null;
28687
29060
  disputeResolverId: string;
28688
29061
  numberOfCommits: string;
28689
29062
  numberOfRedemptions: string;
28690
29063
  }> | null;
28691
29064
  } | null;
28692
- seller: {
29065
+ seller?: {
28693
29066
  __typename?: "Seller";
28694
29067
  id: string;
28695
29068
  assistant: string;
@@ -28776,8 +29149,14 @@ export type ExchangeTokenFieldsFragment = {
28776
29149
  }> | null;
28777
29150
  }> | null;
28778
29151
  } | null;
28779
- };
28780
- collection: {
29152
+ } | null;
29153
+ buyer?: {
29154
+ __typename?: "Buyer";
29155
+ id: string;
29156
+ wallet: string;
29157
+ active: boolean;
29158
+ } | null;
29159
+ collection?: {
28781
29160
  __typename?: "OfferCollection";
28782
29161
  id: string;
28783
29162
  sellerId: string;
@@ -28799,7 +29178,7 @@ export type ExchangeTokenFieldsFragment = {
28799
29178
  createdAt: string;
28800
29179
  collaborators?: Array<string> | null;
28801
29180
  } | null;
28802
- };
29181
+ } | null;
28803
29182
  exchangeToken: {
28804
29183
  __typename?: "ExchangeToken";
28805
29184
  id: string;
@@ -28842,6 +29221,7 @@ export type ExchangeTokenFieldsFragment = {
28842
29221
  escalationResponsePeriod: string;
28843
29222
  feeAmount: string;
28844
29223
  buyerEscalationDeposit: string;
29224
+ mutualizerAddress: string;
28845
29225
  };
28846
29226
  metadata?: {
28847
29227
  __typename: "BaseMetadataEntity";
@@ -30050,12 +30430,16 @@ export type GetExchangeByIdQueryQuery = {
30050
30430
  completedDate?: string | null;
30051
30431
  disputedDate?: string | null;
30052
30432
  expired: boolean;
30433
+ mutualizerAddress: string;
30053
30434
  offer: {
30054
30435
  __typename?: "Offer";
30055
30436
  id: string;
30056
30437
  createdAt: string;
30057
30438
  price: string;
30439
+ sellerId: string;
30058
30440
  sellerDeposit: string;
30441
+ buyerId: string;
30442
+ creator: number;
30059
30443
  protocolFee: string;
30060
30444
  agentFee: string;
30061
30445
  agentId: string;
@@ -30073,7 +30457,7 @@ export type GetExchangeByIdQueryQuery = {
30073
30457
  metadataHash: string;
30074
30458
  voided: boolean;
30075
30459
  voidedAt?: string | null;
30076
- collectionIndex: string;
30460
+ collectionIndex?: string | null;
30077
30461
  disputeResolverId: string;
30078
30462
  numberOfCommits: string;
30079
30463
  numberOfRedemptions: string;
@@ -30124,13 +30508,13 @@ export type GetExchangeByIdQueryQuery = {
30124
30508
  metadataHash: string;
30125
30509
  voided: boolean;
30126
30510
  voidedAt?: string | null;
30127
- collectionIndex: string;
30511
+ collectionIndex?: string | null;
30128
30512
  disputeResolverId: string;
30129
30513
  numberOfCommits: string;
30130
30514
  numberOfRedemptions: string;
30131
30515
  }> | null;
30132
30516
  } | null;
30133
- seller: {
30517
+ seller?: {
30134
30518
  __typename?: "Seller";
30135
30519
  id: string;
30136
30520
  assistant: string;
@@ -30217,8 +30601,14 @@ export type GetExchangeByIdQueryQuery = {
30217
30601
  }> | null;
30218
30602
  }> | null;
30219
30603
  } | null;
30220
- };
30221
- collection: {
30604
+ } | null;
30605
+ buyer?: {
30606
+ __typename?: "Buyer";
30607
+ id: string;
30608
+ wallet: string;
30609
+ active: boolean;
30610
+ } | null;
30611
+ collection?: {
30222
30612
  __typename?: "OfferCollection";
30223
30613
  id: string;
30224
30614
  sellerId: string;
@@ -30240,7 +30630,7 @@ export type GetExchangeByIdQueryQuery = {
30240
30630
  createdAt: string;
30241
30631
  collaborators?: Array<string> | null;
30242
30632
  } | null;
30243
- };
30633
+ } | null;
30244
30634
  exchangeToken: {
30245
30635
  __typename?: "ExchangeToken";
30246
30636
  id: string;
@@ -30283,6 +30673,7 @@ export type GetExchangeByIdQueryQuery = {
30283
30673
  escalationResponsePeriod: string;
30284
30674
  feeAmount: string;
30285
30675
  buyerEscalationDeposit: string;
30676
+ mutualizerAddress: string;
30286
30677
  };
30287
30678
  metadata?: {
30288
30679
  __typename: "BaseMetadataEntity";
@@ -31368,12 +31759,16 @@ export type GetExchangesQueryQuery = {
31368
31759
  completedDate?: string | null;
31369
31760
  disputedDate?: string | null;
31370
31761
  expired: boolean;
31762
+ mutualizerAddress: string;
31371
31763
  offer: {
31372
31764
  __typename?: "Offer";
31373
31765
  id: string;
31374
31766
  createdAt: string;
31375
31767
  price: string;
31768
+ sellerId: string;
31376
31769
  sellerDeposit: string;
31770
+ buyerId: string;
31771
+ creator: number;
31377
31772
  protocolFee: string;
31378
31773
  agentFee: string;
31379
31774
  agentId: string;
@@ -31391,7 +31786,7 @@ export type GetExchangesQueryQuery = {
31391
31786
  metadataHash: string;
31392
31787
  voided: boolean;
31393
31788
  voidedAt?: string | null;
31394
- collectionIndex: string;
31789
+ collectionIndex?: string | null;
31395
31790
  disputeResolverId: string;
31396
31791
  numberOfCommits: string;
31397
31792
  numberOfRedemptions: string;
@@ -31442,13 +31837,13 @@ export type GetExchangesQueryQuery = {
31442
31837
  metadataHash: string;
31443
31838
  voided: boolean;
31444
31839
  voidedAt?: string | null;
31445
- collectionIndex: string;
31840
+ collectionIndex?: string | null;
31446
31841
  disputeResolverId: string;
31447
31842
  numberOfCommits: string;
31448
31843
  numberOfRedemptions: string;
31449
31844
  }> | null;
31450
31845
  } | null;
31451
- seller: {
31846
+ seller?: {
31452
31847
  __typename?: "Seller";
31453
31848
  id: string;
31454
31849
  assistant: string;
@@ -31535,8 +31930,14 @@ export type GetExchangesQueryQuery = {
31535
31930
  }> | null;
31536
31931
  }> | null;
31537
31932
  } | null;
31538
- };
31539
- collection: {
31933
+ } | null;
31934
+ buyer?: {
31935
+ __typename?: "Buyer";
31936
+ id: string;
31937
+ wallet: string;
31938
+ active: boolean;
31939
+ } | null;
31940
+ collection?: {
31540
31941
  __typename?: "OfferCollection";
31541
31942
  id: string;
31542
31943
  sellerId: string;
@@ -31558,7 +31959,7 @@ export type GetExchangesQueryQuery = {
31558
31959
  createdAt: string;
31559
31960
  collaborators?: Array<string> | null;
31560
31961
  } | null;
31561
- };
31962
+ } | null;
31562
31963
  exchangeToken: {
31563
31964
  __typename?: "ExchangeToken";
31564
31965
  id: string;
@@ -31601,6 +32002,7 @@ export type GetExchangesQueryQuery = {
31601
32002
  escalationResponsePeriod: string;
31602
32003
  feeAmount: string;
31603
32004
  buyerEscalationDeposit: string;
32005
+ mutualizerAddress: string;
31604
32006
  };
31605
32007
  metadata?: {
31606
32008
  __typename: "BaseMetadataEntity";
@@ -32677,12 +33079,16 @@ export type ExchangeFieldsFragment = {
32677
33079
  completedDate?: string | null;
32678
33080
  disputedDate?: string | null;
32679
33081
  expired: boolean;
33082
+ mutualizerAddress: string;
32680
33083
  offer: {
32681
33084
  __typename?: "Offer";
32682
33085
  id: string;
32683
33086
  createdAt: string;
32684
33087
  price: string;
33088
+ sellerId: string;
32685
33089
  sellerDeposit: string;
33090
+ buyerId: string;
33091
+ creator: number;
32686
33092
  protocolFee: string;
32687
33093
  agentFee: string;
32688
33094
  agentId: string;
@@ -32700,7 +33106,7 @@ export type ExchangeFieldsFragment = {
32700
33106
  metadataHash: string;
32701
33107
  voided: boolean;
32702
33108
  voidedAt?: string | null;
32703
- collectionIndex: string;
33109
+ collectionIndex?: string | null;
32704
33110
  disputeResolverId: string;
32705
33111
  numberOfCommits: string;
32706
33112
  numberOfRedemptions: string;
@@ -32751,13 +33157,13 @@ export type ExchangeFieldsFragment = {
32751
33157
  metadataHash: string;
32752
33158
  voided: boolean;
32753
33159
  voidedAt?: string | null;
32754
- collectionIndex: string;
33160
+ collectionIndex?: string | null;
32755
33161
  disputeResolverId: string;
32756
33162
  numberOfCommits: string;
32757
33163
  numberOfRedemptions: string;
32758
33164
  }> | null;
32759
33165
  } | null;
32760
- seller: {
33166
+ seller?: {
32761
33167
  __typename?: "Seller";
32762
33168
  id: string;
32763
33169
  assistant: string;
@@ -32844,8 +33250,14 @@ export type ExchangeFieldsFragment = {
32844
33250
  }> | null;
32845
33251
  }> | null;
32846
33252
  } | null;
32847
- };
32848
- collection: {
33253
+ } | null;
33254
+ buyer?: {
33255
+ __typename?: "Buyer";
33256
+ id: string;
33257
+ wallet: string;
33258
+ active: boolean;
33259
+ } | null;
33260
+ collection?: {
32849
33261
  __typename?: "OfferCollection";
32850
33262
  id: string;
32851
33263
  sellerId: string;
@@ -32867,7 +33279,7 @@ export type ExchangeFieldsFragment = {
32867
33279
  createdAt: string;
32868
33280
  collaborators?: Array<string> | null;
32869
33281
  } | null;
32870
- };
33282
+ } | null;
32871
33283
  exchangeToken: {
32872
33284
  __typename?: "ExchangeToken";
32873
33285
  id: string;
@@ -32910,6 +33322,7 @@ export type ExchangeFieldsFragment = {
32910
33322
  escalationResponsePeriod: string;
32911
33323
  feeAmount: string;
32912
33324
  buyerEscalationDeposit: string;
33325
+ mutualizerAddress: string;
32913
33326
  };
32914
33327
  metadata?: {
32915
33328
  __typename: "BaseMetadataEntity";
@@ -33985,6 +34398,7 @@ export type BaseExchangeFieldsFragment = {
33985
34398
  completedDate?: string | null;
33986
34399
  disputedDate?: string | null;
33987
34400
  expired: boolean;
34401
+ mutualizerAddress: string;
33988
34402
  dispute?: {
33989
34403
  __typename?: "Dispute";
33990
34404
  id: string;
@@ -34196,7 +34610,7 @@ export type BaseConditionFieldsFragment = {
34196
34610
  metadataHash: string;
34197
34611
  voided: boolean;
34198
34612
  voidedAt?: string | null;
34199
- collectionIndex: string;
34613
+ collectionIndex?: string | null;
34200
34614
  disputeResolverId: string;
34201
34615
  numberOfCommits: string;
34202
34616
  numberOfRedemptions: string;
@@ -34249,7 +34663,10 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
34249
34663
  id: string;
34250
34664
  createdAt: string;
34251
34665
  price: string;
34666
+ sellerId: string;
34252
34667
  sellerDeposit: string;
34668
+ buyerId: string;
34669
+ creator: number;
34253
34670
  protocolFee: string;
34254
34671
  agentFee: string;
34255
34672
  agentId: string;
@@ -34267,7 +34684,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
34267
34684
  metadataHash: string;
34268
34685
  voided: boolean;
34269
34686
  voidedAt?: string | null;
34270
- collectionIndex: string;
34687
+ collectionIndex?: string | null;
34271
34688
  disputeResolverId: string;
34272
34689
  numberOfCommits: string;
34273
34690
  numberOfRedemptions: string;
@@ -34318,13 +34735,13 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
34318
34735
  metadataHash: string;
34319
34736
  voided: boolean;
34320
34737
  voidedAt?: string | null;
34321
- collectionIndex: string;
34738
+ collectionIndex?: string | null;
34322
34739
  disputeResolverId: string;
34323
34740
  numberOfCommits: string;
34324
34741
  numberOfRedemptions: string;
34325
34742
  }> | null;
34326
34743
  } | null;
34327
- seller: {
34744
+ seller?: {
34328
34745
  __typename?: "Seller";
34329
34746
  id: string;
34330
34747
  assistant: string;
@@ -34411,8 +34828,14 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
34411
34828
  }> | null;
34412
34829
  }> | null;
34413
34830
  } | null;
34414
- };
34415
- collection: {
34831
+ } | null;
34832
+ buyer?: {
34833
+ __typename?: "Buyer";
34834
+ id: string;
34835
+ wallet: string;
34836
+ active: boolean;
34837
+ } | null;
34838
+ collection?: {
34416
34839
  __typename?: "OfferCollection";
34417
34840
  id: string;
34418
34841
  sellerId: string;
@@ -34434,7 +34857,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
34434
34857
  createdAt: string;
34435
34858
  collaborators?: Array<string> | null;
34436
34859
  } | null;
34437
- };
34860
+ } | null;
34438
34861
  exchangeToken: {
34439
34862
  __typename?: "ExchangeToken";
34440
34863
  id: string;
@@ -34477,6 +34900,7 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
34477
34900
  escalationResponsePeriod: string;
34478
34901
  feeAmount: string;
34479
34902
  buyerEscalationDeposit: string;
34903
+ mutualizerAddress: string;
34480
34904
  };
34481
34905
  metadata?: {
34482
34906
  __typename: "BaseMetadataEntity";
@@ -35568,7 +35992,10 @@ export type GetBaseMetadataEntitiesQueryQuery = {
35568
35992
  id: string;
35569
35993
  createdAt: string;
35570
35994
  price: string;
35995
+ sellerId: string;
35571
35996
  sellerDeposit: string;
35997
+ buyerId: string;
35998
+ creator: number;
35572
35999
  protocolFee: string;
35573
36000
  agentFee: string;
35574
36001
  agentId: string;
@@ -35586,7 +36013,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
35586
36013
  metadataHash: string;
35587
36014
  voided: boolean;
35588
36015
  voidedAt?: string | null;
35589
- collectionIndex: string;
36016
+ collectionIndex?: string | null;
35590
36017
  disputeResolverId: string;
35591
36018
  numberOfCommits: string;
35592
36019
  numberOfRedemptions: string;
@@ -35637,13 +36064,13 @@ export type GetBaseMetadataEntitiesQueryQuery = {
35637
36064
  metadataHash: string;
35638
36065
  voided: boolean;
35639
36066
  voidedAt?: string | null;
35640
- collectionIndex: string;
36067
+ collectionIndex?: string | null;
35641
36068
  disputeResolverId: string;
35642
36069
  numberOfCommits: string;
35643
36070
  numberOfRedemptions: string;
35644
36071
  }> | null;
35645
36072
  } | null;
35646
- seller: {
36073
+ seller?: {
35647
36074
  __typename?: "Seller";
35648
36075
  id: string;
35649
36076
  assistant: string;
@@ -35730,8 +36157,14 @@ export type GetBaseMetadataEntitiesQueryQuery = {
35730
36157
  }> | null;
35731
36158
  }> | null;
35732
36159
  } | null;
35733
- };
35734
- collection: {
36160
+ } | null;
36161
+ buyer?: {
36162
+ __typename?: "Buyer";
36163
+ id: string;
36164
+ wallet: string;
36165
+ active: boolean;
36166
+ } | null;
36167
+ collection?: {
35735
36168
  __typename?: "OfferCollection";
35736
36169
  id: string;
35737
36170
  sellerId: string;
@@ -35753,7 +36186,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
35753
36186
  createdAt: string;
35754
36187
  collaborators?: Array<string> | null;
35755
36188
  } | null;
35756
- };
36189
+ } | null;
35757
36190
  exchangeToken: {
35758
36191
  __typename?: "ExchangeToken";
35759
36192
  id: string;
@@ -35796,6 +36229,7 @@ export type GetBaseMetadataEntitiesQueryQuery = {
35796
36229
  escalationResponsePeriod: string;
35797
36230
  feeAmount: string;
35798
36231
  buyerEscalationDeposit: string;
36232
+ mutualizerAddress: string;
35799
36233
  };
35800
36234
  metadata?: {
35801
36235
  __typename: "BaseMetadataEntity";
@@ -36878,7 +37312,10 @@ export type BaseMetadataEntityFieldsFragment = {
36878
37312
  id: string;
36879
37313
  createdAt: string;
36880
37314
  price: string;
37315
+ sellerId: string;
36881
37316
  sellerDeposit: string;
37317
+ buyerId: string;
37318
+ creator: number;
36882
37319
  protocolFee: string;
36883
37320
  agentFee: string;
36884
37321
  agentId: string;
@@ -36896,7 +37333,7 @@ export type BaseMetadataEntityFieldsFragment = {
36896
37333
  metadataHash: string;
36897
37334
  voided: boolean;
36898
37335
  voidedAt?: string | null;
36899
- collectionIndex: string;
37336
+ collectionIndex?: string | null;
36900
37337
  disputeResolverId: string;
36901
37338
  numberOfCommits: string;
36902
37339
  numberOfRedemptions: string;
@@ -36947,13 +37384,13 @@ export type BaseMetadataEntityFieldsFragment = {
36947
37384
  metadataHash: string;
36948
37385
  voided: boolean;
36949
37386
  voidedAt?: string | null;
36950
- collectionIndex: string;
37387
+ collectionIndex?: string | null;
36951
37388
  disputeResolverId: string;
36952
37389
  numberOfCommits: string;
36953
37390
  numberOfRedemptions: string;
36954
37391
  }> | null;
36955
37392
  } | null;
36956
- seller: {
37393
+ seller?: {
36957
37394
  __typename?: "Seller";
36958
37395
  id: string;
36959
37396
  assistant: string;
@@ -37040,8 +37477,14 @@ export type BaseMetadataEntityFieldsFragment = {
37040
37477
  }> | null;
37041
37478
  }> | null;
37042
37479
  } | null;
37043
- };
37044
- collection: {
37480
+ } | null;
37481
+ buyer?: {
37482
+ __typename?: "Buyer";
37483
+ id: string;
37484
+ wallet: string;
37485
+ active: boolean;
37486
+ } | null;
37487
+ collection?: {
37045
37488
  __typename?: "OfferCollection";
37046
37489
  id: string;
37047
37490
  sellerId: string;
@@ -37063,7 +37506,7 @@ export type BaseMetadataEntityFieldsFragment = {
37063
37506
  createdAt: string;
37064
37507
  collaborators?: Array<string> | null;
37065
37508
  } | null;
37066
- };
37509
+ } | null;
37067
37510
  exchangeToken: {
37068
37511
  __typename?: "ExchangeToken";
37069
37512
  id: string;
@@ -37106,6 +37549,7 @@ export type BaseMetadataEntityFieldsFragment = {
37106
37549
  escalationResponsePeriod: string;
37107
37550
  feeAmount: string;
37108
37551
  buyerEscalationDeposit: string;
37552
+ mutualizerAddress: string;
37109
37553
  };
37110
37554
  metadata?: {
37111
37555
  __typename: "BaseMetadataEntity";
@@ -38187,7 +38631,10 @@ export type BaseBaseMetadataEntityFieldsFragment = {
38187
38631
  id: string;
38188
38632
  createdAt: string;
38189
38633
  price: string;
38634
+ sellerId: string;
38190
38635
  sellerDeposit: string;
38636
+ buyerId: string;
38637
+ creator: number;
38191
38638
  protocolFee: string;
38192
38639
  agentFee: string;
38193
38640
  agentId: string;
@@ -38205,7 +38652,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
38205
38652
  metadataHash: string;
38206
38653
  voided: boolean;
38207
38654
  voidedAt?: string | null;
38208
- collectionIndex: string;
38655
+ collectionIndex?: string | null;
38209
38656
  disputeResolverId: string;
38210
38657
  numberOfCommits: string;
38211
38658
  numberOfRedemptions: string;
@@ -38256,13 +38703,13 @@ export type BaseBaseMetadataEntityFieldsFragment = {
38256
38703
  metadataHash: string;
38257
38704
  voided: boolean;
38258
38705
  voidedAt?: string | null;
38259
- collectionIndex: string;
38706
+ collectionIndex?: string | null;
38260
38707
  disputeResolverId: string;
38261
38708
  numberOfCommits: string;
38262
38709
  numberOfRedemptions: string;
38263
38710
  }> | null;
38264
38711
  } | null;
38265
- seller: {
38712
+ seller?: {
38266
38713
  __typename?: "Seller";
38267
38714
  id: string;
38268
38715
  assistant: string;
@@ -38349,8 +38796,14 @@ export type BaseBaseMetadataEntityFieldsFragment = {
38349
38796
  }> | null;
38350
38797
  }> | null;
38351
38798
  } | null;
38352
- };
38353
- collection: {
38799
+ } | null;
38800
+ buyer?: {
38801
+ __typename?: "Buyer";
38802
+ id: string;
38803
+ wallet: string;
38804
+ active: boolean;
38805
+ } | null;
38806
+ collection?: {
38354
38807
  __typename?: "OfferCollection";
38355
38808
  id: string;
38356
38809
  sellerId: string;
@@ -38372,7 +38825,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
38372
38825
  createdAt: string;
38373
38826
  collaborators?: Array<string> | null;
38374
38827
  } | null;
38375
- };
38828
+ } | null;
38376
38829
  exchangeToken: {
38377
38830
  __typename?: "ExchangeToken";
38378
38831
  id: string;
@@ -38415,6 +38868,7 @@ export type BaseBaseMetadataEntityFieldsFragment = {
38415
38868
  escalationResponsePeriod: string;
38416
38869
  feeAmount: string;
38417
38870
  buyerEscalationDeposit: string;
38871
+ mutualizerAddress: string;
38418
38872
  };
38419
38873
  metadata?: {
38420
38874
  __typename: "BaseMetadataEntity";
@@ -39508,7 +39962,10 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
39508
39962
  id: string;
39509
39963
  createdAt: string;
39510
39964
  price: string;
39965
+ sellerId: string;
39511
39966
  sellerDeposit: string;
39967
+ buyerId: string;
39968
+ creator: number;
39512
39969
  protocolFee: string;
39513
39970
  agentFee: string;
39514
39971
  agentId: string;
@@ -39526,7 +39983,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
39526
39983
  metadataHash: string;
39527
39984
  voided: boolean;
39528
39985
  voidedAt?: string | null;
39529
- collectionIndex: string;
39986
+ collectionIndex?: string | null;
39530
39987
  disputeResolverId: string;
39531
39988
  numberOfCommits: string;
39532
39989
  numberOfRedemptions: string;
@@ -39545,6 +40002,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
39545
40002
  completedDate?: string | null;
39546
40003
  disputedDate?: string | null;
39547
40004
  expired: boolean;
40005
+ mutualizerAddress: string;
39548
40006
  dispute?: {
39549
40007
  __typename?: "Dispute";
39550
40008
  id: string;
@@ -39705,13 +40163,13 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
39705
40163
  metadataHash: string;
39706
40164
  voided: boolean;
39707
40165
  voidedAt?: string | null;
39708
- collectionIndex: string;
40166
+ collectionIndex?: string | null;
39709
40167
  disputeResolverId: string;
39710
40168
  numberOfCommits: string;
39711
40169
  numberOfRedemptions: string;
39712
40170
  }> | null;
39713
40171
  } | null;
39714
- seller: {
40172
+ seller?: {
39715
40173
  __typename?: "Seller";
39716
40174
  id: string;
39717
40175
  assistant: string;
@@ -39798,8 +40256,14 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
39798
40256
  }> | null;
39799
40257
  }> | null;
39800
40258
  } | null;
39801
- };
39802
- collection: {
40259
+ } | null;
40260
+ buyer?: {
40261
+ __typename?: "Buyer";
40262
+ id: string;
40263
+ wallet: string;
40264
+ active: boolean;
40265
+ } | null;
40266
+ collection?: {
39803
40267
  __typename?: "OfferCollection";
39804
40268
  id: string;
39805
40269
  sellerId: string;
@@ -39821,7 +40285,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
39821
40285
  createdAt: string;
39822
40286
  collaborators?: Array<string> | null;
39823
40287
  } | null;
39824
- };
40288
+ } | null;
39825
40289
  exchangeToken: {
39826
40290
  __typename?: "ExchangeToken";
39827
40291
  id: string;
@@ -39864,6 +40328,7 @@ export type GetBundleMetadataEntityByIdQueryQuery = {
39864
40328
  escalationResponsePeriod: string;
39865
40329
  feeAmount: string;
39866
40330
  buyerEscalationDeposit: string;
40331
+ mutualizerAddress: string;
39867
40332
  };
39868
40333
  metadata?: {
39869
40334
  __typename: "BaseMetadataEntity";
@@ -41415,7 +41880,10 @@ export type GetBundleMetadataEntitiesQueryQuery = {
41415
41880
  id: string;
41416
41881
  createdAt: string;
41417
41882
  price: string;
41883
+ sellerId: string;
41418
41884
  sellerDeposit: string;
41885
+ buyerId: string;
41886
+ creator: number;
41419
41887
  protocolFee: string;
41420
41888
  agentFee: string;
41421
41889
  agentId: string;
@@ -41433,7 +41901,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
41433
41901
  metadataHash: string;
41434
41902
  voided: boolean;
41435
41903
  voidedAt?: string | null;
41436
- collectionIndex: string;
41904
+ collectionIndex?: string | null;
41437
41905
  disputeResolverId: string;
41438
41906
  numberOfCommits: string;
41439
41907
  numberOfRedemptions: string;
@@ -41452,6 +41920,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
41452
41920
  completedDate?: string | null;
41453
41921
  disputedDate?: string | null;
41454
41922
  expired: boolean;
41923
+ mutualizerAddress: string;
41455
41924
  dispute?: {
41456
41925
  __typename?: "Dispute";
41457
41926
  id: string;
@@ -41612,13 +42081,13 @@ export type GetBundleMetadataEntitiesQueryQuery = {
41612
42081
  metadataHash: string;
41613
42082
  voided: boolean;
41614
42083
  voidedAt?: string | null;
41615
- collectionIndex: string;
42084
+ collectionIndex?: string | null;
41616
42085
  disputeResolverId: string;
41617
42086
  numberOfCommits: string;
41618
42087
  numberOfRedemptions: string;
41619
42088
  }> | null;
41620
42089
  } | null;
41621
- seller: {
42090
+ seller?: {
41622
42091
  __typename?: "Seller";
41623
42092
  id: string;
41624
42093
  assistant: string;
@@ -41705,8 +42174,14 @@ export type GetBundleMetadataEntitiesQueryQuery = {
41705
42174
  }> | null;
41706
42175
  }> | null;
41707
42176
  } | null;
41708
- };
41709
- collection: {
42177
+ } | null;
42178
+ buyer?: {
42179
+ __typename?: "Buyer";
42180
+ id: string;
42181
+ wallet: string;
42182
+ active: boolean;
42183
+ } | null;
42184
+ collection?: {
41710
42185
  __typename?: "OfferCollection";
41711
42186
  id: string;
41712
42187
  sellerId: string;
@@ -41728,7 +42203,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
41728
42203
  createdAt: string;
41729
42204
  collaborators?: Array<string> | null;
41730
42205
  } | null;
41731
- };
42206
+ } | null;
41732
42207
  exchangeToken: {
41733
42208
  __typename?: "ExchangeToken";
41734
42209
  id: string;
@@ -41771,6 +42246,7 @@ export type GetBundleMetadataEntitiesQueryQuery = {
41771
42246
  escalationResponsePeriod: string;
41772
42247
  feeAmount: string;
41773
42248
  buyerEscalationDeposit: string;
42249
+ mutualizerAddress: string;
41774
42250
  };
41775
42251
  metadata?: {
41776
42252
  __typename: "BaseMetadataEntity";
@@ -43313,7 +43789,10 @@ export type BundleMetadataEntityFieldsFragment = {
43313
43789
  id: string;
43314
43790
  createdAt: string;
43315
43791
  price: string;
43792
+ sellerId: string;
43316
43793
  sellerDeposit: string;
43794
+ buyerId: string;
43795
+ creator: number;
43317
43796
  protocolFee: string;
43318
43797
  agentFee: string;
43319
43798
  agentId: string;
@@ -43331,7 +43810,7 @@ export type BundleMetadataEntityFieldsFragment = {
43331
43810
  metadataHash: string;
43332
43811
  voided: boolean;
43333
43812
  voidedAt?: string | null;
43334
- collectionIndex: string;
43813
+ collectionIndex?: string | null;
43335
43814
  disputeResolverId: string;
43336
43815
  numberOfCommits: string;
43337
43816
  numberOfRedemptions: string;
@@ -43350,6 +43829,7 @@ export type BundleMetadataEntityFieldsFragment = {
43350
43829
  completedDate?: string | null;
43351
43830
  disputedDate?: string | null;
43352
43831
  expired: boolean;
43832
+ mutualizerAddress: string;
43353
43833
  dispute?: {
43354
43834
  __typename?: "Dispute";
43355
43835
  id: string;
@@ -43510,13 +43990,13 @@ export type BundleMetadataEntityFieldsFragment = {
43510
43990
  metadataHash: string;
43511
43991
  voided: boolean;
43512
43992
  voidedAt?: string | null;
43513
- collectionIndex: string;
43993
+ collectionIndex?: string | null;
43514
43994
  disputeResolverId: string;
43515
43995
  numberOfCommits: string;
43516
43996
  numberOfRedemptions: string;
43517
43997
  }> | null;
43518
43998
  } | null;
43519
- seller: {
43999
+ seller?: {
43520
44000
  __typename?: "Seller";
43521
44001
  id: string;
43522
44002
  assistant: string;
@@ -43603,8 +44083,14 @@ export type BundleMetadataEntityFieldsFragment = {
43603
44083
  }> | null;
43604
44084
  }> | null;
43605
44085
  } | null;
43606
- };
43607
- collection: {
44086
+ } | null;
44087
+ buyer?: {
44088
+ __typename?: "Buyer";
44089
+ id: string;
44090
+ wallet: string;
44091
+ active: boolean;
44092
+ } | null;
44093
+ collection?: {
43608
44094
  __typename?: "OfferCollection";
43609
44095
  id: string;
43610
44096
  sellerId: string;
@@ -43626,7 +44112,7 @@ export type BundleMetadataEntityFieldsFragment = {
43626
44112
  createdAt: string;
43627
44113
  collaborators?: Array<string> | null;
43628
44114
  } | null;
43629
- };
44115
+ } | null;
43630
44116
  exchangeToken: {
43631
44117
  __typename?: "ExchangeToken";
43632
44118
  id: string;
@@ -43669,6 +44155,7 @@ export type BundleMetadataEntityFieldsFragment = {
43669
44155
  escalationResponsePeriod: string;
43670
44156
  feeAmount: string;
43671
44157
  buyerEscalationDeposit: string;
44158
+ mutualizerAddress: string;
43672
44159
  };
43673
44160
  metadata?: {
43674
44161
  __typename: "BaseMetadataEntity";
@@ -45210,7 +45697,10 @@ export type BaseBundleMetadataEntityFieldsFragment = {
45210
45697
  id: string;
45211
45698
  createdAt: string;
45212
45699
  price: string;
45700
+ sellerId: string;
45213
45701
  sellerDeposit: string;
45702
+ buyerId: string;
45703
+ creator: number;
45214
45704
  protocolFee: string;
45215
45705
  agentFee: string;
45216
45706
  agentId: string;
@@ -45228,7 +45718,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
45228
45718
  metadataHash: string;
45229
45719
  voided: boolean;
45230
45720
  voidedAt?: string | null;
45231
- collectionIndex: string;
45721
+ collectionIndex?: string | null;
45232
45722
  disputeResolverId: string;
45233
45723
  numberOfCommits: string;
45234
45724
  numberOfRedemptions: string;
@@ -45247,6 +45737,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
45247
45737
  completedDate?: string | null;
45248
45738
  disputedDate?: string | null;
45249
45739
  expired: boolean;
45740
+ mutualizerAddress: string;
45250
45741
  dispute?: {
45251
45742
  __typename?: "Dispute";
45252
45743
  id: string;
@@ -45407,13 +45898,13 @@ export type BaseBundleMetadataEntityFieldsFragment = {
45407
45898
  metadataHash: string;
45408
45899
  voided: boolean;
45409
45900
  voidedAt?: string | null;
45410
- collectionIndex: string;
45901
+ collectionIndex?: string | null;
45411
45902
  disputeResolverId: string;
45412
45903
  numberOfCommits: string;
45413
45904
  numberOfRedemptions: string;
45414
45905
  }> | null;
45415
45906
  } | null;
45416
- seller: {
45907
+ seller?: {
45417
45908
  __typename?: "Seller";
45418
45909
  id: string;
45419
45910
  assistant: string;
@@ -45500,8 +45991,14 @@ export type BaseBundleMetadataEntityFieldsFragment = {
45500
45991
  }> | null;
45501
45992
  }> | null;
45502
45993
  } | null;
45503
- };
45504
- collection: {
45994
+ } | null;
45995
+ buyer?: {
45996
+ __typename?: "Buyer";
45997
+ id: string;
45998
+ wallet: string;
45999
+ active: boolean;
46000
+ } | null;
46001
+ collection?: {
45505
46002
  __typename?: "OfferCollection";
45506
46003
  id: string;
45507
46004
  sellerId: string;
@@ -45523,7 +46020,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
45523
46020
  createdAt: string;
45524
46021
  collaborators?: Array<string> | null;
45525
46022
  } | null;
45526
- };
46023
+ } | null;
45527
46024
  exchangeToken: {
45528
46025
  __typename?: "ExchangeToken";
45529
46026
  id: string;
@@ -45566,6 +46063,7 @@ export type BaseBundleMetadataEntityFieldsFragment = {
45566
46063
  escalationResponsePeriod: string;
45567
46064
  feeAmount: string;
45568
46065
  buyerEscalationDeposit: string;
46066
+ mutualizerAddress: string;
45569
46067
  };
45570
46068
  metadata?: {
45571
46069
  __typename: "BaseMetadataEntity";
@@ -47364,7 +47862,10 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
47364
47862
  id: string;
47365
47863
  createdAt: string;
47366
47864
  price: string;
47865
+ sellerId: string;
47367
47866
  sellerDeposit: string;
47867
+ buyerId: string;
47868
+ creator: number;
47368
47869
  protocolFee: string;
47369
47870
  agentFee: string;
47370
47871
  agentId: string;
@@ -47382,7 +47883,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
47382
47883
  metadataHash: string;
47383
47884
  voided: boolean;
47384
47885
  voidedAt?: string | null;
47385
- collectionIndex: string;
47886
+ collectionIndex?: string | null;
47386
47887
  disputeResolverId: string;
47387
47888
  numberOfCommits: string;
47388
47889
  numberOfRedemptions: string;
@@ -47401,6 +47902,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
47401
47902
  completedDate?: string | null;
47402
47903
  disputedDate?: string | null;
47403
47904
  expired: boolean;
47905
+ mutualizerAddress: string;
47404
47906
  dispute?: {
47405
47907
  __typename?: "Dispute";
47406
47908
  id: string;
@@ -47561,13 +48063,13 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
47561
48063
  metadataHash: string;
47562
48064
  voided: boolean;
47563
48065
  voidedAt?: string | null;
47564
- collectionIndex: string;
48066
+ collectionIndex?: string | null;
47565
48067
  disputeResolverId: string;
47566
48068
  numberOfCommits: string;
47567
48069
  numberOfRedemptions: string;
47568
48070
  }> | null;
47569
48071
  } | null;
47570
- seller: {
48072
+ seller?: {
47571
48073
  __typename?: "Seller";
47572
48074
  id: string;
47573
48075
  assistant: string;
@@ -47654,8 +48156,14 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
47654
48156
  }> | null;
47655
48157
  }> | null;
47656
48158
  } | null;
47657
- };
47658
- collection: {
48159
+ } | null;
48160
+ buyer?: {
48161
+ __typename?: "Buyer";
48162
+ id: string;
48163
+ wallet: string;
48164
+ active: boolean;
48165
+ } | null;
48166
+ collection?: {
47659
48167
  __typename?: "OfferCollection";
47660
48168
  id: string;
47661
48169
  sellerId: string;
@@ -47677,7 +48185,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
47677
48185
  createdAt: string;
47678
48186
  collaborators?: Array<string> | null;
47679
48187
  } | null;
47680
- };
48188
+ } | null;
47681
48189
  exchangeToken: {
47682
48190
  __typename?: "ExchangeToken";
47683
48191
  id: string;
@@ -47720,6 +48228,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
47720
48228
  escalationResponsePeriod: string;
47721
48229
  feeAmount: string;
47722
48230
  buyerEscalationDeposit: string;
48231
+ mutualizerAddress: string;
47723
48232
  };
47724
48233
  metadata?: {
47725
48234
  __typename: "BaseMetadataEntity";
@@ -48712,7 +49221,10 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
48712
49221
  id: string;
48713
49222
  createdAt: string;
48714
49223
  price: string;
49224
+ sellerId: string;
48715
49225
  sellerDeposit: string;
49226
+ buyerId: string;
49227
+ creator: number;
48716
49228
  protocolFee: string;
48717
49229
  agentFee: string;
48718
49230
  agentId: string;
@@ -48730,7 +49242,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
48730
49242
  metadataHash: string;
48731
49243
  voided: boolean;
48732
49244
  voidedAt?: string | null;
48733
- collectionIndex: string;
49245
+ collectionIndex?: string | null;
48734
49246
  disputeResolverId: string;
48735
49247
  numberOfCommits: string;
48736
49248
  numberOfRedemptions: string;
@@ -48749,6 +49261,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
48749
49261
  completedDate?: string | null;
48750
49262
  disputedDate?: string | null;
48751
49263
  expired: boolean;
49264
+ mutualizerAddress: string;
48752
49265
  dispute?: {
48753
49266
  __typename?: "Dispute";
48754
49267
  id: string;
@@ -48909,13 +49422,13 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
48909
49422
  metadataHash: string;
48910
49423
  voided: boolean;
48911
49424
  voidedAt?: string | null;
48912
- collectionIndex: string;
49425
+ collectionIndex?: string | null;
48913
49426
  disputeResolverId: string;
48914
49427
  numberOfCommits: string;
48915
49428
  numberOfRedemptions: string;
48916
49429
  }> | null;
48917
49430
  } | null;
48918
- seller: {
49431
+ seller?: {
48919
49432
  __typename?: "Seller";
48920
49433
  id: string;
48921
49434
  assistant: string;
@@ -49002,8 +49515,14 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
49002
49515
  }> | null;
49003
49516
  }> | null;
49004
49517
  } | null;
49005
- };
49006
- collection: {
49518
+ } | null;
49519
+ buyer?: {
49520
+ __typename?: "Buyer";
49521
+ id: string;
49522
+ wallet: string;
49523
+ active: boolean;
49524
+ } | null;
49525
+ collection?: {
49007
49526
  __typename?: "OfferCollection";
49008
49527
  id: string;
49009
49528
  sellerId: string;
@@ -49025,7 +49544,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
49025
49544
  createdAt: string;
49026
49545
  collaborators?: Array<string> | null;
49027
49546
  } | null;
49028
- };
49547
+ } | null;
49029
49548
  exchangeToken: {
49030
49549
  __typename?: "ExchangeToken";
49031
49550
  id: string;
@@ -49068,6 +49587,7 @@ export type GetProductV1ProductsWithVariantsQueryQuery = {
49068
49587
  escalationResponsePeriod: string;
49069
49588
  feeAmount: string;
49070
49589
  buyerEscalationDeposit: string;
49590
+ mutualizerAddress: string;
49071
49591
  };
49072
49592
  metadata?: {
49073
49593
  __typename: "BaseMetadataEntity";
@@ -50813,7 +51333,10 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
50813
51333
  id: string;
50814
51334
  createdAt: string;
50815
51335
  price: string;
51336
+ sellerId: string;
50816
51337
  sellerDeposit: string;
51338
+ buyerId: string;
51339
+ creator: number;
50817
51340
  protocolFee: string;
50818
51341
  agentFee: string;
50819
51342
  agentId: string;
@@ -50831,7 +51354,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
50831
51354
  metadataHash: string;
50832
51355
  voided: boolean;
50833
51356
  voidedAt?: string | null;
50834
- collectionIndex: string;
51357
+ collectionIndex?: string | null;
50835
51358
  disputeResolverId: string;
50836
51359
  numberOfCommits: string;
50837
51360
  numberOfRedemptions: string;
@@ -50850,6 +51373,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
50850
51373
  completedDate?: string | null;
50851
51374
  disputedDate?: string | null;
50852
51375
  expired: boolean;
51376
+ mutualizerAddress: string;
50853
51377
  dispute?: {
50854
51378
  __typename?: "Dispute";
50855
51379
  id: string;
@@ -51010,13 +51534,13 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
51010
51534
  metadataHash: string;
51011
51535
  voided: boolean;
51012
51536
  voidedAt?: string | null;
51013
- collectionIndex: string;
51537
+ collectionIndex?: string | null;
51014
51538
  disputeResolverId: string;
51015
51539
  numberOfCommits: string;
51016
51540
  numberOfRedemptions: string;
51017
51541
  }> | null;
51018
51542
  } | null;
51019
- seller: {
51543
+ seller?: {
51020
51544
  __typename?: "Seller";
51021
51545
  id: string;
51022
51546
  assistant: string;
@@ -51103,8 +51627,14 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
51103
51627
  }> | null;
51104
51628
  }> | null;
51105
51629
  } | null;
51106
- };
51107
- collection: {
51630
+ } | null;
51631
+ buyer?: {
51632
+ __typename?: "Buyer";
51633
+ id: string;
51634
+ wallet: string;
51635
+ active: boolean;
51636
+ } | null;
51637
+ collection?: {
51108
51638
  __typename?: "OfferCollection";
51109
51639
  id: string;
51110
51640
  sellerId: string;
@@ -51126,7 +51656,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
51126
51656
  createdAt: string;
51127
51657
  collaborators?: Array<string> | null;
51128
51658
  } | null;
51129
- };
51659
+ } | null;
51130
51660
  exchangeToken: {
51131
51661
  __typename?: "ExchangeToken";
51132
51662
  id: string;
@@ -51169,6 +51699,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
51169
51699
  escalationResponsePeriod: string;
51170
51700
  feeAmount: string;
51171
51701
  buyerEscalationDeposit: string;
51702
+ mutualizerAddress: string;
51172
51703
  };
51173
51704
  metadata?: {
51174
51705
  __typename: "BaseMetadataEntity";
@@ -52161,7 +52692,10 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
52161
52692
  id: string;
52162
52693
  createdAt: string;
52163
52694
  price: string;
52695
+ sellerId: string;
52164
52696
  sellerDeposit: string;
52697
+ buyerId: string;
52698
+ creator: number;
52165
52699
  protocolFee: string;
52166
52700
  agentFee: string;
52167
52701
  agentId: string;
@@ -52179,7 +52713,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
52179
52713
  metadataHash: string;
52180
52714
  voided: boolean;
52181
52715
  voidedAt?: string | null;
52182
- collectionIndex: string;
52716
+ collectionIndex?: string | null;
52183
52717
  disputeResolverId: string;
52184
52718
  numberOfCommits: string;
52185
52719
  numberOfRedemptions: string;
@@ -52198,6 +52732,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
52198
52732
  completedDate?: string | null;
52199
52733
  disputedDate?: string | null;
52200
52734
  expired: boolean;
52735
+ mutualizerAddress: string;
52201
52736
  dispute?: {
52202
52737
  __typename?: "Dispute";
52203
52738
  id: string;
@@ -52358,13 +52893,13 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
52358
52893
  metadataHash: string;
52359
52894
  voided: boolean;
52360
52895
  voidedAt?: string | null;
52361
- collectionIndex: string;
52896
+ collectionIndex?: string | null;
52362
52897
  disputeResolverId: string;
52363
52898
  numberOfCommits: string;
52364
52899
  numberOfRedemptions: string;
52365
52900
  }> | null;
52366
52901
  } | null;
52367
- seller: {
52902
+ seller?: {
52368
52903
  __typename?: "Seller";
52369
52904
  id: string;
52370
52905
  assistant: string;
@@ -52451,8 +52986,14 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
52451
52986
  }> | null;
52452
52987
  }> | null;
52453
52988
  } | null;
52454
- };
52455
- collection: {
52989
+ } | null;
52990
+ buyer?: {
52991
+ __typename?: "Buyer";
52992
+ id: string;
52993
+ wallet: string;
52994
+ active: boolean;
52995
+ } | null;
52996
+ collection?: {
52456
52997
  __typename?: "OfferCollection";
52457
52998
  id: string;
52458
52999
  sellerId: string;
@@ -52474,7 +53015,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
52474
53015
  createdAt: string;
52475
53016
  collaborators?: Array<string> | null;
52476
53017
  } | null;
52477
- };
53018
+ } | null;
52478
53019
  exchangeToken: {
52479
53020
  __typename?: "ExchangeToken";
52480
53021
  id: string;
@@ -52517,6 +53058,7 @@ export type GetAllProductsWithNotVoidedVariantsQueryQuery = {
52517
53058
  escalationResponsePeriod: string;
52518
53059
  feeAmount: string;
52519
53060
  buyerEscalationDeposit: string;
53061
+ mutualizerAddress: string;
52520
53062
  };
52521
53063
  metadata?: {
52522
53064
  __typename: "BaseMetadataEntity";
@@ -54274,7 +54816,10 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
54274
54816
  id: string;
54275
54817
  createdAt: string;
54276
54818
  price: string;
54819
+ sellerId: string;
54277
54820
  sellerDeposit: string;
54821
+ buyerId: string;
54822
+ creator: number;
54278
54823
  protocolFee: string;
54279
54824
  agentFee: string;
54280
54825
  agentId: string;
@@ -54292,7 +54837,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
54292
54837
  metadataHash: string;
54293
54838
  voided: boolean;
54294
54839
  voidedAt?: string | null;
54295
- collectionIndex: string;
54840
+ collectionIndex?: string | null;
54296
54841
  disputeResolverId: string;
54297
54842
  numberOfCommits: string;
54298
54843
  numberOfRedemptions: string;
@@ -54311,6 +54856,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
54311
54856
  completedDate?: string | null;
54312
54857
  disputedDate?: string | null;
54313
54858
  expired: boolean;
54859
+ mutualizerAddress: string;
54314
54860
  dispute?: {
54315
54861
  __typename?: "Dispute";
54316
54862
  id: string;
@@ -54471,13 +55017,13 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
54471
55017
  metadataHash: string;
54472
55018
  voided: boolean;
54473
55019
  voidedAt?: string | null;
54474
- collectionIndex: string;
55020
+ collectionIndex?: string | null;
54475
55021
  disputeResolverId: string;
54476
55022
  numberOfCommits: string;
54477
55023
  numberOfRedemptions: string;
54478
55024
  }> | null;
54479
55025
  } | null;
54480
- seller: {
55026
+ seller?: {
54481
55027
  __typename?: "Seller";
54482
55028
  id: string;
54483
55029
  assistant: string;
@@ -54564,8 +55110,14 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
54564
55110
  }> | null;
54565
55111
  }> | null;
54566
55112
  } | null;
54567
- };
54568
- collection: {
55113
+ } | null;
55114
+ buyer?: {
55115
+ __typename?: "Buyer";
55116
+ id: string;
55117
+ wallet: string;
55118
+ active: boolean;
55119
+ } | null;
55120
+ collection?: {
54569
55121
  __typename?: "OfferCollection";
54570
55122
  id: string;
54571
55123
  sellerId: string;
@@ -54587,7 +55139,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
54587
55139
  createdAt: string;
54588
55140
  collaborators?: Array<string> | null;
54589
55141
  } | null;
54590
- };
55142
+ } | null;
54591
55143
  exchangeToken: {
54592
55144
  __typename?: "ExchangeToken";
54593
55145
  id: string;
@@ -54630,6 +55182,7 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
54630
55182
  escalationResponsePeriod: string;
54631
55183
  feeAmount: string;
54632
55184
  buyerEscalationDeposit: string;
55185
+ mutualizerAddress: string;
54633
55186
  };
54634
55187
  metadata?: {
54635
55188
  __typename: "BaseMetadataEntity";
@@ -56072,7 +56625,10 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
56072
56625
  id: string;
56073
56626
  createdAt: string;
56074
56627
  price: string;
56628
+ sellerId: string;
56075
56629
  sellerDeposit: string;
56630
+ buyerId: string;
56631
+ creator: number;
56076
56632
  protocolFee: string;
56077
56633
  agentFee: string;
56078
56634
  agentId: string;
@@ -56090,7 +56646,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
56090
56646
  metadataHash: string;
56091
56647
  voided: boolean;
56092
56648
  voidedAt?: string | null;
56093
- collectionIndex: string;
56649
+ collectionIndex?: string | null;
56094
56650
  disputeResolverId: string;
56095
56651
  numberOfCommits: string;
56096
56652
  numberOfRedemptions: string;
@@ -56109,6 +56665,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
56109
56665
  completedDate?: string | null;
56110
56666
  disputedDate?: string | null;
56111
56667
  expired: boolean;
56668
+ mutualizerAddress: string;
56112
56669
  dispute?: {
56113
56670
  __typename?: "Dispute";
56114
56671
  id: string;
@@ -56269,13 +56826,13 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
56269
56826
  metadataHash: string;
56270
56827
  voided: boolean;
56271
56828
  voidedAt?: string | null;
56272
- collectionIndex: string;
56829
+ collectionIndex?: string | null;
56273
56830
  disputeResolverId: string;
56274
56831
  numberOfCommits: string;
56275
56832
  numberOfRedemptions: string;
56276
56833
  }> | null;
56277
56834
  } | null;
56278
- seller: {
56835
+ seller?: {
56279
56836
  __typename?: "Seller";
56280
56837
  id: string;
56281
56838
  assistant: string;
@@ -56362,8 +56919,14 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
56362
56919
  }> | null;
56363
56920
  }> | null;
56364
56921
  } | null;
56365
- };
56366
- collection: {
56922
+ } | null;
56923
+ buyer?: {
56924
+ __typename?: "Buyer";
56925
+ id: string;
56926
+ wallet: string;
56927
+ active: boolean;
56928
+ } | null;
56929
+ collection?: {
56367
56930
  __typename?: "OfferCollection";
56368
56931
  id: string;
56369
56932
  sellerId: string;
@@ -56385,7 +56948,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
56385
56948
  createdAt: string;
56386
56949
  collaborators?: Array<string> | null;
56387
56950
  } | null;
56388
- };
56951
+ } | null;
56389
56952
  exchangeToken: {
56390
56953
  __typename?: "ExchangeToken";
56391
56954
  id: string;
@@ -56428,6 +56991,7 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
56428
56991
  escalationResponsePeriod: string;
56429
56992
  feeAmount: string;
56430
56993
  buyerEscalationDeposit: string;
56994
+ mutualizerAddress: string;
56431
56995
  };
56432
56996
  metadata?: {
56433
56997
  __typename: "BaseMetadataEntity";
@@ -57861,7 +58425,10 @@ export type ProductV1MetadataEntityFieldsFragment = {
57861
58425
  id: string;
57862
58426
  createdAt: string;
57863
58427
  price: string;
58428
+ sellerId: string;
57864
58429
  sellerDeposit: string;
58430
+ buyerId: string;
58431
+ creator: number;
57865
58432
  protocolFee: string;
57866
58433
  agentFee: string;
57867
58434
  agentId: string;
@@ -57879,7 +58446,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
57879
58446
  metadataHash: string;
57880
58447
  voided: boolean;
57881
58448
  voidedAt?: string | null;
57882
- collectionIndex: string;
58449
+ collectionIndex?: string | null;
57883
58450
  disputeResolverId: string;
57884
58451
  numberOfCommits: string;
57885
58452
  numberOfRedemptions: string;
@@ -57898,6 +58465,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
57898
58465
  completedDate?: string | null;
57899
58466
  disputedDate?: string | null;
57900
58467
  expired: boolean;
58468
+ mutualizerAddress: string;
57901
58469
  dispute?: {
57902
58470
  __typename?: "Dispute";
57903
58471
  id: string;
@@ -58058,13 +58626,13 @@ export type ProductV1MetadataEntityFieldsFragment = {
58058
58626
  metadataHash: string;
58059
58627
  voided: boolean;
58060
58628
  voidedAt?: string | null;
58061
- collectionIndex: string;
58629
+ collectionIndex?: string | null;
58062
58630
  disputeResolverId: string;
58063
58631
  numberOfCommits: string;
58064
58632
  numberOfRedemptions: string;
58065
58633
  }> | null;
58066
58634
  } | null;
58067
- seller: {
58635
+ seller?: {
58068
58636
  __typename?: "Seller";
58069
58637
  id: string;
58070
58638
  assistant: string;
@@ -58151,8 +58719,14 @@ export type ProductV1MetadataEntityFieldsFragment = {
58151
58719
  }> | null;
58152
58720
  }> | null;
58153
58721
  } | null;
58154
- };
58155
- collection: {
58722
+ } | null;
58723
+ buyer?: {
58724
+ __typename?: "Buyer";
58725
+ id: string;
58726
+ wallet: string;
58727
+ active: boolean;
58728
+ } | null;
58729
+ collection?: {
58156
58730
  __typename?: "OfferCollection";
58157
58731
  id: string;
58158
58732
  sellerId: string;
@@ -58174,7 +58748,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
58174
58748
  createdAt: string;
58175
58749
  collaborators?: Array<string> | null;
58176
58750
  } | null;
58177
- };
58751
+ } | null;
58178
58752
  exchangeToken: {
58179
58753
  __typename?: "ExchangeToken";
58180
58754
  id: string;
@@ -58217,6 +58791,7 @@ export type ProductV1MetadataEntityFieldsFragment = {
58217
58791
  escalationResponsePeriod: string;
58218
58792
  feeAmount: string;
58219
58793
  buyerEscalationDeposit: string;
58794
+ mutualizerAddress: string;
58220
58795
  };
58221
58796
  metadata?: {
58222
58797
  __typename: "BaseMetadataEntity";
@@ -59649,7 +60224,10 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
59649
60224
  id: string;
59650
60225
  createdAt: string;
59651
60226
  price: string;
60227
+ sellerId: string;
59652
60228
  sellerDeposit: string;
60229
+ buyerId: string;
60230
+ creator: number;
59653
60231
  protocolFee: string;
59654
60232
  agentFee: string;
59655
60233
  agentId: string;
@@ -59667,7 +60245,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
59667
60245
  metadataHash: string;
59668
60246
  voided: boolean;
59669
60247
  voidedAt?: string | null;
59670
- collectionIndex: string;
60248
+ collectionIndex?: string | null;
59671
60249
  disputeResolverId: string;
59672
60250
  numberOfCommits: string;
59673
60251
  numberOfRedemptions: string;
@@ -59686,6 +60264,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
59686
60264
  completedDate?: string | null;
59687
60265
  disputedDate?: string | null;
59688
60266
  expired: boolean;
60267
+ mutualizerAddress: string;
59689
60268
  dispute?: {
59690
60269
  __typename?: "Dispute";
59691
60270
  id: string;
@@ -59846,13 +60425,13 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
59846
60425
  metadataHash: string;
59847
60426
  voided: boolean;
59848
60427
  voidedAt?: string | null;
59849
- collectionIndex: string;
60428
+ collectionIndex?: string | null;
59850
60429
  disputeResolverId: string;
59851
60430
  numberOfCommits: string;
59852
60431
  numberOfRedemptions: string;
59853
60432
  }> | null;
59854
60433
  } | null;
59855
- seller: {
60434
+ seller?: {
59856
60435
  __typename?: "Seller";
59857
60436
  id: string;
59858
60437
  assistant: string;
@@ -59939,8 +60518,14 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
59939
60518
  }> | null;
59940
60519
  }> | null;
59941
60520
  } | null;
59942
- };
59943
- collection: {
60521
+ } | null;
60522
+ buyer?: {
60523
+ __typename?: "Buyer";
60524
+ id: string;
60525
+ wallet: string;
60526
+ active: boolean;
60527
+ } | null;
60528
+ collection?: {
59944
60529
  __typename?: "OfferCollection";
59945
60530
  id: string;
59946
60531
  sellerId: string;
@@ -59962,7 +60547,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
59962
60547
  createdAt: string;
59963
60548
  collaborators?: Array<string> | null;
59964
60549
  } | null;
59965
- };
60550
+ } | null;
59966
60551
  exchangeToken: {
59967
60552
  __typename?: "ExchangeToken";
59968
60553
  id: string;
@@ -60005,6 +60590,7 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
60005
60590
  escalationResponsePeriod: string;
60006
60591
  feeAmount: string;
60007
60592
  buyerEscalationDeposit: string;
60593
+ mutualizerAddress: string;
60008
60594
  };
60009
60595
  metadata?: {
60010
60596
  __typename: "BaseMetadataEntity";
@@ -61668,7 +62254,10 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
61668
62254
  id: string;
61669
62255
  createdAt: string;
61670
62256
  price: string;
62257
+ sellerId: string;
61671
62258
  sellerDeposit: string;
62259
+ buyerId: string;
62260
+ creator: number;
61672
62261
  protocolFee: string;
61673
62262
  agentFee: string;
61674
62263
  agentId: string;
@@ -61686,7 +62275,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
61686
62275
  metadataHash: string;
61687
62276
  voided: boolean;
61688
62277
  voidedAt?: string | null;
61689
- collectionIndex: string;
62278
+ collectionIndex?: string | null;
61690
62279
  disputeResolverId: string;
61691
62280
  numberOfCommits: string;
61692
62281
  numberOfRedemptions: string;
@@ -61705,6 +62294,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
61705
62294
  completedDate?: string | null;
61706
62295
  disputedDate?: string | null;
61707
62296
  expired: boolean;
62297
+ mutualizerAddress: string;
61708
62298
  dispute?: {
61709
62299
  __typename?: "Dispute";
61710
62300
  id: string;
@@ -61865,13 +62455,13 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
61865
62455
  metadataHash: string;
61866
62456
  voided: boolean;
61867
62457
  voidedAt?: string | null;
61868
- collectionIndex: string;
62458
+ collectionIndex?: string | null;
61869
62459
  disputeResolverId: string;
61870
62460
  numberOfCommits: string;
61871
62461
  numberOfRedemptions: string;
61872
62462
  }> | null;
61873
62463
  } | null;
61874
- seller: {
62464
+ seller?: {
61875
62465
  __typename?: "Seller";
61876
62466
  id: string;
61877
62467
  assistant: string;
@@ -61958,8 +62548,14 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
61958
62548
  }> | null;
61959
62549
  }> | null;
61960
62550
  } | null;
61961
- };
61962
- collection: {
62551
+ } | null;
62552
+ buyer?: {
62553
+ __typename?: "Buyer";
62554
+ id: string;
62555
+ wallet: string;
62556
+ active: boolean;
62557
+ } | null;
62558
+ collection?: {
61963
62559
  __typename?: "OfferCollection";
61964
62560
  id: string;
61965
62561
  sellerId: string;
@@ -61981,7 +62577,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
61981
62577
  createdAt: string;
61982
62578
  collaborators?: Array<string> | null;
61983
62579
  } | null;
61984
- };
62580
+ } | null;
61985
62581
  exchangeToken: {
61986
62582
  __typename?: "ExchangeToken";
61987
62583
  id: string;
@@ -62024,6 +62620,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
62024
62620
  escalationResponsePeriod: string;
62025
62621
  feeAmount: string;
62026
62622
  buyerEscalationDeposit: string;
62623
+ mutualizerAddress: string;
62027
62624
  };
62028
62625
  metadata?: {
62029
62626
  __typename: "BaseMetadataEntity";
@@ -63016,7 +63613,10 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
63016
63613
  id: string;
63017
63614
  createdAt: string;
63018
63615
  price: string;
63616
+ sellerId: string;
63019
63617
  sellerDeposit: string;
63618
+ buyerId: string;
63619
+ creator: number;
63020
63620
  protocolFee: string;
63021
63621
  agentFee: string;
63022
63622
  agentId: string;
@@ -63034,7 +63634,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
63034
63634
  metadataHash: string;
63035
63635
  voided: boolean;
63036
63636
  voidedAt?: string | null;
63037
- collectionIndex: string;
63637
+ collectionIndex?: string | null;
63038
63638
  disputeResolverId: string;
63039
63639
  numberOfCommits: string;
63040
63640
  numberOfRedemptions: string;
@@ -63053,6 +63653,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
63053
63653
  completedDate?: string | null;
63054
63654
  disputedDate?: string | null;
63055
63655
  expired: boolean;
63656
+ mutualizerAddress: string;
63056
63657
  dispute?: {
63057
63658
  __typename?: "Dispute";
63058
63659
  id: string;
@@ -63213,13 +63814,13 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
63213
63814
  metadataHash: string;
63214
63815
  voided: boolean;
63215
63816
  voidedAt?: string | null;
63216
- collectionIndex: string;
63817
+ collectionIndex?: string | null;
63217
63818
  disputeResolverId: string;
63218
63819
  numberOfCommits: string;
63219
63820
  numberOfRedemptions: string;
63220
63821
  }> | null;
63221
63822
  } | null;
63222
- seller: {
63823
+ seller?: {
63223
63824
  __typename?: "Seller";
63224
63825
  id: string;
63225
63826
  assistant: string;
@@ -63306,8 +63907,14 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
63306
63907
  }> | null;
63307
63908
  }> | null;
63308
63909
  } | null;
63309
- };
63310
- collection: {
63910
+ } | null;
63911
+ buyer?: {
63912
+ __typename?: "Buyer";
63913
+ id: string;
63914
+ wallet: string;
63915
+ active: boolean;
63916
+ } | null;
63917
+ collection?: {
63311
63918
  __typename?: "OfferCollection";
63312
63919
  id: string;
63313
63920
  sellerId: string;
@@ -63329,7 +63936,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
63329
63936
  createdAt: string;
63330
63937
  collaborators?: Array<string> | null;
63331
63938
  } | null;
63332
- };
63939
+ } | null;
63333
63940
  exchangeToken: {
63334
63941
  __typename?: "ExchangeToken";
63335
63942
  id: string;
@@ -63372,6 +63979,7 @@ export type BaseProductV1ProductWithVariantsFieldsFragment = {
63372
63979
  escalationResponsePeriod: string;
63373
63980
  feeAmount: string;
63374
63981
  buyerEscalationDeposit: string;
63982
+ mutualizerAddress: string;
63375
63983
  };
63376
63984
  metadata?: {
63377
63985
  __typename: "BaseMetadataEntity";
@@ -65107,7 +65715,10 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
65107
65715
  id: string;
65108
65716
  createdAt: string;
65109
65717
  price: string;
65718
+ sellerId: string;
65110
65719
  sellerDeposit: string;
65720
+ buyerId: string;
65721
+ creator: number;
65111
65722
  protocolFee: string;
65112
65723
  agentFee: string;
65113
65724
  agentId: string;
@@ -65125,7 +65736,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
65125
65736
  metadataHash: string;
65126
65737
  voided: boolean;
65127
65738
  voidedAt?: string | null;
65128
- collectionIndex: string;
65739
+ collectionIndex?: string | null;
65129
65740
  disputeResolverId: string;
65130
65741
  numberOfCommits: string;
65131
65742
  numberOfRedemptions: string;
@@ -65144,6 +65755,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
65144
65755
  completedDate?: string | null;
65145
65756
  disputedDate?: string | null;
65146
65757
  expired: boolean;
65758
+ mutualizerAddress: string;
65147
65759
  dispute?: {
65148
65760
  __typename?: "Dispute";
65149
65761
  id: string;
@@ -65304,13 +65916,13 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
65304
65916
  metadataHash: string;
65305
65917
  voided: boolean;
65306
65918
  voidedAt?: string | null;
65307
- collectionIndex: string;
65919
+ collectionIndex?: string | null;
65308
65920
  disputeResolverId: string;
65309
65921
  numberOfCommits: string;
65310
65922
  numberOfRedemptions: string;
65311
65923
  }> | null;
65312
65924
  } | null;
65313
- seller: {
65925
+ seller?: {
65314
65926
  __typename?: "Seller";
65315
65927
  id: string;
65316
65928
  assistant: string;
@@ -65397,8 +66009,14 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
65397
66009
  }> | null;
65398
66010
  }> | null;
65399
66011
  } | null;
65400
- };
65401
- collection: {
66012
+ } | null;
66013
+ buyer?: {
66014
+ __typename?: "Buyer";
66015
+ id: string;
66016
+ wallet: string;
66017
+ active: boolean;
66018
+ } | null;
66019
+ collection?: {
65402
66020
  __typename?: "OfferCollection";
65403
66021
  id: string;
65404
66022
  sellerId: string;
@@ -65420,7 +66038,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
65420
66038
  createdAt: string;
65421
66039
  collaborators?: Array<string> | null;
65422
66040
  } | null;
65423
- };
66041
+ } | null;
65424
66042
  exchangeToken: {
65425
66043
  __typename?: "ExchangeToken";
65426
66044
  id: string;
@@ -65463,6 +66081,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
65463
66081
  escalationResponsePeriod: string;
65464
66082
  feeAmount: string;
65465
66083
  buyerEscalationDeposit: string;
66084
+ mutualizerAddress: string;
65466
66085
  };
65467
66086
  metadata?: {
65468
66087
  __typename: "BaseMetadataEntity";
@@ -66455,7 +67074,10 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
66455
67074
  id: string;
66456
67075
  createdAt: string;
66457
67076
  price: string;
67077
+ sellerId: string;
66458
67078
  sellerDeposit: string;
67079
+ buyerId: string;
67080
+ creator: number;
66459
67081
  protocolFee: string;
66460
67082
  agentFee: string;
66461
67083
  agentId: string;
@@ -66473,7 +67095,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
66473
67095
  metadataHash: string;
66474
67096
  voided: boolean;
66475
67097
  voidedAt?: string | null;
66476
- collectionIndex: string;
67098
+ collectionIndex?: string | null;
66477
67099
  disputeResolverId: string;
66478
67100
  numberOfCommits: string;
66479
67101
  numberOfRedemptions: string;
@@ -66492,6 +67114,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
66492
67114
  completedDate?: string | null;
66493
67115
  disputedDate?: string | null;
66494
67116
  expired: boolean;
67117
+ mutualizerAddress: string;
66495
67118
  dispute?: {
66496
67119
  __typename?: "Dispute";
66497
67120
  id: string;
@@ -66652,13 +67275,13 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
66652
67275
  metadataHash: string;
66653
67276
  voided: boolean;
66654
67277
  voidedAt?: string | null;
66655
- collectionIndex: string;
67278
+ collectionIndex?: string | null;
66656
67279
  disputeResolverId: string;
66657
67280
  numberOfCommits: string;
66658
67281
  numberOfRedemptions: string;
66659
67282
  }> | null;
66660
67283
  } | null;
66661
- seller: {
67284
+ seller?: {
66662
67285
  __typename?: "Seller";
66663
67286
  id: string;
66664
67287
  assistant: string;
@@ -66745,8 +67368,14 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
66745
67368
  }> | null;
66746
67369
  }> | null;
66747
67370
  } | null;
66748
- };
66749
- collection: {
67371
+ } | null;
67372
+ buyer?: {
67373
+ __typename?: "Buyer";
67374
+ id: string;
67375
+ wallet: string;
67376
+ active: boolean;
67377
+ } | null;
67378
+ collection?: {
66750
67379
  __typename?: "OfferCollection";
66751
67380
  id: string;
66752
67381
  sellerId: string;
@@ -66768,7 +67397,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
66768
67397
  createdAt: string;
66769
67398
  collaborators?: Array<string> | null;
66770
67399
  } | null;
66771
- };
67400
+ } | null;
66772
67401
  exchangeToken: {
66773
67402
  __typename?: "ExchangeToken";
66774
67403
  id: string;
@@ -66811,6 +67440,7 @@ export type BaseProductV1ProductWithNotVoidedVariantsFieldsFragment = {
66811
67440
  escalationResponsePeriod: string;
66812
67441
  feeAmount: string;
66813
67442
  buyerEscalationDeposit: string;
67443
+ mutualizerAddress: string;
66814
67444
  };
66815
67445
  metadata?: {
66816
67446
  __typename: "BaseMetadataEntity";
@@ -68755,7 +69385,10 @@ export type GetOfferByIdQueryQuery = {
68755
69385
  id: string;
68756
69386
  createdAt: string;
68757
69387
  price: string;
69388
+ sellerId: string;
68758
69389
  sellerDeposit: string;
69390
+ buyerId: string;
69391
+ creator: number;
68759
69392
  protocolFee: string;
68760
69393
  agentFee: string;
68761
69394
  agentId: string;
@@ -68773,7 +69406,7 @@ export type GetOfferByIdQueryQuery = {
68773
69406
  metadataHash: string;
68774
69407
  voided: boolean;
68775
69408
  voidedAt?: string | null;
68776
- collectionIndex: string;
69409
+ collectionIndex?: string | null;
68777
69410
  disputeResolverId: string;
68778
69411
  numberOfCommits: string;
68779
69412
  numberOfRedemptions: string;
@@ -68792,6 +69425,7 @@ export type GetOfferByIdQueryQuery = {
68792
69425
  completedDate?: string | null;
68793
69426
  disputedDate?: string | null;
68794
69427
  expired: boolean;
69428
+ mutualizerAddress: string;
68795
69429
  dispute?: {
68796
69430
  __typename?: "Dispute";
68797
69431
  id: string;
@@ -68952,13 +69586,13 @@ export type GetOfferByIdQueryQuery = {
68952
69586
  metadataHash: string;
68953
69587
  voided: boolean;
68954
69588
  voidedAt?: string | null;
68955
- collectionIndex: string;
69589
+ collectionIndex?: string | null;
68956
69590
  disputeResolverId: string;
68957
69591
  numberOfCommits: string;
68958
69592
  numberOfRedemptions: string;
68959
69593
  }> | null;
68960
69594
  } | null;
68961
- seller: {
69595
+ seller?: {
68962
69596
  __typename?: "Seller";
68963
69597
  id: string;
68964
69598
  assistant: string;
@@ -69045,8 +69679,14 @@ export type GetOfferByIdQueryQuery = {
69045
69679
  }> | null;
69046
69680
  }> | null;
69047
69681
  } | null;
69048
- };
69049
- collection: {
69682
+ } | null;
69683
+ buyer?: {
69684
+ __typename?: "Buyer";
69685
+ id: string;
69686
+ wallet: string;
69687
+ active: boolean;
69688
+ } | null;
69689
+ collection?: {
69050
69690
  __typename?: "OfferCollection";
69051
69691
  id: string;
69052
69692
  sellerId: string;
@@ -69068,7 +69708,7 @@ export type GetOfferByIdQueryQuery = {
69068
69708
  createdAt: string;
69069
69709
  collaborators?: Array<string> | null;
69070
69710
  } | null;
69071
- };
69711
+ } | null;
69072
69712
  exchangeToken: {
69073
69713
  __typename?: "ExchangeToken";
69074
69714
  id: string;
@@ -69111,6 +69751,7 @@ export type GetOfferByIdQueryQuery = {
69111
69751
  escalationResponsePeriod: string;
69112
69752
  feeAmount: string;
69113
69753
  buyerEscalationDeposit: string;
69754
+ mutualizerAddress: string;
69114
69755
  };
69115
69756
  metadata?: {
69116
69757
  __typename: "BaseMetadataEntity";
@@ -70079,7 +70720,10 @@ export type GetOffersQueryQuery = {
70079
70720
  id: string;
70080
70721
  createdAt: string;
70081
70722
  price: string;
70723
+ sellerId: string;
70082
70724
  sellerDeposit: string;
70725
+ buyerId: string;
70726
+ creator: number;
70083
70727
  protocolFee: string;
70084
70728
  agentFee: string;
70085
70729
  agentId: string;
@@ -70097,7 +70741,7 @@ export type GetOffersQueryQuery = {
70097
70741
  metadataHash: string;
70098
70742
  voided: boolean;
70099
70743
  voidedAt?: string | null;
70100
- collectionIndex: string;
70744
+ collectionIndex?: string | null;
70101
70745
  disputeResolverId: string;
70102
70746
  numberOfCommits: string;
70103
70747
  numberOfRedemptions: string;
@@ -70116,6 +70760,7 @@ export type GetOffersQueryQuery = {
70116
70760
  completedDate?: string | null;
70117
70761
  disputedDate?: string | null;
70118
70762
  expired: boolean;
70763
+ mutualizerAddress: string;
70119
70764
  dispute?: {
70120
70765
  __typename?: "Dispute";
70121
70766
  id: string;
@@ -70276,13 +70921,13 @@ export type GetOffersQueryQuery = {
70276
70921
  metadataHash: string;
70277
70922
  voided: boolean;
70278
70923
  voidedAt?: string | null;
70279
- collectionIndex: string;
70924
+ collectionIndex?: string | null;
70280
70925
  disputeResolverId: string;
70281
70926
  numberOfCommits: string;
70282
70927
  numberOfRedemptions: string;
70283
70928
  }> | null;
70284
70929
  } | null;
70285
- seller: {
70930
+ seller?: {
70286
70931
  __typename?: "Seller";
70287
70932
  id: string;
70288
70933
  assistant: string;
@@ -70369,8 +71014,14 @@ export type GetOffersQueryQuery = {
70369
71014
  }> | null;
70370
71015
  }> | null;
70371
71016
  } | null;
70372
- };
70373
- collection: {
71017
+ } | null;
71018
+ buyer?: {
71019
+ __typename?: "Buyer";
71020
+ id: string;
71021
+ wallet: string;
71022
+ active: boolean;
71023
+ } | null;
71024
+ collection?: {
70374
71025
  __typename?: "OfferCollection";
70375
71026
  id: string;
70376
71027
  sellerId: string;
@@ -70392,7 +71043,7 @@ export type GetOffersQueryQuery = {
70392
71043
  createdAt: string;
70393
71044
  collaborators?: Array<string> | null;
70394
71045
  } | null;
70395
- };
71046
+ } | null;
70396
71047
  exchangeToken: {
70397
71048
  __typename?: "ExchangeToken";
70398
71049
  id: string;
@@ -70435,6 +71086,7 @@ export type GetOffersQueryQuery = {
70435
71086
  escalationResponsePeriod: string;
70436
71087
  feeAmount: string;
70437
71088
  buyerEscalationDeposit: string;
71089
+ mutualizerAddress: string;
70438
71090
  };
70439
71091
  metadata?: {
70440
71092
  __typename: "BaseMetadataEntity";
@@ -71490,7 +72142,10 @@ export type OfferFieldsFragment = {
71490
72142
  id: string;
71491
72143
  createdAt: string;
71492
72144
  price: string;
72145
+ sellerId: string;
71493
72146
  sellerDeposit: string;
72147
+ buyerId: string;
72148
+ creator: number;
71494
72149
  protocolFee: string;
71495
72150
  agentFee: string;
71496
72151
  agentId: string;
@@ -71508,7 +72163,7 @@ export type OfferFieldsFragment = {
71508
72163
  metadataHash: string;
71509
72164
  voided: boolean;
71510
72165
  voidedAt?: string | null;
71511
- collectionIndex: string;
72166
+ collectionIndex?: string | null;
71512
72167
  disputeResolverId: string;
71513
72168
  numberOfCommits: string;
71514
72169
  numberOfRedemptions: string;
@@ -71527,6 +72182,7 @@ export type OfferFieldsFragment = {
71527
72182
  completedDate?: string | null;
71528
72183
  disputedDate?: string | null;
71529
72184
  expired: boolean;
72185
+ mutualizerAddress: string;
71530
72186
  dispute?: {
71531
72187
  __typename?: "Dispute";
71532
72188
  id: string;
@@ -71687,13 +72343,13 @@ export type OfferFieldsFragment = {
71687
72343
  metadataHash: string;
71688
72344
  voided: boolean;
71689
72345
  voidedAt?: string | null;
71690
- collectionIndex: string;
72346
+ collectionIndex?: string | null;
71691
72347
  disputeResolverId: string;
71692
72348
  numberOfCommits: string;
71693
72349
  numberOfRedemptions: string;
71694
72350
  }> | null;
71695
72351
  } | null;
71696
- seller: {
72352
+ seller?: {
71697
72353
  __typename?: "Seller";
71698
72354
  id: string;
71699
72355
  assistant: string;
@@ -71780,8 +72436,14 @@ export type OfferFieldsFragment = {
71780
72436
  }> | null;
71781
72437
  }> | null;
71782
72438
  } | null;
71783
- };
71784
- collection: {
72439
+ } | null;
72440
+ buyer?: {
72441
+ __typename?: "Buyer";
72442
+ id: string;
72443
+ wallet: string;
72444
+ active: boolean;
72445
+ } | null;
72446
+ collection?: {
71785
72447
  __typename?: "OfferCollection";
71786
72448
  id: string;
71787
72449
  sellerId: string;
@@ -71803,7 +72465,7 @@ export type OfferFieldsFragment = {
71803
72465
  createdAt: string;
71804
72466
  collaborators?: Array<string> | null;
71805
72467
  } | null;
71806
- };
72468
+ } | null;
71807
72469
  exchangeToken: {
71808
72470
  __typename?: "ExchangeToken";
71809
72471
  id: string;
@@ -71846,6 +72508,7 @@ export type OfferFieldsFragment = {
71846
72508
  escalationResponsePeriod: string;
71847
72509
  feeAmount: string;
71848
72510
  buyerEscalationDeposit: string;
72511
+ mutualizerAddress: string;
71849
72512
  };
71850
72513
  metadata?: {
71851
72514
  __typename: "BaseMetadataEntity";
@@ -72798,7 +73461,10 @@ export type BaseOfferFieldsFragment = {
72798
73461
  id: string;
72799
73462
  createdAt: string;
72800
73463
  price: string;
73464
+ sellerId: string;
72801
73465
  sellerDeposit: string;
73466
+ buyerId: string;
73467
+ creator: number;
72802
73468
  protocolFee: string;
72803
73469
  agentFee: string;
72804
73470
  agentId: string;
@@ -72816,7 +73482,7 @@ export type BaseOfferFieldsFragment = {
72816
73482
  metadataHash: string;
72817
73483
  voided: boolean;
72818
73484
  voidedAt?: string | null;
72819
- collectionIndex: string;
73485
+ collectionIndex?: string | null;
72820
73486
  disputeResolverId: string;
72821
73487
  numberOfCommits: string;
72822
73488
  numberOfRedemptions: string;
@@ -72867,13 +73533,13 @@ export type BaseOfferFieldsFragment = {
72867
73533
  metadataHash: string;
72868
73534
  voided: boolean;
72869
73535
  voidedAt?: string | null;
72870
- collectionIndex: string;
73536
+ collectionIndex?: string | null;
72871
73537
  disputeResolverId: string;
72872
73538
  numberOfCommits: string;
72873
73539
  numberOfRedemptions: string;
72874
73540
  }> | null;
72875
73541
  } | null;
72876
- seller: {
73542
+ seller?: {
72877
73543
  __typename?: "Seller";
72878
73544
  id: string;
72879
73545
  assistant: string;
@@ -72960,8 +73626,14 @@ export type BaseOfferFieldsFragment = {
72960
73626
  }> | null;
72961
73627
  }> | null;
72962
73628
  } | null;
72963
- };
72964
- collection: {
73629
+ } | null;
73630
+ buyer?: {
73631
+ __typename?: "Buyer";
73632
+ id: string;
73633
+ wallet: string;
73634
+ active: boolean;
73635
+ } | null;
73636
+ collection?: {
72965
73637
  __typename?: "OfferCollection";
72966
73638
  id: string;
72967
73639
  sellerId: string;
@@ -72983,7 +73655,7 @@ export type BaseOfferFieldsFragment = {
72983
73655
  createdAt: string;
72984
73656
  collaborators?: Array<string> | null;
72985
73657
  } | null;
72986
- };
73658
+ } | null;
72987
73659
  exchangeToken: {
72988
73660
  __typename?: "ExchangeToken";
72989
73661
  id: string;
@@ -73026,6 +73698,7 @@ export type BaseOfferFieldsFragment = {
73026
73698
  escalationResponsePeriod: string;
73027
73699
  feeAmount: string;
73028
73700
  buyerEscalationDeposit: string;
73701
+ mutualizerAddress: string;
73029
73702
  };
73030
73703
  metadata?: {
73031
73704
  __typename: "BaseMetadataEntity";
@@ -73987,6 +74660,7 @@ export declare const SellerSocialLinkFieldsFragmentDoc: string;
73987
74660
  export declare const SalesChannelFieldsFragmentDoc: string;
73988
74661
  export declare const BaseSellerFieldsFragmentDoc: string;
73989
74662
  export declare const BaseConditionFieldsFragmentDoc: string;
74663
+ export declare const BaseBuyerFieldsFragmentDoc: string;
73990
74664
  export declare const BaseExchangeTokenFieldsFragmentDoc: string;
73991
74665
  export declare const BaseDisputeResolverFeeFieldsFragmentDoc: string;
73992
74666
  export declare const BaseDisputeResolverFieldsFragmentDoc: string;
@@ -74013,7 +74687,6 @@ export declare const PendingSellerFieldsFragmentDoc: string;
74013
74687
  export declare const BaseFundsEntityFieldsFragmentDoc: string;
74014
74688
  export declare const FundsEntityFieldsFragmentDoc: string;
74015
74689
  export declare const BaseDisputeFieldsFragmentDoc: string;
74016
- export declare const BaseBuyerFieldsFragmentDoc: string;
74017
74690
  export declare const BaseExchangeFieldsFragmentDoc: string;
74018
74691
  export declare const BaseEventLogFieldsFragmentDoc: string;
74019
74692
  export declare const SellerFieldsFragmentDoc: string;
@@ -74068,38 +74741,38 @@ export declare const GetOffersQueryDocument: string;
74068
74741
  export declare const GetOffersMediaQueryDocument: string;
74069
74742
  export type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
74070
74743
  export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
74071
- getSellerByIdQuery(variables: GetSellerByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetSellerByIdQueryQuery>;
74072
- getSellersQuery(variables?: GetSellersQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetSellersQueryQuery>;
74073
- getBuyerByIdQuery(variables: GetBuyerByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetBuyerByIdQueryQuery>;
74074
- getBuyersQuery(variables?: GetBuyersQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetBuyersQueryQuery>;
74075
- getDisputeResolverByIdQuery(variables: GetDisputeResolverByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetDisputeResolverByIdQueryQuery>;
74076
- getDisputeResolversQuery(variables?: GetDisputeResolversQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetDisputeResolversQueryQuery>;
74077
- getConditionalCommitAuthorizedEventLogsQuery(variables?: GetConditionalCommitAuthorizedEventLogsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetConditionalCommitAuthorizedEventLogsQueryQuery>;
74078
- getOfferCollectionsQuery(variables?: GetOfferCollectionsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetOfferCollectionsQueryQuery>;
74079
- getAuthTokenIds(variables?: GetAuthTokenIdsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetAuthTokenIdsQuery>;
74080
- getDisputeByIdQuery(variables: GetDisputeByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetDisputeByIdQueryQuery>;
74081
- getDisputesQuery(variables?: GetDisputesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetDisputesQueryQuery>;
74082
- getExchangeTokenByIdQuery(variables: GetExchangeTokenByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetExchangeTokenByIdQueryQuery>;
74083
- getExchangeTokensQuery(variables?: GetExchangeTokensQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetExchangeTokensQueryQuery>;
74084
- getEventLogsQuery(variables?: GetEventLogsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetEventLogsQueryQuery>;
74085
- getExchangeByIdQuery(variables: GetExchangeByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetExchangeByIdQueryQuery>;
74086
- getExchangesQuery(variables?: GetExchangesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetExchangesQueryQuery>;
74087
- getFundsById(variables: GetFundsByIdQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetFundsByIdQuery>;
74088
- getFunds(variables?: GetFundsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetFundsQuery>;
74089
- getBaseMetadataEntityByIdQuery(variables: GetBaseMetadataEntityByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetBaseMetadataEntityByIdQueryQuery>;
74090
- getBaseMetadataEntitiesQuery(variables?: GetBaseMetadataEntitiesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetBaseMetadataEntitiesQueryQuery>;
74091
- getBundleMetadataEntityByIdQuery(variables: GetBundleMetadataEntityByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetBundleMetadataEntityByIdQueryQuery>;
74092
- getBundleMetadataEntitiesQuery(variables?: GetBundleMetadataEntitiesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetBundleMetadataEntitiesQueryQuery>;
74093
- getProductV1BrandsQuery(variables?: GetProductV1BrandsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetProductV1BrandsQueryQuery>;
74094
- getProductV1ProductsQuery(variables?: GetProductV1ProductsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetProductV1ProductsQueryQuery>;
74095
- getProductV1ProductsWithVariantsQuery(variables?: GetProductV1ProductsWithVariantsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetProductV1ProductsWithVariantsQueryQuery>;
74096
- getAllProductsWithNotVoidedVariantsQuery(variables?: GetAllProductsWithNotVoidedVariantsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetAllProductsWithNotVoidedVariantsQueryQuery>;
74097
- getProductV1CategoriesQuery(variables?: GetProductV1CategoriesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetProductV1CategoriesQueryQuery>;
74098
- getProductV1MetadataEntityByIdQuery(variables: GetProductV1MetadataEntityByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetProductV1MetadataEntityByIdQueryQuery>;
74099
- getProductV1MetadataEntitiesQuery(variables?: GetProductV1MetadataEntitiesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetProductV1MetadataEntitiesQueryQuery>;
74100
- getOfferByIdQuery(variables: GetOfferByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetOfferByIdQueryQuery>;
74101
- getOffersQuery(variables?: GetOffersQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetOffersQueryQuery>;
74102
- getOffersMediaQuery(variables?: GetOffersMediaQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetOffersMediaQueryQuery>;
74744
+ getSellerByIdQuery(variables: GetSellerByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetSellerByIdQueryQuery>;
74745
+ getSellersQuery(variables?: GetSellersQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetSellersQueryQuery>;
74746
+ getBuyerByIdQuery(variables: GetBuyerByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBuyerByIdQueryQuery>;
74747
+ getBuyersQuery(variables?: GetBuyersQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBuyersQueryQuery>;
74748
+ getDisputeResolverByIdQuery(variables: GetDisputeResolverByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDisputeResolverByIdQueryQuery>;
74749
+ getDisputeResolversQuery(variables?: GetDisputeResolversQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDisputeResolversQueryQuery>;
74750
+ getConditionalCommitAuthorizedEventLogsQuery(variables?: GetConditionalCommitAuthorizedEventLogsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetConditionalCommitAuthorizedEventLogsQueryQuery>;
74751
+ getOfferCollectionsQuery(variables?: GetOfferCollectionsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetOfferCollectionsQueryQuery>;
74752
+ getAuthTokenIds(variables?: GetAuthTokenIdsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAuthTokenIdsQuery>;
74753
+ getDisputeByIdQuery(variables: GetDisputeByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDisputeByIdQueryQuery>;
74754
+ getDisputesQuery(variables?: GetDisputesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDisputesQueryQuery>;
74755
+ getExchangeTokenByIdQuery(variables: GetExchangeTokenByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetExchangeTokenByIdQueryQuery>;
74756
+ getExchangeTokensQuery(variables?: GetExchangeTokensQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetExchangeTokensQueryQuery>;
74757
+ getEventLogsQuery(variables?: GetEventLogsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetEventLogsQueryQuery>;
74758
+ getExchangeByIdQuery(variables: GetExchangeByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetExchangeByIdQueryQuery>;
74759
+ getExchangesQuery(variables?: GetExchangesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetExchangesQueryQuery>;
74760
+ getFundsById(variables: GetFundsByIdQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetFundsByIdQuery>;
74761
+ getFunds(variables?: GetFundsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetFundsQuery>;
74762
+ getBaseMetadataEntityByIdQuery(variables: GetBaseMetadataEntityByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBaseMetadataEntityByIdQueryQuery>;
74763
+ getBaseMetadataEntitiesQuery(variables?: GetBaseMetadataEntitiesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBaseMetadataEntitiesQueryQuery>;
74764
+ getBundleMetadataEntityByIdQuery(variables: GetBundleMetadataEntityByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBundleMetadataEntityByIdQueryQuery>;
74765
+ getBundleMetadataEntitiesQuery(variables?: GetBundleMetadataEntitiesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBundleMetadataEntitiesQueryQuery>;
74766
+ getProductV1BrandsQuery(variables?: GetProductV1BrandsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetProductV1BrandsQueryQuery>;
74767
+ getProductV1ProductsQuery(variables?: GetProductV1ProductsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetProductV1ProductsQueryQuery>;
74768
+ getProductV1ProductsWithVariantsQuery(variables?: GetProductV1ProductsWithVariantsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetProductV1ProductsWithVariantsQueryQuery>;
74769
+ getAllProductsWithNotVoidedVariantsQuery(variables?: GetAllProductsWithNotVoidedVariantsQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAllProductsWithNotVoidedVariantsQueryQuery>;
74770
+ getProductV1CategoriesQuery(variables?: GetProductV1CategoriesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetProductV1CategoriesQueryQuery>;
74771
+ getProductV1MetadataEntityByIdQuery(variables: GetProductV1MetadataEntityByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetProductV1MetadataEntityByIdQueryQuery>;
74772
+ getProductV1MetadataEntitiesQuery(variables?: GetProductV1MetadataEntitiesQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetProductV1MetadataEntitiesQueryQuery>;
74773
+ getOfferByIdQuery(variables: GetOfferByIdQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetOfferByIdQueryQuery>;
74774
+ getOffersQuery(variables?: GetOffersQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetOffersQueryQuery>;
74775
+ getOffersMediaQuery(variables?: GetOffersMediaQueryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetOffersMediaQueryQuery>;
74103
74776
  };
74104
74777
  export type Sdk = ReturnType<typeof getSdk>;
74105
74778
  export {};