@kubb/plugin-vue-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.
@@ -1,4 +1,4 @@
1
- import { c as Operation, i as Transformer, o as OperationSchemas, r as PluginVueQuery, t as Infinite } from "./types-CQyewZZm.cjs";
1
+ import { c as Operation, i as Transformer, o as OperationSchemas, r as PluginVueQuery, t as Infinite } from "./types-Cm8SKgrw.cjs";
2
2
 
3
3
  //#region rolldown:runtime
4
4
  //#endregion
@@ -30,6 +30,8 @@ declare function Mutation({
30
30
  mutationKeyName
31
31
  }: Props$6): any;
32
32
  import * as import___kubb_react_fabric from "@kubb/react-fabric";
33
+ import * as import___kubb_react_fabric_parsers from "@kubb/react-fabric/parsers";
34
+ import * as import___kubb_react_fabric_plugins from "@kubb/react-fabric/plugins";
33
35
  //#endregion
34
36
  //#region src/components/Query.d.ts
35
37
  type Props$5 = {
@@ -1,4 +1,4 @@
1
- import { c as Operation, i as Transformer, o as OperationSchemas, r as PluginVueQuery, t as Infinite } from "./types-Dzaigjql.js";
1
+ import { c as Operation, i as Transformer, o as OperationSchemas, r as PluginVueQuery, t as Infinite } from "./types-COVfOkZY.js";
2
2
 
3
3
  //#region rolldown:runtime
4
4
  //#endregion
@@ -30,6 +30,8 @@ declare function Mutation({
30
30
  mutationKeyName
31
31
  }: Props$6): any;
32
32
  import * as import___kubb_react_fabric from "@kubb/react-fabric";
33
+ import * as import___kubb_react_fabric_parsers from "@kubb/react-fabric/parsers";
34
+ import * as import___kubb_react_fabric_plugins from "@kubb/react-fabric/plugins";
33
35
  //#endregion
34
36
  //#region src/components/Query.d.ts
35
37
  type Props$5 = {
@@ -1,4 +1,4 @@
1
- import { a as Generator, r as PluginVueQuery } from "./types-CQyewZZm.cjs";
1
+ import { a as Generator, r as PluginVueQuery } from "./types-Cm8SKgrw.cjs";
2
2
 
3
3
  //#region src/generators/queryGenerator.d.ts
4
4
  declare const queryGenerator: Generator<PluginVueQuery>;
@@ -1,4 +1,4 @@
1
- import { a as Generator, r as PluginVueQuery } from "./types-Dzaigjql.js";
1
+ import { a as Generator, r as PluginVueQuery } from "./types-COVfOkZY.js";
2
2
 
3
3
  //#region src/generators/queryGenerator.d.ts
4
4
  declare const queryGenerator: Generator<PluginVueQuery>;
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as Options, r as PluginVueQuery, s as UserPluginWithLifeCycle } from "./types-CQyewZZm.cjs";
1
+ import { n as Options, r as PluginVueQuery, s as UserPluginWithLifeCycle } from "./types-Cm8SKgrw.cjs";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginVueQueryName = "plugin-vue-query";
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as Options, r as PluginVueQuery, s as UserPluginWithLifeCycle } from "./types-Dzaigjql.js";
1
+ import { n as Options, r as PluginVueQuery, s as UserPluginWithLifeCycle } from "./types-COVfOkZY.js";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginVueQueryName = "plugin-vue-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;
@@ -1359,4 +1367,4 @@ type ResolvedOptions = {
1359
1367
  type PluginVueQuery = PluginFactoryOptions<'plugin-vue-query', Options$1, ResolvedOptions, never, ResolvePathOptions>;
1360
1368
  //#endregion
1361
1369
  export { Generator as a, Operation$1 as c, Transformer as i, Options$1 as n, OperationSchemas as o, PluginVueQuery as r, UserPluginWithLifeCycle as s, Infinite as t };
1362
- //# sourceMappingURL=types-CQyewZZm.d.cts.map
1370
+ //# sourceMappingURL=types-COVfOkZY.d.ts.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;
@@ -1359,4 +1367,4 @@ type ResolvedOptions = {
1359
1367
  type PluginVueQuery = PluginFactoryOptions<'plugin-vue-query', Options$1, ResolvedOptions, never, ResolvePathOptions>;
1360
1368
  //#endregion
1361
1369
  export { Generator as a, Operation$1 as c, Transformer as i, Options$1 as n, OperationSchemas as o, PluginVueQuery as r, UserPluginWithLifeCycle as s, Infinite as t };
1362
- //# sourceMappingURL=types-Dzaigjql.d.ts.map
1370
+ //# sourceMappingURL=types-Cm8SKgrw.d.cts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-vue-query",
3
- "version": "4.2.2",
3
+ "version": "4.3.0",
4
4
  "description": "Vue Query hooks generator plugin for Kubb, creating type-safe API client hooks from OpenAPI specifications for Vue.js applications.",
5
5
  "keywords": [
6
6
  "vue-query",
@@ -62,13 +62,13 @@
62
62
  ],
63
63
  "dependencies": {
64
64
  "remeda": "^2.32.0",
65
- "@kubb/core": "4.2.2",
66
- "@kubb/oas": "4.2.2",
67
- "@kubb/plugin-client": "4.2.2",
68
- "@kubb/plugin-oas": "4.2.2",
69
- "@kubb/plugin-ts": "4.2.2",
70
- "@kubb/plugin-zod": "4.2.2",
71
- "@kubb/react": "4.2.2"
65
+ "@kubb/core": "4.3.0",
66
+ "@kubb/oas": "4.3.0",
67
+ "@kubb/plugin-client": "4.3.0",
68
+ "@kubb/plugin-oas": "4.3.0",
69
+ "@kubb/plugin-ts": "4.3.0",
70
+ "@kubb/plugin-zod": "4.3.0",
71
+ "@kubb/react": "4.3.0"
72
72
  },
73
73
  "devDependencies": {
74
74
  "tsdown": "^0.15.9",