purecloud-flow-scripting-api-sdk-javascript 0.63.6 → 0.63.8

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.63.6",
3
+ "version": "0.63.8",
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",
package/types.d.ts CHANGED
@@ -735,7 +735,7 @@ export class ArchEnums {
735
735
  * Remember some actions like {@link ArchActionSwitch} will have dynamic outputs and dynamically
736
736
  * added outputs will have identifiers that are not in the enum above.
737
737
  */
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"};
739
739
  /**
740
740
  * Returns a string array that contains all valid output identifier strings.
741
741
  */
@@ -12842,6 +12842,14 @@ export class ArchActionSendAutoReply extends ArchBaseActionWithOutputsSuccessFai
12842
12842
  setMessageBodyVariable(messageBodyVariable: string | ArchVariableString): void;
12843
12843
  }
12844
12844
 
12845
+ /**
12846
+ * Creates an instance of ArchActionSendDigitalCarousel.
12847
+ * @param coreActionViewModel - the core Send Digital Carousel action view model.
12848
+ */
12849
+ export class ArchActionSendDigitalCarousel {
12850
+ // constructor(coreActionViewModel: any);
12851
+ }
12852
+
12845
12853
  /**
12846
12854
  * The Architect Scripting class for the Send Interactive Application action
12847
12855
  * Instances of this action should be created by calling {@link ArchFactoryActions#addActionSendInteractiveApplication}
@@ -22091,6 +22099,10 @@ export class ArchBaseNetworkValueCollection extends ArchBaseNetworkValue {
22091
22099
  * this ArchBaseValueBasicCollection instance overall.
22092
22100
  */
22093
22101
  readonly valueText: string | string[];
22102
+ /**
22103
+ * Sets the collection literal mode with no items configured.
22104
+ */
22105
+ setLiteralEmptyCollection(): void;
22094
22106
  /**
22095
22107
  * Returns whether or not this value uses secure data. For this to be the case, the
22096
22108
  * value must use a secure variable either in an expression or as the configured variable.
@@ -24557,6 +24569,10 @@ export class ArchBaseValueCollection extends ArchBaseValue {
24557
24569
  * Returns true indicating that this object is a collection.
24558
24570
  */
24559
24571
  readonly isCollection: boolean;
24572
+ /**
24573
+ * Sets the collection literal mode with no items configured.
24574
+ */
24575
+ setLiteralEmptyCollection(): void;
24560
24576
  /**
24561
24577
  * Returns whether or not this value uses secure data. For this to be the case, the
24562
24578
  * value must use a secure variable either in an expression or as the configured variable.
@@ -24920,6 +24936,10 @@ export class ArchBaseValueCollectionBasic extends ArchBaseValueCollection {
24920
24936
  * Returns true indicating that this object is a collection.
24921
24937
  */
24922
24938
  readonly isCollection: boolean;
24939
+ /**
24940
+ * Sets the collection literal mode with no items configured.
24941
+ */
24942
+ setLiteralEmptyCollection(): void;
24923
24943
  /**
24924
24944
  * Returns whether or not this value uses secure data. For this to be the case, the
24925
24945
  * value must use a secure variable either in an expression or as the configured variable.
@@ -41603,6 +41623,10 @@ export class ArchValueAgentScorePairCollection extends ArchBaseValueCollection {
41603
41623
  * Returns true indicating that this object is a collection.
41604
41624
  */
41605
41625
  readonly isCollection: boolean;
41626
+ /**
41627
+ * Sets the collection literal mode with no items configured.
41628
+ */
41629
+ setLiteralEmptyCollection(): void;
41606
41630
  /**
41607
41631
  * Returns whether or not this value uses secure data. For this to be the case, the
41608
41632
  * value must use a secure variable either in an expression or as the configured variable.
@@ -42287,6 +42311,10 @@ export class ArchValueAnyCollection extends ArchBaseValueCollection {
42287
42311
  * Returns true indicating that this object is a collection.
42288
42312
  */
