@kubb/plugin-client 4.20.2 → 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-C7VsqK9z.d.ts +682 -0
- package/dist/types-Dnr7qYvG.d.cts +682 -0
- package/package.json +11 -8
- package/dist/types-B6KTAQpK.d.ts +0 -1341
- package/dist/types-Cvppe_Zq.d.cts +0 -1341
package/dist/components.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-DlpkT3g-.cjs";
|
|
2
|
-
import {
|
|
2
|
+
import { a as Operation, i as OperationSchemas, n as PluginClient } from "./types-Dnr7qYvG.cjs";
|
|
3
3
|
import { FunctionParams } from "@kubb/react-fabric";
|
|
4
4
|
import { FabricReactNode } from "@kubb/react-fabric/types";
|
|
5
5
|
|
package/dist/components.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-iVr_oF3V.js";
|
|
2
|
-
import {
|
|
2
|
+
import { a as Operation, i as OperationSchemas, n as PluginClient } from "./types-C7VsqK9z.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,5 +1,5 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-DlpkT3g-.cjs";
|
|
2
|
-
import { n as PluginClient, r as ReactGenerator } from "./types-
|
|
2
|
+
import { n as PluginClient, r as ReactGenerator } from "./types-Dnr7qYvG.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/generators/classClientGenerator.d.ts
|
|
5
5
|
declare const classClientGenerator: ReactGenerator<PluginClient>;
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-iVr_oF3V.js";
|
|
2
|
-
import { n as PluginClient, r as ReactGenerator } from "./types-
|
|
2
|
+
import { n as PluginClient, r as ReactGenerator } from "./types-C7VsqK9z.js";
|
|
3
3
|
|
|
4
4
|
//#region src/generators/classClientGenerator.d.ts
|
|
5
5
|
declare const classClientGenerator: ReactGenerator<PluginClient>;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-DlpkT3g-.cjs";
|
|
2
|
-
import {
|
|
2
|
+
import { n as PluginClient, t as Options } from "./types-Dnr7qYvG.cjs";
|
|
3
|
+
import * as _kubb_core0 from "@kubb/core";
|
|
3
4
|
|
|
4
5
|
//#region src/plugin.d.ts
|
|
5
6
|
declare const pluginClientName = "plugin-client";
|
|
6
|
-
declare const pluginClient: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginClient>;
|
|
7
|
+
declare const pluginClient: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginClient>;
|
|
7
8
|
//#endregion
|
|
8
9
|
export { type PluginClient, pluginClient, pluginClientName };
|
|
9
10
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { t as __name } from "./chunk-iVr_oF3V.js";
|
|
2
|
-
import {
|
|
2
|
+
import { n as PluginClient, t as Options } from "./types-C7VsqK9z.js";
|
|
3
|
+
import * as _kubb_core0 from "@kubb/core";
|
|
3
4
|
|
|
4
5
|
//#region src/plugin.d.ts
|
|
5
6
|
declare const pluginClientName = "plugin-client";
|
|
6
|
-
declare const pluginClient: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginClient>;
|
|
7
|
+
declare const pluginClient: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginClient>;
|
|
7
8
|
//#endregion
|
|
8
9
|
export { type PluginClient, pluginClient, pluginClientName };
|
|
9
10
|
//# sourceMappingURL=index.d.ts.map
|