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:
@@ -8,6 +8,12 @@ export * from "./additionalParam";
|
||||
export * from "./apiChoicesRetrieve200";
|
||||
export * from "./apiChoicesRetrieve200Item";
|
||||
export * from "./apiChoicesRetrieveParams";
|
||||
export * from "./apiCommerceCategoriesListParams";
|
||||
export * from "./apiCommerceDiscountCodesListParams";
|
||||
export * from "./apiCommerceOrdersListParams";
|
||||
export * from "./apiCommerceProductImagesListParams";
|
||||
export * from "./apiCommerceProductsListParams";
|
||||
export * from "./apiConfigurationPublicShopConfigurationListParams";
|
||||
export * from "./apiDownloaderDownloadRetrieveParams";
|
||||
export * from "./callback";
|
||||
export * from "./carrierRead";
|
||||
@@ -22,8 +28,6 @@ export * from "./downloadErrorResponse";
|
||||
export * from "./downloadRequest";
|
||||
export * from "./downloaderStats";
|
||||
export * from "./errorResponse";
|
||||
export * from "./extEnum";
|
||||
export * from "./formatEnum";
|
||||
export * from "./item";
|
||||
export * from "./orderCarrier";
|
||||
export * from "./orderCreate";
|
||||
|
||||
Reference in New Issue
Block a user