From a5579b7f648f94ad334e3c3927fe0d45e5b53cfd Mon Sep 17 00:00:00 2001 From: Ahmed Zaki Date: Wed, 11 May 2022 13:57:14 +0200 Subject: [PATCH] Update countries.json Updated Kazakhstan object with the country code and area codes according to this link https://www.itu.int/dms_pub/itu-t/oth/02/02/T020200006F0001PDFE.pdf --- lib/resources/countries.json | 39 ++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/lib/resources/countries.json b/lib/resources/countries.json index ad8c5112..ba9dc651 100644 --- a/lib/resources/countries.json +++ b/lib/resources/countries.json @@ -812,9 +812,44 @@ { "name": "Kazakhstan (Казахстан)", "iso2": "kz", - "dialCode": "77", + "dialCode": "7", "priority": 1, - "areaCodes": null + "areaCodes": [ + "700", + "701", + "702", + "705", + "707", + "710", + "711", + "712", + "713", + "714", + "715", + "716", + "717", + "718", + "719", + "721", + "722", + "723", + "724", + "725", + "726", + "727", + "728", + "729", + "775", + "777", + "760", + "762", + "763", + "764", + "771", + "751", + "778", + "785" + ] }, { "name": "Kenya",