@@ -32,25 +32,26 @@ export default defineConfig(() => {
3232 // openapi: '3.1.0',
3333 // paths: {},
3434 // },
35- path : path . resolve (
36- getSpecsPath ( ) ,
37- // '3.0.x',
38- '3.1.x' ,
39- // 'circular.yaml',
40- // 'dutchie.json',
41- // 'invalid',
42- // 'openai.yaml',
43- // 'full.yaml',
44- // 'opencode.yaml',
45- // 'sdk-instance.yaml',
46- // 'string-with-format.yaml',
47- // 'transformers.json',
48- // 'type-format.yaml',
49- 'validators.yaml' ,
50- // 'validators-circular-ref.json',
51- // 'validators-circular-ref-2.yaml',
52- // 'zoom-video-sdk.json',
53- ) ,
35+ path : 'https://gist.githubusercontent.com/nghiepdev/b2c9996750505ec82adb04fdc9b95ea6/raw/ebe990458001a5c4d3e1de0218f93dcb8f132db8/test-openapi.json' ,
36+ // path: path.resolve(
37+ // getSpecsPath(),
38+ // // '3.0.x',
39+ // '3.1.x',
40+ // // 'circular.yaml',
41+ // // 'dutchie.json',
42+ // // 'invalid',
43+ // // 'openai.yaml',
44+ // // 'full.yaml',
45+ // // 'opencode.yaml',
46+ // // 'sdk-instance.yaml',
47+ // // 'string-with-format.yaml',
48+ // // 'transformers.json',
49+ // // 'type-format.yaml',
50+ // 'validators.yaml',
51+ // // 'validators-circular-ref.json',
52+ // // 'validators-circular-ref-2.yaml',
53+ // // 'zoom-video-sdk.json',
54+ // ),
5455 // path: 'https://get.heyapi.dev/hey-api/backend?branch=main&version=1.0.0',
5556 // path: 'http://localhost:4000/',
5657 // path: 'http://localhost:8000/openapi.json',
@@ -259,16 +260,17 @@ export default defineConfig(() => {
259260 // fields.unwrap('path')
260261 // },
261262 // include...
262- instance : true ,
263- // name: '@hey-api/sdk',
263+ // instance: true,
264+ name : '@hey-api/sdk' ,
264265 // operationId: false,
265- paramsStructure : 'flat' ,
266+ // paramsStructure: 'flat',
266267 // responseStyle: 'data',
267268 // signature: 'auto',
268269 // signature: 'client',
269270 // signature: 'object',
270271 // transformer: '@hey-api/transformers',
271- // transformer: true,
272+ transformer : true ,
273+ validator : true ,
272274 // validator: {
273275 // request: 'zod',
274276 // response: 'zod',
@@ -290,7 +292,7 @@ export default defineConfig(() => {
290292 {
291293 // bigInt: true,
292294 // dates: true,
293- // name: '@hey-api/transformers',
295+ name : '@hey-api/transformers' ,
294296 } ,
295297 {
296298 // name: 'fastify',
@@ -308,7 +310,7 @@ export default defineConfig(() => {
308310 // mutationOptions: {
309311 // name: '{{name}}MO',
310312 // },
311- // name: '@tanstack/react-query',
313+ name : '@tanstack/react-query' ,
312314 // queryKeys: {
313315 // name: '{{name}}QK',
314316 // },
0 commit comments