purecloud-flow-scripting-api-sdk-javascript 0.54.8 → 0.54.9

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.54.8",
3
+ "version": "0.54.9",
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.54.8</h1>
64
+ <h4>Bug Fixes</h4>
65
+ <ul>
66
+ <li>We fixed an issue with YAML export where the region for an <a href="ArchActionCallLexV2Bot.html"><code>ArchActionCallLexV2Bot</code></a> action would export as undefined.</li>
67
+ </ul>
63
68
  <h1>0.54.7</h1>
64
69
  <h4>Improvements</h4>
65
70
  <ul>
@@ -655,7 +655,7 @@ export class ArchEnums {
655
655
  * Remember some actions like {@link ArchActionSwitch} will have dynamic outputs and dynamically
656
656
  * added outputs will have identifiers that are not in the enum above.
657
657
  */
658
- readonly OUTPUT_IDS: {"active":"active","canceled":"canceled","closed":"closed","conditionsNotMet":"conditionsNotMet","default":"default","disconnect":"disconnect","emergency":"emergency","error":"error","event":"event","failure":"failure","found":"found","holiday":"holiday","inactive":"inactive","knowledge":"knowledge","loop":"loop","loopNext":"loopNext","loopsMax":"loopsMax","matchExact":"matchExact","matchMultiple":"matchMultiple","maxNoInputs":"maxNoInputs","maxNoMatches":"maxNoMatches","no":"no","noInput":"noInput","noIntent":"noIntent","notFound":"notFound","open":"open","partiallyFound":"partiallyFound","success":"success","timeout":"timeout","voicemail":"voicemail","yes":"yes"};
658
+ readonly OUTPUT_IDS: {"active":"active","canceled":"canceled","closed":"closed","conditionsNotMet":"conditionsNotMet","default":"default","disconnect":"disconnect","emergency":"emergency","error":"error","event":"event","failure":"failure","formOutputs":"formOutputs","found":"found","holiday":"holiday","inactive":"inactive","knowledge":"knowledge","loop":"loop","loopNext":"loopNext","loopsMax":"loopsMax","matchExact":"matchExact","matchMultiple":"matchMultiple","maxNoInputs":"maxNoInputs","maxNoMatches":"maxNoMatches","no":"no","noInput":"noInput","noIntent":"noIntent","notFound":"notFound","open":"open","partiallyFound":"partiallyFound","success":"success","timeout":"timeout","voicemail":"voicemail","yes":"yes"};
659
659
  /**
660
660
  * Returns a string array that contains all valid output identifier strings.
661
661
  */
package/types.d.ts CHANGED
@@ -655,7 +655,7 @@ export class ArchEnums {
655
655
  * Remember some actions like {@link ArchActionSwitch} will have dynamic outputs and dynamically
656
656
  * added outputs will have identifiers that are not in the enum above.
657
657
  */
658
- readonly OUTPUT_IDS: {"active":"active","canceled":"canceled","closed":"closed","conditionsNotMet":"conditionsNotMet","default":"default","disconnect":"disconnect","emergency":"emergency","error":"error","event":"event","failure":"failure","found":"found","holiday":"holiday","inactive":"inactive","knowledge":"knowledge","loop":"loop","loopNext":"loopNext","loopsMax":"loopsMax","matchExact":"matchExact","matchMultiple":"matchMultiple","maxNoInputs":"maxNoInputs","maxNoMatches":"maxNoMatches","no":"no","noInput":"noInput","noIntent":"noIntent","notFound":"notFound","open":"open","partiallyFound":"partiallyFound","success":"success","timeout":"timeout","voicemail":"voicemail","yes":"yes"};
658
+ readonly OUTPUT_IDS: {"active":"active","canceled":"canceled","closed":"closed","conditionsNotMet":"conditionsNotMet","default":"default","disconnect":"disconnect","emergency":"emergency","error":"error","event":"event","failure":"failure","formOutputs":"formOutputs","found":"found","holiday":"holiday","inactive":"inactive","knowledge":"knowledge","loop":"loop","loopNext":"loopNext","loopsMax":"loopsMax","matchExact":"matchExact","matchMultiple":"matchMultiple","maxNoInputs":"maxNoInputs","maxNoMatches":"maxNoMatches","no":"no","noInput":"noInput","noIntent":"noIntent","notFound":"notFound","open":"open","partiallyFound":"partiallyFound","success":"success","timeout":"timeout","voicemail":"voicemail","yes":"yes"};
659
659
  /**
660
660
  * Returns a string array that contains all valid output identifier strings.
661
661
  */