fullstack-phone 1.102.0 → 1.105.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.105.0
4
+
5
+ * Metadata:
6
+ * Updated to libphonenumber v8.12.47
7
+
8
+ ## 1.104.0
9
+
10
+ * Metadata:
11
+ * Updated to libphonenumber v8.12.46
12
+
13
+ ## 1.103.0
14
+
15
+ * Metadata:
16
+ * Updated to libphonenumber v8.12.45
17
+
3
18
  ## 1.102.0
4
19
 
5
20
  * Metadata:
package/README.md CHANGED
@@ -3,7 +3,7 @@ fullstack-phone ☎️
3
3
 
4
4
  | npm | Libphonenumber version |
5
5
  | ------------------------------------------------------------ | ------------------------------------------------------------ |
6
- | [![npm version](https://badge.fury.io/js/fullstack-phone.svg)](https://www.npmjs.com/package/fullstack-phone) | [v8.12.44](https://github.com/googlei18n/libphonenumber/blob/master/release_notes.txt) |
6
+ | [![npm version](https://badge.fury.io/js/fullstack-phone.svg)](https://www.npmjs.com/package/fullstack-phone) | [v8.12.47](https://github.com/googlei18n/libphonenumber/blob/master/release_notes.txt) |
7
7
 
8
8
  **fullstack-phone** provides formatting, validation, and parsing of phone numbers per-region. The system is optimized for use as two modules:
9
9
 
@@ -520,7 +520,9 @@ phoneHandler.inferPhoneNumberType({ countryCode: '44', nationalNumber: '999999'
520
520
 
521
521
  Return the two letter region code associated with a valid `phoneObj`.
522
522
 
523
- Returns `null` if the region cannot be determined. (This can happen if metadata has not been loaded for the region associated with the `phoneObj.countryCode`.
523
+ Returns `null` if the region cannot be determined. (This can happen if metadata has not been loaded for the region associated with the `phoneObj.countryCode`.)
524
+
525
+ **Important:** This method only guarantees correct results for **valid** phone numbers. ([See the libphonenumber source code.](https://github.com/google/libphonenumber/blob/5c309c56a945ffdf74f69aa4166b1ec5d7f233ff/javascript/i18n/phonenumbers/phonenumberutil.js#L3104-L3107))
524
526
 
525
527
  ```javascript
526
528
  phoneHandler.inferPhoneNumberRegion({ countryCode: '44', nationalNumber: '1212345678' });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fullstack-phone",
3
- "version": "1.102.0",
4
- "libphonenumber": "v8.12.44",
3
+ "version": "1.105.0",
4
+ "libphonenumber": "v8.12.47",
5
5
  "description": "A dual-module phone number system with dynamic regional metadata",
6
6
  "keywords": [
7
7
  "libphonenumber",
@@ -1789,7 +1789,7 @@
1789
1789
  [
1790
1790
  null,
1791
1791
  null,
1792
- "9[1-49]\\d{7}",
1792
+ "9[1-59]\\d{7}",
1793
1793
  null,
1794
1794
  null,
1795
1795
  null,
@@ -4222,7 +4222,7 @@
4222
4222
  [
4223
4223
  null,
4224
4224
  null,
4225
- "246(?:2(?:2[78]|7[0-4])|4(?:1[024-6]|2\\d|3[2-9])|5(?:20|[34]\\d|54|7[1-3])|6(?:2\\d|38)|7[35]7|9(?:1[89]|63))\\d{4}",
4225
+ "246521[0369]\\d{3}|246(?:2(?:2[78]|7[0-4])|4(?:1[024-6]|2\\d|3[2-9])|5(?:20|[34]\\d|54|7[1-3])|6(?:2\\d|38)|7[35]7|9(?:1[89]|63))\\d{4}",
4226
4226
  null,
4227
4227
  null,
4228
4228
  null,
@@ -4237,7 +4237,7 @@
4237
4237
  [
4238
4238
  null,
4239
4239
  null,
4240
- "246(?:2(?:[3568]\\d|4[0-57-9])|45\\d|69[5-7]|8(?:[2-5]\\d|83))\\d{4}",
4240
+ "246(?:(?:2(?:[3568]\\d|4[0-57-9])|3(?:5[2-9]|6[0-6])|4(?:46|5\\d)|69[5-7]|8(?:[2-5]\\d|83))\\d|52(?:1[147]|20))\\d{3}",
4241
4241
  null,
4242
4242
  null,
4243
4243
  null,
@@ -4356,7 +4356,7 @@
4356
4356
  [
4357
4357
  null,
4358
4358
  null,
4359
- "246(?:292|367|4(?:1[7-9]|3[01]|44|67)|7(?:36|53))\\d{4}",
4359
+ "246(?:292|367|4(?:1[7-9]|3[01]|4[47-9]|67)|7(?:1[2-9]|2\\d|3[016]|53))\\d{4}",
4360
4360
  null,
4361
4361
  null,
4362
4362
  null,
@@ -4888,7 +4888,7 @@
4888
4888
  [
4889
4889
  null,
4890
4890
  null,
4891
- "2(?:0(?:49|5[23]|6[56]|9[016-9])|4(?:4[569]|5[4-6]|6[56]|7[0179])|5(?:[34]\\d|50|6[5-7]))\\d{4}",
4891
+ "2(?:0(?:49|5[23]|6[5-7]|9[016-9])|4(?:4[569]|5[4-6]|6[5-7]|7[0179])|5(?:[34]\\d|50|6[5-7]))\\d{4}",
4892
4892
  null,
4893
4893
  null,
4894
4894
  null,
@@ -4897,7 +4897,7 @@
4897
4897
  [
4898
4898
  null,
4899
4899
  null,
4900
- "(?:0[1267]|5[1-8]|[67]\\d)\\d{6}",
4900
+ "(?:0[125-7]|5[1-8]|[67]\\d)\\d{6}",
4901
4901
  null,
4902
4902
  null,
4903
4903
  null,
@@ -5820,7 +5820,7 @@
5820
5820
  [
5821
5821
  null,
5822
5822
  null,
5823
- "[25689]\\d{7}",
5823
+ "(?:[25689]\\d|40)\\d{6}",
5824
5824
  null,
5825
5825
  null,
5826
5826
  null,
@@ -5843,7 +5843,7 @@
5843
5843
  [
5844
5844
  null,
5845
5845
  null,
5846
- "(?:5[1-8]|6\\d|9[013-9])\\d{6}",
5846
+ "(?:40|5[1-8]|6\\d|9[013-9])\\d{6}",
5847
5847
  null,
5848
5848
  null,
5849
5849
  null,
@@ -5930,7 +5930,7 @@
5930
5930
  "(\\d{2})(\\d{2})(\\d{2})(\\d{2})",
5931
5931
  "$1 $2 $3 $4",
5932
5932
  [
5933
- "[25689]"
5933
+ "[24-689]"
5934
5934
  ]
5935
5935
  ]
5936
5936
  ],
@@ -14628,7 +14628,7 @@
14628
14628
  [
14629
14629
  null,
14630
14630
  null,
14631
- "(?:5\\d{5}|8(?:1(?:0(?:000|[3-9]\\d\\d)|(?:1(?:0[236]|1\\d)|(?:23|[3-79]\\d)\\d)\\d)|2(?:0(?:000|(?:19|[24-7]\\d)\\d)|(?:(?:[124-6]\\d|3[5-9])\\d|7(?:[679]\\d|8[13-9])|8(?:[2-6]\\d|7[01]))\\d)|[349]\\d{4}))\\d\\d|5(?:(?:[02]\\d|5[0-478])\\d|1(?:[0-8]\\d|95)|6(?:4[0-4]|5[1-589]))\\d{3}",
14631
+ "(?:5\\d{5}|8(?:1(?:0(?:000|[3-9]\\d\\d)|(?:1(?:0[236]|1\\d)|(?:23|[3-79]\\d)\\d)\\d)|2(?:0(?:000|(?:19|[2-7]\\d)\\d)|(?:(?:[124-6]\\d|3[5-9])\\d|7(?:[679]\\d|8[13-9])|8(?:[2-6]\\d|7[01]))\\d)|[349]\\d{4}))\\d\\d|5(?:(?:[02]\\d|5[0-478])\\d|1(?:[0-8]\\d|95)|6(?:4[0-4]|5[1-589]))\\d{3}",
14632
14632
  null,
14633
14633
  null,
14634
14634
  null,
@@ -17006,7 +17006,7 @@
17006
17006
  [
17007
17007
  null,
17008
17008
  null,
17009
- "8(?:1[01]|2[0156]|84)\\d{6}",
17009
+ "8(?:1[01]|2[0156]|4[02]|84)\\d{6}",
17010
17010
  null,
17011
17011
  null,
17012
17012
  null,
@@ -17418,7 +17418,7 @@
17418
17418
  [
17419
17419
  null,
17420
17420
  null,
17421
- "(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-24-69]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-278])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",
17421
+ "(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-24-69]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-27-9])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",
17422
17422
  null,
17423
17423
  null,
17424
17424
  null,
@@ -17615,7 +17615,7 @@
17615
17615
  [
17616
17616
  null,
17617
17617
  null,
17618
- "76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}",
17618
+ "76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",
17619
17619
  null,
17620
17620
  null,
17621
17621
  null,
@@ -17913,7 +17913,7 @@
17913
17913
  [
17914
17914
  null,
17915
17915
  null,
17916
- "5(?:(?:0555|1177)[5-9]|757(?:7[7-9]|8[01]))\\d{3}|5(?:0070|(?:11|33)33|[25]222)[0-4]\\d{3}|5(?:00(?:0\\d|50)|11(?:00|1\\d|2[0-4])|5200|75(?:00|[57]5)|8(?:0(?:[01]\\d|2[0-4])|58[89]|8(?:55|88)))\\d{4}|(?:5(?:[14]4|5[0157-9]|68|7[0147-9]|9[1-35-9])|790)\\d{6}",
17916
+ "5(?:(?:0555|1177)[5-9]|757(?:7[7-9]|8[01]))\\d{3}|5(?:00(?:0\\d|50)|11(?:00|1\\d|2[0-4]|3[01])|5200|75(?:00|[57]5)|8(?:0(?:[01]\\d|2[0-4])|58[89]|8(?:55|88)))\\d{4}|5(?:0070|11(?:33|51)|[25]222|3333)[0-4]\\d{3}|(?:5(?:[14]4|5[0157-9]|68|7[0147-9]|9[1-35-9])|790)\\d{6}",
17917
17917
  null,
17918
17918
  null,
17919
17919
  null,
@@ -18422,7 +18422,7 @@
18422
18422
  [
18423
18423
  null,
18424
18424
  null,
18425
- "76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}",
18425
+ "76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",
18426
18426
  null,
18427
18427
  null,
18428
18428
  null,
@@ -21488,7 +21488,7 @@
21488
21488
  [
21489
21489
  null,
21490
21490
  null,
21491
- "9(?:751\\d{5}|8\\d{6,7})|9(?:0[1-9]|[1259]\\d|7[0679])\\d{6}",
21491
+ "98\\d{6,7}|975(?:1\\d|96)\\d{4}|9(?:0[1-9]|[1259]\\d|7[0679])\\d{6}",
21492
21492
  null,
21493
21493
  null,
21494
21494
  null,
@@ -25133,7 +25133,7 @@
25133
25133
  [
25134
25134
  null,
25135
25135
  null,
25136
- "76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}",
25136
+ "76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",
25137
25137
  null,
25138
25138
  null,
25139
25139
  null,
@@ -25215,7 +25215,7 @@
25215
25215
  [
25216
25216
  null,
25217
25217
  null,
25218
- "8766060\\d{3}|(?:658(?:2(?:[0-8]\\d|9[0-46-9])|[3-9]\\d\\d)|876(?:52[35]|6(?:0[1-3579]|1[0237-9]|[23]\\d|40|5[06]|6[2-589]|7[05]|8[04]|9[4-9])|7(?:0[2-689]|[1-6]\\d|8[056]|9[45])|9(?:0[1-8]|1[02378]|[2-8]\\d|9[2-468])))\\d{4}",
25218
+ "8766060\\d{3}|(?:658(?:2(?:[0-8]\\d|9[0-46-9])|[3-9]\\d\\d)|876(?:52[35]|6(?:0[1-3579]|1[02357-9]|[23]\\d|40|5[06]|6[2-589]|7[0257]|8[04]|9[4-9])|7(?:0[2-689]|[1-6]\\d|8[056]|9[45])|9(?:0[1-8]|1[02378]|[2-8]\\d|9[2-468])))\\d{4}",
25219
25219
  null,
25220
25220
  null,
25221
25221
  null,
@@ -34394,7 +34394,7 @@
34394
34394
  [
34395
34395
  null,
34396
34396
  null,
34397
- "800[3467]\\d{4}",
34397
+ "800(?:02|[3467]\\d)\\d{3}",
34398
34398
  null,
34399
34399
  null,
34400
34400
  null,
@@ -36220,7 +36220,7 @@
36220
36220
  [
36221
36221
  null,
36222
36222
  null,
36223
- "[2-57-9]\\d{5}",
36223
+ "(?:050|[2-57-9]\\d\\d)\\d{3}",
36224
36224
  null,
36225
36225
  null,
36226
36226
  null,
@@ -36252,16 +36252,11 @@
36252
36252
  [
36253
36253
  null,
36254
36254
  null,
36255
+ "050\\d{3}",
36255
36256
  null,
36256
36257
  null,
36257
36258
  null,
36258
- null,
36259
- null,
36260
- null,
36261
- null,
36262
- [
36263
- -1
36264
- ]
36259
+ "050012"
36265
36260
  ],
36266
36261
  [
36267
36262
  null,
@@ -36338,7 +36333,7 @@
36338
36333
  "(\\d{2})(\\d{2})(\\d{2})",
36339
36334
  "$1.$2.$3",
36340
36335
  [
36341
- "[2-57-9]"
36336
+ "[02-57-9]"
36342
36337
  ]
36343
36338
  ]
36344
36339
  ],
@@ -36348,7 +36343,7 @@
36348
36343
  "(\\d{2})(\\d{2})(\\d{2})",
36349
36344
  "$1.$2.$3",
36350
36345
  [
36351
- "[2-57-9]"
36346
+ "[02-57-9]"
36352
36347
  ]
36353
36348
  ]
36354
36349
  ],
@@ -39040,7 +39035,7 @@
39040
39035
  [
39041
39036
  null,
39042
39037
  null,
39043
- "(?:1(?:0\\d|1[479]|2[37]|3[0137]|4[17]|5[05]|6[58]|7[0167]|8[258]|9[1389])|2(?:[0235-79]\\d|1[0-7]|4[013-9]|8[02-9])|3(?:[089]\\d|1[0-7]|2[0-5]|33|4[0-79]|5[05]|6[068]|7[0-8])|4(?:00|3[0-579]|4\\d|7[0-57-9])|5(?:[01]\\d|2[0-7]|[56]0|79)|7(?:0[09]|2[0-26-8]|3[03]|4[04]|5[05-9]|6[056]|7[0-24-9]|8[6-9]|90)|8(?:09|2[89]|3\\d|4[0-24-689]|5[014]|8[02])|9(?:0[5-9]|1[0135-8]|2[036-9]|3[35-79]|40|5[0457-9]|6[05-9]|7[04-9]|8[35-8]|9\\d))\\d{4}",
39038
+ "(?:1(?:0\\d|1[479]|2[37]|3[0137]|4[17]|5[05]|6[58]|7[0167]|8[258]|9[1389])|2(?:[0235-79]\\d|1[0-7]|4[013-9]|8[02-9])|3(?:[089]\\d|1[0-7]|2[0-5]|33|4[0-79]|5[0-35]|6[068]|7[0-8])|4(?:00|3[0-579]|4\\d|7[0-57-9])|5(?:[01]\\d|2[0-7]|[56]0|79)|7(?:0[09]|2[0-26-8]|3[03]|4[04]|5[05-9]|6[056]|7[0-24-9]|8[5-9]|90)|8(?:09|2[89]|3\\d|4[0-24-689]|5[014]|8[02])|9(?:0[5-9]|1[0135-8]|2[036-9]|3[35-79]|40|5[0457-9]|6[05-9]|7[04-9]|8[35-8]|9\\d))\\d{4}",
39044
39039
  null,
39045
39040
  null,
39046
39041
  null,
@@ -41618,7 +41613,7 @@
41618
41613
  [
41619
41614
  null,
41620
41615
  null,
41621
- "(?:46[0-5]|6[2-4689]0)\\d{4}|(?:45|77|88)\\d{5}",
41616
+ "(?:(?:46|83)[0-5]|6[2-4689]0)\\d{4}|(?:45|77|88)\\d{5}",
41622
41617
  null,
41623
41618
  null,
41624
41619
  null,
@@ -42324,7 +42319,7 @@
42324
42319
  [
42325
42320
  null,
42326
42321
  null,
42327
- "(?:69(?:2\\d\\d|3(?:[06][0-46]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-27]|8[0-8]|9[0-479]))|9769\\d)\\d{4}",
42322
+ "(?:69(?:2\\d\\d|3(?:0[0-46]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|6[0-6]|7[0-27]|8[0-8]|9[0-479]))|9769\\d)\\d{4}",
42328
42323
  null,
42329
42324
  null,
42330
42325
  null,
@@ -43533,7 +43528,7 @@
43533
43528
  [
43534
43529
  null,
43535
43530
  null,
43536
- "579[01]\\d{5}|5(?:[013-689]\\d|7[0-36-8])\\d{6}",
43531
+ "579[01]\\d{5}|5(?:[013-689]\\d|7[0-35-8])\\d{6}",
43537
43532
  null,
43538
43533
  null,
43539
43534
  null,
@@ -44405,7 +44400,7 @@
44405
44400
  [
44406
44401
  null,
44407
44402
  null,
44408
- "649\\d{6}|9(?:00|39|44)[1-8]\\d{3,6}",
44403
+ "649\\d{6}|99[1-59]\\d{4}(?:\\d{3})?|9(?:00|39|44)[1-8]\\d{3,6}",
44409
44404
  null,
44410
44405
  null,
44411
44406
  null,
@@ -44486,7 +44481,7 @@
44486
44481
  "(\\d{3})(\\d{4})",
44487
44482
  "$1-$2",
44488
44483
  [
44489
- "9(?:00|39|44)"
44484
+ "9(?:00|39|44|9)"
44490
44485
  ],
44491
44486
  "0$1"
44492
44487
  ],
@@ -44595,7 +44590,7 @@
44595
44590
  "(\\d{3})(\\d{4})",
44596
44591
  "$1 $2",
44597
44592
  [
44598
- "9(?:00|39|44)"
44593
+ "9(?:00|39|44|9)"
44599
44594
  ]
44600
44595
  ],
44601
44596
  [
@@ -52268,7 +52263,7 @@
52268
52263
  [
52269
52264
  null,
52270
52265
  null,
52271
- "5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[39]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[0179]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[08]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01579]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}",
52266
+ "5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[0179]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[08]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01579]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}",
52272
52267
  null,
52273
52268
  null,
52274
52269
  null,
@@ -52283,7 +52278,7 @@
52283
52278
  [
52284
52279
  null,
52285
52280
  null,
52286
- "5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[39]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[0179]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[08]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01579]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}",
52281
+ "5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[0179]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[08]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01579]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}",
52287
52282
  null,
52288
52283
  null,
52289
52284
  null,