first commit

This commit is contained in:
2026-06-09 18:35:55 -03:00
commit 3581e221d0
448 changed files with 519709 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import type { EndpointDefinition } from "./types.js";
export declare const ENDPOINTS: EndpointDefinition[];
export declare const NAMESPACES: readonly ["applications", "authentication", "bulk", "data", "files", "metadata", "utils"];
export type ClarizenNamespace = (typeof NAMESPACES)[number];
//# sourceMappingURL=endpoints.d.ts.map