Skip to content

Commit b4d1848

Browse files
author
PureCloud Jenkins
committed
31.0.0
1 parent d5915dd commit b4d1848

File tree

332 files changed

+4485
-4674
lines changed

Some content is hidden

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

332 files changed

+4485
-4674
lines changed

build/PureCloudPlatformClientV2/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@
491491
from .models.encryption_key_entity_listing import EncryptionKeyEntityListing
492492
from .models.endpoint import Endpoint
493493
from .models.endpoint_entity_listing import EndpointEntityListing
494+
from .models.entity import Entity
494495
from .models.entry import Entry
495496
from .models.error_body import ErrorBody
496497
from .models.error_details import ErrorDetails

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'] = '30.0.0'
115+
header_params['purecloud-sdk'] = '31.0.0'
116116

117117
# path parameters
118118
if path_params:

build/PureCloudPlatformClientV2/apis/routing_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3512,7 +3512,7 @@ def post_routing_queue_users(self, queue_id, body, **kwargs):
35123512
:param callback function: The callback function
35133513
for asynchronous request. (optional)
35143514
:param str queue_id: Queue ID (required)
3515-
:param list[QueueMember] body: Queue Members (required)
3515+
:param list[Entity] body: Queue Members (required)
35163516
:param bool delete: True to delete queue members
35173517
:return: str
35183518
If the method is called asynchronously,

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: 30.0.0".\
241+
"SDK Package Version: 31.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
@@ -491,6 +491,7 @@
491491
from .encryption_key_entity_listing import EncryptionKeyEntityListing
492492
from .endpoint import Endpoint
493493
from .endpoint_entity_listing import EndpointEntityListing
494+
from .entity import Entity
494495
from .entry import Entry
495496
from .error_body import ErrorBody
496497
from .error_details import ErrorDetails

build/PureCloudPlatformClientV2/models/action_entity_listing.py

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

@@ -57,9 +57,9 @@ def __init__(self):
5757
'total': 'total',
5858
'self_uri': 'selfUri',
5959
'first_uri': 'firstUri',
60-
'previous_uri': 'previousUri',
6160
'last_uri': 'lastUri',
6261
'next_uri': 'nextUri',
62+
'previous_uri': 'previousUri',
6363
'page_count': 'pageCount'
6464
}
6565

@@ -69,9 +69,9 @@ def __init__(self):
6969
self._total = None
7070
self._self_uri = None
7171
self._first_uri = None
72-
self._previous_uri = None
7372
self._last_uri = None
7473
self._next_uri = None
74+
self._previous_uri = None
7575
self._page_count = None
7676

7777
@property
@@ -212,29 +212,6 @@ def first_uri(self, first_uri):
212212

213213
self._first_uri = first_uri
214214

