diff --git a/cmd/web/docs/docs.go b/cmd/web/docs/docs.go index 500804c..edb66a4 100644 --- a/cmd/web/docs/docs.go +++ b/cmd/web/docs/docs.go @@ -8425,6 +8425,10 @@ const docTemplate = `{ "description": "Customer authentication and authorization operations for mobile application including login, logout, token refresh, and profile access", "name": "Authorization" }, + { + "description": "Company information access for mobile application including company profile and company tenders", + "name": "Company" + }, { "description": "Public tender information access for mobile application including active tender listings and detailed tender information", "name": "Tenders" diff --git a/cmd/web/docs/swagger.json b/cmd/web/docs/swagger.json index dab8bbd..0ddbef9 100644 --- a/cmd/web/docs/swagger.json +++ b/cmd/web/docs/swagger.json @@ -8419,6 +8419,10 @@ "description": "Customer authentication and authorization operations for mobile application including login, logout, token refresh, and profile access", "name": "Authorization" }, + { + "description": "Company information access for mobile application including company profile and company tenders", + "name": "Company" + }, { "description": "Public tender information access for mobile application including active tender listings and detailed tender information", "name": "Tenders" diff --git a/cmd/web/docs/swagger.yaml b/cmd/web/docs/swagger.yaml index 7f29b63..f832558 100644 --- a/cmd/web/docs/swagger.yaml +++ b/cmd/web/docs/swagger.yaml @@ -5381,6 +5381,9 @@ tags: - description: Customer authentication and authorization operations for mobile application including login, logout, token refresh, and profile access name: Authorization +- description: Company information access for mobile application including company + profile and company tenders + name: Company - description: Public tender information access for mobile application including active tender listings and detailed tender information name: Tenders