@omnicoreos/planka-mcp 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/CHANGELOG.md +86 -0
  2. package/CONTRIBUTING.md +37 -0
  3. package/CREDITS.md +39 -0
  4. package/LICENSE +22 -0
  5. package/README.es.md +213 -0
  6. package/README.md +213 -0
  7. package/dist/client.d.ts +96 -0
  8. package/dist/client.d.ts.map +1 -0
  9. package/dist/client.js +281 -0
  10. package/dist/client.js.map +1 -0
  11. package/dist/errors.d.ts +85 -0
  12. package/dist/errors.d.ts.map +1 -0
  13. package/dist/errors.js +226 -0
  14. package/dist/errors.js.map +1 -0
  15. package/dist/identity.generated.d.ts +3 -0
  16. package/dist/identity.generated.d.ts.map +1 -0
  17. package/dist/identity.generated.js +4 -0
  18. package/dist/identity.generated.js.map +1 -0
  19. package/dist/index.d.ts +3 -0
  20. package/dist/index.d.ts.map +1 -0
  21. package/dist/index.js +93 -0
  22. package/dist/index.js.map +1 -0
  23. package/dist/operations/attachments.d.ts +34 -0
  24. package/dist/operations/attachments.d.ts.map +1 -0
  25. package/dist/operations/attachments.js +89 -0
  26. package/dist/operations/attachments.js.map +1 -0
  27. package/dist/operations/board-id.d.ts +9 -0
  28. package/dist/operations/board-id.d.ts.map +1 -0
  29. package/dist/operations/board-id.js +86 -0
  30. package/dist/operations/board-id.js.map +1 -0
  31. package/dist/operations/boards.d.ts +143 -0
  32. package/dist/operations/boards.d.ts.map +1 -0
  33. package/dist/operations/boards.js +391 -0
  34. package/dist/operations/boards.js.map +1 -0
  35. package/dist/operations/cards.d.ts +36 -0
  36. package/dist/operations/cards.d.ts.map +1 -0
  37. package/dist/operations/cards.js +81 -0
  38. package/dist/operations/cards.js.map +1 -0
  39. package/dist/operations/comments.d.ts +28 -0
  40. package/dist/operations/comments.d.ts.map +1 -0
  41. package/dist/operations/comments.js +53 -0
  42. package/dist/operations/comments.js.map +1 -0
  43. package/dist/operations/labels.d.ts +60 -0
  44. package/dist/operations/labels.d.ts.map +1 -0
  45. package/dist/operations/labels.js +146 -0
  46. package/dist/operations/labels.js.map +1 -0
  47. package/dist/operations/lists.d.ts +15 -0
  48. package/dist/operations/lists.d.ts.map +1 -0
  49. package/dist/operations/lists.js +40 -0
  50. package/dist/operations/lists.js.map +1 -0
  51. package/dist/operations/projects.d.ts +24 -0
  52. package/dist/operations/projects.d.ts.map +1 -0
  53. package/dist/operations/projects.js +61 -0
  54. package/dist/operations/projects.js.map +1 -0
  55. package/dist/operations/tasks.d.ts +30 -0
  56. package/dist/operations/tasks.d.ts.map +1 -0
  57. package/dist/operations/tasks.js +111 -0
  58. package/dist/operations/tasks.js.map +1 -0
  59. package/dist/schemas/entities.d.ts +389 -0
  60. package/dist/schemas/entities.d.ts.map +1 -0
  61. package/dist/schemas/entities.js +202 -0
  62. package/dist/schemas/entities.js.map +1 -0
  63. package/dist/schemas/requests.d.ts +539 -0
  64. package/dist/schemas/requests.d.ts.map +1 -0
  65. package/dist/schemas/requests.js +187 -0
  66. package/dist/schemas/requests.js.map +1 -0
  67. package/dist/schemas/responses.d.ts +2626 -0
  68. package/dist/schemas/responses.d.ts.map +1 -0
  69. package/dist/schemas/responses.js +75 -0
  70. package/dist/schemas/responses.js.map +1 -0
  71. package/dist/tools/attachments.d.ts +270 -0
  72. package/dist/tools/attachments.d.ts.map +1 -0
  73. package/dist/tools/attachments.js +247 -0
  74. package/dist/tools/attachments.js.map +1 -0
  75. package/dist/tools/cards.d.ts +401 -0
  76. package/dist/tools/cards.d.ts.map +1 -0
  77. package/dist/tools/cards.js +368 -0
  78. package/dist/tools/cards.js.map +1 -0
  79. package/dist/tools/comments.d.ts +217 -0
  80. package/dist/tools/comments.d.ts.map +1 -0
  81. package/dist/tools/comments.js +208 -0
  82. package/dist/tools/comments.js.map +1 -0
  83. package/dist/tools/index.d.ts +1293 -0
  84. package/dist/tools/index.d.ts.map +1 -0
  85. package/dist/tools/index.js +62 -0
  86. package/dist/tools/index.js.map +1 -0
  87. package/dist/tools/labels.d.ts +214 -0
  88. package/dist/tools/labels.d.ts.map +1 -0
  89. package/dist/tools/labels.js +302 -0
  90. package/dist/tools/labels.js.map +1 -0
  91. package/dist/tools/lists.d.ts +117 -0
  92. package/dist/tools/lists.d.ts.map +1 -0
  93. package/dist/tools/lists.js +178 -0
  94. package/dist/tools/lists.js.map +1 -0
  95. package/dist/tools/navigation.d.ts +106 -0
  96. package/dist/tools/navigation.d.ts.map +1 -0
  97. package/dist/tools/navigation.js +151 -0
  98. package/dist/tools/navigation.js.map +1 -0
  99. package/dist/tools/queries.d.ts +380 -0
  100. package/dist/tools/queries.d.ts.map +1 -0
  101. package/dist/tools/queries.js +256 -0
  102. package/dist/tools/queries.js.map +1 -0
  103. package/dist/tools/tasks.d.ts +223 -0
  104. package/dist/tools/tasks.d.ts.map +1 -0
  105. package/dist/tools/tasks.js +169 -0
  106. package/dist/tools/tasks.js.map +1 -0
  107. package/docs/planka-2x-gotchas.md +192 -0
  108. package/docs/tools.md +659 -0
  109. package/docs/troubleshooting.md +138 -0
  110. package/package.json +71 -0
  111. package/project.identity.json +7 -0
  112. package/scripts/bootstrap-board.mjs +160 -0
  113. package/scripts/lib/planka-api.mjs +244 -0
  114. package/scripts/lib/workflow-template.mjs +26 -0
  115. package/scripts/setup.mjs +236 -0
  116. package/scripts/setup.sh +48 -0
  117. package/scripts/sync-identity.mjs +57 -0
  118. package/server.json +43 -0
  119. package/tests/smoke/planka-smoke.mjs +920 -0
  120. package/workflow/README.md +232 -0
  121. package/workflow/board-template.md +115 -0
  122. package/workflow/skills/planka-close-card/SKILL.md +81 -0
  123. package/workflow/skills/planka-orchestrator/SKILL.md +126 -0
  124. package/workflow/worktrees/README.md +104 -0
  125. package/workflow/worktrees/wt.conf.example +24 -0
  126. package/workflow/worktrees/wt.sh +345 -0
@@ -0,0 +1,2626 @@
1
+ /**
2
+ * API response schemas for PLANKA.
3
+ */
4
+ import { z } from "zod";
5
+ export declare const SingleItemResponse: <T extends z.ZodTypeAny>(itemSchema: T) => z.ZodObject<{
6
+ item: T;
7
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
8
+ }, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
9
+ item: T;
10
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
11
+ }>, any> extends infer T_1 ? { [k in keyof T_1]: T_1[k]; } : never, z.baseObjectInputType<{
12
+ item: T;
13
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
14
+ }> extends infer T_2 ? { [k_1 in keyof T_2]: T_2[k_1]; } : never>;
15
+ export declare const MultiItemResponse: <T extends z.ZodTypeAny>(itemSchema: T) => z.ZodObject<{
16
+ items: z.ZodArray<T, "many">;
17
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
18
+ }, "strip", z.ZodTypeAny, {
19
+ items: T["_output"][];
20
+ included?: Record<string, any> | undefined;
21
+ }, {
22
+ items: T["_input"][];
23
+ included?: Record<string, any> | undefined;
24
+ }>;
25
+ export declare const ProjectResponse: z.ZodObject<{
26
+ item: z.ZodObject<{
27
+ id: z.ZodString;
28
+ name: z.ZodString;
29
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
+ createdAt: z.ZodString;
32
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ }, "strip", z.ZodTypeAny, {
34
+ id: string;
35
+ name: string;
36
+ createdAt: string;
37
+ updatedAt?: string | null | undefined;
38
+ background?: string | null | undefined;
39
+ backgroundImage?: string | null | undefined;
40
+ }, {
41
+ id: string;
42
+ name: string;
43
+ createdAt: string;
44
+ updatedAt?: string | null | undefined;
45
+ background?: string | null | undefined;
46
+ backgroundImage?: string | null | undefined;
47
+ }>;
48
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
49
+ }, "strip", z.ZodTypeAny, {
50
+ item: {
51
+ id: string;
52
+ name: string;
53
+ createdAt: string;
54
+ updatedAt?: string | null | undefined;
55
+ background?: string | null | undefined;
56
+ backgroundImage?: string | null | undefined;
57
+ };
58
+ included?: Record<string, any> | undefined;
59
+ }, {
60
+ item: {
61
+ id: string;
62
+ name: string;
63
+ createdAt: string;
64
+ updatedAt?: string | null | undefined;
65
+ background?: string | null | undefined;
66
+ backgroundImage?: string | null | undefined;
67
+ };
68
+ included?: Record<string, any> | undefined;
69
+ }>;
70
+ export declare const ProjectsResponse: z.ZodObject<{
71
+ items: z.ZodArray<z.ZodObject<{
72
+ id: z.ZodString;
73
+ name: z.ZodString;
74
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
75
+ backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
76
+ createdAt: z.ZodString;
77
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
78
+ }, "strip", z.ZodTypeAny, {
79
+ id: string;
80
+ name: string;
81
+ createdAt: string;
82
+ updatedAt?: string | null | undefined;
83
+ background?: string | null | undefined;
84
+ backgroundImage?: string | null | undefined;
85
+ }, {
86
+ id: string;
87
+ name: string;
88
+ createdAt: string;
89
+ updatedAt?: string | null | undefined;
90
+ background?: string | null | undefined;
91
+ backgroundImage?: string | null | undefined;
92
+ }>, "many">;
93
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
94
+ }, "strip", z.ZodTypeAny, {
95
+ items: {
96
+ id: string;
97
+ name: string;
98
+ createdAt: string;
99
+ updatedAt?: string | null | undefined;
100
+ background?: string | null | undefined;
101
+ backgroundImage?: string | null | undefined;
102
+ }[];
103
+ included?: Record<string, any> | undefined;
104
+ }, {
105
+ items: {
106
+ id: string;
107
+ name: string;
108
+ createdAt: string;
109
+ updatedAt?: string | null | undefined;
110
+ background?: string | null | undefined;
111
+ backgroundImage?: string | null | undefined;
112
+ }[];
113
+ included?: Record<string, any> | undefined;
114
+ }>;
115
+ export declare const BoardResponse: z.ZodObject<{
116
+ item: z.ZodObject<{
117
+ id: z.ZodString;
118
+ projectId: z.ZodString;
119
+ name: z.ZodString;
120
+ position: z.ZodNumber;
121
+ createdAt: z.ZodString;
122
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
123
+ }, "strip", z.ZodTypeAny, {
124
+ id: string;
125
+ name: string;
126
+ createdAt: string;
127
+ projectId: string;
128
+ position: number;
129
+ updatedAt?: string | null | undefined;
130
+ }, {
131
+ id: string;
132
+ name: string;
133
+ createdAt: string;
134
+ projectId: string;
135
+ position: number;
136
+ updatedAt?: string | null | undefined;
137
+ }>;
138
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
139
+ }, "strip", z.ZodTypeAny, {
140
+ item: {
141
+ id: string;
142
+ name: string;
143
+ createdAt: string;
144
+ projectId: string;
145
+ position: number;
146
+ updatedAt?: string | null | undefined;
147
+ };
148
+ included?: Record<string, any> | undefined;
149
+ }, {
150
+ item: {
151
+ id: string;
152
+ name: string;
153
+ createdAt: string;
154
+ projectId: string;
155
+ position: number;
156
+ updatedAt?: string | null | undefined;
157
+ };
158
+ included?: Record<string, any> | undefined;
159
+ }>;
160
+ export declare const BoardsResponse: z.ZodObject<{
161
+ items: z.ZodArray<z.ZodObject<{
162
+ id: z.ZodString;
163
+ projectId: z.ZodString;
164
+ name: z.ZodString;
165
+ position: z.ZodNumber;
166
+ createdAt: z.ZodString;
167
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
168
+ }, "strip", z.ZodTypeAny, {
169
+ id: string;
170
+ name: string;
171
+ createdAt: string;
172
+ projectId: string;
173
+ position: number;
174
+ updatedAt?: string | null | undefined;
175
+ }, {
176
+ id: string;
177
+ name: string;
178
+ createdAt: string;
179
+ projectId: string;
180
+ position: number;
181
+ updatedAt?: string | null | undefined;
182
+ }>, "many">;
183
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
184
+ }, "strip", z.ZodTypeAny, {
185
+ items: {
186
+ id: string;
187
+ name: string;
188
+ createdAt: string;
189
+ projectId: string;
190
+ position: number;
191
+ updatedAt?: string | null | undefined;
192
+ }[];
193
+ included?: Record<string, any> | undefined;
194
+ }, {
195
+ items: {
196
+ id: string;
197
+ name: string;
198
+ createdAt: string;
199
+ projectId: string;
200
+ position: number;
201
+ updatedAt?: string | null | undefined;
202
+ }[];
203
+ included?: Record<string, any> | undefined;
204
+ }>;
205
+ export declare const ListResponse: z.ZodObject<{
206
+ item: z.ZodObject<{
207
+ id: z.ZodString;
208
+ boardId: z.ZodString;
209
+ name: z.ZodNullable<z.ZodString>;
210
+ position: z.ZodNullable<z.ZodNumber>;
211
+ type: z.ZodOptional<z.ZodString>;
212
+ createdAt: z.ZodString;
213
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
214
+ }, "strip", z.ZodTypeAny, {
215
+ id: string;
216
+ name: string | null;
217
+ createdAt: string;
218
+ position: number | null;
219
+ boardId: string;
220
+ type?: string | undefined;
221
+ updatedAt?: string | null | undefined;
222
+ }, {
223
+ id: string;
224
+ name: string | null;
225
+ createdAt: string;
226
+ position: number | null;
227
+ boardId: string;
228
+ type?: string | undefined;
229
+ updatedAt?: string | null | undefined;
230
+ }>;
231
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
232
+ }, "strip", z.ZodTypeAny, {
233
+ item: {
234
+ id: string;
235
+ name: string | null;
236
+ createdAt: string;
237
+ position: number | null;
238
+ boardId: string;
239
+ type?: string | undefined;
240
+ updatedAt?: string | null | undefined;
241
+ };
242
+ included?: Record<string, any> | undefined;
243
+ }, {
244
+ item: {
245
+ id: string;
246
+ name: string | null;
247
+ createdAt: string;
248
+ position: number | null;
249
+ boardId: string;
250
+ type?: string | undefined;
251
+ updatedAt?: string | null | undefined;
252
+ };
253
+ included?: Record<string, any> | undefined;
254
+ }>;
255
+ export declare const ListsResponse: z.ZodObject<{
256
+ items: z.ZodArray<z.ZodObject<{
257
+ id: z.ZodString;
258
+ boardId: z.ZodString;
259
+ name: z.ZodNullable<z.ZodString>;
260
+ position: z.ZodNullable<z.ZodNumber>;
261
+ type: z.ZodOptional<z.ZodString>;
262
+ createdAt: z.ZodString;
263
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
264
+ }, "strip", z.ZodTypeAny, {
265
+ id: string;
266
+ name: string | null;
267
+ createdAt: string;
268
+ position: number | null;
269
+ boardId: string;
270
+ type?: string | undefined;
271
+ updatedAt?: string | null | undefined;
272
+ }, {
273
+ id: string;
274
+ name: string | null;
275
+ createdAt: string;
276
+ position: number | null;
277
+ boardId: string;
278
+ type?: string | undefined;
279
+ updatedAt?: string | null | undefined;
280
+ }>, "many">;
281
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
282
+ }, "strip", z.ZodTypeAny, {
283
+ items: {
284
+ id: string;
285
+ name: string | null;
286
+ createdAt: string;
287
+ position: number | null;
288
+ boardId: string;
289
+ type?: string | undefined;
290
+ updatedAt?: string | null | undefined;
291
+ }[];
292
+ included?: Record<string, any> | undefined;
293
+ }, {
294
+ items: {
295
+ id: string;
296
+ name: string | null;
297
+ createdAt: string;
298
+ position: number | null;
299
+ boardId: string;
300
+ type?: string | undefined;
301
+ updatedAt?: string | null | undefined;
302
+ }[];
303
+ included?: Record<string, any> | undefined;
304
+ }>;
305
+ export declare const CardResponse: z.ZodObject<{
306
+ item: z.ZodObject<{
307
+ id: z.ZodString;
308
+ boardId: z.ZodString;
309
+ listId: z.ZodString;
310
+ creatorUserId: z.ZodOptional<z.ZodString>;
311
+ name: z.ZodString;
312
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
313
+ position: z.ZodNumber;
314
+ type: z.ZodEnum<["project", "story"]>;
315
+ dueDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
316
+ isDueDateCompleted: z.ZodOptional<z.ZodBoolean>;
317
+ isCompleted: z.ZodOptional<z.ZodBoolean>;
318
+ createdAt: z.ZodString;
319
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
320
+ listChangedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
321
+ }, "strip", z.ZodTypeAny, {
322
+ type: "project" | "story";
323
+ id: string;
324
+ name: string;
325
+ createdAt: string;
326
+ position: number;
327
+ boardId: string;
328
+ listId: string;
329
+ description?: string | null | undefined;
330
+ updatedAt?: string | null | undefined;
331
+ creatorUserId?: string | undefined;
332
+ dueDate?: string | null | undefined;
333
+ isDueDateCompleted?: boolean | undefined;
334
+ isCompleted?: boolean | undefined;
335
+ listChangedAt?: string | null | undefined;
336
+ }, {
337
+ type: "project" | "story";
338
+ id: string;
339
+ name: string;
340
+ createdAt: string;
341
+ position: number;
342
+ boardId: string;
343
+ listId: string;
344
+ description?: string | null | undefined;
345
+ updatedAt?: string | null | undefined;
346
+ creatorUserId?: string | undefined;
347
+ dueDate?: string | null | undefined;
348
+ isDueDateCompleted?: boolean | undefined;
349
+ isCompleted?: boolean | undefined;
350
+ listChangedAt?: string | null | undefined;
351
+ }>;
352
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
353
+ }, "strip", z.ZodTypeAny, {
354
+ item: {
355
+ type: "project" | "story";
356
+ id: string;
357
+ name: string;
358
+ createdAt: string;
359
+ position: number;
360
+ boardId: string;
361
+ listId: string;
362
+ description?: string | null | undefined;
363
+ updatedAt?: string | null | undefined;
364
+ creatorUserId?: string | undefined;
365
+ dueDate?: string | null | undefined;
366
+ isDueDateCompleted?: boolean | undefined;
367
+ isCompleted?: boolean | undefined;
368
+ listChangedAt?: string | null | undefined;
369
+ };
370
+ included?: Record<string, any> | undefined;
371
+ }, {
372
+ item: {
373
+ type: "project" | "story";
374
+ id: string;
375
+ name: string;
376
+ createdAt: string;
377
+ position: number;
378
+ boardId: string;
379
+ listId: string;
380
+ description?: string | null | undefined;
381
+ updatedAt?: string | null | undefined;
382
+ creatorUserId?: string | undefined;
383
+ dueDate?: string | null | undefined;
384
+ isDueDateCompleted?: boolean | undefined;
385
+ isCompleted?: boolean | undefined;
386
+ listChangedAt?: string | null | undefined;
387
+ };
388
+ included?: Record<string, any> | undefined;
389
+ }>;
390
+ export declare const CardsResponse: z.ZodObject<{
391
+ items: z.ZodArray<z.ZodObject<{
392
+ id: z.ZodString;
393
+ boardId: z.ZodString;
394
+ listId: z.ZodString;
395
+ creatorUserId: z.ZodOptional<z.ZodString>;
396
+ name: z.ZodString;
397
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
398
+ position: z.ZodNumber;
399
+ type: z.ZodEnum<["project", "story"]>;
400
+ dueDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
401
+ isDueDateCompleted: z.ZodOptional<z.ZodBoolean>;
402
+ isCompleted: z.ZodOptional<z.ZodBoolean>;
403
+ createdAt: z.ZodString;
404
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
405
+ listChangedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
406
+ }, "strip", z.ZodTypeAny, {
407
+ type: "project" | "story";
408
+ id: string;
409
+ name: string;
410
+ createdAt: string;
411
+ position: number;
412
+ boardId: string;
413
+ listId: string;
414
+ description?: string | null | undefined;
415
+ updatedAt?: string | null | undefined;
416
+ creatorUserId?: string | undefined;
417
+ dueDate?: string | null | undefined;
418
+ isDueDateCompleted?: boolean | undefined;
419
+ isCompleted?: boolean | undefined;
420
+ listChangedAt?: string | null | undefined;
421
+ }, {
422
+ type: "project" | "story";
423
+ id: string;
424
+ name: string;
425
+ createdAt: string;
426
+ position: number;
427
+ boardId: string;
428
+ listId: string;
429
+ description?: string | null | undefined;
430
+ updatedAt?: string | null | undefined;
431
+ creatorUserId?: string | undefined;
432
+ dueDate?: string | null | undefined;
433
+ isDueDateCompleted?: boolean | undefined;
434
+ isCompleted?: boolean | undefined;
435
+ listChangedAt?: string | null | undefined;
436
+ }>, "many">;
437
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
438
+ }, "strip", z.ZodTypeAny, {
439
+ items: {
440
+ type: "project" | "story";
441
+ id: string;
442
+ name: string;
443
+ createdAt: string;
444
+ position: number;
445
+ boardId: string;
446
+ listId: string;
447
+ description?: string | null | undefined;
448
+ updatedAt?: string | null | undefined;
449
+ creatorUserId?: string | undefined;
450
+ dueDate?: string | null | undefined;
451
+ isDueDateCompleted?: boolean | undefined;
452
+ isCompleted?: boolean | undefined;
453
+ listChangedAt?: string | null | undefined;
454
+ }[];
455
+ included?: Record<string, any> | undefined;
456
+ }, {
457
+ items: {
458
+ type: "project" | "story";
459
+ id: string;
460
+ name: string;
461
+ createdAt: string;
462
+ position: number;
463
+ boardId: string;
464
+ listId: string;
465
+ description?: string | null | undefined;
466
+ updatedAt?: string | null | undefined;
467
+ creatorUserId?: string | undefined;
468
+ dueDate?: string | null | undefined;
469
+ isDueDateCompleted?: boolean | undefined;
470
+ isCompleted?: boolean | undefined;
471
+ listChangedAt?: string | null | undefined;
472
+ }[];
473
+ included?: Record<string, any> | undefined;
474
+ }>;
475
+ export declare const TaskListResponse: z.ZodObject<{
476
+ item: z.ZodObject<{
477
+ id: z.ZodString;
478
+ cardId: z.ZodString;
479
+ name: z.ZodString;
480
+ position: z.ZodNumber;
481
+ showOnFrontOfCard: z.ZodOptional<z.ZodBoolean>;
482
+ createdAt: z.ZodString;
483
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
484
+ }, "strip", z.ZodTypeAny, {
485
+ id: string;
486
+ name: string;
487
+ createdAt: string;
488
+ position: number;
489
+ cardId: string;
490
+ updatedAt?: string | null | undefined;
491
+ showOnFrontOfCard?: boolean | undefined;
492
+ }, {
493
+ id: string;
494
+ name: string;
495
+ createdAt: string;
496
+ position: number;
497
+ cardId: string;
498
+ updatedAt?: string | null | undefined;
499
+ showOnFrontOfCard?: boolean | undefined;
500
+ }>;
501
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
502
+ }, "strip", z.ZodTypeAny, {
503
+ item: {
504
+ id: string;
505
+ name: string;
506
+ createdAt: string;
507
+ position: number;
508
+ cardId: string;
509
+ updatedAt?: string | null | undefined;
510
+ showOnFrontOfCard?: boolean | undefined;
511
+ };
512
+ included?: Record<string, any> | undefined;
513
+ }, {
514
+ item: {
515
+ id: string;
516
+ name: string;
517
+ createdAt: string;
518
+ position: number;
519
+ cardId: string;
520
+ updatedAt?: string | null | undefined;
521
+ showOnFrontOfCard?: boolean | undefined;
522
+ };
523
+ included?: Record<string, any> | undefined;
524
+ }>;
525
+ export declare const TaskListsResponse: z.ZodObject<{
526
+ items: z.ZodArray<z.ZodObject<{
527
+ id: z.ZodString;
528
+ cardId: z.ZodString;
529
+ name: z.ZodString;
530
+ position: z.ZodNumber;
531
+ showOnFrontOfCard: z.ZodOptional<z.ZodBoolean>;
532
+ createdAt: z.ZodString;
533
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
534
+ }, "strip", z.ZodTypeAny, {
535
+ id: string;
536
+ name: string;
537
+ createdAt: string;
538
+ position: number;
539
+ cardId: string;
540
+ updatedAt?: string | null | undefined;
541
+ showOnFrontOfCard?: boolean | undefined;
542
+ }, {
543
+ id: string;
544
+ name: string;
545
+ createdAt: string;
546
+ position: number;
547
+ cardId: string;
548
+ updatedAt?: string | null | undefined;
549
+ showOnFrontOfCard?: boolean | undefined;
550
+ }>, "many">;
551
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
552
+ }, "strip", z.ZodTypeAny, {
553
+ items: {
554
+ id: string;
555
+ name: string;
556
+ createdAt: string;
557
+ position: number;
558
+ cardId: string;
559
+ updatedAt?: string | null | undefined;
560
+ showOnFrontOfCard?: boolean | undefined;
561
+ }[];
562
+ included?: Record<string, any> | undefined;
563
+ }, {
564
+ items: {
565
+ id: string;
566
+ name: string;
567
+ createdAt: string;
568
+ position: number;
569
+ cardId: string;
570
+ updatedAt?: string | null | undefined;
571
+ showOnFrontOfCard?: boolean | undefined;
572
+ }[];
573
+ included?: Record<string, any> | undefined;
574
+ }>;
575
+ export declare const TaskResponse: z.ZodObject<{
576
+ item: z.ZodObject<{
577
+ id: z.ZodString;
578
+ taskListId: z.ZodString;
579
+ name: z.ZodString;
580
+ position: z.ZodNumber;
581
+ isCompleted: z.ZodBoolean;
582
+ assigneeUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
583
+ createdAt: z.ZodString;
584
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
585
+ }, "strip", z.ZodTypeAny, {
586
+ id: string;
587
+ name: string;
588
+ createdAt: string;
589
+ position: number;
590
+ isCompleted: boolean;
591
+ taskListId: string;
592
+ updatedAt?: string | null | undefined;
593
+ assigneeUserId?: string | null | undefined;
594
+ }, {
595
+ id: string;
596
+ name: string;
597
+ createdAt: string;
598
+ position: number;
599
+ isCompleted: boolean;
600
+ taskListId: string;
601
+ updatedAt?: string | null | undefined;
602
+ assigneeUserId?: string | null | undefined;
603
+ }>;
604
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
605
+ }, "strip", z.ZodTypeAny, {
606
+ item: {
607
+ id: string;
608
+ name: string;
609
+ createdAt: string;
610
+ position: number;
611
+ isCompleted: boolean;
612
+ taskListId: string;
613
+ updatedAt?: string | null | undefined;
614
+ assigneeUserId?: string | null | undefined;
615
+ };
616
+ included?: Record<string, any> | undefined;
617
+ }, {
618
+ item: {
619
+ id: string;
620
+ name: string;
621
+ createdAt: string;
622
+ position: number;
623
+ isCompleted: boolean;
624
+ taskListId: string;
625
+ updatedAt?: string | null | undefined;
626
+ assigneeUserId?: string | null | undefined;
627
+ };
628
+ included?: Record<string, any> | undefined;
629
+ }>;
630
+ export declare const TasksResponse: z.ZodObject<{
631
+ items: z.ZodArray<z.ZodObject<{
632
+ id: z.ZodString;
633
+ taskListId: z.ZodString;
634
+ name: z.ZodString;
635
+ position: z.ZodNumber;
636
+ isCompleted: z.ZodBoolean;
637
+ assigneeUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
638
+ createdAt: z.ZodString;
639
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
640
+ }, "strip", z.ZodTypeAny, {
641
+ id: string;
642
+ name: string;
643
+ createdAt: string;
644
+ position: number;
645
+ isCompleted: boolean;
646
+ taskListId: string;
647
+ updatedAt?: string | null | undefined;
648
+ assigneeUserId?: string | null | undefined;
649
+ }, {
650
+ id: string;
651
+ name: string;
652
+ createdAt: string;
653
+ position: number;
654
+ isCompleted: boolean;
655
+ taskListId: string;
656
+ updatedAt?: string | null | undefined;
657
+ assigneeUserId?: string | null | undefined;
658
+ }>, "many">;
659
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
660
+ }, "strip", z.ZodTypeAny, {
661
+ items: {
662
+ id: string;
663
+ name: string;
664
+ createdAt: string;
665
+ position: number;
666
+ isCompleted: boolean;
667
+ taskListId: string;
668
+ updatedAt?: string | null | undefined;
669
+ assigneeUserId?: string | null | undefined;
670
+ }[];
671
+ included?: Record<string, any> | undefined;
672
+ }, {
673
+ items: {
674
+ id: string;
675
+ name: string;
676
+ createdAt: string;
677
+ position: number;
678
+ isCompleted: boolean;
679
+ taskListId: string;
680
+ updatedAt?: string | null | undefined;
681
+ assigneeUserId?: string | null | undefined;
682
+ }[];
683
+ included?: Record<string, any> | undefined;
684
+ }>;
685
+ export declare const LabelResponse: z.ZodObject<{
686
+ item: z.ZodObject<{
687
+ id: z.ZodString;
688
+ boardId: z.ZodString;
689
+ name: z.ZodNullable<z.ZodString>;
690
+ color: z.ZodString;
691
+ position: z.ZodNumber;
692
+ createdAt: z.ZodString;
693
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
694
+ }, "strip", z.ZodTypeAny, {
695
+ id: string;
696
+ name: string | null;
697
+ createdAt: string;
698
+ position: number;
699
+ boardId: string;
700
+ color: string;
701
+ updatedAt?: string | null | undefined;
702
+ }, {
703
+ id: string;
704
+ name: string | null;
705
+ createdAt: string;
706
+ position: number;
707
+ boardId: string;
708
+ color: string;
709
+ updatedAt?: string | null | undefined;
710
+ }>;
711
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
712
+ }, "strip", z.ZodTypeAny, {
713
+ item: {
714
+ id: string;
715
+ name: string | null;
716
+ createdAt: string;
717
+ position: number;
718
+ boardId: string;
719
+ color: string;
720
+ updatedAt?: string | null | undefined;
721
+ };
722
+ included?: Record<string, any> | undefined;
723
+ }, {
724
+ item: {
725
+ id: string;
726
+ name: string | null;
727
+ createdAt: string;
728
+ position: number;
729
+ boardId: string;
730
+ color: string;
731
+ updatedAt?: string | null | undefined;
732
+ };
733
+ included?: Record<string, any> | undefined;
734
+ }>;
735
+ export declare const LabelsResponse: z.ZodObject<{
736
+ items: z.ZodArray<z.ZodObject<{
737
+ id: z.ZodString;
738
+ boardId: z.ZodString;
739
+ name: z.ZodNullable<z.ZodString>;
740
+ color: z.ZodString;
741
+ position: z.ZodNumber;
742
+ createdAt: z.ZodString;
743
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
744
+ }, "strip", z.ZodTypeAny, {
745
+ id: string;
746
+ name: string | null;
747
+ createdAt: string;
748
+ position: number;
749
+ boardId: string;
750
+ color: string;
751
+ updatedAt?: string | null | undefined;
752
+ }, {
753
+ id: string;
754
+ name: string | null;
755
+ createdAt: string;
756
+ position: number;
757
+ boardId: string;
758
+ color: string;
759
+ updatedAt?: string | null | undefined;
760
+ }>, "many">;
761
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
762
+ }, "strip", z.ZodTypeAny, {
763
+ items: {
764
+ id: string;
765
+ name: string | null;
766
+ createdAt: string;
767
+ position: number;
768
+ boardId: string;
769
+ color: string;
770
+ updatedAt?: string | null | undefined;
771
+ }[];
772
+ included?: Record<string, any> | undefined;
773
+ }, {
774
+ items: {
775
+ id: string;
776
+ name: string | null;
777
+ createdAt: string;
778
+ position: number;
779
+ boardId: string;
780
+ color: string;
781
+ updatedAt?: string | null | undefined;
782
+ }[];
783
+ included?: Record<string, any> | undefined;
784
+ }>;
785
+ export declare const CommentResponse: z.ZodObject<{
786
+ item: z.ZodObject<{
787
+ id: z.ZodString;
788
+ cardId: z.ZodString;
789
+ userId: z.ZodString;
790
+ text: z.ZodString;
791
+ createdAt: z.ZodString;
792
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
793
+ }, "strip", z.ZodTypeAny, {
794
+ id: string;
795
+ createdAt: string;
796
+ cardId: string;
797
+ userId: string;
798
+ text: string;
799
+ updatedAt?: string | null | undefined;
800
+ }, {
801
+ id: string;
802
+ createdAt: string;
803
+ cardId: string;
804
+ userId: string;
805
+ text: string;
806
+ updatedAt?: string | null | undefined;
807
+ }>;
808
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
809
+ }, "strip", z.ZodTypeAny, {
810
+ item: {
811
+ id: string;
812
+ createdAt: string;
813
+ cardId: string;
814
+ userId: string;
815
+ text: string;
816
+ updatedAt?: string | null | undefined;
817
+ };
818
+ included?: Record<string, any> | undefined;
819
+ }, {
820
+ item: {
821
+ id: string;
822
+ createdAt: string;
823
+ cardId: string;
824
+ userId: string;
825
+ text: string;
826
+ updatedAt?: string | null | undefined;
827
+ };
828
+ included?: Record<string, any> | undefined;
829
+ }>;
830
+ export declare const CommentsResponse: z.ZodObject<{
831
+ items: z.ZodArray<z.ZodObject<{
832
+ id: z.ZodString;
833
+ cardId: z.ZodString;
834
+ userId: z.ZodString;
835
+ text: z.ZodString;
836
+ createdAt: z.ZodString;
837
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
838
+ }, "strip", z.ZodTypeAny, {
839
+ id: string;
840
+ createdAt: string;
841
+ cardId: string;
842
+ userId: string;
843
+ text: string;
844
+ updatedAt?: string | null | undefined;
845
+ }, {
846
+ id: string;
847
+ createdAt: string;
848
+ cardId: string;
849
+ userId: string;
850
+ text: string;
851
+ updatedAt?: string | null | undefined;
852
+ }>, "many">;
853
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
854
+ }, "strip", z.ZodTypeAny, {
855
+ items: {
856
+ id: string;
857
+ createdAt: string;
858
+ cardId: string;
859
+ userId: string;
860
+ text: string;
861
+ updatedAt?: string | null | undefined;
862
+ }[];
863
+ included?: Record<string, any> | undefined;
864
+ }, {
865
+ items: {
866
+ id: string;
867
+ createdAt: string;
868
+ cardId: string;
869
+ userId: string;
870
+ text: string;
871
+ updatedAt?: string | null | undefined;
872
+ }[];
873
+ included?: Record<string, any> | undefined;
874
+ }>;
875
+ export declare const CardLabelResponse: z.ZodObject<{
876
+ item: z.ZodObject<{
877
+ id: z.ZodString;
878
+ cardId: z.ZodString;
879
+ labelId: z.ZodString;
880
+ createdAt: z.ZodString;
881
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
882
+ }, "strip", z.ZodTypeAny, {
883
+ id: string;
884
+ createdAt: string;
885
+ cardId: string;
886
+ labelId: string;
887
+ updatedAt?: string | null | undefined;
888
+ }, {
889
+ id: string;
890
+ createdAt: string;
891
+ cardId: string;
892
+ labelId: string;
893
+ updatedAt?: string | null | undefined;
894
+ }>;
895
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
896
+ }, "strip", z.ZodTypeAny, {
897
+ item: {
898
+ id: string;
899
+ createdAt: string;
900
+ cardId: string;
901
+ labelId: string;
902
+ updatedAt?: string | null | undefined;
903
+ };
904
+ included?: Record<string, any> | undefined;
905
+ }, {
906
+ item: {
907
+ id: string;
908
+ createdAt: string;
909
+ cardId: string;
910
+ labelId: string;
911
+ updatedAt?: string | null | undefined;
912
+ };
913
+ included?: Record<string, any> | undefined;
914
+ }>;
915
+ export declare const AttachmentResponse: z.ZodObject<{
916
+ item: z.ZodObject<{
917
+ id: z.ZodString;
918
+ cardId: z.ZodString;
919
+ creatorUserId: z.ZodOptional<z.ZodString>;
920
+ name: z.ZodString;
921
+ type: z.ZodOptional<z.ZodString>;
922
+ data: z.ZodOptional<z.ZodNullable<z.ZodObject<{
923
+ url: z.ZodOptional<z.ZodString>;
924
+ size: z.ZodOptional<z.ZodNumber>;
925
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
926
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
927
+ width: z.ZodOptional<z.ZodNumber>;
928
+ height: z.ZodOptional<z.ZodNumber>;
929
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
930
+ width: z.ZodOptional<z.ZodNumber>;
931
+ height: z.ZodOptional<z.ZodNumber>;
932
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
933
+ width: z.ZodOptional<z.ZodNumber>;
934
+ height: z.ZodOptional<z.ZodNumber>;
935
+ }, z.ZodTypeAny, "passthrough">>>>;
936
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
937
+ url: z.ZodOptional<z.ZodString>;
938
+ size: z.ZodOptional<z.ZodNumber>;
939
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
940
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
941
+ width: z.ZodOptional<z.ZodNumber>;
942
+ height: z.ZodOptional<z.ZodNumber>;
943
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
944
+ width: z.ZodOptional<z.ZodNumber>;
945
+ height: z.ZodOptional<z.ZodNumber>;
946
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
947
+ width: z.ZodOptional<z.ZodNumber>;
948
+ height: z.ZodOptional<z.ZodNumber>;
949
+ }, z.ZodTypeAny, "passthrough">>>>;
950
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
951
+ url: z.ZodOptional<z.ZodString>;
952
+ size: z.ZodOptional<z.ZodNumber>;
953
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
954
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
955
+ width: z.ZodOptional<z.ZodNumber>;
956
+ height: z.ZodOptional<z.ZodNumber>;
957
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
958
+ width: z.ZodOptional<z.ZodNumber>;
959
+ height: z.ZodOptional<z.ZodNumber>;
960
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
961
+ width: z.ZodOptional<z.ZodNumber>;
962
+ height: z.ZodOptional<z.ZodNumber>;
963
+ }, z.ZodTypeAny, "passthrough">>>>;
964
+ }, z.ZodTypeAny, "passthrough">>>>;
965
+ url: z.ZodOptional<z.ZodString>;
966
+ createdAt: z.ZodString;
967
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
968
+ }, "strip", z.ZodTypeAny, {
969
+ id: string;
970
+ name: string;
971
+ createdAt: string;
972
+ cardId: string;
973
+ type?: string | undefined;
974
+ updatedAt?: string | null | undefined;
975
+ creatorUserId?: string | undefined;
976
+ url?: string | undefined;
977
+ data?: z.objectOutputType<{
978
+ url: z.ZodOptional<z.ZodString>;
979
+ size: z.ZodOptional<z.ZodNumber>;
980
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
981
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
982
+ width: z.ZodOptional<z.ZodNumber>;
983
+ height: z.ZodOptional<z.ZodNumber>;
984
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
985
+ width: z.ZodOptional<z.ZodNumber>;
986
+ height: z.ZodOptional<z.ZodNumber>;
987
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
988
+ width: z.ZodOptional<z.ZodNumber>;
989
+ height: z.ZodOptional<z.ZodNumber>;
990
+ }, z.ZodTypeAny, "passthrough">>>>;
991
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
992
+ }, {
993
+ id: string;
994
+ name: string;
995
+ createdAt: string;
996
+ cardId: string;
997
+ type?: string | undefined;
998
+ updatedAt?: string | null | undefined;
999
+ creatorUserId?: string | undefined;
1000
+ url?: string | undefined;
1001
+ data?: z.objectInputType<{
1002
+ url: z.ZodOptional<z.ZodString>;
1003
+ size: z.ZodOptional<z.ZodNumber>;
1004
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1005
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1006
+ width: z.ZodOptional<z.ZodNumber>;
1007
+ height: z.ZodOptional<z.ZodNumber>;
1008
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1009
+ width: z.ZodOptional<z.ZodNumber>;
1010
+ height: z.ZodOptional<z.ZodNumber>;
1011
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1012
+ width: z.ZodOptional<z.ZodNumber>;
1013
+ height: z.ZodOptional<z.ZodNumber>;
1014
+ }, z.ZodTypeAny, "passthrough">>>>;
1015
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
1016
+ }>;
1017
+ included: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
1018
+ }, "strip", z.ZodTypeAny, {
1019
+ item: {
1020
+ id: string;
1021
+ name: string;
1022
+ createdAt: string;
1023
+ cardId: string;
1024
+ type?: string | undefined;
1025
+ updatedAt?: string | null | undefined;
1026
+ creatorUserId?: string | undefined;
1027
+ url?: string | undefined;
1028
+ data?: z.objectOutputType<{
1029
+ url: z.ZodOptional<z.ZodString>;
1030
+ size: z.ZodOptional<z.ZodNumber>;
1031
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1032
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1033
+ width: z.ZodOptional<z.ZodNumber>;
1034
+ height: z.ZodOptional<z.ZodNumber>;
1035
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1036
+ width: z.ZodOptional<z.ZodNumber>;
1037
+ height: z.ZodOptional<z.ZodNumber>;
1038
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1039
+ width: z.ZodOptional<z.ZodNumber>;
1040
+ height: z.ZodOptional<z.ZodNumber>;
1041
+ }, z.ZodTypeAny, "passthrough">>>>;
1042
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
1043
+ };
1044
+ included?: Record<string, any> | undefined;
1045
+ }, {
1046
+ item: {
1047
+ id: string;
1048
+ name: string;
1049
+ createdAt: string;
1050
+ cardId: string;
1051
+ type?: string | undefined;
1052
+ updatedAt?: string | null | undefined;
1053
+ creatorUserId?: string | undefined;
1054
+ url?: string | undefined;
1055
+ data?: z.objectInputType<{
1056
+ url: z.ZodOptional<z.ZodString>;
1057
+ size: z.ZodOptional<z.ZodNumber>;
1058
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1059
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1060
+ width: z.ZodOptional<z.ZodNumber>;
1061
+ height: z.ZodOptional<z.ZodNumber>;
1062
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1063
+ width: z.ZodOptional<z.ZodNumber>;
1064
+ height: z.ZodOptional<z.ZodNumber>;
1065
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1066
+ width: z.ZodOptional<z.ZodNumber>;
1067
+ height: z.ZodOptional<z.ZodNumber>;
1068
+ }, z.ZodTypeAny, "passthrough">>>>;
1069
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
1070
+ };
1071
+ included?: Record<string, any> | undefined;
1072
+ }>;
1073
+ export declare const AuthResponse: z.ZodObject<{
1074
+ item: z.ZodString;
1075
+ }, "strip", z.ZodTypeAny, {
1076
+ item: string;
1077
+ }, {
1078
+ item: string;
1079
+ }>;
1080
+ export declare const BoardIncludedSchema: z.ZodObject<{
1081
+ lists: z.ZodOptional<z.ZodArray<z.ZodObject<{
1082
+ id: z.ZodString;
1083
+ boardId: z.ZodString;
1084
+ name: z.ZodNullable<z.ZodString>;
1085
+ position: z.ZodNullable<z.ZodNumber>;
1086
+ type: z.ZodOptional<z.ZodString>;
1087
+ createdAt: z.ZodString;
1088
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1089
+ }, "strip", z.ZodTypeAny, {
1090
+ id: string;
1091
+ name: string | null;
1092
+ createdAt: string;
1093
+ position: number | null;
1094
+ boardId: string;
1095
+ type?: string | undefined;
1096
+ updatedAt?: string | null | undefined;
1097
+ }, {
1098
+ id: string;
1099
+ name: string | null;
1100
+ createdAt: string;
1101
+ position: number | null;
1102
+ boardId: string;
1103
+ type?: string | undefined;
1104
+ updatedAt?: string | null | undefined;
1105
+ }>, "many">>;
1106
+ cards: z.ZodOptional<z.ZodArray<z.ZodObject<{
1107
+ id: z.ZodString;
1108
+ boardId: z.ZodString;
1109
+ listId: z.ZodString;
1110
+ creatorUserId: z.ZodOptional<z.ZodString>;
1111
+ name: z.ZodString;
1112
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1113
+ position: z.ZodNumber;
1114
+ type: z.ZodEnum<["project", "story"]>;
1115
+ dueDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1116
+ isDueDateCompleted: z.ZodOptional<z.ZodBoolean>;
1117
+ isCompleted: z.ZodOptional<z.ZodBoolean>;
1118
+ createdAt: z.ZodString;
1119
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1120
+ listChangedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1121
+ }, "strip", z.ZodTypeAny, {
1122
+ type: "project" | "story";
1123
+ id: string;
1124
+ name: string;
1125
+ createdAt: string;
1126
+ position: number;
1127
+ boardId: string;
1128
+ listId: string;
1129
+ description?: string | null | undefined;
1130
+ updatedAt?: string | null | undefined;
1131
+ creatorUserId?: string | undefined;
1132
+ dueDate?: string | null | undefined;
1133
+ isDueDateCompleted?: boolean | undefined;
1134
+ isCompleted?: boolean | undefined;
1135
+ listChangedAt?: string | null | undefined;
1136
+ }, {
1137
+ type: "project" | "story";
1138
+ id: string;
1139
+ name: string;
1140
+ createdAt: string;
1141
+ position: number;
1142
+ boardId: string;
1143
+ listId: string;
1144
+ description?: string | null | undefined;
1145
+ updatedAt?: string | null | undefined;
1146
+ creatorUserId?: string | undefined;
1147
+ dueDate?: string | null | undefined;
1148
+ isDueDateCompleted?: boolean | undefined;
1149
+ isCompleted?: boolean | undefined;
1150
+ listChangedAt?: string | null | undefined;
1151
+ }>, "many">>;
1152
+ labels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1153
+ id: z.ZodString;
1154
+ boardId: z.ZodString;
1155
+ name: z.ZodNullable<z.ZodString>;
1156
+ color: z.ZodString;
1157
+ position: z.ZodNumber;
1158
+ createdAt: z.ZodString;
1159
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1160
+ }, "strip", z.ZodTypeAny, {
1161
+ id: string;
1162
+ name: string | null;
1163
+ createdAt: string;
1164
+ position: number;
1165
+ boardId: string;
1166
+ color: string;
1167
+ updatedAt?: string | null | undefined;
1168
+ }, {
1169
+ id: string;
1170
+ name: string | null;
1171
+ createdAt: string;
1172
+ position: number;
1173
+ boardId: string;
1174
+ color: string;
1175
+ updatedAt?: string | null | undefined;
1176
+ }>, "many">>;
1177
+ cardLabels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1178
+ id: z.ZodString;
1179
+ cardId: z.ZodString;
1180
+ labelId: z.ZodString;
1181
+ createdAt: z.ZodString;
1182
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1183
+ }, "strip", z.ZodTypeAny, {
1184
+ id: string;
1185
+ createdAt: string;
1186
+ cardId: string;
1187
+ labelId: string;
1188
+ updatedAt?: string | null | undefined;
1189
+ }, {
1190
+ id: string;
1191
+ createdAt: string;
1192
+ cardId: string;
1193
+ labelId: string;
1194
+ updatedAt?: string | null | undefined;
1195
+ }>, "many">>;
1196
+ taskLists: z.ZodOptional<z.ZodArray<z.ZodObject<{
1197
+ id: z.ZodString;
1198
+ cardId: z.ZodString;
1199
+ name: z.ZodString;
1200
+ position: z.ZodNumber;
1201
+ showOnFrontOfCard: z.ZodOptional<z.ZodBoolean>;
1202
+ createdAt: z.ZodString;
1203
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1204
+ }, "strip", z.ZodTypeAny, {
1205
+ id: string;
1206
+ name: string;
1207
+ createdAt: string;
1208
+ position: number;
1209
+ cardId: string;
1210
+ updatedAt?: string | null | undefined;
1211
+ showOnFrontOfCard?: boolean | undefined;
1212
+ }, {
1213
+ id: string;
1214
+ name: string;
1215
+ createdAt: string;
1216
+ position: number;
1217
+ cardId: string;
1218
+ updatedAt?: string | null | undefined;
1219
+ showOnFrontOfCard?: boolean | undefined;
1220
+ }>, "many">>;
1221
+ tasks: z.ZodOptional<z.ZodArray<z.ZodObject<{
1222
+ id: z.ZodString;
1223
+ taskListId: z.ZodString;
1224
+ name: z.ZodString;
1225
+ position: z.ZodNumber;
1226
+ isCompleted: z.ZodBoolean;
1227
+ assigneeUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1228
+ createdAt: z.ZodString;
1229
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1230
+ }, "strip", z.ZodTypeAny, {
1231
+ id: string;
1232
+ name: string;
1233
+ createdAt: string;
1234
+ position: number;
1235
+ isCompleted: boolean;
1236
+ taskListId: string;
1237
+ updatedAt?: string | null | undefined;
1238
+ assigneeUserId?: string | null | undefined;
1239
+ }, {
1240
+ id: string;
1241
+ name: string;
1242
+ createdAt: string;
1243
+ position: number;
1244
+ isCompleted: boolean;
1245
+ taskListId: string;
1246
+ updatedAt?: string | null | undefined;
1247
+ assigneeUserId?: string | null | undefined;
1248
+ }>, "many">>;
1249
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
1250
+ id: z.ZodString;
1251
+ email: z.ZodOptional<z.ZodString>;
1252
+ username: z.ZodOptional<z.ZodString>;
1253
+ name: z.ZodString;
1254
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1255
+ createdAt: z.ZodString;
1256
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1257
+ }, "strip", z.ZodTypeAny, {
1258
+ id: string;
1259
+ name: string;
1260
+ createdAt: string;
1261
+ email?: string | undefined;
1262
+ username?: string | undefined;
1263
+ avatarUrl?: string | null | undefined;
1264
+ updatedAt?: string | null | undefined;
1265
+ }, {
1266
+ id: string;
1267
+ name: string;
1268
+ createdAt: string;
1269
+ email?: string | undefined;
1270
+ username?: string | undefined;
1271
+ avatarUrl?: string | null | undefined;
1272
+ updatedAt?: string | null | undefined;
1273
+ }>, "many">>;
1274
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1275
+ lists: z.ZodOptional<z.ZodArray<z.ZodObject<{
1276
+ id: z.ZodString;
1277
+ boardId: z.ZodString;
1278
+ name: z.ZodNullable<z.ZodString>;
1279
+ position: z.ZodNullable<z.ZodNumber>;
1280
+ type: z.ZodOptional<z.ZodString>;
1281
+ createdAt: z.ZodString;
1282
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1283
+ }, "strip", z.ZodTypeAny, {
1284
+ id: string;
1285
+ name: string | null;
1286
+ createdAt: string;
1287
+ position: number | null;
1288
+ boardId: string;
1289
+ type?: string | undefined;
1290
+ updatedAt?: string | null | undefined;
1291
+ }, {
1292
+ id: string;
1293
+ name: string | null;
1294
+ createdAt: string;
1295
+ position: number | null;
1296
+ boardId: string;
1297
+ type?: string | undefined;
1298
+ updatedAt?: string | null | undefined;
1299
+ }>, "many">>;
1300
+ cards: z.ZodOptional<z.ZodArray<z.ZodObject<{
1301
+ id: z.ZodString;
1302
+ boardId: z.ZodString;
1303
+ listId: z.ZodString;
1304
+ creatorUserId: z.ZodOptional<z.ZodString>;
1305
+ name: z.ZodString;
1306
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1307
+ position: z.ZodNumber;
1308
+ type: z.ZodEnum<["project", "story"]>;
1309
+ dueDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1310
+ isDueDateCompleted: z.ZodOptional<z.ZodBoolean>;
1311
+ isCompleted: z.ZodOptional<z.ZodBoolean>;
1312
+ createdAt: z.ZodString;
1313
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1314
+ listChangedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1315
+ }, "strip", z.ZodTypeAny, {
1316
+ type: "project" | "story";
1317
+ id: string;
1318
+ name: string;
1319
+ createdAt: string;
1320
+ position: number;
1321
+ boardId: string;
1322
+ listId: string;
1323
+ description?: string | null | undefined;
1324
+ updatedAt?: string | null | undefined;
1325
+ creatorUserId?: string | undefined;
1326
+ dueDate?: string | null | undefined;
1327
+ isDueDateCompleted?: boolean | undefined;
1328
+ isCompleted?: boolean | undefined;
1329
+ listChangedAt?: string | null | undefined;
1330
+ }, {
1331
+ type: "project" | "story";
1332
+ id: string;
1333
+ name: string;
1334
+ createdAt: string;
1335
+ position: number;
1336
+ boardId: string;
1337
+ listId: string;
1338
+ description?: string | null | undefined;
1339
+ updatedAt?: string | null | undefined;
1340
+ creatorUserId?: string | undefined;
1341
+ dueDate?: string | null | undefined;
1342
+ isDueDateCompleted?: boolean | undefined;
1343
+ isCompleted?: boolean | undefined;
1344
+ listChangedAt?: string | null | undefined;
1345
+ }>, "many">>;
1346
+ labels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1347
+ id: z.ZodString;
1348
+ boardId: z.ZodString;
1349
+ name: z.ZodNullable<z.ZodString>;
1350
+ color: z.ZodString;
1351
+ position: z.ZodNumber;
1352
+ createdAt: z.ZodString;
1353
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1354
+ }, "strip", z.ZodTypeAny, {
1355
+ id: string;
1356
+ name: string | null;
1357
+ createdAt: string;
1358
+ position: number;
1359
+ boardId: string;
1360
+ color: string;
1361
+ updatedAt?: string | null | undefined;
1362
+ }, {
1363
+ id: string;
1364
+ name: string | null;
1365
+ createdAt: string;
1366
+ position: number;
1367
+ boardId: string;
1368
+ color: string;
1369
+ updatedAt?: string | null | undefined;
1370
+ }>, "many">>;
1371
+ cardLabels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1372
+ id: z.ZodString;
1373
+ cardId: z.ZodString;
1374
+ labelId: z.ZodString;
1375
+ createdAt: z.ZodString;
1376
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1377
+ }, "strip", z.ZodTypeAny, {
1378
+ id: string;
1379
+ createdAt: string;
1380
+ cardId: string;
1381
+ labelId: string;
1382
+ updatedAt?: string | null | undefined;
1383
+ }, {
1384
+ id: string;
1385
+ createdAt: string;
1386
+ cardId: string;
1387
+ labelId: string;
1388
+ updatedAt?: string | null | undefined;
1389
+ }>, "many">>;
1390
+ taskLists: z.ZodOptional<z.ZodArray<z.ZodObject<{
1391
+ id: z.ZodString;
1392
+ cardId: z.ZodString;
1393
+ name: z.ZodString;
1394
+ position: z.ZodNumber;
1395
+ showOnFrontOfCard: z.ZodOptional<z.ZodBoolean>;
1396
+ createdAt: z.ZodString;
1397
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1398
+ }, "strip", z.ZodTypeAny, {
1399
+ id: string;
1400
+ name: string;
1401
+ createdAt: string;
1402
+ position: number;
1403
+ cardId: string;
1404
+ updatedAt?: string | null | undefined;
1405
+ showOnFrontOfCard?: boolean | undefined;
1406
+ }, {
1407
+ id: string;
1408
+ name: string;
1409
+ createdAt: string;
1410
+ position: number;
1411
+ cardId: string;
1412
+ updatedAt?: string | null | undefined;
1413
+ showOnFrontOfCard?: boolean | undefined;
1414
+ }>, "many">>;
1415
+ tasks: z.ZodOptional<z.ZodArray<z.ZodObject<{
1416
+ id: z.ZodString;
1417
+ taskListId: z.ZodString;
1418
+ name: z.ZodString;
1419
+ position: z.ZodNumber;
1420
+ isCompleted: z.ZodBoolean;
1421
+ assigneeUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1422
+ createdAt: z.ZodString;
1423
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1424
+ }, "strip", z.ZodTypeAny, {
1425
+ id: string;
1426
+ name: string;
1427
+ createdAt: string;
1428
+ position: number;
1429
+ isCompleted: boolean;
1430
+ taskListId: string;
1431
+ updatedAt?: string | null | undefined;
1432
+ assigneeUserId?: string | null | undefined;
1433
+ }, {
1434
+ id: string;
1435
+ name: string;
1436
+ createdAt: string;
1437
+ position: number;
1438
+ isCompleted: boolean;
1439
+ taskListId: string;
1440
+ updatedAt?: string | null | undefined;
1441
+ assigneeUserId?: string | null | undefined;
1442
+ }>, "many">>;
1443
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
1444
+ id: z.ZodString;
1445
+ email: z.ZodOptional<z.ZodString>;
1446
+ username: z.ZodOptional<z.ZodString>;
1447
+ name: z.ZodString;
1448
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1449
+ createdAt: z.ZodString;
1450
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1451
+ }, "strip", z.ZodTypeAny, {
1452
+ id: string;
1453
+ name: string;
1454
+ createdAt: string;
1455
+ email?: string | undefined;
1456
+ username?: string | undefined;
1457
+ avatarUrl?: string | null | undefined;
1458
+ updatedAt?: string | null | undefined;
1459
+ }, {
1460
+ id: string;
1461
+ name: string;
1462
+ createdAt: string;
1463
+ email?: string | undefined;
1464
+ username?: string | undefined;
1465
+ avatarUrl?: string | null | undefined;
1466
+ updatedAt?: string | null | undefined;
1467
+ }>, "many">>;
1468
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1469
+ lists: z.ZodOptional<z.ZodArray<z.ZodObject<{
1470
+ id: z.ZodString;
1471
+ boardId: z.ZodString;
1472
+ name: z.ZodNullable<z.ZodString>;
1473
+ position: z.ZodNullable<z.ZodNumber>;
1474
+ type: z.ZodOptional<z.ZodString>;
1475
+ createdAt: z.ZodString;
1476
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1477
+ }, "strip", z.ZodTypeAny, {
1478
+ id: string;
1479
+ name: string | null;
1480
+ createdAt: string;
1481
+ position: number | null;
1482
+ boardId: string;
1483
+ type?: string | undefined;
1484
+ updatedAt?: string | null | undefined;
1485
+ }, {
1486
+ id: string;
1487
+ name: string | null;
1488
+ createdAt: string;
1489
+ position: number | null;
1490
+ boardId: string;
1491
+ type?: string | undefined;
1492
+ updatedAt?: string | null | undefined;
1493
+ }>, "many">>;
1494
+ cards: z.ZodOptional<z.ZodArray<z.ZodObject<{
1495
+ id: z.ZodString;
1496
+ boardId: z.ZodString;
1497
+ listId: z.ZodString;
1498
+ creatorUserId: z.ZodOptional<z.ZodString>;
1499
+ name: z.ZodString;
1500
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1501
+ position: z.ZodNumber;
1502
+ type: z.ZodEnum<["project", "story"]>;
1503
+ dueDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1504
+ isDueDateCompleted: z.ZodOptional<z.ZodBoolean>;
1505
+ isCompleted: z.ZodOptional<z.ZodBoolean>;
1506
+ createdAt: z.ZodString;
1507
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1508
+ listChangedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1509
+ }, "strip", z.ZodTypeAny, {
1510
+ type: "project" | "story";
1511
+ id: string;
1512
+ name: string;
1513
+ createdAt: string;
1514
+ position: number;
1515
+ boardId: string;
1516
+ listId: string;
1517
+ description?: string | null | undefined;
1518
+ updatedAt?: string | null | undefined;
1519
+ creatorUserId?: string | undefined;
1520
+ dueDate?: string | null | undefined;
1521
+ isDueDateCompleted?: boolean | undefined;
1522
+ isCompleted?: boolean | undefined;
1523
+ listChangedAt?: string | null | undefined;
1524
+ }, {
1525
+ type: "project" | "story";
1526
+ id: string;
1527
+ name: string;
1528
+ createdAt: string;
1529
+ position: number;
1530
+ boardId: string;
1531
+ listId: string;
1532
+ description?: string | null | undefined;
1533
+ updatedAt?: string | null | undefined;
1534
+ creatorUserId?: string | undefined;
1535
+ dueDate?: string | null | undefined;
1536
+ isDueDateCompleted?: boolean | undefined;
1537
+ isCompleted?: boolean | undefined;
1538
+ listChangedAt?: string | null | undefined;
1539
+ }>, "many">>;
1540
+ labels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1541
+ id: z.ZodString;
1542
+ boardId: z.ZodString;
1543
+ name: z.ZodNullable<z.ZodString>;
1544
+ color: z.ZodString;
1545
+ position: z.ZodNumber;
1546
+ createdAt: z.ZodString;
1547
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1548
+ }, "strip", z.ZodTypeAny, {
1549
+ id: string;
1550
+ name: string | null;
1551
+ createdAt: string;
1552
+ position: number;
1553
+ boardId: string;
1554
+ color: string;
1555
+ updatedAt?: string | null | undefined;
1556
+ }, {
1557
+ id: string;
1558
+ name: string | null;
1559
+ createdAt: string;
1560
+ position: number;
1561
+ boardId: string;
1562
+ color: string;
1563
+ updatedAt?: string | null | undefined;
1564
+ }>, "many">>;
1565
+ cardLabels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1566
+ id: z.ZodString;
1567
+ cardId: z.ZodString;
1568
+ labelId: z.ZodString;
1569
+ createdAt: z.ZodString;
1570
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1571
+ }, "strip", z.ZodTypeAny, {
1572
+ id: string;
1573
+ createdAt: string;
1574
+ cardId: string;
1575
+ labelId: string;
1576
+ updatedAt?: string | null | undefined;
1577
+ }, {
1578
+ id: string;
1579
+ createdAt: string;
1580
+ cardId: string;
1581
+ labelId: string;
1582
+ updatedAt?: string | null | undefined;
1583
+ }>, "many">>;
1584
+ taskLists: z.ZodOptional<z.ZodArray<z.ZodObject<{
1585
+ id: z.ZodString;
1586
+ cardId: z.ZodString;
1587
+ name: z.ZodString;
1588
+ position: z.ZodNumber;
1589
+ showOnFrontOfCard: z.ZodOptional<z.ZodBoolean>;
1590
+ createdAt: z.ZodString;
1591
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1592
+ }, "strip", z.ZodTypeAny, {
1593
+ id: string;
1594
+ name: string;
1595
+ createdAt: string;
1596
+ position: number;
1597
+ cardId: string;
1598
+ updatedAt?: string | null | undefined;
1599
+ showOnFrontOfCard?: boolean | undefined;
1600
+ }, {
1601
+ id: string;
1602
+ name: string;
1603
+ createdAt: string;
1604
+ position: number;
1605
+ cardId: string;
1606
+ updatedAt?: string | null | undefined;
1607
+ showOnFrontOfCard?: boolean | undefined;
1608
+ }>, "many">>;
1609
+ tasks: z.ZodOptional<z.ZodArray<z.ZodObject<{
1610
+ id: z.ZodString;
1611
+ taskListId: z.ZodString;
1612
+ name: z.ZodString;
1613
+ position: z.ZodNumber;
1614
+ isCompleted: z.ZodBoolean;
1615
+ assigneeUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1616
+ createdAt: z.ZodString;
1617
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1618
+ }, "strip", z.ZodTypeAny, {
1619
+ id: string;
1620
+ name: string;
1621
+ createdAt: string;
1622
+ position: number;
1623
+ isCompleted: boolean;
1624
+ taskListId: string;
1625
+ updatedAt?: string | null | undefined;
1626
+ assigneeUserId?: string | null | undefined;
1627
+ }, {
1628
+ id: string;
1629
+ name: string;
1630
+ createdAt: string;
1631
+ position: number;
1632
+ isCompleted: boolean;
1633
+ taskListId: string;
1634
+ updatedAt?: string | null | undefined;
1635
+ assigneeUserId?: string | null | undefined;
1636
+ }>, "many">>;
1637
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
1638
+ id: z.ZodString;
1639
+ email: z.ZodOptional<z.ZodString>;
1640
+ username: z.ZodOptional<z.ZodString>;
1641
+ name: z.ZodString;
1642
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1643
+ createdAt: z.ZodString;
1644
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1645
+ }, "strip", z.ZodTypeAny, {
1646
+ id: string;
1647
+ name: string;
1648
+ createdAt: string;
1649
+ email?: string | undefined;
1650
+ username?: string | undefined;
1651
+ avatarUrl?: string | null | undefined;
1652
+ updatedAt?: string | null | undefined;
1653
+ }, {
1654
+ id: string;
1655
+ name: string;
1656
+ createdAt: string;
1657
+ email?: string | undefined;
1658
+ username?: string | undefined;
1659
+ avatarUrl?: string | null | undefined;
1660
+ updatedAt?: string | null | undefined;
1661
+ }>, "many">>;
1662
+ }, z.ZodTypeAny, "passthrough">>;
1663
+ export declare const CardIncludedSchema: z.ZodObject<{
1664
+ taskLists: z.ZodOptional<z.ZodArray<z.ZodObject<{
1665
+ id: z.ZodString;
1666
+ cardId: z.ZodString;
1667
+ name: z.ZodString;
1668
+ position: z.ZodNumber;
1669
+ showOnFrontOfCard: z.ZodOptional<z.ZodBoolean>;
1670
+ createdAt: z.ZodString;
1671
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1672
+ }, "strip", z.ZodTypeAny, {
1673
+ id: string;
1674
+ name: string;
1675
+ createdAt: string;
1676
+ position: number;
1677
+ cardId: string;
1678
+ updatedAt?: string | null | undefined;
1679
+ showOnFrontOfCard?: boolean | undefined;
1680
+ }, {
1681
+ id: string;
1682
+ name: string;
1683
+ createdAt: string;
1684
+ position: number;
1685
+ cardId: string;
1686
+ updatedAt?: string | null | undefined;
1687
+ showOnFrontOfCard?: boolean | undefined;
1688
+ }>, "many">>;
1689
+ tasks: z.ZodOptional<z.ZodArray<z.ZodObject<{
1690
+ id: z.ZodString;
1691
+ taskListId: z.ZodString;
1692
+ name: z.ZodString;
1693
+ position: z.ZodNumber;
1694
+ isCompleted: z.ZodBoolean;
1695
+ assigneeUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1696
+ createdAt: z.ZodString;
1697
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1698
+ }, "strip", z.ZodTypeAny, {
1699
+ id: string;
1700
+ name: string;
1701
+ createdAt: string;
1702
+ position: number;
1703
+ isCompleted: boolean;
1704
+ taskListId: string;
1705
+ updatedAt?: string | null | undefined;
1706
+ assigneeUserId?: string | null | undefined;
1707
+ }, {
1708
+ id: string;
1709
+ name: string;
1710
+ createdAt: string;
1711
+ position: number;
1712
+ isCompleted: boolean;
1713
+ taskListId: string;
1714
+ updatedAt?: string | null | undefined;
1715
+ assigneeUserId?: string | null | undefined;
1716
+ }>, "many">>;
1717
+ comments: z.ZodOptional<z.ZodArray<z.ZodObject<{
1718
+ id: z.ZodString;
1719
+ cardId: z.ZodString;
1720
+ userId: z.ZodString;
1721
+ text: z.ZodString;
1722
+ createdAt: z.ZodString;
1723
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1724
+ }, "strip", z.ZodTypeAny, {
1725
+ id: string;
1726
+ createdAt: string;
1727
+ cardId: string;
1728
+ userId: string;
1729
+ text: string;
1730
+ updatedAt?: string | null | undefined;
1731
+ }, {
1732
+ id: string;
1733
+ createdAt: string;
1734
+ cardId: string;
1735
+ userId: string;
1736
+ text: string;
1737
+ updatedAt?: string | null | undefined;
1738
+ }>, "many">>;
1739
+ labels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1740
+ id: z.ZodString;
1741
+ boardId: z.ZodString;
1742
+ name: z.ZodNullable<z.ZodString>;
1743
+ color: z.ZodString;
1744
+ position: z.ZodNumber;
1745
+ createdAt: z.ZodString;
1746
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1747
+ }, "strip", z.ZodTypeAny, {
1748
+ id: string;
1749
+ name: string | null;
1750
+ createdAt: string;
1751
+ position: number;
1752
+ boardId: string;
1753
+ color: string;
1754
+ updatedAt?: string | null | undefined;
1755
+ }, {
1756
+ id: string;
1757
+ name: string | null;
1758
+ createdAt: string;
1759
+ position: number;
1760
+ boardId: string;
1761
+ color: string;
1762
+ updatedAt?: string | null | undefined;
1763
+ }>, "many">>;
1764
+ cardLabels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1765
+ id: z.ZodString;
1766
+ cardId: z.ZodString;
1767
+ labelId: z.ZodString;
1768
+ createdAt: z.ZodString;
1769
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1770
+ }, "strip", z.ZodTypeAny, {
1771
+ id: string;
1772
+ createdAt: string;
1773
+ cardId: string;
1774
+ labelId: string;
1775
+ updatedAt?: string | null | undefined;
1776
+ }, {
1777
+ id: string;
1778
+ createdAt: string;
1779
+ cardId: string;
1780
+ labelId: string;
1781
+ updatedAt?: string | null | undefined;
1782
+ }>, "many">>;
1783
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
1784
+ id: z.ZodString;
1785
+ cardId: z.ZodString;
1786
+ creatorUserId: z.ZodOptional<z.ZodString>;
1787
+ name: z.ZodString;
1788
+ type: z.ZodOptional<z.ZodString>;
1789
+ data: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1790
+ url: z.ZodOptional<z.ZodString>;
1791
+ size: z.ZodOptional<z.ZodNumber>;
1792
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1793
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1794
+ width: z.ZodOptional<z.ZodNumber>;
1795
+ height: z.ZodOptional<z.ZodNumber>;
1796
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1797
+ width: z.ZodOptional<z.ZodNumber>;
1798
+ height: z.ZodOptional<z.ZodNumber>;
1799
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1800
+ width: z.ZodOptional<z.ZodNumber>;
1801
+ height: z.ZodOptional<z.ZodNumber>;
1802
+ }, z.ZodTypeAny, "passthrough">>>>;
1803
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1804
+ url: z.ZodOptional<z.ZodString>;
1805
+ size: z.ZodOptional<z.ZodNumber>;
1806
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1807
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1808
+ width: z.ZodOptional<z.ZodNumber>;
1809
+ height: z.ZodOptional<z.ZodNumber>;
1810
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1811
+ width: z.ZodOptional<z.ZodNumber>;
1812
+ height: z.ZodOptional<z.ZodNumber>;
1813
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1814
+ width: z.ZodOptional<z.ZodNumber>;
1815
+ height: z.ZodOptional<z.ZodNumber>;
1816
+ }, z.ZodTypeAny, "passthrough">>>>;
1817
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1818
+ url: z.ZodOptional<z.ZodString>;
1819
+ size: z.ZodOptional<z.ZodNumber>;
1820
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1821
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1822
+ width: z.ZodOptional<z.ZodNumber>;
1823
+ height: z.ZodOptional<z.ZodNumber>;
1824
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1825
+ width: z.ZodOptional<z.ZodNumber>;
1826
+ height: z.ZodOptional<z.ZodNumber>;
1827
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1828
+ width: z.ZodOptional<z.ZodNumber>;
1829
+ height: z.ZodOptional<z.ZodNumber>;
1830
+ }, z.ZodTypeAny, "passthrough">>>>;
1831
+ }, z.ZodTypeAny, "passthrough">>>>;
1832
+ url: z.ZodOptional<z.ZodString>;
1833
+ createdAt: z.ZodString;
1834
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1835
+ }, "strip", z.ZodTypeAny, {
1836
+ id: string;
1837
+ name: string;
1838
+ createdAt: string;
1839
+ cardId: string;
1840
+ type?: string | undefined;
1841
+ updatedAt?: string | null | undefined;
1842
+ creatorUserId?: string | undefined;
1843
+ url?: string | undefined;
1844
+ data?: z.objectOutputType<{
1845
+ url: z.ZodOptional<z.ZodString>;
1846
+ size: z.ZodOptional<z.ZodNumber>;
1847
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1848
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1849
+ width: z.ZodOptional<z.ZodNumber>;
1850
+ height: z.ZodOptional<z.ZodNumber>;
1851
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1852
+ width: z.ZodOptional<z.ZodNumber>;
1853
+ height: z.ZodOptional<z.ZodNumber>;
1854
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1855
+ width: z.ZodOptional<z.ZodNumber>;
1856
+ height: z.ZodOptional<z.ZodNumber>;
1857
+ }, z.ZodTypeAny, "passthrough">>>>;
1858
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
1859
+ }, {
1860
+ id: string;
1861
+ name: string;
1862
+ createdAt: string;
1863
+ cardId: string;
1864
+ type?: string | undefined;
1865
+ updatedAt?: string | null | undefined;
1866
+ creatorUserId?: string | undefined;
1867
+ url?: string | undefined;
1868
+ data?: z.objectInputType<{
1869
+ url: z.ZodOptional<z.ZodString>;
1870
+ size: z.ZodOptional<z.ZodNumber>;
1871
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1872
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1873
+ width: z.ZodOptional<z.ZodNumber>;
1874
+ height: z.ZodOptional<z.ZodNumber>;
1875
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1876
+ width: z.ZodOptional<z.ZodNumber>;
1877
+ height: z.ZodOptional<z.ZodNumber>;
1878
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1879
+ width: z.ZodOptional<z.ZodNumber>;
1880
+ height: z.ZodOptional<z.ZodNumber>;
1881
+ }, z.ZodTypeAny, "passthrough">>>>;
1882
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
1883
+ }>, "many">>;
1884
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
1885
+ id: z.ZodString;
1886
+ email: z.ZodOptional<z.ZodString>;
1887
+ username: z.ZodOptional<z.ZodString>;
1888
+ name: z.ZodString;
1889
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1890
+ createdAt: z.ZodString;
1891
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1892
+ }, "strip", z.ZodTypeAny, {
1893
+ id: string;
1894
+ name: string;
1895
+ createdAt: string;
1896
+ email?: string | undefined;
1897
+ username?: string | undefined;
1898
+ avatarUrl?: string | null | undefined;
1899
+ updatedAt?: string | null | undefined;
1900
+ }, {
1901
+ id: string;
1902
+ name: string;
1903
+ createdAt: string;
1904
+ email?: string | undefined;
1905
+ username?: string | undefined;
1906
+ avatarUrl?: string | null | undefined;
1907
+ updatedAt?: string | null | undefined;
1908
+ }>, "many">>;
1909
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1910
+ taskLists: z.ZodOptional<z.ZodArray<z.ZodObject<{
1911
+ id: z.ZodString;
1912
+ cardId: z.ZodString;
1913
+ name: z.ZodString;
1914
+ position: z.ZodNumber;
1915
+ showOnFrontOfCard: z.ZodOptional<z.ZodBoolean>;
1916
+ createdAt: z.ZodString;
1917
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1918
+ }, "strip", z.ZodTypeAny, {
1919
+ id: string;
1920
+ name: string;
1921
+ createdAt: string;
1922
+ position: number;
1923
+ cardId: string;
1924
+ updatedAt?: string | null | undefined;
1925
+ showOnFrontOfCard?: boolean | undefined;
1926
+ }, {
1927
+ id: string;
1928
+ name: string;
1929
+ createdAt: string;
1930
+ position: number;
1931
+ cardId: string;
1932
+ updatedAt?: string | null | undefined;
1933
+ showOnFrontOfCard?: boolean | undefined;
1934
+ }>, "many">>;
1935
+ tasks: z.ZodOptional<z.ZodArray<z.ZodObject<{
1936
+ id: z.ZodString;
1937
+ taskListId: z.ZodString;
1938
+ name: z.ZodString;
1939
+ position: z.ZodNumber;
1940
+ isCompleted: z.ZodBoolean;
1941
+ assigneeUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1942
+ createdAt: z.ZodString;
1943
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1944
+ }, "strip", z.ZodTypeAny, {
1945
+ id: string;
1946
+ name: string;
1947
+ createdAt: string;
1948
+ position: number;
1949
+ isCompleted: boolean;
1950
+ taskListId: string;
1951
+ updatedAt?: string | null | undefined;
1952
+ assigneeUserId?: string | null | undefined;
1953
+ }, {
1954
+ id: string;
1955
+ name: string;
1956
+ createdAt: string;
1957
+ position: number;
1958
+ isCompleted: boolean;
1959
+ taskListId: string;
1960
+ updatedAt?: string | null | undefined;
1961
+ assigneeUserId?: string | null | undefined;
1962
+ }>, "many">>;
1963
+ comments: z.ZodOptional<z.ZodArray<z.ZodObject<{
1964
+ id: z.ZodString;
1965
+ cardId: z.ZodString;
1966
+ userId: z.ZodString;
1967
+ text: z.ZodString;
1968
+ createdAt: z.ZodString;
1969
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1970
+ }, "strip", z.ZodTypeAny, {
1971
+ id: string;
1972
+ createdAt: string;
1973
+ cardId: string;
1974
+ userId: string;
1975
+ text: string;
1976
+ updatedAt?: string | null | undefined;
1977
+ }, {
1978
+ id: string;
1979
+ createdAt: string;
1980
+ cardId: string;
1981
+ userId: string;
1982
+ text: string;
1983
+ updatedAt?: string | null | undefined;
1984
+ }>, "many">>;
1985
+ labels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1986
+ id: z.ZodString;
1987
+ boardId: z.ZodString;
1988
+ name: z.ZodNullable<z.ZodString>;
1989
+ color: z.ZodString;
1990
+ position: z.ZodNumber;
1991
+ createdAt: z.ZodString;
1992
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1993
+ }, "strip", z.ZodTypeAny, {
1994
+ id: string;
1995
+ name: string | null;
1996
+ createdAt: string;
1997
+ position: number;
1998
+ boardId: string;
1999
+ color: string;
2000
+ updatedAt?: string | null | undefined;
2001
+ }, {
2002
+ id: string;
2003
+ name: string | null;
2004
+ createdAt: string;
2005
+ position: number;
2006
+ boardId: string;
2007
+ color: string;
2008
+ updatedAt?: string | null | undefined;
2009
+ }>, "many">>;
2010
+ cardLabels: z.ZodOptional<z.ZodArray<z.ZodObject<{
2011
+ id: z.ZodString;
2012
+ cardId: z.ZodString;
2013
+ labelId: z.ZodString;
2014
+ createdAt: z.ZodString;
2015
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2016
+ }, "strip", z.ZodTypeAny, {
2017
+ id: string;
2018
+ createdAt: string;
2019
+ cardId: string;
2020
+ labelId: string;
2021
+ updatedAt?: string | null | undefined;
2022
+ }, {
2023
+ id: string;
2024
+ createdAt: string;
2025
+ cardId: string;
2026
+ labelId: string;
2027
+ updatedAt?: string | null | undefined;
2028
+ }>, "many">>;
2029
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
2030
+ id: z.ZodString;
2031
+ cardId: z.ZodString;
2032
+ creatorUserId: z.ZodOptional<z.ZodString>;
2033
+ name: z.ZodString;
2034
+ type: z.ZodOptional<z.ZodString>;
2035
+ data: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2036
+ url: z.ZodOptional<z.ZodString>;
2037
+ size: z.ZodOptional<z.ZodNumber>;
2038
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2039
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2040
+ width: z.ZodOptional<z.ZodNumber>;
2041
+ height: z.ZodOptional<z.ZodNumber>;
2042
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2043
+ width: z.ZodOptional<z.ZodNumber>;
2044
+ height: z.ZodOptional<z.ZodNumber>;
2045
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2046
+ width: z.ZodOptional<z.ZodNumber>;
2047
+ height: z.ZodOptional<z.ZodNumber>;
2048
+ }, z.ZodTypeAny, "passthrough">>>>;
2049
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2050
+ url: z.ZodOptional<z.ZodString>;
2051
+ size: z.ZodOptional<z.ZodNumber>;
2052
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2053
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2054
+ width: z.ZodOptional<z.ZodNumber>;
2055
+ height: z.ZodOptional<z.ZodNumber>;
2056
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2057
+ width: z.ZodOptional<z.ZodNumber>;
2058
+ height: z.ZodOptional<z.ZodNumber>;
2059
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2060
+ width: z.ZodOptional<z.ZodNumber>;
2061
+ height: z.ZodOptional<z.ZodNumber>;
2062
+ }, z.ZodTypeAny, "passthrough">>>>;
2063
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2064
+ url: z.ZodOptional<z.ZodString>;
2065
+ size: z.ZodOptional<z.ZodNumber>;
2066
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2067
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2068
+ width: z.ZodOptional<z.ZodNumber>;
2069
+ height: z.ZodOptional<z.ZodNumber>;
2070
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2071
+ width: z.ZodOptional<z.ZodNumber>;
2072
+ height: z.ZodOptional<z.ZodNumber>;
2073
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2074
+ width: z.ZodOptional<z.ZodNumber>;
2075
+ height: z.ZodOptional<z.ZodNumber>;
2076
+ }, z.ZodTypeAny, "passthrough">>>>;
2077
+ }, z.ZodTypeAny, "passthrough">>>>;
2078
+ url: z.ZodOptional<z.ZodString>;
2079
+ createdAt: z.ZodString;
2080
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2081
+ }, "strip", z.ZodTypeAny, {
2082
+ id: string;
2083
+ name: string;
2084
+ createdAt: string;
2085
+ cardId: string;
2086
+ type?: string | undefined;
2087
+ updatedAt?: string | null | undefined;
2088
+ creatorUserId?: string | undefined;
2089
+ url?: string | undefined;
2090
+ data?: z.objectOutputType<{
2091
+ url: z.ZodOptional<z.ZodString>;
2092
+ size: z.ZodOptional<z.ZodNumber>;
2093
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2094
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2095
+ width: z.ZodOptional<z.ZodNumber>;
2096
+ height: z.ZodOptional<z.ZodNumber>;
2097
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2098
+ width: z.ZodOptional<z.ZodNumber>;
2099
+ height: z.ZodOptional<z.ZodNumber>;
2100
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2101
+ width: z.ZodOptional<z.ZodNumber>;
2102
+ height: z.ZodOptional<z.ZodNumber>;
2103
+ }, z.ZodTypeAny, "passthrough">>>>;
2104
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
2105
+ }, {
2106
+ id: string;
2107
+ name: string;
2108
+ createdAt: string;
2109
+ cardId: string;
2110
+ type?: string | undefined;
2111
+ updatedAt?: string | null | undefined;
2112
+ creatorUserId?: string | undefined;
2113
+ url?: string | undefined;
2114
+ data?: z.objectInputType<{
2115
+ url: z.ZodOptional<z.ZodString>;
2116
+ size: z.ZodOptional<z.ZodNumber>;
2117
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2118
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2119
+ width: z.ZodOptional<z.ZodNumber>;
2120
+ height: z.ZodOptional<z.ZodNumber>;
2121
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2122
+ width: z.ZodOptional<z.ZodNumber>;
2123
+ height: z.ZodOptional<z.ZodNumber>;
2124
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2125
+ width: z.ZodOptional<z.ZodNumber>;
2126
+ height: z.ZodOptional<z.ZodNumber>;
2127
+ }, z.ZodTypeAny, "passthrough">>>>;
2128
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
2129
+ }>, "many">>;
2130
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
2131
+ id: z.ZodString;
2132
+ email: z.ZodOptional<z.ZodString>;
2133
+ username: z.ZodOptional<z.ZodString>;
2134
+ name: z.ZodString;
2135
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2136
+ createdAt: z.ZodString;
2137
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2138
+ }, "strip", z.ZodTypeAny, {
2139
+ id: string;
2140
+ name: string;
2141
+ createdAt: string;
2142
+ email?: string | undefined;
2143
+ username?: string | undefined;
2144
+ avatarUrl?: string | null | undefined;
2145
+ updatedAt?: string | null | undefined;
2146
+ }, {
2147
+ id: string;
2148
+ name: string;
2149
+ createdAt: string;
2150
+ email?: string | undefined;
2151
+ username?: string | undefined;
2152
+ avatarUrl?: string | null | undefined;
2153
+ updatedAt?: string | null | undefined;
2154
+ }>, "many">>;
2155
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2156
+ taskLists: z.ZodOptional<z.ZodArray<z.ZodObject<{
2157
+ id: z.ZodString;
2158
+ cardId: z.ZodString;
2159
+ name: z.ZodString;
2160
+ position: z.ZodNumber;
2161
+ showOnFrontOfCard: z.ZodOptional<z.ZodBoolean>;
2162
+ createdAt: z.ZodString;
2163
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2164
+ }, "strip", z.ZodTypeAny, {
2165
+ id: string;
2166
+ name: string;
2167
+ createdAt: string;
2168
+ position: number;
2169
+ cardId: string;
2170
+ updatedAt?: string | null | undefined;
2171
+ showOnFrontOfCard?: boolean | undefined;
2172
+ }, {
2173
+ id: string;
2174
+ name: string;
2175
+ createdAt: string;
2176
+ position: number;
2177
+ cardId: string;
2178
+ updatedAt?: string | null | undefined;
2179
+ showOnFrontOfCard?: boolean | undefined;
2180
+ }>, "many">>;
2181
+ tasks: z.ZodOptional<z.ZodArray<z.ZodObject<{
2182
+ id: z.ZodString;
2183
+ taskListId: z.ZodString;
2184
+ name: z.ZodString;
2185
+ position: z.ZodNumber;
2186
+ isCompleted: z.ZodBoolean;
2187
+ assigneeUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2188
+ createdAt: z.ZodString;
2189
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2190
+ }, "strip", z.ZodTypeAny, {
2191
+ id: string;
2192
+ name: string;
2193
+ createdAt: string;
2194
+ position: number;
2195
+ isCompleted: boolean;
2196
+ taskListId: string;
2197
+ updatedAt?: string | null | undefined;
2198
+ assigneeUserId?: string | null | undefined;
2199
+ }, {
2200
+ id: string;
2201
+ name: string;
2202
+ createdAt: string;
2203
+ position: number;
2204
+ isCompleted: boolean;
2205
+ taskListId: string;
2206
+ updatedAt?: string | null | undefined;
2207
+ assigneeUserId?: string | null | undefined;
2208
+ }>, "many">>;
2209
+ comments: z.ZodOptional<z.ZodArray<z.ZodObject<{
2210
+ id: z.ZodString;
2211
+ cardId: z.ZodString;
2212
+ userId: z.ZodString;
2213
+ text: z.ZodString;
2214
+ createdAt: z.ZodString;
2215
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2216
+ }, "strip", z.ZodTypeAny, {
2217
+ id: string;
2218
+ createdAt: string;
2219
+ cardId: string;
2220
+ userId: string;
2221
+ text: string;
2222
+ updatedAt?: string | null | undefined;
2223
+ }, {
2224
+ id: string;
2225
+ createdAt: string;
2226
+ cardId: string;
2227
+ userId: string;
2228
+ text: string;
2229
+ updatedAt?: string | null | undefined;
2230
+ }>, "many">>;
2231
+ labels: z.ZodOptional<z.ZodArray<z.ZodObject<{
2232
+ id: z.ZodString;
2233
+ boardId: z.ZodString;
2234
+ name: z.ZodNullable<z.ZodString>;
2235
+ color: z.ZodString;
2236
+ position: z.ZodNumber;
2237
+ createdAt: z.ZodString;
2238
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2239
+ }, "strip", z.ZodTypeAny, {
2240
+ id: string;
2241
+ name: string | null;
2242
+ createdAt: string;
2243
+ position: number;
2244
+ boardId: string;
2245
+ color: string;
2246
+ updatedAt?: string | null | undefined;
2247
+ }, {
2248
+ id: string;
2249
+ name: string | null;
2250
+ createdAt: string;
2251
+ position: number;
2252
+ boardId: string;
2253
+ color: string;
2254
+ updatedAt?: string | null | undefined;
2255
+ }>, "many">>;
2256
+ cardLabels: z.ZodOptional<z.ZodArray<z.ZodObject<{
2257
+ id: z.ZodString;
2258
+ cardId: z.ZodString;
2259
+ labelId: z.ZodString;
2260
+ createdAt: z.ZodString;
2261
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2262
+ }, "strip", z.ZodTypeAny, {
2263
+ id: string;
2264
+ createdAt: string;
2265
+ cardId: string;
2266
+ labelId: string;
2267
+ updatedAt?: string | null | undefined;
2268
+ }, {
2269
+ id: string;
2270
+ createdAt: string;
2271
+ cardId: string;
2272
+ labelId: string;
2273
+ updatedAt?: string | null | undefined;
2274
+ }>, "many">>;
2275
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
2276
+ id: z.ZodString;
2277
+ cardId: z.ZodString;
2278
+ creatorUserId: z.ZodOptional<z.ZodString>;
2279
+ name: z.ZodString;
2280
+ type: z.ZodOptional<z.ZodString>;
2281
+ data: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2282
+ url: z.ZodOptional<z.ZodString>;
2283
+ size: z.ZodOptional<z.ZodNumber>;
2284
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2285
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2286
+ width: z.ZodOptional<z.ZodNumber>;
2287
+ height: z.ZodOptional<z.ZodNumber>;
2288
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2289
+ width: z.ZodOptional<z.ZodNumber>;
2290
+ height: z.ZodOptional<z.ZodNumber>;
2291
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2292
+ width: z.ZodOptional<z.ZodNumber>;
2293
+ height: z.ZodOptional<z.ZodNumber>;
2294
+ }, z.ZodTypeAny, "passthrough">>>>;
2295
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2296
+ url: z.ZodOptional<z.ZodString>;
2297
+ size: z.ZodOptional<z.ZodNumber>;
2298
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2299
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2300
+ width: z.ZodOptional<z.ZodNumber>;
2301
+ height: z.ZodOptional<z.ZodNumber>;
2302
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2303
+ width: z.ZodOptional<z.ZodNumber>;
2304
+ height: z.ZodOptional<z.ZodNumber>;
2305
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2306
+ width: z.ZodOptional<z.ZodNumber>;
2307
+ height: z.ZodOptional<z.ZodNumber>;
2308
+ }, z.ZodTypeAny, "passthrough">>>>;
2309
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2310
+ url: z.ZodOptional<z.ZodString>;
2311
+ size: z.ZodOptional<z.ZodNumber>;
2312
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2313
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2314
+ width: z.ZodOptional<z.ZodNumber>;
2315
+ height: z.ZodOptional<z.ZodNumber>;
2316
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2317
+ width: z.ZodOptional<z.ZodNumber>;
2318
+ height: z.ZodOptional<z.ZodNumber>;
2319
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2320
+ width: z.ZodOptional<z.ZodNumber>;
2321
+ height: z.ZodOptional<z.ZodNumber>;
2322
+ }, z.ZodTypeAny, "passthrough">>>>;
2323
+ }, z.ZodTypeAny, "passthrough">>>>;
2324
+ url: z.ZodOptional<z.ZodString>;
2325
+ createdAt: z.ZodString;
2326
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2327
+ }, "strip", z.ZodTypeAny, {
2328
+ id: string;
2329
+ name: string;
2330
+ createdAt: string;
2331
+ cardId: string;
2332
+ type?: string | undefined;
2333
+ updatedAt?: string | null | undefined;
2334
+ creatorUserId?: string | undefined;
2335
+ url?: string | undefined;
2336
+ data?: z.objectOutputType<{
2337
+ url: z.ZodOptional<z.ZodString>;
2338
+ size: z.ZodOptional<z.ZodNumber>;
2339
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2340
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2341
+ width: z.ZodOptional<z.ZodNumber>;
2342
+ height: z.ZodOptional<z.ZodNumber>;
2343
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2344
+ width: z.ZodOptional<z.ZodNumber>;
2345
+ height: z.ZodOptional<z.ZodNumber>;
2346
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2347
+ width: z.ZodOptional<z.ZodNumber>;
2348
+ height: z.ZodOptional<z.ZodNumber>;
2349
+ }, z.ZodTypeAny, "passthrough">>>>;
2350
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
2351
+ }, {
2352
+ id: string;
2353
+ name: string;
2354
+ createdAt: string;
2355
+ cardId: string;
2356
+ type?: string | undefined;
2357
+ updatedAt?: string | null | undefined;
2358
+ creatorUserId?: string | undefined;
2359
+ url?: string | undefined;
2360
+ data?: z.objectInputType<{
2361
+ url: z.ZodOptional<z.ZodString>;
2362
+ size: z.ZodOptional<z.ZodNumber>;
2363
+ mimeType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2364
+ image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2365
+ width: z.ZodOptional<z.ZodNumber>;
2366
+ height: z.ZodOptional<z.ZodNumber>;
2367
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2368
+ width: z.ZodOptional<z.ZodNumber>;
2369
+ height: z.ZodOptional<z.ZodNumber>;
2370
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2371
+ width: z.ZodOptional<z.ZodNumber>;
2372
+ height: z.ZodOptional<z.ZodNumber>;
2373
+ }, z.ZodTypeAny, "passthrough">>>>;
2374
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
2375
+ }>, "many">>;
2376
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
2377
+ id: z.ZodString;
2378
+ email: z.ZodOptional<z.ZodString>;
2379
+ username: z.ZodOptional<z.ZodString>;
2380
+ name: z.ZodString;
2381
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2382
+ createdAt: z.ZodString;
2383
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2384
+ }, "strip", z.ZodTypeAny, {
2385
+ id: string;
2386
+ name: string;
2387
+ createdAt: string;
2388
+ email?: string | undefined;
2389
+ username?: string | undefined;
2390
+ avatarUrl?: string | null | undefined;
2391
+ updatedAt?: string | null | undefined;
2392
+ }, {
2393
+ id: string;
2394
+ name: string;
2395
+ createdAt: string;
2396
+ email?: string | undefined;
2397
+ username?: string | undefined;
2398
+ avatarUrl?: string | null | undefined;
2399
+ updatedAt?: string | null | undefined;
2400
+ }>, "many">>;
2401
+ }, z.ZodTypeAny, "passthrough">>;
2402
+ export declare const CommentsIncludedSchema: z.ZodObject<{
2403
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
2404
+ id: z.ZodString;
2405
+ email: z.ZodOptional<z.ZodString>;
2406
+ username: z.ZodOptional<z.ZodString>;
2407
+ name: z.ZodString;
2408
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2409
+ createdAt: z.ZodString;
2410
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2411
+ }, "strip", z.ZodTypeAny, {
2412
+ id: string;
2413
+ name: string;
2414
+ createdAt: string;
2415
+ email?: string | undefined;
2416
+ username?: string | undefined;
2417
+ avatarUrl?: string | null | undefined;
2418
+ updatedAt?: string | null | undefined;
2419
+ }, {
2420
+ id: string;
2421
+ name: string;
2422
+ createdAt: string;
2423
+ email?: string | undefined;
2424
+ username?: string | undefined;
2425
+ avatarUrl?: string | null | undefined;
2426
+ updatedAt?: string | null | undefined;
2427
+ }>, "many">>;
2428
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2429
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
2430
+ id: z.ZodString;
2431
+ email: z.ZodOptional<z.ZodString>;
2432
+ username: z.ZodOptional<z.ZodString>;
2433
+ name: z.ZodString;
2434
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2435
+ createdAt: z.ZodString;
2436
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2437
+ }, "strip", z.ZodTypeAny, {
2438
+ id: string;
2439
+ name: string;
2440
+ createdAt: string;
2441
+ email?: string | undefined;
2442
+ username?: string | undefined;
2443
+ avatarUrl?: string | null | undefined;
2444
+ updatedAt?: string | null | undefined;
2445
+ }, {
2446
+ id: string;
2447
+ name: string;
2448
+ createdAt: string;
2449
+ email?: string | undefined;
2450
+ username?: string | undefined;
2451
+ avatarUrl?: string | null | undefined;
2452
+ updatedAt?: string | null | undefined;
2453
+ }>, "many">>;
2454
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2455
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
2456
+ id: z.ZodString;
2457
+ email: z.ZodOptional<z.ZodString>;
2458
+ username: z.ZodOptional<z.ZodString>;
2459
+ name: z.ZodString;
2460
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2461
+ createdAt: z.ZodString;
2462
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2463
+ }, "strip", z.ZodTypeAny, {
2464
+ id: string;
2465
+ name: string;
2466
+ createdAt: string;
2467
+ email?: string | undefined;
2468
+ username?: string | undefined;
2469
+ avatarUrl?: string | null | undefined;
2470
+ updatedAt?: string | null | undefined;
2471
+ }, {
2472
+ id: string;
2473
+ name: string;
2474
+ createdAt: string;
2475
+ email?: string | undefined;
2476
+ username?: string | undefined;
2477
+ avatarUrl?: string | null | undefined;
2478
+ updatedAt?: string | null | undefined;
2479
+ }>, "many">>;
2480
+ }, z.ZodTypeAny, "passthrough">>;
2481
+ export declare const ProjectsIncludedSchema: z.ZodObject<{
2482
+ boards: z.ZodOptional<z.ZodArray<z.ZodObject<{
2483
+ id: z.ZodString;
2484
+ projectId: z.ZodString;
2485
+ name: z.ZodString;
2486
+ position: z.ZodNumber;
2487
+ createdAt: z.ZodString;
2488
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2489
+ }, "strip", z.ZodTypeAny, {
2490
+ id: string;
2491
+ name: string;
2492
+ createdAt: string;
2493
+ projectId: string;
2494
+ position: number;
2495
+ updatedAt?: string | null | undefined;
2496
+ }, {
2497
+ id: string;
2498
+ name: string;
2499
+ createdAt: string;
2500
+ projectId: string;
2501
+ position: number;
2502
+ updatedAt?: string | null | undefined;
2503
+ }>, "many">>;
2504
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
2505
+ id: z.ZodString;
2506
+ email: z.ZodOptional<z.ZodString>;
2507
+ username: z.ZodOptional<z.ZodString>;
2508
+ name: z.ZodString;
2509
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2510
+ createdAt: z.ZodString;
2511
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2512
+ }, "strip", z.ZodTypeAny, {
2513
+ id: string;
2514
+ name: string;
2515
+ createdAt: string;
2516
+ email?: string | undefined;
2517
+ username?: string | undefined;
2518
+ avatarUrl?: string | null | undefined;
2519
+ updatedAt?: string | null | undefined;
2520
+ }, {
2521
+ id: string;
2522
+ name: string;
2523
+ createdAt: string;
2524
+ email?: string | undefined;
2525
+ username?: string | undefined;
2526
+ avatarUrl?: string | null | undefined;
2527
+ updatedAt?: string | null | undefined;
2528
+ }>, "many">>;
2529
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2530
+ boards: z.ZodOptional<z.ZodArray<z.ZodObject<{
2531
+ id: z.ZodString;
2532
+ projectId: z.ZodString;
2533
+ name: z.ZodString;
2534
+ position: z.ZodNumber;
2535
+ createdAt: z.ZodString;
2536
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2537
+ }, "strip", z.ZodTypeAny, {
2538
+ id: string;
2539
+ name: string;
2540
+ createdAt: string;
2541
+ projectId: string;
2542
+ position: number;
2543
+ updatedAt?: string | null | undefined;
2544
+ }, {
2545
+ id: string;
2546
+ name: string;
2547
+ createdAt: string;
2548
+ projectId: string;
2549
+ position: number;
2550
+ updatedAt?: string | null | undefined;
2551
+ }>, "many">>;
2552
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
2553
+ id: z.ZodString;
2554
+ email: z.ZodOptional<z.ZodString>;
2555
+ username: z.ZodOptional<z.ZodString>;
2556
+ name: z.ZodString;
2557
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2558
+ createdAt: z.ZodString;
2559
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2560
+ }, "strip", z.ZodTypeAny, {
2561
+ id: string;
2562
+ name: string;
2563
+ createdAt: string;
2564
+ email?: string | undefined;
2565
+ username?: string | undefined;
2566
+ avatarUrl?: string | null | undefined;
2567
+ updatedAt?: string | null | undefined;
2568
+ }, {
2569
+ id: string;
2570
+ name: string;
2571
+ createdAt: string;
2572
+ email?: string | undefined;
2573
+ username?: string | undefined;
2574
+ avatarUrl?: string | null | undefined;
2575
+ updatedAt?: string | null | undefined;
2576
+ }>, "many">>;
2577
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2578
+ boards: z.ZodOptional<z.ZodArray<z.ZodObject<{
2579
+ id: z.ZodString;
2580
+ projectId: z.ZodString;
2581
+ name: z.ZodString;
2582
+ position: z.ZodNumber;
2583
+ createdAt: z.ZodString;
2584
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2585
+ }, "strip", z.ZodTypeAny, {
2586
+ id: string;
2587
+ name: string;
2588
+ createdAt: string;
2589
+ projectId: string;
2590
+ position: number;
2591
+ updatedAt?: string | null | undefined;
2592
+ }, {
2593
+ id: string;
2594
+ name: string;
2595
+ createdAt: string;
2596
+ projectId: string;
2597
+ position: number;
2598
+ updatedAt?: string | null | undefined;
2599
+ }>, "many">>;
2600
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
2601
+ id: z.ZodString;
2602
+ email: z.ZodOptional<z.ZodString>;
2603
+ username: z.ZodOptional<z.ZodString>;
2604
+ name: z.ZodString;
2605
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2606
+ createdAt: z.ZodString;
2607
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2608
+ }, "strip", z.ZodTypeAny, {
2609
+ id: string;
2610
+ name: string;
2611
+ createdAt: string;
2612
+ email?: string | undefined;
2613
+ username?: string | undefined;
2614
+ avatarUrl?: string | null | undefined;
2615
+ updatedAt?: string | null | undefined;
2616
+ }, {
2617
+ id: string;
2618
+ name: string;
2619
+ createdAt: string;
2620
+ email?: string | undefined;
2621
+ username?: string | undefined;
2622
+ avatarUrl?: string | null | undefined;
2623
+ updatedAt?: string | null | undefined;
2624
+ }>, "many">>;
2625
+ }, z.ZodTypeAny, "passthrough">>;
2626
+ //# sourceMappingURL=responses.d.ts.map