@elyx-code/project-logic-tree 0.0.6679 → 0.0.6680

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
@@ -23986,6 +23986,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
23986
23986
  addSelfToProject(changeSet?: ChangeSet | null): IChangeSet<LiteralValueState>;
23987
23987
  setParent(parent: DataTypeState | InputMapState | PropertyState | ArgumentDeclarationState | ReturnStatementState | BreakStatementState | ContinueStatementState | VariableDeclarationState | VariableInstanceState | ValueDescriptorState, changeSet?: ChangeSet | null): LiteralValueState;
23988
23988
  setStandaloneParent(parent: EntityWithValueState, changeSet?: ChangeSet | null): LiteralValueState;
23989
+ addValueAsTypeToList(entity: ValueAsTypeState, changeSet?: ChangeSet | null): LiteralValueState;
23990
+ removeValueAsTypeFromList(entity: ValueAsTypeState, changeSet?: ChangeSet | null): LiteralValueState;
23989
23991
  setValueAsTypeSingle(valueAsTypeSingle: ValueAsTypeState | null, changeSet?: ChangeSet | null): LiteralValueState;
23990
23992
  setValueAsTypeList(valueAsTypeList: ValueAsTypeState[] | null, changeSet?: ChangeSet | null): LiteralValueState;
23991
23993
  setValueAsType(valueAsTypeSingle: ValueAsTypeState | ValueAsTypeState[] | null, changeSet?: ChangeSet | null): LiteralValueState;
@@ -31364,7 +31366,9 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
31364
31366
  SetDataTypeEntityValue = "set-data-type-entity-value",
31365
31367
  MergeDataTypes = "merge-data-types",
31366
31368
  SetDataTypeForeignKeyRef = "set-data-type-foreign-key-ref",
31367
- SetErrorEntity = "set-error-entity"
31369
+ SetErrorEntity = "set-error-entity",
31370
+ AddValueAsTypeToList = "add-value-as-type-to-list",
31371
+ RemoveValueAsTypeFromList = "remove-value-as-type-from-list"
31368
31372
  }
31369
31373
 
31370
31374
  export declare enum StateMutationErrorCode {