@elyx-code/project-logic-tree 0.0.7115 → 0.0.7117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/dist/index.cjs +162 -162
  2. package/dist/index.d.ts +53 -45
  3. package/dist/index.js +29757 -28907
  4. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -613,6 +613,14 @@ export declare const appendRowsValuesInput: IValueDescriptorTransfer;
613
613
 
614
614
  export declare const appendRowsValuesInputDataType: IDataTypeTransfer;
615
615
 
616
+ export declare const appendRowsValuesInputDataTypeNestedBoolean: IDataTypeTransfer;
617
+
618
+ export declare const appendRowsValuesInputDataTypeNestedList: IDataTypeTransfer;
619
+
620
+ export declare const appendRowsValuesInputDataTypeNestedNumber: IDataTypeTransfer;
621
+
622
+ export declare const appendRowsValuesInputDataTypeNestedString: IDataTypeTransfer;
623
+
616
624
  export declare const appendRowsValuesInputDTParentRef: IValueDescriptorReference;
617
625
 
618
626
  export declare const appendRowsValuesInputParentRef: IActionDescriptorReference;
@@ -9370,7 +9378,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9370
9378
  };
9371
9379
  };
9372
9380
  };
9373
- "external-integration--google-sheets--create-spreadsheet": {
9381
+ "external-integration--google-sheet--create-spreadsheet": {
9374
9382
  id: ExternalIntegrationOperations;
9375
9383
  inputs: {
9376
9384
  connection: {
@@ -9407,7 +9415,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9407
9415
  };
9408
9416
  };
9409
9417
  };
9410
- "external-integration--google-sheets--get-spreadsheet": {
9418
+ "external-integration--google-sheet--get-spreadsheet": {
9411
9419
  id: ExternalIntegrationOperations;
9412
9420
  inputs: {
9413
9421
  connection: {
@@ -9444,7 +9452,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9444
9452
  };
9445
9453
  };
9446
9454
  };
9447
- "external-integration--google-sheets--add-sheet": {
9455
+ "external-integration--google-sheet--add-sheet": {
9448
9456
  id: ExternalIntegrationOperations;
9449
9457
  inputs: {
9450
9458
  connection: {
@@ -9481,7 +9489,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9481
9489
  };
9482
9490
  };
9483
9491
  };
9484
- "external-integration--google-sheets--delete-sheet": {
9492
+ "external-integration--google-sheet--delete-sheet": {
9485
9493
  id: ExternalIntegrationOperations;
9486
9494
  inputs: {
9487
9495
  connection: {
@@ -9518,7 +9526,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9518
9526
  };
9519
9527
  };
9520
9528
  };
9521
- "external-integration--google-sheets--append-rows": {
9529
+ "external-integration--google-sheet--append-rows": {
9522
9530
  id: ExternalIntegrationOperations;
9523
9531
  inputs: {
9524
9532
  connection: {
@@ -9561,7 +9569,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9561
9569
  };
9562
9570
  };
9563
9571
  };
9564
- "external-integration--google-sheets--get-range-values": {
9572
+ "external-integration--google-sheet--get-range-values": {
9565
9573
  id: ExternalIntegrationOperations;
9566
9574
  inputs: {
9567
9575
  connection: {
@@ -9598,7 +9606,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9598
9606
  };
9599
9607
  };
9600
9608
  };
9601
- "external-integration--google-sheets--update-range-values": {
9609
+ "external-integration--google-sheet--update-range-values": {
9602
9610
  id: ExternalIntegrationOperations;
9603
9611
  inputs: {
9604
9612
  connection: {
@@ -9641,7 +9649,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9641
9649
  };
9642
9650
  };
9643
9651
  };
9644
- "external-integration--google-sheets--clear-range": {
9652
+ "external-integration--google-sheet--clear-range": {
9645
9653
  id: ExternalIntegrationOperations;
9646
9654
  inputs: {
9647
9655
  connection: {
@@ -9678,7 +9686,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9678
9686
  };
9679
9687
  };
9680
9688
  };
9681
- "external-integration--google-sheets--batch-update-spreadsheet": {
9689
+ "external-integration--google-sheet--batch-update-spreadsheet": {
9682
9690
  id: ExternalIntegrationOperations;
9683
9691
  inputs: {
9684
9692
  connection: {
@@ -9715,7 +9723,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9715
9723
  };
9716
9724
  };
9717
9725
  };
9718
- "external-integration--google-sheets--rename-update-sheet": {
9726
+ "external-integration--google-sheet--rename-update-sheet": {
9719
9727
  id: ExternalIntegrationOperations;
9720
9728
  inputs: {
9721
9729
  connection: {
@@ -9758,7 +9766,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9758
9766
  };
9759
9767
  };
9760
9768
  };
9761
- "external-integration--google-sheets--copy-sheet": {
9769
+ "external-integration--google-sheet--copy-sheet": {
9762
9770
  id: ExternalIntegrationOperations;
9763
9771
  inputs: {
9764
9772
  connection: {
@@ -9801,7 +9809,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9801
9809
  };
9802
9810
  };
9803
9811
  };
9804
- "external-integration--google-sheets--clear-sheet": {
9812
+ "external-integration--google-sheet--clear-sheet": {
9805
9813
  id: ExternalIntegrationOperations;
9806
9814
  inputs: {
9807
9815
  connection: {
@@ -9838,7 +9846,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9838
9846
  };
9839
9847
  };
9840
9848
  };
9841
- "external-integration--google-sheets--batch-get-values": {
9849
+ "external-integration--google-sheet--batch-get-values": {
9842
9850
  id: ExternalIntegrationOperations;
9843
9851
  inputs: {
9844
9852
  connection: {
@@ -9875,7 +9883,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9875
9883
  };
9876
9884
  };
9877
9885
  };
9878
- "external-integration--google-sheets--format-cells": {
9886
+ "external-integration--google-sheet--format-cells": {
9879
9887
  id: ExternalIntegrationOperations;
9880
9888
  inputs: {
9881
9889
  connection: {
@@ -9948,7 +9956,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
9948
9956
  };
9949
9957
  };
9950
9958
  };
9951
- "external-integration--google-sheets--set-number-format": {
9959
+ "external-integration--google-sheet--set-number-format": {
9952
9960
  id: ExternalIntegrationOperations;
9953
9961
  inputs: {
9954
9962
  connection: {
@@ -10015,7 +10023,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
10015
10023
  };
10016
10024
  };
10017
10025
  };
10018
- "external-integration--google-sheets--set-background-color": {
10026
+ "external-integration--google-sheet--set-background-color": {
10019
10027
  id: ExternalIntegrationOperations;
10020
10028
  inputs: {
10021
10029
  connection: {
@@ -10094,7 +10102,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
10094
10102
  };
10095
10103
  };
10096
10104
  };
10097
- "external-integration--google-sheets--merge-unmerge-cells": {
10105
+ "external-integration--google-sheet--merge-unmerge-cells": {
10098
10106
  id: ExternalIntegrationOperations;
10099
10107
  inputs: {
10100
10108
  connection: {
@@ -10167,7 +10175,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
10167
10175
  };
10168
10176
  };
10169
10177
  };
10170
- "external-integration--google-sheets--auto-resize-dimensions": {
10178
+ "external-integration--google-sheet--auto-resize-dimensions": {
10171
10179
  id: ExternalIntegrationOperations;
10172
10180
  inputs: {
10173
10181
  connection: {
@@ -10222,7 +10230,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
10222
10230
  };
10223
10231
  };
10224
10232
  };
10225
- "external-integration--google-sheets--find-and-replace": {
10233
+ "external-integration--google-sheet--find-and-replace": {
10226
10234
  id: ExternalIntegrationOperations;
10227
10235
  inputs: {
10228
10236
  connection: {
@@ -10283,7 +10291,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
10283
10291
  };
10284
10292
  };
10285
10293
  };
10286
- "external-integration--google-sheets--add-data-validation": {
10294
+ "external-integration--google-sheet--add-data-validation": {
10287
10295
  id: ExternalIntegrationOperations;
10288
10296
  inputs: {
10289
10297
  connection: {
@@ -10356,7 +10364,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
10356
10364
  };
10357
10365
  };
10358
10366
  };
10359
- "external-integration--google-sheets--sort-range": {
10367
+ "external-integration--google-sheet--sort-range": {
10360
10368
  id: ExternalIntegrationOperations;
10361
10369
  inputs: {
10362
10370
  connection: {
@@ -10429,7 +10437,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
10429
10437
  };
10430
10438
  };
10431
10439
  };
10432
- "external-integration--google-sheets--apply-clear-filter": {
10440
+ "external-integration--google-sheet--apply-clear-filter": {
10433
10441
  id: ExternalIntegrationOperations;
10434
10442
  inputs: {
10435
10443
  connection: {
@@ -17951,28 +17959,28 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
17951
17959
  SlackChannels = "external-integration--slack--get--channels",
17952
17960
  SlackMessages = "external-integration--slack--get--messages",
17953
17961
  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"
17962
+ GoogleSheetsCreateSpreadsheet = "external-integration--google-sheet--create-spreadsheet",
17963
+ GoogleSheetsGetSpreadsheet = "external-integration--google-sheet--get-spreadsheet",
17964
+ GoogleSheetsAddSheet = "external-integration--google-sheet--add-sheet",
17965
+ GoogleSheetsDeleteSheet = "external-integration--google-sheet--delete-sheet",
17966
+ GoogleSheetsAppendRows = "external-integration--google-sheet--append-rows",
17967
+ GoogleSheetsGetRangeValues = "external-integration--google-sheet--get-range-values",
17968
+ GoogleSheetsUpdateRangeValues = "external-integration--google-sheet--update-range-values",
17969
+ GoogleSheetsClearRange = "external-integration--google-sheet--clear-range",
17970
+ GoogleSheetsBatchUpdateSpreadsheet = "external-integration--google-sheet--batch-update-spreadsheet",
17971
+ GoogleSheetsRenameUpdateSheet = "external-integration--google-sheet--rename-update-sheet",
17972
+ GoogleSheetsCopySheet = "external-integration--google-sheet--copy-sheet",
17973
+ GoogleSheetsClearSheet = "external-integration--google-sheet--clear-sheet",
17974
+ GoogleSheetsBatchGetValues = "external-integration--google-sheet--batch-get-values",
17975
+ GoogleSheetsFormatCells = "external-integration--google-sheet--format-cells",
17976
+ GoogleSheetsSetNumberFormat = "external-integration--google-sheet--set-number-format",
17977
+ GoogleSheetsSetBackgroundColor = "external-integration--google-sheet--set-background-color",
17978
+ GoogleSheetsMergeUnmergeCells = "external-integration--google-sheet--merge-unmerge-cells",
17979
+ GoogleSheetsAutoResizeDimensions = "external-integration--google-sheet--auto-resize-dimensions",
17980
+ GoogleSheetsFindAndReplace = "external-integration--google-sheet--find-and-replace",
17981
+ GoogleSheetsAddDataValidation = "external-integration--google-sheet--add-data-validation",
17982
+ GoogleSheetsSortRange = "external-integration--google-sheet--sort-range",
17983
+ GoogleSheetsApplyClearFilter = "external-integration--google-sheet--apply-clear-filter"
17976
17984
  }
17977
17985
 
17978
17986
  export declare enum ExternalIntegrationRootProviders {
@@ -35414,7 +35422,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
35414
35422
  AddedSlackConnection = "added-slack-connection",
35415
35423
  AddedNewExternalAccountConnection = "added-new-external-account-connection",
35416
35424
  AddedGoogleDriveConnection = "added-google-drive-connection",
35417
- AddedGoogleSheetsConnection = "added-google-sheets-connection",
35425
+ AddedGoogleSheetsConnection = "added-google-sheet-connection",
35418
35426
  AddedGoogleSlidesConnection = "added-google-slides-connection",
35419
35427
  AddedGoogleMailConnection = "added-gmail-connection",
35420
35428
  ManuallyCreateIndividualNode = "manually-create-individual-node",