cherry-studio/packages/shared/data/api
icarus e0781e1bb0 refactor(ocr): restructure ocr types into modular files for better maintainability
- Split monolithic ocr.ts into separate files for base types, providers, models, and layers (api, data, business)
- Update related imports and references across the codebase
- Rename API request/response types to be more consistent (Patch->Update, Put->Replace)
- Adjust repository and service implementations to match new type structure
2025-10-20 20:39:24 +08:00
..
apiModels.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00
apiPaths.ts chore: update configuration and improve cache management 2025-09-16 11:27:18 +08:00
apiSchemas.ts refactor(ocr): restructure ocr types into modular files for better maintainability 2025-10-20 20:39:24 +08:00
apiTypes.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00
errorCodes.ts refactor: prefer import type (#10190) 2025-09-17 12:32:53 +08:00
index.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00