@remit/backend 0.0.81 → 0.0.82

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": "@remit/backend",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "description": "Remit Mail Inspector API backend",
5
5
  "license": "MIT",
6
6
  "author": "",
@@ -113,6 +113,7 @@ export const SyncOperations: Record<
113
113
  syncPhase: account.syncPhase,
114
114
  mailboxCountTotal: account.mailboxCountTotal,
115
115
  mailboxCountSynced: account.mailboxCountSynced,
116
+ lastSyncAt: account.lastSyncAt,
116
117
  mailboxes: mailboxes.map((mailbox) => ({
117
118
  mailboxId: mailbox.mailboxId,
118
119
  fullPath: mailbox.fullPath,