@kubb/plugin-react-query 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.
- 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-Dj5fgMZD.d.ts → types-2m4m5kf3.d.cts} +9 -1
- package/dist/{types-BkoOihLs.d.cts → types-Dq_Y56GQ.d.ts} +9 -1
- package/package.json +8 -8
package/dist/components.d.cts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
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-2m4m5kf3.cjs";
|
|
2
2
|
|
|
3
3
|
//#region rolldown:runtime
|
|
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/InfiniteQuery.d.ts
|
|
8
10
|
type Props$8 = {
|
package/dist/components.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
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-Dq_Y56GQ.js";
|
|
2
2
|
|
|
3
3
|
//#region rolldown:runtime
|
|
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/InfiniteQuery.d.ts
|
|
8
10
|
type Props$8 = {
|
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 Options, r as PluginReactQuery, s as UserPluginWithLifeCycle } from "./types-
|
|
1
|
+
import { n as Options, r as PluginReactQuery, s as UserPluginWithLifeCycle } from "./types-2m4m5kf3.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-Dq_Y56GQ.js";
|
|
2
2
|
|
|
3
3
|
//#region src/plugin.d.ts
|
|
4
4
|
declare const pluginReactQueryName = "plugin-react-query";
|
|
@@ -820,6 +820,14 @@ type SchemaKeywordMapper = {
|
|
|
820
820
|
keyword: 'min';
|
|
821
821
|
args: number;
|
|
822
822
|
};
|
|
823
|
+
exclusiveMaximum: {
|
|
824
|
+
keyword: 'exclusiveMaximum';
|
|
825
|
+
args: number;
|
|
826
|
+
};
|
|
827
|
+
exclusiveMinimum: {
|
|
828
|
+
keyword: 'exclusiveMinimum';
|
|
829
|
+
args: number;
|
|
830
|
+
};
|
|
823
831
|
describe: {
|
|
824
832
|
keyword: 'describe';
|
|
825
833
|
args: string;
|
|
@@ -1365,4 +1373,4 @@ type ResolvedOptions = {
|
|
|
1365
1373
|
type PluginReactQuery = PluginFactoryOptions<'plugin-react-query', Options$1, ResolvedOptions, never, ResolvePathOptions>;
|
|
1366
1374
|
//#endregion
|
|
1367
1375
|
export { Generator as a, Operation$1 as c, Transformer as i, Options$1 as n, OperationSchemas as o, PluginReactQuery as r, UserPluginWithLifeCycle as s, Infinite as t };
|
|
1368
|
-
//# sourceMappingURL=types-
|
|
1376
|
+
//# sourceMappingURL=types-2m4m5kf3.d.cts.map
|
|
@@ -820,6 +820,14 @@ type SchemaKeywordMapper = {
|
|
|
820
820
|
keyword: 'min';
|
|
821
821
|
args: number;
|
|
822
822
|
};
|
|
823
|
+
exclusiveMaximum: {
|
|
824
|
+
keyword: 'exclusiveMaximum';
|
|
825
|
+
args: number;
|
|
826
|
+
};
|
|
827
|
+
exclusiveMinimum: {
|
|
828
|
+
keyword: 'exclusiveMinimum';
|
|
829
|
+
args: number;
|
|
830
|
+
};
|
|
823
831
|
describe: {
|
|
824
832
|
keyword: 'describe';
|
|
825
833
|
args: string;
|
|
@@ -1365,4 +1373,4 @@ type ResolvedOptions = {
|
|
|
1365
1373
|
type PluginReactQuery = PluginFactoryOptions<'plugin-react-query', Options$1, ResolvedOptions, never, ResolvePathOptions>;
|
|
1366
1374
|
//#endregion
|
|
1367
1375
|
export { Generator as a, Operation$1 as c, Transformer as i, Options$1 as n, OperationSchemas as o, PluginReactQuery as r, UserPluginWithLifeCycle as s, Infinite as t };
|
|
1368
|
-
//# sourceMappingURL=types-
|
|
1376
|
+
//# sourceMappingURL=types-Dq_Y56GQ.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-react-query",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
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",
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
],
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"remeda": "^2.32.0",
|
|
64
|
-
"@kubb/core": "4.
|
|
65
|
-
"@kubb/oas": "4.
|
|
66
|
-
"@kubb/plugin-client": "4.
|
|
67
|
-
"@kubb/plugin-oas": "4.
|
|
68
|
-
"@kubb/plugin-ts": "4.
|
|
69
|
-
"@kubb/plugin-zod": "4.
|
|
70
|
-
"@kubb/react": "4.
|
|
64
|
+
"@kubb/core": "4.3.0",
|
|
65
|
+
"@kubb/oas": "4.3.0",
|
|
66
|
+
"@kubb/plugin-client": "4.3.0",
|
|
67
|
+
"@kubb/plugin-oas": "4.3.0",
|
|
68
|
+
"@kubb/plugin-ts": "4.3.0",
|
|
69
|
+
"@kubb/plugin-zod": "4.3.0",
|
|
70
|
+
"@kubb/react": "4.3.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"tsdown": "^0.15.9",
|