215-
@property
216-
def previous_uri(self):
217-
"""
218-
Gets the previous_uri of this ActionEntityListing.
219-
220-
221-
:return: The previous_uri of this ActionEntityListing.
222-
:rtype: str
223-
"""
224-
return self._previous_uri
225-
226-
@previous_uri.setter
227-
def previous_uri(self, previous_uri):
228-
"""
229-
Sets the previous_uri of this ActionEntityListing.
230-
231-
232-
:param previous_uri: The previous_uri of this ActionEntityListing.
233-
:type: str
234-
"""
235-
236-
self._previous_uri = previous_uri
237-
238215
@property
239216
def last_uri(self):
240217
"""
@@ -281,6 +258,29 @@ def next_uri(self, next_uri):
281258

282259
self._next_uri = next_uri
283260

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

build/PureCloudPlatformClientV2/models/adfs.py

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def __init__(self):
4242
'name': 'str',
4343
'relying_party_identifier': 'str',
4444
'certificate': 'str',
45-
'sso_target_uri': 'str',
4645
'issuer_uri': 'str',
46+
'sso_target_uri': 'str',
4747
'disabled': 'bool',
4848
'self_uri': 'str'
4949
}
@@ -53,8 +53,8 @@ def __init__(self):
5353
'name': 'name',
5454
'relying_party_identifier': 'relyingPartyIdentifier',
5555
'certificate': 'certificate',
56-
'sso_target_uri': 'ssoTargetURI',
5756
'issuer_uri': 'issuerURI',
57+
'sso_target_uri': 'ssoTargetURI',
5858
'disabled': 'disabled',
5959
'self_uri': 'selfUri'
6060
}
@@ -63,8 +63,8 @@ def __init__(self):
6363
self._name = None
6464
self._relying_party_identifier = None
6565
self._certificate = None
66-
self._sso_target_uri = None
6766
self._issuer_uri = None
67+
self._sso_target_uri = None
6868
self._disabled = None
6969
self._self_uri = None
7070

@@ -161,50 +161,50 @@ def certificate(self, certificate):
161161
self._certificate = certificate
162162

163163
@property
164-
def sso_target_uri(self):
164+
def issuer_uri(self):
165165
"""
166-
Gets the sso_target_uri of this ADFS.
166+
Gets the issuer_uri of this ADFS.
167167
168168
169-
:return: The sso_target_uri of this ADFS.
169+
:return: The issuer_uri of this ADFS.
170170
:rtype: str
171171
"""
172-
return self._sso_target_uri
172+
return self._issuer_uri
173173

174-
@sso_target_uri.setter
175-
def sso_target_uri(self, sso_target_uri):
174+
@issuer_uri.setter
175+
def issuer_uri(self, issuer_uri):
176176
"""
177-
Sets the sso_target_uri of this ADFS.
177+
Sets the issuer_uri of this ADFS.
178178
179179
180-
:param sso_target_uri: The sso_target_uri of this ADFS.
180+
:param issuer_uri: The issuer_uri of this ADFS.
181181
:type: str
182182
"""
183183

184-
self._sso_target_uri = sso_target_uri
184+
self._issuer_uri = issuer_uri
185185

186186
@property
187-
def issuer_uri(self):
187+
def sso_target_uri(self):
188188
"""
189-
Gets the issuer_uri of this ADFS.
189+
Gets the sso_target_uri of this ADFS.
190190
191191
192-
:return: The issuer_uri of this ADFS.
192+
:return: The sso_target_uri of this ADFS.
193193
:rtype: str
194194
"""
195-
return self._issuer_uri
195+
return self._sso_target_uri
196196

197-
@issuer_uri.setter
198-
def issuer_uri(self, issuer_uri):
197+
@sso_target_uri.setter
198+
def sso_target_uri(self, sso_target_uri):
199199
"""
200-
Sets the issuer_uri of this ADFS.
200+
Sets the sso_target_uri of this ADFS.
201201
202202
203-
:param issuer_uri: The issuer_uri of this ADFS.
203+
:param sso_target_uri: The sso_target_uri of this ADFS.
204204
:type: str
205205
"""
206206

207-
self._issuer_uri = issuer_uri
207+
self._sso_target_uri = sso_target_uri
208208

209209
@property
210210
def disabled(self):

build/PureCloudPlatformClientV2/models/agent_activity_entity_listing.py

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

@@ -57,9 +57,9 @@ def __init__(self):
5757
'total': 'total',
5858
'self_uri': 'selfUri',
5959
'first_uri': 'firstUri',
60-
'previous_uri': 'previousUri',
6160
'last_uri': 'lastUri',
6261
'next_uri': 'nextUri',
62+
'previous_uri': 'previousUri',
6363
'page_count': 'pageCount'
6464
}
6565

@@ -69,9 +69,9 @@ def __init__(self):
6969
self._total = None
7070
self._self_uri = None
7171
self._first_uri = None
72-
self._previous_uri = None
7372
self._last_uri = None
7473
self._next_uri = None
74+
self._previous_uri = None
7575
self._page_count = None
7676

7777
@property
@@ -212,29 +212,6 @@ def first_uri(self, first_uri):
212212

213213
self._first_uri = first_uri
214214

215-
@property
216-
def previous_uri(self):
217-
"""
218-
Gets the previous_uri of this AgentActivityEntityListing.
219-
220-
221-
:return: The previous_uri of this AgentActivityEntityListing.
222-
:rtype: str
223-
"""
224-
return self._previous_uri
225-
226-
@previous_uri.setter
227-
def previous_uri(self, previous_uri):
228-
"""
229-
Sets the previous_uri of this AgentActivityEntityListing.
230-
231-
232-
:param previous_uri: The previous_uri of this AgentActivityEntityListing.
233-
:type: str
234-
"""
235-
236-
self._previous_uri = previous_uri
237-
238215
@property
239216
def last_uri(self):
240217
"""
@@ -281,6 +258,29 @@ def next_uri(self, next_uri):
281258

282259
self._next_uri = next_uri
283260

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

0 commit comments

Comments
 (0)