@hey-api/openapi-ts 0.71.0 → 0.71.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/chunk-EZKCBI4J.js +16 -0
- package/dist/chunk-EZKCBI4J.js.map +1 -0
- package/dist/index.cjs +53 -53
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/internal.cjs +12 -12
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/internal.js +1 -1
- package/dist/{types.d-Dy-fBrKf.d.cts → types.d-1-e85tL8.d.cts} +3 -2
- package/dist/{types.d-Dy-fBrKf.d.ts → types.d-1-e85tL8.d.ts} +3 -2
- package/package.json +1 -1
- package/dist/chunk-LBEWMSUW.js +0 -16
- package/dist/chunk-LBEWMSUW.js.map +0 -1
package/dist/internal.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { JSONSchema } from '@hey-api/json-schema-ref-parser';
|
|
2
|
-
import { e as Config, I as IR, W as WatchValues } from './types.d-
|
|
3
|
-
export { i as initConfigs } from './types.d-
|
|
2
|
+
import { e as Config, I as IR, W as WatchValues } from './types.d-1-e85tL8.cjs';
|
|
3
|
+
export { i as initConfigs } from './types.d-1-e85tL8.cjs';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'typescript';
|
|
6
6
|
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { JSONSchema } from '@hey-api/json-schema-ref-parser';
|
|
2
|
-
import { e as Config, I as IR, W as WatchValues } from './types.d-
|
|
3
|
-
export { i as initConfigs } from './types.d-
|
|
2
|
+
import { e as Config, I as IR, W as WatchValues } from './types.d-1-e85tL8.js';
|
|
3
|
+
export { i as initConfigs } from './types.d-1-e85tL8.js';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'typescript';
|
|
6
6
|
|
package/dist/internal.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {createRequire}from'module';export{p as getSpec,z as initConfigs,u as parseOpenApiSpec}from'./chunk-
|
|
1
|
+
import {createRequire}from'module';export{p as getSpec,z as initConfigs,u as parseOpenApiSpec}from'./chunk-EZKCBI4J.js';createRequire(import.meta.url);//# sourceMappingURL=internal.js.map
|
|
2
2
|
//# sourceMappingURL=internal.js.map
|
|
@@ -7374,11 +7374,12 @@ interface Input {
|
|
|
7374
7374
|
* **This is an experimental feature.**
|
|
7375
7375
|
*
|
|
7376
7376
|
* Validate the input before generating output? This is an experimental,
|
|
7377
|
-
* lightweight feature and support will be added on an ad hoc basis.
|
|
7377
|
+
* lightweight feature and support will be added on an ad hoc basis. Setting
|
|
7378
|
+
* `validate_EXPERIMENTAL` to `true` is the same as `warn`.
|
|
7378
7379
|
*
|
|
7379
7380
|
* @default false
|
|
7380
7381
|
*/
|
|
7381
|
-
validate_EXPERIMENTAL?: boolean;
|
|
7382
|
+
validate_EXPERIMENTAL?: boolean | 'strict' | 'warn';
|
|
7382
7383
|
/**
|
|
7383
7384
|
* **Requires `path` to start with `https://get.heyapi.dev` or be undefined**
|
|
7384
7385
|
*
|
|
@@ -7374,11 +7374,12 @@ interface Input {
|
|
|
7374
7374
|
* **This is an experimental feature.**
|
|
7375
7375
|
*
|
|
7376
7376
|
* Validate the input before generating output? This is an experimental,
|
|
7377
|
-
* lightweight feature and support will be added on an ad hoc basis.
|
|
7377
|
+
* lightweight feature and support will be added on an ad hoc basis. Setting
|
|
7378
|
+
* `validate_EXPERIMENTAL` to `true` is the same as `warn`.
|
|
7378
7379
|
*
|
|
7379
7380
|
* @default false
|
|
7380
7381
|
*/
|
|
7381
|
-
validate_EXPERIMENTAL?: boolean;
|
|
7382
|
+
validate_EXPERIMENTAL?: boolean | 'strict' | 'warn';
|
|
7382
7383
|
/**
|
|
7383
7384
|
* **Requires `path` to start with `https://get.heyapi.dev` or be undefined**
|
|
7384
7385
|
*
|