Skip to content

Commit df0283c

Browse files
author
PureCloud Jenkins
committed
37.0.0
1 parent c8df40f commit df0283c

File tree

318 files changed

+4594
-3993
lines changed

Some content is hidden

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

318 files changed

+4594
-3993
lines changed

build/PureCloudPlatformClientV2/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
from .models.analytics_routing_status_record import AnalyticsRoutingStatusRecord
5454
from .models.analytics_session import AnalyticsSession
5555
from .models.analytics_session_metric import AnalyticsSessionMetric
56+
from .models.analytics_survey import AnalyticsSurvey
5657
from .models.analytics_user_detail import AnalyticsUserDetail
5758
from .models.analytics_user_details_query_response import AnalyticsUserDetailsQueryResponse
5859
from .models.analytics_user_presence_record import AnalyticsUserPresenceRecord

build/PureCloudPlatformClientV2/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def __call_api(self, resource_path, method,
112112
header_params['Cookie'] = self.cookie
113113
if header_params:
114114
header_params = self.sanitize_for_serialization(header_params)
115-
header_params['purecloud-sdk'] = '36.0.2'
115+
header_params['purecloud-sdk'] = '37.0.0'
116116

117117
# path parameters
118118
if path_params:

build/PureCloudPlatformClientV2/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ def to_debug_report(self):
238238
"OS: {env}\n"\
239239
"Python Version: {pyversion}\n"\
240240
"Version of the API: v2\n"\
241-
"SDK Package Version: 36.0.2".\
241+
"SDK Package Version: 37.0.0".\
242242
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
@@ -53,6 +53,7 @@
5353
from .analytics_routing_status_record import AnalyticsRoutingStatusRecord
5454
from .analytics_session import AnalyticsSession
5555
from .analytics_session_metric import AnalyticsSessionMetric
56+
from .analytics_survey import AnalyticsSurvey
5657
from .analytics_user_detail import AnalyticsUserDetail
5758
from .analytics_user_details_query_response import AnalyticsUserDetailsQueryResponse
5859
from .analytics_user_presence_record import AnalyticsUserPresenceRecord

build/PureCloudPlatformClientV2/models/action_entity_listing.py

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ def __init__(self):
4343
'page_number': 'int',
4444
'total': 'int',
4545
'self_uri': 'str',
46-
'first_uri': 'str',
4746
'previous_uri': 'str',
4847
'next_uri': 'str',
4948
'last_uri': 'str',
49+
'first_uri': 'str',
5050
'page_count': 'int'
5151
}
5252

@@ -56,10 +56,10 @@ def __init__(self):
5656
'page_number': 'pageNumber',
5757
'total': 'total',
5858
'self_uri': 'selfUri',
59-
'first_uri': 'firstUri',
6059
'previous_uri': 'previousUri',
6160
'next_uri': 'nextUri',
6261
'last_uri': 'lastUri',
62+
'first_uri': 'firstUri',
6363
'page_count': 'pageCount'
6464
}
6565

@@ -68,10 +68,10 @@ def __init__(self):
6868
self._page_number = None
6969
self._total = None
7070
self._self_uri = None
71-
self._first_uri = None
7271
self._previous_uri = None
7372
self._next_uri = None
7473
self._last_uri = None
74+
self._first_uri = None
7575
self._page_count = None
7676

7777
@property
@@ -189,29 +189,6 @@ def self_uri(self, self_uri):
189189

190190
self._self_uri = self_uri
191191

192-
@property
193-
def first_uri(self):
194-
"""
195-
Gets the first_uri of this ActionEntityListing.
196-
197-
198-
:return: The first_uri of this ActionEntityListing.
199-
:rtype: str
200-
"""
201-
return self._first_uri
202-
203-
@first_uri.setter
204-
def first_uri(self, first_uri):
205-
"""
206-
Sets the first_uri of this ActionEntityListing.
207-
208-
209-
:param first_uri: The first_uri of this ActionEntityListing.
210-
:type: str
211-
"""
212-
213-
self._first_uri = first_uri
214-
215192
@property
216193
def previous_uri(self):
217194
"""
@@ -281,6 +258,29 @@ def last_uri(self, last_uri):
281258

282259
self._last_uri = last_uri
283260

261+
@property
262+
def first_uri(self):
263+
"""
264+
Gets the first_uri of this ActionEntityListing.
265+
266+
267+
:return: The first_uri of this ActionEntityListing.
268+
:rtype: str
269+
"""
270+
return self._first_uri
271+
272+
@first_uri.setter
273+
def first_uri(self, first_uri):
274+
"""
275+
Sets the first_uri of this ActionEntityListing.
276+
277+
278+
:param first_uri: The first_uri of this ActionEntityListing.
279+
:type: str
280+
"""
281+
282+
self._first_uri = first_uri
283+
284284
@property
285285
def page_count(self):
286286
"""

