@elyx-code/project-logic-tree 0.0.6803 → 0.0.6805
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 +127 -127
- package/dist/index.d.ts +1 -0
- package/dist/index.js +519 -510
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -12484,6 +12484,7 @@ export declare enum EntityGenerationErrorCode {
|
|
|
12484
12484
|
InvalidUUIDStringFormat = "invalid-uuid-string-format",
|
|
12485
12485
|
ReferencedEntityNotFound = "referenced-entity-not-found",
|
|
12486
12486
|
ReferencedValueReaderEntityNotFound = "referenced--value-reader-entity-not-found",
|
|
12487
|
+
InvalidValueWritterReference = "invalid-value-writter-reference",
|
|
12487
12488
|
EntityIdNotUnique = "entity-id-not-unique",
|
|
12488
12489
|
BuiltInEntityGenerated = "built-in-entity-generated",
|
|
12489
12490
|
BuiltInEntityUpdated = "built-in-entity-updated",
|