@remit/api-openapi-types 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.
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.35",
3
+ "version": "0.0.36",
4
4
  "type": "module",
5
5
  "main": "types.d.ts",
6
6
  "types": "types.d.ts",
package/types.d.ts CHANGED
@@ -2077,6 +2077,10 @@ standing to persist.
2077
2077
  * Number of mailboxes whose initial message sync has completed
2078
2078
  */
2079
2079
  mailboxCountSynced?: number;
2080
+ /**
2081
+ * 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.
2082
+ */
2083
+ lastSyncAt?: number;
2080
2084
  /**
2081
2085
  * Per-mailbox sync progress
2082
2086
  */