@hey-api/openapi-ts 0.62.2 → 0.62.3
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/index.cjs +50 -50
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +50 -50
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -7308,7 +7308,7 @@ declare class IRContext<Spec extends Record<string, any> = any> {
|
|
|
7308
7308
|
subscribe<T extends keyof Events>(event: T, callbackFn: Events[T]): void;
|
|
7309
7309
|
}
|
|
7310
7310
|
|
|
7311
|
-
type IRMediaType = 'form-data' | 'json' | 'url-search-params';
|
|
7311
|
+
type IRMediaType = 'form-data' | 'json' | 'text' | 'url-search-params';
|
|
7312
7312
|
|
|
7313
7313
|
interface IRComponentsObject {
|
|
7314
7314
|
parameters?: Record<string, IRParameterObject>;
|
package/dist/index.d.ts
CHANGED
|
@@ -7308,7 +7308,7 @@ declare class IRContext<Spec extends Record<string, any> = any> {
|
|
|
7308
7308
|
subscribe<T extends keyof Events>(event: T, callbackFn: Events[T]): void;
|
|
7309
7309
|
}
|
|
7310
7310
|
|
|
7311
|
-
type IRMediaType = 'form-data' | 'json' | 'url-search-params';
|
|
7311
|
+
type IRMediaType = 'form-data' | 'json' | 'text' | 'url-search-params';
|
|
7312
7312
|
|
|
7313
7313
|
interface IRComponentsObject {
|
|
7314
7314
|
parameters?: Record<string, IRParameterObject>;
|