Skip to content

Commit

Permalink
feat: automatic upgrade to v8.13.45
Browse files Browse the repository at this point in the history
  • Loading branch information
libphonenumber-csharp-bot committed Sep 6, 2024
1 parent e3bfde3 commit a6f7072
Show file tree
Hide file tree
Showing 32 changed files with 579 additions and 479 deletions.
67 changes: 36 additions & 31 deletions resources/PhoneNumberMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,8 @@
364|
4(?:
1[2-8]|
[235][4-6]|
[25][4-6]|
3[3-6]|
84
)|
5(?:
Expand Down Expand Up @@ -1641,6 +1642,7 @@
)|
7(?:
18|
35|
5[17]
)
)
Expand Down Expand Up @@ -1686,7 +1688,7 @@
7(?:
16|
2[15]|
3[145]|
3[14]|
4[13]|
5[468]|
7[2-5]|
Expand Down Expand Up @@ -1833,7 +1835,8 @@
364|
4(?:
1[2-8]|
[235][4-6]|
[25][4-6]|
3[3-6]|
84
)|
5(?:
Expand Down Expand Up @@ -1916,6 +1919,7 @@
)|
7(?:
18|
35|
5[17]
)
)
Expand Down Expand Up @@ -1961,7 +1965,7 @@
7(?:
16|
2[15]|
3[145]|
3[14]|
4[13]|
5[468]|
7[2-5]|
Expand Down Expand Up @@ -8754,7 +8758,7 @@
[2-5]\d|
60
)|
190|
19[01]|
[2379]\d\d
)
)\d{5}
Expand Down Expand Up @@ -10396,7 +10400,8 @@
1[69]|
3[2-49]|
4[0-3]|
6[5-8]
6[5-8]|
7\d
)|
5(?:
1[578]|
Expand Down Expand Up @@ -13151,7 +13156,7 @@
</territory>

<!-- Hong Kong (HK) -->
<!-- http://www.ofca.gov.hk/en/industry_focus/telecommunications/portability/index.html -->
<!-- https://www.ofca.gov.hk/en/industry_focus/industry_focus/portability/numbering/index.html -->
<territory id="HK" countryCode="852" preferredInternationalPrefix="00"
internationalPrefix="00(?:30|5[09]|[126-9]?)" mobileNumberPortableRegion="true">
<availableFormats>
Expand Down Expand Up @@ -13787,7 +13792,7 @@
<format>$1 $2</format>
</numberFormat>
<!-- http://en.wikipedia.org/wiki/Toll-free_telephone_number, and examples on the web show
that sometimes they are followed by fewer digits. -->
that sometimes they are followed by fewer digits -->
<numberFormat pattern="(\d{3})(\d{5,7})" nationalPrefixFormattingRule="$NP$FG">
<leadingDigits>800</leadingDigits>
<format>$1 $2</format>
Expand Down Expand Up @@ -13822,8 +13827,8 @@
<leadingDigits>8</leadingDigits>
<format>$1-$2-$3</format>
</numberFormat>
<!-- 12 digit toll free numbers. -->
<numberFormat pattern="(\d{3})(\d{3})(\d{3})(\d{3})">
<!-- Format for 001803 toll free numbers. -->
<numberFormat pattern="(\d{3})(\d{3})(\d{3})(\d{2,8})">
<leadingDigits>001</leadingDigits>
<format>$1 $2 $3 $4</format>
<intlFormat>NA</intlFormat>
Expand All @@ -13837,24 +13842,22 @@
</availableFormats>
<generalDesc>
<nationalNumberPattern>
00[1-9]\d{9,14}|
(?:
(?:
00[1-9]|
8\d
)\d{4}|
[1-36]
[1-36]|
8\d{5}
)\d{6}|
00\d{10}|
00\d{9}|
[1-9]\d{8,10}|
[2-9]\d{7}
</nationalNumberPattern>
</generalDesc>
<!-- 00798 ITFS numbers can't be dialled internationally. Source:
https://support.twilio.com/hc/en-us/articles/115007579027-Toll-free-phone-number-restrictions-and-limitations -->
<noInternationalDialling>
<possibleLengths national="10,12,13"/>
<possibleLengths national="[10-17]"/>
<nationalNumberPattern>
001803\d{6,7}|
001803\d{5,11}|
(?:
007803\d|
8071
Expand Down Expand Up @@ -13952,15 +13955,17 @@
<nationalNumberPattern>8[1-35-9]\d{7,10}</nationalNumberPattern>
</mobile>
<tollFree>
<possibleLengths national="[8-13]"/>
<possibleLengths national="[8-17]"/>
<exampleNumber>8001234567</exampleNumber>
<nationalNumberPattern>
00[17]803\d{7}|
00(?:
1803\d{5,11}|
7803\d{7}
)|
(?:
177\d|
800
)\d{5,7}|
001803\d{6}
)\d{5,7}
</nationalNumberPattern>
</tollFree>
<!-- The information below is provided by an Indonesian -->
Expand Down Expand Up @@ -14273,9 +14278,9 @@
)\d{4}|
5(?:
(?:
[02][02-9]|
[149][2-9]|
[0-2][02-9]|
[36]\d|
[49][2-9]|
8[3-7]
)\d|
5(?:
Expand Down Expand Up @@ -22074,9 +22079,9 @@
)|
4(?:
1[1-57-9]|
[25-7][1-9]|
[267][1-9]|
3[1-8]|
4\d|
[45]\d|
8[1-35-9]|
9[2-689]
)|
Expand Down Expand Up @@ -22147,9 +22152,9 @@
)|
4(?:
1[1-57-9]|
[25-7][1-9]|
[267][1-9]|
3[1-8]|
4\d|
[45]\d|
8[1-35-9]|
9[2-689]
)|
Expand Down Expand Up @@ -23564,7 +23569,7 @@
<possibleLengths national="8" localOnly="7"/>
<exampleNumber>32345678</exampleNumber>
<nationalNumberPattern>
24099\d{3}|
240\d{5}|
(?:
3[2-79]|
[49][2-9]|
Expand Down Expand Up @@ -26628,7 +26633,7 @@
</territory>

<!-- Singapore (SG) -->
<!-- http://www.ida.gov.sg/Policies-and-Regulations/Industry-and-Licensees/Numbering/National-Numbering-Plan-and-Allocation-Process.aspx -->
<!-- https://www.imda.gov.sg/regulations-and-licensing-listing/numbering/national-numbering-plan-and-allocation-process -->
<!-- https://en.wikipedia.org/wiki/Telephone_numbers_in_Singapore -->
<territory id="SG" countryCode="65" internationalPrefix="0[0-3]\d"
mobileNumberPortableRegion="true">
Expand Down Expand Up @@ -31489,7 +31494,7 @@
<!-- South Africa (ZA) -->
<!-- http://www.itu.int/oth/T02020000C1/en -->
<!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_South_Africa -->
<!-- https://www.icasa.org.za/Portals/0/Regulations/Regulations/NumberingPlanReg.pdf -->
<!-- https://www.icasa.org.za/legislation-and-regulations/amendment-of-the-numbering-plan-regulations-2016 -->
<territory id="ZA" countryCode="27" internationalPrefix="00" nationalPrefix="0"
mobileNumberPortableRegion="true">
<availableFormats>
Expand Down
2 changes: 2 additions & 0 deletions resources/carrier/en/420.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
420608|Vodafone
420702|O2
42070300|T-Mobile
42070301|YATECO
4207031|T-Mobile
4207032|T-Mobile
4207033|T-Mobile
Expand Down Expand Up @@ -99,6 +100,7 @@
42077072|Cesky bezdrat
42077073|T-Mobile
42077077|T-Mobile
42077078|YATECO
4207708|Vodafone
4207709|Vodafone
42077100|TT Quality s.r.o.
Expand Down
1 change: 1 addition & 0 deletions resources/carrier/en/47.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
474063|telia
474064|telia
474065|telia telecom solution
474066|Billity
474067|nextgentel
474068|telenor norge
474069|telenor norge
Expand Down
1 change: 1 addition & 0 deletions resources/carrier/en/972.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

97250|Pelephone
97251|Xphone
972510|Wecom
97252|Cellcom
97253|Hot Mobile
97254|Orange
Expand Down
1 change: 1 addition & 0 deletions resources/geocoding/en/1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24813,6 +24813,7 @@
1807854|Geraldton, ON
1807876|Longlac, ON
1807887|Nipigon, ON
1807933|Kaministiquia, ON
1807934|Ignace, ON
1807937|Oxdrift, ON
1807939|Thunder Bay, ON
Expand Down
1 change: 1 addition & 0 deletions resources/geocoding/en/251.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
25111466|Keria III, Addis Ababa
25111467|Keira IV, Addis Ababa
25111468|Keria V, Addis Ababa
2511147|Addis Ababa
25111515|Filwoha II, Addis Ababa
25111517|Sheraton/DID, Addis Ababa
25111518|Addis Ababa Region
Expand Down
1 change: 1 addition & 0 deletions resources/geocoding/en/52.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
52447|Contepec/Maravatio, MICH
52448|Queretaro
52449|Aguascalientes/Jesus Maria, AGS
52450|Morelia
52451|Michoacan
52452|Nuevo San Juan Parangaricutiro/Uruapan, MICH
52453|Apatzingan, MICH
Expand Down
1 change: 1 addition & 0 deletions resources/geocoding/en/54.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
543409|Moisés Ville, Santa Fe
54341|Rosario, Santa Fe
54342|Santa Fe, Santa Fe
543433|Paraná, Entre Ríos
543434|Paraná, Entre Ríos
543435|Nogoyá, Entre Ríos
543436|Victoria, Entre Ríos
Expand Down
1 change: 1 addition & 0 deletions resources/geocoding/es/52.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
52447|Contepec/Maravatío, MICH
52448|Querétaro
52449|Aguascalientes/Jesús María, AGS
52450|Morelia
52451|Michoacán
52452|Nuevo San Juan Parangaricutiro/Uruapan, MICH
52453|Apatzingán, MICH
Expand Down
1 change: 1 addition & 0 deletions resources/geocoding/es/54.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
543409|Moisés Ville, Santa Fe
54341|Rosario, Santa Fe
54342|Santa Fe, Santa Fe
543433|Paraná, Entre Ríos
543434|Paraná, Entre Ríos
543435|Nogoyá, Entre Ríos
543436|Victoria, Entre Ríos
Expand Down
Loading

0 comments on commit a6f7072

Please sign in to comment.