2024-04-01 13:28:43 +07:00
|
|
|
{
|
|
|
|
|
"entryFile": "src/app.ts",
|
|
|
|
|
"noImplicitAdditionalProperties": "throw-on-extras",
|
|
|
|
|
"controllerPathGlobs": ["src/controllers/**/*-controller.ts"],
|
|
|
|
|
"spec": {
|
|
|
|
|
"outputDirectory": "src/",
|
|
|
|
|
"specVersion": 3,
|
|
|
|
|
"securityDefinitions": {
|
|
|
|
|
"keycloak": {
|
|
|
|
|
"type": "apiKey",
|
|
|
|
|
"name": "Authorization",
|
|
|
|
|
"description": "Keycloak Bearer Token",
|
|
|
|
|
"in": "header"
|
|
|
|
|
}
|
2024-04-05 11:18:36 +07:00
|
|
|
},
|
|
|
|
|
"spec": {
|
|
|
|
|
"tags": [
|
|
|
|
|
{ "name": "OpenAPI" },
|
2024-04-05 15:24:44 +07:00
|
|
|
{ "name": "Single-Sign On" },
|
2024-04-18 18:00:35 +07:00
|
|
|
{ "name": "Permission" },
|
2024-04-05 11:18:36 +07:00
|
|
|
{ "name": "Address" },
|
|
|
|
|
{ "name": "Branch" },
|
2024-04-05 15:24:44 +07:00
|
|
|
{ "name": "Branch Contact" },
|
2024-04-05 11:18:36 +07:00
|
|
|
{ "name": "User" },
|
|
|
|
|
{ "name": "Branch User" },
|
|
|
|
|
{ "name": "Customer" },
|
|
|
|
|
{ "name": "Customer Branch" },
|
2024-04-05 15:24:44 +07:00
|
|
|
{ "name": "Employee" },
|
|
|
|
|
{ "name": "Employee Checkup" },
|
2024-04-08 20:55:52 +07:00
|
|
|
{ "name": "Employee Work" },
|
|
|
|
|
{ "name": "Employee Other Info" },
|
2024-06-11 15:23:51 +07:00
|
|
|
{ "name": "Product Group" },
|
2024-04-05 15:24:44 +07:00
|
|
|
{ "name": "Product Type" },
|
2024-06-11 15:23:51 +07:00
|
|
|
{ "name": "Product" },
|
2024-06-19 17:59:48 +07:00
|
|
|
{ "name": "Work" },
|
|
|
|
|
{ "name": "Service" }
|
2024-04-05 11:18:36 +07:00
|
|
|
]
|
2024-04-01 13:28:43 +07:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"routes": {
|
|
|
|
|
"routesDir": "src/",
|
|
|
|
|
"authenticationModule": "src/middlewares/auth.ts"
|
|
|
|
|
}
|
|
|
|
|
}
|