feat(api): generate API models and hooks for public shop configuration and commerce entities
- Added generated API hooks and models for public shop configuration, including listing and retrieving configurations. - Introduced models for commerce categories, discount codes, orders, product images, and products with pagination and search parameters. - Ensured all generated files are structured for easy integration with React Query.
This commit is contained in:
@@ -6,5 +6,4 @@
|
||||
|
||||
export interface DownloadErrorResponse {
|
||||
error: string;
|
||||
allowed?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user