purecloud-flow-scripting-api-sdk-javascript 0.42.0 → 0.42.1

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.
Files changed (33) hide show
  1. package/build-scripting/release/scripting.bundle.js +16 -16
  2. package/package.json +1 -1
  3. package/src/scripting/documentation/ArchActionSendNotification.html +1 -1
  4. package/src/scripting/documentation/ArchBaseFlow.html +15 -2
  5. package/src/scripting/documentation/ArchBaseFlowBot.html +15 -2
  6. package/src/scripting/documentation/ArchBaseFlowInQueueWorkflow.html +15 -2
  7. package/src/scripting/documentation/ArchBaseFlowInboundOutboundSecureCall.html +15 -2
  8. package/src/scripting/documentation/ArchBaseFlowWithMenus.html +15 -2
  9. package/src/scripting/documentation/ArchBaseFlowWithTasks.html +15 -2
  10. package/src/scripting/documentation/ArchBaseFlowWorkflow.html +15 -2
  11. package/src/scripting/documentation/ArchEnums.html +2 -1
  12. package/src/scripting/documentation/ArchFactoryFlows.html +24 -16
  13. package/src/scripting/documentation/ArchFlowBot.html +15 -2
  14. package/src/scripting/documentation/ArchFlowCommonModule.html +15 -2
  15. package/src/scripting/documentation/ArchFlowDigitalBot.html +15 -2
  16. package/src/scripting/documentation/ArchFlowInQueueCall.html +15 -2
  17. package/src/scripting/documentation/ArchFlowInQueueEmail.html +15 -2
  18. package/src/scripting/documentation/ArchFlowInQueueShortMessage.html +15 -2
  19. package/src/scripting/documentation/ArchFlowInboundCall.html +15 -2
  20. package/src/scripting/documentation/ArchFlowInboundChat.html +15 -2
  21. package/src/scripting/documentation/ArchFlowInboundEmail.html +15 -2
  22. package/src/scripting/documentation/ArchFlowInboundShortMessage.html +15 -2
  23. package/src/scripting/documentation/ArchFlowOutboundCall.html +15 -2
  24. package/src/scripting/documentation/ArchFlowSecureCall.html +15 -2
  25. package/src/scripting/documentation/ArchFlowSurveyInvite.html +15 -2
  26. package/src/scripting/documentation/ArchFlowVoicemail.html +15 -2
  27. package/src/scripting/documentation/ArchFlowWorkflow.html +15 -2
  28. package/src/scripting/documentation/changelog.html +9 -0
  29. package/src/scripting/documentation/types.d.ts +35 -24
  30. package/types.d.ts +35 -24
  31. package/deployProcess.md +0 -12
  32. package/frescoConfig.json +0 -4
  33. package/scriptingAuthToken.txt +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-flow-scripting-api-sdk-javascript",
3
- "version": "0.42.0",
3
+ "version": "0.42.1",
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",
@@ -2202,7 +2202,7 @@ Otherwise, nothing is returned.</p>
2202
2202
 
2203
2203
  <dt>
2204
2204
  <h4 class="name" id="sendNotificationFailureOutputs">
2205
- <span class="type-signature"></span>sendNotificationFailureOutputs<span class="type-signature"> :<a href="ArchNamedValueList.html">ArchNamedValueList</a></span>
2205
+ <span class="type-signature"><span class="icon green">readonly</span> </span>sendNotificationFailureOutputs<span class="type-signature"> :<a href="ArchNamedValueList.html">ArchNamedValueList</a></span>
2206
2206
 
2207
2207
  </h4>
2208
2208
 
@@ -5054,6 +5054,8 @@ longer be considered valid after loading new configuration.</p>
5054
5054
 
5055
5055
 
5056
5056
 
5057
+ <th>Default</th>
5058
+
5057
5059
 
5058
5060
  <th class="last">Description</th>
5059
5061
  </tr>
@@ -5089,9 +5091,16 @@ longer be considered valid after loading new configuration.</p>
5089
5091
 
5090
5092
 
5091
5093
 
5094
+ <td class="default">
5095
+
5096
+ "latest"
5097
+
5098
+ </td>
5099
+
5092
5100
 
5093
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
5094
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5101
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
5102
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
5103
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5095
5104
  </tr>
5096
5105
 
5097
5106
 
@@ -5123,6 +5132,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
5123
5132
 
5124
5133
 
5125
5134
 
5135
+ <td class="default">
5136
+
5137
+ </td>
5138
+
5126
5139
 
5127
5140
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
5128
5141
  </tr>
@@ -5858,6 +5858,8 @@ longer be considered valid after loading new configuration.</p>
5858
5858
 
