SyncRequestStatusDto
Status of a full Monday ↔ Business sync request.
Значения
| Имя | Значение | Описание |
|---|---|---|
NotFound | 0 | — |
Syncing | 1 | — |
Synced | 2 | — |
PartiallySynced | 3 | — |
PreviewPending | 4 | Bootstrap import: background worker has not yet built the preview. |
PreviewReady | 5 | Bootstrap import: preview built, waiting for the user to approve. |
Cancelled | 6 | Request was cancelled by the operator before/while applying. |
NoChanges | 7 | Preview built but the diff was empty — nothing to apply on either side. |
Stale | 8 | Business (DAF) data changed since the preview was built — operator must recompute before applying. |
WaitingForApiLimit | 9 | Apply hit Monday's daily API call limit; the remaining changes are deferred until the quota resets (midnight UTC), then the background worker auto-resumes. See resumeAfterDateTime. |
Пример
json
0