@nicefer/types 1.0.24 → 1.0.26

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.
@@ -99,6 +99,7 @@ export interface VariantWarehouseFK {
99
99
  stock: number;
100
100
  price: number;
101
101
  lastPrice?: number;
102
+ lastPriceUSD?: number;
102
103
  supplierPriceUSD: number;
103
104
  supplierPriceHNL: number;
104
105
  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.26",
4
4
  "description": "Tipos compartidos para Nicefer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",