5859
5859
 
5860
5860
 
5861
+ <th>Default</th>
5862
+
5861
5863
 
5862
5864
  <th class="last">Description</th>
5863
5865
  </tr>
@@ -5893,9 +5895,16 @@ longer be considered valid after loading new configuration.</p>
5893
5895
 
5894
5896
 
5895
5897
 
5898
+ <td class="default">
5899
+
5900
+ "latest"
5901
+
5902
+ </td>
5903
+
5896
5904
 
5897
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
5898
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5905
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
5906
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
5907
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5899
5908
  </tr>
5900
5909
 
5901
5910
 
@@ -5927,6 +5936,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
5927
5936
 
5928
5937
 
5929
5938
 
5939
+ <td class="default">
5940
+
5941
+ </td>
5942
+
5930
5943
 
5931
5944
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
5932
5945
  </tr>
@@ -5402,6 +5402,8 @@ longer be considered valid after loading new configuration.</p>
5402
5402
 
5403
5403
 
5404
5404
 
5405
+ <th>Default</th>
5406
+
5405
5407
 
5406
5408
  <th class="last">Description</th>
5407
5409
  </tr>
@@ -5437,9 +5439,16 @@ longer be considered valid after loading new configuration.</p>
5437
5439
 
5438
5440
 
5439
5441
 
5442
+ <td class="default">
5443
+
5444
+ "latest"
5445
+
5446
+ </td>
5447
+
5440
5448
 
5441
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
5442
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5449
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
5450
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
5451
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5443
5452
  </tr>
5444
5453
 
5445
5454
 
@@ -5471,6 +5480,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
5471
5480
 
5472
5481
 
5473
5482
 
5483
+ <td class="default">
5484
+
5485
+ </td>
5486
+
5474
5487
 
5475
5488
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
5476
5489
  </tr>
@@ -6005,6 +6005,8 @@ longer be considered valid after loading new configuration.</p>
6005
6005
 
6006
6006
 
6007
6007
 
6008
+ <th>Default</th>
6009
+
6008
6010
 
6009
6011
  <th class="last">Description</th>
6010
6012
  </tr>
@@ -6040,9 +6042,16 @@ longer be considered valid after loading new configuration.</p>
6040
6042
 
6041
6043
 
6042
6044
 
6045
+ <td class="default">
6046
+
6047
+ "latest"
6048
+
6049
+ </td>
6050
+
6043
6051
 
6044
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
6045
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
6052
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
6053
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
6054
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
6046
6055
  </tr>
6047
6056
 
6048
6057
 
@@ -6074,6 +6083,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
6074
6083
 
6075
6084
 
6076
6085
 
6086
+ <td class="default">
6087
+
6088
+ </td>
6089
+
6077
6090
 
6078
6091
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
6079
6092
  </tr>
@@ -5399,6 +5399,8 @@ longer be considered valid after loading new configuration.</p>
5399
5399
 
5400
5400
 
5401
5401
 
5402
+ <th>Default</th>
5403
+
5402
5404
 
5403
5405
  <th class="last">Description</th>
5404
5406
  </tr>
@@ -5434,9 +5436,16 @@ longer be considered valid after loading new configuration.</p>
5434
5436
 
5435
5437
 
5436
5438
 
5439
+ <td class="default">
5440
+
5441
+ "latest"
5442
+
5443
+ </td>
5444
+
5437
5445
 
5438
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
5439
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5446
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
5447
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
5448
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5440
5449
  </tr>
5441
5450
 
5442
5451
 
@@ -5468,6 +5477,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
5468
5477
 
5469
5478
 
5470
5479
 
5480
+ <td class="default">
5481
+
5482
+ </td>
5483
+
5471
5484
 
5472
5485
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
5473
5486
  </tr>
@@ -5183,6 +5183,8 @@ longer be considered valid after loading new configuration.</p>
5183
5183
 
5184
5184
 
5185
5185
 
5186
+ <th>Default</th>
5187
+
5186
5188
 
5187
5189
  <th class="last">Description</th>
5188
5190
  </tr>
@@ -5218,9 +5220,16 @@ longer be considered valid after loading new configuration.</p>
5218
5220
 
5219
5221
 
5220
5222
 
5223
+ <td class="default">
5224
+
5225
+ "latest"
5226
+
5227
+ </td>
5228
+
5221
5229
 
5222
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
5223
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5230
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
5231
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
5232
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5224
5233
  </tr>
5225
5234
 
5226
5235
 
@@ -5252,6 +5261,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
5252
5261
 
5253
5262
 
5254
5263
 
5264
+ <td class="default">
5265
+
5266
+ </td>
5267
+
5255
5268
 
