0.3.0 - Agregar tipos de unidades

This commit is contained in:
f 2022-07-29 15:20:15 -03:00
parent 2a68f4f90d
commit ddc5f1ae3c
2 changed files with 3 additions and 1 deletions

View file

@ -66,6 +66,8 @@ export interface OrderItemDto {
Quantity: number; Quantity: number;
UnitPrice: number; UnitPrice: number;
DiscountPercentage?: number; DiscountPercentage?: number;
SelectMeasureUnit?: string;
MeasureCode?: string;
} }
export interface ShippingDto { export interface ShippingDto {
ShippingID: number; ShippingID: number;

View file

@ -1,6 +1,6 @@
{ {
"name": "@suttyweb/hyperpop", "name": "@suttyweb/hyperpop",
"version": "0.2.0", "version": "0.3.0",
"description": "Un cliente de API de https://github.com/TangoSoftware/ApiTiendas", "description": "Un cliente de API de https://github.com/TangoSoftware/ApiTiendas",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"scripts": { "scripts": {