Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fi

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
npm install -g @stoplight/prism-cli
bundle install
prism mock ./bandwidth.yml & (sleep 3; rake unit)
prism mock ./bandwidth.yml & (sleep 4; rake unit)
env:
RUBY_VERSION: ${{ matrix.ruby-version }}
OPERATING_SYSTEM: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
44 changes: 34 additions & 10 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ docs/AccountStatistics.md
docs/AdditionalDenialReason.md
docs/Address.md
docs/AnswerCallback.md
docs/AsyncLookupRequest.md
docs/BlockedWebhook.md
docs/BridgeCompleteCallback.md
docs/BridgeTargetCompleteCallback.md
Expand All @@ -27,6 +28,7 @@ docs/CallbackMethodEnum.md
docs/CallsApi.md
docs/CardWidthEnum.md
docs/CodeRequest.md
docs/CompletedLookupStatusEnum.md
docs/Conference.md
docs/ConferenceCompletedCallback.md
docs/ConferenceCreatedCallback.md
Expand All @@ -39,11 +41,15 @@ docs/ConferenceRedirectCallback.md
docs/ConferenceStateEnum.md
docs/ConferencesApi.md
docs/Contact.md
docs/CreateAsyncBulkLookupResponse.md
docs/CreateAsyncBulkLookupResponseData.md
docs/CreateCall.md
docs/CreateCallResponse.md
docs/CreateLookupResponse.md
docs/CreateMessageRequestError.md
docs/CreateMultiChannelMessageResponse.md
docs/CreateSyncLookupResponse.md
docs/CreateSyncLookupResponseData.md
docs/DeactivationEventEnum.md
docs/DisconnectCallback.md
docs/Diversion.md
docs/DtmfCallback.md
Expand All @@ -54,18 +60,24 @@ docs/FailureWebhook.md
docs/FieldError.md
docs/FileFormatEnum.md
docs/GatherCallback.md
docs/GetAsyncBulkLookupResponse.md
docs/GetAsyncBulkLookupResponseData.md
docs/InProgressLookupStatusEnum.md
docs/InboundCallback.md
docs/InboundCallbackMessage.md
docs/InboundCallbackTypeEnum.md
docs/InitiateCallback.md
docs/LatestMessageDeliveryStatusEnum.md
docs/LineTypeEnum.md
docs/Link.md
docs/LinkSchema.md
docs/LinksObject.md
docs/ListMessageDirectionEnum.md
docs/ListMessageItem.md
docs/LookupRequest.md
docs/LookupErrorResponse.md
docs/LookupErrorSchema.md
docs/LookupErrorSchemaMeta.md
docs/LookupResult.md
docs/LookupStatus.md
docs/LookupStatusEnum.md
docs/MFAApi.md
docs/MachineDetectionCompleteCallback.md
docs/MachineDetectionConfiguration.md
Expand Down Expand Up @@ -134,6 +146,7 @@ docs/StatusCallback.md
docs/StatusCallbackMessage.md
docs/StatusCallbackTypeEnum.md
docs/StirShaken.md
docs/SyncLookupRequest.md
docs/TelephoneNumber.md
docs/TfvBasicAuthentication.md
docs/TfvCallbackStatusEnum.md
Expand All @@ -143,7 +156,6 @@ docs/TfvStatusEnum.md
docs/TfvSubmissionInfo.md
docs/TfvSubmissionWrapper.md
docs/ThumbnailAlignmentEnum.md
docs/TnLookupRequestError.md
docs/TollFreeVerificationApi.md
docs/TranscribeRecording.md
docs/Transcription.md
Expand Down Expand Up @@ -189,6 +201,7 @@ lib/bandwidth-sdk/models/account_statistics.rb
lib/bandwidth-sdk/models/additional_denial_reason.rb
lib/bandwidth-sdk/models/address.rb
lib/bandwidth-sdk/models/answer_callback.rb
lib/bandwidth-sdk/models/async_lookup_request.rb
lib/bandwidth-sdk/models/blocked_webhook.rb
lib/bandwidth-sdk/models/bridge_complete_callback.rb
lib/bandwidth-sdk/models/bridge_target_complete_callback.rb
Expand All @@ -207,6 +220,7 @@ lib/bandwidth-sdk/models/callback.rb
lib/bandwidth-sdk/models/callback_method_enum.rb
lib/bandwidth-sdk/models/card_width_enum.rb
lib/bandwidth-sdk/models/code_request.rb
lib/bandwidth-sdk/models/completed_lookup_status_enum.rb
lib/bandwidth-sdk/models/conference.rb
lib/bandwidth-sdk/models/conference_completed_callback.rb
lib/bandwidth-sdk/models/conference_created_callback.rb
Expand All @@ -218,11 +232,15 @@ lib/bandwidth-sdk/models/conference_recording_metadata.rb
lib/bandwidth-sdk/models/conference_redirect_callback.rb
lib/bandwidth-sdk/models/conference_state_enum.rb
lib/bandwidth-sdk/models/contact.rb
lib/bandwidth-sdk/models/create_async_bulk_lookup_response.rb
lib/bandwidth-sdk/models/create_async_bulk_lookup_response_data.rb
lib/bandwidth-sdk/models/create_call.rb
lib/bandwidth-sdk/models/create_call_response.rb
lib/bandwidth-sdk/models/create_lookup_response.rb
lib/bandwidth-sdk/models/create_message_request_error.rb
lib/bandwidth-sdk/models/create_multi_channel_message_response.rb
lib/bandwidth-sdk/models/create_sync_lookup_response.rb
lib/bandwidth-sdk/models/create_sync_lookup_response_data.rb
lib/bandwidth-sdk/models/deactivation_event_enum.rb
lib/bandwidth-sdk/models/disconnect_callback.rb
lib/bandwidth-sdk/models/diversion.rb
lib/bandwidth-sdk/models/dtmf_callback.rb
Expand All @@ -233,18 +251,24 @@ lib/bandwidth-sdk/models/failure_webhook.rb
lib/bandwidth-sdk/models/field_error.rb
lib/bandwidth-sdk/models/file_format_enum.rb
lib/bandwidth-sdk/models/gather_callback.rb
lib/bandwidth-sdk/models/get_async_bulk_lookup_response.rb
lib/bandwidth-sdk/models/get_async_bulk_lookup_response_data.rb
lib/bandwidth-sdk/models/in_progress_lookup_status_enum.rb
lib/bandwidth-sdk/models/inbound_callback.rb
lib/bandwidth-sdk/models/inbound_callback_message.rb
lib/bandwidth-sdk/models/inbound_callback_type_enum.rb
lib/bandwidth-sdk/models/initiate_callback.rb
lib/bandwidth-sdk/models/latest_message_delivery_status_enum.rb
lib/bandwidth-sdk/models/line_type_enum.rb
lib/bandwidth-sdk/models/link.rb
lib/bandwidth-sdk/models/link_schema.rb
lib/bandwidth-sdk/models/links_object.rb
lib/bandwidth-sdk/models/list_message_direction_enum.rb
lib/bandwidth-sdk/models/list_message_item.rb
lib/bandwidth-sdk/models/lookup_request.rb
lib/bandwidth-sdk/models/lookup_error_response.rb
lib/bandwidth-sdk/models/lookup_error_schema.rb
lib/bandwidth-sdk/models/lookup_error_schema_meta.rb
lib/bandwidth-sdk/models/lookup_result.rb
lib/bandwidth-sdk/models/lookup_status.rb
lib/bandwidth-sdk/models/lookup_status_enum.rb
lib/bandwidth-sdk/models/machine_detection_complete_callback.rb
lib/bandwidth-sdk/models/machine_detection_configuration.rb
lib/bandwidth-sdk/models/machine_detection_mode_enum.rb
Expand Down Expand Up @@ -306,6 +330,7 @@ lib/bandwidth-sdk/models/status_callback.rb
lib/bandwidth-sdk/models/status_callback_message.rb
lib/bandwidth-sdk/models/status_callback_type_enum.rb
lib/bandwidth-sdk/models/stir_shaken.rb
lib/bandwidth-sdk/models/sync_lookup_request.rb
lib/bandwidth-sdk/models/telephone_number.rb
lib/bandwidth-sdk/models/tfv_basic_authentication.rb
lib/bandwidth-sdk/models/tfv_callback_status_enum.rb
Expand All @@ -315,7 +340,6 @@ lib/bandwidth-sdk/models/tfv_status_enum.rb
lib/bandwidth-sdk/models/tfv_submission_info.rb
lib/bandwidth-sdk/models/tfv_submission_wrapper.rb
lib/bandwidth-sdk/models/thumbnail_alignment_enum.rb
lib/bandwidth-sdk/models/tn_lookup_request_error.rb
lib/bandwidth-sdk/models/transcribe_recording.rb
lib/bandwidth-sdk/models/transcription.rb
lib/bandwidth-sdk/models/transcription_available_callback.rb
Expand Down
27 changes: 20 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ Class | Method | HTTP request | Description
*Bandwidth::MessagesApi* | [**create_message**](docs/MessagesApi.md#create_message) | **POST** /users/{accountId}/messages | Create Message
*Bandwidth::MessagesApi* | [**list_messages**](docs/MessagesApi.md#list_messages) | **GET** /users/{accountId}/messages | List Messages
*Bandwidth::MultiChannelApi* | [**create_multi_channel_message**](docs/MultiChannelApi.md#create_multi_channel_message) | **POST** /users/{accountId}/messages/multiChannel | Create Multi-Channel Message
*Bandwidth::PhoneNumberLookupApi* | [**create_lookup**](docs/PhoneNumberLookupApi.md#create_lookup) | **POST** /accounts/{accountId}/tnlookup | Create Lookup
*Bandwidth::PhoneNumberLookupApi* | [**get_lookup_status**](docs/PhoneNumberLookupApi.md#get_lookup_status) | **GET** /accounts/{accountId}/tnlookup/{requestId} | Get Lookup Request Status
*Bandwidth::PhoneNumberLookupApi* | [**create_async_bulk_lookup**](docs/PhoneNumberLookupApi.md#create_async_bulk_lookup) | **POST** /accounts/{accountId}/phoneNumberLookup/bulk | Create Asynchronous Bulk Number Lookup
*Bandwidth::PhoneNumberLookupApi* | [**create_sync_lookup**](docs/PhoneNumberLookupApi.md#create_sync_lookup) | **POST** /accounts/{accountId}/phoneNumberLookup | Create Synchronous Number Lookup
*Bandwidth::PhoneNumberLookupApi* | [**get_async_bulk_lookup**](docs/PhoneNumberLookupApi.md#get_async_bulk_lookup) | **GET** /accounts/{accountId}/phoneNumberLookup/bulk/{requestId} | Get Asynchronous Bulk Number Lookup
*Bandwidth::RecordingsApi* | [**delete_recording**](docs/RecordingsApi.md#delete_recording) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId} | Delete Recording
*Bandwidth::RecordingsApi* | [**delete_recording_media**](docs/RecordingsApi.md#delete_recording_media) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/media | Delete Recording Media
*Bandwidth::RecordingsApi* | [**delete_recording_transcription**](docs/RecordingsApi.md#delete_recording_transcription) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Delete Transcription
Expand Down Expand Up @@ -164,6 +165,7 @@ Class | Method | HTTP request | Description
- [Bandwidth::AdditionalDenialReason](docs/AdditionalDenialReason.md)
- [Bandwidth::Address](docs/Address.md)
- [Bandwidth::AnswerCallback](docs/AnswerCallback.md)
- [Bandwidth::AsyncLookupRequest](docs/AsyncLookupRequest.md)
- [Bandwidth::BlockedWebhook](docs/BlockedWebhook.md)
- [Bandwidth::BridgeCompleteCallback](docs/BridgeCompleteCallback.md)
- [Bandwidth::BridgeTargetCompleteCallback](docs/BridgeTargetCompleteCallback.md)
Expand All @@ -182,6 +184,7 @@ Class | Method | HTTP request | Description
- [Bandwidth::CallbackMethodEnum](docs/CallbackMethodEnum.md)
- [Bandwidth::CardWidthEnum](docs/CardWidthEnum.md)
- [Bandwidth::CodeRequest](docs/CodeRequest.md)
- [Bandwidth::CompletedLookupStatusEnum](docs/CompletedLookupStatusEnum.md)
- [Bandwidth::Conference](docs/Conference.md)
- [Bandwidth::ConferenceCompletedCallback](docs/ConferenceCompletedCallback.md)
- [Bandwidth::ConferenceCreatedCallback](docs/ConferenceCreatedCallback.md)
Expand All @@ -193,11 +196,15 @@ Class | Method | HTTP request | Description
- [Bandwidth::ConferenceRedirectCallback](docs/ConferenceRedirectCallback.md)
- [Bandwidth::ConferenceStateEnum](docs/ConferenceStateEnum.md)
- [Bandwidth::Contact](docs/Contact.md)
- [Bandwidth::CreateAsyncBulkLookupResponse](docs/CreateAsyncBulkLookupResponse.md)
- [Bandwidth::CreateAsyncBulkLookupResponseData](docs/CreateAsyncBulkLookupResponseData.md)
- [Bandwidth::CreateCall](docs/CreateCall.md)
- [Bandwidth::CreateCallResponse](docs/CreateCallResponse.md)
- [Bandwidth::CreateLookupResponse](docs/CreateLookupResponse.md)
- [Bandwidth::CreateMessageRequestError](docs/CreateMessageRequestError.md)
- [Bandwidth::CreateMultiChannelMessageResponse](docs/CreateMultiChannelMessageResponse.md)
- [Bandwidth::CreateSyncLookupResponse](docs/CreateSyncLookupResponse.md)
- [Bandwidth::CreateSyncLookupResponseData](docs/CreateSyncLookupResponseData.md)
- [Bandwidth::DeactivationEventEnum](docs/DeactivationEventEnum.md)
- [Bandwidth::DisconnectCallback](docs/DisconnectCallback.md)
- [Bandwidth::Diversion](docs/Diversion.md)
- [Bandwidth::DtmfCallback](docs/DtmfCallback.md)
Expand All @@ -208,18 +215,24 @@ Class | Method | HTTP request | Description
- [Bandwidth::FieldError](docs/FieldError.md)
- [Bandwidth::FileFormatEnum](docs/FileFormatEnum.md)
- [Bandwidth::GatherCallback](docs/GatherCallback.md)
- [Bandwidth::GetAsyncBulkLookupResponse](docs/GetAsyncBulkLookupResponse.md)
- [Bandwidth::GetAsyncBulkLookupResponseData](docs/GetAsyncBulkLookupResponseData.md)
- [Bandwidth::InProgressLookupStatusEnum](docs/InProgressLookupStatusEnum.md)
- [Bandwidth::InboundCallback](docs/InboundCallback.md)
- [Bandwidth::InboundCallbackMessage](docs/InboundCallbackMessage.md)
- [Bandwidth::InboundCallbackTypeEnum](docs/InboundCallbackTypeEnum.md)
- [Bandwidth::InitiateCallback](docs/InitiateCallback.md)
- [Bandwidth::LatestMessageDeliveryStatusEnum](docs/LatestMessageDeliveryStatusEnum.md)
- [Bandwidth::LineTypeEnum](docs/LineTypeEnum.md)
- [Bandwidth::Link](docs/Link.md)
- [Bandwidth::LinkSchema](docs/LinkSchema.md)
- [Bandwidth::LinksObject](docs/LinksObject.md)
- [Bandwidth::ListMessageDirectionEnum](docs/ListMessageDirectionEnum.md)
- [Bandwidth::ListMessageItem](docs/ListMessageItem.md)
- [Bandwidth::LookupRequest](docs/LookupRequest.md)
- [Bandwidth::LookupErrorResponse](docs/LookupErrorResponse.md)
- [Bandwidth::LookupErrorSchema](docs/LookupErrorSchema.md)
- [Bandwidth::LookupErrorSchemaMeta](docs/LookupErrorSchemaMeta.md)
- [Bandwidth::LookupResult](docs/LookupResult.md)
- [Bandwidth::LookupStatus](docs/LookupStatus.md)
- [Bandwidth::LookupStatusEnum](docs/LookupStatusEnum.md)
- [Bandwidth::MachineDetectionCompleteCallback](docs/MachineDetectionCompleteCallback.md)
- [Bandwidth::MachineDetectionConfiguration](docs/MachineDetectionConfiguration.md)
- [Bandwidth::MachineDetectionModeEnum](docs/MachineDetectionModeEnum.md)
Expand Down Expand Up @@ -281,6 +294,7 @@ Class | Method | HTTP request | Description
- [Bandwidth::StatusCallbackMessage](docs/StatusCallbackMessage.md)
- [Bandwidth::StatusCallbackTypeEnum](docs/StatusCallbackTypeEnum.md)
- [Bandwidth::StirShaken](docs/StirShaken.md)
- [Bandwidth::SyncLookupRequest](docs/SyncLookupRequest.md)
- [Bandwidth::TelephoneNumber](docs/TelephoneNumber.md)
- [Bandwidth::TfvBasicAuthentication](docs/TfvBasicAuthentication.md)
- [Bandwidth::TfvCallbackStatusEnum](docs/TfvCallbackStatusEnum.md)
Expand All @@ -290,7 +304,6 @@ Class | Method | HTTP request | Description
- [Bandwidth::TfvSubmissionInfo](docs/TfvSubmissionInfo.md)
- [Bandwidth::TfvSubmissionWrapper](docs/TfvSubmissionWrapper.md)
- [Bandwidth::ThumbnailAlignmentEnum](docs/ThumbnailAlignmentEnum.md)
- [Bandwidth::TnLookupRequestError](docs/TnLookupRequestError.md)
- [Bandwidth::TranscribeRecording](docs/TranscribeRecording.md)
- [Bandwidth::Transcription](docs/Transcription.md)
- [Bandwidth::TranscriptionAvailableCallback](docs/TranscriptionAvailableCallback.md)
Expand Down
Loading