pcm-shared-components 2.0.122 → 2.0.123

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.
@@ -2158,7 +2158,7 @@
2158
2158
  },
2159
2159
  "transaction_status": {
2160
2160
  "active": "Active",
2161
- "blocked_reservation": "Blocked Reservation",
2161
+ "blocked_reservation": "Blocked",
2162
2162
  "cancelled": "Cancelled",
2163
2163
  "completed": "Completed",
2164
2164
  "expired": "Expired",
@@ -2158,7 +2158,7 @@
2158
2158
  },
2159
2159
  "transaction_status": {
2160
2160
  "active": "Activo",
2161
- "blocked_reservation": "Reserva bloqueada",
2161
+ "blocked_reservation": "Bloqueada",
2162
2162
  "cancelled": "Cancelado",
2163
2163
  "completed": "Terminado",
2164
2164
  "expired": "Caducado",
@@ -2158,7 +2158,7 @@
2158
2158
  },
2159
2159
  "transaction_status": {
2160
2160
  "active": "Actif",
2161
- "blocked_reservation": "Réservation bloquée",
2161
+ "blocked_reservation": "Bloquée",
2162
2162
  "cancelled": "Annulé",
2163
2163
  "completed": "Terminé",
2164
2164
  "expired": "Expiré",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.122",
3
+ "version": "2.0.123",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {