@riocrypto/common-server 1.0.2309 → 1.0.2310

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.
@@ -12,7 +12,6 @@ interface OrderAttrs {
12
12
  status: OrderStatus;
13
13
  cryptoAddress?: string;
14
14
  country: Country;
15
- state?: string;
16
15
  amountFiat: number;
17
16
  amountFiatReceived?: number;
18
17
  amountCrypto: number;
@@ -49,6 +48,7 @@ interface OrderAttrs {
49
48
  payoutBankAccountId?: string;
50
49
  bulkCryptoPaymentId?: string;
51
50
  bulkBankPaymentId?: string;
51
+ rioPayoutFireblocksVaultId?: string;
52
52
  binancePayment?: {
53
53
  binanceTransactionId: string;
54
54
  amount: number;
@@ -167,6 +167,7 @@ interface OrderDoc extends Document {
167
167
  netPrice: number;
168
168
  requestedNetPrice?: number;
169
169
  payoutAddressId?: string;
170
+ rioPayoutFireblocksVaultId?: string;
170
171
  payoutBankAccountId?: string;
171
172
  bulkCryptoPaymentId?: string;
172
173
  bulkBankPaymentId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2309",
3
+ "version": "1.0.2310",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",