@nicefer/types 1.0.24 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,7 +98,9 @@ export interface VariantWarehouseFK {
98
98
  name: string;
99
99
  stock: number;
100
100
  price: number;
101
+ priceUSD: number;
101
102
  lastPrice?: number;
103
+ lastPriceUSD?: number;
102
104
  supplierPriceUSD: number;
103
105
  supplierPriceHNL: number;
104
106
  profitMarginUSD: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nicefer/types",
3
- "version": "1.0.24",
3
+ "version": "1.0.27",
4
4
  "description": "Tipos compartidos para Nicefer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",