@famgia/omnify-types 2.0.46 → 2.0.48
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
|
@@ -601,6 +601,8 @@ interface GeneratorContext {
|
|
|
601
601
|
readonly pluginEnums: ReadonlyMap<string, PluginEnumDefinition>;
|
|
602
602
|
/** Locale configuration for multi-language support */
|
|
603
603
|
readonly localeConfig?: LocaleConfig | undefined;
|
|
604
|
+
/** Force regenerate all outputs, overwriting existing files */
|
|
605
|
+
readonly force?: boolean | undefined;
|
|
604
606
|
}
|
|
605
607
|
/**
|
|
606
608
|
* Definition of a generator provided by a plugin.
|
package/dist/index.d.ts
CHANGED
|
@@ -601,6 +601,8 @@ interface GeneratorContext {
|
|
|
601
601
|
readonly pluginEnums: ReadonlyMap<string, PluginEnumDefinition>;
|
|
602
602
|
/** Locale configuration for multi-language support */
|
|
603
603
|
readonly localeConfig?: LocaleConfig | undefined;
|
|
604
|
+
/** Force regenerate all outputs, overwriting existing files */
|
|
605
|
+
readonly force?: boolean | undefined;
|
|
604
606
|
}
|
|
605
607
|
/**
|
|
606
608
|
* Definition of a generator provided by a plugin.
|