@openbox/shared-types 0.4.88 → 0.4.89

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.4.88",
3
+ "version": "0.4.89",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -55,7 +55,7 @@ export interface InvoicesCalculationsTotalsResponse {
55
55
  totalNoSuj: InvoicesCalculationsTotalsItem // ventasNoSujetas
56
56
  totalExenta: InvoicesCalculationsTotalsItem // ventasExentas
57
57
  totalGravada: InvoicesCalculationsTotalsItem
58
- subTotalVentas: InvoicesCalculationsTotalsItem
58
+ subTotalVentas: InvoicesCalculationsTotalsItem // sum
59
59
 
60
60
  // Descuentos
61
61
  descuNoSuj: InvoicesCalculationsTotalsItem