diff --git a/generated/postal-codes-alpha2.json b/generated/postal-codes-alpha2.json index 3d3f98c..1df9474 100644 --- a/generated/postal-codes-alpha2.json +++ b/generated/postal-codes-alpha2.json @@ -108,6 +108,12 @@ "alpha3": "AZE", "numeric3": "31" }, + "BQ": { + "countryName": "Bonaire, Sint Eustatius and Saba", + "alpha2": "BQ", + "alpha3": "BES", + "numeric3": "535" + }, "BS": { "countryName": "Bahamas", "alpha2": "BS", @@ -689,13 +695,6 @@ "alpha3": "IND", "numeric3": "356" }, - "IC": { - "countryName": "Canary Islands", - "postalCodeFormat": "5Digits.json", - "alpha2": "IC", - "alpha3": "", - "numeric3": "" - }, "ID": { "countryName": "Indonesia", "postalCodeFormat": "5Digits.json", @@ -1674,4 +1673,4 @@ "alpha3": "ZWE", "numeric3": "716" } -} +} \ No newline at end of file diff --git a/generated/postal-codes-alpha3.json b/generated/postal-codes-alpha3.json index 6d96b25..937a5d8 100644 --- a/generated/postal-codes-alpha3.json +++ b/generated/postal-codes-alpha3.json @@ -108,6 +108,12 @@ "alpha3": "AZE", "numeric3": "31" }, + "BES": { + "countryName": "Bonaire, Sint Eustatius and Saba", + "alpha2": "BQ", + "alpha3": "BES", + "numeric3": "535" + }, "BHS": { "countryName": "Bahamas", "alpha2": "BS", diff --git a/mappings/iso-3-country-code-mapping.json b/mappings/iso-3-country-code-mapping.json index 759cdea..4ee2037 100644 --- a/mappings/iso-3-country-code-mapping.json +++ b/mappings/iso-3-country-code-mapping.json @@ -79,6 +79,11 @@ "countryName": "Azerbaijan", "isoNumericCountryCode": "31" }, + "BES": { + "iso2CountryCode": "BQ", + "countryName": "Bonaire, Sint Eustatius and Saba", + "isoNumericCountryCode": "535" + }, "BHS": { "iso2CountryCode": "BS", "countryName": "Bahamas", @@ -1234,4 +1239,4 @@ "countryName": "Zimbabwe", "isoNumericCountryCode": "716" } -} \ No newline at end of file +}