@elyx-code/project-logic-tree 0.0.6687 → 0.0.6690
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 +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +923 -918
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -29298,7 +29298,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
29298
29298
|
initialized: boolean;
|
|
29299
29299
|
startedInitialization: boolean;
|
|
29300
29300
|
diggestedBuiltInBaseEntitiesIds: Set<EntityId>;
|
|
29301
|
-
|
|
29301
|
+
rejectParallelCS: boolean;
|
|
29302
29302
|
onPersistChangeSetSequentiallyCallback: ((changeSet: ChangeSet) => Promise<{
|
|
29303
29303
|
success: boolean;
|
|
29304
29304
|
}>) | null;
|