@riocrypto/common-server 1.0.1815 → 1.0.1817

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.
@@ -110,9 +110,6 @@ interface UserAttrs {
110
110
  };
111
111
  };
112
112
  attioRecordId?: string;
113
- cumulativeVolumesInUSD?: {
114
- [country in Country]?: Number;
115
- };
116
113
  }
117
114
  interface UserModel extends Model<UserDoc> {
118
115
  build(attrs: UserAttrs): UserDoc;
@@ -228,9 +225,6 @@ interface UserDoc extends Document {
228
225
  };
229
226
  };
230
227
  };
231
- cumulativeVolumesInUSD?: {
232
- [country in Country]?: Number;
233
- };
234
228
  }
235
229
  declare const buildUser: (mongoose: Mongoose) => UserModel;
236
230
  export { buildUser, UserDoc, UserAttrs };
@@ -242,9 +242,6 @@ const buildUser = (mongoose) => {
242
242
  referrerId: {
243
243
  type: String,
244
244
  },
245
- cumulativeVolumesInUSD: {
246
- type: Object,
247
- },
248
245
  onboarding: Object,
249
246
  invoicing: {
250
247
  MX: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1815",
3
+ "version": "1.0.1817",
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.1620",
29
+ "@riocrypto/common": "^1.0.1621",
30
30
  "@types/express": "^4.17.13",
31
31
  "axios": "^1.6.0",
32
32
  "crypto-js": "^4.2.0",