42289
42313
  readonly isCollection: boolean;
42314
+ /**
42315
+ * Sets the collection literal mode with no items configured.
42316
+ */
42317
+ setLiteralEmptyCollection(): void;
42290
42318
  /**
42291
42319
  * Returns whether or not this value uses secure data. For this to be the case, the
42292
42320
  * value must use a secure variable either in an expression or as the configured variable.
@@ -43340,6 +43368,10 @@ export class ArchValueBooleanCollection extends ArchBaseValueCollectionBasic {
43340
43368
  * Returns true indicating that this object is a collection.
43341
43369
  */
43342
43370
  readonly isCollection: boolean;
43371
+ /**
43372
+ * Sets the collection literal mode with no items configured.
43373
+ */
43374
+ setLiteralEmptyCollection(): void;
43343
43375
  /**
43344
43376
  * Returns whether or not this value uses secure data. For this to be the case, the
43345
43377
  * value must use a secure variable either in an expression or as the configured variable.
@@ -44037,6 +44069,10 @@ export class ArchValueCardCollection extends ArchBaseValueCollection {
44037
44069
  * Returns true indicating that this object is a collection.
44038
44070
  */
44039
44071
  readonly isCollection: boolean;
44072
+ /**
44073
+ * Sets the collection literal mode with no items configured.
44074
+ */
44075
+ setLiteralEmptyCollection(): void;
44040
44076
  /**
44041
44077
  * Returns whether or not this value uses secure data. For this to be the case, the
44042
44078
  * value must use a secure variable either in an expression or as the configured variable.
@@ -45115,6 +45151,10 @@ export class ArchValueChoiceCollection extends ArchBaseValueCollection {
45115
45151
  * Returns true indicating that this object is a collection.
45116
45152
  */
45117
45153
  readonly isCollection: boolean;
45154
+ /**
45155
+ * Sets the collection literal mode with no items configured.
45156
+ */
45157
+ setLiteralEmptyCollection(): void;
45118
45158
  /**
45119
45159
  * Returns whether or not this value uses secure data. For this to be the case, the
45120
45160
  * value must use a secure variable either in an expression or as the configured variable.
@@ -45855,6 +45895,10 @@ export class ArchValueCommunicationCollection extends ArchBaseValueCollectionBas
45855
45895
  * Returns true indicating that this object is a collection.
45856
45896
  */
45857
45897
  readonly isCollection: boolean;
45898
+ /**
45899
+ * Sets the collection literal mode with no items configured.
45900
+ */
45901
+ setLiteralEmptyCollection(): void;
45858
45902
  /**
45859
45903
  * Returns whether or not this value uses secure data. For this to be the case, the
45860
45904
  * value must use a secure variable either in an expression or as the configured variable.
@@ -46908,6 +46952,10 @@ export class ArchValueCurrencyCollection extends ArchBaseValueCollectionBasic {
46908
46952
  * Returns true indicating that this object is a collection.
46909
46953
  */
46910
46954
  readonly isCollection: boolean;
46955
+ /**
46956
+ * Sets the collection literal mode with no items configured.
46957
+ */
46958
+ setLiteralEmptyCollection(): void;
46911
46959
  /**
46912
46960
  * Returns whether or not this value uses secure data. For this to be the case, the
46913
46961
  * value must use a secure variable either in an expression or as the configured variable.
@@ -47611,6 +47659,10 @@ export class ArchValueDateCollection extends ArchBaseValueCollectionBasic {
47611
47659
  * Returns true indicating that this object is a collection.
47612
47660
  */
47613
47661
  readonly isCollection: boolean;
