@famgia/omnify-types 0.0.44 → 0.0.46
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
|
@@ -958,6 +958,8 @@ interface LaravelOutputConfig {
|
|
|
958
958
|
readonly modelsPath?: string;
|
|
959
959
|
/** Directory for generated base model files (auto-generated, always overwritten) */
|
|
960
960
|
readonly baseModelsPath?: string;
|
|
961
|
+
/** Directory for generated service provider files */
|
|
962
|
+
readonly providersPath?: string;
|
|
961
963
|
/** Model namespace */
|
|
962
964
|
readonly modelsNamespace?: string;
|
|
963
965
|
/** Directory for generated factory files */
|
package/dist/index.d.ts
CHANGED
|
@@ -958,6 +958,8 @@ interface LaravelOutputConfig {
|
|
|
958
958
|
readonly modelsPath?: string;
|
|
959
959
|
/** Directory for generated base model files (auto-generated, always overwritten) */
|
|
960
960
|
readonly baseModelsPath?: string;
|
|
961
|
+
/** Directory for generated service provider files */
|
|
962
|
+
readonly providersPath?: string;
|
|
961
963
|
/** Model namespace */
|
|
962
964
|
readonly modelsNamespace?: string;
|
|
963
965
|
/** Directory for generated factory files */
|