@kubb/plugin-svelte-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.
- 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 +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/{types-BQPqQosq.d.cts → types-ImQEZPjf.d.cts} +3 -662
- package/dist/{types-D8SCvc50.d.ts → types-ZZ9Z2nPh.d.ts} +3 -662
- package/package.json +10 -10
package/dist/components.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as OperationSchemas,
|
|
1
|
+
import { a as OperationSchemas, n as PluginSvelteQuery, o as Operation, r as Transformer, s as __name } from "./types-ImQEZPjf.cjs";
|
|
2
2
|
import { FunctionParams } from "@kubb/react-fabric";
|
|
3
3
|
import { FabricReactNode } from "@kubb/react-fabric/types";
|
|
4
4
|
|
package/dist/components.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-eQyhnF5A.js";
|
|
2
|
-
import { a as OperationSchemas, n as PluginSvelteQuery,
|
|
2
|
+
import { a as OperationSchemas, n as PluginSvelteQuery, o as Operation, r as Transformer } from "./types-ZZ9Z2nPh.js";
|
|
3
3
|
import { FunctionParams } from "@kubb/react-fabric";
|
|
4
4
|
import { FabricReactNode } from "@kubb/react-fabric/types";
|
|
5
5
|
|
package/dist/generators.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as ReactGenerator, n as PluginSvelteQuery, s as __name } from "./types-ImQEZPjf.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/generators/mutationGenerator.d.ts
|
|
4
4
|
declare const mutationGenerator: ReactGenerator<PluginSvelteQuery>;
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-eQyhnF5A.js";
|
|
2
|
-
import { i as ReactGenerator, n as PluginSvelteQuery } from "./types-
|
|
2
|
+
import { i as ReactGenerator, n as PluginSvelteQuery } from "./types-ZZ9Z2nPh.js";
|
|
3
3
|
|
|
4
4
|
//#region src/generators/mutationGenerator.d.ts
|
|
5
5
|
declare const mutationGenerator: ReactGenerator<PluginSvelteQuery>;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as PluginSvelteQuery, s as __name, t as Options } from "./types-ImQEZPjf.cjs";
|
|
2
|
+
import * as _kubb_core0 from "@kubb/core";
|
|
2
3
|
|
|
3
4
|
//#region src/plugin.d.ts
|
|
4
5
|
declare const pluginSvelteQueryName = "plugin-svelte-query";
|
|
5
|
-
declare const pluginSvelteQuery: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginSvelteQuery>;
|
|
6
|
+
declare const pluginSvelteQuery: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginSvelteQuery>;
|
|
6
7
|
//#endregion
|
|
7
8
|
export { type PluginSvelteQuery, pluginSvelteQuery, pluginSvelteQueryName };
|
|
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 PluginSvelteQuery,
|
|
2
|
+
import { n as PluginSvelteQuery, t as Options } from "./types-ZZ9Z2nPh.js";
|
|
3
|
+
import * as _kubb_core0 from "@kubb/core";
|
|
3
4
|
|
|
4
5
|
//#region src/plugin.d.ts
|
|
5
6
|
declare const pluginSvelteQueryName = "plugin-svelte-query";
|
|
6
|
-
declare const pluginSvelteQuery: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginSvelteQuery>;
|
|
7
|
+
declare const pluginSvelteQuery: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginSvelteQuery>;
|
|
7
8
|
//#endregion
|
|
8
9
|
export { type PluginSvelteQuery, pluginSvelteQuery, pluginSvelteQueryName };
|
|
9
10
|
//# sourceMappingURL=index.d.ts.map
|