From ddc5f1ae3cca2f5d1306d9c60f9864cb2dd0b09f Mon Sep 17 00:00:00 2001 From: f Date: Fri, 29 Jul 2022 15:20:15 -0300 Subject: [PATCH] 0.3.0 - Agregar tipos de unidades --- order.ts | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/order.ts b/order.ts index 5af037e..47294a2 100644 --- a/order.ts +++ b/order.ts @@ -66,6 +66,8 @@ export interface OrderItemDto { Quantity: number; UnitPrice: number; DiscountPercentage?: number; + SelectMeasureUnit?: string; + MeasureCode?: string; } export interface ShippingDto { ShippingID: number; diff --git a/package.json b/package.json index db8af3b..d395a8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@suttyweb/hyperpop", - "version": "0.2.0", + "version": "0.3.0", "description": "Un cliente de API de https://github.com/TangoSoftware/ApiTiendas", "license": "SEE LICENSE IN LICENSE", "scripts": {