sowell-models 1.8.3 → 1.8.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowell-models",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "SoWell models",
5
5
  "type": "module",
6
6
  "engines": {
@@ -55,7 +55,7 @@ export interface ITalk {
55
55
  files: string[]
56
56
  created_at?: Date
57
57
  }
58
- export type ActivityName = "assignation" | "status" | "email" | "erp"
58
+ export type ActivityName = "assignation" | "status" | "email_sent" | "erp"
59
59
  export interface IActivity extends IModel {
60
60
  _id?: string
61
61
  name: ActivityName