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": {
|
2024-12-02 15:38:03 +07:00
|
|
|
"type": "apiKey",
|
2024-04-01 13:28:43 +07:00
|
|
|
"name": "Authorization",
|
|
|
|
|
"description": "Keycloak Bearer Token",
|
2024-07-18 17:22:53 +07:00
|
|
|
"scheme": "bearer"
|
2024-04-01 13:28:43 +07:00
|
|
|
}
|
2024-04-05 11:18:36 +07:00
|
|
|
},
|
|
|
|
|
"spec": {
|
|
|
|
|
"tags": [
|
|
|
|
|
{ "name": "OpenAPI" },
|
2024-10-07 15:02:23 +07:00
|
|
|
{ "name": "Config" },
|
2024-04-05 15:24:44 +07:00
|
|
|
{ "name": "Single-Sign On" },
|
2024-10-29 15:21:09 +07:00
|
|
|
{ "name": "Notification" },
|
2024-04-18 18:00:35 +07:00
|
|
|
{ "name": "Permission" },
|
2024-04-05 11:18:36 +07:00
|
|
|
{ "name": "Address" },
|
2024-11-14 15:10:58 +07:00
|
|
|
{ "name": "Employment Office" },
|
2024-04-05 11:18:36 +07:00
|
|
|
{ "name": "Branch" },
|
|
|
|
|
{ "name": "User" },
|
|
|
|
|
{ "name": "Branch User" },
|
|
|
|
|
{ "name": "Customer" },
|
|
|
|
|
{ "name": "Customer Branch" },
|
2024-09-17 08:54:47 +07:00
|
|
|
{ "name": "Customer Branch Citizen" },
|
|
|
|
|
{ "name": "Customer Branch House Registration" },
|
|
|
|
|
{ "name": "Customer Branch Vat Registration" },
|
|
|
|
|
{ "name": "Customer Branch Commercial Registration" },
|
|
|
|
|
{ "name": "Customer Branch Power of Attorney" },
|
2024-04-05 15:24:44 +07:00
|
|
|
{ "name": "Employee" },
|
|
|
|
|
{ "name": "Employee Checkup" },
|
2024-09-13 17:50:56 +07:00
|
|
|
{ "name": "Employee Passport" },
|
|
|
|
|
{ "name": "Employee Visa" },
|
|
|
|
|
{ "name": "Employee In Country Notice" },
|
2024-04-08 20:55:52 +07:00
|
|
|
{ "name": "Employee Work" },
|
|
|
|
|
{ "name": "Employee Other Info" },
|
2024-11-05 10:43:50 +07:00
|
|
|
{ "name": "Institution" },
|
2024-10-07 10:16:17 +07:00
|
|
|
{ "name": "Workflow" },
|
2025-03-10 15:12:30 +07:00
|
|
|
{ "name": "Property" },
|
2024-06-11 15:23:51 +07:00
|
|
|
{ "name": "Product Group" },
|
|
|
|
|
{ "name": "Product" },
|
2024-06-19 17:59:48 +07:00
|
|
|
{ "name": "Work" },
|
2024-07-18 17:22:53 +07:00
|
|
|
{ "name": "Service" },
|
2024-10-09 15:06:04 +07:00
|
|
|
{ "name": "Quotation" },
|
2024-10-25 09:39:02 +07:00
|
|
|
{ "name": "Invoice" },
|
|
|
|
|
{ "name": "Payment" },
|
|
|
|
|
{ "name": "Receipt" },
|
2024-12-16 10:50:03 +07:00
|
|
|
{ "name": "Request List" },
|
|
|
|
|
{ "name": "Task Order" },
|
2024-12-20 14:22:55 +07:00
|
|
|
{ "name": "User Task Order" },
|
|
|
|
|
{ "name": "Credit Note" },
|
2025-03-04 14:37:13 +07:00
|
|
|
{ "name": "Debit Note" },
|
|
|
|
|
{ "name": "Report" },
|
|
|
|
|
{ "name": "Document Template" }
|
2024-04-05 11:18:36 +07:00
|
|
|
]
|
2024-04-01 13:28:43 +07:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"routes": {
|
|
|
|
|
"routesDir": "src/",
|
|
|
|
|
"authenticationModule": "src/middlewares/auth.ts"
|
|
|
|
|
}
|
|
|
|
|
}
|