diff --git a/codicefiscale/data/countries-patch.json b/codicefiscale/data/countries-patch.json index 32960f8..70684c4 100644 --- a/codicefiscale/data/countries-patch.json +++ b/codicefiscale/data/countries-patch.json @@ -1,2 +1,15 @@ [ + { + "active": false, + "code": "Z221", + "date_created": "1900-01-01T00:00:00", + "date_deleted": "", + "name": "Hong Kong", + "name_alt": "Hong Kong", + "name_alt_en": "Hong Kong", + "name_slugs": [ + "hong-kong" + ], + "province": "EE" + } ] \ No newline at end of file diff --git a/codicefiscale/data/countries.json b/codicefiscale/data/countries.json index e9810f2..6f8cc6b 100644 --- a/codicefiscale/data/countries.json +++ b/codicefiscale/data/countries.json @@ -1053,6 +1053,19 @@ ], "province": "EE" }, + { + "active": false, + "code": "Z221", + "date_created": "1900-01-01T00:00:00", + "date_deleted": "", + "name": "Hong Kong", + "name_alt": "Hong Kong", + "name_alt_en": "Hong Kong", + "name_slugs": [ + "hong-kong" + ], + "province": "EE" + }, { "active": true, "code": "Z222",