@kubb/plugin-solid-query 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/components.d.cts +3 -1
- package/dist/components.d.ts +3 -1
- package/dist/generators.d.cts +1 -1
- package/dist/generators.d.ts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/{types-DGARY9Er.d.ts → types-DjxPjdTZ.d.cts} +9 -1
- package/dist/{types-CwHqWpPi.d.cts → types-MNYQehp6.d.ts} +9 -1
- package/package.json +8 -8
package/dist/components.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as OperationSchemas, n as PluginSolidQuery, r as Transformer, s as Operation } from "./types-
|
|
1
|
+
import { a as OperationSchemas, n as PluginSolidQuery, r as Transformer, s as Operation } from "./types-DjxPjdTZ.cjs";
|
|
2
2
|
|
|
3
3
|
//#region rolldown:runtime
|
|
4
4
|
//#endregion
|
|
@@ -30,6 +30,8 @@ declare function Mutation({
|
|
|
30
30
|
mutationKeyName
|
|
31
31
|
}: Props$4): any;
|
|
32
32
|
import * as import___kubb_react_fabric from "@kubb/react-fabric";
|
|
33
|
+
import * as import___kubb_react_fabric_parsers from "@kubb/react-fabric/parsers";
|
|
34
|
+
import * as import___kubb_react_fabric_plugins from "@kubb/react-fabric/plugins";
|
|
33
35
|
//#endregion
|
|
34
36
|
//#region src/components/MutationKey.d.ts
|
|
35
37
|
type Props$3 = {
|
package/dist/components.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as OperationSchemas, n as PluginSolidQuery, r as Transformer, s as Operation } from "./types-
|
|
1
|
+
import { a as OperationSchemas, n as PluginSolidQuery, r as Transformer, s as Operation } from "./types-MNYQehp6.js";
|
|
2
2
|
|
|
3
3
|
//#region rolldown:runtime
|
|
4
4
|
//#endregion
|
|
@@ -30,6 +30,8 @@ declare function Mutation({
|
|
|
30
30
|
mutationKeyName
|
|
31
31
|
}: Props$4): any;
|
|
32
32
|
import * as import___kubb_react_fabric from "@kubb/react-fabric";
|
|
33
|
+
import * as import___kubb_react_fabric_parsers from "@kubb/react-fabric/parsers";
|
|
34
|
+
import * as import___kubb_react_fabric_plugins from "@kubb/react-fabric/plugins";
|
|
33
35
|
//#endregion
|
|
34
36
|
//#region src/components/MutationKey.d.ts
|
|
35
37
|
type Props$3 = {
|
package/dist/generators.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as Generator, n as PluginSolidQuery } from "./types-
|
|
1
|
+
import { i as Generator, n as PluginSolidQuery } from "./types-DjxPjdTZ.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/generators/mutationGenerator.d.ts
|
|
4
4
|
declare const mutationGenerator: Generator<PluginSolidQuery>;
|
package/dist/generators.d.ts
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as PluginSolidQuery, o as UserPluginWithLifeCycle, t as Options } from "./types-
|
|
1
|
+
import { n as PluginSolidQuery, o as UserPluginWithLifeCycle, t as Options } from "./types-DjxPjdTZ.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/plugin.d.ts
|
|
4
4
|
declare const pluginSolidQueryName = "plugin-solid-query";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as PluginSolidQuery, o as UserPluginWithLifeCycle, t as Options } from "./types-
|
|
1
|
+
import { n as PluginSolidQuery, o as UserPluginWithLifeCycle, t as Options } from "./types-MNYQehp6.js";
|
|
2
2
|
|
|
3
3
|
//#region src/plugin.d.ts
|
|
4
4
|
declare const pluginSolidQueryName = "plugin-solid-query";
|
|
@@ -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;
|
|
@@ -1335,4 +1343,4 @@ type ResolvedOptions = {
|
|
|
1335
1343
|
type PluginSolidQuery = PluginFactoryOptions<'plugin-solid-query', Options$1, ResolvedOptions, never, ResolvePathOptions>;
|
|
1336
1344
|
//#endregion
|
|
1337
1345
|
export { OperationSchemas as a, Generator as i, PluginSolidQuery as n, UserPluginWithLifeCycle as o, Transformer as r, Operation$1 as s, Options$1 as t };
|
|
1338
|
-
//# sourceMappingURL=types-
|
|
1346
|
+
//# sourceMappingURL=types-DjxPjdTZ.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;
|
|
@@ -1335,4 +1343,4 @@ type ResolvedOptions = {
|
|
|
1335
1343
|
type PluginSolidQuery = PluginFactoryOptions<'plugin-solid-query', Options$1, ResolvedOptions, never, ResolvePathOptions>;
|
|
1336
1344
|
//#endregion
|
|
1337
1345
|
export { OperationSchemas as a, Generator as i, PluginSolidQuery as n, UserPluginWithLifeCycle as o, Transformer as r, Operation$1 as s, Options$1 as t };
|
|
1338
|
-
//# sourceMappingURL=types-
|
|
1346
|
+
//# sourceMappingURL=types-MNYQehp6.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-solid-query",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "Solid Query hooks generator plugin for Kubb, creating type-safe API client hooks from OpenAPI specifications for Solid.js applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"solid-query",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"remeda": "^2.32.0",
|
|
65
|
-
"@kubb/core": "4.
|
|
66
|
-
"@kubb/oas": "4.
|
|
67
|
-
"@kubb/plugin-client": "4.
|
|
68
|
-
"@kubb/plugin-oas": "4.
|
|
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",
|