@riocrypto/common 1.0.2332 → 1.0.2335

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.
@@ -138,5 +138,9 @@ export interface Order {
138
138
  payoutTransferLimit?: number;
139
139
  paymentReceivedAt?: Date;
140
140
  previousActiveStatus?: OrderStatus;
141
+ TWAP?: {
142
+ sessionId: string;
143
+ settlementId: string;
144
+ };
141
145
  version: number;
142
146
  }
@@ -21,4 +21,5 @@ export interface TWAPSettlement {
21
21
  bulkCryptoPaymentId?: string;
22
22
  bulkBankPayoutId?: string;
23
23
  bulkCryptoPayoutId?: string;
24
+ orderIds: string[];
24
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2332",
3
+ "version": "1.0.2335",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",