@pikku/addon-todoist 0.0.2

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 (332) hide show
  1. package/README.md +12 -0
  2. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
  3. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
  4. package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
  5. package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
  6. package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
  7. package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
  8. package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
  9. package/dist/.pikku/addon/pikku-package.gen.js +10 -0
  10. package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
  11. package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
  12. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
  13. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
  14. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
  15. package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
  16. package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
  17. package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
  18. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
  19. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
  20. package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
  21. package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
  22. package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
  23. package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
  24. package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
  25. package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
  26. package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
  27. package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
  28. package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
  29. package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
  30. package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
  31. package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
  32. package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
  33. package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
  34. package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
  35. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
  36. package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
  37. package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
  38. package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
  39. package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +796 -0
  40. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
  41. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
  42. package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
  43. package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
  44. package/dist/.pikku/function/pikku-functions-meta.gen.json +516 -0
  45. package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
  46. package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
  47. package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
  48. package/dist/.pikku/function/pikku-functions.gen.js +62 -0
  49. package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
  50. package/dist/.pikku/function/pikku-functions.gen.ts +62 -0
  51. package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
  52. package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
  53. package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
  54. package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
  55. package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
  56. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
  57. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
  58. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
  59. package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
  60. package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
  61. package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
  62. package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
  63. package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
  64. package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
  65. package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
  66. package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
  67. package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
  68. package/dist/.pikku/pikku-meta-service.gen.js +10 -0
  69. package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
  70. package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
  71. package/dist/.pikku/pikku-services.gen.d.ts +35 -0
  72. package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
  73. package/dist/.pikku/pikku-services.gen.js +30 -0
  74. package/dist/.pikku/pikku-services.gen.js.map +1 -0
  75. package/dist/.pikku/pikku-services.gen.ts +42 -0
  76. package/dist/.pikku/pikku-types.gen.d.ts +12 -0
  77. package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
  78. package/dist/.pikku/pikku-types.gen.js +17 -0
  79. package/dist/.pikku/pikku-types.gen.js.map +1 -0
  80. package/dist/.pikku/pikku-types.gen.ts +21 -0
  81. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
  82. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
  83. package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
  84. package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
  85. package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
  86. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +798 -0
  87. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +826 -0
  88. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
  89. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
  90. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
  91. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
  92. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +30 -0
  93. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
  94. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
  95. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
  96. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
  97. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
  98. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
  99. package/dist/.pikku/schemas/register.gen.d.ts +2 -0
  100. package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
  101. package/dist/.pikku/schemas/register.gen.js +103 -0
  102. package/dist/.pikku/schemas/register.gen.js.map +1 -0
  103. package/dist/.pikku/schemas/register.gen.ts +199 -0
  104. package/dist/.pikku/schemas/schemas/CloseTaskInput.schema.json +1 -0
  105. package/dist/.pikku/schemas/schemas/CreateCommentInput.schema.json +1 -0
  106. package/dist/.pikku/schemas/schemas/CreateCommentOutput.schema.json +1 -0
  107. package/dist/.pikku/schemas/schemas/CreatePersonalLabelInput.schema.json +1 -0
  108. package/dist/.pikku/schemas/schemas/CreatePersonalLabelOutput.schema.json +1 -0
  109. package/dist/.pikku/schemas/schemas/CreateProjectInput.schema.json +1 -0
  110. package/dist/.pikku/schemas/schemas/CreateProjectOutput.schema.json +1 -0
  111. package/dist/.pikku/schemas/schemas/CreateSectionInput.schema.json +1 -0
  112. package/dist/.pikku/schemas/schemas/CreateSectionOutput.schema.json +1 -0
  113. package/dist/.pikku/schemas/schemas/CreateTaskInput.schema.json +1 -0
  114. package/dist/.pikku/schemas/schemas/CreateTaskOutput.schema.json +1 -0
  115. package/dist/.pikku/schemas/schemas/CredentialSchema_todoist.schema.json +1 -0
  116. package/dist/.pikku/schemas/schemas/DeleteCommentInput.schema.json +1 -0
  117. package/dist/.pikku/schemas/schemas/DeletePersonalLabelInput.schema.json +1 -0
  118. package/dist/.pikku/schemas/schemas/DeleteProjectInput.schema.json +1 -0
  119. package/dist/.pikku/schemas/schemas/DeleteSectionInput.schema.json +1 -0
  120. package/dist/.pikku/schemas/schemas/DeleteTaskInput.schema.json +1 -0
  121. package/dist/.pikku/schemas/schemas/GetActiveTaskInput.schema.json +1 -0
  122. package/dist/.pikku/schemas/schemas/GetActiveTaskOutput.schema.json +1 -0
  123. package/dist/.pikku/schemas/schemas/GetActiveTasksInput.schema.json +1 -0
  124. package/dist/.pikku/schemas/schemas/GetActiveTasksOutput.schema.json +1 -0
  125. package/dist/.pikku/schemas/schemas/GetAllCollaboratorsInput.schema.json +1 -0
  126. package/dist/.pikku/schemas/schemas/GetAllCollaboratorsOutput.schema.json +1 -0
  127. package/dist/.pikku/schemas/schemas/GetAllCommentsInput.schema.json +1 -0
  128. package/dist/.pikku/schemas/schemas/GetAllCommentsOutput.schema.json +1 -0
  129. package/dist/.pikku/schemas/schemas/GetAllPersonalLabelsOutput.schema.json +1 -0
  130. package/dist/.pikku/schemas/schemas/GetAllProjectsOutput.schema.json +1 -0
  131. package/dist/.pikku/schemas/schemas/GetAllSectionsInput.schema.json +1 -0
  132. package/dist/.pikku/schemas/schemas/GetAllSectionsOutput.schema.json +1 -0
  133. package/dist/.pikku/schemas/schemas/GetCommentInput.schema.json +1 -0
  134. package/dist/.pikku/schemas/schemas/GetCommentOutput.schema.json +1 -0
  135. package/dist/.pikku/schemas/schemas/GetPersonalLabelInput.schema.json +1 -0
  136. package/dist/.pikku/schemas/schemas/GetPersonalLabelOutput.schema.json +1 -0
  137. package/dist/.pikku/schemas/schemas/GetProjectInput.schema.json +1 -0
  138. package/dist/.pikku/schemas/schemas/GetProjectOutput.schema.json +1 -0
  139. package/dist/.pikku/schemas/schemas/GetSingleSectionInput.schema.json +1 -0
  140. package/dist/.pikku/schemas/schemas/GetSingleSectionOutput.schema.json +1 -0
  141. package/dist/.pikku/schemas/schemas/ReopenTaskInput.schema.json +1 -0
  142. package/dist/.pikku/schemas/schemas/UpdateCommentInput.schema.json +1 -0
  143. package/dist/.pikku/schemas/schemas/UpdateCommentOutput.schema.json +1 -0
  144. package/dist/.pikku/schemas/schemas/UpdatePersonalLabelInput.schema.json +1 -0
  145. package/dist/.pikku/schemas/schemas/UpdatePersonalLabelOutput.schema.json +1 -0
  146. package/dist/.pikku/schemas/schemas/UpdateProjectInput.schema.json +1 -0
  147. package/dist/.pikku/schemas/schemas/UpdateProjectOutput.schema.json +1 -0
  148. package/dist/.pikku/schemas/schemas/UpdateSectionInput.schema.json +1 -0
  149. package/dist/.pikku/schemas/schemas/UpdateSectionOutput.schema.json +1 -0
  150. package/dist/.pikku/schemas/schemas/UpdateTaskInput.schema.json +1 -0
  151. package/dist/.pikku/schemas/schemas/UpdateTaskOutput.schema.json +1 -0
  152. package/dist/.pikku/schemas/schemas/VariableSchema_TODOIST_BASE_URL.schema.json +1 -0
  153. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
  154. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  155. package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
  156. package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
  157. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
  158. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
  159. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
  160. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
  161. package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
  162. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
  163. package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
  164. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
  165. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  166. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
  167. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
  168. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
  169. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
  170. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
  171. package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
  172. package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
  173. package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
  174. package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
  175. package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
  176. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
  177. package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
  178. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
  179. package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
  180. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
  181. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
  182. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  183. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
  184. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
  185. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
  186. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
  187. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  188. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  189. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  190. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
  191. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  192. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  193. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
  194. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  195. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
  196. package/dist/src/functions/closeTask.function.d.ts +12 -0
  197. package/dist/src/functions/closeTask.function.d.ts.map +1 -0
  198. package/dist/src/functions/closeTask.function.js +13 -0
  199. package/dist/src/functions/closeTask.function.js.map +1 -0
  200. package/dist/src/functions/createComment.function.d.ts +73 -0
  201. package/dist/src/functions/createComment.function.d.ts.map +1 -0
  202. package/dist/src/functions/createComment.function.js +30 -0
  203. package/dist/src/functions/createComment.function.js.map +1 -0
  204. package/dist/src/functions/createPersonalLabel.function.d.ts +49 -0
  205. package/dist/src/functions/createPersonalLabel.function.d.ts.map +1 -0
  206. package/dist/src/functions/createPersonalLabel.function.js +24 -0
  207. package/dist/src/functions/createPersonalLabel.function.js.map +1 -0
  208. package/dist/src/functions/createProject.function.d.ts +81 -0
  209. package/dist/src/functions/createProject.function.d.ts.map +1 -0
  210. package/dist/src/functions/createProject.function.js +32 -0
  211. package/dist/src/functions/createProject.function.js.map +1 -0
  212. package/dist/src/functions/createSection.function.d.ts +41 -0
  213. package/dist/src/functions/createSection.function.d.ts.map +1 -0
  214. package/dist/src/functions/createSection.function.js +22 -0
  215. package/dist/src/functions/createSection.function.js.map +1 -0
  216. package/dist/src/functions/createTask.function.d.ts +197 -0
  217. package/dist/src/functions/createTask.function.d.ts.map +1 -0
  218. package/dist/src/functions/createTask.function.js +61 -0
  219. package/dist/src/functions/createTask.function.js.map +1 -0
  220. package/dist/src/functions/deleteComment.function.d.ts +12 -0
  221. package/dist/src/functions/deleteComment.function.d.ts.map +1 -0
  222. package/dist/src/functions/deleteComment.function.js +13 -0
  223. package/dist/src/functions/deleteComment.function.js.map +1 -0
  224. package/dist/src/functions/deletePersonalLabel.function.d.ts +12 -0
  225. package/dist/src/functions/deletePersonalLabel.function.d.ts.map +1 -0
  226. package/dist/src/functions/deletePersonalLabel.function.js +13 -0
  227. package/dist/src/functions/deletePersonalLabel.function.js.map +1 -0
  228. package/dist/src/functions/deleteProject.function.d.ts +12 -0
  229. package/dist/src/functions/deleteProject.function.d.ts.map +1 -0
  230. package/dist/src/functions/deleteProject.function.js +13 -0
  231. package/dist/src/functions/deleteProject.function.js.map +1 -0
  232. package/dist/src/functions/deleteSection.function.d.ts +12 -0
  233. package/dist/src/functions/deleteSection.function.d.ts.map +1 -0
  234. package/dist/src/functions/deleteSection.function.js +13 -0
  235. package/dist/src/functions/deleteSection.function.js.map +1 -0
  236. package/dist/src/functions/deleteTask.function.d.ts +12 -0
  237. package/dist/src/functions/deleteTask.function.d.ts.map +1 -0
  238. package/dist/src/functions/deleteTask.function.js +13 -0
  239. package/dist/src/functions/deleteTask.function.js.map +1 -0
  240. package/dist/src/functions/getActiveTask.function.d.ts +141 -0
  241. package/dist/src/functions/getActiveTask.function.d.ts.map +1 -0
  242. package/dist/src/functions/getActiveTask.function.js +47 -0
  243. package/dist/src/functions/getActiveTask.function.js.map +1 -0
  244. package/dist/src/functions/getActiveTasks.function.d.ts +161 -0
  245. package/dist/src/functions/getActiveTasks.function.d.ts.map +1 -0
  246. package/dist/src/functions/getActiveTasks.function.js +52 -0
  247. package/dist/src/functions/getActiveTasks.function.js.map +1 -0
  248. package/dist/src/functions/getAllCollaborators.function.d.ts +29 -0
  249. package/dist/src/functions/getAllCollaborators.function.d.ts.map +1 -0
  250. package/dist/src/functions/getAllCollaborators.function.js +19 -0
  251. package/dist/src/functions/getAllCollaborators.function.js.map +1 -0
  252. package/dist/src/functions/getAllComments.function.d.ts +45 -0
  253. package/dist/src/functions/getAllComments.function.d.ts.map +1 -0
  254. package/dist/src/functions/getAllComments.function.js +23 -0
  255. package/dist/src/functions/getAllComments.function.js.map +1 -0
  256. package/dist/src/functions/getAllPersonalLabels.function.d.ts +28 -0
  257. package/dist/src/functions/getAllPersonalLabels.function.d.ts.map +1 -0
  258. package/dist/src/functions/getAllPersonalLabels.function.js +17 -0
  259. package/dist/src/functions/getAllPersonalLabels.function.js.map +1 -0
  260. package/dist/src/functions/getAllProjects.function.d.ts +56 -0
  261. package/dist/src/functions/getAllProjects.function.d.ts.map +1 -0
  262. package/dist/src/functions/getAllProjects.function.js +24 -0
  263. package/dist/src/functions/getAllProjects.function.js.map +1 -0
  264. package/dist/src/functions/getAllSections.function.d.ts +33 -0
  265. package/dist/src/functions/getAllSections.function.d.ts.map +1 -0
  266. package/dist/src/functions/getAllSections.function.js +20 -0
  267. package/dist/src/functions/getAllSections.function.js.map +1 -0
  268. package/dist/src/functions/getComment.function.d.ts +41 -0
  269. package/dist/src/functions/getComment.function.d.ts.map +1 -0
  270. package/dist/src/functions/getComment.function.js +22 -0
  271. package/dist/src/functions/getComment.function.js.map +1 -0
  272. package/dist/src/functions/getPersonalLabel.function.d.ts +37 -0
  273. package/dist/src/functions/getPersonalLabel.function.d.ts.map +1 -0
  274. package/dist/src/functions/getPersonalLabel.function.js +21 -0
  275. package/dist/src/functions/getPersonalLabel.function.js.map +1 -0
  276. package/dist/src/functions/getProject.function.d.ts +65 -0
  277. package/dist/src/functions/getProject.function.d.ts.map +1 -0
  278. package/dist/src/functions/getProject.function.js +28 -0
  279. package/dist/src/functions/getProject.function.js.map +1 -0
  280. package/dist/src/functions/getSingleSection.function.d.ts +33 -0
  281. package/dist/src/functions/getSingleSection.function.d.ts.map +1 -0
  282. package/dist/src/functions/getSingleSection.function.js +20 -0
  283. package/dist/src/functions/getSingleSection.function.js.map +1 -0
  284. package/dist/src/functions/reopenTask.function.d.ts +12 -0
  285. package/dist/src/functions/reopenTask.function.d.ts.map +1 -0
  286. package/dist/src/functions/reopenTask.function.js +13 -0
  287. package/dist/src/functions/reopenTask.function.js.map +1 -0
  288. package/dist/src/functions/updateComment.function.d.ts +45 -0
  289. package/dist/src/functions/updateComment.function.d.ts.map +1 -0
  290. package/dist/src/functions/updateComment.function.js +23 -0
  291. package/dist/src/functions/updateComment.function.js.map +1 -0
  292. package/dist/src/functions/updatePersonalLabel.function.d.ts +53 -0
  293. package/dist/src/functions/updatePersonalLabel.function.d.ts.map +1 -0
  294. package/dist/src/functions/updatePersonalLabel.function.js +25 -0
  295. package/dist/src/functions/updatePersonalLabel.function.js.map +1 -0
  296. package/dist/src/functions/updateProject.function.d.ts +81 -0
  297. package/dist/src/functions/updateProject.function.d.ts.map +1 -0
  298. package/dist/src/functions/updateProject.function.js +32 -0
  299. package/dist/src/functions/updateProject.function.js.map +1 -0
  300. package/dist/src/functions/updateSection.function.d.ts +37 -0
  301. package/dist/src/functions/updateSection.function.d.ts.map +1 -0
  302. package/dist/src/functions/updateSection.function.js +21 -0
  303. package/dist/src/functions/updateSection.function.js.map +1 -0
  304. package/dist/src/functions/updateTask.function.d.ts +185 -0
  305. package/dist/src/functions/updateTask.function.d.ts.map +1 -0
  306. package/dist/src/functions/updateTask.function.js +58 -0
  307. package/dist/src/functions/updateTask.function.js.map +1 -0
  308. package/dist/src/index.d.ts +29 -0
  309. package/dist/src/index.d.ts.map +1 -0
  310. package/dist/src/index.js +29 -0
  311. package/dist/src/index.js.map +1 -0
  312. package/dist/src/services.d.ts +2 -0
  313. package/dist/src/services.d.ts.map +1 -0
  314. package/dist/src/services.js +14 -0
  315. package/dist/src/services.js.map +1 -0
  316. package/dist/src/todoist-api.service.d.ts +10 -0
  317. package/dist/src/todoist-api.service.d.ts.map +1 -0
  318. package/dist/src/todoist-api.service.js +297 -0
  319. package/dist/src/todoist-api.service.js.map +1 -0
  320. package/dist/src/todoist.credential.d.ts +5 -0
  321. package/dist/src/todoist.credential.d.ts.map +1 -0
  322. package/dist/src/todoist.credential.js +13 -0
  323. package/dist/src/todoist.credential.js.map +1 -0
  324. package/dist/src/todoist.types.d.ts +7 -0
  325. package/dist/src/todoist.types.d.ts.map +1 -0
  326. package/dist/src/todoist.types.js +8 -0
  327. package/dist/src/todoist.types.js.map +1 -0
  328. package/dist/src/todoist.variable.d.ts +5 -0
  329. package/dist/src/todoist.variable.d.ts.map +1 -0
  330. package/dist/src/todoist.variable.js +11 -0
  331. package/dist/src/todoist.variable.js.map +1 -0
  332. package/package.json +39 -0
