@remit/api-openapi-spec 0.0.32 → 0.0.33
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/openapi.json +5 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -3404,6 +3404,11 @@
|
|
|
3404
3404
|
"format": "int32",
|
|
3405
3405
|
"description": "Number of mailboxes whose initial message sync has completed"
|
|
3406
3406
|
},
|
|
3407
|
+
"lastSyncAt": {
|
|
3408
|
+
"type": "integer",
|
|
3409
|
+
"format": "int64",
|
|
3410
|
+
"description": "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."
|
|
3411
|
+
},
|
|
3407
3412
|
"mailboxes": {
|
|
3408
3413
|
"type": "array",
|
|
3409
3414
|
"items": {
|