diff options
| author | soryu <soryu@soryu.co> | 2026-01-20 22:40:37 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-20 22:40:37 +0000 |
| commit | 05ba47255f7c53afa08b001d2d62d3f321eb452e (patch) | |
| tree | d15b60e75c31222db598ea566a0e5cd4bf0b11c9 /makima/frontend/src/lib | |
| parent | 5c79032637a9593f1530599726842f49ac904a13 (diff) | |
| download | soryu-05ba47255f7c53afa08b001d2d62d3f321eb452e.tar.gz soryu-05ba47255f7c53afa08b001d2d62d3f321eb452e.zip | |
[WIP] Heartbeat checkpoint - 2026-01-20 22:40:37 UTC
Diffstat (limited to 'makima/frontend/src/lib')
| -rw-r--r-- | makima/frontend/src/lib/api.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makima/frontend/src/lib/api.ts b/makima/frontend/src/lib/api.ts index 78e52cd..14ec9f2 100644 --- a/makima/frontend/src/lib/api.ts +++ b/makima/frontend/src/lib/api.ts @@ -1948,8 +1948,8 @@ export interface PendingQuestion { createdAt: string; /** Whether multiple choices can be selected */ multiSelect?: boolean; - /** Question type - "general" for regular questions, "phase_confirmation" for phase transitions */ - questionType?: "general" | "phase_confirmation"; + /** Question type - "general" for regular questions, "phase_confirmation" for phase transitions, "contract_complete" for contract completion */ + questionType?: "general" | "phase_confirmation" | "contract_complete"; /** Phase confirmation specific data (when questionType is "phase_confirmation") */ phaseConfirmation?: { currentPhase: ContractPhase; |
