@kubb/plugin-client 4.2.2 → 4.3.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.
@@ -1,8 +1,10 @@
1
- import { a as types_d_exports, c as __reExport, i as OperationSchemas, n as PluginClient, s as Operation } from "./types-BfP2gAzn.cjs";
1
+ import { a as types_d_exports, c as __reExport, i as OperationSchemas, n as PluginClient, s as Operation } from "./types-rIa1K280.cjs";
2
2
 
3
3
  //#region ../react/src/index.d.ts
4
4
 
5
5
  import * as import___kubb_react_fabric from "@kubb/react-fabric";
6
+ import * as import___kubb_react_fabric_parsers from "@kubb/react-fabric/parsers";
7
+ import * as import___kubb_react_fabric_plugins from "@kubb/react-fabric/plugins";
6
8
  //#endregion
7
9
  //#region src/components/Client.d.ts
8
10
  type Props$1 = {
@@ -1,8 +1,10 @@
1
- import { a as types_d_exports, c as __reExport, i as OperationSchemas, n as PluginClient, s as Operation } from "./types-DIxcknRD.js";
1
+ import { a as types_d_exports, c as __reExport, i as OperationSchemas, n as PluginClient, s as Operation } from "./types-BPLzP9R9.js";
2
2
 
3
3
  //#region ../react/src/index.d.ts
4
4
 
5
5
  import * as import___kubb_react_fabric from "@kubb/react-fabric";
6
+ import * as import___kubb_react_fabric_parsers from "@kubb/react-fabric/parsers";
7
+ import * as import___kubb_react_fabric_plugins from "@kubb/react-fabric/plugins";
6
8
  //#endregion
7
9
  //#region src/components/Client.d.ts
8
10
  type Props$1 = {
@@ -1,4 +1,4 @@
1
- import { n as PluginClient, r as Generator } from "./types-BfP2gAzn.cjs";
1
+ import { n as PluginClient, r as Generator } from "./types-rIa1K280.cjs";
2
2
 
3
3
  //#region src/generators/clientGenerator.d.ts
4
4
  declare const clientGenerator: Generator<PluginClient>;
@@ -1,4 +1,4 @@
1
- import { n as PluginClient, r as Generator } from "./types-DIxcknRD.js";
1
+ import { n as PluginClient, r as Generator } from "./types-BPLzP9R9.js";
2
2
 
3
3
  //#region src/generators/clientGenerator.d.ts
4
4
  declare const clientGenerator: Generator<PluginClient>;
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as PluginClient, o as UserPluginWithLifeCycle, t as Options } from "./types-BfP2gAzn.cjs";
1
+ import { n as PluginClient, o as UserPluginWithLifeCycle, t as Options } from "./types-rIa1K280.cjs";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginClientName = "plugin-client";
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as PluginClient, o as UserPluginWithLifeCycle, t as Options } from "./types-DIxcknRD.js";
1
+ import { n as PluginClient, o as UserPluginWithLifeCycle, t as Options } from "./types-BPLzP9R9.js";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginClientName = "plugin-client";
@@ -823,6 +823,14 @@ type SchemaKeywordMapper = {
823
823
  keyword: 'min';
824
824
  args: number;
825
825
  };
826
+ exclusiveMaximum: {
827
+ keyword: 'exclusiveMaximum';
828
+ args: number;
829
+ };
830
+ exclusiveMinimum: {
831
+ keyword: 'exclusiveMinimum';
832
+ args: number;
833
+ };
826
834
  describe: {
827
835
  keyword: 'describe';
828
836
  args: string;
@@ -1203,4 +1211,4 @@ type ResolvedOptions = {
1203
1211
  type PluginClient = PluginFactoryOptions<'plugin-client', Options$1, ResolvedOptions, never, ResolvePathOptions>;
1204
1212
  //#endregion
1205
1213
  export { types_d_exports$1 as a, __reExport as c, OperationSchemas as i, PluginClient as n, UserPluginWithLifeCycle as o, Generator as r, Operation$1 as s, Options$1 as t };
1206
- //# sourceMappingURL=types-BfP2gAzn.d.cts.map
1214
+ //# sourceMappingURL=types-BPLzP9R9.d.ts.map
@@ -823,6 +823,14 @@ type SchemaKeywordMapper = {
823
823
  keyword: 'min';
824
824
  args: number;
825
825
  };
826
+ exclusiveMaximum: {
827
+ keyword: 'exclusiveMaximum';
828
+ args: number;
829
+ };
830
+ exclusiveMinimum: {
831
+ keyword: 'exclusiveMinimum';
832
+ args: number;
833
+ };
826
834
  describe: {
827
835
  keyword: 'describe';
828
836
  args: string;
@@ -1203,4 +1211,4 @@ type ResolvedOptions = {
1203
1211
  type PluginClient = PluginFactoryOptions<'plugin-client', Options$1, ResolvedOptions, never, ResolvePathOptions>;
1204
1212
  //#endregion
1205
1213
  export { types_d_exports$1 as a, __reExport as c, OperationSchemas as i, PluginClient as n, UserPluginWithLifeCycle as o, Generator as r, Operation$1 as s, Options$1 as t };
1206
- //# sourceMappingURL=types-DIxcknRD.d.ts.map
1214
+ //# sourceMappingURL=types-rIa1K280.d.cts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-client",
3
- "version": "4.2.2",
3
+ "version": "4.3.0",
4
4
  "description": "API client generator plugin for Kubb, creating type-safe HTTP clients (Axios, Fetch) from OpenAPI specifications for making API requests.",
5
5
  "keywords": [
6
6
  "api-client",
@@ -77,12 +77,12 @@
77
77
  "!/**/__tests__/**"
78
78
  ],
79
79
  "dependencies": {
80
- "@kubb/core": "4.2.2",
81
- "@kubb/oas": "4.2.2",
82
- "@kubb/plugin-oas": "4.2.2",
83
- "@kubb/plugin-ts": "4.2.2",
84
- "@kubb/plugin-zod": "4.2.2",
85
- "@kubb/react": "4.2.2"
80
+ "@kubb/core": "4.3.0",
81
+ "@kubb/oas": "4.3.0",
82
+ "@kubb/plugin-oas": "4.3.0",
83
+ "@kubb/plugin-ts": "4.3.0",
84
+ "@kubb/plugin-zod": "4.3.0",
85
+ "@kubb/react": "4.3.0"
86
86
  },
87
87
  "devDependencies": {
88
88
  "axios": "^1.12.2",