Skip to content

Commit cb1ab0a

Browse files
author
PureCloud Jenkins
committed
241.0.0
1 parent bd006f6 commit cb1ab0a

6,159 files changed

Lines changed: 26443 additions & 28301 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 240.0.0
8+
Documentation version PureCloudPlatformClientV2 241.0.0
99

1010
## Preview APIs
1111

build/.openapi-generator/FILES

Lines changed: 64 additions & 71 deletions
Large diffs are not rendered by default.

build/APIData.json

Lines changed: 171 additions & 657 deletions
Large diffs are not rendered by default.

build/PureCloudPlatformClientV2/__init__.py

Lines changed: 28 additions & 24 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
@@ -419,7 +419,7 @@ def __call_api(self, resource_path, method,
419419
header_params['Cookie'] = self.cookie
420420
if header_params:
421421
header_params = self.sanitize_for_serialization(header_params)
422-
header_params['purecloud-sdk'] = '240.0.0'
422+
header_params['purecloud-sdk'] = '241.0.0'
423423

424424
# path parameters
425425
if path_params:

build/PureCloudPlatformClientV2/apis/architect_api.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
from ..models import IVR
9292
from ..models import IVRDivisionViewEntityListing
9393
from ..models import IVREntityListing
94-
from ..models import IdentityResolutionConfig
94+
from ..models import IVRIdentityResolutionConfig
9595
from ..models import Operation
9696
from ..models import Prompt
9797
from ..models import PromptAsset
@@ -3139,7 +3139,7 @@ def get_architect_ivr(self, ivr_id: str, **kwargs) -> 'IVR':
31393139
callback=params.get('callback'))
31403140
return response
31413141

3142-
def get_architect_ivr_identityresolution(self, ivr_id: str, **kwargs) -> 'IdentityResolutionConfig':
3142+
def get_architect_ivr_identityresolution(self, ivr_id: str, **kwargs) -> 'IVRIdentityResolutionConfig':
31433143
"""
31443144
Get an IVR IdentityResolutionConfig.
31453145
@@ -3155,7 +3155,7 @@ def get_architect_ivr_identityresolution(self, ivr_id: str, **kwargs) -> 'Identi
31553155
:param callback function: The callback function
31563156
for asynchronous request. (optional)
31573157
:param str ivr_id: IVR id (required)
3158-
:return: IdentityResolutionConfig
3158+
:return: IVRIdentityResolutionConfig
31593159
If the method is called asynchronously,
31603160
returns the request thread.
31613161
"""
@@ -3212,7 +3212,7 @@ def get_architect_ivr_identityresolution(self, ivr_id: str, **kwargs) -> 'Identi
32123212
body=body_params,
32133213
post_params=form_params,
32143214
files=local_var_files,
3215-
response_type='IdentityResolutionConfig',
3215+
response_type='IVRIdentityResolutionConfig',
32163216
auth_settings=auth_settings,
32173217
callback=params.get('callback'))
32183218
return response
@@ -11448,7 +11448,7 @@ def put_architect_ivr(self, ivr_id: str, body: 'IVR', **kwargs) -> 'IVR':
1144811448
callback=params.get('callback'))
1144911449
return response
1145011450

11451-
def put_architect_ivr_identityresolution(self, ivr_id: str, body: 'IdentityResolutionConfig', **kwargs) -> 'IdentityResolutionConfig':
11451+
def put_architect_ivr_identityresolution(self, ivr_id: str, body: 'IVRIdentityResolutionConfig', **kwargs) -> 'IVRIdentityResolutionConfig':
1145211452
"""
1145311453
Update an IVR IdentityResolutionConfig.
1145411454
@@ -11464,8 +11464,8 @@ def put_architect_ivr_identityresolution(self, ivr_id: str, body: 'IdentityResol
1146411464
:param callback function: The callback function
1146511465
for asynchronous request. (optional)
1146611466
:param str ivr_id: IVR id (required)
11467-
:param IdentityResolutionConfig body: (required)
11468-
:return: IdentityResolutionConfig
11467+
:param IVRIdentityResolutionConfig body: (required)
11468+
:return: IVRIdentityResolutionConfig
1146911469
If the method is called asynchronously,
1147011470
returns the request thread.
1147111471
"""
@@ -11527,7 +11527,7 @@ def put_architect_ivr_identityresolution(self, ivr_id: str, body: 'IdentityResol
1152711527
body=body_params,
1152811528
post_params=form_params,
1152911529
files=local_var_files,
11530-
response_type='IdentityResolutionConfig',
11530+
response_type='IVRIdentityResolutionConfig',
1153111531
auth_settings=auth_settings,
1153211532
callback=params.get('callback'))
1153311533
return response

