Skip to content

Commit c4b4fb3

Browse files
author
PureCloud Jenkins
committed
235.0.0
1 parent 0f7853d commit c4b4fb3

File tree

184 files changed

+2721
-2655
lines changed

Some content is hidden

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

184 files changed

+2721
-2655
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A JavaScript library to interface with the Genesys Cloud Platform API. View the
66
[![npm](https://img.shields.io/npm/v/purecloud-platform-client-v2.svg)](https://www.npmjs.com/package/purecloud-platform-client-v2)
77
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/releaseNotes.md)
88

9-
Documentation version purecloud-platform-client-v2@234.0.0
9+
Documentation version purecloud-platform-client-v2@235.0.0
1010

1111
## Preview APIs
1212

@@ -29,7 +29,7 @@ For direct use in a browser script:
2929

3030
```html
3131
<!-- Include the CJS SDK -->
32-
<script src="https://sdk-cdn.mypurecloud.com/javascript/234.0.0/purecloud-platform-client-v2.min.js"></script>
32+
<script src="https://sdk-cdn.mypurecloud.com/javascript/235.0.0/purecloud-platform-client-v2.min.js"></script>
3333

3434
<script type="text/javascript">
3535
// Obtain a reference to the platformClient object
@@ -46,7 +46,7 @@ For direct use in a browser script:
4646

4747
<script type="text/javascript">
4848
// Obtain a reference to the platformClient object
49-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/234.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
49+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/235.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5050
console.log(platformClient);
5151
});
5252
</script>

build/.openapi-generator/FILES

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ docs/getCoachingAppointments-example.txt
702702
docs/getCoachingAppointmentsMe-example.txt
703703
docs/getCoachingNotification-example.txt
704704
docs/getCoachingNotifications-example.txt
705+
docs/getCoachingScheduleslotsJob-example.txt
705706
docs/getContentmanagementDocument-example.txt
706707
docs/getContentmanagementDocumentContent-example.txt
707708
docs/getContentmanagementDocuments-example.txt
@@ -956,6 +957,7 @@ docs/getGamificationInsights-example.txt
956957
docs/getGamificationInsightsDetails-example.txt
957958
docs/getGamificationInsightsGroupsTrends-example.txt
958959
docs/getGamificationInsightsGroupsTrendsAll-example.txt
960+
docs/getGamificationInsightsManagers-example.txt
959961
docs/getGamificationInsightsMembers-example.txt
960962
docs/getGamificationInsightsRankings-example.txt
961963
docs/getGamificationInsightsTrends-example.txt
@@ -1212,6 +1214,7 @@ docs/getLearningModuleVersion-example.txt
12121214
docs/getLearningModules-example.txt
12131215
docs/getLearningModulesAssignments-example.txt
12141216
docs/getLearningModulesCoverartCoverArtId-example.txt
1217+
docs/getLearningScheduleslotsJob-example.txt
12151218
docs/getLearningScormScormId-example.txt
12161219
docs/getLicenseDefinition-example.txt
12171220
docs/getLicenseDefinitions-example.txt
@@ -1388,12 +1391,8 @@ docs/getQualityPublishedform-example.txt
13881391
docs/getQualityPublishedforms-example.txt
13891392
docs/getQualityPublishedformsEvaluation-example.txt
13901393
docs/getQualityPublishedformsEvaluations-example.txt
1391-
docs/getQualityPublishedformsEvaluationsDivisionview-example.txt
1392-
docs/getQualityPublishedformsEvaluationsDivisionviews-example.txt
13931394
docs/getQualityPublishedformsSurvey-example.txt
13941395
docs/getQualityPublishedformsSurveys-example.txt
1395-
docs/getQualityPublishedformsSurveysDivisionview-example.txt
1396-
docs/getQualityPublishedformsSurveysDivisionviews-example.txt
13971396
docs/getQualitySurvey-example.txt
13981397
docs/getQualitySurveysScorable-example.txt
13991398
docs/getRecordingBatchrequest-example.txt
@@ -2282,6 +2281,7 @@ docs/postCoachingAppointmentAnnotations-example.txt
22822281
docs/postCoachingAppointmentConversations-example.txt
22832282
docs/postCoachingAppointments-example.txt
22842283
docs/postCoachingAppointmentsAggregatesQuery-example.txt
2284+
docs/postCoachingScheduleslotsJobs-example.txt
22852285
docs/postCoachingScheduleslotsQuery-example.txt
22862286
docs/postContentmanagementDocument-example.txt
22872287
docs/postContentmanagementDocumentContent-example.txt
@@ -2587,6 +2587,7 @@ docs/postLearningModuleJobs-example.txt
25872587
docs/postLearningModulePublish-example.txt
25882588
docs/postLearningModules-example.txt
25892589
docs/postLearningRulesQuery-example.txt
2590+
docs/postLearningScheduleslotsJobs-example.txt
25902591
docs/postLearningScheduleslotsQuery-example.txt
25912592
docs/postLearningScorm-example.txt
25922593
docs/postLicenseInfer-example.txt

build/APIData.json

Lines changed: 102 additions & 78 deletions
Large diffs are not rendered by default.

build/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A JavaScript library to interface with the Genesys Cloud Platform API. View the
66
[![npm](https://img.shields.io/npm/v/purecloud-platform-client-v2.svg)](https://www.npmjs.com/package/purecloud-platform-client-v2)
77
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/releaseNotes.md)
88

9-
Documentation version purecloud-platform-client-v2@234.0.0
9+
Documentation version purecloud-platform-client-v2@235.0.0
1010

1111
## Preview APIs
1212

@@ -29,7 +29,7 @@ For direct use in a browser script:
2929

3030
```html
3131
<!-- Include the CJS SDK -->
32-
<script src="https://sdk-cdn.mypurecloud.com/javascript/234.0.0/purecloud-platform-client-v2.min.js"></script>
32+
<script src="https://sdk-cdn.mypurecloud.com/javascript/235.0.0/purecloud-platform-client-v2.min.js"></script>
3333

3434
<script type="text/javascript">
3535
// Obtain a reference to the platformClient object
@@ -46,7 +46,7 @@ For direct use in a browser script:
4646

4747
<script type="text/javascript">
4848
// Obtain a reference to the platformClient object
49-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/234.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
49+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/235.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5050
console.log(platformClient);
5151
});
5252
</script>

0 commit comments

Comments
 (0)