Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 187ad5e

Browse files
authored
Merge pull request #1140 from Bandwidth/BWDB-15771
BWDB-15771 remove error codes no longer used for importing global TNs…
2 parents 3b1d167 + 339c5fd commit 187ad5e

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

.github/workflows/cypress-prod-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
node-version: [16, 18, 20]
17+
node-version: [16, 18, 20.5.1]
1818
browser: [chrome]
1919
exclude:
2020
- node-version: 16

.github/workflows/pr-publish-docsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
node-version: [16, 18, 20]
28+
node-version: [16, 18, 20.5.1]
2929
browser: [chrome]
3030
exclude:
3131
- node-version: 16

.github/workflows/publish-docsite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [16, 18, 20]
21+
node-version: [16, 18, 20.5.1]
2222
browser: [chrome]
2323
exclude:
2424
- node-version: 16
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
node-version: [16, 18, 20]
122+
node-version: [16, 18, 20.5.1]
123123
browser: [chrome]
124124
exclude:
125125
- node-version: 16

site/docs/numbers/errors.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,6 @@ image: '@site/static/img/bw-icon.svg'
199199
| 5164 | DisconnectMode '%s' is invalid. Valid values are: purge |
200200
| 5165 | A single order cannot contain a mix of NANP and International telephone numbers |
201201
| 5166 | Sip Peer doesn't have Sms feature. |
202-
| 5167 | The tn from the specified region '%s' is not a valid region for account %s |
203-
| 5168 | TnType '%s' is not a valid TnType for account %s |
204-
| 5169 | Billing type '%s' is not valid for international orders. Valid billing types are: NOCHARGE |
205-
| 5170 | The specified vendor is not available for this account. |
206-
| 5171 | Non-international customer segment cannot import international telephone numbers. |
207-
| 5172 | International customer segment cannot import NANP telephone numbers. |
208202
| 5174 | A purge disconnect type is required for Short Code TNs |
209203
| 5175 | Only a single type of TN is allowed for a Disconnect action. |
210204
| 5176 | Billing type '%s' is not valid for short code orders. Valid billing type is NOCHARGE |

0 commit comments

Comments
 (0)