@famgia/omnify-types 0.0.18 → 0.0.19
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.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -827,6 +827,8 @@ interface LaravelOutputConfig {
|
|
|
827
827
|
readonly migrationsPath: string;
|
|
828
828
|
/** Directory for generated model files */
|
|
829
829
|
readonly modelsPath?: string;
|
|
830
|
+
/** Directory for generated base model files (auto-generated, always overwritten) */
|
|
831
|
+
readonly baseModelsPath?: string;
|
|
830
832
|
/** Model namespace */
|
|
831
833
|
readonly modelsNamespace?: string;
|
|
832
834
|
/** Directory for generated factory files */
|
package/dist/index.d.ts
CHANGED
|
@@ -827,6 +827,8 @@ interface LaravelOutputConfig {
|
|
|
827
827
|
readonly migrationsPath: string;
|
|
828
828
|
/** Directory for generated model files */
|
|
829
829
|
readonly modelsPath?: string;
|
|
830
|
+
/** Directory for generated base model files (auto-generated, always overwritten) */
|
|
831
|
+
readonly baseModelsPath?: string;
|
|
830
832
|
/** Model namespace */
|
|
831
833
|
readonly modelsNamespace?: string;
|
|
832
834
|
/** Directory for generated factory files */
|