feat: cards, attributes and modules
This commit is contained in:
		@@ -9,6 +9,8 @@ export type { OpenAPIConfig } from './core/OpenAPI';
 | 
			
		||||
 | 
			
		||||
export type { AddUserRequest } from './models/AddUserRequest';
 | 
			
		||||
export type { AddUserResponse } from './models/AddUserResponse';
 | 
			
		||||
export type { AttributeSchema } from './models/AttributeSchema';
 | 
			
		||||
export type { AttributeTypeSchema } from './models/AttributeTypeSchema';
 | 
			
		||||
export type { AuthLoginRequest } from './models/AuthLoginRequest';
 | 
			
		||||
export type { AuthLoginResponse } from './models/AuthLoginResponse';
 | 
			
		||||
export type { BarcodeAttributeSchema } from './models/BarcodeAttributeSchema';
 | 
			
		||||
@@ -39,8 +41,75 @@ export type { Body_upload_passport_image } from './models/Body_upload_passport_i
 | 
			
		||||
export type { Body_upload_product_barcode_image } from './models/Body_upload_product_barcode_image';
 | 
			
		||||
export type { Body_upload_product_image } from './models/Body_upload_product_image';
 | 
			
		||||
export type { BoxSchema } from './models/BoxSchema';
 | 
			
		||||
export type { CancelDealBillRequest } from './models/CancelDealBillRequest';
 | 
			
		||||
export type { CancelDealBillResponse } from './models/CancelDealBillResponse';
 | 
			
		||||
export type { CancelCardBillRequest } from './models/CancelCardBillRequest';
 | 
			
		||||
export type { CancelCardBillResponse } from './models/CancelCardBillResponse';
 | 
			
		||||
export type { CardAddKitRequest } from './models/CardAddKitRequest';
 | 
			
		||||
export type { CardAddKitResponse } from './models/CardAddKitResponse';
 | 
			
		||||
export type { CardAddProductRequest } from './models/CardAddProductRequest';
 | 
			
		||||
export type { CardAddProductResponse } from './models/CardAddProductResponse';
 | 
			
		||||
export type { CardAddServiceRequest } from './models/CardAddServiceRequest';
 | 
			
		||||
export type { CardAddServiceResponse } from './models/CardAddServiceResponse';
 | 
			
		||||
export type { CardAddServicesRequest } from './models/CardAddServicesRequest';
 | 
			
		||||
export type { CardAddServicesResponse } from './models/CardAddServicesResponse';
 | 
			
		||||
export type { CardAddToGroupRequest } from './models/CardAddToGroupRequest';
 | 
			
		||||
export type { CardAddToGroupResponse } from './models/CardAddToGroupResponse';
 | 
			
		||||
export type { CardAttributeSchema } from './models/CardAttributeSchema';
 | 
			
		||||
export type { CardBillRequestSchema } from './models/CardBillRequestSchema';
 | 
			
		||||
export type { CardChangeStatusRequest } from './models/CardChangeStatusRequest';
 | 
			
		||||
export type { CardChangeStatusResponse } from './models/CardChangeStatusResponse';
 | 
			
		||||
export type { CardCompleteRequest } from './models/CardCompleteRequest';
 | 
			
		||||
export type { CardCompleteResponse } from './models/CardCompleteResponse';
 | 
			
		||||
export type { CardCreateGroupResponse } from './models/CardCreateGroupResponse';
 | 
			
		||||
export type { CardCreateGuestUrlRequest } from './models/CardCreateGuestUrlRequest';
 | 
			
		||||
export type { CardCreateGuestUrlResponse } from './models/CardCreateGuestUrlResponse';
 | 
			
		||||
export type { CardDeleteProductRequest } from './models/CardDeleteProductRequest';
 | 
			
		||||
export type { CardDeleteProductResponse } from './models/CardDeleteProductResponse';
 | 
			
		||||
export type { CardDeleteProductsRequest } from './models/CardDeleteProductsRequest';
 | 
			
		||||
export type { CardDeleteProductsResponse } from './models/CardDeleteProductsResponse';
 | 
			
		||||
export type { CardDeleteRequest } from './models/CardDeleteRequest';
 | 
			
		||||
export type { CardDeleteResponse } from './models/CardDeleteResponse';
 | 
			
		||||
export type { CardDeleteServiceRequest } from './models/CardDeleteServiceRequest';
 | 
			
		||||
export type { CardDeleteServiceResponse } from './models/CardDeleteServiceResponse';
 | 
			
		||||
export type { CardDeleteServicesRequest } from './models/CardDeleteServicesRequest';
 | 
			
		||||
export type { CardDeleteServicesResponse } from './models/CardDeleteServicesResponse';
 | 
			
		||||
export type { CardEmployeesSchema } from './models/CardEmployeesSchema';
 | 
			
		||||
export type { CardGeneralInfoSchema } from './models/CardGeneralInfoSchema';
 | 
			
		||||
export type { CardGetAllResponse } from './models/CardGetAllResponse';
 | 
			
		||||
export type { CardGroupChangeStatusRequest } from './models/CardGroupChangeStatusRequest';
 | 
			
		||||
export type { CardGroupChangeStatusResponse } from './models/CardGroupChangeStatusResponse';
 | 
			
		||||
export type { CardGroupSchema } from './models/CardGroupSchema';
 | 
			
		||||
export type { CardGroupUpdateRequest } from './models/CardGroupUpdateRequest';
 | 
			
		||||
export type { CardGroupUpdateResponse } from './models/CardGroupUpdateResponse';
 | 
			
		||||
export type { CardPrefillRequest } from './models/CardPrefillRequest';
 | 
			
		||||
export type { CardPrefillResponse } from './models/CardPrefillResponse';
 | 
			
		||||
export type { CardProductAddKitRequest } from './models/CardProductAddKitRequest';
 | 
			
		||||
export type { CardProductAddKitResponse } from './models/CardProductAddKitResponse';
 | 
			
		||||
export type { CardProductSchema } from './models/CardProductSchema';
 | 
			
		||||
export type { CardProductServiceSchema } from './models/CardProductServiceSchema';
 | 
			
		||||
export type { CardQuickCreateRequest } from './models/CardQuickCreateRequest';
 | 
			
		||||
export type { CardQuickCreateResponse } from './models/CardQuickCreateResponse';
 | 
			
		||||
export type { CardRecalculatePriceRequest } from './models/CardRecalculatePriceRequest';
 | 
			
		||||
export type { CardRecalculatePriceResponse } from './models/CardRecalculatePriceResponse';
 | 
			
		||||
export type { CardRemoveFromGroupRequest } from './models/CardRemoveFromGroupRequest';
 | 
			
		||||
export type { CardRemoveFromGroupResponse } from './models/CardRemoveFromGroupResponse';
 | 
			
		||||
export type { CardSchema } from './models/CardSchema';
 | 
			
		||||
export type { CardServiceSchema } from './models/CardServiceSchema';
 | 
			
		||||
export type { CardServicesCopyRequest } from './models/CardServicesCopyRequest';
 | 
			
		||||
export type { CardServicesCopyResponse } from './models/CardServicesCopyResponse';
 | 
			
		||||
export type { CardStatusHistorySchema } from './models/CardStatusHistorySchema';
 | 
			
		||||
export type { CardSummary } from './models/CardSummary';
 | 
			
		||||
export type { CardSummaryReorderRequest } from './models/CardSummaryReorderRequest';
 | 
			
		||||
export type { CardSummaryResponse } from './models/CardSummaryResponse';
 | 
			
		||||
export type { CardUpdateGeneralInfoRequest } from './models/CardUpdateGeneralInfoRequest';
 | 
			
		||||
export type { CardUpdateGeneralInfoResponse } from './models/CardUpdateGeneralInfoResponse';
 | 
			
		||||
export type { CardUpdateProductQuantityRequest } from './models/CardUpdateProductQuantityRequest';
 | 
			
		||||
export type { CardUpdateProductQuantityResponse } from './models/CardUpdateProductQuantityResponse';
 | 
			
		||||
export type { CardUpdateProductRequest } from './models/CardUpdateProductRequest';
 | 
			
		||||
export type { CardUpdateProductResponse } from './models/CardUpdateProductResponse';
 | 
			
		||||
export type { CardUpdateServiceQuantityRequest } from './models/CardUpdateServiceQuantityRequest';
 | 
			
		||||
export type { CardUpdateServiceQuantityResponse } from './models/CardUpdateServiceQuantityResponse';
 | 
			
		||||
export type { CardUpdateServiceRequest } from './models/CardUpdateServiceRequest';
 | 
			
		||||
export type { CardUpdateServiceResponse } from './models/CardUpdateServiceResponse';
 | 
			
		||||
export type { CityBreakdownFromExcelSchema } from './models/CityBreakdownFromExcelSchema';
 | 
			
		||||
export type { ClientCreateRequest } from './models/ClientCreateRequest';
 | 
			
		||||
export type { ClientCreateResponse } from './models/ClientCreateResponse';
 | 
			
		||||
@@ -58,12 +127,13 @@ export type { CreateBarcodeTemplateAttributeRequest } from './models/CreateBarco
 | 
			
		||||
export type { CreateBarcodeTemplateAttributeResponse } from './models/CreateBarcodeTemplateAttributeResponse';
 | 
			
		||||
export type { CreateBoardRequest } from './models/CreateBoardRequest';
 | 
			
		||||
export type { CreateBoardResponse } from './models/CreateBoardResponse';
 | 
			
		||||
export type { CreateBoxInDealSchema } from './models/CreateBoxInDealSchema';
 | 
			
		||||
export type { CreateBoxInCardSchema } from './models/CreateBoxInCardSchema';
 | 
			
		||||
export type { CreateBoxInPalletSchema } from './models/CreateBoxInPalletSchema';
 | 
			
		||||
export type { CreateDealBillRequest } from './models/CreateDealBillRequest';
 | 
			
		||||
export type { CreateDealBillResponse } from './models/CreateDealBillResponse';
 | 
			
		||||
export type { CreateDealsFromExcelRequest } from './models/CreateDealsFromExcelRequest';
 | 
			
		||||
export type { CreateDealsFromExcelResponse } from './models/CreateDealsFromExcelResponse';
 | 
			
		||||
export type { CreateCardBillRequest } from './models/CreateCardBillRequest';
 | 
			
		||||
export type { CreateCardBillResponse } from './models/CreateCardBillResponse';
 | 
			
		||||
export type { CreateCardGroupRequest } from './models/CreateCardGroupRequest';
 | 
			
		||||
export type { CreateCardsFromExcelRequest } from './models/CreateCardsFromExcelRequest';
 | 
			
		||||
export type { CreateCardsFromExcelResponse } from './models/CreateCardsFromExcelResponse';
 | 
			
		||||
export type { CreateDepartmentRequest } from './models/CreateDepartmentRequest';
 | 
			
		||||
export type { CreateDepartmentResponse } from './models/CreateDepartmentResponse';
 | 
			
		||||
export type { CreateDepartmentSectionRequest } from './models/CreateDepartmentSectionRequest';
 | 
			
		||||
@@ -98,73 +168,6 @@ export type { CreateTaskResponse } from './models/CreateTaskResponse';
 | 
			
		||||
export type { CreateTransactionTagRequest } from './models/CreateTransactionTagRequest';
 | 
			
		||||
export type { CreateUserRequest } from './models/CreateUserRequest';
 | 
			
		||||
export type { CreateUserResponse } from './models/CreateUserResponse';
 | 
			
		||||
