@yuno-payments/dashboard-api-mfe 0.36.60-RC.1 → 0.36.60-RC.2
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.
|
@@ -327,23 +327,24 @@ export declare namespace SmartRouting {
|
|
|
327
327
|
available: boolean;
|
|
328
328
|
}
|
|
329
329
|
export interface NetworkTokensOnboardingData {
|
|
330
|
-
|
|
331
|
-
|
|
330
|
+
name: string;
|
|
331
|
+
legal_name: string;
|
|
332
332
|
website: string;
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
333
|
+
identification_type: string;
|
|
334
|
+
identification_number: string;
|
|
335
|
+
address_line_1: string;
|
|
336
|
+
address_line_2: string;
|
|
337
|
+
city: string;
|
|
338
|
+
state: string;
|
|
339
|
+
country: string;
|
|
340
|
+
zip_code: string;
|
|
341
|
+
phone: string;
|
|
342
|
+
contact_first_name: string;
|
|
343
|
+
contact_last_name: string;
|
|
344
|
+
contact_email: string;
|
|
344
345
|
}
|
|
345
346
|
export interface NetworkTokensOnboardingPayload extends NetworkTokensOnboardingData {
|
|
346
|
-
|
|
347
|
+
account_codes: string[];
|
|
347
348
|
}
|
|
348
349
|
export interface NetworkTokensOnboardingGetResponse extends NetworkTokensOnboardingData {
|
|
349
350
|
id?: string;
|
package/build/index.d.ts
CHANGED
|
@@ -2229,23 +2229,24 @@ declare namespace SmartRouting {
|
|
|
2229
2229
|
available: boolean;
|
|
2230
2230
|
}
|
|
2231
2231
|
export interface NetworkTokensOnboardingData {
|
|
2232
|
-
|
|
2233
|
-
|
|
2232
|
+
name: string;
|
|
2233
|
+
legal_name: string;
|
|
2234
2234
|
website: string;
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2235
|
+
identification_type: string;
|
|
2236
|
+
identification_number: string;
|
|
2237
|
+
address_line_1: string;
|
|
2238
|
+
address_line_2: string;
|
|
2239
|
+
city: string;
|
|
2240
|
+
state: string;
|
|
2241
|
+
country: string;
|
|
2242
|
+
zip_code: string;
|
|
2243
|
+
phone: string;
|
|
2244
|
+
contact_first_name: string;
|
|
2245
|
+
contact_last_name: string;
|
|
2246
|
+
contact_email: string;
|
|
2246
2247
|
}
|
|
2247
2248
|
export interface NetworkTokensOnboardingPayload extends NetworkTokensOnboardingData {
|
|
2248
|
-
|
|
2249
|
+
account_codes: string[];
|
|
2249
2250
|
}
|
|
2250
2251
|
export interface NetworkTokensOnboardingGetResponse extends NetworkTokensOnboardingData {
|
|
2251
2252
|
id?: string;
|