@riocrypto/common 1.0.1495 → 1.0.1496
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.
|
@@ -109,7 +109,7 @@ export declare class RioAdminClient {
|
|
|
109
109
|
id: string;
|
|
110
110
|
kycLink: string;
|
|
111
111
|
}>;
|
|
112
|
-
|
|
112
|
+
createUSOnboardingByLink({ userType, firstName, middleName, lastName, secondLastName, email, brokerId, }: {
|
|
113
113
|
userType: UserType;
|
|
114
114
|
firstName: string;
|
|
115
115
|
middleName?: string;
|
|
@@ -260,7 +260,7 @@ class RioAdminClient {
|
|
|
260
260
|
return data;
|
|
261
261
|
});
|
|
262
262
|
}
|
|
263
|
-
|
|
263
|
+
createUSOnboardingByLink({ userType, firstName, middleName, lastName, secondLastName, email, brokerId, }) {
|
|
264
264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
265
265
|
const { data } = yield this.axios.post("/api/onboardings/US/link", {
|
|
266
266
|
userType,
|
|
@@ -194,7 +194,7 @@ export declare class RioClient {
|
|
|
194
194
|
id: string;
|
|
195
195
|
kycLink: string;
|
|
196
196
|
}>;
|
|
197
|
-
|
|
197
|
+
createUSOnboardingByLink({ userType, firstName, middleName, lastName, secondLastName, email, brokerId, }: {
|
|
198
198
|
userType: UserType;
|
|
199
199
|
firstName: string;
|
|
200
200
|
middleName?: string;
|
|
@@ -741,7 +741,7 @@ class RioClient {
|
|
|
741
741
|
return data;
|
|
742
742
|
});
|
|
743
743
|
}
|
|
744
|
-
|
|
744
|
+
createUSOnboardingByLink({ userType, firstName, middleName, lastName, secondLastName, email, brokerId, }) {
|
|
745
745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
746
746
|
const { data } = yield this.axios.post("/api/onboardings/US/link", {
|
|
747
747
|
userType,
|