export type { DealAddKitRequest } from './models/DealAddKitRequest';
 | 
			
		||||
export type { DealAddKitResponse } from './models/DealAddKitResponse';
 | 
			
		||||
export type { DealAddProductRequest } from './models/DealAddProductRequest';
 | 
			
		||||
export type { DealAddProductResponse } from './models/DealAddProductResponse';
 | 
			
		||||
export type { DealAddServiceRequest } from './models/DealAddServiceRequest';
 | 
			
		||||
export type { DealAddServiceResponse } from './models/DealAddServiceResponse';
 | 
			
		||||
export type { DealAddServicesRequest } from './models/DealAddServicesRequest';
 | 
			
		||||
export type { DealAddServicesResponse } from './models/DealAddServicesResponse';
 | 
			
		||||
export type { DealAddToGroupRequest } from './models/DealAddToGroupRequest';
 | 
			
		||||
export type { DealAddToGroupResponse } from './models/DealAddToGroupResponse';
 | 
			
		||||
export type { DealBillRequestSchema } from './models/DealBillRequestSchema';
 | 
			
		||||
export type { DealChangeStatusRequest } from './models/DealChangeStatusRequest';
 | 
			
		||||
export type { DealChangeStatusResponse } from './models/DealChangeStatusResponse';
 | 
			
		||||
export type { DealCompleteRequest } from './models/DealCompleteRequest';
 | 
			
		||||
export type { DealCompleteResponse } from './models/DealCompleteResponse';
 | 
			
		||||
export type { DealCreateGroupRequest } from './models/DealCreateGroupRequest';
 | 
			
		||||
export type { DealCreateGroupResponse } from './models/DealCreateGroupResponse';
 | 
			
		||||
export type { DealCreateGuestUrlRequest } from './models/DealCreateGuestUrlRequest';
 | 
			
		||||
export type { DealCreateGuestUrlResponse } from './models/DealCreateGuestUrlResponse';
 | 
			
		||||
export type { DealDeleteProductRequest } from './models/DealDeleteProductRequest';
 | 
			
		||||
export type { DealDeleteProductResponse } from './models/DealDeleteProductResponse';
 | 
			
		||||
export type { DealDeleteProductsRequest } from './models/DealDeleteProductsRequest';
 | 
			
		||||
export type { DealDeleteProductsResponse } from './models/DealDeleteProductsResponse';
 | 
			
		||||
export type { DealDeleteRequest } from './models/DealDeleteRequest';
 | 
			
		||||
export type { DealDeleteResponse } from './models/DealDeleteResponse';
 | 
			
		||||
export type { DealDeleteServiceRequest } from './models/DealDeleteServiceRequest';
 | 
			
		||||
export type { DealDeleteServiceResponse } from './models/DealDeleteServiceResponse';
 | 
			
		||||
export type { DealDeleteServicesRequest } from './models/DealDeleteServicesRequest';
 | 
			
		||||
export type { DealDeleteServicesResponse } from './models/DealDeleteServicesResponse';
 | 
			
		||||
export type { DealEmployeesSchema } from './models/DealEmployeesSchema';
 | 
			
		||||
export type { DealGeneralInfoSchema } from './models/DealGeneralInfoSchema';
 | 
			
		||||
export type { DealGetAllResponse } from './models/DealGetAllResponse';
 | 
			
		||||
export type { DealGroupChangeStatusRequest } from './models/DealGroupChangeStatusRequest';
 | 
			
		||||
export type { DealGroupChangeStatusResponse } from './models/DealGroupChangeStatusResponse';
 | 
			
		||||
export type { DealGroupSchema } from './models/DealGroupSchema';
 | 
			
		||||
export type { DealGroupUpdateRequest } from './models/DealGroupUpdateRequest';
 | 
			
		||||
export type { DealGroupUpdateResponse } from './models/DealGroupUpdateResponse';
 | 
			
		||||
export type { DealPrefillRequest } from './models/DealPrefillRequest';
 | 
			
		||||
export type { DealPrefillResponse } from './models/DealPrefillResponse';
 | 
			
		||||
export type { DealProductAddKitRequest } from './models/DealProductAddKitRequest';
 | 
			
		||||
export type { DealProductAddKitResponse } from './models/DealProductAddKitResponse';
 | 
			
		||||
export type { DealProductSchema } from './models/DealProductSchema';
 | 
			
		||||
export type { DealProductServiceSchema } from './models/DealProductServiceSchema';
 | 
			
		||||
export type { DealQuickCreateRequest } from './models/DealQuickCreateRequest';
 | 
			
		||||
export type { DealQuickCreateResponse } from './models/DealQuickCreateResponse';
 | 
			
		||||
export type { DealRecalculatePriceRequest } from './models/DealRecalculatePriceRequest';
 | 
			
		||||
export type { DealRecalculatePriceResponse } from './models/DealRecalculatePriceResponse';
 | 
			
		||||
export type { DealRemoveFromGroupRequest } from './models/DealRemoveFromGroupRequest';
 | 
			
		||||
export type { DealRemoveFromGroupResponse } from './models/DealRemoveFromGroupResponse';
 | 
			
		||||
export type { DealSchema } from './models/DealSchema';
 | 
			
		||||
export type { DealServiceSchema } from './models/DealServiceSchema';
 | 
			
		||||
export type { DealServicesCopyRequest } from './models/DealServicesCopyRequest';
 | 
			
		||||
export type { DealServicesCopyResponse } from './models/DealServicesCopyResponse';
 | 
			
		||||
export type { DealStatusHistorySchema } from './models/DealStatusHistorySchema';
 | 
			
		||||
export type { DealSummary } from './models/DealSummary';
 | 
			
		||||
export type { DealSummaryReorderRequest } from './models/DealSummaryReorderRequest';
 | 
			
		||||
