@elyx-code/project-logic-tree 0.0.7112 → 0.0.7114
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/dist/index.cjs +360 -360
- package/dist/index.d.ts +3224 -403
- package/dist/index.js +100488 -86236
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -278,6 +278,98 @@ export declare function addBusinessDays(input: ISODateString, businessDays: numb
|
|
|
278
278
|
|
|
279
279
|
export declare const addBusinessDaysOperation: IActionDescriptorTransfer;
|
|
280
280
|
|
|
281
|
+
export declare const addDataValidationActionRef: IActionDescriptorReference;
|
|
282
|
+
|
|
283
|
+
export declare const addDataValidationConditionTypeInput: IValueDescriptorTransfer;
|
|
284
|
+
|
|
285
|
+
export declare const addDataValidationConditionTypeInputDataType: IDataTypeTransfer;
|
|
286
|
+
|
|
287
|
+
export declare const addDataValidationConditionTypeInputDTParentRef: IValueDescriptorReference;
|
|
288
|
+
|
|
289
|
+
export declare const addDataValidationConditionTypeInputParentRef: IActionDescriptorReference;
|
|
290
|
+
|
|
291
|
+
export declare const addDataValidationConditionValuesInput: IValueDescriptorTransfer;
|
|
292
|
+
|
|
293
|
+
export declare const addDataValidationConditionValuesInputDataType: IDataTypeTransfer;
|
|
294
|
+
|
|
295
|
+
export declare const addDataValidationConditionValuesInputDTParentRef: IValueDescriptorReference;
|
|
296
|
+
|
|
297
|
+
export declare const addDataValidationConditionValuesInputParentRef: IActionDescriptorReference;
|
|
298
|
+
|
|
299
|
+
export declare const addDataValidationConnectionInput: IValueDescriptorTransfer;
|
|
300
|
+
|
|
301
|
+
export declare const addDataValidationConnectionInputDataType: IDataTypeTransfer;
|
|
302
|
+
|
|
303
|
+
export declare const addDataValidationConnectionInputDTParentRef: IValueDescriptorReference;
|
|
304
|
+
|
|
305
|
+
export declare const addDataValidationConnectionInputParentRef: IActionDescriptorReference;
|
|
306
|
+
|
|
307
|
+
export declare const addDataValidationEndColumnInput: IValueDescriptorTransfer;
|
|
308
|
+
|
|
309
|
+
export declare const addDataValidationEndColumnInputDataType: IDataTypeTransfer;
|
|
310
|
+
|
|
311
|
+
export declare const addDataValidationEndColumnInputDTParentRef: IValueDescriptorReference;
|
|
312
|
+
|
|
313
|
+
export declare const addDataValidationEndColumnInputParentRef: IActionDescriptorReference;
|
|
314
|
+
|
|
315
|
+
export declare const addDataValidationEndRowInput: IValueDescriptorTransfer;
|
|
316
|
+
|
|
317
|
+
export declare const addDataValidationEndRowInputDataType: IDataTypeTransfer;
|
|
318
|
+
|
|
319
|
+
export declare const addDataValidationEndRowInputDTParentRef: IValueDescriptorReference;
|
|
320
|
+
|
|
321
|
+
export declare const addDataValidationEndRowInputParentRef: IActionDescriptorReference;
|
|
322
|
+
|
|
323
|
+
export declare const addDataValidationIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
324
|
+
|
|
325
|
+
export declare const addDataValidationResponseDataType: IDataTypeTransfer;
|
|
326
|
+
|
|
327
|
+
export declare const addDataValidationResponseDTParentRef: IActionDescriptorReference;
|
|
328
|
+
|
|
329
|
+
export declare const addDataValidationResponseEntity: IDefinitionEntityTransfer;
|
|
330
|
+
|
|
331
|
+
export declare const addDataValidationResponseEntityParentRef: IDataTypeReference;
|
|
332
|
+
|
|
333
|
+
export declare const addDataValidationResponsePropsParentRef: IDefinitionEntityReference;
|
|
334
|
+
|
|
335
|
+
export declare const addDataValidationSheetIdInput: IValueDescriptorTransfer;
|
|
336
|
+
|
|
337
|
+
export declare const addDataValidationSheetIdInputDataType: IDataTypeTransfer;
|
|
338
|
+
|
|
339
|
+
export declare const addDataValidationSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
340
|
+
|
|
341
|
+
export declare const addDataValidationSheetIdInputParentRef: IActionDescriptorReference;
|
|
342
|
+
|
|
343
|
+
export declare const addDataValidationSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
344
|
+
|
|
345
|
+
export declare const addDataValidationSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
346
|
+
|
|
347
|
+
export declare const addDataValidationSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
348
|
+
|
|
349
|
+
export declare const addDataValidationSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
350
|
+
|
|
351
|
+
export declare const addDataValidationStartColumnInput: IValueDescriptorTransfer;
|
|
352
|
+
|
|
353
|
+
export declare const addDataValidationStartColumnInputDataType: IDataTypeTransfer;
|
|
354
|
+
|
|
355
|
+
export declare const addDataValidationStartColumnInputDTParentRef: IValueDescriptorReference;
|
|
356
|
+
|
|
357
|
+
export declare const addDataValidationStartColumnInputParentRef: IActionDescriptorReference;
|
|
358
|
+
|
|
359
|
+
export declare const addDataValidationStartRowInput: IValueDescriptorTransfer;
|
|
360
|
+
|
|
361
|
+
export declare const addDataValidationStartRowInputDataType: IDataTypeTransfer;
|
|
362
|
+
|
|
363
|
+
export declare const addDataValidationStartRowInputDTParentRef: IValueDescriptorReference;
|
|
364
|
+
|
|
365
|
+
export declare const addDataValidationStartRowInputParentRef: IActionDescriptorReference;
|
|
366
|
+
|
|
367
|
+
export declare const addDataValidationSuccessProp: IPropertyTransfer;
|
|
368
|
+
|
|
369
|
+
export declare const addDataValidationSuccessPropDT: IDataTypeTransfer;
|
|
370
|
+
|
|
371
|
+
export declare const addDataValidationSuccessPropDTParentRef: IPropertyReference;
|
|
372
|
+
|
|
281
373
|
/**
|
|
282
374
|
* Modifies the given transformer so the arguments of the 'up' method's body match the properties of the old entity state
|
|
283
375
|
* The returned structure matches that of the new entity state
|
|
@@ -296,6 +388,50 @@ export declare function addDisabledReasons(existingDisbledResons: CanvasEntityDi
|
|
|
296
388
|
reasons: CanvasEntityDisabledReason[];
|
|
297
389
|
};
|
|
298
390
|
|
|
391
|
+
export declare const addSheetActionRef: IActionDescriptorReference;
|
|
392
|
+
|
|
393
|
+
export declare const addSheetConnectionInput: IValueDescriptorTransfer;
|
|
394
|
+
|
|
395
|
+
export declare const addSheetConnectionInputDataType: IDataTypeTransfer;
|
|
396
|
+
|
|
397
|
+
export declare const addSheetConnectionInputDTParentRef: IValueDescriptorReference;
|
|
398
|
+
|
|
399
|
+
export declare const addSheetConnectionInputParentRef: IActionDescriptorReference;
|
|
400
|
+
|
|
401
|
+
export declare const addSheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
402
|
+
|
|
403
|
+
export declare const addSheetResponseDataType: IDataTypeTransfer;
|
|
404
|
+
|
|
405
|
+
export declare const addSheetResponseDTParentRef: IActionDescriptorReference;
|
|
406
|
+
|
|
407
|
+
export declare const addSheetResponseEntity: IDefinitionEntityTransfer;
|
|
408
|
+
|
|
409
|
+
export declare const addSheetResponseEntityParentRef: IDataTypeReference;
|
|
410
|
+
|
|
411
|
+
export declare const addSheetResponsePropsParentRef: IDefinitionEntityReference;
|
|
412
|
+
|
|
413
|
+
export declare const addSheetsheetIdProp: IPropertyTransfer;
|
|
414
|
+
|
|
415
|
+
export declare const addSheetsheetIdPropDT: IDataTypeTransfer;
|
|
416
|
+
|
|
417
|
+
export declare const addSheetsheetIdPropDTParentRef: IPropertyReference;
|
|
418
|
+
|
|
419
|
+
export declare const addSheetSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
420
|
+
|
|
421
|
+
export declare const addSheetSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
422
|
+
|
|
423
|
+
export declare const addSheetSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
424
|
+
|
|
425
|
+
export declare const addSheetSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
426
|
+
|
|
427
|
+
export declare const addSheetTitleInput: IValueDescriptorTransfer;
|
|
428
|
+
|
|
429
|
+
export declare const addSheetTitleInputDataType: IDataTypeTransfer;
|
|
430
|
+
|
|
431
|
+
export declare const addSheetTitleInputDTParentRef: IValueDescriptorReference;
|
|
432
|
+
|
|
433
|
+
export declare const addSheetTitleInputParentRef: IActionDescriptorReference;
|
|
434
|
+
|
|
299
435
|
export declare function addToDate(input: ISODateString, amount: number, unit: default_3.ManipulateType): ISODateString;
|
|
300
436
|
|
|
301
437
|
export declare const addToDateAmountArg: IValueDescriptorTransfer;
|
|
@@ -429,8 +565,144 @@ export declare const andConditionResultVoidDataTypeParentRef: IActionDescriptorR
|
|
|
429
565
|
|
|
430
566
|
export declare type AnyEncoding = UtfEncoding | BinEncoding;
|
|
431
567
|
|
|
568
|
+
export declare const appendRowsActionRef: IActionDescriptorReference;
|
|
569
|
+
|
|
570
|
+
export declare const appendRowsConnectionInput: IValueDescriptorTransfer;
|
|
571
|
+
|
|
572
|
+
export declare const appendRowsConnectionInputDataType: IDataTypeTransfer;
|
|
573
|
+
|
|
574
|
+
export declare const appendRowsConnectionInputDTParentRef: IValueDescriptorReference;
|
|
575
|
+
|
|
576
|
+
export declare const appendRowsConnectionInputParentRef: IActionDescriptorReference;
|
|
577
|
+
|
|
578
|
+
export declare const appendRowsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
579
|
+
|
|
580
|
+
export declare const appendRowsRangeInput: IValueDescriptorTransfer;
|
|
581
|
+
|
|
582
|
+
export declare const appendRowsRangeInputDataType: IDataTypeTransfer;
|
|
583
|
+
|
|
584
|
+
export declare const appendRowsRangeInputDTParentRef: IValueDescriptorReference;
|
|
585
|
+
|
|
586
|
+
export declare const appendRowsRangeInputParentRef: IActionDescriptorReference;
|
|
587
|
+
|
|
588
|
+
export declare const appendRowsResponseDataType: IDataTypeTransfer;
|
|
589
|
+
|
|
590
|
+
export declare const appendRowsResponseDTParentRef: IActionDescriptorReference;
|
|
591
|
+
|
|
592
|
+
export declare const appendRowsResponseEntity: IDefinitionEntityTransfer;
|
|
593
|
+
|
|
594
|
+
export declare const appendRowsResponseEntityParentRef: IDataTypeReference;
|
|
595
|
+
|
|
596
|
+
export declare const appendRowsResponsePropsParentRef: IDefinitionEntityReference;
|
|
597
|
+
|
|
598
|
+
export declare const appendRowsSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
599
|
+
|
|
600
|
+
export declare const appendRowsSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
601
|
+
|
|
602
|
+
export declare const appendRowsSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
603
|
+
|
|
604
|
+
export declare const appendRowsSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
605
|
+
|
|
606
|
+
export declare const appendRowsupdatedRangeProp: IPropertyTransfer;
|
|
607
|
+
|
|
608
|
+
export declare const appendRowsupdatedRangePropDT: IDataTypeTransfer;
|
|
609
|
+
|
|
610
|
+
export declare const appendRowsupdatedRangePropDTParentRef: IPropertyReference;
|
|
611
|
+
|
|
612
|
+
export declare const appendRowsValuesInput: IValueDescriptorTransfer;
|
|
613
|
+
|
|
614
|
+
export declare const appendRowsValuesInputDataType: IDataTypeTransfer;
|
|
615
|
+
|
|
616
|
+
export declare const appendRowsValuesInputDTParentRef: IValueDescriptorReference;
|
|
617
|
+
|
|
618
|
+
export declare const appendRowsValuesInputParentRef: IActionDescriptorReference;
|
|
619
|
+
|
|
432
620
|
export declare function appendToList(list: unknown, value: unknown, ...values: unknown[]): any[];
|
|
433
621
|
|
|
622
|
+
export declare const applyClearFilterActionRef: IActionDescriptorReference;
|
|
623
|
+
|
|
624
|
+
export declare const applyClearFilterClearOnlyInput: IValueDescriptorTransfer;
|
|
625
|
+
|
|
626
|
+
export declare const applyClearFilterClearOnlyInputDataType: IDataTypeTransfer;
|
|
627
|
+
|
|
628
|
+
export declare const applyClearFilterClearOnlyInputDTParentRef: IValueDescriptorReference;
|
|
629
|
+
|
|
630
|
+
export declare const applyClearFilterClearOnlyInputParentRef: IActionDescriptorReference;
|
|
631
|
+
|
|
632
|
+
export declare const applyClearFilterConnectionInput: IValueDescriptorTransfer;
|
|
633
|
+
|
|
634
|
+
export declare const applyClearFilterConnectionInputDataType: IDataTypeTransfer;
|
|
635
|
+
|
|
636
|
+
export declare const applyClearFilterConnectionInputDTParentRef: IValueDescriptorReference;
|
|
637
|
+
|
|
638
|
+
export declare const applyClearFilterConnectionInputParentRef: IActionDescriptorReference;
|
|
639
|
+
|
|
640
|
+
export declare const applyClearFilterEndColumnInput: IValueDescriptorTransfer;
|
|
641
|
+
|
|
642
|
+
export declare const applyClearFilterEndColumnInputDataType: IDataTypeTransfer;
|
|
643
|
+
|
|
644
|
+
export declare const applyClearFilterEndColumnInputDTParentRef: IValueDescriptorReference;
|
|
645
|
+
|
|
646
|
+
export declare const applyClearFilterEndColumnInputParentRef: IActionDescriptorReference;
|
|
647
|
+
|
|
648
|
+
export declare const applyClearFilterEndRowInput: IValueDescriptorTransfer;
|
|
649
|
+
|
|
650
|
+
export declare const applyClearFilterEndRowInputDataType: IDataTypeTransfer;
|
|
651
|
+
|
|
652
|
+
export declare const applyClearFilterEndRowInputDTParentRef: IValueDescriptorReference;
|
|
653
|
+
|
|
654
|
+
export declare const applyClearFilterEndRowInputParentRef: IActionDescriptorReference;
|
|
655
|
+
|
|
656
|
+
export declare const applyClearFilterIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
657
|
+
|
|
658
|
+
export declare const applyClearFilterResponseDataType: IDataTypeTransfer;
|
|
659
|
+
|
|
660
|
+
export declare const applyClearFilterResponseDTParentRef: IActionDescriptorReference;
|
|
661
|
+
|
|
662
|
+
export declare const applyClearFilterResponseEntity: IDefinitionEntityTransfer;
|
|
663
|
+
|
|
664
|
+
export declare const applyClearFilterResponseEntityParentRef: IDataTypeReference;
|
|
665
|
+
|
|
666
|
+
export declare const applyClearFilterResponsePropsParentRef: IDefinitionEntityReference;
|
|
667
|
+
|
|
668
|
+
export declare const applyClearFilterSheetIdInput: IValueDescriptorTransfer;
|
|
669
|
+
|
|
670
|
+
export declare const applyClearFilterSheetIdInputDataType: IDataTypeTransfer;
|
|
671
|
+
|
|
672
|
+
export declare const applyClearFilterSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
673
|
+
|
|
674
|
+
export declare const applyClearFilterSheetIdInputParentRef: IActionDescriptorReference;
|
|
675
|
+
|
|
676
|
+
export declare const applyClearFilterSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
677
|
+
|
|
678
|
+
export declare const applyClearFilterSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
679
|
+
|
|
680
|
+
export declare const applyClearFilterSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
681
|
+
|
|
682
|
+
export declare const applyClearFilterSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
683
|
+
|
|
684
|
+
export declare const applyClearFilterStartColumnInput: IValueDescriptorTransfer;
|
|
685
|
+
|
|
686
|
+
export declare const applyClearFilterStartColumnInputDataType: IDataTypeTransfer;
|
|
687
|
+
|
|
688
|
+
export declare const applyClearFilterStartColumnInputDTParentRef: IValueDescriptorReference;
|
|
689
|
+
|
|
690
|
+
export declare const applyClearFilterStartColumnInputParentRef: IActionDescriptorReference;
|
|
691
|
+
|
|
692
|
+
export declare const applyClearFilterStartRowInput: IValueDescriptorTransfer;
|
|
693
|
+
|
|
694
|
+
export declare const applyClearFilterStartRowInputDataType: IDataTypeTransfer;
|
|
695
|
+
|
|
696
|
+
export declare const applyClearFilterStartRowInputDTParentRef: IValueDescriptorReference;
|
|
697
|
+
|
|
698
|
+
export declare const applyClearFilterStartRowInputParentRef: IActionDescriptorReference;
|
|
699
|
+
|
|
700
|
+
export declare const applyClearFilterSuccessProp: IPropertyTransfer;
|
|
701
|
+
|
|
702
|
+
export declare const applyClearFilterSuccessPropDT: IDataTypeTransfer;
|
|
703
|
+
|
|
704
|
+
export declare const applyClearFilterSuccessPropDTParentRef: IPropertyReference;
|
|
705
|
+
|
|
434
706
|
/**
|
|
435
707
|
* Based what ultimately was connected ('sourceEntity', 'targetEntity' and 'connectionType'),
|
|
436
708
|
* and the initial compatibility result, we might need to apply some auto-fixes to make sure the connection is valid.
|
|
@@ -739,6 +1011,74 @@ export declare const ATTACHING_PERSISTED_ENTITIES_TO_DATABASES_EXPLANATION: stri
|
|
|
739
1011
|
|
|
740
1012
|
export declare const audienceStringListDT: IDataTypeTransfer;
|
|
741
1013
|
|
|
1014
|
+
export declare const autoResizeDimensionsActionRef: IActionDescriptorReference;
|
|
1015
|
+
|
|
1016
|
+
export declare const autoResizeDimensionsConnectionInput: IValueDescriptorTransfer;
|
|
1017
|
+
|
|
1018
|
+
export declare const autoResizeDimensionsConnectionInputDataType: IDataTypeTransfer;
|
|
1019
|
+
|
|
1020
|
+
export declare const autoResizeDimensionsConnectionInputDTParentRef: IValueDescriptorReference;
|
|
1021
|
+
|
|
1022
|
+
export declare const autoResizeDimensionsConnectionInputParentRef: IActionDescriptorReference;
|
|
1023
|
+
|
|
1024
|
+
export declare const autoResizeDimensionsDimensionInput: IValueDescriptorTransfer;
|
|
1025
|
+
|
|
1026
|
+
export declare const autoResizeDimensionsDimensionInputDataType: IDataTypeTransfer;
|
|
1027
|
+
|
|
1028
|
+
export declare const autoResizeDimensionsDimensionInputDTParentRef: IValueDescriptorReference;
|
|
1029
|
+
|
|
1030
|
+
export declare const autoResizeDimensionsDimensionInputParentRef: IActionDescriptorReference;
|
|
1031
|
+
|
|
1032
|
+
export declare const autoResizeDimensionsEndIndexInput: IValueDescriptorTransfer;
|
|
1033
|
+
|
|
1034
|
+
export declare const autoResizeDimensionsEndIndexInputDataType: IDataTypeTransfer;
|
|
1035
|
+
|
|
1036
|
+
export declare const autoResizeDimensionsEndIndexInputDTParentRef: IValueDescriptorReference;
|
|
1037
|
+
|
|
1038
|
+
export declare const autoResizeDimensionsEndIndexInputParentRef: IActionDescriptorReference;
|
|
1039
|
+
|
|
1040
|
+
export declare const autoResizeDimensionsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
1041
|
+
|
|
1042
|
+
export declare const autoResizeDimensionsResponseDataType: IDataTypeTransfer;
|
|
1043
|
+
|
|
1044
|
+
export declare const autoResizeDimensionsResponseDTParentRef: IActionDescriptorReference;
|
|
1045
|
+
|
|
1046
|
+
export declare const autoResizeDimensionsResponseEntity: IDefinitionEntityTransfer;
|
|
1047
|
+
|
|
1048
|
+
export declare const autoResizeDimensionsResponseEntityParentRef: IDataTypeReference;
|
|
1049
|
+
|
|
1050
|
+
export declare const autoResizeDimensionsResponsePropsParentRef: IDefinitionEntityReference;
|
|
1051
|
+
|
|
1052
|
+
export declare const autoResizeDimensionsSheetIdInput: IValueDescriptorTransfer;
|
|
1053
|
+
|
|
1054
|
+
export declare const autoResizeDimensionsSheetIdInputDataType: IDataTypeTransfer;
|
|
1055
|
+
|
|
1056
|
+
export declare const autoResizeDimensionsSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
1057
|
+
|
|
1058
|
+
export declare const autoResizeDimensionsSheetIdInputParentRef: IActionDescriptorReference;
|
|
1059
|
+
|
|
1060
|
+
export declare const autoResizeDimensionsSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
1061
|
+
|
|
1062
|
+
export declare const autoResizeDimensionsSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
1063
|
+
|
|
1064
|
+
export declare const autoResizeDimensionsSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
1065
|
+
|
|
1066
|
+
export declare const autoResizeDimensionsSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
1067
|
+
|
|
1068
|
+
export declare const autoResizeDimensionsStartIndexInput: IValueDescriptorTransfer;
|
|
1069
|
+
|
|
1070
|
+
export declare const autoResizeDimensionsStartIndexInputDataType: IDataTypeTransfer;
|
|
1071
|
+
|
|
1072
|
+
export declare const autoResizeDimensionsStartIndexInputDTParentRef: IValueDescriptorReference;
|
|
1073
|
+
|
|
1074
|
+
export declare const autoResizeDimensionsStartIndexInputParentRef: IActionDescriptorReference;
|
|
1075
|
+
|
|
1076
|
+
export declare const autoResizeDimensionsSuccessProp: IPropertyTransfer;
|
|
1077
|
+
|
|
1078
|
+
export declare const autoResizeDimensionsSuccessPropDT: IDataTypeTransfer;
|
|
1079
|
+
|
|
1080
|
+
export declare const autoResizeDimensionsSuccessPropDTParentRef: IPropertyReference;
|
|
1081
|
+
|
|
742
1082
|
export declare function average(...numsRaw: unknown[]): number;
|
|
743
1083
|
|
|
744
1084
|
export declare class AWSTenantAccountInfrastructureResource extends InfrastructureResource implements IAWSTenantAccountInfrastructureResource {
|
|
@@ -816,6 +1156,94 @@ export declare enum BaseValueDescriptorIds {
|
|
|
816
1156
|
SearchErrorOutputDescriptor = "search-error-output-descriptor-id"
|
|
817
1157
|
}
|
|
818
1158
|
|
|
1159
|
+
export declare const batchGetValuesActionRef: IActionDescriptorReference;
|
|
1160
|
+
|
|
1161
|
+
export declare const batchGetValuesConnectionInput: IValueDescriptorTransfer;
|
|
1162
|
+
|
|
1163
|
+
export declare const batchGetValuesConnectionInputDataType: IDataTypeTransfer;
|
|
1164
|
+
|
|
1165
|
+
export declare const batchGetValuesConnectionInputDTParentRef: IValueDescriptorReference;
|
|
1166
|
+
|
|
1167
|
+
export declare const batchGetValuesConnectionInputParentRef: IActionDescriptorReference;
|
|
1168
|
+
|
|
1169
|
+
export declare const batchGetValuesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
1170
|
+
|
|
1171
|
+
export declare const batchGetValuesRangesInput: IValueDescriptorTransfer;
|
|
1172
|
+
|
|
1173
|
+
export declare const batchGetValuesRangesInputDataType: IDataTypeTransfer;
|
|
1174
|
+
|
|
1175
|
+
export declare const batchGetValuesRangesInputDTParentRef: IValueDescriptorReference;
|
|
1176
|
+
|
|
1177
|
+
export declare const batchGetValuesRangesInputParentRef: IActionDescriptorReference;
|
|
1178
|
+
|
|
1179
|
+
export declare const batchGetValuesResponseDataType: IDataTypeTransfer;
|
|
1180
|
+
|
|
1181
|
+
export declare const batchGetValuesResponseDTParentRef: IActionDescriptorReference;
|
|
1182
|
+
|
|
1183
|
+
export declare const batchGetValuesResponseEntity: IDefinitionEntityTransfer;
|
|
1184
|
+
|
|
1185
|
+
export declare const batchGetValuesResponseEntityParentRef: IDataTypeReference;
|
|
1186
|
+
|
|
1187
|
+
export declare const batchGetValuesResponsePropsParentRef: IDefinitionEntityReference;
|
|
1188
|
+
|
|
1189
|
+
export declare const batchGetValuesSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
1190
|
+
|
|
1191
|
+
export declare const batchGetValuesSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
1192
|
+
|
|
1193
|
+
export declare const batchGetValuesSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
1194
|
+
|
|
1195
|
+
export declare const batchGetValuesSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
1196
|
+
|
|
1197
|
+
export declare const batchGetValuesValueRangesProp: IPropertyTransfer;
|
|
1198
|
+
|
|
1199
|
+
export declare const batchGetValuesValueRangesPropDT: IDataTypeTransfer;
|
|
1200
|
+
|
|
1201
|
+
export declare const batchGetValuesValueRangesPropDTParentRef: IPropertyReference;
|
|
1202
|
+
|
|
1203
|
+
export declare const batchUpdateSpreadsheetActionRef: IActionDescriptorReference;
|
|
1204
|
+
|
|
1205
|
+
export declare const batchUpdateSpreadsheetConnectionInput: IValueDescriptorTransfer;
|
|
1206
|
+
|
|
1207
|
+
export declare const batchUpdateSpreadsheetConnectionInputDataType: IDataTypeTransfer;
|
|
1208
|
+
|
|
1209
|
+
export declare const batchUpdateSpreadsheetConnectionInputDTParentRef: IValueDescriptorReference;
|
|
1210
|
+
|
|
1211
|
+
export declare const batchUpdateSpreadsheetConnectionInputParentRef: IActionDescriptorReference;
|
|
1212
|
+
|
|
1213
|
+
export declare const batchUpdateSpreadsheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
1214
|
+
|
|
1215
|
+
export declare const batchUpdateSpreadsheetRepliesProp: IPropertyTransfer;
|
|
1216
|
+
|
|
1217
|
+
export declare const batchUpdateSpreadsheetRepliesPropDT: IDataTypeTransfer;
|
|
1218
|
+
|
|
1219
|
+
export declare const batchUpdateSpreadsheetRepliesPropDTParentRef: IPropertyReference;
|
|
1220
|
+
|
|
1221
|
+
export declare const batchUpdateSpreadsheetRequestsInput: IValueDescriptorTransfer;
|
|
1222
|
+
|
|
1223
|
+
export declare const batchUpdateSpreadsheetRequestsInputDataType: IDataTypeTransfer;
|
|
1224
|
+
|
|
1225
|
+
export declare const batchUpdateSpreadsheetRequestsInputDTParentRef: IValueDescriptorReference;
|
|
1226
|
+
|
|
1227
|
+
export declare const batchUpdateSpreadsheetRequestsInputParentRef: IActionDescriptorReference;
|
|
1228
|
+
|
|
1229
|
+
export declare const batchUpdateSpreadsheetResponseDataType: IDataTypeTransfer;
|
|
1230
|
+
|
|
1231
|
+
export declare const batchUpdateSpreadsheetResponseDTParentRef: IActionDescriptorReference;
|
|
1232
|
+
|
|
1233
|
+
export declare const batchUpdateSpreadsheetResponseEntity: IDefinitionEntityTransfer;
|
|
1234
|
+
|
|
1235
|
+
export declare const batchUpdateSpreadsheetResponseEntityParentRef: IDataTypeReference;
|
|
1236
|
+
|
|
1237
|
+
export declare const batchUpdateSpreadsheetResponsePropsParentRef: IDefinitionEntityReference;
|
|
1238
|
+
|
|
1239
|
+
export declare const batchUpdateSpreadsheetSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
1240
|
+
|
|
1241
|
+
export declare const batchUpdateSpreadsheetSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
1242
|
+
|
|
1243
|
+
export declare const batchUpdateSpreadsheetSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
1244
|
+
|
|
1245
|
+
export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
1246
|
+
|
|
819
1247
|
/**
|
|
820
1248
|
* Sometimes a value reading entity might be reading values from an entity which its is not allowed.
|
|
821
1249
|
* All value reading entities need to be called-by, directly or indirectly, by a value writing entity.
|
|
@@ -8942,7 +9370,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
8942
9370
|
};
|
|
8943
9371
|
};
|
|
8944
9372
|
};
|
|
8945
|
-
"external-integration--
|
|
9373
|
+
"external-integration--google-sheets--create-spreadsheet": {
|
|
8946
9374
|
id: ExternalIntegrationOperations;
|
|
8947
9375
|
inputs: {
|
|
8948
9376
|
connection: {
|
|
@@ -8951,25 +9379,44 @@ export declare enum BaseValueDescriptorIds {
|
|
|
8951
9379
|
id: string;
|
|
8952
9380
|
};
|
|
8953
9381
|
};
|
|
8954
|
-
|
|
9382
|
+
title: {
|
|
8955
9383
|
id: string;
|
|
8956
9384
|
dataType: {
|
|
8957
9385
|
id: string;
|
|
8958
9386
|
};
|
|
8959
9387
|
};
|
|
8960
|
-
|
|
9388
|
+
};
|
|
9389
|
+
dataType: {
|
|
9390
|
+
id: string;
|
|
9391
|
+
entity: {
|
|
8961
9392
|
id: string;
|
|
8962
|
-
|
|
8963
|
-
|
|
9393
|
+
properties: {
|
|
9394
|
+
spreadsheetId: {
|
|
9395
|
+
id: string;
|
|
9396
|
+
dataType: {
|
|
9397
|
+
id: string;
|
|
9398
|
+
};
|
|
9399
|
+
};
|
|
9400
|
+
spreadsheetUrl: {
|
|
9401
|
+
id: string;
|
|
9402
|
+
dataType: {
|
|
9403
|
+
id: string;
|
|
9404
|
+
};
|
|
9405
|
+
};
|
|
8964
9406
|
};
|
|
8965
9407
|
};
|
|
8966
|
-
|
|
9408
|
+
};
|
|
9409
|
+
};
|
|
9410
|
+
"external-integration--google-sheets--get-spreadsheet": {
|
|
9411
|
+
id: ExternalIntegrationOperations;
|
|
9412
|
+
inputs: {
|
|
9413
|
+
connection: {
|
|
8967
9414
|
id: string;
|
|
8968
9415
|
dataType: {
|
|
8969
9416
|
id: string;
|
|
8970
9417
|
};
|
|
8971
9418
|
};
|
|
8972
|
-
|
|
9419
|
+
spreadsheetId: {
|
|
8973
9420
|
id: string;
|
|
8974
9421
|
dataType: {
|
|
8975
9422
|
id: string;
|
|
@@ -8981,31 +9428,13 @@ export declare enum BaseValueDescriptorIds {
|
|
|
8981
9428
|
entity: {
|
|
8982
9429
|
id: string;
|
|
8983
9430
|
properties: {
|
|
8984
|
-
|
|
8985
|
-
id: string;
|
|
8986
|
-
dataType: {
|
|
8987
|
-
id: string;
|
|
8988
|
-
};
|
|
8989
|
-
};
|
|
8990
|
-
ok: {
|
|
8991
|
-
id: string;
|
|
8992
|
-
dataType: {
|
|
8993
|
-
id: string;
|
|
8994
|
-
};
|
|
8995
|
-
};
|
|
8996
|
-
message: {
|
|
8997
|
-
id: string;
|
|
8998
|
-
dataType: {
|
|
8999
|
-
id: string;
|
|
9000
|
-
};
|
|
9001
|
-
};
|
|
9002
|
-
raw_json: {
|
|
9431
|
+
title: {
|
|
9003
9432
|
id: string;
|
|
9004
9433
|
dataType: {
|
|
9005
9434
|
id: string;
|
|
9006
9435
|
};
|
|
9007
9436
|
};
|
|
9008
|
-
|
|
9437
|
+
spreadsheetUrl: {
|
|
9009
9438
|
id: string;
|
|
9010
9439
|
dataType: {
|
|
9011
9440
|
id: string;
|
|
@@ -9015,7 +9444,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
9015
9444
|
};
|
|
9016
9445
|
};
|
|
9017
9446
|
};
|
|
9018
|
-
"external-integration--
|
|
9447
|
+
"external-integration--google-sheets--add-sheet": {
|
|
9019
9448
|
id: ExternalIntegrationOperations;
|
|
9020
9449
|
inputs: {
|
|
9021
9450
|
connection: {
|
|
@@ -9024,55 +9453,93 @@ export declare enum BaseValueDescriptorIds {
|
|
|
9024
9453
|
id: string;
|
|
9025
9454
|
};
|
|
9026
9455
|
};
|
|
9027
|
-
|
|
9456
|
+
spreadsheetId: {
|
|
9028
9457
|
id: string;
|
|
9029
9458
|
dataType: {
|
|
9030
9459
|
id: string;
|
|
9031
9460
|
};
|
|
9032
9461
|
};
|
|
9033
|
-
|
|
9462
|
+
title: {
|
|
9034
9463
|
id: string;
|
|
9035
9464
|
dataType: {
|
|
9036
9465
|
id: string;
|
|
9037
9466
|
};
|
|
9038
9467
|
};
|
|
9039
|
-
|
|
9468
|
+
};
|
|
9469
|
+
dataType: {
|
|
9470
|
+
id: string;
|
|
9471
|
+
entity: {
|
|
9472
|
+
id: string;
|
|
9473
|
+
properties: {
|
|
9474
|
+
sheetId: {
|
|
9475
|
+
id: string;
|
|
9476
|
+
dataType: {
|
|
9477
|
+
id: string;
|
|
9478
|
+
};
|
|
9479
|
+
};
|
|
9480
|
+
};
|
|
9481
|
+
};
|
|
9482
|
+
};
|
|
9483
|
+
};
|
|
9484
|
+
"external-integration--google-sheets--delete-sheet": {
|
|
9485
|
+
id: ExternalIntegrationOperations;
|
|
9486
|
+
inputs: {
|
|
9487
|
+
connection: {
|
|
9040
9488
|
id: string;
|
|
9041
9489
|
dataType: {
|
|
9042
9490
|
id: string;
|
|
9043
9491
|
};
|
|
9044
9492
|
};
|
|
9045
|
-
|
|
9493
|
+
spreadsheetId: {
|
|
9046
9494
|
id: string;
|
|
9047
9495
|
dataType: {
|
|
9048
9496
|
id: string;
|
|
9049
9497
|
};
|
|
9050
9498
|
};
|
|
9051
|
-
|
|
9499
|
+
sheetId: {
|
|
9052
9500
|
id: string;
|
|
9053
9501
|
dataType: {
|
|
9054
9502
|
id: string;
|
|
9055
9503
|
};
|
|
9056
9504
|
};
|
|
9057
|
-
|
|
9505
|
+
};
|
|
9506
|
+
dataType: {
|
|
9507
|
+
id: string;
|
|
9508
|
+
entity: {
|
|
9509
|
+
id: string;
|
|
9510
|
+
properties: {
|
|
9511
|
+
success: {
|
|
9512
|
+
id: string;
|
|
9513
|
+
dataType: {
|
|
9514
|
+
id: string;
|
|
9515
|
+
};
|
|
9516
|
+
};
|
|
9517
|
+
};
|
|
9518
|
+
};
|
|
9519
|
+
};
|
|
9520
|
+
};
|
|
9521
|
+
"external-integration--google-sheets--append-rows": {
|
|
9522
|
+
id: ExternalIntegrationOperations;
|
|
9523
|
+
inputs: {
|
|
9524
|
+
connection: {
|
|
9058
9525
|
id: string;
|
|
9059
9526
|
dataType: {
|
|
9060
9527
|
id: string;
|
|
9061
9528
|
};
|
|
9062
9529
|
};
|
|
9063
|
-
|
|
9530
|
+
spreadsheetId: {
|
|
9064
9531
|
id: string;
|
|
9065
9532
|
dataType: {
|
|
9066
9533
|
id: string;
|
|
9067
9534
|
};
|
|
9068
9535
|
};
|
|
9069
|
-
|
|
9536
|
+
range: {
|
|
9070
9537
|
id: string;
|
|
9071
9538
|
dataType: {
|
|
9072
9539
|
id: string;
|
|
9073
9540
|
};
|
|
9074
9541
|
};
|
|
9075
|
-
|
|
9542
|
+
values: {
|
|
9076
9543
|
id: string;
|
|
9077
9544
|
dataType: {
|
|
9078
9545
|
id: string;
|
|
@@ -9084,114 +9551,44 @@ export declare enum BaseValueDescriptorIds {
|
|
|
9084
9551
|
entity: {
|
|
9085
9552
|
id: string;
|
|
9086
9553
|
properties: {
|
|
9087
|
-
|
|
9554
|
+
updatedRange: {
|
|
9088
9555
|
id: string;
|
|
9089
9556
|
dataType: {
|
|
9090
9557
|
id: string;
|
|
9091
|
-
entity: {
|
|
9092
|
-
id: string;
|
|
9093
|
-
properties: {
|
|
9094
|
-
id: {
|
|
9095
|
-
id: string;
|
|
9096
|
-
dataType: {
|
|
9097
|
-
id: string;
|
|
9098
|
-
};
|
|
9099
|
-
};
|
|
9100
|
-
name: {
|
|
9101
|
-
id: string;
|
|
9102
|
-
dataType: {
|
|
9103
|
-
id: string;
|
|
9104
|
-
};
|
|
9105
|
-
};
|
|
9106
|
-
name_normalized: {
|
|
9107
|
-
id: string;
|
|
9108
|
-
dataType: {
|
|
9109
|
-
id: string;
|
|
9110
|
-
};
|
|
9111
|
-
};
|
|
9112
|
-
is_shared: {
|
|
9113
|
-
id: string;
|
|
9114
|
-
dataType: {
|
|
9115
|
-
id: string;
|
|
9116
|
-
};
|
|
9117
|
-
};
|
|
9118
|
-
is_private: {
|
|
9119
|
-
id: string;
|
|
9120
|
-
dataType: {
|
|
9121
|
-
id: string;
|
|
9122
|
-
};
|
|
9123
|
-
};
|
|
9124
|
-
is_mpim: {
|
|
9125
|
-
id: string;
|
|
9126
|
-
dataType: {
|
|
9127
|
-
id: string;
|
|
9128
|
-
};
|
|
9129
|
-
};
|
|
9130
|
-
created: {
|
|
9131
|
-
id: string;
|
|
9132
|
-
dataType: {
|
|
9133
|
-
id: string;
|
|
9134
|
-
};
|
|
9135
|
-
};
|
|
9136
|
-
updated: {
|
|
9137
|
-
id: string;
|
|
9138
|
-
dataType: {
|
|
9139
|
-
id: string;
|
|
9140
|
-
};
|
|
9141
|
-
};
|
|
9142
|
-
num_members: {
|
|
9143
|
-
id: string;
|
|
9144
|
-
dataType: {
|
|
9145
|
-
id: string;
|
|
9146
|
-
};
|
|
9147
|
-
};
|
|
9148
|
-
is_im: {
|
|
9149
|
-
id: string;
|
|
9150
|
-
dataType: {
|
|
9151
|
-
id: string;
|
|
9152
|
-
};
|
|
9153
|
-
};
|
|
9154
|
-
is_group: {
|
|
9155
|
-
id: string;
|
|
9156
|
-
dataType: {
|
|
9157
|
-
id: string;
|
|
9158
|
-
};
|
|
9159
|
-
};
|
|
9160
|
-
is_channel: {
|
|
9161
|
-
id: string;
|
|
9162
|
-
dataType: {
|
|
9163
|
-
id: string;
|
|
9164
|
-
};
|
|
9165
|
-
};
|
|
9166
|
-
is_archived: {
|
|
9167
|
-
id: string;
|
|
9168
|
-
dataType: {
|
|
9169
|
-
id: string;
|
|
9170
|
-
};
|
|
9171
|
-
};
|
|
9172
|
-
is_general: {
|
|
9173
|
-
id: string;
|
|
9174
|
-
dataType: {
|
|
9175
|
-
id: string;
|
|
9176
|
-
};
|
|
9177
|
-
};
|
|
9178
|
-
creator: {
|
|
9179
|
-
id: string;
|
|
9180
|
-
dataType: {
|
|
9181
|
-
id: string;
|
|
9182
|
-
};
|
|
9183
|
-
};
|
|
9184
|
-
raw_json: {
|
|
9185
|
-
id: string;
|
|
9186
|
-
dataType: {
|
|
9187
|
-
id: string;
|
|
9188
|
-
};
|
|
9189
|
-
};
|
|
9190
|
-
};
|
|
9191
|
-
};
|
|
9192
9558
|
};
|
|
9193
9559
|
};
|
|
9194
|
-
|
|
9560
|
+
};
|
|
9561
|
+
};
|
|
9562
|
+
};
|
|
9563
|
+
};
|
|
9564
|
+
"external-integration--google-sheets--get-range-values": {
|
|
9565
|
+
id: ExternalIntegrationOperations;
|
|
9566
|
+
inputs: {
|
|
9567
|
+
connection: {
|
|
9568
|
+
id: string;
|
|
9569
|
+
dataType: {
|
|
9570
|
+
id: string;
|
|
9571
|
+
};
|
|
9572
|
+
};
|
|
9573
|
+
spreadsheetId: {
|
|
9574
|
+
id: string;
|
|
9575
|
+
dataType: {
|
|
9576
|
+
id: string;
|
|
9577
|
+
};
|
|
9578
|
+
};
|
|
9579
|
+
range: {
|
|
9580
|
+
id: string;
|
|
9581
|
+
dataType: {
|
|
9582
|
+
id: string;
|
|
9583
|
+
};
|
|
9584
|
+
};
|
|
9585
|
+
};
|
|
9586
|
+
dataType: {
|
|
9587
|
+
id: string;
|
|
9588
|
+
entity: {
|
|
9589
|
+
id: string;
|
|
9590
|
+
properties: {
|
|
9591
|
+
values: {
|
|
9195
9592
|
id: string;
|
|
9196
9593
|
dataType: {
|
|
9197
9594
|
id: string;
|
|
@@ -9201,7 +9598,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
9201
9598
|
};
|
|
9202
9599
|
};
|
|
9203
9600
|
};
|
|
9204
|
-
"external-integration--
|
|
9601
|
+
"external-integration--google-sheets--update-range-values": {
|
|
9205
9602
|
id: ExternalIntegrationOperations;
|
|
9206
9603
|
inputs: {
|
|
9207
9604
|
connection: {
|
|
@@ -9210,61 +9607,93 @@ export declare enum BaseValueDescriptorIds {
|
|
|
9210
9607
|
id: string;
|
|
9211
9608
|
};
|
|
9212
9609
|
};
|
|
9213
|
-
|
|
9610
|
+
spreadsheetId: {
|
|
9214
9611
|
id: string;
|
|
9215
9612
|
dataType: {
|
|
9216
9613
|
id: string;
|
|
9217
9614
|
};
|
|
9218
9615
|
};
|
|
9219
|
-
|
|
9616
|
+
range: {
|
|
9220
9617
|
id: string;
|
|
9221
9618
|
dataType: {
|
|
9222
9619
|
id: string;
|
|
9223
9620
|
};
|
|
9224
9621
|
};
|
|
9225
|
-
|
|
9622
|
+
values: {
|
|
9226
9623
|
id: string;
|
|
9227
9624
|
dataType: {
|
|
9228
9625
|
id: string;
|
|
9229
9626
|
};
|
|
9230
9627
|
};
|
|
9231
|
-
|
|
9628
|
+
};
|
|
9629
|
+
dataType: {
|
|
9630
|
+
id: string;
|
|
9631
|
+
entity: {
|
|
9232
9632
|
id: string;
|
|
9233
|
-
|
|
9234
|
-
|
|
9633
|
+
properties: {
|
|
9634
|
+
updatedRange: {
|
|
9635
|
+
id: string;
|
|
9636
|
+
dataType: {
|
|
9637
|
+
id: string;
|
|
9638
|
+
};
|
|
9639
|
+
};
|
|
9235
9640
|
};
|
|
9236
9641
|
};
|
|
9237
|
-
|
|
9642
|
+
};
|
|
9643
|
+
};
|
|
9644
|
+
"external-integration--google-sheets--clear-range": {
|
|
9645
|
+
id: ExternalIntegrationOperations;
|
|
9646
|
+
inputs: {
|
|
9647
|
+
connection: {
|
|
9238
9648
|
id: string;
|
|
9239
9649
|
dataType: {
|
|
9240
9650
|
id: string;
|
|
9241
9651
|
};
|
|
9242
9652
|
};
|
|
9243
|
-
|
|
9653
|
+
spreadsheetId: {
|
|
9244
9654
|
id: string;
|
|
9245
9655
|
dataType: {
|
|
9246
9656
|
id: string;
|
|
9247
9657
|
};
|
|
9248
9658
|
};
|
|
9249
|
-
|
|
9659
|
+
range: {
|
|
9250
9660
|
id: string;
|
|
9251
9661
|
dataType: {
|
|
9252
9662
|
id: string;
|
|
9253
9663
|
};
|
|
9254
9664
|
};
|
|
9255
|
-
|
|
9665
|
+
};
|
|
9666
|
+
dataType: {
|
|
9667
|
+
id: string;
|
|
9668
|
+
entity: {
|
|
9669
|
+
id: string;
|
|
9670
|
+
properties: {
|
|
9671
|
+
clearedRange: {
|
|
9672
|
+
id: string;
|
|
9673
|
+
dataType: {
|
|
9674
|
+
id: string;
|
|
9675
|
+
};
|
|
9676
|
+
};
|
|
9677
|
+
};
|
|
9678
|
+
};
|
|
9679
|
+
};
|
|
9680
|
+
};
|
|
9681
|
+
"external-integration--google-sheets--batch-update-spreadsheet": {
|
|
9682
|
+
id: ExternalIntegrationOperations;
|
|
9683
|
+
inputs: {
|
|
9684
|
+
connection: {
|
|
9256
9685
|
id: string;
|
|
9257
9686
|
dataType: {
|
|
9258
9687
|
id: string;
|
|
9259
9688
|
};
|
|
9260
9689
|
};
|
|
9261
|
-
|
|
9690
|
+
spreadsheetId: {
|
|
9262
9691
|
id: string;
|
|
9263
9692
|
dataType: {
|
|
9264
9693
|
id: string;
|
|
9265
9694
|
};
|
|
9266
9695
|
};
|
|
9267
|
-
|
|
9696
|
+
requests: {
|
|
9268
9697
|
id: string;
|
|
9269
9698
|
dataType: {
|
|
9270
9699
|
id: string;
|
|
@@ -9276,36 +9705,1161 @@ export declare enum BaseValueDescriptorIds {
|
|
|
9276
9705
|
entity: {
|
|
9277
9706
|
id: string;
|
|
9278
9707
|
properties: {
|
|
9279
|
-
|
|
9708
|
+
replies: {
|
|
9280
9709
|
id: string;
|
|
9281
9710
|
dataType: {
|
|
9282
9711
|
id: string;
|
|
9283
|
-
|
|
9284
|
-
|
|
9285
|
-
|
|
9286
|
-
|
|
9287
|
-
|
|
9288
|
-
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
|
|
9293
|
-
|
|
9294
|
-
|
|
9295
|
-
|
|
9296
|
-
|
|
9297
|
-
|
|
9298
|
-
|
|
9299
|
-
|
|
9300
|
-
|
|
9301
|
-
|
|
9302
|
-
|
|
9303
|
-
|
|
9304
|
-
|
|
9305
|
-
|
|
9306
|
-
|
|
9307
|
-
|
|
9308
|
-
|
|
9712
|
+
};
|
|
9713
|
+
};
|
|
9714
|
+
};
|
|
9715
|
+
};
|
|
9716
|
+
};
|
|
9717
|
+
};
|
|
9718
|
+
"external-integration--google-sheets--rename-update-sheet": {
|
|
9719
|
+
id: ExternalIntegrationOperations;
|
|
9720
|
+
inputs: {
|
|
9721
|
+
connection: {
|
|
9722
|
+
id: string;
|
|
9723
|
+
dataType: {
|
|
9724
|
+
id: string;
|
|
9725
|
+
};
|
|
9726
|
+
};
|
|
9727
|
+
spreadsheetId: {
|
|
9728
|
+
id: string;
|
|
9729
|
+
dataType: {
|
|
9730
|
+
id: string;
|
|
9731
|
+
};
|
|
9732
|
+
};
|
|
9733
|
+
sheetId: {
|
|
9734
|
+
id: string;
|
|
9735
|
+
dataType: {
|
|
9736
|
+
id: string;
|
|
9737
|
+
};
|
|
9738
|
+
};
|
|
9739
|
+
title: {
|
|
9740
|
+
id: string;
|
|
9741
|
+
dataType: {
|
|
9742
|
+
id: string;
|
|
9743
|
+
};
|
|
9744
|
+
};
|
|
9745
|
+
};
|
|
9746
|
+
dataType: {
|
|
9747
|
+
id: string;
|
|
9748
|
+
entity: {
|
|
9749
|
+
id: string;
|
|
9750
|
+
properties: {
|
|
9751
|
+
success: {
|
|
9752
|
+
id: string;
|
|
9753
|
+
dataType: {
|
|
9754
|
+
id: string;
|
|
9755
|
+
};
|
|
9756
|
+
};
|
|
9757
|
+
};
|
|
9758
|
+
};
|
|
9759
|
+
};
|
|
9760
|
+
};
|
|
9761
|
+
"external-integration--google-sheets--copy-sheet": {
|
|
9762
|
+
id: ExternalIntegrationOperations;
|
|
9763
|
+
inputs: {
|
|
9764
|
+
connection: {
|
|
9765
|
+
id: string;
|
|
9766
|
+
dataType: {
|
|
9767
|
+
id: string;
|
|
9768
|
+
};
|
|
9769
|
+
};
|
|
9770
|
+
spreadsheetId: {
|
|
9771
|
+
id: string;
|
|
9772
|
+
dataType: {
|
|
9773
|
+
id: string;
|
|
9774
|
+
};
|
|
9775
|
+
};
|
|
9776
|
+
sheetId: {
|
|
9777
|
+
id: string;
|
|
9778
|
+
dataType: {
|
|
9779
|
+
id: string;
|
|
9780
|
+
};
|
|
9781
|
+
};
|
|
9782
|
+
destinationSpreadsheetId: {
|
|
9783
|
+
id: string;
|
|
9784
|
+
dataType: {
|
|
9785
|
+
id: string;
|
|
9786
|
+
};
|
|
9787
|
+
};
|
|
9788
|
+
};
|
|
9789
|
+
dataType: {
|
|
9790
|
+
id: string;
|
|
9791
|
+
entity: {
|
|
9792
|
+
id: string;
|
|
9793
|
+
properties: {
|
|
9794
|
+
newSheetId: {
|
|
9795
|
+
id: string;
|
|
9796
|
+
dataType: {
|
|
9797
|
+
id: string;
|
|
9798
|
+
};
|
|
9799
|
+
};
|
|
9800
|
+
};
|
|
9801
|
+
};
|
|
9802
|
+
};
|
|
9803
|
+
};
|
|
9804
|
+
"external-integration--google-sheets--clear-sheet": {
|
|
9805
|
+
id: ExternalIntegrationOperations;
|
|
9806
|
+
inputs: {
|
|
9807
|
+
connection: {
|
|
9808
|
+
id: string;
|
|
9809
|
+
dataType: {
|
|
9810
|
+
id: string;
|
|
9811
|
+
};
|
|
9812
|
+
};
|
|
9813
|
+
spreadsheetId: {
|
|
9814
|
+
id: string;
|
|
9815
|
+
dataType: {
|
|
9816
|
+
id: string;
|
|
9817
|
+
};
|
|
9818
|
+
};
|
|
9819
|
+
sheetName: {
|
|
9820
|
+
id: string;
|
|
9821
|
+
dataType: {
|
|
9822
|
+
id: string;
|
|
9823
|
+
};
|
|
9824
|
+
};
|
|
9825
|
+
};
|
|
9826
|
+
dataType: {
|
|
9827
|
+
id: string;
|
|
9828
|
+
entity: {
|
|
9829
|
+
id: string;
|
|
9830
|
+
properties: {
|
|
9831
|
+
clearedRange: {
|
|
9832
|
+
id: string;
|
|
9833
|
+
dataType: {
|
|
9834
|
+
id: string;
|
|
9835
|
+
};
|
|
9836
|
+
};
|
|
9837
|
+
};
|
|
9838
|
+
};
|
|
9839
|
+
};
|
|
9840
|
+
};
|
|
9841
|
+
"external-integration--google-sheets--batch-get-values": {
|
|
9842
|
+
id: ExternalIntegrationOperations;
|
|
9843
|
+
inputs: {
|
|
9844
|
+
connection: {
|
|
9845
|
+
id: string;
|
|
9846
|
+
dataType: {
|
|
9847
|
+
id: string;
|
|
9848
|
+
};
|
|
9849
|
+
};
|
|
9850
|
+
spreadsheetId: {
|
|
9851
|
+
id: string;
|
|
9852
|
+
dataType: {
|
|
9853
|
+
id: string;
|
|
9854
|
+
};
|
|
9855
|
+
};
|
|
9856
|
+
ranges: {
|
|
9857
|
+
id: string;
|
|
9858
|
+
dataType: {
|
|
9859
|
+
id: string;
|
|
9860
|
+
};
|
|
9861
|
+
};
|
|
9862
|
+
};
|
|
9863
|
+
dataType: {
|
|
9864
|
+
id: string;
|
|
9865
|
+
entity: {
|
|
9866
|
+
id: string;
|
|
9867
|
+
properties: {
|
|
9868
|
+
valueRanges: {
|
|
9869
|
+
id: string;
|
|
9870
|
+
dataType: {
|
|
9871
|
+
id: string;
|
|
9872
|
+
};
|
|
9873
|
+
};
|
|
9874
|
+
};
|
|
9875
|
+
};
|
|
9876
|
+
};
|
|
9877
|
+
};
|
|
9878
|
+
"external-integration--google-sheets--format-cells": {
|
|
9879
|
+
id: ExternalIntegrationOperations;
|
|
9880
|
+
inputs: {
|
|
9881
|
+
connection: {
|
|
9882
|
+
id: string;
|
|
9883
|
+
dataType: {
|
|
9884
|
+
id: string;
|
|
9885
|
+
};
|
|
9886
|
+
};
|
|
9887
|
+
spreadsheetId: {
|
|
9888
|
+
id: string;
|
|
9889
|
+
dataType: {
|
|
9890
|
+
id: string;
|
|
9891
|
+
};
|
|
9892
|
+
};
|
|
9893
|
+
sheetId: {
|
|
9894
|
+
id: string;
|
|
9895
|
+
dataType: {
|
|
9896
|
+
id: string;
|
|
9897
|
+
};
|
|
9898
|
+
};
|
|
9899
|
+
startRow: {
|
|
9900
|
+
id: string;
|
|
9901
|
+
dataType: {
|
|
9902
|
+
id: string;
|
|
9903
|
+
};
|
|
9904
|
+
};
|
|
9905
|
+
endRow: {
|
|
9906
|
+
id: string;
|
|
9907
|
+
dataType: {
|
|
9908
|
+
id: string;
|
|
9909
|
+
};
|
|
9910
|
+
};
|
|
9911
|
+
startColumn: {
|
|
9912
|
+
id: string;
|
|
9913
|
+
dataType: {
|
|
9914
|
+
id: string;
|
|
9915
|
+
};
|
|
9916
|
+
};
|
|
9917
|
+
endColumn: {
|
|
9918
|
+
id: string;
|
|
9919
|
+
dataType: {
|
|
9920
|
+
id: string;
|
|
9921
|
+
};
|
|
9922
|
+
};
|
|
9923
|
+
bold: {
|
|
9924
|
+
id: string;
|
|
9925
|
+
dataType: {
|
|
9926
|
+
id: string;
|
|
9927
|
+
};
|
|
9928
|
+
};
|
|
9929
|
+
italic: {
|
|
9930
|
+
id: string;
|
|
9931
|
+
dataType: {
|
|
9932
|
+
id: string;
|
|
9933
|
+
};
|
|
9934
|
+
};
|
|
9935
|
+
};
|
|
9936
|
+
dataType: {
|
|
9937
|
+
id: string;
|
|
9938
|
+
entity: {
|
|
9939
|
+
id: string;
|
|
9940
|
+
properties: {
|
|
9941
|
+
success: {
|
|
9942
|
+
id: string;
|
|
9943
|
+
dataType: {
|
|
9944
|
+
id: string;
|
|
9945
|
+
};
|
|
9946
|
+
};
|
|
9947
|
+
};
|
|
9948
|
+
};
|
|
9949
|
+
};
|
|
9950
|
+
};
|
|
9951
|
+
"external-integration--google-sheets--set-number-format": {
|
|
9952
|
+
id: ExternalIntegrationOperations;
|
|
9953
|
+
inputs: {
|
|
9954
|
+
connection: {
|
|
9955
|
+
id: string;
|
|
9956
|
+
dataType: {
|
|
9957
|
+
id: string;
|
|
9958
|
+
};
|
|
9959
|
+
};
|
|
9960
|
+
spreadsheetId: {
|
|
9961
|
+
id: string;
|
|
9962
|
+
dataType: {
|
|
9963
|
+
id: string;
|
|
9964
|
+
};
|
|
9965
|
+
};
|
|
9966
|
+
sheetId: {
|
|
9967
|
+
id: string;
|
|
9968
|
+
dataType: {
|
|
9969
|
+
id: string;
|
|
9970
|
+
};
|
|
9971
|
+
};
|
|
9972
|
+
startRow: {
|
|
9973
|
+
id: string;
|
|
9974
|
+
dataType: {
|
|
9975
|
+
id: string;
|
|
9976
|
+
};
|
|
9977
|
+
};
|
|
9978
|
+
endRow: {
|
|
9979
|
+
id: string;
|
|
9980
|
+
dataType: {
|
|
9981
|
+
id: string;
|
|
9982
|
+
};
|
|
9983
|
+
};
|
|
9984
|
+
startColumn: {
|
|
9985
|
+
id: string;
|
|
9986
|
+
dataType: {
|
|
9987
|
+
id: string;
|
|
9988
|
+
};
|
|
9989
|
+
};
|
|
9990
|
+
endColumn: {
|
|
9991
|
+
id: string;
|
|
9992
|
+
dataType: {
|
|
9993
|
+
id: string;
|
|
9994
|
+
};
|
|
9995
|
+
};
|
|
9996
|
+
pattern: {
|
|
9997
|
+
id: string;
|
|
9998
|
+
dataType: {
|
|
9999
|
+
id: string;
|
|
10000
|
+
};
|
|
10001
|
+
};
|
|
10002
|
+
};
|
|
10003
|
+
dataType: {
|
|
10004
|
+
id: string;
|
|
10005
|
+
entity: {
|
|
10006
|
+
id: string;
|
|
10007
|
+
properties: {
|
|
10008
|
+
success: {
|
|
10009
|
+
id: string;
|
|
10010
|
+
dataType: {
|
|
10011
|
+
id: string;
|
|
10012
|
+
};
|
|
10013
|
+
};
|
|
10014
|
+
};
|
|
10015
|
+
};
|
|
10016
|
+
};
|
|
10017
|
+
};
|
|
10018
|
+
"external-integration--google-sheets--set-background-color": {
|
|
10019
|
+
id: ExternalIntegrationOperations;
|
|
10020
|
+
inputs: {
|
|
10021
|
+
connection: {
|
|
10022
|
+
id: string;
|
|
10023
|
+
dataType: {
|
|
10024
|
+
id: string;
|
|
10025
|
+
};
|
|
10026
|
+
};
|
|
10027
|
+
spreadsheetId: {
|
|
10028
|
+
id: string;
|
|
10029
|
+
dataType: {
|
|
10030
|
+
id: string;
|
|
10031
|
+
};
|
|
10032
|
+
};
|
|
10033
|
+
sheetId: {
|
|
10034
|
+
id: string;
|
|
10035
|
+
dataType: {
|
|
10036
|
+
id: string;
|
|
10037
|
+
};
|
|
10038
|
+
};
|
|
10039
|
+
startRow: {
|
|
10040
|
+
id: string;
|
|
10041
|
+
dataType: {
|
|
10042
|
+
id: string;
|
|
10043
|
+
};
|
|
10044
|
+
};
|
|
10045
|
+
endRow: {
|
|
10046
|
+
id: string;
|
|
10047
|
+
dataType: {
|
|
10048
|
+
id: string;
|
|
10049
|
+
};
|
|
10050
|
+
};
|
|
10051
|
+
startColumn: {
|
|
10052
|
+
id: string;
|
|
10053
|
+
dataType: {
|
|
10054
|
+
id: string;
|
|
10055
|
+
};
|
|
10056
|
+
};
|
|
10057
|
+
endColumn: {
|
|
10058
|
+
id: string;
|
|
10059
|
+
dataType: {
|
|
10060
|
+
id: string;
|
|
10061
|
+
};
|
|
10062
|
+
};
|
|
10063
|
+
red: {
|
|
10064
|
+
id: string;
|
|
10065
|
+
dataType: {
|
|
10066
|
+
id: string;
|
|
10067
|
+
};
|
|
10068
|
+
};
|
|
10069
|
+
green: {
|
|
10070
|
+
id: string;
|
|
10071
|
+
dataType: {
|
|
10072
|
+
id: string;
|
|
10073
|
+
};
|
|
10074
|
+
};
|
|
10075
|
+
blue: {
|
|
10076
|
+
id: string;
|
|
10077
|
+
dataType: {
|
|
10078
|
+
id: string;
|
|
10079
|
+
};
|
|
10080
|
+
};
|
|
10081
|
+
};
|
|
10082
|
+
dataType: {
|
|
10083
|
+
id: string;
|
|
10084
|
+
entity: {
|
|
10085
|
+
id: string;
|
|
10086
|
+
properties: {
|
|
10087
|
+
success: {
|
|
10088
|
+
id: string;
|
|
10089
|
+
dataType: {
|
|
10090
|
+
id: string;
|
|
10091
|
+
};
|
|
10092
|
+
};
|
|
10093
|
+
};
|
|
10094
|
+
};
|
|
10095
|
+
};
|
|
10096
|
+
};
|
|
10097
|
+
"external-integration--google-sheets--merge-unmerge-cells": {
|
|
10098
|
+
id: ExternalIntegrationOperations;
|
|
10099
|
+
inputs: {
|
|
10100
|
+
connection: {
|
|
10101
|
+
id: string;
|
|
10102
|
+
dataType: {
|
|
10103
|
+
id: string;
|
|
10104
|
+
};
|
|
10105
|
+
};
|
|
10106
|
+
spreadsheetId: {
|
|
10107
|
+
id: string;
|
|
10108
|
+
dataType: {
|
|
10109
|
+
id: string;
|
|
10110
|
+
};
|
|
10111
|
+
};
|
|
10112
|
+
sheetId: {
|
|
10113
|
+
id: string;
|
|
10114
|
+
dataType: {
|
|
10115
|
+
id: string;
|
|
10116
|
+
};
|
|
10117
|
+
};
|
|
10118
|
+
startRow: {
|
|
10119
|
+
id: string;
|
|
10120
|
+
dataType: {
|
|
10121
|
+
id: string;
|
|
10122
|
+
};
|
|
10123
|
+
};
|
|
10124
|
+
endRow: {
|
|
10125
|
+
id: string;
|
|
10126
|
+
dataType: {
|
|
10127
|
+
id: string;
|
|
10128
|
+
};
|
|
10129
|
+
};
|
|
10130
|
+
startColumn: {
|
|
10131
|
+
id: string;
|
|
10132
|
+
dataType: {
|
|
10133
|
+
id: string;
|
|
10134
|
+
};
|
|
10135
|
+
};
|
|
10136
|
+
endColumn: {
|
|
10137
|
+
id: string;
|
|
10138
|
+
dataType: {
|
|
10139
|
+
id: string;
|
|
10140
|
+
};
|
|
10141
|
+
};
|
|
10142
|
+
merge: {
|
|
10143
|
+
id: string;
|
|
10144
|
+
dataType: {
|
|
10145
|
+
id: string;
|
|
10146
|
+
};
|
|
10147
|
+
};
|
|
10148
|
+
mergeType: {
|
|
10149
|
+
id: string;
|
|
10150
|
+
dataType: {
|
|
10151
|
+
id: string;
|
|
10152
|
+
};
|
|
10153
|
+
};
|
|
10154
|
+
};
|
|
10155
|
+
dataType: {
|
|
10156
|
+
id: string;
|
|
10157
|
+
entity: {
|
|
10158
|
+
id: string;
|
|
10159
|
+
properties: {
|
|
10160
|
+
success: {
|
|
10161
|
+
id: string;
|
|
10162
|
+
dataType: {
|
|
10163
|
+
id: string;
|
|
10164
|
+
};
|
|
10165
|
+
};
|
|
10166
|
+
};
|
|
10167
|
+
};
|
|
10168
|
+
};
|
|
10169
|
+
};
|
|
10170
|
+
"external-integration--google-sheets--auto-resize-dimensions": {
|
|
10171
|
+
id: ExternalIntegrationOperations;
|
|
10172
|
+
inputs: {
|
|
10173
|
+
connection: {
|
|
10174
|
+
id: string;
|
|
10175
|
+
dataType: {
|
|
10176
|
+
id: string;
|
|
10177
|
+
};
|
|
10178
|
+
};
|
|
10179
|
+
spreadsheetId: {
|
|
10180
|
+
id: string;
|
|
10181
|
+
dataType: {
|
|
10182
|
+
id: string;
|
|
10183
|
+
};
|
|
10184
|
+
};
|
|
10185
|
+
sheetId: {
|
|
10186
|
+
id: string;
|
|
10187
|
+
dataType: {
|
|
10188
|
+
id: string;
|
|
10189
|
+
};
|
|
10190
|
+
};
|
|
10191
|
+
dimension: {
|
|
10192
|
+
id: string;
|
|
10193
|
+
dataType: {
|
|
10194
|
+
id: string;
|
|
10195
|
+
};
|
|
10196
|
+
};
|
|
10197
|
+
startIndex: {
|
|
10198
|
+
id: string;
|
|
10199
|
+
dataType: {
|
|
10200
|
+
id: string;
|
|
10201
|
+
};
|
|
10202
|
+
};
|
|
10203
|
+
endIndex: {
|
|
10204
|
+
id: string;
|
|
10205
|
+
dataType: {
|
|
10206
|
+
id: string;
|
|
10207
|
+
};
|
|
10208
|
+
};
|
|
10209
|
+
};
|
|
10210
|
+
dataType: {
|
|
10211
|
+
id: string;
|
|
10212
|
+
entity: {
|
|
10213
|
+
id: string;
|
|
10214
|
+
properties: {
|
|
10215
|
+
success: {
|
|
10216
|
+
id: string;
|
|
10217
|
+
dataType: {
|
|
10218
|
+
id: string;
|
|
10219
|
+
};
|
|
10220
|
+
};
|
|
10221
|
+
};
|
|
10222
|
+
};
|
|
10223
|
+
};
|
|
10224
|
+
};
|
|
10225
|
+
"external-integration--google-sheets--find-and-replace": {
|
|
10226
|
+
id: ExternalIntegrationOperations;
|
|
10227
|
+
inputs: {
|
|
10228
|
+
connection: {
|
|
10229
|
+
id: string;
|
|
10230
|
+
dataType: {
|
|
10231
|
+
id: string;
|
|
10232
|
+
};
|
|
10233
|
+
};
|
|
10234
|
+
spreadsheetId: {
|
|
10235
|
+
id: string;
|
|
10236
|
+
dataType: {
|
|
10237
|
+
id: string;
|
|
10238
|
+
};
|
|
10239
|
+
};
|
|
10240
|
+
sheetId: {
|
|
10241
|
+
id: string;
|
|
10242
|
+
dataType: {
|
|
10243
|
+
id: string;
|
|
10244
|
+
};
|
|
10245
|
+
};
|
|
10246
|
+
find: {
|
|
10247
|
+
id: string;
|
|
10248
|
+
dataType: {
|
|
10249
|
+
id: string;
|
|
10250
|
+
};
|
|
10251
|
+
};
|
|
10252
|
+
replace: {
|
|
10253
|
+
id: string;
|
|
10254
|
+
dataType: {
|
|
10255
|
+
id: string;
|
|
10256
|
+
};
|
|
10257
|
+
};
|
|
10258
|
+
matchCase: {
|
|
10259
|
+
id: string;
|
|
10260
|
+
dataType: {
|
|
10261
|
+
id: string;
|
|
10262
|
+
};
|
|
10263
|
+
};
|
|
10264
|
+
matchEntireCell: {
|
|
10265
|
+
id: string;
|
|
10266
|
+
dataType: {
|
|
10267
|
+
id: string;
|
|
10268
|
+
};
|
|
10269
|
+
};
|
|
10270
|
+
};
|
|
10271
|
+
dataType: {
|
|
10272
|
+
id: string;
|
|
10273
|
+
entity: {
|
|
10274
|
+
id: string;
|
|
10275
|
+
properties: {
|
|
10276
|
+
occurrencesChanged: {
|
|
10277
|
+
id: string;
|
|
10278
|
+
dataType: {
|
|
10279
|
+
id: string;
|
|
10280
|
+
};
|
|
10281
|
+
};
|
|
10282
|
+
};
|
|
10283
|
+
};
|
|
10284
|
+
};
|
|
10285
|
+
};
|
|
10286
|
+
"external-integration--google-sheets--add-data-validation": {
|
|
10287
|
+
id: ExternalIntegrationOperations;
|
|
10288
|
+
inputs: {
|
|
10289
|
+
connection: {
|
|
10290
|
+
id: string;
|
|
10291
|
+
dataType: {
|
|
10292
|
+
id: string;
|
|
10293
|
+
};
|
|
10294
|
+
};
|
|
10295
|
+
spreadsheetId: {
|
|
10296
|
+
id: string;
|
|
10297
|
+
dataType: {
|
|
10298
|
+
id: string;
|
|
10299
|
+
};
|
|
10300
|
+
};
|
|
10301
|
+
sheetId: {
|
|
10302
|
+
id: string;
|
|
10303
|
+
dataType: {
|
|
10304
|
+
id: string;
|
|
10305
|
+
};
|
|
10306
|
+
};
|
|
10307
|
+
startRow: {
|
|
10308
|
+
id: string;
|
|
10309
|
+
dataType: {
|
|
10310
|
+
id: string;
|
|
10311
|
+
};
|
|
10312
|
+
};
|
|
10313
|
+
endRow: {
|
|
10314
|
+
id: string;
|
|
10315
|
+
dataType: {
|
|
10316
|
+
id: string;
|
|
10317
|
+
};
|
|
10318
|
+
};
|
|
10319
|
+
startColumn: {
|
|
10320
|
+
id: string;
|
|
10321
|
+
dataType: {
|
|
10322
|
+
id: string;
|
|
10323
|
+
};
|
|
10324
|
+
};
|
|
10325
|
+
endColumn: {
|
|
10326
|
+
id: string;
|
|
10327
|
+
dataType: {
|
|
10328
|
+
id: string;
|
|
10329
|
+
};
|
|
10330
|
+
};
|
|
10331
|
+
conditionType: {
|
|
10332
|
+
id: string;
|
|
10333
|
+
dataType: {
|
|
10334
|
+
id: string;
|
|
10335
|
+
};
|
|
10336
|
+
};
|
|
10337
|
+
conditionValues: {
|
|
10338
|
+
id: string;
|
|
10339
|
+
dataType: {
|
|
10340
|
+
id: string;
|
|
10341
|
+
};
|
|
10342
|
+
};
|
|
10343
|
+
};
|
|
10344
|
+
dataType: {
|
|
10345
|
+
id: string;
|
|
10346
|
+
entity: {
|
|
10347
|
+
id: string;
|
|
10348
|
+
properties: {
|
|
10349
|
+
success: {
|
|
10350
|
+
id: string;
|
|
10351
|
+
dataType: {
|
|
10352
|
+
id: string;
|
|
10353
|
+
};
|
|
10354
|
+
};
|
|
10355
|
+
};
|
|
10356
|
+
};
|
|
10357
|
+
};
|
|
10358
|
+
};
|
|
10359
|
+
"external-integration--google-sheets--sort-range": {
|
|
10360
|
+
id: ExternalIntegrationOperations;
|
|
10361
|
+
inputs: {
|
|
10362
|
+
connection: {
|
|
10363
|
+
id: string;
|
|
10364
|
+
dataType: {
|
|
10365
|
+
id: string;
|
|
10366
|
+
};
|
|
10367
|
+
};
|
|
10368
|
+
spreadsheetId: {
|
|
10369
|
+
id: string;
|
|
10370
|
+
dataType: {
|
|
10371
|
+
id: string;
|
|
10372
|
+
};
|
|
10373
|
+
};
|
|
10374
|
+
sheetId: {
|
|
10375
|
+
id: string;
|
|
10376
|
+
dataType: {
|
|
10377
|
+
id: string;
|
|
10378
|
+
};
|
|
10379
|
+
};
|
|
10380
|
+
startRow: {
|
|
10381
|
+
id: string;
|
|
10382
|
+
dataType: {
|
|
10383
|
+
id: string;
|
|
10384
|
+
};
|
|
10385
|
+
};
|
|
10386
|
+
endRow: {
|
|
10387
|
+
id: string;
|
|
10388
|
+
dataType: {
|
|
10389
|
+
id: string;
|
|
10390
|
+
};
|
|
10391
|
+
};
|
|
10392
|
+
startColumn: {
|
|
10393
|
+
id: string;
|
|
10394
|
+
dataType: {
|
|
10395
|
+
id: string;
|
|
10396
|
+
};
|
|
10397
|
+
};
|
|
10398
|
+
endColumn: {
|
|
10399
|
+
id: string;
|
|
10400
|
+
dataType: {
|
|
10401
|
+
id: string;
|
|
10402
|
+
};
|
|
10403
|
+
};
|
|
10404
|
+
sortColumnIndex: {
|
|
10405
|
+
id: string;
|
|
10406
|
+
dataType: {
|
|
10407
|
+
id: string;
|
|
10408
|
+
};
|
|
10409
|
+
};
|
|
10410
|
+
sortOrder: {
|
|
10411
|
+
id: string;
|
|
10412
|
+
dataType: {
|
|
10413
|
+
id: string;
|
|
10414
|
+
};
|
|
10415
|
+
};
|
|
10416
|
+
};
|
|
10417
|
+
dataType: {
|
|
10418
|
+
id: string;
|
|
10419
|
+
entity: {
|
|
10420
|
+
id: string;
|
|
10421
|
+
properties: {
|
|
10422
|
+
success: {
|
|
10423
|
+
id: string;
|
|
10424
|
+
dataType: {
|
|
10425
|
+
id: string;
|
|
10426
|
+
};
|
|
10427
|
+
};
|
|
10428
|
+
};
|
|
10429
|
+
};
|
|
10430
|
+
};
|
|
10431
|
+
};
|
|
10432
|
+
"external-integration--google-sheets--apply-clear-filter": {
|
|
10433
|
+
id: ExternalIntegrationOperations;
|
|
10434
|
+
inputs: {
|
|
10435
|
+
connection: {
|
|
10436
|
+
id: string;
|
|
10437
|
+
dataType: {
|
|
10438
|
+
id: string;
|
|
10439
|
+
};
|
|
10440
|
+
};
|
|
10441
|
+
spreadsheetId: {
|
|
10442
|
+
id: string;
|
|
10443
|
+
dataType: {
|
|
10444
|
+
id: string;
|
|
10445
|
+
};
|
|
10446
|
+
};
|
|
10447
|
+
sheetId: {
|
|
10448
|
+
id: string;
|
|
10449
|
+
dataType: {
|
|
10450
|
+
id: string;
|
|
10451
|
+
};
|
|
10452
|
+
};
|
|
10453
|
+
startRow: {
|
|
10454
|
+
id: string;
|
|
10455
|
+
dataType: {
|
|
10456
|
+
id: string;
|
|
10457
|
+
};
|
|
10458
|
+
};
|
|
10459
|
+
endRow: {
|
|
10460
|
+
id: string;
|
|
10461
|
+
dataType: {
|
|
10462
|
+
id: string;
|
|
10463
|
+
};
|
|
10464
|
+
};
|
|
10465
|
+
startColumn: {
|
|
10466
|
+
id: string;
|
|
10467
|
+
dataType: {
|
|
10468
|
+
id: string;
|
|
10469
|
+
};
|
|
10470
|
+
};
|
|
10471
|
+
endColumn: {
|
|
10472
|
+
id: string;
|
|
10473
|
+
dataType: {
|
|
10474
|
+
id: string;
|
|
10475
|
+
};
|
|
10476
|
+
};
|
|
10477
|
+
clearOnly: {
|
|
10478
|
+
id: string;
|
|
10479
|
+
dataType: {
|
|
10480
|
+
id: string;
|
|
10481
|
+
};
|
|
10482
|
+
};
|
|
10483
|
+
};
|
|
10484
|
+
dataType: {
|
|
10485
|
+
id: string;
|
|
10486
|
+
entity: {
|
|
10487
|
+
id: string;
|
|
10488
|
+
properties: {
|
|
10489
|
+
success: {
|
|
10490
|
+
id: string;
|
|
10491
|
+
dataType: {
|
|
10492
|
+
id: string;
|
|
10493
|
+
};
|
|
10494
|
+
};
|
|
10495
|
+
};
|
|
10496
|
+
};
|
|
10497
|
+
};
|
|
10498
|
+
};
|
|
10499
|
+
"external-integration--slack--post--send-message": {
|
|
10500
|
+
id: ExternalIntegrationOperations;
|
|
10501
|
+
inputs: {
|
|
10502
|
+
connection: {
|
|
10503
|
+
id: string;
|
|
10504
|
+
dataType: {
|
|
10505
|
+
id: string;
|
|
10506
|
+
};
|
|
10507
|
+
};
|
|
10508
|
+
channel: {
|
|
10509
|
+
id: string;
|
|
10510
|
+
dataType: {
|
|
10511
|
+
id: string;
|
|
10512
|
+
};
|
|
10513
|
+
};
|
|
10514
|
+
text: {
|
|
10515
|
+
id: string;
|
|
10516
|
+
dataType: {
|
|
10517
|
+
id: string;
|
|
10518
|
+
};
|
|
10519
|
+
};
|
|
10520
|
+
reply_broadcast: {
|
|
10521
|
+
id: string;
|
|
10522
|
+
dataType: {
|
|
10523
|
+
id: string;
|
|
10524
|
+
};
|
|
10525
|
+
};
|
|
10526
|
+
thread_ts: {
|
|
10527
|
+
id: string;
|
|
10528
|
+
dataType: {
|
|
10529
|
+
id: string;
|
|
10530
|
+
};
|
|
10531
|
+
};
|
|
10532
|
+
};
|
|
10533
|
+
dataType: {
|
|
10534
|
+
id: string;
|
|
10535
|
+
entity: {
|
|
10536
|
+
id: string;
|
|
10537
|
+
properties: {
|
|
10538
|
+
channel: {
|
|
10539
|
+
id: string;
|
|
10540
|
+
dataType: {
|
|
10541
|
+
id: string;
|
|
10542
|
+
};
|
|
10543
|
+
};
|
|
10544
|
+
ok: {
|
|
10545
|
+
id: string;
|
|
10546
|
+
dataType: {
|
|
10547
|
+
id: string;
|
|
10548
|
+
};
|
|
10549
|
+
};
|
|
10550
|
+
message: {
|
|
10551
|
+
id: string;
|
|
10552
|
+
dataType: {
|
|
10553
|
+
id: string;
|
|
10554
|
+
};
|
|
10555
|
+
};
|
|
10556
|
+
raw_json: {
|
|
10557
|
+
id: string;
|
|
10558
|
+
dataType: {
|
|
10559
|
+
id: string;
|
|
10560
|
+
};
|
|
10561
|
+
};
|
|
10562
|
+
ts: {
|
|
10563
|
+
id: string;
|
|
10564
|
+
dataType: {
|
|
10565
|
+
id: string;
|
|
10566
|
+
};
|
|
10567
|
+
};
|
|
10568
|
+
};
|
|
10569
|
+
};
|
|
10570
|
+
};
|
|
10571
|
+
};
|
|
10572
|
+
"external-integration--slack--get--channels": {
|
|
10573
|
+
id: ExternalIntegrationOperations;
|
|
10574
|
+
inputs: {
|
|
10575
|
+
connection: {
|
|
10576
|
+
id: string;
|
|
10577
|
+
dataType: {
|
|
10578
|
+
id: string;
|
|
10579
|
+
};
|
|
10580
|
+
};
|
|
10581
|
+
types: {
|
|
10582
|
+
id: string;
|
|
10583
|
+
dataType: {
|
|
10584
|
+
id: string;
|
|
10585
|
+
};
|
|
10586
|
+
};
|
|
10587
|
+
excludeArchived: {
|
|
10588
|
+
id: string;
|
|
10589
|
+
dataType: {
|
|
10590
|
+
id: string;
|
|
10591
|
+
};
|
|
10592
|
+
};
|
|
10593
|
+
pageSize: {
|
|
10594
|
+
id: string;
|
|
10595
|
+
dataType: {
|
|
10596
|
+
id: string;
|
|
10597
|
+
};
|
|
10598
|
+
};
|
|
10599
|
+
pageToken: {
|
|
10600
|
+
id: string;
|
|
10601
|
+
dataType: {
|
|
10602
|
+
id: string;
|
|
10603
|
+
};
|
|
10604
|
+
};
|
|
10605
|
+
onlyJoined: {
|
|
10606
|
+
id: string;
|
|
10607
|
+
dataType: {
|
|
10608
|
+
id: string;
|
|
10609
|
+
};
|
|
10610
|
+
};
|
|
10611
|
+
teamId: {
|
|
10612
|
+
id: string;
|
|
10613
|
+
dataType: {
|
|
10614
|
+
id: string;
|
|
10615
|
+
};
|
|
10616
|
+
};
|
|
10617
|
+
joinPublicChannels: {
|
|
10618
|
+
id: string;
|
|
10619
|
+
dataType: {
|
|
10620
|
+
id: string;
|
|
10621
|
+
};
|
|
10622
|
+
};
|
|
10623
|
+
autoPaginate: {
|
|
10624
|
+
id: string;
|
|
10625
|
+
dataType: {
|
|
10626
|
+
id: string;
|
|
10627
|
+
};
|
|
10628
|
+
};
|
|
10629
|
+
nameContains: {
|
|
10630
|
+
id: string;
|
|
10631
|
+
dataType: {
|
|
10632
|
+
id: string;
|
|
10633
|
+
};
|
|
10634
|
+
};
|
|
10635
|
+
};
|
|
10636
|
+
dataType: {
|
|
10637
|
+
id: string;
|
|
10638
|
+
entity: {
|
|
10639
|
+
id: string;
|
|
10640
|
+
properties: {
|
|
10641
|
+
channels: {
|
|
10642
|
+
id: string;
|
|
10643
|
+
dataType: {
|
|
10644
|
+
id: string;
|
|
10645
|
+
entity: {
|
|
10646
|
+
id: string;
|
|
10647
|
+
properties: {
|
|
10648
|
+
id: {
|
|
10649
|
+
id: string;
|
|
10650
|
+
dataType: {
|
|
10651
|
+
id: string;
|
|
10652
|
+
};
|
|
10653
|
+
};
|
|
10654
|
+
name: {
|
|
10655
|
+
id: string;
|
|
10656
|
+
dataType: {
|
|
10657
|
+
id: string;
|
|
10658
|
+
};
|
|
10659
|
+
};
|
|
10660
|
+
name_normalized: {
|
|
10661
|
+
id: string;
|
|
10662
|
+
dataType: {
|
|
10663
|
+
id: string;
|
|
10664
|
+
};
|
|
10665
|
+
};
|
|
10666
|
+
is_shared: {
|
|
10667
|
+
id: string;
|
|
10668
|
+
dataType: {
|
|
10669
|
+
id: string;
|
|
10670
|
+
};
|
|
10671
|
+
};
|
|
10672
|
+
is_private: {
|
|
10673
|
+
id: string;
|
|
10674
|
+
dataType: {
|
|
10675
|
+
id: string;
|
|
10676
|
+
};
|
|
10677
|
+
};
|
|
10678
|
+
is_mpim: {
|
|
10679
|
+
id: string;
|
|
10680
|
+
dataType: {
|
|
10681
|
+
id: string;
|
|
10682
|
+
};
|
|
10683
|
+
};
|
|
10684
|
+
created: {
|
|
10685
|
+
id: string;
|
|
10686
|
+
dataType: {
|
|
10687
|
+
id: string;
|
|
10688
|
+
};
|
|
10689
|
+
};
|
|
10690
|
+
updated: {
|
|
10691
|
+
id: string;
|
|
10692
|
+
dataType: {
|
|
10693
|
+
id: string;
|
|
10694
|
+
};
|
|
10695
|
+
};
|
|
10696
|
+
num_members: {
|
|
10697
|
+
id: string;
|
|
10698
|
+
dataType: {
|
|
10699
|
+
id: string;
|
|
10700
|
+
};
|
|
10701
|
+
};
|
|
10702
|
+
is_im: {
|
|
10703
|
+
id: string;
|
|
10704
|
+
dataType: {
|
|
10705
|
+
id: string;
|
|
10706
|
+
};
|
|
10707
|
+
};
|
|
10708
|
+
is_group: {
|
|
10709
|
+
id: string;
|
|
10710
|
+
dataType: {
|
|
10711
|
+
id: string;
|
|
10712
|
+
};
|
|
10713
|
+
};
|
|
10714
|
+
is_channel: {
|
|
10715
|
+
id: string;
|
|
10716
|
+
dataType: {
|
|
10717
|
+
id: string;
|
|
10718
|
+
};
|
|
10719
|
+
};
|
|
10720
|
+
is_archived: {
|
|
10721
|
+
id: string;
|
|
10722
|
+
dataType: {
|
|
10723
|
+
id: string;
|
|
10724
|
+
};
|
|
10725
|
+
};
|
|
10726
|
+
is_general: {
|
|
10727
|
+
id: string;
|
|
10728
|
+
dataType: {
|
|
10729
|
+
id: string;
|
|
10730
|
+
};
|
|
10731
|
+
};
|
|
10732
|
+
creator: {
|
|
10733
|
+
id: string;
|
|
10734
|
+
dataType: {
|
|
10735
|
+
id: string;
|
|
10736
|
+
};
|
|
10737
|
+
};
|
|
10738
|
+
raw_json: {
|
|
10739
|
+
id: string;
|
|
10740
|
+
dataType: {
|
|
10741
|
+
id: string;
|
|
10742
|
+
};
|
|
10743
|
+
};
|
|
10744
|
+
};
|
|
10745
|
+
};
|
|
10746
|
+
};
|
|
10747
|
+
};
|
|
10748
|
+
nextPageToken: {
|
|
10749
|
+
id: string;
|
|
10750
|
+
dataType: {
|
|
10751
|
+
id: string;
|
|
10752
|
+
};
|
|
10753
|
+
};
|
|
10754
|
+
};
|
|
10755
|
+
};
|
|
10756
|
+
};
|
|
10757
|
+
};
|
|
10758
|
+
"external-integration--slack--get--messages": {
|
|
10759
|
+
id: ExternalIntegrationOperations;
|
|
10760
|
+
inputs: {
|
|
10761
|
+
connection: {
|
|
10762
|
+
id: string;
|
|
10763
|
+
dataType: {
|
|
10764
|
+
id: string;
|
|
10765
|
+
};
|
|
10766
|
+
};
|
|
10767
|
+
channel: {
|
|
10768
|
+
id: string;
|
|
10769
|
+
dataType: {
|
|
10770
|
+
id: string;
|
|
10771
|
+
};
|
|
10772
|
+
};
|
|
10773
|
+
pageSize: {
|
|
10774
|
+
id: string;
|
|
10775
|
+
dataType: {
|
|
10776
|
+
id: string;
|
|
10777
|
+
};
|
|
10778
|
+
};
|
|
10779
|
+
pageToken: {
|
|
10780
|
+
id: string;
|
|
10781
|
+
dataType: {
|
|
10782
|
+
id: string;
|
|
10783
|
+
};
|
|
10784
|
+
};
|
|
10785
|
+
oldest: {
|
|
10786
|
+
id: string;
|
|
10787
|
+
dataType: {
|
|
10788
|
+
id: string;
|
|
10789
|
+
};
|
|
10790
|
+
};
|
|
10791
|
+
latest: {
|
|
10792
|
+
id: string;
|
|
10793
|
+
dataType: {
|
|
10794
|
+
id: string;
|
|
10795
|
+
};
|
|
10796
|
+
};
|
|
10797
|
+
inclusive: {
|
|
10798
|
+
id: string;
|
|
10799
|
+
dataType: {
|
|
10800
|
+
id: string;
|
|
10801
|
+
};
|
|
10802
|
+
};
|
|
10803
|
+
includeAllMetadata: {
|
|
10804
|
+
id: string;
|
|
10805
|
+
dataType: {
|
|
10806
|
+
id: string;
|
|
10807
|
+
};
|
|
10808
|
+
};
|
|
10809
|
+
autoPaginate: {
|
|
10810
|
+
id: string;
|
|
10811
|
+
dataType: {
|
|
10812
|
+
id: string;
|
|
10813
|
+
};
|
|
10814
|
+
};
|
|
10815
|
+
textContains: {
|
|
10816
|
+
id: string;
|
|
10817
|
+
dataType: {
|
|
10818
|
+
id: string;
|
|
10819
|
+
};
|
|
10820
|
+
};
|
|
10821
|
+
onlyThreadRoots: {
|
|
10822
|
+
id: string;
|
|
10823
|
+
dataType: {
|
|
10824
|
+
id: string;
|
|
10825
|
+
};
|
|
10826
|
+
};
|
|
10827
|
+
};
|
|
10828
|
+
dataType: {
|
|
10829
|
+
id: string;
|
|
10830
|
+
entity: {
|
|
10831
|
+
id: string;
|
|
10832
|
+
properties: {
|
|
10833
|
+
messages: {
|
|
10834
|
+
id: string;
|
|
10835
|
+
dataType: {
|
|
10836
|
+
id: string;
|
|
10837
|
+
entity: {
|
|
10838
|
+
id: string;
|
|
10839
|
+
properties: {
|
|
10840
|
+
ts: {
|
|
10841
|
+
id: string;
|
|
10842
|
+
dataType: {
|
|
10843
|
+
id: string;
|
|
10844
|
+
};
|
|
10845
|
+
};
|
|
10846
|
+
text: {
|
|
10847
|
+
id: string;
|
|
10848
|
+
dataType: {
|
|
10849
|
+
id: string;
|
|
10850
|
+
};
|
|
10851
|
+
};
|
|
10852
|
+
user: {
|
|
10853
|
+
id: string;
|
|
10854
|
+
dataType: {
|
|
10855
|
+
id: string;
|
|
10856
|
+
};
|
|
10857
|
+
};
|
|
10858
|
+
type: {
|
|
10859
|
+
id: string;
|
|
10860
|
+
dataType: {
|
|
10861
|
+
id: string;
|
|
10862
|
+
};
|
|
9309
10863
|
};
|
|
9310
10864
|
thread_ts: {
|
|
9311
10865
|
id: string;
|
|
@@ -10076,108 +11630,289 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10076
11630
|
dataType: {
|
|
10077
11631
|
id: string;
|
|
10078
11632
|
};
|
|
10079
|
-
};
|
|
10080
|
-
"op-list-contains-all": {
|
|
10081
|
-
id: ListOperations;
|
|
10082
|
-
inputs: {
|
|
10083
|
-
list: {
|
|
10084
|
-
id: string;
|
|
10085
|
-
dataType: {
|
|
10086
|
-
id: string;
|
|
10087
|
-
orString: {
|
|
10088
|
-
id: string;
|
|
10089
|
-
};
|
|
10090
|
-
orNumber: {
|
|
10091
|
-
id: string;
|
|
10092
|
-
};
|
|
10093
|
-
orBoolean: {
|
|
10094
|
-
id: string;
|
|
10095
|
-
};
|
|
10096
|
-
orNull: {
|
|
10097
|
-
id: string;
|
|
10098
|
-
};
|
|
10099
|
-
orDate: {
|
|
10100
|
-
id: string;
|
|
10101
|
-
};
|
|
10102
|
-
};
|
|
10103
|
-
};
|
|
10104
|
-
needle: {
|
|
10105
|
-
id: string;
|
|
10106
|
-
dataType: {
|
|
10107
|
-
id: string;
|
|
10108
|
-
orString: {
|
|
10109
|
-
id: string;
|
|
10110
|
-
};
|
|
10111
|
-
orNumber: {
|
|
10112
|
-
id: string;
|
|
10113
|
-
};
|
|
10114
|
-
orBoolean: {
|
|
10115
|
-
id: string;
|
|
10116
|
-
};
|
|
10117
|
-
orNull: {
|
|
10118
|
-
id: string;
|
|
10119
|
-
};
|
|
10120
|
-
orDate: {
|
|
10121
|
-
id: string;
|
|
10122
|
-
};
|
|
10123
|
-
};
|
|
10124
|
-
};
|
|
10125
|
-
};
|
|
10126
|
-
dataType: {
|
|
11633
|
+
};
|
|
11634
|
+
"op-list-contains-all": {
|
|
11635
|
+
id: ListOperations;
|
|
11636
|
+
inputs: {
|
|
11637
|
+
list: {
|
|
11638
|
+
id: string;
|
|
11639
|
+
dataType: {
|
|
11640
|
+
id: string;
|
|
11641
|
+
orString: {
|
|
11642
|
+
id: string;
|
|
11643
|
+
};
|
|
11644
|
+
orNumber: {
|
|
11645
|
+
id: string;
|
|
11646
|
+
};
|
|
11647
|
+
orBoolean: {
|
|
11648
|
+
id: string;
|
|
11649
|
+
};
|
|
11650
|
+
orNull: {
|
|
11651
|
+
id: string;
|
|
11652
|
+
};
|
|
11653
|
+
orDate: {
|
|
11654
|
+
id: string;
|
|
11655
|
+
};
|
|
11656
|
+
};
|
|
11657
|
+
};
|
|
11658
|
+
needle: {
|
|
11659
|
+
id: string;
|
|
11660
|
+
dataType: {
|
|
11661
|
+
id: string;
|
|
11662
|
+
orString: {
|
|
11663
|
+
id: string;
|
|
11664
|
+
};
|
|
11665
|
+
orNumber: {
|
|
11666
|
+
id: string;
|
|
11667
|
+
};
|
|
11668
|
+
orBoolean: {
|
|
11669
|
+
id: string;
|
|
11670
|
+
};
|
|
11671
|
+
orNull: {
|
|
11672
|
+
id: string;
|
|
11673
|
+
};
|
|
11674
|
+
orDate: {
|
|
11675
|
+
id: string;
|
|
11676
|
+
};
|
|
11677
|
+
};
|
|
11678
|
+
};
|
|
11679
|
+
};
|
|
11680
|
+
dataType: {
|
|
11681
|
+
id: string;
|
|
11682
|
+
};
|
|
11683
|
+
};
|
|
11684
|
+
"op-list-contains-any": {
|
|
11685
|
+
id: ListOperations;
|
|
11686
|
+
inputs: {
|
|
11687
|
+
list: {
|
|
11688
|
+
id: string;
|
|
11689
|
+
dataType: {
|
|
11690
|
+
id: string;
|
|
11691
|
+
orString: {
|
|
11692
|
+
id: string;
|
|
11693
|
+
};
|
|
11694
|
+
orNumber: {
|
|
11695
|
+
id: string;
|
|
11696
|
+
};
|
|
11697
|
+
orBoolean: {
|
|
11698
|
+
id: string;
|
|
11699
|
+
};
|
|
11700
|
+
orNull: {
|
|
11701
|
+
id: string;
|
|
11702
|
+
};
|
|
11703
|
+
orDate: {
|
|
11704
|
+
id: string;
|
|
11705
|
+
};
|
|
11706
|
+
};
|
|
11707
|
+
};
|
|
11708
|
+
needle: {
|
|
11709
|
+
id: string;
|
|
11710
|
+
dataType: {
|
|
11711
|
+
id: string;
|
|
11712
|
+
orString: {
|
|
11713
|
+
id: string;
|
|
11714
|
+
};
|
|
11715
|
+
orNumber: {
|
|
11716
|
+
id: string;
|
|
11717
|
+
};
|
|
11718
|
+
orBoolean: {
|
|
11719
|
+
id: string;
|
|
11720
|
+
};
|
|
11721
|
+
orNull: {
|
|
11722
|
+
id: string;
|
|
11723
|
+
};
|
|
11724
|
+
orDate: {
|
|
11725
|
+
id: string;
|
|
11726
|
+
};
|
|
11727
|
+
};
|
|
11728
|
+
};
|
|
11729
|
+
};
|
|
11730
|
+
dataType: {
|
|
11731
|
+
id: string;
|
|
11732
|
+
};
|
|
11733
|
+
};
|
|
11734
|
+
"op-object-has-key": {
|
|
11735
|
+
id: ObjectOperations;
|
|
11736
|
+
inputs: {
|
|
11737
|
+
objectValue: {
|
|
11738
|
+
id: string;
|
|
11739
|
+
dataType: {
|
|
11740
|
+
id: string;
|
|
11741
|
+
};
|
|
11742
|
+
};
|
|
11743
|
+
key: {
|
|
11744
|
+
id: string;
|
|
11745
|
+
dataType: {
|
|
11746
|
+
id: string;
|
|
11747
|
+
};
|
|
11748
|
+
};
|
|
11749
|
+
};
|
|
11750
|
+
dataType: {
|
|
11751
|
+
id: string;
|
|
11752
|
+
};
|
|
11753
|
+
error: {
|
|
11754
|
+
id: string;
|
|
11755
|
+
};
|
|
11756
|
+
};
|
|
11757
|
+
"op-object-key-value-equals": {
|
|
11758
|
+
id: ObjectOperations;
|
|
11759
|
+
inputs: {
|
|
11760
|
+
objectValue: {
|
|
11761
|
+
id: string;
|
|
11762
|
+
dataType: {
|
|
11763
|
+
id: string;
|
|
11764
|
+
};
|
|
11765
|
+
};
|
|
11766
|
+
key: {
|
|
11767
|
+
id: string;
|
|
11768
|
+
dataType: {
|
|
11769
|
+
id: string;
|
|
11770
|
+
};
|
|
11771
|
+
};
|
|
11772
|
+
expectedValue: {
|
|
11773
|
+
id: string;
|
|
11774
|
+
dataType: {
|
|
11775
|
+
id: string;
|
|
11776
|
+
orString: {
|
|
11777
|
+
id: string;
|
|
11778
|
+
};
|
|
11779
|
+
orNumber: {
|
|
11780
|
+
id: string;
|
|
11781
|
+
};
|
|
11782
|
+
orBoolean: {
|
|
11783
|
+
id: string;
|
|
11784
|
+
};
|
|
11785
|
+
orNull: {
|
|
11786
|
+
id: string;
|
|
11787
|
+
};
|
|
11788
|
+
orDate: {
|
|
11789
|
+
id: string;
|
|
11790
|
+
};
|
|
11791
|
+
};
|
|
11792
|
+
};
|
|
11793
|
+
};
|
|
11794
|
+
dataType: {
|
|
11795
|
+
id: string;
|
|
11796
|
+
};
|
|
11797
|
+
error: {
|
|
11798
|
+
id: string;
|
|
11799
|
+
};
|
|
11800
|
+
};
|
|
11801
|
+
"op-object-has-nested-key": {
|
|
11802
|
+
id: ObjectOperations;
|
|
11803
|
+
inputs: {
|
|
11804
|
+
objectValue: {
|
|
11805
|
+
id: string;
|
|
11806
|
+
dataType: {
|
|
11807
|
+
id: string;
|
|
11808
|
+
};
|
|
11809
|
+
};
|
|
11810
|
+
key: {
|
|
11811
|
+
id: string;
|
|
11812
|
+
dataType: {
|
|
11813
|
+
id: string;
|
|
11814
|
+
orString: {
|
|
11815
|
+
id: string;
|
|
11816
|
+
};
|
|
11817
|
+
orBaseList: {
|
|
11818
|
+
id: string;
|
|
11819
|
+
orString: {
|
|
11820
|
+
id: string;
|
|
11821
|
+
};
|
|
11822
|
+
orNumber: {
|
|
11823
|
+
id: string;
|
|
11824
|
+
};
|
|
11825
|
+
};
|
|
11826
|
+
};
|
|
11827
|
+
};
|
|
11828
|
+
};
|
|
11829
|
+
dataType: {
|
|
11830
|
+
id: string;
|
|
11831
|
+
};
|
|
11832
|
+
error: {
|
|
11833
|
+
id: string;
|
|
11834
|
+
};
|
|
11835
|
+
};
|
|
11836
|
+
"op-object-nested-key-value-equals": {
|
|
11837
|
+
id: ObjectOperations;
|
|
11838
|
+
inputs: {
|
|
11839
|
+
objectValue: {
|
|
11840
|
+
id: string;
|
|
11841
|
+
dataType: {
|
|
11842
|
+
id: string;
|
|
11843
|
+
};
|
|
11844
|
+
};
|
|
11845
|
+
key: {
|
|
11846
|
+
id: string;
|
|
11847
|
+
dataType: {
|
|
11848
|
+
id: string;
|
|
11849
|
+
orString: {
|
|
11850
|
+
id: string;
|
|
11851
|
+
};
|
|
11852
|
+
orBaseList: {
|
|
11853
|
+
id: string;
|
|
11854
|
+
orString: {
|
|
11855
|
+
id: string;
|
|
11856
|
+
};
|
|
11857
|
+
orNumber: {
|
|
11858
|
+
id: string;
|
|
11859
|
+
};
|
|
11860
|
+
};
|
|
11861
|
+
};
|
|
11862
|
+
};
|
|
11863
|
+
expectedValue: {
|
|
11864
|
+
id: string;
|
|
11865
|
+
dataType: {
|
|
11866
|
+
id: string;
|
|
11867
|
+
orString: {
|
|
11868
|
+
id: string;
|
|
11869
|
+
};
|
|
11870
|
+
orNumber: {
|
|
11871
|
+
id: string;
|
|
11872
|
+
};
|
|
11873
|
+
orBoolean: {
|
|
11874
|
+
id: string;
|
|
11875
|
+
};
|
|
11876
|
+
orNull: {
|
|
11877
|
+
id: string;
|
|
11878
|
+
};
|
|
11879
|
+
orDate: {
|
|
11880
|
+
id: string;
|
|
11881
|
+
};
|
|
11882
|
+
};
|
|
11883
|
+
};
|
|
11884
|
+
};
|
|
11885
|
+
dataType: {
|
|
11886
|
+
id: string;
|
|
11887
|
+
};
|
|
11888
|
+
error: {
|
|
10127
11889
|
id: string;
|
|
10128
11890
|
};
|
|
10129
11891
|
};
|
|
10130
|
-
"op-
|
|
10131
|
-
id:
|
|
11892
|
+
"op-object-is-instance-of-type": {
|
|
11893
|
+
id: ObjectOperations;
|
|
10132
11894
|
inputs: {
|
|
10133
|
-
|
|
11895
|
+
value: {
|
|
10134
11896
|
id: string;
|
|
10135
11897
|
dataType: {
|
|
10136
11898
|
id: string;
|
|
10137
|
-
orString: {
|
|
10138
|
-
id: string;
|
|
10139
|
-
};
|
|
10140
|
-
orNumber: {
|
|
10141
|
-
id: string;
|
|
10142
|
-
};
|
|
10143
|
-
orBoolean: {
|
|
10144
|
-
id: string;
|
|
10145
|
-
};
|
|
10146
|
-
orNull: {
|
|
10147
|
-
id: string;
|
|
10148
|
-
};
|
|
10149
|
-
orDate: {
|
|
10150
|
-
id: string;
|
|
10151
|
-
};
|
|
10152
11899
|
};
|
|
10153
11900
|
};
|
|
10154
|
-
|
|
11901
|
+
expectedType: {
|
|
10155
11902
|
id: string;
|
|
10156
11903
|
dataType: {
|
|
10157
11904
|
id: string;
|
|
10158
|
-
orString: {
|
|
10159
|
-
id: string;
|
|
10160
|
-
};
|
|
10161
|
-
orNumber: {
|
|
10162
|
-
id: string;
|
|
10163
|
-
};
|
|
10164
|
-
orBoolean: {
|
|
10165
|
-
id: string;
|
|
10166
|
-
};
|
|
10167
|
-
orNull: {
|
|
10168
|
-
id: string;
|
|
10169
|
-
};
|
|
10170
|
-
orDate: {
|
|
10171
|
-
id: string;
|
|
10172
|
-
};
|
|
10173
11905
|
};
|
|
10174
11906
|
};
|
|
10175
11907
|
};
|
|
10176
11908
|
dataType: {
|
|
10177
11909
|
id: string;
|
|
10178
11910
|
};
|
|
11911
|
+
error: {
|
|
11912
|
+
id: string;
|
|
11913
|
+
};
|
|
10179
11914
|
};
|
|
10180
|
-
"op-object-
|
|
11915
|
+
"op-object-keys": {
|
|
10181
11916
|
id: ObjectOperations;
|
|
10182
11917
|
inputs: {
|
|
10183
11918
|
objectValue: {
|
|
@@ -10186,12 +11921,6 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10186
11921
|
id: string;
|
|
10187
11922
|
};
|
|
10188
11923
|
};
|
|
10189
|
-
key: {
|
|
10190
|
-
id: string;
|
|
10191
|
-
dataType: {
|
|
10192
|
-
id: string;
|
|
10193
|
-
};
|
|
10194
|
-
};
|
|
10195
11924
|
};
|
|
10196
11925
|
dataType: {
|
|
10197
11926
|
id: string;
|
|
@@ -10200,7 +11929,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10200
11929
|
id: string;
|
|
10201
11930
|
};
|
|
10202
11931
|
};
|
|
10203
|
-
"op-object-
|
|
11932
|
+
"op-object-values": {
|
|
10204
11933
|
id: ObjectOperations;
|
|
10205
11934
|
inputs: {
|
|
10206
11935
|
objectValue: {
|
|
@@ -10209,33 +11938,6 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10209
11938
|
id: string;
|
|
10210
11939
|
};
|
|
10211
11940
|
};
|
|
10212
|
-
key: {
|
|
10213
|
-
id: string;
|
|
10214
|
-
dataType: {
|
|
10215
|
-
id: string;
|
|
10216
|
-
};
|
|
10217
|
-
};
|
|
10218
|
-
expectedValue: {
|
|
10219
|
-
id: string;
|
|
10220
|
-
dataType: {
|
|
10221
|
-
id: string;
|
|
10222
|
-
orString: {
|
|
10223
|
-
id: string;
|
|
10224
|
-
};
|
|
10225
|
-
orNumber: {
|
|
10226
|
-
id: string;
|
|
10227
|
-
};
|
|
10228
|
-
orBoolean: {
|
|
10229
|
-
id: string;
|
|
10230
|
-
};
|
|
10231
|
-
orNull: {
|
|
10232
|
-
id: string;
|
|
10233
|
-
};
|
|
10234
|
-
orDate: {
|
|
10235
|
-
id: string;
|
|
10236
|
-
};
|
|
10237
|
-
};
|
|
10238
|
-
};
|
|
10239
11941
|
};
|
|
10240
11942
|
dataType: {
|
|
10241
11943
|
id: string;
|
|
@@ -10244,7 +11946,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10244
11946
|
id: string;
|
|
10245
11947
|
};
|
|
10246
11948
|
};
|
|
10247
|
-
"op-object-
|
|
11949
|
+
"op-object-entries": {
|
|
10248
11950
|
id: ObjectOperations;
|
|
10249
11951
|
inputs: {
|
|
10250
11952
|
objectValue: {
|
|
@@ -10253,24 +11955,6 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10253
11955
|
id: string;
|
|
10254
11956
|
};
|
|
10255
11957
|
};
|
|
10256
|
-
key: {
|
|
10257
|
-
id: string;
|
|
10258
|
-
dataType: {
|
|
10259
|
-
id: string;
|
|
10260
|
-
orString: {
|
|
10261
|
-
id: string;
|
|
10262
|
-
};
|
|
10263
|
-
orBaseList: {
|
|
10264
|
-
id: string;
|
|
10265
|
-
orString: {
|
|
10266
|
-
id: string;
|
|
10267
|
-
};
|
|
10268
|
-
orNumber: {
|
|
10269
|
-
id: string;
|
|
10270
|
-
};
|
|
10271
|
-
};
|
|
10272
|
-
};
|
|
10273
|
-
};
|
|
10274
11958
|
};
|
|
10275
11959
|
dataType: {
|
|
10276
11960
|
id: string;
|
|
@@ -10279,52 +11963,19 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10279
11963
|
id: string;
|
|
10280
11964
|
};
|
|
10281
11965
|
};
|
|
10282
|
-
"op-object-
|
|
11966
|
+
"op-object-merge": {
|
|
10283
11967
|
id: ObjectOperations;
|
|
10284
11968
|
inputs: {
|
|
10285
|
-
|
|
11969
|
+
left: {
|
|
10286
11970
|
id: string;
|
|
10287
11971
|
dataType: {
|
|
10288
11972
|
id: string;
|
|
10289
11973
|
};
|
|
10290
11974
|
};
|
|
10291
|
-
|
|
11975
|
+
right: {
|
|
10292
11976
|
id: string;
|
|
10293
11977
|
dataType: {
|
|
10294
11978
|
id: string;
|
|
10295
|
-
orString: {
|
|
10296
|
-
id: string;
|
|
10297
|
-
};
|
|
10298
|
-
orBaseList: {
|
|
10299
|
-
id: string;
|
|
10300
|
-
orString: {
|
|
10301
|
-
id: string;
|
|
10302
|
-
};
|
|
10303
|
-
orNumber: {
|
|
10304
|
-
id: string;
|
|
10305
|
-
};
|
|
10306
|
-
};
|
|
10307
|
-
};
|
|
10308
|
-
};
|
|
10309
|
-
expectedValue: {
|
|
10310
|
-
id: string;
|
|
10311
|
-
dataType: {
|
|
10312
|
-
id: string;
|
|
10313
|
-
orString: {
|
|
10314
|
-
id: string;
|
|
10315
|
-
};
|
|
10316
|
-
orNumber: {
|
|
10317
|
-
id: string;
|
|
10318
|
-
};
|
|
10319
|
-
orBoolean: {
|
|
10320
|
-
id: string;
|
|
10321
|
-
};
|
|
10322
|
-
orNull: {
|
|
10323
|
-
id: string;
|
|
10324
|
-
};
|
|
10325
|
-
orDate: {
|
|
10326
|
-
id: string;
|
|
10327
|
-
};
|
|
10328
11979
|
};
|
|
10329
11980
|
};
|
|
10330
11981
|
};
|
|
@@ -10335,50 +11986,22 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10335
11986
|
id: string;
|
|
10336
11987
|
};
|
|
10337
11988
|
};
|
|
10338
|
-
"op-
|
|
10339
|
-
id:
|
|
11989
|
+
"op-values-merge-empty": {
|
|
11990
|
+
id: ValuesOperations;
|
|
10340
11991
|
inputs: {
|
|
10341
|
-
|
|
10342
|
-
id: string;
|
|
10343
|
-
dataType: {
|
|
10344
|
-
id: string;
|
|
10345
|
-
};
|
|
10346
|
-
};
|
|
10347
|
-
expectedType: {
|
|
11992
|
+
first: {
|
|
10348
11993
|
id: string;
|
|
10349
11994
|
dataType: {
|
|
10350
11995
|
id: string;
|
|
10351
11996
|
};
|
|
10352
11997
|
};
|
|
10353
|
-
|
|
10354
|
-
dataType: {
|
|
10355
|
-
id: string;
|
|
10356
|
-
};
|
|
10357
|
-
error: {
|
|
10358
|
-
id: string;
|
|
10359
|
-
};
|
|
10360
|
-
};
|
|
10361
|
-
"op-object-keys": {
|
|
10362
|
-
id: ObjectOperations;
|
|
10363
|
-
inputs: {
|
|
10364
|
-
objectValue: {
|
|
11998
|
+
second: {
|
|
10365
11999
|
id: string;
|
|
10366
12000
|
dataType: {
|
|
10367
12001
|
id: string;
|
|
10368
12002
|
};
|
|
10369
12003
|
};
|
|
10370
|
-
|
|
10371
|
-
dataType: {
|
|
10372
|
-
id: string;
|
|
10373
|
-
};
|
|
10374
|
-
error: {
|
|
10375
|
-
id: string;
|
|
10376
|
-
};
|
|
10377
|
-
};
|
|
10378
|
-
"op-object-values": {
|
|
10379
|
-
id: ObjectOperations;
|
|
10380
|
-
inputs: {
|
|
10381
|
-
objectValue: {
|
|
12004
|
+
dynamicValue: {
|
|
10382
12005
|
id: string;
|
|
10383
12006
|
dataType: {
|
|
10384
12007
|
id: string;
|
|
@@ -10392,33 +12015,22 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10392
12015
|
id: string;
|
|
10393
12016
|
};
|
|
10394
12017
|
};
|
|
10395
|
-
"op-
|
|
10396
|
-
id:
|
|
12018
|
+
"op-values-merge-falsy": {
|
|
12019
|
+
id: ValuesOperations;
|
|
10397
12020
|
inputs: {
|
|
10398
|
-
|
|
12021
|
+
first: {
|
|
10399
12022
|
id: string;
|
|
10400
12023
|
dataType: {
|
|
10401
12024
|
id: string;
|
|
10402
12025
|
};
|
|
10403
12026
|
};
|
|
10404
|
-
|
|
10405
|
-
dataType: {
|
|
10406
|
-
id: string;
|
|
10407
|
-
};
|
|
10408
|
-
error: {
|
|
10409
|
-
id: string;
|
|
10410
|
-
};
|
|
10411
|
-
};
|
|
10412
|
-
"op-object-merge": {
|
|
10413
|
-
id: ObjectOperations;
|
|
10414
|
-
inputs: {
|
|
10415
|
-
left: {
|
|
12027
|
+
second: {
|
|
10416
12028
|
id: string;
|
|
10417
12029
|
dataType: {
|
|
10418
12030
|
id: string;
|
|
10419
12031
|
};
|
|
10420
12032
|
};
|
|
10421
|
-
|
|
12033
|
+
dynamicValue: {
|
|
10422
12034
|
id: string;
|
|
10423
12035
|
dataType: {
|
|
10424
12036
|
id: string;
|
|
@@ -11336,6 +12948,94 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11336
12948
|
|
|
11337
12949
|
export declare const clampToRangeOperation: IActionDescriptorTransfer;
|
|
11338
12950
|
|
|
12951
|
+
export declare const clearRangeActionRef: IActionDescriptorReference;
|
|
12952
|
+
|
|
12953
|
+
export declare const clearRangeclearedRangeProp: IPropertyTransfer;
|
|
12954
|
+
|
|
12955
|
+
export declare const clearRangeclearedRangePropDT: IDataTypeTransfer;
|
|
12956
|
+
|
|
12957
|
+
export declare const clearRangeclearedRangePropDTParentRef: IPropertyReference;
|
|
12958
|
+
|
|
12959
|
+
export declare const clearRangeConnectionInput: IValueDescriptorTransfer;
|
|
12960
|
+
|
|
12961
|
+
export declare const clearRangeConnectionInputDataType: IDataTypeTransfer;
|
|
12962
|
+
|
|
12963
|
+
export declare const clearRangeConnectionInputDTParentRef: IValueDescriptorReference;
|
|
12964
|
+
|
|
12965
|
+
export declare const clearRangeConnectionInputParentRef: IActionDescriptorReference;
|
|
12966
|
+
|
|
12967
|
+
export declare const clearRangeIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
12968
|
+
|
|
12969
|
+
export declare const clearRangeRangeInput: IValueDescriptorTransfer;
|
|
12970
|
+
|
|
12971
|
+
export declare const clearRangeRangeInputDataType: IDataTypeTransfer;
|
|
12972
|
+
|
|
12973
|
+
export declare const clearRangeRangeInputDTParentRef: IValueDescriptorReference;
|
|
12974
|
+
|
|
12975
|
+
export declare const clearRangeRangeInputParentRef: IActionDescriptorReference;
|
|
12976
|
+
|
|
12977
|
+
export declare const clearRangeResponseDataType: IDataTypeTransfer;
|
|
12978
|
+
|
|
12979
|
+
export declare const clearRangeResponseDTParentRef: IActionDescriptorReference;
|
|
12980
|
+
|
|
12981
|
+
export declare const clearRangeResponseEntity: IDefinitionEntityTransfer;
|
|
12982
|
+
|
|
12983
|
+
export declare const clearRangeResponseEntityParentRef: IDataTypeReference;
|
|
12984
|
+
|
|
12985
|
+
export declare const clearRangeResponsePropsParentRef: IDefinitionEntityReference;
|
|
12986
|
+
|
|
12987
|
+
export declare const clearRangeSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
12988
|
+
|
|
12989
|
+
export declare const clearRangeSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
12990
|
+
|
|
12991
|
+
export declare const clearRangeSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
12992
|
+
|
|
12993
|
+
export declare const clearRangeSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
12994
|
+
|
|
12995
|
+
export declare const clearSheetActionRef: IActionDescriptorReference;
|
|
12996
|
+
|
|
12997
|
+
export declare const clearSheetClearedRangeProp: IPropertyTransfer;
|
|
12998
|
+
|
|
12999
|
+
export declare const clearSheetClearedRangePropDT: IDataTypeTransfer;
|
|
13000
|
+
|
|
13001
|
+
export declare const clearSheetClearedRangePropDTParentRef: IPropertyReference;
|
|
13002
|
+
|
|
13003
|
+
export declare const clearSheetConnectionInput: IValueDescriptorTransfer;
|
|
13004
|
+
|
|
13005
|
+
export declare const clearSheetConnectionInputDataType: IDataTypeTransfer;
|
|
13006
|
+
|
|
13007
|
+
export declare const clearSheetConnectionInputDTParentRef: IValueDescriptorReference;
|
|
13008
|
+
|
|
13009
|
+
export declare const clearSheetConnectionInputParentRef: IActionDescriptorReference;
|
|
13010
|
+
|
|
13011
|
+
export declare const clearSheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
13012
|
+
|
|
13013
|
+
export declare const clearSheetResponseDataType: IDataTypeTransfer;
|
|
13014
|
+
|
|
13015
|
+
export declare const clearSheetResponseDTParentRef: IActionDescriptorReference;
|
|
13016
|
+
|
|
13017
|
+
export declare const clearSheetResponseEntity: IDefinitionEntityTransfer;
|
|
13018
|
+
|
|
13019
|
+
export declare const clearSheetResponseEntityParentRef: IDataTypeReference;
|
|
13020
|
+
|
|
13021
|
+
export declare const clearSheetResponsePropsParentRef: IDefinitionEntityReference;
|
|
13022
|
+
|
|
13023
|
+
export declare const clearSheetSheetNameInput: IValueDescriptorTransfer;
|
|
13024
|
+
|
|
13025
|
+
export declare const clearSheetSheetNameInputDataType: IDataTypeTransfer;
|
|
13026
|
+
|
|
13027
|
+
export declare const clearSheetSheetNameInputDTParentRef: IValueDescriptorReference;
|
|
13028
|
+
|
|
13029
|
+
export declare const clearSheetSheetNameInputParentRef: IActionDescriptorReference;
|
|
13030
|
+
|
|
13031
|
+
export declare const clearSheetSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
13032
|
+
|
|
13033
|
+
export declare const clearSheetSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
13034
|
+
|
|
13035
|
+
export declare const clearSheetSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
13036
|
+
|
|
13037
|
+
export declare const clearSheetSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
13038
|
+
|
|
11339
13039
|
export declare function cloneLiteralValueAsStandaloneIfBelongsToProject(entity: LiteralValueState, parent: EntityWithValueState): LiteralValueState;
|
|
11340
13040
|
|
|
11341
13041
|
export declare function cloneOntoExistingProject(source: ProjectState, target: ProjectState, changeSet?: ChangeSet | null, { enrich, shallowErrors, ...other }?: {
|
|
@@ -12646,6 +14346,58 @@ export declare enum BaseValueDescriptorIds {
|
|
|
12646
14346
|
|
|
12647
14347
|
export declare function convertToStatic(entity: DefinitionEntityState, changeSet: ChangeSet): DefinitionEntityState;
|
|
12648
14348
|
|
|
14349
|
+
export declare const copySheetActionRef: IActionDescriptorReference;
|
|
14350
|
+
|
|
14351
|
+
export declare const copySheetConnectionInput: IValueDescriptorTransfer;
|
|
14352
|
+
|
|
14353
|
+
export declare const copySheetConnectionInputDataType: IDataTypeTransfer;
|
|
14354
|
+
|
|
14355
|
+
export declare const copySheetConnectionInputDTParentRef: IValueDescriptorReference;
|
|
14356
|
+
|
|
14357
|
+
export declare const copySheetConnectionInputParentRef: IActionDescriptorReference;
|
|
14358
|
+
|
|
14359
|
+
export declare const copySheetDestinationSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
14360
|
+
|
|
14361
|
+
export declare const copySheetDestinationSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
14362
|
+
|
|
14363
|
+
export declare const copySheetDestinationSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
14364
|
+
|
|
14365
|
+
export declare const copySheetDestinationSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
14366
|
+
|
|
14367
|
+
export declare const copySheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
14368
|
+
|
|
14369
|
+
export declare const copySheetNewSheetIdProp: IPropertyTransfer;
|
|
14370
|
+
|
|
14371
|
+
export declare const copySheetNewSheetIdPropDT: IDataTypeTransfer;
|
|
14372
|
+
|
|
14373
|
+
export declare const copySheetNewSheetIdPropDTParentRef: IPropertyReference;
|
|
14374
|
+
|
|
14375
|
+
export declare const copySheetResponseDataType: IDataTypeTransfer;
|
|
14376
|
+
|
|
14377
|
+
export declare const copySheetResponseDTParentRef: IActionDescriptorReference;
|
|
14378
|
+
|
|
14379
|
+
export declare const copySheetResponseEntity: IDefinitionEntityTransfer;
|
|
14380
|
+
|
|
14381
|
+
export declare const copySheetResponseEntityParentRef: IDataTypeReference;
|
|
14382
|
+
|
|
14383
|
+
export declare const copySheetResponsePropsParentRef: IDefinitionEntityReference;
|
|
14384
|
+
|
|
14385
|
+
export declare const copySheetSheetIdInput: IValueDescriptorTransfer;
|
|
14386
|
+
|
|
14387
|
+
export declare const copySheetSheetIdInputDataType: IDataTypeTransfer;
|
|
14388
|
+
|
|
14389
|
+
export declare const copySheetSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
14390
|
+
|
|
14391
|
+
export declare const copySheetSheetIdInputParentRef: IActionDescriptorReference;
|
|
14392
|
+
|
|
14393
|
+
export declare const copySheetSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
14394
|
+
|
|
14395
|
+
export declare const copySheetSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
14396
|
+
|
|
14397
|
+
export declare const copySheetSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
14398
|
+
|
|
14399
|
+
export declare const copySheetSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
14400
|
+
|
|
12649
14401
|
export declare const countedLoopActionDescriptor: IActionDescriptorTransfer;
|
|
12650
14402
|
|
|
12651
14403
|
export declare const countedLoopActionDescriptorStringArgumentDeclaration: IValueDescriptorTransfer;
|
|
@@ -12715,6 +14467,48 @@ export declare enum BaseValueDescriptorIds {
|
|
|
12715
14467
|
|
|
12716
14468
|
export declare function createSemanticId(entityName: string, entityType: EntityType, project: ProjectState): string;
|
|
12717
14469
|
|
|
14470
|
+
export declare const createSpreadsheetActionRef: IActionDescriptorReference;
|
|
14471
|
+
|
|
14472
|
+
export declare const createSpreadsheetConnectionInput: IValueDescriptorTransfer;
|
|
14473
|
+
|
|
14474
|
+
export declare const createSpreadsheetConnectionInputDataType: IDataTypeTransfer;
|
|
14475
|
+
|
|
14476
|
+
export declare const createSpreadsheetConnectionInputDTParentRef: IValueDescriptorReference;
|
|
14477
|
+
|
|
14478
|
+
export declare const createSpreadsheetConnectionInputParentRef: IActionDescriptorReference;
|
|
14479
|
+
|
|
14480
|
+
export declare const createSpreadsheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
14481
|
+
|
|
14482
|
+
export declare const createSpreadsheetResponseDataType: IDataTypeTransfer;
|
|
14483
|
+
|
|
14484
|
+
export declare const createSpreadsheetResponseDTParentRef: IActionDescriptorReference;
|
|
14485
|
+
|
|
14486
|
+
export declare const createSpreadsheetResponseEntity: IDefinitionEntityTransfer;
|
|
14487
|
+
|
|
14488
|
+
export declare const createSpreadsheetResponseEntityParentRef: IDataTypeReference;
|
|
14489
|
+
|
|
14490
|
+
export declare const createSpreadsheetResponsePropsParentRef: IDefinitionEntityReference;
|
|
14491
|
+
|
|
14492
|
+
export declare const createSpreadsheetspreadsheetIdProp: IPropertyTransfer;
|
|
14493
|
+
|
|
14494
|
+
export declare const createSpreadsheetspreadsheetIdPropDT: IDataTypeTransfer;
|
|
14495
|
+
|
|
14496
|
+
export declare const createSpreadsheetspreadsheetIdPropDTParentRef: IPropertyReference;
|
|
14497
|
+
|
|
14498
|
+
export declare const createSpreadsheetspreadsheetUrlProp: IPropertyTransfer;
|
|
14499
|
+
|
|
14500
|
+
export declare const createSpreadsheetspreadsheetUrlPropDT: IDataTypeTransfer;
|
|
14501
|
+
|
|
14502
|
+
export declare const createSpreadsheetspreadsheetUrlPropDTParentRef: IPropertyReference;
|
|
14503
|
+
|
|
14504
|
+
export declare const createSpreadsheetTitleInput: IValueDescriptorTransfer;
|
|
14505
|
+
|
|
14506
|
+
export declare const createSpreadsheetTitleInputDataType: IDataTypeTransfer;
|
|
14507
|
+
|
|
14508
|
+
export declare const createSpreadsheetTitleInputDTParentRef: IValueDescriptorReference;
|
|
14509
|
+
|
|
14510
|
+
export declare const createSpreadsheetTitleInputParentRef: IActionDescriptorReference;
|
|
14511
|
+
|
|
12718
14512
|
export declare function createStateFromGenerationTargetType(entity: ElementGenerationTarget, parentProjectState: ProjectState, changeSet?: ChangeSet | null): UserManagedEntityState;
|
|
12719
14513
|
|
|
12720
14514
|
export declare function createStateFromType(entity: Element_2 | ElementTransfer, parentProjectState: ProjectState): BaseState;
|
|
@@ -13686,6 +15480,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
13686
15480
|
BUILT_IN_FUNCTION_IMPLEMENTATIONS__CREATE_PERSISTED_ENTITY: string;
|
|
13687
15481
|
BUILT_IN_FUNCTION_IMPLEMENTATIONS__UPDATE_PERSISTED_ENTITY: string;
|
|
13688
15482
|
BUILT_IN_FUNCTION_IMPLEMENTATIONS__DELETE_PERSISTED_ENTITY: string;
|
|
15483
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__VALUES_MERGE_EMPTY: string;
|
|
15484
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__VALUES_MERGE_FALSY: string;
|
|
13689
15485
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__COMPARISON_EMPTY: string;
|
|
13690
15486
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__COMPARISON_NOT_EMPTY: string;
|
|
13691
15487
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__COMPARISON_PRIMITIVE_EQUAL: string;
|
|
@@ -14436,6 +16232,50 @@ export declare enum BaseValueDescriptorIds {
|
|
|
14436
16232
|
id: string;
|
|
14437
16233
|
}): null;
|
|
14438
16234
|
|
|
16235
|
+
export declare const deleteSheetActionRef: IActionDescriptorReference;
|
|
16236
|
+
|
|
16237
|
+
export declare const deleteSheetConnectionInput: IValueDescriptorTransfer;
|
|
16238
|
+
|
|
16239
|
+
export declare const deleteSheetConnectionInputDataType: IDataTypeTransfer;
|
|
16240
|
+
|
|
16241
|
+
export declare const deleteSheetConnectionInputDTParentRef: IValueDescriptorReference;
|
|
16242
|
+
|
|
16243
|
+
export declare const deleteSheetConnectionInputParentRef: IActionDescriptorReference;
|
|
16244
|
+
|
|
16245
|
+
export declare const deleteSheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
16246
|
+
|
|
16247
|
+
export declare const deleteSheetResponseDataType: IDataTypeTransfer;
|
|
16248
|
+
|
|
16249
|
+
export declare const deleteSheetResponseDTParentRef: IActionDescriptorReference;
|
|
16250
|
+
|
|
16251
|
+
export declare const deleteSheetResponseEntity: IDefinitionEntityTransfer;
|
|
16252
|
+
|
|
16253
|
+
export declare const deleteSheetResponseEntityParentRef: IDataTypeReference;
|
|
16254
|
+
|
|
16255
|
+
export declare const deleteSheetResponsePropsParentRef: IDefinitionEntityReference;
|
|
16256
|
+
|
|
16257
|
+
export declare const deleteSheetSheetIdInput: IValueDescriptorTransfer;
|
|
16258
|
+
|
|
16259
|
+
export declare const deleteSheetSheetIdInputDataType: IDataTypeTransfer;
|
|
16260
|
+
|
|
16261
|
+
export declare const deleteSheetSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
16262
|
+
|
|
16263
|
+
export declare const deleteSheetSheetIdInputParentRef: IActionDescriptorReference;
|
|
16264
|
+
|
|
16265
|
+
export declare const deleteSheetSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
16266
|
+
|
|
16267
|
+
export declare const deleteSheetSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
16268
|
+
|
|
16269
|
+
export declare const deleteSheetSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
16270
|
+
|
|
16271
|
+
export declare const deleteSheetSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
16272
|
+
|
|
16273
|
+
export declare const deleteSheetsuccessProp: IPropertyTransfer;
|
|
16274
|
+
|
|
16275
|
+
export declare const deleteSheetsuccessPropDT: IDataTypeTransfer;
|
|
16276
|
+
|
|
16277
|
+
export declare const deleteSheetsuccessPropDTParentRef: IPropertyReference;
|
|
16278
|
+
|
|
14439
16279
|
/** Derives a key with PBKDF2 (SHA-256/512). */
|
|
14440
16280
|
export declare function deriveKeyPBKDF2(password: Bytes, salt: Bytes, { iterations, length, hashAlg }: PBKDF2Options): Promise<Bytes>;
|
|
14441
16281
|
|
|
@@ -16110,7 +17950,29 @@ export declare enum BaseValueDescriptorIds {
|
|
|
16110
17950
|
SlackSendMessage = "external-integration--slack--post--send-message",
|
|
16111
17951
|
SlackChannels = "external-integration--slack--get--channels",
|
|
16112
17952
|
SlackMessages = "external-integration--slack--get--messages",
|
|
16113
|
-
SlackReplies = "external-integration--slack--get--replies"
|
|
17953
|
+
SlackReplies = "external-integration--slack--get--replies",
|
|
17954
|
+
GoogleSheetsCreateSpreadsheet = "external-integration--google-sheets--create-spreadsheet",
|
|
17955
|
+
GoogleSheetsGetSpreadsheet = "external-integration--google-sheets--get-spreadsheet",
|
|
17956
|
+
GoogleSheetsAddSheet = "external-integration--google-sheets--add-sheet",
|
|
17957
|
+
GoogleSheetsDeleteSheet = "external-integration--google-sheets--delete-sheet",
|
|
17958
|
+
GoogleSheetsAppendRows = "external-integration--google-sheets--append-rows",
|
|
17959
|
+
GoogleSheetsGetRangeValues = "external-integration--google-sheets--get-range-values",
|
|
17960
|
+
GoogleSheetsUpdateRangeValues = "external-integration--google-sheets--update-range-values",
|
|
17961
|
+
GoogleSheetsClearRange = "external-integration--google-sheets--clear-range",
|
|
17962
|
+
GoogleSheetsBatchUpdateSpreadsheet = "external-integration--google-sheets--batch-update-spreadsheet",
|
|
17963
|
+
GoogleSheetsRenameUpdateSheet = "external-integration--google-sheets--rename-update-sheet",
|
|
17964
|
+
GoogleSheetsCopySheet = "external-integration--google-sheets--copy-sheet",
|
|
17965
|
+
GoogleSheetsClearSheet = "external-integration--google-sheets--clear-sheet",
|
|
17966
|
+
GoogleSheetsBatchGetValues = "external-integration--google-sheets--batch-get-values",
|
|
17967
|
+
GoogleSheetsFormatCells = "external-integration--google-sheets--format-cells",
|
|
17968
|
+
GoogleSheetsSetNumberFormat = "external-integration--google-sheets--set-number-format",
|
|
17969
|
+
GoogleSheetsSetBackgroundColor = "external-integration--google-sheets--set-background-color",
|
|
17970
|
+
GoogleSheetsMergeUnmergeCells = "external-integration--google-sheets--merge-unmerge-cells",
|
|
17971
|
+
GoogleSheetsAutoResizeDimensions = "external-integration--google-sheets--auto-resize-dimensions",
|
|
17972
|
+
GoogleSheetsFindAndReplace = "external-integration--google-sheets--find-and-replace",
|
|
17973
|
+
GoogleSheetsAddDataValidation = "external-integration--google-sheets--add-data-validation",
|
|
17974
|
+
GoogleSheetsSortRange = "external-integration--google-sheets--sort-range",
|
|
17975
|
+
GoogleSheetsApplyClearFilter = "external-integration--google-sheets--apply-clear-filter"
|
|
16114
17976
|
}
|
|
16115
17977
|
|
|
16116
17978
|
export declare enum ExternalIntegrationRootProviders {
|
|
@@ -16619,6 +18481,82 @@ export declare enum BaseValueDescriptorIds {
|
|
|
16619
18481
|
|
|
16620
18482
|
export declare function filterOutDuplicateErrorsAsync(errors: (EntityGenerationError | EntityError)[], options?: YieldOptions): Promise<EntityGenerationError[] | EntityError[]>;
|
|
16621
18483
|
|
|
18484
|
+
export declare const findAndReplaceActionRef: IActionDescriptorReference;
|
|
18485
|
+
|
|
18486
|
+
export declare const findAndReplaceConnectionInput: IValueDescriptorTransfer;
|
|
18487
|
+
|
|
18488
|
+
export declare const findAndReplaceConnectionInputDataType: IDataTypeTransfer;
|
|
18489
|
+
|
|
18490
|
+
export declare const findAndReplaceConnectionInputDTParentRef: IValueDescriptorReference;
|
|
18491
|
+
|
|
18492
|
+
export declare const findAndReplaceConnectionInputParentRef: IActionDescriptorReference;
|
|
18493
|
+
|
|
18494
|
+
export declare const findAndReplaceFindInput: IValueDescriptorTransfer;
|
|
18495
|
+
|
|
18496
|
+
export declare const findAndReplaceFindInputDataType: IDataTypeTransfer;
|
|
18497
|
+
|
|
18498
|
+
export declare const findAndReplaceFindInputDTParentRef: IValueDescriptorReference;
|
|
18499
|
+
|
|
18500
|
+
export declare const findAndReplaceFindInputParentRef: IActionDescriptorReference;
|
|
18501
|
+
|
|
18502
|
+
export declare const findAndReplaceIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
18503
|
+
|
|
18504
|
+
export declare const findAndReplaceMatchCaseInput: IValueDescriptorTransfer;
|
|
18505
|
+
|
|
18506
|
+
export declare const findAndReplaceMatchCaseInputDataType: IDataTypeTransfer;
|
|
18507
|
+
|
|
18508
|
+
export declare const findAndReplaceMatchCaseInputDTParentRef: IValueDescriptorReference;
|
|
18509
|
+
|
|
18510
|
+
export declare const findAndReplaceMatchCaseInputParentRef: IActionDescriptorReference;
|
|
18511
|
+
|
|
18512
|
+
export declare const findAndReplaceMatchEntireCellInput: IValueDescriptorTransfer;
|
|
18513
|
+
|
|
18514
|
+
export declare const findAndReplaceMatchEntireCellInputDataType: IDataTypeTransfer;
|
|
18515
|
+
|
|
18516
|
+
export declare const findAndReplaceMatchEntireCellInputDTParentRef: IValueDescriptorReference;
|
|
18517
|
+
|
|
18518
|
+
export declare const findAndReplaceMatchEntireCellInputParentRef: IActionDescriptorReference;
|
|
18519
|
+
|
|
18520
|
+
export declare const findAndReplaceOccurrencesChangedProp: IPropertyTransfer;
|
|
18521
|
+
|
|
18522
|
+
export declare const findAndReplaceOccurrencesChangedPropDT: IDataTypeTransfer;
|
|
18523
|
+
|
|
18524
|
+
export declare const findAndReplaceOccurrencesChangedPropDTParentRef: IPropertyReference;
|
|
18525
|
+
|
|
18526
|
+
export declare const findAndReplaceReplaceInput: IValueDescriptorTransfer;
|
|
18527
|
+
|
|
18528
|
+
export declare const findAndReplaceReplaceInputDataType: IDataTypeTransfer;
|
|
18529
|
+
|
|
18530
|
+
export declare const findAndReplaceReplaceInputDTParentRef: IValueDescriptorReference;
|
|
18531
|
+
|
|
18532
|
+
export declare const findAndReplaceReplaceInputParentRef: IActionDescriptorReference;
|
|
18533
|
+
|
|
18534
|
+
export declare const findAndReplaceResponseDataType: IDataTypeTransfer;
|
|
18535
|
+
|
|
18536
|
+
export declare const findAndReplaceResponseDTParentRef: IActionDescriptorReference;
|
|
18537
|
+
|
|
18538
|
+
export declare const findAndReplaceResponseEntity: IDefinitionEntityTransfer;
|
|
18539
|
+
|
|
18540
|
+
export declare const findAndReplaceResponseEntityParentRef: IDataTypeReference;
|
|
18541
|
+
|
|
18542
|
+
export declare const findAndReplaceResponsePropsParentRef: IDefinitionEntityReference;
|
|
18543
|
+
|
|
18544
|
+
export declare const findAndReplaceSheetIdInput: IValueDescriptorTransfer;
|
|
18545
|
+
|
|
18546
|
+
export declare const findAndReplaceSheetIdInputDataType: IDataTypeTransfer;
|
|
18547
|
+
|
|
18548
|
+
export declare const findAndReplaceSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
18549
|
+
|
|
18550
|
+
export declare const findAndReplaceSheetIdInputParentRef: IActionDescriptorReference;
|
|
18551
|
+
|
|
18552
|
+
export declare const findAndReplaceSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
18553
|
+
|
|
18554
|
+
export declare const findAndReplaceSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
18555
|
+
|
|
18556
|
+
export declare const findAndReplaceSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
18557
|
+
|
|
18558
|
+
export declare const findAndReplaceSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
18559
|
+
|
|
16622
18560
|
export declare function findEntityFromKeys(keys: string[], project: ProjectState): DefinitionEntityState | null;
|
|
16623
18561
|
|
|
16624
18562
|
export declare function findEntityTypeWithFieldName(fieldName: string): Map<EntityType, EntityFieldType>;
|
|
@@ -17072,6 +19010,98 @@ export declare enum BaseValueDescriptorIds {
|
|
|
17072
19010
|
|
|
17073
19011
|
declare const FORBIDDEN_SQL_KEYWORDS: string[];
|
|
17074
19012
|
|
|
19013
|
+
export declare const formatCellsActionRef: IActionDescriptorReference;
|
|
19014
|
+
|
|
19015
|
+
export declare const formatCellsBoldInput: IValueDescriptorTransfer;
|
|
19016
|
+
|
|
19017
|
+
export declare const formatCellsBoldInputDataType: IDataTypeTransfer;
|
|
19018
|
+
|
|
19019
|
+
export declare const formatCellsBoldInputDTParentRef: IValueDescriptorReference;
|
|
19020
|
+
|
|
19021
|
+
export declare const formatCellsBoldInputParentRef: IActionDescriptorReference;
|
|
19022
|
+
|
|
19023
|
+
export declare const formatCellsConnectionInput: IValueDescriptorTransfer;
|
|
19024
|
+
|
|
19025
|
+
export declare const formatCellsConnectionInputDataType: IDataTypeTransfer;
|
|
19026
|
+
|
|
19027
|
+
export declare const formatCellsConnectionInputDTParentRef: IValueDescriptorReference;
|
|
19028
|
+
|
|
19029
|
+
export declare const formatCellsConnectionInputParentRef: IActionDescriptorReference;
|
|
19030
|
+
|
|
19031
|
+
export declare const formatCellsEndColumnInput: IValueDescriptorTransfer;
|
|
19032
|
+
|
|
19033
|
+
export declare const formatCellsEndColumnInputDataType: IDataTypeTransfer;
|
|
19034
|
+
|
|
19035
|
+
export declare const formatCellsEndColumnInputDTParentRef: IValueDescriptorReference;
|
|
19036
|
+
|
|
19037
|
+
export declare const formatCellsEndColumnInputParentRef: IActionDescriptorReference;
|
|
19038
|
+
|
|
19039
|
+
export declare const formatCellsEndRowInput: IValueDescriptorTransfer;
|
|
19040
|
+
|
|
19041
|
+
export declare const formatCellsEndRowInputDataType: IDataTypeTransfer;
|
|
19042
|
+
|
|
19043
|
+
export declare const formatCellsEndRowInputDTParentRef: IValueDescriptorReference;
|
|
19044
|
+
|
|
19045
|
+
export declare const formatCellsEndRowInputParentRef: IActionDescriptorReference;
|
|
19046
|
+
|
|
19047
|
+
export declare const formatCellsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
19048
|
+
|
|
19049
|
+
export declare const formatCellsItalicInput: IValueDescriptorTransfer;
|
|
19050
|
+
|
|
19051
|
+
export declare const formatCellsItalicInputDataType: IDataTypeTransfer;
|
|
19052
|
+
|
|
19053
|
+
export declare const formatCellsItalicInputDTParentRef: IValueDescriptorReference;
|
|
19054
|
+
|
|
19055
|
+
export declare const formatCellsItalicInputParentRef: IActionDescriptorReference;
|
|
19056
|
+
|
|
19057
|
+
export declare const formatCellsResponseDataType: IDataTypeTransfer;
|
|
19058
|
+
|
|
19059
|
+
export declare const formatCellsResponseDTParentRef: IActionDescriptorReference;
|
|
19060
|
+
|
|
19061
|
+
export declare const formatCellsResponseEntity: IDefinitionEntityTransfer;
|
|
19062
|
+
|
|
19063
|
+
export declare const formatCellsResponseEntityParentRef: IDataTypeReference;
|
|
19064
|
+
|
|
19065
|
+
export declare const formatCellsResponsePropsParentRef: IDefinitionEntityReference;
|
|
19066
|
+
|
|
19067
|
+
export declare const formatCellsSheetIdInput: IValueDescriptorTransfer;
|
|
19068
|
+
|
|
19069
|
+
export declare const formatCellsSheetIdInputDataType: IDataTypeTransfer;
|
|
19070
|
+
|
|
19071
|
+
export declare const formatCellsSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
19072
|
+
|
|
19073
|
+
export declare const formatCellsSheetIdInputParentRef: IActionDescriptorReference;
|
|
19074
|
+
|
|
19075
|
+
export declare const formatCellsSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
19076
|
+
|
|
19077
|
+
export declare const formatCellsSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
19078
|
+
|
|
19079
|
+
export declare const formatCellsSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
19080
|
+
|
|
19081
|
+
export declare const formatCellsSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
19082
|
+
|
|
19083
|
+
export declare const formatCellsStartColumnInput: IValueDescriptorTransfer;
|
|
19084
|
+
|
|
19085
|
+
export declare const formatCellsStartColumnInputDataType: IDataTypeTransfer;
|
|
19086
|
+
|
|
19087
|
+
export declare const formatCellsStartColumnInputDTParentRef: IValueDescriptorReference;
|
|
19088
|
+
|
|
19089
|
+
export declare const formatCellsStartColumnInputParentRef: IActionDescriptorReference;
|
|
19090
|
+
|
|
19091
|
+
export declare const formatCellsStartRowInput: IValueDescriptorTransfer;
|
|
19092
|
+
|
|
19093
|
+
export declare const formatCellsStartRowInputDataType: IDataTypeTransfer;
|
|
19094
|
+
|
|
19095
|
+
export declare const formatCellsStartRowInputDTParentRef: IValueDescriptorReference;
|
|
19096
|
+
|
|
19097
|
+
export declare const formatCellsStartRowInputParentRef: IActionDescriptorReference;
|
|
19098
|
+
|
|
19099
|
+
export declare const formatCellsSuccessProp: IPropertyTransfer;
|
|
19100
|
+
|
|
19101
|
+
export declare const formatCellsSuccessPropDT: IDataTypeTransfer;
|
|
19102
|
+
|
|
19103
|
+
export declare const formatCellsSuccessPropDTParentRef: IPropertyReference;
|
|
19104
|
+
|
|
17075
19105
|
export declare function formatDate(input: ISODateString, format: string): string;
|
|
17076
19106
|
|
|
17077
19107
|
export declare const formatDateDateArg: IValueDescriptorTransfer;
|
|
@@ -18649,6 +20679,50 @@ export declare enum BaseValueDescriptorIds {
|
|
|
18649
20679
|
|
|
18650
20680
|
export declare function getRandomBytes(size: number): Uint8Array;
|
|
18651
20681
|
|
|
20682
|
+
export declare const getRangeValuesActionRef: IActionDescriptorReference;
|
|
20683
|
+
|
|
20684
|
+
export declare const getRangeValuesConnectionInput: IValueDescriptorTransfer;
|
|
20685
|
+
|
|
20686
|
+
export declare const getRangeValuesConnectionInputDataType: IDataTypeTransfer;
|
|
20687
|
+
|
|
20688
|
+
export declare const getRangeValuesConnectionInputDTParentRef: IValueDescriptorReference;
|
|
20689
|
+
|
|
20690
|
+
export declare const getRangeValuesConnectionInputParentRef: IActionDescriptorReference;
|
|
20691
|
+
|
|
20692
|
+
export declare const getRangeValuesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
20693
|
+
|
|
20694
|
+
export declare const getRangeValuesRangeInput: IValueDescriptorTransfer;
|
|
20695
|
+
|
|
20696
|
+
export declare const getRangeValuesRangeInputDataType: IDataTypeTransfer;
|
|
20697
|
+
|
|
20698
|
+
export declare const getRangeValuesRangeInputDTParentRef: IValueDescriptorReference;
|
|
20699
|
+
|
|
20700
|
+
export declare const getRangeValuesRangeInputParentRef: IActionDescriptorReference;
|
|
20701
|
+
|
|
20702
|
+
export declare const getRangeValuesResponseDataType: IDataTypeTransfer;
|
|
20703
|
+
|
|
20704
|
+
export declare const getRangeValuesResponseDTParentRef: IActionDescriptorReference;
|
|
20705
|
+
|
|
20706
|
+
export declare const getRangeValuesResponseEntity: IDefinitionEntityTransfer;
|
|
20707
|
+
|
|
20708
|
+
export declare const getRangeValuesResponseEntityParentRef: IDataTypeReference;
|
|
20709
|
+
|
|
20710
|
+
export declare const getRangeValuesResponsePropsParentRef: IDefinitionEntityReference;
|
|
20711
|
+
|
|
20712
|
+
export declare const getRangeValuesSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
20713
|
+
|
|
20714
|
+
export declare const getRangeValuesSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
20715
|
+
|
|
20716
|
+
export declare const getRangeValuesSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
20717
|
+
|
|
20718
|
+
export declare const getRangeValuesSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
20719
|
+
|
|
20720
|
+
export declare const getRangeValuesvaluesProp: IPropertyTransfer;
|
|
20721
|
+
|
|
20722
|
+
export declare const getRangeValuesvaluesPropDT: IDataTypeTransfer;
|
|
20723
|
+
|
|
20724
|
+
export declare const getRangeValuesvaluesPropDTParentRef: IPropertyReference;
|
|
20725
|
+
|
|
18652
20726
|
declare function getRawLimitFromLimitClause(limitClause: LimitClause | null): number | string | null;
|
|
18653
20727
|
|
|
18654
20728
|
declare function getRawOffetFromLimitClause(limitClause: LimitClause | null): number | string;
|
|
@@ -18785,6 +20859,48 @@ export declare enum BaseValueDescriptorIds {
|
|
|
18785
20859
|
|
|
18786
20860
|
declare function getSelectStatementFromProgram(program: Program): SelectStmt | null;
|
|
18787
20861
|
|
|
20862
|
+
export declare const getSpreadsheetActionRef: IActionDescriptorReference;
|
|
20863
|
+
|
|
20864
|
+
export declare const getSpreadsheetConnectionInput: IValueDescriptorTransfer;
|
|
20865
|
+
|
|
20866
|
+
export declare const getSpreadsheetConnectionInputDataType: IDataTypeTransfer;
|
|
20867
|
+
|
|
20868
|
+
export declare const getSpreadsheetConnectionInputDTParentRef: IValueDescriptorReference;
|
|
20869
|
+
|
|
20870
|
+
export declare const getSpreadsheetConnectionInputParentRef: IActionDescriptorReference;
|
|
20871
|
+
|
|
20872
|
+
export declare const getSpreadsheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
20873
|
+
|
|
20874
|
+
export declare const getSpreadsheetResponseDataType: IDataTypeTransfer;
|
|
20875
|
+
|
|
20876
|
+
export declare const getSpreadsheetResponseDTParentRef: IActionDescriptorReference;
|
|
20877
|
+
|
|
20878
|
+
export declare const getSpreadsheetResponseEntity: IDefinitionEntityTransfer;
|
|
20879
|
+
|
|
20880
|
+
export declare const getSpreadsheetResponseEntityParentRef: IDataTypeReference;
|
|
20881
|
+
|
|
20882
|
+
export declare const getSpreadsheetResponsePropsParentRef: IDefinitionEntityReference;
|
|
20883
|
+
|
|
20884
|
+
export declare const getSpreadsheetSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
20885
|
+
|
|
20886
|
+
export declare const getSpreadsheetSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
20887
|
+
|
|
20888
|
+
export declare const getSpreadsheetSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
20889
|
+
|
|
20890
|
+
export declare const getSpreadsheetSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
20891
|
+
|
|
20892
|
+
export declare const getSpreadsheetSpreadsheetUrlProp: IPropertyTransfer;
|
|
20893
|
+
|
|
20894
|
+
export declare const getSpreadsheetSpreadsheetUrlPropDT: IDataTypeTransfer;
|
|
20895
|
+
|
|
20896
|
+
export declare const getSpreadsheetSpreadsheetUrlPropDTParentRef: IPropertyReference;
|
|
20897
|
+
|
|
20898
|
+
export declare const getSpreadsheetTitleProp: IPropertyTransfer;
|
|
20899
|
+
|
|
20900
|
+
export declare const getSpreadsheetTitlePropDT: IDataTypeTransfer;
|
|
20901
|
+
|
|
20902
|
+
export declare const getSpreadsheetTitlePropDTParentRef: IPropertyReference;
|
|
20903
|
+
|
|
18788
20904
|
export declare function getStateClassFromType(entityType: EntityType): EntityStateConstructor | null;
|
|
18789
20905
|
|
|
18790
20906
|
export declare function getStepNameFromDefinition(stepType: PublishingSequenceStep): string;
|
|
@@ -24627,8 +26743,40 @@ export declare enum BaseValueDescriptorIds {
|
|
|
24627
26743
|
exactDataType?: boolean;
|
|
24628
26744
|
}): DefinitionEntityState;
|
|
24629
26745
|
|
|
26746
|
+
export declare const mergeEmptyOperationDynamicArgument: IValueDescriptorTransfer;
|
|
26747
|
+
|
|
26748
|
+
export declare const mergeEmptyOperationDynamicDataType: IDataTypeTransfer;
|
|
26749
|
+
|
|
26750
|
+
export declare const mergeEmptyOperationError: IValueDescriptorTransfer;
|
|
26751
|
+
|
|
26752
|
+
export declare const mergeEmptyOperationFirstArgument: IValueDescriptorTransfer;
|
|
26753
|
+
|
|
26754
|
+
export declare const mergeEmptyOperationFirstDataType: IDataTypeTransfer;
|
|
26755
|
+
|
|
26756
|
+
export declare const mergeEmptyOperationResponseDataType: IDataTypeTransfer;
|
|
26757
|
+
|
|
26758
|
+
export declare const mergeEmptyOperationSecondArgument: IValueDescriptorTransfer;
|
|
26759
|
+
|
|
26760
|
+
export declare const mergeEmptyOperationSecondDataType: IDataTypeTransfer;
|
|
26761
|
+
|
|
24630
26762
|
export declare function mergeEntityErrorsList(oldErrors: EntityError[], newErrors: EntityError[]): EntityError[];
|
|
24631
26763
|
|
|
26764
|
+
export declare const mergeFalsyOperationDynamicArgument: IValueDescriptorTransfer;
|
|
26765
|
+
|
|
26766
|
+
export declare const mergeFalsyOperationDynamicDataType: IDataTypeTransfer;
|
|
26767
|
+
|
|
26768
|
+
export declare const mergeFalsyOperationError: IValueDescriptorTransfer;
|
|
26769
|
+
|
|
26770
|
+
export declare const mergeFalsyOperationFirstArgument: IValueDescriptorTransfer;
|
|
26771
|
+
|
|
26772
|
+
export declare const mergeFalsyOperationFirstDataType: IDataTypeTransfer;
|
|
26773
|
+
|
|
26774
|
+
export declare const mergeFalsyOperationResponseDataType: IDataTypeTransfer;
|
|
26775
|
+
|
|
26776
|
+
export declare const mergeFalsyOperationSecondArgument: IValueDescriptorTransfer;
|
|
26777
|
+
|
|
26778
|
+
export declare const mergeFalsyOperationSecondDataType: IDataTypeTransfer;
|
|
26779
|
+
|
|
24632
26780
|
export declare function mergeListOfEntities(oldErrors: EntityState[], newErrors: EntityState[]): EntityState[];
|
|
24633
26781
|
|
|
24634
26782
|
/**
|
|
@@ -24650,6 +26798,98 @@ export declare enum BaseValueDescriptorIds {
|
|
|
24650
26798
|
exactDataType?: boolean;
|
|
24651
26799
|
}): PropertyState;
|
|
24652
26800
|
|
|
26801
|
+
export declare const mergeUnmergeCellsActionRef: IActionDescriptorReference;
|
|
26802
|
+
|
|
26803
|
+
export declare const mergeUnmergeCellsConnectionInput: IValueDescriptorTransfer;
|
|
26804
|
+
|
|
26805
|
+
export declare const mergeUnmergeCellsConnectionInputDataType: IDataTypeTransfer;
|
|
26806
|
+
|
|
26807
|
+
export declare const mergeUnmergeCellsConnectionInputDTParentRef: IValueDescriptorReference;
|
|
26808
|
+
|
|
26809
|
+
export declare const mergeUnmergeCellsConnectionInputParentRef: IActionDescriptorReference;
|
|
26810
|
+
|
|
26811
|
+
export declare const mergeUnmergeCellsEndColumnInput: IValueDescriptorTransfer;
|
|
26812
|
+
|
|
26813
|
+
export declare const mergeUnmergeCellsEndColumnInputDataType: IDataTypeTransfer;
|
|
26814
|
+
|
|
26815
|
+
export declare const mergeUnmergeCellsEndColumnInputDTParentRef: IValueDescriptorReference;
|
|
26816
|
+
|
|
26817
|
+
export declare const mergeUnmergeCellsEndColumnInputParentRef: IActionDescriptorReference;
|
|
26818
|
+
|
|
26819
|
+
export declare const mergeUnmergeCellsEndRowInput: IValueDescriptorTransfer;
|
|
26820
|
+
|
|
26821
|
+
export declare const mergeUnmergeCellsEndRowInputDataType: IDataTypeTransfer;
|
|
26822
|
+
|
|
26823
|
+
export declare const mergeUnmergeCellsEndRowInputDTParentRef: IValueDescriptorReference;
|
|
26824
|
+
|
|
26825
|
+
export declare const mergeUnmergeCellsEndRowInputParentRef: IActionDescriptorReference;
|
|
26826
|
+
|
|
26827
|
+
export declare const mergeUnmergeCellsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
26828
|
+
|
|
26829
|
+
export declare const mergeUnmergeCellsMergeInput: IValueDescriptorTransfer;
|
|
26830
|
+
|
|
26831
|
+
export declare const mergeUnmergeCellsMergeInputDataType: IDataTypeTransfer;
|
|
26832
|
+
|
|
26833
|
+
export declare const mergeUnmergeCellsMergeInputDTParentRef: IValueDescriptorReference;
|
|
26834
|
+
|
|
26835
|
+
export declare const mergeUnmergeCellsMergeInputParentRef: IActionDescriptorReference;
|
|
26836
|
+
|
|
26837
|
+
export declare const mergeUnmergeCellsMergeTypeInput: IValueDescriptorTransfer;
|
|
26838
|
+
|
|
26839
|
+
export declare const mergeUnmergeCellsMergeTypeInputDataType: IDataTypeTransfer;
|
|
26840
|
+
|
|
26841
|
+
export declare const mergeUnmergeCellsMergeTypeInputDTParentRef: IValueDescriptorReference;
|
|
26842
|
+
|
|
26843
|
+
export declare const mergeUnmergeCellsMergeTypeInputParentRef: IActionDescriptorReference;
|
|
26844
|
+
|
|
26845
|
+
export declare const mergeUnmergeCellsResponseDataType: IDataTypeTransfer;
|
|
26846
|
+
|
|
26847
|
+
export declare const mergeUnmergeCellsResponseDTParentRef: IActionDescriptorReference;
|
|
26848
|
+
|
|
26849
|
+
export declare const mergeUnmergeCellsResponseEntity: IDefinitionEntityTransfer;
|
|
26850
|
+
|
|
26851
|
+
export declare const mergeUnmergeCellsResponseEntityParentRef: IDataTypeReference;
|
|
26852
|
+
|
|
26853
|
+
export declare const mergeUnmergeCellsResponsePropsParentRef: IDefinitionEntityReference;
|
|
26854
|
+
|
|
26855
|
+
export declare const mergeUnmergeCellsSheetIdInput: IValueDescriptorTransfer;
|
|
26856
|
+
|
|
26857
|
+
export declare const mergeUnmergeCellsSheetIdInputDataType: IDataTypeTransfer;
|
|
26858
|
+
|
|
26859
|
+
export declare const mergeUnmergeCellsSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
26860
|
+
|
|
26861
|
+
export declare const mergeUnmergeCellsSheetIdInputParentRef: IActionDescriptorReference;
|
|
26862
|
+
|
|
26863
|
+
export declare const mergeUnmergeCellsSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
26864
|
+
|
|
26865
|
+
export declare const mergeUnmergeCellsSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
26866
|
+
|
|
26867
|
+
export declare const mergeUnmergeCellsSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
26868
|
+
|
|
26869
|
+
export declare const mergeUnmergeCellsSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
26870
|
+
|
|
26871
|
+
export declare const mergeUnmergeCellsStartColumnInput: IValueDescriptorTransfer;
|
|
26872
|
+
|
|
26873
|
+
export declare const mergeUnmergeCellsStartColumnInputDataType: IDataTypeTransfer;
|
|
26874
|
+
|
|
26875
|
+
export declare const mergeUnmergeCellsStartColumnInputDTParentRef: IValueDescriptorReference;
|
|
26876
|
+
|
|
26877
|
+
export declare const mergeUnmergeCellsStartColumnInputParentRef: IActionDescriptorReference;
|
|
26878
|
+
|
|
26879
|
+
export declare const mergeUnmergeCellsStartRowInput: IValueDescriptorTransfer;
|
|
26880
|
+
|
|
26881
|
+
export declare const mergeUnmergeCellsStartRowInputDataType: IDataTypeTransfer;
|
|
26882
|
+
|
|
26883
|
+
export declare const mergeUnmergeCellsStartRowInputDTParentRef: IValueDescriptorReference;
|
|
26884
|
+
|
|
26885
|
+
export declare const mergeUnmergeCellsStartRowInputParentRef: IActionDescriptorReference;
|
|
26886
|
+
|
|
26887
|
+
export declare const mergeUnmergeCellsSuccessProp: IPropertyTransfer;
|
|
26888
|
+
|
|
26889
|
+
export declare const mergeUnmergeCellsSuccessPropDT: IDataTypeTransfer;
|
|
26890
|
+
|
|
26891
|
+
export declare const mergeUnmergeCellsSuccessPropDTParentRef: IPropertyReference;
|
|
26892
|
+
|
|
24653
26893
|
export declare const messagesActionRef: IActionDescriptorReference;
|
|
24654
26894
|
|
|
24655
26895
|
/** SlackMessage entity — parent must be the messages property *data type* */
|
|
@@ -26929,6 +29169,182 @@ export declare enum BaseValueDescriptorIds {
|
|
|
26929
29169
|
};
|
|
26930
29170
|
}
|
|
26931
29171
|
|
|
29172
|
+
export declare class OperationsImplementationsGoogleSheetsAddDataValidationModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29173
|
+
manifest: ExtensionManifest;
|
|
29174
|
+
module: {
|
|
29175
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29176
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29177
|
+
};
|
|
29178
|
+
}
|
|
29179
|
+
|
|
29180
|
+
export declare class OperationsImplementationsGoogleSheetsAddSheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29181
|
+
manifest: ExtensionManifest;
|
|
29182
|
+
module: {
|
|
29183
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29184
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29185
|
+
};
|
|
29186
|
+
}
|
|
29187
|
+
|
|
29188
|
+
export declare class OperationsImplementationsGoogleSheetsAppendRowsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29189
|
+
manifest: ExtensionManifest;
|
|
29190
|
+
module: {
|
|
29191
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29192
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29193
|
+
};
|
|
29194
|
+
}
|
|
29195
|
+
|
|
29196
|
+
export declare class OperationsImplementationsGoogleSheetsApplyClearFilterModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29197
|
+
manifest: ExtensionManifest;
|
|
29198
|
+
module: {
|
|
29199
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29200
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29201
|
+
};
|
|
29202
|
+
}
|
|
29203
|
+
|
|
29204
|
+
export declare class OperationsImplementationsGoogleSheetsAutoResizeDimensionsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29205
|
+
manifest: ExtensionManifest;
|
|
29206
|
+
module: {
|
|
29207
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29208
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29209
|
+
};
|
|
29210
|
+
}
|
|
29211
|
+
|
|
29212
|
+
export declare class OperationsImplementationsGoogleSheetsBatchGetValuesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29213
|
+
manifest: ExtensionManifest;
|
|
29214
|
+
module: {
|
|
29215
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29216
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29217
|
+
};
|
|
29218
|
+
}
|
|
29219
|
+
|
|
29220
|
+
export declare class OperationsImplementationsGoogleSheetsBatchUpdateSpreadsheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29221
|
+
manifest: ExtensionManifest;
|
|
29222
|
+
module: {
|
|
29223
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29224
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29225
|
+
};
|
|
29226
|
+
}
|
|
29227
|
+
|
|
29228
|
+
export declare class OperationsImplementationsGoogleSheetsClearRangeModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29229
|
+
manifest: ExtensionManifest;
|
|
29230
|
+
module: {
|
|
29231
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29232
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29233
|
+
};
|
|
29234
|
+
}
|
|
29235
|
+
|
|
29236
|
+
export declare class OperationsImplementationsGoogleSheetsClearSheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29237
|
+
manifest: ExtensionManifest;
|
|
29238
|
+
module: {
|
|
29239
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29240
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29241
|
+
};
|
|
29242
|
+
}
|
|
29243
|
+
|
|
29244
|
+
export declare class OperationsImplementationsGoogleSheetsCopySheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29245
|
+
manifest: ExtensionManifest;
|
|
29246
|
+
module: {
|
|
29247
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29248
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29249
|
+
};
|
|
29250
|
+
}
|
|
29251
|
+
|
|
29252
|
+
export declare class OperationsImplementationsGoogleSheetsCreateSpreadsheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29253
|
+
manifest: ExtensionManifest;
|
|
29254
|
+
module: {
|
|
29255
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29256
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29257
|
+
};
|
|
29258
|
+
}
|
|
29259
|
+
|
|
29260
|
+
export declare class OperationsImplementationsGoogleSheetsDeleteSheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29261
|
+
manifest: ExtensionManifest;
|
|
29262
|
+
module: {
|
|
29263
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29264
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29265
|
+
};
|
|
29266
|
+
}
|
|
29267
|
+
|
|
29268
|
+
export declare class OperationsImplementationsGoogleSheetsFindAndReplaceModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29269
|
+
manifest: ExtensionManifest;
|
|
29270
|
+
module: {
|
|
29271
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29272
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29273
|
+
};
|
|
29274
|
+
}
|
|
29275
|
+
|
|
29276
|
+
export declare class OperationsImplementationsGoogleSheetsFormatCellsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29277
|
+
manifest: ExtensionManifest;
|
|
29278
|
+
module: {
|
|
29279
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29280
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29281
|
+
};
|
|
29282
|
+
}
|
|
29283
|
+
|
|
29284
|
+
export declare class OperationsImplementationsGoogleSheetsGetRangeValuesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29285
|
+
manifest: ExtensionManifest;
|
|
29286
|
+
module: {
|
|
29287
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29288
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29289
|
+
};
|
|
29290
|
+
}
|
|
29291
|
+
|
|
29292
|
+
export declare class OperationsImplementationsGoogleSheetsGetSpreadsheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29293
|
+
manifest: ExtensionManifest;
|
|
29294
|
+
module: {
|
|
29295
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29296
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29297
|
+
};
|
|
29298
|
+
}
|
|
29299
|
+
|
|
29300
|
+
export declare class OperationsImplementationsGoogleSheetsMergeUnmergeCellsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29301
|
+
manifest: ExtensionManifest;
|
|
29302
|
+
module: {
|
|
29303
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29304
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29305
|
+
};
|
|
29306
|
+
}
|
|
29307
|
+
|
|
29308
|
+
export declare class OperationsImplementationsGoogleSheetsRenameUpdateSheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29309
|
+
manifest: ExtensionManifest;
|
|
29310
|
+
module: {
|
|
29311
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29312
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29313
|
+
};
|
|
29314
|
+
}
|
|
29315
|
+
|
|
29316
|
+
export declare class OperationsImplementationsGoogleSheetsSetBackgroundColorModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29317
|
+
manifest: ExtensionManifest;
|
|
29318
|
+
module: {
|
|
29319
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29320
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29321
|
+
};
|
|
29322
|
+
}
|
|
29323
|
+
|
|
29324
|
+
export declare class OperationsImplementationsGoogleSheetsSetNumberFormatModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29325
|
+
manifest: ExtensionManifest;
|
|
29326
|
+
module: {
|
|
29327
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29328
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29329
|
+
};
|
|
29330
|
+
}
|
|
29331
|
+
|
|
29332
|
+
export declare class OperationsImplementationsGoogleSheetsSortRangeModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29333
|
+
manifest: ExtensionManifest;
|
|
29334
|
+
module: {
|
|
29335
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29336
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29337
|
+
};
|
|
29338
|
+
}
|
|
29339
|
+
|
|
29340
|
+
export declare class OperationsImplementationsGoogleSheetsUpdateRangeValuesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29341
|
+
manifest: ExtensionManifest;
|
|
29342
|
+
module: {
|
|
29343
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29344
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29345
|
+
};
|
|
29346
|
+
}
|
|
29347
|
+
|
|
26932
29348
|
export declare class OperationsImplementationsHttpRequestModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
26933
29349
|
manifest: ExtensionManifest;
|
|
26934
29350
|
module: {
|
|
@@ -28988,6 +31404,22 @@ export declare enum BaseValueDescriptorIds {
|
|
|
28988
31404
|
};
|
|
28989
31405
|
}
|
|
28990
31406
|
|
|
31407
|
+
export declare class OperationsImplementationsValuesMergeEmptyModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31408
|
+
manifest: ExtensionManifest;
|
|
31409
|
+
module: {
|
|
31410
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
31411
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
31412
|
+
};
|
|
31413
|
+
}
|
|
31414
|
+
|
|
31415
|
+
export declare class OperationsImplementationsValuesMergeFalsyModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31416
|
+
manifest: ExtensionManifest;
|
|
31417
|
+
module: {
|
|
31418
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
31419
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
31420
|
+
};
|
|
31421
|
+
}
|
|
31422
|
+
|
|
28991
31423
|
export declare class OperationState extends UserManagedVersionedState implements IOperation, UserManagedBaseState, UserManagedEntityStateTemplate, BaseCanvasDraggableState, ValueWritingEntityClass, CallableEntityClass, ChildEntityBaseClass, PassThroughCallableEntityClass {
|
|
28992
31424
|
initialData: IOperation | IOperationTransfer;
|
|
28993
31425
|
readonly id: EntityId;
|
|
@@ -29149,7 +31581,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
29149
31581
|
getDataType(changeSet?: ChangeSet | null): DataTypeState | null;
|
|
29150
31582
|
}
|
|
29151
31583
|
|
|
29152
|
-
export declare type OperationTypes = NumberOperations | StringOperations | ListOperations | DateOperations | DataTypeOperations | JsonOperations | CryptoOperations | PasswordOperations | JwtOperations | ExecutionOperations | ObjectOperations | HTTPOperations | RandomnessOperations | ExternalIntegrationOperations | ComparisonOperations | CloudFileSystemOperations;
|
|
31584
|
+
export declare type OperationTypes = NumberOperations | StringOperations | ListOperations | DateOperations | DataTypeOperations | JsonOperations | CryptoOperations | PasswordOperations | JwtOperations | ExecutionOperations | ObjectOperations | HTTPOperations | RandomnessOperations | ExternalIntegrationOperations | ComparisonOperations | ValuesOperations | CloudFileSystemOperations;
|
|
29153
31585
|
|
|
29154
31586
|
export declare type OperationTypesUnion = IOperation | IOperationTransfer | IOperationShallowTransfer | IOperationGenerationTarget;
|
|
29155
31587
|
|
|
@@ -30674,6 +33106,58 @@ export declare enum BaseValueDescriptorIds {
|
|
|
30674
33106
|
|
|
30675
33107
|
export declare function renameDefToNextAvailableName(entity: DefinitionEntityState, changeSet: ChangeSet | null): void;
|
|
30676
33108
|
|
|
33109
|
+
export declare const renameUpdateSheetActionRef: IActionDescriptorReference;
|
|
33110
|
+
|
|
33111
|
+
export declare const renameUpdateSheetConnectionInput: IValueDescriptorTransfer;
|
|
33112
|
+
|
|
33113
|
+
export declare const renameUpdateSheetConnectionInputDataType: IDataTypeTransfer;
|
|
33114
|
+
|
|
33115
|
+
export declare const renameUpdateSheetConnectionInputDTParentRef: IValueDescriptorReference;
|
|
33116
|
+
|
|
33117
|
+
export declare const renameUpdateSheetConnectionInputParentRef: IActionDescriptorReference;
|
|
33118
|
+
|
|
33119
|
+
export declare const renameUpdateSheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
33120
|
+
|
|
33121
|
+
export declare const renameUpdateSheetResponseDataType: IDataTypeTransfer;
|
|
33122
|
+
|
|
33123
|
+
export declare const renameUpdateSheetResponseDTParentRef: IActionDescriptorReference;
|
|
33124
|
+
|
|
33125
|
+
export declare const renameUpdateSheetResponseEntity: IDefinitionEntityTransfer;
|
|
33126
|
+
|
|
33127
|
+
export declare const renameUpdateSheetResponseEntityParentRef: IDataTypeReference;
|
|
33128
|
+
|
|
33129
|
+
export declare const renameUpdateSheetResponsePropsParentRef: IDefinitionEntityReference;
|
|
33130
|
+
|
|
33131
|
+
export declare const renameUpdateSheetSheetIdInput: IValueDescriptorTransfer;
|
|
33132
|
+
|
|
33133
|
+
export declare const renameUpdateSheetSheetIdInputDataType: IDataTypeTransfer;
|
|
33134
|
+
|
|
33135
|
+
export declare const renameUpdateSheetSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
33136
|
+
|
|
33137
|
+
export declare const renameUpdateSheetSheetIdInputParentRef: IActionDescriptorReference;
|
|
33138
|
+
|
|
33139
|
+
export declare const renameUpdateSheetSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
33140
|
+
|
|
33141
|
+
export declare const renameUpdateSheetSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
33142
|
+
|
|
33143
|
+
export declare const renameUpdateSheetSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
33144
|
+
|
|
33145
|
+
export declare const renameUpdateSheetSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
33146
|
+
|
|
33147
|
+
export declare const renameUpdateSheetSuccessProp: IPropertyTransfer;
|
|
33148
|
+
|
|
33149
|
+
export declare const renameUpdateSheetSuccessPropDT: IDataTypeTransfer;
|
|
33150
|
+
|
|
33151
|
+
export declare const renameUpdateSheetSuccessPropDTParentRef: IPropertyReference;
|
|
33152
|
+
|
|
33153
|
+
export declare const renameUpdateSheetTitleInput: IValueDescriptorTransfer;
|
|
33154
|
+
|
|
33155
|
+
export declare const renameUpdateSheetTitleInputDataType: IDataTypeTransfer;
|
|
33156
|
+
|
|
33157
|
+
export declare const renameUpdateSheetTitleInputDTParentRef: IValueDescriptorReference;
|
|
33158
|
+
|
|
33159
|
+
export declare const renameUpdateSheetTitleInputParentRef: IActionDescriptorReference;
|
|
33160
|
+
|
|
30677
33161
|
export declare function repeatList(list: unknown, count: unknown): any[];
|
|
30678
33162
|
|
|
30679
33163
|
export declare const repliesActionRef: IActionDescriptorReference;
|
|
@@ -31688,6 +34172,106 @@ export declare enum BaseValueDescriptorIds {
|
|
|
31688
34172
|
*/
|
|
31689
34173
|
export declare function set<T extends object = any>(obj: T, path: PathInput, value: any, options?: SetOptions): T;
|
|
31690
34174
|
|
|
34175
|
+
export declare const setBackgroundColorActionRef: IActionDescriptorReference;
|
|
34176
|
+
|
|
34177
|
+
export declare const setBackgroundColorBlueInput: IValueDescriptorTransfer;
|
|
34178
|
+
|
|
34179
|
+
export declare const setBackgroundColorBlueInputDataType: IDataTypeTransfer;
|
|
34180
|
+
|
|
34181
|
+
export declare const setBackgroundColorBlueInputDTParentRef: IValueDescriptorReference;
|
|
34182
|
+
|
|
34183
|
+
export declare const setBackgroundColorBlueInputParentRef: IActionDescriptorReference;
|
|
34184
|
+
|
|
34185
|
+
export declare const setBackgroundColorConnectionInput: IValueDescriptorTransfer;
|
|
34186
|
+
|
|
34187
|
+
export declare const setBackgroundColorConnectionInputDataType: IDataTypeTransfer;
|
|
34188
|
+
|
|
34189
|
+
export declare const setBackgroundColorConnectionInputDTParentRef: IValueDescriptorReference;
|
|
34190
|
+
|
|
34191
|
+
export declare const setBackgroundColorConnectionInputParentRef: IActionDescriptorReference;
|
|
34192
|
+
|
|
34193
|
+
export declare const setBackgroundColorEndColumnInput: IValueDescriptorTransfer;
|
|
34194
|
+
|
|
34195
|
+
export declare const setBackgroundColorEndColumnInputDataType: IDataTypeTransfer;
|
|
34196
|
+
|
|
34197
|
+
export declare const setBackgroundColorEndColumnInputDTParentRef: IValueDescriptorReference;
|
|
34198
|
+
|
|
34199
|
+
export declare const setBackgroundColorEndColumnInputParentRef: IActionDescriptorReference;
|
|
34200
|
+
|
|
34201
|
+
export declare const setBackgroundColorEndRowInput: IValueDescriptorTransfer;
|
|
34202
|
+
|
|
34203
|
+
export declare const setBackgroundColorEndRowInputDataType: IDataTypeTransfer;
|
|
34204
|
+
|
|
34205
|
+
export declare const setBackgroundColorEndRowInputDTParentRef: IValueDescriptorReference;
|
|
34206
|
+
|
|
34207
|
+
export declare const setBackgroundColorEndRowInputParentRef: IActionDescriptorReference;
|
|
34208
|
+
|
|
34209
|
+
export declare const setBackgroundColorGreenInput: IValueDescriptorTransfer;
|
|
34210
|
+
|
|
34211
|
+
export declare const setBackgroundColorGreenInputDataType: IDataTypeTransfer;
|
|
34212
|
+
|
|
34213
|
+
export declare const setBackgroundColorGreenInputDTParentRef: IValueDescriptorReference;
|
|
34214
|
+
|
|
34215
|
+
export declare const setBackgroundColorGreenInputParentRef: IActionDescriptorReference;
|
|
34216
|
+
|
|
34217
|
+
export declare const setBackgroundColorIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
34218
|
+
|
|
34219
|
+
export declare const setBackgroundColorRedInput: IValueDescriptorTransfer;
|
|
34220
|
+
|
|
34221
|
+
export declare const setBackgroundColorRedInputDataType: IDataTypeTransfer;
|
|
34222
|
+
|
|
34223
|
+
export declare const setBackgroundColorRedInputDTParentRef: IValueDescriptorReference;
|
|
34224
|
+
|
|
34225
|
+
export declare const setBackgroundColorRedInputParentRef: IActionDescriptorReference;
|
|
34226
|
+
|
|
34227
|
+
export declare const setBackgroundColorResponseDataType: IDataTypeTransfer;
|
|
34228
|
+
|
|
34229
|
+
export declare const setBackgroundColorResponseDTParentRef: IActionDescriptorReference;
|
|
34230
|
+
|
|
34231
|
+
export declare const setBackgroundColorResponseEntity: IDefinitionEntityTransfer;
|
|
34232
|
+
|
|
34233
|
+
export declare const setBackgroundColorResponseEntityParentRef: IDataTypeReference;
|
|
34234
|
+
|
|
34235
|
+
export declare const setBackgroundColorResponsePropsParentRef: IDefinitionEntityReference;
|
|
34236
|
+
|
|
34237
|
+
export declare const setBackgroundColorSheetIdInput: IValueDescriptorTransfer;
|
|
34238
|
+
|
|
34239
|
+
export declare const setBackgroundColorSheetIdInputDataType: IDataTypeTransfer;
|
|
34240
|
+
|
|
34241
|
+
export declare const setBackgroundColorSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
34242
|
+
|
|
34243
|
+
export declare const setBackgroundColorSheetIdInputParentRef: IActionDescriptorReference;
|
|
34244
|
+
|
|
34245
|
+
export declare const setBackgroundColorSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
34246
|
+
|
|
34247
|
+
export declare const setBackgroundColorSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
34248
|
+
|
|
34249
|
+
export declare const setBackgroundColorSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
34250
|
+
|
|
34251
|
+
export declare const setBackgroundColorSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
34252
|
+
|
|
34253
|
+
export declare const setBackgroundColorStartColumnInput: IValueDescriptorTransfer;
|
|
34254
|
+
|
|
34255
|
+
export declare const setBackgroundColorStartColumnInputDataType: IDataTypeTransfer;
|
|
34256
|
+
|
|
34257
|
+
export declare const setBackgroundColorStartColumnInputDTParentRef: IValueDescriptorReference;
|
|
34258
|
+
|
|
34259
|
+
export declare const setBackgroundColorStartColumnInputParentRef: IActionDescriptorReference;
|
|
34260
|
+
|
|
34261
|
+
export declare const setBackgroundColorStartRowInput: IValueDescriptorTransfer;
|
|
34262
|
+
|
|
34263
|
+
export declare const setBackgroundColorStartRowInputDataType: IDataTypeTransfer;
|
|
34264
|
+
|
|
34265
|
+
export declare const setBackgroundColorStartRowInputDTParentRef: IValueDescriptorReference;
|
|
34266
|
+
|
|
34267
|
+
export declare const setBackgroundColorStartRowInputParentRef: IActionDescriptorReference;
|
|
34268
|
+
|
|
34269
|
+
export declare const setBackgroundColorSuccessProp: IPropertyTransfer;
|
|
34270
|
+
|
|
34271
|
+
export declare const setBackgroundColorSuccessPropDT: IDataTypeTransfer;
|
|
34272
|
+
|
|
34273
|
+
export declare const setBackgroundColorSuccessPropDTParentRef: IPropertyReference;
|
|
34274
|
+
|
|
31691
34275
|
export declare function setDate(input: ISODateString, date1to31: number): ISODateString;
|
|
31692
34276
|
|
|
31693
34277
|
export declare const setDateDateArg: IValueDescriptorTransfer;
|
|
@@ -31784,6 +34368,90 @@ export declare enum BaseValueDescriptorIds {
|
|
|
31784
34368
|
|
|
31785
34369
|
export declare const setMsValueDT: IDataTypeTransfer;
|
|
31786
34370
|
|
|
34371
|
+
export declare const setNumberFormatActionRef: IActionDescriptorReference;
|
|
34372
|
+
|
|
34373
|
+
export declare const setNumberFormatConnectionInput: IValueDescriptorTransfer;
|
|
34374
|
+
|
|
34375
|
+
export declare const setNumberFormatConnectionInputDataType: IDataTypeTransfer;
|
|
34376
|
+
|
|
34377
|
+
export declare const setNumberFormatConnectionInputDTParentRef: IValueDescriptorReference;
|
|
34378
|
+
|
|
34379
|
+
export declare const setNumberFormatConnectionInputParentRef: IActionDescriptorReference;
|
|
34380
|
+
|
|
34381
|
+
export declare const setNumberFormatEndColumnInput: IValueDescriptorTransfer;
|
|
34382
|
+
|
|
34383
|
+
export declare const setNumberFormatEndColumnInputDataType: IDataTypeTransfer;
|
|
34384
|
+
|
|
34385
|
+
export declare const setNumberFormatEndColumnInputDTParentRef: IValueDescriptorReference;
|
|
34386
|
+
|
|
34387
|
+
export declare const setNumberFormatEndColumnInputParentRef: IActionDescriptorReference;
|
|
34388
|
+
|
|
34389
|
+
export declare const setNumberFormatEndRowInput: IValueDescriptorTransfer;
|
|
34390
|
+
|
|
34391
|
+
export declare const setNumberFormatEndRowInputDataType: IDataTypeTransfer;
|
|
34392
|
+
|
|
34393
|
+
export declare const setNumberFormatEndRowInputDTParentRef: IValueDescriptorReference;
|
|
34394
|
+
|
|
34395
|
+
export declare const setNumberFormatEndRowInputParentRef: IActionDescriptorReference;
|
|
34396
|
+
|
|
34397
|
+
export declare const setNumberFormatIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
34398
|
+
|
|
34399
|
+
export declare const setNumberFormatPatternInput: IValueDescriptorTransfer;
|
|
34400
|
+
|
|
34401
|
+
export declare const setNumberFormatPatternInputDataType: IDataTypeTransfer;
|
|
34402
|
+
|
|
34403
|
+
export declare const setNumberFormatPatternInputDTParentRef: IValueDescriptorReference;
|
|
34404
|
+
|
|
34405
|
+
export declare const setNumberFormatPatternInputParentRef: IActionDescriptorReference;
|
|
34406
|
+
|
|
34407
|
+
export declare const setNumberFormatResponseDataType: IDataTypeTransfer;
|
|
34408
|
+
|
|
34409
|
+
export declare const setNumberFormatResponseDTParentRef: IActionDescriptorReference;
|
|
34410
|
+
|
|
34411
|
+
export declare const setNumberFormatResponseEntity: IDefinitionEntityTransfer;
|
|
34412
|
+
|
|
34413
|
+
export declare const setNumberFormatResponseEntityParentRef: IDataTypeReference;
|
|
34414
|
+
|
|
34415
|
+
export declare const setNumberFormatResponsePropsParentRef: IDefinitionEntityReference;
|
|
34416
|
+
|
|
34417
|
+
export declare const setNumberFormatSheetIdInput: IValueDescriptorTransfer;
|
|
34418
|
+
|
|
34419
|
+
export declare const setNumberFormatSheetIdInputDataType: IDataTypeTransfer;
|
|
34420
|
+
|
|
34421
|
+
export declare const setNumberFormatSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
34422
|
+
|
|
34423
|
+
export declare const setNumberFormatSheetIdInputParentRef: IActionDescriptorReference;
|
|
34424
|
+
|
|
34425
|
+
export declare const setNumberFormatSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
34426
|
+
|
|
34427
|
+
export declare const setNumberFormatSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
34428
|
+
|
|
34429
|
+
export declare const setNumberFormatSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
34430
|
+
|
|
34431
|
+
export declare const setNumberFormatSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
34432
|
+
|
|
34433
|
+
export declare const setNumberFormatStartColumnInput: IValueDescriptorTransfer;
|
|
34434
|
+
|
|
34435
|
+
export declare const setNumberFormatStartColumnInputDataType: IDataTypeTransfer;
|
|
34436
|
+
|
|
34437
|
+
export declare const setNumberFormatStartColumnInputDTParentRef: IValueDescriptorReference;
|
|
34438
|
+
|
|
34439
|
+
export declare const setNumberFormatStartColumnInputParentRef: IActionDescriptorReference;
|
|
34440
|
+
|
|
34441
|
+
export declare const setNumberFormatStartRowInput: IValueDescriptorTransfer;
|
|
34442
|
+
|
|
34443
|
+
export declare const setNumberFormatStartRowInputDataType: IDataTypeTransfer;
|
|
34444
|
+
|
|
34445
|
+
export declare const setNumberFormatStartRowInputDTParentRef: IValueDescriptorReference;
|
|
34446
|
+
|
|
34447
|
+
export declare const setNumberFormatStartRowInputParentRef: IActionDescriptorReference;
|
|
34448
|
+
|
|
34449
|
+
export declare const setNumberFormatSuccessProp: IPropertyTransfer;
|
|
34450
|
+
|
|
34451
|
+
export declare const setNumberFormatSuccessPropDT: IDataTypeTransfer;
|
|
34452
|
+
|
|
34453
|
+
export declare const setNumberFormatSuccessPropDTParentRef: IPropertyReference;
|
|
34454
|
+
|
|
31787
34455
|
declare interface SetOptions {
|
|
31788
34456
|
createMissing?: boolean;
|
|
31789
34457
|
coerce?: boolean;
|
|
@@ -32153,6 +34821,98 @@ export declare enum BaseValueDescriptorIds {
|
|
|
32153
34821
|
|
|
32154
34822
|
export declare function sortList(list: unknown): any[];
|
|
32155
34823
|
|
|
34824
|
+
export declare const sortRangeActionRef: IActionDescriptorReference;
|
|
34825
|
+
|
|
34826
|
+
export declare const sortRangeConnectionInput: IValueDescriptorTransfer;
|
|
34827
|
+
|
|
34828
|
+
export declare const sortRangeConnectionInputDataType: IDataTypeTransfer;
|
|
34829
|
+
|
|
34830
|
+
export declare const sortRangeConnectionInputDTParentRef: IValueDescriptorReference;
|
|
34831
|
+
|
|
34832
|
+
export declare const sortRangeConnectionInputParentRef: IActionDescriptorReference;
|
|
34833
|
+
|
|
34834
|
+
export declare const sortRangeEndColumnInput: IValueDescriptorTransfer;
|
|
34835
|
+
|
|
34836
|
+
export declare const sortRangeEndColumnInputDataType: IDataTypeTransfer;
|
|
34837
|
+
|
|
34838
|
+
export declare const sortRangeEndColumnInputDTParentRef: IValueDescriptorReference;
|
|
34839
|
+
|
|
34840
|
+
export declare const sortRangeEndColumnInputParentRef: IActionDescriptorReference;
|
|
34841
|
+
|
|
34842
|
+
export declare const sortRangeEndRowInput: IValueDescriptorTransfer;
|
|
34843
|
+
|
|
34844
|
+
export declare const sortRangeEndRowInputDataType: IDataTypeTransfer;
|
|
34845
|
+
|
|
34846
|
+
export declare const sortRangeEndRowInputDTParentRef: IValueDescriptorReference;
|
|
34847
|
+
|
|
34848
|
+
export declare const sortRangeEndRowInputParentRef: IActionDescriptorReference;
|
|
34849
|
+
|
|
34850
|
+
export declare const sortRangeIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
34851
|
+
|
|
34852
|
+
export declare const sortRangeResponseDataType: IDataTypeTransfer;
|
|
34853
|
+
|
|
34854
|
+
export declare const sortRangeResponseDTParentRef: IActionDescriptorReference;
|
|
34855
|
+
|
|
34856
|
+
export declare const sortRangeResponseEntity: IDefinitionEntityTransfer;
|
|
34857
|
+
|
|
34858
|
+
export declare const sortRangeResponseEntityParentRef: IDataTypeReference;
|
|
34859
|
+
|
|
34860
|
+
export declare const sortRangeResponsePropsParentRef: IDefinitionEntityReference;
|
|
34861
|
+
|
|
34862
|
+
export declare const sortRangeSheetIdInput: IValueDescriptorTransfer;
|
|
34863
|
+
|
|
34864
|
+
export declare const sortRangeSheetIdInputDataType: IDataTypeTransfer;
|
|
34865
|
+
|
|
34866
|
+
export declare const sortRangeSheetIdInputDTParentRef: IValueDescriptorReference;
|
|
34867
|
+
|
|
34868
|
+
export declare const sortRangeSheetIdInputParentRef: IActionDescriptorReference;
|
|
34869
|
+
|
|
34870
|
+
export declare const sortRangeSortColumnIndexInput: IValueDescriptorTransfer;
|
|
34871
|
+
|
|
34872
|
+
export declare const sortRangeSortColumnIndexInputDataType: IDataTypeTransfer;
|
|
34873
|
+
|
|
34874
|
+
export declare const sortRangeSortColumnIndexInputDTParentRef: IValueDescriptorReference;
|
|
34875
|
+
|
|
34876
|
+
export declare const sortRangeSortColumnIndexInputParentRef: IActionDescriptorReference;
|
|
34877
|
+
|
|
34878
|
+
export declare const sortRangeSortOrderInput: IValueDescriptorTransfer;
|
|
34879
|
+
|
|
34880
|
+
export declare const sortRangeSortOrderInputDataType: IDataTypeTransfer;
|
|
34881
|
+
|
|
34882
|
+
export declare const sortRangeSortOrderInputDTParentRef: IValueDescriptorReference;
|
|
34883
|
+
|
|
34884
|
+
export declare const sortRangeSortOrderInputParentRef: IActionDescriptorReference;
|
|
34885
|
+
|
|
34886
|
+
export declare const sortRangeSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
34887
|
+
|
|
34888
|
+
export declare const sortRangeSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
34889
|
+
|
|
34890
|
+
export declare const sortRangeSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
34891
|
+
|
|
34892
|
+
export declare const sortRangeSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
34893
|
+
|
|
34894
|
+
export declare const sortRangeStartColumnInput: IValueDescriptorTransfer;
|
|
34895
|
+
|
|
34896
|
+
export declare const sortRangeStartColumnInputDataType: IDataTypeTransfer;
|
|
34897
|
+
|
|
34898
|
+
export declare const sortRangeStartColumnInputDTParentRef: IValueDescriptorReference;
|
|
34899
|
+
|
|
34900
|
+
export declare const sortRangeStartColumnInputParentRef: IActionDescriptorReference;
|
|
34901
|
+
|
|
34902
|
+
export declare const sortRangeStartRowInput: IValueDescriptorTransfer;
|
|
34903
|
+
|
|
34904
|
+
export declare const sortRangeStartRowInputDataType: IDataTypeTransfer;
|
|
34905
|
+
|
|
34906
|
+
export declare const sortRangeStartRowInputDTParentRef: IValueDescriptorReference;
|
|
34907
|
+
|
|
34908
|
+
export declare const sortRangeStartRowInputParentRef: IActionDescriptorReference;
|
|
34909
|
+
|
|
34910
|
+
export declare const sortRangeSuccessProp: IPropertyTransfer;
|
|
34911
|
+
|
|
34912
|
+
export declare const sortRangeSuccessPropDT: IDataTypeTransfer;
|
|
34913
|
+
|
|
34914
|
+
export declare const sortRangeSuccessPropDTParentRef: IPropertyReference;
|
|
34915
|
+
|
|
32156
34916
|
declare class SortStatement implements ISearchNode {
|
|
32157
34917
|
owner: SearchStatementState;
|
|
32158
34918
|
column: ColumnRef | FunctionCall | null;
|
|
@@ -33808,6 +36568,58 @@ export declare enum BaseValueDescriptorIds {
|
|
|
33808
36568
|
|
|
33809
36569
|
export declare const updatePersistedEntityMethodVoidDataTypeParentRef: IActionDescriptorReference;
|
|
33810
36570
|
|
|
36571
|
+
export declare const updateRangeValuesActionRef: IActionDescriptorReference;
|
|
36572
|
+
|
|
36573
|
+
export declare const updateRangeValuesConnectionInput: IValueDescriptorTransfer;
|
|
36574
|
+
|
|
36575
|
+
export declare const updateRangeValuesConnectionInputDataType: IDataTypeTransfer;
|
|
36576
|
+
|
|
36577
|
+
export declare const updateRangeValuesConnectionInputDTParentRef: IValueDescriptorReference;
|
|
36578
|
+
|
|
36579
|
+
export declare const updateRangeValuesConnectionInputParentRef: IActionDescriptorReference;
|
|
36580
|
+
|
|
36581
|
+
export declare const updateRangeValuesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
36582
|
+
|
|
36583
|
+
export declare const updateRangeValuesRangeInput: IValueDescriptorTransfer;
|
|
36584
|
+
|
|
36585
|
+
export declare const updateRangeValuesRangeInputDataType: IDataTypeTransfer;
|
|
36586
|
+
|
|
36587
|
+
export declare const updateRangeValuesRangeInputDTParentRef: IValueDescriptorReference;
|
|
36588
|
+
|
|
36589
|
+
export declare const updateRangeValuesRangeInputParentRef: IActionDescriptorReference;
|
|
36590
|
+
|
|
36591
|
+
export declare const updateRangeValuesResponseDataType: IDataTypeTransfer;
|
|
36592
|
+
|
|
36593
|
+
export declare const updateRangeValuesResponseDTParentRef: IActionDescriptorReference;
|
|
36594
|
+
|
|
36595
|
+
export declare const updateRangeValuesResponseEntity: IDefinitionEntityTransfer;
|
|
36596
|
+
|
|
36597
|
+
export declare const updateRangeValuesResponseEntityParentRef: IDataTypeReference;
|
|
36598
|
+
|
|
36599
|
+
export declare const updateRangeValuesResponsePropsParentRef: IDefinitionEntityReference;
|
|
36600
|
+
|
|
36601
|
+
export declare const updateRangeValuesSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
36602
|
+
|
|
36603
|
+
export declare const updateRangeValuesSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
36604
|
+
|
|
36605
|
+
export declare const updateRangeValuesSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
36606
|
+
|
|
36607
|
+
export declare const updateRangeValuesSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
36608
|
+
|
|
36609
|
+
export declare const updateRangeValuesupdatedRangeProp: IPropertyTransfer;
|
|
36610
|
+
|
|
36611
|
+
export declare const updateRangeValuesupdatedRangePropDT: IDataTypeTransfer;
|
|
36612
|
+
|
|
36613
|
+
export declare const updateRangeValuesupdatedRangePropDTParentRef: IPropertyReference;
|
|
36614
|
+
|
|
36615
|
+
export declare const updateRangeValuesValuesInput: IValueDescriptorTransfer;
|
|
36616
|
+
|
|
36617
|
+
export declare const updateRangeValuesValuesInputDataType: IDataTypeTransfer;
|
|
36618
|
+
|
|
36619
|
+
export declare const updateRangeValuesValuesInputDTParentRef: IValueDescriptorReference;
|
|
36620
|
+
|
|
36621
|
+
export declare const updateRangeValuesValuesInputParentRef: IActionDescriptorReference;
|
|
36622
|
+
|
|
33811
36623
|
export declare const uploadFileConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
33812
36624
|
|
|
33813
36625
|
export declare const uploadFileConnectionInputTransfer: IValueDescriptorTransfer;
|
|
@@ -35034,6 +37846,15 @@ export declare enum BaseValueDescriptorIds {
|
|
|
35034
37846
|
toQuery(): string;
|
|
35035
37847
|
}
|
|
35036
37848
|
|
|
37849
|
+
export declare const VALUES_OPERATIONS: {
|
|
37850
|
+
[valuesMergeEmptyOperation.id]: IActionDescriptorTransfer;
|
|
37851
|
+
[valuesMergeFalsyOperation.id]: IActionDescriptorTransfer;
|
|
37852
|
+
};
|
|
37853
|
+
|
|
37854
|
+
export declare const valuesMergeEmptyOperation: IActionDescriptorTransfer;
|
|
37855
|
+
|
|
37856
|
+
export declare const valuesMergeFalsyOperation: IActionDescriptorTransfer;
|
|
37857
|
+
|
|
35037
37858
|
export declare enum ValuesOperations {
|
|
35038
37859
|
MergeEmpty = "op-values-merge-empty",
|
|
35039
37860
|
MergeFalsy = "op-values-merge-falsy"
|