@panoptic-it-solutions/zoho-projects-client 0.1.3 → 0.2.0

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