@riocrypto/common 1.0.1212 → 1.0.1213

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.
@@ -96,6 +96,22 @@ export declare type User = {
96
96
  extraFiles?: string[];
97
97
  };
98
98
  };
99
+ BR?: {
100
+ status: KYCStatus;
101
+ personalId?: string;
102
+ taxId?: string;
103
+ files?: {
104
+ certificateOfIncorporation?: string;
105
+ kycReport?: string;
106
+ taxTranscript?: string;
107
+ proofOfAddress?: string;
108
+ businessRegistration?: string;
109
+ taxIdentificationCertificate?: string;
110
+ legalRepresentativeIdPowerOfAttorney?: string;
111
+ personalIdentificationCertificate?: string;
112
+ extraFiles?: string[];
113
+ };
114
+ };
99
115
  US?: {
100
116
  status: KYCStatus;
101
117
  personalId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1212",
3
+ "version": "1.0.1213",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",