Skip to content

Commit a1991ec

Browse files
authored
Merge pull request #23 from cloudbeds/feat/v1.4
Feat/v1.4
2 parents 57a62c3 + 2f715b8 commit a1991ec

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
The `cloudbeds_pms_v1_3` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: v1.3
7-
- Package version: 1.3.0
7+
- Package version: 1.4.0
88
- Generator version: 7.11.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

cloudbeds_pms_v1_3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.3.0"
17+
__version__ = "1.4.0"
1818

1919
# import apis into sdk package
2020
from cloudbeds_pms_v1_3.api.adjustment_api import AdjustmentApi

cloudbeds_pms_v1_3/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
self.default_headers[header_name] = header_value
9191
self.cookie = cookie
9292
# Set default User-Agent.
93-
self.user_agent = 'OpenAPI-Generator/1.3.0/python'
93+
self.user_agent = 'OpenAPI-Generator/1.4.0/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

cloudbeds_pms_v1_3/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def to_debug_report(self) -> str:
532532
"OS: {env}\n"\
533533
"Python Version: {pyversion}\n"\
534534
"Version of the API: v1.3\n"\
535-
"SDK Package Version: 1.3.0".\
535+
"SDK Package Version: 1.4.0".\
536536
format(env=sys.platform, pyversion=sys.version)
537537

538538
def get_host_settings(self) -> List[HostSetting]:

cloudbeds_pms_v1_3/models/get_item_response_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def item_type_validate_enum(cls, value):
5757
if value is None:
5858
return value
5959

60-
if value not in set(['product', 'service']):
61-
raise ValueError("must be one of enum values ('product', 'service')")
60+
if value not in set(['product', 'service', 'mealplan']):
61+
raise ValueError("must be one of enum values ('product', 'service', 'mealplan')")
6262
return value
6363

6464
model_config = ConfigDict(

cloudbeds_pms_v1_3/models/get_items_response_data_inner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def item_type_validate_enum(cls, value):
5757
if value is None:
5858
return value
5959

60-
if value not in set(['product', 'service']):
61-
raise ValueError("must be one of enum values ('product', 'service')")
60+
if value not in set(['product', 'service', 'mealplan']):
61+
raise ValueError("must be one of enum values ('product', 'service', 'mealplan')")
6262
return value
6363

6464
model_config = ConfigDict(

openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"additionalProperties": {
1010
"packageName": "cloudbeds_pms_v1_3",
1111
"projectName": "Cloudbeds PMS V1.3",
12-
"packageVersion": "1.3.0",
12+
"packageVersion": "1.4.0",
1313
"packageDescription": "OpenAPI client for Cloudbeds PMS v1.3 API.",
1414
"generateSourceCodeOnly": true,
1515
"packageUrl": "https://github.com/cloudbeds/cloudbeds-api-python/tree/release/v1"

0 commit comments

Comments
 (0)