openapi/v1.json no longer matches the live published spec.
Operations added in production
addTaskDependency
listTaskDependencies
listTaskOccurrences
removeTaskDependency
setTaskOccurrenceStatus
Component schemas added
AddTaskDependencyBody
RecurrenceBasis
RecurrenceFrequency
SetTaskOccurrenceStatusBody
TaskDependencies
TaskDependencyRef
TaskOccurrence
TaskOccurrenceList
TaskOccurrenceStatus
TaskRecurrence
Fix:
bash scripts/sync-spec.sh # or GETITDONE_MONOREPO=... bash scripts/sync-spec.sh
bash scripts/regenerate-models.sh
Then extend OPERATION_MAP in tests/unit/test_operation_coverage.py and add the SDK methods for any new operations.
openapi/v1.jsonno longer matches the live published spec.Operations added in production
addTaskDependencylistTaskDependencieslistTaskOccurrencesremoveTaskDependencysetTaskOccurrenceStatusComponent schemas added
AddTaskDependencyBodyRecurrenceBasisRecurrenceFrequencySetTaskOccurrenceStatusBodyTaskDependenciesTaskDependencyRefTaskOccurrenceTaskOccurrenceListTaskOccurrenceStatusTaskRecurrenceFix:
bash scripts/sync-spec.sh # or GETITDONE_MONOREPO=... bash scripts/sync-spec.sh bash scripts/regenerate-models.shThen extend
OPERATION_MAPintests/unit/test_operation_coverage.pyand add the SDK methods for any new operations.