Skip to content

Commit 0215e22

Browse files
authored
Adds the entire api collection of the AAS (#15)
1 parent 3c5a1d3 commit 0215e22

15 files changed

+31416
-11414
lines changed

openapi-ts.config.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import { defaultPlugins, defineConfig } from '@hey-api/openapi-ts';
2+
3+
export default defineConfig({
4+
client: '@hey-api/client-fetch',
5+
input: './openapi/Plattform_i40-Entire-API-Collection-V3.0.3-resolved.yaml',
6+
output: {
7+
format: 'prettier',
8+
lint: 'eslint',
9+
path: './src/generated',
10+
},
11+
plugins: [
12+
...defaultPlugins,
13+
'@hey-api/schemas',
14+
{
15+
name: '@hey-api/sdk',
16+
transformer: true,
17+
},
18+
],
19+
});

0 commit comments

Comments
 (0)