export type { DealSummaryResponse } from './models/DealSummaryResponse';
 | 
			
		||||
export type { DealUpdateGeneralInfoRequest } from './models/DealUpdateGeneralInfoRequest';
 | 
			
		||||
export type { DealUpdateGeneralInfoResponse } from './models/DealUpdateGeneralInfoResponse';
 | 
			
		||||
export type { DealUpdateProductQuantityRequest } from './models/DealUpdateProductQuantityRequest';
 | 
			
		||||
export type { DealUpdateProductQuantityResponse } from './models/DealUpdateProductQuantityResponse';
 | 
			
		||||
export type { DealUpdateProductRequest } from './models/DealUpdateProductRequest';
 | 
			
		||||
export type { DealUpdateProductResponse } from './models/DealUpdateProductResponse';
 | 
			
		||||
export type { DealUpdateServiceQuantityRequest } from './models/DealUpdateServiceQuantityRequest';
 | 
			
		||||
export type { DealUpdateServiceQuantityResponse } from './models/DealUpdateServiceQuantityResponse';
 | 
			
		||||
export type { DealUpdateServiceRequest } from './models/DealUpdateServiceRequest';
 | 
			
		||||
export type { DealUpdateServiceResponse } from './models/DealUpdateServiceResponse';
 | 
			
		||||
export type { DeleteBoardResponse } from './models/DeleteBoardResponse';
 | 
			
		||||
export type { DeleteBoxResponse } from './models/DeleteBoxResponse';
 | 
			
		||||
export type { DeleteDepartmentResponse } from './models/DeleteDepartmentResponse';
 | 
			
		||||
@@ -200,6 +203,7 @@ export type { FinishPauseByShiftIdResponse } from './models/FinishPauseByShiftId
 | 
			
		||||
export type { FinishPauseByUserIdResponse } from './models/FinishPauseByUserIdResponse';
 | 
			
		||||
export type { FinishShiftByIdResponse } from './models/FinishShiftByIdResponse';
 | 
			
		||||
export type { FinishShiftResponse } from './models/FinishShiftResponse';
 | 
			
		||||
export type { FullProjectSchema } from './models/FullProjectSchema';
 | 
			
		||||
export type { GetAllBarcodeTemplateAttributesResponse } from './models/GetAllBarcodeTemplateAttributesResponse';
 | 
			
		||||
export type { GetAllBarcodeTemplateSizesResponse } from './models/GetAllBarcodeTemplateSizesResponse';
 | 
			
		||||
export type { GetAllBarcodeTemplatesResponse } from './models/GetAllBarcodeTemplatesResponse';
 | 
			
		||||
@@ -219,11 +223,11 @@ export type { GetAvailableUsersForDepartmentSectionResponse } from './models/Get
 | 
			
		||||
export type { GetBarcodeTemplateByIdRequest } from './models/GetBarcodeTemplateByIdRequest';
 | 
			
		||||
export type { GetBarcodeTemplateByIdResponse } from './models/GetBarcodeTemplateByIdResponse';
 | 
			
		||||
export type { GetBoardsResponse } from './models/GetBoardsResponse';
 | 
			
		||||
export type { GetCardBillById } from './models/GetCardBillById';
 | 
			
		||||
export type { GetCardProductsBarcodesPdfRequest } from './models/GetCardProductsBarcodesPdfRequest';
 | 
			
		||||
export type { GetCardProductsBarcodesPdfResponse } from './models/GetCardProductsBarcodesPdfResponse';
 | 
			
		||||
export type { GetClientMarketplacesRequest } from './models/GetClientMarketplacesRequest';
 | 
			
		||||
export type { GetClientMarketplacesResponse } from './models/GetClientMarketplacesResponse';
 | 
			
		||||
export type { GetDealBillById } from './models/GetDealBillById';
 | 
			
		||||
export type { GetDealProductsBarcodesPdfRequest } from './models/GetDealProductsBarcodesPdfRequest';
 | 
			
		||||
export type { GetDealProductsBarcodesPdfResponse } from './models/GetDealProductsBarcodesPdfResponse';
 | 
			
		||||
export type { GetDepartmentSectionsResponse } from './models/GetDepartmentSectionsResponse';
 | 
			
		||||
export type { GetDepartmentsResponse } from './models/GetDepartmentsResponse';
 | 
			
		||||
export type { GetManagersResponse } from './models/GetManagersResponse';
 | 
			
		||||
@@ -254,12 +258,13 @@ export type { ManageEmployeeRequest } from './models/ManageEmployeeRequest';
 | 
			
		||||
export type { ManageEmployeeResponse } from './models/ManageEmployeeResponse';
 | 
			
		||||
export type { MarketplaceCreateSchema } from './models/MarketplaceCreateSchema';
 | 
			
		||||
export type { MarketplaceSchema } from './models/MarketplaceSchema';
 | 
			
		||||
export type { ModuleSchema } from './models/ModuleSchema';
 | 
			
		||||
export type { NotificationChannel } from './models/NotificationChannel';
 | 
			
		||||
export type { OptionalShippingWarehouseSchema } from './models/OptionalShippingWarehouseSchema';
 | 
			
		||||
export type { PaginationInfoSchema } from './models/PaginationInfoSchema';
 | 
			
		||||
export type { PalletSchema } from './models/PalletSchema';
 | 
			
		||||
export type { ParseCardsExcelResponse } from './models/ParseCardsExcelResponse';
 | 
			
		||||
export type { ParsedCityBreakdownSchema } from './models/ParsedCityBreakdownSchema';
 | 
			
		||||
export type { ParseDealsExcelResponse } from './models/ParseDealsExcelResponse';
 | 
			
		||||
export type { ParsedProductRowSchema } from './models/ParsedProductRowSchema';
 | 
			
		||||
