@jagota/interfaces 1.7.13 → 1.7.14

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.
@@ -240,7 +240,7 @@ export interface IVisitationConfirmationVisit {
240
240
  }
241
241
  export interface IVisitationVisitAgenda {
242
242
  agenda: string;
243
- taskType: number;
243
+ taskType: string;
244
244
  count: number;
245
245
  }
246
246
  export interface IVisitationNotification {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jagota/interfaces",
3
- "version": "1.7.13",
3
+ "version": "1.7.14",
4
4
  "type": "module",
5
5
  "description": "Interfaces for the Jagota Brothers project",
6
6
  "main": "dist/index.js",