@hey-api/openapi-ts 0.62.0 → 0.62.1
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -6990,6 +6990,14 @@ interface ClientConfig {
|
|
|
6990
6990
|
* @default false
|
|
6991
6991
|
*/
|
|
6992
6992
|
format?: Formatters | false;
|
|
6993
|
+
/**
|
|
6994
|
+
* Should the exports from plugin files be re-exported in the index
|
|
6995
|
+
* barrel file? By default, this is enabled and only default plugins
|
|
6996
|
+
* are re-exported.
|
|
6997
|
+
*
|
|
6998
|
+
* @default true
|
|
6999
|
+
*/
|
|
7000
|
+
indexFile?: boolean;
|
|
6993
7001
|
/**
|
|
6994
7002
|
* Process output folder with linter?
|
|
6995
7003
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -6990,6 +6990,14 @@ interface ClientConfig {
|
|
|
6990
6990
|
* @default false
|
|
6991
6991
|
*/
|
|
6992
6992
|
format?: Formatters | false;
|
|
6993
|
+
/**
|
|
6994
|
+
* Should the exports from plugin files be re-exported in the index
|
|
6995
|
+
* barrel file? By default, this is enabled and only default plugins
|
|
6996
|
+
* are re-exported.
|
|
6997
|
+
*
|
|
6998
|
+
* @default true
|
|
6999
|
+
*/
|
|
7000
|
+
indexFile?: boolean;
|
|
6993
7001
|
/**
|
|
6994
7002
|
* Process output folder with linter?
|
|
6995
7003
|
*
|