fix: response schema for deal barcodes pdf end-point
This commit is contained in:
@@ -135,4 +135,11 @@ class GetProductBarcodePdfResponse(BaseSchema):
|
||||
base64_string: str
|
||||
filename: str
|
||||
mime_type: str
|
||||
|
||||
|
||||
class GetDealProductsBarcodesPdfResponse(BaseSchema):
|
||||
base64_string: str
|
||||
filename: str
|
||||
mime_type: str
|
||||
|
||||
# endregion
|
||||
|
||||
Reference in New Issue
Block a user