Skip to content

Commit 33c31f5

Browse files
author
PureCloud Jenkins
committed
166.0.0
1 parent cb2e060 commit 33c31f5

File tree

90 files changed

+714
-2455
lines changed

Some content is hidden

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

90 files changed

+714
-2455
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/165.0.0/purecloud-platform-client-v2.min.js"></script>
30+
<script src="https://sdk-cdn.mypurecloud.com/javascript/166.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/165.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
47+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/166.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
4848
console.log(platformClient);
4949
});
5050
</script>

build/.openapi-generator/FILES

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,6 @@ docs/getCoachingAppointments-example.txt
466466
docs/getCoachingAppointmentsMe-example.txt
467467
docs/getCoachingNotification-example.txt
468468
docs/getCoachingNotifications-example.txt
469-
docs/getConfigurationSchemasEdgesVnext-example.txt
470-
docs/getConfigurationSchemasEdgesVnextSchemaCategory-example.txt
471-
docs/getConfigurationSchemasEdgesVnextSchemaCategorySchemaType-example.txt
472-
docs/getConfigurationSchemasEdgesVnextSchemaCategorySchemaTypeSchemaId-example.txt
473-
docs/getConfigurationSchemasEdgesVnextSchemaCategorySchemaTypeSchemaIdExtensionTypeMetadataId-example.txt
474469
docs/getContentmanagementDocument-example.txt
475470
docs/getContentmanagementDocumentAudits-example.txt
476471
docs/getContentmanagementDocumentContent-example.txt
@@ -2135,11 +2130,9 @@ docs/putSpeechandtextanalyticsTopic-example.txt
21352130
docs/putTelephonyProvidersEdge-example.txt
21362131
docs/putTelephonyProvidersEdgeLogicalinterface-example.txt
21372132
docs/putTelephonyProvidersEdgesCertificateauthority-example.txt
2138-
docs/putTelephonyProvidersEdgesDid-example.txt
21392133
docs/putTelephonyProvidersEdgesDidpool-example.txt
21402134
docs/putTelephonyProvidersEdgesEdgegroup-example.txt
21412135
docs/putTelephonyProvidersEdgesEdgegroupEdgetrunkbase-example.txt
2142-
docs/putTelephonyProvidersEdgesExtension-example.txt
21432136
docs/putTelephonyProvidersEdgesExtensionpool-example.txt
21442137
docs/putTelephonyProvidersEdgesOutboundroute-example.txt
21452138
docs/putTelephonyProvidersEdgesPhone-example.txt

build/APIData.json

Lines changed: 8 additions & 176 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/165.0.0/purecloud-platform-client-v2.min.js"></script>
30+
<script src="https://sdk-cdn.mypurecloud.com/javascript/166.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/165.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
47+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/166.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
4848
console.log(platformClient);
4949
});
5050
</script>

0 commit comments

Comments
 (0)