@nicefer/types 1.0.26 → 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,6 +98,7 @@ export interface VariantWarehouseFK {
98
98
  name: string;
99
99
  stock: number;
100
100
  price: number;
101
+ priceUSD: number;
101
102
  lastPrice?: number;
102
103
  lastPriceUSD?: number;
103
104
  supplierPriceUSD: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nicefer/types",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Tipos compartidos para Nicefer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",