@riocrypto/common-server 1.0.1450 → 1.0.1451
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.
- package/build/models/user.d.ts +2 -2
- package/package.json +2 -2
package/build/models/user.d.ts
CHANGED
|
@@ -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;
|
|
@@ -93,6 +92,7 @@ interface UserAttrs {
|
|
|
93
92
|
individualIdentityVerification?: {
|
|
94
93
|
status?: "passed" | "failed" | "review";
|
|
95
94
|
};
|
|
95
|
+
UBOOnboardingStatus?: OnboardingStatus;
|
|
96
96
|
legalRepresentative?: {
|
|
97
97
|
firstName?: string;
|
|
98
98
|
middleName?: string;
|
|
@@ -150,7 +150,6 @@ interface UserDoc extends Document {
|
|
|
150
150
|
businessName: string;
|
|
151
151
|
UBO?: {
|
|
152
152
|
id?: string;
|
|
153
|
-
onboardingStatus?: OnboardingStatus;
|
|
154
153
|
};
|
|
155
154
|
};
|
|
156
155
|
risk: RiskTier;
|
|
@@ -228,6 +227,7 @@ interface UserDoc extends Document {
|
|
|
228
227
|
individualIdentityVerification?: {
|
|
229
228
|
status?: "passed" | "failed" | "review";
|
|
230
229
|
};
|
|
230
|
+
UBOOnboardingStatus?: OnboardingStatus;
|
|
231
231
|
legalRepresentative?: {
|
|
232
232
|
firstName?: string;
|
|
233
233
|
middleName?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riocrypto/common-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1451",
|
|
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.
|
|
30
|
+
"@riocrypto/common": "^1.0.1290",
|
|
31
31
|
"@types/express": "^4.17.13",
|
|
32
32
|
"axios": "^0.27.2",
|
|
33
33
|
"ccxt": "^3.0.30",
|