@hey-api/openapi-ts 0.62.1 → 0.62.2

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';
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';