Skip to content

Commit 652408b

Browse files
author
InIn Devops
committed
27.0.1
1 parent fac722a commit 652408b

5 files changed

Lines changed: 11 additions & 266 deletions

File tree

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'] = '27.0.0'
115+
header_params['purecloud-sdk'] = '27.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: 27.0.0".\
241+
"SDK Package Version: 27.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 = "27.0.0"
7+
VERSION = "27.0.1"
88

99

1010

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

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

releaseNotes.md

Lines changed: 4 additions & 259 deletions
Original file line numberDiff line numberDiff line change
@@ -1,267 +1,12 @@
11
Platform API version: 2013
22

33

4-
# Major Changes (17 changes)
4+
Republished
55

6-
**GET /api/v2/flows/datatables/{datatableId}** (3 changes)
6+
# Major Changes (0 changes)
77

8-
* Parameter showbrief was removed
9-
* Parameter expand was added
10-
* Response 200 type was changed from JsonSchemaDocument to DataTable
118

12-
**PUT /api/v2/flows/datatables/{datatableId}** (3 changes)
9+
# Minor Changes (0 changes)
1310

14-
* Parameter showbrief was removed
15-
* Parameter expand was added
16-
* Response 200 type was changed from JsonSchemaDocument to DataTable
1711

18-
**GET /api/v2/flows/datatables/{datatableId}/rows** (3 changes)
19-
20-
* Parameter pageSize was added
21-
* Parameter pageNumber was added
22-
* Response 200 type was changed from object[] to DataTableRowEntityListing
23-
24-
**GET /api/v2/flows/datatables** (7 changes)
25-
26-
* Parameter showbrief was removed
27-
* Parameter expand was added
28-
* Parameter pageSize was added
29-
* Parameter pageNumber was added
30-
* Parameter sortBy was added
31-
* Parameter sortOrder was added
32-
* Response 200 type was changed from JsonSchemaDocument[] to DataTablesDomainEntityListing
33-
34-
**POST /api/v2/flows/datatables** (1 change)
35-
36-
* Response 200 type was changed from JsonSchemaDocument to DataTable
37-
38-
39-
# Minor Changes (65 changes)
40-
41-
**/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}** (2 changes)
42-
43-
* Path was added
44-
* Operation PATCH was added
45-
46-
**/api/v2/conversations/messages/{conversationId}/participants/{participantId}** (2 changes)
47-
48-
* Path was added
49-
* Operation PATCH was added
50-
51-
**/api/v2/conversations/messages/{conversationId}/participants/{participantId}/replace** (2 changes)
52-
53-
* Path was added
54-
* Operation POST was added
55-
56-
**/api/v2/conversations/messages/{conversationId}/messages/{messageId}** (2 changes)
57-
58-
* Path was added
59-
* Operation GET was added
60-
61-
**/api/v2/conversations/messages** (2 changes)
62-
63-
* Path was added
64-
* Operation GET was added
65-
66-
**/api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapupcodes** (2 changes)
67-
68-
* Path was added
69-
* Operation GET was added
70-
71-
**/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages** (2 changes)
72-
73-
* Path was added
74-
* Operation POST was added
75-
76-
**/api/v2/conversations/messages/{conversationId}/messages/bulk** (2 changes)
77-
78-
* Path was added
79-
* Operation POST was added
80-
81-
**/api/v2/conversations/messages/{conversationId}/participants/{participantId}/attributes** (2 changes)
82-
83-
* Path was added
84-
* Operation PATCH was added
85-
86-
**/api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapup** (2 changes)
87-
88-
* Path was added
89-
* Operation GET was added
90-
91-
**/api/v2/conversations/messages/{conversationId}** (3 changes)
92-
93-
* Path was added
94-
* Operation GET was added
95-
* Operation PATCH was added
96-
97-
**/api/v2/routing/sms/addresses** (2 changes)
98-
99-
* Path was added
100-
* Operation POST was added
101-
102-
**/api/v2/routing/sms/phonenumbers** (3 changes)
103-
104-
* Path was added
105-
* Operation GET was added
106-
* Operation POST was added
107-
108-
**/api/v2/routing/message/recipients** (2 changes)
109-
110-
* Path was added
111-
* Operation GET was added
112-
113-
**/api/v2/routing/sms/phonenumbers/{addressId}** (4 changes)
114-
115-
* Path was added
116-
* Operation GET was added
117-
* Operation PUT was added
118-
* Operation DELETE was added
119-
120-
**/api/v2/routing/sms/availablephonenumbers** (2 changes)
121-
122-
* Path was added
123-
* Operation GET was added
124-
125-
**/api/v2/routing/message/recipients/{recipientId}** (3 changes)
126-
127-
* Path was added
128-
* Operation GET was added
129-
* Operation PUT was added
130-
131-
**EmailMediaParticipant** (1 change)
132-
133-
* Optional property draftAttachments was added
134-
135-
**Email** (1 change)
136-
137-
* Optional property draftAttachments was added
138-
139-
**DataTable** (1 change)
140-
141-
* Model was added
142-
143-
**AggregateMetricData** (1 change)
144-
145-
* Enum value tAlert was added to property metric
146-
147-
**AggregationQuery** (2 changes)
148-
149-
* Enum value flaggedReason was added to property groupBy
150-
* Enum value tAlert was added to property metrics
151-
152-
**AnalyticsQueryPredicate** (2 changes)
153-
154-
* Enum value flaggedReason was added to property dimension
155-
* Enum value tAlert was added to property metric
156-
157-
**AnalyticsParticipant** (1 change)
158-
159-
* Optional property flaggedReason was added
160-
161-
**DataTableRowEntityListing** (1 change)
162-
163-
* Model was added
164-
165-
**ObservationQuery** (1 change)
166-
167-
* Enum value tAlert was added to property metrics
168-
169-
**MessageData** (1 change)
170-
171-
* Model was added
172-
173-
**MessageConversationEntityListing** (1 change)
174-
175-
* Model was added
176-
177-
**AdditionalMessage** (1 change)
178-
179-
* Model was added
180-
181-
**TextMessageListing** (1 change)
182-
183-
* Model was added
184-
185-
**MessageConversation** (1 change)
186-
187-
* Model was added
188-
189-
**MessageMediaParticipant** (1 change)
190-
191-
* Model was added
192-
193-
**SmsPhoneNumber** (1 change)
194-
195-
* Model was added
196-
197-
**SmsAddressProvision** (1 change)
198-
199-
* Model was added
200-
201-
**DataTablesDomainEntityListing** (1 change)
202-
203-
* Model was added
204-
205-
**SmsPhoneNumberEntityListing** (1 change)
206-
207-
* Model was added
208-
209-
**SmsPhoneNumberProvision** (1 change)
210-
211-
* Model was added
212-
213-
**Recipient** (1 change)
214-
215-
* Model was added
216-
217-
**RecipientListing** (1 change)
218-
219-
* Model was added
220-
221-
**SMSAvailablePhoneNumberEntityListing** (1 change)
222-
223-
* Model was added
224-
225-
**SmsAvailablePhoneNumber** (1 change)
226-
227-
* Model was added
228-
229-
230-
# Point Changes (10 changes)
231-
232-
**GET /api/v2/conversations/emails** (1 change)
233-
234-
* Summary was changed
235-
236-
**GET /api/v2/flows/datatables/{datatableId}** (1 change)
237-
238-
* Summary was changed
239-
240-
**PUT /api/v2/flows/datatables/{datatableId}** (2 changes)
241-
242-
* Description was changed
243-
* Summary was changed
244-
245-
**DELETE /api/v2/flows/datatables/{datatableId}** (1 change)
246-
247-
* Description was changed
248-
249-
**GET /api/v2/conversations/callbacks** (1 change)
250-
251-
* Summary was changed
252-
253-
**GET /api/v2/conversations/calls** (1 change)
254-
255-
* Summary was changed
256-
257-
**GET /api/v2/conversations/chats** (1 change)
258-
259-
* Summary was changed
260-
261-
**GET /api/v2/conversations/cobrowsesessions** (1 change)
262-
263-
* Summary was changed
264-
265-
**GET /api/v2/conversations** (1 change)
266-
267-
* Summary was changed
12+
# 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": 27,
33
"minor": 0,
4-
"point": 0,
4+
"point": 1,
55
"prerelease": "",
66
"apiVersion": 0,
7-
"display": "27.0.0",
8-
"displayFull": "27.0.0"
7+
"display": "27.0.1",
8+
"displayFull": "27.0.1"
99
}

0 commit comments

Comments
 (0)