@bosonprotocol/core-sdk 1.16.0-alpha.22 → 1.16.0-alpha.3

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 (101) hide show
  1. package/README.md +104 -3
  2. package/dist/cjs/core-sdk.d.ts +1 -38
  3. package/dist/cjs/core-sdk.d.ts.map +1 -1
  4. package/dist/cjs/core-sdk.js +1 -80
  5. package/dist/cjs/core-sdk.js.map +1 -1
  6. package/dist/cjs/exchanges/handler.d.ts +0 -3
  7. package/dist/cjs/exchanges/handler.d.ts.map +1 -1
  8. package/dist/cjs/exchanges/handler.js +11 -34
  9. package/dist/cjs/exchanges/handler.js.map +1 -1
  10. package/dist/cjs/exchanges/interface.d.ts +0 -1
  11. package/dist/cjs/exchanges/interface.d.ts.map +1 -1
  12. package/dist/cjs/exchanges/interface.js +1 -7
  13. package/dist/cjs/exchanges/interface.js.map +1 -1
  14. package/dist/cjs/index.d.ts +1 -1
  15. package/dist/cjs/index.d.ts.map +1 -1
  16. package/dist/cjs/index.js.map +1 -1
  17. package/dist/cjs/meta-tx/handler.d.ts +1 -20
  18. package/dist/cjs/meta-tx/handler.d.ts.map +1 -1
  19. package/dist/cjs/meta-tx/handler.js +1 -61
  20. package/dist/cjs/meta-tx/handler.js.map +1 -1
  21. package/dist/cjs/subgraph.d.ts +265 -2833
  22. package/dist/cjs/subgraph.d.ts.map +1 -1
  23. package/dist/cjs/subgraph.js +41 -287
  24. package/dist/cjs/subgraph.js.map +1 -1
  25. package/dist/cjs/utils/graphql.d.ts +0 -43
  26. package/dist/cjs/utils/graphql.d.ts.map +1 -1
  27. package/dist/esm/core-sdk.d.ts +1 -38
  28. package/dist/esm/core-sdk.d.ts.map +1 -1
  29. package/dist/esm/core-sdk.js +1 -77
  30. package/dist/esm/core-sdk.js.map +1 -1
  31. package/dist/esm/exchanges/handler.d.ts +0 -3
  32. package/dist/esm/exchanges/handler.d.ts.map +1 -1
  33. package/dist/esm/exchanges/handler.js +12 -32
  34. package/dist/esm/exchanges/handler.js.map +1 -1
  35. package/dist/esm/exchanges/interface.d.ts +0 -1
  36. package/dist/esm/exchanges/interface.d.ts.map +1 -1
  37. package/dist/esm/exchanges/interface.js +0 -5
  38. package/dist/esm/exchanges/interface.js.map +1 -1
  39. package/dist/esm/index.d.ts +1 -1
  40. package/dist/esm/index.d.ts.map +1 -1
  41. package/dist/esm/index.js.map +1 -1
  42. package/dist/esm/meta-tx/handler.d.ts +1 -20
  43. package/dist/esm/meta-tx/handler.d.ts.map +1 -1
  44. package/dist/esm/meta-tx/handler.js +0 -56
  45. package/dist/esm/meta-tx/handler.js.map +1 -1
  46. package/dist/esm/subgraph.d.ts +265 -2833
  47. package/dist/esm/subgraph.d.ts.map +1 -1
  48. package/dist/esm/subgraph.js +39 -284
  49. package/dist/esm/subgraph.js.map +1 -1
  50. package/dist/esm/utils/graphql.d.ts +0 -43
  51. package/dist/esm/utils/graphql.d.ts.map +1 -1
  52. package/package.json +3 -3
  53. package/src/accounts/queries.graphql +0 -63
  54. package/src/core-sdk.ts +2 -117
  55. package/src/disputes/queries.graphql +9 -9
  56. package/src/exchanges/handler.ts +20 -50
  57. package/src/exchanges/interface.ts +0 -6
  58. package/src/exchanges/queries.graphql +9 -9
  59. package/src/index.ts +1 -2
  60. package/src/meta-tx/handler.ts +2 -84
  61. package/src/metadata/base.graphql +0 -2
  62. package/src/metadata/product-v1.graphql +1 -2
  63. package/src/offers/queries.graphql +0 -3
  64. package/src/subgraph.ts +258 -2621
  65. package/dist/cjs/event-logs/index.d.ts +0 -2
  66. package/dist/cjs/event-logs/index.d.ts.map +0 -1
  67. package/dist/cjs/event-logs/index.js +0 -28
  68. package/dist/cjs/event-logs/index.js.map +0 -1
  69. package/dist/cjs/event-logs/subgraph.d.ts +0 -3
  70. package/dist/cjs/event-logs/subgraph.d.ts.map +0 -1
  71. package/dist/cjs/event-logs/subgraph.js +0 -22
  72. package/dist/cjs/event-logs/subgraph.js.map +0 -1
  73. package/dist/cjs/meta-tx/biconomy.d.ts +0 -45
  74. package/dist/cjs/meta-tx/biconomy.d.ts.map +0 -1
  75. package/dist/cjs/meta-tx/biconomy.js +0 -76
  76. package/dist/cjs/meta-tx/biconomy.js.map +0 -1
  77. package/dist/cjs/utils/errors.d.ts +0 -5
  78. package/dist/cjs/utils/errors.d.ts.map +0 -1
  79. package/dist/cjs/utils/errors.js +0 -11
  80. package/dist/cjs/utils/errors.js.map +0 -1
  81. package/dist/esm/event-logs/index.d.ts +0 -2
  82. package/dist/esm/event-logs/index.d.ts.map +0 -1
  83. package/dist/esm/event-logs/index.js +0 -2
  84. package/dist/esm/event-logs/index.js.map +0 -1
  85. package/dist/esm/event-logs/subgraph.d.ts +0 -3
  86. package/dist/esm/event-logs/subgraph.d.ts.map +0 -1
  87. package/dist/esm/event-logs/subgraph.js +0 -7
  88. package/dist/esm/event-logs/subgraph.js.map +0 -1
  89. package/dist/esm/meta-tx/biconomy.d.ts +0 -45
  90. package/dist/esm/meta-tx/biconomy.d.ts.map +0 -1
  91. package/dist/esm/meta-tx/biconomy.js +0 -60
  92. package/dist/esm/meta-tx/biconomy.js.map +0 -1
  93. package/dist/esm/utils/errors.d.ts +0 -5
  94. package/dist/esm/utils/errors.d.ts.map +0 -1
  95. package/dist/esm/utils/errors.js +0 -8
  96. package/dist/esm/utils/errors.js.map +0 -1
  97. package/src/event-logs/index.ts +0 -1
  98. package/src/event-logs/queries.graphql +0 -53
  99. package/src/event-logs/subgraph.ts +0 -14
  100. package/src/meta-tx/biconomy.ts +0 -129
  101. package/src/utils/errors.ts +0 -5
