chore(api): update to allow CRUD progress and activity in v1

This commit is contained in:
2026-04-03 10:37:50 -04:00
parent decc3f0195
commit 8ec3349b7c
12 changed files with 851 additions and 35 deletions

View File

@@ -10,7 +10,9 @@ export interface Progress {
title?: string;
author?: string;
device_name?: string;
device_id?: string;
percentage?: number;
progress?: string;
document_id?: string;
user_id?: string;
created_at?: string;