@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,2010 @@
1
+ import { z } from "zod";
2
+ /**
3
+ * Report filter configuration
4
+ */
5
+ export declare const ReportFilterSchema: z.ZodObject<{
6
+ field: z.ZodString;
7
+ operator: z.ZodString;
8
+ value: z.ZodUnknown;
9
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
10
+ field: z.ZodString;
11
+ operator: z.ZodString;
12
+ value: z.ZodUnknown;
13
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
14
+ field: z.ZodString;
15
+ operator: z.ZodString;
16
+ value: z.ZodUnknown;
17
+ }, z.ZodTypeAny, "passthrough">>;
18
+ export type ReportFilter = z.infer<typeof ReportFilterSchema>;
19
+ /**
20
+ * Report column configuration
21
+ */
22
+ export declare const ReportColumnSchema: z.ZodObject<{
23
+ field: z.ZodString;
24
+ label: z.ZodOptional<z.ZodString>;
25
+ width: z.ZodOptional<z.ZodNumber>;
26
+ sortable: z.ZodOptional<z.ZodBoolean>;
27
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
28
+ field: z.ZodString;
29
+ label: z.ZodOptional<z.ZodString>;
30
+ width: z.ZodOptional<z.ZodNumber>;
31
+ sortable: z.ZodOptional<z.ZodBoolean>;
32
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
33
+ field: z.ZodString;
34
+ label: z.ZodOptional<z.ZodString>;
35
+ width: z.ZodOptional<z.ZodNumber>;
36
+ sortable: z.ZodOptional<z.ZodBoolean>;
37
+ }, z.ZodTypeAny, "passthrough">>;
38
+ export type ReportColumn = z.infer<typeof ReportColumnSchema>;
39
+ /**
40
+ * Report from Zoho Projects API
41
+ * Reports are typically read-only with specialized query parameters
42
+ */
43
+ export declare const ReportSchema: z.ZodObject<{
44
+ id: z.ZodNumber;
45
+ id_string: z.ZodString;
46
+ name: z.ZodString;
47
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
+ type: z.ZodOptional<z.ZodString>;
49
+ report_type: z.ZodOptional<z.ZodString>;
50
+ category: z.ZodOptional<z.ZodString>;
51
+ is_public: z.ZodOptional<z.ZodBoolean>;
52
+ is_shared: z.ZodOptional<z.ZodBoolean>;
53
+ is_system: z.ZodOptional<z.ZodBoolean>;
54
+ owner: z.ZodOptional<z.ZodObject<{
55
+ id: z.ZodString;
56
+ name: z.ZodString;
57
+ email: z.ZodOptional<z.ZodString>;
58
+ zpuid: z.ZodOptional<z.ZodString>;
59
+ }, "strip", z.ZodTypeAny, {
60
+ id: string;
61
+ name: string;
62
+ email?: string | undefined;
63
+ zpuid?: string | undefined;
64
+ }, {
65
+ id: string;
66
+ name: string;
67
+ email?: string | undefined;
68
+ zpuid?: string | undefined;
69
+ }>>;
70
+ created_by: z.ZodOptional<z.ZodObject<{
71
+ id: z.ZodString;
72
+ name: z.ZodString;
73
+ email: z.ZodOptional<z.ZodString>;
74
+ zpuid: z.ZodOptional<z.ZodString>;
75
+ }, "strip", z.ZodTypeAny, {
76
+ id: string;
77
+ name: string;
78
+ email?: string | undefined;
79
+ zpuid?: string | undefined;
80
+ }, {
81
+ id: string;
82
+ name: string;
83
+ email?: string | undefined;
84
+ zpuid?: string | undefined;
85
+ }>>;
86
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
87
+ field: z.ZodString;
88
+ operator: z.ZodString;
89
+ value: z.ZodUnknown;
90
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
91
+ field: z.ZodString;
92
+ operator: z.ZodString;
93
+ value: z.ZodUnknown;
94
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
95
+ field: z.ZodString;
96
+ operator: z.ZodString;
97
+ value: z.ZodUnknown;
98
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
99
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
100
+ field: z.ZodString;
101
+ label: z.ZodOptional<z.ZodString>;
102
+ width: z.ZodOptional<z.ZodNumber>;
103
+ sortable: z.ZodOptional<z.ZodBoolean>;
104
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
105
+ field: z.ZodString;
106
+ label: z.ZodOptional<z.ZodString>;
107
+ width: z.ZodOptional<z.ZodNumber>;
108
+ sortable: z.ZodOptional<z.ZodBoolean>;
109
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
110
+ field: z.ZodString;
111
+ label: z.ZodOptional<z.ZodString>;
112
+ width: z.ZodOptional<z.ZodNumber>;
113
+ sortable: z.ZodOptional<z.ZodBoolean>;
114
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
115
+ group_by: z.ZodOptional<z.ZodString>;
116
+ sort_by: z.ZodOptional<z.ZodString>;
117
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
118
+ project: z.ZodOptional<z.ZodObject<{
119
+ id: z.ZodNumber;
120
+ id_string: z.ZodOptional<z.ZodString>;
121
+ name: z.ZodString;
122
+ }, "strip", z.ZodTypeAny, {
123
+ id: number;
124
+ name: string;
125
+ id_string?: string | undefined;
126
+ }, {
127
+ id: number;
128
+ name: string;
129
+ id_string?: string | undefined;
130
+ }>>;
131
+ link: z.ZodOptional<z.ZodObject<{
132
+ self: z.ZodOptional<z.ZodObject<{
133
+ url: z.ZodString;
134
+ }, "strip", z.ZodTypeAny, {
135
+ url: string;
136
+ }, {
137
+ url: string;
138
+ }>>;
139
+ export: z.ZodOptional<z.ZodObject<{
140
+ url: z.ZodString;
141
+ }, "strip", z.ZodTypeAny, {
142
+ url: string;
143
+ }, {
144
+ url: string;
145
+ }>>;
146
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
147
+ self: z.ZodOptional<z.ZodObject<{
148
+ url: z.ZodString;
149
+ }, "strip", z.ZodTypeAny, {
150
+ url: string;
151
+ }, {
152
+ url: string;
153
+ }>>;
154
+ export: z.ZodOptional<z.ZodObject<{
155
+ url: z.ZodString;
156
+ }, "strip", z.ZodTypeAny, {
157
+ url: string;
158
+ }, {
159
+ url: string;
160
+ }>>;
161
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
162
+ self: z.ZodOptional<z.ZodObject<{
163
+ url: z.ZodString;
164
+ }, "strip", z.ZodTypeAny, {
165
+ url: string;
166
+ }, {
167
+ url: string;
168
+ }>>;
169
+ export: z.ZodOptional<z.ZodObject<{
170
+ url: z.ZodString;
171
+ }, "strip", z.ZodTypeAny, {
172
+ url: string;
173
+ }, {
174
+ url: string;
175
+ }>>;
176
+ }, z.ZodTypeAny, "passthrough">>>;
177
+ created_time: z.ZodOptional<z.ZodString>;
178
+ created_time_long: z.ZodOptional<z.ZodNumber>;
179
+ last_modified_time: z.ZodOptional<z.ZodString>;
180
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
181
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
182
+ id: z.ZodNumber;
183
+ id_string: z.ZodString;
184
+ name: z.ZodString;
185
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
186
+ type: z.ZodOptional<z.ZodString>;
187
+ report_type: z.ZodOptional<z.ZodString>;
188
+ category: z.ZodOptional<z.ZodString>;
189
+ is_public: z.ZodOptional<z.ZodBoolean>;
190
+ is_shared: z.ZodOptional<z.ZodBoolean>;
191
+ is_system: z.ZodOptional<z.ZodBoolean>;
192
+ owner: z.ZodOptional<z.ZodObject<{
193
+ id: z.ZodString;
194
+ name: z.ZodString;
195
+ email: z.ZodOptional<z.ZodString>;
196
+ zpuid: z.ZodOptional<z.ZodString>;
197
+ }, "strip", z.ZodTypeAny, {
198
+ id: string;
199
+ name: string;
200
+ email?: string | undefined;
201
+ zpuid?: string | undefined;
202
+ }, {
203
+ id: string;
204
+ name: string;
205
+ email?: string | undefined;
206
+ zpuid?: string | undefined;
207
+ }>>;
208
+ created_by: z.ZodOptional<z.ZodObject<{
209
+ id: z.ZodString;
210
+ name: z.ZodString;
211
+ email: z.ZodOptional<z.ZodString>;
212
+ zpuid: z.ZodOptional<z.ZodString>;
213
+ }, "strip", z.ZodTypeAny, {
214
+ id: string;
215
+ name: string;
216
+ email?: string | undefined;
217
+ zpuid?: string | undefined;
218
+ }, {
219
+ id: string;
220
+ name: string;
221
+ email?: string | undefined;
222
+ zpuid?: string | undefined;
223
+ }>>;
224
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
225
+ field: z.ZodString;
226
+ operator: z.ZodString;
227
+ value: z.ZodUnknown;
228
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
229
+ field: z.ZodString;
230
+ operator: z.ZodString;
231
+ value: z.ZodUnknown;
232
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
233
+ field: z.ZodString;
234
+ operator: z.ZodString;
235
+ value: z.ZodUnknown;
236
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
237
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
238
+ field: z.ZodString;
239
+ label: z.ZodOptional<z.ZodString>;
240
+ width: z.ZodOptional<z.ZodNumber>;
241
+ sortable: z.ZodOptional<z.ZodBoolean>;
242
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
243
+ field: z.ZodString;
244
+ label: z.ZodOptional<z.ZodString>;
245
+ width: z.ZodOptional<z.ZodNumber>;
246
+ sortable: z.ZodOptional<z.ZodBoolean>;
247
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
248
+ field: z.ZodString;
249
+ label: z.ZodOptional<z.ZodString>;
250
+ width: z.ZodOptional<z.ZodNumber>;
251
+ sortable: z.ZodOptional<z.ZodBoolean>;
252
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
253
+ group_by: z.ZodOptional<z.ZodString>;
254
+ sort_by: z.ZodOptional<z.ZodString>;
255
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
256
+ project: z.ZodOptional<z.ZodObject<{
257
+ id: z.ZodNumber;
258
+ id_string: z.ZodOptional<z.ZodString>;
259
+ name: z.ZodString;
260
+ }, "strip", z.ZodTypeAny, {
261
+ id: number;
262
+ name: string;
263
+ id_string?: string | undefined;
264
+ }, {
265
+ id: number;
266
+ name: string;
267
+ id_string?: string | undefined;
268
+ }>>;
269
+ link: z.ZodOptional<z.ZodObject<{
270
+ self: z.ZodOptional<z.ZodObject<{
271
+ url: z.ZodString;
272
+ }, "strip", z.ZodTypeAny, {
273
+ url: string;
274
+ }, {
275
+ url: string;
276
+ }>>;
277
+ export: z.ZodOptional<z.ZodObject<{
278
+ url: z.ZodString;
279
+ }, "strip", z.ZodTypeAny, {
280
+ url: string;
281
+ }, {
282
+ url: string;
283
+ }>>;
284
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
285
+ self: z.ZodOptional<z.ZodObject<{
286
+ url: z.ZodString;
287
+ }, "strip", z.ZodTypeAny, {
288
+ url: string;
289
+ }, {
290
+ url: string;
291
+ }>>;
292
+ export: z.ZodOptional<z.ZodObject<{
293
+ url: z.ZodString;
294
+ }, "strip", z.ZodTypeAny, {
295
+ url: string;
296
+ }, {
297
+ url: string;
298
+ }>>;
299
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
300
+ self: z.ZodOptional<z.ZodObject<{
301
+ url: z.ZodString;
302
+ }, "strip", z.ZodTypeAny, {
303
+ url: string;
304
+ }, {
305
+ url: string;
306
+ }>>;
307
+ export: z.ZodOptional<z.ZodObject<{
308
+ url: z.ZodString;
309
+ }, "strip", z.ZodTypeAny, {
310
+ url: string;
311
+ }, {
312
+ url: string;
313
+ }>>;
314
+ }, z.ZodTypeAny, "passthrough">>>;
315
+ created_time: z.ZodOptional<z.ZodString>;
316
+ created_time_long: z.ZodOptional<z.ZodNumber>;
317
+ last_modified_time: z.ZodOptional<z.ZodString>;
318
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
319
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
320
+ id: z.ZodNumber;
321
+ id_string: z.ZodString;
322
+ name: z.ZodString;
323
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
324
+ type: z.ZodOptional<z.ZodString>;
325
+ report_type: z.ZodOptional<z.ZodString>;
326
+ category: z.ZodOptional<z.ZodString>;
327
+ is_public: z.ZodOptional<z.ZodBoolean>;
328
+ is_shared: z.ZodOptional<z.ZodBoolean>;
329
+ is_system: z.ZodOptional<z.ZodBoolean>;
330
+ owner: z.ZodOptional<z.ZodObject<{
331
+ id: z.ZodString;
332
+ name: z.ZodString;
333
+ email: z.ZodOptional<z.ZodString>;
334
+ zpuid: z.ZodOptional<z.ZodString>;
335
+ }, "strip", z.ZodTypeAny, {
336
+ id: string;
337
+ name: string;
338
+ email?: string | undefined;
339
+ zpuid?: string | undefined;
340
+ }, {
341
+ id: string;
342
+ name: string;
343
+ email?: string | undefined;
344
+ zpuid?: string | undefined;
345
+ }>>;
346
+ created_by: z.ZodOptional<z.ZodObject<{
347
+ id: z.ZodString;
348
+ name: z.ZodString;
349
+ email: z.ZodOptional<z.ZodString>;
350
+ zpuid: z.ZodOptional<z.ZodString>;
351
+ }, "strip", z.ZodTypeAny, {
352
+ id: string;
353
+ name: string;
354
+ email?: string | undefined;
355
+ zpuid?: string | undefined;
356
+ }, {
357
+ id: string;
358
+ name: string;
359
+ email?: string | undefined;
360
+ zpuid?: string | undefined;
361
+ }>>;
362
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
363
+ field: z.ZodString;
364
+ operator: z.ZodString;
365
+ value: z.ZodUnknown;
366
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
367
+ field: z.ZodString;
368
+ operator: z.ZodString;
369
+ value: z.ZodUnknown;
370
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
371
+ field: z.ZodString;
372
+ operator: z.ZodString;
373
+ value: z.ZodUnknown;
374
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
375
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
376
+ field: z.ZodString;
377
+ label: z.ZodOptional<z.ZodString>;
378
+ width: z.ZodOptional<z.ZodNumber>;
379
+ sortable: z.ZodOptional<z.ZodBoolean>;
380
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
381
+ field: z.ZodString;
382
+ label: z.ZodOptional<z.ZodString>;
383
+ width: z.ZodOptional<z.ZodNumber>;
384
+ sortable: z.ZodOptional<z.ZodBoolean>;
385
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
386
+ field: z.ZodString;
387
+ label: z.ZodOptional<z.ZodString>;
388
+ width: z.ZodOptional<z.ZodNumber>;
389
+ sortable: z.ZodOptional<z.ZodBoolean>;
390
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
391
+ group_by: z.ZodOptional<z.ZodString>;
392
+ sort_by: z.ZodOptional<z.ZodString>;
393
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
394
+ project: z.ZodOptional<z.ZodObject<{
395
+ id: z.ZodNumber;
396
+ id_string: z.ZodOptional<z.ZodString>;
397
+ name: z.ZodString;
398
+ }, "strip", z.ZodTypeAny, {
399
+ id: number;
400
+ name: string;
401
+ id_string?: string | undefined;
402
+ }, {
403
+ id: number;
404
+ name: string;
405
+ id_string?: string | undefined;
406
+ }>>;
407
+ link: z.ZodOptional<z.ZodObject<{
408
+ self: z.ZodOptional<z.ZodObject<{
409
+ url: z.ZodString;
410
+ }, "strip", z.ZodTypeAny, {
411
+ url: string;
412
+ }, {
413
+ url: string;
414
+ }>>;
415
+ export: z.ZodOptional<z.ZodObject<{
416
+ url: z.ZodString;
417
+ }, "strip", z.ZodTypeAny, {
418
+ url: string;
419
+ }, {
420
+ url: string;
421
+ }>>;
422
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
423
+ self: z.ZodOptional<z.ZodObject<{
424
+ url: z.ZodString;
425
+ }, "strip", z.ZodTypeAny, {
426
+ url: string;
427
+ }, {
428
+ url: string;
429
+ }>>;
430
+ export: z.ZodOptional<z.ZodObject<{
431
+ url: z.ZodString;
432
+ }, "strip", z.ZodTypeAny, {
433
+ url: string;
434
+ }, {
435
+ url: string;
436
+ }>>;
437
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
438
+ self: z.ZodOptional<z.ZodObject<{
439
+ url: z.ZodString;
440
+ }, "strip", z.ZodTypeAny, {
441
+ url: string;
442
+ }, {
443
+ url: string;
444
+ }>>;
445
+ export: z.ZodOptional<z.ZodObject<{
446
+ url: z.ZodString;
447
+ }, "strip", z.ZodTypeAny, {
448
+ url: string;
449
+ }, {
450
+ url: string;
451
+ }>>;
452
+ }, z.ZodTypeAny, "passthrough">>>;
453
+ created_time: z.ZodOptional<z.ZodString>;
454
+ created_time_long: z.ZodOptional<z.ZodNumber>;
455
+ last_modified_time: z.ZodOptional<z.ZodString>;
456
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
457
+ }, z.ZodTypeAny, "passthrough">>;
458
+ export type Report = z.infer<typeof ReportSchema>;
459
+ export declare const ReportListResponseSchema: z.ZodObject<{
460
+ reports: z.ZodArray<z.ZodObject<{
461
+ id: z.ZodNumber;
462
+ id_string: z.ZodString;
463
+ name: z.ZodString;
464
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
465
+ type: z.ZodOptional<z.ZodString>;
466
+ report_type: z.ZodOptional<z.ZodString>;
467
+ category: z.ZodOptional<z.ZodString>;
468
+ is_public: z.ZodOptional<z.ZodBoolean>;
469
+ is_shared: z.ZodOptional<z.ZodBoolean>;
470
+ is_system: z.ZodOptional<z.ZodBoolean>;
471
+ owner: z.ZodOptional<z.ZodObject<{
472
+ id: z.ZodString;
473
+ name: z.ZodString;
474
+ email: z.ZodOptional<z.ZodString>;
475
+ zpuid: z.ZodOptional<z.ZodString>;
476
+ }, "strip", z.ZodTypeAny, {
477
+ id: string;
478
+ name: string;
479
+ email?: string | undefined;
480
+ zpuid?: string | undefined;
481
+ }, {
482
+ id: string;
483
+ name: string;
484
+ email?: string | undefined;
485
+ zpuid?: string | undefined;
486
+ }>>;
487
+ created_by: z.ZodOptional<z.ZodObject<{
488
+ id: z.ZodString;
489
+ name: z.ZodString;
490
+ email: z.ZodOptional<z.ZodString>;
491
+ zpuid: z.ZodOptional<z.ZodString>;
492
+ }, "strip", z.ZodTypeAny, {
493
+ id: string;
494
+ name: string;
495
+ email?: string | undefined;
496
+ zpuid?: string | undefined;
497
+ }, {
498
+ id: string;
499
+ name: string;
500
+ email?: string | undefined;
501
+ zpuid?: string | undefined;
502
+ }>>;
503
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
504
+ field: z.ZodString;
505
+ operator: z.ZodString;
506
+ value: z.ZodUnknown;
507
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
508
+ field: z.ZodString;
509
+ operator: z.ZodString;
510
+ value: z.ZodUnknown;
511
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
512
+ field: z.ZodString;
513
+ operator: z.ZodString;
514
+ value: z.ZodUnknown;
515
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
516
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
517
+ field: z.ZodString;
518
+ label: z.ZodOptional<z.ZodString>;
519
+ width: z.ZodOptional<z.ZodNumber>;
520
+ sortable: z.ZodOptional<z.ZodBoolean>;
521
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
522
+ field: z.ZodString;
523
+ label: z.ZodOptional<z.ZodString>;
524
+ width: z.ZodOptional<z.ZodNumber>;
525
+ sortable: z.ZodOptional<z.ZodBoolean>;
526
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
527
+ field: z.ZodString;
528
+ label: z.ZodOptional<z.ZodString>;
529
+ width: z.ZodOptional<z.ZodNumber>;
530
+ sortable: z.ZodOptional<z.ZodBoolean>;
531
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
532
+ group_by: z.ZodOptional<z.ZodString>;
533
+ sort_by: z.ZodOptional<z.ZodString>;
534
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
535
+ project: z.ZodOptional<z.ZodObject<{
536
+ id: z.ZodNumber;
537
+ id_string: z.ZodOptional<z.ZodString>;
538
+ name: z.ZodString;
539
+ }, "strip", z.ZodTypeAny, {
540
+ id: number;
541
+ name: string;
542
+ id_string?: string | undefined;
543
+ }, {
544
+ id: number;
545
+ name: string;
546
+ id_string?: string | undefined;
547
+ }>>;
548
+ link: z.ZodOptional<z.ZodObject<{
549
+ self: z.ZodOptional<z.ZodObject<{
550
+ url: z.ZodString;
551
+ }, "strip", z.ZodTypeAny, {
552
+ url: string;
553
+ }, {
554
+ url: string;
555
+ }>>;
556
+ export: z.ZodOptional<z.ZodObject<{
557
+ url: z.ZodString;
558
+ }, "strip", z.ZodTypeAny, {
559
+ url: string;
560
+ }, {
561
+ url: string;
562
+ }>>;
563
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
564
+ self: z.ZodOptional<z.ZodObject<{
565
+ url: z.ZodString;
566
+ }, "strip", z.ZodTypeAny, {
567
+ url: string;
568
+ }, {
569
+ url: string;
570
+ }>>;
571
+ export: z.ZodOptional<z.ZodObject<{
572
+ url: z.ZodString;
573
+ }, "strip", z.ZodTypeAny, {
574
+ url: string;
575
+ }, {
576
+ url: string;
577
+ }>>;
578
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
579
+ self: z.ZodOptional<z.ZodObject<{
580
+ url: z.ZodString;
581
+ }, "strip", z.ZodTypeAny, {
582
+ url: string;
583
+ }, {
584
+ url: string;
585
+ }>>;
586
+ export: z.ZodOptional<z.ZodObject<{
587
+ url: z.ZodString;
588
+ }, "strip", z.ZodTypeAny, {
589
+ url: string;
590
+ }, {
591
+ url: string;
592
+ }>>;
593
+ }, z.ZodTypeAny, "passthrough">>>;
594
+ created_time: z.ZodOptional<z.ZodString>;
595
+ created_time_long: z.ZodOptional<z.ZodNumber>;
596
+ last_modified_time: z.ZodOptional<z.ZodString>;
597
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
598
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
599
+ id: z.ZodNumber;
600
+ id_string: z.ZodString;
601
+ name: z.ZodString;
602
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
603
+ type: z.ZodOptional<z.ZodString>;
604
+ report_type: z.ZodOptional<z.ZodString>;
605
+ category: z.ZodOptional<z.ZodString>;
606
+ is_public: z.ZodOptional<z.ZodBoolean>;
607
+ is_shared: z.ZodOptional<z.ZodBoolean>;
608
+ is_system: z.ZodOptional<z.ZodBoolean>;
609
+ owner: z.ZodOptional<z.ZodObject<{
610
+ id: z.ZodString;
611
+ name: z.ZodString;
612
+ email: z.ZodOptional<z.ZodString>;
613
+ zpuid: z.ZodOptional<z.ZodString>;
614
+ }, "strip", z.ZodTypeAny, {
615
+ id: string;
616
+ name: string;
617
+ email?: string | undefined;
618
+ zpuid?: string | undefined;
619
+ }, {
620
+ id: string;
621
+ name: string;
622
+ email?: string | undefined;
623
+ zpuid?: string | undefined;
624
+ }>>;
625
+ created_by: z.ZodOptional<z.ZodObject<{
626
+ id: z.ZodString;
627
+ name: z.ZodString;
628
+ email: z.ZodOptional<z.ZodString>;
629
+ zpuid: z.ZodOptional<z.ZodString>;
630
+ }, "strip", z.ZodTypeAny, {
631
+ id: string;
632
+ name: string;
633
+ email?: string | undefined;
634
+ zpuid?: string | undefined;
635
+ }, {
636
+ id: string;
637
+ name: string;
638
+ email?: string | undefined;
639
+ zpuid?: string | undefined;
640
+ }>>;
641
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
642
+ field: z.ZodString;
643
+ operator: z.ZodString;
644
+ value: z.ZodUnknown;
645
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
646
+ field: z.ZodString;
647
+ operator: z.ZodString;
648
+ value: z.ZodUnknown;
649
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
650
+ field: z.ZodString;
651
+ operator: z.ZodString;
652
+ value: z.ZodUnknown;
653
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
654
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
655
+ field: z.ZodString;
656
+ label: z.ZodOptional<z.ZodString>;
657
+ width: z.ZodOptional<z.ZodNumber>;
658
+ sortable: z.ZodOptional<z.ZodBoolean>;
659
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
660
+ field: z.ZodString;
661
+ label: z.ZodOptional<z.ZodString>;
662
+ width: z.ZodOptional<z.ZodNumber>;
663
+ sortable: z.ZodOptional<z.ZodBoolean>;
664
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
665
+ field: z.ZodString;
666
+ label: z.ZodOptional<z.ZodString>;
667
+ width: z.ZodOptional<z.ZodNumber>;
668
+ sortable: z.ZodOptional<z.ZodBoolean>;
669
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
670
+ group_by: z.ZodOptional<z.ZodString>;
671
+ sort_by: z.ZodOptional<z.ZodString>;
672
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
673
+ project: z.ZodOptional<z.ZodObject<{
674
+ id: z.ZodNumber;
675
+ id_string: z.ZodOptional<z.ZodString>;
676
+ name: z.ZodString;
677
+ }, "strip", z.ZodTypeAny, {
678
+ id: number;
679
+ name: string;
680
+ id_string?: string | undefined;
681
+ }, {
682
+ id: number;
683
+ name: string;
684
+ id_string?: string | undefined;
685
+ }>>;
686
+ link: z.ZodOptional<z.ZodObject<{
687
+ self: z.ZodOptional<z.ZodObject<{
688
+ url: z.ZodString;
689
+ }, "strip", z.ZodTypeAny, {
690
+ url: string;
691
+ }, {
692
+ url: string;
693
+ }>>;
694
+ export: z.ZodOptional<z.ZodObject<{
695
+ url: z.ZodString;
696
+ }, "strip", z.ZodTypeAny, {
697
+ url: string;
698
+ }, {
699
+ url: string;
700
+ }>>;
701
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
702
+ self: z.ZodOptional<z.ZodObject<{
703
+ url: z.ZodString;
704
+ }, "strip", z.ZodTypeAny, {
705
+ url: string;
706
+ }, {
707
+ url: string;
708
+ }>>;
709
+ export: z.ZodOptional<z.ZodObject<{
710
+ url: z.ZodString;
711
+ }, "strip", z.ZodTypeAny, {
712
+ url: string;
713
+ }, {
714
+ url: string;
715
+ }>>;
716
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
717
+ self: z.ZodOptional<z.ZodObject<{
718
+ url: z.ZodString;
719
+ }, "strip", z.ZodTypeAny, {
720
+ url: string;
721
+ }, {
722
+ url: string;
723
+ }>>;
724
+ export: z.ZodOptional<z.ZodObject<{
725
+ url: z.ZodString;
726
+ }, "strip", z.ZodTypeAny, {
727
+ url: string;
728
+ }, {
729
+ url: string;
730
+ }>>;
731
+ }, z.ZodTypeAny, "passthrough">>>;
732
+ created_time: z.ZodOptional<z.ZodString>;
733
+ created_time_long: z.ZodOptional<z.ZodNumber>;
734
+ last_modified_time: z.ZodOptional<z.ZodString>;
735
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
736
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
737
+ id: z.ZodNumber;
738
+ id_string: z.ZodString;
739
+ name: z.ZodString;
740
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
741
+ type: z.ZodOptional<z.ZodString>;
742
+ report_type: z.ZodOptional<z.ZodString>;
743
+ category: z.ZodOptional<z.ZodString>;
744
+ is_public: z.ZodOptional<z.ZodBoolean>;
745
+ is_shared: z.ZodOptional<z.ZodBoolean>;
746
+ is_system: z.ZodOptional<z.ZodBoolean>;
747
+ owner: z.ZodOptional<z.ZodObject<{
748
+ id: z.ZodString;
749
+ name: z.ZodString;
750
+ email: z.ZodOptional<z.ZodString>;
751
+ zpuid: z.ZodOptional<z.ZodString>;
752
+ }, "strip", z.ZodTypeAny, {
753
+ id: string;
754
+ name: string;
755
+ email?: string | undefined;
756
+ zpuid?: string | undefined;
757
+ }, {
758
+ id: string;
759
+ name: string;
760
+ email?: string | undefined;
761
+ zpuid?: string | undefined;
762
+ }>>;
763
+ created_by: z.ZodOptional<z.ZodObject<{
764
+ id: z.ZodString;
765
+ name: z.ZodString;
766
+ email: z.ZodOptional<z.ZodString>;
767
+ zpuid: z.ZodOptional<z.ZodString>;
768
+ }, "strip", z.ZodTypeAny, {
769
+ id: string;
770
+ name: string;
771
+ email?: string | undefined;
772
+ zpuid?: string | undefined;
773
+ }, {
774
+ id: string;
775
+ name: string;
776
+ email?: string | undefined;
777
+ zpuid?: string | undefined;
778
+ }>>;
779
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
780
+ field: z.ZodString;
781
+ operator: z.ZodString;
782
+ value: z.ZodUnknown;
783
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
784
+ field: z.ZodString;
785
+ operator: z.ZodString;
786
+ value: z.ZodUnknown;
787
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
788
+ field: z.ZodString;
789
+ operator: z.ZodString;
790
+ value: z.ZodUnknown;
791
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
792
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
793
+ field: z.ZodString;
794
+ label: z.ZodOptional<z.ZodString>;
795
+ width: z.ZodOptional<z.ZodNumber>;
796
+ sortable: z.ZodOptional<z.ZodBoolean>;
797
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
798
+ field: z.ZodString;
799
+ label: z.ZodOptional<z.ZodString>;
800
+ width: z.ZodOptional<z.ZodNumber>;
801
+ sortable: z.ZodOptional<z.ZodBoolean>;
802
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
803
+ field: z.ZodString;
804
+ label: z.ZodOptional<z.ZodString>;
805
+ width: z.ZodOptional<z.ZodNumber>;
806
+ sortable: z.ZodOptional<z.ZodBoolean>;
807
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
808
+ group_by: z.ZodOptional<z.ZodString>;
809
+ sort_by: z.ZodOptional<z.ZodString>;
810
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
811
+ project: z.ZodOptional<z.ZodObject<{
812
+ id: z.ZodNumber;
813
+ id_string: z.ZodOptional<z.ZodString>;
814
+ name: z.ZodString;
815
+ }, "strip", z.ZodTypeAny, {
816
+ id: number;
817
+ name: string;
818
+ id_string?: string | undefined;
819
+ }, {
820
+ id: number;
821
+ name: string;
822
+ id_string?: string | undefined;
823
+ }>>;
824
+ link: z.ZodOptional<z.ZodObject<{
825
+ self: z.ZodOptional<z.ZodObject<{
826
+ url: z.ZodString;
827
+ }, "strip", z.ZodTypeAny, {
828
+ url: string;
829
+ }, {
830
+ url: string;
831
+ }>>;
832
+ export: z.ZodOptional<z.ZodObject<{
833
+ url: z.ZodString;
834
+ }, "strip", z.ZodTypeAny, {
835
+ url: string;
836
+ }, {
837
+ url: string;
838
+ }>>;
839
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
840
+ self: z.ZodOptional<z.ZodObject<{
841
+ url: z.ZodString;
842
+ }, "strip", z.ZodTypeAny, {
843
+ url: string;
844
+ }, {
845
+ url: string;
846
+ }>>;
847
+ export: z.ZodOptional<z.ZodObject<{
848
+ url: z.ZodString;
849
+ }, "strip", z.ZodTypeAny, {
850
+ url: string;
851
+ }, {
852
+ url: string;
853
+ }>>;
854
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
855
+ self: z.ZodOptional<z.ZodObject<{
856
+ url: z.ZodString;
857
+ }, "strip", z.ZodTypeAny, {
858
+ url: string;
859
+ }, {
860
+ url: string;
861
+ }>>;
862
+ export: z.ZodOptional<z.ZodObject<{
863
+ url: z.ZodString;
864
+ }, "strip", z.ZodTypeAny, {
865
+ url: string;
866
+ }, {
867
+ url: string;
868
+ }>>;
869
+ }, z.ZodTypeAny, "passthrough">>>;
870
+ created_time: z.ZodOptional<z.ZodString>;
871
+ created_time_long: z.ZodOptional<z.ZodNumber>;
872
+ last_modified_time: z.ZodOptional<z.ZodString>;
873
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
874
+ }, z.ZodTypeAny, "passthrough">>, "many">;
875
+ page_info: z.ZodOptional<z.ZodObject<{
876
+ page: z.ZodNumber;
877
+ per_page: z.ZodNumber;
878
+ total_count: z.ZodOptional<z.ZodNumber>;
879
+ has_more_page: z.ZodOptional<z.ZodBoolean>;
880
+ }, "strip", z.ZodTypeAny, {
881
+ page: number;
882
+ per_page: number;
883
+ total_count?: number | undefined;
884
+ has_more_page?: boolean | undefined;
885
+ }, {
886
+ page: number;
887
+ per_page: number;
888
+ total_count?: number | undefined;
889
+ has_more_page?: boolean | undefined;
890
+ }>>;
891
+ }, "strip", z.ZodTypeAny, {
892
+ reports: z.objectOutputType<{
893
+ id: z.ZodNumber;
894
+ id_string: z.ZodString;
895
+ name: z.ZodString;
896
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
897
+ type: z.ZodOptional<z.ZodString>;
898
+ report_type: z.ZodOptional<z.ZodString>;
899
+ category: z.ZodOptional<z.ZodString>;
900
+ is_public: z.ZodOptional<z.ZodBoolean>;
901
+ is_shared: z.ZodOptional<z.ZodBoolean>;
902
+ is_system: z.ZodOptional<z.ZodBoolean>;
903
+ owner: z.ZodOptional<z.ZodObject<{
904
+ id: z.ZodString;
905
+ name: z.ZodString;
906
+ email: z.ZodOptional<z.ZodString>;
907
+ zpuid: z.ZodOptional<z.ZodString>;
908
+ }, "strip", z.ZodTypeAny, {
909
+ id: string;
910
+ name: string;
911
+ email?: string | undefined;
912
+ zpuid?: string | undefined;
913
+ }, {
914
+ id: string;
915
+ name: string;
916
+ email?: string | undefined;
917
+ zpuid?: string | undefined;
918
+ }>>;
919
+ created_by: z.ZodOptional<z.ZodObject<{
920
+ id: z.ZodString;
921
+ name: z.ZodString;
922
+ email: z.ZodOptional<z.ZodString>;
923
+ zpuid: z.ZodOptional<z.ZodString>;
924
+ }, "strip", z.ZodTypeAny, {
925
+ id: string;
926
+ name: string;
927
+ email?: string | undefined;
928
+ zpuid?: string | undefined;
929
+ }, {
930
+ id: string;
931
+ name: string;
932
+ email?: string | undefined;
933
+ zpuid?: string | undefined;
934
+ }>>;
935
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
936
+ field: z.ZodString;
937
+ operator: z.ZodString;
938
+ value: z.ZodUnknown;
939
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
940
+ field: z.ZodString;
941
+ operator: z.ZodString;
942
+ value: z.ZodUnknown;
943
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
944
+ field: z.ZodString;
945
+ operator: z.ZodString;
946
+ value: z.ZodUnknown;
947
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
948
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
949
+ field: z.ZodString;
950
+ label: z.ZodOptional<z.ZodString>;
951
+ width: z.ZodOptional<z.ZodNumber>;
952
+ sortable: z.ZodOptional<z.ZodBoolean>;
953
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
954
+ field: z.ZodString;
955
+ label: z.ZodOptional<z.ZodString>;
956
+ width: z.ZodOptional<z.ZodNumber>;
957
+ sortable: z.ZodOptional<z.ZodBoolean>;
958
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
959
+ field: z.ZodString;
960
+ label: z.ZodOptional<z.ZodString>;
961
+ width: z.ZodOptional<z.ZodNumber>;
962
+ sortable: z.ZodOptional<z.ZodBoolean>;
963
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
964
+ group_by: z.ZodOptional<z.ZodString>;
965
+ sort_by: z.ZodOptional<z.ZodString>;
966
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
967
+ project: z.ZodOptional<z.ZodObject<{
968
+ id: z.ZodNumber;
969
+ id_string: z.ZodOptional<z.ZodString>;
970
+ name: z.ZodString;
971
+ }, "strip", z.ZodTypeAny, {
972
+ id: number;
973
+ name: string;
974
+ id_string?: string | undefined;
975
+ }, {
976
+ id: number;
977
+ name: string;
978
+ id_string?: string | undefined;
979
+ }>>;
980
+ link: z.ZodOptional<z.ZodObject<{
981
+ self: z.ZodOptional<z.ZodObject<{
982
+ url: z.ZodString;
983
+ }, "strip", z.ZodTypeAny, {
984
+ url: string;
985
+ }, {
986
+ url: string;
987
+ }>>;
988
+ export: z.ZodOptional<z.ZodObject<{
989
+ url: z.ZodString;
990
+ }, "strip", z.ZodTypeAny, {
991
+ url: string;
992
+ }, {
993
+ url: string;
994
+ }>>;
995
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
996
+ self: z.ZodOptional<z.ZodObject<{
997
+ url: z.ZodString;
998
+ }, "strip", z.ZodTypeAny, {
999
+ url: string;
1000
+ }, {
1001
+ url: string;
1002
+ }>>;
1003
+ export: z.ZodOptional<z.ZodObject<{
1004
+ url: z.ZodString;
1005
+ }, "strip", z.ZodTypeAny, {
1006
+ url: string;
1007
+ }, {
1008
+ url: string;
1009
+ }>>;
1010
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1011
+ self: z.ZodOptional<z.ZodObject<{
1012
+ url: z.ZodString;
1013
+ }, "strip", z.ZodTypeAny, {
1014
+ url: string;
1015
+ }, {
1016
+ url: string;
1017
+ }>>;
1018
+ export: z.ZodOptional<z.ZodObject<{
1019
+ url: z.ZodString;
1020
+ }, "strip", z.ZodTypeAny, {
1021
+ url: string;
1022
+ }, {
1023
+ url: string;
1024
+ }>>;
1025
+ }, z.ZodTypeAny, "passthrough">>>;
1026
+ created_time: z.ZodOptional<z.ZodString>;
1027
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1028
+ last_modified_time: z.ZodOptional<z.ZodString>;
1029
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
1030
+ }, z.ZodTypeAny, "passthrough">[];
1031
+ page_info?: {
1032
+ page: number;
1033
+ per_page: number;
1034
+ total_count?: number | undefined;
1035
+ has_more_page?: boolean | undefined;
1036
+ } | undefined;
1037
+ }, {
1038
+ reports: z.objectInputType<{
1039
+ id: z.ZodNumber;
1040
+ id_string: z.ZodString;
1041
+ name: z.ZodString;
1042
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1043
+ type: z.ZodOptional<z.ZodString>;
1044
+ report_type: z.ZodOptional<z.ZodString>;
1045
+ category: z.ZodOptional<z.ZodString>;
1046
+ is_public: z.ZodOptional<z.ZodBoolean>;
1047
+ is_shared: z.ZodOptional<z.ZodBoolean>;
1048
+ is_system: z.ZodOptional<z.ZodBoolean>;
1049
+ owner: z.ZodOptional<z.ZodObject<{
1050
+ id: z.ZodString;
1051
+ name: z.ZodString;
1052
+ email: z.ZodOptional<z.ZodString>;
1053
+ zpuid: z.ZodOptional<z.ZodString>;
1054
+ }, "strip", z.ZodTypeAny, {
1055
+ id: string;
1056
+ name: string;
1057
+ email?: string | undefined;
1058
+ zpuid?: string | undefined;
1059
+ }, {
1060
+ id: string;
1061
+ name: string;
1062
+ email?: string | undefined;
1063
+ zpuid?: string | undefined;
1064
+ }>>;
1065
+ created_by: z.ZodOptional<z.ZodObject<{
1066
+ id: z.ZodString;
1067
+ name: z.ZodString;
1068
+ email: z.ZodOptional<z.ZodString>;
1069
+ zpuid: z.ZodOptional<z.ZodString>;
1070
+ }, "strip", z.ZodTypeAny, {
1071
+ id: string;
1072
+ name: string;
1073
+ email?: string | undefined;
1074
+ zpuid?: string | undefined;
1075
+ }, {
1076
+ id: string;
1077
+ name: string;
1078
+ email?: string | undefined;
1079
+ zpuid?: string | undefined;
1080
+ }>>;
1081
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1082
+ field: z.ZodString;
1083
+ operator: z.ZodString;
1084
+ value: z.ZodUnknown;
1085
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1086
+ field: z.ZodString;
1087
+ operator: z.ZodString;
1088
+ value: z.ZodUnknown;
1089
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1090
+ field: z.ZodString;
1091
+ operator: z.ZodString;
1092
+ value: z.ZodUnknown;
1093
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1094
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1095
+ field: z.ZodString;
1096
+ label: z.ZodOptional<z.ZodString>;
1097
+ width: z.ZodOptional<z.ZodNumber>;
1098
+ sortable: z.ZodOptional<z.ZodBoolean>;
1099
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1100
+ field: z.ZodString;
1101
+ label: z.ZodOptional<z.ZodString>;
1102
+ width: z.ZodOptional<z.ZodNumber>;
1103
+ sortable: z.ZodOptional<z.ZodBoolean>;
1104
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1105
+ field: z.ZodString;
1106
+ label: z.ZodOptional<z.ZodString>;
1107
+ width: z.ZodOptional<z.ZodNumber>;
1108
+ sortable: z.ZodOptional<z.ZodBoolean>;
1109
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1110
+ group_by: z.ZodOptional<z.ZodString>;
1111
+ sort_by: z.ZodOptional<z.ZodString>;
1112
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
1113
+ project: z.ZodOptional<z.ZodObject<{
1114
+ id: z.ZodNumber;
1115
+ id_string: z.ZodOptional<z.ZodString>;
1116
+ name: z.ZodString;
1117
+ }, "strip", z.ZodTypeAny, {
1118
+ id: number;
1119
+ name: string;
1120
+ id_string?: string | undefined;
1121
+ }, {
1122
+ id: number;
1123
+ name: string;
1124
+ id_string?: string | undefined;
1125
+ }>>;
1126
+ link: z.ZodOptional<z.ZodObject<{
1127
+ self: z.ZodOptional<z.ZodObject<{
1128
+ url: z.ZodString;
1129
+ }, "strip", z.ZodTypeAny, {
1130
+ url: string;
1131
+ }, {
1132
+ url: string;
1133
+ }>>;
1134
+ export: z.ZodOptional<z.ZodObject<{
1135
+ url: z.ZodString;
1136
+ }, "strip", z.ZodTypeAny, {
1137
+ url: string;
1138
+ }, {
1139
+ url: string;
1140
+ }>>;
1141
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1142
+ self: z.ZodOptional<z.ZodObject<{
1143
+ url: z.ZodString;
1144
+ }, "strip", z.ZodTypeAny, {
1145
+ url: string;
1146
+ }, {
1147
+ url: string;
1148
+ }>>;
1149
+ export: z.ZodOptional<z.ZodObject<{
1150
+ url: z.ZodString;
1151
+ }, "strip", z.ZodTypeAny, {
1152
+ url: string;
1153
+ }, {
1154
+ url: string;
1155
+ }>>;
1156
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1157
+ self: z.ZodOptional<z.ZodObject<{
1158
+ url: z.ZodString;
1159
+ }, "strip", z.ZodTypeAny, {
1160
+ url: string;
1161
+ }, {
1162
+ url: string;
1163
+ }>>;
1164
+ export: z.ZodOptional<z.ZodObject<{
1165
+ url: z.ZodString;
1166
+ }, "strip", z.ZodTypeAny, {
1167
+ url: string;
1168
+ }, {
1169
+ url: string;
1170
+ }>>;
1171
+ }, z.ZodTypeAny, "passthrough">>>;
1172
+ created_time: z.ZodOptional<z.ZodString>;
1173
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1174
+ last_modified_time: z.ZodOptional<z.ZodString>;
1175
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
1176
+ }, z.ZodTypeAny, "passthrough">[];
1177
+ page_info?: {
1178
+ page: number;
1179
+ per_page: number;
1180
+ total_count?: number | undefined;
1181
+ has_more_page?: boolean | undefined;
1182
+ } | undefined;
1183
+ }>;
1184
+ export type ReportListResponse = z.infer<typeof ReportListResponseSchema>;
1185
+ export declare const ReportResponseSchema: z.ZodObject<{
1186
+ reports: z.ZodArray<z.ZodObject<{
1187
+ id: z.ZodNumber;
1188
+ id_string: z.ZodString;
1189
+ name: z.ZodString;
1190
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1191
+ type: z.ZodOptional<z.ZodString>;
1192
+ report_type: z.ZodOptional<z.ZodString>;
1193
+ category: z.ZodOptional<z.ZodString>;
1194
+ is_public: z.ZodOptional<z.ZodBoolean>;
1195
+ is_shared: z.ZodOptional<z.ZodBoolean>;
1196
+ is_system: z.ZodOptional<z.ZodBoolean>;
1197
+ owner: z.ZodOptional<z.ZodObject<{
1198
+ id: z.ZodString;
1199
+ name: z.ZodString;
1200
+ email: z.ZodOptional<z.ZodString>;
1201
+ zpuid: z.ZodOptional<z.ZodString>;
1202
+ }, "strip", z.ZodTypeAny, {
1203
+ id: string;
1204
+ name: string;
1205
+ email?: string | undefined;
1206
+ zpuid?: string | undefined;
1207
+ }, {
1208
+ id: string;
1209
+ name: string;
1210
+ email?: string | undefined;
1211
+ zpuid?: string | undefined;
1212
+ }>>;
1213
+ created_by: z.ZodOptional<z.ZodObject<{
1214
+ id: z.ZodString;
1215
+ name: z.ZodString;
1216
+ email: z.ZodOptional<z.ZodString>;
1217
+ zpuid: z.ZodOptional<z.ZodString>;
1218
+ }, "strip", z.ZodTypeAny, {
1219
+ id: string;
1220
+ name: string;
1221
+ email?: string | undefined;
1222
+ zpuid?: string | undefined;
1223
+ }, {
1224
+ id: string;
1225
+ name: string;
1226
+ email?: string | undefined;
1227
+ zpuid?: string | undefined;
1228
+ }>>;
1229
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1230
+ field: z.ZodString;
1231
+ operator: z.ZodString;
1232
+ value: z.ZodUnknown;
1233
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1234
+ field: z.ZodString;
1235
+ operator: z.ZodString;
1236
+ value: z.ZodUnknown;
1237
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1238
+ field: z.ZodString;
1239
+ operator: z.ZodString;
1240
+ value: z.ZodUnknown;
1241
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1242
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1243
+ field: z.ZodString;
1244
+ label: z.ZodOptional<z.ZodString>;
1245
+ width: z.ZodOptional<z.ZodNumber>;
1246
+ sortable: z.ZodOptional<z.ZodBoolean>;
1247
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1248
+ field: z.ZodString;
1249
+ label: z.ZodOptional<z.ZodString>;
1250
+ width: z.ZodOptional<z.ZodNumber>;
1251
+ sortable: z.ZodOptional<z.ZodBoolean>;
1252
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1253
+ field: z.ZodString;
1254
+ label: z.ZodOptional<z.ZodString>;
1255
+ width: z.ZodOptional<z.ZodNumber>;
1256
+ sortable: z.ZodOptional<z.ZodBoolean>;
1257
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1258
+ group_by: z.ZodOptional<z.ZodString>;
1259
+ sort_by: z.ZodOptional<z.ZodString>;
1260
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
1261
+ project: z.ZodOptional<z.ZodObject<{
1262
+ id: z.ZodNumber;
1263
+ id_string: z.ZodOptional<z.ZodString>;
1264
+ name: z.ZodString;
1265
+ }, "strip", z.ZodTypeAny, {
1266
+ id: number;
1267
+ name: string;
1268
+ id_string?: string | undefined;
1269
+ }, {
1270
+ id: number;
1271
+ name: string;
1272
+ id_string?: string | undefined;
1273
+ }>>;
1274
+ link: z.ZodOptional<z.ZodObject<{
1275
+ self: z.ZodOptional<z.ZodObject<{
1276
+ url: z.ZodString;
1277
+ }, "strip", z.ZodTypeAny, {
1278
+ url: string;
1279
+ }, {
1280
+ url: string;
1281
+ }>>;
1282
+ export: z.ZodOptional<z.ZodObject<{
1283
+ url: z.ZodString;
1284
+ }, "strip", z.ZodTypeAny, {
1285
+ url: string;
1286
+ }, {
1287
+ url: string;
1288
+ }>>;
1289
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1290
+ self: z.ZodOptional<z.ZodObject<{
1291
+ url: z.ZodString;
1292
+ }, "strip", z.ZodTypeAny, {
1293
+ url: string;
1294
+ }, {
1295
+ url: string;
1296
+ }>>;
1297
+ export: z.ZodOptional<z.ZodObject<{
1298
+ url: z.ZodString;
1299
+ }, "strip", z.ZodTypeAny, {
1300
+ url: string;
1301
+ }, {
1302
+ url: string;
1303
+ }>>;
1304
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1305
+ self: z.ZodOptional<z.ZodObject<{
1306
+ url: z.ZodString;
1307
+ }, "strip", z.ZodTypeAny, {
1308
+ url: string;
1309
+ }, {
1310
+ url: string;
1311
+ }>>;
1312
+ export: z.ZodOptional<z.ZodObject<{
1313
+ url: z.ZodString;
1314
+ }, "strip", z.ZodTypeAny, {
1315
+ url: string;
1316
+ }, {
1317
+ url: string;
1318
+ }>>;
1319
+ }, z.ZodTypeAny, "passthrough">>>;
1320
+ created_time: z.ZodOptional<z.ZodString>;
1321
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1322
+ last_modified_time: z.ZodOptional<z.ZodString>;
1323
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
1324
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1325
+ id: z.ZodNumber;
1326
+ id_string: z.ZodString;
1327
+ name: z.ZodString;
1328
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1329
+ type: z.ZodOptional<z.ZodString>;
1330
+ report_type: z.ZodOptional<z.ZodString>;
1331
+ category: z.ZodOptional<z.ZodString>;
1332
+ is_public: z.ZodOptional<z.ZodBoolean>;
1333
+ is_shared: z.ZodOptional<z.ZodBoolean>;
1334
+ is_system: z.ZodOptional<z.ZodBoolean>;
1335
+ owner: z.ZodOptional<z.ZodObject<{
1336
+ id: z.ZodString;
1337
+ name: z.ZodString;
1338
+ email: z.ZodOptional<z.ZodString>;
1339
+ zpuid: z.ZodOptional<z.ZodString>;
1340
+ }, "strip", z.ZodTypeAny, {
1341
+ id: string;
1342
+ name: string;
1343
+ email?: string | undefined;
1344
+ zpuid?: string | undefined;
1345
+ }, {
1346
+ id: string;
1347
+ name: string;
1348
+ email?: string | undefined;
1349
+ zpuid?: string | undefined;
1350
+ }>>;
1351
+ created_by: z.ZodOptional<z.ZodObject<{
1352
+ id: z.ZodString;
1353
+ name: z.ZodString;
1354
+ email: z.ZodOptional<z.ZodString>;
1355
+ zpuid: z.ZodOptional<z.ZodString>;
1356
+ }, "strip", z.ZodTypeAny, {
1357
+ id: string;
1358
+ name: string;
1359
+ email?: string | undefined;
1360
+ zpuid?: string | undefined;
1361
+ }, {
1362
+ id: string;
1363
+ name: string;
1364
+ email?: string | undefined;
1365
+ zpuid?: string | undefined;
1366
+ }>>;
1367
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1368
+ field: z.ZodString;
1369
+ operator: z.ZodString;
1370
+ value: z.ZodUnknown;
1371
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1372
+ field: z.ZodString;
1373
+ operator: z.ZodString;
1374
+ value: z.ZodUnknown;
1375
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1376
+ field: z.ZodString;
1377
+ operator: z.ZodString;
1378
+ value: z.ZodUnknown;
1379
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1380
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1381
+ field: z.ZodString;
1382
+ label: z.ZodOptional<z.ZodString>;
1383
+ width: z.ZodOptional<z.ZodNumber>;
1384
+ sortable: z.ZodOptional<z.ZodBoolean>;
1385
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1386
+ field: z.ZodString;
1387
+ label: z.ZodOptional<z.ZodString>;
1388
+ width: z.ZodOptional<z.ZodNumber>;
1389
+ sortable: z.ZodOptional<z.ZodBoolean>;
1390
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1391
+ field: z.ZodString;
1392
+ label: z.ZodOptional<z.ZodString>;
1393
+ width: z.ZodOptional<z.ZodNumber>;
1394
+ sortable: z.ZodOptional<z.ZodBoolean>;
1395
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1396
+ group_by: z.ZodOptional<z.ZodString>;
1397
+ sort_by: z.ZodOptional<z.ZodString>;
1398
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
1399
+ project: z.ZodOptional<z.ZodObject<{
1400
+ id: z.ZodNumber;
1401
+ id_string: z.ZodOptional<z.ZodString>;
1402
+ name: z.ZodString;
1403
+ }, "strip", z.ZodTypeAny, {
1404
+ id: number;
1405
+ name: string;
1406
+ id_string?: string | undefined;
1407
+ }, {
1408
+ id: number;
1409
+ name: string;
1410
+ id_string?: string | undefined;
1411
+ }>>;
1412
+ link: z.ZodOptional<z.ZodObject<{
1413
+ self: z.ZodOptional<z.ZodObject<{
1414
+ url: z.ZodString;
1415
+ }, "strip", z.ZodTypeAny, {
1416
+ url: string;
1417
+ }, {
1418
+ url: string;
1419
+ }>>;
1420
+ export: z.ZodOptional<z.ZodObject<{
1421
+ url: z.ZodString;
1422
+ }, "strip", z.ZodTypeAny, {
1423
+ url: string;
1424
+ }, {
1425
+ url: string;
1426
+ }>>;
1427
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1428
+ self: z.ZodOptional<z.ZodObject<{
1429
+ url: z.ZodString;
1430
+ }, "strip", z.ZodTypeAny, {
1431
+ url: string;
1432
+ }, {
1433
+ url: string;
1434
+ }>>;
1435
+ export: z.ZodOptional<z.ZodObject<{
1436
+ url: z.ZodString;
1437
+ }, "strip", z.ZodTypeAny, {
1438
+ url: string;
1439
+ }, {
1440
+ url: string;
1441
+ }>>;
1442
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1443
+ self: z.ZodOptional<z.ZodObject<{
1444
+ url: z.ZodString;
1445
+ }, "strip", z.ZodTypeAny, {
1446
+ url: string;
1447
+ }, {
1448
+ url: string;
1449
+ }>>;
1450
+ export: z.ZodOptional<z.ZodObject<{
1451
+ url: z.ZodString;
1452
+ }, "strip", z.ZodTypeAny, {
1453
+ url: string;
1454
+ }, {
1455
+ url: string;
1456
+ }>>;
1457
+ }, z.ZodTypeAny, "passthrough">>>;
1458
+ created_time: z.ZodOptional<z.ZodString>;
1459
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1460
+ last_modified_time: z.ZodOptional<z.ZodString>;
1461
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
1462
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1463
+ id: z.ZodNumber;
1464
+ id_string: z.ZodString;
1465
+ name: z.ZodString;
1466
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1467
+ type: z.ZodOptional<z.ZodString>;
1468
+ report_type: z.ZodOptional<z.ZodString>;
1469
+ category: z.ZodOptional<z.ZodString>;
1470
+ is_public: z.ZodOptional<z.ZodBoolean>;
1471
+ is_shared: z.ZodOptional<z.ZodBoolean>;
1472
+ is_system: z.ZodOptional<z.ZodBoolean>;
1473
+ owner: z.ZodOptional<z.ZodObject<{
1474
+ id: z.ZodString;
1475
+ name: z.ZodString;
1476
+ email: z.ZodOptional<z.ZodString>;
1477
+ zpuid: z.ZodOptional<z.ZodString>;
1478
+ }, "strip", z.ZodTypeAny, {
1479
+ id: string;
1480
+ name: string;
1481
+ email?: string | undefined;
1482
+ zpuid?: string | undefined;
1483
+ }, {
1484
+ id: string;
1485
+ name: string;
1486
+ email?: string | undefined;
1487
+ zpuid?: string | undefined;
1488
+ }>>;
1489
+ created_by: z.ZodOptional<z.ZodObject<{
1490
+ id: z.ZodString;
1491
+ name: z.ZodString;
1492
+ email: z.ZodOptional<z.ZodString>;
1493
+ zpuid: z.ZodOptional<z.ZodString>;
1494
+ }, "strip", z.ZodTypeAny, {
1495
+ id: string;
1496
+ name: string;
1497
+ email?: string | undefined;
1498
+ zpuid?: string | undefined;
1499
+ }, {
1500
+ id: string;
1501
+ name: string;
1502
+ email?: string | undefined;
1503
+ zpuid?: string | undefined;
1504
+ }>>;
1505
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1506
+ field: z.ZodString;
1507
+ operator: z.ZodString;
1508
+ value: z.ZodUnknown;
1509
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1510
+ field: z.ZodString;
1511
+ operator: z.ZodString;
1512
+ value: z.ZodUnknown;
1513
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1514
+ field: z.ZodString;
1515
+ operator: z.ZodString;
1516
+ value: z.ZodUnknown;
1517
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1518
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1519
+ field: z.ZodString;
1520
+ label: z.ZodOptional<z.ZodString>;
1521
+ width: z.ZodOptional<z.ZodNumber>;
1522
+ sortable: z.ZodOptional<z.ZodBoolean>;
1523
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1524
+ field: z.ZodString;
1525
+ label: z.ZodOptional<z.ZodString>;
1526
+ width: z.ZodOptional<z.ZodNumber>;
1527
+ sortable: z.ZodOptional<z.ZodBoolean>;
1528
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1529
+ field: z.ZodString;
1530
+ label: z.ZodOptional<z.ZodString>;
1531
+ width: z.ZodOptional<z.ZodNumber>;
1532
+ sortable: z.ZodOptional<z.ZodBoolean>;
1533
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1534
+ group_by: z.ZodOptional<z.ZodString>;
1535
+ sort_by: z.ZodOptional<z.ZodString>;
1536
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
1537
+ project: z.ZodOptional<z.ZodObject<{
1538
+ id: z.ZodNumber;
1539
+ id_string: z.ZodOptional<z.ZodString>;
1540
+ name: z.ZodString;
1541
+ }, "strip", z.ZodTypeAny, {
1542
+ id: number;
1543
+ name: string;
1544
+ id_string?: string | undefined;
1545
+ }, {
1546
+ id: number;
1547
+ name: string;
1548
+ id_string?: string | undefined;
1549
+ }>>;
1550
+ link: z.ZodOptional<z.ZodObject<{
1551
+ self: z.ZodOptional<z.ZodObject<{
1552
+ url: z.ZodString;
1553
+ }, "strip", z.ZodTypeAny, {
1554
+ url: string;
1555
+ }, {
1556
+ url: string;
1557
+ }>>;
1558
+ export: z.ZodOptional<z.ZodObject<{
1559
+ url: z.ZodString;
1560
+ }, "strip", z.ZodTypeAny, {
1561
+ url: string;
1562
+ }, {
1563
+ url: string;
1564
+ }>>;
1565
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1566
+ self: z.ZodOptional<z.ZodObject<{
1567
+ url: z.ZodString;
1568
+ }, "strip", z.ZodTypeAny, {
1569
+ url: string;
1570
+ }, {
1571
+ url: string;
1572
+ }>>;
1573
+ export: z.ZodOptional<z.ZodObject<{
1574
+ url: z.ZodString;
1575
+ }, "strip", z.ZodTypeAny, {
1576
+ url: string;
1577
+ }, {
1578
+ url: string;
1579
+ }>>;
1580
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1581
+ self: z.ZodOptional<z.ZodObject<{
1582
+ url: z.ZodString;
1583
+ }, "strip", z.ZodTypeAny, {
1584
+ url: string;
1585
+ }, {
1586
+ url: string;
1587
+ }>>;
1588
+ export: z.ZodOptional<z.ZodObject<{
1589
+ url: z.ZodString;
1590
+ }, "strip", z.ZodTypeAny, {
1591
+ url: string;
1592
+ }, {
1593
+ url: string;
1594
+ }>>;
1595
+ }, z.ZodTypeAny, "passthrough">>>;
1596
+ created_time: z.ZodOptional<z.ZodString>;
1597
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1598
+ last_modified_time: z.ZodOptional<z.ZodString>;
1599
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
1600
+ }, z.ZodTypeAny, "passthrough">>, "many">;
1601
+ }, "strip", z.ZodTypeAny, {
1602
+ reports: z.objectOutputType<{
1603
+ id: z.ZodNumber;
1604
+ id_string: z.ZodString;
1605
+ name: z.ZodString;
1606
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1607
+ type: z.ZodOptional<z.ZodString>;
1608
+ report_type: z.ZodOptional<z.ZodString>;
1609
+ category: z.ZodOptional<z.ZodString>;
1610
+ is_public: z.ZodOptional<z.ZodBoolean>;
1611
+ is_shared: z.ZodOptional<z.ZodBoolean>;
1612
+ is_system: z.ZodOptional<z.ZodBoolean>;
1613
+ owner: z.ZodOptional<z.ZodObject<{
1614
+ id: z.ZodString;
1615
+ name: z.ZodString;
1616
+ email: z.ZodOptional<z.ZodString>;
1617
+ zpuid: z.ZodOptional<z.ZodString>;
1618
+ }, "strip", z.ZodTypeAny, {
1619
+ id: string;
1620
+ name: string;
1621
+ email?: string | undefined;
1622
+ zpuid?: string | undefined;
1623
+ }, {
1624
+ id: string;
1625
+ name: string;
1626
+ email?: string | undefined;
1627
+ zpuid?: string | undefined;
1628
+ }>>;
1629
+ created_by: z.ZodOptional<z.ZodObject<{
1630
+ id: z.ZodString;
1631
+ name: z.ZodString;
1632
+ email: z.ZodOptional<z.ZodString>;
1633
+ zpuid: z.ZodOptional<z.ZodString>;
1634
+ }, "strip", z.ZodTypeAny, {
1635
+ id: string;
1636
+ name: string;
1637
+ email?: string | undefined;
1638
+ zpuid?: string | undefined;
1639
+ }, {
1640
+ id: string;
1641
+ name: string;
1642
+ email?: string | undefined;
1643
+ zpuid?: string | undefined;
1644
+ }>>;
1645
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1646
+ field: z.ZodString;
1647
+ operator: z.ZodString;
1648
+ value: z.ZodUnknown;
1649
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1650
+ field: z.ZodString;
1651
+ operator: z.ZodString;
1652
+ value: z.ZodUnknown;
1653
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1654
+ field: z.ZodString;
1655
+ operator: z.ZodString;
1656
+ value: z.ZodUnknown;
1657
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1658
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1659
+ field: z.ZodString;
1660
+ label: z.ZodOptional<z.ZodString>;
1661
+ width: z.ZodOptional<z.ZodNumber>;
1662
+ sortable: z.ZodOptional<z.ZodBoolean>;
1663
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1664
+ field: z.ZodString;
1665
+ label: z.ZodOptional<z.ZodString>;
1666
+ width: z.ZodOptional<z.ZodNumber>;
1667
+ sortable: z.ZodOptional<z.ZodBoolean>;
1668
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1669
+ field: z.ZodString;
1670
+ label: z.ZodOptional<z.ZodString>;
1671
+ width: z.ZodOptional<z.ZodNumber>;
1672
+ sortable: z.ZodOptional<z.ZodBoolean>;
1673
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1674
+ group_by: z.ZodOptional<z.ZodString>;
1675
+ sort_by: z.ZodOptional<z.ZodString>;
1676
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
1677
+ project: z.ZodOptional<z.ZodObject<{
1678
+ id: z.ZodNumber;
1679
+ id_string: z.ZodOptional<z.ZodString>;
1680
+ name: z.ZodString;
1681
+ }, "strip", z.ZodTypeAny, {
1682
+ id: number;
1683
+ name: string;
1684
+ id_string?: string | undefined;
1685
+ }, {
1686
+ id: number;
1687
+ name: string;
1688
+ id_string?: string | undefined;
1689
+ }>>;
1690
+ link: z.ZodOptional<z.ZodObject<{
1691
+ self: z.ZodOptional<z.ZodObject<{
1692
+ url: z.ZodString;
1693
+ }, "strip", z.ZodTypeAny, {
1694
+ url: string;
1695
+ }, {
1696
+ url: string;
1697
+ }>>;
1698
+ export: z.ZodOptional<z.ZodObject<{
1699
+ url: z.ZodString;
1700
+ }, "strip", z.ZodTypeAny, {
1701
+ url: string;
1702
+ }, {
1703
+ url: string;
1704
+ }>>;
1705
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1706
+ self: z.ZodOptional<z.ZodObject<{
1707
+ url: z.ZodString;
1708
+ }, "strip", z.ZodTypeAny, {
1709
+ url: string;
1710
+ }, {
1711
+ url: string;
1712
+ }>>;
1713
+ export: z.ZodOptional<z.ZodObject<{
1714
+ url: z.ZodString;
1715
+ }, "strip", z.ZodTypeAny, {
1716
+ url: string;
1717
+ }, {
1718
+ url: string;
1719
+ }>>;
1720
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1721
+ self: z.ZodOptional<z.ZodObject<{
1722
+ url: z.ZodString;
1723
+ }, "strip", z.ZodTypeAny, {
1724
+ url: string;
1725
+ }, {
1726
+ url: string;
1727
+ }>>;
1728
+ export: z.ZodOptional<z.ZodObject<{
1729
+ url: z.ZodString;
1730
+ }, "strip", z.ZodTypeAny, {
1731
+ url: string;
1732
+ }, {
1733
+ url: string;
1734
+ }>>;
1735
+ }, z.ZodTypeAny, "passthrough">>>;
1736
+ created_time: z.ZodOptional<z.ZodString>;
1737
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1738
+ last_modified_time: z.ZodOptional<z.ZodString>;
1739
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
1740
+ }, z.ZodTypeAny, "passthrough">[];
1741
+ }, {
1742
+ reports: z.objectInputType<{
1743
+ id: z.ZodNumber;
1744
+ id_string: z.ZodString;
1745
+ name: z.ZodString;
1746
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1747
+ type: z.ZodOptional<z.ZodString>;
1748
+ report_type: z.ZodOptional<z.ZodString>;
1749
+ category: z.ZodOptional<z.ZodString>;
1750
+ is_public: z.ZodOptional<z.ZodBoolean>;
1751
+ is_shared: z.ZodOptional<z.ZodBoolean>;
1752
+ is_system: z.ZodOptional<z.ZodBoolean>;
1753
+ owner: z.ZodOptional<z.ZodObject<{
1754
+ id: z.ZodString;
1755
+ name: z.ZodString;
1756
+ email: z.ZodOptional<z.ZodString>;
1757
+ zpuid: z.ZodOptional<z.ZodString>;
1758
+ }, "strip", z.ZodTypeAny, {
1759
+ id: string;
1760
+ name: string;
1761
+ email?: string | undefined;
1762
+ zpuid?: string | undefined;
1763
+ }, {
1764
+ id: string;
1765
+ name: string;
1766
+ email?: string | undefined;
1767
+ zpuid?: string | undefined;
1768
+ }>>;
1769
+ created_by: z.ZodOptional<z.ZodObject<{
1770
+ id: z.ZodString;
1771
+ name: z.ZodString;
1772
+ email: z.ZodOptional<z.ZodString>;
1773
+ zpuid: z.ZodOptional<z.ZodString>;
1774
+ }, "strip", z.ZodTypeAny, {
1775
+ id: string;
1776
+ name: string;
1777
+ email?: string | undefined;
1778
+ zpuid?: string | undefined;
1779
+ }, {
1780
+ id: string;
1781
+ name: string;
1782
+ email?: string | undefined;
1783
+ zpuid?: string | undefined;
1784
+ }>>;
1785
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1786
+ field: z.ZodString;
1787
+ operator: z.ZodString;
1788
+ value: z.ZodUnknown;
1789
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1790
+ field: z.ZodString;
1791
+ operator: z.ZodString;
1792
+ value: z.ZodUnknown;
1793
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1794
+ field: z.ZodString;
1795
+ operator: z.ZodString;
1796
+ value: z.ZodUnknown;
1797
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1798
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1799
+ field: z.ZodString;
1800
+ label: z.ZodOptional<z.ZodString>;
1801
+ width: z.ZodOptional<z.ZodNumber>;
1802
+ sortable: z.ZodOptional<z.ZodBoolean>;
1803
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1804
+ field: z.ZodString;
1805
+ label: z.ZodOptional<z.ZodString>;
1806
+ width: z.ZodOptional<z.ZodNumber>;
1807
+ sortable: z.ZodOptional<z.ZodBoolean>;
1808
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1809
+ field: z.ZodString;
1810
+ label: z.ZodOptional<z.ZodString>;
1811
+ width: z.ZodOptional<z.ZodNumber>;
1812
+ sortable: z.ZodOptional<z.ZodBoolean>;
1813
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1814
+ group_by: z.ZodOptional<z.ZodString>;
1815
+ sort_by: z.ZodOptional<z.ZodString>;
1816
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
1817
+ project: z.ZodOptional<z.ZodObject<{
1818
+ id: z.ZodNumber;
1819
+ id_string: z.ZodOptional<z.ZodString>;
1820
+ name: z.ZodString;
1821
+ }, "strip", z.ZodTypeAny, {
1822
+ id: number;
1823
+ name: string;
1824
+ id_string?: string | undefined;
1825
+ }, {
1826
+ id: number;
1827
+ name: string;
1828
+ id_string?: string | undefined;
1829
+ }>>;
1830
+ link: z.ZodOptional<z.ZodObject<{
1831
+ self: z.ZodOptional<z.ZodObject<{
1832
+ url: z.ZodString;
1833
+ }, "strip", z.ZodTypeAny, {
1834
+ url: string;
1835
+ }, {
1836
+ url: string;
1837
+ }>>;
1838
+ export: z.ZodOptional<z.ZodObject<{
1839
+ url: z.ZodString;
1840
+ }, "strip", z.ZodTypeAny, {
1841
+ url: string;
1842
+ }, {
1843
+ url: string;
1844
+ }>>;
1845
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1846
+ self: z.ZodOptional<z.ZodObject<{
1847
+ url: z.ZodString;
1848
+ }, "strip", z.ZodTypeAny, {
1849
+ url: string;
1850
+ }, {
1851
+ url: string;
1852
+ }>>;
1853
+ export: z.ZodOptional<z.ZodObject<{
1854
+ url: z.ZodString;
1855
+ }, "strip", z.ZodTypeAny, {
1856
+ url: string;
1857
+ }, {
1858
+ url: string;
1859
+ }>>;
1860
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1861
+ self: z.ZodOptional<z.ZodObject<{
1862
+ url: z.ZodString;
1863
+ }, "strip", z.ZodTypeAny, {
1864
+ url: string;
1865
+ }, {
1866
+ url: string;
1867
+ }>>;
1868
+ export: z.ZodOptional<z.ZodObject<{
1869
+ url: z.ZodString;
1870
+ }, "strip", z.ZodTypeAny, {
1871
+ url: string;
1872
+ }, {
1873
+ url: string;
1874
+ }>>;
1875
+ }, z.ZodTypeAny, "passthrough">>>;
1876
+ created_time: z.ZodOptional<z.ZodString>;
1877
+ created_time_long: z.ZodOptional<z.ZodNumber>;
1878
+ last_modified_time: z.ZodOptional<z.ZodString>;
1879
+ last_modified_time_long: z.ZodOptional<z.ZodNumber>;
1880
+ }, z.ZodTypeAny, "passthrough">[];
1881
+ }>;
1882
+ export type ReportResponse = z.infer<typeof ReportResponseSchema>;
1883
+ /**
1884
+ * Report data row
1885
+ */
1886
+ export declare const ReportDataRowSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1887
+ export type ReportDataRow = z.infer<typeof ReportDataRowSchema>;
1888
+ /**
1889
+ * Report data response (when executing a report)
1890
+ */
1891
+ export declare const ReportDataResponseSchema: z.ZodObject<{
1892
+ data: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
1893
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1894
+ field: z.ZodString;
1895
+ label: z.ZodOptional<z.ZodString>;
1896
+ width: z.ZodOptional<z.ZodNumber>;
1897
+ sortable: z.ZodOptional<z.ZodBoolean>;
1898
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1899
+ field: z.ZodString;
1900
+ label: z.ZodOptional<z.ZodString>;
1901
+ width: z.ZodOptional<z.ZodNumber>;
1902
+ sortable: z.ZodOptional<z.ZodBoolean>;
1903
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1904
+ field: z.ZodString;
1905
+ label: z.ZodOptional<z.ZodString>;
1906
+ width: z.ZodOptional<z.ZodNumber>;
1907
+ sortable: z.ZodOptional<z.ZodBoolean>;
1908
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1909
+ total_count: z.ZodOptional<z.ZodNumber>;
1910
+ page_info: z.ZodOptional<z.ZodObject<{
1911
+ page: z.ZodNumber;
1912
+ per_page: z.ZodNumber;
1913
+ total_count: z.ZodOptional<z.ZodNumber>;
1914
+ has_more_page: z.ZodOptional<z.ZodBoolean>;
1915
+ }, "strip", z.ZodTypeAny, {
1916
+ page: number;
1917
+ per_page: number;
1918
+ total_count?: number | undefined;
1919
+ has_more_page?: boolean | undefined;
1920
+ }, {
1921
+ page: number;
1922
+ per_page: number;
1923
+ total_count?: number | undefined;
1924
+ has_more_page?: boolean | undefined;
1925
+ }>>;
1926
+ }, "strip", z.ZodTypeAny, {
1927
+ data: Record<string, unknown>[];
1928
+ total_count?: number | undefined;
1929
+ page_info?: {
1930
+ page: number;
1931
+ per_page: number;
1932
+ total_count?: number | undefined;
1933
+ has_more_page?: boolean | undefined;
1934
+ } | undefined;
1935
+ columns?: z.objectOutputType<{
1936
+ field: z.ZodString;
1937
+ label: z.ZodOptional<z.ZodString>;
1938
+ width: z.ZodOptional<z.ZodNumber>;
1939
+ sortable: z.ZodOptional<z.ZodBoolean>;
1940
+ }, z.ZodTypeAny, "passthrough">[] | undefined;
1941
+ }, {
1942
+ data: Record<string, unknown>[];
1943
+ total_count?: number | undefined;
1944
+ page_info?: {
1945
+ page: number;
1946
+ per_page: number;
1947
+ total_count?: number | undefined;
1948
+ has_more_page?: boolean | undefined;
1949
+ } | undefined;
1950
+ columns?: z.objectInputType<{
1951
+ field: z.ZodString;
1952
+ label: z.ZodOptional<z.ZodString>;
1953
+ width: z.ZodOptional<z.ZodNumber>;
1954
+ sortable: z.ZodOptional<z.ZodBoolean>;
1955
+ }, z.ZodTypeAny, "passthrough">[] | undefined;
1956
+ }>;
1957
+ export type ReportDataResponse = z.infer<typeof ReportDataResponseSchema>;
1958
+ /**
1959
+ * Input schema for querying report data
1960
+ */
1961
+ export declare const ReportQueryInputSchema: z.ZodObject<{
1962
+ /** Filters to apply */
1963
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1964
+ field: z.ZodString;
1965
+ operator: z.ZodString;
1966
+ value: z.ZodUnknown;
1967
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1968
+ field: z.ZodString;
1969
+ operator: z.ZodString;
1970
+ value: z.ZodUnknown;
1971
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1972
+ field: z.ZodString;
1973
+ operator: z.ZodString;
1974
+ value: z.ZodUnknown;
1975
+ }, z.ZodTypeAny, "passthrough">>, "many">>;
1976
+ /** Column to sort by */
1977
+ sort_by: z.ZodOptional<z.ZodString>;
1978
+ /** Sort order */
1979
+ sort_order: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
1980
+ /** Column to group by */
1981
+ group_by: z.ZodOptional<z.ZodString>;
1982
+ /** Date range start */
1983
+ start_date: z.ZodOptional<z.ZodString>;
1984
+ /** Date range end */
1985
+ end_date: z.ZodOptional<z.ZodString>;
1986
+ }, "strip", z.ZodTypeAny, {
1987
+ start_date?: string | undefined;
1988
+ end_date?: string | undefined;
1989
+ filters?: z.objectOutputType<{
1990
+ field: z.ZodString;
1991
+ operator: z.ZodString;
1992
+ value: z.ZodUnknown;
1993
+ }, z.ZodTypeAny, "passthrough">[] | undefined;
1994
+ group_by?: string | undefined;
1995
+ sort_by?: string | undefined;
1996
+ sort_order?: "asc" | "desc" | undefined;
1997
+ }, {
1998
+ start_date?: string | undefined;
1999
+ end_date?: string | undefined;
2000
+ filters?: z.objectInputType<{
2001
+ field: z.ZodString;
2002
+ operator: z.ZodString;
2003
+ value: z.ZodUnknown;
2004
+ }, z.ZodTypeAny, "passthrough">[] | undefined;
2005
+ group_by?: string | undefined;
2006
+ sort_by?: string | undefined;
2007
+ sort_order?: "asc" | "desc" | undefined;
2008
+ }>;
2009
+ export type ReportQueryInput = z.infer<typeof ReportQueryInputSchema>;
2010
+ //# sourceMappingURL=reports.d.ts.map