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