Skip to content

Commit 26eb04b

Browse files
author
PureCloud Jenkins
committed
38.1.0
1 parent 2902466 commit 26eb04b

File tree

309 files changed

+4124
-4144
lines changed

Some content is hidden

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

309 files changed

+4124
-4144
lines changed

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'] = '38.0.0'
115+
header_params['purecloud-sdk'] = '38.1.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: 38.0.0".\
241+
"SDK Package Version: 38.1.0".\
242242
format(env=sys.platform, pyversion=sys.version)

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/attempt_limits_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 AttemptLimitsEntityListing.
196-
197-
198-
:return: The first_uri of this AttemptLimitsEntityListing.
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 AttemptLimitsEntityListing.
207-
208-
209-
:param first_uri: The first_uri of this AttemptLimitsEntityListing.
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 AttemptLimitsEntityListing.
265+
266+
267+
:return: The first_uri of this AttemptLimitsEntityListing.
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 AttemptLimitsEntityListing.
276+
277+
278+
:param first_uri: The first_uri of this AttemptLimitsEntityListing.
279+
:type: str
280+
"""
281+
282+
self._first_uri = first_uri
283+
284284
@property
285285
def page_count(self):
286286
"""

build/PureCloudPlatformClientV2/models/attribute_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 AttributeEntityListing.
196-
197-
198-
:return: The first_uri of this AttributeEntityListing.
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 AttributeEntityListing.
207-
208-
209-
:param first_uri: The first_uri of this AttributeEntityListing.
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 AttributeEntityListing.
265+
266+
267+
:return: The first_uri of this AttributeEntityListing.
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 AttributeEntityListing.
276+
277+
278+
:param first_uri: The first_uri of this AttributeEntityListing.
279+
:type: str
280+
"""
281+
282+
self._first_uri = first_uri
283+
284284
@property
285285
def page_count(self):
286286
"""

0 commit comments

Comments
 (0)