47662
+ /**
47663
+ * Sets the collection literal mode with no items configured.
47664
+ */
47665
+ setLiteralEmptyCollection(): void;
47614
47666
  /**
47615
47667
  * Returns whether or not this value uses secure data. For this to be the case, the
47616
47668
  * value must use a secure variable either in an expression or as the configured variable.
@@ -48326,6 +48378,10 @@ export class ArchValueDateTimeCollection extends ArchBaseValueCollectionBasic {
48326
48378
  * Returns true indicating that this object is a collection.
48327
48379
  */
48328
48380
  readonly isCollection: boolean;
48381
+ /**
48382
+ * Sets the collection literal mode with no items configured.
48383
+ */
48384
+ setLiteralEmptyCollection(): void;
48329
48385
  /**
48330
48386
  * Returns whether or not this value uses secure data. For this to be the case, the
48331
48387
  * value must use a secure variable either in an expression or as the configured variable.
@@ -49030,6 +49086,10 @@ export class ArchValueDecimalCollection extends ArchBaseValueCollectionBasic {
49030
49086
  * Returns true indicating that this object is a collection.
49031
49087
  */
49032
49088
  readonly isCollection: boolean;
49089
+ /**
49090
+ * Sets the collection literal mode with no items configured.
49091
+ */
49092
+ setLiteralEmptyCollection(): void;
49033
49093
  /**
49034
49094
  * Returns whether or not this value uses secure data. For this to be the case, the
49035
49095
  * value must use a secure variable either in an expression or as the configured variable.
@@ -49742,6 +49802,10 @@ export class ArchValueDurationCollection extends ArchBaseValueCollectionBasic {
49742
49802
  * Returns true indicating that this object is a collection.
49743
49803
  */
49744
49804
  readonly isCollection: boolean;
49805
+ /**
49806
+ * Sets the collection literal mode with no items configured.
49807
+ */
49808
+ setLiteralEmptyCollection(): void;
49745
49809
  /**
49746
49810
  * Returns whether or not this value uses secure data. For this to be the case, the
49747
49811
  * value must use a secure variable either in an expression or as the configured variable.
@@ -50419,6 +50483,10 @@ export class ArchValueEmailAddressCollection extends ArchBaseValueCollection {
50419
50483
  * Returns true indicating that this object is a collection.
50420
50484
  */
50421
50485
  readonly isCollection: boolean;
50486
+ /**
50487
+ * Sets the collection literal mode with no items configured.
50488
+ */
50489
+ setLiteralEmptyCollection(): void;
50422
50490
  /**
50423
50491
  * Returns whether or not this value uses secure data. For this to be the case, the
50424
50492
  * value must use a secure variable either in an expression or as the configured variable.
@@ -51161,6 +51229,10 @@ export class ArchValueEmergencyGroupCollection extends ArchBaseNetworkValueColle
51161
51229
  * this ArchBaseValueBasicCollection instance overall.
51162
51230
  */
51163
51231
  readonly valueText: string | string[];
51232
+ /**
51233
+ * Sets the collection literal mode with no items configured.
51234
+ */
51235
+ setLiteralEmptyCollection(): void;
51164
51236
  /**
51165
51237
  * Returns whether or not this value uses secure data. For this to be the case, the
51166
51238
  * value must use a secure variable either in an expression or as the configured variable.
@@ -51838,6 +51910,10 @@ export class ArchValueExternalContactCollection extends ArchBaseValueCollection
51838
51910
  * Returns true indicating that this object is a collection.
51839
51911
  */
51840
51912
  readonly isCollection: boolean;
51913
+ /**
51914
+ * Sets the collection literal mode with no items configured.
51915
+ */
51916
+ setLiteralEmptyCollection(): void;
51841
51917
  /**
51842
51918
  * Returns whether or not this value uses secure data. For this to be the case, the
51843
51919
  * value must use a secure variable either in an expression or as the configured variable.
@@ -52521,6 +52597,10 @@ export class ArchValueExternalOrganizationCollection extends ArchBaseValueCollec
52521
52597
  * Returns true indicating that this object is a collection.
52522
52598
  */
52523
52599
  readonly isCollection: boolean;
