@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.
@@ -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-CuJUnztx.cjs';
3
- export { i as initConfigs } from './types.d-CuJUnztx.cjs';
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
 
@@ -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-CuJUnztx.js';
3
- export { i as initConfigs } from './types.d-CuJUnztx.js';
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-SZXCPR5B.js';createRequire(import.meta.url);//# sourceMappingURL=internal.js.map
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.4",
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",