Skip to content

Commit 81a4ef9

Browse files
author
PureCloud Jenkins
committed
79.0.1
1 parent e788102 commit 81a4ef9

6 files changed

Lines changed: 15 additions & 59 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'] = '79.0.0'
188+
header_params['purecloud-sdk'] = '79.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
@@ -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: 79.0.0".\
252+
"SDK Package Version: 79.0.1".\
253253
format(env=sys.platform, pyversion=sys.version)

build/PureCloudPlatformClientV2/purecloud_region_hosts.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +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"
10+
us_west_2 = "https://api.usw2.pure.cloud"
11+
ca_central_1 = "https://api.cac1.pure.cloud"
12+
ap_northeast_2 = "https://api.apne2.pure.cloud"
13+
eu_west_2 = "https://api.euw2.pure.cloud"
1414

1515
def __init__(self, apihost):
1616
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 = "79.0.0"
7+
VERSION = "79.0.1"
88

99

1010

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

2020
setup(
2121
name="PureCloudPlatformClientV2",
22-
version="79.0.0",
22+
version="79.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 & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,14 @@
11
Platform API version: 3829
22

33

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

6-
**Photo** (1 change)
6+
* Fixed region host enums for new regions
77

8-
* Model Photo was removed
8+
# Major Changes (0 changes)
99

10-
**ScimV2User** (1 change)
1110

12-
* Property photos was removed
13-
14-
**ScimV2CreateUser** (1 change)
15-
16-
* Property photos was removed
17-
18-
**AuditQueryExecutionStatusResponse** (1 change)
19-
20-
* Enum value TopicsDefinitionsService was removed from property serviceName
21-
22-
**AuditQueryRequest** (1 change)
23-
24-
* Enum value TopicsDefinitionsService was removed from property serviceName
25-
26-
**AuditLogMessage** (1 change)
27-
28-
* Enum value TopicsDefinitionsService was removed from property serviceName
29-
30-
31-
# Minor Changes (6 changes)
32-
33-
**CampaignRuleParameters** (1 change)
34-
35-
* Enum value external was added to property dialingMode
36-
37-
**ObservationValue** (1 change)
38-
39-
* Optional property teamId was added
40-
41-
**Campaign** (1 change)
42-
43-
* Enum value external was added to property dialingMode
44-
45-
**AuditQueryExecutionStatusResponse** (1 change)
46-
47-
* Enum value TopicsDefinitions was added to property serviceName
48-
49-
**AuditQueryRequest** (1 change)
50-
51-
* Enum value TopicsDefinitions was added to property serviceName
52-
53-
**AuditLogMessage** (1 change)
54-
55-
* Enum value TopicsDefinitions was added to property serviceName
11+
# Minor Changes (0 changes)
5612

5713

5814
# 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": 79,
33
"minor": 0,
4-
"point": 0,
4+
"point": 1,
55
"prerelease": "",
66
"apiVersion": 0,
7-
"display": "79.0.0",
8-
"displayFull": "79.0.0"
7+
"display": "79.0.1",
8+
"displayFull": "79.0.1"
99
}

0 commit comments

Comments
 (0)