@kubb/plugin-client 4.16.0 → 4.17.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 +1 -1
- package/dist/components.d.ts +1 -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-Cl1Fo_jT.d.ts → types-Bw1u7Glb.d.ts} +2 -2
- package/dist/{types-Cpd2x1x0.d.cts → types-CLOc9nuD.d.cts} +2 -2
- package/package.json +8 -8
package/dist/components.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as OperationSchemas, n as PluginClient, o as Operation } from "./types-
|
|
1
|
+
import { i as OperationSchemas, n as PluginClient, o as Operation } from "./types-CLOc9nuD.cjs";
|
|
2
2
|
import { FunctionParams } from "@kubb/react-fabric";
|
|
3
3
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
4
4
|
|
package/dist/components.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as OperationSchemas, n as PluginClient, o as Operation } from "./types-
|
|
1
|
+
import { i as OperationSchemas, n as PluginClient, o as Operation } from "./types-Bw1u7Glb.js";
|
|
2
2
|
import { FunctionParams } from "@kubb/react-fabric";
|
|
3
3
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
4
4
|
|
package/dist/generators.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as PluginClient, r as ReactGenerator } from "./types-
|
|
1
|
+
import { n as PluginClient, r as ReactGenerator } from "./types-CLOc9nuD.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/generators/classClientGenerator.d.ts
|
|
4
4
|
declare const classClientGenerator: ReactGenerator<PluginClient>;
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as PluginClient, r as ReactGenerator } from "./types-
|
|
1
|
+
import { n as PluginClient, r as ReactGenerator } from "./types-Bw1u7Glb.js";
|
|
2
2
|
|
|
3
3
|
//#region src/generators/classClientGenerator.d.ts
|
|
4
4
|
declare const classClientGenerator: ReactGenerator<PluginClient>;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as UserPluginWithLifeCycle, n as PluginClient, t as Options } from "./types-
|
|
1
|
+
import { a as UserPluginWithLifeCycle, n as PluginClient, t as Options } from "./types-CLOc9nuD.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 { a as UserPluginWithLifeCycle, n as PluginClient, t as Options } from "./types-
|
|
1
|
+
import { a as UserPluginWithLifeCycle, n as PluginClient, t as Options } from "./types-Bw1u7Glb.js";
|
|
2
2
|
|
|
3
3
|
//#region src/plugin.d.ts
|
|
4
4
|
declare const pluginClientName = "plugin-client";
|
|
@@ -361,7 +361,7 @@ type Config<TInput = Input> = {
|
|
|
361
361
|
* - 'biome': Uses Biome for code formatting.
|
|
362
362
|
*
|
|
363
363
|
*/
|
|
364
|
-
format?: 'auto' | 'prettier' | 'biome' | false;
|
|
364
|
+
format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
|
|
365
365
|
/**
|
|
366
366
|
* Specifies the linter that should be used to analyze the code.
|
|
367
367
|
* The accepted values indicate different linting tools.
|
|
@@ -1308,4 +1308,4 @@ type ResolvedOptions = {
|
|
|
1308
1308
|
type PluginClient = PluginFactoryOptions<'plugin-client', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1309
1309
|
//#endregion
|
|
1310
1310
|
export { UserPluginWithLifeCycle as a, OperationSchemas as i, PluginClient as n, Operation$1 as o, ReactGenerator as r, Options as t };
|
|
1311
|
-
//# sourceMappingURL=types-
|
|
1311
|
+
//# sourceMappingURL=types-Bw1u7Glb.d.ts.map
|
|
@@ -361,7 +361,7 @@ type Config<TInput = Input> = {
|
|
|
361
361
|
* - 'biome': Uses Biome for code formatting.
|
|
362
362
|
*
|
|
363
363
|
*/
|
|
364
|
-
format?: 'auto' | 'prettier' | 'biome' | false;
|
|
364
|
+
format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
|
|
365
365
|
/**
|
|
366
366
|
* Specifies the linter that should be used to analyze the code.
|
|
367
367
|
* The accepted values indicate different linting tools.
|
|
@@ -1308,4 +1308,4 @@ type ResolvedOptions = {
|
|
|
1308
1308
|
type PluginClient = PluginFactoryOptions<'plugin-client', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1309
1309
|
//#endregion
|
|
1310
1310
|
export { UserPluginWithLifeCycle as a, OperationSchemas as i, PluginClient as n, Operation$1 as o, ReactGenerator as r, Options as t };
|
|
1311
|
-
//# sourceMappingURL=types-
|
|
1311
|
+
//# sourceMappingURL=types-CLOc9nuD.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.17.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",
|
|
@@ -86,18 +86,18 @@
|
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@kubb/react-fabric": "0.
|
|
90
|
-
"@kubb/core": "4.
|
|
91
|
-
"@kubb/oas": "4.
|
|
92
|
-
"@kubb/plugin-oas": "4.
|
|
93
|
-
"@kubb/plugin-ts": "4.
|
|
94
|
-
"@kubb/plugin-zod": "4.
|
|
89
|
+
"@kubb/react-fabric": "0.10.0",
|
|
90
|
+
"@kubb/core": "4.17.0",
|
|
91
|
+
"@kubb/oas": "4.17.0",
|
|
92
|
+
"@kubb/plugin-oas": "4.17.0",
|
|
93
|
+
"@kubb/plugin-ts": "4.17.0",
|
|
94
|
+
"@kubb/plugin-zod": "4.17.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"axios": "^1.13.2"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
|
-
"@kubb/react-fabric": "0.
|
|
100
|
+
"@kubb/react-fabric": "0.10.0",
|
|
101
101
|
"axios": "^1.7.2"
|
|
102
102
|
},
|
|
103
103
|
"peerDependenciesMeta": {
|