@elyx-code/project-logic-tree 0.0.6313 → 0.0.6316
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 +5 -0
- package/dist/index.js +2091 -2063
- package/dist/index.umd.cjs +60 -60
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11786,6 +11786,11 @@ export declare class ProjectState extends CombinedVersionedEvents implements IPr
|
|
|
11786
11786
|
undo(): IProjectVersionTransitionConfig;
|
|
11787
11787
|
redo(): IProjectVersionTransitionConfig;
|
|
11788
11788
|
applyExternalChangeSet(request: PersistChangeSetEntityActionRequestPayload): ProjectState;
|
|
11789
|
+
toFullProjectTransfer(): {
|
|
11790
|
+
order: EntityId[];
|
|
11791
|
+
size: number;
|
|
11792
|
+
record: Record<EntityId, UserManagedElementShallowTransfer>;
|
|
11793
|
+
};
|
|
11789
11794
|
}
|
|
11790
11795
|
|
|
11791
11796
|
export declare enum ProjectStateEvents {
|