@elyx-code/project-logic-tree 0.0.6916 → 0.0.6917

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.d.ts CHANGED
@@ -33444,7 +33444,234 @@ export declare enum BaseValueDescriptorIds {
33444
33444
  SetErrorEntity = "set-error-entity",
33445
33445
  AddValueAsTypeToList = "add-value-as-type-to-list",
33446
33446
  RemoveValueAsTypeFromList = "remove-value-as-type-from-list",
33447
- CreateFromGenerationTarget = "create-from-generation-target"
33447
+ CreateFromGenerationTarget = "create-from-generation-target",
33448
+ ConnectExternalAccount = "connect-external-account",
33449
+ ChangeExternalAccountConnectionUsed = "change-external-account-connection-used",
33450
+ MoveInlineDefToCanvas = "move-inline-def-to-canvas",
33451
+ CreateDefFromValue = "create-def-from-value",
33452
+ PrettifyCanvas = "prettify-canvas",
33453
+ SetPrimitiveDefaultValue = "set-primitive-default-value",
33454
+ MakeArgRequired = "make-argument-required",
33455
+ MakeArgNonRequired = "make-argument-non-required",
33456
+ RecalculateArg = "recalculate-arg",
33457
+ RenameArg = "rename-argument",
33458
+ ChangeArgDescription = "changed-argument-description",
33459
+ RemoveArgBaseImplementation = "remove-argument-base-implementation",
33460
+ AddArgBaseImplementation = "add-argument-base-implementation",
33461
+ ChangeArgDataType = "change-argument-data-type",
33462
+ RecalculateCondition = "recalculate-condition",
33463
+ ChangeTypeOfCondition = "change-type-of-condition",
33464
+ RenameDefinition = "rename-definition",
33465
+ RecalculateDef = "recalculate-definition",
33466
+ ChangeDefDescription = "changed-definition-description",
33467
+ RemoveDefBaseImplementation = "remove-definition-base-implementation",
33468
+ AddDefBaseImplementation = "add-definition-base-implementation",
33469
+ RemoveDefExtension = "remove-definition-extension",
33470
+ SetDefExtends = "set-definition-extension",
33471
+ MakeDefStatic = "make-def-static",
33472
+ MakeDefNonStatic = "make-def-non-static",
33473
+ MakeDefAbstract = "make-def-abstract",
33474
+ MakeDefNonAbstract = "make-def-non-abstract",
33475
+ RecalculateFuncCall = "recalculate-function-call",
33476
+ ChangeFuncCallDeclaration = "change-function-call-declaration",
33477
+ RenameFuncDecl = "rename-function-declaration",
33478
+ ChangeFuncDeclDescription = "changed-function-declaration-description",
33479
+ RecalculateFuncDecl = "recalculate-function-declaration",
33480
+ SetFuncDeclBaseImplementation = "set-function-declaration-base-implementation",
33481
+ ChangeFuncDeclOutputDataType = "change-function-declaration-output-data-type",
33482
+ RecalculateGlobalEvent = "recalculate-global-event",
33483
+ ChangeGlobalEventDescription = "changed-global-event-description",
33484
+ ChangeGlobalEventType = "changed-global-event-type",
33485
+ RecalculateInputMap = "recalculate-input",
33486
+ ChangeInputMapDescription = "changed-input-description",
33487
+ ChangeInputMapDataType = "change-input-data-type",
33488
+ RecalculateLoop = "recalculate-loop",
33489
+ ChangeLoopType = "changed-loop-type",
33490
+ RecalculateOperation = "recalculate-operation",
33491
+ ChangeOperationType = "changed-operation-type",
33492
+ RecalculateOutputMap = "recalculate-output",
33493
+ ChangeOutputMapDataType = "change-output-data-type",
33494
+ RecalculateProperty = "recalculate-property",
33495
+ MakePropertyRequired = "make-property-required",
33496
+ MakePropertyNonRequired = "make-property-non-required",
33497
+ MakePropertyConstant = "make-property-constant",
33498
+ MakePropertyNonConstant = "make-property-non-constant",
33499
+ MakePropertyUnique = "make-property-unique",
33500
+ MakePropertyNonUnique = "make-property-non-unique",
33501
+ MakePropertyStatic = "make-property-static",
33502
+ MakePropertyNonStatic = "make-property-non-static",
33503
+ MakePropertyAbstract = "make-property-abstract",
33504
+ MakePropertyNonAbstract = "make-property-non-abstract",
33505
+ RenameProperty = "rename-property",
33506
+ ChangePropertyDescription = "changed-property-description",
33507
+ RemovePropertyBaseImplementation = "remove-property-base-implementation",
33508
+ AddPropertyBaseImplementation = "add-property-base-implementation",
33509
+ ChangePropertyDataType = "change-property-data-type",
33510
+ RecalculateSearch = "recalculate-search",
33511
+ RenameSearch = "rename-search",
33512
+ ChangeSearchDescription = "changed-search-description",
33513
+ ChangeSearchQuery = "changed-search-query",
33514
+ MakeValueDescriptorRequired = "make-value-descriptor-required",
33515
+ MakeValueDescriptorNonRequired = "make-value-descriptor-non-required",
33516
+ RenameValueDescriptor = "rename-value-descriptor",
33517
+ ChangeValueDescriptorDescription = "changed-value-descriptor-description",
33518
+ ChangeValueDescriptorDataType = "change-value-descriptor-data-type",
33519
+ RecalculateVarDecl = "recalculate-variable-declaration",
33520
+ MakeVarDeclConstant = "make-variable-declaration-constant",
33521
+ MakeVarDeclNonConstant = "make-variable-declaration-non-constant",
33522
+ RenameVarDecl = "rename-variable-declaration",
33523
+ ChangeVarDeclDescription = "changed-variable-declaration-description",
33524
+ ChangeVarDeclDataType = "change-variable-declaration-data-type",
33525
+ RecalculateVarInst = "recalculate-variable-instance",
33526
+ ChangeVarInstDeclaration = "change-variable-instance-declaration",
33527
+ HideFuncDeclBody = "hide-function-declaration-body",
33528
+ ShowFuncDeclBody = "show-function-declaration-body",
33529
+ HideGlobalEventBody = "hide-global-event-body",
33530
+ ShowGlobalEventBody = "show-global-event-body",
33531
+ HideLoopBody = "hide-loop-body",
33532
+ ShowLoopBody = "show-loop-body",
33533
+ HideTriggerBody = "hide-trigger-body",
33534
+ ShowTriggerBody = "show-trigger-body",
33535
+ AddNestedAndCondition = "add-nested-and-condition",
33536
+ AddInputToCondition = "add-input-to-condition",
33537
+ RecalculateNode = "recalculate-node",
33538
+ AddInputToFuncDecl = "add-input-to-function-declaration",
33539
+ ChangeInternalCallToThrowErrors = "change-internal-call-to-throw-errors",
33540
+ ChangeInternalCallToCatchErrors = "change-internal-call-to-catch-errors",
33541
+ AddErrorOutputToInternalCall = "add-error-output-to-internal-call",
33542
+ ChangeLoopToThrowErrors = "change-loop-to-throw-errors",
33543
+ ChangeLoopToCatchErrors = "change-loop-to-catch-errors",
33544
+ RecalculateLoopBody = "recalculate-loop-body",
33545
+ RecalculateMethod = "recalculate-method",
33546
+ AddArgToLoopBody = "add-arg-to-loop-body",
33547
+ AddArgToMethod = "add-arg-to-method",
33548
+ RecalculateNestedCondition = "recalculate-nested-condition",
33549
+ ChangeNodeToThrowErrors = "change-node-to-throw-errors",
33550
+ ChangeNodeToCatchErrors = "change-node-to-catch-errors",
33551
+ ChangeOperationToThrowErrors = "change-operation-to-throw-errors",
33552
+ ChangeOperationToCatchErrors = "change-operation-to-catch-errors",
33553
+ ChangeFuncCallToThrowErrors = "change-function-call-to-throw-errors",
33554
+ ChangeFuncCallToCatchErrors = "change-function-call-to-catch-errors",
33555
+ ChangeSearchToThrowErrors = "change-search-to-throw-errors",
33556
+ ChangeSearchToCatchErrors = "change-search-to-catch-errors",
33557
+ ChangeVarDeclToThrowErrors = "change-variable-declaration-to-throw-errors",
33558
+ ChangeVarDeclToCatchErrors = "change-variable-declaration-to-catch-errors",
33559
+ ChangeVarInstToThrowErrors = "change-variable-instance-to-throw-errors",
33560
+ ChangeVarInstToCatchErrors = "change-variable-instance-to-catch-errors",
33561
+ AddErrorOutputToNode = "add-error-output-to-node",
33562
+ AddErrorOutputToOperation = "add-error-output-to-operation",
33563
+ AddErrorOutputToFuncCall = "add-error-output-to-function-call",
33564
+ AddErrorOutputToSearch = "add-error-output-to-search",
33565
+ AddErrorOutputToVarDecl = "add-error-output-to-variable-declaration",
33566
+ AddErrorOutputToVarInst = "add-error-output-to-variable-instance",
33567
+ AddInputToNode = "add-input-to-node",
33568
+ AddInputToOperation = "add-input-to-operation",
33569
+ AddInputToFuncCall = "add-input-to-function-call",
33570
+ AddInputToSearch = "add-input-to-search",
33571
+ AddPropertyToVarDecl = "add-property-to-variable-declaration",
33572
+ AddPropertyToVarInst = "add-property-to-variable-instance",
33573
+ AddMethodToDef = "add-method-to-definition",
33574
+ ReSyncRowTransformer = "re-sync-row-transformer",
33575
+ ManuallyAddRowTransformer = "manually-add-row-transformer",
33576
+ AddPropertyToDef = "add-property-to-definition",
33577
+ RestablishExternalAccountConnection = "restablish-external-account-connection",
33578
+ AddThrownError = "add-thrown-error",
33579
+ RecalculateTerminationStatement = "recalculate-termination-statement",
33580
+ RecalculateReturnStmt = "recalculate-return-statement",
33581
+ RecalculateContinueStmt = "recalculate-continue-statement",
33582
+ RecalculateBreakStmt = "recalculate-break-statement",
33583
+ AddPropertyToTerminationStatement = "add-property-to-termination-statement",
33584
+ AddPropertyToReturnStmt = "add-property-to-return-statement",
33585
+ AddPropertyToContinueStmt = "add-property-to-continue-statement",
33586
+ AddPropertyToBreakStmt = "add-property-to-break-statement",
33587
+ SetLiteralValueToExplicitlyEmpty = "set-literal-value-to-explicitly-empty",
33588
+ ModifyLiteralValue = "modify-literal-value",
33589
+ RemoveLiteralValue = "remove-literal-value",
33590
+ ModifyLiteralValueAsType = "modify-literal-value-as-type",
33591
+ UpdateProjectMetadata = "update-project-metadata",
33592
+ RenameProject = "rename-project",
33593
+ ChangeProjectDescription = "change-project-description",
33594
+ RestoreNode = "restore-node",
33595
+ RestoreDef = "restore-definition",
33596
+ RestoreFuncDecl = "restore-function-declaration",
33597
+ RestoreGlobalEvent = "restore-global-event",
33598
+ RestoreSearch = "restore-search",
33599
+ RestoreVarDecl = "restore-variable-declaration",
33600
+ RestoreVarInst = "restore-variable-instance",
33601
+ RestoreFuncCall = "restore-function-call",
33602
+ RestoreOperation = "restore-operation",
33603
+ RestoreCondition = "restore-condition",
33604
+ RestoreReturnStmt = "restore-return-statement",
33605
+ RestoreContinueStmt = "restore-continue-statement",
33606
+ RestoreBreakStmt = "restore-break-statement",
33607
+ RestoreInstalledProject = "restore-installed-project",
33608
+ RestoreLoop = "restore-loop",
33609
+ CreateNewDef = "create-new-definition",
33610
+ CreateNewFuncDecl = "create-new-function-declaration",
33611
+ CreateNewGlobalEvent = "create-new-global-event",
33612
+ CreateNewSearch = "create-new-search",
33613
+ CreateNewVarDecl = "create-new-variable-declaration",
33614
+ CreateNewVarInst = "create-new-variable-instance",
33615
+ CreateNewFuncCall = "create-new-function-call",
33616
+ CreateNewOperation = "create-new-operation",
33617
+ CreateNewCondition = "create-new-condition",
33618
+ CreateNewReturnStmt = "create-new-return-statement",
33619
+ CreateNewContinueStmt = "create-new-continue-statement",
33620
+ CreateNewBreakStmt = "create-new-break-statement",
33621
+ CreateNewInternalCall = "create-new-internal-call",
33622
+ CreateNewLoop = "create-new-loop",
33623
+ ImplementBuiltInFunctionalityAsDef = "implement-built-in-functionality-as-definition",
33624
+ ImplementAbstractEntityAsDef = "implement-abstract-entity-as-definition",
33625
+ ImplementNewHTTPEndpoint = "implement-new-http-endpoint",
33626
+ ImplementNewScheduledTrigger = "implement-new-scheduled-trigger",
33627
+ ImplementNewPersistedEntity = "implement-new-persisted-entity",
33628
+ AddedNewRowTransformer = "added-new-row-transformer",
33629
+ AddedSQLConnectionConfig = "added-sql-connection-config",
33630
+ AddedNewSSLConnectionConfig = "added-new-ssl-connection-config",
33631
+ AddedGoogleConnection = "added-google-connection",
33632
+ AddedSlackConnection = "added-slack-connection",
33633
+ AddedNewExternalAccountConnection = "added-new-external-account-connection",
33634
+ AddedGoogleDriveConnection = "added-google-drive-connection",
33635
+ AddedGoogleSheetsConnection = "added-google-sheets-connection",
33636
+ AddedGoogleSlidesConnection = "added-google-slides-connection",
33637
+ AddedGoogleMailConnection = "added-gmail-connection",
33638
+ ManuallyCreateIndividualNode = "manually-create-individual-node",
33639
+ UpdateNode = "update-node",
33640
+ CreateNewProjectPublicationCompletedEvent = "create-new-project-publication-completed-event",
33641
+ CreateNewCountedLoop = "create-new-counted-loop",
33642
+ CreateNewListLoop = "create-new-list-loop",
33643
+ CreateNewManualFlowLoop = "create-new-manual-flow-loop",
33644
+ CreateNewObjectKeysLoop = "create-new-object-keys-loop",
33645
+ CreateNewObjectValuesLoop = "create-new-object-values-loop",
33646
+ CreateNewStringLoop = "create-new-string-loop",
33647
+ CreateNewIsFalseCondition = "create-new-is-false-condition",
33648
+ CreateNewIsTrueCondition = "create-new-is-true-condition",
33649
+ CreateNewAndCondition = "create-new-and-condition",
33650
+ CreateNewOrCondition = "create-new-or-condition",
33651
+ DisconnectNodes = "disconnect-nodes",
33652
+ DisconnectExecutions = "disconnect-executions",
33653
+ DisconnectValues = "disconnect-values",
33654
+ ConnectNodes = "connect-nodes",
33655
+ ConnectExecution = "connect-execution",
33656
+ ConnectValues = "connect-values",
33657
+ ConnectValueToNewInput = "connect-value-to-new-input",
33658
+ ConnectValueToNewOperationInput = "connect-value-to-new-operation-input",
33659
+ ConnectValueToNewConditionInput = "connect-value-to-new-condition-input",
33660
+ ConnectValueToNewSearchInput = "connect-value-to-new-search-input",
33661
+ ConnectValueToNewVarDeclProperty = "connect-value-to-new-variable-declaration-property",
33662
+ ConnectValueToNewVarInstProperty = "connect-value-to-new-variable-instance-property",
33663
+ ConnectValueToNewReturnStmtProperty = "connect-value-to-new-return-statement-property",
33664
+ ConnectValueToNewContinueStmtProperty = "connect-value-to-new-continue-statement-property",
33665
+ ConnectValueToNewBreakStmtProperty = "connect-value-to-new-break-statement-property",
33666
+ ConnectNewFuncDeclArgToValue = "connect-new-function-argument-to-value",
33667
+ RemoveNodes = "remove-nodes",
33668
+ RemoveNode = "remove-node",
33669
+ InitialLoadAutomaticCanvasRefresh = "initial-load-automatic-canvas-refresh",
33670
+ MoveNodes = "move-nodes",
33671
+ MoveNode = "move-node",
33672
+ CloneNodes = "clone-nodes",
33673
+ CloneNode = "clone-node",
33674
+ GenerateSQLMigrationOnPersistedEntityUpdate = "generate-sql-migration-on-persisted-entity-update"
33448
33675
  }
33449
33676
 
33450
33677
  export declare enum StateMutationErrorCode {