This commit is contained in:
2026-03-16 12:25:37 -04:00
parent b1b8eb297e
commit 75e0228fe0
61 changed files with 3778 additions and 10278 deletions

View File

@@ -1,5 +1,5 @@
/**
* Generated by orval v7.21.0 🍺
* Generated by orval v8.5.3 🍺
* Do not edit manually.
* AnthoLume API v1
* REST API for AnthoLume document management system
@@ -7,7 +7,7 @@
*/
export type GetDocumentsParams = {
page?: number;
limit?: number;
search?: string;
page?: number;
limit?: number;
search?: string;
};