feat(record): REOPEN operation — вернуть закрытую запись

This commit is contained in:
Александр Зимин
2026-06-22 09:18:50 +00:00
parent 8dff458b83
commit 444c004e3c
10 changed files with 151 additions and 5 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ export type WebhookDeliveryStats = {
// === Approval Workflow v2 ===
export type DraftStatus = 'PENDING' | 'APPROVED' | 'REJECTED' | 'WITHDRAWN'
export type DraftOperation = 'CREATE' | 'UPDATE' | 'CLOSE'
export type DraftOperation = 'CREATE' | 'UPDATE' | 'CLOSE' | 'REOPEN'
export type DraftResponse = {
id: string