@riocrypto/common 1.0.1053 → 1.0.1055

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.
@@ -382,6 +382,8 @@ class CountryAsset extends Asset_1.Asset {
382
382
  // return "Northern Mariana Islands";
383
383
  case country_of_origin_1.CountryOfOrigin.NewZealand:
384
384
  return "New Zealand";
385
+ case country_of_origin_1.CountryOfOrigin.BritishVirginIslands:
386
+ return "Virgin Islands (British)";
385
387
  // case CountryOfOrigin.NewCaledonia:
386
388
  // return "New Caledonia";
387
389
  // case CountryOfOrigin.NewCaledonia:
@@ -55,5 +55,6 @@ export declare enum CountryOfOrigin {
55
55
  Turkey = "TR",
56
56
  UnitedKingdom = "GB",
57
57
  UnitedStates = "US",
58
+ BritishVirginIslands = "VG",
58
59
  Vietnam = "VN"
59
60
  }
@@ -59,5 +59,6 @@ var CountryOfOrigin;
59
59
  CountryOfOrigin["Turkey"] = "TR";
60
60
  CountryOfOrigin["UnitedKingdom"] = "GB";
61
61
  CountryOfOrigin["UnitedStates"] = "US";
62
+ CountryOfOrigin["BritishVirginIslands"] = "VG";
62
63
  CountryOfOrigin["Vietnam"] = "VN";
63
64
  })(CountryOfOrigin = exports.CountryOfOrigin || (exports.CountryOfOrigin = {}));
@@ -27,7 +27,13 @@ export declare type UserInput = {
27
27
  curp?: string;
28
28
  ruc?: string;
29
29
  economicActivity?: string;
30
- platformFeeRanges?: PlatformFeeRange[];
30
+ platformFeeRanges?: {
31
+ MX?: PlatformFeeRange[];
32
+ PE?: PlatformFeeRange[];
33
+ CO?: PlatformFeeRange[];
34
+ BR?: PlatformFeeRange[];
35
+ US?: PlatformFeeRange[];
36
+ };
31
37
  attributes?: UserAttribute[];
32
38
  brokerId?: string;
33
39
  authorizedPhoneNumbers?: string[];
@@ -29,7 +29,13 @@ export declare type UserUpdate = {
29
29
  curp?: string;
30
30
  ruc?: string;
31
31
  economicActivity?: string;
32
- platformFeeRanges?: PlatformFeeRange[];
32
+ platformFeeRanges?: {
33
+ MX?: PlatformFeeRange[];
34
+ PE?: PlatformFeeRange[];
35
+ CO?: PlatformFeeRange[];
36
+ BR?: PlatformFeeRange[];
37
+ US?: PlatformFeeRange[];
38
+ };
33
39
  attributes?: UserAttribute[];
34
40
  brokerId?: string;
35
41
  authorizedPhoneNumbers?: string[];
@@ -31,7 +31,13 @@ export declare type User = {
31
31
  cpf?: string;
32
32
  curp?: string;
33
33
  economicActivity?: string;
34
- platformFeeRanges?: PlatformFeeRange[];
34
+ platformFeeRanges?: {
35
+ MX?: PlatformFeeRange[];
36
+ PE?: PlatformFeeRange[];
37
+ CO?: PlatformFeeRange[];
38
+ BR?: PlatformFeeRange[];
39
+ US?: PlatformFeeRange[];
40
+ };
35
41
  attributes?: UserAttribute[];
36
42
  brokerId?: string;
37
43
  authorizedPhoneNumbers?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1053",
3
+ "version": "1.0.1055",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",