Skip to content

Commit 011c919

Browse files
author
PureCloud Jenkins
committed
193.0.1
1 parent 9b91752 commit 011c919

6 files changed

Lines changed: 13 additions & 461 deletions

File tree

build/PureCloudPlatformClientV2/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def __call_api(self, resource_path, method,
357357
header_params['Cookie'] = self.cookie
358358
if header_params:
359359
header_params = self.sanitize_for_serialization(header_params)
360-
header_params['purecloud-sdk'] = '193.0.0'
360+
header_params['purecloud-sdk'] = '193.0.1'
361361

362362
# path parameters
363363
if path_params:

build/PureCloudPlatformClientV2/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def to_debug_report(self):
202202
"OS: {env}\n"\
203203
"Python Version: {pyversion}\n"\
204204
"Version of the API: v2\n"\
205-
"SDK Package Version: 193.0.0".\
205+
"SDK Package Version: 193.0.1".\
206206
format(env=sys.platform, pyversion=sys.version)
207207

208208
def _update_config_from_file(self):

build/docs/releaseNotes.md

Lines changed: 3 additions & 227 deletions
Original file line numberDiff line numberDiff line change
@@ -3,234 +3,10 @@ Platform API version: 7660
33

44

55

6-
# Major Changes (16 changes)
6+
# Major Changes (0 changes)
77

8-
**/api/v2/contentmanagement/auditquery** (1 change)
98

10-
* Path /api/v2/contentmanagement/auditquery was removed
9+
# Minor Changes (0 changes)
1110

12-
**/api/v2/contentmanagement/documents/{documentId}/audits** (1 change)
1311

14-
* Path /api/v2/contentmanagement/documents/{documentId}/audits was removed
15-
16-
**GET /api/v2/authorization/divisions** (1 change)
17-
18-
* Parameter id was removed
19-
20-
**GET /api/v2/telephony/providers/edges/sites** (1 change)
21-
22-
* Parameter expand was added
23-
24-
**ContentAttributeFilterItem** (1 change)
25-
26-
* Model ContentAttributeFilterItem was removed
27-
28-
**ContentFacetFilterItem** (1 change)
29-
30-
* Model ContentFacetFilterItem was removed
31-
32-
**ContentQueryRequest** (1 change)
33-
34-
* Model ContentQueryRequest was removed
35-
36-
**ContentSortItem** (1 change)
37-
38-
* Model ContentSortItem was removed
39-
40-
**AuditChange** (1 change)
41-
42-
* Model AuditChange was removed
43-
44-
**AuditEntityReference** (1 change)
45-
46-
* Model AuditEntityReference was removed
47-
48-
**DocumentAudit** (1 change)
49-
50-
* Model DocumentAudit was removed
51-
52-
**DocumentAuditEntityListing** (1 change)
53-
54-
* Model DocumentAuditEntityListing was removed
55-
56-
**LocalTime** (1 change)
57-
58-
* Model LocalTime was removed
59-
60-
**WorkitemStatus** (1 change)
61-
62-
* Property statusTransitionTime was changed from LocalTime to string
63-
64-
**WorkitemStatusCreate** (1 change)
65-
66-
* Property statusTransitionTime was changed from LocalTime to string
67-
68-
**WorkitemStatusUpdate** (1 change)
69-
70-
* Property statusTransitionTime was changed from LocalTime to string
71-
72-
73-
# Minor Changes (42 changes)
74-
75-
**/api/v2/integrations/actions/certificates** (2 changes)
76-
77-
* Path was added
78-
* Operation GET was added
79-
80-
**/api/v2/diagnostics/logcapture/browser/entries/query** (2 changes)
81-
82-
* Path was added
83-
* Operation POST was added
84-
85-
**/api/v2/diagnostics/logcapture/browser/users** (2 changes)
86-
87-
* Path was added
88-
* Operation GET was added
89-
90-
**/api/v2/diagnostics/logcapture/browser/users/{userId}** (4 changes)
91-
92-
* Path was added
93-
* Operation GET was added
94-
* Operation POST was added
95-
* Operation DELETE was added
96-
97-
**/api/v2/routing/settings/transcription** (1 change)
98-
99-
* Operation patch was added. Summary: Patch Transcription Settings
100-
101-
**/api/v2/routing/wrapupcodes/divisionviews/{codeId}** (2 changes)
102-
103-
* Path was added
104-
* Operation GET was added
105-
106-
**/api/v2/routing/wrapupcodes/divisionviews** (2 changes)
107-
108-
* Path was added
109-
* Operation GET was added
110-
111-
**/api/v2/chats/users/{userId}/settings** (3 changes)
112-
113-
* Path was added
114-
* Operation GET was added
115-
* Operation PATCH was added
116-
117-
**User** (1 change)
118-
119-
* Optional property preferredName was added
120-
121-
**OrgUser** (1 change)
122-
123-
* Optional property preferredName was added
124-
125-
**ActionCertificate** (1 change)
126-
127-
* Model was added
128-
129-
**ActionCertificateListing** (1 change)
130-
131-
* Model was added
132-
133-
**AddressableEntity** (1 change)
134-
135-
* Model was added
136-
137-
**LogEntry** (1 change)
138-
139-
* Model was added
140-
141-
**LogCaptureQueryResponse** (1 change)
142-
143-
* Model was added
144-
145-
**PagelessEntityListing** (1 change)
146-
147-
* Model was added
148-
149-
**TrustUser** (1 change)
150-
151-
* Optional property preferredName was added
152-
153-
**TranscriptionSettings** (2 changes)
154-
155-
* Optional property pciDssRedactionEnabled was added
156-
* Optional property piiRedactionEnabled was added
157-
158-
**UserMe** (1 change)
159-
160-
* Optional property preferredName was added
161-
162-
**UpdateUser** (1 change)
163-
164-
* Optional property preferredName was added
165-
166-
**PatchUser** (1 change)
167-
168-
* Optional property preferredName was added
169-
170-
**AssessmentQuestionGroupScore** (1 change)
171-
172-
* Optional property systemMarkedNA was added
173-
174-
**AssessmentQuestionScore** (1 change)
175-
176-
* Optional property systemMarkedNA was added
177-
178-
**BuForecastModificationResponse** (2 changes)
179-
180-
* Optional property secondaryValues was added
181-
* Optional property secondaryGranularity was added
182-
183-
**KnowledgeAggregateQueryPredicate** (1 change)
184-
185-
* Enum value surfacingMethod was added to property dimension
186-
187-
**KnowledgeAggregationQuery** (1 change)
188-
189-
* Enum value surfacingMethod was added to property groupBy
190-
191-
**KnowledgeAsyncAggregationQuery** (1 change)
192-
193-
* Enum value surfacingMethod was added to property groupBy
194-
195-
**ChatUserSettings** (1 change)
196-
197-
* Model was added
198-
199-
**MobileNotificationSettings** (1 change)
200-
201-
* Model was added
202-
203-
**MobileSettings** (1 change)
204-
205-
* Model was added
206-
207-
208-
# Point Changes (7 changes)
209-
210-
**GET /api/v2/externalcontacts/contacts/{contactId}/notes** (1 change)
211-
212-
* Description was changed for parameter sortOrder
213-
214-
**GET /api/v2/externalcontacts/contacts** (1 change)
215-
216-
* Description was changed for parameter sortOrder
217-
218-
**GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/contacts** (1 change)
219-
220-
* Description was changed for parameter sortOrder
221-
222-
**GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes** (1 change)
223-
224-
* Description was changed for parameter sortOrder
225-
226-
**GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/relationships** (1 change)
227-
228-
* Description was changed for parameter sortOrder
229-
230-
**GET /api/v2/externalcontacts/organizations** (1 change)
231-
232-
* Description was changed for parameter sortOrder
233-
234-
**PUT /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}** (1 change)
235-
236-
* Description was changed
12+
# Point Changes (0 changes)

build/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "PureCloudPlatformClientV2"
7-
VERSION = "193.0.0"
7+
VERSION = "193.0.1"
88

99
# To install the library, run the following
1010
#
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="PureCloudPlatformClientV2",
20-
version="193.0.0",
20+
version="193.0.1",
2121
description="PureCloud Platform API SDK",
2222
author="Genesys Developer Evangelists",
2323
author_email="DeveloperEvangelists@Genesys.com",

0 commit comments

Comments
 (0)