purecloud-flow-scripting-api-sdk-javascript 0.41.1 → 0.41.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build-scripting/release/scripting.bundle.js +8 -8
- package/package.json +1 -1
- package/src/scripting/documentation/ArchActionTransferToAcd.html +1 -1
- package/src/scripting/documentation/changelog.html +9 -0
- package/src/scripting/documentation/types.d.ts +1 -1
- package/types.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "purecloud-flow-scripting-api-sdk-javascript",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.2",
|
|
4
4
|
"description": "JavaScript library for creating, editing, and managing Genesys Cloud Architect flows",
|
|
5
5
|
"main": "build-scripting/release/scripting.bundle.js",
|
|
6
6
|
"author": "Genesys",
|
|
@@ -60,6 +60,15 @@
|
|
|
60
60
|
|
|
61
61
|
<section>
|
|
62
62
|
<article class="readme"><h2>Change Log</h2>
|
|
63
|
+
<h1>0.41.2</h1>
|
|
64
|
+
<h4>Improvements</h4>
|
|
65
|
+
<ul>
|
|
66
|
+
<li>We updated YAML export for the <code>ArchActionEvaluateSchedule#evaluationTimeZone</code> property to export a <code>lit</code> or <code>exp</code> property depending on whether the value is literal or expression mode.</li>
|
|
67
|
+
</ul>
|
|
68
|
+
<h4>Bug Fixes</h4>
|
|
69
|
+
<ul>
|
|
70
|
+
<li>We fixed an issue where importing an <a href="ArchBaseFlowBot.html"><code>ArchBaseFlowBot</code></a> using <a href="ArchBaseFlow.html#importFromContentAsync"><code>ArchBaseFlow#importFromContentAsync</code></a> or <a href="ArchBaseFlow.html#importFromFileAsync"><code>ArchBaseFlow#importFromFileAsync</code></a> would not correctly update the Natural Language Understanding configuration.</li>
|
|
71
|
+
</ul>
|
|
63
72
|
<h1>0.41.1</h1>
|
|
64
73
|
<h4>Improvements</h4>
|
|
65
74
|
<ul>
|
|
@@ -7840,7 +7840,7 @@ export class ArchActionTransferToAcd extends ArchBaseActionTransfer {
|
|
|
7840
7840
|
*/
|
|
7841
7841
|
readonly appendSkills: ArchValueBoolean;
|
|
7842
7842
|
/**
|
|
7843
|
-
* The
|
|
7843
|
+
* The language skill for this transfer to acd action.
|
|
7844
7844
|
*/
|
|
7845
7845
|
readonly languageSkill: ArchValueLanguageSkill;
|
|
7846
7846
|
/**
|
package/types.d.ts
CHANGED
|
@@ -7840,7 +7840,7 @@ export class ArchActionTransferToAcd extends ArchBaseActionTransfer {
|
|
|
7840
7840
|
*/
|
|
7841
7841
|
readonly appendSkills: ArchValueBoolean;
|
|
7842
7842
|
/**
|
|
7843
|
-
* The
|
|
7843
|
+
* The language skill for this transfer to acd action.
|
|
7844
7844
|
*/
|
|
7845
7845
|
readonly languageSkill: ArchValueLanguageSkill;
|
|
7846
7846
|
/**
|