Skip to content

Commit 5ab7b57

Browse files
committed
Merge branch 'main' of https://github.com/Bandwidth/python-sdk into SWI-8858
2 parents dc4cf92 + ab08856 commit 5ab7b57

File tree

162 files changed

+6794
-1800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+6794
-1800
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@ jobs:
2424
T_MOBILE_NUMBER: ${{ secrets.T_MOBILE_NUMBER }}
2525
BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
2626
PYTHON_VERSION: ${{ matrix.python-version }}
27-
OPERATING_SYSTEM: ${{ matrix.os }}
27+
OPERATING_SYSTEM: ubuntu-latest
2828
MANTECA_ACTIVE_NUMBER: ${{ secrets.MANTECA_ACTIVE_NUMBER }}
2929
MANTECA_IDLE_NUMBER: ${{ secrets.MANTECA_IDLE_NUMBER }}
3030
MANTECA_BASE_URL: ${{ secrets.MANTECA_BASE_URL }}
3131
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
3232

3333
steps:
3434
- name: Set Release Version
35-
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
35+
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
3636

3737
- name: Check Release Tag Format
3838
run: |
3939
re=[0-9]+\.[0-9]+\.[0-9]+
4040
if ! [[ $RELEASE_VERSION =~ $re ]]; then
41-
echo 'Tag does not match expected regex pattern for releases (v[0-9]+.[0-9]+.[0-9]+b[0-9]+)'
41+
echo 'Tag does not match expected regex pattern for releases (v[0-9]+\.[0-9]+\.[0-9]+)'
4242
echo $RELEASE_VERSION
4343
echo 'Please update your tag to match the expected regex pattern'
4444
exit 1
4545
fi
4646
4747
- name: Checkout
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949

5050
- name: Set OpenAPI Generator Version
5151
run: |

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
- name: Set up Python
4949
uses: actions/setup-python@v5

.github/workflows/test-smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454

5555
- name: Set up Python
5656
uses: actions/setup-python@v5
@@ -89,7 +89,7 @@ jobs:
8989
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_UP_APPLICATION_ID }}
9090
steps:
9191
- name: Checkout
92-
uses: actions/checkout@v4
92+
uses: actions/checkout@v5
9393

9494
- name: Set up Python
9595
uses: actions/setup-python@v5

.openapi-generator/FILES

