Skip to content

Commit

Permalink
Merge pull request #75 from giggsey/upstream-8.13.48
Browse files Browse the repository at this point in the history
Upstream metadata changes from Google for v8.13.48
  • Loading branch information
giggsey authored Oct 22, 2024
2 parents 4c8616d + 97ae313 commit 76a4df0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion METADATA-VERSION.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* For more information, look at the phing tasks in build.xml
* @internal
*/
return 'v8.13.47';
return 'v8.13.48';
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_DE.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
],
],
'mobile' => [
'pattern' => '15310\\d{6}|1(?:6[023]|7[0-57-9])\\d{7,8}|1(?:5[0-25-9]|76)\\d{8}',
'pattern' => '16[023]\\d{7,8}|1(?:5310|7[0-57-9]\\d)\\d{6}|1(?:5[0-25-9]|76)\\d{8}',
'example' => '15123456789',
'posLength' => [
10,
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_SG.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
],
'mobile' => [
'pattern' => '(?:8(?:0(?:[1-8]\\d|9[0-689])|[1-8]\\d\\d|9(?:[0-4]\\d|5[0-3]|62))|9[0-8]\\d\\d)\\d{4}',
'pattern' => '(?:8(?:0(?:[1-8]\\d|9[0-689])|[1-8]\\d\\d|9(?:[0-4]\\d|5[0-3]|6[0-2]))|9[0-8]\\d\\d)\\d{4}',
'example' => '81234567',
'posLength' => [
8,
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_UG.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
],
'mobile' => [
'pattern' => '72[48]0\\d{5}|7(?:[015-8]\\d|2[067]|36|4[0-5]|9[89])\\d{6}',
'pattern' => '72[48]0\\d{5}|7(?:[015-8]\\d|2[067]|36|4[0-6]|9[89])\\d{6}',
'example' => '712345678',
],
'tollFree' => [
Expand Down
8 changes: 5 additions & 3 deletions src/data/PhoneNumberMetadata_WF.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'id' => 'WF',
'countryCode' => 681,
'generalDesc' => [
'pattern' => '(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?',
'pattern' => '(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}',
'posLength' => [
6,
9,
Expand Down Expand Up @@ -53,8 +53,10 @@
],
],
'voip' => [
'pattern' => '9[23]\\d{4}',
'example' => '921234',
'posLength' => [
-1,
6,
],
],
'pager' => [
Expand Down Expand Up @@ -85,7 +87,7 @@
'pattern' => '(\\d{2})(\\d{2})(\\d{2})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'[478]',
'[47-9]',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
Expand Down

0 comments on commit 76a4df0

Please sign in to comment.