@@ -0,0 +1,23 @@
1
+ import { z } from 'zod';
2
+ import { pikkuSessionlessFunc } from '#pikku';
3
+ export const UpdateCommentInput = z.object({
4
+ comment_id: z.string().describe("The ID of the comment to update."),
5
+ content: z.string().describe("New content for the comment. This value may contain markdown-formatted text and hyperlinks."),
6
+ });
7
+ export const UpdateCommentOutput = z.object({
8
+ id: z.string().optional().describe("Comment ID."),
9
+ task_id: z.unknown().optional().describe("Comment's task ID (will be null if the comment belongs to a project)."),
10
+ project_id: z.unknown().optional().describe("Comment's project ID (will be null if the comment belongs to a task)."),
11
+ posted_at: z.string().datetime().optional().describe("Date and time when comment was added, in RFC3339 format in UTC."),
12
+ content: z.string().optional().describe("Comment content. This value may contain markdown-formatted text and hyperlinks. Details on markdown support can be found in the Text Formatting article in the Help Center."),
13
+ attachment: z.unknown().optional().describe("Attachment file metadata (will be null if there is no attachment). Format varies depending on the type of attachment, as detailed in the Sync API documentation."),
14
+ });
15
+ export const updateComment = pikkuSessionlessFunc({
16
+ description: "Updates a comment and returns it as a JSON object.\n\nA successful response has 200 OK status and application/json Content-Type.",
17
+ input: UpdateCommentInput,
18
+ output: UpdateCommentOutput,
19
+ func: async ({ todoist }, data) => {
20
+ return todoist.call("POST", "/comments/{comment_id}", data);
21
+ },
22
+ });
23
+ //# sourceMappingURL=updateComment.function.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateComment.function.js","sourceRoot":"","sources":["../../../src/functions/updateComment.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAAA;AAE7C,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC;IACzC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,kCAAkC,CAAC;IACnE,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,6FAA6F,CAAC;CAC5H,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC;IACjD,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,uEAAuE,CAAC;IACjH,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,uEAAuE,CAAC;IACpH,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,iEAAiE,CAAC;IACvH,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,6KAA6K,CAAC;IACtN,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,kKAAkK,CAAC;CAChN,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,oBAAoB,CAAC;IAChD,WAAW,EAAE,kIAAkI;IAC/I,KAAK,EAAE,kBAAkB;IACzB,MAAM,EAAE,mBAAmB;IAC3B,IAAI,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE;QAChC,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE,wBAAwB,EAAE,IAAI,CAAQ,CAAA;IACpE,CAAC;CACF,CAAC,CAAA"}
@@ -0,0 +1,53 @@
1
+ import { z } from 'zod';
2
+ export declare const UpdatePersonalLabelInput: z.ZodObject<{
3
+ label_id: z.ZodString;
4
+ name: z.ZodOptional<z.ZodString>;
5
+ order: z.ZodOptional<z.ZodNumber>;
6
+ color: z.ZodOptional<z.ZodString>;
7
+ is_favorite: z.ZodOptional<z.ZodBoolean>;
8
+ }, z.core.$strip>;
9
+ export declare const UpdatePersonalLabelOutput: z.ZodObject<{
10
+ id: z.ZodOptional<z.ZodString>;
11
+ name: z.ZodOptional<z.ZodString>;
12
+ color: z.ZodOptional<z.ZodString>;
13
+ order: z.ZodOptional<z.ZodNumber>;
14
+ is_favorite: z.ZodOptional<z.ZodBoolean>;
15
+ }, z.core.$strip>;
16
+ export declare const updatePersonalLabel: import("#pikku").PikkuFunctionConfig<{
17
+ label_id: string;
18
+ name?: string | undefined;
19
+ order?: number | undefined;
20
+ color?: string | undefined;
21
+ is_favorite?: boolean | undefined;
22
+ }, {
23
+ id?: string | undefined;
24
+ name?: string | undefined;
25
+ color?: string | undefined;
26
+ order?: number | undefined;
27
+ is_favorite?: boolean | undefined;
28
+ }, "rpc" | "session", import("#pikku").PikkuFunctionSessionless<{
29
+ label_id: string;
30
+ name?: string | undefined;
31
+ order?: number | undefined;
32
+ color?: string | undefined;
33
+ is_favorite?: boolean | undefined;
34
+ }, {
35
+ id?: string | undefined;
36
+ name?: string | undefined;
37
+ color?: string | undefined;
38
+ order?: number | undefined;
39
+ is_favorite?: boolean | undefined;
40
+ }, "rpc" | "session", import("#pikku").Services> | import("#pikku").PikkuFunction<{
41
+ label_id: string;
42
+ name?: string | undefined;
43
+ order?: number | undefined;
44
+ color?: string | undefined;
45
+ is_favorite?: boolean | undefined;
46
+ }, {
47
+ id?: string | undefined;
48
+ name?: string | undefined;
49
+ color?: string | undefined;
50
+ order?: number | undefined;
51
+ is_favorite?: boolean | undefined;
52
+ }, "rpc" | "session", import("#pikku").Services>, undefined, undefined>;
53
+ //# sourceMappingURL=updatePersonalLabel.function.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updatePersonalLabel.function.d.ts","sourceRoot":"","sources":["../../../src/functions/updatePersonalLabel.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,wBAAwB;;;;;;iBAMnC,CAAA;AAEF,eAAO,MAAM,yBAAyB;;;;;;iBAMpC,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAO9B,CAAA"}
@@ -0,0 +1,25 @@
1
+ import { z } from 'zod';
2
+ import { pikkuSessionlessFunc } from '#pikku';
3
+ export const UpdatePersonalLabelInput = z.object({
4
+ label_id: z.string().describe("The ID of the label to update."),
5
+ name: z.string().optional().describe("New name of the label."),
6
+ order: z.number().int().optional().describe("Number that is used by clients to sort the list of labels."),
7
+ color: z.string().optional().describe("The color of the label icon. Refer to the name column in the Colors guide for more info."),
8
+ is_favorite: z.boolean().optional().describe("Whether the label is a favorite (a true or false value)."),
9
+ });
10
+ export const UpdatePersonalLabelOutput = z.object({
11
+ id: z.string().optional().describe("Label ID."),
12
+ name: z.string().optional().describe("Label name."),
13
+ color: z.string().optional().describe("The color of the label icon. Refer to the name column in the Colors guide for more info."),
14
+ order: z.number().int().optional().describe("Number used by clients to sort list of labels."),
15
+ is_favorite: z.boolean().optional().describe("Whether the label is a favorite (a true or false value)."),
16
+ });
17
+ export const updatePersonalLabel = pikkuSessionlessFunc({
18
+ description: "Returns the updated label.\n\nA successful response has 200 OK status and application/json Content-Type.",
19
+ input: UpdatePersonalLabelInput,
20
+ output: UpdatePersonalLabelOutput,
21
+ func: async ({ todoist }, data) => {
22
+ return todoist.call("POST", "/labels/{label_id}", data);
23
+ },
24
+ });
25
+ //# sourceMappingURL=updatePersonalLabel.function.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updatePersonalLabel.function.js","sourceRoot":"","sources":["../../../src/functions/updatePersonalLabel.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAAA;AAE7C,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IAC/D,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;IAC9D,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,4DAA4D,CAAC;IACzG,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,0FAA0F,CAAC;IACjI,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,0DAA0D,CAAC;CACzG,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC;IAC/C,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC;IACnD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,0FAA0F,CAAC;IACjI,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,gDAAgD,CAAC;IAC7F,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,0DAA0D,CAAC;CACzG,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,oBAAoB,CAAC;IACtD,WAAW,EAAE,0GAA0G;IACvH,KAAK,EAAE,wBAAwB;IAC/B,MAAM,EAAE,yBAAyB;IACjC,IAAI,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE;QAChC,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE,oBAAoB,EAAE,IAAI,CAAQ,CAAA;IAChE,CAAC;CACF,CAAC,CAAA"}
@@ -0,0 +1,81 @@
1
+ import { z } from 'zod';
2
+ export declare const UpdateProjectInput: z.ZodObject<{
3
+ projectId: z.ZodString;
4
+ name: z.ZodOptional<z.ZodString>;
5
+ color: z.ZodOptional<z.ZodString>;
6
+ is_favorite: z.ZodOptional<z.ZodBoolean>;
7
+ view_style: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ export declare const UpdateProjectOutput: z.ZodObject<{
10
+ id: z.ZodOptional<z.ZodString>;
11
+ name: z.ZodOptional<z.ZodString>;
12
+ color: z.ZodOptional<z.ZodString>;
13
+ parent_id: z.ZodOptional<z.ZodUnknown>;
14
+ order: z.ZodOptional<z.ZodNumber>;
15
+ comment_count: z.ZodOptional<z.ZodNumber>;
16
+ is_shared: z.ZodOptional<z.ZodBoolean>;
17
+ is_favorite: z.ZodOptional<z.ZodBoolean>;
18
+ is_inbox_project: z.ZodOptional<z.ZodBoolean>;
19
+ is_team_inbox: z.ZodOptional<z.ZodBoolean>;
20
+ view_style: z.ZodOptional<z.ZodString>;
21
+ url: z.ZodOptional<z.ZodString>;
22
+ }, z.core.$strip>;
23
+ export declare const updateProject: import("#pikku").PikkuFunctionConfig<{
24
+ projectId: string;
25
+ name?: string | undefined;
26
+ color?: string | undefined;
27
+ is_favorite?: boolean | undefined;
28
+ view_style?: string | undefined;
29
+ }, {
30
+ id?: string | undefined;
31
+ name?: string | undefined;
32
+ color?: string | undefined;
33
+ parent_id?: unknown;
34
+ order?: number | undefined;
35
+ comment_count?: number | undefined;
36
+ is_shared?: boolean | undefined;
37
+ is_favorite?: boolean | undefined;
38
+ is_inbox_project?: boolean | undefined;
39
+ is_team_inbox?: boolean | undefined;
40
+ view_style?: string | undefined;
41
+ url?: string | undefined;
42
+ }, "rpc" | "session", import("#pikku").PikkuFunctionSessionless<{
43
+ projectId: string;
44
+ name?: string | undefined;
45
+ color?: string | undefined;
46
+ is_favorite?: boolean | undefined;
47
+ view_style?: string | undefined;
48
+ }, {
49
+ id?: string | undefined;
50
+ name?: string | undefined;
51
+ color?: string | undefined;
52
+ parent_id?: unknown;
53
+ order?: number | undefined;
54
+ comment_count?: number | undefined;
55
+ is_shared?: boolean | undefined;
56
+ is_favorite?: boolean | undefined;
57
+ is_inbox_project?: boolean | undefined;
58
+ is_team_inbox?: boolean | undefined;
59
+ view_style?: string | undefined;
60
+ url?: string | undefined;
61
+ }, "rpc" | "session", import("#pikku").Services> | import("#pikku").PikkuFunction<{
62
+ projectId: string;
63
+ name?: string | undefined;
64
+ color?: string | undefined;
65
+ is_favorite?: boolean | undefined;
66
+ view_style?: string | undefined;
67
+ }, {
68
+ id?: string | undefined;
69
+ name?: string | undefined;
70
+ color?: string | undefined;
71
+ parent_id?: unknown;
72
+ order?: number | undefined;
73
+ comment_count?: number | undefined;
74
+ is_shared?: boolean | undefined;
75
+ is_favorite?: boolean | undefined;
76
+ is_inbox_project?: boolean | undefined;
77
+ is_team_inbox?: boolean | undefined;
78
+ view_style?: string | undefined;
79
+ url?: string | undefined;
80
+ }, "rpc" | "session", import("#pikku").Services>, undefined, undefined>;
81
+ //# sourceMappingURL=updateProject.function.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateProject.function.d.ts","sourceRoot":"","sources":["../../../src/functions/updateProject.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,kBAAkB;;;;;;iBAM7B,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;iBAa9B,CAAA;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAOxB,CAAA"}
@@ -0,0 +1,32 @@
1
+ import { z } from 'zod';
2
+ import { pikkuSessionlessFunc } from '#pikku';
3
+ export const UpdateProjectInput = z.object({
4
+ projectId: z.string().describe("Project ID."),
5
+ name: z.string().optional().describe("Name of the project"),
6
+ color: z.string().optional().describe("The color of the project icon. Refer to the name column in the Colors guide for more info. https://developer.todoist.com/guides/#colors"),
7
+ is_favorite: z.boolean().optional().describe("Whether the project is a favorite (a true or false value)."),
8
+ view_style: z.string().optional().describe("A string value (either list or board, default is list). This determines the way the project is displayed within the Todoist clients."),
9
+ });
10
+ export const UpdateProjectOutput = z.object({
11
+ id: z.string().optional().describe("Project ID."),
12
+ name: z.string().optional().describe("Project name."),
13
+ color: z.string().optional().describe("The color of the project icon. Refer to the name column in the Colors guide for more info."),
14
+ parent_id: z.unknown().optional().describe("ID of parent project (will be null for top-level projects)."),
15
+ order: z.number().int().optional().describe("Project position under the same parent (read-only, will be 0 for inbox and team inbox projects)."),
16
+ comment_count: z.number().int().optional().describe("Number of project comments."),
17
+ is_shared: z.boolean().optional().describe("Whether the project is shared (read-only, a true or false value)."),
18
+ is_favorite: z.boolean().optional().describe("Whether the project is a favorite (a true or false value)."),
19
+ is_inbox_project: z.boolean().optional().describe("Whether the project is the user's Inbox (read-only)."),
20
+ is_team_inbox: z.boolean().optional().describe("Whether the project is the Team Inbox (read-only)."),
21
+ view_style: z.string().optional().describe("A string value (either list or board). This determines the way the project is displayed within the Todoist clients."),
22
+ url: z.string().optional().describe("URL to access this project in the Todoist web or mobile applications."),
23
+ });
24
+ export const updateProject = pikkuSessionlessFunc({
25
+ description: "Returns a JSON object containing the updated project object.\n\nA successful response has 200 OK status and application/json Content-Type.",
26
+ input: UpdateProjectInput,
27
+ output: UpdateProjectOutput,
28
+ func: async ({ todoist }, data) => {
29
+ return todoist.call("POST", "/projects/{projectId}", data);
30
+ },
31
+ });
32
+ //# sourceMappingURL=updateProject.function.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateProject.function.js","sourceRoot":"","sources":["../../../src/functions/updateProject.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAAA;AAE7C,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC;IACzC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC;IAC3D,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,yIAAyI,CAAC;IAChL,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,4DAA4D,CAAC;IAC1G,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,sIAAsI,CAAC;CACnL,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC;IACjD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,eAAe,CAAC;IACrD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,4FAA4F,CAAC;IACnI,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,6DAA6D,CAAC;IACzG,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,kGAAkG,CAAC;IAC/I,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,6BAA6B,CAAC;IAClF,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,mEAAmE,CAAC;IAC/G,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,4DAA4D,CAAC;IAC1G,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,sDAAsD,CAAC;IACzG,aAAa,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,oDAAoD,CAAC;IACpG,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,qHAAqH,CAAC;IACjK,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,uEAAuE,CAAC;CAC7G,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,oBAAoB,CAAC;IAChD,WAAW,EAAE,4IAA4I;IACzJ,KAAK,EAAE,kBAAkB;IACzB,MAAM,EAAE,mBAAmB;IAC3B,IAAI,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE;QAChC,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE,uBAAuB,EAAE,IAAI,CAAQ,CAAA;IACnE,CAAC;CACF,CAAC,CAAA"}
@@ -0,0 +1,37 @@
1
+ import { z } from 'zod';
2
+ export declare const UpdateSectionInput: z.ZodObject<{
3
+ sectionId: z.ZodString;
4
+ name: z.ZodString;
5
+ }, z.core.$strip>;
6
+ export declare const UpdateSectionOutput: z.ZodObject<{
7
+ id: z.ZodOptional<z.ZodString>;
8
+ project_id: z.ZodOptional<z.ZodString>;
9
+ order: z.ZodOptional<z.ZodNumber>;
10
+ name: z.ZodOptional<z.ZodString>;
11
+ }, z.core.$strip>;
12
+ export declare const updateSection: import("#pikku").PikkuFunctionConfig<{
13
+ sectionId: string;
14
+ name: string;
15
+ }, {
16
+ id?: string | undefined;
17
+ project_id?: string | undefined;
18
+ order?: number | undefined;
19
+ name?: string | undefined;
20
+ }, "rpc" | "session", import("#pikku").PikkuFunctionSessionless<{
21
+ sectionId: string;
22
+ name: string;
23
+ }, {
24
+ id?: string | undefined;
25
+ project_id?: string | undefined;
26
+ order?: number | undefined;
27
+ name?: string | undefined;
28
+ }, "rpc" | "session", import("#pikku").Services> | import("#pikku").PikkuFunction<{
29
+ sectionId: string;
30
+ name: string;
31
+ }, {
32
+ id?: string | undefined;
33
+ project_id?: string | undefined;
34
+ order?: number | undefined;
35
+ name?: string | undefined;
36
+ }, "rpc" | "session", import("#pikku").Services>, undefined, undefined>;
37
+ //# sourceMappingURL=updateSection.function.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateSection.function.d.ts","sourceRoot":"","sources":["../../../src/functions/updateSection.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,kBAAkB;;;iBAG7B,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;iBAK9B,CAAA;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;uEAOxB,CAAA"}
@@ -0,0 +1,21 @@
1
+ import { z } from 'zod';
2
+ import { pikkuSessionlessFunc } from '#pikku';
3
+ export const UpdateSectionInput = z.object({
4
+ sectionId: z.string().describe("Section ID."),
5
+ name: z.string().describe("Section name."),
6
+ });
7
+ export const UpdateSectionOutput = z.object({
8
+ id: z.string().optional().describe("Section ID"),
9
+ project_id: z.string().optional().describe("ID of the project section belongs to"),
10
+ order: z.number().int().optional().describe("Section position among other sections from the same project"),
11
+ name: z.string().optional().describe("Section name"),
12
+ });
13
+ export const updateSection = pikkuSessionlessFunc({
14
+ description: "Returns the updated section as a JSON object.\n\nA successful response has 200 OK status and application/json Content-Type.",
15
+ input: UpdateSectionInput,
16
+ output: UpdateSectionOutput,
17
+ func: async ({ todoist }, data) => {
18
+ return todoist.call("POST", "/sections/{sectionId}", data);
19
+ },
20
+ });
21
+ //# sourceMappingURL=updateSection.function.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateSection.function.js","sourceRoot":"","sources":["../../../src/functions/updateSection.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAAA;AAE7C,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC;IACzC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,eAAe,CAAC;CAC3C,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;IAChD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,sCAAsC,CAAC;IAClF,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,6DAA6D,CAAC;IAC1G,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC;CACrD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,oBAAoB,CAAC;IAChD,WAAW,EAAE,6HAA6H;IAC1I,KAAK,EAAE,kBAAkB;IACzB,MAAM,EAAE,mBAAmB;IAC3B,IAAI,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE;QAChC,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE,uBAAuB,EAAE,IAAI,CAAQ,CAAA;IACnE,CAAC;CACF,CAAC,CAAA"}
@@ -0,0 +1,185 @@
1
+ import { z } from 'zod';
2
+ export declare const UpdateTaskInput: z.ZodObject<{
3
+ taskId: z.ZodString;
4
+ content: z.ZodOptional<z.ZodString>;
5
+ description: z.ZodOptional<z.ZodString>;
6
+ labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
7
+ priority: z.ZodOptional<z.ZodNumber>;
8
+ due_string: z.ZodOptional<z.ZodString>;
9
+ due_date: z.ZodOptional<z.ZodString>;
10
+ due_datetime: z.ZodOptional<z.ZodString>;
11
+ due_lang: z.ZodOptional<z.ZodString>;
12
+ assignee_id: z.ZodOptional<z.ZodString>;
13
+ duration: z.ZodOptional<z.ZodNumber>;
14
+ duration_unit: z.ZodOptional<z.ZodString>;
15
+ }, z.core.$strip>;
16
+ export declare const UpdateTaskOutput: z.ZodObject<{
17
+ id: z.ZodOptional<z.ZodString>;
18
+ project_id: z.ZodOptional<z.ZodString>;
19
+ section_id: z.ZodOptional<z.ZodUnknown>;
20
+ content: z.ZodOptional<z.ZodString>;
21
+ description: z.ZodOptional<z.ZodString>;
22
+ is_completed: z.ZodOptional<z.ZodBoolean>;
23
+ labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
24
+ parent_id: z.ZodOptional<z.ZodUnknown>;
25
+ order: z.ZodOptional<z.ZodNumber>;
26
+ priority: z.ZodOptional<z.ZodNumber>;
27
+ due: z.ZodOptional<z.ZodObject<{
28
+ dueObject: z.ZodOptional<z.ZodObject<{
29
+ string: z.ZodString;
30
+ date: z.ZodString;
31
+ is_recurring: z.ZodBoolean;
32
+ datetime: z.ZodOptional<z.ZodString>;
33
+ timezone: z.ZodOptional<z.ZodString>;
34
+ }, z.core.$strip>>;
35
+ }, z.core.$strip>>;
36
+ url: z.ZodOptional<z.ZodString>;
37
+ comment_count: z.ZodOptional<z.ZodNumber>;
38
+ created_at: z.ZodOptional<z.ZodString>;
39
+ creator_id: z.ZodOptional<z.ZodString>;
40
+ assignee_id: z.ZodOptional<z.ZodUnknown>;
41
+ assigner_id: z.ZodOptional<z.ZodUnknown>;
42
+ duration: z.ZodOptional<z.ZodObject<{
43
+ durationObject: z.ZodOptional<z.ZodObject<{
44
+ amount: z.ZodOptional<z.ZodUnknown>;
45
+ unit: z.ZodOptional<z.ZodUnknown>;
46
+ }, z.core.$strip>>;
47
+ }, z.core.$strip>>;
48
+ }, z.core.$strip>;
49
+ export declare const updateTask: import("#pikku").PikkuFunctionConfig<{
50
+ taskId: string;
51
+ content?: string | undefined;
52
+ description?: string | undefined;
53
+ labels?: string[] | undefined;
54
+ priority?: number | undefined;
55
+ due_string?: string | undefined;
56
+ due_date?: string | undefined;
57
+ due_datetime?: string | undefined;
58
+ due_lang?: string | undefined;
59
+ assignee_id?: string | undefined;
60
+ duration?: number | undefined;
61
+ duration_unit?: string | undefined;
62
+ }, {
63
+ id?: string | undefined;
64
+ project_id?: string | undefined;
65
+ section_id?: unknown;
66
+ content?: string | undefined;
67
+ description?: string | undefined;
68
+ is_completed?: boolean | undefined;
69
+ labels?: string[] | undefined;
70
+ parent_id?: unknown;
71
+ order?: number | undefined;
72
+ priority?: number | undefined;
73
+ due?: {
74
+ dueObject?: {
75
+ string: string;
76
+ date: string;
77
+ is_recurring: boolean;
78
+ datetime?: string | undefined;
79
+ timezone?: string | undefined;
80
+ } | undefined;
81
+ } | undefined;
82
+ url?: string | undefined;
83
+ comment_count?: number | undefined;
84
+ created_at?: string | undefined;
85
+ creator_id?: string | undefined;
86
+ assignee_id?: unknown;
87
+ assigner_id?: unknown;
88
+ duration?: {
89
+ durationObject?: {
90
+ amount?: unknown;
91
+ unit?: unknown;
92
+ } | undefined;
93
+ } | undefined;
94
+ }, "rpc" | "session", import("#pikku").PikkuFunctionSessionless<{
95
+ taskId: string;
96
+ content?: string | undefined;
97
+ description?: string | undefined;
98
+ labels?: string[] | undefined;
99
+ priority?: number | undefined;
100
+ due_string?: string | undefined;
101
+ due_date?: string | undefined;
102
+ due_datetime?: string | undefined;
103
+ due_lang?: string | undefined;
104
+ assignee_id?: string | undefined;
105
+ duration?: number | undefined;
106
+ duration_unit?: string | undefined;
107
+ }, {
108
+ id?: string | undefined;
109
+ project_id?: string | undefined;
110
+ section_id?: unknown;
111
+ content?: string | undefined;
112
+ description?: string | undefined;
113
+ is_completed?: boolean | undefined;
114
+ labels?: string[] | undefined;
115
+ parent_id?: unknown;
116
+ order?: number | undefined;
117
+ priority?: number | undefined;
118
+ due?: {
119
+ dueObject?: {
120
+ string: string;
121
+ date: string;
122
+ is_recurring: boolean;
123
+ datetime?: string | undefined;
124
+ timezone?: string | undefined;
125
+ } | undefined;
126
+ } | undefined;
127
+ url?: string | undefined;
128
+ comment_count?: number | undefined;
129
+ created_at?: string | undefined;
130
+ creator_id?: string | undefined;
131
+ assignee_id?: unknown;
132
+ assigner_id?: unknown;
133
+ duration?: {
134
+ durationObject?: {
135
+ amount?: unknown;
136
+ unit?: unknown;
137
+ } | undefined;
138
+ } | undefined;
139
+ }, "rpc" | "session", import("#pikku").Services> | import("#pikku").PikkuFunction<{
140
+ taskId: string;
141
+ content?: string | undefined;
142
+ description?: string | undefined;
143
+ labels?: string[] | undefined;
144
+ priority?: number | undefined;
145
+ due_string?: string | undefined;
146
+ due_date?: string | undefined;
147
+ due_datetime?: string | undefined;
148
+ due_lang?: string | undefined;
149
+ assignee_id?: string | undefined;
150
+ duration?: number | undefined;
151
+ duration_unit?: string | undefined;
152
+ }, {
153
+ id?: string | undefined;
154
+ project_id?: string | undefined;
155
+ section_id?: unknown;
156
+ content?: string | undefined;
157
+ description?: string | undefined;
158
+ is_completed?: boolean | undefined;
159
+ labels?: string[] | undefined;
160
+ parent_id?: unknown;
161
+ order?: number | undefined;
162
+ priority?: number | undefined;
163
+ due?: {
164
+ dueObject?: {
165
+ string: string;
166
+ date: string;
167
+ is_recurring: boolean;
168
+ datetime?: string | undefined;
169
+ timezone?: string | undefined;
170
+ } | undefined;
171
+ } | undefined;
172
+ url?: string | undefined;
173
+ comment_count?: number | undefined;
174
+ created_at?: string | undefined;
175
+ creator_id?: string | undefined;
176
+ assignee_id?: unknown;
177
+ assigner_id?: unknown;
178
+ duration?: {
179
+ durationObject?: {
180
+ amount?: unknown;
181
+ unit?: unknown;
182
+ } | undefined;
183
+ } | undefined;
184
+ }, "rpc" | "session", import("#pikku").Services>, undefined, undefined>;
185
+ //# sourceMappingURL=updateTask.function.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateTask.function.d.ts","sourceRoot":"","sources":["../../../src/functions/updateTask.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,eAAe;;;;;;;;;;;;;iBAa1B,CAAA;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgC3B,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAOrB,CAAA"}
@@ -0,0 +1,58 @@
1
+ import { z } from 'zod';
2
+ import { pikkuSessionlessFunc } from '#pikku';
3
+ export const UpdateTaskInput = z.object({
4
+ taskId: z.string().describe("The ID of the task to update."),
5
+ content: z.string().optional().describe("Task content. This value may contain markdown-formatted text and hyperlinks."),
6
+ description: z.string().optional().describe("A description for the task. This value may contain markdown-formatted text and hyperlinks."),
7
+ labels: z.array(z.string()).optional().describe("The task's labels (a list of names that may represent either personal or shared labels)."),
8
+ priority: z.number().int().optional().describe("Task priority from 1 (normal) to 4 (urgent)."),
9
+ due_string: z.string().optional().describe("Human-defined task due date (ex. \"next Monday,\" \"Tomorrow\"). Value is set using local (not UTC) time."),
10
+ due_date: z.string().optional().describe("Specific date in YYYY-MM-DD format relative to the user's timezone."),
11
+ due_datetime: z.string().optional().describe("Specific date and time in RFC3339 format in UTC."),
12
+ due_lang: z.string().optional().describe("2-letter code specifying the language in case due_string is not written in English."),
13
+ assignee_id: z.string().optional().describe("The responsible user ID or null to unset (for shared tasks)."),
14
+ duration: z.number().int().optional().describe("A positive integer for the task duration, or null to unset. If specified, you must define a duration_unit."),
15
+ duration_unit: z.string().optional().describe("The unit of time for the duration. Must be either 'minute' or 'day'."),
16
+ });
17
+ export const UpdateTaskOutput = z.object({
18
+ id: z.string().optional().describe("Task ID."),
19
+ project_id: z.string().optional().describe("Task's project ID (read-only)."),
20
+ section_id: z.unknown().optional().describe("ID of section task belongs to (read-only, will be null when the task has no parent section)."),
21
+ content: z.string().optional().describe("Task content. This value may contain markdown-formatted text and hyperlinks. Details on markdown support can be found in the Text Formatting article in the Help Center."),
22
+ description: z.string().optional().describe("A description for the task. This value may contain markdown-formatted text and hyperlinks. Details on markdown support can be found in the Text Formatting article in the Help Center."),
23
+ is_completed: z.boolean().optional().describe("Flag to mark completed tasks."),
24
+ labels: z.array(z.string()).optional(),
25
+ parent_id: z.unknown().optional().describe("ID of parent task (read-only, will be null for top-level tasks)."),
26
+ order: z.number().int().optional().describe("Position under the same parent or project for top-level tasks (read-only)."),
27
+ priority: z.number().int().optional().describe("Task priority from 1 (normal, default value) to 4 (urgent)."),
28
+ due: z.object({
29
+ dueObject: z.object({
30
+ string: z.string().describe("Human defined date in arbitrary format."),
31
+ date: z.string().date().describe("Date in format YYYY-MM-DD corrected to user's timezone."),
32
+ is_recurring: z.boolean().describe("Whether the task has a recurring due date."),
33
+ datetime: z.string().datetime().optional().describe("Only returned if exact due time set (i.e. it's not a whole-day task), date and time in RFC3339 format in UTC."),
34
+ timezone: z.string().optional().describe("Only returned if exact due time set, user's timezone definition either in tzdata-compatible format (\"Europe/Berlin\") or as a string specifying east of UTC offset as \"UTC±HH:MM\" (i.e. \"UTC-01:00\")."),
35
+ }).optional(),
36
+ }).optional().describe("Object representing task due date/time, or null if no date is set."),
37
+ url: z.string().optional().describe("URL to access this task in the Todoist web or mobile applications (read-only)."),
38
+ comment_count: z.number().int().optional().describe("Number of task comments (read-only)."),
39
+ created_at: z.string().optional().describe("The date when the task was created (read-only)."),
40
+ creator_id: z.string().optional().describe("The ID of the user who created the task (read-only)."),
41
+ assignee_id: z.unknown().optional().describe("The responsible user ID (will be null if the task is unassigned)."),
42
+ assigner_id: z.unknown().optional().describe("The ID of the user who assigned the task (read-only, will be null if the task is unassigned)."),
43
+ duration: z.object({
44
+ durationObject: z.object({
45
+ amount: z.unknown().optional().describe("A positive (greater than zero) integer for the amount of duration_unit the task will take, or null to unset. If specified, you must define a duration_unit."),
46
+ unit: z.unknown().optional().describe("The unit of time that the duration field above represents, or null to unset. Must be either minute or day. If specified, duration must be defined as well."),
47
+ }).optional(),
48
+ }).optional().describe("Object representing a task's duration, including a positive integer for the amount of time and the unit of time (minute or day). The object will be null if the task has no duration."),
49
+ });
50
+ export const updateTask = pikkuSessionlessFunc({
51
+ description: "Updates a specified task and returns it as a JSON object.",
52
+ input: UpdateTaskInput,
53
+ output: UpdateTaskOutput,
54
+ func: async ({ todoist }, data) => {
55
+ return todoist.call("POST", "/tasks/{taskId}", data);
56
+ },
57
+ });
58
+ //# sourceMappingURL=updateTask.function.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateTask.function.js","sourceRoot":"","sources":["../../../src/functions/updateTask.function.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,29 @@
1
+ export { getAllProjects } from './functions/getAllProjects.function.js';
2
+ export { createProject } from './functions/createProject.function.js';
3
+ export { getProject } from './functions/getProject.function.js';
4
+ export { updateProject } from './functions/updateProject.function.js';
5
+ export { deleteProject } from './functions/deleteProject.function.js';
6
+ export { getAllCollaborators } from './functions/getAllCollaborators.function.js';
7
+ export { getAllSections } from './functions/getAllSections.function.js';
8
+ export { createSection } from './functions/createSection.function.js';
9
+ export { getSingleSection } from './functions/getSingleSection.function.js';
10
+ export { updateSection } from './functions/updateSection.function.js';
11
+ export { deleteSection } from './functions/deleteSection.function.js';
12
+ export { getActiveTasks } from './functions/getActiveTasks.function.js';
13
+ export { createTask } from './functions/createTask.function.js';
14
+ export { getActiveTask } from './functions/getActiveTask.function.js';
15
+ export { updateTask } from './functions/updateTask.function.js';
16
+ export { deleteTask } from './functions/deleteTask.function.js';
17
+ export { closeTask } from './functions/closeTask.function.js';
18
+ export { reopenTask } from './functions/reopenTask.function.js';
19
+ export { getAllComments } from './functions/getAllComments.function.js';
20
+ export { createComment } from './functions/createComment.function.js';
21
+ export { getComment } from './functions/getComment.function.js';
22
+ export { updateComment } from './functions/updateComment.function.js';
23
+ export { deleteComment } from './functions/deleteComment.function.js';
24
+ export { getAllPersonalLabels } from './functions/getAllPersonalLabels.function.js';
25
+ export { createPersonalLabel } from './functions/createPersonalLabel.function.js';
26
+ export { getPersonalLabel } from './functions/getPersonalLabel.function.js';
27
+ export { updatePersonalLabel } from './functions/updatePersonalLabel.function.js';
28
+ export { deletePersonalLabel } from './functions/deletePersonalLabel.function.js';
29
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAA;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAA;AACjF,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAA;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAA;AAC3E,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAA;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAA;AAC7D,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAA;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAA;AACnF,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAA;AACjF,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAA;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAA;AACjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAA"}
@@ -0,0 +1,29 @@
1
+ export { getAllProjects } from './functions/getAllProjects.function.js';
2
+ export { createProject } from './functions/createProject.function.js';
3
+ export { getProject } from './functions/getProject.function.js';
4
+ export { updateProject } from './functions/updateProject.function.js';
5
+ export { deleteProject } from './functions/deleteProject.function.js';
6
+ export { getAllCollaborators } from './functions/getAllCollaborators.function.js';
7
+ export { getAllSections } from './functions/getAllSections.function.js';
8
+ export { createSection } from './functions/createSection.function.js';
9
+ export { getSingleSection } from './functions/getSingleSection.function.js';
10
+ export { updateSection } from './functions/updateSection.function.js';
11
+ export { deleteSection } from './functions/deleteSection.function.js';
12
+ export { getActiveTasks } from './functions/getActiveTasks.function.js';
13
+ export { createTask } from './functions/createTask.function.js';
14
+ export { getActiveTask } from './functions/getActiveTask.function.js';
15
+ export { updateTask } from './functions/updateTask.function.js';
16
+ export { deleteTask } from './functions/deleteTask.function.js';
17
+ export { closeTask } from './functions/closeTask.function.js';
18
+ export { reopenTask } from './functions/reopenTask.function.js';
19
+ export { getAllComments } from './functions/getAllComments.function.js';
20
+ export { createComment } from './functions/createComment.function.js';
21
+ export { getComment } from './functions/getComment.function.js';
22
+ export { updateComment } from './functions/updateComment.function.js';
23
+ export { deleteComment } from './functions/deleteComment.function.js';
24
+ export { getAllPersonalLabels } from './functions/getAllPersonalLabels.function.js';
25
+ export { createPersonalLabel } from './functions/createPersonalLabel.function.js';
26
+ export { getPersonalLabel } from './functions/getPersonalLabel.function.js';
27
+ export { updatePersonalLabel } from './functions/updatePersonalLabel.function.js';
28
+ export { deletePersonalLabel } from './functions/deletePersonalLabel.function.js';
29
+ //# sourceMappingURL=index.js.map