Skip to content

Commit dbeceaf

Browse files
author
PureCloud Jenkins
committed
196.0.0
1 parent f4b21cc commit dbeceaf

File tree

99 files changed

+946
-1618
lines changed

Some content is hidden

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

99 files changed

+946
-1618
lines changed

README.md

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

3232
```html
3333
<!-- Include the CJS SDK -->
34-
<script src="https://sdk-cdn.mypurecloud.com/javascript/195.0.0/purecloud-platform-client-v2.min.js"></script>
34+
<script src="https://sdk-cdn.mypurecloud.com/javascript/196.0.0/purecloud-platform-client-v2.min.js"></script>
3535

3636
<script type="text/javascript">
3737
// Obtain a reference to the platformClient object
@@ -48,7 +48,7 @@ For direct use in a browser script:
4848

4949
<script type="text/javascript">
5050
// Obtain a reference to the platformClient object
51-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/195.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
51+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/196.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5252
console.log(platformClient);
5353
});
5454
</script>

build/.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ docs/getJourneyViewVersionJobsLatest-example.txt
930930
docs/getJourneyViews-example.txt
931931
docs/getJourneyViewsEventdefinition-example.txt
932932
docs/getJourneyViewsEventdefinitions-example.txt
933+
docs/getJourneyViewsJobs-example.txt
933934
docs/getKnowledgeGuestSessionCategories-example.txt
934935
docs/getKnowledgeGuestSessionDocument-example.txt
935936
docs/getKnowledgeGuestSessionDocuments-example.txt

build/APIData.json

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19239,6 +19239,35 @@
1923919239
"return": "JourneyEventDefinitionListing",
1924019240
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...) or loginPKCEGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.JourneyApi();\n\n// Get a list of Event Definitions\napiInstance.getJourneyViewsEventdefinitions()\n .then((data) => {\n console.log(`getJourneyViewsEventdefinitions success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling getJourneyViewsEventdefinitions\");\n console.error(err);\n });"
1924119241
},
19242+
"getjourneyviewsjobs": {
19243+
"operationId": "getjourneyviewsjobs",
19244+
"functionName": "getJourneyViewsJobs",
19245+
"signature": "getJourneyViewsJobs(pageNumber, pageSize, interval, statuses)",
19246+
"parameters": [
19247+
{
19248+
"name": "pageNumber",
19249+
"type": "Number",
19250+
"required": "false"
19251+
},
19252+
{
19253+
"name": "pageSize",
19254+
"type": "Number",
19255+
"required": "false"
19256+
},
19257+
{
19258+
"name": "interval",
19259+
"type": "String",
19260+
"required": "false"
19261+
},
19262+
{
19263+
"name": "statuses",
19264+
"type": "String",
19265+
"required": "false"
19266+
}
19267+
],
19268+
"return": "JourneyViewJobListing",
19269+
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...) or loginPKCEGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.JourneyApi();\n\nlet opts = { \n \"pageNumber\": 1, // Number | The number of the page to return\n \"pageSize\": 25, // Number | Max number of entities to return\n \"interval\": 2023-07-17T00:00:00Z/2023-07-18T00:00:00Z, // String | An absolute timeframe for filtering the jobs, expressed as an ISO 8601 interval.\n \"statuses\": statuses=Accepted,Executing,Complete,Failed // String | Job statuses to filter for\n};\n\n// Get the jobs for an organization.\napiInstance.getJourneyViewsJobs(opts)\n .then((data) => {\n console.log(`getJourneyViewsJobs success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling getJourneyViewsJobs\");\n console.error(err);\n });"
19270+
},
1924219271
"patchjourneyactionmap": {
1924319272
"operationId": "patchjourneyactionmap",
1924419273
"functionName": "patchJourneyActionmap",
@@ -30000,7 +30029,7 @@
3000030029
"getqualityevaluationsquery": {
3000130030
"operationId": "getqualityevaluationsquery",
3000230031
"functionName": "getQualityEvaluationsQuery",
30003-
"signature": "getQualityEvaluationsQuery(pageSize, pageNumber, sortBy, expand, nextPage, previousPage, conversationId, agentUserId, agentTeamId, evaluatorUserId, assigneeUserId, queueId, startTime, endTime, formContextId, evaluationState, isReleased, agentHasRead, expandAnswerTotalScores, maximum, sortOrder)",
30032+
"signature": "getQualityEvaluationsQuery(pageSize, pageNumber, expand, previousPage, conversationId, agentUserId, agentTeamId, evaluatorUserId, assigneeUserId, queueId, startTime, endTime, formContextId, evaluationState, isReleased, agentHasRead, expandAnswerTotalScores, maximum, sortOrder)",
3000430033
"parameters": [
3000530034
{
3000630035
"name": "pageSize",
@@ -30012,21 +30041,11 @@
3001230041
"type": "Number",
3001330042
"required": "false"
3001430043
},
30015-
{
30016-
"name": "sortBy",
30017-
"type": "String",
30018-
"required": "false"
30019-
},
3002030044
{
3002130045
"name": "expand",
3002230046
"type": "[String]",
3002330047
"required": "false"
3002430048
},
30025-
{
30026-
"name": "nextPage",
30027-
"type": "String",
30028-
"required": "false"
30029-
},
3003030049
{
3003130050
"name": "previousPage",
3003230051
"type": "String",
@@ -30109,7 +30128,7 @@
3010930128
}
3011030129
],
3011130130
"return": "EvaluationEntityListing",
30112-
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...) or loginPKCEGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.QualityApi();\n\nlet opts = { \n \"pageSize\": 25, // Number | The total page size requested\n \"pageNumber\": 1, // Number | The page number requested\n \"sortBy\": \"sortBy_example\", // String | NOTE: Does not work when querying evaluations\n \"expand\": [\"expand_example\"], // [String] | variable name requested by expand list\n \"nextPage\": \"nextPage_example\", // String | NOTE: Does not work when querying evaluations\n \"previousPage\": \"previousPage_example\", // String | Previous page token\n \"conversationId\": \"conversationId_example\", // String | conversationId specified\n \"agentUserId\": \"agentUserId_example\", // String | user id of the agent\n \"agentTeamId\": \"agentTeamId_example\", // String | team id of the agent\n \"evaluatorUserId\": \"evaluatorUserId_example\", // String | evaluator user id\n \"assigneeUserId\": \"assigneeUserId_example\", // String | assignee user id\n \"queueId\": \"queueId_example\", // String | queue id\n \"startTime\": \"startTime_example\", // String | start time of the evaluation query\n \"endTime\": \"endTime_example\", // String | end time of the evaluation query\n \"formContextId\": \"formContextId_example\", // String | shared id between form versions\n \"evaluationState\": [\"evaluationState_example\"], // [String] | \n \"isReleased\": true, // Boolean | the evaluation has been released\n \"agentHasRead\": true, // Boolean | agent has the evaluation\n \"expandAnswerTotalScores\": true, // Boolean | get the total scores for evaluations. NOTE: The answers will only be populated if this parameter is set to true in the request.\n \"maximum\": 3.4, // Number | the maximum number of results to return\n \"sortOrder\": \"sortOrder_example\" // String | NOTE: Does not work when conversationId is supplied.\n};\n\n// Queries Evaluations and returns a paged list\napiInstance.getQualityEvaluationsQuery(opts)\n .then((data) => {\n console.log(`getQualityEvaluationsQuery success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling getQualityEvaluationsQuery\");\n console.error(err);\n });"
30131+
"example": "const platformClient = require(\"purecloud-platform-client-v2\");\n\nconst client = platformClient.ApiClient.instance;\nclient.setEnvironment(platformClient.PureCloudRegionHosts.us_east_1); // Genesys Cloud region\n\n// Manually set auth token or use loginImplicitGrant(...) or loginClientCredentialsGrant(...) or loginPKCEGrant(...)\nclient.setAccessToken(\"your_access_token\");\n\nlet apiInstance = new platformClient.QualityApi();\n\nlet opts = { \n \"pageSize\": 25, // Number | The total page size requested\n \"pageNumber\": 1, // Number | The page number requested\n \"expand\": [\"expand_example\"], // [String] | variable name requested by expand list\n \"previousPage\": \"previousPage_example\", // String | Previous page token\n \"conversationId\": \"conversationId_example\", // String | conversationId specified\n \"agentUserId\": \"agentUserId_example\", // String | user id of the agent\n \"agentTeamId\": \"agentTeamId_example\", // String | team id of the agent\n \"evaluatorUserId\": \"evaluatorUserId_example\", // String | evaluator user id\n \"assigneeUserId\": \"assigneeUserId_example\", // String | assignee user id\n \"queueId\": \"queueId_example\", // String | queue id\n \"startTime\": \"startTime_example\", // String | start time of the evaluation query\n \"endTime\": \"endTime_example\", // String | end time of the evaluation query\n \"formContextId\": \"formContextId_example\", // String | shared id between form versions\n \"evaluationState\": [\"evaluationState_example\"], // [String] | \n \"isReleased\": true, // Boolean | the evaluation has been released\n \"agentHasRead\": true, // Boolean | agent has the evaluation\n \"expandAnswerTotalScores\": true, // Boolean | get the total scores for evaluations. NOTE: The answers will only be populated if this parameter is set to true in the request.\n \"maximum\": 3.4, // Number | the maximum number of results to return\n \"sortOrder\": \"sortOrder_example\" // String | NOTE: Does not work when conversationId is supplied.\n};\n\n// Queries Evaluations and returns a paged list\napiInstance.getQualityEvaluationsQuery(opts)\n .then((data) => {\n console.log(`getQualityEvaluationsQuery success! data: ${JSON.stringify(data, null, 2)}`);\n })\n .catch((err) => {\n console.log(\"There was a failure calling getQualityEvaluationsQuery\");\n console.error(err);\n });"
3011330132
},
3011430133
"getqualityevaluatorsactivity": {
3011530134
"operationId": "getqualityevaluatorsactivity",

build/README.md

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

3232
```html
3333
<!-- Include the CJS SDK -->
34-
<script src="https://sdk-cdn.mypurecloud.com/javascript/195.0.0/purecloud-platform-client-v2.min.js"></script>
34+
<script src="https://sdk-cdn.mypurecloud.com/javascript/196.0.0/purecloud-platform-client-v2.min.js"></script>
3535

3636
<script type="text/javascript">
3737
// Obtain a reference to the platformClient object
@@ -48,7 +48,7 @@ For direct use in a browser script:
4848

4949
<script type="text/javascript">
5050
// Obtain a reference to the platformClient object
51-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/195.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
51+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/196.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
5252
console.log(platformClient);
5353
});
5454
</script>

0 commit comments

Comments
 (0)