@riocrypto/common 1.0.1265 → 1.0.1267

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.
@@ -33,14 +33,14 @@ export declare type UBOInput = {
33
33
  personalIdentificationCertificate?: string;
34
34
  extraFiles?: string[];
35
35
  };
36
+ address?: {
37
+ street1?: string;
38
+ street2?: string;
39
+ city?: string;
40
+ state?: string;
41
+ postalCode?: string;
42
+ country: CountryOfOrigin;
43
+ };
36
44
  };
37
45
  };
38
- address?: {
39
- street1?: string;
40
- street2?: string;
41
- city?: string;
42
- state?: string;
43
- postalCode?: string;
44
- country?: CountryOfOrigin;
45
- };
46
46
  };
@@ -33,14 +33,14 @@ export declare type UBOUpdate = {
33
33
  personalIdentificationCertificate?: string;
34
34
  extraFiles?: string[];
35
35
  };
36
+ address?: {
37
+ street1?: string;
38
+ street2?: string;
39
+ city?: string;
40
+ state?: string;
41
+ postalCode?: string;
42
+ country: CountryOfOrigin;
43
+ };
36
44
  };
37
45
  };
38
- address?: {
39
- street1?: string;
40
- street2?: string;
41
- city?: string;
42
- state?: string;
43
- postalCode?: string;
44
- country?: CountryOfOrigin;
45
- };
46
46
  };
@@ -37,12 +37,4 @@ export declare type UBO = {
37
37
  };
38
38
  };
39
39
  };
40
- address: {
41
- street1: string;
42
- street2?: string;
43
- city: string;
44
- state: string;
45
- postalCode: string;
46
- country: CountryOfOrigin;
47
- };
48
40
  };
@@ -87,16 +87,16 @@ export declare type User = {
87
87
  personalIdentificationCertificate?: string;
88
88
  extraFiles?: string[];
89
89
  };
90
+ address?: {
91
+ street1?: string;
92
+ street2?: string;
93
+ city?: string;
94
+ state?: string;
95
+ postalCode?: string;
96
+ country?: CountryOfOrigin;
97
+ };
90
98
  };
91
99
  };
92
- address: {
93
- street1: string;
94
- street2?: string;
95
- city: string;
96
- state: string;
97
- postalCode: string;
98
- country: CountryOfOrigin;
99
- };
100
100
  invoicing?: {
101
101
  MX?: {
102
102
  shouldInvoice?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1265",
3
+ "version": "1.0.1267",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",