@kubb/plugin-mcp 4.2.1 → 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.
- package/dist/{OperationGenerator-unRLjMpQ.d.cts → OperationGenerator-Bq_OAgZR.d.cts} +9 -1
- package/dist/{OperationGenerator-c8MWYsSI.d.ts → OperationGenerator-CVN32WMS.d.ts} +9 -1
- package/dist/components.d.cts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/generators.d.cts +2 -2
- package/dist/generators.d.ts +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/{types-7AZo3Q-6.d.ts → types-BtZpMsBD.d.ts} +2 -2
- package/dist/{types-DI32TxX9.d.cts → types-Dr8_aqGF.d.cts} +2 -2
- package/package.json +8 -8
|
@@ -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;
|
|
@@ -1085,4 +1093,4 @@ declare class OperationGenerator<TPluginOptions extends PluginFactoryOptions = P
|
|
|
1085
1093
|
}
|
|
1086
1094
|
//#endregion
|
|
1087
1095
|
export { Override as a, contentType as c, PluginFactoryOptions as d, ResolveNameParams as f, OperationSchemas as i, Group as l, File as m, Exclude$1 as n, ResolvePathOptions as o, UserPluginWithLifeCycle as p, Include as r, Oas as s, Generator as t, Output as u };
|
|
1088
|
-
//# sourceMappingURL=OperationGenerator-
|
|
1096
|
+
//# sourceMappingURL=OperationGenerator-Bq_OAgZR.d.cts.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;
|
|
@@ -1085,4 +1093,4 @@ declare class OperationGenerator<TPluginOptions extends PluginFactoryOptions = P
|
|
|
1085
1093
|
}
|
|
1086
1094
|
//#endregion
|
|
1087
1095
|
export { Override as a, contentType as c, PluginFactoryOptions as d, ResolveNameParams as f, OperationSchemas as i, Group as l, File as m, Exclude$1 as n, ResolvePathOptions as o, UserPluginWithLifeCycle as p, Include as r, Oas as s, Generator as t, Output as u };
|
|
1088
|
-
//# sourceMappingURL=OperationGenerator-
|
|
1096
|
+
//# sourceMappingURL=OperationGenerator-CVN32WMS.d.ts.map
|
package/dist/components.d.cts
CHANGED
package/dist/components.d.ts
CHANGED
package/dist/generators.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as Generator } from "./OperationGenerator-
|
|
2
|
-
import { n as PluginMcp } from "./types-
|
|
1
|
+
import { t as Generator } from "./OperationGenerator-Bq_OAgZR.cjs";
|
|
2
|
+
import { n as PluginMcp } from "./types-Dr8_aqGF.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/generators/mcpGenerator.d.ts
|
|
5
5
|
declare const mcpGenerator: Generator<PluginMcp>;
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as Generator } from "./OperationGenerator-
|
|
2
|
-
import { n as PluginMcp } from "./types-
|
|
1
|
+
import { t as Generator } from "./OperationGenerator-CVN32WMS.js";
|
|
2
|
+
import { n as PluginMcp } from "./types-BtZpMsBD.js";
|
|
3
3
|
|
|
4
4
|
//#region src/generators/mcpGenerator.d.ts
|
|
5
5
|
declare const mcpGenerator: Generator<PluginMcp>;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as UserPluginWithLifeCycle } from "./OperationGenerator-
|
|
2
|
-
import { n as PluginMcp, t as Options } from "./types-
|
|
1
|
+
import { p as UserPluginWithLifeCycle } from "./OperationGenerator-Bq_OAgZR.cjs";
|
|
2
|
+
import { n as PluginMcp, t as Options } from "./types-Dr8_aqGF.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/plugin.d.ts
|
|
5
5
|
declare const pluginMcpName = "plugin-mcp";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as UserPluginWithLifeCycle } from "./OperationGenerator-
|
|
2
|
-
import { n as PluginMcp, t as Options } from "./types-
|
|
1
|
+
import { p as UserPluginWithLifeCycle } from "./OperationGenerator-CVN32WMS.js";
|
|
2
|
+
import { n as PluginMcp, t as Options } from "./types-BtZpMsBD.js";
|
|
3
3
|
|
|
4
4
|
//#region src/plugin.d.ts
|
|
5
5
|
declare const pluginMcpName = "plugin-mcp";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as Override, c as contentType, d as PluginFactoryOptions, f as ResolveNameParams, l as Group, n as Exclude, o as ResolvePathOptions, r as Include, s as Oas, t as Generator, u as Output } from "./OperationGenerator-
|
|
1
|
+
import { a as Override, c as contentType, d as PluginFactoryOptions, f as ResolveNameParams, l as Group, n as Exclude, o as ResolvePathOptions, r as Include, s as Oas, t as Generator, u as Output } from "./OperationGenerator-CVN32WMS.js";
|
|
2
2
|
|
|
3
3
|
//#region ../plugin-client/src/types.d.ts
|
|
4
4
|
type Options$1 = {
|
|
@@ -165,4 +165,4 @@ type ResolvedOptions = {
|
|
|
165
165
|
type PluginMcp = PluginFactoryOptions<'plugin-mcp', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
166
166
|
//#endregion
|
|
167
167
|
export { PluginMcp as n, Options as t };
|
|
168
|
-
//# sourceMappingURL=types-
|
|
168
|
+
//# sourceMappingURL=types-BtZpMsBD.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as Override, c as contentType, d as PluginFactoryOptions, f as ResolveNameParams, l as Group, n as Exclude, o as ResolvePathOptions, r as Include, s as Oas, t as Generator, u as Output } from "./OperationGenerator-
|
|
1
|
+
import { a as Override, c as contentType, d as PluginFactoryOptions, f as ResolveNameParams, l as Group, n as Exclude, o as ResolvePathOptions, r as Include, s as Oas, t as Generator, u as Output } from "./OperationGenerator-Bq_OAgZR.cjs";
|
|
2
2
|
|
|
3
3
|
//#region ../plugin-client/src/types.d.ts
|
|
4
4
|
type Options$1 = {
|
|
@@ -165,4 +165,4 @@ type ResolvedOptions = {
|
|
|
165
165
|
type PluginMcp = PluginFactoryOptions<'plugin-mcp', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
166
166
|
//#endregion
|
|
167
167
|
export { PluginMcp as n, Options as t };
|
|
168
|
-
//# sourceMappingURL=types-
|
|
168
|
+
//# sourceMappingURL=types-Dr8_aqGF.d.cts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-mcp",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "Generator mcp",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"!/**/__tests__/**"
|
|
63
63
|
],
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@kubb/core": "4.
|
|
66
|
-
"@kubb/oas": "4.
|
|
67
|
-
"@kubb/plugin-
|
|
68
|
-
"@kubb/plugin-
|
|
69
|
-
"@kubb/plugin-ts": "4.
|
|
70
|
-
"@kubb/plugin-zod": "4.
|
|
71
|
-
"@kubb/react": "4.
|
|
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",
|