@hey-api/openapi-ts 0.62.1 → 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.d.cts CHANGED
@@ -6860,7 +6860,7 @@ type UserPlugins = Plugin.UserConfig<Config$b> | Plugin.UserConfig<Config$a> | P
6860
6860
  */
6861
6861
  type ClientPlugins = Plugin.Config<Config$b> | Plugin.Config<Config$a> | Plugin.Config<Config$9> | Plugin.Config<Config$8> | Plugin.Config<Config$7> | Plugin.Config<Config$6> | Plugin.Config<Config$5> | Plugin.Config<Config$4> | Plugin.Config<Config$3> | Plugin.Config<Config$2> | Plugin.Config<Config$1>;
6862
6862
 
6863
- declare const CLIENTS: readonly ["@hey-api/client-axios", "@hey-api/client-fetch", "legacy/angular", "legacy/axios", "legacy/fetch", "legacy/node", "legacy/xhr"];
6863
+ declare const CLIENTS: readonly ["@hey-api/client-axios", "@hey-api/client-fetch", "@hey-api/client-nuxt", "legacy/angular", "legacy/axios", "legacy/fetch", "legacy/node", "legacy/xhr"];
6864
6864
  type Client = (typeof CLIENTS)[number];
6865
6865
  type Formatters = 'biome' | 'prettier';
6866
6866
  type Linters = 'biome' | 'eslint' | 'oxlint';
@@ -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
@@ -6860,7 +6860,7 @@ type UserPlugins = Plugin.UserConfig<Config$b> | Plugin.UserConfig<Config$a> | P
6860
6860
  */
6861
6861
  type ClientPlugins = Plugin.Config<Config$b> | Plugin.Config<Config$a> | Plugin.Config<Config$9> | Plugin.Config<Config$8> | Plugin.Config<Config$7> | Plugin.Config<Config$6> | Plugin.Config<Config$5> | Plugin.Config<Config$4> | Plugin.Config<Config$3> | Plugin.Config<Config$2> | Plugin.Config<Config$1>;
6862
6862
 
6863
- declare const CLIENTS: readonly ["@hey-api/client-axios", "@hey-api/client-fetch", "legacy/angular", "legacy/axios", "legacy/fetch", "legacy/node", "legacy/xhr"];
6863
+ declare const CLIENTS: readonly ["@hey-api/client-axios", "@hey-api/client-fetch", "@hey-api/client-nuxt", "legacy/angular", "legacy/axios", "legacy/fetch", "legacy/node", "legacy/xhr"];
6864
6864
  type Client = (typeof CLIENTS)[number];
6865
6865
  type Formatters = 'biome' | 'prettier';
6866
6866
  type Linters = 'biome' | 'eslint' | 'oxlint';
@@ -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>;