Skip to content

Commit 4690d1b

Browse files
author
PureCloud Jenkins
committed
82.0.0
1 parent 079f9bf commit 4690d1b

63 files changed

Lines changed: 761 additions & 734 deletions

Some content is hidden

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

build/PureCloudPlatformClientV2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,6 +1832,7 @@
18321832
from .models.wfm_user_schedule_adherence_updated_topic_user_reference import WfmUserScheduleAdherenceUpdatedTopicUserReference
18331833
from .models.wfm_user_schedule_adherence_updated_topic_user_schedule_adherence_update import WfmUserScheduleAdherenceUpdatedTopicUserScheduleAdherenceUpdate
18341834
from .models.wfm_versioned_entity_metadata import WfmVersionedEntityMetadata
1835+
from .models.whats_app_definition import WhatsAppDefinition
18351836
from .models.whats_app_id import WhatsAppId
18361837
from .models.whats_app_integration import WhatsAppIntegration
18371838
from .models.whats_app_integration_entity_listing import WhatsAppIntegrationEntityListing
@@ -1886,7 +1887,6 @@
18861887
from .apis.languages_api import LanguagesApi
18871888
from .apis.license_api import LicenseApi
18881889
from .apis.locations_api import LocationsApi
1889-
from .apis.messaging_api import MessagingApi
18901890
from .apis.mobile_devices_api import MobileDevicesApi
18911891
from .apis.notifications_api import NotificationsApi
18921892
from .apis.o_auth_api import OAuthApi

build/PureCloudPlatformClientV2/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def __call_api(self, resource_path, method,
185185
header_params['Cookie'] = self.cookie
186186
if header_params:
187187
header_params = self.sanitize_for_serialization(header_params)
188-
header_params['purecloud-sdk'] = '81.0.0'
188+
header_params['purecloud-sdk'] = '82.0.0'
189189

190190
# path parameters
191191
if path_params:

build/PureCloudPlatformClientV2/apis/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from .languages_api import LanguagesApi
2222
from .license_api import LicenseApi
2323
from .locations_api import LocationsApi
24-
from .messaging_api import MessagingApi
2524
from .mobile_devices_api import MobileDevicesApi
2625
from .notifications_api import NotificationsApi
2726
from .o_auth_api import OAuthApi

build/PureCloudPlatformClientV2/apis/authorization_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def get_authorization_divisionspermitted_paged_me(self, permission, **kwargs):
787787
def get_authorization_divisionspermitted_paged_subject_id(self, subject_id, permission, **kwargs):
788788
"""
789789
Returns which divisions the specified user has the given permission in.
790-
790+
This route is deprecated, use authorization/divisionspermitted/paged/me instead.
791791
792792
This method makes a synchronous HTTP request by default. To make an
793793
asynchronous HTTP request, please define a `callback` function

build/PureCloudPlatformClientV2/apis/external_contacts_api.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def delete_externalcontacts_contact(self, contact_id, **kwargs):
6262
:param callback function: The callback function
6363
for asynchronous request. (optional)
6464
:param str contact_id: ExternalContact ID (required)
65-
:return: None
65+
:return: Empty
6666
If the method is called asynchronously,
6767
returns the request thread.
6868
"""
@@ -119,7 +119,7 @@ def delete_externalcontacts_contact(self, contact_id, **kwargs):
119119
body=body_params,
120120
post_params=form_params,
121121
files=local_var_files,
122-
response_type=None,
122+
response_type='Empty',
123123
auth_settings=auth_settings,
124124
callback=params.get('callback'))
125125
return response
@@ -141,7 +141,7 @@ def delete_externalcontacts_contact_note(self, contact_id, note_id, **kwargs):
141141
for asynchronous request. (optional)
142142
:param str contact_id: ExternalContact Id (required)
143143
:param str note_id: Note Id (required)
144-
:return: None
144+
:return: Empty
145145
If the method is called asynchronously,
146146
returns the request thread.
147147
"""
@@ -203,7 +203,7 @@ def delete_externalcontacts_contact_note(self, contact_id, note_id, **kwargs):
203203
body=body_params,
204204
post_params=form_params,
205205
files=local_var_files,
206-
response_type=None,
206+
response_type='Empty',
207207
auth_settings=auth_settings,
208208
callback=params.get('callback'))
209209
return response
@@ -224,7 +224,7 @@ def delete_externalcontacts_organization(self, external_organization_id, **kwarg
224224
:param callback function: The callback function
225225
for asynchronous request. (optional)
226226
:param str external_organization_id: External Organization ID (required)
227-
:return: None
227+
:return: Empty
228228
If the method is called asynchronously,
229229
returns the request thread.
230230
"""
@@ -281,7 +281,7 @@ def delete_externalcontacts_organization(self, external_organization_id, **kwarg
281281
body=body_params,
282282
post_params=form_params,
283283
files=local_var_files,
284-
response_type=None,
284+
response_type='Empty',
285285
auth_settings=auth_settings,
286286
callback=params.get('callback'))
287287
return response
@@ -303,7 +303,7 @@ def delete_externalcontacts_organization_note(self, external_organization_id, no
303303
for asynchronous request. (optional)
304304
:param str external_organization_id: External Organization Id (required)
305305
:param str note_id: Note Id (required)
306-
:return: None
306+
:return: Empty
307307
If the method is called asynchronously,
308308
returns the request thread.
309309
"""
@@ -365,7 +365,7 @@ def delete_externalcontacts_organization_note(self, external_organization_id, no
365365
body=body_params,
366366
post_params=form_params,
367367
files=local_var_files,
368-
response_type=None,
368+
response_type='Empty',
369369
auth_settings=auth_settings,
370370
callback=params.get('callback'))
371371
return response
@@ -464,7 +464,7 @@ def delete_externalcontacts_relationship(self, relationship_id, **kwargs):
464464
:param callback function: The callback function
465465
for asynchronous request. (optional)
466466
:param str relationship_id: Relationship Id (required)
467-
:return: None
467+
:return: Empty
468468
If the method is called asynchronously,
469469
returns the request thread.
470470
"""
@@ -521,7 +521,7 @@ def delete_externalcontacts_relationship(self, relationship_id, **kwargs):
521521
body=body_params,
522522
post_params=form_params,
523523
files=local_var_files,
524-
response_type=None,
524+
response_type='Empty',
525525
auth_settings=auth_settings,
526526
callback=params.get('callback'))
527527
return response

