ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: интерактивный предпросмотр Voice Tasker

This commit is contained in:
DCCONSTRUCTIONS
2026-04-26 16:14:49 +03:00
parent a13ff3b954
commit 323b4b964e
4 changed files with 801 additions and 209 deletions
+3
View File
@@ -83,6 +83,9 @@ export type TVoiceTaskDraft = {
intent: TVoiceTaskIntent;
target_memory_ref: string | null;
project_id?: string | null;
state_id?: string | null;
assignee_ids?: string[];
target_task_id?: string | null;
project_hint: string | null;
state_hint: string | null;
assignee_hint: string | null;