@riocrypto/common-server 1.0.1450 → 1.0.1452

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.
@@ -15,7 +15,6 @@ interface UserAttrs {
15
15
  businessName: string;
16
16
  UBO?: {
17
17
  id?: string;
18
- onboardingStatus?: OnboardingStatus;
19
18
  };
20
19
  };
21
20
  risk: RiskTier;
@@ -150,7 +149,6 @@ interface UserDoc extends Document {
150
149
  businessName: string;
151
150
  UBO?: {
152
151
  id?: string;
153
- onboardingStatus?: OnboardingStatus;
154
152
  };
155
153
  };
156
154
  risk: RiskTier;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1450",
3
+ "version": "1.0.1452",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "@everapi/currencyapi-js": "^1.0.6",
28
28
  "@google-cloud/storage": "^6.9.5",
29
29
  "@google-cloud/vision": "^4.0.2",
30
- "@riocrypto/common": "^1.0.1289",
30
+ "@riocrypto/common": "^1.0.1292",
31
31
  "@types/express": "^4.17.13",
32
32
  "axios": "^0.27.2",
33
33
  "ccxt": "^3.0.30",