build/PureCloudPlatformClientV2/apis/messaging_api.py

Lines changed: 0 additions & 131 deletions
This file was deleted.

build/PureCloudPlatformClientV2/apis/response_management_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,13 @@ def get_responsemanagement_libraries(self, **kwargs):
219219
for asynchronous request. (optional)
220220
:param int page_number: Page number
221221
:param int page_size: Page size
222+
:param str messaging_template_filter: Returns a list of libraries that contain responses with at least one messaging template defined for a specific message channel
222223
:return: LibraryEntityListing
223224
If the method is called asynchronously,
224225
returns the request thread.
225226
"""
226227

227-
all_params = ['page_number', 'page_size']
228+
all_params = ['page_number', 'page_size', 'messaging_template_filter']
228229
all_params.append('callback')
229230

230231
params = locals()
@@ -247,6 +248,8 @@ def get_responsemanagement_libraries(self, **kwargs):
247248
query_params['pageNumber'] = params['page_number']
248249
if 'page_size' in params:
249250
query_params['pageSize'] = params['page_size']
251+
if 'messaging_template_filter' in params:
252+
query_params['messagingTemplateFilter'] = params['messaging_template_filter']
250253

251254
header_params = {}
252255

build/PureCloudPlatformClientV2/apis/users_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ def get_authorization_divisionspermitted_paged_me(self, permission, **kwargs):
10241024
def get_authorization_divisionspermitted_paged_subject_id(self, subject_id, permission, **kwargs):
10251025
"""
10261026
Returns which divisions the specified user has the given permission in.
1027-
1027+
This route is deprecated, use authorization/divisionspermitted/paged/me instead.
10281028
10291029
This method makes a synchronous HTTP request by default. To make an
10301030
asynchronous HTTP request, please define a `callback` function

build/PureCloudPlatformClientV2/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,5 @@ def to_debug_report(self):
255255
"OS: {env}\n"\
256256
"Python Version: {pyversion}\n"\
257257
"Version of the API: v2\n"\
258-
"SDK Package Version: 81.0.0".\
258+
"SDK Package Version: 82.0.0".\
259259
format(env=sys.platform, pyversion=sys.version)

build/PureCloudPlatformClientV2/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,6 +1832,7 @@
18321832
from .wfm_user_schedule_adherence_updated_topic_user_reference import WfmUserScheduleAdherenceUpdatedTopicUserReference
18331833
from .wfm_user_schedule_adherence_updated_topic_user_schedule_adherence_update import WfmUserScheduleAdherenceUpdatedTopicUserScheduleAdherenceUpdate
18341834
from .wfm_versioned_entity_metadata import WfmVersionedEntityMetadata
1835+
from .whats_app_definition import WhatsAppDefinition
18351836
from .whats_app_id import WhatsAppId
18361837
from .whats_app_integration import WhatsAppIntegration
18371838
from .whats_app_integration_entity_listing import WhatsAppIntegrationEntityListing

0 commit comments

Comments
 (0)