@elyx-code/project-logic-tree 0.0.6610 → 0.0.6611
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 +3 -1
- package/dist/index.js +1359 -1328
- package/dist/index.umd.cjs +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -19658,7 +19658,9 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
19658
19658
|
RemoveAllErrorCallers = "remove-all-error-callers",
|
|
19659
19659
|
RemoveAllSuccessCallers = "remove-all-success-callers",
|
|
19660
19660
|
RemoveAllCallers = "remove-all-callers",
|
|
19661
|
-
RemoveAllErrorCalls = "remove-all-error-calls"
|
|
19661
|
+
RemoveAllErrorCalls = "remove-all-error-calls",
|
|
19662
|
+
SetDataTypeEntityValue = "set-data-type-entity-value",
|
|
19663
|
+
MergeDataTypes = "merge-data-types"
|
|
19662
19664
|
}
|
|
19663
19665
|
|
|
19664
19666
|
export declare enum StateMutationErrorCode {
|