52600
+ /**
52601
+ * Sets the collection literal mode with no items configured.
52602
+ */
52603
+ setLiteralEmptyCollection(): void;
52524
52604
  /**
52525
52605
  * Returns whether or not this value uses secure data. For this to be the case, the
52526
52606
  * value must use a secure variable either in an expression or as the configured variable.
@@ -53267,6 +53347,10 @@ export class ArchValueGrammarCollection extends ArchBaseNetworkValueCollection {
53267
53347
  * this ArchBaseValueBasicCollection instance overall.
53268
53348
  */
53269
53349
  readonly valueText: string | string[];
53350
+ /**
53351
+ * Sets the collection literal mode with no items configured.
53352
+ */
53353
+ setLiteralEmptyCollection(): void;
53270
53354
  /**
53271
53355
  * Returns whether or not this value uses secure data. For this to be the case, the
53272
53356
  * value must use a secure variable either in an expression or as the configured variable.
@@ -53684,6 +53768,10 @@ export class ArchValueGroupCollection extends ArchBaseNetworkValueCollection {
53684
53768
  * this ArchBaseValueBasicCollection instance overall.
53685
53769
  */
53686
53770
  readonly valueText: string | string[];
53771
+ /**
53772
+ * Sets the collection literal mode with no items configured.
53773
+ */
53774
+ setLiteralEmptyCollection(): void;
53687
53775
  /**
53688
53776
  * Returns whether or not this value uses secure data. For this to be the case, the
53689
53777
  * value must use a secure variable either in an expression or as the configured variable.
@@ -54389,6 +54477,10 @@ export class ArchValueImageCollection extends ArchBaseValueCollectionBasic {
54389
54477
  * Returns true indicating that this object is a collection.
54390
54478
  */
54391
54479
  readonly isCollection: boolean;
54480
+ /**
54481
+ * Sets the collection literal mode with no items configured.
54482
+ */
54483
+ setLiteralEmptyCollection(): void;
54392
54484
  /**
54393
54485
  * Returns whether or not this value uses secure data. For this to be the case, the
54394
54486
  * value must use a secure variable either in an expression or as the configured variable.
@@ -55100,6 +55192,10 @@ export class ArchValueIntegerCollection extends ArchBaseValueCollectionBasic {
55100
55192
  * Returns true indicating that this object is a collection.
55101
55193
  */
55102
55194
  readonly isCollection: boolean;
55195
+ /**
55196
+ * Sets the collection literal mode with no items configured.
55197
+ */
55198
+ setLiteralEmptyCollection(): void;
55103
55199
  /**
55104
55200
  * Returns whether or not this value uses secure data. For this to be the case, the
55105
55201
  * value must use a secure variable either in an expression or as the configured variable.
@@ -55777,6 +55873,10 @@ export class ArchValueJourneyOutcomeCollection extends ArchBaseValueCollection {
55777
55873
  * Returns true indicating that this object is a collection.
55778
55874
  */
55779
55875
  readonly isCollection: boolean;
55876
+ /**
55877
+ * Sets the collection literal mode with no items configured.
55878
+ */
55879
+ setLiteralEmptyCollection(): void;
55780
55880
  /**
55781
55881
  * Returns whether or not this value uses secure data. For this to be the case, the
55782
55882
  * value must use a secure variable either in an expression or as the configured variable.
@@ -56460,6 +56560,10 @@ export class ArchValueJourneyOutcomeScoreCollection extends ArchBaseValueCollect
56460
56560
  * Returns true indicating that this object is a collection.
56461
56561
  */
56462
56562
  readonly isCollection: boolean;
56563
+ /**
56564
+ * Sets the collection literal mode with no items configured.
56565
+ */
56566
+ setLiteralEmptyCollection(): void;
56463
56567
  /**
56464
56568
  * Returns whether or not this value uses secure data. For this to be the case, the
56465
56569
  * value must use a secure variable either in an expression or as the configured variable.
@@ -57143,6 +57247,10 @@ export class ArchValueJourneySegmentCollection extends ArchBaseValueCollection {
57143
57247
  * Returns true indicating that this object is a collection.
57144
57248
  */
