@dhyasama/totem-models 9.128.0 → 9.128.1

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/lib/Financials.js CHANGED
@@ -163,8 +163,8 @@ module.exports = function(mongoose, config) {
163
163
  rejections: [{
164
164
  sendOn: { type: Date, required: false },
165
165
  sentOn: { type: Date, required: false },
166
- postmarkMessageId: { type: String, trim: true },
167
166
  sentToQueue: { type: Boolean, default: false },
167
+ postmarkMessageId: { type: String, trim: true },
168
168
  status: { type: String, enum: [null, 'Sent', 'Bounced', 'Delivered', 'Opened', 'Clicked']},
169
169
  email: {
170
170
  subject: { type: String, trim: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "9.128.0",
3
+ "version": "9.128.1",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",