Skip to content

Commit 302393e

Browse files
authored
Regenerate Python files (#54)
* Regenerate Python files * Add latest changelog entry
1 parent 1884cab commit 302393e

File tree

9 files changed

+147
-9
lines changed

9 files changed

+147
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
None
1111

12+
<a name="4.6.2"></a>
13+
14+
## [4.6.2] - 2024-07-23
15+
16+
### Changed
17+
18+
- Regenerate SDK files
19+
1220
<a name="4.6.1"></a>
1321

1422
## [4.6.1] - 2024-07-24

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 1.0.0
7-
- Package version: 4.6.1
7+
- Package version: 4.6.2
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
1010

docs/DefaultApi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3807,8 +3807,6 @@ Name | Type | Description | Notes
38073807
38083808
Make a JWT for WebRTC calling
38093809

3810-
Make a JWT for WebRTC calling
3811-
38123810
### Example
38133811

38143812
* Basic Authentication (fc):

freeclimb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
__version__ = "4.6.1"
14+
__version__ = "4.6.2"
1515

1616
# import ApiClient
1717
from freeclimb.api_client import ApiClient

freeclimb/api/default_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7396,7 +7396,6 @@ def make_a_webrtc_jwt(
73967396
):
73977397
"""Make a JWT for WebRTC calling # noqa: E501
73987398
7399-
Make a JWT for WebRTC calling # noqa: E501
74007399
This method makes a synchronous HTTP request by default. To make an
74017400
asynchronous HTTP request, please pass async_req=True
74027401

freeclimb/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7777
self.default_headers[header_name] = header_value
7878
self.cookie = cookie
7979
# Set default User-Agent.
80-
self.user_agent = 'OpenAPI-Generator/4.6.1/python'
80+
self.user_agent = 'OpenAPI-Generator/4.6.2/python'
8181

8282
def __enter__(self):
8383
return self

freeclimb/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def to_debug_report(self):
405405
"OS: {env}\n"\
406406
"Python Version: {pyversion}\n"\
407407
"Version of the API: 1.0.0\n"\
408-
"SDK Package Version: 4.6.1".\
408+
"SDK Package Version: 4.6.2".\
409409
format(env=sys.platform, pyversion=sys.version)
410410

411411
def get_host_settings(self):

openapi.json

Lines changed: 134 additions & 1 deletion
Large diffs are not rendered by default.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages # noqa: H301
1313

1414
NAME = "FreeClimb"
15-
VERSION = "4.6.1"
15+
VERSION = "4.6.2"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install

0 commit comments

Comments
 (0)