@elyx-code/project-logic-tree 0.0.6606 → 0.0.6607

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 CHANGED
@@ -208,19 +208,6 @@ export declare class ActionOutputMapState extends OutputMapState implements IAct
208
208
  toJSON(seenEntities?: Set<EntityId>): IActionOutputMap | IOutputMapReference;
209
209
  }
210
210
 
211
- /**
212
- * Modifies the given transformer so the arguments of the 'up' method's body match the properties of the old entity state
213
- * The returned structure matches that of the new entity state
214
- *
215
- * And does the oposite to the 'down' method's body so the return is the old entity and the input args are the new entity
216
- *
217
- * @param {EditorService} editor
218
- * @param {DefinitionEntityState} transformer
219
- * @param {DefinitionEntityState} newEntityState
220
- * @param {DefinitionEntityState} oldEntityState
221
- */
222
- export declare function addDifferencesToRowTransformer(project: ProjectState, transformer: DefinitionEntityState, newEntityState: DefinitionEntityState, oldEntityState: DefinitionEntityState, changeSet: ChangeSet): void;
223
-
224
211
  export declare function addDisabledReasons(existingDisbledResons: CanvasEntityDisabledReason[], newReasons: CanvasEntityDisabledReason[]): {
225
212
  hasChanged: boolean;
226
213
  reasons: CanvasEntityDisabledReason[];
@@ -7733,8 +7720,6 @@ export declare function generateIdFromStrategy(entity: EntityState, project: Pro
7733
7720
 
7734
7721
  export declare function generateMutablePropertiesExplanation(entityToUpdate: EntityState): string;
7735
7722
 
7736
- export declare function generateNewRowMigrationDefinition(project: ProjectState, updatedEntity: DefinitionEntityState, lastPublishedEntityVersion: DefinitionEntityState, changeSet: ChangeSet): DefinitionEntityState;
7737
-
7738
7723
  export declare function generatePlaceholderValueStore(id: string, project: ProjectState): IValueStoreClient;
7739
7724
 
7740
7725
  export declare const generateRandomAlphanumericOperation: IActionDescriptorTransfer;