-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapitools.json
More file actions
38 lines (37 loc) · 1.28 KB
/
openapitools.json
File metadata and controls
38 lines (37 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.20.0",
"generators": {
"angular": {
"generatorName": "typescript-angular",
"output": "#{cwd}/__openapi__/angular-client",
"inputSpec": "#{cwd}/__openapi__/openapi.json",
"skipValidateSpec": true,
"templateDir": "#{cwd}/openapi/templates",
"additionalProperties": {
"ngVersion": "22.0.0",
"npmName": "@eiswind-training-packages/bulletin-api-angular-client",
"npmVersion": "22.0.0",
"fileNaming": "kebab-case",
"npmRepository": "https://git.eiswind.de/api/v4/projects/170/packages/npm/",
"snapshot": true
}
},
"fetch": {
"generatorName": "typescript-fetch",
"output": "#{cwd}/__openapi__/fetch-client",
"inputSpec": "#{cwd}/__openapi__/openapi.json",
"skipValidateSpec": true,
"additionalProperties": {
"npmName": "@eiswind-training-packages/bulletin-api-fetch-client",
"npmVersion": "1.1.0",
"fileNaming": "kebab-case",
"npmRepository": "https://git.eiswind.de/api/v4/projects/170/packages/npm/",
"snapshot": true
}
}
}
}
}