plenna_utilities 1.10.0 → 1.11.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.
@@ -77,6 +77,13 @@ templates:
77
77
  type: plain_text
78
78
  emoji: true
79
79
  text: '🕵️‍ Verifica que hayan horarios configurados en Huli para esta doctora.'
80
+ - type: divider
81
+ - type: section
82
+ fields:
83
+ - type: mrkdwn
84
+ text: "*¿Es paciente recurrente?:*\n{isRecurringPatient}"
85
+ - type: mrkdwn
86
+ text: "*Doctor@ en su health team:*\n{doctorRecurringPatient}"
80
87
 
81
88
  patientNeedsACloserAppointment:
82
89
  channel: 'C09ELN5A92S'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plenna_utilities",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "plenna's utils for backend projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",