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

Commit

Permalink
Auto-merge PR based on merge event
Browse files Browse the repository at this point in the history
Auto-merging PR based on merge event from upstream repository
  • Loading branch information
DX-Bandwidth authored Apr 12, 2023
2 parents f00f58f + fb2883c commit ed42cbd
Showing 1 changed file with 92 additions and 49 deletions.
141 changes: 92 additions & 49 deletions site/specs/numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,57 @@ components:
<Website>www.my.website.com</Website>
<IsMain>true</IsMain>
</Brand>
RemoveImportedVoiceTnOrders:
description: List all remove imported voice tn orders response
value: |-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<RemoveImportedVoiceTnOrders>
<TotalCount>4</TotalCount>
<RemoveImportedVoiceTnOrderSummary>
<accountId>12346163</accountId>
<CountOfTNs>2</CountOfTNs>
<CustomerOrderId>getRemoveImportedTn3uCf6</CustomerOrderId>
<userId>systemUser</userId>
<lastModifiedDate>2023-03-30T21:51:58.901Z</lastModifiedDate>
<OrderDate>2023-03-30T21:51:58.850Z</OrderDate>
<OrderType>remove_imported_voice_tn_orders</OrderType>
<OrderStatus>COMPLETE</OrderStatus>
<OrderId>e694bd1c-3ee3-4f39-9b7e-279a75d2843d</OrderId>
</RemoveImportedVoiceTnOrderSummary>
<RemoveImportedVoiceTnOrderSummary>
<accountId>12346163</accountId>
<CountOfTNs>1</CountOfTNs>
<CustomerOrderId>getRemoveImportedTnmBwpt</CustomerOrderId>
<userId>systemUser</userId>
<lastModifiedDate>2023-03-30T21:51:09.921Z</lastModifiedDate>
<OrderDate>2023-03-30T21:51:09.870Z</OrderDate>
<OrderType>remove_imported_voice_tn_orders</OrderType>
<OrderStatus>COMPLETE</OrderStatus>
<OrderId>492b8ef2-a7e4-4390-943e-87525d8b068d</OrderId>
</RemoveImportedVoiceTnOrderSummary>
<RemoveImportedVoiceTnOrderSummary>
<accountId>12346163</accountId>
<CountOfTNs>1</CountOfTNs>
<CustomerOrderId>undefinedOrderId</CustomerOrderId>
<userId>systemUser</userId>
<lastModifiedDate>2023-03-30T21:50:50.874Z</lastModifiedDate>
<OrderDate>2023-03-30T21:50:50.861Z</OrderDate>
<OrderType>remove_imported_voice_tn_orders</OrderType>
<OrderStatus>FAILED</OrderStatus>
<OrderId>f5f8c253-a786-4f35-bac1-0bd93524b137</OrderId>
</RemoveImportedVoiceTnOrderSummary>
<RemoveImportedVoiceTnOrderSummary>
<accountId>12346163</accountId>
<CountOfTNs>1</CountOfTNs>
<CustomerOrderId>undefinedOrderId</CustomerOrderId>
<userId>systemUser</userId>
<lastModifiedDate>2023-03-30T21:50:50.659Z</lastModifiedDate>
<OrderDate>2023-03-30T21:50:50.613Z</OrderDate>
<OrderType>remove_imported_voice_tn_orders</OrderType>
<OrderStatus>COMPLETE</OrderStatus>
<OrderId>f28266b0-6fbb-497d-ac27-7db138386f4f</OrderId>
</RemoveImportedVoiceTnOrderSummary>
</RemoveImportedVoiceTnOrders>
ResellerSetupRequest:
value: |-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Expand Down Expand Up @@ -941,6 +992,18 @@ components:
associated with the order, the state of the order, and a list of the
successfully imported Telephone Numbers, and descriptions of any
encountered errors.
removeImportedVoiceTnOrdersResponse:
content:
application/xml:
examples:
listAllRemoveImportedVoiceTnOrders:
$ref: '#/components/examples/RemoveImportedVoiceTnOrders'
description: >
The descriptive payload for the removeImportedVoiceTnOrders query
provides information about the orders found by the query, including the
data associated with the order, the state of the order, and a list of
the successfully removed Hosted Voice Telephone Numbers, and
descriptions of any encountered errors.
shortCode400:
content:
application/json:
Expand Down Expand Up @@ -17628,7 +17691,7 @@ paths:
parameters:
- $ref: '#/components/parameters/AccountIdPathParam'
- description: The earliest date that the order was last modified.
example: '2014-08-05 00:00:00+00:00'
example: 2014-08-05T00:00:00.000Z
in: query
name: modifiedDateFrom
required: false
Expand All @@ -17638,7 +17701,7 @@ paths:
The latest date that the order was last modified. If no
modifiedDateTo is specified when a modifiedDateFrom is specified
then 'now' will be presumed to be the modifiedDateTo.
example: '2014-08-05 00:00:00+00:00'
example: 2014-08-05T00:00:00.000Z
in: query
name: modifiedDateTo
required: false
Expand Down Expand Up @@ -22724,7 +22787,7 @@ paths:
are not actual TNs, and there are duplicates).</ul>
summary: Check Tns hostability
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
/accounts/{accountId}/importTnOrders:
get:
description: >
Expand Down Expand Up @@ -22855,7 +22918,7 @@ paths:
encountered errors.
summary: List Import Tn orders
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
post:
description: >-
Creates an importTnOrders request to add numbers under the given site ID
Expand Down Expand Up @@ -22974,7 +23037,7 @@ paths:
element.</p>
summary: Import Tn order
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
/accounts/{accountId}/importTnOrders/voice:
get:
description: >
Expand Down Expand Up @@ -23036,7 +23099,7 @@ paths:
encountered errors.
summary: List Import Voice Tn orders
tags:
- Import Hosted Voice Tn
- Hosted Voice
post:
description: >-
Creates an ImportVoiceTnOrders request to add numbers under the given
Expand Down Expand Up @@ -23236,7 +23299,7 @@ paths:
</table>
summary: Import Voice Tn order
tags:
- Import Hosted Voice Tn
- Hosted Voice
/accounts/{accountId}/importTnOrders/voice/{orderId}:
get:
description: Retrieve information about a importVoiceTnOrder with specified ID.
Expand Down Expand Up @@ -23335,7 +23398,7 @@ paths:
</table>
summary: Fetch Import Voice Tn order status
tags:
- Import Hosted Voice Tn
- Hosted Voice
/accounts/{accountId}/importTnOrders/voice/{orderId}/history:
get:
description: Retrieves the history of the specified importVoiceTnOrder.
Expand Down Expand Up @@ -23378,7 +23441,7 @@ paths:
payload.
summary: Fetch Import Voice Tn order history
tags:
- Import Hosted Voice Tn
- Hosted Voice
/accounts/{accountId}/importTnOrders/{orderId}:
get:
description: Retrieve information about a importTnOrder with specified ID.
Expand Down Expand Up @@ -23446,7 +23509,7 @@ paths:
payload.
summary: Fetch Import Tn order status
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
/accounts/{accountId}/importTnOrders/{orderId}/history:
get:
description: Retrieves the history of the specified importTnOrder.
Expand Down Expand Up @@ -23495,7 +23558,7 @@ paths:
payload.
summary: Fetch Import Tn order history
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
/accounts/{accountId}/importTnOrders/{orderId}/loas:
get:
description: >-
Expand Down Expand Up @@ -23546,7 +23609,7 @@ paths:
case where the list is empty.
summary: Fetch Import Tn order loas
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
post:
description: >-
POSTing to the /loas resource will enable the upload of the file. The
Expand Down Expand Up @@ -23643,7 +23706,7 @@ paths:
description: A 400 indicates that the requested upload failed.
summary: Import Tn order loas
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
/accounts/{accountId}/importTnOrders/{orderId}/loas/{fileId}:
delete:
description: Deletes the file associated with the order
Expand Down Expand Up @@ -23673,7 +23736,7 @@ paths:
with the order id.
summary: Removing Import Tn order loas file
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
get:
description: Retrieves the file associated with the order.
operationId: ReadImportTnOrderLoasFile
Expand Down Expand Up @@ -23708,7 +23771,7 @@ paths:
with the order id.
summary: Fetch Import Tn order loas file
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
put:
description: >-
A PUT on the filename will update / replace the identified file id. The
Expand Down Expand Up @@ -23757,7 +23820,7 @@ paths:
description: A 404 indicates that the file was not available for replacement.
summary: Updating Import Tn order loas file
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
/accounts/{accountId}/importTnOrders/{orderId}/loas/{fileId}/metadata:
delete:
description: Deletes the metadata previously associated with the identified file.
Expand Down Expand Up @@ -23789,7 +23852,7 @@ paths:
with the order id.cd
summary: Removing Import Tn order loas file metadata
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
get:
description: Retrieves the metadata associated with the file.
operationId: ReadImportTnOrderLoasFileMetadata
Expand Down Expand Up @@ -23830,7 +23893,7 @@ paths:
with the order id.
summary: Fetch Import Tn order loas file metadata
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
put:
description: >-
Associate metadata with the file named in the resource path. This will
Expand Down Expand Up @@ -23879,7 +23942,7 @@ paths:
description: Some error has occured as a result of the attempt.
summary: Updating Import Tn order loas file metadata
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
/accounts/{accountId}/importToAccount:
get:
description: >
Expand Down Expand Up @@ -31523,7 +31586,7 @@ paths:
of any encountered errors
summary: List Remove Imported Tn Orders
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
post:
description: >-
Creates a Remove Imported Tn Orders request to remove imported telephone
Expand Down Expand Up @@ -31604,7 +31667,7 @@ paths:
text and an error code will be provided in the ErrorList element
summary: Create Remove Imported Tn Order
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
/accounts/{accountId}/removeImportedTnOrders/voice:
get:
description: >-
Expand Down Expand Up @@ -31668,7 +31731,7 @@ paths:
descriptions of any encountered errors
summary: List Remove Imported Voice Tn Orders
tags:
- Import Hosted Voice Tn
- Hosted Voice
post:
description: >-
Creates a Remove Imported Voice Tn Orders request to remove imported
Expand Down Expand Up @@ -31847,7 +31910,7 @@ paths:

summary: Create Remove Imported Voice Tn Order
tags:
- Import Hosted Voice Tn
- Hosted Voice
/accounts/{accountId}/removeImportedTnOrders/voice/{orderId}:
get:
description: >-
Expand Down Expand Up @@ -31923,7 +31986,7 @@ paths:
</table>
summary: Retrieve Remove Imported Voice Tn Order
tags:
- Import Hosted Voice Tn
- Hosted Voice
/accounts/{accountId}/removeImportedTnOrders/voice/{orderId}/history:
get:
description: Retrieves the history of the specified Remove Imported Voice Tn Order
Expand Down Expand Up @@ -31966,7 +32029,7 @@ paths:
payload
summary: Retrieve Remove Imported Voice Tn Order history
tags:
- Import Hosted Voice Tn
- Hosted Voice
/accounts/{accountId}/removeImportedTnOrders/{orderId}:
get:
description: Retrieve information about a removeImportedTnOrder with specified ID
Expand Down Expand Up @@ -32035,7 +32098,7 @@ paths:
description: Order id is not valid
summary: Retrieve Remove Imported Tn Order
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
/accounts/{accountId}/removeImportedTnOrders/{orderId}/history:
get:
description: Retrieves the history of the specified Remove Imported Tn Order
Expand Down Expand Up @@ -32100,7 +32163,7 @@ paths:
description: Order id is not valid
summary: Retrieve Remove Imported Tn Order history
tags:
- Import Hosted Messaging Tn
- Hosted Messaging
/accounts/{accountId}/reports:
get:
description: >-
Expand Down Expand Up @@ -40717,26 +40780,6 @@ paths:
summary: Retrieve Covered Rate Centers
tags:
- Rate Centers
/importTnOrders/voice:
get:
description: Retrieves all importvoicetnorders requests.
operationId: listImportVoiceTnOrders
parameters:
- $ref: '#/components/parameters/StatusQueryParam'
- $ref: '#/components/parameters/TnQueryParam'
- $ref: '#/components/parameters/AccountIDQueryParam'
- $ref: '#/components/parameters/CustomerOrderIdQueryParam'
- $ref: '#/components/parameters/CreatedDateFromQueryParam'
- $ref: '#/components/parameters/CreatedDateToQueryParam'
- $ref: '#/components/parameters/ModifiedDateFromQueryParam'
- $ref: '#/components/parameters/ModifiedDateToQueryParam'
- $ref: '#/components/parameters/SipPeerIdQueryParam'
responses:
'200':
$ref: '#/components/responses/ImportVoiceTnOrdersResponse'
summary: List All Import Voice TN Orders
tags:
- Import Hosted Voice Tn
/rateCenters:
get:
description: >-
Expand Down Expand Up @@ -42089,9 +42132,9 @@ tags:
url: /docs/emergency/dashboard/notifications/
name: Emergency Notification
- name: External Tn
- name: Hosted Messaging
- name: Hosted Voice
- name: Import Tn to Account
- name: Import Hosted Messaging Tn
- name: Import Hosted Voice Tn
- name: In-service Numbers
- description: LIDB - Line Information DataBase
externalDocs:
Expand Down

0 comments on commit ed42cbd

Please sign in to comment.