Skip to content

Commit 56be8d6

Browse files
author
PureCloud Jenkins
committed
90.0.0
1 parent 7ca2378 commit 56be8d6

405 files changed

Lines changed: 6569 additions & 4130 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.

build/PureCloudPlatformClientV2/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,6 +1882,8 @@
18821882
from .models.voicemail_media_info import VoicemailMediaInfo
18831883
from .models.voicemail_message import VoicemailMessage
18841884
from .models.voicemail_message_entity_listing import VoicemailMessageEntityListing
1885+
from .models.voicemail_messages_topic_owner import VoicemailMessagesTopicOwner
1886+
from .models.voicemail_messages_topic_voicemail_copy_record import VoicemailMessagesTopicVoicemailCopyRecord
18851887
from .models.voicemail_messages_topic_voicemail_message import VoicemailMessagesTopicVoicemailMessage
18861888
from .models.voicemail_organization_policy import VoicemailOrganizationPolicy
18871889
from .models.voicemail_retention_policy import VoicemailRetentionPolicy
@@ -1953,6 +1955,13 @@
19531955
from .models.wfm_bu_schedule_topic_management_unit import WfmBuScheduleTopicManagementUnit
19541956
from .models.wfm_bu_schedule_topic_user_reference import WfmBuScheduleTopicUserReference
19551957
from .models.wfm_bu_schedule_topic_wfm_versioned_entity_metadata import WfmBuScheduleTopicWfmVersionedEntityMetadata
1958+
from .models.wfm_bu_short_term_forecast_import_complete_topic_bu_forecast_modification import WfmBuShortTermForecastImportCompleteTopicBuForecastModification
1959+
from .models.wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast import WfmBuShortTermForecastImportCompleteTopicBuShortTermForecast
1960+
from .models.wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast_notification import WfmBuShortTermForecastImportCompleteTopicBuShortTermForecastNotification
1961+
from .models.wfm_bu_short_term_forecast_import_complete_topic_forecast_source_day_pointer import WfmBuShortTermForecastImportCompleteTopicForecastSourceDayPointer
1962+
from .models.wfm_bu_short_term_forecast_import_complete_topic_modification_interval_offset_value import WfmBuShortTermForecastImportCompleteTopicModificationIntervalOffsetValue
1963+
from .models.wfm_bu_short_term_forecast_import_complete_topic_user_reference import WfmBuShortTermForecastImportCompleteTopicUserReference
1964+
from .models.wfm_bu_short_term_forecast_import_complete_topic_wfm_versioned_entity_metadata import WfmBuShortTermForecastImportCompleteTopicWfmVersionedEntityMetadata
19561965
from .models.wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_notification import WfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateNotification
19571966
from .models.wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_result import WfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateResult
19581967
from .models.wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_result_listing import WfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateResultListing

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'] = '89.0.0'
188+
header_params['purecloud-sdk'] = '90.0.0'
189189

190190
# path parameters
191191
if path_params:

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: 89.0.0".\
258+
"SDK Package Version: 90.0.0".\
259259
format(env=sys.platform, pyversion=sys.version)