57145
57249
  readonly isCollection: boolean;
57250
+ /**
57251
+ * Sets the collection literal mode with no items configured.
57252
+ */
57253
+ setLiteralEmptyCollection(): void;
57146
57254
  /**
57147
57255
  * Returns whether or not this value uses secure data. For this to be the case, the
57148
57256
  * value must use a secure variable either in an expression or as the configured variable.
@@ -57826,6 +57934,10 @@ export class ArchValueJourneySessionCollection extends ArchBaseValueCollection {
57826
57934
  * Returns true indicating that this object is a collection.
57827
57935
  */
57828
57936
  readonly isCollection: boolean;
57937
+ /**
57938
+ * Sets the collection literal mode with no items configured.
57939
+ */
57940
+ setLiteralEmptyCollection(): void;
57829
57941
  /**
57830
57942
  * Returns whether or not this value uses secure data. For this to be the case, the
57831
57943
  * value must use a secure variable either in an expression or as the configured variable.
@@ -58531,6 +58643,10 @@ export class ArchValueJsonCollection extends ArchBaseValueCollectionBasic {
58531
58643
  * Returns true indicating that this object is a collection.
58532
58644
  */
58533
58645
  readonly isCollection: boolean;
58646
+ /**
58647
+ * Sets the collection literal mode with no items configured.
58648
+ */
58649
+ setLiteralEmptyCollection(): void;
58534
58650
  /**
58535
58651
  * Returns whether or not this value uses secure data. For this to be the case, the
58536
58652
  * value must use a secure variable either in an expression or as the configured variable.
@@ -59265,6 +59381,10 @@ export class ArchValueKnowledgeBaseDocumentCollection extends ArchBaseNetworkVal
59265
59381
  * this ArchBaseValueBasicCollection instance overall.
59266
59382
  */
59267
59383
  readonly valueText: string | string[];
59384
+ /**
59385
+ * Sets the collection literal mode with no items configured.
59386
+ */
59387
+ setLiteralEmptyCollection(): void;
59268
59388
  /**
59269
59389
  * Returns whether or not this value uses secure data. For this to be the case, the
59270
59390
  * value must use a secure variable either in an expression or as the configured variable.
@@ -59998,6 +60118,10 @@ export class ArchValueLanguageSkillCollection extends ArchBaseNetworkValueCollec
59998
60118
  * this ArchBaseValueBasicCollection instance overall.
59999
60119
  */
60000
60120
  readonly valueText: string | string[];
60121
+ /**
60122
+ * Sets the collection literal mode with no items configured.
60123
+ */
60124
+ setLiteralEmptyCollection(): void;
60001
60125
  /**
60002
60126
  * Returns whether or not this value uses secure data. For this to be the case, the
60003
60127
  * value must use a secure variable either in an expression or as the configured variable.
@@ -60694,6 +60818,10 @@ export class ArchValueLineItemCollection extends ArchBaseValueCollection {
60694
60818
  * Returns true indicating that this object is a collection.
60695
60819
  */
60696
60820
  readonly isCollection: boolean;
60821
+ /**
60822
+ * Sets the collection literal mode with no items configured.
60823
+ */
60824
+ setLiteralEmptyCollection(): void;
60697
60825
  /**
60698
60826
  * Returns whether or not this value uses secure data. For this to be the case, the
60699
60827
  * value must use a secure variable either in an expression or as the configured variable.
@@ -61793,6 +61921,10 @@ export class ArchValueListPickerItemCollection extends ArchBaseValueCollectionBa
61793
61921
  * Returns true indicating that this object is a collection.
61794
61922
  */
61795
61923
  readonly isCollection: boolean;
