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

Commit

Permalink
Merge pull request #1140 from Bandwidth/BWDB-15771
Browse files Browse the repository at this point in the history
BWDB-15771 remove error codes no longer used for importing global TNs…
  • Loading branch information
csteward-bw authored Sep 6, 2023
2 parents 3b1d167 + 339c5fd commit 187ad5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-prod-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
node-version: [16, 18, 20.5.1]
browser: [chrome]
exclude:
- node-version: 16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-publish-docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
node-version: [16, 18, 20.5.1]
browser: [chrome]
exclude:
- node-version: 16
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
node-version: [16, 18, 20.5.1]
browser: [chrome]
exclude:
- node-version: 16
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
node-version: [16, 18, 20.5.1]
browser: [chrome]
exclude:
- node-version: 16
Expand Down
6 changes: 0 additions & 6 deletions site/docs/numbers/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,6 @@ image: '@site/static/img/bw-icon.svg'
| 5164 | DisconnectMode '%s' is invalid. Valid values are: purge |
| 5165 | A single order cannot contain a mix of NANP and International telephone numbers |
| 5166 | Sip Peer doesn't have Sms feature. |
| 5167 | The tn from the specified region '%s' is not a valid region for account %s |
| 5168 | TnType '%s' is not a valid TnType for account %s |
| 5169 | Billing type '%s' is not valid for international orders. Valid billing types are: NOCHARGE |
| 5170 | The specified vendor is not available for this account. |
| 5171 | Non-international customer segment cannot import international telephone numbers. |
| 5172 | International customer segment cannot import NANP telephone numbers. |
| 5174 | A purge disconnect type is required for Short Code TNs |
| 5175 | Only a single type of TN is allowed for a Disconnect action. |
| 5176 | Billing type '%s' is not valid for short code orders. Valid billing type is NOCHARGE |
Expand Down

0 comments on commit 187ad5e

Please sign in to comment.