jws-backend/tsoa.json
Methapon2001 54dba11dc4
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 8s
chore: add tsoa tag
2025-03-04 14:37:13 +07:00

66 lines
2 KiB
JSON

{
"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",
"scheme": "bearer"
}
},
"spec": {
"tags": [
{ "name": "OpenAPI" },
{ "name": "Config" },
{ "name": "Single-Sign On" },
{ "name": "Notification" },
{ "name": "Permission" },
{ "name": "Address" },
{ "name": "Employment Office" },
{ "name": "Branch" },
{ "name": "User" },
{ "name": "Branch User" },
{ "name": "Customer" },
{ "name": "Customer Branch" },
{ "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" },
{ "name": "Employee" },
{ "name": "Employee Checkup" },
{ "name": "Employee Passport" },
{ "name": "Employee Visa" },
{ "name": "Employee In Country Notice" },
{ "name": "Employee Work" },
{ "name": "Employee Other Info" },
{ "name": "Institution" },
{ "name": "Workflow" },
{ "name": "Product Group" },
{ "name": "Product" },
{ "name": "Work" },
{ "name": "Service" },
{ "name": "Quotation" },
{ "name": "Invoice" },
{ "name": "Payment" },
{ "name": "Receipt" },
{ "name": "Request List" },
{ "name": "Task Order" },
{ "name": "User Task Order" },
{ "name": "Credit Note" },
{ "name": "Debit Note" },
{ "name": "Report" },
{ "name": "Document Template" }
]
}
},
"routes": {
"routesDir": "src/",
"authenticationModule": "src/middlewares/auth.ts"
}
}