@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,796 @@
1
+ {
2
+ "getAllProjects": {
3
+ "pikkuFuncId": "getAllProjects",
4
+ "functionType": "user",
5
+ "funcWrapper": "pikkuSessionlessFunc",
6
+ "sessionless": true,
7
+ "name": "getAllProjects",
8
+ "services": {
9
+ "optimized": true,
10
+ "services": [
11
+ "todoist"
12
+ ]
13
+ },
14
+ "inputSchemaName": null,
15
+ "outputSchemaName": "GetAllProjectsOutput",
16
+ "inputs": [],
17
+ "outputs": [
18
+ "GetAllProjectsOutput"
19
+ ],
20
+ "implementationHash": "fc4812955bd512c3",
21
+ "description": "Returns JSON-encoded array containing all user projects.\n\nA successful response has 200 OK status and application/json Content-Type.",
22
+ "isDirectFunction": false,
23
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getAllProjects.function.ts",
24
+ "exportedName": "getAllProjects",
25
+ "contractHash": "60602b9fe0ebe055",
26
+ "inputHash": "09f6c728",
27
+ "outputHash": "95e904ff"
28
+ },
29
+ "createProject": {
30
+ "pikkuFuncId": "createProject",
31
+ "functionType": "user",
32
+ "funcWrapper": "pikkuSessionlessFunc",
33
+ "sessionless": true,
34
+ "name": "createProject",
35
+ "services": {
36
+ "optimized": true,
37
+ "services": [
38
+ "todoist"
39
+ ]
40
+ },
41
+ "inputSchemaName": "CreateProjectInput",
42
+ "outputSchemaName": "CreateProjectOutput",
43
+ "inputs": [
44
+ "CreateProjectInput"
45
+ ],
46
+ "outputs": [
47
+ "CreateProjectOutput"
48
+ ],
49
+ "implementationHash": "c4497c7268a12d83",
50
+ "description": "Creates a new project and returns it as a JSON object.\n\nA successful response has 200 OK status and application/json Content-Type.",
51
+ "isDirectFunction": false,
52
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/createProject.function.ts",
53
+ "exportedName": "createProject",
54
+ "contractHash": "5d6dcc3d8d937513",
55
+ "inputHash": "b02e55a6",
56
+ "outputHash": "0425e231"
57
+ },
58
+ "getProject": {
59
+ "pikkuFuncId": "getProject",
60
+ "functionType": "user",
61
+ "funcWrapper": "pikkuSessionlessFunc",
62
+ "sessionless": true,
63
+ "name": "getProject",
64
+ "services": {
65
+ "optimized": true,
66
+ "services": [
67
+ "todoist"
68
+ ]
69
+ },
70
+ "inputSchemaName": "GetProjectInput",
71
+ "outputSchemaName": "GetProjectOutput",
72
+ "inputs": [
73
+ "GetProjectInput"
74
+ ],
75
+ "outputs": [
76
+ "GetProjectOutput"
77
+ ],
78
+ "implementationHash": "c1a0b8a276a5bf11",
79
+ "description": "Returns a JSON object containing a project object related to the given ID.\n\nA successful response has 200 OK status and application/json Content-Type.",
80
+ "isDirectFunction": false,
81
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getProject.function.ts",
82
+ "exportedName": "getProject",
83
+ "contractHash": "f6c5e88d99da3b4a",
84
+ "inputHash": "c954a7aa",
85
+ "outputHash": "f782dcfd"
86
+ },
87
+ "updateProject": {
88
+ "pikkuFuncId": "updateProject",
89
+ "functionType": "user",
90
+ "funcWrapper": "pikkuSessionlessFunc",
91
+ "sessionless": true,
92
+ "name": "updateProject",
93
+ "services": {
94
+ "optimized": true,
95
+ "services": [
96
+ "todoist"
97
+ ]
98
+ },
99
+ "inputSchemaName": "UpdateProjectInput",
100
+ "outputSchemaName": "UpdateProjectOutput",
101
+ "inputs": [
102
+ "UpdateProjectInput"
103
+ ],
104
+ "outputs": [
105
+ "UpdateProjectOutput"
106
+ ],
107
+ "implementationHash": "d16fcefe928bc256",
108
+ "description": "Returns a JSON object containing the updated project object.\n\nA successful response has 200 OK status and application/json Content-Type.",
109
+ "isDirectFunction": false,
110
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/updateProject.function.ts",
111
+ "exportedName": "updateProject",
112
+ "contractHash": "3d45972ce5ce683a",
113
+ "inputHash": "d9a54fe3",
114
+ "outputHash": "bb15d3f2"
115
+ },
116
+ "deleteProject": {
117
+ "pikkuFuncId": "deleteProject",
118
+ "functionType": "user",
119
+ "funcWrapper": "pikkuSessionlessFunc",
120
+ "sessionless": true,
121
+ "name": "deleteProject",
122
+ "services": {
123
+ "optimized": true,
124
+ "services": [
125
+ "todoist"
126
+ ]
127
+ },
128
+ "inputSchemaName": "DeleteProjectInput",
129
+ "outputSchemaName": null,
130
+ "inputs": [
131
+ "DeleteProjectInput"
132
+ ],
133
+ "outputs": [],
134
+ "implementationHash": "8b6d47056b1f6468",
135
+ "description": "Deletes a project.\n\nA successful response has 204 No Content status and an empty body.",
136
+ "isDirectFunction": false,
137
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/deleteProject.function.ts",
138
+ "exportedName": "deleteProject",
139
+ "contractHash": "4b8621d4897fe381",
140
+ "inputHash": "f5ef696b",
141
+ "outputHash": "05dcb92a"
142
+ },
143
+ "getAllCollaborators": {
144
+ "pikkuFuncId": "getAllCollaborators",
145
+ "functionType": "user",
146
+ "funcWrapper": "pikkuSessionlessFunc",
147
+ "sessionless": true,
148
+ "name": "getAllCollaborators",
149
+ "services": {
150
+ "optimized": true,
151
+ "services": [
152
+ "todoist"
153
+ ]
154
+ },
155
+ "inputSchemaName": "GetAllCollaboratorsInput",
156
+ "outputSchemaName": "GetAllCollaboratorsOutput",
157
+ "inputs": [
158
+ "GetAllCollaboratorsInput"
159
+ ],
160
+ "outputs": [
161
+ "GetAllCollaboratorsOutput"
162
+ ],
163
+ "implementationHash": "4284e18173216203",
164
+ "description": "Returns JSON-encoded array containing all collaborators of a shared project.\n\nA successful response has 200 OK status and application/json Content-Type.",
165
+ "isDirectFunction": false,
166
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getAllCollaborators.function.ts",
167
+ "exportedName": "getAllCollaborators",
168
+ "contractHash": "edef6d523e088bfb",
169
+ "inputHash": "dc25eabc",
170
+ "outputHash": "1cfe4cdd"
171
+ },
172
+ "getAllSections": {
173
+ "pikkuFuncId": "getAllSections",
174
+ "functionType": "user",
175
+ "funcWrapper": "pikkuSessionlessFunc",
176
+ "sessionless": true,
177
+ "name": "getAllSections",
178
+ "services": {
179
+ "optimized": true,
180
+ "services": [
181
+ "todoist"
182
+ ]
183
+ },
184
+ "inputSchemaName": "GetAllSectionsInput",
185
+ "outputSchemaName": "GetAllSectionsOutput",
186
+ "inputs": [
187
+ "GetAllSectionsInput"
188
+ ],
189
+ "outputs": [
190
+ "GetAllSectionsOutput"
191
+ ],
192
+ "implementationHash": "c2fb0db91c1578aa",
193
+ "description": "Returns a JSON array of all sections.\n\nA successful response has 200 OK status and application/json Content-Type.",
194
+ "isDirectFunction": false,
195
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getAllSections.function.ts",
196
+ "exportedName": "getAllSections",
197
+ "contractHash": "2969559bb824362e",
198
+ "inputHash": "6a6aa5c7",
199
+ "outputHash": "1780e2d6"
200
+ },
201
+ "createSection": {
202
+ "pikkuFuncId": "createSection",
203
+ "functionType": "user",
204
+ "funcWrapper": "pikkuSessionlessFunc",
205
+ "sessionless": true,
206
+ "name": "createSection",
207
+ "services": {
208
+ "optimized": true,
209
+ "services": [
210
+ "todoist"
211
+ ]
212
+ },
213
+ "inputSchemaName": "CreateSectionInput",
214
+ "outputSchemaName": "CreateSectionOutput",
215
+ "inputs": [
216
+ "CreateSectionInput"
217
+ ],
218
+ "outputs": [
219
+ "CreateSectionOutput"
220
+ ],
221
+ "implementationHash": "8e00451c4b11203f",
222
+ "description": "Creates a new section and returns it as a JSON object.\n\nA successful response has 200 OK status and application/json Content-Type.",
223
+ "isDirectFunction": false,
224
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/createSection.function.ts",
225
+ "exportedName": "createSection",
226
+ "contractHash": "0e8ee6f9d24d13e8",
227
+ "inputHash": "2661948d",
228
+ "outputHash": "1a6eb162"
229
+ },
230
+ "getSingleSection": {
231
+ "pikkuFuncId": "getSingleSection",
232
+ "functionType": "user",
233
+ "funcWrapper": "pikkuSessionlessFunc",
234
+ "sessionless": true,
235
+ "name": "getSingleSection",
236
+ "services": {
237
+ "optimized": true,
238
+ "services": [
239
+ "todoist"
240
+ ]
241
+ },
242
+ "inputSchemaName": "GetSingleSectionInput",
243
+ "outputSchemaName": "GetSingleSectionOutput",
244
+ "inputs": [
245
+ "GetSingleSectionInput"
246
+ ],
247
+ "outputs": [
248
+ "GetSingleSectionOutput"
249
+ ],
250
+ "implementationHash": "fdf822218247b9ef",
251
+ "description": "Returns a single section as a JSON object.\n\nA successful response has 200 OK status and application/json Content-Type.",
252
+ "isDirectFunction": false,
253
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getSingleSection.function.ts",
254
+ "exportedName": "getSingleSection",
255
+ "contractHash": "d2272db6da1a6f23",
256
+ "inputHash": "d1980145",
257
+ "outputHash": "3e627805"
258
+ },
259
+ "updateSection": {
260
+ "pikkuFuncId": "updateSection",
261
+ "functionType": "user",
262
+ "funcWrapper": "pikkuSessionlessFunc",
263
+ "sessionless": true,
264
+ "name": "updateSection",
265
+ "services": {
266
+ "optimized": true,
267
+ "services": [
268
+ "todoist"
269
+ ]
270
+ },
271
+ "inputSchemaName": "UpdateSectionInput",
272
+ "outputSchemaName": "UpdateSectionOutput",
273
+ "inputs": [
274
+ "UpdateSectionInput"
275
+ ],
276
+ "outputs": [
277
+ "UpdateSectionOutput"
278
+ ],
279
+ "implementationHash": "9481686b55cd6cbe",
280
+ "description": "Returns the updated section as a JSON object.\n\nA successful response has 200 OK status and application/json Content-Type.",
281
+ "isDirectFunction": false,
282
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/updateSection.function.ts",
283
+ "exportedName": "updateSection",
284
+ "contractHash": "edd873fbded1e848",
285
+ "inputHash": "10f6ce5e",
286
+ "outputHash": "67d8202e"
287
+ },
288
+ "deleteSection": {
289
+ "pikkuFuncId": "deleteSection",
290
+ "functionType": "user",
291
+ "funcWrapper": "pikkuSessionlessFunc",
292
+ "sessionless": true,
293
+ "name": "deleteSection",
294
+ "services": {
295
+ "optimized": true,
296
+ "services": [
297
+ "todoist"
298
+ ]
299
+ },
300
+ "inputSchemaName": "DeleteSectionInput",
301
+ "outputSchemaName": null,
302
+ "inputs": [
303
+ "DeleteSectionInput"
304
+ ],
305
+ "outputs": [],
306
+ "implementationHash": "134349d60fa38399",
307
+ "description": "Deletes a section.\n\nA successful response has 204 No Content status and an empty body.",
308
+ "isDirectFunction": false,
309
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/deleteSection.function.ts",
310
+ "exportedName": "deleteSection",
311
+ "contractHash": "d6c3186b70bf2d0f",
312
+ "inputHash": "d8a1c843",
313
+ "outputHash": "0a1f3c11"
314
+ },
315
+ "getActiveTasks": {
316
+ "pikkuFuncId": "getActiveTasks",
317
+ "functionType": "user",
318
+ "funcWrapper": "pikkuSessionlessFunc",
319
+ "sessionless": true,
320
+ "name": "getActiveTasks",
321
+ "services": {
322
+ "optimized": true,
323
+ "services": [
324
+ "todoist"
325
+ ]
326
+ },
327
+ "inputSchemaName": "GetActiveTasksInput",
328
+ "outputSchemaName": "GetActiveTasksOutput",
329
+ "inputs": [
330
+ "GetActiveTasksInput"
331
+ ],
332
+ "outputs": [
333
+ "GetActiveTasksOutput"
334
+ ],
335
+ "implementationHash": "879b78adab45ac25",
336
+ "description": "Returns a JSON-encoded array containing all active tasks.\n\nA successful response has 200 OK status and application/json Content-Type.",
337
+ "isDirectFunction": false,
338
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getActiveTasks.function.ts",
339
+ "exportedName": "getActiveTasks",
340
+ "contractHash": "2f25f8e6b9e7cd05",
341
+ "inputHash": "926a4c1d",
342
+ "outputHash": "2649e055"
343
+ },
344
+ "createTask": {
345
+ "pikkuFuncId": "createTask",
346
+ "functionType": "user",
347
+ "funcWrapper": "pikkuSessionlessFunc",
348
+ "sessionless": true,
349
+ "name": "createTask",
350
+ "services": {
351
+ "optimized": true,
352
+ "services": [
353
+ "todoist"
354
+ ]
355
+ },
356
+ "inputSchemaName": "CreateTaskInput",
357
+ "outputSchemaName": "CreateTaskOutput",
358
+ "inputs": [
359
+ "CreateTaskInput"
360
+ ],
361
+ "outputs": [
362
+ "CreateTaskOutput"
363
+ ],
364
+ "implementationHash": "5910d37c4cee2795",
365
+ "description": "Creates a new task and returns it as a JSON object.",
366
+ "isDirectFunction": false,
367
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/createTask.function.ts",
368
+ "exportedName": "createTask",
369
+ "contractHash": "55f1f772e549fa5e",
370
+ "inputHash": "782fd84c",
371
+ "outputHash": "7bc61622"
372
+ },
373
+ "getActiveTask": {
374
+ "pikkuFuncId": "getActiveTask",
375
+ "functionType": "user",
376
+ "funcWrapper": "pikkuSessionlessFunc",
377
+ "sessionless": true,
378
+ "name": "getActiveTask",
379
+ "services": {
380
+ "optimized": true,
381
+ "services": [
382
+ "todoist"
383
+ ]
384
+ },
385
+ "inputSchemaName": "GetActiveTaskInput",
386
+ "outputSchemaName": "GetActiveTaskOutput",
387
+ "inputs": [
388
+ "GetActiveTaskInput"
389
+ ],
390
+ "outputs": [
391
+ "GetActiveTaskOutput"
392
+ ],
393
+ "implementationHash": "b208ec39f821d372",
394
+ "description": "Returns a single active (non-completed) task by ID as a JSON object.\n\nA successful response has 200 OK status and application/json Content-Type.",
395
+ "isDirectFunction": false,
396
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getActiveTask.function.ts",
397
+ "exportedName": "getActiveTask",
398
+ "contractHash": "2c1ab4b88c4a4e3f",
399
+ "inputHash": "727fc282",
400
+ "outputHash": "6926d6ba"
401
+ },
402
+ "updateTask": {
403
+ "pikkuFuncId": "updateTask",
404
+ "functionType": "user",
405
+ "funcWrapper": "pikkuSessionlessFunc",
406
+ "sessionless": true,
407
+ "name": "updateTask",
408
+ "services": {
409
+ "optimized": true,
410
+ "services": [
411
+ "todoist"
412
+ ]
413
+ },
414
+ "inputSchemaName": "UpdateTaskInput",
415
+ "outputSchemaName": "UpdateTaskOutput",
416
+ "inputs": [
417
+ "UpdateTaskInput"
418
+ ],
419
+ "outputs": [
420
+ "UpdateTaskOutput"
421
+ ],
422
+ "implementationHash": "d60f5790056cca63",
423
+ "description": "Updates a specified task and returns it as a JSON object.",
424
+ "isDirectFunction": false,
425
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/updateTask.function.ts",
426
+ "exportedName": "updateTask",
427
+ "contractHash": "160199fac97720b1",
428
+ "inputHash": "6b7a9dbf",
429
+ "outputHash": "14ac3959"
430
+ },
431
+ "deleteTask": {
432
+ "pikkuFuncId": "deleteTask",
433
+ "functionType": "user",
434
+ "funcWrapper": "pikkuSessionlessFunc",
435
+ "sessionless": true,
436
+ "name": "deleteTask",
437
+ "services": {
438
+ "optimized": true,
439
+ "services": [
440
+ "todoist"
441
+ ]
442
+ },
443
+ "inputSchemaName": "DeleteTaskInput",
444
+ "outputSchemaName": null,
445
+ "inputs": [
446
+ "DeleteTaskInput"
447
+ ],
448
+ "outputs": [],
449
+ "implementationHash": "27409a2aed484861",
450
+ "description": "Deletes a task. \n\nA successful response has 204 No Content status and an empty body.",
451
+ "isDirectFunction": false,
452
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/deleteTask.function.ts",
453
+ "exportedName": "deleteTask",
454
+ "contractHash": "aeee2de9699ecd24",
455
+ "inputHash": "13f3f208",
456
+ "outputHash": "e2e684bf"
457
+ },
458
+ "closeTask": {
459
+ "pikkuFuncId": "closeTask",
460
+ "functionType": "user",
461
+ "funcWrapper": "pikkuSessionlessFunc",
462
+ "sessionless": true,
463
+ "name": "closeTask",
464
+ "services": {
465
+ "optimized": true,
466
+ "services": [
467
+ "todoist"
468
+ ]
469
+ },
470
+ "inputSchemaName": "CloseTaskInput",
471
+ "outputSchemaName": null,
472
+ "inputs": [
473
+ "CloseTaskInput"
474
+ ],
475
+ "outputs": [],
476
+ "implementationHash": "82f86a6a828dd917",
477
+ "description": "Closes a task. Regular tasks are marked complete and moved to history, along with their subtasks. Tasks with recurring due dates will be scheduled to their next occurrence.\n\nA successful response has 204 No Content status and an empty body.",
478
+ "isDirectFunction": false,
479
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/closeTask.function.ts",
480
+ "exportedName": "closeTask",
481
+ "contractHash": "013fdd7ea62ca84b",
482
+ "inputHash": "561d8b26",
483
+ "outputHash": "bfa310da"
484
+ },
485
+ "reopenTask": {
486
+ "pikkuFuncId": "reopenTask",
487
+ "functionType": "user",
488
+ "funcWrapper": "pikkuSessionlessFunc",
489
+ "sessionless": true,
490
+ "name": "reopenTask",
491
+ "services": {
492
+ "optimized": true,
493
+ "services": [
494
+ "todoist"
495
+ ]
496
+ },
497
+ "inputSchemaName": "ReopenTaskInput",
498
+ "outputSchemaName": null,
499
+ "inputs": [
500
+ "ReopenTaskInput"
501
+ ],
502
+ "outputs": [],
503
+ "implementationHash": "102137f1c25dacff",
504
+ "description": "Reopens a task. Any ancestor items or sections will also be marked as uncomplete and restored from history. The reinstated items and sections will appear at the end of the list within their parent, after any previously active items.\n\nA successful response has 204 No Content status...",
505
+ "isDirectFunction": false,
506
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/reopenTask.function.ts",
507
+ "exportedName": "reopenTask",
508
+ "contractHash": "c903b90c1e22a49f",
509
+ "inputHash": "a397d90d",
510
+ "outputHash": "3ef8d481"
511
+ },
512
+ "getAllComments": {
513
+ "pikkuFuncId": "getAllComments",
514
+ "functionType": "user",
515
+ "funcWrapper": "pikkuSessionlessFunc",
516
+ "sessionless": true,
517
+ "name": "getAllComments",
518
+ "services": {
519
+ "optimized": true,
520
+ "services": [
521
+ "todoist"
522
+ ]
523
+ },
524
+ "inputSchemaName": "GetAllCommentsInput",
525
+ "outputSchemaName": "GetAllCommentsOutput",
526
+ "inputs": [
527
+ "GetAllCommentsInput"
528
+ ],
529
+ "outputs": [
530
+ "GetAllCommentsOutput"
531
+ ],
532
+ "implementationHash": "887042606e90f874",
533
+ "description": "Returns a JSON-encoded array of all comments for a given task_id or project_id. Note that one of task_id or project_id arguments is required.\n\nA successful response has 200 OK status and application/json Content-Type.",
534
+ "isDirectFunction": false,
535
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getAllComments.function.ts",
536
+ "exportedName": "getAllComments",
537
+ "contractHash": "c36ed6cb13ef1460",
538
+ "inputHash": "9424e5b5",
539
+ "outputHash": "806fb9e0"
540
+ },
541
+ "createComment": {
542
+ "pikkuFuncId": "createComment",
543
+ "functionType": "user",
544
+ "funcWrapper": "pikkuSessionlessFunc",
545
+ "sessionless": true,
546
+ "name": "createComment",
547
+ "services": {
548
+ "optimized": true,
549
+ "services": [
550
+ "todoist"
551
+ ]
552
+ },
553
+ "inputSchemaName": "CreateCommentInput",
554
+ "outputSchemaName": "CreateCommentOutput",
555
+ "inputs": [
556
+ "CreateCommentInput"
557
+ ],
558
+ "outputs": [
559
+ "CreateCommentOutput"
560
+ ],
561
+ "implementationHash": "7cdcdd850083ca52",
562
+ "description": "Creates a new comment on a project or task and returns it as a JSON object. Note that one of task_id or project_id arguments is required.\n\nA successful response has 200 OK status and application/json Content-Type.",
563
+ "isDirectFunction": false,
564
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/createComment.function.ts",
565
+ "exportedName": "createComment",
566
+ "contractHash": "f6a238af22820e5f",
567
+ "inputHash": "07aa367c",
568
+ "outputHash": "1e104594"
569
+ },
570
+ "getComment": {
571
+ "pikkuFuncId": "getComment",
572
+ "functionType": "user",
573
+ "funcWrapper": "pikkuSessionlessFunc",
574
+ "sessionless": true,
575
+ "name": "getComment",
576
+ "services": {
577
+ "optimized": true,
578
+ "services": [
579
+ "todoist"
580
+ ]
581
+ },
582
+ "inputSchemaName": "GetCommentInput",
583
+ "outputSchemaName": "GetCommentOutput",
584
+ "inputs": [
585
+ "GetCommentInput"
586
+ ],
587
+ "outputs": [
588
+ "GetCommentOutput"
589
+ ],
590
+ "implementationHash": "2a706a2750ef96f7",
591
+ "description": "Returns a single comment as a JSON object.\n\nA successful response has 200 OK status and application/json Content-Type.",
592
+ "isDirectFunction": false,
593
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getComment.function.ts",
594
+ "exportedName": "getComment",
595
+ "contractHash": "be3eecc4c9636c32",
596
+ "inputHash": "170354df",
597
+ "outputHash": "53667b0f"
598
+ },
599
+ "updateComment": {
600
+ "pikkuFuncId": "updateComment",
601
+ "functionType": "user",
602
+ "funcWrapper": "pikkuSessionlessFunc",
603
+ "sessionless": true,
604
+ "name": "updateComment",
605
+ "services": {
606
+ "optimized": true,
607
+ "services": [
608
+ "todoist"
609
+ ]
610
+ },
611
+ "inputSchemaName": "UpdateCommentInput",
612
+ "outputSchemaName": "UpdateCommentOutput",
613
+ "inputs": [
614
+ "UpdateCommentInput"
615
+ ],
616
+ "outputs": [
617
+ "UpdateCommentOutput"
618
+ ],
619
+ "implementationHash": "1bb5c7bccb7a986a",
620
+ "description": "Updates a comment and returns it as a JSON object.\n\nA successful response has 200 OK status and application/json Content-Type.",
621
+ "isDirectFunction": false,
622
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/updateComment.function.ts",
623
+ "exportedName": "updateComment",
624
+ "contractHash": "4c2b1a759f055cce",
625
+ "inputHash": "cc346890",
626
+ "outputHash": "5de80099"
627
+ },
628
+ "deleteComment": {
629
+ "pikkuFuncId": "deleteComment",
630
+ "functionType": "user",
631
+ "funcWrapper": "pikkuSessionlessFunc",
632
+ "sessionless": true,
633
+ "name": "deleteComment",
634
+ "services": {
635
+ "optimized": true,
636
+ "services": [
637
+ "todoist"
638
+ ]
639
+ },
640
+ "inputSchemaName": "DeleteCommentInput",
641
+ "outputSchemaName": null,
642
+ "inputs": [
643
+ "DeleteCommentInput"
644
+ ],
645
+ "outputs": [],
646
+ "implementationHash": "5a5d987a8fb724cd",
647
+ "description": "Deletes a comment.\n\nA successful response has 204 No Content status and an empty body.",
648
+ "isDirectFunction": false,
649
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/deleteComment.function.ts",
650
+ "exportedName": "deleteComment",
651
+ "contractHash": "12d65673eef71530",
652
+ "inputHash": "e62387a0",
653
+ "outputHash": "8cc77aab"
654
+ },
655
+ "getAllPersonalLabels": {
656
+ "pikkuFuncId": "getAllPersonalLabels",
657
+ "functionType": "user",
658
+ "funcWrapper": "pikkuSessionlessFunc",
659
+ "sessionless": true,
660
+ "name": "getAllPersonalLabels",
661
+ "services": {
662
+ "optimized": true,
663
+ "services": [
664
+ "todoist"
665
+ ]
666
+ },
667
+ "inputSchemaName": null,
668
+ "outputSchemaName": "GetAllPersonalLabelsOutput",
669
+ "inputs": [],
670
+ "outputs": [
671
+ "GetAllPersonalLabelsOutput"
672
+ ],
673
+ "implementationHash": "50a8b8cd4586b9e4",
674
+ "description": "Returns a JSON-encoded array containing all user labels.\n\nA successful response has 200 OK status and application/json Content-Type.",
675
+ "isDirectFunction": false,
676
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getAllPersonalLabels.function.ts",
677
+ "exportedName": "getAllPersonalLabels",
678
+ "contractHash": "900192fed366ff3b",
679
+ "inputHash": "bd150bed",
680
+ "outputHash": "c8dee433"
681
+ },
682
+ "createPersonalLabel": {
683
+ "pikkuFuncId": "createPersonalLabel",
684
+ "functionType": "user",
685
+ "funcWrapper": "pikkuSessionlessFunc",
686
+ "sessionless": true,
687
+ "name": "createPersonalLabel",
688
+ "services": {
689
+ "optimized": true,
690
+ "services": [
691
+ "todoist"
692
+ ]
693
+ },
694
+ "inputSchemaName": "CreatePersonalLabelInput",
695
+ "outputSchemaName": "CreatePersonalLabelOutput",
696
+ "inputs": [
697
+ "CreatePersonalLabelInput"
698
+ ],
699
+ "outputs": [
700
+ "CreatePersonalLabelOutput"
701
+ ],
702
+ "implementationHash": "0c5f37ced6b40eb9",
703
+ "description": "Creates a new personal label and returns its object as JSON.\n\nA successful response has 200 OK status and application/json Content-Type.",
704
+ "isDirectFunction": false,
705
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/createPersonalLabel.function.ts",
706
+ "exportedName": "createPersonalLabel",
707
+ "contractHash": "c0173126ae00d7be",
708
+ "inputHash": "aa743c30",
709
+ "outputHash": "12eb9fbf"
710
+ },
711
+ "getPersonalLabel": {
712
+ "pikkuFuncId": "getPersonalLabel",
713
+ "functionType": "user",
714
+ "funcWrapper": "pikkuSessionlessFunc",
715
+ "sessionless": true,
716
+ "name": "getPersonalLabel",
717
+ "services": {
718
+ "optimized": true,
719
+ "services": [
720
+ "todoist"
721
+ ]
722
+ },
723
+ "inputSchemaName": "GetPersonalLabelInput",
724
+ "outputSchemaName": "GetPersonalLabelOutput",
725
+ "inputs": [
726
+ "GetPersonalLabelInput"
727
+ ],
728
+ "outputs": [
729
+ "GetPersonalLabelOutput"
730
+ ],
731
+ "implementationHash": "05d1839d4ba5028d",
732
+ "description": "Returns a personal label by ID.\n\nA successful response has 200 OK status and application/json Content-Type.",
733
+ "isDirectFunction": false,
734
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/getPersonalLabel.function.ts",
735
+ "exportedName": "getPersonalLabel",
736
+ "contractHash": "bfe70366c78a232f",
737
+ "inputHash": "95e1e5a1",
738
+ "outputHash": "1d63266a"
739
+ },
740
+ "updatePersonalLabel": {
741
+ "pikkuFuncId": "updatePersonalLabel",
742
+ "functionType": "user",
743
+ "funcWrapper": "pikkuSessionlessFunc",
744
+ "sessionless": true,
745
+ "name": "updatePersonalLabel",
746
+ "services": {
747
+ "optimized": true,
748
+ "services": [
749
+ "todoist"
750
+ ]
751
+ },
752
+ "inputSchemaName": "UpdatePersonalLabelInput",
753
+ "outputSchemaName": "UpdatePersonalLabelOutput",
754
+ "inputs": [
755
+ "UpdatePersonalLabelInput"
756
+ ],
757
+ "outputs": [
758
+ "UpdatePersonalLabelOutput"
759
+ ],
760
+ "implementationHash": "eb2d8d80fc4114fb",
761
+ "description": "Returns the updated label.\n\nA successful response has 200 OK status and application/json Content-Type.",
762
+ "isDirectFunction": false,
763
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/updatePersonalLabel.function.ts",
764
+ "exportedName": "updatePersonalLabel",
765
+ "contractHash": "ebe44502be81ffd0",
766
+ "inputHash": "acdbbb6a",
767
+ "outputHash": "9a2a23a0"
768
+ },
769
+ "deletePersonalLabel": {
770
+ "pikkuFuncId": "deletePersonalLabel",
771
+ "functionType": "user",
772
+ "funcWrapper": "pikkuSessionlessFunc",
773
+ "sessionless": true,
774
+ "name": "deletePersonalLabel",
775
+ "services": {
776
+ "optimized": true,
777
+ "services": [
778
+ "todoist"
779
+ ]
780
+ },
781
+ "inputSchemaName": "DeletePersonalLabelInput",
782
+ "outputSchemaName": null,
783
+ "inputs": [
784
+ "DeletePersonalLabelInput"
785
+ ],
786
+ "outputs": [],
787
+ "implementationHash": "0e7cbb50ccb61780",
788
+ "description": "Deletes a personal label, all instances of the label will be removed from tasks.\n\nA successful response has 204 No Content status and an empty body.",
789
+ "isDirectFunction": false,
790
+ "sourceFile": "/home/runner/work/addons/addons/packages/automation/todoist/src/functions/deletePersonalLabel.function.ts",
791
+ "exportedName": "deletePersonalLabel",
792
+ "contractHash": "711b9074446f8520",
793
+ "inputHash": "0d26448f",
794
+ "outputHash": "ccf9c9e7"
795
+ }
796
+ }