@riocrypto/common 1.0.1865 → 1.0.1867

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.
@@ -6,6 +6,5 @@ export interface AsyncCryptoPaymentCompletedEvent {
6
6
  amount: number;
7
7
  depositTxId: string;
8
8
  originBlockchainAddress?: string;
9
- amountCrypto: number;
10
9
  };
11
10
  }
@@ -6,6 +6,5 @@ export interface CryptoPaymentCompletedEvent {
6
6
  amount: number;
7
7
  depositTxId: string;
8
8
  originBlockchainAddress?: string;
9
- amountCrypto: number;
10
9
  };
11
10
  }
@@ -108,7 +108,7 @@ export interface Order {
108
108
  SPEITrackingNumber?: string;
109
109
  SPIDTrackingNumber?: string;
110
110
  CEPLink?: string;
111
- references: string[];
111
+ reference?: string;
112
112
  blockchainAddress?: string;
113
113
  accountHolderName?: string;
114
114
  accountNumber?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1865",
3
+ "version": "1.0.1867",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",