5256
5269
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
5257
5270
  </tr>
@@ -5610,6 +5610,8 @@ longer be considered valid after loading new configuration.</p>
5610
5610
 
5611
5611
 
5612
5612
 
5613
+ <th>Default</th>
5614
+
5613
5615
 
5614
5616
  <th class="last">Description</th>
5615
5617
  </tr>
@@ -5645,9 +5647,16 @@ longer be considered valid after loading new configuration.</p>
5645
5647
 
5646
5648
 
5647
5649
 
5650
+ <td class="default">
5651
+
5652
+ "latest"
5653
+
5654
+ </td>
5655
+
5648
5656
 
5649
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
5650
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5657
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
5658
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
5659
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5651
5660
  </tr>
5652
5661
 
5653
5662
 
@@ -5679,6 +5688,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
5679
5688
 
5680
5689
 
5681
5690
 
5691
+ <td class="default">
5692
+
5693
+ </td>
5694
+
5682
5695
 
5683
5696
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
5684
5697
  </tr>
@@ -2622,7 +2622,8 @@ string values.</p>
2622
2622
  <p>Returns a JSON object with these properties whose values are valid for flow versions:</p>
2623
2623
  <pre class="prettyprint source"><code>{
2624
2624
  &nbsp;&nbsp;debug: 'debug'
2625
- &nbsp;&nbsp;latest: 'latest'
2625
+ &nbsp;&nbsp;latest: 'latest',
2626
+ &nbsp;&nbsp;published: 'published'
2626
2627
  }
2627
2628
  </code></pre>
2628
2629
  </div>
@@ -770,8 +770,9 @@ logging str contents wouldn't be set up.</p>
770
770
  </td>
771
771
 
772
772
 
773
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
774
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
773
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
774
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
775
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
775
776
  </tr>
776
777
 
777
778
 
@@ -1061,8 +1062,9 @@ flow instance.</p></td>
1061
1062
  </td>
1062
1063
 
1063
1064
 
1064
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
1065
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
1065
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
1066
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
1067
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
1066
1068
  </tr>
1067
1069
 
1068
1070
 
@@ -1387,8 +1389,9 @@ flow instance.</p></td>
1387
1389
  </td>
1388
1390
 
1389
1391
 
1390
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
1391
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
1392
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
1393
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
1394
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
1392
1395
  </tr>
1393
1396
 
1394
1397
 
@@ -8651,8 +8654,9 @@ for the supplied ArchFilterObject instance.</p>
8651
8654
  </td>
8652
8655
 
8653
8656
 
8654
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
8655
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
8657
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
8658
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
8659
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
8656
8660
  </tr>
8657
8661
 
8658
8662
 
@@ -8903,8 +8907,9 @@ flow instance.</p></td>
8903
8907
  </td>
8904
8908
 
8905
8909
 
8906
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
8907
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
8910
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
8911
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
8912
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
8908
8913
  </tr>
8909
8914
 
8910
8915
 
@@ -9190,8 +9195,9 @@ flow instance.</p></td>
9190
9195
  </td>
9191
9196
 
9192
9197
 
9193
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
9194
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
9198
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
9199
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
9200
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
9195
9201
  </tr>
9196
9202
 
9197
9203
 
@@ -9407,8 +9413,9 @@ flow instance.</p></td>
9407
9413
  </td>
9408
9414
 
9409
9415
 
9410
- <td class="description last"><p>the version of the default in-queue flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
9411
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
9416
+ <td class="description last"><p>the version of the default in-queue flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
9417
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
9418
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
9412
9419
  </tr>
9413
9420
 
9414
9421
 
@@ -9624,8 +9631,9 @@ flow instance.</p></td>
9624
9631
  </td>
9625
9632
 
9626
9633
 
9627
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
9628
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
9634
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
9635
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
9636
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
9629
9637
  </tr>
9630
9638
 
9631
9639
 
@@ -6026,6 +6026,8 @@ longer be considered valid after loading new configuration.</p>
6026
6026
 
6027
6027
 
6028
6028
 
6029
+ <th>Default</th>
6030
+
6029
6031
 
6030
6032
  <th class="last">Description</th>
6031
6033
  </tr>
@@ -6061,9 +6063,16 @@ longer be considered valid after loading new configuration.</p>
6061
6063
 
6062
6064
 
6063
6065
 
6066
+ <td class="default">
6067
+
6068
+ "latest"
6069
+
6070
+ </td>
6071
+
6064
6072
 
6065
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
6066
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
6073
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
6074
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
6075
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
6067
6076
  </tr>
6068
6077
 
6069
6078
 
@@ -6095,6 +6104,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
6095
6104
 