build/PureCloudPlatformClientV2/models/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,6 +1882,8 @@
18821882
from .voicemail_media_info import VoicemailMediaInfo
18831883
from .voicemail_message import VoicemailMessage
18841884
from .voicemail_message_entity_listing import VoicemailMessageEntityListing
1885+
from .voicemail_messages_topic_owner import VoicemailMessagesTopicOwner
1886+
from .voicemail_messages_topic_voicemail_copy_record import VoicemailMessagesTopicVoicemailCopyRecord
18851887
from .voicemail_messages_topic_voicemail_message import VoicemailMessagesTopicVoicemailMessage
18861888
from .voicemail_organization_policy import VoicemailOrganizationPolicy
18871889
from .voicemail_retention_policy import VoicemailRetentionPolicy
@@ -1953,6 +1955,13 @@
19531955
from .wfm_bu_schedule_topic_management_unit import WfmBuScheduleTopicManagementUnit
19541956
from .wfm_bu_schedule_topic_user_reference import WfmBuScheduleTopicUserReference
19551957
from .wfm_bu_schedule_topic_wfm_versioned_entity_metadata import WfmBuScheduleTopicWfmVersionedEntityMetadata
1958+
from .wfm_bu_short_term_forecast_import_complete_topic_bu_forecast_modification import WfmBuShortTermForecastImportCompleteTopicBuForecastModification
1959+
from .wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast import WfmBuShortTermForecastImportCompleteTopicBuShortTermForecast
1960+
from .wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast_notification import WfmBuShortTermForecastImportCompleteTopicBuShortTermForecastNotification
1961+
from .wfm_bu_short_term_forecast_import_complete_topic_forecast_source_day_pointer import WfmBuShortTermForecastImportCompleteTopicForecastSourceDayPointer
1962+
from .wfm_bu_short_term_forecast_import_complete_topic_modification_interval_offset_value import WfmBuShortTermForecastImportCompleteTopicModificationIntervalOffsetValue
1963+
from .wfm_bu_short_term_forecast_import_complete_topic_user_reference import WfmBuShortTermForecastImportCompleteTopicUserReference
1964+
from .wfm_bu_short_term_forecast_import_complete_topic_wfm_versioned_entity_metadata import WfmBuShortTermForecastImportCompleteTopicWfmVersionedEntityMetadata
19561965
from .wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_notification import WfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateNotification
19571966
from .wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_result import WfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateResult
19581967
from .wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_result_listing import WfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateResultListing

build/PureCloudPlatformClientV2/models/action_entity_listing.py

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def __init__(self):
4545
'page_number': 'int',
4646
'total': 'int',
4747
'first_uri': 'str',
48-
'next_uri': 'str',
4948
'self_uri': 'str',
49+
'next_uri': 'str',
5050
'last_uri': 'str',
5151
'previous_uri': 'str',
5252
'page_count': 'int'
@@ -58,8 +58,8 @@ def __init__(self):
5858
'page_number': 'pageNumber',
5959
'total': 'total',
6060
'first_uri': 'firstUri',
61-
'next_uri': 'nextUri',
6261
'self_uri': 'selfUri',
62+
'next_uri': 'nextUri',
6363
'last_uri': 'lastUri',
6464
'previous_uri': 'previousUri',
6565
'page_count': 'pageCount'
@@ -70,8 +70,8 @@ def __init__(self):
7070
self._page_number = None
7171
self._total = None
7272
self._first_uri = None
73-
self._next_uri = None
7473
self._self_uri = None
74+
self._next_uri = None
7575
self._last_uri = None
7676
self._previous_uri = None
7777
self._page_count = None
@@ -192,50 +192,50 @@ def first_uri(self, first_uri):
192192
self._first_uri = first_uri
193193

194194
@property
195-
def next_uri(self):
195+
def self_uri(self):
196196
"""
197-
Gets the next_uri of this ActionEntityListing.
197+
Gets the self_uri of this ActionEntityListing.
198198
199199
200-
:return: The next_uri of this ActionEntityListing.
200+
:return: The self_uri of this ActionEntityListing.
201201
:rtype: str
202202
"""
203-
return self._next_uri
203+
return self._self_uri
204204

205-
@next_uri.setter
206-
def next_uri(self, next_uri):
205+
@self_uri.setter
206+
def self_uri(self, self_uri):
207207
"""
208-
Sets the next_uri of this ActionEntityListing.
208+
Sets the self_uri of this ActionEntityListing.
209209
210210
211-
:param next_uri: The next_uri of this ActionEntityListing.
211+
:param self_uri: The self_uri of this ActionEntityListing.
212212
:type: str
213213
"""
214214

215-
self._next_uri = next_uri
215+
self._self_uri = self_uri
216216

217217
@property
218-
def self_uri(self):
218+
def next_uri(self):
219219
"""
220-
Gets the self_uri of this ActionEntityListing.
220+
Gets the next_uri of this ActionEntityListing.
221221
222222
223-
:return: The self_uri of this ActionEntityListing.
223+
:return: The next_uri of this ActionEntityListing.
224224
:rtype: str
225225
"""
226-
return self._self_uri
226+
return self._next_uri
227227

