@@ -4,62 +4,56 @@ import "@typespec/versioning";
44// ═════════════════════════════════════════════════
55// === Basic Models ===
66// ═════════════════════════════════════════════════
7+ // --- Common ---
78import "./src/models.tsp" ;
89import "./src/errors/models.tsp" ;
910
10- // ═════════════════════════════════════════════════
11- // === Auth ===
12- // ═════════════════════════════════════════════════
11+ // --- Health Check ---
12+ import "./src/healthz/models.tsp" ;
13+ import "./src/healthz/operations.tsp" ;
14+
15+ // --- Auth ---
1316import "./src/auth/models.tsp" ;
1417import "./src/auth/operations.tsp" ;
1518
1619// ═════════════════════════════════════════════════
1720// === User ===
1821// ═════════════════════════════════════════════════
22+ // --- User ---
1923import "./src/user/models.tsp" ;
2024import "./src/user/operations.tsp" ;
2125
22- // ═════════════════════════════════════════════════
23- // === Forms ===
24- // ═════════════════════════════════════════════════
25- import "./src/forms/models.tsp" ;
26- import "./src/forms/operations.tsp" ;
27-
2826// ═════════════════════════════════════════════════
2927// === Unit ===
3028// ═════════════════════════════════════════════════
29+ // --- Organization, Unit, Membership ---
3130import "./src/unit/models.tsp" ;
3231import "./src/unit/operations.tsp" ;
3332
34- // ═════════════════════════════════════════════════
35- // === Responses ===
36- // ═════════════════════════════════════════════════
37- import "./src/responses/models.tsp" ;
38- import "./src/responses/operations.tsp" ;
39-
40- // ═════════════════════════════════════════════════
41- // === Inbox ===
42- // ═════════════════════════════════════════════════
43- // import "./src/inbox/models.tsp";
44- // import "./src/inbox/operations.tsp";
45-
46- // ═════════════════════════════════════════════════
47- // === Slug ===
48- // ═════════════════════════════════════════════════
33+ // --- Slug ---
4934import "./src/slug/models.tsp" ;
5035import "./src/slug/operations.tsp" ;
5136
5237// ═════════════════════════════════════════════════
53- // === Form Workflow ===
38+ // === Forms ===
5439// ═════════════════════════════════════════════════
55- import "./src/form_workflow/models.tsp" ;
56- import "./src/form_workflow/operations.tsp" ;
40+ // --- Forms, Sections, Questions ---
41+ import "./src/forms/models.tsp" ;
42+ import "./src/forms/operations.tsp" ;
43+
44+ // --- Workflow ---
45+ import "./src/forms/workflow/models.tsp" ;
46+ import "./src/forms/workflow/operations.tsp" ;
47+
48+ // --- Response ---
49+ import "./src/forms/response/models.tsp" ;
50+ import "./src/forms/response/operations.tsp" ;
5751
5852// ═════════════════════════════════════════════════
59- // === Healthz ===
53+ // === Inbox ===
6054// ═════════════════════════════════════════════════
61- import "./src/healthz /models.tsp" ;
62- import "./src/healthz /operations.tsp" ;
55+ // import "./src/inbox /models.tsp";
56+ // import "./src/inbox /operations.tsp";
6357
6458using Http ;
6559using Versioning ;
0 commit comments