@remit/backend 0.0.35 → 0.0.36

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.35",
3
+ "version": "0.0.36",
4
4
  "description": "Remit Mail Inspector API backend",
5
5
  "license": "MIT",
6
6
  "author": "",
@@ -179,6 +179,7 @@ const toMailboxResponse = (
179
179
  lastSyncUid: mailbox.lastSyncUid,
180
180
  highWaterMarkUid: mailbox.highWaterMarkUid,
181
181
  lastMessageSyncAt: mailbox.lastMessageSyncAt,
182
+ syncStatus: mailbox.syncStatus,
182
183
  muted: overrides.muted,
183
184
  displayNameOverride: overrides.displayNameOverride,
184
185
  createdAt: mailbox.createdAt,