228-
@self_uri.setter
229-
def self_uri(self, self_uri):
228+
@next_uri.setter
229+
def next_uri(self, next_uri):
230230
"""
231-
Sets the self_uri of this ActionEntityListing.
231+
Sets the next_uri of this ActionEntityListing.
232232
233233
234-
:param self_uri: The self_uri of this ActionEntityListing.
234+
:param next_uri: The next_uri of this ActionEntityListing.
235235
:type: str
236236
"""
237237

238-
self._self_uri = self_uri
238+
self._next_uri = next_uri
239239

240240
@property
241241
def last_uri(self):

build/PureCloudPlatformClientV2/models/agent_activity_entity_listing.py

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def __init__(self):
4545
'page_number': 'int',
4646
'total': 'int',
4747
'first_uri': 'str',
48-
'next_uri': 'str',
4948
'self_uri': 'str',
49+
'next_uri': 'str',
5050
'last_uri': 'str',
5151
'previous_uri': 'str',
5252
'page_count': 'int'
@@ -58,8 +58,8 @@ def __init__(self):
5858
'page_number': 'pageNumber',
5959
'total': 'total',
6060
'first_uri': 'firstUri',
61-
'next_uri': 'nextUri',
6261
'self_uri': 'selfUri',
62+
'next_uri': 'nextUri',
6363
'last_uri': 'lastUri',
6464
'previous_uri': 'previousUri',
6565
'page_count': 'pageCount'
@@ -70,8 +70,8 @@ def __init__(self):
7070
self._page_number = None
7171
self._total = None
7272
self._first_uri = None
73-
self._next_uri = None
7473
self._self_uri = None
74+
self._next_uri = None
7575
self._last_uri = None
7676
self._previous_uri = None
7777
self._page_count = None
@@ -192,50 +192,50 @@ def first_uri(self, first_uri):
192192
self._first_uri = first_uri
193193

194194
@property
195-
def next_uri(self):
195+
def self_uri(self):
196196
"""
197-
Gets the next_uri of this AgentActivityEntityListing.
197+
Gets the self_uri of this AgentActivityEntityListing.
198198
199199
200-
:return: The next_uri of this AgentActivityEntityListing.
200+
:return: The self_uri of this AgentActivityEntityListing.
201201
:rtype: str
202202
"""
203-
return self._next_uri
203+
return self._self_uri
204204

205-
@next_uri.setter
206-
def next_uri(self, next_uri):
205+
@self_uri.setter
206+
def self_uri(self, self_uri):
207207
"""
208-
Sets the next_uri of this AgentActivityEntityListing.
208+
Sets the self_uri of this AgentActivityEntityListing.
209209
210210
211-
:param next_uri: The next_uri of this AgentActivityEntityListing.
211+
:param self_uri: The self_uri of this AgentActivityEntityListing.
212212
:type: str
213213
"""
214214

215-
self._next_uri = next_uri
215+
self._self_uri = self_uri
216216

217217
@property
218-
def self_uri(self):
218+
def next_uri(self):
219219
"""
220-
Gets the self_uri of this AgentActivityEntityListing.
220+
Gets the next_uri of this AgentActivityEntityListing.
221221
222222
223-
:return: The self_uri of this AgentActivityEntityListing.
223+
:return: The next_uri of this AgentActivityEntityListing.
224224
:rtype: str
225225
"""
226-
return self._self_uri
226+
return self._next_uri
227227

228-
@self_uri.setter
229-
def self_uri(self, self_uri):
228+
@next_uri.setter
229+
def next_uri(self, next_uri):
230230
"""
231-
Sets the self_uri of this AgentActivityEntityListing.
231+
Sets the next_uri of this AgentActivityEntityListing.
232232
233233
234-
:param self_uri: The self_uri of this AgentActivityEntityListing.
234+
:param next_uri: The next_uri of this AgentActivityEntityListing.
235235
:type: str
236236
"""
237237

238-
self._self_uri = self_uri
238+
self._next_uri = next_uri
239239

240240
@property
241241
def last_uri(self):

0 commit comments

Comments
 (0)