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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-flow-scripting-api-sdk-javascript",
3
- "version": "0.41.1",
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",
@@ -1507,7 +1507,7 @@ is secure or it consumes secure data.</p>
1507
1507
  <dd>
1508
1508
 
1509
1509
  <div class="description">
1510
- <p>The skills collection for this transfer to acd action.</p>
1510
+ <p>The language skill for this transfer to acd action.</p>
1511
1511
  </div>
1512
1512
 
1513
1513
 
@@ -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 skills collection for this transfer to acd action.
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 skills collection for this transfer to acd action.
7843
+ * The language skill for this transfer to acd action.
7844
7844
  */
7845
7845
  readonly languageSkill: ArchValueLanguageSkill;
7846
7846
  /**