@riocrypto/common-server 1.0.1533 → 1.0.1535
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.
|
@@ -50,7 +50,7 @@ class BitsoClient {
|
|
|
50
50
|
"Content-Type": "application/json",
|
|
51
51
|
},
|
|
52
52
|
data: {
|
|
53
|
-
alias: `CLABE for ${(0, common_1.getUserName)(user)} - ${
|
|
53
|
+
alias: `CLABE for ${(0, common_1.getUserName)(user)} - ${bankAccount.id.slice(-4)}`,
|
|
54
54
|
user_id: this.env === "production" ? "8298933" : "53166",
|
|
55
55
|
currency: "mxn",
|
|
56
56
|
taxonomy: {
|
|
@@ -15,7 +15,7 @@ const order_1 = require("../models/order");
|
|
|
15
15
|
const calculateAggregateVolumeAndRevenue = (mongoose, days, user, excludeBrokerCustomerOrders) => __awaiter(void 0, void 0, void 0, function* () {
|
|
16
16
|
var _a;
|
|
17
17
|
const startDate = new Date();
|
|
18
|
-
startDate.setDate(startDate.getDate() - days);
|
|
18
|
+
startDate.setDate(startDate.getDate() - days);
|
|
19
19
|
const Order = (0, order_1.buildOrder)(mongoose);
|
|
20
20
|
let orders;
|
|
21
21
|
if (user) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riocrypto/common-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1535",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"@google-cloud/storage": "^6.9.5",
|
|
29
29
|
"@google-cloud/vision": "^4.0.2",
|
|
30
30
|
"@hyperdx/node-opentelemetry": "^0.4.2",
|
|
31
|
-
"@riocrypto/common": "^1.0.
|
|
31
|
+
"@riocrypto/common": "^1.0.1377",
|
|
32
32
|
"@types/express": "^4.17.13",
|
|
33
|
-
"axios": "^
|
|
33
|
+
"axios": "^1.6.0",
|
|
34
34
|
"ccxt": "^3.0.30",
|
|
35
|
-
"crypto-js": "^4.
|
|
35
|
+
"crypto-js": "^4.2.0",
|
|
36
36
|
"express": "^4.18.1",
|
|
37
37
|
"express-validator": "^6.14.2",
|
|
38
38
|
"fireblocks-sdk": "^4.0.0",
|
|
39
39
|
"google-auth-library": "^9.0.0",
|
|
40
40
|
"googleapis": "^123.0.0",
|
|
41
41
|
"he": "^1.2.0",
|
|
42
|
-
"jsonwebtoken": "^
|
|
43
|
-
"mongoose": "^7.
|
|
42
|
+
"jsonwebtoken": "^9.0.1",
|
|
43
|
+
"mongoose": "^7.6.8",
|
|
44
44
|
"node-cache": "^5.1.2",
|
|
45
45
|
"node-nats-streaming": "^0.3.2",
|
|
46
46
|
"uuid": "^9.0.0",
|