package/src/subgraph.ts CHANGED
@@ -31,7 +31,6 @@ export type Scalars = {
31
31
  export type Account = {
32
32
  funds: Array<FundsEntity>;
33
33
  id: Scalars["ID"];
34
- logs: Array<EventLog>;
35
34
  };
36
35
 
37
36
  /**
@@ -46,106 +45,6 @@ export type AccountFundsArgs = {
46
45
  where?: InputMaybe<FundsEntity_Filter>;
47
46
  };
48
47
 
49
- /**
50
- * Accounts
51
- *
52
- */
53
- export type AccountLogsArgs = {
54
- first?: InputMaybe<Scalars["Int"]>;
55
- orderBy?: InputMaybe<EventLog_OrderBy>;
56
- orderDirection?: InputMaybe<OrderDirection>;
57
- skip?: InputMaybe<Scalars["Int"]>;
58
- where?: InputMaybe<EventLog_Filter>;
59
- };
60
-
61
- export type AccountEventLog = EventLog & {
62
- __typename?: "AccountEventLog";
63
- account: Account;
64
- executedBy: Scalars["Bytes"];
65
- hash: Scalars["String"];
66
- id: Scalars["ID"];
67
- timestamp: Scalars["BigInt"];
68
- type: EventType;
69
- };
70
-
71
- export type AccountEventLog_Filter = {
72
- account?: InputMaybe<Scalars["String"]>;
73
- account_contains?: InputMaybe<Scalars["String"]>;
74
- account_contains_nocase?: InputMaybe<Scalars["String"]>;
75
- account_ends_with?: InputMaybe<Scalars["String"]>;
76
- account_ends_with_nocase?: InputMaybe<Scalars["String"]>;
77
- account_gt?: InputMaybe<Scalars["String"]>;
78
- account_gte?: InputMaybe<Scalars["String"]>;
79
- account_in?: InputMaybe<Array<Scalars["String"]>>;
80
- account_lt?: InputMaybe<Scalars["String"]>;
81
- account_lte?: InputMaybe<Scalars["String"]>;
82
- account_not?: InputMaybe<Scalars["String"]>;
83
- account_not_contains?: InputMaybe<Scalars["String"]>;
84
- account_not_contains_nocase?: InputMaybe<Scalars["String"]>;
85
- account_not_ends_with?: InputMaybe<Scalars["String"]>;
86
- account_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
87
- account_not_in?: InputMaybe<Array<Scalars["String"]>>;
88
- account_not_starts_with?: InputMaybe<Scalars["String"]>;
89
- account_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
90
- account_starts_with?: InputMaybe<Scalars["String"]>;
91
- account_starts_with_nocase?: InputMaybe<Scalars["String"]>;
92
- executedBy?: InputMaybe<Scalars["Bytes"]>;
93
- executedBy_contains?: InputMaybe<Scalars["Bytes"]>;
94
- executedBy_in?: InputMaybe<Array<Scalars["Bytes"]>>;
95
- executedBy_not?: InputMaybe<Scalars["Bytes"]>;
96
- executedBy_not_contains?: InputMaybe<Scalars["Bytes"]>;
97
- executedBy_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
98
- hash?: InputMaybe<Scalars["String"]>;
99
- hash_contains?: InputMaybe<Scalars["String"]>;
100
- hash_contains_nocase?: InputMaybe<Scalars["String"]>;
101
- hash_ends_with?: InputMaybe<Scalars["String"]>;
102
- hash_ends_with_nocase?: InputMaybe<Scalars["String"]>;
103
- hash_gt?: InputMaybe<Scalars["String"]>;
104
- hash_gte?: InputMaybe<Scalars["String"]>;
105
- hash_in?: InputMaybe<Array<Scalars["String"]>>;
106
- hash_lt?: InputMaybe<Scalars["String"]>;
107
- hash_lte?: InputMaybe<Scalars["String"]>;
108
- hash_not?: InputMaybe<Scalars["String"]>;
109
- hash_not_contains?: InputMaybe<Scalars["String"]>;
110
- hash_not_contains_nocase?: InputMaybe<Scalars["String"]>;
111
- hash_not_ends_with?: InputMaybe<Scalars["String"]>;
112
- hash_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
113
- hash_not_in?: InputMaybe<Array<Scalars["String"]>>;
114
- hash_not_starts_with?: InputMaybe<Scalars["String"]>;
115
- hash_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
116
- hash_starts_with?: InputMaybe<Scalars["String"]>;
117
- hash_starts_with_nocase?: InputMaybe<Scalars["String"]>;
118
- id?: InputMaybe<Scalars["ID"]>;
119
- id_gt?: InputMaybe<Scalars["ID"]>;
120
- id_gte?: InputMaybe<Scalars["ID"]>;
121
- id_in?: InputMaybe<Array<Scalars["ID"]>>;
122
- id_lt?: InputMaybe<Scalars["ID"]>;
123
- id_lte?: InputMaybe<Scalars["ID"]>;
124
- id_not?: InputMaybe<Scalars["ID"]>;
125
- id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
126
- timestamp?: InputMaybe<Scalars["BigInt"]>;
127
- timestamp_gt?: InputMaybe<Scalars["BigInt"]>;
128
- timestamp_gte?: InputMaybe<Scalars["BigInt"]>;
129
- timestamp_in?: InputMaybe<Array<Scalars["BigInt"]>>;
130
- timestamp_lt?: InputMaybe<Scalars["BigInt"]>;
131
- timestamp_lte?: InputMaybe<Scalars["BigInt"]>;
132
- timestamp_not?: InputMaybe<Scalars["BigInt"]>;
133
- timestamp_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
134
- type?: InputMaybe<EventType>;
135
- type_in?: InputMaybe<Array<EventType>>;
136
- type_not?: InputMaybe<EventType>;
137
- type_not_in?: InputMaybe<Array<EventType>>;
138
- };
139
-
140
- export enum AccountEventLog_OrderBy {
141
- Account = "account",
142
- ExecutedBy = "executedBy",
143
- Hash = "hash",
144
- Id = "id",
145
- Timestamp = "timestamp",
146
- Type = "type"
147
- }
148
-
149
48
  export type Account_Filter = {
150
49
  id?: InputMaybe<Scalars["ID"]>;
151
50
  id_gt?: InputMaybe<Scalars["ID"]>;
@@ -159,8 +58,7 @@ export type Account_Filter = {
159
58
 
160
59
  export enum Account_OrderBy {
161
60
  Funds = "funds",
162
- Id = "id",
163
- Logs = "logs"
61
+ Id = "id"
164
62
  }
165
63
 
166
64
  export type BaseMetadataEntity = MetadataInterface & {
@@ -181,8 +79,6 @@ export type BaseMetadataEntity = MetadataInterface & {
181
79
  id: Scalars["ID"];
182
80
  image: Scalars["String"];
183
81
  name: Scalars["String"];
184
- numberOfCommits: Scalars["BigInt"];
185
- numberOfRedemptions: Scalars["BigInt"];
186
82
  /**
187
83
  * References to entities
188
84
  *
@@ -329,22 +225,6 @@ export type BaseMetadataEntity_Filter = {
329
225
  name_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
330
226
  name_starts_with?: InputMaybe<Scalars["String"]>;
331
227
  name_starts_with_nocase?: InputMaybe<Scalars["String"]>;
332
- numberOfCommits?: InputMaybe<Scalars["BigInt"]>;
333
- numberOfCommits_gt?: InputMaybe<Scalars["BigInt"]>;
334
- numberOfCommits_gte?: InputMaybe<Scalars["BigInt"]>;
335
- numberOfCommits_in?: InputMaybe<Array<Scalars["BigInt"]>>;
336
- numberOfCommits_lt?: InputMaybe<Scalars["BigInt"]>;
337
- numberOfCommits_lte?: InputMaybe<Scalars["BigInt"]>;
338
- numberOfCommits_not?: InputMaybe<Scalars["BigInt"]>;
339
- numberOfCommits_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
340
- numberOfRedemptions?: InputMaybe<Scalars["BigInt"]>;
341
- numberOfRedemptions_gt?: InputMaybe<Scalars["BigInt"]>;
342
- numberOfRedemptions_gte?: InputMaybe<Scalars["BigInt"]>;
343
- numberOfRedemptions_in?: InputMaybe<Array<Scalars["BigInt"]>>;
344
- numberOfRedemptions_lt?: InputMaybe<Scalars["BigInt"]>;
345
- numberOfRedemptions_lte?: InputMaybe<Scalars["BigInt"]>;
346
- numberOfRedemptions_not?: InputMaybe<Scalars["BigInt"]>;
347
- numberOfRedemptions_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
348
228
  offer?: InputMaybe<Scalars["String"]>;
349
229
  offer_contains?: InputMaybe<Scalars["String"]>;
350
230
  offer_contains_nocase?: InputMaybe<Scalars["String"]>;
@@ -448,8 +328,6 @@ export enum BaseMetadataEntity_OrderBy {
448
328
  Id = "id",
449
329
  Image = "image",
450
330
  Name = "name",
451
- NumberOfCommits = "numberOfCommits",
452
- NumberOfRedemptions = "numberOfRedemptions",
453
331
  Offer = "offer",
454
332
  QuantityAvailable = "quantityAvailable",
455
333
  SchemaUrl = "schemaUrl",
@@ -482,7 +360,6 @@ export type Buyer = Account & {
482
360
  exchanges: Array<Exchange>;
483
361
  funds: Array<FundsEntity>;
484
362
  id: Scalars["ID"];
485
- logs: Array<EventLog>;
486
363
  wallet: Scalars["Bytes"];
487
364
  };
488
365
 
@@ -502,14 +379,6 @@ export type BuyerFundsArgs = {
502
379
  where?: InputMaybe<FundsEntity_Filter>;
503
380
  };
504
381
 
505
- export type BuyerLogsArgs = {
506
- first?: InputMaybe<Scalars["Int"]>;
507
- orderBy?: InputMaybe<EventLog_OrderBy>;
508
- orderDirection?: InputMaybe<OrderDirection>;
509
- skip?: InputMaybe<Scalars["Int"]>;
510
- where?: InputMaybe<EventLog_Filter>;
511
- };
512
-
513
382
  export type Buyer_Filter = {
514
383
  active?: InputMaybe<Scalars["Boolean"]>;
515
384
  active_in?: InputMaybe<Array<Scalars["Boolean"]>>;
@@ -536,7 +405,6 @@ export enum Buyer_OrderBy {
536
405
  Exchanges = "exchanges",
537
406
  Funds = "funds",
538
407
  Id = "id",
539
- Logs = "logs",
540
408
  Wallet = "wallet"
541
409
  }
542
410
 
@@ -545,7 +413,6 @@ export type Dispute = {
545
413
  buyer: Buyer;
546
414
  buyerPercent: Scalars["BigInt"];
547
415
  decidedDate?: Maybe<Scalars["BigInt"]>;
548
- disputeResolver: DisputeResolver;
549
416
  disputedDate: Scalars["BigInt"];
550
417
  escalatedDate?: Maybe<Scalars["BigInt"]>;
551
418
  exchange: Exchange;
@@ -560,116 +427,6 @@ export type Dispute = {
560
427
  timeout: Scalars["BigInt"];
561
428
  };
562
429
 
563
- export type DisputeEventLog = EventLog & {
564
- __typename?: "DisputeEventLog";
565
- account: Account;
566
- dispute: Dispute;
567
- executedBy: Scalars["Bytes"];
568
- hash: Scalars["String"];
569
- id: Scalars["ID"];
570
- timestamp: Scalars["BigInt"];
571
- type: EventType;
572
- };
573
-
574
- export type DisputeEventLog_Filter = {
575
- account?: InputMaybe<Scalars["String"]>;
576
- account_contains?: InputMaybe<Scalars["String"]>;
577
- account_contains_nocase?: InputMaybe<Scalars["String"]>;
578
- account_ends_with?: InputMaybe<Scalars["String"]>;
579
- account_ends_with_nocase?: InputMaybe<Scalars["String"]>;
580
- account_gt?: InputMaybe<Scalars["String"]>;
581
- account_gte?: InputMaybe<Scalars["String"]>;
582
- account_in?: InputMaybe<Array<Scalars["String"]>>;
583
- account_lt?: InputMaybe<Scalars["String"]>;
584
- account_lte?: InputMaybe<Scalars["String"]>;
585
- account_not?: InputMaybe<Scalars["String"]>;
586
- account_not_contains?: InputMaybe<Scalars["String"]>;
587
- account_not_contains_nocase?: InputMaybe<Scalars["String"]>;
588
- account_not_ends_with?: InputMaybe<Scalars["String"]>;
589
- account_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
590
- account_not_in?: InputMaybe<Array<Scalars["String"]>>;
591
- account_not_starts_with?: InputMaybe<Scalars["String"]>;
592
- account_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
593
- account_starts_with?: InputMaybe<Scalars["String"]>;
594
- account_starts_with_nocase?: InputMaybe<Scalars["String"]>;
595
- dispute?: InputMaybe<Scalars["String"]>;
596
- dispute_contains?: InputMaybe<Scalars["String"]>;
597
- dispute_contains_nocase?: InputMaybe<Scalars["String"]>;
598
- dispute_ends_with?: InputMaybe<Scalars["String"]>;
599
- dispute_ends_with_nocase?: InputMaybe<Scalars["String"]>;
600
- dispute_gt?: InputMaybe<Scalars["String"]>;
601
- dispute_gte?: InputMaybe<Scalars["String"]>;
602
- dispute_in?: InputMaybe<Array<Scalars["String"]>>;
603
- dispute_lt?: InputMaybe<Scalars["String"]>;
604
- dispute_lte?: InputMaybe<Scalars["String"]>;
605
- dispute_not?: InputMaybe<Scalars["String"]>;
606
- dispute_not_contains?: InputMaybe<Scalars["String"]>;
607
- dispute_not_contains_nocase?: InputMaybe<Scalars["String"]>;
608
- dispute_not_ends_with?: InputMaybe<Scalars["String"]>;
609
- dispute_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
610
- dispute_not_in?: InputMaybe<Array<Scalars["String"]>>;
611
- dispute_not_starts_with?: InputMaybe<Scalars["String"]>;
612
- dispute_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
613
- dispute_starts_with?: InputMaybe<Scalars["String"]>;
614
- dispute_starts_with_nocase?: InputMaybe<Scalars["String"]>;
615
- executedBy?: InputMaybe<Scalars["Bytes"]>;
616
- executedBy_contains?: InputMaybe<Scalars["Bytes"]>;
617
- executedBy_in?: InputMaybe<Array<Scalars["Bytes"]>>;
618
- executedBy_not?: InputMaybe<Scalars["Bytes"]>;
619
- executedBy_not_contains?: InputMaybe<Scalars["Bytes"]>;
620
- executedBy_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
621
- hash?: InputMaybe<Scalars["String"]>;
622
- hash_contains?: InputMaybe<Scalars["String"]>;
623
- hash_contains_nocase?: InputMaybe<Scalars["String"]>;
624
- hash_ends_with?: InputMaybe<Scalars["String"]>;
625
- hash_ends_with_nocase?: InputMaybe<Scalars["String"]>;
626
- hash_gt?: InputMaybe<Scalars["String"]>;
627
- hash_gte?: InputMaybe<Scalars["String"]>;
628
- hash_in?: InputMaybe<Array<Scalars["String"]>>;
629
- hash_lt?: InputMaybe<Scalars["String"]>;
630
- hash_lte?: InputMaybe<Scalars["String"]>;
631
- hash_not?: InputMaybe<Scalars["String"]>;
632
- hash_not_contains?: InputMaybe<Scalars["String"]>;
633
- hash_not_contains_nocase?: InputMaybe<Scalars["String"]>;
634
- hash_not_ends_with?: InputMaybe<Scalars["String"]>;
635
- hash_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
636
- hash_not_in?: InputMaybe<Array<Scalars["String"]>>;
637
- hash_not_starts_with?: InputMaybe<Scalars["String"]>;
638
- hash_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
639
- hash_starts_with?: InputMaybe<Scalars["String"]>;
640
- hash_starts_with_nocase?: InputMaybe<Scalars["String"]>;
641
- id?: InputMaybe<Scalars["ID"]>;
642
- id_gt?: InputMaybe<Scalars["ID"]>;
643
- id_gte?: InputMaybe<Scalars["ID"]>;
644
- id_in?: InputMaybe<Array<Scalars["ID"]>>;
645
- id_lt?: InputMaybe<Scalars["ID"]>;
646
- id_lte?: InputMaybe<Scalars["ID"]>;
647
- id_not?: InputMaybe<Scalars["ID"]>;
648
- id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
649
- timestamp?: InputMaybe<Scalars["BigInt"]>;
650
- timestamp_gt?: InputMaybe<Scalars["BigInt"]>;
651
- timestamp_gte?: InputMaybe<Scalars["BigInt"]>;
652
- timestamp_in?: InputMaybe<Array<Scalars["BigInt"]>>;
653
- timestamp_lt?: InputMaybe<Scalars["BigInt"]>;
654
- timestamp_lte?: InputMaybe<Scalars["BigInt"]>;
655
- timestamp_not?: InputMaybe<Scalars["BigInt"]>;
656
- timestamp_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
657
- type?: InputMaybe<EventType>;
658
- type_in?: InputMaybe<Array<EventType>>;
659
- type_not?: InputMaybe<EventType>;
660
- type_not_in?: InputMaybe<Array<EventType>>;
661
- };
662
-
663
- export enum DisputeEventLog_OrderBy {
664
- Account = "account",
665
- Dispute = "dispute",
666
- ExecutedBy = "executedBy",
667
- Hash = "hash",
668
- Id = "id",
669
- Timestamp = "timestamp",
670
- Type = "type"
671
- }
672
-
673
430
  export type DisputeResolutionTermsEntity = {
674
431
  __typename?: "DisputeResolutionTermsEntity";
675
432
  buyerEscalationDeposit: Scalars["BigInt"];
@@ -775,16 +532,14 @@ export enum DisputeResolutionTermsEntity_OrderBy {
775
532
  Offer = "offer"
776
533
  }
777
534
 
778
- export type DisputeResolver = Account & {
535
+ export type DisputeResolver = {
779
536
  __typename?: "DisputeResolver";
780
537
  active: Scalars["Boolean"];
781
538
  admin: Scalars["Bytes"];
782
539
  clerk: Scalars["Bytes"];
783
540
  escalationResponsePeriod: Scalars["BigInt"];
784
541
  fees: Array<DisputeResolverFee>;
785
- funds: Array<FundsEntity>;
786
542
  id: Scalars["ID"];
787
- logs: Array<EventLog>;
788
543
  metadataUri: Scalars["String"];
789
544
  offers: Array<Offer>;
790
545
  operator: Scalars["Bytes"];
@@ -800,22 +555,6 @@ export type DisputeResolverFeesArgs = {
800
555
  where?: InputMaybe<DisputeResolverFee_Filter>;
801
556
  };
802
557
 
803
- export type DisputeResolverFundsArgs = {
804
- first?: InputMaybe<Scalars["Int"]>;
805
- orderBy?: InputMaybe<FundsEntity_OrderBy>;
806
- orderDirection?: InputMaybe<OrderDirection>;
807
- skip?: InputMaybe<Scalars["Int"]>;
808
- where?: InputMaybe<FundsEntity_Filter>;
809
- };
810
-
811
- export type DisputeResolverLogsArgs = {
812
- first?: InputMaybe<Scalars["Int"]>;
813
- orderBy?: InputMaybe<EventLog_OrderBy>;
814
- orderDirection?: InputMaybe<OrderDirection>;
815
- skip?: InputMaybe<Scalars["Int"]>;
816
- where?: InputMaybe<EventLog_Filter>;
817
- };
818
-
819
558
  export type DisputeResolverOffersArgs = {
820
559
  first?: InputMaybe<Scalars["Int"]>;
821
560
  orderBy?: InputMaybe<Offer_OrderBy>;
@@ -992,9 +731,7 @@ export enum DisputeResolver_OrderBy {
992
731
  Clerk = "clerk",
993
732
  EscalationResponsePeriod = "escalationResponsePeriod",
994
733
  Fees = "fees",
995
- Funds = "funds",
996
734
  Id = "id",
997
- Logs = "logs",
998
735
  MetadataUri = "metadataUri",
999
736
  Offers = "offers",
1000
737
  Operator = "operator",
@@ -1052,26 +789,6 @@ export type Dispute_Filter = {
1052
789
  decidedDate_lte?: InputMaybe<Scalars["BigInt"]>;
1053
790
  decidedDate_not?: InputMaybe<Scalars["BigInt"]>;
1054
791
  decidedDate_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
1055
- disputeResolver?: InputMaybe<Scalars["String"]>;
1056
- disputeResolver_contains?: InputMaybe<Scalars["String"]>;
1057
- disputeResolver_contains_nocase?: InputMaybe<Scalars["String"]>;
1058
- disputeResolver_ends_with?: InputMaybe<Scalars["String"]>;
1059
- disputeResolver_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1060
- disputeResolver_gt?: InputMaybe<Scalars["String"]>;
1061
- disputeResolver_gte?: InputMaybe<Scalars["String"]>;
1062
- disputeResolver_in?: InputMaybe<Array<Scalars["String"]>>;
1063
- disputeResolver_lt?: InputMaybe<Scalars["String"]>;
1064
- disputeResolver_lte?: InputMaybe<Scalars["String"]>;
1065
- disputeResolver_not?: InputMaybe<Scalars["String"]>;
1066
- disputeResolver_not_contains?: InputMaybe<Scalars["String"]>;
1067
- disputeResolver_not_contains_nocase?: InputMaybe<Scalars["String"]>;
1068
- disputeResolver_not_ends_with?: InputMaybe<Scalars["String"]>;
1069
- disputeResolver_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1070
- disputeResolver_not_in?: InputMaybe<Array<Scalars["String"]>>;
1071
- disputeResolver_not_starts_with?: InputMaybe<Scalars["String"]>;
1072
- disputeResolver_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1073
- disputeResolver_starts_with?: InputMaybe<Scalars["String"]>;
1074
- disputeResolver_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1075
792
  disputedDate?: InputMaybe<Scalars["BigInt"]>;
1076
793
  disputedDate_gt?: InputMaybe<Scalars["BigInt"]>;
1077
794
  disputedDate_gte?: InputMaybe<Scalars["BigInt"]>;
@@ -1194,7 +911,6 @@ export enum Dispute_OrderBy {
1194
911
  Buyer = "buyer",
1195
912
  BuyerPercent = "buyerPercent",
1196
913
  DecidedDate = "decidedDate",
1197
- DisputeResolver = "disputeResolver",
1198
914
  DisputedDate = "disputedDate",
1199
915
  EscalatedDate = "escalatedDate",
1200
916
  Exchange = "exchange",
@@ -1209,137 +925,6 @@ export enum Dispute_OrderBy {
1209
925
  Timeout = "timeout"
1210
926
  }
1211
927
 
1212
- export type EventLog = {
1213
- account: Account;
1214
- executedBy: Scalars["Bytes"];
1215
- hash: Scalars["String"];
1216
- id: Scalars["ID"];
1217
- timestamp: Scalars["BigInt"];
1218
- type: EventType;
1219
- };
1220
-
1221
- export type EventLog_Filter = {
1222
- account?: InputMaybe<Scalars["String"]>;
1223
- account_contains?: InputMaybe<Scalars["String"]>;
1224
- account_contains_nocase?: InputMaybe<Scalars["String"]>;
1225
- account_ends_with?: InputMaybe<Scalars["String"]>;
1226
- account_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1227
- account_gt?: InputMaybe<Scalars["String"]>;
1228
- account_gte?: InputMaybe<Scalars["String"]>;
1229
- account_in?: InputMaybe<Array<Scalars["String"]>>;
1230
- account_lt?: InputMaybe<Scalars["String"]>;
1231
- account_lte?: InputMaybe<Scalars["String"]>;
1232
- account_not?: InputMaybe<Scalars["String"]>;
1233
- account_not_contains?: InputMaybe<Scalars["String"]>;
1234
- account_not_contains_nocase?: InputMaybe<Scalars["String"]>;
1235
- account_not_ends_with?: InputMaybe<Scalars["String"]>;
1236
- account_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1237
- account_not_in?: InputMaybe<Array<Scalars["String"]>>;
1238
- account_not_starts_with?: InputMaybe<Scalars["String"]>;
1239
- account_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1240
- account_starts_with?: InputMaybe<Scalars["String"]>;
1241
- account_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1242
- executedBy?: InputMaybe<Scalars["Bytes"]>;
1243
- executedBy_contains?: InputMaybe<Scalars["Bytes"]>;
1244
- executedBy_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1245
- executedBy_not?: InputMaybe<Scalars["Bytes"]>;
1246
- executedBy_not_contains?: InputMaybe<Scalars["Bytes"]>;
1247
- executedBy_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1248
- hash?: InputMaybe<Scalars["String"]>;
1249
- hash_contains?: InputMaybe<Scalars["String"]>;
1250
- hash_contains_nocase?: InputMaybe<Scalars["String"]>;
1251
- hash_ends_with?: InputMaybe<Scalars["String"]>;
1252
- hash_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1253
- hash_gt?: InputMaybe<Scalars["String"]>;
1254
- hash_gte?: InputMaybe<Scalars["String"]>;
1255
- hash_in?: InputMaybe<Array<Scalars["String"]>>;
1256
- hash_lt?: InputMaybe<Scalars["String"]>;
1257
- hash_lte?: InputMaybe<Scalars["String"]>;
1258
- hash_not?: InputMaybe<Scalars["String"]>;
1259
- hash_not_contains?: InputMaybe<Scalars["String"]>;
1260
- hash_not_contains_nocase?: InputMaybe<Scalars["String"]>;
1261
- hash_not_ends_with?: InputMaybe<Scalars["String"]>;
1262
- hash_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1263
- hash_not_in?: InputMaybe<Array<Scalars["String"]>>;
1264
- hash_not_starts_with?: InputMaybe<Scalars["String"]>;
1265
- hash_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1266
- hash_starts_with?: InputMaybe<Scalars["String"]>;
1267
- hash_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1268
- id?: InputMaybe<Scalars["ID"]>;
1269
- id_gt?: InputMaybe<Scalars["ID"]>;
1270
- id_gte?: InputMaybe<Scalars["ID"]>;
1271
- id_in?: InputMaybe<Array<Scalars["ID"]>>;
1272
- id_lt?: InputMaybe<Scalars["ID"]>;
1273
- id_lte?: InputMaybe<Scalars["ID"]>;
1274
- id_not?: InputMaybe<Scalars["ID"]>;
1275
- id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
1276
- timestamp?: InputMaybe<Scalars["BigInt"]>;
1277
- timestamp_gt?: InputMaybe<Scalars["BigInt"]>;
1278
- timestamp_gte?: InputMaybe<Scalars["BigInt"]>;
1279
- timestamp_in?: InputMaybe<Array<Scalars["BigInt"]>>;
1280
- timestamp_lt?: InputMaybe<Scalars["BigInt"]>;
1281
- timestamp_lte?: InputMaybe<Scalars["BigInt"]>;
1282
- timestamp_not?: InputMaybe<Scalars["BigInt"]>;
1283
- timestamp_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
1284
- type?: InputMaybe<EventType>;
1285
- type_in?: InputMaybe<Array<EventType>>;
1286
- type_not?: InputMaybe<EventType>;
1287
- type_not_in?: InputMaybe<Array<EventType>>;
1288
- };
1289
-
1290
- export enum EventLog_OrderBy {
1291
- Account = "account",
1292
- ExecutedBy = "executedBy",
1293
- Hash = "hash",
1294
- Id = "id",
1295
- Timestamp = "timestamp",
1296
- Type = "type"
1297
- }
1298
-
1299
- /**
1300
- * Events
1301
- *
1302
- */
1303
- export enum EventType {
1304
- AllowedSellersAdded = "ALLOWED_SELLERS_ADDED",
1305
- AllowedSellersRemoved = "ALLOWED_SELLERS_REMOVED",
1306
- /** ExchangeHandler events */
1307
- BuyerCommitted = "BUYER_COMMITTED",
1308
- BuyerCreated = "BUYER_CREATED",
1309
- DisputeDecided = "DISPUTE_DECIDED",
1310
- DisputeEscalated = "DISPUTE_ESCALATED",
1311
- DisputeExpired = "DISPUTE_EXPIRED",
1312
- /** DisputeHandler events */
1313
- DisputeRaised = "DISPUTE_RAISED",
1314
- DisputeResolved = "DISPUTE_RESOLVED",
1315
- DisputeResolverActivated = "DISPUTE_RESOLVER_ACTIVATED",
1316
- DisputeResolverCreated = "DISPUTE_RESOLVER_CREATED",
1317
- DisputeResolverFeesAdded = "DISPUTE_RESOLVER_FEES_ADDED",
1318
- DisputeResolverFeesRemoved = "DISPUTE_RESOLVER_FEES_REMOVED",
1319
- DisputeResolverUpdated = "DISPUTE_RESOLVER_UPDATED",
1320
- DisputeRetracted = "DISPUTE_RETRACTED",
1321
- DisputeTimeoutExtended = "DISPUTE_TIMEOUT_EXTENDED",
1322
- EscalatedDisputeExpired = "ESCALATED_DISPUTE_EXPIRED",
1323
- EscalatedDisputeRefused = "ESCALATED_DISPUTE_REFUSED",
1324
- ExchangeCompleted = "EXCHANGE_COMPLETED",
1325
- /** FundsHandler events */
1326
- FundsDeposited = "FUNDS_DEPOSITED",
1327
- FundsEncumbered = "FUNDS_ENCUMBERED",
1328
- FundsReleased = "FUNDS_RELEASED",
1329
- FundsWithdrawn = "FUNDS_WITHDRAWN",
1330
- /** OfferHandler events */
1331
- OfferCreated = "OFFER_CREATED",
1332
- OfferVoided = "OFFER_VOIDED",
1333
- /** AccountHandler events */
1334
- SellerCreated = "SELLER_CREATED",
1335
- SellerUpdated = "SELLER_UPDATED",
1336
- VoucherCanceled = "VOUCHER_CANCELED",
1337
- VoucherExtended = "VOUCHER_EXTENDED",
1338
- VoucherRedeemed = "VOUCHER_REDEEMED",
1339
- VoucherRevoked = "VOUCHER_REVOKED",
1340
- VoucherTransferred = "VOUCHER_TRANSFERRED"
1341
- }
1342
-
1343
928
  export type Exchange = {
1344
929
  __typename?: "Exchange";
1345
930
  buyer: Buyer;
@@ -1347,7 +932,6 @@ export type Exchange = {
1347
932
  committedDate: Scalars["BigInt"];
1348
933
  completedDate?: Maybe<Scalars["BigInt"]>;
1349
934
  dispute?: Maybe<Dispute>;
1350
- disputeResolver: DisputeResolver;
1351
935
  disputed: Scalars["Boolean"];
1352
936
  disputedDate?: Maybe<Scalars["BigInt"]>;
1353
937
  expired: Scalars["Boolean"];
@@ -1361,116 +945,6 @@ export type Exchange = {
1361
945
  validUntilDate: Scalars["BigInt"];
1362
946
  };
1363
947
 
1364
- export type ExchangeEventLog = EventLog & {
1365
- __typename?: "ExchangeEventLog";
1366
- account: Account;
1367
- exchange: Exchange;
1368
- executedBy: Scalars["Bytes"];
1369
- hash: Scalars["String"];
1370
- id: Scalars["ID"];
1371
- timestamp: Scalars["BigInt"];
1372
- type: EventType;
1373
- };
1374
-
1375
- export type ExchangeEventLog_Filter = {
1376
- account?: InputMaybe<Scalars["String"]>;
1377
- account_contains?: InputMaybe<Scalars["String"]>;
1378
- account_contains_nocase?: InputMaybe<Scalars["String"]>;
1379
- account_ends_with?: InputMaybe<Scalars["String"]>;
1380
- account_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1381
- account_gt?: InputMaybe<Scalars["String"]>;
1382
- account_gte?: InputMaybe<Scalars["String"]>;
1383
- account_in?: InputMaybe<Array<Scalars["String"]>>;
1384
- account_lt?: InputMaybe<Scalars["String"]>;
1385
- account_lte?: InputMaybe<Scalars["String"]>;
1386
- account_not?: InputMaybe<Scalars["String"]>;
1387
- account_not_contains?: InputMaybe<Scalars["String"]>;
1388
- account_not_contains_nocase?: InputMaybe<Scalars["String"]>;
1389
- account_not_ends_with?: InputMaybe<Scalars["String"]>;
1390
- account_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1391
- account_not_in?: InputMaybe<Array<Scalars["String"]>>;
1392
- account_not_starts_with?: InputMaybe<Scalars["String"]>;
1393
- account_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1394
- account_starts_with?: InputMaybe<Scalars["String"]>;
1395
- account_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1396
- exchange?: InputMaybe<Scalars["String"]>;
1397
- exchange_contains?: InputMaybe<Scalars["String"]>;
1398
- exchange_contains_nocase?: InputMaybe<Scalars["String"]>;
1399
- exchange_ends_with?: InputMaybe<Scalars["String"]>;
1400
- exchange_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1401
- exchange_gt?: InputMaybe<Scalars["String"]>;
1402
- exchange_gte?: InputMaybe<Scalars["String"]>;
1403
- exchange_in?: InputMaybe<Array<Scalars["String"]>>;
1404
- exchange_lt?: InputMaybe<Scalars["String"]>;
1405
- exchange_lte?: InputMaybe<Scalars["String"]>;
1406
- exchange_not?: InputMaybe<Scalars["String"]>;
1407
- exchange_not_contains?: InputMaybe<Scalars["String"]>;
1408
- exchange_not_contains_nocase?: InputMaybe<Scalars["String"]>;
1409
- exchange_not_ends_with?: InputMaybe<Scalars["String"]>;
1410
- exchange_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1411
- exchange_not_in?: InputMaybe<Array<Scalars["String"]>>;
1412
- exchange_not_starts_with?: InputMaybe<Scalars["String"]>;
1413
- exchange_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1414
- exchange_starts_with?: InputMaybe<Scalars["String"]>;
1415
- exchange_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1416
- executedBy?: InputMaybe<Scalars["Bytes"]>;
1417
- executedBy_contains?: InputMaybe<Scalars["Bytes"]>;
1418
- executedBy_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1419
- executedBy_not?: InputMaybe<Scalars["Bytes"]>;
1420
- executedBy_not_contains?: InputMaybe<Scalars["Bytes"]>;
1421
- executedBy_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1422
- hash?: InputMaybe<Scalars["String"]>;
1423
- hash_contains?: InputMaybe<Scalars["String"]>;
1424
- hash_contains_nocase?: InputMaybe<Scalars["String"]>;
1425
- hash_ends_with?: InputMaybe<Scalars["String"]>;
1426
- hash_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1427
- hash_gt?: InputMaybe<Scalars["String"]>;
1428
- hash_gte?: InputMaybe<Scalars["String"]>;
1429
- hash_in?: InputMaybe<Array<Scalars["String"]>>;
1430
- hash_lt?: InputMaybe<Scalars["String"]>;
1431
- hash_lte?: InputMaybe<Scalars["String"]>;
1432
- hash_not?: InputMaybe<Scalars["String"]>;
1433
- hash_not_contains?: InputMaybe<Scalars["String"]>;
1434
- hash_not_contains_nocase?: InputMaybe<Scalars["String"]>;
1435
- hash_not_ends_with?: InputMaybe<Scalars["String"]>;
1436
- hash_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1437
- hash_not_in?: InputMaybe<Array<Scalars["String"]>>;
1438
- hash_not_starts_with?: InputMaybe<Scalars["String"]>;
1439
- hash_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1440
- hash_starts_with?: InputMaybe<Scalars["String"]>;
1441
- hash_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1442
- id?: InputMaybe<Scalars["ID"]>;
1443
- id_gt?: InputMaybe<Scalars["ID"]>;
1444
- id_gte?: InputMaybe<Scalars["ID"]>;
1445
- id_in?: InputMaybe<Array<Scalars["ID"]>>;
1446
- id_lt?: InputMaybe<Scalars["ID"]>;
1447
- id_lte?: InputMaybe<Scalars["ID"]>;
1448
- id_not?: InputMaybe<Scalars["ID"]>;
1449
- id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
1450
- timestamp?: InputMaybe<Scalars["BigInt"]>;
1451
- timestamp_gt?: InputMaybe<Scalars["BigInt"]>;
1452
- timestamp_gte?: InputMaybe<Scalars["BigInt"]>;
1453
- timestamp_in?: InputMaybe<Array<Scalars["BigInt"]>>;
1454
- timestamp_lt?: InputMaybe<Scalars["BigInt"]>;
1455
- timestamp_lte?: InputMaybe<Scalars["BigInt"]>;
1456
- timestamp_not?: InputMaybe<Scalars["BigInt"]>;
1457
- timestamp_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
1458
- type?: InputMaybe<EventType>;
1459
- type_in?: InputMaybe<Array<EventType>>;
1460
- type_not?: InputMaybe<EventType>;
1461
- type_not_in?: InputMaybe<Array<EventType>>;
1462
- };
1463
-
1464
- export enum ExchangeEventLog_OrderBy {
1465
- Account = "account",
1466
- Exchange = "exchange",
1467
- ExecutedBy = "executedBy",
1468
- Hash = "hash",
1469
- Id = "id",
1470
- Timestamp = "timestamp",
1471
- Type = "type"
1472
- }
1473
-
1474
948
  /**
1475
949
  * Exchange and Voucher
1476
950
  *
@@ -1644,26 +1118,6 @@ export type Exchange_Filter = {
1644
1118
  completedDate_not?: InputMaybe<Scalars["BigInt"]>;
1645
1119
  completedDate_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
1646
1120
  dispute?: InputMaybe<Scalars["String"]>;
1647
- disputeResolver?: InputMaybe<Scalars["String"]>;
1648
- disputeResolver_contains?: InputMaybe<Scalars["String"]>;
1649
- disputeResolver_contains_nocase?: InputMaybe<Scalars["String"]>;
1650
- disputeResolver_ends_with?: InputMaybe<Scalars["String"]>;
1651
- disputeResolver_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1652
- disputeResolver_gt?: InputMaybe<Scalars["String"]>;
1653
- disputeResolver_gte?: InputMaybe<Scalars["String"]>;
1654
- disputeResolver_in?: InputMaybe<Array<Scalars["String"]>>;
1655
- disputeResolver_lt?: InputMaybe<Scalars["String"]>;
1656
- disputeResolver_lte?: InputMaybe<Scalars["String"]>;
1657
- disputeResolver_not?: InputMaybe<Scalars["String"]>;
1658
- disputeResolver_not_contains?: InputMaybe<Scalars["String"]>;
1659
- disputeResolver_not_contains_nocase?: InputMaybe<Scalars["String"]>;
1660
- disputeResolver_not_ends_with?: InputMaybe<Scalars["String"]>;
1661
- disputeResolver_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1662
- disputeResolver_not_in?: InputMaybe<Array<Scalars["String"]>>;
1663
- disputeResolver_not_starts_with?: InputMaybe<Scalars["String"]>;
1664
- disputeResolver_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1665
- disputeResolver_starts_with?: InputMaybe<Scalars["String"]>;
1666
- disputeResolver_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1667
1121
  dispute_contains?: InputMaybe<Scalars["String"]>;
1668
1122
  dispute_contains_nocase?: InputMaybe<Scalars["String"]>;
1669
1123
  dispute_ends_with?: InputMaybe<Scalars["String"]>;
@@ -1791,7 +1245,6 @@ export enum Exchange_OrderBy {
1791
1245
  CommittedDate = "committedDate",
1792
1246
  CompletedDate = "completedDate",
1793
1247
  Dispute = "dispute",
1794
- DisputeResolver = "disputeResolver",
1795
1248
  Disputed = "disputed",
1796
1249
  DisputedDate = "disputedDate",
1797
1250
  Expired = "expired",
@@ -1901,116 +1354,6 @@ export enum FundsEntity_OrderBy {
1901
1354
  TokenAddress = "tokenAddress"
1902
1355
  }
1903
1356
 
1904
- export type FundsEventLog = EventLog & {
1905
- __typename?: "FundsEventLog";
1906
- account: Account;
1907
- executedBy: Scalars["Bytes"];
1908
- funds: FundsEntity;
1909
- hash: Scalars["String"];
1910
- id: Scalars["ID"];
1911
- timestamp: Scalars["BigInt"];
1912
- type: EventType;
1913
- };
1914
-
1915
- export type FundsEventLog_Filter = {
1916
- account?: InputMaybe<Scalars["String"]>;
1917
- account_contains?: InputMaybe<Scalars["String"]>;
1918
- account_contains_nocase?: InputMaybe<Scalars["String"]>;
1919
- account_ends_with?: InputMaybe<Scalars["String"]>;
1920
- account_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1921
- account_gt?: InputMaybe<Scalars["String"]>;
1922
- account_gte?: InputMaybe<Scalars["String"]>;
1923
- account_in?: InputMaybe<Array<Scalars["String"]>>;
1924
- account_lt?: InputMaybe<Scalars["String"]>;
1925
- account_lte?: InputMaybe<Scalars["String"]>;
1926
- account_not?: InputMaybe<Scalars["String"]>;
1927
- account_not_contains?: InputMaybe<Scalars["String"]>;
1928
- account_not_contains_nocase?: InputMaybe<Scalars["String"]>;
1929
- account_not_ends_with?: InputMaybe<Scalars["String"]>;
1930
- account_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1931
- account_not_in?: InputMaybe<Array<Scalars["String"]>>;
1932
- account_not_starts_with?: InputMaybe<Scalars["String"]>;
1933
- account_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1934
- account_starts_with?: InputMaybe<Scalars["String"]>;
1935
- account_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1936
- executedBy?: InputMaybe<Scalars["Bytes"]>;
1937
- executedBy_contains?: InputMaybe<Scalars["Bytes"]>;
1938
- executedBy_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1939
- executedBy_not?: InputMaybe<Scalars["Bytes"]>;
1940
- executedBy_not_contains?: InputMaybe<Scalars["Bytes"]>;
1941
- executedBy_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
1942
- funds?: InputMaybe<Scalars["String"]>;
1943
- funds_contains?: InputMaybe<Scalars["String"]>;
1944
- funds_contains_nocase?: InputMaybe<Scalars["String"]>;
1945
- funds_ends_with?: InputMaybe<Scalars["String"]>;
1946
- funds_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1947
- funds_gt?: InputMaybe<Scalars["String"]>;
1948
- funds_gte?: InputMaybe<Scalars["String"]>;
1949
- funds_in?: InputMaybe<Array<Scalars["String"]>>;
1950
- funds_lt?: InputMaybe<Scalars["String"]>;
1951
- funds_lte?: InputMaybe<Scalars["String"]>;
1952
- funds_not?: InputMaybe<Scalars["String"]>;
1953
- funds_not_contains?: InputMaybe<Scalars["String"]>;
1954
- funds_not_contains_nocase?: InputMaybe<Scalars["String"]>;
1955
- funds_not_ends_with?: InputMaybe<Scalars["String"]>;
1956
- funds_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1957
- funds_not_in?: InputMaybe<Array<Scalars["String"]>>;
1958
- funds_not_starts_with?: InputMaybe<Scalars["String"]>;
1959
- funds_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1960
- funds_starts_with?: InputMaybe<Scalars["String"]>;
1961
- funds_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1962
- hash?: InputMaybe<Scalars["String"]>;
1963
- hash_contains?: InputMaybe<Scalars["String"]>;
1964
- hash_contains_nocase?: InputMaybe<Scalars["String"]>;
1965
- hash_ends_with?: InputMaybe<Scalars["String"]>;
1966
- hash_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1967
- hash_gt?: InputMaybe<Scalars["String"]>;
1968
- hash_gte?: InputMaybe<Scalars["String"]>;
1969
- hash_in?: InputMaybe<Array<Scalars["String"]>>;
1970
- hash_lt?: InputMaybe<Scalars["String"]>;
1971
- hash_lte?: InputMaybe<Scalars["String"]>;
1972
- hash_not?: InputMaybe<Scalars["String"]>;
1973
- hash_not_contains?: InputMaybe<Scalars["String"]>;
1974
- hash_not_contains_nocase?: InputMaybe<Scalars["String"]>;
1975
- hash_not_ends_with?: InputMaybe<Scalars["String"]>;
1976
- hash_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
1977
- hash_not_in?: InputMaybe<Array<Scalars["String"]>>;
1978
- hash_not_starts_with?: InputMaybe<Scalars["String"]>;
1979
- hash_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1980
- hash_starts_with?: InputMaybe<Scalars["String"]>;
1981
- hash_starts_with_nocase?: InputMaybe<Scalars["String"]>;
1982
- id?: InputMaybe<Scalars["ID"]>;
1983
- id_gt?: InputMaybe<Scalars["ID"]>;
1984
- id_gte?: InputMaybe<Scalars["ID"]>;
1985
- id_in?: InputMaybe<Array<Scalars["ID"]>>;
1986
- id_lt?: InputMaybe<Scalars["ID"]>;
1987
- id_lte?: InputMaybe<Scalars["ID"]>;
1988
- id_not?: InputMaybe<Scalars["ID"]>;
1989
- id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
1990
- timestamp?: InputMaybe<Scalars["BigInt"]>;
1991
- timestamp_gt?: InputMaybe<Scalars["BigInt"]>;
1992
- timestamp_gte?: InputMaybe<Scalars["BigInt"]>;
1993
- timestamp_in?: InputMaybe<Array<Scalars["BigInt"]>>;
1994
- timestamp_lt?: InputMaybe<Scalars["BigInt"]>;
1995
- timestamp_lte?: InputMaybe<Scalars["BigInt"]>;
1996
- timestamp_not?: InputMaybe<Scalars["BigInt"]>;
1997
- timestamp_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
1998
- type?: InputMaybe<EventType>;
1999
- type_in?: InputMaybe<Array<EventType>>;
2000
- type_not?: InputMaybe<EventType>;
2001
- type_not_in?: InputMaybe<Array<EventType>>;
2002
- };
2003
-
2004
- export enum FundsEventLog_OrderBy {
2005
- Account = "account",
2006
- ExecutedBy = "executedBy",
2007
- Funds = "funds",
2008
- Hash = "hash",
2009
- Id = "id",
2010
- Timestamp = "timestamp",
2011
- Type = "type"
2012
- }
2013
-
2014
1357
  export type MetadataAttribute = {
2015
1358
  __typename?: "MetadataAttribute";
2016
1359
  displayType: Scalars["String"];
@@ -2114,8 +1457,6 @@ export type MetadataInterface = {
2114
1457
  id: Scalars["ID"];
2115
1458
  image: Scalars["String"];
2116
1459
  name: Scalars["String"];
2117
- numberOfCommits: Scalars["BigInt"];
2118
- numberOfRedemptions: Scalars["BigInt"];
2119
1460
  /**
2120
1461
  * References to entities
2121
1462
  *
@@ -2261,22 +1602,6 @@ export type MetadataInterface_Filter = {
2261
1602
  name_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2262
1603
  name_starts_with?: InputMaybe<Scalars["String"]>;
2263
1604
  name_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2264
- numberOfCommits?: InputMaybe<Scalars["BigInt"]>;
2265
- numberOfCommits_gt?: InputMaybe<Scalars["BigInt"]>;
2266
- numberOfCommits_gte?: InputMaybe<Scalars["BigInt"]>;
2267
- numberOfCommits_in?: InputMaybe<Array<Scalars["BigInt"]>>;
2268
- numberOfCommits_lt?: InputMaybe<Scalars["BigInt"]>;
2269
- numberOfCommits_lte?: InputMaybe<Scalars["BigInt"]>;
2270
- numberOfCommits_not?: InputMaybe<Scalars["BigInt"]>;
2271
- numberOfCommits_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
2272
- numberOfRedemptions?: InputMaybe<Scalars["BigInt"]>;
2273
- numberOfRedemptions_gt?: InputMaybe<Scalars["BigInt"]>;
2274
- numberOfRedemptions_gte?: InputMaybe<Scalars["BigInt"]>;
2275
- numberOfRedemptions_in?: InputMaybe<Array<Scalars["BigInt"]>>;
2276
- numberOfRedemptions_lt?: InputMaybe<Scalars["BigInt"]>;
2277
- numberOfRedemptions_lte?: InputMaybe<Scalars["BigInt"]>;
2278
- numberOfRedemptions_not?: InputMaybe<Scalars["BigInt"]>;
2279
- numberOfRedemptions_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
2280
1605
  offer?: InputMaybe<Scalars["String"]>;
2281
1606
  offer_contains?: InputMaybe<Scalars["String"]>;
2282
1607
  offer_contains_nocase?: InputMaybe<Scalars["String"]>;
@@ -2380,8 +1705,6 @@ export enum MetadataInterface_OrderBy {
2380
1705
  Id = "id",
2381
1706
  Image = "image",
2382
1707
  Name = "name",
2383
- NumberOfCommits = "numberOfCommits",
2384
- NumberOfRedemptions = "numberOfRedemptions",
2385
1708
  Offer = "offer",
2386
1709
  QuantityAvailable = "quantityAvailable",
2387
1710
  SchemaUrl = "schemaUrl",
@@ -2418,148 +1741,35 @@ export type Offer = {
2418
1741
  metadata?: Maybe<MetadataInterface>;
2419
1742
  metadataHash: Scalars["String"];
2420
1743
  metadataUri: Scalars["String"];
2421
- /** Stats */
2422
- numberOfCommits: Scalars["BigInt"];
2423
- numberOfRedemptions: Scalars["BigInt"];
2424
1744
  price: Scalars["BigInt"];
2425
1745
  protocolFee: Scalars["BigInt"];
2426
1746
  quantityAvailable: Scalars["BigInt"];
2427
1747
  quantityInitial: Scalars["BigInt"];
2428
1748
  resolutionPeriodDuration: Scalars["BigInt"];
2429
- seller: Seller;
2430
- sellerDeposit: Scalars["BigInt"];
2431
- sellerId: Scalars["BigInt"];
2432
- /** Offer dates */
2433
- validFromDate: Scalars["BigInt"];
2434
- validUntilDate: Scalars["BigInt"];
2435
- voided: Scalars["Boolean"];
2436
- voidedAt?: Maybe<Scalars["BigInt"]>;
2437
- voucherRedeemableFromDate: Scalars["BigInt"];
2438
- voucherRedeemableUntilDate: Scalars["BigInt"];
2439
- voucherValidDuration: Scalars["BigInt"];
2440
- };
2441
-
2442
- /**
2443
- * Offer
2444
- *
2445
- */
2446
- export type OfferExchangesArgs = {
2447
- first?: InputMaybe<Scalars["Int"]>;
2448
- orderBy?: InputMaybe<Exchange_OrderBy>;
2449
- orderDirection?: InputMaybe<OrderDirection>;
2450
- skip?: InputMaybe<Scalars["Int"]>;
2451
- where?: InputMaybe<Exchange_Filter>;
2452
- };
2453
-
2454
- export type OfferEventLog = EventLog & {
2455
- __typename?: "OfferEventLog";
2456
- account: Account;
2457
- executedBy: Scalars["Bytes"];
2458
- hash: Scalars["String"];
2459
- id: Scalars["ID"];
2460
- offer: Offer;
2461
- timestamp: Scalars["BigInt"];
2462
- type: EventType;
2463
- };
2464
-
2465
- export type OfferEventLog_Filter = {
2466
- account?: InputMaybe<Scalars["String"]>;
2467
- account_contains?: InputMaybe<Scalars["String"]>;
2468
- account_contains_nocase?: InputMaybe<Scalars["String"]>;
2469
- account_ends_with?: InputMaybe<Scalars["String"]>;
2470
- account_ends_with_nocase?: InputMaybe<Scalars["String"]>;
2471
- account_gt?: InputMaybe<Scalars["String"]>;
2472
- account_gte?: InputMaybe<Scalars["String"]>;
2473
- account_in?: InputMaybe<Array<Scalars["String"]>>;
2474
- account_lt?: InputMaybe<Scalars["String"]>;
2475
- account_lte?: InputMaybe<Scalars["String"]>;
2476
- account_not?: InputMaybe<Scalars["String"]>;
2477
- account_not_contains?: InputMaybe<Scalars["String"]>;
2478
- account_not_contains_nocase?: InputMaybe<Scalars["String"]>;
2479
- account_not_ends_with?: InputMaybe<Scalars["String"]>;
2480
- account_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
2481
- account_not_in?: InputMaybe<Array<Scalars["String"]>>;
2482
- account_not_starts_with?: InputMaybe<Scalars["String"]>;
2483
- account_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2484
- account_starts_with?: InputMaybe<Scalars["String"]>;
2485
- account_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2486
- executedBy?: InputMaybe<Scalars["Bytes"]>;
2487
- executedBy_contains?: InputMaybe<Scalars["Bytes"]>;
2488
- executedBy_in?: InputMaybe<Array<Scalars["Bytes"]>>;
2489
- executedBy_not?: InputMaybe<Scalars["Bytes"]>;
2490
- executedBy_not_contains?: InputMaybe<Scalars["Bytes"]>;
2491
- executedBy_not_in?: InputMaybe<Array<Scalars["Bytes"]>>;
2492
- hash?: InputMaybe<Scalars["String"]>;
2493
- hash_contains?: InputMaybe<Scalars["String"]>;
2494
- hash_contains_nocase?: InputMaybe<Scalars["String"]>;
2495
- hash_ends_with?: InputMaybe<Scalars["String"]>;
2496
- hash_ends_with_nocase?: InputMaybe<Scalars["String"]>;
2497
- hash_gt?: InputMaybe<Scalars["String"]>;
2498
- hash_gte?: InputMaybe<Scalars["String"]>;
2499
- hash_in?: InputMaybe<Array<Scalars["String"]>>;
2500
- hash_lt?: InputMaybe<Scalars["String"]>;
2501
- hash_lte?: InputMaybe<Scalars["String"]>;
2502
- hash_not?: InputMaybe<Scalars["String"]>;
2503
- hash_not_contains?: InputMaybe<Scalars["String"]>;
2504
- hash_not_contains_nocase?: InputMaybe<Scalars["String"]>;
2505
- hash_not_ends_with?: InputMaybe<Scalars["String"]>;
2506
- hash_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
2507
- hash_not_in?: InputMaybe<Array<Scalars["String"]>>;
2508
- hash_not_starts_with?: InputMaybe<Scalars["String"]>;
2509
- hash_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2510
- hash_starts_with?: InputMaybe<Scalars["String"]>;
2511
- hash_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2512
- id?: InputMaybe<Scalars["ID"]>;
2513
- id_gt?: InputMaybe<Scalars["ID"]>;
2514
- id_gte?: InputMaybe<Scalars["ID"]>;
2515
- id_in?: InputMaybe<Array<Scalars["ID"]>>;
2516
- id_lt?: InputMaybe<Scalars["ID"]>;
2517
- id_lte?: InputMaybe<Scalars["ID"]>;
2518
- id_not?: InputMaybe<Scalars["ID"]>;
2519
- id_not_in?: InputMaybe<Array<Scalars["ID"]>>;
2520
- offer?: InputMaybe<Scalars["String"]>;
2521
- offer_contains?: InputMaybe<Scalars["String"]>;
2522
- offer_contains_nocase?: InputMaybe<Scalars["String"]>;
2523
- offer_ends_with?: InputMaybe<Scalars["String"]>;
2524
- offer_ends_with_nocase?: InputMaybe<Scalars["String"]>;
2525
- offer_gt?: InputMaybe<Scalars["String"]>;
2526
- offer_gte?: InputMaybe<Scalars["String"]>;
2527
- offer_in?: InputMaybe<Array<Scalars["String"]>>;
2528
- offer_lt?: InputMaybe<Scalars["String"]>;
2529
- offer_lte?: InputMaybe<Scalars["String"]>;
2530
- offer_not?: InputMaybe<Scalars["String"]>;
2531
- offer_not_contains?: InputMaybe<Scalars["String"]>;
2532
- offer_not_contains_nocase?: InputMaybe<Scalars["String"]>;
2533
- offer_not_ends_with?: InputMaybe<Scalars["String"]>;
2534
- offer_not_ends_with_nocase?: InputMaybe<Scalars["String"]>;
2535
- offer_not_in?: InputMaybe<Array<Scalars["String"]>>;
2536
- offer_not_starts_with?: InputMaybe<Scalars["String"]>;
2537
- offer_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2538
- offer_starts_with?: InputMaybe<Scalars["String"]>;
2539
- offer_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2540
- timestamp?: InputMaybe<Scalars["BigInt"]>;
2541
- timestamp_gt?: InputMaybe<Scalars["BigInt"]>;
2542
- timestamp_gte?: InputMaybe<Scalars["BigInt"]>;
2543
- timestamp_in?: InputMaybe<Array<Scalars["BigInt"]>>;
2544
- timestamp_lt?: InputMaybe<Scalars["BigInt"]>;
2545
- timestamp_lte?: InputMaybe<Scalars["BigInt"]>;
2546
- timestamp_not?: InputMaybe<Scalars["BigInt"]>;
2547
- timestamp_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
2548
- type?: InputMaybe<EventType>;
2549
- type_in?: InputMaybe<Array<EventType>>;
2550
- type_not?: InputMaybe<EventType>;
2551
- type_not_in?: InputMaybe<Array<EventType>>;
2552
- };
2553
-
2554
- export enum OfferEventLog_OrderBy {
2555
- Account = "account",
2556
- ExecutedBy = "executedBy",
2557
- Hash = "hash",
2558
- Id = "id",
2559
- Offer = "offer",
2560
- Timestamp = "timestamp",
2561
- Type = "type"
2562
- }
1749
+ seller: Seller;
1750
+ sellerDeposit: Scalars["BigInt"];
1751
+ sellerId: Scalars["BigInt"];
1752
+ /** Offer dates */
1753
+ validFromDate: Scalars["BigInt"];
1754
+ validUntilDate: Scalars["BigInt"];
1755
+ voided: Scalars["Boolean"];
1756
+ voidedAt?: Maybe<Scalars["BigInt"]>;
1757
+ voucherRedeemableFromDate: Scalars["BigInt"];
1758
+ voucherRedeemableUntilDate: Scalars["BigInt"];
1759
+ voucherValidDuration: Scalars["BigInt"];
1760
+ };
1761
+
1762
+ /**
1763
+ * Offer
1764
+ *
1765
+ */
1766
+ export type OfferExchangesArgs = {
1767
+ first?: InputMaybe<Scalars["Int"]>;
1768
+ orderBy?: InputMaybe<Exchange_OrderBy>;
1769
+ orderDirection?: InputMaybe<OrderDirection>;
1770
+ skip?: InputMaybe<Scalars["Int"]>;
1771
+ where?: InputMaybe<Exchange_Filter>;
1772
+ };
2563
1773
 
2564
1774
  export type Offer_Filter = {
2565
1775
  agentFee?: InputMaybe<Scalars["BigInt"]>;
@@ -2738,22 +1948,6 @@ export type Offer_Filter = {
2738
1948
  metadata_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2739
1949
  metadata_starts_with?: InputMaybe<Scalars["String"]>;
2740
1950
  metadata_starts_with_nocase?: InputMaybe<Scalars["String"]>;
2741
- numberOfCommits?: InputMaybe<Scalars["BigInt"]>;
2742
- numberOfCommits_gt?: InputMaybe<Scalars["BigInt"]>;
2743
- numberOfCommits_gte?: InputMaybe<Scalars["BigInt"]>;
2744
- numberOfCommits_in?: InputMaybe<Array<Scalars["BigInt"]>>;
2745
- numberOfCommits_lt?: InputMaybe<Scalars["BigInt"]>;
2746
- numberOfCommits_lte?: InputMaybe<Scalars["BigInt"]>;
2747
- numberOfCommits_not?: InputMaybe<Scalars["BigInt"]>;
2748
- numberOfCommits_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
2749
- numberOfRedemptions?: InputMaybe<Scalars["BigInt"]>;
2750
- numberOfRedemptions_gt?: InputMaybe<Scalars["BigInt"]>;
2751
- numberOfRedemptions_gte?: InputMaybe<Scalars["BigInt"]>;
2752
- numberOfRedemptions_in?: InputMaybe<Array<Scalars["BigInt"]>>;
2753
- numberOfRedemptions_lt?: InputMaybe<Scalars["BigInt"]>;
2754
- numberOfRedemptions_lte?: InputMaybe<Scalars["BigInt"]>;
2755
- numberOfRedemptions_not?: InputMaybe<Scalars["BigInt"]>;
2756
- numberOfRedemptions_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
2757
1951
  price?: InputMaybe<Scalars["BigInt"]>;
2758
1952
  price_gt?: InputMaybe<Scalars["BigInt"]>;
2759
1953
  price_gte?: InputMaybe<Scalars["BigInt"]>;
@@ -2899,8 +2093,6 @@ export enum Offer_OrderBy {
2899
2093
  Metadata = "metadata",
2900
2094
  MetadataHash = "metadataHash",
2901
2095
  MetadataUri = "metadataUri",
2902
- NumberOfCommits = "numberOfCommits",
2903
- NumberOfRedemptions = "numberOfRedemptions",
2904
2096
  Price = "price",
2905
2097
  ProtocolFee = "protocolFee",
2906
2098
  QuantityAvailable = "quantityAvailable",
@@ -3208,8 +2400,6 @@ export type ProductV1MetadataEntity = MetadataInterface & {
3208
2400
  id: Scalars["ID"];
3209
2401
  image: Scalars["String"];
3210
2402
  name: Scalars["String"];
3211
- numberOfCommits: Scalars["BigInt"];
3212
- numberOfRedemptions: Scalars["BigInt"];
3213
2403
  /**
3214
2404
  * References to entities
3215
2405
  *
@@ -3394,22 +2584,6 @@ export type ProductV1MetadataEntity_Filter = {
3394
2584
  name_not_starts_with_nocase?: InputMaybe<Scalars["String"]>;
3395
2585
  name_starts_with?: InputMaybe<Scalars["String"]>;
3396
2586
  name_starts_with_nocase?: InputMaybe<Scalars["String"]>;
3397
- numberOfCommits?: InputMaybe<Scalars["BigInt"]>;
3398
- numberOfCommits_gt?: InputMaybe<Scalars["BigInt"]>;
3399
- numberOfCommits_gte?: InputMaybe<Scalars["BigInt"]>;
3400
- numberOfCommits_in?: InputMaybe<Array<Scalars["BigInt"]>>;
3401
- numberOfCommits_lt?: InputMaybe<Scalars["BigInt"]>;
3402
- numberOfCommits_lte?: InputMaybe<Scalars["BigInt"]>;
3403
- numberOfCommits_not?: InputMaybe<Scalars["BigInt"]>;
3404
- numberOfCommits_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
3405
- numberOfRedemptions?: InputMaybe<Scalars["BigInt"]>;
3406
- numberOfRedemptions_gt?: InputMaybe<Scalars["BigInt"]>;
3407
- numberOfRedemptions_gte?: InputMaybe<Scalars["BigInt"]>;
3408
- numberOfRedemptions_in?: InputMaybe<Array<Scalars["BigInt"]>>;
3409
- numberOfRedemptions_lt?: InputMaybe<Scalars["BigInt"]>;
3410
- numberOfRedemptions_lte?: InputMaybe<Scalars["BigInt"]>;
3411
- numberOfRedemptions_not?: InputMaybe<Scalars["BigInt"]>;
3412
- numberOfRedemptions_not_in?: InputMaybe<Array<Scalars["BigInt"]>>;
3413
2587
  offer?: InputMaybe<Scalars["String"]>;
3414
2588
  offer_contains?: InputMaybe<Scalars["String"]>;
3415
2589
  offer_contains_nocase?: InputMaybe<Scalars["String"]>;
@@ -3620,8 +2794,6 @@ export enum ProductV1MetadataEntity_OrderBy {
3620
2794
  Id = "id",
3621
2795
  Image = "image",
3622
2796
  Name = "name",
3623
- NumberOfCommits = "numberOfCommits",
3624
- NumberOfRedemptions = "numberOfRedemptions",
3625
2797
  Offer = "offer",
3626
2798
  Product = "product",
3627
2799
  ProductOverrides = "productOverrides",
@@ -5685,16 +4857,12 @@ export type Query = {
5685
4857
  /** Access to subgraph metadata */
5686
4858
  _meta?: Maybe<_Meta_>;
5687
4859
  account?: Maybe<Account>;
5688
- accountEventLog?: Maybe<AccountEventLog>;
5689
- accountEventLogs: Array<AccountEventLog>;
5690
4860
  accounts: Array<Account>;
5691
4861
  baseMetadataEntities: Array<BaseMetadataEntity>;
5692
4862
  baseMetadataEntity?: Maybe<BaseMetadataEntity>;
5693
4863
  buyer?: Maybe<Buyer>;
5694
4864
  buyers: Array<Buyer>;
5695
4865
  dispute?: Maybe<Dispute>;
5696
- disputeEventLog?: Maybe<DisputeEventLog>;
5697
- disputeEventLogs: Array<DisputeEventLog>;
5698
4866
  disputeResolutionTermsEntities: Array<DisputeResolutionTermsEntity>;
5699
4867
  disputeResolutionTermsEntity?: Maybe<DisputeResolutionTermsEntity>;
5700
4868
  disputeResolver?: Maybe<DisputeResolver>;
@@ -5702,25 +4870,17 @@ export type Query = {
5702
4870
  disputeResolverFees: Array<DisputeResolverFee>;
5703
4871
  disputeResolvers: Array<DisputeResolver>;
5704
4872
  disputes: Array<Dispute>;
5705
- eventLog?: Maybe<EventLog>;
5706
- eventLogs: Array<EventLog>;
5707
4873
  exchange?: Maybe<Exchange>;
5708
- exchangeEventLog?: Maybe<ExchangeEventLog>;
5709
- exchangeEventLogs: Array<ExchangeEventLog>;
5710
4874
  exchangeToken?: Maybe<ExchangeToken>;
5711
4875
  exchangeTokens: Array<ExchangeToken>;
5712
4876
  exchanges: Array<Exchange>;
5713
4877
  fundsEntities: Array<FundsEntity>;
5714
4878
  fundsEntity?: Maybe<FundsEntity>;
5715
- fundsEventLog?: Maybe<FundsEventLog>;
5716
- fundsEventLogs: Array<FundsEventLog>;
5717
4879
  metadataAttribute?: Maybe<MetadataAttribute>;
5718
4880
  metadataAttributes: Array<MetadataAttribute>;
5719
4881
  metadataInterface?: Maybe<MetadataInterface>;
5720
4882
  metadataInterfaces: Array<MetadataInterface>;
5721
4883
  offer?: Maybe<Offer>;
5722
- offerEventLog?: Maybe<OfferEventLog>;
5723
- offerEventLogs: Array<OfferEventLog>;
5724
4884
  offers: Array<Offer>;
5725
4885
  productV1Brand?: Maybe<ProductV1Brand>;
5726
4886
  productV1Brands: Array<ProductV1Brand>;
@@ -5765,22 +4925,6 @@ export type QueryAccountArgs = {
5765
4925
  subgraphError?: _SubgraphErrorPolicy_;
5766
4926
  };
5767
4927
 
5768
- export type QueryAccountEventLogArgs = {
5769
- block?: InputMaybe<Block_Height>;
5770
- id: Scalars["ID"];
5771
- subgraphError?: _SubgraphErrorPolicy_;
5772
- };
5773
-
5774
- export type QueryAccountEventLogsArgs = {
5775
- block?: InputMaybe<Block_Height>;
5776
- first?: InputMaybe<Scalars["Int"]>;
5777
- orderBy?: InputMaybe<AccountEventLog_OrderBy>;
5778
- orderDirection?: InputMaybe<OrderDirection>;
5779
- skip?: InputMaybe<Scalars["Int"]>;
5780
- subgraphError?: _SubgraphErrorPolicy_;
5781
- where?: InputMaybe<AccountEventLog_Filter>;
5782
- };
5783
-
5784
4928
  export type QueryAccountsArgs = {
5785
4929
  block?: InputMaybe<Block_Height>;
5786
4930
  first?: InputMaybe<Scalars["Int"]>;
@@ -5829,22 +4973,6 @@ export type QueryDisputeArgs = {
5829
4973
  subgraphError?: _SubgraphErrorPolicy_;
5830
4974
  };
5831
4975
 
5832
- export type QueryDisputeEventLogArgs = {
5833
- block?: InputMaybe<Block_Height>;
5834
- id: Scalars["ID"];
5835
- subgraphError?: _SubgraphErrorPolicy_;
5836
- };
5837
-
5838
- export type QueryDisputeEventLogsArgs = {
5839
- block?: InputMaybe<Block_Height>;
5840
- first?: InputMaybe<Scalars["Int"]>;
5841
- orderBy?: InputMaybe<DisputeEventLog_OrderBy>;
5842
- orderDirection?: InputMaybe<OrderDirection>;
5843
- skip?: InputMaybe<Scalars["Int"]>;
5844
- subgraphError?: _SubgraphErrorPolicy_;
5845
- where?: InputMaybe<DisputeEventLog_Filter>;
5846
- };
5847
-
5848
4976
  export type QueryDisputeResolutionTermsEntitiesArgs = {
5849
4977
  block?: InputMaybe<Block_Height>;
5850
4978
  first?: InputMaybe<Scalars["Int"]>;
@@ -5903,44 +5031,12 @@ export type QueryDisputesArgs = {
5903
5031
  where?: InputMaybe<Dispute_Filter>;
5904
5032
  };
5905
5033
 
5906
- export type QueryEventLogArgs = {
5907
- block?: InputMaybe<Block_Height>;
5908
- id: Scalars["ID"];
5909
- subgraphError?: _SubgraphErrorPolicy_;
5910
- };
5911
-
5912
- export type QueryEventLogsArgs = {
5913
- block?: InputMaybe<Block_Height>;
5914
- first?: InputMaybe<Scalars["Int"]>;
5915
- orderBy?: InputMaybe<EventLog_OrderBy>;
5916
- orderDirection?: InputMaybe<OrderDirection>;
5917
- skip?: InputMaybe<Scalars["Int"]>;
5918
- subgraphError?: _SubgraphErrorPolicy_;
5919
- where?: InputMaybe<EventLog_Filter>;
5920
- };
5921
-
5922
5034
  export type QueryExchangeArgs = {
5923
5035
  block?: InputMaybe<Block_Height>;
5924
5036
  id: Scalars["ID"];
5925
5037
  subgraphError?: _SubgraphErrorPolicy_;
5926
5038
  };
5927
5039
 
5928
- export type QueryExchangeEventLogArgs = {
5929
- block?: InputMaybe<Block_Height>;
5930
- id: Scalars["ID"];
5931
- subgraphError?: _SubgraphErrorPolicy_;
5932
- };
5933
-
5934
- export type QueryExchangeEventLogsArgs = {
5935
- block?: InputMaybe<Block_Height>;
5936
- first?: InputMaybe<Scalars["Int"]>;
5937
- orderBy?: InputMaybe<ExchangeEventLog_OrderBy>;
5938
- orderDirection?: InputMaybe<OrderDirection>;
5939
- skip?: InputMaybe<Scalars["Int"]>;
5940
- subgraphError?: _SubgraphErrorPolicy_;
5941
- where?: InputMaybe<ExchangeEventLog_Filter>;
5942
- };
5943
-
5944
5040
  export type QueryExchangeTokenArgs = {
5945
5041
  block?: InputMaybe<Block_Height>;
5946
5042
  id: Scalars["ID"];
@@ -5983,22 +5079,6 @@ export type QueryFundsEntityArgs = {
5983
5079
  subgraphError?: _SubgraphErrorPolicy_;
5984
5080
  };
5985
5081
 
5986
- export type QueryFundsEventLogArgs = {
5987
- block?: InputMaybe<Block_Height>;
5988
- id: Scalars["ID"];
5989
- subgraphError?: _SubgraphErrorPolicy_;
5990
- };
5991
-
5992
- export type QueryFundsEventLogsArgs = {
5993
- block?: InputMaybe<Block_Height>;
5994
- first?: InputMaybe<Scalars["Int"]>;
5995
- orderBy?: InputMaybe<FundsEventLog_OrderBy>;
5996
- orderDirection?: InputMaybe<OrderDirection>;
5997
- skip?: InputMaybe<Scalars["Int"]>;
5998
- subgraphError?: _SubgraphErrorPolicy_;
5999
- where?: InputMaybe<FundsEventLog_Filter>;
6000
- };
6001
-
6002
5082
  export type QueryMetadataAttributeArgs = {
6003
5083
  block?: InputMaybe<Block_Height>;
6004
5084
  id: Scalars["ID"];
@@ -6037,22 +5117,6 @@ export type QueryOfferArgs = {
6037
5117
  subgraphError?: _SubgraphErrorPolicy_;
6038
5118
  };
6039
5119
 
6040
- export type QueryOfferEventLogArgs = {
6041
- block?: InputMaybe<Block_Height>;
6042
- id: Scalars["ID"];
6043
- subgraphError?: _SubgraphErrorPolicy_;
6044
- };
6045
-
6046
- export type QueryOfferEventLogsArgs = {
6047
- block?: InputMaybe<Block_Height>;
6048
- first?: InputMaybe<Scalars["Int"]>;
6049
- orderBy?: InputMaybe<OfferEventLog_OrderBy>;
6050
- orderDirection?: InputMaybe<OrderDirection>;
6051
- skip?: InputMaybe<Scalars["Int"]>;
6052
- subgraphError?: _SubgraphErrorPolicy_;
6053
- where?: InputMaybe<OfferEventLog_Filter>;
6054
- };
6055
-
6056
5120
  export type QueryOffersArgs = {
6057
5121
  block?: InputMaybe<Block_Height>;
6058
5122
  first?: InputMaybe<Scalars["Int"]>;
@@ -6323,7 +5387,6 @@ export type Seller = Account & {
6323
5387
  exchanges: Array<Exchange>;
6324
5388
  funds: Array<FundsEntity>;
6325
5389
  id: Scalars["ID"];
6326
- logs: Array<EventLog>;
6327
5390
  offers: Array<Offer>;
6328
5391
  operator: Scalars["Bytes"];
6329
5392
  sellerId: Scalars["BigInt"];
@@ -6347,14 +5410,6 @@ export type SellerFundsArgs = {
6347
5410
  where?: InputMaybe<FundsEntity_Filter>;
6348
5411
  };
6349
5412
 
6350
- export type SellerLogsArgs = {
6351
- first?: InputMaybe<Scalars["Int"]>;
6352
- orderBy?: InputMaybe<EventLog_OrderBy>;
6353
- orderDirection?: InputMaybe<OrderDirection>;
6354
- skip?: InputMaybe<Scalars["Int"]>;
6355
- where?: InputMaybe<EventLog_Filter>;
6356
- };
6357
-
6358
5413
  export type SellerOffersArgs = {
6359
5414
  first?: InputMaybe<Scalars["Int"]>;
6360
5415
  orderBy?: InputMaybe<Offer_OrderBy>;
@@ -6441,7 +5496,6 @@ export enum Seller_OrderBy {
6441
5496
  Exchanges = "exchanges",
6442
5497
  Funds = "funds",
6443
5498
  Id = "id",
6444
- Logs = "logs",
6445
5499
  Offers = "offers",
6446
5500
  Operator = "operator",
6447
5501
  SellerId = "sellerId",
@@ -6454,16 +5508,12 @@ export type Subscription = {
6454
5508
  /** Access to subgraph metadata */
6455
5509
  _meta?: Maybe<_Meta_>;
6456
5510
  account?: Maybe<Account>;
6457
- accountEventLog?: Maybe<AccountEventLog>;
6458
- accountEventLogs: Array<AccountEventLog>;
6459
5511
  accounts: Array<Account>;
6460
5512
  baseMetadataEntities: Array<BaseMetadataEntity>;
6461
5513
  baseMetadataEntity?: Maybe<BaseMetadataEntity>;
6462
5514
  buyer?: Maybe<Buyer>;
6463
5515
  buyers: Array<Buyer>;
6464
5516
  dispute?: Maybe<Dispute>;
6465
- disputeEventLog?: Maybe<DisputeEventLog>;
6466
- disputeEventLogs: Array<DisputeEventLog>;
6467
5517
  disputeResolutionTermsEntities: Array<DisputeResolutionTermsEntity>;
6468
5518
  disputeResolutionTermsEntity?: Maybe<DisputeResolutionTermsEntity>;
6469
5519
  disputeResolver?: Maybe<DisputeResolver>;
@@ -6471,25 +5521,17 @@ export type Subscription = {
6471
5521
  disputeResolverFees: Array<DisputeResolverFee>;
6472
5522
  disputeResolvers: Array<DisputeResolver>;
6473
5523
  disputes: Array<Dispute>;
6474
- eventLog?: Maybe<EventLog>;
6475
- eventLogs: Array<EventLog>;
6476
5524
  exchange?: Maybe<Exchange>;
6477
- exchangeEventLog?: Maybe<ExchangeEventLog>;
6478
- exchangeEventLogs: Array<ExchangeEventLog>;
6479
5525
  exchangeToken?: Maybe<ExchangeToken>;
6480
5526
  exchangeTokens: Array<ExchangeToken>;
6481
5527
  exchanges: Array<Exchange>;
6482
5528
  fundsEntities: Array<FundsEntity>;
6483
5529
  fundsEntity?: Maybe<FundsEntity>;
6484
- fundsEventLog?: Maybe<FundsEventLog>;
6485
- fundsEventLogs: Array<FundsEventLog>;
6486
5530
  metadataAttribute?: Maybe<MetadataAttribute>;
6487
5531
  metadataAttributes: Array<MetadataAttribute>;
6488
5532
  metadataInterface?: Maybe<MetadataInterface>;
6489
5533
  metadataInterfaces: Array<MetadataInterface>;
6490
5534
  offer?: Maybe<Offer>;
6491
- offerEventLog?: Maybe<OfferEventLog>;
6492
- offerEventLogs: Array<OfferEventLog>;
6493
5535
  offers: Array<Offer>;
6494
5536
  productV1Brand?: Maybe<ProductV1Brand>;
6495
5537
  productV1Brands: Array<ProductV1Brand>;
@@ -6534,22 +5576,6 @@ export type SubscriptionAccountArgs = {
6534
5576
  subgraphError?: _SubgraphErrorPolicy_;
6535
5577
  };
6536
5578
 
6537
- export type SubscriptionAccountEventLogArgs = {
6538
- block?: InputMaybe<Block_Height>;
6539
- id: Scalars["ID"];
6540
- subgraphError?: _SubgraphErrorPolicy_;
6541
- };
6542
-
6543
- export type SubscriptionAccountEventLogsArgs = {
6544
- block?: InputMaybe<Block_Height>;
6545
- first?: InputMaybe<Scalars["Int"]>;
6546
- orderBy?: InputMaybe<AccountEventLog_OrderBy>;
6547
- orderDirection?: InputMaybe<OrderDirection>;
6548
- skip?: InputMaybe<Scalars["Int"]>;
6549
- subgraphError?: _SubgraphErrorPolicy_;
6550
- where?: InputMaybe<AccountEventLog_Filter>;
6551
- };
6552
-
6553
5579
  export type SubscriptionAccountsArgs = {
6554
5580
  block?: InputMaybe<Block_Height>;
6555
5581
  first?: InputMaybe<Scalars["Int"]>;
@@ -6598,22 +5624,6 @@ export type SubscriptionDisputeArgs = {
6598
5624
  subgraphError?: _SubgraphErrorPolicy_;
6599
5625
  };
6600
5626
 
6601
- export type SubscriptionDisputeEventLogArgs = {
6602
- block?: InputMaybe<Block_Height>;
6603
- id: Scalars["ID"];
6604
- subgraphError?: _SubgraphErrorPolicy_;
6605
- };
6606
-
6607
- export type SubscriptionDisputeEventLogsArgs = {
6608
- block?: InputMaybe<Block_Height>;
6609
- first?: InputMaybe<Scalars["Int"]>;
6610
- orderBy?: InputMaybe<DisputeEventLog_OrderBy>;
6611
- orderDirection?: InputMaybe<OrderDirection>;
6612
- skip?: InputMaybe<Scalars["Int"]>;
6613
- subgraphError?: _SubgraphErrorPolicy_;
6614
- where?: InputMaybe<DisputeEventLog_Filter>;
6615
- };
6616
-
6617
5627
  export type SubscriptionDisputeResolutionTermsEntitiesArgs = {
6618
5628
  block?: InputMaybe<Block_Height>;
6619
5629
  first?: InputMaybe<Scalars["Int"]>;
@@ -6672,44 +5682,12 @@ export type SubscriptionDisputesArgs = {
6672
5682
  where?: InputMaybe<Dispute_Filter>;
6673
5683
  };
6674
5684
 
6675
- export type SubscriptionEventLogArgs = {
6676
- block?: InputMaybe<Block_Height>;
6677
- id: Scalars["ID"];
6678
- subgraphError?: _SubgraphErrorPolicy_;
6679
- };
6680
-
6681
- export type SubscriptionEventLogsArgs = {
6682
- block?: InputMaybe<Block_Height>;
6683
- first?: InputMaybe<Scalars["Int"]>;
6684
- orderBy?: InputMaybe<EventLog_OrderBy>;
6685
- orderDirection?: InputMaybe<OrderDirection>;
6686
- skip?: InputMaybe<Scalars["Int"]>;
6687
- subgraphError?: _SubgraphErrorPolicy_;
6688
- where?: InputMaybe<EventLog_Filter>;
6689
- };
6690
-
6691
5685
  export type SubscriptionExchangeArgs = {
6692
5686
  block?: InputMaybe<Block_Height>;
6693
5687
  id: Scalars["ID"];
6694
5688
  subgraphError?: _SubgraphErrorPolicy_;
6695
5689
  };
6696
5690
 
6697
- export type SubscriptionExchangeEventLogArgs = {
6698
- block?: InputMaybe<Block_Height>;
6699
- id: Scalars["ID"];
6700
- subgraphError?: _SubgraphErrorPolicy_;
6701
- };
6702
-
6703
- export type SubscriptionExchangeEventLogsArgs = {
6704
- block?: InputMaybe<Block_Height>;
6705
- first?: InputMaybe<Scalars["Int"]>;
6706
- orderBy?: InputMaybe<ExchangeEventLog_OrderBy>;
6707
- orderDirection?: InputMaybe<OrderDirection>;
6708
- skip?: InputMaybe<Scalars["Int"]>;
6709
- subgraphError?: _SubgraphErrorPolicy_;
6710
- where?: InputMaybe<ExchangeEventLog_Filter>;
6711
- };
6712
-
6713
5691
  export type SubscriptionExchangeTokenArgs = {
6714
5692
  block?: InputMaybe<Block_Height>;
6715
5693
  id: Scalars["ID"];
@@ -6752,22 +5730,6 @@ export type SubscriptionFundsEntityArgs = {
6752
5730
  subgraphError?: _SubgraphErrorPolicy_;
6753
5731
  };
6754
5732
 
6755
- export type SubscriptionFundsEventLogArgs = {
6756
- block?: InputMaybe<Block_Height>;
6757
- id: Scalars["ID"];
6758
- subgraphError?: _SubgraphErrorPolicy_;
6759
- };
6760
-
6761
- export type SubscriptionFundsEventLogsArgs = {
6762
- block?: InputMaybe<Block_Height>;
6763
- first?: InputMaybe<Scalars["Int"]>;
6764
- orderBy?: InputMaybe<FundsEventLog_OrderBy>;
6765
- orderDirection?: InputMaybe<OrderDirection>;
6766
- skip?: InputMaybe<Scalars["Int"]>;
6767
- subgraphError?: _SubgraphErrorPolicy_;
6768
- where?: InputMaybe<FundsEventLog_Filter>;
6769
- };
6770
-
6771
5733
  export type SubscriptionMetadataAttributeArgs = {
6772
5734
  block?: InputMaybe<Block_Height>;
6773
5735
  id: Scalars["ID"];
@@ -6806,22 +5768,6 @@ export type SubscriptionOfferArgs = {
6806
5768
  subgraphError?: _SubgraphErrorPolicy_;
6807
5769
  };
6808
5770
 
6809
- export type SubscriptionOfferEventLogArgs = {
6810
- block?: InputMaybe<Block_Height>;
6811
- id: Scalars["ID"];
6812
- subgraphError?: _SubgraphErrorPolicy_;
6813
- };
6814
-
6815
- export type SubscriptionOfferEventLogsArgs = {
6816
- block?: InputMaybe<Block_Height>;
6817
- first?: InputMaybe<Scalars["Int"]>;
6818
- orderBy?: InputMaybe<OfferEventLog_OrderBy>;
6819
- orderDirection?: InputMaybe<OrderDirection>;
6820
- skip?: InputMaybe<Scalars["Int"]>;
6821
- subgraphError?: _SubgraphErrorPolicy_;
6822
- where?: InputMaybe<OfferEventLog_Filter>;
6823
- };
6824
-
6825
5771
  export type SubscriptionOffersArgs = {
6826
5772
  block?: InputMaybe<Block_Height>;
6827
5773
  first?: InputMaybe<Scalars["Int"]>;
@@ -7131,15 +6077,9 @@ export type GetSellerByIdQueryQueryVariables = Exact<{
7131
6077
  exchangesOrderBy?: InputMaybe<Exchange_OrderBy>;
7132
6078
  exchangesOrderDirection?: InputMaybe<OrderDirection>;
7133
6079
  exchangesFilter?: InputMaybe<Exchange_Filter>;
7134
- logsSkip?: InputMaybe<Scalars["Int"]>;
7135
- logsFirst?: InputMaybe<Scalars["Int"]>;
7136
- logsOrderBy?: InputMaybe<EventLog_OrderBy>;
7137
- logsOrderDirection?: InputMaybe<OrderDirection>;
7138
- logsFilter?: InputMaybe<EventLog_Filter>;
7139
6080
  includeExchanges?: InputMaybe<Scalars["Boolean"]>;
7140
6081
  includeOffers?: InputMaybe<Scalars["Boolean"]>;
7141
6082
  includeFunds?: InputMaybe<Scalars["Boolean"]>;
7142
- includeLogs?: InputMaybe<Scalars["Boolean"]>;
7143
6083
  }>;
7144
6084
 
7145
6085
  export type GetSellerByIdQueryQuery = {
@@ -7190,11 +6130,8 @@ export type GetSellerByIdQueryQuery = {
7190
6130
  resolutionPeriodDuration: string;
7191
6131
  metadataUri: string;
7192
6132
  metadataHash: string;
7193
- voided: boolean;
7194
6133
  voidedAt?: string | null;
7195
6134
  disputeResolverId: string;
7196
- numberOfCommits: string;
7197
- numberOfRedemptions: string;
7198
6135
  seller: {
7199
6136
  __typename?: "Seller";
7200
6137
  id: string;
@@ -7437,106 +6374,7 @@ export type GetSellerByIdQueryQuery = {
7437
6374
  completedDate?: string | null;
7438
6375
  disputedDate?: string | null;
7439
6376
  expired: boolean;
7440
- dispute?: {
7441
- __typename?: "Dispute";
7442
- id: string;
7443
- exchangeId: string;
7444
- state: DisputeState;
7445
- buyerPercent: string;
7446
- disputedDate: string;
7447
- escalatedDate?: string | null;
7448
- finalizedDate?: string | null;
7449
- retractedDate?: string | null;
7450
- resolvedDate?: string | null;
7451
- decidedDate?: string | null;
7452
- refusedDate?: string | null;
7453
- timeout: string;
7454
- } | null;
7455
- buyer: {
7456
- __typename?: "Buyer";
7457
- id: string;
7458
- wallet: string;
7459
- active: boolean;
7460
- };
7461
- seller: {
7462
- __typename?: "Seller";
7463
- id: string;
7464
- operator: string;
7465
- admin: string;
7466
- clerk: string;
7467
- treasury: string;
7468
- authTokenId: string;
7469
- authTokenType: number;
7470
- voucherCloneAddress: string;
7471
- active: boolean;
7472
- };
7473
6377
  }>;
7474
- logs?: Array<
7475
- | {
7476
- __typename?: "AccountEventLog";
7477
- id: string;
7478
- hash: string;
7479
- type: EventType;
7480
- timestamp: string;
7481
- executedBy: string;
7482
- account:
7483
- | { __typename?: "Buyer"; id: string }
7484
- | { __typename?: "DisputeResolver"; id: string }
7485
- | { __typename?: "Seller"; id: string };
7486
- }
7487
- | {
7488
- __typename?: "DisputeEventLog";
7489
- id: string;
7490
- hash: string;
7491
- type: EventType;
7492
- timestamp: string;
7493
- executedBy: string;
7494
- dispute: { __typename?: "Dispute"; id: string };
7495
- account:
7496
- | { __typename?: "Buyer"; id: string }
7497
- | { __typename?: "DisputeResolver"; id: string }
7498
- | { __typename?: "Seller"; id: string };
7499
- }
7500
- | {
7501
- __typename?: "ExchangeEventLog";
7502
- id: string;
7503
- hash: string;
7504
- type: EventType;
7505
- timestamp: string;
7506
- executedBy: string;
7507
- exchange: { __typename?: "Exchange"; id: string };
7508
- account:
7509
- | { __typename?: "Buyer"; id: string }
7510
- | { __typename?: "DisputeResolver"; id: string }
7511
- | { __typename?: "Seller"; id: string };
7512
- }
7513
- | {
7514
- __typename?: "FundsEventLog";
7515
- id: string;
7516
- hash: string;
7517
- type: EventType;
7518
- timestamp: string;
7519
- executedBy: string;
7520
- funds: { __typename?: "FundsEntity"; id: string };
7521
- account:
7522
- | { __typename?: "Buyer"; id: string }
7523
- | { __typename?: "DisputeResolver"; id: string }
7524
- | { __typename?: "Seller"; id: string };
7525
- }
7526
- | {
7527
- __typename?: "OfferEventLog";
7528
- id: string;
7529
- hash: string;
7530
- type: EventType;
7531
- timestamp: string;
7532
- executedBy: string;
7533
- offer: { __typename?: "Offer"; id: string };
7534
- account:
7535
- | { __typename?: "Buyer"; id: string }
7536
- | { __typename?: "DisputeResolver"; id: string }
7537
- | { __typename?: "Seller"; id: string };
7538
- }
7539
- >;
7540
6378
  } | null;
7541
6379
  };
7542
6380
 
@@ -7561,15 +6399,9 @@ export type GetSellersQueryQueryVariables = Exact<{
7561
6399
  exchangesOrderBy?: InputMaybe<Exchange_OrderBy>;
7562
6400
  exchangesOrderDirection?: InputMaybe<OrderDirection>;
7563
6401
  exchangesFilter?: InputMaybe<Exchange_Filter>;
7564
- logsSkip?: InputMaybe<Scalars["Int"]>;
7565
- logsFirst?: InputMaybe<Scalars["Int"]>;
7566
- logsOrderBy?: InputMaybe<EventLog_OrderBy>;
7567
- logsOrderDirection?: InputMaybe<OrderDirection>;
7568
- logsFilter?: InputMaybe<EventLog_Filter>;
7569
6402
  includeExchanges?: InputMaybe<Scalars["Boolean"]>;
7570
6403
  includeOffers?: InputMaybe<Scalars["Boolean"]>;
7571
6404
  includeFunds?: InputMaybe<Scalars["Boolean"]>;
7572
- includeLogs?: InputMaybe<Scalars["Boolean"]>;
7573
6405
  }>;
7574
6406
 
7575
6407
  export type GetSellersQueryQuery = {
@@ -7620,11 +6452,8 @@ export type GetSellersQueryQuery = {
7620
6452
  resolutionPeriodDuration: string;
7621
6453
  metadataUri: string;
7622
6454
  metadataHash: string;
7623
- voided: boolean;
7624
6455
  voidedAt?: string | null;
7625
6456
  disputeResolverId: string;
7626
- numberOfCommits: string;
7627
- numberOfRedemptions: string;
7628
6457
  seller: {
7629
6458
  __typename?: "Seller";
7630
6459
  id: string;
@@ -7857,116 +6686,17 @@ export type GetSellersQueryQuery = {
7857
6686
  __typename?: "Exchange";
7858
6687
  id: string;
7859
6688
  disputed: boolean;
7860
- state: ExchangeState;
7861
- committedDate: string;
7862
- finalizedDate?: string | null;
7863
- validUntilDate: string;
7864
- redeemedDate?: string | null;
7865
- revokedDate?: string | null;
7866
- cancelledDate?: string | null;
7867
- completedDate?: string | null;
7868
- disputedDate?: string | null;
7869
- expired: boolean;
7870
- dispute?: {
7871
- __typename?: "Dispute";
7872
- id: string;
7873
- exchangeId: string;
7874
- state: DisputeState;
7875
- buyerPercent: string;
7876
- disputedDate: string;
7877
- escalatedDate?: string | null;
7878
- finalizedDate?: string | null;
7879
- retractedDate?: string | null;
7880
- resolvedDate?: string | null;
7881
- decidedDate?: string | null;
7882
- refusedDate?: string | null;
7883
- timeout: string;
7884
- } | null;
7885
- buyer: {
7886
- __typename?: "Buyer";
7887
- id: string;
7888
- wallet: string;
7889
- active: boolean;
7890
- };
7891
- seller: {
7892
- __typename?: "Seller";
7893
- id: string;
7894
- operator: string;
7895
- admin: string;
7896
- clerk: string;
7897
- treasury: string;
7898
- authTokenId: string;
7899
- authTokenType: number;
7900
- voucherCloneAddress: string;
7901
- active: boolean;
7902
- };
7903
- }>;
7904
- logs?: Array<
7905
- | {
7906
- __typename?: "AccountEventLog";
7907
- id: string;
7908
- hash: string;
7909
- type: EventType;
7910
- timestamp: string;
7911
- executedBy: string;
7912
- account:
7913
- | { __typename?: "Buyer"; id: string }
7914
- | { __typename?: "DisputeResolver"; id: string }
7915
- | { __typename?: "Seller"; id: string };
7916
- }
7917
- | {
7918
- __typename?: "DisputeEventLog";
7919
- id: string;
7920
- hash: string;
7921
- type: EventType;
7922
- timestamp: string;
7923
- executedBy: string;
7924
- dispute: { __typename?: "Dispute"; id: string };
7925
- account:
7926
- | { __typename?: "Buyer"; id: string }
7927
- | { __typename?: "DisputeResolver"; id: string }
7928
- | { __typename?: "Seller"; id: string };
7929
- }
7930
- | {
7931
- __typename?: "ExchangeEventLog";
7932
- id: string;
7933
- hash: string;
7934
- type: EventType;
7935
- timestamp: string;
7936
- executedBy: string;
7937
- exchange: { __typename?: "Exchange"; id: string };
7938
- account:
7939
- | { __typename?: "Buyer"; id: string }
7940
- | { __typename?: "DisputeResolver"; id: string }
7941
- | { __typename?: "Seller"; id: string };
7942
- }
7943
- | {
7944
- __typename?: "FundsEventLog";
7945
- id: string;
7946
- hash: string;
7947
- type: EventType;
7948
- timestamp: string;
7949
- executedBy: string;
7950
- funds: { __typename?: "FundsEntity"; id: string };
7951
- account:
7952
- | { __typename?: "Buyer"; id: string }
7953
- | { __typename?: "DisputeResolver"; id: string }
7954
- | { __typename?: "Seller"; id: string };
7955
- }
7956
- | {
7957
- __typename?: "OfferEventLog";
7958
- id: string;
7959
- hash: string;
7960
- type: EventType;
7961
- timestamp: string;
7962
- executedBy: string;
7963
- offer: { __typename?: "Offer"; id: string };
7964
- account:
7965
- | { __typename?: "Buyer"; id: string }
7966
- | { __typename?: "DisputeResolver"; id: string }
7967
- | { __typename?: "Seller"; id: string };
7968
- }
7969
- >;
6689
+ state: ExchangeState;
6690
+ committedDate: string;
6691
+ finalizedDate?: string | null;
6692
+ validUntilDate: string;
6693
+ redeemedDate?: string | null;
6694
+ revokedDate?: string | null;
6695
+ cancelledDate?: string | null;
6696
+ completedDate?: string | null;
6697
+ disputedDate?: string | null;
6698
+ expired: boolean;
6699
+ }>;
7970
6700
  }>;
7971
6701
  };
7972
6702
 
@@ -7982,14 +6712,8 @@ export type GetBuyerByIdQueryQueryVariables = Exact<{
7982
6712
  exchangesOrderBy?: InputMaybe<Exchange_OrderBy>;
7983
6713
  exchangesOrderDirection?: InputMaybe<OrderDirection>;
7984
6714
  exchangesFilter?: InputMaybe<Exchange_Filter>;
7985
- logsSkip?: InputMaybe<Scalars["Int"]>;
7986
- logsFirst?: InputMaybe<Scalars["Int"]>;
7987
- logsOrderBy?: InputMaybe<EventLog_OrderBy>;
7988
- logsOrderDirection?: InputMaybe<OrderDirection>;
7989
- logsFilter?: InputMaybe<EventLog_Filter>;
7990
6715
  includeExchanges?: InputMaybe<Scalars["Boolean"]>;
7991
6716
  includeFunds?: InputMaybe<Scalars["Boolean"]>;
7992
- includeLogs?: InputMaybe<Scalars["Boolean"]>;
7993
6717
  }>;
7994
6718
 
7995
6719
  export type GetBuyerByIdQueryQuery = {
@@ -8027,106 +6751,7 @@ export type GetBuyerByIdQueryQuery = {
8027
6751
  completedDate?: string | null;
8028
6752
  disputedDate?: string | null;
8029
6753
  expired: boolean;
8030
- dispute?: {
8031
- __typename?: "Dispute";
8032
- id: string;
8033
- exchangeId: string;
8034
- state: DisputeState;
8035
- buyerPercent: string;
8036
- disputedDate: string;
8037
- escalatedDate?: string | null;
8038
- finalizedDate?: string | null;
8039
- retractedDate?: string | null;
8040
- resolvedDate?: string | null;
8041
- decidedDate?: string | null;
8042
- refusedDate?: string | null;
8043
- timeout: string;
8044
- } | null;
8045
- buyer: {
8046
- __typename?: "Buyer";
8047
- id: string;
8048
- wallet: string;
8049
- active: boolean;
8050
- };
8051
- seller: {
8052
- __typename?: "Seller";
8053
- id: string;
8054
- operator: string;
8055
- admin: string;
8056
- clerk: string;
8057
- treasury: string;
8058
- authTokenId: string;
8059
- authTokenType: number;
8060
- voucherCloneAddress: string;
8061
- active: boolean;
8062
- };
8063
6754
  }>;
8064
- logs?: Array<
8065
- | {
8066
- __typename?: "AccountEventLog";
8067
- id: string;
8068
- hash: string;
8069
- type: EventType;
8070
- timestamp: string;
8071
- executedBy: string;
8072
- account:
8073
- | { __typename?: "Buyer"; id: string }
8074
- | { __typename?: "DisputeResolver"; id: string }
8075
- | { __typename?: "Seller"; id: string };
8076
- }
8077
- | {
8078
- __typename?: "DisputeEventLog";
8079
- id: string;
8080
- hash: string;
8081
- type: EventType;
8082
- timestamp: string;
8083
- executedBy: string;
8084
- dispute: { __typename?: "Dispute"; id: string };
8085
- account:
8086
- | { __typename?: "Buyer"; id: string }
8087
- | { __typename?: "DisputeResolver"; id: string }
8088
- | { __typename?: "Seller"; id: string };
8089
- }
8090
- | {
8091
- __typename?: "ExchangeEventLog";
8092
- id: string;
8093
- hash: string;
8094
- type: EventType;
8095
- timestamp: string;
8096
- executedBy: string;
8097
- exchange: { __typename?: "Exchange"; id: string };
8098
- account:
8099
- | { __typename?: "Buyer"; id: string }
8100
- | { __typename?: "DisputeResolver"; id: string }
8101
- | { __typename?: "Seller"; id: string };
8102
- }
8103
- | {
8104
- __typename?: "FundsEventLog";
8105
- id: string;
8106
- hash: string;
8107
- type: EventType;
8108
- timestamp: string;
8109
- executedBy: string;
8110
- funds: { __typename?: "FundsEntity"; id: string };
8111
- account:
8112
- | { __typename?: "Buyer"; id: string }
8113
- | { __typename?: "DisputeResolver"; id: string }
8114
- | { __typename?: "Seller"; id: string };
8115
- }
8116
- | {
8117
- __typename?: "OfferEventLog";
8118
- id: string;
8119
- hash: string;
8120
- type: EventType;
8121
- timestamp: string;
8122
- executedBy: string;
8123
- offer: { __typename?: "Offer"; id: string };
8124
- account:
8125
- | { __typename?: "Buyer"; id: string }
8126
- | { __typename?: "DisputeResolver"; id: string }
8127
- | { __typename?: "Seller"; id: string };
8128
- }
8129
- >;
8130
6755
  } | null;
8131
6756
  };
8132
6757
 
@@ -8151,15 +6776,9 @@ export type GetBuyersQueryQueryVariables = Exact<{
8151
6776
  exchangesOrderBy?: InputMaybe<Exchange_OrderBy>;
8152
6777
  exchangesOrderDirection?: InputMaybe<OrderDirection>;
8153
6778
  exchangesFilter?: InputMaybe<Exchange_Filter>;
8154
- logsSkip?: InputMaybe<Scalars["Int"]>;
8155
- logsFirst?: InputMaybe<Scalars["Int"]>;
8156
- logsOrderBy?: InputMaybe<EventLog_OrderBy>;
8157
- logsOrderDirection?: InputMaybe<OrderDirection>;
8158
- logsFilter?: InputMaybe<EventLog_Filter>;
8159
6779
  includeExchanges?: InputMaybe<Scalars["Boolean"]>;
8160
6780
  includeOffers?: InputMaybe<Scalars["Boolean"]>;
8161
6781
  includeFunds?: InputMaybe<Scalars["Boolean"]>;
8162
- includeLogs?: InputMaybe<Scalars["Boolean"]>;
8163
6782
  }>;
8164
6783
 
8165
6784
  export type GetBuyersQueryQuery = {
@@ -8197,106 +6816,7 @@ export type GetBuyersQueryQuery = {
8197
6816
  completedDate?: string | null;
8198
6817
  disputedDate?: string | null;
8199
6818
  expired: boolean;
8200
- dispute?: {
8201
- __typename?: "Dispute";
8202
- id: string;
8203
- exchangeId: string;
8204
- state: DisputeState;
8205
- buyerPercent: string;
8206
- disputedDate: string;
8207
- escalatedDate?: string | null;
8208
- finalizedDate?: string | null;
8209
- retractedDate?: string | null;
8210
- resolvedDate?: string | null;
8211
- decidedDate?: string | null;
8212
- refusedDate?: string | null;
8213
- timeout: string;
8214
- } | null;
8215
- buyer: {
8216
- __typename?: "Buyer";
8217
- id: string;
8218
- wallet: string;
8219
- active: boolean;
8220
- };
8221
- seller: {
8222
- __typename?: "Seller";
8223
- id: string;
8224
- operator: string;
8225
- admin: string;
8226
- clerk: string;
8227
- treasury: string;
8228
- authTokenId: string;
8229
- authTokenType: number;
8230
- voucherCloneAddress: string;
8231
- active: boolean;
8232
- };
8233
6819
  }>;
8234
- logs?: Array<
8235
- | {
8236
- __typename?: "AccountEventLog";
8237
- id: string;
8238
- hash: string;
8239
- type: EventType;
8240
- timestamp: string;
8241
- executedBy: string;
8242
- account:
8243
- | { __typename?: "Buyer"; id: string }
8244
- | { __typename?: "DisputeResolver"; id: string }
8245
- | { __typename?: "Seller"; id: string };
8246
- }
8247
- | {
8248
- __typename?: "DisputeEventLog";
8249
- id: string;
8250
- hash: string;
8251
- type: EventType;
8252
- timestamp: string;
8253
- executedBy: string;
8254
- dispute: { __typename?: "Dispute"; id: string };
8255
- account:
8256
- | { __typename?: "Buyer"; id: string }
8257
- | { __typename?: "DisputeResolver"; id: string }
8258
- | { __typename?: "Seller"; id: string };
8259
- }
8260
- | {
8261
- __typename?: "ExchangeEventLog";
8262
- id: string;
8263
- hash: string;
8264
- type: EventType;
8265
- timestamp: string;
8266
- executedBy: string;
8267
- exchange: { __typename?: "Exchange"; id: string };
8268
- account:
8269
- | { __typename?: "Buyer"; id: string }
8270
- | { __typename?: "DisputeResolver"; id: string }
8271
- | { __typename?: "Seller"; id: string };
8272
- }
8273
- | {
8274
- __typename?: "FundsEventLog";
8275
- id: string;
8276
- hash: string;
8277
- type: EventType;
8278
- timestamp: string;
8279
- executedBy: string;
8280
- funds: { __typename?: "FundsEntity"; id: string };
8281
- account:
8282
- | { __typename?: "Buyer"; id: string }
8283
- | { __typename?: "DisputeResolver"; id: string }
8284
- | { __typename?: "Seller"; id: string };
8285
- }
8286
- | {
8287
- __typename?: "OfferEventLog";
8288
- id: string;
8289
- hash: string;
8290
- type: EventType;
8291
- timestamp: string;
8292
- executedBy: string;
8293
- offer: { __typename?: "Offer"; id: string };
8294
- account:
8295
- | { __typename?: "Buyer"; id: string }
8296
- | { __typename?: "DisputeResolver"; id: string }
8297
- | { __typename?: "Seller"; id: string };
8298
- }
8299
- >;
8300
6820
  }>;
8301
6821
  };
8302
6822
 
@@ -8307,13 +6827,7 @@ export type GetDisputeResolverByIdQueryQueryVariables = Exact<{
8307
6827
  offersOrderBy?: InputMaybe<Offer_OrderBy>;
8308
6828
  offersOrderDirection?: InputMaybe<OrderDirection>;
8309
6829
  offersFilter?: InputMaybe<Offer_Filter>;
8310
- logsSkip?: InputMaybe<Scalars["Int"]>;
8311
- logsFirst?: InputMaybe<Scalars["Int"]>;
8312
- logsOrderBy?: InputMaybe<EventLog_OrderBy>;
8313
- logsOrderDirection?: InputMaybe<OrderDirection>;
8314
- logsFilter?: InputMaybe<EventLog_Filter>;
8315
6830
  includeOffers?: InputMaybe<Scalars["Boolean"]>;
8316
- includeLogs?: InputMaybe<Scalars["Boolean"]>;
8317
6831
  }>;
8318
6832
 
8319
6833
  export type GetDisputeResolverByIdQueryQuery = {
@@ -8350,11 +6864,8 @@ export type GetDisputeResolverByIdQueryQuery = {
8350
6864
  resolutionPeriodDuration: string;
8351
6865
  metadataUri: string;
8352
6866
  metadataHash: string;
8353
- voided: boolean;
8354
6867
  voidedAt?: string | null;
8355
6868
  disputeResolverId: string;
8356
- numberOfCommits: string;
8357
- numberOfRedemptions: string;
8358
6869
  seller: {
8359
6870
  __typename?: "Seller";
8360
6871
  id: string;
@@ -8583,72 +7094,6 @@ export type GetDisputeResolverByIdQueryQuery = {
8583
7094
  }
8584
7095
  | null;
8585
7096
  }>;
8586
- logs?: Array<
8587
- | {
8588
- __typename?: "AccountEventLog";
8589
- id: string;
8590
- hash: string;
8591
- type: EventType;
8592
- timestamp: string;
8593
- executedBy: string;
8594
- account:
8595
- | { __typename?: "Buyer"; id: string }
8596
- | { __typename?: "DisputeResolver"; id: string }
8597
- | { __typename?: "Seller"; id: string };
8598
- }
8599
- | {
8600
- __typename?: "DisputeEventLog";
8601
- id: string;
8602
- hash: string;
8603
- type: EventType;
8604
- timestamp: string;
8605
- executedBy: string;
8606
- dispute: { __typename?: "Dispute"; id: string };
8607
- account:
8608
- | { __typename?: "Buyer"; id: string }
8609
- | { __typename?: "DisputeResolver"; id: string }
8610
- | { __typename?: "Seller"; id: string };
8611
- }
8612
- | {
8613
- __typename?: "ExchangeEventLog";
8614
- id: string;
8615
- hash: string;
8616
- type: EventType;
8617
- timestamp: string;
8618
- executedBy: string;
8619
- exchange: { __typename?: "Exchange"; id: string };
8620
- account:
8621
- | { __typename?: "Buyer"; id: string }
8622
- | { __typename?: "DisputeResolver"; id: string }
8623
- | { __typename?: "Seller"; id: string };
8624
- }
8625
- | {
8626
- __typename?: "FundsEventLog";
8627
- id: string;
8628
- hash: string;
8629
- type: EventType;
8630
- timestamp: string;
8631
- executedBy: string;
8632
- funds: { __typename?: "FundsEntity"; id: string };
8633
- account:
8634
- | { __typename?: "Buyer"; id: string }
8635
- | { __typename?: "DisputeResolver"; id: string }
8636
- | { __typename?: "Seller"; id: string };
8637
- }
8638
- | {
8639
- __typename?: "OfferEventLog";
8640
- id: string;
8641
- hash: string;
8642
- type: EventType;
8643
- timestamp: string;
8644
- executedBy: string;
8645
- offer: { __typename?: "Offer"; id: string };
8646
- account:
8647
- | { __typename?: "Buyer"; id: string }
8648
- | { __typename?: "DisputeResolver"; id: string }
8649
- | { __typename?: "Seller"; id: string };
8650
- }
8651
- >;
8652
7097
  fees: Array<{
8653
7098
  __typename?: "DisputeResolverFee";
8654
7099
  id: string;
@@ -8678,13 +7123,7 @@ export type GetDisputeResolversQueryQueryVariables = Exact<{
8678
7123
  offersOrderBy?: InputMaybe<Offer_OrderBy>;
8679
7124
  offersOrderDirection?: InputMaybe<OrderDirection>;
8680
7125
  offersFilter?: InputMaybe<Offer_Filter>;
8681
- logsSkip?: InputMaybe<Scalars["Int"]>;
8682
- logsFirst?: InputMaybe<Scalars["Int"]>;
8683
- logsOrderBy?: InputMaybe<EventLog_OrderBy>;
8684
- logsOrderDirection?: InputMaybe<OrderDirection>;
8685
- logsFilter?: InputMaybe<EventLog_Filter>;
8686
7126
  includeOffers?: InputMaybe<Scalars["Boolean"]>;
8687
- includeLogs?: InputMaybe<Scalars["Boolean"]>;
8688
7127
  }>;
8689
7128
 
8690
7129
  export type GetDisputeResolversQueryQuery = {
@@ -8721,11 +7160,8 @@ export type GetDisputeResolversQueryQuery = {
8721
7160
  resolutionPeriodDuration: string;
8722
7161
  metadataUri: string;
8723
7162
  metadataHash: string;
8724
- voided: boolean;
8725
7163
  voidedAt?: string | null;
8726
7164
  disputeResolverId: string;
8727
- numberOfCommits: string;
8728
- numberOfRedemptions: string;
8729
7165
  seller: {
8730
7166
  __typename?: "Seller";
8731
7167
  id: string;
@@ -8954,72 +7390,6 @@ export type GetDisputeResolversQueryQuery = {
8954
7390
  }
8955
7391
  | null;
8956
7392
  }>;
8957
- logs?: Array<
8958
- | {
8959
- __typename?: "AccountEventLog";
8960
- id: string;
8961
- hash: string;
8962
- type: EventType;
8963
- timestamp: string;
8964
- executedBy: string;
8965
- account:
8966
- | { __typename?: "Buyer"; id: string }
8967
- | { __typename?: "DisputeResolver"; id: string }
8968
- | { __typename?: "Seller"; id: string };
8969
- }
8970
- | {
8971
- __typename?: "DisputeEventLog";
8972
- id: string;
8973
- hash: string;
8974
- type: EventType;
8975
- timestamp: string;
8976
- executedBy: string;
8977
- dispute: { __typename?: "Dispute"; id: string };
8978
- account:
8979
- | { __typename?: "Buyer"; id: string }
8980
- | { __typename?: "DisputeResolver"; id: string }
8981
- | { __typename?: "Seller"; id: string };
8982
- }
8983
- | {
8984
- __typename?: "ExchangeEventLog";
8985
- id: string;
8986
- hash: string;
8987
- type: EventType;
8988
- timestamp: string;
8989
- executedBy: string;
8990
- exchange: { __typename?: "Exchange"; id: string };
8991
- account:
8992
- | { __typename?: "Buyer"; id: string }
8993
- | { __typename?: "DisputeResolver"; id: string }
8994
- | { __typename?: "Seller"; id: string };
8995
- }
8996
- | {
8997
- __typename?: "FundsEventLog";
8998
- id: string;
8999
- hash: string;
9000
- type: EventType;
9001
- timestamp: string;
9002
- executedBy: string;
9003
- funds: { __typename?: "FundsEntity"; id: string };
9004
- account:
9005
- | { __typename?: "Buyer"; id: string }
9006
- | { __typename?: "DisputeResolver"; id: string }
9007
- | { __typename?: "Seller"; id: string };
9008
- }
9009
- | {
9010
- __typename?: "OfferEventLog";
9011
- id: string;
9012
- hash: string;
9013
- type: EventType;
9014
- timestamp: string;
9015
- executedBy: string;
9016
- offer: { __typename?: "Offer"; id: string };
9017
- account:
9018
- | { __typename?: "Buyer"; id: string }
9019
- | { __typename?: "DisputeResolver"; id: string }
9020
- | { __typename?: "Seller"; id: string };
9021
- }
9022
- >;
9023
7393
  fees: Array<{
9024
7394
  __typename?: "DisputeResolverFee";
9025
7395
  id: string;
@@ -9084,11 +7454,8 @@ export type SellerFieldsFragment = {
9084
7454
  resolutionPeriodDuration: string;
9085
7455
  metadataUri: string;
9086
7456
  metadataHash: string;
9087
- voided: boolean;
9088
7457
  voidedAt?: string | null;
9089
7458
  disputeResolverId: string;
9090
- numberOfCommits: string;
9091
- numberOfRedemptions: string;
9092
7459
  seller: {
9093
7460
  __typename?: "Seller";
9094
7461
  id: string;
@@ -9327,106 +7694,7 @@ export type SellerFieldsFragment = {
9327
7694
  completedDate?: string | null;
9328
7695
  disputedDate?: string | null;
9329
7696
  expired: boolean;
9330
- dispute?: {
9331
- __typename?: "Dispute";
9332
- id: string;
9333
- exchangeId: string;
9334
- state: DisputeState;
9335
- buyerPercent: string;
9336
- disputedDate: string;
9337
- escalatedDate?: string | null;
9338
- finalizedDate?: string | null;
9339
- retractedDate?: string | null;
9340
- resolvedDate?: string | null;
9341
- decidedDate?: string | null;
9342
- refusedDate?: string | null;
9343
- timeout: string;
9344
- } | null;
9345
- buyer: {
9346
- __typename?: "Buyer";
9347
- id: string;
9348
- wallet: string;
9349
- active: boolean;
9350
- };
9351
- seller: {
9352
- __typename?: "Seller";
9353
- id: string;
9354
- operator: string;
9355
- admin: string;
9356
- clerk: string;
9357
- treasury: string;
9358
- authTokenId: string;
9359
- authTokenType: number;
9360
- voucherCloneAddress: string;
9361
- active: boolean;
9362
- };
9363
7697
  }>;
9364
- logs?: Array<
9365
- | {
9366
- __typename?: "AccountEventLog";
9367
- id: string;
9368
- hash: string;
9369
- type: EventType;
9370
- timestamp: string;
9371
- executedBy: string;
9372
- account:
9373
- | { __typename?: "Buyer"; id: string }
9374
- | { __typename?: "DisputeResolver"; id: string }
9375
- | { __typename?: "Seller"; id: string };
9376
- }
9377
- | {
9378
- __typename?: "DisputeEventLog";
9379
- id: string;
9380
- hash: string;
9381
- type: EventType;
9382
- timestamp: string;
9383
- executedBy: string;
9384
- dispute: { __typename?: "Dispute"; id: string };
9385
- account:
9386
- | { __typename?: "Buyer"; id: string }
9387
- | { __typename?: "DisputeResolver"; id: string }
9388
- | { __typename?: "Seller"; id: string };
9389
- }
9390
- | {
9391
- __typename?: "ExchangeEventLog";
9392
- id: string;
9393
- hash: string;
9394
- type: EventType;
9395
- timestamp: string;
9396
- executedBy: string;
9397
- exchange: { __typename?: "Exchange"; id: string };
9398
- account:
9399
- | { __typename?: "Buyer"; id: string }
9400
- | { __typename?: "DisputeResolver"; id: string }
9401
- | { __typename?: "Seller"; id: string };
9402
- }
9403
- | {
9404
- __typename?: "FundsEventLog";
9405
- id: string;
9406
- hash: string;
9407
- type: EventType;
9408
- timestamp: string;
9409
- executedBy: string;
9410
- funds: { __typename?: "FundsEntity"; id: string };
9411
- account:
9412
- | { __typename?: "Buyer"; id: string }
9413
- | { __typename?: "DisputeResolver"; id: string }
9414
- | { __typename?: "Seller"; id: string };
9415
- }
9416
- | {
9417
- __typename?: "OfferEventLog";
9418
- id: string;
9419
- hash: string;
9420
- type: EventType;
9421
- timestamp: string;
9422
- executedBy: string;
9423
- offer: { __typename?: "Offer"; id: string };
9424
- account:
9425
- | { __typename?: "Buyer"; id: string }
9426
- | { __typename?: "DisputeResolver"; id: string }
9427
- | { __typename?: "Seller"; id: string };
9428
- }
9429
- >;
9430
7698
  };
9431
7699
 
9432
7700
  export type BaseSellerFieldsFragment = {
@@ -9475,106 +7743,7 @@ export type BuyerFieldsFragment = {
9475
7743
  completedDate?: string | null;
9476
7744
  disputedDate?: string | null;
9477
7745
  expired: boolean;
9478
- dispute?: {
9479
- __typename?: "Dispute";
9480
- id: string;
9481
- exchangeId: string;
9482
- state: DisputeState;
9483
- buyerPercent: string;
9484
- disputedDate: string;
9485
- escalatedDate?: string | null;
9486
- finalizedDate?: string | null;
9487
- retractedDate?: string | null;
9488
- resolvedDate?: string | null;
9489
- decidedDate?: string | null;
9490
- refusedDate?: string | null;
9491
- timeout: string;
9492
- } | null;
9493
- buyer: {
9494
- __typename?: "Buyer";
9495
- id: string;
9496
- wallet: string;
9497
- active: boolean;
9498
- };
9499
- seller: {
9500
- __typename?: "Seller";
9501
- id: string;
9502
- operator: string;
9503
- admin: string;
9504
- clerk: string;
9505
- treasury: string;
9506
- authTokenId: string;
9507
- authTokenType: number;
9508
- voucherCloneAddress: string;
9509
- active: boolean;
9510
- };
9511
7746
  }>;
9512
- logs?: Array<
9513
- | {
9514
- __typename?: "AccountEventLog";
9515
- id: string;
9516
- hash: string;
9517
- type: EventType;
9518
- timestamp: string;
9519
- executedBy: string;
9520
- account:
9521
- | { __typename?: "Buyer"; id: string }
9522
- | { __typename?: "DisputeResolver"; id: string }
9523
- | { __typename?: "Seller"; id: string };
9524
- }
9525
- | {
9526
- __typename?: "DisputeEventLog";
9527
- id: string;
9528
- hash: string;
9529
- type: EventType;
9530
- timestamp: string;
9531
- executedBy: string;
9532
- dispute: { __typename?: "Dispute"; id: string };
9533
- account:
9534
- | { __typename?: "Buyer"; id: string }
9535
- | { __typename?: "DisputeResolver"; id: string }
9536
- | { __typename?: "Seller"; id: string };
9537
- }
9538
- | {
9539
- __typename?: "ExchangeEventLog";
9540
- id: string;
9541
- hash: string;
9542
- type: EventType;
9543
- timestamp: string;
9544
- executedBy: string;
9545
- exchange: { __typename?: "Exchange"; id: string };
9546
- account:
9547
- | { __typename?: "Buyer"; id: string }
9548
- | { __typename?: "DisputeResolver"; id: string }
9549
- | { __typename?: "Seller"; id: string };
9550
- }
9551
- | {
9552
- __typename?: "FundsEventLog";
9553
- id: string;
9554
- hash: string;
9555
- type: EventType;
9556
- timestamp: string;
9557
- executedBy: string;
9558
- funds: { __typename?: "FundsEntity"; id: string };
9559
- account:
9560
- | { __typename?: "Buyer"; id: string }
9561
- | { __typename?: "DisputeResolver"; id: string }
9562
- | { __typename?: "Seller"; id: string };
9563
- }
9564
- | {
9565
- __typename?: "OfferEventLog";
9566
- id: string;
9567
- hash: string;
9568
- type: EventType;
9569
- timestamp: string;
9570
- executedBy: string;
9571
- offer: { __typename?: "Offer"; id: string };
9572
- account:
9573
- | { __typename?: "Buyer"; id: string }
9574
- | { __typename?: "DisputeResolver"; id: string }
9575
- | { __typename?: "Seller"; id: string };
9576
- }
9577
- >;
9578
7747
  };
9579
7748
 
9580
7749
  export type BaseBuyerFieldsFragment = {
@@ -9616,11 +7785,8 @@ export type DisputeResolverFieldsFragment = {
9616
7785
  resolutionPeriodDuration: string;
9617
7786
  metadataUri: string;
9618
7787
  metadataHash: string;
9619
- voided: boolean;
9620
7788
  voidedAt?: string | null;
9621
7789
  disputeResolverId: string;
9622
- numberOfCommits: string;
9623
- numberOfRedemptions: string;
9624
7790
  seller: {
9625
7791
  __typename?: "Seller";
9626
7792
  id: string;
@@ -9845,72 +8011,6 @@ export type DisputeResolverFieldsFragment = {
9845
8011
  }
9846
8012
  | null;
9847
8013
  }>;
9848
- logs?: Array<
9849
- | {
9850
- __typename?: "AccountEventLog";
9851
- id: string;
9852
- hash: string;
9853
- type: EventType;
9854
- timestamp: string;
9855
- executedBy: string;
9856
- account:
9857
- | { __typename?: "Buyer"; id: string }
9858
- | { __typename?: "DisputeResolver"; id: string }
9859
- | { __typename?: "Seller"; id: string };
9860
- }
9861
- | {
9862
- __typename?: "DisputeEventLog";
9863
- id: string;
9864
- hash: string;
9865
- type: EventType;
9866
- timestamp: string;
9867
- executedBy: string;
9868
- dispute: { __typename?: "Dispute"; id: string };
9869
- account:
9870
- | { __typename?: "Buyer"; id: string }
9871
- | { __typename?: "DisputeResolver"; id: string }
9872
- | { __typename?: "Seller"; id: string };
9873
- }
9874
- | {
9875
- __typename?: "ExchangeEventLog";
9876
- id: string;
9877
- hash: string;
9878
- type: EventType;
9879
- timestamp: string;
9880
- executedBy: string;
9881
- exchange: { __typename?: "Exchange"; id: string };
9882
- account:
9883
- | { __typename?: "Buyer"; id: string }
9884
- | { __typename?: "DisputeResolver"; id: string }
9885
- | { __typename?: "Seller"; id: string };
9886
- }
9887
- | {
9888
- __typename?: "FundsEventLog";
9889
- id: string;
9890
- hash: string;
9891
- type: EventType;
9892
- timestamp: string;
9893
- executedBy: string;
9894
- funds: { __typename?: "FundsEntity"; id: string };
9895
- account:
9896
- | { __typename?: "Buyer"; id: string }
9897
- | { __typename?: "DisputeResolver"; id: string }
9898
- | { __typename?: "Seller"; id: string };
9899
- }
9900
- | {
9901
- __typename?: "OfferEventLog";
9902
- id: string;
9903
- hash: string;
9904
- type: EventType;
9905
- timestamp: string;
9906
- executedBy: string;
9907
- offer: { __typename?: "Offer"; id: string };
9908
- account:
9909
- | { __typename?: "Buyer"; id: string }
9910
- | { __typename?: "DisputeResolver"; id: string }
9911
- | { __typename?: "Seller"; id: string };
9912
- }
9913
- >;
9914
8014
  fees: Array<{
9915
8015
  __typename?: "DisputeResolverFee";
9916
8016
  id: string;
@@ -10015,45 +8115,12 @@ export type GetDisputeByIdQueryQuery = {
10015
8115
  committedDate: string;
10016
8116
  finalizedDate?: string | null;
10017
8117
  validUntilDate: string;
10018
- redeemedDate?: string | null;
10019
- revokedDate?: string | null;
10020
- cancelledDate?: string | null;
10021
- completedDate?: string | null;
10022
- disputedDate?: string | null;
10023
- expired: boolean;
10024
- dispute?: {
10025
- __typename?: "Dispute";
10026
- id: string;
10027
- exchangeId: string;
10028
- state: DisputeState;
10029
- buyerPercent: string;
10030
- disputedDate: string;
10031
- escalatedDate?: string | null;
10032
- finalizedDate?: string | null;
10033
- retractedDate?: string | null;
10034
- resolvedDate?: string | null;
10035
- decidedDate?: string | null;
10036
- refusedDate?: string | null;
10037
- timeout: string;
10038
- } | null;
10039
- buyer: {
10040
- __typename?: "Buyer";
10041
- id: string;
10042
- wallet: string;
10043
- active: boolean;
10044
- };
10045
- seller: {
10046
- __typename?: "Seller";
10047
- id: string;
10048
- operator: string;
10049
- admin: string;
10050
- clerk: string;
10051
- treasury: string;
10052
- authTokenId: string;
10053
- authTokenType: number;
10054
- voucherCloneAddress: string;
10055
- active: boolean;
10056
- };
8118
+ redeemedDate?: string | null;
8119
+ revokedDate?: string | null;
8120
+ cancelledDate?: string | null;
8121
+ completedDate?: string | null;
8122
+ disputedDate?: string | null;
8123
+ expired: boolean;
10057
8124
  };
10058
8125
  seller: {
10059
8126
  __typename?: "Seller";
@@ -10114,39 +8181,6 @@ export type GetDisputesQueryQuery = {
10114
8181
  completedDate?: string | null;
10115
8182
  disputedDate?: string | null;
10116
8183
  expired: boolean;
10117
- dispute?: {
10118
- __typename?: "Dispute";
10119
- id: string;
10120
- exchangeId: string;
10121
- state: DisputeState;
10122
- buyerPercent: string;
10123
- disputedDate: string;
10124
- escalatedDate?: string | null;
10125
- finalizedDate?: string | null;
10126
- retractedDate?: string | null;
10127
- resolvedDate?: string | null;
10128
- decidedDate?: string | null;
10129
- refusedDate?: string | null;
10130
- timeout: string;
10131
- } | null;
10132
- buyer: {
10133
- __typename?: "Buyer";
10134
- id: string;
10135
- wallet: string;
10136
- active: boolean;
10137
- };
10138
- seller: {
10139
- __typename?: "Seller";
10140
- id: string;
10141
- operator: string;
10142
- admin: string;
10143
- clerk: string;
10144
- treasury: string;
10145
- authTokenId: string;
10146
- authTokenType: number;
10147
- voucherCloneAddress: string;
10148
- active: boolean;
10149
- };
10150
8184
  };
10151
8185
  seller: {
10152
8186
  __typename?: "Seller";
@@ -10197,39 +8231,6 @@ export type DisputeFieldsFragment = {
10197
8231
  completedDate?: string | null;
10198
8232
  disputedDate?: string | null;
10199
8233
  expired: boolean;
10200
- dispute?: {
10201
- __typename?: "Dispute";
10202
- id: string;
10203
- exchangeId: string;
10204
- state: DisputeState;
10205
- buyerPercent: string;
10206
- disputedDate: string;
10207
- escalatedDate?: string | null;
10208
- finalizedDate?: string | null;
10209
- retractedDate?: string | null;
10210
- resolvedDate?: string | null;
10211
- decidedDate?: string | null;
10212
- refusedDate?: string | null;
10213
- timeout: string;
10214
- } | null;
10215
- buyer: {
10216
- __typename?: "Buyer";
10217
- id: string;
10218
- wallet: string;
10219
- active: boolean;
10220
- };
10221
- seller: {
10222
- __typename?: "Seller";
10223
- id: string;
10224
- operator: string;
10225
- admin: string;
10226
- clerk: string;
10227
- treasury: string;
10228
- authTokenId: string;
10229
- authTokenType: number;
10230
- voucherCloneAddress: string;
10231
- active: boolean;
10232
- };
10233
8234
  };
10234
8235
  seller: {
10235
8236
  __typename?: "Seller";
@@ -10260,6 +8261,34 @@ export type BaseDisputeFieldsFragment = {
10260
8261
  decidedDate?: string | null;
10261
8262
  refusedDate?: string | null;
10262
8263
  timeout: string;
8264
+ exchange: {
8265
+ __typename?: "Exchange";
8266
+ id: string;
8267
+ disputed: boolean;
8268
+ state: ExchangeState;
8269
+ committedDate: string;
8270
+ finalizedDate?: string | null;
8271
+ validUntilDate: string;
8272
+ redeemedDate?: string | null;
8273
+ revokedDate?: string | null;
8274
+ cancelledDate?: string | null;
8275
+ completedDate?: string | null;
8276
+ disputedDate?: string | null;
8277
+ expired: boolean;
8278
+ };
8279
+ seller: {
8280
+ __typename?: "Seller";
8281
+ id: string;
8282
+ operator: string;
8283
+ admin: string;
8284
+ clerk: string;
8285
+ treasury: string;
8286
+ authTokenId: string;
8287
+ authTokenType: number;
8288
+ voucherCloneAddress: string;
8289
+ active: boolean;
8290
+ };
8291
+ buyer: { __typename?: "Buyer"; id: string; wallet: string; active: boolean };
10263
8292
  };
10264
8293
 
10265
8294
  export type GetExchangeTokenByIdQueryQueryVariables = Exact<{
@@ -10313,11 +8342,8 @@ export type GetExchangeTokenByIdQueryQuery = {
10313
8342
  resolutionPeriodDuration: string;
10314
8343
  metadataUri: string;
10315
8344
  metadataHash: string;
10316
- voided: boolean;
10317
8345
  voidedAt?: string | null;
10318
8346
  disputeResolverId: string;
10319
- numberOfCommits: string;
10320
- numberOfRedemptions: string;
10321
8347
  seller: {
10322
8348
  __typename?: "Seller";
10323
8349
  id: string;
@@ -10605,11 +8631,8 @@ export type GetExchangeTokensQueryQuery = {
10605
8631
  resolutionPeriodDuration: string;
10606
8632
  metadataUri: string;
10607
8633
  metadataHash: string;
10608
- voided: boolean;
10609
8634
  voidedAt?: string | null;
10610
8635
  disputeResolverId: string;
10611
- numberOfCommits: string;
10612
- numberOfRedemptions: string;
10613
8636
  seller: {
10614
8637
  __typename?: "Seller";
10615
8638
  id: string;
@@ -10875,11 +8898,8 @@ export type ExchangeTokenFieldsFragment = {
10875
8898
  resolutionPeriodDuration: string;
10876
8899
  metadataUri: string;
10877
8900
  metadataHash: string;
10878
- voided: boolean;
10879
8901
  voidedAt?: string | null;
10880
8902
  disputeResolverId: string;
10881
- numberOfCommits: string;
10882
- numberOfRedemptions: string;
10883
8903
  seller: {
10884
8904
  __typename?: "Seller";
10885
8905
  id: string;
@@ -11121,160 +9141,6 @@ export type BaseExchangeTokenFieldsFragment = {
11121
9141
  name: string;
11122
9142
  };
11123
9143
 
11124
- export type GetEventLogsQueryQueryVariables = Exact<{
11125
- logsSkip?: InputMaybe<Scalars["Int"]>;
11126
- logsFirst?: InputMaybe<Scalars["Int"]>;
11127
- logsOrderBy?: InputMaybe<EventLog_OrderBy>;
11128
- logsOrderDirection?: InputMaybe<OrderDirection>;
11129
- logsFilter?: InputMaybe<EventLog_Filter>;
11130
- }>;
11131
-
11132
- export type GetEventLogsQueryQuery = {
11133
- __typename?: "Query";
11134
- eventLogs: Array<
11135
- | {
11136
- __typename?: "AccountEventLog";
11137
- id: string;
11138
- hash: string;
11139
- type: EventType;
11140
- timestamp: string;
11141
- executedBy: string;
11142
- account:
11143
- | { __typename?: "Buyer"; id: string }
11144
- | { __typename?: "DisputeResolver"; id: string }
11145
- | { __typename?: "Seller"; id: string };
11146
- }
11147
- | {
11148
- __typename?: "DisputeEventLog";
11149
- id: string;
11150
- hash: string;
11151
- type: EventType;
11152
- timestamp: string;
11153
- executedBy: string;
11154
- dispute: { __typename?: "Dispute"; id: string };
11155
- account:
11156
- | { __typename?: "Buyer"; id: string }
11157
- | { __typename?: "DisputeResolver"; id: string }
11158
- | { __typename?: "Seller"; id: string };
11159
- }
11160
- | {
11161
- __typename?: "ExchangeEventLog";
11162
- id: string;
11163
- hash: string;
11164
- type: EventType;
11165
- timestamp: string;
11166
- executedBy: string;
11167
- exchange: { __typename?: "Exchange"; id: string };
11168
- account:
11169
- | { __typename?: "Buyer"; id: string }
11170
- | { __typename?: "DisputeResolver"; id: string }
11171
- | { __typename?: "Seller"; id: string };
11172
- }
11173
- | {
11174
- __typename?: "FundsEventLog";
11175
- id: string;
11176
- hash: string;
11177
- type: EventType;
11178
- timestamp: string;
11179
- executedBy: string;
11180
- funds: { __typename?: "FundsEntity"; id: string };
11181
- account:
11182
- | { __typename?: "Buyer"; id: string }
11183
- | { __typename?: "DisputeResolver"; id: string }
11184
- | { __typename?: "Seller"; id: string };
11185
- }
11186
- | {
11187
- __typename?: "OfferEventLog";
11188
- id: string;
11189
- hash: string;
11190
- type: EventType;
11191
- timestamp: string;
11192
- executedBy: string;
11193
- offer: { __typename?: "Offer"; id: string };
11194
- account:
11195
- | { __typename?: "Buyer"; id: string }
11196
- | { __typename?: "DisputeResolver"; id: string }
11197
- | { __typename?: "Seller"; id: string };
11198
- }
11199
- >;
11200
- };
11201
-
11202
- type BaseEventLogFields_AccountEventLog_Fragment = {
11203
- __typename?: "AccountEventLog";
11204
- id: string;
11205
- hash: string;
11206
- type: EventType;
11207
- timestamp: string;
11208
- executedBy: string;
11209
- account:
11210
- | { __typename?: "Buyer"; id: string }
11211
- | { __typename?: "DisputeResolver"; id: string }
11212
- | { __typename?: "Seller"; id: string };
11213
- };
11214
-
11215
- type BaseEventLogFields_DisputeEventLog_Fragment = {
11216
- __typename?: "DisputeEventLog";
11217
- id: string;
11218
- hash: string;
11219
- type: EventType;
11220
- timestamp: string;
11221
- executedBy: string;
11222
- dispute: { __typename?: "Dispute"; id: string };
11223
- account:
11224
- | { __typename?: "Buyer"; id: string }
11225
- | { __typename?: "DisputeResolver"; id: string }
11226
- | { __typename?: "Seller"; id: string };
11227
- };
11228
-
11229
- type BaseEventLogFields_ExchangeEventLog_Fragment = {
11230
- __typename?: "ExchangeEventLog";
11231
- id: string;
11232
- hash: string;
11233
- type: EventType;
11234
- timestamp: string;
11235
- executedBy: string;
11236
- exchange: { __typename?: "Exchange"; id: string };
11237
- account:
11238
- | { __typename?: "Buyer"; id: string }
11239
- | { __typename?: "DisputeResolver"; id: string }
11240
- | { __typename?: "Seller"; id: string };
11241
- };
11242
-
11243
- type BaseEventLogFields_FundsEventLog_Fragment = {
11244
- __typename?: "FundsEventLog";
11245
- id: string;
11246
- hash: string;
11247
- type: EventType;
11248
- timestamp: string;
11249
- executedBy: string;
11250
- funds: { __typename?: "FundsEntity"; id: string };
11251
- account:
11252
- | { __typename?: "Buyer"; id: string }
11253
- | { __typename?: "DisputeResolver"; id: string }
11254
- | { __typename?: "Seller"; id: string };
11255
- };
11256
-
11257
- type BaseEventLogFields_OfferEventLog_Fragment = {
11258
- __typename?: "OfferEventLog";
11259
- id: string;
11260
- hash: string;
11261
- type: EventType;
11262
- timestamp: string;
11263
- executedBy: string;
11264
- offer: { __typename?: "Offer"; id: string };
11265
- account:
11266
- | { __typename?: "Buyer"; id: string }
11267
- | { __typename?: "DisputeResolver"; id: string }
11268
- | { __typename?: "Seller"; id: string };
11269
- };
11270
-
11271
- export type BaseEventLogFieldsFragment =
11272
- | BaseEventLogFields_AccountEventLog_Fragment
11273
- | BaseEventLogFields_DisputeEventLog_Fragment
11274
- | BaseEventLogFields_ExchangeEventLog_Fragment
11275
- | BaseEventLogFields_FundsEventLog_Fragment
11276
- | BaseEventLogFields_OfferEventLog_Fragment;
11277
-
11278
9144
  export type GetExchangeByIdQueryQueryVariables = Exact<{
11279
9145
  exchangeId: Scalars["ID"];
11280
9146
  }>;
@@ -11295,6 +9161,24 @@ export type GetExchangeByIdQueryQuery = {
11295
9161
  completedDate?: string | null;
11296
9162
  disputedDate?: string | null;
11297
9163
  expired: boolean;
9164
+ buyer: {
9165
+ __typename?: "Buyer";
9166
+ id: string;
9167
+ wallet: string;
9168
+ active: boolean;
9169
+ };
9170
+ seller: {
9171
+ __typename?: "Seller";
9172
+ id: string;
9173
+ operator: string;
9174
+ admin: string;
9175
+ clerk: string;
9176
+ treasury: string;
9177
+ authTokenId: string;
9178
+ authTokenType: number;
9179
+ voucherCloneAddress: string;
9180
+ active: boolean;
9181
+ };
11298
9182
  offer: {
11299
9183
  __typename?: "Offer";
11300
9184
  id: string;
@@ -11316,11 +9200,8 @@ export type GetExchangeByIdQueryQuery = {
11316
9200
  resolutionPeriodDuration: string;
11317
9201
  metadataUri: string;
11318
9202
  metadataHash: string;
11319
- voided: boolean;
11320
9203
  voidedAt?: string | null;
11321
9204
  disputeResolverId: string;
11322
- numberOfCommits: string;
11323
- numberOfRedemptions: string;
11324
9205
  seller: {
11325
9206
  __typename?: "Seller";
11326
9207
  id: string;
@@ -11563,25 +9444,40 @@ export type GetExchangeByIdQueryQuery = {
11563
9444
  decidedDate?: string | null;
11564
9445
  refusedDate?: string | null;
11565
9446
  timeout: string;
9447
+ exchange: {
9448
+ __typename?: "Exchange";
9449
+ id: string;
9450
+ disputed: boolean;
9451
+ state: ExchangeState;
9452
+ committedDate: string;
9453
+ finalizedDate?: string | null;
9454
+ validUntilDate: string;
9455
+ redeemedDate?: string | null;
9456
+ revokedDate?: string | null;
9457
+ cancelledDate?: string | null;
9458
+ completedDate?: string | null;
9459
+ disputedDate?: string | null;
9460
+ expired: boolean;
9461
+ };
9462
+ seller: {
9463
+ __typename?: "Seller";
9464
+ id: string;
9465
+ operator: string;
9466
+ admin: string;
9467
+ clerk: string;
9468
+ treasury: string;
9469
+ authTokenId: string;
9470
+ authTokenType: number;
9471
+ voucherCloneAddress: string;
9472
+ active: boolean;
9473
+ };
9474
+ buyer: {
9475
+ __typename?: "Buyer";
9476
+ id: string;
9477
+ wallet: string;
9478
+ active: boolean;
9479
+ };
11566
9480
  } | null;
11567
- buyer: {
11568
- __typename?: "Buyer";
11569
- id: string;
11570
- wallet: string;
11571
- active: boolean;
11572
- };
11573
- seller: {
11574
- __typename?: "Seller";
11575
- id: string;
11576
- operator: string;
11577
- admin: string;
11578
- clerk: string;
11579
- treasury: string;
11580
- authTokenId: string;
11581
- authTokenType: number;
11582
- voucherCloneAddress: string;
11583
- active: boolean;
11584
- };
11585
9481
  } | null;
11586
9482
  };
11587
9483
 
@@ -11609,6 +9505,24 @@ export type GetExchangesQueryQuery = {
11609
9505
  completedDate?: string | null;
11610
9506
  disputedDate?: string | null;
11611
9507
  expired: boolean;
9508
+ buyer: {
9509
+ __typename?: "Buyer";
9510
+ id: string;
9511
+ wallet: string;
9512
+ active: boolean;
9513
+ };
9514
+ seller: {
9515
+ __typename?: "Seller";
9516
+ id: string;
9517
+ operator: string;
9518
+ admin: string;
9519
+ clerk: string;
9520
+ treasury: string;
9521
+ authTokenId: string;
9522
+ authTokenType: number;
9523
+ voucherCloneAddress: string;
9524
+ active: boolean;
9525
+ };
11612
9526
  offer: {
11613
9527
  __typename?: "Offer";
11614
9528
  id: string;
@@ -11630,11 +9544,8 @@ export type GetExchangesQueryQuery = {
11630
9544
  resolutionPeriodDuration: string;
11631
9545
  metadataUri: string;
11632
9546
  metadataHash: string;
11633
- voided: boolean;
11634
9547
  voidedAt?: string | null;
11635
9548
  disputeResolverId: string;
11636
- numberOfCommits: string;
11637
- numberOfRedemptions: string;
11638
9549
  seller: {
11639
9550
  __typename?: "Seller";
11640
9551
  id: string;
@@ -11877,25 +9788,40 @@ export type GetExchangesQueryQuery = {
11877
9788
  decidedDate?: string | null;
11878
9789
  refusedDate?: string | null;
11879
9790
  timeout: string;
9791
+ exchange: {
9792
+ __typename?: "Exchange";
9793
+ id: string;
9794
+ disputed: boolean;
9795
+ state: ExchangeState;
9796
+ committedDate: string;
9797
+ finalizedDate?: string | null;
9798
+ validUntilDate: string;
9799
+ redeemedDate?: string | null;
9800
+ revokedDate?: string | null;
9801
+ cancelledDate?: string | null;
9802
+ completedDate?: string | null;
9803
+ disputedDate?: string | null;
9804
+ expired: boolean;
9805
+ };
9806
+ seller: {
9807
+ __typename?: "Seller";
9808
+ id: string;
9809
+ operator: string;
9810
+ admin: string;
9811
+ clerk: string;
9812
+ treasury: string;
9813
+ authTokenId: string;
9814
+ authTokenType: number;
9815
+ voucherCloneAddress: string;
9816
+ active: boolean;
9817
+ };
9818
+ buyer: {
9819
+ __typename?: "Buyer";
9820
+ id: string;
9821
+ wallet: string;
9822
+ active: boolean;
9823
+ };
11880
9824
  } | null;
11881
- buyer: {
11882
- __typename?: "Buyer";
11883
- id: string;
11884
- wallet: string;
11885
- active: boolean;
11886
- };
11887
- seller: {
11888
- __typename?: "Seller";
11889
- id: string;
11890
- operator: string;
11891
- admin: string;
11892
- clerk: string;
11893
- treasury: string;
11894
- authTokenId: string;
11895
- authTokenType: number;
11896
- voucherCloneAddress: string;
11897
- active: boolean;
11898
- };
11899
9825
  }>;
11900
9826
  };
11901
9827
 
@@ -11913,6 +9839,19 @@ export type ExchangeFieldsFragment = {
11913
9839
  completedDate?: string | null;
11914
9840
  disputedDate?: string | null;
11915
9841
  expired: boolean;
9842
+ buyer: { __typename?: "Buyer"; id: string; wallet: string; active: boolean };
9843
+ seller: {
9844
+ __typename?: "Seller";
9845
+ id: string;
9846
+ operator: string;
9847
+ admin: string;
9848
+ clerk: string;
9849
+ treasury: string;
9850
+ authTokenId: string;
9851
+ authTokenType: number;
9852
+ voucherCloneAddress: string;
9853
+ active: boolean;
9854
+ };
11916
9855
  offer: {
11917
9856
  __typename?: "Offer";
11918
9857
  id: string;
@@ -11934,11 +9873,8 @@ export type ExchangeFieldsFragment = {
11934
9873
  resolutionPeriodDuration: string;
11935
9874
  metadataUri: string;
11936
9875
  metadataHash: string;
11937
- voided: boolean;
11938
9876
  voidedAt?: string | null;
11939
9877
  disputeResolverId: string;
11940
- numberOfCommits: string;
11941
- numberOfRedemptions: string;
11942
9878
  seller: {
11943
9879
  __typename?: "Seller";
11944
9880
  id: string;
@@ -12177,20 +10113,40 @@ export type ExchangeFieldsFragment = {
12177
10113
  decidedDate?: string | null;
12178
10114
  refusedDate?: string | null;
12179
10115
  timeout: string;
10116
+ exchange: {
10117
+ __typename?: "Exchange";
10118
+ id: string;
10119
+ disputed: boolean;
10120
+ state: ExchangeState;
10121
+ committedDate: string;
10122
+ finalizedDate?: string | null;
10123
+ validUntilDate: string;
10124
+ redeemedDate?: string | null;
10125
+ revokedDate?: string | null;
10126
+ cancelledDate?: string | null;
10127
+ completedDate?: string | null;
10128
+ disputedDate?: string | null;
10129
+ expired: boolean;
10130
+ };
10131
+ seller: {
10132
+ __typename?: "Seller";
10133
+ id: string;
10134
+ operator: string;
10135
+ admin: string;
10136
+ clerk: string;
10137
+ treasury: string;
10138
+ authTokenId: string;
10139
+ authTokenType: number;
10140
+ voucherCloneAddress: string;
10141
+ active: boolean;
10142
+ };
10143
+ buyer: {
10144
+ __typename?: "Buyer";
10145
+ id: string;
10146
+ wallet: string;
10147
+ active: boolean;
10148
+ };
12180
10149
  } | null;
12181
- buyer: { __typename?: "Buyer"; id: string; wallet: string; active: boolean };
12182
- seller: {
12183
- __typename?: "Seller";
12184
- id: string;
12185
- operator: string;
12186
- admin: string;
12187
- clerk: string;
12188
- treasury: string;
12189
- authTokenId: string;
12190
- authTokenType: number;
12191
- voucherCloneAddress: string;
12192
- active: boolean;
12193
- };
12194
10150
  };
12195
10151
 
12196
10152
  export type BaseExchangeFieldsFragment = {
@@ -12207,34 +10163,6 @@ export type BaseExchangeFieldsFragment = {
12207
10163
  completedDate?: string | null;
12208
10164
  disputedDate?: string | null;
12209
10165
  expired: boolean;
12210
- dispute?: {
12211
- __typename?: "Dispute";
12212
- id: string;
12213
- exchangeId: string;
12214
- state: DisputeState;
12215
- buyerPercent: string;
12216
- disputedDate: string;
12217
- escalatedDate?: string | null;
12218
- finalizedDate?: string | null;
12219
- retractedDate?: string | null;
12220
- resolvedDate?: string | null;
12221
- decidedDate?: string | null;
12222
- refusedDate?: string | null;
12223
- timeout: string;
12224
- } | null;
12225
- buyer: { __typename?: "Buyer"; id: string; wallet: string; active: boolean };
12226
- seller: {
12227
- __typename?: "Seller";
12228
- id: string;
12229
- operator: string;
12230
- admin: string;
12231
- clerk: string;
12232
- treasury: string;
12233
- authTokenId: string;
12234
- authTokenType: number;
12235
- voucherCloneAddress: string;
12236
- active: boolean;
12237
- };
12238
10166
  };
12239
10167
 
12240
10168
  export type GetFundsByIdQueryVariables = Exact<{
@@ -12332,8 +10260,6 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
12332
10260
  validFromDate: string;
12333
10261
  validUntilDate: string;
12334
10262
  quantityAvailable: string;
12335
- numberOfCommits: string;
12336
- numberOfRedemptions: string;
12337
10263
  attributes?: Array<{
12338
10264
  __typename?: "MetadataAttribute";
12339
10265
  traitType: string;
@@ -12361,11 +10287,8 @@ export type GetBaseMetadataEntityByIdQueryQuery = {
12361
10287
  resolutionPeriodDuration: string;
12362
10288
  metadataUri: string;
12363
10289
  metadataHash: string;
12364
- voided: boolean;
12365
10290
  voidedAt?: string | null;
12366
10291
  disputeResolverId: string;
12367
- numberOfCommits: string;
12368
- numberOfRedemptions: string;
12369
10292
  seller: {
12370
10293
  __typename?: "Seller";
12371
10294
  id: string;
@@ -12641,8 +10564,6 @@ export type GetBaseMetadataEntitiesQueryQuery = {
12641
10564
  validFromDate: string;
12642
10565
  validUntilDate: string;
12643
10566
  quantityAvailable: string;
12644
- numberOfCommits: string;
12645
- numberOfRedemptions: string;
12646
10567
  attributes?: Array<{
12647
10568
  __typename?: "MetadataAttribute";
12648
10569
  traitType: string;
@@ -12670,11 +10591,8 @@ export type GetBaseMetadataEntitiesQueryQuery = {
12670
10591
  resolutionPeriodDuration: string;
12671
10592
  metadataUri: string;
12672
10593
  metadataHash: string;
12673
- voided: boolean;
12674
10594
  voidedAt?: string | null;
12675
10595
  disputeResolverId: string;
12676
- numberOfCommits: string;
12677
- numberOfRedemptions: string;
12678
10596
  seller: {
12679
10597
  __typename?: "Seller";
12680
10598
  id: string;
@@ -12940,8 +10858,6 @@ export type BaseMetadataEntityFieldsFragment = {
12940
10858
  validFromDate: string;
12941
10859
  validUntilDate: string;
12942
10860
  quantityAvailable: string;
12943
- numberOfCommits: string;
12944
- numberOfRedemptions: string;
12945
10861
  attributes?: Array<{
12946
10862
  __typename?: "MetadataAttribute";
12947
10863
  traitType: string;
@@ -12969,11 +10885,8 @@ export type BaseMetadataEntityFieldsFragment = {
12969
10885
  resolutionPeriodDuration: string;
12970
10886
  metadataUri: string;
12971
10887
  metadataHash: string;
12972
- voided: boolean;
12973
10888
  voidedAt?: string | null;
12974
10889
  disputeResolverId: string;
12975
- numberOfCommits: string;
12976
- numberOfRedemptions: string;
12977
10890
  seller: {
12978
10891
  __typename?: "Seller";
12979
10892
  id: string;
@@ -13234,8 +11147,6 @@ export type BaseBaseMetadataEntityFieldsFragment = {
13234
11147
  validFromDate: string;
13235
11148
  validUntilDate: string;
13236
11149
  quantityAvailable: string;
13237
- numberOfCommits: string;
13238
- numberOfRedemptions: string;
13239
11150
  attributes?: Array<{
13240
11151
  __typename?: "MetadataAttribute";
13241
11152
  traitType: string;
@@ -13263,11 +11174,8 @@ export type BaseBaseMetadataEntityFieldsFragment = {
13263
11174
  resolutionPeriodDuration: string;
13264
11175
  metadataUri: string;
13265
11176
  metadataHash: string;
13266
- voided: boolean;
13267
11177
  voidedAt?: string | null;
13268
11178
  disputeResolverId: string;
13269
- numberOfCommits: string;
13270
- numberOfRedemptions: string;
13271
11179
  seller: {
13272
11180
  __typename?: "Seller";
13273
11181
  id: string;
@@ -13573,8 +11481,6 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
13573
11481
  validFromDate: string;
13574
11482
  validUntilDate: string;
13575
11483
  quantityAvailable: string;
13576
- numberOfCommits: string;
13577
- numberOfRedemptions: string;
13578
11484
  uuid: string;
13579
11485
  attributes?: Array<{
13580
11486
  __typename?: "MetadataAttribute";
@@ -13603,11 +11509,8 @@ export type GetProductV1MetadataEntityByIdQueryQuery = {
13603
11509
  resolutionPeriodDuration: string;
13604
11510
  metadataUri: string;
13605
11511
  metadataHash: string;
13606
- voided: boolean;
13607
11512
  voidedAt?: string | null;
13608
11513
  disputeResolverId: string;
13609
- numberOfCommits: string;
13610
- numberOfRedemptions: string;
13611
11514
  seller: {
13612
11515
  __typename?: "Seller";
13613
11516
  id: string;
@@ -14007,8 +11910,6 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
14007
11910
  validFromDate: string;
14008
11911
  validUntilDate: string;
14009
11912
  quantityAvailable: string;
14010
- numberOfCommits: string;
14011
- numberOfRedemptions: string;
14012
11913
  uuid: string;
14013
11914
  attributes?: Array<{
14014
11915
  __typename?: "MetadataAttribute";
@@ -14037,11 +11938,8 @@ export type GetProductV1MetadataEntitiesQueryQuery = {
14037
11938
  resolutionPeriodDuration: string;
14038
11939
  metadataUri: string;
14039
11940
  metadataHash: string;
14040
- voided: boolean;
14041
11941
  voidedAt?: string | null;
14042
11942
  disputeResolverId: string;
14043
- numberOfCommits: string;
14044
- numberOfRedemptions: string;
14045
11943
  seller: {
14046
11944
  __typename?: "Seller";
14047
11945
  id: string;
@@ -14431,8 +12329,6 @@ export type ProductV1MetadataEntityFieldsFragment = {
14431
12329
  validFromDate: string;
14432
12330
  validUntilDate: string;
14433
12331
  quantityAvailable: string;
14434
- numberOfCommits: string;
14435
- numberOfRedemptions: string;
14436
12332
  uuid: string;
14437
12333
  attributes?: Array<{
14438
12334
  __typename?: "MetadataAttribute";
@@ -14461,11 +12357,8 @@ export type ProductV1MetadataEntityFieldsFragment = {
14461
12357
  resolutionPeriodDuration: string;
14462
12358
  metadataUri: string;
14463
12359
  metadataHash: string;
14464
- voided: boolean;
14465
12360
  voidedAt?: string | null;
14466
12361
  disputeResolverId: string;
14467
- numberOfCommits: string;
14468
- numberOfRedemptions: string;
14469
12362
  seller: {
14470
12363
  __typename?: "Seller";
14471
12364
  id: string;
@@ -14850,8 +12743,6 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
14850
12743
  validFromDate: string;
14851
12744
  validUntilDate: string;
14852
12745
  quantityAvailable: string;
14853
- numberOfCommits: string;
14854
- numberOfRedemptions: string;
14855
12746
  uuid: string;
14856
12747
  attributes?: Array<{
14857
12748
  __typename?: "MetadataAttribute";
@@ -14880,11 +12771,8 @@ export type BaseProductV1MetadataEntityFieldsFragment = {
14880
12771
  resolutionPeriodDuration: string;
14881
12772
  metadataUri: string;
14882
12773
  metadataHash: string;
14883
- voided: boolean;
14884
12774
  voidedAt?: string | null;
14885
12775
  disputeResolverId: string;
14886
- numberOfCommits: string;
14887
- numberOfRedemptions: string;
14888
12776
  seller: {
14889
12777
  __typename?: "Seller";
14890
12778
  id: string;
@@ -15520,11 +13408,8 @@ export type GetOfferByIdQueryQuery = {
15520
13408
  resolutionPeriodDuration: string;
15521
13409
  metadataUri: string;
15522
13410
  metadataHash: string;
15523
- voided: boolean;
15524
13411
  voidedAt?: string | null;
15525
13412
  disputeResolverId: string;
15526
- numberOfCommits: string;
15527
- numberOfRedemptions: string;
15528
13413
  exchanges?: Array<{
15529
13414
  __typename?: "Exchange";
15530
13415
  id: string;
@@ -15539,39 +13424,6 @@ export type GetOfferByIdQueryQuery = {
15539
13424
  completedDate?: string | null;
15540
13425
  disputedDate?: string | null;
15541
13426
  expired: boolean;
15542
- dispute?: {
15543
- __typename?: "Dispute";
15544
- id: string;
15545
- exchangeId: string;
15546
- state: DisputeState;
15547
- buyerPercent: string;
15548
- disputedDate: string;
15549
- escalatedDate?: string | null;
15550
- finalizedDate?: string | null;
15551
- retractedDate?: string | null;
15552
- resolvedDate?: string | null;
15553
- decidedDate?: string | null;
15554
- refusedDate?: string | null;
15555
- timeout: string;
15556
- } | null;
15557
- buyer: {
15558
- __typename?: "Buyer";
15559
- id: string;
15560
- wallet: string;
15561
- active: boolean;
15562
- };
15563
- seller: {
15564
- __typename?: "Seller";
15565
- id: string;
15566
- operator: string;
15567
- admin: string;
15568
- clerk: string;
15569
- treasury: string;
15570
- authTokenId: string;
15571
- authTokenType: number;
15572
- voucherCloneAddress: string;
15573
- active: boolean;
15574
- };
15575
13427
  }>;
15576
13428
  seller: {
15577
13429
  __typename?: "Seller";
@@ -15836,11 +13688,8 @@ export type GetOffersQueryQuery = {
15836
13688
  resolutionPeriodDuration: string;
15837
13689
  metadataUri: string;
15838
13690
  metadataHash: string;
15839
- voided: boolean;
15840
13691
  voidedAt?: string | null;
15841
13692
  disputeResolverId: string;
15842
- numberOfCommits: string;
15843
- numberOfRedemptions: string;
15844
13693
  exchanges?: Array<{
15845
13694
  __typename?: "Exchange";
15846
13695
  id: string;
@@ -15855,39 +13704,6 @@ export type GetOffersQueryQuery = {
15855
13704
  completedDate?: string | null;
15856
13705
  disputedDate?: string | null;
15857
13706
  expired: boolean;
15858
- dispute?: {
15859
- __typename?: "Dispute";
15860
- id: string;
15861
- exchangeId: string;
15862
- state: DisputeState;
15863
- buyerPercent: string;
15864
- disputedDate: string;
15865
- escalatedDate?: string | null;
15866
- finalizedDate?: string | null;
15867
- retractedDate?: string | null;
15868
- resolvedDate?: string | null;
15869
- decidedDate?: string | null;
15870
- refusedDate?: string | null;
15871
- timeout: string;
15872
- } | null;
15873
- buyer: {
15874
- __typename?: "Buyer";
15875
- id: string;
15876
- wallet: string;
15877
- active: boolean;
15878
- };
15879
- seller: {
15880
- __typename?: "Seller";
15881
- id: string;
15882
- operator: string;
15883
- admin: string;
15884
- clerk: string;
15885
- treasury: string;
15886
- authTokenId: string;
15887
- authTokenType: number;
15888
- voucherCloneAddress: string;
15889
- active: boolean;
15890
- };
15891
13707
  }>;
15892
13708
  seller: {
15893
13709
  __typename?: "Seller";
@@ -16136,11 +13952,8 @@ export type OfferFieldsFragment = {
16136
13952
  resolutionPeriodDuration: string;
16137
13953
  metadataUri: string;
16138
13954
  metadataHash: string;
16139
- voided: boolean;
16140
13955
  voidedAt?: string | null;
16141
13956
  disputeResolverId: string;
16142
- numberOfCommits: string;
16143
- numberOfRedemptions: string;
16144
13957
  exchanges?: Array<{
16145
13958
  __typename?: "Exchange";
16146
13959
  id: string;
@@ -16155,39 +13968,6 @@ export type OfferFieldsFragment = {
16155
13968
  completedDate?: string | null;
16156
13969
  disputedDate?: string | null;
16157
13970
  expired: boolean;
16158
- dispute?: {
16159
- __typename?: "Dispute";
16160
- id: string;
16161
- exchangeId: string;
16162
- state: DisputeState;
16163
- buyerPercent: string;
16164
- disputedDate: string;
16165
- escalatedDate?: string | null;
16166
- finalizedDate?: string | null;
16167
- retractedDate?: string | null;
16168
- resolvedDate?: string | null;
16169
- decidedDate?: string | null;
16170
- refusedDate?: string | null;
16171
- timeout: string;
16172
- } | null;
16173
- buyer: {
16174
- __typename?: "Buyer";
16175
- id: string;
16176
- wallet: string;
16177
- active: boolean;
16178
- };
16179
- seller: {
16180
- __typename?: "Seller";
16181
- id: string;
16182
- operator: string;
16183
- admin: string;
16184
- clerk: string;
16185
- treasury: string;
16186
- authTokenId: string;
16187
- authTokenType: number;
16188
- voucherCloneAddress: string;
16189
- active: boolean;
16190
- };
16191
13971
  }>;
16192
13972
  seller: {
16193
13973
  __typename?: "Seller";
@@ -16435,11 +14215,8 @@ export type BaseOfferFieldsFragment = {
16435
14215
  resolutionPeriodDuration: string;
16436
14216
  metadataUri: string;
16437
14217
  metadataHash: string;
16438
- voided: boolean;
16439
14218
  voidedAt?: string | null;
16440
14219
  disputeResolverId: string;
16441
- numberOfCommits: string;
16442
- numberOfRedemptions: string;
16443
14220
  seller: {
16444
14221
  __typename?: "Seller";
16445
14222
  id: string;
@@ -16930,11 +14707,8 @@ export const BaseOfferFieldsFragmentDoc = gql`
16930
14707
  resolutionPeriodDuration
16931
14708
  metadataUri
16932
14709
  metadataHash
16933
- voided
16934
14710
  voidedAt
16935
14711
  disputeResolverId
16936
- numberOfCommits
16937
- numberOfRedemptions
16938
14712
  seller {
16939
14713
  ...BaseSellerFields
16940
14714
  }
@@ -16994,29 +14768,6 @@ export const BaseOfferFieldsFragmentDoc = gql`
16994
14768
  ${BaseProductV1ExchangePolicyFieldsFragmentDoc}
16995
14769
  ${BaseProductV1ShippingOptionFieldsFragmentDoc}
16996
14770
  `;
16997
- export const BaseDisputeFieldsFragmentDoc = gql`
16998
- fragment BaseDisputeFields on Dispute {
16999
- id
17000
- exchangeId
17001
- state
17002
- buyerPercent
17003
- disputedDate
17004
- escalatedDate
17005
- finalizedDate
17006
- retractedDate
17007
- resolvedDate
17008
- decidedDate
17009
- refusedDate
17010
- timeout
17011
- }
17012
- `;
17013
- export const BaseBuyerFieldsFragmentDoc = gql`
17014
- fragment BaseBuyerFields on Buyer {
17015
- id
17016
- wallet
17017
- active
17018
- }
17019
- `;
17020
14771
  export const BaseExchangeFieldsFragmentDoc = gql`
17021
14772
  fragment BaseExchangeFields on Exchange {
17022
14773
  id
@@ -17031,50 +14782,6 @@ export const BaseExchangeFieldsFragmentDoc = gql`
17031
14782
  completedDate
17032
14783
  disputedDate
17033
14784
  expired
17034
- dispute {
17035
- ...BaseDisputeFields
17036
- }
17037
- buyer {
17038
- ...BaseBuyerFields
17039
- }
17040
- seller {
17041
- ...BaseSellerFields
17042
- }
17043
- }
17044
- ${BaseDisputeFieldsFragmentDoc}
17045
- ${BaseBuyerFieldsFragmentDoc}
17046
- ${BaseSellerFieldsFragmentDoc}
17047
- `;
17048
- export const BaseEventLogFieldsFragmentDoc = gql`
17049
- fragment BaseEventLogFields on EventLog {
17050
- id
17051
- hash
17052
- type
17053
- timestamp
17054
- executedBy
17055
- account {
17056
- id
17057
- }
17058
- ... on OfferEventLog {
17059
- offer {
17060
- id
17061
- }
17062
- }
17063
- ... on ExchangeEventLog {
17064
- exchange {
17065
- id
17066
- }
17067
- }
17068
- ... on FundsEventLog {
17069
- funds {
17070
- id
17071
- }
17072
- }
17073
- ... on DisputeEventLog {
17074
- dispute {
17075
- id
17076
- }
17077
- }
17078
14785
  }
17079
14786
  `;
17080
14787
  export const SellerFieldsFragmentDoc = gql`
@@ -17107,21 +14814,18 @@ export const SellerFieldsFragmentDoc = gql`
17107
14814
  ) @include(if: $includeExchanges) {
17108
14815
  ...BaseExchangeFields
17109
14816
  }
17110
- logs(
17111
- skip: $logsSkip
17112
- first: $logsFirst
17113
- orderBy: $logsOrderBy
17114
- orderDirection: $logsOrderDirection
17115
- where: $logsFilter
17116
- ) @include(if: $includeLogs) {
17117
- ...BaseEventLogFields
17118
- }
17119
14817
  }
17120
14818
  ${BaseSellerFieldsFragmentDoc}
17121
14819
  ${FundsEntityFieldsFragmentDoc}
17122
14820
  ${BaseOfferFieldsFragmentDoc}
17123
14821
  ${BaseExchangeFieldsFragmentDoc}
17124
- ${BaseEventLogFieldsFragmentDoc}
14822
+ `;
14823
+ export const BaseBuyerFieldsFragmentDoc = gql`
14824
+ fragment BaseBuyerFields on Buyer {
14825
+ id
14826
+ wallet
14827
+ active
14828
+ }
17125
14829
  `;
17126
14830
  export const BuyerFieldsFragmentDoc = gql`
17127
14831
  fragment BuyerFields on Buyer {
@@ -17144,20 +14848,10 @@ export const BuyerFieldsFragmentDoc = gql`
17144
14848
  ) @include(if: $includeExchanges) {
17145
14849
  ...BaseExchangeFields
17146
14850
  }
17147
- logs(
17148
- skip: $logsSkip
17149
- first: $logsFirst
17150
- orderBy: $logsOrderBy
17151
- orderDirection: $logsOrderDirection
17152
- where: $logsFilter
17153
- ) @include(if: $includeLogs) {
17154
- ...BaseEventLogFields
17155
- }
17156
14851
  }
17157
14852
  ${BaseBuyerFieldsFragmentDoc}
17158
14853
  ${FundsEntityFieldsFragmentDoc}
17159
14854
  ${BaseExchangeFieldsFragmentDoc}
17160
- ${BaseEventLogFieldsFragmentDoc}
17161
14855
  `;
17162
14856
  export const DisputeResolverFieldsFragmentDoc = gql`
17163
14857
  fragment DisputeResolverFields on DisputeResolver {
@@ -17171,23 +14865,24 @@ export const DisputeResolverFieldsFragmentDoc = gql`
17171
14865
  ) @include(if: $includeOffers) {
17172
14866
  ...BaseOfferFields
17173
14867
  }
17174
- logs(
17175
- skip: $logsSkip
17176
- first: $logsFirst
17177
- orderBy: $logsOrderBy
17178
- orderDirection: $logsOrderDirection
17179
- where: $logsFilter
17180
- ) @include(if: $includeLogs) {
17181
- ...BaseEventLogFields
17182
- }
17183
14868
  }
17184
14869
  ${BaseDisputeResolverFieldsFragmentDoc}
17185
14870
  ${BaseOfferFieldsFragmentDoc}
17186
- ${BaseEventLogFieldsFragmentDoc}
17187
14871
  `;
17188
- export const DisputeFieldsFragmentDoc = gql`
17189
- fragment DisputeFields on Dispute {
17190
- ...BaseDisputeFields
14872
+ export const BaseDisputeFieldsFragmentDoc = gql`
14873
+ fragment BaseDisputeFields on Dispute {
14874
+ id
14875
+ exchangeId
14876
+ state
14877
+ buyerPercent
14878
+ disputedDate
14879
+ escalatedDate
14880
+ finalizedDate
14881
+ retractedDate
14882
+ resolvedDate
14883
+ decidedDate
14884
+ refusedDate
14885
+ timeout
17191
14886
  exchange {
17192
14887
  ...BaseExchangeFields
17193
14888
  }
@@ -17198,11 +14893,16 @@ export const DisputeFieldsFragmentDoc = gql`
17198
14893
  ...BaseBuyerFields
17199
14894
  }
17200
14895
  }
17201
- ${BaseDisputeFieldsFragmentDoc}
17202
14896
  ${BaseExchangeFieldsFragmentDoc}
17203
14897
  ${BaseSellerFieldsFragmentDoc}
17204
14898
  ${BaseBuyerFieldsFragmentDoc}
17205
14899
  `;
14900
+ export const DisputeFieldsFragmentDoc = gql`
14901
+ fragment DisputeFields on Dispute {
14902
+ ...BaseDisputeFields
14903
+ }
14904
+ ${BaseDisputeFieldsFragmentDoc}
14905
+ `;
17206
14906
  export const ExchangeTokenFieldsFragmentDoc = gql`
17207
14907
  fragment ExchangeTokenFields on ExchangeToken {
17208
14908
  ...BaseExchangeTokenFields
@@ -17232,12 +14932,24 @@ export const ExchangeTokenFieldsFragmentDoc = gql`
17232
14932
  export const ExchangeFieldsFragmentDoc = gql`
17233
14933
  fragment ExchangeFields on Exchange {
17234
14934
  ...BaseExchangeFields
14935
+ buyer {
14936
+ ...BaseBuyerFields
14937
+ }
14938
+ seller {
14939
+ ...BaseSellerFields
14940
+ }
17235
14941
  offer {
17236
14942
  ...BaseOfferFields
17237
14943
  }
14944
+ dispute {
14945
+ ...BaseDisputeFields
14946
+ }
17238
14947
  }
17239
14948
  ${BaseExchangeFieldsFragmentDoc}
14949
+ ${BaseBuyerFieldsFragmentDoc}
14950
+ ${BaseSellerFieldsFragmentDoc}
17240
14951
  ${BaseOfferFieldsFragmentDoc}
14952
+ ${BaseDisputeFieldsFragmentDoc}
17241
14953
  `;
17242
14954
  export const BaseBaseMetadataEntityFieldsFragmentDoc = gql`
17243
14955
  fragment BaseBaseMetadataEntityFields on BaseMetadataEntity {
@@ -17267,8 +14979,6 @@ export const BaseBaseMetadataEntityFieldsFragmentDoc = gql`
17267
14979
  validFromDate
17268
14980
  validUntilDate
17269
14981
  quantityAvailable
17270
- numberOfCommits
17271
- numberOfRedemptions
17272
14982
  }
17273
14983
  ${BaseOfferFieldsFragmentDoc}
17274
14984
  ${BaseSellerFieldsFragmentDoc}
@@ -17308,8 +15018,6 @@ export const BaseProductV1MetadataEntityFieldsFragmentDoc = gql`
17308
15018
  validFromDate
17309
15019
  validUntilDate
17310
15020
  quantityAvailable
17311
- numberOfCommits
17312
- numberOfRedemptions
17313
15021
  uuid
17314
15022
  product {
17315
15023
  ...BaseProductV1ProductFields
@@ -17406,15 +15114,9 @@ export const GetSellerByIdQueryDocument = gql`
17406
15114
  $exchangesOrderBy: Exchange_orderBy
17407
15115
  $exchangesOrderDirection: OrderDirection
17408
15116
  $exchangesFilter: Exchange_filter
17409
- $logsSkip: Int
17410
- $logsFirst: Int
17411
- $logsOrderBy: EventLog_orderBy
17412
- $logsOrderDirection: OrderDirection
17413
- $logsFilter: EventLog_filter
17414
15117
  $includeExchanges: Boolean = false
17415
15118
  $includeOffers: Boolean = false
17416
15119
  $includeFunds: Boolean = false
17417
- $includeLogs: Boolean = false
17418
15120
  ) {
17419
15121
  seller(id: $sellerId) {
17420
15122
  ...SellerFields
@@ -17444,15 +15146,9 @@ export const GetSellersQueryDocument = gql`
17444
15146
  $exchangesOrderBy: Exchange_orderBy
17445
15147
  $exchangesOrderDirection: OrderDirection
17446
15148
  $exchangesFilter: Exchange_filter
17447
- $logsSkip: Int
17448
- $logsFirst: Int
17449
- $logsOrderBy: EventLog_orderBy
17450
- $logsOrderDirection: OrderDirection
17451
- $logsFilter: EventLog_filter
17452
15149
  $includeExchanges: Boolean = false
17453
15150
  $includeOffers: Boolean = false
17454
15151
  $includeFunds: Boolean = false
17455
- $includeLogs: Boolean = false
17456
15152
  ) {
17457
15153
  sellers(
17458
15154
  skip: $sellersSkip
@@ -17479,14 +15175,8 @@ export const GetBuyerByIdQueryDocument = gql`
17479
15175
  $exchangesOrderBy: Exchange_orderBy
17480
15176
  $exchangesOrderDirection: OrderDirection
17481
15177
  $exchangesFilter: Exchange_filter
17482
- $logsSkip: Int
17483
- $logsFirst: Int
17484
- $logsOrderBy: EventLog_orderBy
17485
- $logsOrderDirection: OrderDirection
17486
- $logsFilter: EventLog_filter
17487
15178
  $includeExchanges: Boolean = false
17488
15179
  $includeFunds: Boolean = false
17489
- $includeLogs: Boolean = false
17490
15180
  ) {
17491
15181
  buyer(id: $buyerId) {
17492
15182
  ...BuyerFields
@@ -17516,15 +15206,9 @@ export const GetBuyersQueryDocument = gql`
17516
15206
  $exchangesOrderBy: Exchange_orderBy
17517
15207
  $exchangesOrderDirection: OrderDirection
17518
15208
  $exchangesFilter: Exchange_filter
17519
- $logsSkip: Int
17520
- $logsFirst: Int
17521
- $logsOrderBy: EventLog_orderBy
17522
- $logsOrderDirection: OrderDirection
17523
- $logsFilter: EventLog_filter
17524
15209
  $includeExchanges: Boolean = false
17525
15210
  $includeOffers: Boolean = false
17526
15211
  $includeFunds: Boolean = false
17527
- $includeLogs: Boolean = false
17528
15212
  ) {
17529
15213
  buyers(
17530
15214
  skip: $buyersSkip
@@ -17546,13 +15230,7 @@ export const GetDisputeResolverByIdQueryDocument = gql`
17546
15230
  $offersOrderBy: Offer_orderBy
17547
15231
  $offersOrderDirection: OrderDirection
17548
15232
  $offersFilter: Offer_filter
17549
- $logsSkip: Int
17550
- $logsFirst: Int
17551
- $logsOrderBy: EventLog_orderBy
17552
- $logsOrderDirection: OrderDirection
17553
- $logsFilter: EventLog_filter
17554
15233
  $includeOffers: Boolean = false
17555
- $includeLogs: Boolean = false
17556
15234
  ) {
17557
15235
  disputeResolver(id: $disputeResolverId) {
17558
15236
  ...DisputeResolverFields
@@ -17572,13 +15250,7 @@ export const GetDisputeResolversQueryDocument = gql`
17572
15250
  $offersOrderBy: Offer_orderBy
17573
15251
  $offersOrderDirection: OrderDirection
17574
15252
  $offersFilter: Offer_filter
17575
- $logsSkip: Int
17576
- $logsFirst: Int
17577
- $logsOrderBy: EventLog_orderBy
17578
- $logsOrderDirection: OrderDirection
17579
- $logsFilter: EventLog_filter
17580
15253
  $includeOffers: Boolean = false
17581
- $includeLogs: Boolean = false
17582
15254
  ) {
17583
15255
  disputeResolvers(
17584
15256
  skip: $disputeResolversSkip
@@ -17687,26 +15359,6 @@ export const GetExchangeTokensQueryDocument = gql`
17687
15359
  }
17688
15360
  ${ExchangeTokenFieldsFragmentDoc}
17689
15361
  `;
17690
- export const GetEventLogsQueryDocument = gql`
17691
- query getEventLogsQuery(
17692
- $logsSkip: Int
17693
- $logsFirst: Int
17694
- $logsOrderBy: EventLog_orderBy
17695
- $logsOrderDirection: OrderDirection
17696
- $logsFilter: EventLog_filter
17697
- ) {
17698
- eventLogs(
17699
- skip: $logsSkip
17700
- first: $logsFirst
17701
- orderBy: $logsOrderBy
17702
- orderDirection: $logsOrderDirection
17703
- where: $logsFilter
17704
- ) {
17705
- ...BaseEventLogFields
17706
- }
17707
- }
17708
- ${BaseEventLogFieldsFragmentDoc}
17709
- `;
17710
15362
  export const GetExchangeByIdQueryDocument = gql`
17711
15363
  query getExchangeByIdQuery($exchangeId: ID!) {
17712
15364
  exchange(id: $exchangeId) {
@@ -18083,21 +15735,6 @@ export function getSdk(
18083
15735
  "query"
18084
15736
  );
18085
15737
  },
18086
- getEventLogsQuery(
18087
- variables?: GetEventLogsQueryQueryVariables,
18088
- requestHeaders?: Dom.RequestInit["headers"]
18089
- ): Promise<GetEventLogsQueryQuery> {
18090
- return withWrapper(
18091
- (wrappedRequestHeaders) =>
18092
- client.request<GetEventLogsQueryQuery>(
18093
- GetEventLogsQueryDocument,
18094
- variables,
18095
- { ...requestHeaders, ...wrappedRequestHeaders }
18096
- ),
18097
- "getEventLogsQuery",
18098
- "query"
18099
- );
18100
- },
18101
15738
  getExchangeByIdQuery(
18102
15739
  variables: GetExchangeByIdQueryQueryVariables,
18103
15740
  requestHeaders?: Dom.RequestInit["headers"]