build/PureCloudPlatformClientV2/models/agent_activity_entity_listing.py

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ def __init__(self):
4343
'page_number': 'int',
4444
'total': 'int',
4545
'self_uri': 'str',
46-
'first_uri': 'str',
4746
'previous_uri': 'str',
4847
'next_uri': 'str',
4948
'last_uri': 'str',
49+
'first_uri': 'str',
5050
'page_count': 'int'
5151
}
5252

@@ -56,10 +56,10 @@ def __init__(self):
5656
'page_number': 'pageNumber',
5757
'total': 'total',
5858
'self_uri': 'selfUri',
59-
'first_uri': 'firstUri',
6059
'previous_uri': 'previousUri',
6160
'next_uri': 'nextUri',
6261
'last_uri': 'lastUri',
62+
'first_uri': 'firstUri',
6363
'page_count': 'pageCount'
6464
}
6565

@@ -68,10 +68,10 @@ def __init__(self):
6868
self._page_number = None
6969
self._total = None
7070
self._self_uri = None
71-
self._first_uri = None
7271
self._previous_uri = None
7372
self._next_uri = None
7473
self._last_uri = None
74+
self._first_uri = None
7575
self._page_count = None
7676

7777
@property
@@ -189,29 +189,6 @@ def self_uri(self, self_uri):
189189

190190
self._self_uri = self_uri
191191

192-
@property
193-
def first_uri(self):
194-
"""
195-
Gets the first_uri of this AgentActivityEntityListing.
196-
197-
198-
:return: The first_uri of this AgentActivityEntityListing.
199-
:rtype: str
200-
"""
201-
return self._first_uri
202-
203-
@first_uri.setter
204-
def first_uri(self, first_uri):
205-
"""
206-
Sets the first_uri of this AgentActivityEntityListing.
207-
208-
209-
:param first_uri: The first_uri of this AgentActivityEntityListing.
210-
:type: str
211-
"""
212-
213-
self._first_uri = first_uri
214-
215192
@property
216193
def previous_uri(self):
217194
"""
@@ -281,6 +258,29 @@ def last_uri(self, last_uri):
281258

282259
self._last_uri = last_uri
283260

261+
@property
262+
def first_uri(self):
263+
"""
264+
Gets the first_uri of this AgentActivityEntityListing.
265+
266+
267+
:return: The first_uri of this AgentActivityEntityListing.
268+
:rtype: str
269+
"""
270+
return self._first_uri
271+
272+
@first_uri.setter
273+
def first_uri(self, first_uri):
274+
"""
275+
Sets the first_uri of this AgentActivityEntityListing.
276+
277+
278+
:param first_uri: The first_uri of this AgentActivityEntityListing.
279+
:type: str
280+
"""
281+
282+
self._first_uri = first_uri
283+
284284
@property
285285
def page_count(self):
286286
"""

