Skip to content

Commit 5aa5680

Browse files
author
PureCloud Jenkins
committed
42.1.0
1 parent 5549cac commit 5aa5680

File tree

342 files changed

+4503
-4764
lines changed

Some content is hidden

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

342 files changed

+4503
-4764
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'] = '42.0.0'
115+
header_params['purecloud-sdk'] = '42.1.0'
116116

117117
# path parameters
118118
if path_params:

build/PureCloudPlatformClientV2/apis/outbound_api.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ def get_outbound_attemptlimits(self, **kwargs):
13991399
14001400
:param callback function: The callback function
14011401
for asynchronous request. (optional)
1402-
:param int page_size: Page size
1402+
:param int page_size: Page size. The max that will be returned is 100.
14031403
:param int page_number: Page number
14041404
:param str filter_type: Filter type
14051405
:param str name: Name
@@ -1567,7 +1567,7 @@ def get_outbound_callabletimesets(self, **kwargs):
15671567
15681568
:param callback function: The callback function
15691569
for asynchronous request. (optional)
1570-
:param int page_size: Page size
1570+
:param int page_size: Page size. The max that will be returned is 100.
15711571
:param int page_number: Page number
15721572
:param str filter_type: Filter type
15731573
:param str name: Name
@@ -1735,7 +1735,7 @@ def get_outbound_callanalysisresponsesets(self, **kwargs):
17351735
17361736
:param callback function: The callback function
17371737
for asynchronous request. (optional)
1738-
:param int page_size: Page size
1738+
:param int page_size: Page size. The max that will be returned is 100.
17391739
:param int page_number: Page number
17401740
:param str filter_type: Filter type
17411741
:param str name: Name
@@ -2293,7 +2293,7 @@ def get_outbound_campaignrules(self, **kwargs):
22932293
22942294
:param callback function: The callback function
22952295
for asynchronous request. (optional)
2296-
:param int page_size: Page size
2296+
:param int page_size: Page size. The max that will be returned is 100.
22972297
:param int page_number: Page number
22982298
:param str filter_type: Filter type
22992299
:param str name: Name
@@ -2383,7 +2383,7 @@ def get_outbound_campaigns(self, **kwargs):
23832383
23842384
:param callback function: The callback function
23852385
for asynchronous request. (optional)
2386-
:param int page_size: Page size
2386+
:param int page_size: Page size. The max that will be returned is 100.
23872387
:param int page_number: Page number
23882388
:param str filter_type: Filter type
23892389
:param str name: Name
@@ -2572,7 +2572,7 @@ def get_outbound_campaigns_divisionviews(self, **kwargs):
25722572
25732573
:param callback function: The callback function
25742574
for asynchronous request. (optional)
2575-
:param int page_size: Page size
2575+
:param int page_size: Page size. The max that will be returned is 100.
25762576
:param int page_number: Page number
25772577
:param str filter_type: Filter type
25782578
:param str name: Name
@@ -3070,7 +3070,7 @@ def get_outbound_contactlistfilters(self, **kwargs):
30703070
30713071
:param callback function: The callback function
30723072
for asynchronous request. (optional)
3073-
:param int page_size: Page size
3073+
:param int page_size: Page size. The max that will be returned is 100.
30743074
:param int page_number: Page number
30753075
:param str filter_type: Filter type
30763076
:param str name: Name
@@ -3165,7 +3165,7 @@ def get_outbound_contactlists(self, **kwargs):
31653165
for asynchronous request. (optional)
31663166
:param bool include_import_status: Include import status
31673167
:param bool include_size: Include size
3168-
:param int page_size: Page size
3168+
:param int page_size: Page size. The max that will be returned is 100.
31693169
:param int page_number: Page number
31703170
:param str filter_type: Filter type
31713171
:param str name: Name
@@ -3507,7 +3507,7 @@ def get_outbound_dnclists(self, **kwargs):
35073507
for asynchronous request. (optional)
35083508
:param bool include_import_status: Import status
35093509
:param bool include_size: Include size
3510-
:param int page_size: Page size
3510+
:param int page_size: Page size. The max that will be returned is 100.
35113511
:param int page_number: Page number
35123512
:param str filter_type: Filter type
35133513
:param str name: Name
@@ -3850,7 +3850,7 @@ def get_outbound_rulesets(self, **kwargs):
38503850
38513851
:param callback function: The callback function
38523852
for asynchronous request. (optional)
3853-
:param int page_size: Page size
3853+
:param int page_size: Page size. The max that will be returned is 100.
38543854
:param int page_number: Page number
38553855
:param str filter_type: Filter type
38563856
:param str name: Name
@@ -4318,7 +4318,7 @@ def get_outbound_sequences(self, **kwargs):
43184318
43194319
:param callback function: The callback function
43204320
for asynchronous request. (optional)
4321-
:param int page_size: Page size
4321+
:param int page_size: Page size. The max that will be returned is 100.
43224322
:param int page_number: Page number
43234323
:param str filter_type: Filter type
43244324
:param str name: Name

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: 42.0.0".\
241+
"SDK Package Version: 42.1.0".\
242242
format(env=sys.platform, pyversion=sys.version)

