Skip to content

Commit df7ee25

Browse files
author
PureCloud Jenkins
committed
77.1.0
1 parent 30a8b61 commit df7ee25

6 files changed

Lines changed: 15 additions & 27 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'] = '77.0.0'
188+
header_params['purecloud-sdk'] = '77.1.0'
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
@@ -249,5 +249,5 @@ def to_debug_report(self):
249249
"OS: {env}\n"\
250250
"Python Version: {pyversion}\n"\
251251
"Version of the API: v2\n"\
252-
"SDK Package Version: 77.0.0".\
252+
"SDK Package Version: 77.1.0".\
253253
format(env=sys.platform, pyversion=sys.version)

build/PureCloudPlatformClientV2/purecloud_region_hosts.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ class PureCloudRegionHosts(Enum):
77
ap_southeast_2 = "https://api.mypurecloud.com.au"
88
ap_northeast_1 = "https://api.mypurecloud.jp"
99
eu_central_1 = "https://api.mypurecloud.de"
10+
us_west_2 = "https://usw2.pure.cloud"
11+
ca_central_1 = "https://cac1.pure.cloud"
12+
ap_northeast_2 = "https://apne2.pure.cloud"
13+
eu_west_2 = "https://euw2.pure.cloud"
1014

1115
def __init__(self, apihost):
1216
self.apihost = apihost

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 = "77.0.0"
7+
VERSION = "77.1.0"
88

99

1010

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

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

releaseNotes.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,14 @@
11
Platform API version: 3791
22

33

4-
# Major Changes (2 changes)
4+
# SDK Changes
55

6-
**GET /api/v2/analytics/users/details/jobs/{jobId}/results** (1 change)
6+
* API-5201 Added new regions to region host enums
77

8-
* Parameter pageSize was added
8+
# Major Changes (0 changes)
99

10-
**GET /api/v2/analytics/conversations/details/jobs/{jobId}/results** (1 change)
1110

12-
* Parameter pageSize was added
13-
14-
15-
# Minor Changes (3 changes)
16-
17-
**PATCH /api/v2/users/{userId}/presences/{sourceId}** (1 change)
18-
19-
* Response 409 was added
20-
21-
**Evaluation** (1 change)
22-
23-
* Optional property conversationEndDate was added
24-
25-
**AuditLogMessage** (1 change)
26-
27-
* Enum value OAuthClientAuthorization was added to property entityType
11+
# Minor Changes (0 changes)
2812

2913

3014
# 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": 77,
3-
"minor": 0,
3+
"minor": 1,
44
"point": 0,
55
"prerelease": "",
66
"apiVersion": 0,
7-
"display": "77.0.0",
8-
"displayFull": "77.0.0"
7+
"display": "77.1.0",
8+
"displayFull": "77.1.0"
99
}

0 commit comments

Comments
 (0)