@elyx-code/project-logic-tree 0.0.6760 → 0.0.6762
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 +53 -53
- package/dist/index.d.ts +3 -1
- package/dist/index.js +6957 -6950
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -29753,7 +29753,9 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
29753
29753
|
applyExternalChangeSet(request: PersistChangeSetEntityActionRequestPayload): ChangeSet;
|
|
29754
29754
|
toBuiltInShallowRecord(): Record<EntityId, ElementShallowTransfer>;
|
|
29755
29755
|
toShallowRecord(): Record<EntityId, UserManagedElementShallowTransfer>;
|
|
29756
|
-
toFullProjectTransfer(
|
|
29756
|
+
toFullProjectTransfer(options?: {
|
|
29757
|
+
shallowErrors?: boolean;
|
|
29758
|
+
}): {
|
|
29757
29759
|
order: EntityId[];
|
|
29758
29760
|
size: number;
|
|
29759
29761
|
record: Record<EntityId, UserManagedElementShallowTransfer>;
|