build/PureCloudPlatformClientV2/models/action_entity_listing.py

Lines changed: 24 additions & 24 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-
'previous_uri': 'str',
46+
'first_uri': 'str',
4747
'next_uri': 'str',
4848
'last_uri': 'str',
49-
'first_uri': 'str',
49+
'previous_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-
'previous_uri': 'previousUri',
59+
'first_uri': 'firstUri',
6060
'next_uri': 'nextUri',
6161
'last_uri': 'lastUri',
62-
'first_uri': 'firstUri',
62+
'previous_uri': 'previousUri',
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._previous_uri = None
71+
self._first_uri = None
7272
self._next_uri = None
7373
self._last_uri = None
74-
self._first_uri = None
74+
self._previous_uri = None
7575
self._page_count = None
7676

7777
@property
@@ -190,27 +190,27 @@ def self_uri(self, self_uri):
190190
self._self_uri = self_uri
191191

192192
@property
193-
def previous_uri(self):
193+
def first_uri(self):
194194
"""
195-
Gets the previous_uri of this ActionEntityListing.
195+
Gets the first_uri of this ActionEntityListing.
196196
197197
198-
:return: The previous_uri of this ActionEntityListing.
198+
:return: The first_uri of this ActionEntityListing.
199199
:rtype: str
200200
"""
201-
return self._previous_uri
201+
return self._first_uri
202202

203-
@previous_uri.setter
204-
def previous_uri(self, previous_uri):
203+
@first_uri.setter
204+
def first_uri(self, first_uri):
205205
"""
206-
Sets the previous_uri of this ActionEntityListing.
206+
Sets the first_uri of this ActionEntityListing.
207207
208208
209-
:param previous_uri: The previous_uri of this ActionEntityListing.
209+
:param first_uri: The first_uri of this ActionEntityListing.
210210
:type: str
211211
"""
212212

213-
self._previous_uri = previous_uri
213+
self._first_uri = first_uri
214214

215215
@property
216216
def next_uri(self):
@@ -259,27 +259,27 @@ def last_uri(self, last_uri):
259259
self._last_uri = last_uri
260260

261261
@property
262-
def first_uri(self):
262+
def previous_uri(self):
263263
"""
264-
Gets the first_uri of this ActionEntityListing.
264+
Gets the previous_uri of this ActionEntityListing.
265265
266266
267-
:return: The first_uri of this ActionEntityListing.
267+
:return: The previous_uri of this ActionEntityListing.
268268
:rtype: str
269269
"""
270-
return self._first_uri
270+
return self._previous_uri
271271

272-
@first_uri.setter
273-
def first_uri(self, first_uri):
272+
@previous_uri.setter
273+
def previous_uri(self, previous_uri):
274274
"""
275-
Sets the first_uri of this ActionEntityListing.
275+
Sets the previous_uri of this ActionEntityListing.
276276
277277
278-
:param first_uri: The first_uri of this ActionEntityListing.
278+
:param previous_uri: The previous_uri of this ActionEntityListing.
279279
:type: str
280280
"""
281281

282-
self._first_uri = first_uri
282+
self._previous_uri = previous_uri
283283

284284
@property
285285
def page_count(self):

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):

0 commit comments

Comments
 (0)