@riocrypto/common-server 1.0.1451 → 1.0.1453

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.
@@ -44,11 +44,7 @@ class AiPriseClient {
44
44
  return "https://www.riotransfer.co/app";
45
45
  }
46
46
  };
47
- this.baseUrl = [
48
- common_1.RioEnv.Development,
49
- common_1.RioEnv.Staging,
50
- common_1.RioEnv.Production,
51
- ].includes(process.env.RIO_ENV)
47
+ this.baseUrl = [common_1.RioEnv.Staging, common_1.RioEnv.Production].includes(process.env.RIO_ENV)
52
48
  ? "api"
53
49
  : "api-sandbox";
54
50
  }
@@ -92,7 +92,6 @@ interface UserAttrs {
92
92
  individualIdentityVerification?: {
93
93
  status?: "passed" | "failed" | "review";
94
94
  };
95
- UBOOnboardingStatus?: OnboardingStatus;
96
95
  legalRepresentative?: {
97
96
  firstName?: string;
98
97
  middleName?: string;
@@ -227,7 +226,6 @@ interface UserDoc extends Document {
227
226
  individualIdentityVerification?: {
228
227
  status?: "passed" | "failed" | "review";
229
228
  };
230
- UBOOnboardingStatus?: OnboardingStatus;
231
229
  legalRepresentative?: {
232
230
  firstName?: string;
233
231
  middleName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1451",
3
+ "version": "1.0.1453",
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.1290",
30
+ "@riocrypto/common": "^1.0.1293",
31
31
  "@types/express": "^4.17.13",
32
32
  "axios": "^0.27.2",
33
33
  "ccxt": "^3.0.30",