@kubb/plugin-ts 4.12.8 → 4.12.9
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/{types-DOUgsQdD.d.ts → types-Cd_tEnfY.d.cts} +4 -3
- package/dist/{types-CCmRQ3Mz.d.cts → types-D6lr3k_H.d.ts} +4 -3
- package/package.json +4 -4
- package/src/generators/__snapshots__/enumAllOf.ts +3 -0
package/dist/components.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-
|
|
1
|
+
import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-Cd_tEnfY.cjs";
|
|
2
2
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
3
3
|
|
|
4
4
|
//#region src/components/OasType.d.ts
|
package/dist/components.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-
|
|
1
|
+
import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-D6lr3k_H.js";
|
|
2
2
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
3
3
|
|
|
4
4
|
//#region src/components/OasType.d.ts
|
package/dist/generators.d.cts
CHANGED
package/dist/generators.d.ts
CHANGED
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { Fabric } from "@kubb/react-fabric";
|
|
2
|
-
import ts from "typescript";
|
|
3
1
|
import * as OasTypes from "oas/types";
|
|
4
2
|
import { HttpMethods as HttpMethod, OASDocument, SchemaObject, User } from "oas/types";
|
|
5
3
|
import { Operation, Operation as Operation$1 } from "oas/operation";
|
|
@@ -7,7 +5,9 @@ import { OpenAPIV3 } from "openapi-types";
|
|
|
7
5
|
import * as oas_normalize_lib_types0 from "oas-normalize/lib/types";
|
|
8
6
|
import BaseOas from "oas";
|
|
9
7
|
import { KubbFile } from "@kubb/fabric-core/types";
|
|
8
|
+
import { Fabric } from "@kubb/react-fabric";
|
|
10
9
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
10
|
+
import ts from "typescript";
|
|
11
11
|
|
|
12
12
|
//#region ../oas/src/types.d.ts
|
|
13
13
|
type contentType = 'application/json' | (string & {});
|
|
@@ -42,6 +42,7 @@ declare class Oas<const TOAS = unknown> extends BaseOas {
|
|
|
42
42
|
getRequestSchema(operation: Operation): SchemaObject | undefined;
|
|
43
43
|
getParametersSchema(operation: Operation, inKey: 'path' | 'query' | 'header'): SchemaObject | null;
|
|
44
44
|
valdiate(): Promise<oas_normalize_lib_types0.ValidationResult>;
|
|
45
|
+
flattenSchema(schema?: SchemaObject): SchemaObject | undefined;
|
|
45
46
|
}
|
|
46
47
|
//#endregion
|
|
47
48
|
//#region ../core/src/BaseGenerator.d.ts
|
|
@@ -1275,4 +1276,4 @@ type ResolvedOptions = {
|
|
|
1275
1276
|
type PluginTs = PluginFactoryOptions<'plugin-ts', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1276
1277
|
//#endregion
|
|
1277
1278
|
export { UserPluginWithLifeCycle as a, Schema as i, PluginTs as n, OasTypes as o, ReactGenerator as r, SchemaObject$1 as s, Options as t };
|
|
1278
|
-
//# sourceMappingURL=types-
|
|
1279
|
+
//# sourceMappingURL=types-Cd_tEnfY.d.cts.map
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { Fabric } from "@kubb/react-fabric";
|
|
2
|
+
import ts from "typescript";
|
|
1
3
|
import * as OasTypes from "oas/types";
|
|
2
4
|
import { HttpMethods as HttpMethod, OASDocument, SchemaObject, User } from "oas/types";
|
|
3
5
|
import { Operation, Operation as Operation$1 } from "oas/operation";
|
|
@@ -5,9 +7,7 @@ import { OpenAPIV3 } from "openapi-types";
|
|
|
5
7
|
import * as oas_normalize_lib_types0 from "oas-normalize/lib/types";
|
|
6
8
|
import BaseOas from "oas";
|
|
7
9
|
import { KubbFile } from "@kubb/fabric-core/types";
|
|
8
|
-
import { Fabric } from "@kubb/react-fabric";
|
|
9
10
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
10
|
-
import ts from "typescript";
|
|
11
11
|
|
|
12
12
|
//#region ../oas/src/types.d.ts
|
|
13
13
|
type contentType = 'application/json' | (string & {});
|
|
@@ -42,6 +42,7 @@ declare class Oas<const TOAS = unknown> extends BaseOas {
|
|
|
42
42
|
getRequestSchema(operation: Operation): SchemaObject | undefined;
|
|
43
43
|
getParametersSchema(operation: Operation, inKey: 'path' | 'query' | 'header'): SchemaObject | null;
|
|
44
44
|
valdiate(): Promise<oas_normalize_lib_types0.ValidationResult>;
|
|
45
|
+
flattenSchema(schema?: SchemaObject): SchemaObject | undefined;
|
|
45
46
|
}
|
|
46
47
|
//#endregion
|
|
47
48
|
//#region ../core/src/BaseGenerator.d.ts
|
|
@@ -1275,4 +1276,4 @@ type ResolvedOptions = {
|
|
|
1275
1276
|
type PluginTs = PluginFactoryOptions<'plugin-ts', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1276
1277
|
//#endregion
|
|
1277
1278
|
export { UserPluginWithLifeCycle as a, Schema as i, PluginTs as n, OasTypes as o, ReactGenerator as r, SchemaObject$1 as s, Options as t };
|
|
1278
|
-
//# sourceMappingURL=types-
|
|
1279
|
+
//# sourceMappingURL=types-D6lr3k_H.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-ts",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.9",
|
|
4
4
|
"description": "TypeScript code generation plugin for Kubb, transforming OpenAPI schemas into TypeScript interfaces, types, and utility functions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"natural-orderby": "^5.0.0",
|
|
70
70
|
"remeda": "^2.32.0",
|
|
71
71
|
"typescript": "5.9.3",
|
|
72
|
-
"@kubb/core": "4.12.
|
|
73
|
-
"@kubb/oas": "4.12.
|
|
74
|
-
"@kubb/plugin-oas": "4.12.
|
|
72
|
+
"@kubb/core": "4.12.9",
|
|
73
|
+
"@kubb/oas": "4.12.9",
|
|
74
|
+
"@kubb/plugin-oas": "4.12.9"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@kubb/react-fabric": "0.7.4",
|