This commit is contained in:
2024-03-29 21:40:57 +03:00
parent 806e73bb5a
commit 98a6dee996
11 changed files with 124 additions and 44 deletions

View File

@@ -24,6 +24,7 @@ export type { DealServiceSchema } from './models/DealServiceSchema';
export type { DealSummary } from './models/DealSummary';
export type { DealSummaryResponse } from './models/DealSummaryResponse';
export type { HTTPValidationError } from './models/HTTPValidationError';
export type { PaginationInfoSchema } from './models/PaginationInfoSchema';
export type { ProductCreateRequest } from './models/ProductCreateRequest';
export type { ProductCreateResponse } from './models/ProductCreateResponse';
export type { ProductGetResponse } from './models/ProductGetResponse';