@kubb/plugin-react-query 4.12.12 → 4.12.14
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-BsksABr-.d.ts → types-C7usMmnf.d.ts} +2 -1
- package/dist/{types-DJvWDIfy.d.cts → types-CAXc6Q1t.d.cts} +2 -1
- package/package.json +8 -8
package/dist/components.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as Operation, i as Transformer, o as OperationSchemas, r as PluginReactQuery, t as Infinite } from "./types-
|
|
1
|
+
import { c as Operation, i as Transformer, o as OperationSchemas, r as PluginReactQuery, t as Infinite } from "./types-CAXc6Q1t.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 { c as Operation, i as Transformer, o as OperationSchemas, r as PluginReactQuery, t as Infinite } from "./types-
|
|
1
|
+
import { c as Operation, i as Transformer, o as OperationSchemas, r as PluginReactQuery, t as Infinite } from "./types-C7usMmnf.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 { a as ReactGenerator, r as PluginReactQuery } from "./types-
|
|
1
|
+
import { a as ReactGenerator, r as PluginReactQuery } from "./types-CAXc6Q1t.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/generators/infiniteQueryGenerator.d.ts
|
|
4
4
|
declare const infiniteQueryGenerator: ReactGenerator<PluginReactQuery>;
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as ReactGenerator, r as PluginReactQuery } from "./types-
|
|
1
|
+
import { a as ReactGenerator, r as PluginReactQuery } from "./types-C7usMmnf.js";
|
|
2
2
|
|
|
3
3
|
//#region src/generators/infiniteQueryGenerator.d.ts
|
|
4
4
|
declare const infiniteQueryGenerator: ReactGenerator<PluginReactQuery>;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as Options, r as PluginReactQuery, s as UserPluginWithLifeCycle } from "./types-
|
|
1
|
+
import { n as Options, r as PluginReactQuery, s as UserPluginWithLifeCycle } from "./types-CAXc6Q1t.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/plugin.d.ts
|
|
4
4
|
declare const pluginReactQueryName = "plugin-react-query";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as Options, r as PluginReactQuery, s as UserPluginWithLifeCycle } from "./types-
|
|
1
|
+
import { n as Options, r as PluginReactQuery, s as UserPluginWithLifeCycle } from "./types-C7usMmnf.js";
|
|
2
2
|
|
|
3
3
|
//#region src/plugin.d.ts
|
|
4
4
|
declare const pluginReactQueryName = "plugin-react-query";
|
|
@@ -180,6 +180,7 @@ interface KubbEvents {
|
|
|
180
180
|
'hook:end': [{
|
|
181
181
|
id?: string;
|
|
182
182
|
command: string;
|
|
183
|
+
args?: readonly string[];
|
|
183
184
|
}];
|
|
184
185
|
/**
|
|
185
186
|
* Emitted when a new version of Kubb is available.
|
|
@@ -1463,4 +1464,4 @@ type ResolvedOptions = {
|
|
|
1463
1464
|
type PluginReactQuery = PluginFactoryOptions<'plugin-react-query', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1464
1465
|
//#endregion
|
|
1465
1466
|
export { ReactGenerator as a, Operation$1 as c, Transformer as i, Options as n, OperationSchemas as o, PluginReactQuery as r, UserPluginWithLifeCycle as s, Infinite as t };
|
|
1466
|
-
//# sourceMappingURL=types-
|
|
1467
|
+
//# sourceMappingURL=types-C7usMmnf.d.ts.map
|
|
@@ -180,6 +180,7 @@ interface KubbEvents {
|
|
|
180
180
|
'hook:end': [{
|
|
181
181
|
id?: string;
|
|
182
182
|
command: string;
|
|
183
|
+
args?: readonly string[];
|
|
183
184
|
}];
|
|
184
185
|
/**
|
|
185
186
|
* Emitted when a new version of Kubb is available.
|
|
@@ -1463,4 +1464,4 @@ type ResolvedOptions = {
|
|
|
1463
1464
|
type PluginReactQuery = PluginFactoryOptions<'plugin-react-query', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1464
1465
|
//#endregion
|
|
1465
1466
|
export { ReactGenerator as a, Operation$1 as c, Transformer as i, Options as n, OperationSchemas as o, PluginReactQuery as r, UserPluginWithLifeCycle as s, Infinite as t };
|
|
1466
|
-
//# sourceMappingURL=types-
|
|
1467
|
+
//# sourceMappingURL=types-CAXc6Q1t.d.cts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-react-query",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.14",
|
|
4
4
|
"description": "React Query hooks generator plugin for Kubb, creating type-safe API client hooks from OpenAPI specifications for React applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-query",
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
],
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@kubb/react-fabric": "0.7.4",
|
|
71
|
-
"remeda": "^2.32.
|
|
72
|
-
"@kubb/
|
|
73
|
-
"@kubb/
|
|
74
|
-
"@kubb/plugin-
|
|
75
|
-
"@kubb/plugin-
|
|
76
|
-
"@kubb/plugin-
|
|
77
|
-
"@kubb/
|
|
71
|
+
"remeda": "^2.32.2",
|
|
72
|
+
"@kubb/core": "4.12.14",
|
|
73
|
+
"@kubb/oas": "4.12.14",
|
|
74
|
+
"@kubb/plugin-client": "4.12.14",
|
|
75
|
+
"@kubb/plugin-oas": "4.12.14",
|
|
76
|
+
"@kubb/plugin-ts": "4.12.14",
|
|
77
|
+
"@kubb/plugin-zod": "4.12.14"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@kubb/react-fabric": "0.7.4"
|