@riocrypto/common 1.0.1299 → 1.0.1301

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.
@@ -58,7 +58,7 @@ class KYCFileAsset {
58
58
  return "Business registration";
59
59
  }
60
60
  }
61
- else if (this.fileType === kyc_file_type_1.KYCFileType.ExtraFile) {
61
+ else if (this.fileType === kyc_file_type_1.KYCFileType.ExtraFiles) {
62
62
  return "Extra file";
63
63
  }
64
64
  }
@@ -7,5 +7,5 @@ export declare enum KYCFileType {
7
7
  TaxIdentificationCertificate = "taxIdentificationCertificate",
8
8
  LegalRepresentativeIdPowerOfAttorney = "legalRepresentativeIdPowerOfAttorney",
9
9
  PersonalIdentificationCertificate = "personalIdentificationCertificate",
10
- ExtraFile = "extraFile"
10
+ ExtraFiles = "extraFiles"
11
11
  }
@@ -11,5 +11,5 @@ var KYCFileType;
11
11
  KYCFileType["TaxIdentificationCertificate"] = "taxIdentificationCertificate";
12
12
  KYCFileType["LegalRepresentativeIdPowerOfAttorney"] = "legalRepresentativeIdPowerOfAttorney";
13
13
  KYCFileType["PersonalIdentificationCertificate"] = "personalIdentificationCertificate";
14
- KYCFileType["ExtraFile"] = "extraFile";
14
+ KYCFileType["ExtraFiles"] = "extraFiles";
15
15
  })(KYCFileType = exports.KYCFileType || (exports.KYCFileType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1299",
3
+ "version": "1.0.1301",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",