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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user