@elyx-code/project-logic-tree 0.0.6804 → 0.0.6806
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 +172 -172
- package/dist/index.d.ts +3 -0
- package/dist/index.js +8439 -8378
- 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",
|
|
@@ -20357,6 +20358,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
20357
20358
|
saltBytes?: Bytes;
|
|
20358
20359
|
}
|
|
20359
20360
|
|
|
20361
|
+
export declare function hasMissingValue(self: EntityWithValueState): boolean;
|
|
20362
|
+
|
|
20360
20363
|
export declare function hexToken(): string;
|
|
20361
20364
|
|
|
20362
20365
|
/** HMAC over data with SHA-256/384/512. */
|