61924
+ /**
61925
+ * Sets the collection literal mode with no items configured.
61926
+ */
61927
+ setLiteralEmptyCollection(): void;
61796
61928
  /**
61797
61929
  * Returns whether or not this value uses secure data. For this to be the case, the
61798
61930
  * value must use a secure variable either in an expression or as the configured variable.
@@ -62507,6 +62639,10 @@ export class ArchValueListPickerSectionCollection extends ArchBaseValueCollectio
62507
62639
  * Returns true indicating that this object is a collection.
62508
62640
  */
62509
62641
  readonly isCollection: boolean;
62642
+ /**
62643
+ * Sets the collection literal mode with no items configured.
62644
+ */
62645
+ setLiteralEmptyCollection(): void;
62510
62646
  /**
62511
62647
  * Returns whether or not this value uses secure data. For this to be the case, the
62512
62648
  * value must use a secure variable either in an expression or as the configured variable.
@@ -63260,6 +63396,10 @@ export class ArchValuePhoneNumberCollection extends ArchBaseValueCollectionBasic
63260
63396
  * Returns true indicating that this object is a collection.
63261
63397
  */
63262
63398
  readonly isCollection: boolean;
63399
+ /**
63400
+ * Sets the collection literal mode with no items configured.
63401
+ */
63402
+ setLiteralEmptyCollection(): void;
63263
63403
  /**
63264
63404
  * Returns whether or not this value uses secure data. For this to be the case, the
63265
63405
  * value must use a secure variable either in an expression or as the configured variable.
@@ -63989,6 +64129,10 @@ export class ArchValuePromptCollection extends ArchBaseValueCollection {
63989
64129
  * Returns true indicating that this object is a collection.
63990
64130
  */
63991
64131
  readonly isCollection: boolean;
64132
+ /**
64133
+ * Sets the collection literal mode with no items configured.
64134
+ */
64135
+ setLiteralEmptyCollection(): void;
63992
64136
  /**
63993
64137
  * Returns whether or not this value uses secure data. For this to be the case, the
63994
64138
  * value must use a secure variable either in an expression or as the configured variable.
@@ -64727,6 +64871,10 @@ export class ArchValueQueueCollection extends ArchBaseNetworkValueCollection {
64727
64871
  * this ArchBaseValueBasicCollection instance overall.
64728
64872
  */
64729
64873
  readonly valueText: string | string[];
64874
+ /**
64875
+ * Sets the collection literal mode with no items configured.
64876
+ */
64877
+ setLiteralEmptyCollection(): void;
64730
64878
  /**
64731
64879
  * Returns whether or not this value uses secure data. For this to be the case, the
64732
64880
  * value must use a secure variable either in an expression or as the configured variable.
@@ -65810,6 +65958,10 @@ export class ArchValueScheduleCollection extends ArchBaseNetworkValueCollection
65810
65958
  * this ArchBaseValueBasicCollection instance overall.
65811
65959
  */
65812
65960
  readonly valueText: string | string[];
65961
+ /**
65962
+ * Sets the collection literal mode with no items configured.
65963
+ */
65964
+ setLiteralEmptyCollection(): void;
65813
65965
  /**
65814
65966
  * Returns whether or not this value uses secure data. For this to be the case, the
65815
65967
  * value must use a secure variable either in an expression or as the configured variable.
@@ -66544,6 +66696,10 @@ export class ArchValueScheduleGroupCollection extends ArchBaseNetworkValueCollec
66544
66696
  * this ArchBaseValueBasicCollection instance overall.
66545
66697
  */
66546
66698
  readonly valueText: string | string[];
66699
+ /**
66700
+ * Sets the collection literal mode with no items configured.
66701
+ */
66702
+ setLiteralEmptyCollection(): void;
66547
66703
  /**
66548
66704
  * Returns whether or not this value uses secure data. For this to be the case, the
66549
66705
  * value must use a secure variable either in an expression or as the configured variable.
@@ -67380,6 +67536,10 @@ export class ArchValueShippingOptionCollection extends ArchBaseValueCollection {
67380
67536
  * Returns true indicating that this object is a collection.
67381
67537
  */
