Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,33 @@ docs/CreateAsyncBulkLookupResponse.md
docs/CreateAsyncBulkLookupResponseData.md
docs/CreateCall.md
docs/CreateCallResponse.md
docs/CreateEndpointRequest.md
docs/CreateEndpointRequestBase.md
docs/CreateEndpointResponse.md
docs/CreateEndpointResponseData.md
docs/CreateMessageRequestError.md
docs/CreateMultiChannelMessageResponse.md
docs/CreateSyncLookupResponse.md
docs/CreateSyncLookupResponseData.md
docs/CreateWebRtcConnectionRequest.md
docs/DeactivationEventEnum.md
docs/Device.md
docs/DeviceStatusEnum.md
docs/DisconnectCallback.md
docs/Diversion.md
docs/DtmfCallback.md
docs/Endpoint.md
docs/EndpointDirectionEnum.md
docs/EndpointEvent.md
docs/EndpointEventTypeEnum.md
docs/EndpointResponse.md
docs/EndpointStatusEnum.md
docs/EndpointTypeEnum.md
docs/Endpoints.md
docs/EndpointsApi.md
docs/Error.md
docs/ErrorObject.md
docs/ErrorResponse.md
docs/ErrorSource.md
docs/FailureWebhook.md
docs/FieldError.md
Expand All @@ -71,6 +88,7 @@ docs/LineTypeEnum.md
docs/Link.md
docs/LinkSchema.md
docs/LinksObject.md
docs/ListEndpointsResponse.md
docs/ListMessageDirectionEnum.md
docs/ListMessageItem.md
docs/LookupErrorResponse.md
Expand Down Expand Up @@ -118,6 +136,7 @@ docs/MultiChannelMessageContent.md
docs/MultiChannelMessageRequest.md
docs/MultiChannelMessageResponseData.md
docs/OptInWorkflow.md
docs/Page.md
docs/PageInfo.md
docs/PhoneNumberLookupApi.md
docs/PriorityEnum.md
Expand Down Expand Up @@ -148,6 +167,8 @@ docs/RecordingTranscriptions.md
docs/RecordingsApi.md
docs/RedirectCallback.md
docs/RedirectMethodEnum.md
docs/SipConnectionMetadata.md
docs/SipCredentials.md
docs/SmsMessageContent.md
docs/StandaloneCardOrientationEnum.md
docs/StatisticsApi.md
Expand Down Expand Up @@ -193,6 +214,7 @@ docs/WebhookSubscriptionsListBody.md
git_push.sh
src/Bandwidth.Standard/Api/CallsApi.cs
src/Bandwidth.Standard/Api/ConferencesApi.cs
src/Bandwidth.Standard/Api/EndpointsApi.cs
src/Bandwidth.Standard/Api/MFAApi.cs
src/Bandwidth.Standard/Api/MediaApi.cs
src/Bandwidth.Standard/Api/MessagesApi.cs
Expand Down Expand Up @@ -262,16 +284,32 @@ src/Bandwidth.Standard/Model/CreateAsyncBulkLookupResponse.cs
src/Bandwidth.Standard/Model/CreateAsyncBulkLookupResponseData.cs
src/Bandwidth.Standard/Model/CreateCall.cs
src/Bandwidth.Standard/Model/CreateCallResponse.cs
src/Bandwidth.Standard/Model/CreateEndpointRequest.cs
src/Bandwidth.Standard/Model/CreateEndpointRequestBase.cs
src/Bandwidth.Standard/Model/CreateEndpointResponse.cs
src/Bandwidth.Standard/Model/CreateEndpointResponseData.cs
src/Bandwidth.Standard/Model/CreateMessageRequestError.cs
src/Bandwidth.Standard/Model/CreateMultiChannelMessageResponse.cs
src/Bandwidth.Standard/Model/CreateSyncLookupResponse.cs
src/Bandwidth.Standard/Model/CreateSyncLookupResponseData.cs
src/Bandwidth.Standard/Model/CreateWebRtcConnectionRequest.cs
src/Bandwidth.Standard/Model/DeactivationEventEnum.cs
src/Bandwidth.Standard/Model/Device.cs
src/Bandwidth.Standard/Model/DeviceStatusEnum.cs
src/Bandwidth.Standard/Model/DisconnectCallback.cs
src/Bandwidth.Standard/Model/Diversion.cs
src/Bandwidth.Standard/Model/DtmfCallback.cs
src/Bandwidth.Standard/Model/Endpoint.cs
src/Bandwidth.Standard/Model/EndpointDirectionEnum.cs
src/Bandwidth.Standard/Model/EndpointEvent.cs
src/Bandwidth.Standard/Model/EndpointEventTypeEnum.cs
src/Bandwidth.Standard/Model/EndpointResponse.cs
src/Bandwidth.Standard/Model/EndpointStatusEnum.cs
src/Bandwidth.Standard/Model/EndpointTypeEnum.cs
src/Bandwidth.Standard/Model/Endpoints.cs
src/Bandwidth.Standard/Model/Error.cs
src/Bandwidth.Standard/Model/ErrorObject.cs
src/Bandwidth.Standard/Model/ErrorResponse.cs
src/Bandwidth.Standard/Model/ErrorSource.cs
src/Bandwidth.Standard/Model/FailureWebhook.cs
src/Bandwidth.Standard/Model/FieldError.cs
Expand All @@ -289,6 +327,7 @@ src/Bandwidth.Standard/Model/LineTypeEnum.cs
src/Bandwidth.Standard/Model/Link.cs
src/Bandwidth.Standard/Model/LinkSchema.cs
src/Bandwidth.Standard/Model/LinksObject.cs
src/Bandwidth.Standard/Model/ListEndpointsResponse.cs
src/Bandwidth.Standard/Model/ListMessageDirectionEnum.cs
src/Bandwidth.Standard/Model/ListMessageItem.cs
src/Bandwidth.Standard/Model/LookupErrorResponse.cs
Expand Down Expand Up @@ -332,6 +371,7 @@ src/Bandwidth.Standard/Model/MultiChannelMessageContent.cs
src/Bandwidth.Standard/Model/MultiChannelMessageRequest.cs
src/Bandwidth.Standard/Model/MultiChannelMessageResponseData.cs
src/Bandwidth.Standard/Model/OptInWorkflow.cs
src/Bandwidth.Standard/Model/Page.cs
src/Bandwidth.Standard/Model/PageInfo.cs
src/Bandwidth.Standard/Model/PriorityEnum.cs
src/Bandwidth.Standard/Model/ProductTypeEnum.cs
Expand Down Expand Up @@ -360,6 +400,8 @@ src/Bandwidth.Standard/Model/RecordingTranscriptionMetadata.cs
src/Bandwidth.Standard/Model/RecordingTranscriptions.cs
src/Bandwidth.Standard/Model/RedirectCallback.cs
src/Bandwidth.Standard/Model/RedirectMethodEnum.cs
src/Bandwidth.Standard/Model/SipConnectionMetadata.cs
src/Bandwidth.Standard/Model/SipCredentials.cs
src/Bandwidth.Standard/Model/SmsMessageContent.cs
src/Bandwidth.Standard/Model/StandaloneCardOrientationEnum.cs
src/Bandwidth.Standard/Model/StatusCallback.cs
Expand Down
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ Class | Method | HTTP request | Description
*ConferencesApi* | [**UpdateConference**](docs/ConferencesApi.md#updateconference) | **POST** /accounts/{accountId}/conferences/{conferenceId} | Update Conference
*ConferencesApi* | [**UpdateConferenceBxml**](docs/ConferencesApi.md#updateconferencebxml) | **PUT** /accounts/{accountId}/conferences/{conferenceId}/bxml | Update Conference BXML
*ConferencesApi* | [**UpdateConferenceMember**](docs/ConferencesApi.md#updateconferencemember) | **PUT** /accounts/{accountId}/conferences/{conferenceId}/members/{memberId} | Update Conference Member
*EndpointsApi* | [**CreateEndpoint**](docs/EndpointsApi.md#createendpoint) | **POST** /accounts/{accountId}/endpoints | Create Endpoint
*EndpointsApi* | [**DeleteEndpoint**](docs/EndpointsApi.md#deleteendpoint) | **DELETE** /accounts/{accountId}/endpoints/{endpointId} | Delete Endpoint
*EndpointsApi* | [**GetEndpoint**](docs/EndpointsApi.md#getendpoint) | **GET** /accounts/{accountId}/endpoints/{endpointId} | Get Endpoint
*EndpointsApi* | [**ListEndpoints**](docs/EndpointsApi.md#listendpoints) | **GET** /accounts/{accountId}/endpoints | List Endpoints
*EndpointsApi* | [**UpdateEndpointBxml**](docs/EndpointsApi.md#updateendpointbxml) | **PUT** /accounts/{accountId}/endpoints/{endpointId}/bxml | Update Endpoint BXML
*MFAApi* | [**GenerateMessagingCode**](docs/MFAApi.md#generatemessagingcode) | **POST** /accounts/{accountId}/code/messaging | Messaging Authentication Code
*MFAApi* | [**GenerateVoiceCode**](docs/MFAApi.md#generatevoicecode) | **POST** /accounts/{accountId}/code/voice | Voice Authentication Code
*MFAApi* | [**VerifyCode**](docs/MFAApi.md#verifycode) | **POST** /accounts/{accountId}/code/verify | Verify Authentication Code
Expand Down Expand Up @@ -208,16 +213,32 @@ Class | Method | HTTP request | Description
- [Model.CreateAsyncBulkLookupResponseData](docs/CreateAsyncBulkLookupResponseData.md)
- [Model.CreateCall](docs/CreateCall.md)
- [Model.CreateCallResponse](docs/CreateCallResponse.md)
- [Model.CreateEndpointRequest](docs/CreateEndpointRequest.md)
- [Model.CreateEndpointRequestBase](docs/CreateEndpointRequestBase.md)
- [Model.CreateEndpointResponse](docs/CreateEndpointResponse.md)
- [Model.CreateEndpointResponseData](docs/CreateEndpointResponseData.md)
- [Model.CreateMessageRequestError](docs/CreateMessageRequestError.md)
- [Model.CreateMultiChannelMessageResponse](docs/CreateMultiChannelMessageResponse.md)
- [Model.CreateSyncLookupResponse](docs/CreateSyncLookupResponse.md)
- [Model.CreateSyncLookupResponseData](docs/CreateSyncLookupResponseData.md)
- [Model.CreateWebRtcConnectionRequest](docs/CreateWebRtcConnectionRequest.md)
- [Model.DeactivationEventEnum](docs/DeactivationEventEnum.md)
- [Model.Device](docs/Device.md)
- [Model.DeviceStatusEnum](docs/DeviceStatusEnum.md)
- [Model.DisconnectCallback](docs/DisconnectCallback.md)
- [Model.Diversion](docs/Diversion.md)
- [Model.DtmfCallback](docs/DtmfCallback.md)
- [Model.Endpoint](docs/Endpoint.md)
- [Model.EndpointDirectionEnum](docs/EndpointDirectionEnum.md)
- [Model.EndpointEvent](docs/EndpointEvent.md)
- [Model.EndpointEventTypeEnum](docs/EndpointEventTypeEnum.md)
- [Model.EndpointResponse](docs/EndpointResponse.md)
- [Model.EndpointStatusEnum](docs/EndpointStatusEnum.md)
- [Model.EndpointTypeEnum](docs/EndpointTypeEnum.md)
- [Model.Endpoints](docs/Endpoints.md)
- [Model.Error](docs/Error.md)
- [Model.ErrorObject](docs/ErrorObject.md)
- [Model.ErrorResponse](docs/ErrorResponse.md)
- [Model.ErrorSource](docs/ErrorSource.md)
- [Model.FailureWebhook](docs/FailureWebhook.md)
- [Model.FieldError](docs/FieldError.md)
Expand All @@ -235,6 +256,7 @@ Class | Method | HTTP request | Description
- [Model.Link](docs/Link.md)
- [Model.LinkSchema](docs/LinkSchema.md)
- [Model.LinksObject](docs/LinksObject.md)
- [Model.ListEndpointsResponse](docs/ListEndpointsResponse.md)
- [Model.ListMessageDirectionEnum](docs/ListMessageDirectionEnum.md)
- [Model.ListMessageItem](docs/ListMessageItem.md)
- [Model.LookupErrorResponse](docs/LookupErrorResponse.md)
Expand Down Expand Up @@ -278,6 +300,7 @@ Class | Method | HTTP request | Description
- [Model.MultiChannelMessageRequest](docs/MultiChannelMessageRequest.md)
- [Model.MultiChannelMessageResponseData](docs/MultiChannelMessageResponseData.md)
- [Model.OptInWorkflow](docs/OptInWorkflow.md)
- [Model.Page](docs/Page.md)
- [Model.PageInfo](docs/PageInfo.md)
- [Model.PriorityEnum](docs/PriorityEnum.md)
- [Model.ProductTypeEnum](docs/ProductTypeEnum.md)
Expand Down Expand Up @@ -306,6 +329,8 @@ Class | Method | HTTP request | Description
- [Model.RecordingTranscriptions](docs/RecordingTranscriptions.md)
- [Model.RedirectCallback](docs/RedirectCallback.md)
- [Model.RedirectMethodEnum](docs/RedirectMethodEnum.md)
- [Model.SipConnectionMetadata](docs/SipConnectionMetadata.md)
- [Model.SipCredentials](docs/SipCredentials.md)
- [Model.SmsMessageContent](docs/SmsMessageContent.md)
- [Model.StandaloneCardOrientationEnum](docs/StandaloneCardOrientationEnum.md)
- [Model.StatusCallback](docs/StatusCallback.md)
Expand Down
Loading
Loading