Skip to content

Commit 25a140c

Browse files
author
github-actions
committed
Bump version to 1.12.0
1 parent e493c1f commit 25a140c

File tree

46 files changed

+737
-147
lines changed

Some content is hidden

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

46 files changed

+737
-147
lines changed

.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ cloudbeds_pms_v1_3/docs/GetReservationsResponseDataInnerRoomsInner.md
176176
cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponse.md
177177
cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponseDataInner.md
178178
cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponseDataInnerBalanceDetailed.md
179+
cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponseDataInnerGuestListValue.md
179180
cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponseDataInnerRoomsInner.md
180181
cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponseDataInnerSource.md
181182
cloudbeds_pms_v1_3/docs/GetRoomBlocksResponse.md
@@ -507,6 +508,7 @@ cloudbeds_pms_v1_3/models/get_reservations_response_data_inner_rooms_inner.py
507508
cloudbeds_pms_v1_3/models/get_reservations_with_rate_details_response.py
508509
cloudbeds_pms_v1_3/models/get_reservations_with_rate_details_response_data_inner.py
509510
cloudbeds_pms_v1_3/models/get_reservations_with_rate_details_response_data_inner_balance_detailed.py
511+
cloudbeds_pms_v1_3/models/get_reservations_with_rate_details_response_data_inner_guest_list_value.py
510512
cloudbeds_pms_v1_3/models/get_reservations_with_rate_details_response_data_inner_rooms_inner.py
511513
cloudbeds_pms_v1_3/models/get_reservations_with_rate_details_response_data_inner_source.py
512514
cloudbeds_pms_v1_3/models/get_room_blocks_response.py
@@ -832,6 +834,7 @@ cloudbeds_pms_v1_3/test/test_get_reservations_response_data_inner_rooms_inner.py
832834
cloudbeds_pms_v1_3/test/test_get_reservations_with_rate_details_response.py
833835
cloudbeds_pms_v1_3/test/test_get_reservations_with_rate_details_response_data_inner.py
834836
cloudbeds_pms_v1_3/test/test_get_reservations_with_rate_details_response_data_inner_balance_detailed.py
837+
cloudbeds_pms_v1_3/test/test_get_reservations_with_rate_details_response_data_inner_guest_list_value.py
835838
cloudbeds_pms_v1_3/test/test_get_reservations_with_rate_details_response_data_inner_rooms_inner.py
836839
cloudbeds_pms_v1_3/test/test_get_reservations_with_rate_details_response_data_inner_source.py
837840
cloudbeds_pms_v1_3/test/test_get_room_blocks_response.py

README.md

Lines changed: 2 additions & 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.11.0
7+
- Package version: 1.12.0
88
- Generator version: 7.11.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

@@ -339,6 +339,7 @@ Class | Method | HTTP request | Description
339339
- [GetReservationsWithRateDetailsResponse](cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponse.md)
340340
- [GetReservationsWithRateDetailsResponseDataInner](cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponseDataInner.md)
341341
- [GetReservationsWithRateDetailsResponseDataInnerBalanceDetailed](cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponseDataInnerBalanceDetailed.md)
342+
- [GetReservationsWithRateDetailsResponseDataInnerGuestListValue](cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponseDataInnerGuestListValue.md)
342343
- [GetReservationsWithRateDetailsResponseDataInnerRoomsInner](cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponseDataInnerRoomsInner.md)
343344
- [GetReservationsWithRateDetailsResponseDataInnerSource](cloudbeds_pms_v1_3/docs/GetReservationsWithRateDetailsResponseDataInnerSource.md)
344345
- [GetRoomBlocksResponse](cloudbeds_pms_v1_3/docs/GetRoomBlocksResponse.md)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.12.0

cloudbeds_pms_v1_3/__init__.py

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

1616

17-
__version__ = "1.11.0"
17+
__version__ = "1.12.0"
1818

1919
# import apis into sdk package
2020
from cloudbeds_pms_v1_3.api.adjustment_api import AdjustmentApi
@@ -194,6 +194,7 @@
194194
from cloudbeds_pms_v1_3.models.get_reservations_with_rate_details_response import GetReservationsWithRateDetailsResponse
195195
from cloudbeds_pms_v1_3.models.get_reservations_with_rate_details_response_data_inner import GetReservationsWithRateDetailsResponseDataInner
196196
from cloudbeds_pms_v1_3.models.get_reservations_with_rate_details_response_data_inner_balance_detailed import GetReservationsWithRateDetailsResponseDataInnerBalanceDetailed
197+
from cloudbeds_pms_v1_3.models.get_reservations_with_rate_details_response_data_inner_guest_list_value import GetReservationsWithRateDetailsResponseDataInnerGuestListValue
197198
from cloudbeds_pms_v1_3.models.get_reservations_with_rate_details_response_data_inner_rooms_inner import GetReservationsWithRateDetailsResponseDataInnerRoomsInner
198199
from cloudbeds_pms_v1_3.models.get_reservations_with_rate_details_response_data_inner_source import GetReservationsWithRateDetailsResponseDataInnerSource
199200
from cloudbeds_pms_v1_3.models.get_room_blocks_response import GetRoomBlocksResponse