67382
67538
  readonly isCollection: boolean;
67539
+ /**
67540
+ * Sets the collection literal mode with no items configured.
67541
+ */
67542
+ setLiteralEmptyCollection(): void;
67383
67543
  /**
67384
67544
  * Returns whether or not this value uses secure data. For this to be the case, the
67385
67545
  * value must use a secure variable either in an expression or as the configured variable.
@@ -68122,6 +68282,10 @@ export class ArchValueSkillCollection extends ArchBaseNetworkValueCollection {
68122
68282
  * this ArchBaseValueBasicCollection instance overall.
68123
68283
  */
68124
68284
  readonly valueText: string | string[];
68285
+ /**
68286
+ * Sets the collection literal mode with no items configured.
68287
+ */
68288
+ setLiteralEmptyCollection(): void;
68125
68289
  /**
68126
68290
  * Returns whether or not this value uses secure data. For this to be the case, the
68127
68291
  * value must use a secure variable either in an expression or as the configured variable.
@@ -68824,6 +68988,10 @@ export class ArchValueStringCollection extends ArchBaseValueCollectionBasic {
68824
68988
  * Returns true indicating that this object is a collection.
68825
68989
  */
68826
68990
  readonly isCollection: boolean;
68991
+ /**
68992
+ * Sets the collection literal mode with no items configured.
68993
+ */
68994
+ setLiteralEmptyCollection(): void;
68827
68995
  /**
68828
68996
  * Returns whether or not this value uses secure data. For this to be the case, the
68829
68997
  * value must use a secure variable either in an expression or as the configured variable.
@@ -69531,6 +69699,10 @@ export class ArchValueSurveyAnswerOptionCollection extends ArchBaseValueCollecti
69531
69699
  * Returns true indicating that this object is a collection.
69532
69700
  */
69533
69701
  readonly isCollection: boolean;
69702
+ /**
69703
+ * Sets the collection literal mode with no items configured.
69704
+ */
69705
+ setLiteralEmptyCollection(): void;
69534
69706
  /**
69535
69707
  * Returns whether or not this value uses secure data. For this to be the case, the
69536
69708
  * value must use a secure variable either in an expression or as the configured variable.
@@ -70559,6 +70731,10 @@ export class ArchValueSurveyQuestionCollection extends ArchBaseValueCollectionBa
70559
70731
  * Returns true indicating that this object is a collection.
70560
70732
  */
70561
70733
  readonly isCollection: boolean;
70734
+ /**
70735
+ * Sets the collection literal mode with no items configured.
70736
+ */
70737
+ setLiteralEmptyCollection(): void;
70562
70738
  /**
70563
70739
  * Returns whether or not this value uses secure data. For this to be the case, the
70564
70740
  * value must use a secure variable either in an expression or as the configured variable.
@@ -71248,6 +71424,10 @@ export class ArchValueSurveyQuestionGroupCollection extends ArchBaseValueCollect
71248
71424
  * Returns true indicating that this object is a collection.
71249
71425
  */
71250
71426
  readonly isCollection: boolean;
71427
+ /**
71428
+ * Sets the collection literal mode with no items configured.
71429
+ */
71430
+ setLiteralEmptyCollection(): void;
71251
71431
  /**
71252
71432
  * Returns whether or not this value uses secure data. For this to be the case, the
71253
71433
  * value must use a secure variable either in an expression or as the configured variable.
@@ -71951,6 +72131,10 @@ export class ArchValueTimeCollection extends ArchBaseValueCollectionBasic {
71951
72131
  * Returns true indicating that this object is a collection.
71952
72132
  */
71953
72133
  readonly isCollection: boolean;
