deleted notifs components
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* PyroFetes
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
@@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
|
||||
export interface GetPurchaseProductDto {
|
||||
export interface GetPurchaseProductDto {
|
||||
productId?: number;
|
||||
productReferences?: string | null;
|
||||
productReference?: string | null;
|
||||
productName?: string | null;
|
||||
productDuration?: number;
|
||||
productCaliber?: number;
|
||||
@@ -21,8 +21,7 @@ export interface GetPurchaseProductDto {
|
||||
productImage?: string | null;
|
||||
productLink?: string | null;
|
||||
productMinimalQuantity?: number;
|
||||
purchaseOrderId?: number;
|
||||
purchaseOrderPurchaseConditions?: string | null;
|
||||
productPrice?: number;
|
||||
quantity?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user