plenna_utilities 1.9.0 → 1.10.0

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.
@@ -120,3 +120,11 @@ templates:
120
120
  text: "*Fecha de la cita:*\n{dateAppointment}"
121
121
  - type: mrkdwn
122
122
  text: "*Hora de la cita:*\n{hourAppointment}"
123
+ - type: divider
124
+ - type: section
125
+ fields:
126
+ - type: mrkdwn
127
+ text: "*¿Es paciente recurrente?:*\n{isRecurringPatient}"
128
+ - type: mrkdwn
129
+ text: "*Doctor@ en su health team:*\n{doctorRecurringPatient}"
130
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plenna_utilities",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "plenna's utils for backend projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",