veza/apps/web/src/utils
senke 2fce619940 api-contracts: install openapi-generator-cli and create type generation script
- Completed Action 1.1.2.1: Installed @openapitools/openapi-generator-cli
- Completed Action 1.1.2.2: Created generate-types.sh script
- Added swagger annotations to cmd/modern-server/main.go
- Regenerated swagger.yaml with proper info section
- Successfully generated TypeScript types to src/types/generated/

The script generates types from veza-backend-api/openapi.yaml using
typescript-axios generator and creates barrel exports.
2026-01-11 16:30:43 +01:00
..
apiErrorHandler.test.ts [FE-TEST-004] test: Add unit tests for utilities 2025-12-25 17:09:51 +01:00
apiErrorHandler.ts stabilisation commit A 2026-01-07 19:39:21 +01:00
apiToastHelper.test.ts [FE-TEST-004] test: Add unit tests for utilities 2025-12-25 17:09:51 +01:00
apiToastHelper.ts [FE-COMP-005] fe-comp: Add toast notifications for all user actions 2025-12-25 11:32:53 +01:00
broadcastSync.ts api-contracts: install openapi-generator-cli and create type generation script 2026-01-11 16:30:43 +01:00
csp.ts stabilizing apps/web: FIRST BATCH 2025-12-17 08:07:35 -05:00
date.test.ts [FE-TEST-004] test: Add unit tests for utilities 2025-12-25 17:09:51 +01:00
date.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
errorMessages.test.ts [FE-TEST-004] test: Add unit tests for utilities 2025-12-25 17:09:51 +01:00
errorMessages.ts api-contracts: install openapi-generator-cli and create type generation script 2026-01-11 16:30:43 +01:00
format.test.ts [FE-TEST-004] test: Add unit tests for utilities 2025-12-25 17:09:51 +01:00
format.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
idNormalization.test.ts [FE-TYPE-001] fe-type: Fix all ID type mismatches 2025-12-25 14:27:28 +01:00
idNormalization.ts [FE-TYPE-001] fe-type: Fix all ID type mismatches 2025-12-25 14:27:28 +01:00
logger.test.ts [FE-TEST-004] test: Add unit tests for utilities 2025-12-25 17:09:51 +01:00
logger.ts [FIX] PROD-003: Corriger imports use-toast → useToast 2026-01-04 01:44:17 +01:00
optimisticStoreUpdates.ts stabilisation commit A 2026-01-07 19:39:21 +01:00
optimisticUpdates.ts stabilisation commit A 2026-01-07 19:39:21 +01:00
sanitize.test.ts [FE-TEST-004] test: Add unit tests for utilities 2025-12-25 17:09:51 +01:00
sanitize.ts feat: Visual masterpiece - true light mode & premium UI 2026-01-11 02:32:21 +01:00
serviceErrorHandler.test.ts [FE-TEST-004] test: Add unit tests for utilities 2025-12-25 17:09:51 +01:00
serviceErrorHandler.ts [T0-003] fix(frontend): Corriger erreurs TypeScript/React 2026-01-04 01:44:20 +01:00
stateCleanup.test.ts [FE-STATE-012] fe-state: Add state cleanup 2025-12-25 14:23:06 +01:00
stateCleanup.ts [T0-003] fix(frontend): Corriger erreurs TypeScript/React 2026-01-04 01:44:20 +01:00
stateHydration.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
stateInvalidation.ts feat: Visual masterpiece - true light mode & premium UI 2026-01-11 02:32:21 +01:00
stateMiddleware.test.ts [FE-STATE-010] fe-state: Add state middleware 2025-12-25 14:14:54 +01:00
stateMiddleware.ts [T0-003] fix(frontend): Corriger erreurs TypeScript/React 2026-01-04 01:44:20 +01:00
stateNormalization.ts [T0-003] fix(frontend): Corriger erreurs TypeScript/React 2026-01-04 01:44:20 +01:00
statePersistence.ts chore: remove production logs in utils and hooks 2026-01-07 10:35:04 +01:00
stateVersioning.example.ts [FE-STATE-011] fe-state: Add state versioning 2025-12-25 14:19:40 +01:00
stateVersioning.test.ts [FE-STATE-011] fe-state: Add state versioning 2025-12-25 14:19:40 +01:00
stateVersioning.ts [T0-003] fix(frontend): Corriger erreurs TypeScript/React 2026-01-04 01:44:20 +01:00
storeSelectors.ts stabilisation commit A 2026-01-07 19:39:21 +01:00
timeoutHandler.test.ts [FE-TEST-004] test: Add unit tests for utilities 2025-12-25 17:09:51 +01:00
timeoutHandler.ts [FE-API-014] fe-api: Add request timeout handling 2025-12-25 13:22:15 +01:00
typeGuards.test.ts [FE-TYPE-004] fe-type: Add type guards for runtime type checking 2025-12-25 14:38:55 +01:00
typeGuards.ts [FE-TYPE-004] fe-type: Add type guards for runtime type checking 2025-12-25 14:38:55 +01:00
undoRedo.ts api-contracts: install openapi-generator-cli and create type generation script 2026-01-11 16:30:43 +01:00
url.test.ts [FE-TEST-004] test: Add unit tests for utilities 2025-12-25 17:09:51 +01:00
url.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
validation.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
validation.ts stabilisation commit A 2026-01-07 19:39:21 +01:00