pcm-shared-components 2.1.416 → 2.1.417

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.
@@ -4112,12 +4112,16 @@
4112
4112
  },
4113
4113
  "email_activity": {
4114
4114
  "email_type": {
4115
+ "arrival_reminder": "Pre-Arrival Reminder",
4115
4116
  "cancellation_notice": "Cancellation Notice",
4117
+ "departure_notice": "Post-Departure Notice",
4116
4118
  "manual_email": "Manual Email",
4119
+ "on_hold_reminder": "On-Hold Reminder",
4117
4120
  "payment_receipt": "Payment Receipt",
4118
4121
  "refund_notice": "Refund Notice",
4119
4122
  "reservation_confirmation": "Reservation Confirmation",
4120
4123
  "scheduled_email": "Scheduled Email",
4124
+ "unpaid_balance_notice": "Unpaid Balance Reminder",
4121
4125
  "waitlist_response": "Waitlist Response",
4122
4126
  "waiver_request": "Waiver Request",
4123
4127
  "waiver_response": "Waiver Response"
@@ -4112,12 +4112,16 @@
4112
4112
  },
4113
4113
  "email_activity": {
4114
4114
  "email_type": {
4115
+ "arrival_reminder": "Recordatorio antes de la llegada",
4115
4116
  "cancellation_notice": "Aviso de cancelación",
4117
+ "departure_notice": "Aviso después de la salida",
4116
4118
  "manual_email": "Correo manual",
4119
+ "on_hold_reminder": "Recordatorio de espera",
4117
4120
  "payment_receipt": "Recibo de pago",
4118
4121
  "refund_notice": "Aviso de reembolso",
4119
4122
  "reservation_confirmation": "Confirmación de reserva",
4120
4123
  "scheduled_email": "Correo programado",
4124
+ "unpaid_balance_notice": "Recordatorio de saldo pendiente",
4121
4125
  "waitlist_response": "Respuesta de lista de espera",
4122
4126
  "waiver_request": "Solicitud de exención",
4123
4127
  "waiver_response": "Respuesta de exención"
@@ -4112,12 +4112,16 @@
4112
4112
  },
4113
4113
  "email_activity": {
4114
4114
  "email_type": {
4115
+ "arrival_reminder": "Rappel avant l'arrivée",
4115
4116
  "cancellation_notice": "Avis d'annulation",
4117
+ "departure_notice": "Avis après le départ",
4116
4118
  "manual_email": "Courriel manuel",
4119
+ "on_hold_reminder": "Rappel de mise en attente",
4117
4120
  "payment_receipt": "Reçu de paiement",
4118
4121
  "refund_notice": "Avis de remboursement",
4119
4122
  "reservation_confirmation": "Confirmation de réservation",
4120
4123
  "scheduled_email": "Courriel planifié",
4124
+ "unpaid_balance_notice": "Rappel de solde impayé",
4121
4125
  "waitlist_response": "Réponse de liste d'attente",
4122
4126
  "waiver_request": "Demande de renonciation",
4123
4127
  "waiver_response": "Réponse de renonciation"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.416",
3
+ "version": "2.1.417",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {