@hey-api/openapi-ts 0.80.11 → 0.80.12
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-7WYJFIBI.js → chunk-YCLZNERM.js} +3 -3
- package/dist/chunk-YCLZNERM.js.map +1 -0
- package/dist/index.cjs +181 -181
- 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 +1 -1
- package/dist/internal.cjs +1 -1
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/{types.d-CjuizMGC.d.cts → types.d-Dtr2Cny3.d.cts} +18 -0
- package/dist/{types.d-CjuizMGC.d.ts → types.d-Dtr2Cny3.d.ts} +18 -0
- package/package.json +1 -1
- package/dist/chunk-7WYJFIBI.js.map +0 -1
package/dist/internal.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as Config, c as IR, U as UserConfig, W as WatchValues } from './types.d-
|
|
1
|
+
import { k as Config, c as IR, U as UserConfig, W as WatchValues } from './types.d-Dtr2Cny3.cjs';
|
|
2
2
|
import { JSONSchema } from '@hey-api/json-schema-ref-parser';
|
|
3
3
|
import 'semver';
|
|
4
4
|
import 'node:fs';
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as Config, c as IR, U as UserConfig, W as WatchValues } from './types.d-
|
|
1
|
+
import { k as Config, c as IR, U as UserConfig, W as WatchValues } from './types.d-Dtr2Cny3.js';
|
|
2
2
|
import { JSONSchema } from '@hey-api/json-schema-ref-parser';
|
|
3
3
|
import 'semver';
|
|
4
4
|
import 'node:fs';
|
package/dist/internal.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {createRequire}from'module';export{K as getSpec,J as initConfigs,E as parseOpenApiSpec}from'./chunk-
|
|
1
|
+
import {createRequire}from'module';export{K as getSpec,J as initConfigs,E as parseOpenApiSpec}from'./chunk-YCLZNERM.js';createRequire(import.meta.url);//# sourceMappingURL=internal.js.map
|
|
2
2
|
//# sourceMappingURL=internal.js.map
|
|
@@ -12081,6 +12081,15 @@ type UserConfig = Plugin.Name<'zod'> & {
|
|
|
12081
12081
|
* date validation features.
|
|
12082
12082
|
*/
|
|
12083
12083
|
dates?: {
|
|
12084
|
+
/**
|
|
12085
|
+
* Whether to allow unqualified (timezone-less) datetimes:
|
|
12086
|
+
*
|
|
12087
|
+
* When enabled, Zod will accept datetime strings without timezone information.
|
|
12088
|
+
* When disabled, Zod will require timezone information in datetime strings.
|
|
12089
|
+
*
|
|
12090
|
+
* @default false
|
|
12091
|
+
*/
|
|
12092
|
+
local?: boolean;
|
|
12084
12093
|
/**
|
|
12085
12094
|
* Whether to include timezone offset information when handling dates.
|
|
12086
12095
|
*
|
|
@@ -12413,6 +12422,15 @@ type Config = Plugin.Name<'zod'> & {
|
|
|
12413
12422
|
* date validation features.
|
|
12414
12423
|
*/
|
|
12415
12424
|
dates: {
|
|
12425
|
+
/**
|
|
12426
|
+
* Whether to allow unqualified (timezone-less) datetimes:
|
|
12427
|
+
*
|
|
12428
|
+
* When enabled, Zod will accept datetime strings without timezone information.
|
|
12429
|
+
* When disabled, Zod will require timezone information in datetime strings.
|
|
12430
|
+
*
|
|
12431
|
+
* @default false
|
|
12432
|
+
*/
|
|
12433
|
+
local: boolean;
|
|
12416
12434
|
/**
|
|
12417
12435
|
* Whether to include timezone offset information when handling dates.
|
|
12418
12436
|
*
|
|
@@ -12081,6 +12081,15 @@ type UserConfig = Plugin.Name<'zod'> & {
|
|
|
12081
12081
|
* date validation features.
|
|
12082
12082
|
*/
|
|
12083
12083
|
dates?: {
|
|
12084
|
+
/**
|
|
12085
|
+
* Whether to allow unqualified (timezone-less) datetimes:
|
|
12086
|
+
*
|
|
12087
|
+
* When enabled, Zod will accept datetime strings without timezone information.
|
|
12088
|
+
* When disabled, Zod will require timezone information in datetime strings.
|
|
12089
|
+
*
|
|
12090
|
+
* @default false
|
|
12091
|
+
*/
|
|
12092
|
+
local?: boolean;
|
|
12084
12093
|
/**
|
|
12085
12094
|
* Whether to include timezone offset information when handling dates.
|
|
12086
12095
|
*
|
|
@@ -12413,6 +12422,15 @@ type Config = Plugin.Name<'zod'> & {
|
|
|
12413
12422
|
* date validation features.
|
|
12414
12423
|
*/
|
|
12415
12424
|
dates: {
|
|
12425
|
+
/**
|
|
12426
|
+
* Whether to allow unqualified (timezone-less) datetimes:
|
|
12427
|
+
*
|
|
12428
|
+
* When enabled, Zod will accept datetime strings without timezone information.
|
|
12429
|
+
* When disabled, Zod will require timezone information in datetime strings.
|
|
12430
|
+
*
|
|
12431
|
+
* @default false
|
|
12432
|
+
*/
|
|
12433
|
+
local: boolean;
|
|
12416
12434
|
/**
|
|
12417
12435
|
* Whether to include timezone offset information when handling dates.
|
|
12418
12436
|
*
|
package/package.json
CHANGED