@panoptic-it-solutions/zoho-projects-client 0.1.4 → 0.2.1

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 (402) 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/clients.d.ts +4 -0
  10. package/dist/__tests__/fixtures/clients.d.ts.map +1 -0
  11. package/dist/__tests__/fixtures/clients.js +38 -0
  12. package/dist/__tests__/fixtures/clients.js.map +1 -0
  13. package/dist/__tests__/fixtures/comments.d.ts +92 -0
  14. package/dist/__tests__/fixtures/comments.d.ts.map +1 -0
  15. package/dist/__tests__/fixtures/comments.js +42 -0
  16. package/dist/__tests__/fixtures/comments.js.map +1 -0
  17. package/dist/__tests__/fixtures/contacts.d.ts +4 -0
  18. package/dist/__tests__/fixtures/contacts.d.ts.map +1 -0
  19. package/dist/__tests__/fixtures/contacts.js +40 -0
  20. package/dist/__tests__/fixtures/contacts.js.map +1 -0
  21. package/dist/__tests__/fixtures/customviews.d.ts +5 -0
  22. package/dist/__tests__/fixtures/customviews.d.ts.map +1 -0
  23. package/dist/__tests__/fixtures/customviews.js +55 -0
  24. package/dist/__tests__/fixtures/customviews.js.map +1 -0
  25. package/dist/__tests__/fixtures/dashboards.d.ts +4 -0
  26. package/dist/__tests__/fixtures/dashboards.d.ts.map +1 -0
  27. package/dist/__tests__/fixtures/dashboards.js +42 -0
  28. package/dist/__tests__/fixtures/dashboards.js.map +1 -0
  29. package/dist/__tests__/fixtures/events.d.ts +133 -0
  30. package/dist/__tests__/fixtures/events.d.ts.map +1 -0
  31. package/dist/__tests__/fixtures/events.js +75 -0
  32. package/dist/__tests__/fixtures/events.js.map +1 -0
  33. package/dist/__tests__/fixtures/followers.d.ts +4 -0
  34. package/dist/__tests__/fixtures/followers.d.ts.map +1 -0
  35. package/dist/__tests__/fixtures/followers.js +33 -0
  36. package/dist/__tests__/fixtures/followers.js.map +1 -0
  37. package/dist/__tests__/fixtures/forums.d.ts +114 -0
  38. package/dist/__tests__/fixtures/forums.d.ts.map +1 -0
  39. package/dist/__tests__/fixtures/forums.js +53 -0
  40. package/dist/__tests__/fixtures/forums.js.map +1 -0
  41. package/dist/__tests__/fixtures/groups.d.ts +25 -0
  42. package/dist/__tests__/fixtures/groups.d.ts.map +1 -0
  43. package/dist/__tests__/fixtures/groups.js +36 -0
  44. package/dist/__tests__/fixtures/groups.js.map +1 -0
  45. package/dist/__tests__/fixtures/index.d.ts +34 -0
  46. package/dist/__tests__/fixtures/index.d.ts.map +1 -0
  47. package/dist/__tests__/fixtures/index.js +34 -0
  48. package/dist/__tests__/fixtures/index.js.map +1 -0
  49. package/dist/__tests__/fixtures/issues.d.ts +196 -0
  50. package/dist/__tests__/fixtures/issues.d.ts.map +1 -0
  51. package/dist/__tests__/fixtures/issues.js +80 -0
  52. package/dist/__tests__/fixtures/issues.js.map +1 -0
  53. package/dist/__tests__/fixtures/leaves.d.ts +4 -0
  54. package/dist/__tests__/fixtures/leaves.d.ts.map +1 -0
  55. package/dist/__tests__/fixtures/leaves.js +45 -0
  56. package/dist/__tests__/fixtures/leaves.js.map +1 -0
  57. package/dist/__tests__/fixtures/modules.d.ts +6 -0
  58. package/dist/__tests__/fixtures/modules.d.ts.map +1 -0
  59. package/dist/__tests__/fixtures/modules.js +103 -0
  60. package/dist/__tests__/fixtures/modules.js.map +1 -0
  61. package/dist/__tests__/fixtures/phases.d.ts +123 -0
  62. package/dist/__tests__/fixtures/phases.d.ts.map +1 -0
  63. package/dist/__tests__/fixtures/phases.js +68 -0
  64. package/dist/__tests__/fixtures/phases.js.map +1 -0
  65. package/dist/__tests__/fixtures/portals.d.ts +4 -0
  66. package/dist/__tests__/fixtures/portals.d.ts.map +1 -0
  67. package/dist/__tests__/fixtures/portals.js +48 -0
  68. package/dist/__tests__/fixtures/portals.js.map +1 -0
  69. package/dist/__tests__/fixtures/profiles.d.ts +4 -0
  70. package/dist/__tests__/fixtures/profiles.d.ts.map +1 -0
  71. package/dist/__tests__/fixtures/profiles.js +35 -0
  72. package/dist/__tests__/fixtures/profiles.js.map +1 -0
  73. package/dist/__tests__/fixtures/projects.d.ts +298 -0
  74. package/dist/__tests__/fixtures/projects.d.ts.map +1 -0
  75. package/dist/__tests__/fixtures/projects.js +44 -0
  76. package/dist/__tests__/fixtures/projects.js.map +1 -0
  77. package/dist/__tests__/fixtures/reports.d.ts +5 -0
  78. package/dist/__tests__/fixtures/reports.d.ts.map +1 -0
  79. package/dist/__tests__/fixtures/reports.js +70 -0
  80. package/dist/__tests__/fixtures/reports.js.map +1 -0
  81. package/dist/__tests__/fixtures/roles.d.ts +4 -0
  82. package/dist/__tests__/fixtures/roles.d.ts.map +1 -0
  83. package/dist/__tests__/fixtures/roles.js +38 -0
  84. package/dist/__tests__/fixtures/roles.js.map +1 -0
  85. package/dist/__tests__/fixtures/search.d.ts +5 -0
  86. package/dist/__tests__/fixtures/search.d.ts.map +1 -0
  87. package/dist/__tests__/fixtures/search.js +61 -0
  88. package/dist/__tests__/fixtures/search.js.map +1 -0
  89. package/dist/__tests__/fixtures/tags.d.ts +22 -0
  90. package/dist/__tests__/fixtures/tags.d.ts.map +1 -0
  91. package/dist/__tests__/fixtures/tags.js +33 -0
  92. package/dist/__tests__/fixtures/tags.js.map +1 -0
  93. package/dist/__tests__/fixtures/tasklists.d.ts +107 -0
  94. package/dist/__tests__/fixtures/tasklists.d.ts.map +1 -0
  95. package/dist/__tests__/fixtures/tasklists.js +31 -0
  96. package/dist/__tests__/fixtures/tasklists.js.map +1 -0
  97. package/dist/__tests__/fixtures/tasks.d.ts +209 -0
  98. package/dist/__tests__/fixtures/tasks.d.ts.map +1 -0
  99. package/dist/__tests__/fixtures/tasks.js +69 -0
  100. package/dist/__tests__/fixtures/tasks.js.map +1 -0
  101. package/dist/__tests__/fixtures/teams.d.ts +5 -0
  102. package/dist/__tests__/fixtures/teams.d.ts.map +1 -0
  103. package/dist/__tests__/fixtures/teams.js +40 -0
  104. package/dist/__tests__/fixtures/teams.js.map +1 -0
  105. package/dist/__tests__/fixtures/timelogs.d.ts +151 -0
  106. package/dist/__tests__/fixtures/timelogs.d.ts.map +1 -0
  107. package/dist/__tests__/fixtures/timelogs.js +79 -0
  108. package/dist/__tests__/fixtures/timelogs.js.map +1 -0
  109. package/dist/__tests__/fixtures/timers.d.ts +5 -0
  110. package/dist/__tests__/fixtures/timers.d.ts.map +1 -0
  111. package/dist/__tests__/fixtures/timers.js +50 -0
  112. package/dist/__tests__/fixtures/timers.js.map +1 -0
  113. package/dist/__tests__/fixtures/trash.d.ts +5 -0
  114. package/dist/__tests__/fixtures/trash.d.ts.map +1 -0
  115. package/dist/__tests__/fixtures/trash.js +62 -0
  116. package/dist/__tests__/fixtures/trash.js.map +1 -0
  117. package/dist/__tests__/fixtures/users.d.ts +55 -0
  118. package/dist/__tests__/fixtures/users.d.ts.map +1 -0
  119. package/dist/__tests__/fixtures/users.js +47 -0
  120. package/dist/__tests__/fixtures/users.js.map +1 -0
  121. package/dist/__tests__/fixtures/widgets.d.ts +4 -0
  122. package/dist/__tests__/fixtures/widgets.d.ts.map +1 -0
  123. package/dist/__tests__/fixtures/widgets.js +51 -0
  124. package/dist/__tests__/fixtures/widgets.js.map +1 -0
  125. package/dist/__tests__/integration/setup.d.ts +14 -0
  126. package/dist/__tests__/integration/setup.d.ts.map +1 -0
  127. package/dist/__tests__/integration/setup.js +52 -0
  128. package/dist/__tests__/integration/setup.js.map +1 -0
  129. package/dist/__tests__/mocks/handlers.d.ts +34 -0
  130. package/dist/__tests__/mocks/handlers.d.ts.map +1 -0
  131. package/dist/__tests__/mocks/handlers.js +49 -0
  132. package/dist/__tests__/mocks/handlers.js.map +1 -0
  133. package/dist/__tests__/mocks/server.d.ts +2 -0
  134. package/dist/__tests__/mocks/server.d.ts.map +1 -0
  135. package/dist/__tests__/mocks/server.js +7 -0
  136. package/dist/__tests__/mocks/server.js.map +1 -0
  137. package/dist/__tests__/setup.d.ts +2 -0
  138. package/dist/__tests__/setup.d.ts.map +1 -0
  139. package/dist/__tests__/setup.js +18 -0
  140. package/dist/__tests__/setup.js.map +1 -0
  141. package/dist/__tests__/unit/client/attachments.test.d.ts +2 -0
  142. package/dist/__tests__/unit/client/attachments.test.d.ts.map +1 -0
  143. package/dist/__tests__/unit/client/attachments.test.js +55 -0
  144. package/dist/__tests__/unit/client/attachments.test.js.map +1 -0
  145. package/dist/__tests__/unit/client/blueprints.test.d.ts +2 -0
  146. package/dist/__tests__/unit/client/blueprints.test.d.ts.map +1 -0
  147. package/dist/__tests__/unit/client/blueprints.test.js +127 -0
  148. package/dist/__tests__/unit/client/blueprints.test.js.map +1 -0
  149. package/dist/__tests__/unit/client/clients.test.d.ts +2 -0
  150. package/dist/__tests__/unit/client/clients.test.d.ts.map +1 -0
  151. package/dist/__tests__/unit/client/clients.test.js +87 -0
  152. package/dist/__tests__/unit/client/clients.test.js.map +1 -0
  153. package/dist/__tests__/unit/client/comments.test.d.ts +2 -0
  154. package/dist/__tests__/unit/client/comments.test.d.ts.map +1 -0
  155. package/dist/__tests__/unit/client/comments.test.js +95 -0
  156. package/dist/__tests__/unit/client/comments.test.js.map +1 -0
  157. package/dist/__tests__/unit/client/contacts.test.d.ts +2 -0
  158. package/dist/__tests__/unit/client/contacts.test.d.ts.map +1 -0
  159. package/dist/__tests__/unit/client/contacts.test.js +89 -0
  160. package/dist/__tests__/unit/client/contacts.test.js.map +1 -0
  161. package/dist/__tests__/unit/client/customviews.test.d.ts +2 -0
  162. package/dist/__tests__/unit/client/customviews.test.d.ts.map +1 -0
  163. package/dist/__tests__/unit/client/customviews.test.js +112 -0
  164. package/dist/__tests__/unit/client/customviews.test.js.map +1 -0
  165. package/dist/__tests__/unit/client/dashboards.test.d.ts +2 -0
  166. package/dist/__tests__/unit/client/dashboards.test.d.ts.map +1 -0
  167. package/dist/__tests__/unit/client/dashboards.test.js +87 -0
  168. package/dist/__tests__/unit/client/dashboards.test.js.map +1 -0
  169. package/dist/__tests__/unit/client/events.test.d.ts +2 -0
  170. package/dist/__tests__/unit/client/events.test.d.ts.map +1 -0
  171. package/dist/__tests__/unit/client/events.test.js +79 -0
  172. package/dist/__tests__/unit/client/events.test.js.map +1 -0
  173. package/dist/__tests__/unit/client/followers.test.d.ts +2 -0
  174. package/dist/__tests__/unit/client/followers.test.d.ts.map +1 -0
  175. package/dist/__tests__/unit/client/followers.test.js +109 -0
  176. package/dist/__tests__/unit/client/followers.test.js.map +1 -0
  177. package/dist/__tests__/unit/client/forums.test.d.ts +2 -0
  178. package/dist/__tests__/unit/client/forums.test.d.ts.map +1 -0
  179. package/dist/__tests__/unit/client/forums.test.js +75 -0
  180. package/dist/__tests__/unit/client/forums.test.js.map +1 -0
  181. package/dist/__tests__/unit/client/groups.test.d.ts +2 -0
  182. package/dist/__tests__/unit/client/groups.test.d.ts.map +1 -0
  183. package/dist/__tests__/unit/client/groups.test.js +74 -0
  184. package/dist/__tests__/unit/client/groups.test.js.map +1 -0
  185. package/dist/__tests__/unit/client/issues.test.d.ts +2 -0
  186. package/dist/__tests__/unit/client/issues.test.d.ts.map +1 -0
  187. package/dist/__tests__/unit/client/issues.test.js +75 -0
  188. package/dist/__tests__/unit/client/issues.test.js.map +1 -0
  189. package/dist/__tests__/unit/client/leaves.test.d.ts +2 -0
  190. package/dist/__tests__/unit/client/leaves.test.d.ts.map +1 -0
  191. package/dist/__tests__/unit/client/leaves.test.js +91 -0
  192. package/dist/__tests__/unit/client/leaves.test.js.map +1 -0
  193. package/dist/__tests__/unit/client/modules.test.d.ts +2 -0
  194. package/dist/__tests__/unit/client/modules.test.d.ts.map +1 -0
  195. package/dist/__tests__/unit/client/modules.test.js +92 -0
  196. package/dist/__tests__/unit/client/modules.test.js.map +1 -0
  197. package/dist/__tests__/unit/client/phases.test.d.ts +2 -0
  198. package/dist/__tests__/unit/client/phases.test.d.ts.map +1 -0
  199. package/dist/__tests__/unit/client/phases.test.js +79 -0
  200. package/dist/__tests__/unit/client/phases.test.js.map +1 -0
  201. package/dist/__tests__/unit/client/portals.test.d.ts +2 -0
  202. package/dist/__tests__/unit/client/portals.test.d.ts.map +1 -0
  203. package/dist/__tests__/unit/client/portals.test.js +54 -0
  204. package/dist/__tests__/unit/client/portals.test.js.map +1 -0
  205. package/dist/__tests__/unit/client/profiles.test.d.ts +2 -0
  206. package/dist/__tests__/unit/client/profiles.test.d.ts.map +1 -0
  207. package/dist/__tests__/unit/client/profiles.test.js +86 -0
  208. package/dist/__tests__/unit/client/profiles.test.js.map +1 -0
  209. package/dist/__tests__/unit/client/projects.test.d.ts +2 -0
  210. package/dist/__tests__/unit/client/projects.test.d.ts.map +1 -0
  211. package/dist/__tests__/unit/client/projects.test.js +171 -0
  212. package/dist/__tests__/unit/client/projects.test.js.map +1 -0
  213. package/dist/__tests__/unit/client/reports.test.d.ts +2 -0
  214. package/dist/__tests__/unit/client/reports.test.d.ts.map +1 -0
  215. package/dist/__tests__/unit/client/reports.test.js +86 -0
  216. package/dist/__tests__/unit/client/reports.test.js.map +1 -0
  217. package/dist/__tests__/unit/client/roles.test.d.ts +2 -0
  218. package/dist/__tests__/unit/client/roles.test.d.ts.map +1 -0
  219. package/dist/__tests__/unit/client/roles.test.js +86 -0
  220. package/dist/__tests__/unit/client/roles.test.js.map +1 -0
  221. package/dist/__tests__/unit/client/search.test.d.ts +2 -0
  222. package/dist/__tests__/unit/client/search.test.d.ts.map +1 -0
  223. package/dist/__tests__/unit/client/search.test.js +106 -0
  224. package/dist/__tests__/unit/client/search.test.js.map +1 -0
  225. package/dist/__tests__/unit/client/tags.test.d.ts +2 -0
  226. package/dist/__tests__/unit/client/tags.test.d.ts.map +1 -0
  227. package/dist/__tests__/unit/client/tags.test.js +99 -0
  228. package/dist/__tests__/unit/client/tags.test.js.map +1 -0
  229. package/dist/__tests__/unit/client/tasklists.test.d.ts +2 -0
  230. package/dist/__tests__/unit/client/tasklists.test.d.ts.map +1 -0
  231. package/dist/__tests__/unit/client/tasklists.test.js +75 -0
  232. package/dist/__tests__/unit/client/tasklists.test.js.map +1 -0
  233. package/dist/__tests__/unit/client/tasks.test.d.ts +2 -0
  234. package/dist/__tests__/unit/client/tasks.test.d.ts.map +1 -0
  235. package/dist/__tests__/unit/client/tasks.test.js +157 -0
  236. package/dist/__tests__/unit/client/tasks.test.js.map +1 -0
  237. package/dist/__tests__/unit/client/teams.test.d.ts +2 -0
  238. package/dist/__tests__/unit/client/teams.test.d.ts.map +1 -0
  239. package/dist/__tests__/unit/client/teams.test.js +115 -0
  240. package/dist/__tests__/unit/client/teams.test.js.map +1 -0
  241. package/dist/__tests__/unit/client/timelogs.test.d.ts +2 -0
  242. package/dist/__tests__/unit/client/timelogs.test.d.ts.map +1 -0
  243. package/dist/__tests__/unit/client/timelogs.test.js +112 -0
  244. package/dist/__tests__/unit/client/timelogs.test.js.map +1 -0
  245. package/dist/__tests__/unit/client/timers.test.d.ts +2 -0
  246. package/dist/__tests__/unit/client/timers.test.d.ts.map +1 -0
  247. package/dist/__tests__/unit/client/timers.test.js +122 -0
  248. package/dist/__tests__/unit/client/timers.test.js.map +1 -0
  249. package/dist/__tests__/unit/client/trash.test.d.ts +2 -0
  250. package/dist/__tests__/unit/client/trash.test.d.ts.map +1 -0
  251. package/dist/__tests__/unit/client/trash.test.js +103 -0
  252. package/dist/__tests__/unit/client/trash.test.js.map +1 -0
  253. package/dist/__tests__/unit/client/users.test.d.ts +2 -0
  254. package/dist/__tests__/unit/client/users.test.d.ts.map +1 -0
  255. package/dist/__tests__/unit/client/users.test.js +89 -0
  256. package/dist/__tests__/unit/client/users.test.js.map +1 -0
  257. package/dist/__tests__/unit/client/widgets.test.d.ts +2 -0
  258. package/dist/__tests__/unit/client/widgets.test.d.ts.map +1 -0
  259. package/dist/__tests__/unit/client/widgets.test.js +91 -0
  260. package/dist/__tests__/unit/client/widgets.test.js.map +1 -0
  261. package/dist/cli/init.d.ts +3 -0
  262. package/dist/cli/init.d.ts.map +1 -0
  263. package/dist/cli/init.js +130 -0
  264. package/dist/cli/init.js.map +1 -0
  265. package/dist/client.d.ts +2613 -1
  266. package/dist/client.d.ts.map +1 -1
  267. package/dist/client.js +1623 -1
  268. package/dist/client.js.map +1 -1
  269. package/dist/types/attachments.d.ts +1545 -0
  270. package/dist/types/attachments.d.ts.map +1 -0
  271. package/dist/types/attachments.js +78 -0
  272. package/dist/types/attachments.js.map +1 -0
  273. package/dist/types/blueprints.d.ts +5070 -0
  274. package/dist/types/blueprints.d.ts.map +1 -0
  275. package/dist/types/blueprints.js +111 -0
  276. package/dist/types/blueprints.js.map +1 -0
  277. package/dist/types/clients.d.ts +384 -0
  278. package/dist/types/clients.d.ts.map +1 -0
  279. package/dist/types/clients.js +77 -0
  280. package/dist/types/clients.js.map +1 -0
  281. package/dist/types/comments.d.ts +1111 -0
  282. package/dist/types/comments.d.ts.map +1 -0
  283. package/dist/types/comments.js +73 -0
  284. package/dist/types/comments.js.map +1 -0
  285. package/dist/types/contacts.d.ts +444 -0
  286. package/dist/types/contacts.d.ts.map +1 -0
  287. package/dist/types/contacts.js +86 -0
  288. package/dist/types/contacts.js.map +1 -0
  289. package/dist/types/customviews.d.ts +1593 -0
  290. package/dist/types/customviews.d.ts.map +1 -0
  291. package/dist/types/customviews.js +117 -0
  292. package/dist/types/customviews.js.map +1 -0
  293. package/dist/types/dashboards.d.ts +1675 -0
  294. package/dist/types/dashboards.d.ts.map +1 -0
  295. package/dist/types/dashboards.js +77 -0
  296. package/dist/types/dashboards.js.map +1 -0
  297. package/dist/types/documents.d.ts +2322 -0
  298. package/dist/types/documents.d.ts.map +1 -0
  299. package/dist/types/documents.js +121 -0
  300. package/dist/types/documents.js.map +1 -0
  301. package/dist/types/events.d.ts +1747 -0
  302. package/dist/types/events.d.ts.map +1 -0
  303. package/dist/types/events.js +122 -0
  304. package/dist/types/events.js.map +1 -0
  305. package/dist/types/followers.d.ts +198 -0
  306. package/dist/types/followers.d.ts.map +1 -0
  307. package/dist/types/followers.js +44 -0
  308. package/dist/types/followers.js.map +1 -0
  309. package/dist/types/forums.d.ts +1443 -0
  310. package/dist/types/forums.d.ts.map +1 -0
  311. package/dist/types/forums.js +89 -0
  312. package/dist/types/forums.js.map +1 -0
  313. package/dist/types/groups.d.ts +237 -0
  314. package/dist/types/groups.d.ts.map +1 -0
  315. package/dist/types/groups.js +52 -0
  316. package/dist/types/groups.js.map +1 -0
  317. package/dist/types/index.d.ts +31 -4
  318. package/dist/types/index.d.ts.map +1 -1
  319. package/dist/types/index.js +58 -4
  320. package/dist/types/index.js.map +1 -1
  321. package/dist/types/issues.d.ts +2600 -0
  322. package/dist/types/issues.d.ts.map +1 -0
  323. package/dist/types/issues.js +147 -0
  324. package/dist/types/issues.js.map +1 -0
  325. package/dist/types/leaves.d.ts +435 -0
  326. package/dist/types/leaves.d.ts.map +1 -0
  327. package/dist/types/leaves.js +92 -0
  328. package/dist/types/leaves.js.map +1 -0
  329. package/dist/types/modules.d.ts +469 -0
  330. package/dist/types/modules.d.ts.map +1 -0
  331. package/dist/types/modules.js +91 -0
  332. package/dist/types/modules.js.map +1 -0
  333. package/dist/types/phases.d.ts +1564 -0
  334. package/dist/types/phases.d.ts.map +1 -0
  335. package/dist/types/phases.js +98 -0
  336. package/dist/types/phases.js.map +1 -0
  337. package/dist/types/portals.d.ts +1050 -0
  338. package/dist/types/portals.d.ts.map +1 -0
  339. package/dist/types/portals.js +58 -0
  340. package/dist/types/portals.js.map +1 -0
  341. package/dist/types/profiles.d.ts +243 -0
  342. package/dist/types/profiles.d.ts.map +1 -0
  343. package/dist/types/profiles.js +59 -0
  344. package/dist/types/profiles.js.map +1 -0
  345. package/dist/types/projects.d.ts +128 -0
  346. package/dist/types/projects.d.ts.map +1 -1
  347. package/dist/types/projects.js +44 -0
  348. package/dist/types/projects.js.map +1 -1
  349. package/dist/types/reports.d.ts +2010 -0
  350. package/dist/types/reports.d.ts.map +1 -0
  351. package/dist/types/reports.js +110 -0
  352. package/dist/types/reports.js.map +1 -0
  353. package/dist/types/roles.d.ts +243 -0
  354. package/dist/types/roles.d.ts.map +1 -0
  355. package/dist/types/roles.js +59 -0
  356. package/dist/types/roles.js.map +1 -0
  357. package/dist/types/search.d.ts +1091 -0
  358. package/dist/types/search.d.ts.map +1 -0
  359. package/dist/types/search.js +83 -0
  360. package/dist/types/search.js.map +1 -0
  361. package/dist/types/tags.d.ts +198 -0
  362. package/dist/types/tags.d.ts.map +1 -0
  363. package/dist/types/tags.js +49 -0
  364. package/dist/types/tags.js.map +1 -0
  365. package/dist/types/tasklists.d.ts +1317 -0
  366. package/dist/types/tasklists.d.ts.map +1 -0
  367. package/dist/types/tasklists.js +78 -0
  368. package/dist/types/tasklists.js.map +1 -0
  369. package/dist/types/tasks.d.ts +182 -0
  370. package/dist/types/tasks.d.ts.map +1 -1
  371. package/dist/types/tasks.js +52 -0
  372. package/dist/types/tasks.js.map +1 -1
  373. package/dist/types/teams.d.ts +504 -0
  374. package/dist/types/teams.d.ts.map +1 -0
  375. package/dist/types/teams.js +75 -0
  376. package/dist/types/teams.js.map +1 -0
  377. package/dist/types/timelogs.d.ts +245 -0
  378. package/dist/types/timelogs.d.ts.map +1 -1
  379. package/dist/types/timelogs.js +53 -0
  380. package/dist/types/timelogs.js.map +1 -1
  381. package/dist/types/timers.d.ts +1334 -0
  382. package/dist/types/timers.d.ts.map +1 -0
  383. package/dist/types/timers.js +108 -0
  384. package/dist/types/timers.js.map +1 -0
  385. package/dist/types/trash.d.ts +1447 -0
  386. package/dist/types/trash.d.ts.map +1 -0
  387. package/dist/types/trash.js +77 -0
  388. package/dist/types/trash.js.map +1 -0
  389. package/dist/types/users.d.ts +100 -0
  390. package/dist/types/users.d.ts.map +1 -1
  391. package/dist/types/users.js +56 -0
  392. package/dist/types/users.js.map +1 -1
  393. package/dist/types/widgets.d.ts +1083 -0
  394. package/dist/types/widgets.d.ts.map +1 -0
  395. package/dist/types/widgets.js +87 -0
  396. package/dist/types/widgets.js.map +1 -0
  397. package/package.json +15 -3
  398. package/templates/CLAUDE.md +66 -0
  399. package/templates/commands/zoho-auth.md +195 -0
  400. package/templates/commands/zoho-examples.md +375 -0
  401. package/templates/commands/zoho-projects.md +183 -0
  402. package/templates/types/zoho-projects-api.d.ts +364 -0