72134
+ /**
72135
+ * Sets the collection literal mode with no items configured.
72136
+ */
72137
+ setLiteralEmptyCollection(): void;
71954
72138
  /**
71955
72139
  * Returns whether or not this value uses secure data. For this to be the case, the
71956
72140
  * value must use a secure variable either in an expression or as the configured variable.
@@ -73042,6 +73226,10 @@ export class ArchValueTimeslotCollection extends ArchBaseValueCollectionBasic {
73042
73226
  * Returns true indicating that this object is a collection.
73043
73227
  */
73044
73228
  readonly isCollection: boolean;
73229
+ /**
73230
+ * Sets the collection literal mode with no items configured.
73231
+ */
73232
+ setLiteralEmptyCollection(): void;
73045
73233
  /**
73046
73234
  * Returns whether or not this value uses secure data. For this to be the case, the
73047
73235
  * value must use a secure variable either in an expression or as the configured variable.
@@ -73774,6 +73962,10 @@ export class ArchValueUserCollection extends ArchBaseNetworkValueCollection {
73774
73962
  * this ArchBaseValueBasicCollection instance overall.
73775
73963
  */
73776
73964
  readonly valueText: string | string[];
73965
+ /**
73966
+ * Sets the collection literal mode with no items configured.
73967
+ */
73968
+ setLiteralEmptyCollection(): void;
73777
73969
  /**
73778
73970
  * Returns whether or not this value uses secure data. For this to be the case, the
73779
73971
  * value must use a secure variable either in an expression or as the configured variable.
@@ -74507,6 +74699,10 @@ export class ArchValueUtilizationLabelCollection extends ArchBaseValueCollection
74507
74699
  * Returns true indicating that this object is a collection.
74508
74700
  */
74509
74701
  readonly isCollection: boolean;
74702
+ /**
74703
+ * Sets the collection literal mode with no items configured.
74704
+ */
74705
+ setLiteralEmptyCollection(): void;
74510
74706
  /**
74511
74707
  * Returns whether or not this value uses secure data. For this to be the case, the
74512
74708
  * value must use a secure variable either in an expression or as the configured variable.
@@ -75862,6 +76058,10 @@ export class ArchValueWorkbinCollection extends ArchBaseValueCollection {
75862
76058
  * Returns true indicating that this object is a collection.
75863
76059
  */
75864
76060
  readonly isCollection: boolean;
76061
+ /**
76062
+ * Sets the collection literal mode with no items configured.
76063
+ */
76064
+ setLiteralEmptyCollection(): void;
75865
76065
  /**
75866
76066
  * Returns whether or not this value uses secure data. For this to be the case, the
75867
76067
  * value must use a secure variable either in an expression or as the configured variable.
@@ -76895,6 +77095,10 @@ export class ArchValueWorktypeStatusCollection extends ArchBaseValueCollection {
76895
77095
  * Returns true indicating that this object is a collection.
76896
77096
  */
76897
77097
  readonly isCollection: boolean;
77098
+ /**
77099
+ * Sets the collection literal mode with no items configured.
77100
+ */
77101
+ setLiteralEmptyCollection(): void;
76898
77102
  /**
76899
77103
  * Returns whether or not this value uses secure data. For this to be the case, the
76900
77104
  * value must use a secure variable either in an expression or as the configured variable.
@@ -77634,6 +77838,10 @@ export class ArchValueWrapupCodeCollection extends ArchBaseNetworkValueCollectio
77634
77838
  * this ArchBaseValueBasicCollection instance overall.
77635
77839
  */
77636
77840
  readonly valueText: string | string[];
77841
+ /**
77842
+ * Sets the collection literal mode with no items configured.
77843
+ */
77844
+ setLiteralEmptyCollection(): void;
77637
77845
  /**
77638
77846
  * Returns whether or not this value uses secure data. For this to be the case, the
77639
77847
  * value must use a secure variable either in an expression or as the configured variable.