Skip to content

Commit

Permalink
Cimpress-MCP#63 Add Bonaire, Sint Eustatius and Saba
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan committed Jan 4, 2021
1 parent 588af79 commit 7c52ea9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
15 changes: 7 additions & 8 deletions generated/postal-codes-alpha2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1674,4 +1673,4 @@
"alpha3": "ZWE",
"numeric3": "716"
}
}
}
6 changes: 6 additions & 0 deletions generated/postal-codes-alpha3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 6 additions & 1 deletion mappings/iso-3-country-code-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
"countryName": "Azerbaijan",
"isoNumericCountryCode": "31"
},
"BES": {
"iso2CountryCode": "BQ",
"countryName": "Bonaire, Sint Eustatius and Saba",
"isoNumericCountryCode": "535"
},
"BHS": {
"iso2CountryCode": "BS",
"countryName": "Bahamas",
Expand Down Expand Up @@ -1234,4 +1239,4 @@
"countryName": "Zimbabwe",
"isoNumericCountryCode": "716"
}
}
}

0 comments on commit 7c52ea9

Please sign in to comment.