@@ -0,0 +1,1747 @@
1
+ import { z } from "zod";
2
+ /**
3
+ * Event recurrence pattern
4
+ */
5
+ export declare const EventRecurrenceSchema: z.ZodObject<{
6
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
7
+ interval: z.ZodOptional<z.ZodNumber>;
8
+ count: z.ZodOptional<z.ZodNumber>;
9
+ until: z.ZodOptional<z.ZodString>;
10
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
11
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
12
+ interval: z.ZodOptional<z.ZodNumber>;
13
+ count: z.ZodOptional<z.ZodNumber>;
14
+ until: z.ZodOptional<z.ZodString>;
15
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
16
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
17
+ interval: z.ZodOptional<z.ZodNumber>;
18
+ count: z.ZodOptional<z.ZodNumber>;
19
+ until: z.ZodOptional<z.ZodString>;
20
+ }, z.ZodTypeAny, "passthrough">>;
21
+ export type EventRecurrence = z.infer<typeof EventRecurrenceSchema>;
22
+ /**
23
+ * Event participant
24
+ */
25
+ export declare const EventParticipantSchema: z.ZodObject<{
26
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
27
+ id_string: z.ZodOptional<z.ZodString>;
28
+ name: z.ZodString;
29
+ email: z.ZodOptional<z.ZodString>;
30
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
31
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
33
+ id_string: z.ZodOptional<z.ZodString>;
34
+ name: z.ZodString;
35
+ email: z.ZodOptional<z.ZodString>;
36
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
37
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
38
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
39
+ id_string: z.ZodOptional<z.ZodString>;
40
+ name: z.ZodString;
41
+ email: z.ZodOptional<z.ZodString>;
42
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
43
+ }, z.ZodTypeAny, "passthrough">>;
44
+ export type EventParticipant = z.infer<typeof EventParticipantSchema>;
45
+ /**
46
+ * Event (Calendar event) from Zoho Projects API
47
+ */
48
+ export declare const EventSchema: z.ZodObject<{
49
+ id: z.ZodNumber;
50
+ id_string: z.ZodString;
51
+ title: z.ZodString;
52
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
+ start_date: z.ZodOptional<z.ZodString>;
54
+ start_date_long: z.ZodOptional<z.ZodNumber>;
55
+ end_date: z.ZodOptional<z.ZodString>;
56
+ end_date_long: z.ZodOptional<z.ZodNumber>;
57
+ start_time: z.ZodOptional<z.ZodString>;
58
+ end_time: z.ZodOptional<z.ZodString>;
59
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
60
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
61
+ scheduled_by: z.ZodOptional<z.ZodObject<{
62
+ id: z.ZodString;
63
+ name: z.ZodString;
64
+ email: z.ZodOptional<z.ZodString>;
65
+ zpuid: z.ZodOptional<z.ZodString>;
66
+ }, "strip", z.ZodTypeAny, {
67
+ id: string;
68
+ name: string;
69
+ email?: string | undefined;
70
+ zpuid?: string | undefined;
71
+ }, {
72
+ id: string;
73
+ name: string;
74
+ email?: string | undefined;
75
+ zpuid?: string | undefined;
76
+ }>>;
77
+ scheduler_name: z.ZodOptional<z.ZodString>;
78
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
79
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
80
+ id_string: z.ZodOptional<z.ZodString>;
81
+ name: z.ZodString;
82
+ email: z.ZodOptional<z.ZodString>;
83
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
84
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
85
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
86
+ id_string: z.ZodOptional<z.ZodString>;
87
+ name: z.ZodString;
88
+ email: z.ZodOptional<z.ZodString>;
89
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
90
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
91
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
92
+ id_string: z.ZodOptional<z.ZodString>;
93
+ name: z.ZodString;
94
+ email: z.ZodOptional<z.ZodString>;
95
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
96
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
97
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
98
+ recurrence: z.ZodOptional<z.ZodObject<{
99
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
100
+ interval: z.ZodOptional<z.ZodNumber>;
101
+ count: z.ZodOptional<z.ZodNumber>;
102
+ until: z.ZodOptional<z.ZodString>;
103
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
104
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
105
+ interval: z.ZodOptional<z.ZodNumber>;
106
+ count: z.ZodOptional<z.ZodNumber>;
107
+ until: z.ZodOptional<z.ZodString>;
108
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
109
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
110
+ interval: z.ZodOptional<z.ZodNumber>;
111
+ count: z.ZodOptional<z.ZodNumber>;
112
+ until: z.ZodOptional<z.ZodString>;
113
+ }, z.ZodTypeAny, "passthrough">>>;
114
+ reminder: z.ZodOptional<z.ZodObject<{
115
+ time: z.ZodOptional<z.ZodNumber>;
116
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
117
+ }, "strip", z.ZodTypeAny, {
118
+ time?: number | undefined;
119
+ unit?: "days" | "hours" | "minutes" | undefined;
120
+ }, {
121
+ time?: number | undefined;
122
+ unit?: "days" | "hours" | "minutes" | undefined;
123
+ }>>;
124
+ status: z.ZodOptional<z.ZodString>;
125
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
126
+ project: z.ZodOptional<z.ZodObject<{
127
+ id: z.ZodNumber;
128
+ id_string: z.ZodOptional<z.ZodString>;
129
+ name: z.ZodString;
130
+ }, "strip", z.ZodTypeAny, {
131
+ id: number;
132
+ name: string;
133
+ id_string?: string | undefined;
134
+ }, {
135
+ id: number;
136
+ name: string;
137
+ id_string?: string | undefined;
138
+ }>>;
139
+ link: z.ZodOptional<z.ZodObject<{
140
+ self: z.ZodOptional<z.ZodObject<{
141
+ url: z.ZodString;
142
+ }, "strip", z.ZodTypeAny, {
143
+ url: string;
144
+ }, {
145
+ url: string;
146
+ }>>;
147
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
148
+ self: z.ZodOptional<z.ZodObject<{
149
+ url: z.ZodString;
150
+ }, "strip", z.ZodTypeAny, {
151
+ url: string;
152
+ }, {
153
+ url: string;
154
+ }>>;
155
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
156
+ self: z.ZodOptional<z.ZodObject<{
157
+ url: z.ZodString;
158
+ }, "strip", z.ZodTypeAny, {
159
+ url: string;
160
+ }, {
161
+ url: string;
162
+ }>>;
163
+ }, z.ZodTypeAny, "passthrough">>>;
164
+ created_time: z.ZodOptional<z.ZodString>;
165
+ created_time_long: z.ZodOptional<z.ZodNumber>;
166
+ last_updated_time: z.ZodOptional<z.ZodString>;
167
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
168
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
169
+ id: z.ZodNumber;
170
+ id_string: z.ZodString;
171
+ title: z.ZodString;
172
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
173
+ start_date: z.ZodOptional<z.ZodString>;
174
+ start_date_long: z.ZodOptional<z.ZodNumber>;
175
+ end_date: z.ZodOptional<z.ZodString>;
176
+ end_date_long: z.ZodOptional<z.ZodNumber>;
177
+ start_time: z.ZodOptional<z.ZodString>;
178
+ end_time: z.ZodOptional<z.ZodString>;
179
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
180
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
181
+ scheduled_by: z.ZodOptional<z.ZodObject<{
182
+ id: z.ZodString;
183
+ name: z.ZodString;
184
+ email: z.ZodOptional<z.ZodString>;
185
+ zpuid: z.ZodOptional<z.ZodString>;
186
+ }, "strip", z.ZodTypeAny, {
187
+ id: string;
188
+ name: string;
189
+ email?: string | undefined;
190
+ zpuid?: string | undefined;
191
+ }, {
192
+ id: string;
193
+ name: string;
194
+ email?: string | undefined;
195
+ zpuid?: string | undefined;
196
+ }>>;
197
+ scheduler_name: z.ZodOptional<z.ZodString>;
198
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
199
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
200
+ id_string: z.ZodOptional<z.ZodString>;
201
+ name: z.ZodString;
202
+ email: z.ZodOptional<z.ZodString>;
203
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
204
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
205
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
206
+ id_string: z.ZodOptional<z.ZodString>;
207
+ name: z.ZodString;
208
+ email: z.ZodOptional<z.ZodString>;
209
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
210
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
211
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
212
+ id_string: z.ZodOptional<z.ZodString>;
213
+ name: z.ZodString;
214
+ email: z.ZodOptional<z.ZodString>;
215
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
216
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
217
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
218
+ recurrence: z.ZodOptional<z.ZodObject<{
219
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
220
+ interval: z.ZodOptional<z.ZodNumber>;
221
+ count: z.ZodOptional<z.ZodNumber>;
222
+ until: z.ZodOptional<z.ZodString>;
223
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
224
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
225
+ interval: z.ZodOptional<z.ZodNumber>;
226
+ count: z.ZodOptional<z.ZodNumber>;
227
+ until: z.ZodOptional<z.ZodString>;
228
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
229
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
230
+ interval: z.ZodOptional<z.ZodNumber>;
231
+ count: z.ZodOptional<z.ZodNumber>;
232
+ until: z.ZodOptional<z.ZodString>;
233
+ }, z.ZodTypeAny, "passthrough">>>;
234
+ reminder: z.ZodOptional<z.ZodObject<{
235
+ time: z.ZodOptional<z.ZodNumber>;
236
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
237
+ }, "strip", z.ZodTypeAny, {
238
+ time?: number | undefined;
239
+ unit?: "days" | "hours" | "minutes" | undefined;
240
+ }, {
241
+ time?: number | undefined;
242
+ unit?: "days" | "hours" | "minutes" | undefined;
243
+ }>>;
244
+ status: z.ZodOptional<z.ZodString>;
245
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
246
+ project: z.ZodOptional<z.ZodObject<{
247
+ id: z.ZodNumber;
248
+ id_string: z.ZodOptional<z.ZodString>;
249
+ name: z.ZodString;
250
+ }, "strip", z.ZodTypeAny, {
251
+ id: number;
252
+ name: string;
253
+ id_string?: string | undefined;
254
+ }, {
255
+ id: number;
256
+ name: string;
257
+ id_string?: string | undefined;
258
+ }>>;
259
+ link: z.ZodOptional<z.ZodObject<{
260
+ self: z.ZodOptional<z.ZodObject<{
261
+ url: z.ZodString;
262
+ }, "strip", z.ZodTypeAny, {
263
+ url: string;
264
+ }, {
265
+ url: string;
266
+ }>>;
267
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
268
+ self: z.ZodOptional<z.ZodObject<{
269
+ url: z.ZodString;
270
+ }, "strip", z.ZodTypeAny, {
271
+ url: string;
272
+ }, {
273
+ url: string;
274
+ }>>;
275
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
276
+ self: z.ZodOptional<z.ZodObject<{
277
+ url: z.ZodString;
278
+ }, "strip", z.ZodTypeAny, {
279
+ url: string;
280
+ }, {
281
+ url: string;
282
+ }>>;
283
+ }, z.ZodTypeAny, "passthrough">>>;
284
+ created_time: z.ZodOptional<z.ZodString>;
285
+ created_time_long: z.ZodOptional<z.ZodNumber>;
286
+ last_updated_time: z.ZodOptional<z.ZodString>;
287
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
288
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
289
+ id: z.ZodNumber;
290
+ id_string: z.ZodString;
291
+ title: z.ZodString;
292
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
293
+ start_date: z.ZodOptional<z.ZodString>;
294
+ start_date_long: z.ZodOptional<z.ZodNumber>;
295
+ end_date: z.ZodOptional<z.ZodString>;
296
+ end_date_long: z.ZodOptional<z.ZodNumber>;
297
+ start_time: z.ZodOptional<z.ZodString>;
298
+ end_time: z.ZodOptional<z.ZodString>;
299
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
300
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
301
+ scheduled_by: z.ZodOptional<z.ZodObject<{
302
+ id: z.ZodString;
303
+ name: z.ZodString;
304
+ email: z.ZodOptional<z.ZodString>;
305
+ zpuid: z.ZodOptional<z.ZodString>;
306
+ }, "strip", z.ZodTypeAny, {
307
+ id: string;
308
+ name: string;
309
+ email?: string | undefined;
310
+ zpuid?: string | undefined;
311
+ }, {
312
+ id: string;
313
+ name: string;
314
+ email?: string | undefined;
315
+ zpuid?: string | undefined;
316
+ }>>;
317
+ scheduler_name: z.ZodOptional<z.ZodString>;
318
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
319
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
320
+ id_string: z.ZodOptional<z.ZodString>;
321
+ name: z.ZodString;
322
+ email: z.ZodOptional<z.ZodString>;
323
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
324
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
325
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
326
+ id_string: z.ZodOptional<z.ZodString>;
327
+ name: z.ZodString;
328
+ email: z.ZodOptional<z.ZodString>;
329
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
330
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
331
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
332
+ id_string: z.ZodOptional<z.ZodString>;
333
+ name: z.ZodString;
334
+ email: z.ZodOptional<z.ZodString>;
335
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
336
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
337
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
338
+ recurrence: z.ZodOptional<z.ZodObject<{
339
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
340
+ interval: z.ZodOptional<z.ZodNumber>;
341
+ count: z.ZodOptional<z.ZodNumber>;
342
+ until: z.ZodOptional<z.ZodString>;
343
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
344
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
345
+ interval: z.ZodOptional<z.ZodNumber>;
346
+ count: z.ZodOptional<z.ZodNumber>;
347
+ until: z.ZodOptional<z.ZodString>;
348
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
349
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
350
+ interval: z.ZodOptional<z.ZodNumber>;
351
+ count: z.ZodOptional<z.ZodNumber>;
352
+ until: z.ZodOptional<z.ZodString>;
353
+ }, z.ZodTypeAny, "passthrough">>>;
354
+ reminder: z.ZodOptional<z.ZodObject<{
355
+ time: z.ZodOptional<z.ZodNumber>;
356
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
357
+ }, "strip", z.ZodTypeAny, {
358
+ time?: number | undefined;
359
+ unit?: "days" | "hours" | "minutes" | undefined;
360
+ }, {
361
+ time?: number | undefined;
362
+ unit?: "days" | "hours" | "minutes" | undefined;
363
+ }>>;
364
+ status: z.ZodOptional<z.ZodString>;
365
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
366
+ project: z.ZodOptional<z.ZodObject<{
367
+ id: z.ZodNumber;
368
+ id_string: z.ZodOptional<z.ZodString>;
369
+ name: z.ZodString;
370
+ }, "strip", z.ZodTypeAny, {
371
+ id: number;
372
+ name: string;
373
+ id_string?: string | undefined;
374
+ }, {
375
+ id: number;
376
+ name: string;
377
+ id_string?: string | undefined;
378
+ }>>;
379
+ link: z.ZodOptional<z.ZodObject<{
380
+ self: z.ZodOptional<z.ZodObject<{
381
+ url: z.ZodString;
382
+ }, "strip", z.ZodTypeAny, {
383
+ url: string;
384
+ }, {
385
+ url: string;
386
+ }>>;
387
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
388
+ self: z.ZodOptional<z.ZodObject<{
389
+ url: z.ZodString;
390
+ }, "strip", z.ZodTypeAny, {
391
+ url: string;
392
+ }, {
393
+ url: string;
394
+ }>>;
395
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
396
+ self: z.ZodOptional<z.ZodObject<{
397
+ url: z.ZodString;
398
+ }, "strip", z.ZodTypeAny, {
399
+ url: string;
400
+ }, {
401
+ url: string;
402
+ }>>;
403
+ }, z.ZodTypeAny, "passthrough">>>;
404
+ created_time: z.ZodOptional<z.ZodString>;
405
+ created_time_long: z.ZodOptional<z.ZodNumber>;
406
+ last_updated_time: z.ZodOptional<z.ZodString>;
407
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
408
+ }, z.ZodTypeAny, "passthrough">>;
409
+ export type Event = z.infer<typeof EventSchema>;
410
+ export declare const EventListResponseSchema: z.ZodObject<{
411
+ events: z.ZodArray<z.ZodObject<{
412
+ id: z.ZodNumber;
413
+ id_string: z.ZodString;
414
+ title: z.ZodString;
415
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
416
+ start_date: z.ZodOptional<z.ZodString>;
417
+ start_date_long: z.ZodOptional<z.ZodNumber>;
418
+ end_date: z.ZodOptional<z.ZodString>;
419
+ end_date_long: z.ZodOptional<z.ZodNumber>;
420
+ start_time: z.ZodOptional<z.ZodString>;
421
+ end_time: z.ZodOptional<z.ZodString>;
422
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
423
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
424
+ scheduled_by: z.ZodOptional<z.ZodObject<{
425
+ id: z.ZodString;
426
+ name: z.ZodString;
427
+ email: z.ZodOptional<z.ZodString>;
428
+ zpuid: z.ZodOptional<z.ZodString>;
429
+ }, "strip", z.ZodTypeAny, {
430
+ id: string;
431
+ name: string;
432
+ email?: string | undefined;
433
+ zpuid?: string | undefined;
434
+ }, {
435
+ id: string;
436
+ name: string;
437
+ email?: string | undefined;
438
+ zpuid?: string | undefined;
439
+ }>>;
440
+ scheduler_name: z.ZodOptional<z.ZodString>;
441
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
442
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
443
+ id_string: z.ZodOptional<z.ZodString>;
444
+ name: z.ZodString;
445
+ email: z.ZodOptional<z.ZodString>;
446
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
447
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
448
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
449
+ id_string: z.ZodOptional<z.ZodString>;
450
+ name: z.ZodString;
451
+ email: z.ZodOptional<z.ZodString>;
452
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
453
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
454
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
455
+ id_string: z.ZodOptional<z.ZodString>;
456
+ name: z.ZodString;
457
+ email: z.ZodOptional<z.ZodString>;
458
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
459
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
460
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
461
+ recurrence: z.ZodOptional<z.ZodObject<{
462
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
463
+ interval: z.ZodOptional<z.ZodNumber>;
464
+ count: z.ZodOptional<z.ZodNumber>;
465
+ until: z.ZodOptional<z.ZodString>;
466
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
467
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
468
+ interval: z.ZodOptional<z.ZodNumber>;
469
+ count: z.ZodOptional<z.ZodNumber>;
470
+ until: z.ZodOptional<z.ZodString>;
471
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
472
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
473
+ interval: z.ZodOptional<z.ZodNumber>;
474
+ count: z.ZodOptional<z.ZodNumber>;
475
+ until: z.ZodOptional<z.ZodString>;
476
+ }, z.ZodTypeAny, "passthrough">>>;
477
+ reminder: z.ZodOptional<z.ZodObject<{
478
+ time: z.ZodOptional<z.ZodNumber>;
479
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
480
+ }, "strip", z.ZodTypeAny, {
481
+ time?: number | undefined;
482
+ unit?: "days" | "hours" | "minutes" | undefined;
483
+ }, {
484
+ time?: number | undefined;
485
+ unit?: "days" | "hours" | "minutes" | undefined;
486
+ }>>;
487
+ status: z.ZodOptional<z.ZodString>;
488
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
489
+ project: z.ZodOptional<z.ZodObject<{
490
+ id: z.ZodNumber;
491
+ id_string: z.ZodOptional<z.ZodString>;
492
+ name: z.ZodString;
493
+ }, "strip", z.ZodTypeAny, {
494
+ id: number;
495
+ name: string;
496
+ id_string?: string | undefined;
497
+ }, {
498
+ id: number;
499
+ name: string;
500
+ id_string?: string | undefined;
501
+ }>>;
502
+ link: z.ZodOptional<z.ZodObject<{
503
+ self: z.ZodOptional<z.ZodObject<{
504
+ url: z.ZodString;
505
+ }, "strip", z.ZodTypeAny, {
506
+ url: string;
507
+ }, {
508
+ url: string;
509
+ }>>;
510
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
511
+ self: 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
+ }, z.ZodTypeAny, "passthrough">>>;
527
+ created_time: z.ZodOptional<z.ZodString>;
528
+ created_time_long: z.ZodOptional<z.ZodNumber>;
529
+ last_updated_time: z.ZodOptional<z.ZodString>;
530
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
531
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
532
+ id: z.ZodNumber;
533
+ id_string: z.ZodString;
534
+ title: z.ZodString;
535
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
536
+ start_date: z.ZodOptional<z.ZodString>;
537
+ start_date_long: z.ZodOptional<z.ZodNumber>;
538
+ end_date: z.ZodOptional<z.ZodString>;
539
+ end_date_long: z.ZodOptional<z.ZodNumber>;
540
+ start_time: z.ZodOptional<z.ZodString>;
541
+ end_time: z.ZodOptional<z.ZodString>;
542
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
543
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
544
+ scheduled_by: z.ZodOptional<z.ZodObject<{
545
+ id: z.ZodString;
546
+ name: z.ZodString;
547
+ email: z.ZodOptional<z.ZodString>;
548
+ zpuid: z.ZodOptional<z.ZodString>;
549
+ }, "strip", z.ZodTypeAny, {
550
+ id: string;
551
+ name: string;
552
+ email?: string | undefined;
553
+ zpuid?: string | undefined;
554
+ }, {
555
+ id: string;
556
+ name: string;
557
+ email?: string | undefined;
558
+ zpuid?: string | undefined;
559
+ }>>;
560
+ scheduler_name: z.ZodOptional<z.ZodString>;
561
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
562
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
563
+ id_string: z.ZodOptional<z.ZodString>;
564
+ name: z.ZodString;
565
+ email: z.ZodOptional<z.ZodString>;
566
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
567
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
568
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
569
+ id_string: z.ZodOptional<z.ZodString>;
570
+ name: z.ZodString;
571
+ email: z.ZodOptional<z.ZodString>;
572
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
573
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
574
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
575
+ id_string: z.ZodOptional<z.ZodString>;
576
+ name: z.ZodString;
577
+ email: z.ZodOptional<z.ZodString>;
578
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
579
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
580
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
581
+ recurrence: z.ZodOptional<z.ZodObject<{
582
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
583
+ interval: z.ZodOptional<z.ZodNumber>;
584
+ count: z.ZodOptional<z.ZodNumber>;
585
+ until: z.ZodOptional<z.ZodString>;
586
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
587
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
588
+ interval: z.ZodOptional<z.ZodNumber>;
589
+ count: z.ZodOptional<z.ZodNumber>;
590
+ until: z.ZodOptional<z.ZodString>;
591
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
592
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
593
+ interval: z.ZodOptional<z.ZodNumber>;
594
+ count: z.ZodOptional<z.ZodNumber>;
595
+ until: z.ZodOptional<z.ZodString>;
596
+ }, z.ZodTypeAny, "passthrough">>>;
597
+ reminder: z.ZodOptional<z.ZodObject<{
598
+ time: z.ZodOptional<z.ZodNumber>;
599
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
600
+ }, "strip", z.ZodTypeAny, {
601
+ time?: number | undefined;
602
+ unit?: "days" | "hours" | "minutes" | undefined;
603
+ }, {
604
+ time?: number | undefined;
605
+ unit?: "days" | "hours" | "minutes" | undefined;
606
+ }>>;
607
+ status: z.ZodOptional<z.ZodString>;
608
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
609
+ project: z.ZodOptional<z.ZodObject<{
610
+ id: z.ZodNumber;
611
+ id_string: z.ZodOptional<z.ZodString>;
612
+ name: z.ZodString;
613
+ }, "strip", z.ZodTypeAny, {
614
+ id: number;
615
+ name: string;
616
+ id_string?: string | undefined;
617
+ }, {
618
+ id: number;
619
+ name: string;
620
+ id_string?: string | undefined;
621
+ }>>;
622
+ link: z.ZodOptional<z.ZodObject<{
623
+ self: z.ZodOptional<z.ZodObject<{
624
+ url: z.ZodString;
625
+ }, "strip", z.ZodTypeAny, {
626
+ url: string;
627
+ }, {
628
+ url: string;
629
+ }>>;
630
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
631
+ self: z.ZodOptional<z.ZodObject<{
632
+ url: z.ZodString;
633
+ }, "strip", z.ZodTypeAny, {
634
+ url: string;
635
+ }, {
636
+ url: string;
637
+ }>>;
638
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
639
+ self: z.ZodOptional<z.ZodObject<{
640
+ url: z.ZodString;
641
+ }, "strip", z.ZodTypeAny, {
642
+ url: string;
643
+ }, {
644
+ url: string;
645
+ }>>;
646
+ }, z.ZodTypeAny, "passthrough">>>;
647
+ created_time: z.ZodOptional<z.ZodString>;
648
+ created_time_long: z.ZodOptional<z.ZodNumber>;
649
+ last_updated_time: z.ZodOptional<z.ZodString>;
650
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
651
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
652
+ id: z.ZodNumber;
653
+ id_string: z.ZodString;
654
+ title: z.ZodString;
655
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
656
+ start_date: z.ZodOptional<z.ZodString>;
657
+ start_date_long: z.ZodOptional<z.ZodNumber>;
658
+ end_date: z.ZodOptional<z.ZodString>;
659
+ end_date_long: z.ZodOptional<z.ZodNumber>;
660
+ start_time: z.ZodOptional<z.ZodString>;
661
+ end_time: z.ZodOptional<z.ZodString>;
662
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
663
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
664
+ scheduled_by: z.ZodOptional<z.ZodObject<{
665
+ id: z.ZodString;
666
+ name: z.ZodString;
667
+ email: z.ZodOptional<z.ZodString>;
668
+ zpuid: z.ZodOptional<z.ZodString>;
669
+ }, "strip", z.ZodTypeAny, {
670
+ id: string;
671
+ name: string;
672
+ email?: string | undefined;
673
+ zpuid?: string | undefined;
674
+ }, {
675
+ id: string;
676
+ name: string;
677
+ email?: string | undefined;
678
+ zpuid?: string | undefined;
679
+ }>>;
680
+ scheduler_name: z.ZodOptional<z.ZodString>;
681
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
682
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
683
+ id_string: z.ZodOptional<z.ZodString>;
684
+ name: z.ZodString;
685
+ email: z.ZodOptional<z.ZodString>;
686
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
687
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
688
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
689
+ id_string: z.ZodOptional<z.ZodString>;
690
+ name: z.ZodString;
691
+ email: z.ZodOptional<z.ZodString>;
692
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
693
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
694
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
695
+ id_string: z.ZodOptional<z.ZodString>;
696
+ name: z.ZodString;
697
+ email: z.ZodOptional<z.ZodString>;
698
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
699
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
700
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
701
+ recurrence: z.ZodOptional<z.ZodObject<{
702
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
703
+ interval: z.ZodOptional<z.ZodNumber>;
704
+ count: z.ZodOptional<z.ZodNumber>;
705
+ until: z.ZodOptional<z.ZodString>;
706
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
707
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
708
+ interval: z.ZodOptional<z.ZodNumber>;
709
+ count: z.ZodOptional<z.ZodNumber>;
710
+ until: z.ZodOptional<z.ZodString>;
711
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
712
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
713
+ interval: z.ZodOptional<z.ZodNumber>;
714
+ count: z.ZodOptional<z.ZodNumber>;
715
+ until: z.ZodOptional<z.ZodString>;
716
+ }, z.ZodTypeAny, "passthrough">>>;
717
+ reminder: z.ZodOptional<z.ZodObject<{
718
+ time: z.ZodOptional<z.ZodNumber>;
719
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
720
+ }, "strip", z.ZodTypeAny, {
721
+ time?: number | undefined;
722
+ unit?: "days" | "hours" | "minutes" | undefined;
723
+ }, {
724
+ time?: number | undefined;
725
+ unit?: "days" | "hours" | "minutes" | undefined;
726
+ }>>;
727
+ status: z.ZodOptional<z.ZodString>;
728
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
729
+ project: z.ZodOptional<z.ZodObject<{
730
+ id: z.ZodNumber;
731
+ id_string: z.ZodOptional<z.ZodString>;
732
+ name: z.ZodString;
733
+ }, "strip", z.ZodTypeAny, {
734
+ id: number;
735
+ name: string;
736
+ id_string?: string | undefined;
737
+ }, {
738
+ id: number;
739
+ name: string;
740
+ id_string?: string | undefined;
741
+ }>>;
742
+ link: z.ZodOptional<z.ZodObject<{
743
+ self: z.ZodOptional<z.ZodObject<{
744
+ url: z.ZodString;
745
+ }, "strip", z.ZodTypeAny, {
746
+ url: string;
747
+ }, {
748
+ url: string;
749
+ }>>;
750
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
751
+ self: z.ZodOptional<z.ZodObject<{
752
+ url: z.ZodString;
753
+ }, "strip", z.ZodTypeAny, {
754
+ url: string;
755
+ }, {
756
+ url: string;
757
+ }>>;
758
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
759
+ self: z.ZodOptional<z.ZodObject<{
760
+ url: z.ZodString;
761
+ }, "strip", z.ZodTypeAny, {
762
+ url: string;
763
+ }, {
764
+ url: string;
765
+ }>>;
766
+ }, z.ZodTypeAny, "passthrough">>>;
767
+ created_time: z.ZodOptional<z.ZodString>;
768
+ created_time_long: z.ZodOptional<z.ZodNumber>;
769
+ last_updated_time: z.ZodOptional<z.ZodString>;
770
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
771
+ }, z.ZodTypeAny, "passthrough">>, "many">;
772
+ page_info: z.ZodOptional<z.ZodObject<{
773
+ page: z.ZodNumber;
774
+ per_page: z.ZodNumber;
775
+ total_count: z.ZodOptional<z.ZodNumber>;
776
+ has_more_page: z.ZodOptional<z.ZodBoolean>;
777
+ }, "strip", z.ZodTypeAny, {
778
+ page: number;
779
+ per_page: number;
780
+ total_count?: number | undefined;
781
+ has_more_page?: boolean | undefined;
782
+ }, {
783
+ page: number;
784
+ per_page: number;
785
+ total_count?: number | undefined;
786
+ has_more_page?: boolean | undefined;
787
+ }>>;
788
+ }, "strip", z.ZodTypeAny, {
789
+ events: z.objectOutputType<{
790
+ id: z.ZodNumber;
791
+ id_string: z.ZodString;
792
+ title: z.ZodString;
793
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
794
+ start_date: z.ZodOptional<z.ZodString>;
795
+ start_date_long: z.ZodOptional<z.ZodNumber>;
796
+ end_date: z.ZodOptional<z.ZodString>;
797
+ end_date_long: z.ZodOptional<z.ZodNumber>;
798
+ start_time: z.ZodOptional<z.ZodString>;
799
+ end_time: z.ZodOptional<z.ZodString>;
800
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
801
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
802
+ scheduled_by: z.ZodOptional<z.ZodObject<{
803
+ id: z.ZodString;
804
+ name: z.ZodString;
805
+ email: z.ZodOptional<z.ZodString>;
806
+ zpuid: z.ZodOptional<z.ZodString>;
807
+ }, "strip", z.ZodTypeAny, {
808
+ id: string;
809
+ name: string;
810
+ email?: string | undefined;
811
+ zpuid?: string | undefined;
812
+ }, {
813
+ id: string;
814
+ name: string;
815
+ email?: string | undefined;
816
+ zpuid?: string | undefined;
817
+ }>>;
818
+ scheduler_name: z.ZodOptional<z.ZodString>;
819
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
820
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
821
+ id_string: z.ZodOptional<z.ZodString>;
822
+ name: z.ZodString;
823
+ email: z.ZodOptional<z.ZodString>;
824
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
825
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
826
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
827
+ id_string: z.ZodOptional<z.ZodString>;
828
+ name: z.ZodString;
829
+ email: z.ZodOptional<z.ZodString>;
830
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
831
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
832
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
833
+ id_string: z.ZodOptional<z.ZodString>;
834
+ name: z.ZodString;
835
+ email: z.ZodOptional<z.ZodString>;
836
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
837
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
838
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
839
+ recurrence: z.ZodOptional<z.ZodObject<{
840
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
841
+ interval: z.ZodOptional<z.ZodNumber>;
842
+ count: z.ZodOptional<z.ZodNumber>;
843
+ until: z.ZodOptional<z.ZodString>;
844
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
845
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
846
+ interval: z.ZodOptional<z.ZodNumber>;
847
+ count: z.ZodOptional<z.ZodNumber>;
848
+ until: z.ZodOptional<z.ZodString>;
849
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
850
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
851
+ interval: z.ZodOptional<z.ZodNumber>;
852
+ count: z.ZodOptional<z.ZodNumber>;
853
+ until: z.ZodOptional<z.ZodString>;
854
+ }, z.ZodTypeAny, "passthrough">>>;
855
+ reminder: z.ZodOptional<z.ZodObject<{
856
+ time: z.ZodOptional<z.ZodNumber>;
857
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
858
+ }, "strip", z.ZodTypeAny, {
859
+ time?: number | undefined;
860
+ unit?: "days" | "hours" | "minutes" | undefined;
861
+ }, {
862
+ time?: number | undefined;
863
+ unit?: "days" | "hours" | "minutes" | undefined;
864
+ }>>;
865
+ status: z.ZodOptional<z.ZodString>;
866
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
867
+ project: z.ZodOptional<z.ZodObject<{
868
+ id: z.ZodNumber;
869
+ id_string: z.ZodOptional<z.ZodString>;
870
+ name: z.ZodString;
871
+ }, "strip", z.ZodTypeAny, {
872
+ id: number;
873
+ name: string;
874
+ id_string?: string | undefined;
875
+ }, {
876
+ id: number;
877
+ name: string;
878
+ id_string?: string | undefined;
879
+ }>>;
880
+ link: z.ZodOptional<z.ZodObject<{
881
+ self: z.ZodOptional<z.ZodObject<{
882
+ url: z.ZodString;
883
+ }, "strip", z.ZodTypeAny, {
884
+ url: string;
885
+ }, {
886
+ url: string;
887
+ }>>;
888
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
889
+ self: z.ZodOptional<z.ZodObject<{
890
+ url: z.ZodString;
891
+ }, "strip", z.ZodTypeAny, {
892
+ url: string;
893
+ }, {
894
+ url: string;
895
+ }>>;
896
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
897
+ self: z.ZodOptional<z.ZodObject<{
898
+ url: z.ZodString;
899
+ }, "strip", z.ZodTypeAny, {
900
+ url: string;
901
+ }, {
902
+ url: string;
903
+ }>>;
904
+ }, z.ZodTypeAny, "passthrough">>>;
905
+ created_time: z.ZodOptional<z.ZodString>;
906
+ created_time_long: z.ZodOptional<z.ZodNumber>;
907
+ last_updated_time: z.ZodOptional<z.ZodString>;
908
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
909
+ }, z.ZodTypeAny, "passthrough">[];
910
+ page_info?: {
911
+ page: number;
912
+ per_page: number;
913
+ total_count?: number | undefined;
914
+ has_more_page?: boolean | undefined;
915
+ } | undefined;
916
+ }, {
917
+ events: z.objectInputType<{
918
+ id: z.ZodNumber;
919
+ id_string: z.ZodString;
920
+ title: z.ZodString;
921
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
922
+ start_date: z.ZodOptional<z.ZodString>;
923
+ start_date_long: z.ZodOptional<z.ZodNumber>;
924
+ end_date: z.ZodOptional<z.ZodString>;
925
+ end_date_long: z.ZodOptional<z.ZodNumber>;
926
+ start_time: z.ZodOptional<z.ZodString>;
927
+ end_time: z.ZodOptional<z.ZodString>;
928
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
929
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
930
+ scheduled_by: z.ZodOptional<z.ZodObject<{
931
+ id: z.ZodString;
932
+ name: z.ZodString;
933
+ email: z.ZodOptional<z.ZodString>;
934
+ zpuid: z.ZodOptional<z.ZodString>;
935
+ }, "strip", z.ZodTypeAny, {
936
+ id: string;
937
+ name: string;
938
+ email?: string | undefined;
939
+ zpuid?: string | undefined;
940
+ }, {
941
+ id: string;
942
+ name: string;
943
+ email?: string | undefined;
944
+ zpuid?: string | undefined;
945
+ }>>;
946
+ scheduler_name: z.ZodOptional<z.ZodString>;
947
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
948
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
949
+ id_string: z.ZodOptional<z.ZodString>;
950
+ name: z.ZodString;
951
+ email: z.ZodOptional<z.ZodString>;
952
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
953
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
954
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
955
+ id_string: z.ZodOptional<z.ZodString>;
956
+ name: z.ZodString;
957
+ email: z.ZodOptional<z.ZodString>;
958
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
959
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
960
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
961
+ id_string: z.ZodOptional<z.ZodString>;
962
+ name: z.ZodString;
963
+ email: z.ZodOptional<z.ZodString>;
964
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
965
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
966
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
967
+ recurrence: z.ZodOptional<z.ZodObject<{
968
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
969
+ interval: z.ZodOptional<z.ZodNumber>;
970
+ count: z.ZodOptional<z.ZodNumber>;
971
+ until: z.ZodOptional<z.ZodString>;
972
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
973
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
974
+ interval: z.ZodOptional<z.ZodNumber>;
975
+ count: z.ZodOptional<z.ZodNumber>;
976
+ until: z.ZodOptional<z.ZodString>;
977
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
978
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
979
+ interval: z.ZodOptional<z.ZodNumber>;
980
+ count: z.ZodOptional<z.ZodNumber>;
981
+ until: z.ZodOptional<z.ZodString>;
982
+ }, z.ZodTypeAny, "passthrough">>>;
983
+ reminder: z.ZodOptional<z.ZodObject<{
984
+ time: z.ZodOptional<z.ZodNumber>;
985
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
986
+ }, "strip", z.ZodTypeAny, {
987
+ time?: number | undefined;
988
+ unit?: "days" | "hours" | "minutes" | undefined;
989
+ }, {
990
+ time?: number | undefined;
991
+ unit?: "days" | "hours" | "minutes" | undefined;
992
+ }>>;
993
+ status: z.ZodOptional<z.ZodString>;
994
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
995
+ project: z.ZodOptional<z.ZodObject<{
996
+ id: z.ZodNumber;
997
+ id_string: z.ZodOptional<z.ZodString>;
998
+ name: z.ZodString;
999
+ }, "strip", z.ZodTypeAny, {
1000
+ id: number;
1001
+ name: string;
1002
+ id_string?: string | undefined;
1003
+ }, {
1004
+ id: number;
1005
+ name: string;
1006
+ id_string?: string | undefined;
1007
+ }>>;
1008
+ link: z.ZodOptional<z.ZodObject<{
1009
+ self: z.ZodOptional<z.ZodObject<{
1010
+ url: z.ZodString;
1011
+ }, "strip", z.ZodTypeAny, {
1012
+ url: string;
1013
+ }, {
1014
+ url: string;
1015
+ }>>;
1016
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1017
+ self: z.ZodOptional<z.ZodObject<{
1018
+ url: z.ZodString;
1019
+ }, "strip", z.ZodTypeAny, {
1020
+ url: string;
1021
+ }, {
1022
+ url: string;
1023
+ }>>;
1024
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1025
+ self: z.ZodOptional<z.ZodObject<{
1026
+ url: z.ZodString;
1027
+ }, "strip", z.ZodTypeAny, {
1028
+ url: string;
1029
+ }, {
1030
+ url: string;
1031
+ }>>;
1032
+ }, z.ZodTypeAny, "passthrough">>>;
1033
+ created_time: z.ZodOptional<z.ZodString>;
1034
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1035
+ last_updated_time: z.ZodOptional<z.ZodString>;
1036
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
1037
+ }, z.ZodTypeAny, "passthrough">[];
1038
+ page_info?: {
1039
+ page: number;
1040
+ per_page: number;
1041
+ total_count?: number | undefined;
1042
+ has_more_page?: boolean | undefined;
1043
+ } | undefined;
1044
+ }>;
1045
+ export type EventListResponse = z.infer<typeof EventListResponseSchema>;
1046
+ export declare const EventResponseSchema: z.ZodObject<{
1047
+ events: z.ZodArray<z.ZodObject<{
1048
+ id: z.ZodNumber;
1049
+ id_string: z.ZodString;
1050
+ title: z.ZodString;
1051
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1052
+ start_date: z.ZodOptional<z.ZodString>;
1053
+ start_date_long: z.ZodOptional<z.ZodNumber>;
1054
+ end_date: z.ZodOptional<z.ZodString>;
1055
+ end_date_long: z.ZodOptional<z.ZodNumber>;
1056
+ start_time: z.ZodOptional<z.ZodString>;
1057
+ end_time: z.ZodOptional<z.ZodString>;
1058
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
1059
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1060
+ scheduled_by: z.ZodOptional<z.ZodObject<{
1061
+ id: z.ZodString;
1062
+ name: z.ZodString;
1063
+ email: z.ZodOptional<z.ZodString>;
1064
+ zpuid: z.ZodOptional<z.ZodString>;
1065
+ }, "strip", z.ZodTypeAny, {
1066
+ id: string;
1067
+ name: string;
1068
+ email?: string | undefined;
1069
+ zpuid?: string | undefined;
1070
+ }, {
1071
+ id: string;
1072
+ name: string;
1073
+ email?: string | undefined;
1074
+ zpuid?: string | undefined;
1075
+ }>>;
1076
+ scheduler_name: z.ZodOptional<z.ZodString>;
1077
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
1078
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1079
+ id_string: z.ZodOptional<z.ZodString>;
1080
+ name: z.ZodString;
1081
+ email: z.ZodOptional<z.ZodString>;
1082
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1083
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1084
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1085
+ id_string: z.ZodOptional<z.ZodString>;
1086
+ name: z.ZodString;
1087
+ email: z.ZodOptional<z.ZodString>;
1088
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1089
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1090
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1091
+ id_string: z.ZodOptional<z.ZodString>;
1092
+ name: z.ZodString;
1093
+ email: z.ZodOptional<z.ZodString>;
1094
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1095
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1096
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
1097
+ recurrence: z.ZodOptional<z.ZodObject<{
1098
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1099
+ interval: z.ZodOptional<z.ZodNumber>;
1100
+ count: z.ZodOptional<z.ZodNumber>;
1101
+ until: z.ZodOptional<z.ZodString>;
1102
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1103
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1104
+ interval: z.ZodOptional<z.ZodNumber>;
1105
+ count: z.ZodOptional<z.ZodNumber>;
1106
+ until: z.ZodOptional<z.ZodString>;
1107
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1108
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1109
+ interval: z.ZodOptional<z.ZodNumber>;
1110
+ count: z.ZodOptional<z.ZodNumber>;
1111
+ until: z.ZodOptional<z.ZodString>;
1112
+ }, z.ZodTypeAny, "passthrough">>>;
1113
+ reminder: z.ZodOptional<z.ZodObject<{
1114
+ time: z.ZodOptional<z.ZodNumber>;
1115
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
1116
+ }, "strip", z.ZodTypeAny, {
1117
+ time?: number | undefined;
1118
+ unit?: "days" | "hours" | "minutes" | undefined;
1119
+ }, {
1120
+ time?: number | undefined;
1121
+ unit?: "days" | "hours" | "minutes" | undefined;
1122
+ }>>;
1123
+ status: z.ZodOptional<z.ZodString>;
1124
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
1125
+ project: z.ZodOptional<z.ZodObject<{
1126
+ id: z.ZodNumber;
1127
+ id_string: z.ZodOptional<z.ZodString>;
1128
+ name: z.ZodString;
1129
+ }, "strip", z.ZodTypeAny, {
1130
+ id: number;
1131
+ name: string;
1132
+ id_string?: string | undefined;
1133
+ }, {
1134
+ id: number;
1135
+ name: string;
1136
+ id_string?: string | undefined;
1137
+ }>>;
1138
+ link: z.ZodOptional<z.ZodObject<{
1139
+ self: z.ZodOptional<z.ZodObject<{
1140
+ url: z.ZodString;
1141
+ }, "strip", z.ZodTypeAny, {
1142
+ url: string;
1143
+ }, {
1144
+ url: string;
1145
+ }>>;
1146
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1147
+ self: z.ZodOptional<z.ZodObject<{
1148
+ url: z.ZodString;
1149
+ }, "strip", z.ZodTypeAny, {
1150
+ url: string;
1151
+ }, {
1152
+ url: string;
1153
+ }>>;
1154
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1155
+ self: z.ZodOptional<z.ZodObject<{
1156
+ url: z.ZodString;
1157
+ }, "strip", z.ZodTypeAny, {
1158
+ url: string;
1159
+ }, {
1160
+ url: string;
1161
+ }>>;
1162
+ }, z.ZodTypeAny, "passthrough">>>;
1163
+ created_time: z.ZodOptional<z.ZodString>;
1164
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1165
+ last_updated_time: z.ZodOptional<z.ZodString>;
1166
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
1167
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1168
+ id: z.ZodNumber;
1169
+ id_string: z.ZodString;
1170
+ title: z.ZodString;
1171
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1172
+ start_date: z.ZodOptional<z.ZodString>;
1173
+ start_date_long: z.ZodOptional<z.ZodNumber>;
1174
+ end_date: z.ZodOptional<z.ZodString>;
1175
+ end_date_long: z.ZodOptional<z.ZodNumber>;
1176
+ start_time: z.ZodOptional<z.ZodString>;
1177
+ end_time: z.ZodOptional<z.ZodString>;
1178
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
1179
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1180
+ scheduled_by: z.ZodOptional<z.ZodObject<{
1181
+ id: z.ZodString;
1182
+ name: z.ZodString;
1183
+ email: z.ZodOptional<z.ZodString>;
1184
+ zpuid: z.ZodOptional<z.ZodString>;
1185
+ }, "strip", z.ZodTypeAny, {
1186
+ id: string;
1187
+ name: string;
1188
+ email?: string | undefined;
1189
+ zpuid?: string | undefined;
1190
+ }, {
1191
+ id: string;
1192
+ name: string;
1193
+ email?: string | undefined;
1194
+ zpuid?: string | undefined;
1195
+ }>>;
1196
+ scheduler_name: z.ZodOptional<z.ZodString>;
1197
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
1198
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1199
+ id_string: z.ZodOptional<z.ZodString>;
1200
+ name: z.ZodString;
1201
+ email: z.ZodOptional<z.ZodString>;
1202
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1203
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1204
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1205
+ id_string: z.ZodOptional<z.ZodString>;
1206
+ name: z.ZodString;
1207
+ email: z.ZodOptional<z.ZodString>;
1208
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1209
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1210
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1211
+ id_string: z.ZodOptional<z.ZodString>;
1212
+ name: z.ZodString;
1213
+ email: z.ZodOptional<z.ZodString>;
1214
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1215
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1216
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
1217
+ recurrence: z.ZodOptional<z.ZodObject<{
1218
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1219
+ interval: z.ZodOptional<z.ZodNumber>;
1220
+ count: z.ZodOptional<z.ZodNumber>;
1221
+ until: z.ZodOptional<z.ZodString>;
1222
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1223
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1224
+ interval: z.ZodOptional<z.ZodNumber>;
1225
+ count: z.ZodOptional<z.ZodNumber>;
1226
+ until: z.ZodOptional<z.ZodString>;
1227
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1228
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1229
+ interval: z.ZodOptional<z.ZodNumber>;
1230
+ count: z.ZodOptional<z.ZodNumber>;
1231
+ until: z.ZodOptional<z.ZodString>;
1232
+ }, z.ZodTypeAny, "passthrough">>>;
1233
+ reminder: z.ZodOptional<z.ZodObject<{
1234
+ time: z.ZodOptional<z.ZodNumber>;
1235
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
1236
+ }, "strip", z.ZodTypeAny, {
1237
+ time?: number | undefined;
1238
+ unit?: "days" | "hours" | "minutes" | undefined;
1239
+ }, {
1240
+ time?: number | undefined;
1241
+ unit?: "days" | "hours" | "minutes" | undefined;
1242
+ }>>;
1243
+ status: z.ZodOptional<z.ZodString>;
1244
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
1245
+ project: z.ZodOptional<z.ZodObject<{
1246
+ id: z.ZodNumber;
1247
+ id_string: z.ZodOptional<z.ZodString>;
1248
+ name: z.ZodString;
1249
+ }, "strip", z.ZodTypeAny, {
1250
+ id: number;
1251
+ name: string;
1252
+ id_string?: string | undefined;
1253
+ }, {
1254
+ id: number;
1255
+ name: string;
1256
+ id_string?: string | undefined;
1257
+ }>>;
1258
+ link: z.ZodOptional<z.ZodObject<{
1259
+ self: z.ZodOptional<z.ZodObject<{
1260
+ url: z.ZodString;
1261
+ }, "strip", z.ZodTypeAny, {
1262
+ url: string;
1263
+ }, {
1264
+ url: string;
1265
+ }>>;
1266
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1267
+ self: z.ZodOptional<z.ZodObject<{
1268
+ url: z.ZodString;
1269
+ }, "strip", z.ZodTypeAny, {
1270
+ url: string;
1271
+ }, {
1272
+ url: string;
1273
+ }>>;
1274
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1275
+ self: z.ZodOptional<z.ZodObject<{
1276
+ url: z.ZodString;
1277
+ }, "strip", z.ZodTypeAny, {
1278
+ url: string;
1279
+ }, {
1280
+ url: string;
1281
+ }>>;
1282
+ }, z.ZodTypeAny, "passthrough">>>;
1283
+ created_time: z.ZodOptional<z.ZodString>;
1284
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1285
+ last_updated_time: z.ZodOptional<z.ZodString>;
1286
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
1287
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1288
+ id: z.ZodNumber;
1289
+ id_string: z.ZodString;
1290
+ title: z.ZodString;
1291
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1292
+ start_date: z.ZodOptional<z.ZodString>;
1293
+ start_date_long: z.ZodOptional<z.ZodNumber>;
1294
+ end_date: z.ZodOptional<z.ZodString>;
1295
+ end_date_long: z.ZodOptional<z.ZodNumber>;
1296
+ start_time: z.ZodOptional<z.ZodString>;
1297
+ end_time: z.ZodOptional<z.ZodString>;
1298
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
1299
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1300
+ scheduled_by: z.ZodOptional<z.ZodObject<{
1301
+ id: z.ZodString;
1302
+ name: z.ZodString;
1303
+ email: z.ZodOptional<z.ZodString>;
1304
+ zpuid: z.ZodOptional<z.ZodString>;
1305
+ }, "strip", z.ZodTypeAny, {
1306
+ id: string;
1307
+ name: string;
1308
+ email?: string | undefined;
1309
+ zpuid?: string | undefined;
1310
+ }, {
1311
+ id: string;
1312
+ name: string;
1313
+ email?: string | undefined;
1314
+ zpuid?: string | undefined;
1315
+ }>>;
1316
+ scheduler_name: z.ZodOptional<z.ZodString>;
1317
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
1318
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1319
+ id_string: z.ZodOptional<z.ZodString>;
1320
+ name: z.ZodString;
1321
+ email: z.ZodOptional<z.ZodString>;
1322
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1323
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1324
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1325
+ id_string: z.ZodOptional<z.ZodString>;
1326
+ name: z.ZodString;
1327
+ email: z.ZodOptional<z.ZodString>;
1328
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1329
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1330
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1331
+ id_string: z.ZodOptional<z.ZodString>;
1332
+ name: z.ZodString;
1333
+ email: z.ZodOptional<z.ZodString>;
1334
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1335
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1336
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
1337
+ recurrence: z.ZodOptional<z.ZodObject<{
1338
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1339
+ interval: z.ZodOptional<z.ZodNumber>;
1340
+ count: z.ZodOptional<z.ZodNumber>;
1341
+ until: z.ZodOptional<z.ZodString>;
1342
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1343
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1344
+ interval: z.ZodOptional<z.ZodNumber>;
1345
+ count: z.ZodOptional<z.ZodNumber>;
1346
+ until: z.ZodOptional<z.ZodString>;
1347
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1348
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1349
+ interval: z.ZodOptional<z.ZodNumber>;
1350
+ count: z.ZodOptional<z.ZodNumber>;
1351
+ until: z.ZodOptional<z.ZodString>;
1352
+ }, z.ZodTypeAny, "passthrough">>>;
1353
+ reminder: z.ZodOptional<z.ZodObject<{
1354
+ time: z.ZodOptional<z.ZodNumber>;
1355
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
1356
+ }, "strip", z.ZodTypeAny, {
1357
+ time?: number | undefined;
1358
+ unit?: "days" | "hours" | "minutes" | undefined;
1359
+ }, {
1360
+ time?: number | undefined;
1361
+ unit?: "days" | "hours" | "minutes" | undefined;
1362
+ }>>;
1363
+ status: z.ZodOptional<z.ZodString>;
1364
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
1365
+ project: z.ZodOptional<z.ZodObject<{
1366
+ id: z.ZodNumber;
1367
+ id_string: z.ZodOptional<z.ZodString>;
1368
+ name: z.ZodString;
1369
+ }, "strip", z.ZodTypeAny, {
1370
+ id: number;
1371
+ name: string;
1372
+ id_string?: string | undefined;
1373
+ }, {
1374
+ id: number;
1375
+ name: string;
1376
+ id_string?: string | undefined;
1377
+ }>>;
1378
+ link: z.ZodOptional<z.ZodObject<{
1379
+ self: z.ZodOptional<z.ZodObject<{
1380
+ url: z.ZodString;
1381
+ }, "strip", z.ZodTypeAny, {
1382
+ url: string;
1383
+ }, {
1384
+ url: string;
1385
+ }>>;
1386
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1387
+ self: z.ZodOptional<z.ZodObject<{
1388
+ url: z.ZodString;
1389
+ }, "strip", z.ZodTypeAny, {
1390
+ url: string;
1391
+ }, {
1392
+ url: string;
1393
+ }>>;
1394
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1395
+ self: z.ZodOptional<z.ZodObject<{
1396
+ url: z.ZodString;
1397
+ }, "strip", z.ZodTypeAny, {
1398
+ url: string;
1399
+ }, {
1400
+ url: string;
1401
+ }>>;
1402
+ }, z.ZodTypeAny, "passthrough">>>;
1403
+ created_time: z.ZodOptional<z.ZodString>;
1404
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1405
+ last_updated_time: z.ZodOptional<z.ZodString>;
1406
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
1407
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1408
+ }, "strip", z.ZodTypeAny, {
1409
+ events: z.objectOutputType<{
1410
+ id: z.ZodNumber;
1411
+ id_string: z.ZodString;
1412
+ title: z.ZodString;
1413
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1414
+ start_date: z.ZodOptional<z.ZodString>;
1415
+ start_date_long: z.ZodOptional<z.ZodNumber>;
1416
+ end_date: z.ZodOptional<z.ZodString>;
1417
+ end_date_long: z.ZodOptional<z.ZodNumber>;
1418
+ start_time: z.ZodOptional<z.ZodString>;
1419
+ end_time: z.ZodOptional<z.ZodString>;
1420
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
1421
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1422
+ scheduled_by: z.ZodOptional<z.ZodObject<{
1423
+ id: z.ZodString;
1424
+ name: z.ZodString;
1425
+ email: z.ZodOptional<z.ZodString>;
1426
+ zpuid: z.ZodOptional<z.ZodString>;
1427
+ }, "strip", z.ZodTypeAny, {
1428
+ id: string;
1429
+ name: string;
1430
+ email?: string | undefined;
1431
+ zpuid?: string | undefined;
1432
+ }, {
1433
+ id: string;
1434
+ name: string;
1435
+ email?: string | undefined;
1436
+ zpuid?: string | undefined;
1437
+ }>>;
1438
+ scheduler_name: z.ZodOptional<z.ZodString>;
1439
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
1440
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1441
+ id_string: z.ZodOptional<z.ZodString>;
1442
+ name: z.ZodString;
1443
+ email: z.ZodOptional<z.ZodString>;
1444
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1445
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1446
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1447
+ id_string: z.ZodOptional<z.ZodString>;
1448
+ name: z.ZodString;
1449
+ email: z.ZodOptional<z.ZodString>;
1450
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1451
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1452
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1453
+ id_string: z.ZodOptional<z.ZodString>;
1454
+ name: z.ZodString;
1455
+ email: z.ZodOptional<z.ZodString>;
1456
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1457
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1458
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
1459
+ recurrence: z.ZodOptional<z.ZodObject<{
1460
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1461
+ interval: z.ZodOptional<z.ZodNumber>;
1462
+ count: z.ZodOptional<z.ZodNumber>;
1463
+ until: z.ZodOptional<z.ZodString>;
1464
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1465
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1466
+ interval: z.ZodOptional<z.ZodNumber>;
1467
+ count: z.ZodOptional<z.ZodNumber>;
1468
+ until: z.ZodOptional<z.ZodString>;
1469
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1470
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1471
+ interval: z.ZodOptional<z.ZodNumber>;
1472
+ count: z.ZodOptional<z.ZodNumber>;
1473
+ until: z.ZodOptional<z.ZodString>;
1474
+ }, z.ZodTypeAny, "passthrough">>>;
1475
+ reminder: z.ZodOptional<z.ZodObject<{
1476
+ time: z.ZodOptional<z.ZodNumber>;
1477
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
1478
+ }, "strip", z.ZodTypeAny, {
1479
+ time?: number | undefined;
1480
+ unit?: "days" | "hours" | "minutes" | undefined;
1481
+ }, {
1482
+ time?: number | undefined;
1483
+ unit?: "days" | "hours" | "minutes" | undefined;
1484
+ }>>;
1485
+ status: z.ZodOptional<z.ZodString>;
1486
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
1487
+ project: z.ZodOptional<z.ZodObject<{
1488
+ id: z.ZodNumber;
1489
+ id_string: z.ZodOptional<z.ZodString>;
1490
+ name: z.ZodString;
1491
+ }, "strip", z.ZodTypeAny, {
1492
+ id: number;
1493
+ name: string;
1494
+ id_string?: string | undefined;
1495
+ }, {
1496
+ id: number;
1497
+ name: string;
1498
+ id_string?: string | undefined;
1499
+ }>>;
1500
+ link: z.ZodOptional<z.ZodObject<{
1501
+ self: z.ZodOptional<z.ZodObject<{
1502
+ url: z.ZodString;
1503
+ }, "strip", z.ZodTypeAny, {
1504
+ url: string;
1505
+ }, {
1506
+ url: string;
1507
+ }>>;
1508
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1509
+ self: z.ZodOptional<z.ZodObject<{
1510
+ url: z.ZodString;
1511
+ }, "strip", z.ZodTypeAny, {
1512
+ url: string;
1513
+ }, {
1514
+ url: string;
1515
+ }>>;
1516
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1517
+ self: z.ZodOptional<z.ZodObject<{
1518
+ url: z.ZodString;
1519
+ }, "strip", z.ZodTypeAny, {
1520
+ url: string;
1521
+ }, {
1522
+ url: string;
1523
+ }>>;
1524
+ }, z.ZodTypeAny, "passthrough">>>;
1525
+ created_time: z.ZodOptional<z.ZodString>;
1526
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1527
+ last_updated_time: z.ZodOptional<z.ZodString>;
1528
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
1529
+ }, z.ZodTypeAny, "passthrough">[];
1530
+ }, {
1531
+ events: z.objectInputType<{
1532
+ id: z.ZodNumber;
1533
+ id_string: z.ZodString;
1534
+ title: z.ZodString;
1535
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1536
+ start_date: z.ZodOptional<z.ZodString>;
1537
+ start_date_long: z.ZodOptional<z.ZodNumber>;
1538
+ end_date: z.ZodOptional<z.ZodString>;
1539
+ end_date_long: z.ZodOptional<z.ZodNumber>;
1540
+ start_time: z.ZodOptional<z.ZodString>;
1541
+ end_time: z.ZodOptional<z.ZodString>;
1542
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
1543
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1544
+ scheduled_by: z.ZodOptional<z.ZodObject<{
1545
+ id: z.ZodString;
1546
+ name: z.ZodString;
1547
+ email: z.ZodOptional<z.ZodString>;
1548
+ zpuid: z.ZodOptional<z.ZodString>;
1549
+ }, "strip", z.ZodTypeAny, {
1550
+ id: string;
1551
+ name: string;
1552
+ email?: string | undefined;
1553
+ zpuid?: string | undefined;
1554
+ }, {
1555
+ id: string;
1556
+ name: string;
1557
+ email?: string | undefined;
1558
+ zpuid?: string | undefined;
1559
+ }>>;
1560
+ scheduler_name: z.ZodOptional<z.ZodString>;
1561
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
1562
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1563
+ id_string: z.ZodOptional<z.ZodString>;
1564
+ name: z.ZodString;
1565
+ email: z.ZodOptional<z.ZodString>;
1566
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1567
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1568
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1569
+ id_string: z.ZodOptional<z.ZodString>;
1570
+ name: z.ZodString;
1571
+ email: z.ZodOptional<z.ZodString>;
1572
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1573
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1574
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1575
+ id_string: z.ZodOptional<z.ZodString>;
1576
+ name: z.ZodString;
1577
+ email: z.ZodOptional<z.ZodString>;
1578
+ status: z.ZodOptional<z.ZodEnum<["accepted", "declined", "tentative", "pending"]>>;
1579
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1580
+ is_recurring: z.ZodOptional<z.ZodBoolean>;
1581
+ recurrence: z.ZodOptional<z.ZodObject<{
1582
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1583
+ interval: z.ZodOptional<z.ZodNumber>;
1584
+ count: z.ZodOptional<z.ZodNumber>;
1585
+ until: z.ZodOptional<z.ZodString>;
1586
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1587
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1588
+ interval: z.ZodOptional<z.ZodNumber>;
1589
+ count: z.ZodOptional<z.ZodNumber>;
1590
+ until: z.ZodOptional<z.ZodString>;
1591
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1592
+ frequency: z.ZodOptional<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>;
1593
+ interval: z.ZodOptional<z.ZodNumber>;
1594
+ count: z.ZodOptional<z.ZodNumber>;
1595
+ until: z.ZodOptional<z.ZodString>;
1596
+ }, z.ZodTypeAny, "passthrough">>>;
1597
+ reminder: z.ZodOptional<z.ZodObject<{
1598
+ time: z.ZodOptional<z.ZodNumber>;
1599
+ unit: z.ZodOptional<z.ZodEnum<["minutes", "hours", "days"]>>;
1600
+ }, "strip", z.ZodTypeAny, {
1601
+ time?: number | undefined;
1602
+ unit?: "days" | "hours" | "minutes" | undefined;
1603
+ }, {
1604
+ time?: number | undefined;
1605
+ unit?: "days" | "hours" | "minutes" | undefined;
1606
+ }>>;
1607
+ status: z.ZodOptional<z.ZodString>;
1608
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
1609
+ project: z.ZodOptional<z.ZodObject<{
1610
+ id: z.ZodNumber;
1611
+ id_string: z.ZodOptional<z.ZodString>;
1612
+ name: z.ZodString;
1613
+ }, "strip", z.ZodTypeAny, {
1614
+ id: number;
1615
+ name: string;
1616
+ id_string?: string | undefined;
1617
+ }, {
1618
+ id: number;
1619
+ name: string;
1620
+ id_string?: string | undefined;
1621
+ }>>;
1622
+ link: z.ZodOptional<z.ZodObject<{
1623
+ self: z.ZodOptional<z.ZodObject<{
1624
+ url: z.ZodString;
1625
+ }, "strip", z.ZodTypeAny, {
1626
+ url: string;
1627
+ }, {
1628
+ url: string;
1629
+ }>>;
1630
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1631
+ self: z.ZodOptional<z.ZodObject<{
1632
+ url: z.ZodString;
1633
+ }, "strip", z.ZodTypeAny, {
1634
+ url: string;
1635
+ }, {
1636
+ url: string;
1637
+ }>>;
1638
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1639
+ self: z.ZodOptional<z.ZodObject<{
1640
+ url: z.ZodString;
1641
+ }, "strip", z.ZodTypeAny, {
1642
+ url: string;
1643
+ }, {
1644
+ url: string;
1645
+ }>>;
1646
+ }, z.ZodTypeAny, "passthrough">>>;
1647
+ created_time: z.ZodOptional<z.ZodString>;
1648
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1649
+ last_updated_time: z.ZodOptional<z.ZodString>;
1650
+ last_updated_time_long: z.ZodOptional<z.ZodNumber>;
1651
+ }, z.ZodTypeAny, "passthrough">[];
1652
+ }>;
1653
+ export type EventResponse = z.infer<typeof EventResponseSchema>;
1654
+ /**
1655
+ * Input schema for creating an event
1656
+ */
1657
+ export declare const CreateEventInputSchema: z.ZodObject<{
1658
+ /** Event title (required) */
1659
+ title: z.ZodString;
1660
+ /** Event description */
1661
+ description: z.ZodOptional<z.ZodString>;
1662
+ /** Start date (MM-DD-YYYY format) */
1663
+ start_date: z.ZodOptional<z.ZodString>;
1664
+ /** End date (MM-DD-YYYY format) */
1665
+ end_date: z.ZodOptional<z.ZodString>;
1666
+ /** Start time (HH:MM format) */
1667
+ start_time: z.ZodOptional<z.ZodString>;
1668
+ /** End time (HH:MM format) */
1669
+ end_time: z.ZodOptional<z.ZodString>;
1670
+ /** Whether this is an all-day event */
1671
+ is_all_day: z.ZodOptional<z.ZodBoolean>;
1672
+ /** Event location */
1673
+ location: z.ZodOptional<z.ZodString>;
1674
+ /** Participant user IDs (comma-separated) */
1675
+ participants: z.ZodOptional<z.ZodString>;
1676
+ /** Reminder minutes before event */
1677
+ reminder: z.ZodOptional<z.ZodNumber>;
1678
+ /** Flag: internal or external */
1679
+ flag: z.ZodOptional<z.ZodEnum<["internal", "external"]>>;
1680
+ }, "strip", z.ZodTypeAny, {
1681
+ title: string;
1682
+ description?: string | undefined;
1683
+ start_date?: string | undefined;
1684
+ end_date?: string | undefined;
1685
+ start_time?: string | undefined;
1686
+ end_time?: string | undefined;
1687
+ flag?: "internal" | "external" | undefined;
1688
+ is_all_day?: boolean | undefined;
1689
+ location?: string | undefined;
1690
+ participants?: string | undefined;
1691
+ reminder?: number | undefined;
1692
+ }, {
1693
+ title: string;
1694
+ description?: string | undefined;
1695
+ start_date?: string | undefined;
1696
+ end_date?: string | undefined;
1697
+ start_time?: string | undefined;
1698
+ end_time?: string | undefined;
1699
+ flag?: "internal" | "external" | undefined;
1700
+ is_all_day?: boolean | undefined;
1701
+ location?: string | undefined;
1702
+ participants?: string | undefined;
1703
+ reminder?: number | undefined;
1704
+ }>;
1705
+ export type CreateEventInput = z.infer<typeof CreateEventInputSchema>;
1706
+ /**
1707
+ * Input schema for updating an event
1708
+ */
1709
+ export declare const UpdateEventInputSchema: z.ZodObject<{
1710
+ title: z.ZodOptional<z.ZodString>;
1711
+ description: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1712
+ start_date: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1713
+ end_date: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1714
+ start_time: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1715
+ end_time: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1716
+ is_all_day: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
1717
+ location: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1718
+ participants: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1719
+ reminder: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1720
+ flag: z.ZodOptional<z.ZodOptional<z.ZodEnum<["internal", "external"]>>>;
1721
+ }, "strip", z.ZodTypeAny, {
1722
+ description?: string | undefined;
1723
+ start_date?: string | undefined;
1724
+ end_date?: string | undefined;
1725
+ title?: string | undefined;
1726
+ start_time?: string | undefined;
1727
+ end_time?: string | undefined;
1728
+ flag?: "internal" | "external" | undefined;
1729
+ is_all_day?: boolean | undefined;
1730
+ location?: string | undefined;
1731
+ participants?: string | undefined;
1732
+ reminder?: number | undefined;
1733
+ }, {
1734
+ description?: string | undefined;
1735
+ start_date?: string | undefined;
1736
+ end_date?: string | undefined;
1737
+ title?: string | undefined;
1738
+ start_time?: string | undefined;
1739
+ end_time?: string | undefined;
1740
+ flag?: "internal" | "external" | undefined;
1741
+ is_all_day?: boolean | undefined;
1742
+ location?: string | undefined;
1743
+ participants?: string | undefined;
1744
+ reminder?: number | undefined;
1745
+ }>;
1746
+ export type UpdateEventInput = z.infer<typeof UpdateEventInputSchema>;
1747
+ //# sourceMappingURL=events.d.ts.map