@kubb/plugin-vue-query 4.20.3 → 4.20.5

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, l as __name, o as OperationSchemas, r as PluginVueQuery, t as Infinite } from "./types-BndlyI0w.cjs";
1
+ import { c as __name, i as Transformer, o as OperationSchemas, r as PluginVueQuery, s as Operation, t as Infinite } from "./types-neG7dMqF.cjs";
2
2
  import { FunctionParams } from "@kubb/react-fabric";
3
3
  import { FabricReactNode } from "@kubb/react-fabric/types";
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { t as __name } from "./chunk-eQyhnF5A.js";
2
- import { c as Operation, i as Transformer, o as OperationSchemas, r as PluginVueQuery, t as Infinite } from "./types-C3RGukLV.js";
2
+ import { i as Transformer, o as OperationSchemas, r as PluginVueQuery, s as Operation, t as Infinite } from "./types-CyH9gU2E.js";
3
3
  import { FunctionParams } from "@kubb/react-fabric";
4
4
  import { FabricReactNode } from "@kubb/react-fabric/types";
5
5
 
@@ -1,4 +1,4 @@
1
- import { a as ReactGenerator, l as __name, r as PluginVueQuery } from "./types-BndlyI0w.cjs";
1
+ import { a as ReactGenerator, c as __name, r as PluginVueQuery } from "./types-neG7dMqF.cjs";
2
2
 
3
3
  //#region src/generators/infiniteQueryGenerator.d.ts
4
4
  declare const infiniteQueryGenerator: ReactGenerator<PluginVueQuery>;
@@ -1,5 +1,5 @@
1
1
  import { t as __name } from "./chunk-eQyhnF5A.js";
2
- import { a as ReactGenerator, r as PluginVueQuery } from "./types-C3RGukLV.js";
2
+ import { a as ReactGenerator, r as PluginVueQuery } from "./types-CyH9gU2E.js";
3
3
 
4
4
  //#region src/generators/infiniteQueryGenerator.d.ts
5
5
  declare const infiniteQueryGenerator: ReactGenerator<PluginVueQuery>;
package/dist/index.d.cts CHANGED
@@ -1,8 +1,9 @@
1
- import { l as __name, n as Options, r as PluginVueQuery, s as UserPluginWithLifeCycle } from "./types-BndlyI0w.cjs";
1
+ import { c as __name, n as Options, r as PluginVueQuery } from "./types-neG7dMqF.cjs";
2
+ import * as _kubb_core0 from "@kubb/core";
2
3
 
3
4
  //#region src/plugin.d.ts
4
5
  declare const pluginVueQueryName = "plugin-vue-query";
5
- declare const pluginVueQuery: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginVueQuery>;
6
+ declare const pluginVueQuery: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginVueQuery>;
6
7
  //#endregion
7
8
  export { type PluginVueQuery, pluginVueQuery, pluginVueQueryName };
8
9
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.ts CHANGED
@@ -1,9 +1,10 @@
1
1
  import { t as __name } from "./chunk-eQyhnF5A.js";
2
- import { n as Options, r as PluginVueQuery, s as UserPluginWithLifeCycle } from "./types-C3RGukLV.js";
2
+ import { n as Options, r as PluginVueQuery } from "./types-CyH9gU2E.js";
3
+ import * as _kubb_core0 from "@kubb/core";
3
4
 
4
5
  //#region src/plugin.d.ts
5
6
  declare const pluginVueQueryName = "plugin-vue-query";
6
- declare const pluginVueQuery: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginVueQuery>;
7
+ declare const pluginVueQuery: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginVueQuery>;
7
8
  //#endregion
8
9
  export { type PluginVueQuery, pluginVueQuery, pluginVueQueryName };
9
10
  //# sourceMappingURL=index.d.ts.map