@riocrypto/common-server 1.0.2098 → 1.0.2099
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.
- package/build/models/order.d.ts +14 -0
- package/package.json +2 -2
package/build/models/order.d.ts
CHANGED
|
@@ -59,6 +59,13 @@ interface OrderAttrs {
|
|
|
59
59
|
};
|
|
60
60
|
attributes?: OrderAttribute[];
|
|
61
61
|
settleBy?: Date;
|
|
62
|
+
destinationOfFunds?: {
|
|
63
|
+
blockchainAddress?: string;
|
|
64
|
+
accountHolderName?: string;
|
|
65
|
+
accountNumber?: string;
|
|
66
|
+
CCI?: string;
|
|
67
|
+
CLABE?: string;
|
|
68
|
+
};
|
|
62
69
|
payoutTransferLimit?: number;
|
|
63
70
|
paymentReceivedAt?: Date;
|
|
64
71
|
version: number;
|
|
@@ -165,6 +172,13 @@ interface OrderDoc extends Document {
|
|
|
165
172
|
};
|
|
166
173
|
attributes?: OrderAttribute[];
|
|
167
174
|
settleBy?: Date;
|
|
175
|
+
destinationOfFunds?: {
|
|
176
|
+
blockchainAddress?: string;
|
|
177
|
+
accountHolderName?: string;
|
|
178
|
+
accountNumber?: string;
|
|
179
|
+
CCI?: string;
|
|
180
|
+
CLABE?: string;
|
|
181
|
+
};
|
|
168
182
|
paymentInstructions?: {
|
|
169
183
|
blockchainAddress?: string;
|
|
170
184
|
USBankTransferMethod?: "wire" | "ach_push";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riocrypto/common-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2099",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@google-cloud/secret-manager": "^5.3.0",
|
|
29
29
|
"@google-cloud/storage": "^6.9.5",
|
|
30
30
|
"@hyperdx/node-opentelemetry": "^0.7.0",
|
|
31
|
-
"@riocrypto/common": "^1.0.
|
|
31
|
+
"@riocrypto/common": "^1.0.1860",
|
|
32
32
|
"@types/express": "^4.17.13",
|
|
33
33
|
"axios": "^1.7.4",
|
|
34
34
|
"crypto-js": "^4.2.0",
|