@hey-api/openapi-ts 0.66.4 → 0.66.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/chunk-DDGE4RQG.js +14 -0
- package/dist/chunk-DDGE4RQG.js.map +1 -0
- package/dist/index.cjs +53 -53
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/internal.cjs +8 -8
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/internal.js +1 -1
- package/dist/{types.d-CuJUnztx.d.cts → types.d-BMmln0DF.d.cts} +1 -1
- package/dist/{types.d-CuJUnztx.d.ts → types.d-BMmln0DF.d.ts} +1 -1
- package/package.json +3 -2
- package/dist/chunk-SZXCPR5B.js +0 -14
- package/dist/chunk-SZXCPR5B.js.map +0 -1
package/dist/internal.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { JSONSchema } from '@hey-api/json-schema-ref-parser';
|
|
2
|
-
import { c as Config, I as IR, W as WatchValues } from './types.d-
|
|
3
|
-
export { i as initConfigs } from './types.d-
|
|
2
|
+
import { c as Config, I as IR, W as WatchValues } from './types.d-BMmln0DF.cjs';
|
|
3
|
+
export { i as initConfigs } from './types.d-BMmln0DF.cjs';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'typescript';
|
|
6
6
|
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { JSONSchema } from '@hey-api/json-schema-ref-parser';
|
|
2
|
-
import { c as Config, I as IR, W as WatchValues } from './types.d-
|
|
3
|
-
export { i as initConfigs } from './types.d-
|
|
2
|
+
import { c as Config, I as IR, W as WatchValues } from './types.d-BMmln0DF.js';
|
|
3
|
+
export { i as initConfigs } from './types.d-BMmln0DF.js';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'typescript';
|
|
6
6
|
|
package/dist/internal.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {createRequire}from'module';export{o as getSpec,x as initConfigs,r as parseOpenApiSpec}from'./chunk-
|
|
1
|
+
import {createRequire}from'module';export{o as getSpec,x as initConfigs,r as parseOpenApiSpec}from'./chunk-DDGE4RQG.js';createRequire(import.meta.url);//# sourceMappingURL=internal.js.map
|
|
2
2
|
//# sourceMappingURL=internal.js.map
|
|
@@ -7724,7 +7724,7 @@ declare class IRContext<Spec extends Record<string, any> = any> {
|
|
|
7724
7724
|
subscribe<T extends keyof Events>(event: T, callbackFn: Events[T]): void;
|
|
7725
7725
|
}
|
|
7726
7726
|
|
|
7727
|
-
type IRMediaType = 'form-data' | 'json' | 'text' | 'url-search-params';
|
|
7727
|
+
type IRMediaType = 'form-data' | 'json' | 'text' | 'url-search-params' | 'octet-stream';
|
|
7728
7728
|
|
|
7729
7729
|
interface IRBodyObject {
|
|
7730
7730
|
mediaType: string;
|
|
@@ -7724,7 +7724,7 @@ declare class IRContext<Spec extends Record<string, any> = any> {
|
|
|
7724
7724
|
subscribe<T extends keyof Events>(event: T, callbackFn: Events[T]): void;
|
|
7725
7725
|
}
|
|
7726
7726
|
|
|
7727
|
-
type IRMediaType = 'form-data' | 'json' | 'text' | 'url-search-params';
|
|
7727
|
+
type IRMediaType = 'form-data' | 'json' | 'text' | 'url-search-params' | 'octet-stream';
|
|
7728
7728
|
|
|
7729
7729
|
interface IRBodyObject {
|
|
7730
7730
|
mediaType: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hey-api/openapi-ts",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.5",
|
|
4
4
|
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
|
|
5
5
|
"homepage": "https://heyapi.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -97,7 +97,8 @@
|
|
|
97
97
|
"ts-node": "10.9.2",
|
|
98
98
|
"tslib": "2.8.1",
|
|
99
99
|
"typescript": "5.8.3",
|
|
100
|
-
"@config/vite-base": "0.0.1"
|
|
100
|
+
"@config/vite-base": "0.0.1",
|
|
101
|
+
"@hey-api/client-core": "0.1.4"
|
|
101
102
|
},
|
|
102
103
|
"scripts": {
|
|
103
104
|
"build": "tsup && pnpm check-exports",
|