veza/apps/web/src/services
senke 8e5826d2ca [FE-TYPE-010] fe-type: Add type safety for API client
- Created fully typed API client wrapper (typedClient.ts):
  * TypedApiClient interface with fully typed methods
  * typedApiClient implementation wrapping apiClient
  * TypedRequestConfig extending InternalAxiosRequestConfig
  * TypedApiRequestBuilder class for type-safe requests
- Added helper types:
  * ApiResponseData: Extract data from ApiResponse
  * UnwrappedApiResponse: Remove ApiResponse wrapper
- Added helper functions:
  * createTypedRequest: Create typed request builder
  * isApiResponseWrapper: Type guard for ApiResponse
  * extractApiData: Extract data from response
- Ensures full type safety for all API client methods
2025-12-25 14:48:35 +01:00
..
api [FE-TYPE-010] fe-type: Add type safety for API client 2025-12-25 14:48:35 +01:00
2fa-service.ts [FE-API-001] frontend-api: Enable 2FA service calls when backend is ready 2025-12-23 01:45:47 +01:00
csrf.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
marketplaceService.ts [FE-PAGE-006] fe-page: Complete Marketplace page implementation 2025-12-24 12:54:20 +01:00
offline-storage.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
offlineQueue.ts [FE-API-015] fe-api: Add offline support 2025-12-25 13:24:19 +01:00
pwa.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
requestDeduplication.ts [FE-API-016] fe-api: Add request deduplication 2025-12-25 13:26:27 +01:00
responseCache.ts [FE-API-017] fe-api: Add request caching 2025-12-25 13:29:43 +01:00
secure-auth.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
tokenRefresh.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
tokenRefresh.ts fix(MVP-011): Simplify token refresh response handling to single format 2025-12-22 23:06:52 +01:00
tokenStorage.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
tokenStorage.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
websocket.ts stabilizing apps/web: FIRST BATCH 2025-12-17 08:07:35 -05:00