@kubb/plugin-client 4.2.1 → 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.
- package/dist/components.d.cts +3 -1
- package/dist/components.d.ts +3 -1
- package/dist/generators.d.cts +1 -1
- package/dist/generators.d.ts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/{types-BfP2gAzn.d.cts → types-BPLzP9R9.d.ts} +9 -1
- package/dist/{types-DIxcknRD.d.ts → types-rIa1K280.d.cts} +9 -1
- package/package.json +7 -7
package/dist/components.d.cts
CHANGED
|
@@ -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-
|
|
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 = {
|
package/dist/components.d.ts
CHANGED
|
@@ -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-
|
|
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 = {
|
package/dist/generators.d.cts
CHANGED
package/dist/generators.d.ts
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as PluginClient, o as UserPluginWithLifeCycle, t as Options } from "./types-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
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.
|
|
81
|
-
"@kubb/oas": "4.
|
|
82
|
-
"@kubb/plugin-oas": "4.
|
|
83
|
-
"@kubb/plugin-ts": "4.
|
|
84
|
-
"@kubb/plugin-zod": "4.
|
|
85
|
-
"@kubb/react": "4.
|
|
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",
|