@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
- company_name: string;
331
- client: string;
330
+ name: string;
331
+ legal_name: string;
332
332
  website: string;
333
- required_provider: string;
334
- company_legal_name: string;
335
- company_registered_state: string;
336
- company_registered_zip_code: string;
337
- company_registered_address: string;
338
- company_registered_country: string;
339
- company_registered_phone: string;
340
- primary_contact_first_name: string;
341
- primary_contact_last_name: string;
342
- business_identification_type: string;
343
- business_identification_number: string;
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
- accounts: string[];
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
- company_name: string;
2233
- client: string;
2232
+ name: string;
2233
+ legal_name: string;
2234
2234
  website: string;
2235
- required_provider: string;
2236
- company_legal_name: string;
2237
- company_registered_state: string;
2238
- company_registered_zip_code: string;
2239
- company_registered_address: string;
2240
- company_registered_country: string;
2241
- company_registered_phone: string;
2242
- primary_contact_first_name: string;
2243
- primary_contact_last_name: string;
2244
- business_identification_type: string;
2245
- business_identification_number: string;
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
- accounts: string[];
2249
+ account_codes: string[];
2249
2250
  }
2250
2251
  export interface NetworkTokensOnboardingGetResponse extends NetworkTokensOnboardingData {
2251
2252
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.60-RC.1",
3
+ "version": "0.36.60-RC.2",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",