Skip to content

Commit b75eea8

Browse files
authored
Merge pull request #564 from MORE-Platform/352-relative-scheduler-can-exceed-study-duration-without-validation
#352: Implemented duration limitation for the study duration and the …
2 parents 6656909 + bf03bc2 commit b75eea8

21 files changed

Lines changed: 3800 additions & 2780 deletions

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ dist-ssr
88
target/
99
more-configuration-api-client-ts*
1010
ConfiguratorAPI.yaml
11-
openapitools.json
1211
src/generated-sources
1312
tests/coverage

openapitools.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3+
"spaces": 2,
4+
"generator-cli": {
5+
"version": "7.8.0",
6+
"generators": {
7+
"StudyManagerAPI": {
8+
"inputSpec": "openapi/StudyManagerAPI.yaml",
9+
"generatorName": "typescript-axios",
10+
"output": "src/generated-sources/openapi",
11+
"additionalProperties": {
12+
"supportsES6": true,
13+
"withSeparateModelsAndApi": true,
14+
"withInterfaces": true,
15+
"apiPackage": "api",
16+
"modelPackage": "models"
17+
},
18+
"typeMappings": {
19+
"set": "Array"
20+
}
21+
}
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)