@nicefer/types 1.0.94 → 1.0.95

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.
@@ -92,3 +92,9 @@ export interface OrderReady {
92
92
  subtotalWithDiscount: number;
93
93
  totalPrice: number;
94
94
  }
95
+ /**
96
+ * Ordenes listas para que el usuario decida pagar
97
+ */
98
+ export interface OrdersReady {
99
+ [warehouseId: string]: OrderReady;
100
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nicefer/types",
3
- "version": "1.0.94",
3
+ "version": "1.0.95",
4
4
  "description": "Tipos compartidos para Nicefer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",