@remit/api-http-client 0.0.33 → 0.0.34
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 +1 -1
- package/types.gen.ts +4 -0
package/package.json
CHANGED
package/types.gen.ts
CHANGED
|
@@ -275,6 +275,10 @@ export type RemitImapAccountSyncStatusResponse = {
|
|
|
275
275
|
* Number of mailboxes whose initial message sync has completed
|
|
276
276
|
*/
|
|
277
277
|
mailboxCountSynced?: number;
|
|
278
|
+
/**
|
|
279
|
+
* When the account's most recent sync round started, stamped once per round by the worker. A client that triggered a sync compares this against the reading it took before triggering, so it confirms only on a round of its own rather than one already in flight.
|
|
280
|
+
*/
|
|
281
|
+
lastSyncAt?: number;
|
|
278
282
|
/**
|
|
279
283
|
* Per-mailbox sync progress
|
|
280
284
|
*/
|