Skip to content

Commit 927be08

Browse files
author
PureCloud Jenkins
committed
[No-Jira-AutoGen-Commit-Do-Not-build]-scripting_build
1 parent 0ea4b0a commit 927be08

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/changelog.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ <h1><a href="index.html" class="link">Architect Scripting</a></h1>
6060

6161
<section>
6262
<article class="readme"><h2>Change Log</h2>
63+
<h1>0.63.7</h1>
64+
<h4>Improvements</h4>
65+
<ul>
66+
<li>We made internal stability improvements within Architect Scripting.</li>
67+
</ul>
6368
<h1>0.63.6</h1>
6469
<h4>Improvements</h4>
6570
<ul>

docs/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ export class ArchEnums {
735735
* Remember some actions like {@link ArchActionSwitch} will have dynamic outputs and dynamically
736736
* added outputs will have identifiers that are not in the enum above.
737737
*/
738-
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","skipResponseCapture":"skipResponseCapture","success":"success","timeout":"timeout","voicemail":"voicemail","yes":"yes"};
738+
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","invalid":"invalid","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","skipResponseCapture":"skipResponseCapture","success":"success","timeout":"timeout","valid":"valid","voicemail":"voicemail","yes":"yes"};
739739
/**
740740
* Returns a string array that contains all valid output identifier strings.
741741
*/

0 commit comments

Comments
 (0)