@elyx-code/project-logic-tree 0.0.6937 → 0.0.6938
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 +234 -234
- package/dist/index.d.ts +3 -1
- package/dist/index.js +26815 -26807
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -31963,7 +31963,9 @@ export declare enum BaseValueDescriptorIds {
|
|
|
31963
31963
|
|
|
31964
31964
|
export declare function resolveSearchName(search: SearchState): string;
|
|
31965
31965
|
|
|
31966
|
-
export declare function resolveSQLMigrationsDiffs(project: ProjectState, lastPublishedProjectState: ProjectState | null, entity: DefinitionEntityState
|
|
31966
|
+
export declare function resolveSQLMigrationsDiffs(project: ProjectState, lastPublishedProjectState: ProjectState | null, entity: DefinitionEntityState, options?: {
|
|
31967
|
+
skipBaseExtension?: boolean;
|
|
31968
|
+
}): ISQLMigrationsDiffs;
|
|
31967
31969
|
|
|
31968
31970
|
export declare function resolveTechnicalBaseEntityName(baseEntities: BaseEntityNames[]): string;
|
|
31969
31971
|
|