export type { PassportImageSchema } from './models/PassportImageSchema';
 | 
			
		||||
export type { PaymentRecordCreateSchema } from './models/PaymentRecordCreateSchema';
 | 
			
		||||
@@ -295,7 +300,6 @@ export type { ProfitChartDataItem } from './models/ProfitChartDataItem';
 | 
			
		||||
export type { ProfitTableDataItem } from './models/ProfitTableDataItem';
 | 
			
		||||
export type { ProfitTableGroupBy } from './models/ProfitTableGroupBy';
 | 
			
		||||
export type { ProjectSchema } from './models/ProjectSchema';
 | 
			
		||||
export type { ProjectSchemaWithCount } from './models/ProjectSchemaWithCount';
 | 
			
		||||
export type { ReceiptBoxSchema } from './models/ReceiptBoxSchema';
 | 
			
		||||
export type { ReceiptPalletSchema } from './models/ReceiptPalletSchema';
 | 
			
		||||
export type { ResidualBoxSchema } from './models/ResidualBoxSchema';
 | 
			
		||||
@@ -394,9 +398,9 @@ export { AuthService } from './services/AuthService';
 | 
			
		||||
export { BarcodeService } from './services/BarcodeService';
 | 
			
		||||
export { BillingService } from './services/BillingService';
 | 
			
		||||
export { BoardService } from './services/BoardService';
 | 
			
		||||
export { CardService } from './services/CardService';
 | 
			
		||||
export { CardGroupService } from './services/CardGroupService';
 | 
			
		||||
export { ClientService } from './services/ClientService';
 | 
			
		||||
export { DealService } from './services/DealService';
 | 
			
		||||
export { DealGroupService } from './services/DealGroupService';
 | 
			
		||||
export { DepartmentService } from './services/DepartmentService';
 | 
			
		||||
export { MarketplaceService } from './services/MarketplaceService';
 | 
			
		||||
export { PayrollService } from './services/PayrollService';
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										15
									
								
								src/client/models/AttributeSchema.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								src/client/models/AttributeSchema.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { AttributeTypeSchema } from './AttributeTypeSchema';
 | 
			
		||||
