@riocrypto/common 1.0.1121 → 1.0.1122
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.
|
@@ -384,6 +384,8 @@ class CountryAsset extends Asset_1.Asset {
|
|
|
384
384
|
return "New Zealand";
|
|
385
385
|
case country_of_origin_1.CountryOfOrigin.BritishVirginIslands:
|
|
386
386
|
return "Virgin Islands (British)";
|
|
387
|
+
case country_of_origin_1.CountryOfOrigin.ElSalvador:
|
|
388
|
+
return "El Salvador";
|
|
387
389
|
// case CountryOfOrigin.NewCaledonia:
|
|
388
390
|
// return "New Caledonia";
|
|
389
391
|
// case CountryOfOrigin.NewCaledonia:
|
|
@@ -49,6 +49,7 @@ var CountryOfOrigin;
|
|
|
49
49
|
CountryOfOrigin["Singapore"] = "SG";
|
|
50
50
|
CountryOfOrigin["Slovakia"] = "SK";
|
|
51
51
|
CountryOfOrigin["Slovenia"] = "SI";
|
|
52
|
+
CountryOfOrigin["ElSalvador"] = "SV";
|
|
52
53
|
CountryOfOrigin["SouthAfrica"] = "ZA";
|
|
53
54
|
CountryOfOrigin["Panama"] = "PA";
|
|
54
55
|
CountryOfOrigin["Spain"] = "ES";
|