@@ -10,6 +10,8 @@ import type { HeyApiClientNextPlugin } from './@hey-api/client-next';
10
10
import { defaultConfig as heyApiClientNext } from './@hey-api/client-next' ;
11
11
import type { HeyApiClientNuxtPlugin } from './@hey-api/client-nuxt' ;
12
12
import { defaultConfig as heyApiClientNuxt } from './@hey-api/client-nuxt' ;
13
+ import type { HeyApiClientOfetchPlugin } from './@hey-api/client-ofetch' ;
14
+ import { defaultConfig as heyApiClientOfetch } from './@hey-api/client-ofetch' ;
13
15
import type { HeyApiClientLegacyAngularPlugin } from './@hey-api/legacy-angular' ;
14
16
import { defaultConfig as heyApiLegacyAngular } from './@hey-api/legacy-angular' ;
15
17
import type { HeyApiClientLegacyAxiosPlugin } from './@hey-api/legacy-axios' ;
@@ -55,6 +57,7 @@ export interface PluginConfigMap {
55
57
'@hey-api/client-fetch' : HeyApiClientFetchPlugin [ 'Types' ] ;
56
58
'@hey-api/client-next' : HeyApiClientNextPlugin [ 'Types' ] ;
57
59
'@hey-api/client-nuxt' : HeyApiClientNuxtPlugin [ 'Types' ] ;
60
+ '@hey-api/client-ofetch' : HeyApiClientOfetchPlugin [ 'Types' ] ;
58
61
'@hey-api/schemas' : HeyApiSchemasPlugin [ 'Types' ] ;
59
62
'@hey-api/sdk' : HeyApiSdkPlugin [ 'Types' ] ;
60
63
'@hey-api/transformers' : HeyApiTransformersPlugin [ 'Types' ] ;
@@ -84,6 +87,7 @@ export const defaultPluginConfigs: {
84
87
'@hey-api/client-fetch' : heyApiClientFetch ,
85
88
'@hey-api/client-next' : heyApiClientNext ,
86
89
'@hey-api/client-nuxt' : heyApiClientNuxt ,
90
+ '@hey-api/client-ofetch' : heyApiClientOfetch ,
87
91
'@hey-api/schemas' : heyApiSchemas ,
88
92
'@hey-api/sdk' : heyApiSdk ,
89
93
'@hey-api/transformers' : heyApiTransformers ,
0 commit comments