build/PureCloudPlatformClientV2/models/aggregate_metric_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def metric(self, metric):
7373
:param metric: The metric of this AggregateMetricData.
7474
:type: str
7575
"""
76-
allowed_values = ["tSegmentDuration", "tConversationDuration", "oTotalCriticalScore", "oTotalScore", "nEvaluations", "tAbandon", "tIvr", "tAnswered", "tFlowOut", "tAcd", "tTalk", "tHeld", "tTalkComplete", "tHeldComplete", "tAcw", "tHandle", "tContacting", "tDialing", "tWait", "tAgentRoutingStatus", "tOrganizationPresence", "tSystemPresence", "tUserResponseTime", "tAgentResponseTime", "tVoicemail", "nStateTransitionError", "nOffered", "nOverSla", "nTransferred", "tAlert", "tNotResponding", "nOutbound", "nOutboundAttempted", "nOutboundConnected", "nOutboundAbandoned", "nError", "oServiceTarget", "oServiceLevel", "tActive", "tInactive", "oActiveUsers", "oMemberUsers", "oActiveQueues", "oMemberQueues", "oInteracting", "oWaiting", "oOnQueueUsers", "oOffQueueUsers", "oUserPresences", "oUserRoutingStatuses"]
76+
allowed_values = ["tSegmentDuration", "tConversationDuration", "oTotalCriticalScore", "oTotalScore", "nEvaluations", "tAbandon", "tIvr", "tAnswered", "tFlowOut", "tAcd", "tTalk", "tHeld", "tTalkComplete", "tHeldComplete", "tAcw", "tHandle", "tContacting", "tDialing", "tWait", "tAgentRoutingStatus", "tOrganizationPresence", "tSystemPresence", "tUserResponseTime", "tAgentResponseTime", "tVoicemail", "nStateTransitionError", "nOffered", "nOverSla", "nTransferred", "tAlert", "tNotResponding", "nOutbound", "nOutboundAttempted", "nOutboundConnected", "nOutboundAbandoned", "nError", "oServiceTarget", "oServiceLevel", "tActive", "tInactive", "oActiveUsers", "oMemberUsers", "oActiveQueues", "oMemberQueues", "oInteracting", "oWaiting", "oOnQueueUsers", "oOffQueueUsers", "oUserPresences", "oUserRoutingStatuses", "nSurveysSent", "nSurveysStarted", "nSurveysAbandoned", "nSurveysExpired", "nSurveysBounced", "nSurveyResponses", "nSurveyAnswerResponses", "oSurveyTotalScore", "oSurveyQuestionGroupScore", "nSurveyQuestionGroupResponses", "oSurveyQuestionScore", "nSurveyQuestionResponses", "nSurveyNpsResponses", "nSurveyNpsPromoters", "nSurveyNpsDetractors"]
7777
if metric.lower() not in map(str.lower, allowed_values):
7878
# print "Invalid value for metric -> " + metric
7979
self._metric = "outdated_sdk_version"

build/PureCloudPlatformClientV2/models/analytics_conversation.py

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def __init__(self):
4343
'conversation_end': 'datetime',
4444
'participants': 'list[AnalyticsParticipant]',
4545
'evaluations': 'list[AnalyticsEvaluation]',
46+
'surveys': 'list[AnalyticsSurvey]',
4647
'division_ids': 'list[str]'
4748
}
4849

@@ -52,6 +53,7 @@ def __init__(self):
5253
'conversation_end': 'conversationEnd',
5354
'participants': 'participants',
5455
'evaluations': 'evaluations',
56+
'surveys': 'surveys',
5557
'division_ids': 'divisionIds'
5658
}
5759

@@ -60,6 +62,7 @@ def __init__(self):
6062
self._conversation_end = None
6163
self._participants = None
6264
self._evaluations = None
65+
self._surveys = None
6366
self._division_ids = None
6467

6568
@property
@@ -177,6 +180,29 @@ def evaluations(self, evaluations):
177180

178181
self._evaluations = evaluations
179182

183+
@property
184+
def surveys(self):
185+
"""
186+
Gets the surveys of this AnalyticsConversation.
187+
Surveys tied to this conversation
188+
189+
:return: The surveys of this AnalyticsConversation.
190+
:rtype: list[AnalyticsSurvey]
191+
"""
192+
return self._surveys
193+
194+
@surveys.setter
195+
def surveys(self, surveys):
196+
"""
197+
Sets the surveys of this AnalyticsConversation.
198+
Surveys tied to this conversation
199+
200+
:param surveys: The surveys of this AnalyticsConversation.
201+
:type: list[AnalyticsSurvey]
202+
"""
203+
204+
self._surveys = surveys
205+
180206
@property
181207
def division_ids(self):
182208
"""

