@famgia/omnify-types 0.0.146 → 0.0.147
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -786,7 +786,7 @@ interface PackageLaravelOutputConfig {
|
|
|
786
786
|
readonly modelsPath?: string;
|
|
787
787
|
/**
|
|
788
788
|
* Path for auto-generated base models (relative to base).
|
|
789
|
-
* @default 'src/Models/
|
|
789
|
+
* @default 'src/Models/OmnifyBase'
|
|
790
790
|
*/
|
|
791
791
|
readonly baseModelsPath?: string;
|
|
792
792
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -786,7 +786,7 @@ interface PackageLaravelOutputConfig {
|
|
|
786
786
|
readonly modelsPath?: string;
|
|
787
787
|
/**
|
|
788
788
|
* Path for auto-generated base models (relative to base).
|
|
789
|
-
* @default 'src/Models/
|
|
789
|
+
* @default 'src/Models/OmnifyBase'
|
|
790
790
|
*/
|
|
791
791
|
readonly baseModelsPath?: string;
|
|
792
792
|
/**
|