build/PureCloudPlatformClientV2/apis/business_rules_api.py

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def delete_businessrules_decisiontable(self, table_id: str, **kwargs) -> None:
7878
"""
7979
Delete a decision table
8080
81-
delete_businessrules_decisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8281
8382
This method makes a synchronous HTTP request by default. To make an
8483
asynchronous HTTP request, please define a `callback` function
@@ -160,7 +159,6 @@ def delete_businessrules_decisiontable_version(self, table_id: str, table_versio
160159
"""
161160
Delete a decision table version
162161
163-
delete_businessrules_decisiontable_version is a preview method and is subject to both breaking and non-breaking changes at any time without notice
164162
165163
This method makes a synchronous HTTP request by default. To make an
166164
asynchronous HTTP request, please define a `callback` function
@@ -245,7 +243,6 @@ def delete_businessrules_decisiontable_version_row(self, table_id: str, table_ve
245243
"""
246244
Delete a decision table row
247245
248-
delete_businessrules_decisiontable_version_row is a preview method and is subject to both breaking and non-breaking changes at any time without notice
249246
250247
This method makes a synchronous HTTP request by default. To make an
251248
asynchronous HTTP request, please define a `callback` function
@@ -336,7 +333,6 @@ def delete_businessrules_schema(self, schema_id: str, **kwargs) -> None:
336333
"""
337334
Delete a schema
338335
339-
delete_businessrules_schema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
340336
341337
This method makes a synchronous HTTP request by default. To make an
342338
asynchronous HTTP request, please define a `callback` function
@@ -415,7 +411,6 @@ def get_businessrules_decisiontable(self, table_id: str, **kwargs) -> 'DecisionT
415411
"""
416412
Get a decision table
417413
418-
get_businessrules_decisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
419414
420415
This method makes a synchronous HTTP request by default. To make an
421416
asynchronous HTTP request, please define a `callback` function
@@ -494,7 +489,6 @@ def get_businessrules_decisiontable_version(self, table_id: str, table_version:
494489
"""
495490
Get a decision table version
496491
497-
get_businessrules_decisiontable_version is a preview method and is subject to both breaking and non-breaking changes at any time without notice
498492
499493
This method makes a synchronous HTTP request by default. To make an
500494
asynchronous HTTP request, please define a `callback` function
@@ -579,7 +573,6 @@ def get_businessrules_decisiontable_version_row(self, table_id: str, table_versi
579573
"""
580574
Get a decision table row
581575
582-
get_businessrules_decisiontable_version_row is a preview method and is subject to both breaking and non-breaking changes at any time without notice
583576
584577
This method makes a synchronous HTTP request by default. To make an
585578
asynchronous HTTP request, please define a `callback` function
@@ -670,7 +663,6 @@ def get_businessrules_decisiontable_version_rows(self, table_id: str, table_vers
670663
"""
671664
Get a list of decision table rows.
672665
673-
get_businessrules_decisiontable_version_rows is a preview method and is subject to both breaking and non-breaking changes at any time without notice
674666
675667
This method makes a synchronous HTTP request by default. To make an
676668
asynchronous HTTP request, please define a `callback` function
@@ -761,7 +753,6 @@ def get_businessrules_decisiontable_versions(self, table_id: str, **kwargs) -> '
761753
"""
762754
Get a list of decision table versions
763755
764-
get_businessrules_decisiontable_versions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
765756
766757
This method makes a synchronous HTTP request by default. To make an
767758
asynchronous HTTP request, please define a `callback` function
@@ -846,7 +837,6 @@ def get_businessrules_decisiontables(self, **kwargs) -> 'DecisionTableListing':
846837
"""
847838
Get a list of decision tables.
848839
849-
get_businessrules_decisiontables is a preview method and is subject to both breaking and non-breaking changes at any time without notice
850840
851841
This method makes a synchronous HTTP request by default. To make an
852842
asynchronous HTTP request, please define a `callback` function
@@ -931,7 +921,6 @@ def get_businessrules_decisiontables_search(self, **kwargs) -> 'DecisionTableLis
931921
"""
932922
Search for decision tables.
933923
934-
get_businessrules_decisiontables_search is a preview method and is subject to both breaking and non-breaking changes at any time without notice
935924
936925
This method makes a synchronous HTTP request by default. To make an
937926
asynchronous HTTP request, please define a `callback` function
@@ -1025,7 +1014,6 @@ def get_businessrules_schema(self, schema_id: str, **kwargs) -> 'BusinessRulesDa
10251014
"""
10261015
Get a schema
10271016
1028-
get_businessrules_schema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10291017
10301018
This method makes a synchronous HTTP request by default. To make an
10311019
asynchronous HTTP request, please define a `callback` function
@@ -1104,7 +1092,6 @@ def get_businessrules_schemas(self, **kwargs) -> 'BusinessRulesDataSchemaListing
11041092
"""
11051093
Get a list of schemas.
11061094
1107-
get_businessrules_schemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11081095
11091096
This method makes a synchronous HTTP request by default. To make an
11101097
asynchronous HTTP request, please define a `callback` function
@@ -1177,7 +1164,6 @@ def get_businessrules_schemas_coretype(self, core_type_name: str, **kwargs) -> '
11771164
"""
11781165
Get a specific named core type.
11791166
1180-
get_businessrules_schemas_coretype is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11811167
11821168
This method makes a synchronous HTTP request by default. To make an
11831169
asynchronous HTTP request, please define a `callback` function
@@ -1256,7 +1242,6 @@ def get_businessrules_schemas_coretypes(self, **kwargs) -> 'CoretypeListing':
12561242
"""
12571243
Get the core types from which all schemas are built.
12581244
1259-
get_businessrules_schemas_coretypes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12601245
12611246
This method makes a synchronous HTTP request by default. To make an
12621247
asynchronous HTTP request, please define a `callback` function
@@ -1329,7 +1314,6 @@ def patch_businessrules_decisiontable(self, table_id: str, body: 'UpdateDecision
13291314
"""
13301315
Update a decision table
13311316
1332-
patch_businessrules_decisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13331317
13341318
This method makes a synchronous HTTP request by default. To make an
13351319
asynchronous HTTP request, please define a `callback` function
@@ -1414,7 +1398,6 @@ def patch_businessrules_decisiontable_version(self, table_id: str, table_version
14141398
"""
14151399
Update a decision table version
14161400
1417-
patch_businessrules_decisiontable_version is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14181401
14191402
This method makes a synchronous HTTP request by default. To make an
14201403
asynchronous HTTP request, please define a `callback` function
@@ -1505,7 +1488,6 @@ def post_businessrules_decisiontable_execute(self, table_id: str, body: 'Decisio
15051488
"""
15061489
Execute a published decision table
15071490
1508-
post_businessrules_decisiontable_execute is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15091491
15101492
This method makes a synchronous HTTP request by default. To make an
15111493
asynchronous HTTP request, please define a `callback` function
@@ -1590,7 +1572,6 @@ def post_businessrules_decisiontable_version_copy(self, table_id: str, table_ver
15901572
"""
15911573
Copy a decision table version
15921574
1593-
post_businessrules_decisiontable_version_copy is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15941575
15951576
This method makes a synchronous HTTP request by default. To make an
15961577
asynchronous HTTP request, please define a `callback` function
@@ -1681,7 +1662,6 @@ def post_businessrules_decisiontable_version_execute(self, table_id: str, table_
16811662
"""
16821663
Execute a decision table version
16831664
1684-
post_businessrules_decisiontable_version_execute is a preview method and is subject to both breaking and non-breaking changes at any time without notice
16851665
16861666
This method makes a synchronous HTTP request by default. To make an
16871667
asynchronous HTTP request, please define a `callback` function
@@ -1772,7 +1752,6 @@ def post_businessrules_decisiontable_version_rows(self, table_id: str, table_ver
17721752
"""
17731753
Create a decision table row
17741754
1775-
post_businessrules_decisiontable_version_rows is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17761755
17771756
This method makes a synchronous HTTP request by default. To make an
17781757
asynchronous HTTP request, please define a `callback` function
@@ -1863,7 +1842,6 @@ def post_businessrules_decisiontable_version_rows_search(self, table_id: str, ta
18631842
"""
18641843
Search for decision table rows
18651844
1866-
post_businessrules_decisiontable_version_rows_search is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18671845
18681846
This method makes a synchronous HTTP request by default. To make an
18691847
asynchronous HTTP request, please define a `callback` function
@@ -1960,7 +1938,6 @@ def post_businessrules_decisiontable_version_sync(self, table_id: str, table_ver
19601938
"""
19611939
Update the Business Rules Schema to the latest version for a given decision table version
19621940
1963-
post_businessrules_decisiontable_version_sync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
19641941
19651942
This method makes a synchronous HTTP request by default. To make an
19661943
asynchronous HTTP request, please define a `callback` function
@@ -2045,7 +2022,6 @@ def post_businessrules_decisiontable_versions(self, table_id: str, **kwargs) ->
20452022
"""
20462023
Create a new decision table version
20472024
2048-
post_businessrules_decisiontable_versions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
20492025
20502026
This method makes a synchronous HTTP request by default. To make an
20512027
asynchronous HTTP request, please define a `callback` function
@@ -2124,7 +2100,6 @@ def post_businessrules_decisiontables(self, body: 'CreateDecisionTableRequest',
21242100
"""
21252101
Create a decision table
21262102
2127-
post_businessrules_decisiontables is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21282103
21292104
This method makes a synchronous HTTP request by default. To make an
21302105
asynchronous HTTP request, please define a `callback` function
@@ -2203,7 +2178,6 @@ def post_businessrules_schemas(self, body: 'BusinessRulesSchemaCreateRequest', *
22032178
"""
22042179
Create a schema
22052180
2206-
post_businessrules_schemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22072181
22082182
This method makes a synchronous HTTP request by default. To make an
22092183
asynchronous HTTP request, please define a `callback` function
@@ -2282,7 +2256,6 @@ def put_businessrules_decisiontable_version_publish(self, table_id: str, table_v
22822256
"""
22832257
Publish a decision table version
22842258
2285-
put_businessrules_decisiontable_version_publish is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22862259
22872260
This method makes a synchronous HTTP request by default. To make an
22882261
asynchronous HTTP request, please define a `callback` function
@@ -2367,7 +2340,6 @@ def put_businessrules_decisiontable_version_row(self, table_id: str, table_versi
23672340
"""
23682341
Full update a decision table row
23692342
2370-
put_businessrules_decisiontable_version_row is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23712343
23722344
This method makes a synchronous HTTP request by default. To make an
23732345
asynchronous HTTP request, please define a `callback` function
@@ -2464,7 +2436,6 @@ def put_businessrules_schema(self, schema_id: str, body: 'BusinessRulesSchemaUpd
24642436
"""
24652437
Update a schema
24662438
2467-
put_businessrules_schema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
24682439
24692440
This method makes a synchronous HTTP request by default. To make an
24702441
asynchronous HTTP request, please define a `callback` function

0 commit comments

Comments
 (0)