@remit/api-openapi-spec 0.0.32 → 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/openapi.json +35 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -339,6 +339,16 @@
|
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
|
+
},
|
|
343
|
+
"400": {
|
|
344
|
+
"description": "Validation error response",
|
|
345
|
+
"content": {
|
|
346
|
+
"application/json": {
|
|
347
|
+
"schema": {
|
|
348
|
+
"$ref": "#/components/schemas/ApiError"
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
}
|
|
342
352
|
}
|
|
343
353
|
},
|
|
344
354
|
"requestBody": {
|
|
@@ -1044,6 +1054,16 @@
|
|
|
1044
1054
|
}
|
|
1045
1055
|
}
|
|
1046
1056
|
}
|
|
1057
|
+
},
|
|
1058
|
+
"400": {
|
|
1059
|
+
"description": "Validation error response",
|
|
1060
|
+
"content": {
|
|
1061
|
+
"application/json": {
|
|
1062
|
+
"schema": {
|
|
1063
|
+
"$ref": "#/components/schemas/ApiError"
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1047
1067
|
}
|
|
1048
1068
|
},
|
|
1049
1069
|
"requestBody": {
|
|
@@ -1090,6 +1110,16 @@
|
|
|
1090
1110
|
}
|
|
1091
1111
|
}
|
|
1092
1112
|
}
|
|
1113
|
+
},
|
|
1114
|
+
"400": {
|
|
1115
|
+
"description": "Validation error response",
|
|
1116
|
+
"content": {
|
|
1117
|
+
"application/json": {
|
|
1118
|
+
"schema": {
|
|
1119
|
+
"$ref": "#/components/schemas/ApiError"
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1093
1123
|
}
|
|
1094
1124
|
},
|
|
1095
1125
|
"requestBody": {
|
|
@@ -3404,6 +3434,11 @@
|
|
|
3404
3434
|
"format": "int32",
|
|
3405
3435
|
"description": "Number of mailboxes whose initial message sync has completed"
|
|
3406
3436
|
},
|
|
3437
|
+
"lastSyncAt": {
|
|
3438
|
+
"type": "integer",
|
|
3439
|
+
"format": "int64",
|
|
3440
|
+
"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."
|
|
3441
|
+
},
|
|
3407
3442
|
"mailboxes": {
|
|
3408
3443
|
"type": "array",
|
|
3409
3444
|
"items": {
|