cloudbeds_pms_v1_3/api/guest_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2869,7 +2869,7 @@ def post_guest_document_post(
28692869
self,
28702870
property_id: Annotated[Optional[StrictStr], Field(description="Property ID")] = None,
28712871
guest_id: Annotated[Optional[StrictStr], Field(description="Guest Unique Identifier")] = None,
2872-
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB")] = None,
2872+
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB")] = None,
28732873
_request_timeout: Union[
28742874
None,
28752875
Annotated[StrictFloat, Field(gt=0)],
@@ -2891,7 +2891,7 @@ def post_guest_document_post(
28912891
:type property_id: str
28922892
:param guest_id: Guest Unique Identifier
28932893
:type guest_id: str
2894-
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB
2894+
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB
28952895
:type file: bytearray
28962896
:param _request_timeout: timeout setting for this request. If one
28972897
number provided, it will be total request
@@ -2944,7 +2944,7 @@ def post_guest_document_post_with_http_info(
29442944
self,
29452945
property_id: Annotated[Optional[StrictStr], Field(description="Property ID")] = None,
29462946
guest_id: Annotated[Optional[StrictStr], Field(description="Guest Unique Identifier")] = None,
2947-
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB")] = None,
2947+
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB")] = None,
29482948
_request_timeout: Union[
29492949
None,
29502950
Annotated[StrictFloat, Field(gt=0)],
@@ -2966,7 +2966,7 @@ def post_guest_document_post_with_http_info(
29662966
:type property_id: str
29672967
:param guest_id: Guest Unique Identifier
29682968
:type guest_id: str
2969-
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB
2969+
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB
29702970
:type file: bytearray
29712971
:param _request_timeout: timeout setting for this request. If one
29722972
number provided, it will be total request
@@ -3019,7 +3019,7 @@ def post_guest_document_post_without_preload_content(
30193019
self,
30203020
property_id: Annotated[Optional[StrictStr], Field(description="Property ID")] = None,
30213021
guest_id: Annotated[Optional[StrictStr], Field(description="Guest Unique Identifier")] = None,
3022-
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB")] = None,
3022+
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB")] = None,
30233023
_request_timeout: Union[
30243024
None,
30253025
Annotated[StrictFloat, Field(gt=0)],
@@ -3041,7 +3041,7 @@ def post_guest_document_post_without_preload_content(
30413041
:type property_id: str
30423042
:param guest_id: Guest Unique Identifier
30433043
:type guest_id: str
3044-
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB
3044+
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB
30453045
:type file: bytearray
30463046
:param _request_timeout: timeout setting for this request. If one
30473047
number provided, it will be total request

cloudbeds_pms_v1_3/api/hotel_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ def _get_hotels_get_serialize(
10081008
def post_file_post(
10091009
self,
10101010
property_id: Annotated[Optional[StrictStr], Field(description="Property ID")] = None,
1011-
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB")] = None,
1011+
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB")] = None,
10121012
group_code: Annotated[Optional[StrictStr], Field(description="optional - the group code if the file is to be attached to a group profile")] = None,
10131013
_request_timeout: Union[
10141014
None,
@@ -1029,7 +1029,7 @@ def post_file_post(
10291029
10301030
:param property_id: Property ID
10311031
:type property_id: str
1032-
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB
1032+
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB
10331033
:type file: bytearray
10341034
:param group_code: optional - the group code if the file is to be attached to a group profile
10351035
:type group_code: str
@@ -1083,7 +1083,7 @@ def post_file_post(
10831083
def post_file_post_with_http_info(
10841084
self,
10851085
property_id: Annotated[Optional[StrictStr], Field(description="Property ID")] = None,
1086-
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB")] = None,
1086+
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB")] = None,
10871087
group_code: Annotated[Optional[StrictStr], Field(description="optional - the group code if the file is to be attached to a group profile")] = None,
10881088
_request_timeout: Union[
10891089
None,
@@ -1104,7 +1104,7 @@ def post_file_post_with_http_info(
11041104
11051105
:param property_id: Property ID
11061106
:type property_id: str
1107-
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB
1107+
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB
11081108
:type file: bytearray
11091109
:param group_code: optional - the group code if the file is to be attached to a group profile
11101110
:type group_code: str
@@ -1158,7 +1158,7 @@ def post_file_post_with_http_info(
11581158
def post_file_post_without_preload_content(
11591159
self,
11601160
property_id: Annotated[Optional[StrictStr], Field(description="Property ID")] = None,
1161-
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB")] = None,
1161+
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB")] = None,
11621162
group_code: Annotated[Optional[StrictStr], Field(description="optional - the group code if the file is to be attached to a group profile")] = None,
11631163
_request_timeout: Union[
11641164
None,
@@ -1179,7 +1179,7 @@ def post_file_post_without_preload_content(
11791179
11801180
:param property_id: Property ID
11811181
:type property_id: str
1182-
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml</code><br/> Allowed max file size: 100MB
1182+
:param file: Form-based File Upload<br/> Allowed file types: <code>*.pdf, *.rtf, *.doc, *.docx, *.txt, *.jpg, *.jpeg, *.png, *.gif, *.csv, *.xls, *.xlsx, *.xml, *.json</code><br/> Allowed max file size: 100MB
11831183
:type file: bytearray
11841184
:param group_code: optional - the group code if the file is to be attached to a group profile
11851185
:type group_code: str

0 commit comments

Comments
 (0)