@elyx-code/project-logic-tree 0.0.7113 → 0.0.7115
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 +2705 -1
- package/dist/index.js +101504 -87993
- 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,6 +9370,1132 @@ export declare enum BaseValueDescriptorIds {
|
|
|
8942
9370
|
};
|
|
8943
9371
|
};
|
|
8944
9372
|
};
|
|
9373
|
+
"external-integration--google-sheets--create-spreadsheet": {
|
|
9374
|
+
id: ExternalIntegrationOperations;
|
|
9375
|
+
inputs: {
|
|
9376
|
+
connection: {
|
|
9377
|
+
id: string;
|
|
9378
|
+
dataType: {
|
|
9379
|
+
id: string;
|
|
9380
|
+
};
|
|
9381
|
+
};
|
|
9382
|
+
title: {
|
|
9383
|
+
id: string;
|
|
9384
|
+
dataType: {
|
|
9385
|
+
id: string;
|
|
9386
|
+
};
|
|
9387
|
+
};
|
|
9388
|
+
};
|
|
9389
|
+
dataType: {
|
|
9390
|
+
id: string;
|
|
9391
|
+
entity: {
|
|
9392
|
+
id: string;
|
|
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
|
+
};
|
|
9406
|
+
};
|
|
9407
|
+
};
|
|
9408
|
+
};
|
|
9409
|
+
};
|
|
9410
|
+
"external-integration--google-sheets--get-spreadsheet": {
|
|
9411
|
+
id: ExternalIntegrationOperations;
|
|
9412
|
+
inputs: {
|
|
9413
|
+
connection: {
|
|
9414
|
+
id: string;
|
|
9415
|
+
dataType: {
|
|
9416
|
+
id: string;
|
|
9417
|
+
};
|
|
9418
|
+
};
|
|
9419
|
+
spreadsheetId: {
|
|
9420
|
+
id: string;
|
|
9421
|
+
dataType: {
|
|
9422
|
+
id: string;
|
|
9423
|
+
};
|
|
9424
|
+
};
|
|
9425
|
+
};
|
|
9426
|
+
dataType: {
|
|
9427
|
+
id: string;
|
|
9428
|
+
entity: {
|
|
9429
|
+
id: string;
|
|
9430
|
+
properties: {
|
|
9431
|
+
title: {
|
|
9432
|
+
id: string;
|
|
9433
|
+
dataType: {
|
|
9434
|
+
id: string;
|
|
9435
|
+
};
|
|
9436
|
+
};
|
|
9437
|
+
spreadsheetUrl: {
|
|
9438
|
+
id: string;
|
|
9439
|
+
dataType: {
|
|
9440
|
+
id: string;
|
|
9441
|
+
};
|
|
9442
|
+
};
|
|
9443
|
+
};
|
|
9444
|
+
};
|
|
9445
|
+
};
|
|
9446
|
+
};
|
|
9447
|
+
"external-integration--google-sheets--add-sheet": {
|
|
9448
|
+
id: ExternalIntegrationOperations;
|
|
9449
|
+
inputs: {
|
|
9450
|
+
connection: {
|
|
9451
|
+
id: string;
|
|
9452
|
+
dataType: {
|
|
9453
|
+
id: string;
|
|
9454
|
+
};
|
|
9455
|
+
};
|
|
9456
|
+
spreadsheetId: {
|
|
9457
|
+
id: string;
|
|
9458
|
+
dataType: {
|
|
9459
|
+
id: string;
|
|
9460
|
+
};
|
|
9461
|
+
};
|
|
9462
|
+
title: {
|
|
9463
|
+
id: string;
|
|
9464
|
+
dataType: {
|
|
9465
|
+
id: string;
|
|
9466
|
+
};
|
|
9467
|
+
};
|
|
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: {
|
|
9488
|
+
id: string;
|
|
9489
|
+
dataType: {
|
|
9490
|
+
id: string;
|
|
9491
|
+
};
|
|
9492
|
+
};
|
|
9493
|
+
spreadsheetId: {
|
|
9494
|
+
id: string;
|
|
9495
|
+
dataType: {
|
|
9496
|
+
id: string;
|
|
9497
|
+
};
|
|
9498
|
+
};
|
|
9499
|
+
sheetId: {
|
|
9500
|
+
id: string;
|
|
9501
|
+
dataType: {
|
|
9502
|
+
id: string;
|
|
9503
|
+
};
|
|
9504
|
+
};
|
|
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: {
|
|
9525
|
+
id: string;
|
|
9526
|
+
dataType: {
|
|
9527
|
+
id: string;
|
|
9528
|
+
};
|
|
9529
|
+
};
|
|
9530
|
+
spreadsheetId: {
|
|
9531
|
+
id: string;
|
|
9532
|
+
dataType: {
|
|
9533
|
+
id: string;
|
|
9534
|
+
};
|
|
9535
|
+
};
|
|
9536
|
+
range: {
|
|
9537
|
+
id: string;
|
|
9538
|
+
dataType: {
|
|
9539
|
+
id: string;
|
|
9540
|
+
};
|
|
9541
|
+
};
|
|
9542
|
+
values: {
|
|
9543
|
+
id: string;
|
|
9544
|
+
dataType: {
|
|
9545
|
+
id: string;
|
|
9546
|
+
};
|
|
9547
|
+
};
|
|
9548
|
+
};
|
|
9549
|
+
dataType: {
|
|
9550
|
+
id: string;
|
|
9551
|
+
entity: {
|
|
9552
|
+
id: string;
|
|
9553
|
+
properties: {
|
|
9554
|
+
updatedRange: {
|
|
9555
|
+
id: string;
|
|
9556
|
+
dataType: {
|
|
9557
|
+
id: string;
|
|
9558
|
+
};
|
|
9559
|
+
};
|
|
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: {
|
|
9592
|
+
id: string;
|
|
9593
|
+
dataType: {
|
|
9594
|
+
id: string;
|
|
9595
|
+
};
|
|
9596
|
+
};
|
|
9597
|
+
};
|
|
9598
|
+
};
|
|
9599
|
+
};
|
|
9600
|
+
};
|
|
9601
|
+
"external-integration--google-sheets--update-range-values": {
|
|
9602
|
+
id: ExternalIntegrationOperations;
|
|
9603
|
+
inputs: {
|
|
9604
|
+
connection: {
|
|
9605
|
+
id: string;
|
|
9606
|
+
dataType: {
|
|
9607
|
+
id: string;
|
|
9608
|
+
};
|
|
9609
|
+
};
|
|
9610
|
+
spreadsheetId: {
|
|
9611
|
+
id: string;
|
|
9612
|
+
dataType: {
|
|
9613
|
+
id: string;
|
|
9614
|
+
};
|
|
9615
|
+
};
|
|
9616
|
+
range: {
|
|
9617
|
+
id: string;
|
|
9618
|
+
dataType: {
|
|
9619
|
+
id: string;
|
|
9620
|
+
};
|
|
9621
|
+
};
|
|
9622
|
+
values: {
|
|
9623
|
+
id: string;
|
|
9624
|
+
dataType: {
|
|
9625
|
+
id: string;
|
|
9626
|
+
};
|
|
9627
|
+
};
|
|
9628
|
+
};
|
|
9629
|
+
dataType: {
|
|
9630
|
+
id: string;
|
|
9631
|
+
entity: {
|
|
9632
|
+
id: string;
|
|
9633
|
+
properties: {
|
|
9634
|
+
updatedRange: {
|
|
9635
|
+
id: string;
|
|
9636
|
+
dataType: {
|
|
9637
|
+
id: string;
|
|
9638
|
+
};
|
|
9639
|
+
};
|
|
9640
|
+
};
|
|
9641
|
+
};
|
|
9642
|
+
};
|
|
9643
|
+
};
|
|
9644
|
+
"external-integration--google-sheets--clear-range": {
|
|
9645
|
+
id: ExternalIntegrationOperations;
|
|
9646
|
+
inputs: {
|
|
9647
|
+
connection: {
|
|
9648
|
+
id: string;
|
|
9649
|
+
dataType: {
|
|
9650
|
+
id: string;
|
|
9651
|
+
};
|
|
9652
|
+
};
|
|
9653
|
+
spreadsheetId: {
|
|
9654
|
+
id: string;
|
|
9655
|
+
dataType: {
|
|
9656
|
+
id: string;
|
|
9657
|
+
};
|
|
9658
|
+
};
|
|
9659
|
+
range: {
|
|
9660
|
+
id: string;
|
|
9661
|
+
dataType: {
|
|
9662
|
+
id: string;
|
|
9663
|
+
};
|
|
9664
|
+
};
|
|
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: {
|
|
9685
|
+
id: string;
|
|
9686
|
+
dataType: {
|
|
9687
|
+
id: string;
|
|
9688
|
+
};
|
|
9689
|
+
};
|
|
9690
|
+
spreadsheetId: {
|
|
9691
|
+
id: string;
|
|
9692
|
+
dataType: {
|
|
9693
|
+
id: string;
|
|
9694
|
+
};
|
|
9695
|
+
};
|
|
9696
|
+
requests: {
|
|
9697
|
+
id: string;
|
|
9698
|
+
dataType: {
|
|
9699
|
+
id: string;
|
|
9700
|
+
};
|
|
9701
|
+
};
|
|
9702
|
+
};
|
|
9703
|
+
dataType: {
|
|
9704
|
+
id: string;
|
|
9705
|
+
entity: {
|
|
9706
|
+
id: string;
|
|
9707
|
+
properties: {
|
|
9708
|
+
replies: {
|
|
9709
|
+
id: string;
|
|
9710
|
+
dataType: {
|
|
9711
|
+
id: string;
|
|
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
|
+
};
|
|
8945
10499
|
"external-integration--slack--post--send-message": {
|
|
8946
10500
|
id: ExternalIntegrationOperations;
|
|
8947
10501
|
inputs: {
|
|
@@ -11394,6 +12948,94 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11394
12948
|
|
|
11395
12949
|
export declare const clampToRangeOperation: IActionDescriptorTransfer;
|
|
11396
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
|
+
|
|
11397
13039
|
export declare function cloneLiteralValueAsStandaloneIfBelongsToProject(entity: LiteralValueState, parent: EntityWithValueState): LiteralValueState;
|
|
11398
13040
|
|
|
11399
13041
|
export declare function cloneOntoExistingProject(source: ProjectState, target: ProjectState, changeSet?: ChangeSet | null, { enrich, shallowErrors, ...other }?: {
|
|
@@ -12704,6 +14346,58 @@ export declare enum BaseValueDescriptorIds {
|
|
|
12704
14346
|
|
|
12705
14347
|
export declare function convertToStatic(entity: DefinitionEntityState, changeSet: ChangeSet): DefinitionEntityState;
|
|
12706
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
|
+
|
|
12707
14401
|
export declare const countedLoopActionDescriptor: IActionDescriptorTransfer;
|
|
12708
14402
|
|
|
12709
14403
|
export declare const countedLoopActionDescriptorStringArgumentDeclaration: IValueDescriptorTransfer;
|
|
@@ -12773,6 +14467,48 @@ export declare enum BaseValueDescriptorIds {
|
|
|
12773
14467
|
|
|
12774
14468
|
export declare function createSemanticId(entityName: string, entityType: EntityType, project: ProjectState): string;
|
|
12775
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
|
+
|
|
12776
14512
|
export declare function createStateFromGenerationTargetType(entity: ElementGenerationTarget, parentProjectState: ProjectState, changeSet?: ChangeSet | null): UserManagedEntityState;
|
|
12777
14513
|
|
|
12778
14514
|
export declare function createStateFromType(entity: Element_2 | ElementTransfer, parentProjectState: ProjectState): BaseState;
|
|
@@ -14496,6 +16232,50 @@ export declare enum BaseValueDescriptorIds {
|
|
|
14496
16232
|
id: string;
|
|
14497
16233
|
}): null;
|
|
14498
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
|
+
|
|
14499
16279
|
/** Derives a key with PBKDF2 (SHA-256/512). */
|
|
14500
16280
|
export declare function deriveKeyPBKDF2(password: Bytes, salt: Bytes, { iterations, length, hashAlg }: PBKDF2Options): Promise<Bytes>;
|
|
14501
16281
|
|
|
@@ -16170,7 +17950,29 @@ export declare enum BaseValueDescriptorIds {
|
|
|
16170
17950
|
SlackSendMessage = "external-integration--slack--post--send-message",
|
|
16171
17951
|
SlackChannels = "external-integration--slack--get--channels",
|
|
16172
17952
|
SlackMessages = "external-integration--slack--get--messages",
|
|
16173
|
-
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"
|
|
16174
17976
|
}
|
|
16175
17977
|
|
|
16176
17978
|
export declare enum ExternalIntegrationRootProviders {
|
|
@@ -16679,6 +18481,82 @@ export declare enum BaseValueDescriptorIds {
|
|
|
16679
18481
|
|
|
16680
18482
|
export declare function filterOutDuplicateErrorsAsync(errors: (EntityGenerationError | EntityError)[], options?: YieldOptions): Promise<EntityGenerationError[] | EntityError[]>;
|
|
16681
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
|
+
|
|
16682
18560
|
export declare function findEntityFromKeys(keys: string[], project: ProjectState): DefinitionEntityState | null;
|
|
16683
18561
|
|
|
16684
18562
|
export declare function findEntityTypeWithFieldName(fieldName: string): Map<EntityType, EntityFieldType>;
|
|
@@ -17132,6 +19010,98 @@ export declare enum BaseValueDescriptorIds {
|
|
|
17132
19010
|
|
|
17133
19011
|
declare const FORBIDDEN_SQL_KEYWORDS: string[];
|
|
17134
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
|
+
|
|
17135
19105
|
export declare function formatDate(input: ISODateString, format: string): string;
|
|
17136
19106
|
|
|
17137
19107
|
export declare const formatDateDateArg: IValueDescriptorTransfer;
|
|
@@ -18709,6 +20679,50 @@ export declare enum BaseValueDescriptorIds {
|
|
|
18709
20679
|
|
|
18710
20680
|
export declare function getRandomBytes(size: number): Uint8Array;
|
|
18711
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
|
+
|
|
18712
20726
|
declare function getRawLimitFromLimitClause(limitClause: LimitClause | null): number | string | null;
|
|
18713
20727
|
|
|
18714
20728
|
declare function getRawOffetFromLimitClause(limitClause: LimitClause | null): number | string;
|
|
@@ -18845,6 +20859,48 @@ export declare enum BaseValueDescriptorIds {
|
|
|
18845
20859
|
|
|
18846
20860
|
declare function getSelectStatementFromProgram(program: Program): SelectStmt | null;
|
|
18847
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
|
+
|
|
18848
20904
|
export declare function getStateClassFromType(entityType: EntityType): EntityStateConstructor | null;
|
|
18849
20905
|
|
|
18850
20906
|
export declare function getStepNameFromDefinition(stepType: PublishingSequenceStep): string;
|
|
@@ -24742,6 +26798,98 @@ export declare enum BaseValueDescriptorIds {
|
|
|
24742
26798
|
exactDataType?: boolean;
|
|
24743
26799
|
}): PropertyState;
|
|
24744
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
|
+
|
|
24745
26893
|
export declare const messagesActionRef: IActionDescriptorReference;
|
|
24746
26894
|
|
|
24747
26895
|
/** SlackMessage entity — parent must be the messages property *data type* */
|
|
@@ -27021,6 +29169,182 @@ export declare enum BaseValueDescriptorIds {
|
|
|
27021
29169
|
};
|
|
27022
29170
|
}
|
|
27023
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
|
+
|
|
27024
29348
|
export declare class OperationsImplementationsHttpRequestModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
27025
29349
|
manifest: ExtensionManifest;
|
|
27026
29350
|
module: {
|
|
@@ -30782,6 +33106,58 @@ export declare enum BaseValueDescriptorIds {
|
|
|
30782
33106
|
|
|
30783
33107
|
export declare function renameDefToNextAvailableName(entity: DefinitionEntityState, changeSet: ChangeSet | null): void;
|
|
30784
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
|
+
|
|
30785
33161
|
export declare function repeatList(list: unknown, count: unknown): any[];
|
|
30786
33162
|
|
|
30787
33163
|
export declare const repliesActionRef: IActionDescriptorReference;
|
|
@@ -31796,6 +34172,106 @@ export declare enum BaseValueDescriptorIds {
|
|
|
31796
34172
|
*/
|
|
31797
34173
|
export declare function set<T extends object = any>(obj: T, path: PathInput, value: any, options?: SetOptions): T;
|
|
31798
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
|
+
|
|
31799
34275
|
export declare function setDate(input: ISODateString, date1to31: number): ISODateString;
|
|
31800
34276
|
|
|
31801
34277
|
export declare const setDateDateArg: IValueDescriptorTransfer;
|
|
@@ -31892,6 +34368,90 @@ export declare enum BaseValueDescriptorIds {
|
|
|
31892
34368
|
|
|
31893
34369
|
export declare const setMsValueDT: IDataTypeTransfer;
|
|
31894
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
|
+
|
|
31895
34455
|
declare interface SetOptions {
|
|
31896
34456
|
createMissing?: boolean;
|
|
31897
34457
|
coerce?: boolean;
|
|
@@ -32261,6 +34821,98 @@ export declare enum BaseValueDescriptorIds {
|
|
|
32261
34821
|
|
|
32262
34822
|
export declare function sortList(list: unknown): any[];
|
|
32263
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
|
+
|
|
32264
34916
|
declare class SortStatement implements ISearchNode {
|
|
32265
34917
|
owner: SearchStatementState;
|
|
32266
34918
|
column: ColumnRef | FunctionCall | null;
|
|
@@ -33916,6 +36568,58 @@ export declare enum BaseValueDescriptorIds {
|
|
|
33916
36568
|
|
|
33917
36569
|
export declare const updatePersistedEntityMethodVoidDataTypeParentRef: IActionDescriptorReference;
|
|
33918
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
|
+
|
|
33919
36623
|
export declare const uploadFileConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
33920
36624
|
|
|
33921
36625
|
export declare const uploadFileConnectionInputTransfer: IValueDescriptorTransfer;
|