purecloud-flow-scripting-api-sdk-javascript 0.40.1 → 0.40.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.40.
|
|
3
|
+
"version": "0.40.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,11 @@
|
|
|
60
60
|
|
|
61
61
|
<section>
|
|
62
62
|
<article class="readme"><h2>Change Log</h2>
|
|
63
|
+
<h1>0.40.2</h1>
|
|
64
|
+
<h4>Bug Fixes</h4>
|
|
65
|
+
<ul>
|
|
66
|
+
<li>We fixed an issue where importing a flow 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 configure the language on an <a href="ArchActionSetLanguage.html"><code>ArchActionSetLanguage</code></a> action on the new flow.</li>
|
|
67
|
+
</ul>
|
|
63
68
|
<h1>0.40.1</h1>
|
|
64
69
|
<h4>Bug Fixes</h4>
|
|
65
70
|
<ul>
|