Skip to content

Commit 8e9b655

Browse files
author
InIn Devops
committed
25.0.1
1 parent e531b12 commit 8e9b655

File tree

5 files changed

+10
-109
lines changed

5 files changed

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

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 = "25.0.0"
7+
VERSION = "25.0.1"
88

99

1010

@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="PureCloudPlatformClientV2",
22-
version="25.0.0",
22+
version="25.0.1",
2323
description="PureCloud Platform API SDK",
2424
author="Genesys Developer Evangelists",
2525
author_email="DeveloperEvangelists@Genesys.com",

releaseNotes.md

Lines changed: 3 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,10 @@
11
Platform API version: 1924
22

33

4-
# Major Changes (3 changes)
4+
# Major Changes (0 changes)
55

6-
**/api/v2/webchat/settings** (1 change)
76

8-
* Operation POST was removed
7+
# Minor Changes (0 changes)
98

10-
**PublishForm** (2 changes)
119

12-
* Property contextId was removed
13-
* Required property id was added
14-
15-
16-
# Minor Changes (31 changes)
17-
18-
**/api/v2/users/{userId}/password** (2 changes)
19-
20-
* Path was added
21-
* Operation POST was added
22-
23-
**/api/v2/flows/datatables** (3 changes)
24-
25-
* Path was added
26-
* Operation GET was added
27-
* Operation POST was added
28-
29-
**/api/v2/flows/datatables/{datatableId}/rows** (3 changes)
30-
31-
* Path was added
32-
* Operation GET was added
33-
* Operation POST was added
34-
35-
**POST /api/v2/webchat/deployments** (1 change)
36-
37-
* Response 409 was added
38-
39-
**/api/v2/flows/datatables/{datatableId}/rows/{rowId}** (4 changes)
40-
41-
* Path was added
42-
* Operation GET was added
43-
* Operation PUT was added
44-
* Operation DELETE was added
45-
46-
**/api/v2/flows/datatables/{datatableId}** (4 changes)
47-
48-
* Path was added
49-
* Operation GET was added
50-
* Operation PUT was added
51-
* Operation DELETE was added
52-
53-
**/api/v2/users/me/password** (2 changes)
54-
55-
* Path was added
56-
* Operation POST was added
57-
58-
**JsonSchemaDocument** (1 change)
59-
60-
* Optional property additionalProperties was added
61-
62-
**ExternalOrganization** (1 change)
63-
64-
* Optional property externalSystemUrl was added
65-
66-
**PolicyActions** (1 change)
67-
68-
* Optional property assignSurveys was added
69-
70-
**SurveyAssignment** (1 change)
71-
72-
* Model was added
73-
74-
**SurveyFormUriReference** (1 change)
75-
76-
* Model was added
77-
78-
**EventMessage** (1 change)
79-
80-
* Enum value IMPORT_MISSING_CUSTOM_ID was added to property code
81-
82-
**ChangePasswordRequest** (1 change)
83-
84-
* Model was added
85-
86-
**Metabase** (1 change)
87-
88-
* Optional property type was added
89-
90-
**CallHistoryConversation** (3 changes)
91-
92-
* Optional property wasCallback was added
93-
* Optional property hadScreenShare was added
94-
* Optional property hadCobrowse was added
95-
96-
**ChangeMyPasswordRequest** (1 change)
97-
98-
* Model was added
99-
100-
101-
# Point Changes (2 changes)
102-
103-
**POST /api/v2/quality/publishedforms/evaluations** (1 change)
104-
105-
* Description was changed for parameter body
106-
107-
**POST /api/v2/quality/publishedforms** (1 change)
108-
109-
* Description was changed for parameter body
10+
# Point Changes (0 changes)

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"major": 25,
33
"minor": 0,
4-
"point": 0,
4+
"point": 1,
55
"prerelease": "",
66
"apiVersion": 0,
7-
"display": "25.0.0",
8-
"displayFull": "25.0.0"
7+
"display": "25.0.1",
8+
"displayFull": "25.0.1"
99
}

0 commit comments

Comments
 (0)