feat: print all barcodes for selected deal
This commit is contained in:
3
src/client/models/GetDealProductsBarcodesPdfRequest.ts
Normal file
3
src/client/models/GetDealProductsBarcodesPdfRequest.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export type GetDealProductsBarcodesPdfRequest = {
|
||||
dealId: number;
|
||||
};
|
||||
5
src/client/models/GetDealProductsBarcodesPdfResponse.ts
Normal file
5
src/client/models/GetDealProductsBarcodesPdfResponse.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type GetDealProductsBarcodesPdfResponse = {
|
||||
base64String: string;
|
||||
filename: string;
|
||||
mimeType: string;
|
||||
};
|
||||
Reference in New Issue
Block a user