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