@riocrypto/common 1.0.1403 → 1.0.1406
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.
|
@@ -92,6 +92,8 @@ class CountryAsset extends Asset_1.Asset {
|
|
|
92
92
|
// return "Albania";
|
|
93
93
|
case country_of_origin_1.CountryOfOrigin.Algeria:
|
|
94
94
|
return "Algeria";
|
|
95
|
+
case country_of_origin_1.CountryOfOrigin.CaymanIslands:
|
|
96
|
+
return "Cayman Islands";
|
|
95
97
|
// case CountryOfOrigin.AmericanSamoa:
|
|
96
98
|
// return "American Samoa";
|
|
97
99
|
// case CountryOfOrigin.Andorra:
|
|
@@ -11,6 +11,7 @@ var CountryOfOrigin;
|
|
|
11
11
|
CountryOfOrigin["Bolivia"] = "BO";
|
|
12
12
|
CountryOfOrigin["Brazil"] = "BR";
|
|
13
13
|
CountryOfOrigin["Canada"] = "CA";
|
|
14
|
+
CountryOfOrigin["CaymanIslands"] = "KY";
|
|
14
15
|
CountryOfOrigin["Chile"] = "CL";
|
|
15
16
|
CountryOfOrigin["Colombia"] = "CO";
|
|
16
17
|
CountryOfOrigin["CostaRica"] = "CR";
|