export type AttributeSchema = {
 | 
			
		||||
    id: number;
 | 
			
		||||
    label: string;
 | 
			
		||||
    name: string;
 | 
			
		||||
    isApplicableToGroup: boolean;
 | 
			
		||||
    isNullable: boolean;
 | 
			
		||||
    defaultValue: (boolean | number | string | null);
 | 
			
		||||
    type: AttributeTypeSchema;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,9 +2,10 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type ProjectSchemaWithCount = {
 | 
			
		||||
    name: string;
 | 
			
		||||
export type AttributeTypeSchema = {
 | 
			
		||||
    id: number;
 | 
			
		||||
    boardsCount: number;
 | 
			
		||||
    type: string;
 | 
			
		||||
    name: string;
 | 
			
		||||
    isDeleted: boolean;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -9,7 +9,7 @@ export type BoardSchema = {
 | 
			
		||||
    projectId: number;
 | 
			
		||||
    id: number;
 | 
			
		||||
    ordinalNumber: number;
 | 
			
		||||
    dealStatuses: Array<StatusSchema>;
 | 
			
		||||
    statuses: Array<StatusSchema>;
 | 
			
		||||
    project: ProjectSchema;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -8,6 +8,6 @@ export type BoxSchema = {
 | 
			
		||||
    quantity: number;
 | 
			
		||||
    product: (ProductSchema | null);
 | 
			
		||||
    palletId: (number | null);
 | 
			
		||||
    dealId: (number | null);
 | 
			
		||||
    cardId: (number | null);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CancelDealBillRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CancelCardBillRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CreateDealBillResponse = {
 | 
			
		||||
export type CancelCardBillResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealAddKitRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardAddKitRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    kitId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealDeleteResponse = {
 | 
			
		||||
export type CardAddKitResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										10
									
								
								src/client/models/CardAddProductRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/client/models/CardAddProductRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { CardProductSchema } from './CardProductSchema';
 | 
			
		||||
export type CardAddProductRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    product: CardProductSchema;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CancelDealBillResponse = {
 | 
			
		||||
export type CardAddProductResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealAddServiceRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardAddServiceRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    serviceId: number;
 | 
			
		||||
    quantity: number;
 | 
			
		||||
    price: number;
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealAddProductResponse = {
 | 
			
		||||
export type CardAddServiceResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										10
									
								
								src/client/models/CardAddServicesRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/client/models/CardAddServicesRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { CardServiceSchema } from './CardServiceSchema';
 | 
			
		||||
export type CardAddServicesRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    services: Array<CardServiceSchema>;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardAddServicesResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardAddServicesResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardAddServicesResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealAddToGroupRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardAddToGroupRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    groupId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardAddToGroupResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardAddToGroupResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardAddToGroupResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										11
									
								
								src/client/models/CardAttributeSchema.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								src/client/models/CardAttributeSchema.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { AttributeSchema } from './AttributeSchema';
 | 
			
		||||
export type CardAttributeSchema = {
 | 
			
		||||
    value: (boolean | number | string | null);
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    attribute: AttributeSchema;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealBillRequestSchema = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardBillRequestSchema = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    createdAt: string;
 | 
			
		||||
    paid: boolean;
 | 
			
		||||
    pdfUrl: (string | null);
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealChangeStatusRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardChangeStatusRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    newStatus: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealChangeStatusResponse = {
 | 
			
		||||
export type CardChangeStatusResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealCompleteRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardCompleteRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealCompleteResponse = {
 | 
			
		||||
export type CardCompleteResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardCreateGroupResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardCreateGroupResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardCreateGroupResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										8
									
								
								src/client/models/CardCreateGuestUrlRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/client/models/CardCreateGuestUrlRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardCreateGuestUrlRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealCreateGuestUrlResponse = {
 | 
			
		||||
export type CardCreateGuestUrlResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
    url: string;
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealDeleteProductRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardDeleteProductRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    productId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardDeleteProductResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardDeleteProductResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardDeleteProductResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealDeleteProductsRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardDeleteProductsRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    productIds: Array<number>;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardDeleteProductsResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardDeleteProductsResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardDeleteProductsResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealDeleteRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardDeleteRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealAddKitResponse = {
 | 
			
		||||
export type CardDeleteResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealDeleteServiceRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardDeleteServiceRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    serviceId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardDeleteServiceResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardDeleteServiceResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardDeleteServiceResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealDeleteServicesRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardDeleteServicesRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    serviceIds: Array<number>;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardDeleteServicesResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardDeleteServicesResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardDeleteServicesResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { UserSchema } from './UserSchema';
 | 
			
		||||
export type DealEmployeesSchema = {
 | 
			
		||||
export type CardEmployeesSchema = {
 | 
			
		||||
    user: UserSchema;
 | 
			
		||||
    createdAt: string;
 | 
			
		||||
};
 | 
			
		||||
@@ -2,20 +2,16 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { BoardSchema } from './BoardSchema';
 | 
			
		||||
import type { StatusSchema } from './StatusSchema';
 | 
			
		||||
import type { UserSchema } from './UserSchema';
 | 
			
		||||
export type DealGeneralInfoSchema = {
 | 
			
		||||
export type CardGeneralInfoSchema = {
 | 
			
		||||
    attributes?: Record<string, (boolean | string | number | null)>;
 | 
			
		||||
    name: string;
 | 
			
		||||
    isDeleted: boolean;
 | 
			
		||||
    isCompleted: boolean;
 | 
			
		||||
    isAccounted: boolean;
 | 
			
		||||
    comment: string;
 | 
			
		||||
    shippingWarehouse?: (string | null);
 | 
			
		||||
    deliveryDate?: (string | null);
 | 
			
		||||
    receivingSlotDate?: (string | null);
 | 
			
		||||
    manager?: (UserSchema | null);
 | 
			
		||||
    board: BoardSchema;
 | 
			
		||||
    status: StatusSchema;
 | 
			
		||||
    boardId: number;
 | 
			
		||||
    statusId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardGetAllResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardGetAllResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { CardSchema } from './CardSchema';
 | 
			
		||||
export type CardGetAllResponse = {
 | 
			
		||||
    cards: Array<CardSchema>;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealGroupChangeStatusRequest = {
 | 
			
		||||
export type CardGroupChangeStatusRequest = {
 | 
			
		||||
    groupId: number;
 | 
			
		||||
    newStatus: number;
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardGroupChangeStatusResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardGroupChangeStatusResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardGroupChangeStatusResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { GroupBillRequestSchema } from './GroupBillRequestSchema';
 | 
			
		||||
export type DealGroupSchema = {
 | 
			
		||||
export type CardGroupSchema = {
 | 
			
		||||
    id: number;
 | 
			
		||||
    name?: (string | null);
 | 
			
		||||
    lexorank: string;
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardGroupUpdateRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardGroupUpdateRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { CardGroupSchema } from './CardGroupSchema';
 | 
			
		||||
export type CardGroupUpdateRequest = {
 | 
			
		||||
    data: CardGroupSchema;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardGroupUpdateResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardGroupUpdateResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardGroupUpdateResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardPrefillRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardPrefillRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardPrefillRequest = {
 | 
			
		||||
    oldCardId: number;
 | 
			
		||||
    newCardId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealPrefillResponse = {
 | 
			
		||||
export type CardPrefillResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealProductAddKitRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardProductAddKitRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    productId: number;
 | 
			
		||||
    kitId: number;
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardProductAddKitResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardProductAddKitResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardProductAddKitResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,11 +2,11 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { DealProductServiceSchema } from './DealProductServiceSchema';
 | 
			
		||||
import type { CardProductServiceSchema } from './CardProductServiceSchema';
 | 
			
		||||
import type { ProductSchema } from './ProductSchema';
 | 
			
		||||
export type DealProductSchema = {
 | 
			
		||||
export type CardProductSchema = {
 | 
			
		||||
    product: ProductSchema;
 | 
			
		||||
    services: Array<DealProductServiceSchema>;
 | 
			
		||||
    services: Array<CardProductServiceSchema>;
 | 
			
		||||
    quantity: number;
 | 
			
		||||
    comment?: string;
 | 
			
		||||
};
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { ServiceSchema } from './ServiceSchema';
 | 
			
		||||
import type { UserSchema } from './UserSchema';
 | 
			
		||||
export type DealProductServiceSchema = {
 | 
			
		||||
export type CardProductServiceSchema = {
 | 
			
		||||
    service: ServiceSchema;
 | 
			
		||||
    price: number;
 | 
			
		||||
    employees: Array<UserSchema>;
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { BaseMarketplaceSchema } from './BaseMarketplaceSchema';
 | 
			
		||||
export type DealQuickCreateRequest = {
 | 
			
		||||
export type CardQuickCreateRequest = {
 | 
			
		||||
    name: string;
 | 
			
		||||
    clientName: string;
 | 
			
		||||
    comment: string;
 | 
			
		||||
							
								
								
									
										8
									
								
								src/client/models/CardQuickCreateResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/client/models/CardQuickCreateResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardQuickCreateResponse = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										8
									
								
								src/client/models/CardRecalculatePriceRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/client/models/CardRecalculatePriceRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardRecalculatePriceRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CreateDealsFromExcelResponse = {
 | 
			
		||||
export type CardRecalculatePriceResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										8
									
								
								src/client/models/CardRemoveFromGroupRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/client/models/CardRemoveFromGroupRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardRemoveFromGroupRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardRemoveFromGroupResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardRemoveFromGroupResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardRemoveFromGroupResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -4,41 +4,40 @@
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { BoardSchema } from './BoardSchema';
 | 
			
		||||
import type { BoxSchema } from './BoxSchema';
 | 
			
		||||
import type { CardAttributeSchema } from './CardAttributeSchema';
 | 
			
		||||
import type { CardBillRequestSchema } from './CardBillRequestSchema';
 | 
			
		||||
import type { CardEmployeesSchema } from './CardEmployeesSchema';
 | 
			
		||||
import type { CardGroupSchema } from './CardGroupSchema';
 | 
			
		||||
import type { CardProductSchema } from './CardProductSchema';
 | 
			
		||||
import type { CardServiceSchema } from './CardServiceSchema';
 | 
			
		||||
import type { CardStatusHistorySchema } from './CardStatusHistorySchema';
 | 
			
		||||
import type { ClientSchema } from './ClientSchema';
 | 
			
		||||
import type { DealBillRequestSchema } from './DealBillRequestSchema';
 | 
			
		||||
import type { DealEmployeesSchema } from './DealEmployeesSchema';
 | 
			
		||||
import type { DealGroupSchema } from './DealGroupSchema';
 | 
			
		||||
import type { DealProductSchema } from './DealProductSchema';
 | 
			
		||||
import type { DealServiceSchema } from './DealServiceSchema';
 | 
			
		||||
import type { DealStatusHistorySchema } from './DealStatusHistorySchema';
 | 
			
		||||
import type { PalletSchema } from './PalletSchema';
 | 
			
		||||
import type { ShippingWarehouseSchema } from './ShippingWarehouseSchema';
 | 
			
		||||
import type { StatusSchema } from './StatusSchema';
 | 
			
		||||
import type { UserSchema } from './UserSchema';
 | 
			
		||||
export type DealSchema = {
 | 
			
		||||
export type CardSchema = {
 | 
			
		||||
    id: number;
 | 
			
		||||
    name: string;
 | 
			
		||||
    clientId: number;
 | 
			
		||||
    comment: string;
 | 
			
		||||
    createdAt: string;
 | 
			
		||||
    status: StatusSchema;
 | 
			
		||||
    board: BoardSchema;
 | 
			
		||||
    services: Array<DealServiceSchema>;
 | 
			
		||||
    products: Array<DealProductSchema>;
 | 
			
		||||
    statusHistory: Array<DealStatusHistorySchema>;
 | 
			
		||||
    statusHistory: Array<CardStatusHistorySchema>;
 | 
			
		||||
    isDeleted: boolean;
 | 
			
		||||
    isCompleted: boolean;
 | 
			
		||||
    isLocked: boolean;
 | 
			
		||||
    isAccounted: boolean;
 | 
			
		||||
    services: Array<CardServiceSchema>;
 | 
			
		||||
    products: Array<CardProductSchema>;
 | 
			
		||||
    clientId: number;
 | 
			
		||||
    client: ClientSchema;
 | 
			
		||||
    comment: string;
 | 
			
		||||
    shippingWarehouse?: (ShippingWarehouseSchema | string | null);
 | 
			
		||||
    billRequest?: (DealBillRequestSchema | null);
 | 
			
		||||
    group?: (DealGroupSchema | null);
 | 
			
		||||
    billRequest?: (CardBillRequestSchema | null);
 | 
			
		||||
    group?: (CardGroupSchema | null);
 | 
			
		||||
    manager?: (UserSchema | null);
 | 
			
		||||
    pallets?: Array<PalletSchema>;
 | 
			
		||||
    boxes?: Array<BoxSchema>;
 | 
			
		||||
    employees?: Array<DealEmployeesSchema>;
 | 
			
		||||
    deliveryDate?: (string | null);
 | 
			
		||||
    receivingSlotDate?: (string | null);
 | 
			
		||||
    employees?: Array<CardEmployeesSchema>;
 | 
			
		||||
    attributes: Array<CardAttributeSchema>;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { ServiceSchema } from './ServiceSchema';
 | 
			
		||||
import type { UserSchema } from './UserSchema';
 | 
			
		||||
export type DealServiceSchema = {
 | 
			
		||||
export type CardServiceSchema = {
 | 
			
		||||
    service: ServiceSchema;
 | 
			
		||||
    quantity: number;
 | 
			
		||||
    price: number;
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealServicesCopyRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardServicesCopyRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    sourceProductId: number;
 | 
			
		||||
    destinationProductIds: Array<number>;
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardServicesCopyResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardServicesCopyResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardServicesCopyResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { StatusSchema } from './StatusSchema';
 | 
			
		||||
import type { UserSchema } from './UserSchema';
 | 
			
		||||
export type DealStatusHistorySchema = {
 | 
			
		||||
export type CardStatusHistorySchema = {
 | 
			
		||||
    user: UserSchema;
 | 
			
		||||
    changedAt: string;
 | 
			
		||||
    fromStatus: StatusSchema;
 | 
			
		||||
@@ -4,10 +4,10 @@
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { BaseMarketplaceSchema } from './BaseMarketplaceSchema';
 | 
			
		||||
import type { BoardSchema } from './BoardSchema';
 | 
			
		||||
import type { DealBillRequestSchema } from './DealBillRequestSchema';
 | 
			
		||||
import type { DealGroupSchema } from './DealGroupSchema';
 | 
			
		||||
import type { CardBillRequestSchema } from './CardBillRequestSchema';
 | 
			
		||||
import type { CardGroupSchema } from './CardGroupSchema';
 | 
			
		||||
import type { StatusSchema } from './StatusSchema';
 | 
			
		||||
export type DealSummary = {
 | 
			
		||||
export type CardSummary = {
 | 
			
		||||
    id: number;
 | 
			
		||||
    name: string;
 | 
			
		||||
    clientName: string;
 | 
			
		||||
@@ -20,9 +20,7 @@ export type DealSummary = {
 | 
			
		||||
    totalProducts: number;
 | 
			
		||||
    shipmentWarehouseId: (number | null);
 | 
			
		||||
    shipmentWarehouseName: (string | null);
 | 
			
		||||
    deliveryDate?: (string | null);
 | 
			
		||||
    receivingSlotDate?: (string | null);
 | 
			
		||||
    billRequest?: (DealBillRequestSchema | null);
 | 
			
		||||
    group?: (DealGroupSchema | null);
 | 
			
		||||
    billRequest?: (CardBillRequestSchema | null);
 | 
			
		||||
    group?: (CardGroupSchema | null);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealSummaryReorderRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardSummaryReorderRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    statusId: number;
 | 
			
		||||
    index: number;
 | 
			
		||||
    deadline?: (string | null);
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardSummaryResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardSummaryResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { CardSummary } from './CardSummary';
 | 
			
		||||
export type CardSummaryResponse = {
 | 
			
		||||
    summaries: Array<CardSummary>;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										10
									
								
								src/client/models/CardUpdateGeneralInfoRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/client/models/CardUpdateGeneralInfoRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { CardGeneralInfoSchema } from './CardGeneralInfoSchema';
 | 
			
		||||
export type CardUpdateGeneralInfoRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    data: CardGeneralInfoSchema;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardUpdateGeneralInfoResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardUpdateGeneralInfoResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardUpdateGeneralInfoResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealUpdateProductQuantityRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardUpdateProductQuantityRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    productId: number;
 | 
			
		||||
    quantity: number;
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardUpdateProductQuantityResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardUpdateProductQuantityResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardUpdateProductQuantityResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										10
									
								
								src/client/models/CardUpdateProductRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/client/models/CardUpdateProductRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { CardProductSchema } from './CardProductSchema';
 | 
			
		||||
export type CardUpdateProductRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    product: CardProductSchema;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardUpdateProductResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardUpdateProductResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardUpdateProductResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,8 +2,8 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealUpdateServiceQuantityRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CardUpdateServiceQuantityRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    serviceId: number;
 | 
			
		||||
    quantity: number;
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardUpdateServiceQuantityResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardUpdateServiceQuantityResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardUpdateServiceQuantityResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										10
									
								
								src/client/models/CardUpdateServiceRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/client/models/CardUpdateServiceRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { CardServiceSchema } from './CardServiceSchema';
 | 
			
		||||
export type CardUpdateServiceRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
    service: CardServiceSchema;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CardUpdateServiceResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CardUpdateServiceResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CardUpdateServiceResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CreateBoxInDealSchema = {
 | 
			
		||||
    dealId: (number | null);
 | 
			
		||||
export type CreateBoxInCardSchema = {
 | 
			
		||||
    cardId: (number | null);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CreateDealBillRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
export type CreateCardBillRequest = {
 | 
			
		||||
    cardId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CreateCardBillResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CreateCardBillResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CreateCardBillResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CreateCardGroupRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CreateCardGroupRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CreateCardGroupRequest = {
 | 
			
		||||
    draggingCardId: number;
 | 
			
		||||
    hoveredCardId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { ProductFromExcelSchema } from './ProductFromExcelSchema';
 | 
			
		||||
export type CreateDealsFromExcelRequest = {
 | 
			
		||||
export type CreateCardsFromExcelRequest = {
 | 
			
		||||
    clientId: number;
 | 
			
		||||
    statusId: number;
 | 
			
		||||
    products: Array<ProductFromExcelSchema>;
 | 
			
		||||
							
								
								
									
										9
									
								
								src/client/models/CreateCardsFromExcelResponse.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/client/models/CreateCardsFromExcelResponse.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type CreateCardsFromExcelResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,10 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { DealProductSchema } from './DealProductSchema';
 | 
			
		||||
export type DealAddProductRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
    product: DealProductSchema;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealAddServiceResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,10 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { DealServiceSchema } from './DealServiceSchema';
 | 
			
		||||
export type DealAddServicesRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
    services: Array<DealServiceSchema>;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealAddServicesResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealAddToGroupResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealCreateGroupRequest = {
 | 
			
		||||
    draggingDealId: number;
 | 
			
		||||
    hoveredDealId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealCreateGroupResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealCreateGuestUrlRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealDeleteProductResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealDeleteProductsResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealDeleteServiceResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealDeleteServicesResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { DealSchema } from './DealSchema';
 | 
			
		||||
export type DealGetAllResponse = {
 | 
			
		||||
    deals: Array<DealSchema>;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealGroupChangeStatusResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { DealGroupSchema } from './DealGroupSchema';
 | 
			
		||||
export type DealGroupUpdateRequest = {
 | 
			
		||||
    data: DealGroupSchema;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealGroupUpdateResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealPrefillRequest = {
 | 
			
		||||
    oldDealId: number;
 | 
			
		||||
    newDealId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealProductAddKitResponse = {
 | 
			
		||||
    ok: boolean;
 | 
			
		||||
    message: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealQuickCreateResponse = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
/* generated using openapi-typescript-codegen -- do not edit */
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
export type DealRecalculatePriceRequest = {
 | 
			
		||||
    dealId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user