@elyx-code/project-logic-tree 0.0.6334 → 0.0.6336
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 +4 -1
- package/dist/index.js +20798 -20765
- package/dist/index.umd.cjs +108 -107
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8447,6 +8447,7 @@ export declare interface IEntityActionRequestPayload<P = EntityActionPayload> {
|
|
|
8447
8447
|
actionId: string;
|
|
8448
8448
|
timestamp: string;
|
|
8449
8449
|
projectId: string;
|
|
8450
|
+
sessionId: string;
|
|
8450
8451
|
payload: P;
|
|
8451
8452
|
}
|
|
8452
8453
|
|
|
@@ -11549,6 +11550,8 @@ export declare enum PrimitiveTypes {
|
|
|
11549
11550
|
Untyped = "untyped"
|
|
11550
11551
|
}
|
|
11551
11552
|
|
|
11553
|
+
export declare function printEntity(entity: ElementGenerationTarget | EntityState, project: ProjectState): string;
|
|
11554
|
+
|
|
11552
11555
|
export declare const processOutputGlobalValueDescriptorDataType: IDataTypeTransfer;
|
|
11553
11556
|
|
|
11554
11557
|
export declare const processOutputGlobalValueDescriptorReturn: IValueDescriptorTransfer;
|
|
@@ -11791,7 +11794,7 @@ export declare class ProjectState extends CombinedVersionedEvents implements IPr
|
|
|
11791
11794
|
requestActiveValue(valueOwner: EntityWithValueState): LiteralValueState | null;
|
|
11792
11795
|
undo(): IProjectVersionTransitionConfig;
|
|
11793
11796
|
redo(): IProjectVersionTransitionConfig;
|
|
11794
|
-
applyExternalChangeSet(request: PersistChangeSetEntityActionRequestPayload):
|
|
11797
|
+
applyExternalChangeSet(request: PersistChangeSetEntityActionRequestPayload): ChangeSet;
|
|
11795
11798
|
toFullProjectTransfer(): {
|
|
11796
11799
|
order: EntityId[];
|
|
11797
11800
|
size: number;
|