build/PureCloudPlatformClientV2/models/analytics_query_predicate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def dimension(self, dimension):
115115
:param dimension: The dimension of this AnalyticsQueryPredicate.
116116
:type: str
117117
"""
118-
allowed_values = ["conversationId", "sessionId", "mediaType", "queueId", "userId", "participantId", "participantName", "direction", "wrapUpCode", "wrapUpNote", "interactionType", "requestedRoutingSkillId", "requestedLanguageId", "requestedRoutingUserIds", "purpose", "participantType", "segmentType", "disconnectType", "errorCode", "conversationEnd", "segmentEnd", "externalContactId", "externalOrganizationId", "convertedFrom", "convertedTo", "divisionId", "flaggedReason", "stationId", "edgeId", "dnis", "ani", "outboundCampaignId", "outboundContactId", "outboundContactListId", "monitoredParticipantId", "sourceSessionId", "destinationSessionId", "sourceConversationId", "destinationConversationId", "remoteNameDisplayable", "sipResponseCode", "q850ResponseCode", "conference", "groupId", "roomId", "addressFrom", "addressTo", "addressSelf", "addressOther", "subject", "messageType", "peerId", "scriptId", "evaluationId", "evaluatorId", "contextId", "formId", "formName", "eventTime", "systemPresence", "organizationPresenceId", "routingStatus"]
118+
allowed_values = ["conversationId", "sessionId", "mediaType", "queueId", "userId", "participantId", "participantName", "direction", "wrapUpCode", "wrapUpNote", "interactionType", "requestedRoutingSkillId", "requestedLanguageId", "requestedRoutingUserIds", "purpose", "participantType", "segmentType", "disconnectType", "errorCode", "conversationEnd", "segmentEnd", "externalContactId", "externalOrganizationId", "convertedFrom", "convertedTo", "divisionId", "flaggedReason", "stationId", "edgeId", "dnis", "ani", "outboundCampaignId", "outboundContactId", "outboundContactListId", "monitoredParticipantId", "sourceSessionId", "destinationSessionId", "sourceConversationId", "destinationConversationId", "remoteNameDisplayable", "sipResponseCode", "q850ResponseCode", "conference", "groupId", "roomId", "addressFrom", "addressTo", "addressSelf", "addressOther", "subject", "messageType", "peerId", "scriptId", "evaluationId", "evaluatorId", "contextId", "formId", "formName", "eventTime", "surveyId", "surveyFormContextId", "surveyFormId", "surveyAnswerId", "surveyQuestionId", "surveyQuestionGroupId", "systemPresence", "organizationPresenceId", "routingStatus"]
119119
if dimension.lower() not in map(str.lower, allowed_values):
120120
# print "Invalid value for dimension -> " + dimension
121121
self._dimension = "outdated_sdk_version"
@@ -192,7 +192,7 @@ def metric(self, metric):
192192
:param metric: The metric of this AnalyticsQueryPredicate.
193193
:type: str
194194
"""
195-
allowed_values = ["tSegmentDuration", "tConversationDuration", "oTotalCriticalScore", "oTotalScore", "nEvaluations", "tAbandon", "tIvr", "tAnswered", "tFlowOut", "tAcd", "tTalk", "tHeld", "tTalkComplete", "tHeldComplete", "tAcw", "tHandle", "tContacting", "tDialing", "tWait", "tAgentRoutingStatus", "tOrganizationPresence", "tSystemPresence", "tUserResponseTime", "tAgentResponseTime", "tVoicemail", "nStateTransitionError", "nOffered", "nOverSla", "nTransferred", "tAlert", "tNotResponding", "nOutbound", "nOutboundAttempted", "nOutboundConnected", "nOutboundAbandoned", "nError", "oServiceTarget", "oServiceLevel", "tActive", "tInactive", "oActiveUsers", "oMemberUsers", "oActiveQueues", "oMemberQueues", "oInteracting", "oWaiting", "oOnQueueUsers", "oOffQueueUsers", "oUserPresences", "oUserRoutingStatuses"]
195+
allowed_values = ["tSegmentDuration", "tConversationDuration", "oTotalCriticalScore", "oTotalScore", "nEvaluations", "tAbandon", "tIvr", "tAnswered", "tFlowOut", "tAcd", "tTalk", "tHeld", "tTalkComplete", "tHeldComplete", "tAcw", "tHandle", "tContacting", "tDialing", "tWait", "tAgentRoutingStatus", "tOrganizationPresence", "tSystemPresence", "tUserResponseTime", "tAgentResponseTime", "tVoicemail", "nStateTransitionError", "nOffered", "nOverSla", "nTransferred", "tAlert", "tNotResponding", "nOutbound", "nOutboundAttempted", "nOutboundConnected", "nOutboundAbandoned", "nError", "oServiceTarget", "oServiceLevel", "tActive", "tInactive", "oActiveUsers", "oMemberUsers", "oActiveQueues", "oMemberQueues", "oInteracting", "oWaiting", "oOnQueueUsers", "oOffQueueUsers", "oUserPresences", "oUserRoutingStatuses", "nSurveysSent", "nSurveysStarted", "nSurveysAbandoned", "nSurveysExpired", "nSurveysBounced", "nSurveyResponses", "nSurveyAnswerResponses", "oSurveyTotalScore", "oSurveyQuestionGroupScore", "nSurveyQuestionGroupResponses", "oSurveyQuestionScore", "nSurveyQuestionResponses", "nSurveyNpsResponses", "nSurveyNpsPromoters", "nSurveyNpsDetractors"]
196196
if metric.lower() not in map(str.lower, allowed_values):
197197
# print "Invalid value for metric -> " + metric
198198
self._metric = "outdated_sdk_version"

0 commit comments

Comments
 (0)