@kubb/plugin-zod 4.20.3 → 4.21.0
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/components.d.cts +2 -1
- package/dist/components.d.ts +2 -1
- package/dist/generators.d.cts +1 -1
- package/dist/generators.d.ts +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/types-23ND42NW.d.cts +696 -0
- package/dist/types-CyZ4p-xC.d.ts +695 -0
- package/package.json +6 -6
- package/dist/types-BBLRijaO.d.ts +0 -1354
- package/dist/types-HQfz08mH.d.cts +0 -1355
package/dist/components.d.cts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as Operation, i as Schema, n as PluginZod, o as SchemaObject, s as __name } from "./types-23ND42NW.cjs";
|
|
2
|
+
import { FileMetaBase, Plugin, PluginFactoryOptions, ResolveNameParams } from "@kubb/core";
|
|
2
3
|
import { KubbFile } from "@kubb/fabric-core/types";
|
|
3
4
|
import { FabricReactNode } from "@kubb/react-fabric/types";
|
|
4
5
|
|
package/dist/components.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-eQyhnF5A.js";
|
|
2
|
-
import { i as Schema, n as PluginZod, o as
|
|
2
|
+
import { a as Operation, i as Schema, n as PluginZod, o as SchemaObject } from "./types-CyZ4p-xC.js";
|
|
3
|
+
import { FileMetaBase, Plugin, PluginFactoryOptions, ResolveNameParams } from "@kubb/core";
|
|
3
4
|
import { KubbFile } from "@kubb/fabric-core/types";
|
|
4
5
|
import { FabricReactNode } from "@kubb/react-fabric/types";
|
|
5
6
|
|
package/dist/generators.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as PluginZod, r as ReactGenerator, s as __name } from "./types-23ND42NW.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/generators/operationsGenerator.d.ts
|
|
4
4
|
declare const operationsGenerator: ReactGenerator<PluginZod>;
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-eQyhnF5A.js";
|
|
2
|
-
import { n as PluginZod, r as ReactGenerator } from "./types-
|
|
2
|
+
import { n as PluginZod, r as ReactGenerator } from "./types-CyZ4p-xC.js";
|
|
3
3
|
|
|
4
4
|
//#region src/generators/operationsGenerator.d.ts
|
|
5
5
|
declare const operationsGenerator: ReactGenerator<PluginZod>;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as PluginZod, s as __name, t as Options } from "./types-23ND42NW.cjs";
|
|
2
|
+
import * as _kubb_core0 from "@kubb/core";
|
|
2
3
|
|
|
3
4
|
//#region src/plugin.d.ts
|
|
4
5
|
declare const pluginZodName = "plugin-zod";
|
|
5
|
-
declare const pluginZod: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginZod>;
|
|
6
|
+
declare const pluginZod: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginZod>;
|
|
6
7
|
//#endregion
|
|
7
8
|
export { type PluginZod, pluginZod, pluginZodName };
|
|
8
9
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-eQyhnF5A.js";
|
|
2
|
-
import {
|
|
2
|
+
import { n as PluginZod, t as Options } from "./types-CyZ4p-xC.js";
|
|
3
|
+
import * as _kubb_core0 from "@kubb/core";
|
|
3
4
|
|
|
4
5
|
//#region src/plugin.d.ts
|
|
5
6
|
declare const pluginZodName = "plugin-zod";
|
|
6
|
-
declare const pluginZod: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginZod>;
|
|
7
|
+
declare const pluginZod: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginZod>;
|
|
7
8
|
//#endregion
|
|
8
9
|
export { type PluginZod, pluginZod, pluginZodName };
|
|
9
10
|
//# sourceMappingURL=index.d.ts.map
|