Skip to content

Commit 302b686

Browse files
authored
SWI-4826 Regenerate on v7.4.0 of OpenAPI Generator (#188)
* SWI-4826 Regenerate on `v7.4.0` of OpenAPI Generator Closes #185 Closes #186 * Remove `_return_http_data_only=False` arg * Update test_recordings_api.py * Update test_recordings_api.py * Update test_recordings_api.py * Update test_conferences_api.py * This might be breaking 😬 * now this is pod racing * revert filepath change * Bump user agent
1 parent 16925c4 commit 302b686

File tree

213 files changed

+14677
-8127
lines changed

Some content is hidden

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

213 files changed

+14677
-8127
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ pytest-3.8:
2222
image: python:3.8-alpine
2323
pytest-3.9:
2424
extends: .pytest
25-
image: python:3.9-alpine
25+
image: python:3.9-alpine
26+
pytest-3.10:
27+
extends: .pytest
28+
image: python:3.10-alpine
29+
pytest-3.11:
30+
extends: .pytest
31+
image: python:3.11-alpine

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,7 @@ docs/VoiceApiError.md
204204
docs/VoiceCodeResponse.md
205205
git_push.sh
206206
pyproject.toml
207+
requirements.txt
207208
setup.py
209+
test-requirements.txt
208210
tox.ini

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0
1+
7.4.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: 1.0.0
77
- Package version: 15.0.0
8+
- Generator version: 7.4.0
89
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
910
For more information, please visit [https://dev.bandwidth.com](https://dev.bandwidth.com)
1011

@@ -51,7 +52,6 @@ Please follow the [installation procedure](#installation--usage) and then run th
5152

5253
```python
5354

54-
import time
5555
import bandwidth
5656
from bandwidth.rest import ApiException
5757
from pprint import pprint

bandwidth/api/calls_api.py

Lines changed: 1068 additions & 488 deletions
Large diffs are not rendered by default.

bandwidth/api/conferences_api.py

Lines changed: 2473 additions & 1155 deletions
Large diffs are not rendered by default.

bandwidth/api/media_api.py

Lines changed: 1101 additions & 489 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)