@remit/api-openapi-types 0.0.15 → 0.0.16

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-types",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "type": "module",
5
5
  "main": "types.d.ts",
6
6
  "types": "types.d.ts",
package/types.d.ts CHANGED
@@ -1360,6 +1360,10 @@ never from a raw content-type line — parameters carry `name=` and
1360
1360
  * Timestamp of the last successful message sync
1361
1361
  */
1362
1362
  lastMessageSyncAt: number;
1363
+ /**
1364
+ * Sync status for mailbox operations (create, rename, delete)
1365
+ */
1366
+ syncStatus?: MailboxSyncStatus;
1363
1367
  /**
1364
1368
  * Denormalized list of IMAP SPECIAL-USE designations (RFC 6154). Populated from the same `\Sent`, `\Drafts`, etc. attributes the server reports during LIST. Stored on the row to avoid an N+1 join when listing mailboxes.
1365
1369
  */