feat(record): REOPEN operation — вернуть закрытую запись
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user