-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathopenapitools.json
161 lines (161 loc) · 5.67 KB
/
openapitools.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.6.0",
"generators": {
"tsp-api": {
"generatorName": "typescript-axios",
"inputSpec": "./apps/server/src/infra/tsp-client/openapi.json",
"output": "./apps/server/src/infra/tsp-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:exportKlasseList|exportLehrerListMigration|exportLehrerList|exportSchuelerListMigration|exportSchuelerList|exportSchuleList|version"
},
"globalProperty": {
"models": "RobjExportKlasse:RobjExportLehrerMigration:RobjExportLehrer:RobjExportSchuelerMigration:RobjExportSchueler:RobjExportSchule:VersionResponse",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"boards-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3030/api/v3/docs-json",
"output": "./apps/server/src/infra/boards-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:BoardController_createBoard|BoardController_getBoardSkeleton|BoardController_createColumn|ColumnController_updateColumnTitle"
},
"globalProperty": {
"models": "CreateBoardBodyParams:CreateBoardResponse:BoardParentType:BoardLayout:BoardResponse:ColumnResponse:CardSkeletonResponse:TimestampsResponse:RenameBodyParams",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"files-storage-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:4444/api/v3/docs-json",
"output": "./apps/server/src/infra/files-storage-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:upload|download|uploadFromUrl|deleteByParent|deleteFile"
},
"globalProperty": {
"models": "FileRecordResponse:StreamableFile:FileRecordParentType:FileRecordScanStatus:PreviewStatus:StorageLocation:FileUrlParams:FileRecordListResponse",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"courses-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3030/api/v3/docs-json",
"output": "./apps/server/src/infra/courses-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:CourseController_getCourseCcMetadataById|CourseController_createCourse"
},
"globalProperty": {
"models": "CourseCommonCartridgeMetadataResponse:CreateCourseBodyParams:CreateCourseResponse",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"lessons-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3030/api/v3/docs-json",
"output": "./apps/server/src/modules/common-cartridge/common-cartridge-client/lesson-client/lessons-api-client",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:LessonController_getLesson|LessonController_getLessonTasks"
},
"additionalProperties": {
"withSeparateModelsAndApi": true,
"skipUnusedModels": true,
"apiPackage": "api",
"modelPackage": "models"
},
"globalProperty": {
"models": "LessonResponse:LessonLinkedTaskResponse:LessonContentResponse:ComponentTextPropsImpl:ComponentEtherpadPropsImpl:ComponentGeogebraPropsImpl:ComponentInternalPropsImpl:ComponentLernstorePropsImpl:LernstoreResources:MaterialResponse",
"apis": "",
"supportingFiles": ""
}
},
"tldraw-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3349/docs-json",
"output": "./apps/server/src/infra/tldraw-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"vidis-api": {
"generatorName": "typescript-axios",
"inputSpec": "./apps/server/src/infra/vidis-client/vidis.yml",
"output": "./apps/server/src/infra/vidis-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:getActivatedOffersByRegion|operationId:getActivatedOffersBySchool"
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
}
}
}
}