@remit/api-openapi-spec 0.0.14 → 0.0.15
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 +19 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -4333,6 +4333,15 @@
|
|
|
4333
4333
|
"description": "Timestamp of the last successful message sync",
|
|
4334
4334
|
"readOnly": true
|
|
4335
4335
|
},
|
|
4336
|
+
"syncStatus": {
|
|
4337
|
+
"allOf": [
|
|
4338
|
+
{
|
|
4339
|
+
"$ref": "#/components/schemas/RemitImap.MailboxSyncStatus"
|
|
4340
|
+
}
|
|
4341
|
+
],
|
|
4342
|
+
"description": "Sync status for mailbox operations (create, rename, delete)",
|
|
4343
|
+
"readOnly": true
|
|
4344
|
+
},
|
|
4336
4345
|
"specialUse": {
|
|
4337
4346
|
"type": "array",
|
|
4338
4347
|
"items": {
|
|
@@ -4428,6 +4437,16 @@
|
|
|
4428
4437
|
},
|
|
4429
4438
|
"description": "Per-mailbox progress entry in the sync-status response"
|
|
4430
4439
|
},
|
|
4440
|
+
"RemitImap.MailboxSyncStatus": {
|
|
4441
|
+
"type": "string",
|
|
4442
|
+
"enum": [
|
|
4443
|
+
"synced",
|
|
4444
|
+
"pending",
|
|
4445
|
+
"failed",
|
|
4446
|
+
"deleting"
|
|
4447
|
+
],
|
|
4448
|
+
"description": "Sync status for mailbox operations"
|
|
4449
|
+
},
|
|
4431
4450
|
"RemitImap.MediaType": {
|
|
4432
4451
|
"type": "string",
|
|
4433
4452
|
"enum": [
|