@astralibx/email-account-manager 2.0.2 → 3.0.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.
package/dist/index.mjs CHANGED
@@ -306,6 +306,10 @@ function createEmailAccountSchema(options) {
306
306
  required: true,
307
307
  _id: false
308
308
  },
309
+ metadata: {
310
+ type: Schema.Types.Mixed,
311
+ default: {}
312
+ },
309
313
  totalEmailsSent: { type: Number, default: 0 },
310
314
  lastSuccessfulSendAt: Date,
311
315
  lastImapCheckAt: Date