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:
2025-12-22 02:20:43 +01:00
parent abc6207296
commit 1cec6be6d7
49 changed files with 7580 additions and 7224 deletions

View File

@@ -7,14 +7,8 @@
export * from "./additionalParam";
export * from "./apiAccountUsersListParams";
export * from "./apiAdvertisementContactMessagesListParams";
export * from "./apiCommerceCategoriesListParams";
export * from "./apiCommerceDiscountCodesListParams";
export * from "./apiCommerceOrdersListParams";
export * from "./apiCommerceProductImagesListParams";
export * from "./apiCommerceProductsListParams";
export * from "./apiCommerceRefundsListParams";
export * from "./apiConfigurationAdminShopConfigurationListParams";
export * from "./apiConfigurationPublicShopConfigurationListParams";
export * from "./apiSchemaRetrieve200Four";
export * from "./apiSchemaRetrieve200One";
export * from "./apiSchemaRetrieve200Three";
@@ -36,8 +30,6 @@ export * from "./downloadErrorResponse";
export * from "./downloadRequest";
export * from "./downloaderStats";
export * from "./errorResponse";
export * from "./extEnum";
export * from "./formatEnum";
export * from "./gopayCreatePayment201";
export * from "./gopayGetStatus200";
export * from "./gopayRefundPayment200";