pcm-shared-components 0.0.198 → 0.0.199

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.
@@ -2270,8 +2270,11 @@
2270
2270
  "transaction": {
2271
2271
  "types": {
2272
2272
  "product_return": "Product Return",
2273
+ "product_return_abrv": "POS_RTN",
2273
2274
  "product_sale": "Product Sale",
2274
- "reservation": "Reservation"
2275
+ "product_sale_abrv": "POS",
2276
+ "reservation": "Reservation",
2277
+ "reservation_abrv": "RES"
2275
2278
  }
2276
2279
  },
2277
2280
  "upload": {
@@ -2270,8 +2270,11 @@
2270
2270
  "transaction": {
2271
2271
  "types": {
2272
2272
  "product_return": "Devolución Producto",
2273
+ "product_return_abrv": "POS_RGS",
2273
2274
  "product_sale": "Venta Productos",
2274
- "reservation": "RESERVA"
2275
+ "product_sale_abrv": "POS",
2276
+ "reservation": "RESERVA",
2277
+ "reservation_abrv": "RES"
2275
2278
  }
2276
2279
  },
2277
2280
  "upload": {
@@ -2270,8 +2270,11 @@
2270
2270
  "transaction": {
2271
2271
  "types": {
2272
2272
  "product_return": "Remboursement Produit",
2273
+ "product_return_abrv": "POS_RMB",
2273
2274
  "product_sale": "Vente Produit",
2274
- "reservation": "Réservation"
2275
+ "product_sale_abrv": "POS",
2276
+ "reservation": "Réservation",
2277
+ "reservation_abrv": "RES"
2275
2278
  }
2276
2279
  },
2277
2280
  "upload": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.198",
3
+ "version": "0.0.199",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {