@panoptic-it-solutions/zoho-projects-client 0.1.4 → 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 (302) hide show
  1. package/dist/__tests__/fixtures/attachments.d.ts +126 -0
  2. package/dist/__tests__/fixtures/attachments.d.ts.map +1 -0
  3. package/dist/__tests__/fixtures/attachments.js +60 -0
  4. package/dist/__tests__/fixtures/attachments.js.map +1 -0
  5. package/dist/__tests__/fixtures/blueprints.d.ts +114 -0
  6. package/dist/__tests__/fixtures/blueprints.d.ts.map +1 -0
  7. package/dist/__tests__/fixtures/blueprints.js +102 -0
  8. package/dist/__tests__/fixtures/blueprints.js.map +1 -0
  9. package/dist/__tests__/fixtures/comments.d.ts +92 -0
  10. package/dist/__tests__/fixtures/comments.d.ts.map +1 -0
  11. package/dist/__tests__/fixtures/comments.js +42 -0
  12. package/dist/__tests__/fixtures/comments.js.map +1 -0
  13. package/dist/__tests__/fixtures/customviews.d.ts +5 -0
  14. package/dist/__tests__/fixtures/customviews.d.ts.map +1 -0
  15. package/dist/__tests__/fixtures/customviews.js +55 -0
  16. package/dist/__tests__/fixtures/customviews.js.map +1 -0
  17. package/dist/__tests__/fixtures/events.d.ts +133 -0
  18. package/dist/__tests__/fixtures/events.d.ts.map +1 -0
  19. package/dist/__tests__/fixtures/events.js +75 -0
  20. package/dist/__tests__/fixtures/events.js.map +1 -0
  21. package/dist/__tests__/fixtures/forums.d.ts +114 -0
  22. package/dist/__tests__/fixtures/forums.d.ts.map +1 -0
  23. package/dist/__tests__/fixtures/forums.js +53 -0
  24. package/dist/__tests__/fixtures/forums.js.map +1 -0
  25. package/dist/__tests__/fixtures/groups.d.ts +25 -0
  26. package/dist/__tests__/fixtures/groups.d.ts.map +1 -0
  27. package/dist/__tests__/fixtures/groups.js +36 -0
  28. package/dist/__tests__/fixtures/groups.js.map +1 -0
  29. package/dist/__tests__/fixtures/index.d.ts +22 -0
  30. package/dist/__tests__/fixtures/index.d.ts.map +1 -0
  31. package/dist/__tests__/fixtures/index.js +22 -0
  32. package/dist/__tests__/fixtures/index.js.map +1 -0
  33. package/dist/__tests__/fixtures/issues.d.ts +196 -0
  34. package/dist/__tests__/fixtures/issues.d.ts.map +1 -0
  35. package/dist/__tests__/fixtures/issues.js +80 -0
  36. package/dist/__tests__/fixtures/issues.js.map +1 -0
  37. package/dist/__tests__/fixtures/modules.d.ts +6 -0
  38. package/dist/__tests__/fixtures/modules.d.ts.map +1 -0
  39. package/dist/__tests__/fixtures/modules.js +103 -0
  40. package/dist/__tests__/fixtures/modules.js.map +1 -0
  41. package/dist/__tests__/fixtures/phases.d.ts +123 -0
  42. package/dist/__tests__/fixtures/phases.d.ts.map +1 -0
  43. package/dist/__tests__/fixtures/phases.js +68 -0
  44. package/dist/__tests__/fixtures/phases.js.map +1 -0
  45. package/dist/__tests__/fixtures/portals.d.ts +4 -0
  46. package/dist/__tests__/fixtures/portals.d.ts.map +1 -0
  47. package/dist/__tests__/fixtures/portals.js +48 -0
  48. package/dist/__tests__/fixtures/portals.js.map +1 -0
  49. package/dist/__tests__/fixtures/projects.d.ts +298 -0
  50. package/dist/__tests__/fixtures/projects.d.ts.map +1 -0
  51. package/dist/__tests__/fixtures/projects.js +44 -0
  52. package/dist/__tests__/fixtures/projects.js.map +1 -0
  53. package/dist/__tests__/fixtures/tags.d.ts +22 -0
  54. package/dist/__tests__/fixtures/tags.d.ts.map +1 -0
  55. package/dist/__tests__/fixtures/tags.js +33 -0
  56. package/dist/__tests__/fixtures/tags.js.map +1 -0
  57. package/dist/__tests__/fixtures/tasklists.d.ts +107 -0
  58. package/dist/__tests__/fixtures/tasklists.d.ts.map +1 -0
  59. package/dist/__tests__/fixtures/tasklists.js +31 -0
  60. package/dist/__tests__/fixtures/tasklists.js.map +1 -0
  61. package/dist/__tests__/fixtures/tasks.d.ts +209 -0
  62. package/dist/__tests__/fixtures/tasks.d.ts.map +1 -0
  63. package/dist/__tests__/fixtures/tasks.js +69 -0
  64. package/dist/__tests__/fixtures/tasks.js.map +1 -0
  65. package/dist/__tests__/fixtures/timelogs.d.ts +151 -0
  66. package/dist/__tests__/fixtures/timelogs.d.ts.map +1 -0
  67. package/dist/__tests__/fixtures/timelogs.js +79 -0
  68. package/dist/__tests__/fixtures/timelogs.js.map +1 -0
  69. package/dist/__tests__/fixtures/timers.d.ts +5 -0
  70. package/dist/__tests__/fixtures/timers.d.ts.map +1 -0
  71. package/dist/__tests__/fixtures/timers.js +50 -0
  72. package/dist/__tests__/fixtures/timers.js.map +1 -0
  73. package/dist/__tests__/fixtures/users.d.ts +55 -0
  74. package/dist/__tests__/fixtures/users.d.ts.map +1 -0
  75. package/dist/__tests__/fixtures/users.js +47 -0
  76. package/dist/__tests__/fixtures/users.js.map +1 -0
  77. package/dist/__tests__/integration/setup.d.ts +14 -0
  78. package/dist/__tests__/integration/setup.d.ts.map +1 -0
  79. package/dist/__tests__/integration/setup.js +52 -0
  80. package/dist/__tests__/integration/setup.js.map +1 -0
  81. package/dist/__tests__/mocks/handlers.d.ts +34 -0
  82. package/dist/__tests__/mocks/handlers.d.ts.map +1 -0
  83. package/dist/__tests__/mocks/handlers.js +49 -0
  84. package/dist/__tests__/mocks/handlers.js.map +1 -0
  85. package/dist/__tests__/mocks/server.d.ts +2 -0
  86. package/dist/__tests__/mocks/server.d.ts.map +1 -0
  87. package/dist/__tests__/mocks/server.js +7 -0
  88. package/dist/__tests__/mocks/server.js.map +1 -0
  89. package/dist/__tests__/setup.d.ts +2 -0
  90. package/dist/__tests__/setup.d.ts.map +1 -0
  91. package/dist/__tests__/setup.js +18 -0
  92. package/dist/__tests__/setup.js.map +1 -0
  93. package/dist/__tests__/unit/client/attachments.test.d.ts +2 -0
  94. package/dist/__tests__/unit/client/attachments.test.d.ts.map +1 -0
  95. package/dist/__tests__/unit/client/attachments.test.js +55 -0
  96. package/dist/__tests__/unit/client/attachments.test.js.map +1 -0
  97. package/dist/__tests__/unit/client/blueprints.test.d.ts +2 -0
  98. package/dist/__tests__/unit/client/blueprints.test.d.ts.map +1 -0
  99. package/dist/__tests__/unit/client/blueprints.test.js +127 -0
  100. package/dist/__tests__/unit/client/blueprints.test.js.map +1 -0
  101. package/dist/__tests__/unit/client/comments.test.d.ts +2 -0
  102. package/dist/__tests__/unit/client/comments.test.d.ts.map +1 -0
  103. package/dist/__tests__/unit/client/comments.test.js +95 -0
  104. package/dist/__tests__/unit/client/comments.test.js.map +1 -0
  105. package/dist/__tests__/unit/client/customviews.test.d.ts +2 -0
  106. package/dist/__tests__/unit/client/customviews.test.d.ts.map +1 -0
  107. package/dist/__tests__/unit/client/customviews.test.js +112 -0
  108. package/dist/__tests__/unit/client/customviews.test.js.map +1 -0
  109. package/dist/__tests__/unit/client/events.test.d.ts +2 -0
  110. package/dist/__tests__/unit/client/events.test.d.ts.map +1 -0
  111. package/dist/__tests__/unit/client/events.test.js +79 -0
  112. package/dist/__tests__/unit/client/events.test.js.map +1 -0
  113. package/dist/__tests__/unit/client/forums.test.d.ts +2 -0
  114. package/dist/__tests__/unit/client/forums.test.d.ts.map +1 -0
  115. package/dist/__tests__/unit/client/forums.test.js +75 -0
  116. package/dist/__tests__/unit/client/forums.test.js.map +1 -0
  117. package/dist/__tests__/unit/client/groups.test.d.ts +2 -0
  118. package/dist/__tests__/unit/client/groups.test.d.ts.map +1 -0
  119. package/dist/__tests__/unit/client/groups.test.js +74 -0
  120. package/dist/__tests__/unit/client/groups.test.js.map +1 -0
  121. package/dist/__tests__/unit/client/issues.test.d.ts +2 -0
  122. package/dist/__tests__/unit/client/issues.test.d.ts.map +1 -0
  123. package/dist/__tests__/unit/client/issues.test.js +75 -0
  124. package/dist/__tests__/unit/client/issues.test.js.map +1 -0
  125. package/dist/__tests__/unit/client/modules.test.d.ts +2 -0
  126. package/dist/__tests__/unit/client/modules.test.d.ts.map +1 -0
  127. package/dist/__tests__/unit/client/modules.test.js +92 -0
  128. package/dist/__tests__/unit/client/modules.test.js.map +1 -0
  129. package/dist/__tests__/unit/client/phases.test.d.ts +2 -0
  130. package/dist/__tests__/unit/client/phases.test.d.ts.map +1 -0
  131. package/dist/__tests__/unit/client/phases.test.js +79 -0
  132. package/dist/__tests__/unit/client/phases.test.js.map +1 -0
  133. package/dist/__tests__/unit/client/portals.test.d.ts +2 -0
  134. package/dist/__tests__/unit/client/portals.test.d.ts.map +1 -0
  135. package/dist/__tests__/unit/client/portals.test.js +54 -0
  136. package/dist/__tests__/unit/client/portals.test.js.map +1 -0
  137. package/dist/__tests__/unit/client/projects.test.d.ts +2 -0
  138. package/dist/__tests__/unit/client/projects.test.d.ts.map +1 -0
  139. package/dist/__tests__/unit/client/projects.test.js +171 -0
  140. package/dist/__tests__/unit/client/projects.test.js.map +1 -0
  141. package/dist/__tests__/unit/client/tags.test.d.ts +2 -0
  142. package/dist/__tests__/unit/client/tags.test.d.ts.map +1 -0
  143. package/dist/__tests__/unit/client/tags.test.js +99 -0
  144. package/dist/__tests__/unit/client/tags.test.js.map +1 -0
  145. package/dist/__tests__/unit/client/tasklists.test.d.ts +2 -0
  146. package/dist/__tests__/unit/client/tasklists.test.d.ts.map +1 -0
  147. package/dist/__tests__/unit/client/tasklists.test.js +75 -0
  148. package/dist/__tests__/unit/client/tasklists.test.js.map +1 -0
  149. package/dist/__tests__/unit/client/tasks.test.d.ts +2 -0
  150. package/dist/__tests__/unit/client/tasks.test.d.ts.map +1 -0
  151. package/dist/__tests__/unit/client/tasks.test.js +157 -0
  152. package/dist/__tests__/unit/client/tasks.test.js.map +1 -0
  153. package/dist/__tests__/unit/client/timers.test.d.ts +2 -0
  154. package/dist/__tests__/unit/client/timers.test.d.ts.map +1 -0
  155. package/dist/__tests__/unit/client/timers.test.js +122 -0
  156. package/dist/__tests__/unit/client/timers.test.js.map +1 -0
  157. package/dist/__tests__/unit/client/users.test.d.ts +2 -0
  158. package/dist/__tests__/unit/client/users.test.d.ts.map +1 -0
  159. package/dist/__tests__/unit/client/users.test.js +89 -0
  160. package/dist/__tests__/unit/client/users.test.js.map +1 -0
  161. package/dist/cli/init.d.ts +3 -0
  162. package/dist/cli/init.d.ts.map +1 -0
  163. package/dist/cli/init.js +130 -0
  164. package/dist/cli/init.js.map +1 -0
  165. package/dist/client.d.ts +2613 -1
  166. package/dist/client.d.ts.map +1 -1
  167. package/dist/client.js +1623 -1
  168. package/dist/client.js.map +1 -1
  169. package/dist/types/attachments.d.ts +1545 -0
  170. package/dist/types/attachments.d.ts.map +1 -0
  171. package/dist/types/attachments.js +78 -0
  172. package/dist/types/attachments.js.map +1 -0
  173. package/dist/types/blueprints.d.ts +5070 -0
  174. package/dist/types/blueprints.d.ts.map +1 -0
  175. package/dist/types/blueprints.js +111 -0
  176. package/dist/types/blueprints.js.map +1 -0
  177. package/dist/types/clients.d.ts +384 -0
  178. package/dist/types/clients.d.ts.map +1 -0
  179. package/dist/types/clients.js +77 -0
  180. package/dist/types/clients.js.map +1 -0
  181. package/dist/types/comments.d.ts +1111 -0
  182. package/dist/types/comments.d.ts.map +1 -0
  183. package/dist/types/comments.js +73 -0
  184. package/dist/types/comments.js.map +1 -0
  185. package/dist/types/contacts.d.ts +444 -0
  186. package/dist/types/contacts.d.ts.map +1 -0
  187. package/dist/types/contacts.js +86 -0
  188. package/dist/types/contacts.js.map +1 -0
  189. package/dist/types/customviews.d.ts +1593 -0
  190. package/dist/types/customviews.d.ts.map +1 -0
  191. package/dist/types/customviews.js +117 -0
  192. package/dist/types/customviews.js.map +1 -0
  193. package/dist/types/dashboards.d.ts +1675 -0
  194. package/dist/types/dashboards.d.ts.map +1 -0
  195. package/dist/types/dashboards.js +77 -0
  196. package/dist/types/dashboards.js.map +1 -0
  197. package/dist/types/documents.d.ts +2322 -0
  198. package/dist/types/documents.d.ts.map +1 -0
  199. package/dist/types/documents.js +121 -0
  200. package/dist/types/documents.js.map +1 -0
  201. package/dist/types/events.d.ts +1747 -0
  202. package/dist/types/events.d.ts.map +1 -0
  203. package/dist/types/events.js +122 -0
  204. package/dist/types/events.js.map +1 -0
  205. package/dist/types/followers.d.ts +198 -0
  206. package/dist/types/followers.d.ts.map +1 -0
  207. package/dist/types/followers.js +44 -0
  208. package/dist/types/followers.js.map +1 -0
  209. package/dist/types/forums.d.ts +1443 -0
  210. package/dist/types/forums.d.ts.map +1 -0
  211. package/dist/types/forums.js +89 -0
  212. package/dist/types/forums.js.map +1 -0
  213. package/dist/types/groups.d.ts +237 -0
  214. package/dist/types/groups.d.ts.map +1 -0
  215. package/dist/types/groups.js +52 -0
  216. package/dist/types/groups.js.map +1 -0
  217. package/dist/types/index.d.ts +31 -4
  218. package/dist/types/index.d.ts.map +1 -1
  219. package/dist/types/index.js +58 -4
  220. package/dist/types/index.js.map +1 -1
  221. package/dist/types/issues.d.ts +2600 -0
  222. package/dist/types/issues.d.ts.map +1 -0
  223. package/dist/types/issues.js +147 -0
  224. package/dist/types/issues.js.map +1 -0
  225. package/dist/types/leaves.d.ts +435 -0
  226. package/dist/types/leaves.d.ts.map +1 -0
  227. package/dist/types/leaves.js +92 -0
  228. package/dist/types/leaves.js.map +1 -0
  229. package/dist/types/modules.d.ts +469 -0
  230. package/dist/types/modules.d.ts.map +1 -0
  231. package/dist/types/modules.js +91 -0
  232. package/dist/types/modules.js.map +1 -0
  233. package/dist/types/phases.d.ts +1564 -0
  234. package/dist/types/phases.d.ts.map +1 -0
  235. package/dist/types/phases.js +98 -0
  236. package/dist/types/phases.js.map +1 -0
  237. package/dist/types/portals.d.ts +1050 -0
  238. package/dist/types/portals.d.ts.map +1 -0
  239. package/dist/types/portals.js +58 -0
  240. package/dist/types/portals.js.map +1 -0
  241. package/dist/types/profiles.d.ts +243 -0
  242. package/dist/types/profiles.d.ts.map +1 -0
  243. package/dist/types/profiles.js +59 -0
  244. package/dist/types/profiles.js.map +1 -0
  245. package/dist/types/projects.d.ts +128 -0
  246. package/dist/types/projects.d.ts.map +1 -1
  247. package/dist/types/projects.js +44 -0
  248. package/dist/types/projects.js.map +1 -1
  249. package/dist/types/reports.d.ts +2010 -0
  250. package/dist/types/reports.d.ts.map +1 -0
  251. package/dist/types/reports.js +110 -0
  252. package/dist/types/reports.js.map +1 -0
  253. package/dist/types/roles.d.ts +243 -0
  254. package/dist/types/roles.d.ts.map +1 -0
  255. package/dist/types/roles.js +59 -0
  256. package/dist/types/roles.js.map +1 -0
  257. package/dist/types/search.d.ts +1091 -0
  258. package/dist/types/search.d.ts.map +1 -0
  259. package/dist/types/search.js +83 -0
  260. package/dist/types/search.js.map +1 -0
  261. package/dist/types/tags.d.ts +198 -0
  262. package/dist/types/tags.d.ts.map +1 -0
  263. package/dist/types/tags.js +49 -0
  264. package/dist/types/tags.js.map +1 -0
  265. package/dist/types/tasklists.d.ts +1317 -0
  266. package/dist/types/tasklists.d.ts.map +1 -0
  267. package/dist/types/tasklists.js +78 -0
  268. package/dist/types/tasklists.js.map +1 -0
  269. package/dist/types/tasks.d.ts +182 -0
  270. package/dist/types/tasks.d.ts.map +1 -1
  271. package/dist/types/tasks.js +52 -0
  272. package/dist/types/tasks.js.map +1 -1
  273. package/dist/types/teams.d.ts +504 -0
  274. package/dist/types/teams.d.ts.map +1 -0
  275. package/dist/types/teams.js +75 -0
  276. package/dist/types/teams.js.map +1 -0
  277. package/dist/types/timelogs.d.ts +245 -0
  278. package/dist/types/timelogs.d.ts.map +1 -1
  279. package/dist/types/timelogs.js +53 -0
  280. package/dist/types/timelogs.js.map +1 -1
  281. package/dist/types/timers.d.ts +1334 -0
  282. package/dist/types/timers.d.ts.map +1 -0
  283. package/dist/types/timers.js +108 -0
  284. package/dist/types/timers.js.map +1 -0
  285. package/dist/types/trash.d.ts +1447 -0
  286. package/dist/types/trash.d.ts.map +1 -0
  287. package/dist/types/trash.js +77 -0
  288. package/dist/types/trash.js.map +1 -0
  289. package/dist/types/users.d.ts +100 -0
  290. package/dist/types/users.d.ts.map +1 -1
  291. package/dist/types/users.js +56 -0
  292. package/dist/types/users.js.map +1 -1
  293. package/dist/types/widgets.d.ts +1083 -0
  294. package/dist/types/widgets.d.ts.map +1 -0
  295. package/dist/types/widgets.js +87 -0
  296. package/dist/types/widgets.js.map +1 -0
  297. package/package.json +15 -3
  298. package/templates/CLAUDE.md +66 -0
  299. package/templates/commands/zoho-auth.md +195 -0
  300. package/templates/commands/zoho-examples.md +375 -0
  301. package/templates/commands/zoho-projects.md +183 -0
  302. package/templates/types/zoho-projects-api.d.ts +364 -0
@@ -0,0 +1,1447 @@
1
+ import { z } from "zod";
2
+ /**
3
+ * Trash item from Zoho Projects API
4
+ * Items in trash can be restored or permanently deleted
5
+ */
6
+ export declare const TrashItemSchema: z.ZodObject<{
7
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
8
+ id_string: z.ZodOptional<z.ZodString>;
9
+ name: z.ZodOptional<z.ZodString>;
10
+ title: z.ZodOptional<z.ZodString>;
11
+ entity_type: z.ZodString;
12
+ module: z.ZodOptional<z.ZodString>;
13
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ project: z.ZodOptional<z.ZodObject<{
15
+ id: z.ZodNumber;
16
+ id_string: z.ZodOptional<z.ZodString>;
17
+ name: z.ZodString;
18
+ }, "strip", z.ZodTypeAny, {
19
+ id: number;
20
+ name: string;
21
+ id_string?: string | undefined;
22
+ }, {
23
+ id: number;
24
+ name: string;
25
+ id_string?: string | undefined;
26
+ }>>;
27
+ deleted_by: z.ZodOptional<z.ZodObject<{
28
+ id: z.ZodString;
29
+ name: z.ZodString;
30
+ email: z.ZodOptional<z.ZodString>;
31
+ zpuid: z.ZodOptional<z.ZodString>;
32
+ }, "strip", z.ZodTypeAny, {
33
+ id: string;
34
+ name: string;
35
+ email?: string | undefined;
36
+ zpuid?: string | undefined;
37
+ }, {
38
+ id: string;
39
+ name: string;
40
+ email?: string | undefined;
41
+ zpuid?: string | undefined;
42
+ }>>;
43
+ deleted_person: z.ZodOptional<z.ZodString>;
44
+ deleted_time: z.ZodOptional<z.ZodString>;
45
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
46
+ created_by: z.ZodOptional<z.ZodObject<{
47
+ id: z.ZodString;
48
+ name: z.ZodString;
49
+ email: z.ZodOptional<z.ZodString>;
50
+ zpuid: z.ZodOptional<z.ZodString>;
51
+ }, "strip", z.ZodTypeAny, {
52
+ id: string;
53
+ name: string;
54
+ email?: string | undefined;
55
+ zpuid?: string | undefined;
56
+ }, {
57
+ id: string;
58
+ name: string;
59
+ email?: string | undefined;
60
+ zpuid?: string | undefined;
61
+ }>>;
62
+ created_time: z.ZodOptional<z.ZodString>;
63
+ created_time_long: z.ZodOptional<z.ZodNumber>;
64
+ days_remaining: z.ZodOptional<z.ZodNumber>;
65
+ link: z.ZodOptional<z.ZodObject<{
66
+ self: z.ZodOptional<z.ZodObject<{
67
+ url: z.ZodString;
68
+ }, "strip", z.ZodTypeAny, {
69
+ url: string;
70
+ }, {
71
+ url: string;
72
+ }>>;
73
+ restore: z.ZodOptional<z.ZodObject<{
74
+ url: z.ZodString;
75
+ }, "strip", z.ZodTypeAny, {
76
+ url: string;
77
+ }, {
78
+ url: string;
79
+ }>>;
80
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
81
+ self: z.ZodOptional<z.ZodObject<{
82
+ url: z.ZodString;
83
+ }, "strip", z.ZodTypeAny, {
84
+ url: string;
85
+ }, {
86
+ url: string;
87
+ }>>;
88
+ restore: z.ZodOptional<z.ZodObject<{
89
+ url: z.ZodString;
90
+ }, "strip", z.ZodTypeAny, {
91
+ url: string;
92
+ }, {
93
+ url: string;
94
+ }>>;
95
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
96
+ self: z.ZodOptional<z.ZodObject<{
97
+ url: z.ZodString;
98
+ }, "strip", z.ZodTypeAny, {
99
+ url: string;
100
+ }, {
101
+ url: string;
102
+ }>>;
103
+ restore: z.ZodOptional<z.ZodObject<{
104
+ url: z.ZodString;
105
+ }, "strip", z.ZodTypeAny, {
106
+ url: string;
107
+ }, {
108
+ url: string;
109
+ }>>;
110
+ }, z.ZodTypeAny, "passthrough">>>;
111
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
112
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
113
+ id_string: z.ZodOptional<z.ZodString>;
114
+ name: z.ZodOptional<z.ZodString>;
115
+ title: z.ZodOptional<z.ZodString>;
116
+ entity_type: z.ZodString;
117
+ module: z.ZodOptional<z.ZodString>;
118
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
119
+ project: z.ZodOptional<z.ZodObject<{
120
+ id: z.ZodNumber;
121
+ id_string: z.ZodOptional<z.ZodString>;
122
+ name: z.ZodString;
123
+ }, "strip", z.ZodTypeAny, {
124
+ id: number;
125
+ name: string;
126
+ id_string?: string | undefined;
127
+ }, {
128
+ id: number;
129
+ name: string;
130
+ id_string?: string | undefined;
131
+ }>>;
132
+ deleted_by: z.ZodOptional<z.ZodObject<{
133
+ id: z.ZodString;
134
+ name: z.ZodString;
135
+ email: z.ZodOptional<z.ZodString>;
136
+ zpuid: z.ZodOptional<z.ZodString>;
137
+ }, "strip", z.ZodTypeAny, {
138
+ id: string;
139
+ name: string;
140
+ email?: string | undefined;
141
+ zpuid?: string | undefined;
142
+ }, {
143
+ id: string;
144
+ name: string;
145
+ email?: string | undefined;
146
+ zpuid?: string | undefined;
147
+ }>>;
148
+ deleted_person: z.ZodOptional<z.ZodString>;
149
+ deleted_time: z.ZodOptional<z.ZodString>;
150
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
151
+ created_by: z.ZodOptional<z.ZodObject<{
152
+ id: z.ZodString;
153
+ name: z.ZodString;
154
+ email: z.ZodOptional<z.ZodString>;
155
+ zpuid: z.ZodOptional<z.ZodString>;
156
+ }, "strip", z.ZodTypeAny, {
157
+ id: string;
158
+ name: string;
159
+ email?: string | undefined;
160
+ zpuid?: string | undefined;
161
+ }, {
162
+ id: string;
163
+ name: string;
164
+ email?: string | undefined;
165
+ zpuid?: string | undefined;
166
+ }>>;
167
+ created_time: z.ZodOptional<z.ZodString>;
168
+ created_time_long: z.ZodOptional<z.ZodNumber>;
169
+ days_remaining: z.ZodOptional<z.ZodNumber>;
170
+ link: z.ZodOptional<z.ZodObject<{
171
+ self: z.ZodOptional<z.ZodObject<{
172
+ url: z.ZodString;
173
+ }, "strip", z.ZodTypeAny, {
174
+ url: string;
175
+ }, {
176
+ url: string;
177
+ }>>;
178
+ restore: z.ZodOptional<z.ZodObject<{
179
+ url: z.ZodString;
180
+ }, "strip", z.ZodTypeAny, {
181
+ url: string;
182
+ }, {
183
+ url: string;
184
+ }>>;
185
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
186
+ self: z.ZodOptional<z.ZodObject<{
187
+ url: z.ZodString;
188
+ }, "strip", z.ZodTypeAny, {
189
+ url: string;
190
+ }, {
191
+ url: string;
192
+ }>>;
193
+ restore: z.ZodOptional<z.ZodObject<{
194
+ url: z.ZodString;
195
+ }, "strip", z.ZodTypeAny, {
196
+ url: string;
197
+ }, {
198
+ url: string;
199
+ }>>;
200
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
201
+ self: z.ZodOptional<z.ZodObject<{
202
+ url: z.ZodString;
203
+ }, "strip", z.ZodTypeAny, {
204
+ url: string;
205
+ }, {
206
+ url: string;
207
+ }>>;
208
+ restore: z.ZodOptional<z.ZodObject<{
209
+ url: z.ZodString;
210
+ }, "strip", z.ZodTypeAny, {
211
+ url: string;
212
+ }, {
213
+ url: string;
214
+ }>>;
215
+ }, z.ZodTypeAny, "passthrough">>>;
216
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
217
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
218
+ id_string: z.ZodOptional<z.ZodString>;
219
+ name: z.ZodOptional<z.ZodString>;
220
+ title: z.ZodOptional<z.ZodString>;
221
+ entity_type: z.ZodString;
222
+ module: z.ZodOptional<z.ZodString>;
223
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
224
+ project: z.ZodOptional<z.ZodObject<{
225
+ id: z.ZodNumber;
226
+ id_string: z.ZodOptional<z.ZodString>;
227
+ name: z.ZodString;
228
+ }, "strip", z.ZodTypeAny, {
229
+ id: number;
230
+ name: string;
231
+ id_string?: string | undefined;
232
+ }, {
233
+ id: number;
234
+ name: string;
235
+ id_string?: string | undefined;
236
+ }>>;
237
+ deleted_by: z.ZodOptional<z.ZodObject<{
238
+ id: z.ZodString;
239
+ name: z.ZodString;
240
+ email: z.ZodOptional<z.ZodString>;
241
+ zpuid: z.ZodOptional<z.ZodString>;
242
+ }, "strip", z.ZodTypeAny, {
243
+ id: string;
244
+ name: string;
245
+ email?: string | undefined;
246
+ zpuid?: string | undefined;
247
+ }, {
248
+ id: string;
249
+ name: string;
250
+ email?: string | undefined;
251
+ zpuid?: string | undefined;
252
+ }>>;
253
+ deleted_person: z.ZodOptional<z.ZodString>;
254
+ deleted_time: z.ZodOptional<z.ZodString>;
255
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
256
+ created_by: z.ZodOptional<z.ZodObject<{
257
+ id: z.ZodString;
258
+ name: z.ZodString;
259
+ email: z.ZodOptional<z.ZodString>;
260
+ zpuid: z.ZodOptional<z.ZodString>;
261
+ }, "strip", z.ZodTypeAny, {
262
+ id: string;
263
+ name: string;
264
+ email?: string | undefined;
265
+ zpuid?: string | undefined;
266
+ }, {
267
+ id: string;
268
+ name: string;
269
+ email?: string | undefined;
270
+ zpuid?: string | undefined;
271
+ }>>;
272
+ created_time: z.ZodOptional<z.ZodString>;
273
+ created_time_long: z.ZodOptional<z.ZodNumber>;
274
+ days_remaining: z.ZodOptional<z.ZodNumber>;
275
+ link: z.ZodOptional<z.ZodObject<{
276
+ self: z.ZodOptional<z.ZodObject<{
277
+ url: z.ZodString;
278
+ }, "strip", z.ZodTypeAny, {
279
+ url: string;
280
+ }, {
281
+ url: string;
282
+ }>>;
283
+ restore: z.ZodOptional<z.ZodObject<{
284
+ url: z.ZodString;
285
+ }, "strip", z.ZodTypeAny, {
286
+ url: string;
287
+ }, {
288
+ url: string;
289
+ }>>;
290
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
291
+ self: z.ZodOptional<z.ZodObject<{
292
+ url: z.ZodString;
293
+ }, "strip", z.ZodTypeAny, {
294
+ url: string;
295
+ }, {
296
+ url: string;
297
+ }>>;
298
+ restore: z.ZodOptional<z.ZodObject<{
299
+ url: z.ZodString;
300
+ }, "strip", z.ZodTypeAny, {
301
+ url: string;
302
+ }, {
303
+ url: string;
304
+ }>>;
305
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
306
+ self: z.ZodOptional<z.ZodObject<{
307
+ url: z.ZodString;
308
+ }, "strip", z.ZodTypeAny, {
309
+ url: string;
310
+ }, {
311
+ url: string;
312
+ }>>;
313
+ restore: z.ZodOptional<z.ZodObject<{
314
+ url: z.ZodString;
315
+ }, "strip", z.ZodTypeAny, {
316
+ url: string;
317
+ }, {
318
+ url: string;
319
+ }>>;
320
+ }, z.ZodTypeAny, "passthrough">>>;
321
+ }, z.ZodTypeAny, "passthrough">>;
322
+ export type TrashItem = z.infer<typeof TrashItemSchema>;
323
+ export declare const TrashListResponseSchema: z.ZodObject<{
324
+ trash: z.ZodOptional<z.ZodArray<z.ZodObject<{
325
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
326
+ id_string: z.ZodOptional<z.ZodString>;
327
+ name: z.ZodOptional<z.ZodString>;
328
+ title: z.ZodOptional<z.ZodString>;
329
+ entity_type: z.ZodString;
330
+ module: z.ZodOptional<z.ZodString>;
331
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
332
+ project: z.ZodOptional<z.ZodObject<{
333
+ id: z.ZodNumber;
334
+ id_string: z.ZodOptional<z.ZodString>;
335
+ name: z.ZodString;
336
+ }, "strip", z.ZodTypeAny, {
337
+ id: number;
338
+ name: string;
339
+ id_string?: string | undefined;
340
+ }, {
341
+ id: number;
342
+ name: string;
343
+ id_string?: string | undefined;
344
+ }>>;
345
+ deleted_by: z.ZodOptional<z.ZodObject<{
346
+ id: z.ZodString;
347
+ name: z.ZodString;
348
+ email: z.ZodOptional<z.ZodString>;
349
+ zpuid: z.ZodOptional<z.ZodString>;
350
+ }, "strip", z.ZodTypeAny, {
351
+ id: string;
352
+ name: string;
353
+ email?: string | undefined;
354
+ zpuid?: string | undefined;
355
+ }, {
356
+ id: string;
357
+ name: string;
358
+ email?: string | undefined;
359
+ zpuid?: string | undefined;
360
+ }>>;
361
+ deleted_person: z.ZodOptional<z.ZodString>;
362
+ deleted_time: z.ZodOptional<z.ZodString>;
363
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
364
+ created_by: z.ZodOptional<z.ZodObject<{
365
+ id: z.ZodString;
366
+ name: z.ZodString;
367
+ email: z.ZodOptional<z.ZodString>;
368
+ zpuid: z.ZodOptional<z.ZodString>;
369
+ }, "strip", z.ZodTypeAny, {
370
+ id: string;
371
+ name: string;
372
+ email?: string | undefined;
373
+ zpuid?: string | undefined;
374
+ }, {
375
+ id: string;
376
+ name: string;
377
+ email?: string | undefined;
378
+ zpuid?: string | undefined;
379
+ }>>;
380
+ created_time: z.ZodOptional<z.ZodString>;
381
+ created_time_long: z.ZodOptional<z.ZodNumber>;
382
+ days_remaining: z.ZodOptional<z.ZodNumber>;
383
+ link: z.ZodOptional<z.ZodObject<{
384
+ self: z.ZodOptional<z.ZodObject<{
385
+ url: z.ZodString;
386
+ }, "strip", z.ZodTypeAny, {
387
+ url: string;
388
+ }, {
389
+ url: string;
390
+ }>>;
391
+ restore: z.ZodOptional<z.ZodObject<{
392
+ url: z.ZodString;
393
+ }, "strip", z.ZodTypeAny, {
394
+ url: string;
395
+ }, {
396
+ url: string;
397
+ }>>;
398
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
399
+ self: z.ZodOptional<z.ZodObject<{
400
+ url: z.ZodString;
401
+ }, "strip", z.ZodTypeAny, {
402
+ url: string;
403
+ }, {
404
+ url: string;
405
+ }>>;
406
+ restore: z.ZodOptional<z.ZodObject<{
407
+ url: z.ZodString;
408
+ }, "strip", z.ZodTypeAny, {
409
+ url: string;
410
+ }, {
411
+ url: string;
412
+ }>>;
413
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
414
+ self: z.ZodOptional<z.ZodObject<{
415
+ url: z.ZodString;
416
+ }, "strip", z.ZodTypeAny, {
417
+ url: string;
418
+ }, {
419
+ url: string;
420
+ }>>;
421
+ restore: z.ZodOptional<z.ZodObject<{
422
+ url: z.ZodString;
423
+ }, "strip", z.ZodTypeAny, {
424
+ url: string;
425
+ }, {
426
+ url: string;
427
+ }>>;
428
+ }, z.ZodTypeAny, "passthrough">>>;
429
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
430
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
431
+ id_string: z.ZodOptional<z.ZodString>;
432
+ name: z.ZodOptional<z.ZodString>;
433
+ title: z.ZodOptional<z.ZodString>;
434
+ entity_type: z.ZodString;
435
+ module: z.ZodOptional<z.ZodString>;
436
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
437
+ project: z.ZodOptional<z.ZodObject<{
438
+ id: z.ZodNumber;
439
+ id_string: z.ZodOptional<z.ZodString>;
440
+ name: z.ZodString;
441
+ }, "strip", z.ZodTypeAny, {
442
+ id: number;
443
+ name: string;
444
+ id_string?: string | undefined;
445
+ }, {
446
+ id: number;
447
+ name: string;
448
+ id_string?: string | undefined;
449
+ }>>;
450
+ deleted_by: z.ZodOptional<z.ZodObject<{
451
+ id: z.ZodString;
452
+ name: z.ZodString;
453
+ email: z.ZodOptional<z.ZodString>;
454
+ zpuid: z.ZodOptional<z.ZodString>;
455
+ }, "strip", z.ZodTypeAny, {
456
+ id: string;
457
+ name: string;
458
+ email?: string | undefined;
459
+ zpuid?: string | undefined;
460
+ }, {
461
+ id: string;
462
+ name: string;
463
+ email?: string | undefined;
464
+ zpuid?: string | undefined;
465
+ }>>;
466
+ deleted_person: z.ZodOptional<z.ZodString>;
467
+ deleted_time: z.ZodOptional<z.ZodString>;
468
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
469
+ created_by: z.ZodOptional<z.ZodObject<{
470
+ id: z.ZodString;
471
+ name: z.ZodString;
472
+ email: z.ZodOptional<z.ZodString>;
473
+ zpuid: z.ZodOptional<z.ZodString>;
474
+ }, "strip", z.ZodTypeAny, {
475
+ id: string;
476
+ name: string;
477
+ email?: string | undefined;
478
+ zpuid?: string | undefined;
479
+ }, {
480
+ id: string;
481
+ name: string;
482
+ email?: string | undefined;
483
+ zpuid?: string | undefined;
484
+ }>>;
485
+ created_time: z.ZodOptional<z.ZodString>;
486
+ created_time_long: z.ZodOptional<z.ZodNumber>;
487
+ days_remaining: z.ZodOptional<z.ZodNumber>;
488
+ link: z.ZodOptional<z.ZodObject<{
489
+ self: z.ZodOptional<z.ZodObject<{
490
+ url: z.ZodString;
491
+ }, "strip", z.ZodTypeAny, {
492
+ url: string;
493
+ }, {
494
+ url: string;
495
+ }>>;
496
+ restore: z.ZodOptional<z.ZodObject<{
497
+ url: z.ZodString;
498
+ }, "strip", z.ZodTypeAny, {
499
+ url: string;
500
+ }, {
501
+ url: string;
502
+ }>>;
503
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
504
+ self: z.ZodOptional<z.ZodObject<{
505
+ url: z.ZodString;
506
+ }, "strip", z.ZodTypeAny, {
507
+ url: string;
508
+ }, {
509
+ url: string;
510
+ }>>;
511
+ restore: z.ZodOptional<z.ZodObject<{
512
+ url: z.ZodString;
513
+ }, "strip", z.ZodTypeAny, {
514
+ url: string;
515
+ }, {
516
+ url: string;
517
+ }>>;
518
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
519
+ self: z.ZodOptional<z.ZodObject<{
520
+ url: z.ZodString;
521
+ }, "strip", z.ZodTypeAny, {
522
+ url: string;
523
+ }, {
524
+ url: string;
525
+ }>>;
526
+ restore: z.ZodOptional<z.ZodObject<{
527
+ url: z.ZodString;
528
+ }, "strip", z.ZodTypeAny, {
529
+ url: string;
530
+ }, {
531
+ url: string;
532
+ }>>;
533
+ }, z.ZodTypeAny, "passthrough">>>;
534
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
535
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
536
+ id_string: z.ZodOptional<z.ZodString>;
537
+ name: z.ZodOptional<z.ZodString>;
538
+ title: z.ZodOptional<z.ZodString>;
539
+ entity_type: z.ZodString;
540
+ module: z.ZodOptional<z.ZodString>;
541
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
542
+ project: z.ZodOptional<z.ZodObject<{
543
+ id: z.ZodNumber;
544
+ id_string: z.ZodOptional<z.ZodString>;
545
+ name: z.ZodString;
546
+ }, "strip", z.ZodTypeAny, {
547
+ id: number;
548
+ name: string;
549
+ id_string?: string | undefined;
550
+ }, {
551
+ id: number;
552
+ name: string;
553
+ id_string?: string | undefined;
554
+ }>>;
555
+ deleted_by: z.ZodOptional<z.ZodObject<{
556
+ id: z.ZodString;
557
+ name: z.ZodString;
558
+ email: z.ZodOptional<z.ZodString>;
559
+ zpuid: z.ZodOptional<z.ZodString>;
560
+ }, "strip", z.ZodTypeAny, {
561
+ id: string;
562
+ name: string;
563
+ email?: string | undefined;
564
+ zpuid?: string | undefined;
565
+ }, {
566
+ id: string;
567
+ name: string;
568
+ email?: string | undefined;
569
+ zpuid?: string | undefined;
570
+ }>>;
571
+ deleted_person: z.ZodOptional<z.ZodString>;
572
+ deleted_time: z.ZodOptional<z.ZodString>;
573
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
574
+ created_by: z.ZodOptional<z.ZodObject<{
575
+ id: z.ZodString;
576
+ name: z.ZodString;
577
+ email: z.ZodOptional<z.ZodString>;
578
+ zpuid: z.ZodOptional<z.ZodString>;
579
+ }, "strip", z.ZodTypeAny, {
580
+ id: string;
581
+ name: string;
582
+ email?: string | undefined;
583
+ zpuid?: string | undefined;
584
+ }, {
585
+ id: string;
586
+ name: string;
587
+ email?: string | undefined;
588
+ zpuid?: string | undefined;
589
+ }>>;
590
+ created_time: z.ZodOptional<z.ZodString>;
591
+ created_time_long: z.ZodOptional<z.ZodNumber>;
592
+ days_remaining: z.ZodOptional<z.ZodNumber>;
593
+ link: z.ZodOptional<z.ZodObject<{
594
+ self: z.ZodOptional<z.ZodObject<{
595
+ url: z.ZodString;
596
+ }, "strip", z.ZodTypeAny, {
597
+ url: string;
598
+ }, {
599
+ url: string;
600
+ }>>;
601
+ restore: z.ZodOptional<z.ZodObject<{
602
+ url: z.ZodString;
603
+ }, "strip", z.ZodTypeAny, {
604
+ url: string;
605
+ }, {
606
+ url: string;
607
+ }>>;
608
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
609
+ self: z.ZodOptional<z.ZodObject<{
610
+ url: z.ZodString;
611
+ }, "strip", z.ZodTypeAny, {
612
+ url: string;
613
+ }, {
614
+ url: string;
615
+ }>>;
616
+ restore: z.ZodOptional<z.ZodObject<{
617
+ url: z.ZodString;
618
+ }, "strip", z.ZodTypeAny, {
619
+ url: string;
620
+ }, {
621
+ url: string;
622
+ }>>;
623
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
624
+ self: z.ZodOptional<z.ZodObject<{
625
+ url: z.ZodString;
626
+ }, "strip", z.ZodTypeAny, {
627
+ url: string;
628
+ }, {
629
+ url: string;
630
+ }>>;
631
+ restore: z.ZodOptional<z.ZodObject<{
632
+ url: z.ZodString;
633
+ }, "strip", z.ZodTypeAny, {
634
+ url: string;
635
+ }, {
636
+ url: string;
637
+ }>>;
638
+ }, z.ZodTypeAny, "passthrough">>>;
639
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
640
+ deleted_items: z.ZodOptional<z.ZodArray<z.ZodObject<{
641
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
642
+ id_string: z.ZodOptional<z.ZodString>;
643
+ name: z.ZodOptional<z.ZodString>;
644
+ title: z.ZodOptional<z.ZodString>;
645
+ entity_type: z.ZodString;
646
+ module: z.ZodOptional<z.ZodString>;
647
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
648
+ project: z.ZodOptional<z.ZodObject<{
649
+ id: z.ZodNumber;
650
+ id_string: z.ZodOptional<z.ZodString>;
651
+ name: z.ZodString;
652
+ }, "strip", z.ZodTypeAny, {
653
+ id: number;
654
+ name: string;
655
+ id_string?: string | undefined;
656
+ }, {
657
+ id: number;
658
+ name: string;
659
+ id_string?: string | undefined;
660
+ }>>;
661
+ deleted_by: z.ZodOptional<z.ZodObject<{
662
+ id: z.ZodString;
663
+ name: z.ZodString;
664
+ email: z.ZodOptional<z.ZodString>;
665
+ zpuid: z.ZodOptional<z.ZodString>;
666
+ }, "strip", z.ZodTypeAny, {
667
+ id: string;
668
+ name: string;
669
+ email?: string | undefined;
670
+ zpuid?: string | undefined;
671
+ }, {
672
+ id: string;
673
+ name: string;
674
+ email?: string | undefined;
675
+ zpuid?: string | undefined;
676
+ }>>;
677
+ deleted_person: z.ZodOptional<z.ZodString>;
678
+ deleted_time: z.ZodOptional<z.ZodString>;
679
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
680
+ created_by: z.ZodOptional<z.ZodObject<{
681
+ id: z.ZodString;
682
+ name: z.ZodString;
683
+ email: z.ZodOptional<z.ZodString>;
684
+ zpuid: z.ZodOptional<z.ZodString>;
685
+ }, "strip", z.ZodTypeAny, {
686
+ id: string;
687
+ name: string;
688
+ email?: string | undefined;
689
+ zpuid?: string | undefined;
690
+ }, {
691
+ id: string;
692
+ name: string;
693
+ email?: string | undefined;
694
+ zpuid?: string | undefined;
695
+ }>>;
696
+ created_time: z.ZodOptional<z.ZodString>;
697
+ created_time_long: z.ZodOptional<z.ZodNumber>;
698
+ days_remaining: z.ZodOptional<z.ZodNumber>;
699
+ link: z.ZodOptional<z.ZodObject<{
700
+ self: z.ZodOptional<z.ZodObject<{
701
+ url: z.ZodString;
702
+ }, "strip", z.ZodTypeAny, {
703
+ url: string;
704
+ }, {
705
+ url: string;
706
+ }>>;
707
+ restore: z.ZodOptional<z.ZodObject<{
708
+ url: z.ZodString;
709
+ }, "strip", z.ZodTypeAny, {
710
+ url: string;
711
+ }, {
712
+ url: string;
713
+ }>>;
714
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
715
+ self: z.ZodOptional<z.ZodObject<{
716
+ url: z.ZodString;
717
+ }, "strip", z.ZodTypeAny, {
718
+ url: string;
719
+ }, {
720
+ url: string;
721
+ }>>;
722
+ restore: z.ZodOptional<z.ZodObject<{
723
+ url: z.ZodString;
724
+ }, "strip", z.ZodTypeAny, {
725
+ url: string;
726
+ }, {
727
+ url: string;
728
+ }>>;
729
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
730
+ self: z.ZodOptional<z.ZodObject<{
731
+ url: z.ZodString;
732
+ }, "strip", z.ZodTypeAny, {
733
+ url: string;
734
+ }, {
735
+ url: string;
736
+ }>>;
737
+ restore: z.ZodOptional<z.ZodObject<{
738
+ url: z.ZodString;
739
+ }, "strip", z.ZodTypeAny, {
740
+ url: string;
741
+ }, {
742
+ url: string;
743
+ }>>;
744
+ }, z.ZodTypeAny, "passthrough">>>;
745
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
746
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
747
+ id_string: z.ZodOptional<z.ZodString>;
748
+ name: z.ZodOptional<z.ZodString>;
749
+ title: z.ZodOptional<z.ZodString>;
750
+ entity_type: z.ZodString;
751
+ module: z.ZodOptional<z.ZodString>;
752
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
753
+ project: z.ZodOptional<z.ZodObject<{
754
+ id: z.ZodNumber;
755
+ id_string: z.ZodOptional<z.ZodString>;
756
+ name: z.ZodString;
757
+ }, "strip", z.ZodTypeAny, {
758
+ id: number;
759
+ name: string;
760
+ id_string?: string | undefined;
761
+ }, {
762
+ id: number;
763
+ name: string;
764
+ id_string?: string | undefined;
765
+ }>>;
766
+ deleted_by: z.ZodOptional<z.ZodObject<{
767
+ id: z.ZodString;
768
+ name: z.ZodString;
769
+ email: z.ZodOptional<z.ZodString>;
770
+ zpuid: z.ZodOptional<z.ZodString>;
771
+ }, "strip", z.ZodTypeAny, {
772
+ id: string;
773
+ name: string;
774
+ email?: string | undefined;
775
+ zpuid?: string | undefined;
776
+ }, {
777
+ id: string;
778
+ name: string;
779
+ email?: string | undefined;
780
+ zpuid?: string | undefined;
781
+ }>>;
782
+ deleted_person: z.ZodOptional<z.ZodString>;
783
+ deleted_time: z.ZodOptional<z.ZodString>;
784
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
785
+ created_by: z.ZodOptional<z.ZodObject<{
786
+ id: z.ZodString;
787
+ name: z.ZodString;
788
+ email: z.ZodOptional<z.ZodString>;
789
+ zpuid: z.ZodOptional<z.ZodString>;
790
+ }, "strip", z.ZodTypeAny, {
791
+ id: string;
792
+ name: string;
793
+ email?: string | undefined;
794
+ zpuid?: string | undefined;
795
+ }, {
796
+ id: string;
797
+ name: string;
798
+ email?: string | undefined;
799
+ zpuid?: string | undefined;
800
+ }>>;
801
+ created_time: z.ZodOptional<z.ZodString>;
802
+ created_time_long: z.ZodOptional<z.ZodNumber>;
803
+ days_remaining: z.ZodOptional<z.ZodNumber>;
804
+ link: z.ZodOptional<z.ZodObject<{
805
+ self: z.ZodOptional<z.ZodObject<{
806
+ url: z.ZodString;
807
+ }, "strip", z.ZodTypeAny, {
808
+ url: string;
809
+ }, {
810
+ url: string;
811
+ }>>;
812
+ restore: z.ZodOptional<z.ZodObject<{
813
+ url: z.ZodString;
814
+ }, "strip", z.ZodTypeAny, {
815
+ url: string;
816
+ }, {
817
+ url: string;
818
+ }>>;
819
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
820
+ self: z.ZodOptional<z.ZodObject<{
821
+ url: z.ZodString;
822
+ }, "strip", z.ZodTypeAny, {
823
+ url: string;
824
+ }, {
825
+ url: string;
826
+ }>>;
827
+ restore: z.ZodOptional<z.ZodObject<{
828
+ url: z.ZodString;
829
+ }, "strip", z.ZodTypeAny, {
830
+ url: string;
831
+ }, {
832
+ url: string;
833
+ }>>;
834
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
835
+ self: z.ZodOptional<z.ZodObject<{
836
+ url: z.ZodString;
837
+ }, "strip", z.ZodTypeAny, {
838
+ url: string;
839
+ }, {
840
+ url: string;
841
+ }>>;
842
+ restore: z.ZodOptional<z.ZodObject<{
843
+ url: z.ZodString;
844
+ }, "strip", z.ZodTypeAny, {
845
+ url: string;
846
+ }, {
847
+ url: string;
848
+ }>>;
849
+ }, z.ZodTypeAny, "passthrough">>>;
850
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
851
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
852
+ id_string: z.ZodOptional<z.ZodString>;
853
+ name: z.ZodOptional<z.ZodString>;
854
+ title: z.ZodOptional<z.ZodString>;
855
+ entity_type: z.ZodString;
856
+ module: z.ZodOptional<z.ZodString>;
857
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
858
+ project: z.ZodOptional<z.ZodObject<{
859
+ id: z.ZodNumber;
860
+ id_string: z.ZodOptional<z.ZodString>;
861
+ name: z.ZodString;
862
+ }, "strip", z.ZodTypeAny, {
863
+ id: number;
864
+ name: string;
865
+ id_string?: string | undefined;
866
+ }, {
867
+ id: number;
868
+ name: string;
869
+ id_string?: string | undefined;
870
+ }>>;
871
+ deleted_by: z.ZodOptional<z.ZodObject<{
872
+ id: z.ZodString;
873
+ name: z.ZodString;
874
+ email: z.ZodOptional<z.ZodString>;
875
+ zpuid: z.ZodOptional<z.ZodString>;
876
+ }, "strip", z.ZodTypeAny, {
877
+ id: string;
878
+ name: string;
879
+ email?: string | undefined;
880
+ zpuid?: string | undefined;
881
+ }, {
882
+ id: string;
883
+ name: string;
884
+ email?: string | undefined;
885
+ zpuid?: string | undefined;
886
+ }>>;
887
+ deleted_person: z.ZodOptional<z.ZodString>;
888
+ deleted_time: z.ZodOptional<z.ZodString>;
889
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
890
+ created_by: z.ZodOptional<z.ZodObject<{
891
+ id: z.ZodString;
892
+ name: z.ZodString;
893
+ email: z.ZodOptional<z.ZodString>;
894
+ zpuid: z.ZodOptional<z.ZodString>;
895
+ }, "strip", z.ZodTypeAny, {
896
+ id: string;
897
+ name: string;
898
+ email?: string | undefined;
899
+ zpuid?: string | undefined;
900
+ }, {
901
+ id: string;
902
+ name: string;
903
+ email?: string | undefined;
904
+ zpuid?: string | undefined;
905
+ }>>;
906
+ created_time: z.ZodOptional<z.ZodString>;
907
+ created_time_long: z.ZodOptional<z.ZodNumber>;
908
+ days_remaining: z.ZodOptional<z.ZodNumber>;
909
+ link: z.ZodOptional<z.ZodObject<{
910
+ self: z.ZodOptional<z.ZodObject<{
911
+ url: z.ZodString;
912
+ }, "strip", z.ZodTypeAny, {
913
+ url: string;
914
+ }, {
915
+ url: string;
916
+ }>>;
917
+ restore: z.ZodOptional<z.ZodObject<{
918
+ url: z.ZodString;
919
+ }, "strip", z.ZodTypeAny, {
920
+ url: string;
921
+ }, {
922
+ url: string;
923
+ }>>;
924
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
925
+ self: z.ZodOptional<z.ZodObject<{
926
+ url: z.ZodString;
927
+ }, "strip", z.ZodTypeAny, {
928
+ url: string;
929
+ }, {
930
+ url: string;
931
+ }>>;
932
+ restore: z.ZodOptional<z.ZodObject<{
933
+ url: z.ZodString;
934
+ }, "strip", z.ZodTypeAny, {
935
+ url: string;
936
+ }, {
937
+ url: string;
938
+ }>>;
939
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
940
+ self: z.ZodOptional<z.ZodObject<{
941
+ url: z.ZodString;
942
+ }, "strip", z.ZodTypeAny, {
943
+ url: string;
944
+ }, {
945
+ url: string;
946
+ }>>;
947
+ restore: z.ZodOptional<z.ZodObject<{
948
+ url: z.ZodString;
949
+ }, "strip", z.ZodTypeAny, {
950
+ url: string;
951
+ }, {
952
+ url: string;
953
+ }>>;
954
+ }, z.ZodTypeAny, "passthrough">>>;
955
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
956
+ page_info: z.ZodOptional<z.ZodObject<{
957
+ page: z.ZodNumber;
958
+ per_page: z.ZodNumber;
959
+ total_count: z.ZodOptional<z.ZodNumber>;
960
+ has_more_page: z.ZodOptional<z.ZodBoolean>;
961
+ }, "strip", z.ZodTypeAny, {
962
+ page: number;
963
+ per_page: number;
964
+ total_count?: number | undefined;
965
+ has_more_page?: boolean | undefined;
966
+ }, {
967
+ page: number;
968
+ per_page: number;
969
+ total_count?: number | undefined;
970
+ has_more_page?: boolean | undefined;
971
+ }>>;
972
+ }, "strip", z.ZodTypeAny, {
973
+ page_info?: {
974
+ page: number;
975
+ per_page: number;
976
+ total_count?: number | undefined;
977
+ has_more_page?: boolean | undefined;
978
+ } | undefined;
979
+ trash?: z.objectOutputType<{
980
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
981
+ id_string: z.ZodOptional<z.ZodString>;
982
+ name: z.ZodOptional<z.ZodString>;
983
+ title: z.ZodOptional<z.ZodString>;
984
+ entity_type: z.ZodString;
985
+ module: z.ZodOptional<z.ZodString>;
986
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
987
+ project: z.ZodOptional<z.ZodObject<{
988
+ id: z.ZodNumber;
989
+ id_string: z.ZodOptional<z.ZodString>;
990
+ name: z.ZodString;
991
+ }, "strip", z.ZodTypeAny, {
992
+ id: number;
993
+ name: string;
994
+ id_string?: string | undefined;
995
+ }, {
996
+ id: number;
997
+ name: string;
998
+ id_string?: string | undefined;
999
+ }>>;
1000
+ deleted_by: z.ZodOptional<z.ZodObject<{
1001
+ id: z.ZodString;
1002
+ name: z.ZodString;
1003
+ email: z.ZodOptional<z.ZodString>;
1004
+ zpuid: z.ZodOptional<z.ZodString>;
1005
+ }, "strip", z.ZodTypeAny, {
1006
+ id: string;
1007
+ name: string;
1008
+ email?: string | undefined;
1009
+ zpuid?: string | undefined;
1010
+ }, {
1011
+ id: string;
1012
+ name: string;
1013
+ email?: string | undefined;
1014
+ zpuid?: string | undefined;
1015
+ }>>;
1016
+ deleted_person: z.ZodOptional<z.ZodString>;
1017
+ deleted_time: z.ZodOptional<z.ZodString>;
1018
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
1019
+ created_by: z.ZodOptional<z.ZodObject<{
1020
+ id: z.ZodString;
1021
+ name: z.ZodString;
1022
+ email: z.ZodOptional<z.ZodString>;
1023
+ zpuid: z.ZodOptional<z.ZodString>;
1024
+ }, "strip", z.ZodTypeAny, {
1025
+ id: string;
1026
+ name: string;
1027
+ email?: string | undefined;
1028
+ zpuid?: string | undefined;
1029
+ }, {
1030
+ id: string;
1031
+ name: string;
1032
+ email?: string | undefined;
1033
+ zpuid?: string | undefined;
1034
+ }>>;
1035
+ created_time: z.ZodOptional<z.ZodString>;
1036
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1037
+ days_remaining: z.ZodOptional<z.ZodNumber>;
1038
+ link: z.ZodOptional<z.ZodObject<{
1039
+ self: z.ZodOptional<z.ZodObject<{
1040
+ url: z.ZodString;
1041
+ }, "strip", z.ZodTypeAny, {
1042
+ url: string;
1043
+ }, {
1044
+ url: string;
1045
+ }>>;
1046
+ restore: z.ZodOptional<z.ZodObject<{
1047
+ url: z.ZodString;
1048
+ }, "strip", z.ZodTypeAny, {
1049
+ url: string;
1050
+ }, {
1051
+ url: string;
1052
+ }>>;
1053
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1054
+ self: z.ZodOptional<z.ZodObject<{
1055
+ url: z.ZodString;
1056
+ }, "strip", z.ZodTypeAny, {
1057
+ url: string;
1058
+ }, {
1059
+ url: string;
1060
+ }>>;
1061
+ restore: z.ZodOptional<z.ZodObject<{
1062
+ url: z.ZodString;
1063
+ }, "strip", z.ZodTypeAny, {
1064
+ url: string;
1065
+ }, {
1066
+ url: string;
1067
+ }>>;
1068
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1069
+ self: z.ZodOptional<z.ZodObject<{
1070
+ url: z.ZodString;
1071
+ }, "strip", z.ZodTypeAny, {
1072
+ url: string;
1073
+ }, {
1074
+ url: string;
1075
+ }>>;
1076
+ restore: z.ZodOptional<z.ZodObject<{
1077
+ url: z.ZodString;
1078
+ }, "strip", z.ZodTypeAny, {
1079
+ url: string;
1080
+ }, {
1081
+ url: string;
1082
+ }>>;
1083
+ }, z.ZodTypeAny, "passthrough">>>;
1084
+ }, z.ZodTypeAny, "passthrough">[] | undefined;
1085
+ deleted_items?: z.objectOutputType<{
1086
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1087
+ id_string: z.ZodOptional<z.ZodString>;
1088
+ name: z.ZodOptional<z.ZodString>;
1089
+ title: z.ZodOptional<z.ZodString>;
1090
+ entity_type: z.ZodString;
1091
+ module: z.ZodOptional<z.ZodString>;
1092
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1093
+ project: z.ZodOptional<z.ZodObject<{
1094
+ id: z.ZodNumber;
1095
+ id_string: z.ZodOptional<z.ZodString>;
1096
+ name: z.ZodString;
1097
+ }, "strip", z.ZodTypeAny, {
1098
+ id: number;
1099
+ name: string;
1100
+ id_string?: string | undefined;
1101
+ }, {
1102
+ id: number;
1103
+ name: string;
1104
+ id_string?: string | undefined;
1105
+ }>>;
1106
+ deleted_by: z.ZodOptional<z.ZodObject<{
1107
+ id: z.ZodString;
1108
+ name: z.ZodString;
1109
+ email: z.ZodOptional<z.ZodString>;
1110
+ zpuid: z.ZodOptional<z.ZodString>;
1111
+ }, "strip", z.ZodTypeAny, {
1112
+ id: string;
1113
+ name: string;
1114
+ email?: string | undefined;
1115
+ zpuid?: string | undefined;
1116
+ }, {
1117
+ id: string;
1118
+ name: string;
1119
+ email?: string | undefined;
1120
+ zpuid?: string | undefined;
1121
+ }>>;
1122
+ deleted_person: z.ZodOptional<z.ZodString>;
1123
+ deleted_time: z.ZodOptional<z.ZodString>;
1124
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
1125
+ created_by: z.ZodOptional<z.ZodObject<{
1126
+ id: z.ZodString;
1127
+ name: z.ZodString;
1128
+ email: z.ZodOptional<z.ZodString>;
1129
+ zpuid: z.ZodOptional<z.ZodString>;
1130
+ }, "strip", z.ZodTypeAny, {
1131
+ id: string;
1132
+ name: string;
1133
+ email?: string | undefined;
1134
+ zpuid?: string | undefined;
1135
+ }, {
1136
+ id: string;
1137
+ name: string;
1138
+ email?: string | undefined;
1139
+ zpuid?: string | undefined;
1140
+ }>>;
1141
+ created_time: z.ZodOptional<z.ZodString>;
1142
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1143
+ days_remaining: z.ZodOptional<z.ZodNumber>;
1144
+ link: z.ZodOptional<z.ZodObject<{
1145
+ self: z.ZodOptional<z.ZodObject<{
1146
+ url: z.ZodString;
1147
+ }, "strip", z.ZodTypeAny, {
1148
+ url: string;
1149
+ }, {
1150
+ url: string;
1151
+ }>>;
1152
+ restore: z.ZodOptional<z.ZodObject<{
1153
+ url: z.ZodString;
1154
+ }, "strip", z.ZodTypeAny, {
1155
+ url: string;
1156
+ }, {
1157
+ url: string;
1158
+ }>>;
1159
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1160
+ self: z.ZodOptional<z.ZodObject<{
1161
+ url: z.ZodString;
1162
+ }, "strip", z.ZodTypeAny, {
1163
+ url: string;
1164
+ }, {
1165
+ url: string;
1166
+ }>>;
1167
+ restore: z.ZodOptional<z.ZodObject<{
1168
+ url: z.ZodString;
1169
+ }, "strip", z.ZodTypeAny, {
1170
+ url: string;
1171
+ }, {
1172
+ url: string;
1173
+ }>>;
1174
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1175
+ self: z.ZodOptional<z.ZodObject<{
1176
+ url: z.ZodString;
1177
+ }, "strip", z.ZodTypeAny, {
1178
+ url: string;
1179
+ }, {
1180
+ url: string;
1181
+ }>>;
1182
+ restore: z.ZodOptional<z.ZodObject<{
1183
+ url: z.ZodString;
1184
+ }, "strip", z.ZodTypeAny, {
1185
+ url: string;
1186
+ }, {
1187
+ url: string;
1188
+ }>>;
1189
+ }, z.ZodTypeAny, "passthrough">>>;
1190
+ }, z.ZodTypeAny, "passthrough">[] | undefined;
1191
+ }, {
1192
+ page_info?: {
1193
+ page: number;
1194
+ per_page: number;
1195
+ total_count?: number | undefined;
1196
+ has_more_page?: boolean | undefined;
1197
+ } | undefined;
1198
+ trash?: z.objectInputType<{
1199
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1200
+ id_string: z.ZodOptional<z.ZodString>;
1201
+ name: z.ZodOptional<z.ZodString>;
1202
+ title: z.ZodOptional<z.ZodString>;
1203
+ entity_type: z.ZodString;
1204
+ module: z.ZodOptional<z.ZodString>;
1205
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1206
+ project: z.ZodOptional<z.ZodObject<{
1207
+ id: z.ZodNumber;
1208
+ id_string: z.ZodOptional<z.ZodString>;
1209
+ name: z.ZodString;
1210
+ }, "strip", z.ZodTypeAny, {
1211
+ id: number;
1212
+ name: string;
1213
+ id_string?: string | undefined;
1214
+ }, {
1215
+ id: number;
1216
+ name: string;
1217
+ id_string?: string | undefined;
1218
+ }>>;
1219
+ deleted_by: z.ZodOptional<z.ZodObject<{
1220
+ id: z.ZodString;
1221
+ name: z.ZodString;
1222
+ email: z.ZodOptional<z.ZodString>;
1223
+ zpuid: z.ZodOptional<z.ZodString>;
1224
+ }, "strip", z.ZodTypeAny, {
1225
+ id: string;
1226
+ name: string;
1227
+ email?: string | undefined;
1228
+ zpuid?: string | undefined;
1229
+ }, {
1230
+ id: string;
1231
+ name: string;
1232
+ email?: string | undefined;
1233
+ zpuid?: string | undefined;
1234
+ }>>;
1235
+ deleted_person: z.ZodOptional<z.ZodString>;
1236
+ deleted_time: z.ZodOptional<z.ZodString>;
1237
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
1238
+ created_by: z.ZodOptional<z.ZodObject<{
1239
+ id: z.ZodString;
1240
+ name: z.ZodString;
1241
+ email: z.ZodOptional<z.ZodString>;
1242
+ zpuid: z.ZodOptional<z.ZodString>;
1243
+ }, "strip", z.ZodTypeAny, {
1244
+ id: string;
1245
+ name: string;
1246
+ email?: string | undefined;
1247
+ zpuid?: string | undefined;
1248
+ }, {
1249
+ id: string;
1250
+ name: string;
1251
+ email?: string | undefined;
1252
+ zpuid?: string | undefined;
1253
+ }>>;
1254
+ created_time: z.ZodOptional<z.ZodString>;
1255
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1256
+ days_remaining: z.ZodOptional<z.ZodNumber>;
1257
+ link: z.ZodOptional<z.ZodObject<{
1258
+ self: z.ZodOptional<z.ZodObject<{
1259
+ url: z.ZodString;
1260
+ }, "strip", z.ZodTypeAny, {
1261
+ url: string;
1262
+ }, {
1263
+ url: string;
1264
+ }>>;
1265
+ restore: z.ZodOptional<z.ZodObject<{
1266
+ url: z.ZodString;
1267
+ }, "strip", z.ZodTypeAny, {
1268
+ url: string;
1269
+ }, {
1270
+ url: string;
1271
+ }>>;
1272
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1273
+ self: z.ZodOptional<z.ZodObject<{
1274
+ url: z.ZodString;
1275
+ }, "strip", z.ZodTypeAny, {
1276
+ url: string;
1277
+ }, {
1278
+ url: string;
1279
+ }>>;
1280
+ restore: z.ZodOptional<z.ZodObject<{
1281
+ url: z.ZodString;
1282
+ }, "strip", z.ZodTypeAny, {
1283
+ url: string;
1284
+ }, {
1285
+ url: string;
1286
+ }>>;
1287
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1288
+ self: z.ZodOptional<z.ZodObject<{
1289
+ url: z.ZodString;
1290
+ }, "strip", z.ZodTypeAny, {
1291
+ url: string;
1292
+ }, {
1293
+ url: string;
1294
+ }>>;
1295
+ restore: z.ZodOptional<z.ZodObject<{
1296
+ url: z.ZodString;
1297
+ }, "strip", z.ZodTypeAny, {
1298
+ url: string;
1299
+ }, {
1300
+ url: string;
1301
+ }>>;
1302
+ }, z.ZodTypeAny, "passthrough">>>;
1303
+ }, z.ZodTypeAny, "passthrough">[] | undefined;
1304
+ deleted_items?: z.objectInputType<{
1305
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1306
+ id_string: z.ZodOptional<z.ZodString>;
1307
+ name: z.ZodOptional<z.ZodString>;
1308
+ title: z.ZodOptional<z.ZodString>;
1309
+ entity_type: z.ZodString;
1310
+ module: z.ZodOptional<z.ZodString>;
1311
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1312
+ project: z.ZodOptional<z.ZodObject<{
1313
+ id: z.ZodNumber;
1314
+ id_string: z.ZodOptional<z.ZodString>;
1315
+ name: z.ZodString;
1316
+ }, "strip", z.ZodTypeAny, {
1317
+ id: number;
1318
+ name: string;
1319
+ id_string?: string | undefined;
1320
+ }, {
1321
+ id: number;
1322
+ name: string;
1323
+ id_string?: string | undefined;
1324
+ }>>;
1325
+ deleted_by: z.ZodOptional<z.ZodObject<{
1326
+ id: z.ZodString;
1327
+ name: z.ZodString;
1328
+ email: z.ZodOptional<z.ZodString>;
1329
+ zpuid: z.ZodOptional<z.ZodString>;
1330
+ }, "strip", z.ZodTypeAny, {
1331
+ id: string;
1332
+ name: string;
1333
+ email?: string | undefined;
1334
+ zpuid?: string | undefined;
1335
+ }, {
1336
+ id: string;
1337
+ name: string;
1338
+ email?: string | undefined;
1339
+ zpuid?: string | undefined;
1340
+ }>>;
1341
+ deleted_person: z.ZodOptional<z.ZodString>;
1342
+ deleted_time: z.ZodOptional<z.ZodString>;
1343
+ deleted_time_long: z.ZodOptional<z.ZodNumber>;
1344
+ created_by: z.ZodOptional<z.ZodObject<{
1345
+ id: z.ZodString;
1346
+ name: z.ZodString;
1347
+ email: z.ZodOptional<z.ZodString>;
1348
+ zpuid: z.ZodOptional<z.ZodString>;
1349
+ }, "strip", z.ZodTypeAny, {
1350
+ id: string;
1351
+ name: string;
1352
+ email?: string | undefined;
1353
+ zpuid?: string | undefined;
1354
+ }, {
1355
+ id: string;
1356
+ name: string;
1357
+ email?: string | undefined;
1358
+ zpuid?: string | undefined;
1359
+ }>>;
1360
+ created_time: z.ZodOptional<z.ZodString>;
1361
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1362
+ days_remaining: z.ZodOptional<z.ZodNumber>;
1363
+ link: z.ZodOptional<z.ZodObject<{
1364
+ self: z.ZodOptional<z.ZodObject<{
1365
+ url: z.ZodString;
1366
+ }, "strip", z.ZodTypeAny, {
1367
+ url: string;
1368
+ }, {
1369
+ url: string;
1370
+ }>>;
1371
+ restore: z.ZodOptional<z.ZodObject<{
1372
+ url: z.ZodString;
1373
+ }, "strip", z.ZodTypeAny, {
1374
+ url: string;
1375
+ }, {
1376
+ url: string;
1377
+ }>>;
1378
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1379
+ self: z.ZodOptional<z.ZodObject<{
1380
+ url: z.ZodString;
1381
+ }, "strip", z.ZodTypeAny, {
1382
+ url: string;
1383
+ }, {
1384
+ url: string;
1385
+ }>>;
1386
+ restore: z.ZodOptional<z.ZodObject<{
1387
+ url: z.ZodString;
1388
+ }, "strip", z.ZodTypeAny, {
1389
+ url: string;
1390
+ }, {
1391
+ url: string;
1392
+ }>>;
1393
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1394
+ self: z.ZodOptional<z.ZodObject<{
1395
+ url: z.ZodString;
1396
+ }, "strip", z.ZodTypeAny, {
1397
+ url: string;
1398
+ }, {
1399
+ url: string;
1400
+ }>>;
1401
+ restore: z.ZodOptional<z.ZodObject<{
1402
+ url: z.ZodString;
1403
+ }, "strip", z.ZodTypeAny, {
1404
+ url: string;
1405
+ }, {
1406
+ url: string;
1407
+ }>>;
1408
+ }, z.ZodTypeAny, "passthrough">>>;
1409
+ }, z.ZodTypeAny, "passthrough">[] | undefined;
1410
+ }>;
1411
+ export type TrashListResponse = z.infer<typeof TrashListResponseSchema>;
1412
+ export declare const TrashRestoreResponseSchema: z.ZodObject<{
1413
+ restored: z.ZodOptional<z.ZodBoolean>;
1414
+ message: z.ZodOptional<z.ZodString>;
1415
+ }, "strip", z.ZodTypeAny, {
1416
+ message?: string | undefined;
1417
+ restored?: boolean | undefined;
1418
+ }, {
1419
+ message?: string | undefined;
1420
+ restored?: boolean | undefined;
1421
+ }>;
1422
+ export type TrashRestoreResponse = z.infer<typeof TrashRestoreResponseSchema>;
1423
+ /**
1424
+ * Entity types that can be in trash
1425
+ */
1426
+ export type TrashableEntityType = "all" | "project" | "task" | "bug" | "tasklist" | "milestone" | "forum" | "event" | "document";
1427
+ /**
1428
+ * Input schema for filtering trash
1429
+ */
1430
+ export declare const TrashFilterInputSchema: z.ZodObject<{
1431
+ /** Filter by entity type */
1432
+ entity_type: z.ZodOptional<z.ZodEnum<["all", "project", "task", "bug", "tasklist", "milestone", "forum", "event", "document"]>>;
1433
+ /** Filter by project ID */
1434
+ project_id: z.ZodOptional<z.ZodString>;
1435
+ /** Filter by deleted by user ID */
1436
+ deleted_by: z.ZodOptional<z.ZodString>;
1437
+ }, "strip", z.ZodTypeAny, {
1438
+ entity_type?: "project" | "task" | "milestone" | "document" | "forum" | "bug" | "tasklist" | "all" | "event" | undefined;
1439
+ project_id?: string | undefined;
1440
+ deleted_by?: string | undefined;
1441
+ }, {
1442
+ entity_type?: "project" | "task" | "milestone" | "document" | "forum" | "bug" | "tasklist" | "all" | "event" | undefined;
1443
+ project_id?: string | undefined;
1444
+ deleted_by?: string | undefined;
1445
+ }>;
1446
+ export type TrashFilterInput = z.infer<typeof TrashFilterInputSchema>;
1447
+ //# sourceMappingURL=trash.d.ts.map