Skip to content

Commit c32cd22

Browse files
author
PureCloud Jenkins
committed
254.0.0
1 parent d5fa019 commit c32cd22

6,491 files changed

Lines changed: 50513 additions & 10575 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Documentation can be found at https://mypurecloud.github.io/platform-client-sdk-python/
77

8-
Documentation version PureCloudPlatformClientV2 253.0.0
8+
Documentation version PureCloudPlatformClientV2 254.0.0
99

1010
## Preview APIs
1111

build/.openapi-generator/FILES

Lines changed: 290 additions & 0 deletions
Large diffs are not rendered by default.

build/APIData.json

Lines changed: 1271 additions & 4 deletions
Large diffs are not rendered by default.

build/PureCloudPlatformClientV2/__init__.py

Lines changed: 114 additions & 0 deletions
Large diffs are not rendered by default.

build/PureCloudPlatformClientV2/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def __call_api(self, resource_path, method,
420420
header_params['Cookie'] = self.cookie
421421
if header_params:
422422
header_params = self.sanitize_params_for_serialization(header_params)
423-
header_params['purecloud-sdk'] = '253.0.0'
423+
header_params['purecloud-sdk'] = '254.0.0'
424424

425425
# path parameters
426426
if path_params:

build/PureCloudPlatformClientV2/apis/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from .billing_api import BillingApi
1616
from .business_rules_api import BusinessRulesApi
1717
from .carrier_services_api import CarrierServicesApi
18+
from .case_management_api import CaseManagementApi
1819
from .chat_api import ChatApi
1920
from .coaching_api import CoachingApi
2021
from .content_management_api import ContentManagementApi
@@ -100,6 +101,7 @@
100101
from .billing_api import BillingApi
101102
from .business_rules_api import BusinessRulesApi
102103
from .carrier_services_api import CarrierServicesApi
104+
from .case_management_api import CaseManagementApi
103105
from .chat_api import ChatApi
104106
from .coaching_api import CoachingApi
105107
from .content_management_api import ContentManagementApi

build/PureCloudPlatformClientV2/apis/business_rules_api.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def delete_businessrules_decisiontable_version(self, table_id: str, table_versio
242242
def delete_businessrules_decisiontable_version_row(self, table_id: str, table_version: int, row_id: str, **kwargs) -> None:
243243
"""
244244
Delete a decision table row
245-
245+
Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
246246
247247
This method makes a synchronous HTTP request by default. To make an
248248
asynchronous HTTP request, please define a `callback` function
@@ -1313,7 +1313,7 @@ def get_businessrules_schemas_coretypes(self, **kwargs) -> 'CoretypeListing':
13131313
def patch_businessrules_decisiontable(self, table_id: str, body: 'UpdateDecisionTableRequest', **kwargs) -> 'DecisionTable':
13141314
"""
13151315
Update a decision table
1316-
1316+
Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
13171317
13181318
This method makes a synchronous HTTP request by default. To make an
13191319
asynchronous HTTP request, please define a `callback` function
@@ -1751,7 +1751,7 @@ def post_businessrules_decisiontable_version_execute(self, table_id: str, table_
17511751
def post_businessrules_decisiontable_version_rows(self, table_id: str, table_version: int, body: 'CreateDecisionTableRowRequest', **kwargs) -> 'DecisionTableRow':
17521752
"""
17531753
Create a decision table row
1754-
1754+
Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
17551755
17561756
This method makes a synchronous HTTP request by default. To make an
17571757
asynchronous HTTP request, please define a `callback` function
@@ -2099,7 +2099,7 @@ def post_businessrules_decisiontable_versions(self, table_id: str, **kwargs) ->
20992099
def post_businessrules_decisiontables(self, body: 'CreateDecisionTableRequest', **kwargs) -> 'DecisionTableVersion':
21002100
"""
21012101
Create a decision table
2102-
2102+
Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
21032103
21042104
This method makes a synchronous HTTP request by default. To make an
21052105
asynchronous HTTP request, please define a `callback` function
@@ -2339,7 +2339,7 @@ def put_businessrules_decisiontable_version_publish(self, table_id: str, table_v
23392339
def put_businessrules_decisiontable_version_row(self, table_id: str, table_version: int, row_id: str, body: 'PutDecisionTableRowRequest', **kwargs) -> 'DecisionTableRow':
23402340
"""
23412341
Full update a decision table row
2342-
2342+
Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
23432343
23442344
This method makes a synchronous HTTP request by default. To make an
23452345
asynchronous HTTP request, please define a `callback` function

0 commit comments

Comments
 (0)