Lines changed: 56 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ bandwidth/models/account_statistics.py
2323
bandwidth/models/additional_denial_reason.py
2424
bandwidth/models/address.py
2525
bandwidth/models/answer_callback.py
26+
bandwidth/models/async_lookup_request.py
2627
bandwidth/models/blocked_webhook.py
2728
bandwidth/models/bridge_complete_callback.py
2829
bandwidth/models/bridge_target_complete_callback.py
@@ -41,6 +42,7 @@ bandwidth/models/callback.py
4142
bandwidth/models/callback_method_enum.py
4243
bandwidth/models/card_width_enum.py
4344
bandwidth/models/code_request.py
45+
bandwidth/models/completed_lookup_status_enum.py
4446
bandwidth/models/conference.py
4547
bandwidth/models/conference_completed_callback.py
4648
bandwidth/models/conference_created_callback.py
@@ -52,11 +54,15 @@ bandwidth/models/conference_recording_metadata.py
5254
bandwidth/models/conference_redirect_callback.py
5355
bandwidth/models/conference_state_enum.py
5456
bandwidth/models/contact.py
57+
bandwidth/models/create_async_bulk_lookup_response.py
58+
bandwidth/models/create_async_bulk_lookup_response_data.py
5559
bandwidth/models/create_call.py
5660
bandwidth/models/create_call_response.py
57-
bandwidth/models/create_lookup_response.py
5861
bandwidth/models/create_message_request_error.py
5962
bandwidth/models/create_multi_channel_message_response.py
63+
bandwidth/models/create_sync_lookup_response.py
64+
bandwidth/models/create_sync_lookup_response_data.py
65+
bandwidth/models/deactivation_event_enum.py
6066
bandwidth/models/disconnect_callback.py
6167
bandwidth/models/diversion.py
6268
bandwidth/models/dtmf_callback.py
@@ -67,18 +73,24 @@ bandwidth/models/failure_webhook.py
6773
bandwidth/models/field_error.py
6874
bandwidth/models/file_format_enum.py
6975
bandwidth/models/gather_callback.py
76+
bandwidth/models/get_async_bulk_lookup_response.py
77+
bandwidth/models/get_async_bulk_lookup_response_data.py
78+
bandwidth/models/in_progress_lookup_status_enum.py
7079
bandwidth/models/inbound_callback.py
7180
bandwidth/models/inbound_callback_message.py
7281
bandwidth/models/inbound_callback_type_enum.py
7382
bandwidth/models/initiate_callback.py
83+
bandwidth/models/latest_message_delivery_status_enum.py
84+
bandwidth/models/line_type_enum.py
7485
bandwidth/models/link.py
86+
bandwidth/models/link_schema.py
7587
bandwidth/models/links_object.py
7688
bandwidth/models/list_message_direction_enum.py
7789
bandwidth/models/list_message_item.py
78-
bandwidth/models/lookup_request.py
90+
bandwidth/models/lookup_error_response.py
91+
bandwidth/models/lookup_error_schema.py
92+
bandwidth/models/lookup_error_schema_meta.py
7993
bandwidth/models/lookup_result.py
80-
bandwidth/models/lookup_status.py
81-
bandwidth/models/lookup_status_enum.py
8294
bandwidth/models/machine_detection_complete_callback.py
8395
bandwidth/models/machine_detection_configuration.py
8496
bandwidth/models/machine_detection_mode_enum.py
@@ -99,14 +111,22 @@ bandwidth/models/mms_message_content.py
99111
bandwidth/models/mms_message_content_file.py
100112
bandwidth/models/multi_channel_action.py
101113
bandwidth/models/multi_channel_action_calendar_event.py
102-
bandwidth/models/multi_channel_channel_list_object.py
103-
bandwidth/models/multi_channel_channel_list_object_content.py
114+
bandwidth/models/multi_channel_channel_list_mms_object.py
115+
bandwidth/models/multi_channel_channel_list_mms_response_object.py
116+
bandwidth/models/multi_channel_channel_list_object_base.py
117+
bandwidth/models/multi_channel_channel_list_owner_object.py
118+
bandwidth/models/multi_channel_channel_list_rbm_object.py
119+
bandwidth/models/multi_channel_channel_list_rbm_object_all_of_content.py
120+
bandwidth/models/multi_channel_channel_list_rbm_response_object.py
121+
bandwidth/models/multi_channel_channel_list_request_object.py
122+
bandwidth/models/multi_channel_channel_list_response_object.py
123+
bandwidth/models/multi_channel_channel_list_sms_object.py
124+
bandwidth/models/multi_channel_channel_list_sms_response_object.py
104125
bandwidth/models/multi_channel_error.py
105126
bandwidth/models/multi_channel_message_channel_enum.py
106127
bandwidth/models/multi_channel_message_content.py
107128
bandwidth/models/multi_channel_message_request.py
108129
bandwidth/models/multi_channel_message_response_data.py
109-
bandwidth/models/multi_channel_message_response_data_channel_list_inner.py
110130
bandwidth/models/opt_in_workflow.py
111131
bandwidth/models/page_info.py
112132
bandwidth/models/priority_enum.py
@@ -140,6 +160,7 @@ bandwidth/models/status_callback.py
140160
bandwidth/models/status_callback_message.py
141161
bandwidth/models/status_callback_type_enum.py
142162
bandwidth/models/stir_shaken.py
163+
bandwidth/models/sync_lookup_request.py
143164
bandwidth/models/telephone_number.py
144165
bandwidth/models/tfv_basic_authentication.py
145166
bandwidth/models/tfv_callback_status_enum.py
@@ -149,7 +170,6 @@ bandwidth/models/tfv_status_enum.py
149170
bandwidth/models/tfv_submission_info.py
150171
bandwidth/models/tfv_submission_wrapper.py
151172
bandwidth/models/thumbnail_alignment_enum.py
152-
bandwidth/models/tn_lookup_request_error.py
153173
bandwidth/models/transcribe_recording.py
154174
bandwidth/models/transcription.py
155175
bandwidth/models/transcription_available_callback.py
@@ -179,6 +199,7 @@ docs/AccountStatistics.md
179199
docs/AdditionalDenialReason.md
180200
docs/Address.md
181201
docs/AnswerCallback.md
202+
docs/AsyncLookupRequest.md
182203
docs/BlockedWebhook.md
183204
docs/BridgeCompleteCallback.md
184205
docs/BridgeTargetCompleteCallback.md
@@ -198,6 +219,7 @@ docs/CallbackMethodEnum.md
198219
docs/CallsApi.md
199220
docs/CardWidthEnum.md
200221
docs/CodeRequest.md
222+
docs/CompletedLookupStatusEnum.md
201223
docs/Conference.md
202224
docs/ConferenceCompletedCallback.md
203225
docs/ConferenceCreatedCallback.md
@@ -210,11 +232,15 @@ docs/ConferenceRedirectCallback.md
210232
docs/ConferenceStateEnum.md
211233
docs/ConferencesApi.md
212234
docs/Contact.md
235+
docs/CreateAsyncBulkLookupResponse.md
236+
docs/CreateAsyncBulkLookupResponseData.md
213237
docs/CreateCall.md
214238
docs/CreateCallResponse.md
215-
docs/CreateLookupResponse.md
216239
docs/CreateMessageRequestError.md
217240
docs/CreateMultiChannelMessageResponse.md
241+
docs/CreateSyncLookupResponse.md
242+
docs/CreateSyncLookupResponseData.md
243+
docs/DeactivationEventEnum.md
218244
docs/DisconnectCallback.md
219245
docs/Diversion.md
220246
docs/DtmfCallback.md
@@ -225,18 +251,24 @@ docs/FailureWebhook.md
225251
docs/FieldError.md
226252
docs/FileFormatEnum.md
227253
docs/GatherCallback.md
254+
docs/GetAsyncBulkLookupResponse.md
255+
docs/GetAsyncBulkLookupResponseData.md
256+
docs/InProgressLookupStatusEnum.md
228257
docs/InboundCallback.md
229258
docs/InboundCallbackMessage.md
230259
docs/InboundCallbackTypeEnum.md
231260
docs/InitiateCallback.md
261+
docs/LatestMessageDeliveryStatusEnum.md
262+
docs/LineTypeEnum.md
232263
docs/Link.md
264+
docs/LinkSchema.md
233265
docs/LinksObject.md
234266
docs/ListMessageDirectionEnum.md
235267
docs/ListMessageItem.md
236-
docs/LookupRequest.md
268+
docs/LookupErrorResponse.md
269+
docs/LookupErrorSchema.md
270+
docs/LookupErrorSchemaMeta.md
237271
docs/LookupResult.md
238-
docs/LookupStatus.md
239-
docs/LookupStatusEnum.md
240272
docs/MFAApi.md
241273
docs/MachineDetectionCompleteCallback.md
242274
docs/MachineDetectionConfiguration.md
@@ -261,14 +293,22 @@ docs/MmsMessageContentFile.md
261293
docs/MultiChannelAction.md
262294
docs/MultiChannelActionCalendarEvent.md
263295
docs/MultiChannelApi.md
264-
docs/MultiChannelChannelListObject.md
265-
docs/MultiChannelChannelListObjectContent.md
296+
docs/MultiChannelChannelListMMSObject.md
297+
docs/MultiChannelChannelListMMSResponseObject.md
298+
docs/MultiChannelChannelListObjectBase.md
299+
docs/MultiChannelChannelListOwnerObject.md
300+
docs/MultiChannelChannelListRBMObject.md
301+
docs/MultiChannelChannelListRBMObjectAllOfContent.md
302+
docs/MultiChannelChannelListRBMResponseObject.md
303+
docs/MultiChannelChannelListRequestObject.md
304+
docs/MultiChannelChannelListResponseObject.md
305+
docs/MultiChannelChannelListSMSObject.md
306+
docs/MultiChannelChannelListSMSResponseObject.md
266307
docs/MultiChannelError.md
267308
docs/MultiChannelMessageChannelEnum.md
268309
docs/MultiChannelMessageContent.md
269310
docs/MultiChannelMessageRequest.md
270311
docs/MultiChannelMessageResponseData.md
271-
docs/MultiChannelMessageResponseDataChannelListInner.md
272312
docs/OptInWorkflow.md
273313
docs/PageInfo.md
274314
docs/PhoneNumberLookupApi.md
@@ -305,6 +345,7 @@ docs/StatusCallback.md
305345
docs/StatusCallbackMessage.md
306346
docs/StatusCallbackTypeEnum.md
307347
docs/StirShaken.md
348+
docs/SyncLookupRequest.md
308349
docs/TelephoneNumber.md
309350
docs/TfvBasicAuthentication.md
310351
docs/TfvCallbackStatusEnum.md
@@ -314,7 +355,6 @@ docs/TfvStatusEnum.md
314355
docs/TfvSubmissionInfo.md
315356
docs/TfvSubmissionWrapper.md
316357
docs/ThumbnailAlignmentEnum.md
317-
docs/TnLookupRequestError.md
318358
docs/TollFreeVerificationApi.md
319359
docs/TranscribeRecording.md
320360
docs/Transcription.md

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.16.0
1+
7.17.0

0 commit comments

Comments
 (0)