Skip to content

Commit af6bbe7

Browse files
author
PureCloud Jenkins
committed
158.0.0
1 parent c176260 commit af6bbe7

File tree

92 files changed

+4680
-811
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+4680
-811
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For direct use in a browser script:
2727

2828
```html
2929
<!-- Include the CJS SDK -->
30-
<script src="https://sdk-cdn.mypurecloud.com/javascript/157.0.0/purecloud-platform-client-v2.min.js"></script>
30+
<script src="https://sdk-cdn.mypurecloud.com/javascript/158.0.0/purecloud-platform-client-v2.min.js"></script>
3131

3232
<script type="text/javascript">
3333
// Obtain a reference to the platformClient object
@@ -44,7 +44,7 @@ For direct use in a browser script:
4444

4545
<script type="text/javascript">
4646
// Obtain a reference to the platformClient object
47-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/157.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
47+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/158.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
4848
console.log(platformClient);
4949
});
5050
</script>

build/.openapi-generator/FILES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,13 @@ docs/deleteNotificationsChannelSubscriptions-example.txt
233233
docs/deleteOauthClient-example.txt
234234
docs/deleteOrgauthorizationTrustee-example.txt
235235
docs/deleteOrgauthorizationTrusteeCloneduser-example.txt
236+
docs/deleteOrgauthorizationTrusteeGroup-example.txt
237+
docs/deleteOrgauthorizationTrusteeGroupRoles-example.txt
236238
docs/deleteOrgauthorizationTrusteeUser-example.txt
237239
docs/deleteOrgauthorizationTrusteeUserRoles-example.txt
238240
docs/deleteOrgauthorizationTrustor-example.txt
239241
docs/deleteOrgauthorizationTrustorCloneduser-example.txt
242+
docs/deleteOrgauthorizationTrustorGroup-example.txt
240243
docs/deleteOrgauthorizationTrustorUser-example.txt
241244
docs/deleteOrphanrecording-example.txt
242245
docs/deleteOutboundAttemptlimit-example.txt
@@ -336,6 +339,7 @@ docs/deleteWebchatGuestConversationMember-example.txt
336339
docs/deleteWebchatSettings-example.txt
337340
docs/deleteWebdeploymentsConfiguration-example.txt
338341
docs/deleteWebdeploymentsDeployment-example.txt
342+
docs/deleteWebdeploymentsDeploymentCobrowseSessionId-example.txt
339343
docs/deleteWebdeploymentsTokenRevoke-example.txt
340344
docs/deleteWidgetsDeployment-example.txt
341345
docs/deleteWorkforcemanagementBusinessunit-example.txt
@@ -833,6 +837,9 @@ docs/getOrganizationsWhitelist-example.txt
833837
docs/getOrgauthorizationPairing-example.txt
834838
docs/getOrgauthorizationTrustee-example.txt
835839
docs/getOrgauthorizationTrusteeClonedusers-example.txt
840+
docs/getOrgauthorizationTrusteeGroup-example.txt
841+
docs/getOrgauthorizationTrusteeGroupRoles-example.txt
842+
docs/getOrgauthorizationTrusteeGroups-example.txt
836843
docs/getOrgauthorizationTrusteeUser-example.txt
837844
docs/getOrgauthorizationTrusteeUserRoles-example.txt
838845
docs/getOrgauthorizationTrusteeUsers-example.txt
@@ -841,6 +848,8 @@ docs/getOrgauthorizationTrusteesDefault-example.txt
841848
docs/getOrgauthorizationTrustor-example.txt
842849
docs/getOrgauthorizationTrustorCloneduser-example.txt
843850
docs/getOrgauthorizationTrustorClonedusers-example.txt
851+
docs/getOrgauthorizationTrustorGroup-example.txt
852+
docs/getOrgauthorizationTrustorGroups-example.txt
844853
docs/getOrgauthorizationTrustorUser-example.txt
845854
docs/getOrgauthorizationTrustorUsers-example.txt
846855
docs/getOrgauthorizationTrustors-example.txt
@@ -1223,6 +1232,7 @@ docs/getWebdeploymentsConfigurationVersions-example.txt
12231232
docs/getWebdeploymentsConfigurationVersionsDraft-example.txt
12241233
docs/getWebdeploymentsConfigurations-example.txt
12251234
docs/getWebdeploymentsDeployment-example.txt
1235+
docs/getWebdeploymentsDeploymentCobrowseSessionId-example.txt
12261236
docs/getWebdeploymentsDeploymentConfigurations-example.txt
12271237
docs/getWebdeploymentsDeployments-example.txt
12281238
docs/getWebmessagingMessages-example.txt
@@ -1514,6 +1524,7 @@ docs/postContentmanagementWorkspaceTagvalues-example.txt
15141524
docs/postContentmanagementWorkspaceTagvaluesQuery-example.txt
15151525
docs/postContentmanagementWorkspaces-example.txt
15161526
docs/postConversationAssign-example.txt
1527+
docs/postConversationCobrowse-example.txt
15171528
docs/postConversationDisconnect-example.txt
15181529
docs/postConversationParticipantCallbacks-example.txt
15191530
docs/postConversationParticipantDigits-example.txt
@@ -1697,6 +1708,7 @@ docs/postOauthClientSecret-example.txt
16971708
docs/postOauthClientUsageQuery-example.txt
16981709
docs/postOauthClients-example.txt
16991710
docs/postOrgauthorizationPairings-example.txt
1711+
docs/postOrgauthorizationTrusteeGroups-example.txt
17001712
docs/postOrgauthorizationTrusteeUsers-example.txt
17011713
docs/postOrgauthorizationTrustees-example.txt
17021714
docs/postOrgauthorizationTrusteesAudits-example.txt
@@ -2010,9 +2022,12 @@ docs/putOrganizationsIpaddressauthentication-example.txt
20102022
docs/putOrganizationsMe-example.txt
20112023
docs/putOrganizationsWhitelist-example.txt
20122024
docs/putOrgauthorizationTrustee-example.txt
2025+
docs/putOrgauthorizationTrusteeGroupRoledivisions-example.txt
2026+
docs/putOrgauthorizationTrusteeGroupRoles-example.txt
20132027
docs/putOrgauthorizationTrusteeUserRoledivisions-example.txt
20142028
docs/putOrgauthorizationTrusteeUserRoles-example.txt
20152029
docs/putOrgauthorizationTrustorCloneduser-example.txt
2030+
docs/putOrgauthorizationTrustorGroup-example.txt
20162031
docs/putOrgauthorizationTrustorUser-example.txt
20172032
docs/putOrphanrecording-example.txt
20182033
docs/putOutboundAttemptlimit-example.txt

build/APIData.json

Lines changed: 307 additions & 5 deletions
Large diffs are not rendered by default.

build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For direct use in a browser script:
2727

2828
```html
2929
<!-- Include the CJS SDK -->
30-
<script src="https://sdk-cdn.mypurecloud.com/javascript/157.0.0/purecloud-platform-client-v2.min.js"></script>
30+
<script src="https://sdk-cdn.mypurecloud.com/javascript/158.0.0/purecloud-platform-client-v2.min.js"></script>
3131

3232
<script type="text/javascript">
3333
// Obtain a reference to the platformClient object
@@ -44,7 +44,7 @@ For direct use in a browser script:
4444

4545
<script type="text/javascript">
4646
// Obtain a reference to the platformClient object
47-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/157.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
47+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/158.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
4848
console.log(platformClient);
4949
});
5050
</script>

0 commit comments

Comments
 (0)