@riocrypto/common-server 1.0.1856 → 1.0.1857

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.
@@ -313,30 +313,9 @@ const buildUser = (mongoose) => {
313
313
  },
314
314
  },
315
315
  accumulatedVolumeInUSD: {
316
- MX: {
317
- buy: {
318
- type: Number,
319
- },
320
- sell: {
321
- type: Number,
322
- },
323
- },
324
- PE: {
325
- buy: {
326
- type: Number,
327
- },
328
- sell: {
329
- type: Number,
330
- },
331
- },
332
- US: {
333
- buy: {
334
- type: Number,
335
- },
336
- sell: {
337
- type: Number,
338
- },
339
- },
316
+ MX: Object,
317
+ PE: Object,
318
+ US: Object,
340
319
  },
341
320
  }, {
342
321
  toJSON: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1856",
3
+ "version": "1.0.1857",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "@google-cloud/secret-manager": "^5.3.0",
27
27
  "@google-cloud/storage": "^6.9.5",
28
28
  "@hyperdx/node-opentelemetry": "^0.4.2",
29
- "@riocrypto/common": "^1.0.1663",
29
+ "@riocrypto/common": "^1.0.1664",
30
30
  "@types/express": "^4.17.13",
31
31
  "axios": "^1.6.0",
32
32
  "crypto-js": "^4.2.0",