6096
6105
 
6097
6106
 
6107
+ <td class="default">
6108
+
6109
+ </td>
6110
+
6098
6111
 
6099
6112
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
6100
6113
  </tr>
@@ -5337,6 +5337,8 @@ longer be considered valid after loading new configuration.</p>
5337
5337
 
5338
5338
 
5339
5339
 
5340
+ <th>Default</th>
5341
+
5340
5342
 
5341
5343
  <th class="last">Description</th>
5342
5344
  </tr>
@@ -5372,9 +5374,16 @@ longer be considered valid after loading new configuration.</p>
5372
5374
 
5373
5375
 
5374
5376
 
5377
+ <td class="default">
5378
+
5379
+ "latest"
5380
+
5381
+ </td>
5382
+
5375
5383
 
5376
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
5377
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5384
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
5385
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
5386
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5378
5387
  </tr>
5379
5388
 
5380
5389
 
@@ -5406,6 +5415,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
5406
5415
 
5407
5416
 
5408
5417
 
5418
+ <td class="default">
5419
+
5420
+ </td>
5421
+
5409
5422
 
5410
5423
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
5411
5424
  </tr>
@@ -5952,6 +5952,8 @@ longer be considered valid after loading new configuration.</p>
5952
5952
 
5953
5953
 
5954
5954
 
5955
+ <th>Default</th>
5956
+
5955
5957
 
5956
5958
  <th class="last">Description</th>
5957
5959
  </tr>
@@ -5987,9 +5989,16 @@ longer be considered valid after loading new configuration.</p>
5987
5989
 
5988
5990
 
5989
5991
 
5992
+ <td class="default">
5993
+
5994
+ "latest"
5995
+
5996
+ </td>
5997
+
5990
5998
 
5991
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
5992
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5999
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
6000
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
6001
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5993
6002
  </tr>
5994
6003
 
5995
6004
 
@@ -6021,6 +6030,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
6021
6030
 
6022
6031
 
6023
6032
 
6033
+ <td class="default">
6034
+
6035
+ </td>
6036
+
6024
6037
 
6025
6038
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
6026
6039
  </tr>
@@ -5338,6 +5338,8 @@ longer be considered valid after loading new configuration.</p>
5338
5338
 
5339
5339
 
5340
5340
 
5341
+ <th>Default</th>
5342
+
5341
5343
 
5342
5344
  <th class="last">Description</th>
5343
5345
  </tr>
@@ -5373,9 +5375,16 @@ longer be considered valid after loading new configuration.</p>
5373
5375
 
5374
5376
 
5375
5377
 
5378
+ <td class="default">
5379
+
5380
+ "latest"
5381
+
5382
+ </td>
5383
+
5376
5384
 
5377
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
5378
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5385
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
5386
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
5387
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5379
5388
  </tr>
5380
5389
 
5381
5390
 
@@ -5407,6 +5416,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
5407
5416
 
5408
5417
 
5409
5418
 
5419
+ <td class="default">
5420
+
5421
+ </td>
5422
+
5410
5423
 
5411
5424
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
5412
5425
  </tr>
@@ -5633,6 +5633,8 @@ longer be considered valid after loading new configuration.</p>
5633
5633
 
5634
5634
 
5635
5635
 
5636
+ <th>Default</th>
5637
+
5636
5638
 
5637
5639
  <th class="last">Description</th>
5638
5640
  </tr>
@@ -5668,9 +5670,16 @@ longer be considered valid after loading new configuration.</p>
5668
5670
 
5669
5671
 
5670
5672
 
5673
+ <td class="default">
5674
+
5675
+ "latest"
5676
+
5677
+ </td>
5678
+
5671
5679
 
5672
- <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow or
5673
- a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5680
+ <td class="description last"><p>the version of the flow to get. Valid values are &quot;latest&quot; to get the latest saved configuration of a flow,
5681
+ a version value such as &quot;2.0&quot; or &quot;2&quot;, &quot;debug&quot; to get the currently published debug version configuration of a flow,
5682
+ or &quot;published&quot; to get the currently published version configuration of a flow. If you do not specify a version, then the latest saved configuration will be loaded.</p></td>
5674
5683
  </tr>
5675
5684
 
5676
5685
 
@@ -5702,6 +5711,10 @@ a version value such as &quot;2.0&quot; or &quot;2&quot;. If you do not specify
5702
5711
 
5703
5712
 
5704
5713
 
5714
+ <td class="default">
5715
+
5716
+ </td>
5717
+
5705
5718
 
5706
5719
  <td class="description last"><p>a callback function to call if the flow was loaded.</p></td>
5707
5720
  </tr>