Skip to content

Commit 85e8a77

Browse files
author
PureCloud Jenkins
committed
104.0.1
1 parent 0cca208 commit 85e8a77

6 files changed

Lines changed: 13 additions & 171 deletions

File tree

build/PureCloudPlatformClientV2/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def __call_api(self, resource_path, method,
185185
header_params['Cookie'] = self.cookie
186186
if header_params:
187187
header_params = self.sanitize_for_serialization(header_params)
188-
header_params['purecloud-sdk'] = '104.0.0'
188+
header_params['purecloud-sdk'] = '104.0.1'
189189

190190
# path parameters
191191
if path_params:

build/PureCloudPlatformClientV2/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,5 @@ def to_debug_report(self):
255255
"OS: {env}\n"\
256256
"Python Version: {pyversion}\n"\
257257
"Version of the API: v2\n"\
258-
"SDK Package Version: 104.0.0".\
258+
"SDK Package Version: 104.0.1".\
259259
format(env=sys.platform, pyversion=sys.version)

build/docs/releaseNotes.md

Lines changed: 3 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,10 @@
11
Platform API version: 4364
22

33

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

6-
**GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories** (1 change)
76

8-
* Parameter name was added
7+
# Minor Changes (0 changes)
98

10-
**GET /api/v2/routing/wrapupcodes** (1 change)
119

12-
* Parameter sortOrder was added
13-
14-
**GET /api/v2/coaching/appointments/{appointmentId}/statuses** (1 change)
15-
16-
* Response 200 type was changed from CoachingAppointmentStatusDtoList to CoachingAppointmentStatusResponseList
17-
18-
**PATCH /api/v2/coaching/appointments/{appointmentId}/status** (1 change)
19-
20-
* Response 200 type was changed from CoachingAppointmentStatusDto to CoachingAppointmentStatusResponse
21-
22-
**CoachingAppointmentStatusDto** (1 change)
23-
24-
* Model CoachingAppointmentStatusDto was removed
25-
26-
**CoachingAppointmentStatusDtoList** (1 change)
27-
28-
* Model CoachingAppointmentStatusDtoList was removed
29-
30-
**UpdateCoachingAppointmentRequest** (1 change)
31-
32-
* Enum value InvalidSchedule was removed from property status
33-
34-
**EntityListing** (1 change)
35-
36-
* Property entities was changed from object[] to DataTableImportJob[]
37-
38-
39-
# Minor Changes (13 changes)
40-
41-
**EntityListing** (4 changes)
42-
43-
* Optional property pageSize was added
44-
* Optional property pageNumber was added
45-
* Optional property total was added
46-
* Optional property pageCount was added
47-
48-
**UploadUrlResponse** (1 change)
49-
50-
* Optional property uploadKey was added
51-
52-
**ActionTarget** (1 change)
53-
54-
* Optional property shortAbandonThreshold was added
55-
56-
**OAuthScopeListing** (1 change)
57-
58-
* Optional property total was added
59-
60-
**PatchActionTarget** (1 change)
61-
62-
* Optional property shortAbandonThreshold was added
63-
64-
**OAuthAuthorizationListing** (1 change)
65-
66-
* Optional property total was added
67-
68-
**UserSearchRequest** (1 change)
69-
70-
* Enum value RingCentral was added to property integrationPresenceSource
71-
72-
**CoachingAppointmentStatusResponse** (1 change)
73-
74-
* Model was added
75-
76-
**CoachingAppointmentStatusResponseList** (1 change)
77-
78-
* Model was added
79-
80-
**CoachingAppointmentStatusRequest** (1 change)
81-
82-
* Model was added
83-
84-
85-
# Point Changes (1 change)
86-
87-
**GET /api/v2/users/development/activities/{activityId}** (1 change)
88-
89-
* Description was changed
10+
# 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 = "104.0.0"
7+
VERSION = "104.0.1"
88

99

1010

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

2020
setup(
2121
name="PureCloudPlatformClientV2",
22-
version="104.0.0",
22+
version="104.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 & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,10 @@
11
Platform API version: 4364
22

33

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

6-
**GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories** (1 change)
76

8-
* Parameter name was added
7+
# Minor Changes (0 changes)
98

10-
**GET /api/v2/routing/wrapupcodes** (1 change)
119

12-
* Parameter sortOrder was added
13-
14-
**GET /api/v2/coaching/appointments/{appointmentId}/statuses** (1 change)
15-
16-
* Response 200 type was changed from CoachingAppointmentStatusDtoList to CoachingAppointmentStatusResponseList
17-
18-
**PATCH /api/v2/coaching/appointments/{appointmentId}/status** (1 change)
19-
20-
* Response 200 type was changed from CoachingAppointmentStatusDto to CoachingAppointmentStatusResponse
21-
22-
**CoachingAppointmentStatusDto** (1 change)
23-
24-
* Model CoachingAppointmentStatusDto was removed
25-
26-
**CoachingAppointmentStatusDtoList** (1 change)
27-
28-
* Model CoachingAppointmentStatusDtoList was removed
29-
30-
**UpdateCoachingAppointmentRequest** (1 change)
31-
32-
* Enum value InvalidSchedule was removed from property status
33-
34-
**EntityListing** (1 change)
35-
36-
* Property entities was changed from object[] to DataTableImportJob[]
37-
38-
39-
# Minor Changes (13 changes)
40-
41-
**EntityListing** (4 changes)
42-
43-
* Optional property pageSize was added
44-
* Optional property pageNumber was added
45-
* Optional property total was added
46-
* Optional property pageCount was added
47-
48-
**UploadUrlResponse** (1 change)
49-
50-
* Optional property uploadKey was added
51-
52-
**ActionTarget** (1 change)
53-
54-
* Optional property shortAbandonThreshold was added
55-
56-
**OAuthScopeListing** (1 change)
57-
58-
* Optional property total was added
59-
60-
**PatchActionTarget** (1 change)
61-
62-
* Optional property shortAbandonThreshold was added
63-
64-
**OAuthAuthorizationListing** (1 change)
65-
66-
* Optional property total was added
67-
68-
**UserSearchRequest** (1 change)
69-
70-
* Enum value RingCentral was added to property integrationPresenceSource
71-
72-
**CoachingAppointmentStatusResponse** (1 change)
73-
74-
* Model was added
75-
76-
**CoachingAppointmentStatusResponseList** (1 change)
77-
78-
* Model was added
79-
80-
**CoachingAppointmentStatusRequest** (1 change)
81-
82-
* Model was added
83-
84-
85-
# Point Changes (1 change)
86-
87-
**GET /api/v2/users/development/activities/{activityId}** (1 change)
88-
89-
* Description was changed
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": 104,
33
"minor": 0,
4-
"point": 0,
4+
"point": 1,
55
"prerelease": "",
66
"apiVersion": 0,
7-
"display": "104.0.0",
8-
"displayFull": "104.0.0"
7+
"display": "104.0.1",
8+
"displayFull": "104.0.1"
99
}

0 commit comments

Comments
 (0)