@kubb/plugin-react-query 4.12.11 → 4.12.13

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 PluginReactQuery, t as Infinite } from "./types-DJvWDIfy.cjs";
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
 
@@ -1,4 +1,4 @@
1
- import { c as Operation, i as Transformer, o as OperationSchemas, r as PluginReactQuery, t as Infinite } from "./types-BsksABr-.js";
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
 
@@ -1,4 +1,4 @@
1
- import { a as ReactGenerator, r as PluginReactQuery } from "./types-DJvWDIfy.cjs";
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>;
@@ -1,4 +1,4 @@
1
- import { a as ReactGenerator, r as PluginReactQuery } from "./types-BsksABr-.js";
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-DJvWDIfy.cjs";
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-BsksABr-.js";
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-BsksABr-.d.ts.map
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-DJvWDIfy.d.cts.map
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.11",
3
+ "version": "4.12.13",
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",
@@ -69,12 +69,12 @@
69
69
  "dependencies": {
70
70
  "@kubb/react-fabric": "0.7.4",
71
71
  "remeda": "^2.32.0",
72
- "@kubb/core": "4.12.11",
73
- "@kubb/oas": "4.12.11",
74
- "@kubb/plugin-client": "4.12.11",
75
- "@kubb/plugin-oas": "4.12.11",
76
- "@kubb/plugin-ts": "4.12.11",
77
- "@kubb/plugin-zod": "4.12.11"
72
+ "@kubb/core": "4.12.13",
73
+ "@kubb/plugin-client": "4.12.13",
74
+ "@kubb/oas": "4.12.13",
75
+ "@kubb/plugin-oas": "4.12.13",
76
+ "@kubb/plugin-ts": "4.12.13",
77
+ "@kubb/plugin-zod": "4.12.13"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "@kubb/react-fabric": "0.7.4"