@dhyasama/totem-models 9.89.1 → 9.90.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.
@@ -19,6 +19,9 @@ module.exports = function(mongoose, config) {
19
19
  // date and time to send
20
20
  sendOn: { type: Date },
21
21
 
22
+ // recipients can contact this email address
23
+ replyTo: { type: String, trim: true },
24
+
22
25
  // email subject
23
26
  subject: { type: String, trim: true },
24
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "9.89.1",
3
+ "version": "9.90.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",