@pikku/addon-the-hive 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 (383) 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 +1017 -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 +667 -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 +76 -0
  49. package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
  50. package/dist/.pikku/function/pikku-functions.gen.ts +76 -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 +365 -0
  87. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +400 -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 +37 -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 +149 -0
  102. package/dist/.pikku/schemas/register.gen.js.map +1 -0
  103. package/dist/.pikku/schemas/register.gen.ts +291 -0
  104. package/dist/.pikku/schemas/schemas/AlertCountInput.schema.json +1 -0
  105. package/dist/.pikku/schemas/schemas/AlertCountOutput.schema.json +1 -0
  106. package/dist/.pikku/schemas/schemas/AlertCreateInput.schema.json +1 -0
  107. package/dist/.pikku/schemas/schemas/AlertCreateOutput.schema.json +1 -0
  108. package/dist/.pikku/schemas/schemas/AlertExecuteResponderInput.schema.json +1 -0
  109. package/dist/.pikku/schemas/schemas/AlertExecuteResponderOutput.schema.json +1 -0
  110. package/dist/.pikku/schemas/schemas/AlertGetAllInput.schema.json +1 -0
  111. package/dist/.pikku/schemas/schemas/AlertGetAllOutput.schema.json +1 -0
  112. package/dist/.pikku/schemas/schemas/AlertGetInput.schema.json +1 -0
  113. package/dist/.pikku/schemas/schemas/AlertGetOutput.schema.json +1 -0
  114. package/dist/.pikku/schemas/schemas/AlertMarkAsReadInput.schema.json +1 -0
  115. package/dist/.pikku/schemas/schemas/AlertMarkAsReadOutput.schema.json +1 -0
  116. package/dist/.pikku/schemas/schemas/AlertMarkAsUnreadInput.schema.json +1 -0
  117. package/dist/.pikku/schemas/schemas/AlertMarkAsUnreadOutput.schema.json +1 -0
  118. package/dist/.pikku/schemas/schemas/AlertMergeInput.schema.json +1 -0
  119. package/dist/.pikku/schemas/schemas/AlertMergeOutput.schema.json +1 -0
  120. package/dist/.pikku/schemas/schemas/AlertPromoteInput.schema.json +1 -0
  121. package/dist/.pikku/schemas/schemas/AlertPromoteOutput.schema.json +1 -0
  122. package/dist/.pikku/schemas/schemas/AlertUpdateInput.schema.json +1 -0
  123. package/dist/.pikku/schemas/schemas/AlertUpdateOutput.schema.json +1 -0
  124. package/dist/.pikku/schemas/schemas/CaseCountInput.schema.json +1 -0
  125. package/dist/.pikku/schemas/schemas/CaseCountOutput.schema.json +1 -0
  126. package/dist/.pikku/schemas/schemas/CaseCreateInput.schema.json +1 -0
  127. package/dist/.pikku/schemas/schemas/CaseCreateOutput.schema.json +1 -0
  128. package/dist/.pikku/schemas/schemas/CaseExecuteResponderInput.schema.json +1 -0
  129. package/dist/.pikku/schemas/schemas/CaseExecuteResponderOutput.schema.json +1 -0
  130. package/dist/.pikku/schemas/schemas/CaseGetAllInput.schema.json +1 -0
  131. package/dist/.pikku/schemas/schemas/CaseGetAllOutput.schema.json +1 -0
  132. package/dist/.pikku/schemas/schemas/CaseGetInput.schema.json +1 -0
  133. package/dist/.pikku/schemas/schemas/CaseGetOutput.schema.json +1 -0
  134. package/dist/.pikku/schemas/schemas/CaseUpdateInput.schema.json +1 -0
  135. package/dist/.pikku/schemas/schemas/CaseUpdateOutput.schema.json +1 -0
  136. package/dist/.pikku/schemas/schemas/CredentialSchema_theHive.schema.json +1 -0
  137. package/dist/.pikku/schemas/schemas/LogCreateInput.schema.json +1 -0
  138. package/dist/.pikku/schemas/schemas/LogCreateOutput.schema.json +1 -0
  139. package/dist/.pikku/schemas/schemas/LogExecuteResponderInput.schema.json +1 -0
  140. package/dist/.pikku/schemas/schemas/LogExecuteResponderOutput.schema.json +1 -0
  141. package/dist/.pikku/schemas/schemas/LogGetAllInput.schema.json +1 -0
  142. package/dist/.pikku/schemas/schemas/LogGetAllOutput.schema.json +1 -0
  143. package/dist/.pikku/schemas/schemas/LogGetInput.schema.json +1 -0
  144. package/dist/.pikku/schemas/schemas/LogGetOutput.schema.json +1 -0
  145. package/dist/.pikku/schemas/schemas/ObservableCountInput.schema.json +1 -0
  146. package/dist/.pikku/schemas/schemas/ObservableCountOutput.schema.json +1 -0
  147. package/dist/.pikku/schemas/schemas/ObservableCreateInput.schema.json +1 -0
  148. package/dist/.pikku/schemas/schemas/ObservableCreateOutput.schema.json +1 -0
  149. package/dist/.pikku/schemas/schemas/ObservableExecuteAnalyzerInput.schema.json +1 -0
  150. package/dist/.pikku/schemas/schemas/ObservableExecuteAnalyzerOutput.schema.json +1 -0
  151. package/dist/.pikku/schemas/schemas/ObservableExecuteResponderInput.schema.json +1 -0
  152. package/dist/.pikku/schemas/schemas/ObservableExecuteResponderOutput.schema.json +1 -0
  153. package/dist/.pikku/schemas/schemas/ObservableGetAllInput.schema.json +1 -0
  154. package/dist/.pikku/schemas/schemas/ObservableGetAllOutput.schema.json +1 -0
  155. package/dist/.pikku/schemas/schemas/ObservableGetInput.schema.json +1 -0
  156. package/dist/.pikku/schemas/schemas/ObservableGetOutput.schema.json +1 -0
  157. package/dist/.pikku/schemas/schemas/ObservableSearchInput.schema.json +1 -0
  158. package/dist/.pikku/schemas/schemas/ObservableSearchOutput.schema.json +1 -0
  159. package/dist/.pikku/schemas/schemas/ObservableUpdateInput.schema.json +1 -0
  160. package/dist/.pikku/schemas/schemas/ObservableUpdateOutput.schema.json +1 -0
  161. package/dist/.pikku/schemas/schemas/TaskCountInput.schema.json +1 -0
  162. package/dist/.pikku/schemas/schemas/TaskCountOutput.schema.json +1 -0
  163. package/dist/.pikku/schemas/schemas/TaskCreateInput.schema.json +1 -0
  164. package/dist/.pikku/schemas/schemas/TaskCreateOutput.schema.json +1 -0
  165. package/dist/.pikku/schemas/schemas/TaskExecuteResponderInput.schema.json +1 -0
  166. package/dist/.pikku/schemas/schemas/TaskExecuteResponderOutput.schema.json +1 -0
  167. package/dist/.pikku/schemas/schemas/TaskGetAllInput.schema.json +1 -0
  168. package/dist/.pikku/schemas/schemas/TaskGetAllOutput.schema.json +1 -0
  169. package/dist/.pikku/schemas/schemas/TaskGetInput.schema.json +1 -0
  170. package/dist/.pikku/schemas/schemas/TaskGetOutput.schema.json +1 -0
  171. package/dist/.pikku/schemas/schemas/TaskSearchInput.schema.json +1 -0
  172. package/dist/.pikku/schemas/schemas/TaskSearchOutput.schema.json +1 -0
  173. package/dist/.pikku/schemas/schemas/TaskUpdateInput.schema.json +1 -0
  174. package/dist/.pikku/schemas/schemas/TaskUpdateOutput.schema.json +1 -0
  175. package/dist/.pikku/schemas/schemas/VariableSchema_THE_HIVE_BASE_URL.schema.json +1 -0
  176. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
  177. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  178. package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
  179. package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
  180. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
  181. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
  182. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
  183. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
  184. package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
  185. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
  186. package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
  187. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
  188. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  189. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
  190. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
  191. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
  192. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
  193. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
  194. package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
  195. package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
  196. package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
  197. package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
  198. package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
  199. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
  200. package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
  201. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
  202. package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
  203. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
  204. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
  205. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  206. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
  207. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
  208. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
  209. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
  210. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  211. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  212. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  213. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
  214. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  215. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  216. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
  217. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  218. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
  219. package/dist/src/functions/alertCount.function.d.ts +13 -0
  220. package/dist/src/functions/alertCount.function.d.ts.map +1 -0
  221. package/dist/src/functions/alertCount.function.js +15 -0
  222. package/dist/src/functions/alertCount.function.js.map +1 -0
  223. package/dist/src/functions/alertCreate.function.d.ts +37 -0
  224. package/dist/src/functions/alertCreate.function.d.ts.map +1 -0
  225. package/dist/src/functions/alertCreate.function.js +21 -0
  226. package/dist/src/functions/alertCreate.function.js.map +1 -0
  227. package/dist/src/functions/alertExecuteResponder.function.d.ts +17 -0
  228. package/dist/src/functions/alertExecuteResponder.function.d.ts.map +1 -0
  229. package/dist/src/functions/alertExecuteResponder.function.js +16 -0
  230. package/dist/src/functions/alertExecuteResponder.function.js.map +1 -0
  231. package/dist/src/functions/alertGet.function.d.ts +13 -0
  232. package/dist/src/functions/alertGet.function.d.ts.map +1 -0
  233. package/dist/src/functions/alertGet.function.js +15 -0
  234. package/dist/src/functions/alertGet.function.js.map +1 -0
  235. package/dist/src/functions/alertGetAll.function.d.ts +17 -0
  236. package/dist/src/functions/alertGetAll.function.d.ts.map +1 -0
  237. package/dist/src/functions/alertGetAll.function.js +16 -0
  238. package/dist/src/functions/alertGetAll.function.js.map +1 -0
  239. package/dist/src/functions/alertMarkAsRead.function.d.ts +13 -0
  240. package/dist/src/functions/alertMarkAsRead.function.d.ts.map +1 -0
  241. package/dist/src/functions/alertMarkAsRead.function.js +15 -0
  242. package/dist/src/functions/alertMarkAsRead.function.js.map +1 -0
  243. package/dist/src/functions/alertMarkAsUnread.function.d.ts +13 -0
  244. package/dist/src/functions/alertMarkAsUnread.function.d.ts.map +1 -0
  245. package/dist/src/functions/alertMarkAsUnread.function.js +15 -0
  246. package/dist/src/functions/alertMarkAsUnread.function.js.map +1 -0
  247. package/dist/src/functions/alertMerge.function.d.ts +17 -0
  248. package/dist/src/functions/alertMerge.function.d.ts.map +1 -0
  249. package/dist/src/functions/alertMerge.function.js +16 -0
  250. package/dist/src/functions/alertMerge.function.js.map +1 -0
  251. package/dist/src/functions/alertPromote.function.d.ts +13 -0
  252. package/dist/src/functions/alertPromote.function.d.ts.map +1 -0
  253. package/dist/src/functions/alertPromote.function.js +15 -0
  254. package/dist/src/functions/alertPromote.function.js.map +1 -0
  255. package/dist/src/functions/alertUpdate.function.d.ts +25 -0
  256. package/dist/src/functions/alertUpdate.function.d.ts.map +1 -0
  257. package/dist/src/functions/alertUpdate.function.js +18 -0
  258. package/dist/src/functions/alertUpdate.function.js.map +1 -0
  259. package/dist/src/functions/caseCount.function.d.ts +13 -0
  260. package/dist/src/functions/caseCount.function.d.ts.map +1 -0
  261. package/dist/src/functions/caseCount.function.js +15 -0
  262. package/dist/src/functions/caseCount.function.js.map +1 -0
  263. package/dist/src/functions/caseCreate.function.d.ts +29 -0
  264. package/dist/src/functions/caseCreate.function.d.ts.map +1 -0
  265. package/dist/src/functions/caseCreate.function.js +19 -0
  266. package/dist/src/functions/caseCreate.function.js.map +1 -0
  267. package/dist/src/functions/caseExecuteResponder.function.d.ts +17 -0
  268. package/dist/src/functions/caseExecuteResponder.function.d.ts.map +1 -0
  269. package/dist/src/functions/caseExecuteResponder.function.js +16 -0
  270. package/dist/src/functions/caseExecuteResponder.function.js.map +1 -0
  271. package/dist/src/functions/caseGet.function.d.ts +13 -0
  272. package/dist/src/functions/caseGet.function.d.ts.map +1 -0
  273. package/dist/src/functions/caseGet.function.js +15 -0
  274. package/dist/src/functions/caseGet.function.js.map +1 -0
  275. package/dist/src/functions/caseGetAll.function.d.ts +17 -0
  276. package/dist/src/functions/caseGetAll.function.d.ts.map +1 -0
  277. package/dist/src/functions/caseGetAll.function.js +16 -0
  278. package/dist/src/functions/caseGetAll.function.js.map +1 -0
  279. package/dist/src/functions/caseUpdate.function.d.ts +25 -0
  280. package/dist/src/functions/caseUpdate.function.d.ts.map +1 -0
  281. package/dist/src/functions/caseUpdate.function.js +18 -0
  282. package/dist/src/functions/caseUpdate.function.js.map +1 -0
  283. package/dist/src/functions/logCreate.function.d.ts +25 -0
  284. package/dist/src/functions/logCreate.function.d.ts.map +1 -0
  285. package/dist/src/functions/logCreate.function.js +18 -0
  286. package/dist/src/functions/logCreate.function.js.map +1 -0
  287. package/dist/src/functions/logExecuteResponder.function.d.ts +17 -0
  288. package/dist/src/functions/logExecuteResponder.function.d.ts.map +1 -0
  289. package/dist/src/functions/logExecuteResponder.function.js +16 -0
  290. package/dist/src/functions/logExecuteResponder.function.js.map +1 -0
  291. package/dist/src/functions/logGet.function.d.ts +13 -0
  292. package/dist/src/functions/logGet.function.d.ts.map +1 -0
  293. package/dist/src/functions/logGet.function.js +15 -0
  294. package/dist/src/functions/logGet.function.js.map +1 -0
  295. package/dist/src/functions/logGetAll.function.d.ts +17 -0
  296. package/dist/src/functions/logGetAll.function.d.ts.map +1 -0
  297. package/dist/src/functions/logGetAll.function.js +16 -0
  298. package/dist/src/functions/logGetAll.function.js.map +1 -0
  299. package/dist/src/functions/observableCount.function.d.ts +13 -0
  300. package/dist/src/functions/observableCount.function.d.ts.map +1 -0
  301. package/dist/src/functions/observableCount.function.js +15 -0
  302. package/dist/src/functions/observableCount.function.js.map +1 -0
  303. package/dist/src/functions/observableCreate.function.d.ts +29 -0
  304. package/dist/src/functions/observableCreate.function.d.ts.map +1 -0
  305. package/dist/src/functions/observableCreate.function.js +19 -0
  306. package/dist/src/functions/observableCreate.function.js.map +1 -0
  307. package/dist/src/functions/observableExecuteAnalyzer.function.d.ts +17 -0
  308. package/dist/src/functions/observableExecuteAnalyzer.function.d.ts.map +1 -0
  309. package/dist/src/functions/observableExecuteAnalyzer.function.js +16 -0
  310. package/dist/src/functions/observableExecuteAnalyzer.function.js.map +1 -0
  311. package/dist/src/functions/observableExecuteResponder.function.d.ts +17 -0
  312. package/dist/src/functions/observableExecuteResponder.function.d.ts.map +1 -0
  313. package/dist/src/functions/observableExecuteResponder.function.js +16 -0
  314. package/dist/src/functions/observableExecuteResponder.function.js.map +1 -0
  315. package/dist/src/functions/observableGet.function.d.ts +13 -0
  316. package/dist/src/functions/observableGet.function.d.ts.map +1 -0
  317. package/dist/src/functions/observableGet.function.js +15 -0
  318. package/dist/src/functions/observableGet.function.js.map +1 -0
  319. package/dist/src/functions/observableGetAll.function.d.ts +17 -0
  320. package/dist/src/functions/observableGetAll.function.d.ts.map +1 -0
  321. package/dist/src/functions/observableGetAll.function.js +16 -0
  322. package/dist/src/functions/observableGetAll.function.js.map +1 -0
  323. package/dist/src/functions/observableSearch.function.d.ts +13 -0
  324. package/dist/src/functions/observableSearch.function.d.ts.map +1 -0
  325. package/dist/src/functions/observableSearch.function.js +15 -0
  326. package/dist/src/functions/observableSearch.function.js.map +1 -0
  327. package/dist/src/functions/observableUpdate.function.d.ts +21 -0
  328. package/dist/src/functions/observableUpdate.function.d.ts.map +1 -0
  329. package/dist/src/functions/observableUpdate.function.js +17 -0
  330. package/dist/src/functions/observableUpdate.function.js.map +1 -0
  331. package/dist/src/functions/taskCount.function.d.ts +13 -0
  332. package/dist/src/functions/taskCount.function.d.ts.map +1 -0
  333. package/dist/src/functions/taskCount.function.js +15 -0
  334. package/dist/src/functions/taskCount.function.js.map +1 -0
  335. package/dist/src/functions/taskCreate.function.d.ts +29 -0
  336. package/dist/src/functions/taskCreate.function.d.ts.map +1 -0
  337. package/dist/src/functions/taskCreate.function.js +19 -0
  338. package/dist/src/functions/taskCreate.function.js.map +1 -0
  339. package/dist/src/functions/taskExecuteResponder.function.d.ts +17 -0
  340. package/dist/src/functions/taskExecuteResponder.function.d.ts.map +1 -0
  341. package/dist/src/functions/taskExecuteResponder.function.js +16 -0
  342. package/dist/src/functions/taskExecuteResponder.function.js.map +1 -0
  343. package/dist/src/functions/taskGet.function.d.ts +13 -0
  344. package/dist/src/functions/taskGet.function.d.ts.map +1 -0
  345. package/dist/src/functions/taskGet.function.js +15 -0
  346. package/dist/src/functions/taskGet.function.js.map +1 -0
  347. package/dist/src/functions/taskGetAll.function.d.ts +17 -0
  348. package/dist/src/functions/taskGetAll.function.d.ts.map +1 -0
  349. package/dist/src/functions/taskGetAll.function.js +16 -0
  350. package/dist/src/functions/taskGetAll.function.js.map +1 -0
  351. package/dist/src/functions/taskSearch.function.d.ts +13 -0
  352. package/dist/src/functions/taskSearch.function.d.ts.map +1 -0
  353. package/dist/src/functions/taskSearch.function.js +15 -0
  354. package/dist/src/functions/taskSearch.function.js.map +1 -0
  355. package/dist/src/functions/taskUpdate.function.d.ts +25 -0
  356. package/dist/src/functions/taskUpdate.function.d.ts.map +1 -0
  357. package/dist/src/functions/taskUpdate.function.js +18 -0
  358. package/dist/src/functions/taskUpdate.function.js.map +1 -0
  359. package/dist/src/index.d.ts +36 -0
  360. package/dist/src/index.d.ts.map +1 -0
  361. package/dist/src/index.js +36 -0
  362. package/dist/src/index.js.map +1 -0
  363. package/dist/src/services.d.ts +2 -0
  364. package/dist/src/services.d.ts.map +1 -0
  365. package/dist/src/services.js +14 -0
  366. package/dist/src/services.js.map +1 -0
  367. package/dist/src/the-hive-api.service.d.ts +10 -0
  368. package/dist/src/the-hive-api.service.d.ts.map +1 -0
  369. package/dist/src/the-hive-api.service.js +310 -0
  370. package/dist/src/the-hive-api.service.js.map +1 -0
  371. package/dist/src/the-hive.credential.d.ts +5 -0
  372. package/dist/src/the-hive.credential.d.ts.map +1 -0
  373. package/dist/src/the-hive.credential.js +13 -0
  374. package/dist/src/the-hive.credential.js.map +1 -0
  375. package/dist/src/the-hive.types.d.ts +7 -0
  376. package/dist/src/the-hive.types.d.ts.map +1 -0
  377. package/dist/src/the-hive.types.js +8 -0
  378. package/dist/src/the-hive.types.js.map +1 -0
  379. package/dist/src/the-hive.variable.d.ts +5 -0
  380. package/dist/src/the-hive.variable.d.ts.map +1 -0
  381. package/dist/src/the-hive.variable.js +11 -0
  382. package/dist/src/the-hive.variable.js.map +1 -0
  383. package/package.json +39 -0
@@ -0,0 +1,1017 @@
1
+ {
2
+ "alertCount": {
3
+ "pikkuFuncId": "alertCount",
4
+ "functionType": "user",
5
+ "funcWrapper": "pikkuSessionlessFunc",
6
+ "sessionless": true,
7
+ "name": "alertCount",
8
+ "services": {
9
+ "optimized": true,
10
+ "services": [
11
+ "theHive"
12
+ ]
13
+ },
14
+ "inputSchemaName": "AlertCountInput",
15
+ "outputSchemaName": "AlertCountOutput",
16
+ "inputs": [
17
+ "AlertCountInput"
18
+ ],
19
+ "outputs": [
20
+ "AlertCountOutput"
21
+ ],
22
+ "implementationHash": "03d736b8b930d94d",
23
+ "description": "Count alerts",
24
+ "isDirectFunction": false,
25
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/alertCount.function.ts",
26
+ "exportedName": "alertCount",
27
+ "contractHash": "41dcc7f4b0b2d9d3",
28
+ "inputHash": "4f3798b1",
29
+ "outputHash": "156d918b"
30
+ },
31
+ "alertGetAll": {
32
+ "pikkuFuncId": "alertGetAll",
33
+ "functionType": "user",
34
+ "funcWrapper": "pikkuSessionlessFunc",
35
+ "sessionless": true,
36
+ "name": "alertGetAll",
37
+ "services": {
38
+ "optimized": true,
39
+ "services": [
40
+ "theHive"
41
+ ]
42
+ },
43
+ "inputSchemaName": "AlertGetAllInput",
44
+ "outputSchemaName": "AlertGetAllOutput",
45
+ "inputs": [
46
+ "AlertGetAllInput"
47
+ ],
48
+ "outputs": [
49
+ "AlertGetAllOutput"
50
+ ],
51
+ "implementationHash": "f84567b81f46e408",
52
+ "description": "Get many alerts",
53
+ "isDirectFunction": false,
54
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/alertGetAll.function.ts",
55
+ "exportedName": "alertGetAll",
56
+ "contractHash": "95da13a1830b9793",
57
+ "inputHash": "c707b562",
58
+ "outputHash": "ec697402"
59
+ },
60
+ "alertCreate": {
61
+ "pikkuFuncId": "alertCreate",
62
+ "functionType": "user",
63
+ "funcWrapper": "pikkuSessionlessFunc",
64
+ "sessionless": true,
65
+ "name": "alertCreate",
66
+ "services": {
67
+ "optimized": true,
68
+ "services": [
69
+ "theHive"
70
+ ]
71
+ },
72
+ "inputSchemaName": "AlertCreateInput",
73
+ "outputSchemaName": "AlertCreateOutput",
74
+ "inputs": [
75
+ "AlertCreateInput"
76
+ ],
77
+ "outputs": [
78
+ "AlertCreateOutput"
79
+ ],
80
+ "implementationHash": "761f59bb0bdbea16",
81
+ "description": "Create an alert",
82
+ "isDirectFunction": false,
83
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/alertCreate.function.ts",
84
+ "exportedName": "alertCreate",
85
+ "contractHash": "04f6e6e647287639",
86
+ "inputHash": "842c3874",
87
+ "outputHash": "a610792f"
88
+ },
89
+ "alertGet": {
90
+ "pikkuFuncId": "alertGet",
91
+ "functionType": "user",
92
+ "funcWrapper": "pikkuSessionlessFunc",
93
+ "sessionless": true,
94
+ "name": "alertGet",
95
+ "services": {
96
+ "optimized": true,
97
+ "services": [
98
+ "theHive"
99
+ ]
100
+ },
101
+ "inputSchemaName": "AlertGetInput",
102
+ "outputSchemaName": "AlertGetOutput",
103
+ "inputs": [
104
+ "AlertGetInput"
105
+ ],
106
+ "outputs": [
107
+ "AlertGetOutput"
108
+ ],
109
+ "implementationHash": "f0a9fd7ceadc7416",
110
+ "description": "Get an alert",
111
+ "isDirectFunction": false,
112
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/alertGet.function.ts",
113
+ "exportedName": "alertGet",
114
+ "contractHash": "cefeec1f15184179",
115
+ "inputHash": "b2c20810",
116
+ "outputHash": "f74cb581"
117
+ },
118
+ "alertUpdate": {
119
+ "pikkuFuncId": "alertUpdate",
120
+ "functionType": "user",
121
+ "funcWrapper": "pikkuSessionlessFunc",
122
+ "sessionless": true,
123
+ "name": "alertUpdate",
124
+ "services": {
125
+ "optimized": true,
126
+ "services": [
127
+ "theHive"
128
+ ]
129
+ },
130
+ "inputSchemaName": "AlertUpdateInput",
131
+ "outputSchemaName": "AlertUpdateOutput",
132
+ "inputs": [
133
+ "AlertUpdateInput"
134
+ ],
135
+ "outputs": [
136
+ "AlertUpdateOutput"
137
+ ],
138
+ "implementationHash": "e9818affbe2d6c05",
139
+ "description": "Update an alert",
140
+ "isDirectFunction": false,
141
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/alertUpdate.function.ts",
142
+ "exportedName": "alertUpdate",
143
+ "contractHash": "15ca2c6b606d2fbc",
144
+ "inputHash": "774d5ff9",
145
+ "outputHash": "cf8ea09c"
146
+ },
147
+ "alertExecuteResponder": {
148
+ "pikkuFuncId": "alertExecuteResponder",
149
+ "functionType": "user",
150
+ "funcWrapper": "pikkuSessionlessFunc",
151
+ "sessionless": true,
152
+ "name": "alertExecuteResponder",
153
+ "services": {
154
+ "optimized": true,
155
+ "services": [
156
+ "theHive"
157
+ ]
158
+ },
159
+ "inputSchemaName": "AlertExecuteResponderInput",
160
+ "outputSchemaName": "AlertExecuteResponderOutput",
161
+ "inputs": [
162
+ "AlertExecuteResponderInput"
163
+ ],
164
+ "outputs": [
165
+ "AlertExecuteResponderOutput"
166
+ ],
167
+ "implementationHash": "8d1a5f8be78f664d",
168
+ "description": "Execute a responder on an alert",
169
+ "isDirectFunction": false,
170
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/alertExecuteResponder.function.ts",
171
+ "exportedName": "alertExecuteResponder",
172
+ "contractHash": "5a7fa722cedba84a",
173
+ "inputHash": "1066241a",
174
+ "outputHash": "f16fce84"
175
+ },
176
+ "alertMarkAsRead": {
177
+ "pikkuFuncId": "alertMarkAsRead",
178
+ "functionType": "user",
179
+ "funcWrapper": "pikkuSessionlessFunc",
180
+ "sessionless": true,
181
+ "name": "alertMarkAsRead",
182
+ "services": {
183
+ "optimized": true,
184
+ "services": [
185
+ "theHive"
186
+ ]
187
+ },
188
+ "inputSchemaName": "AlertMarkAsReadInput",
189
+ "outputSchemaName": "AlertMarkAsReadOutput",
190
+ "inputs": [
191
+ "AlertMarkAsReadInput"
192
+ ],
193
+ "outputs": [
194
+ "AlertMarkAsReadOutput"
195
+ ],
196
+ "implementationHash": "b6ccaf4d393f39ce",
197
+ "description": "Mark an alert as read",
198
+ "isDirectFunction": false,
199
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/alertMarkAsRead.function.ts",
200
+ "exportedName": "alertMarkAsRead",
201
+ "contractHash": "177ec2de5549cce1",
202
+ "inputHash": "a9f7e367",
203
+ "outputHash": "515af19b"
204
+ },
205
+ "alertMarkAsUnread": {
206
+ "pikkuFuncId": "alertMarkAsUnread",
207
+ "functionType": "user",
208
+ "funcWrapper": "pikkuSessionlessFunc",
209
+ "sessionless": true,
210
+ "name": "alertMarkAsUnread",
211
+ "services": {
212
+ "optimized": true,
213
+ "services": [
214
+ "theHive"
215
+ ]
216
+ },
217
+ "inputSchemaName": "AlertMarkAsUnreadInput",
218
+ "outputSchemaName": "AlertMarkAsUnreadOutput",
219
+ "inputs": [
220
+ "AlertMarkAsUnreadInput"
221
+ ],
222
+ "outputs": [
223
+ "AlertMarkAsUnreadOutput"
224
+ ],
225
+ "implementationHash": "53d777c2f8acaa69",
226
+ "description": "Mark an alert as unread",
227
+ "isDirectFunction": false,
228
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/alertMarkAsUnread.function.ts",
229
+ "exportedName": "alertMarkAsUnread",
230
+ "contractHash": "70b6b2b4cdd97c7b",
231
+ "inputHash": "819c3bdf",
232
+ "outputHash": "aaecad1b"
233
+ },
234
+ "alertMerge": {
235
+ "pikkuFuncId": "alertMerge",
236
+ "functionType": "user",
237
+ "funcWrapper": "pikkuSessionlessFunc",
238
+ "sessionless": true,
239
+ "name": "alertMerge",
240
+ "services": {
241
+ "optimized": true,
242
+ "services": [
243
+ "theHive"
244
+ ]
245
+ },
246
+ "inputSchemaName": "AlertMergeInput",
247
+ "outputSchemaName": "AlertMergeOutput",
248
+ "inputs": [
249
+ "AlertMergeInput"
250
+ ],
251
+ "outputs": [
252
+ "AlertMergeOutput"
253
+ ],
254
+ "implementationHash": "f5d1e3f2317f56b0",
255
+ "description": "Merge an alert into an existing case",
256
+ "isDirectFunction": false,
257
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/alertMerge.function.ts",
258
+ "exportedName": "alertMerge",
259
+ "contractHash": "bbe86366425d03c0",
260
+ "inputHash": "0af19107",
261
+ "outputHash": "af797235"
262
+ },
263
+ "alertPromote": {
264
+ "pikkuFuncId": "alertPromote",
265
+ "functionType": "user",
266
+ "funcWrapper": "pikkuSessionlessFunc",
267
+ "sessionless": true,
268
+ "name": "alertPromote",
269
+ "services": {
270
+ "optimized": true,
271
+ "services": [
272
+ "theHive"
273
+ ]
274
+ },
275
+ "inputSchemaName": "AlertPromoteInput",
276
+ "outputSchemaName": "AlertPromoteOutput",
277
+ "inputs": [
278
+ "AlertPromoteInput"
279
+ ],
280
+ "outputs": [
281
+ "AlertPromoteOutput"
282
+ ],
283
+ "implementationHash": "ec102317fc8e38dc",
284
+ "description": "Promote an alert into a case",
285
+ "isDirectFunction": false,
286
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/alertPromote.function.ts",
287
+ "exportedName": "alertPromote",
288
+ "contractHash": "3fc1c70f45dcd60e",
289
+ "inputHash": "e77d84e5",
290
+ "outputHash": "8adf230a"
291
+ },
292
+ "caseCount": {
293
+ "pikkuFuncId": "caseCount",
294
+ "functionType": "user",
295
+ "funcWrapper": "pikkuSessionlessFunc",
296
+ "sessionless": true,
297
+ "name": "caseCount",
298
+ "services": {
299
+ "optimized": true,
300
+ "services": [
301
+ "theHive"
302
+ ]
303
+ },
304
+ "inputSchemaName": "CaseCountInput",
305
+ "outputSchemaName": "CaseCountOutput",
306
+ "inputs": [
307
+ "CaseCountInput"
308
+ ],
309
+ "outputs": [
310
+ "CaseCountOutput"
311
+ ],
312
+ "implementationHash": "5227a325a00b6e31",
313
+ "description": "Count cases",
314
+ "isDirectFunction": false,
315
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/caseCount.function.ts",
316
+ "exportedName": "caseCount",
317
+ "contractHash": "6afc9f12bf64814a",
318
+ "inputHash": "c4c7e134",
319
+ "outputHash": "99b48e1a"
320
+ },
321
+ "caseGetAll": {
322
+ "pikkuFuncId": "caseGetAll",
323
+ "functionType": "user",
324
+ "funcWrapper": "pikkuSessionlessFunc",
325
+ "sessionless": true,
326
+ "name": "caseGetAll",
327
+ "services": {
328
+ "optimized": true,
329
+ "services": [
330
+ "theHive"
331
+ ]
332
+ },
333
+ "inputSchemaName": "CaseGetAllInput",
334
+ "outputSchemaName": "CaseGetAllOutput",
335
+ "inputs": [
336
+ "CaseGetAllInput"
337
+ ],
338
+ "outputs": [
339
+ "CaseGetAllOutput"
340
+ ],
341
+ "implementationHash": "3ad6a36bdfcff89e",
342
+ "description": "Get many cases",
343
+ "isDirectFunction": false,
344
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/caseGetAll.function.ts",
345
+ "exportedName": "caseGetAll",
346
+ "contractHash": "790b553bb1cfe76f",
347
+ "inputHash": "97b41c5f",
348
+ "outputHash": "8f6240d9"
349
+ },
350
+ "caseCreate": {
351
+ "pikkuFuncId": "caseCreate",
352
+ "functionType": "user",
353
+ "funcWrapper": "pikkuSessionlessFunc",
354
+ "sessionless": true,
355
+ "name": "caseCreate",
356
+ "services": {
357
+ "optimized": true,
358
+ "services": [
359
+ "theHive"
360
+ ]
361
+ },
362
+ "inputSchemaName": "CaseCreateInput",
363
+ "outputSchemaName": "CaseCreateOutput",
364
+ "inputs": [
365
+ "CaseCreateInput"
366
+ ],
367
+ "outputs": [
368
+ "CaseCreateOutput"
369
+ ],
370
+ "implementationHash": "5b050225e98c1518",
371
+ "description": "Create a case",
372
+ "isDirectFunction": false,
373
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/caseCreate.function.ts",
374
+ "exportedName": "caseCreate",
375
+ "contractHash": "637046072a337666",
376
+ "inputHash": "28e15bff",
377
+ "outputHash": "dfd08387"
378
+ },
379
+ "caseGet": {
380
+ "pikkuFuncId": "caseGet",
381
+ "functionType": "user",
382
+ "funcWrapper": "pikkuSessionlessFunc",
383
+ "sessionless": true,
384
+ "name": "caseGet",
385
+ "services": {
386
+ "optimized": true,
387
+ "services": [
388
+ "theHive"
389
+ ]
390
+ },
391
+ "inputSchemaName": "CaseGetInput",
392
+ "outputSchemaName": "CaseGetOutput",
393
+ "inputs": [
394
+ "CaseGetInput"
395
+ ],
396
+ "outputs": [
397
+ "CaseGetOutput"
398
+ ],
399
+ "implementationHash": "a1a8885338129dd7",
400
+ "description": "Get a case",
401
+ "isDirectFunction": false,
402
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/caseGet.function.ts",
403
+ "exportedName": "caseGet",
404
+ "contractHash": "8c1293c9041006dc",
405
+ "inputHash": "05972f58",
406
+ "outputHash": "4c5a4a61"
407
+ },
408
+ "caseUpdate": {
409
+ "pikkuFuncId": "caseUpdate",
410
+ "functionType": "user",
411
+ "funcWrapper": "pikkuSessionlessFunc",
412
+ "sessionless": true,
413
+ "name": "caseUpdate",
414
+ "services": {
415
+ "optimized": true,
416
+ "services": [
417
+ "theHive"
418
+ ]
419
+ },
420
+ "inputSchemaName": "CaseUpdateInput",
421
+ "outputSchemaName": "CaseUpdateOutput",
422
+ "inputs": [
423
+ "CaseUpdateInput"
424
+ ],
425
+ "outputs": [
426
+ "CaseUpdateOutput"
427
+ ],
428
+ "implementationHash": "cd0dc79bd0dedde2",
429
+ "description": "Update a case",
430
+ "isDirectFunction": false,
431
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/caseUpdate.function.ts",
432
+ "exportedName": "caseUpdate",
433
+ "contractHash": "091185a15d6efc49",
434
+ "inputHash": "4b18a217",
435
+ "outputHash": "4d4763c8"
436
+ },
437
+ "caseExecuteResponder": {
438
+ "pikkuFuncId": "caseExecuteResponder",
439
+ "functionType": "user",
440
+ "funcWrapper": "pikkuSessionlessFunc",
441
+ "sessionless": true,
442
+ "name": "caseExecuteResponder",
443
+ "services": {
444
+ "optimized": true,
445
+ "services": [
446
+ "theHive"
447
+ ]
448
+ },
449
+ "inputSchemaName": "CaseExecuteResponderInput",
450
+ "outputSchemaName": "CaseExecuteResponderOutput",
451
+ "inputs": [
452
+ "CaseExecuteResponderInput"
453
+ ],
454
+ "outputs": [
455
+ "CaseExecuteResponderOutput"
456
+ ],
457
+ "implementationHash": "7e93279580918d33",
458
+ "description": "Execute a responder on a case",
459
+ "isDirectFunction": false,
460
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/caseExecuteResponder.function.ts",
461
+ "exportedName": "caseExecuteResponder",
462
+ "contractHash": "746533c6d4304f86",
463
+ "inputHash": "4b3adb72",
464
+ "outputHash": "86e844e1"
465
+ },
466
+ "observableCount": {
467
+ "pikkuFuncId": "observableCount",
468
+ "functionType": "user",
469
+ "funcWrapper": "pikkuSessionlessFunc",
470
+ "sessionless": true,
471
+ "name": "observableCount",
472
+ "services": {
473
+ "optimized": true,
474
+ "services": [
475
+ "theHive"
476
+ ]
477
+ },
478
+ "inputSchemaName": "ObservableCountInput",
479
+ "outputSchemaName": "ObservableCountOutput",
480
+ "inputs": [
481
+ "ObservableCountInput"
482
+ ],
483
+ "outputs": [
484
+ "ObservableCountOutput"
485
+ ],
486
+ "implementationHash": "c69fc66a04faf7ca",
487
+ "description": "Count observables",
488
+ "isDirectFunction": false,
489
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/observableCount.function.ts",
490
+ "exportedName": "observableCount",
491
+ "contractHash": "8c076a4259cf731e",
492
+ "inputHash": "5014a8d0",
493
+ "outputHash": "cc467b3a"
494
+ },
495
+ "observableCreate": {
496
+ "pikkuFuncId": "observableCreate",
497
+ "functionType": "user",
498
+ "funcWrapper": "pikkuSessionlessFunc",
499
+ "sessionless": true,
500
+ "name": "observableCreate",
501
+ "services": {
502
+ "optimized": true,
503
+ "services": [
504
+ "theHive"
505
+ ]
506
+ },
507
+ "inputSchemaName": "ObservableCreateInput",
508
+ "outputSchemaName": "ObservableCreateOutput",
509
+ "inputs": [
510
+ "ObservableCreateInput"
511
+ ],
512
+ "outputs": [
513
+ "ObservableCreateOutput"
514
+ ],
515
+ "implementationHash": "0352e7beea34cfa7",
516
+ "description": "Create an observable",
517
+ "isDirectFunction": false,
518
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/observableCreate.function.ts",
519
+ "exportedName": "observableCreate",
520
+ "contractHash": "bb9bc43f0750a2fa",
521
+ "inputHash": "522ff116",
522
+ "outputHash": "ea8317b1"
523
+ },
524
+ "observableGetAll": {
525
+ "pikkuFuncId": "observableGetAll",
526
+ "functionType": "user",
527
+ "funcWrapper": "pikkuSessionlessFunc",
528
+ "sessionless": true,
529
+ "name": "observableGetAll",
530
+ "services": {
531
+ "optimized": true,
532
+ "services": [
533
+ "theHive"
534
+ ]
535
+ },
536
+ "inputSchemaName": "ObservableGetAllInput",
537
+ "outputSchemaName": "ObservableGetAllOutput",
538
+ "inputs": [
539
+ "ObservableGetAllInput"
540
+ ],
541
+ "outputs": [
542
+ "ObservableGetAllOutput"
543
+ ],
544
+ "implementationHash": "bc11544e358a523c",
545
+ "description": "Get many observables",
546
+ "isDirectFunction": false,
547
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/observableGetAll.function.ts",
548
+ "exportedName": "observableGetAll",
549
+ "contractHash": "25fef7694bd38ad5",
550
+ "inputHash": "f0d10d61",
551
+ "outputHash": "fb545990"
552
+ },
553
+ "observableGet": {
554
+ "pikkuFuncId": "observableGet",
555
+ "functionType": "user",
556
+ "funcWrapper": "pikkuSessionlessFunc",
557
+ "sessionless": true,
558
+ "name": "observableGet",
559
+ "services": {
560
+ "optimized": true,
561
+ "services": [
562
+ "theHive"
563
+ ]
564
+ },
565
+ "inputSchemaName": "ObservableGetInput",
566
+ "outputSchemaName": "ObservableGetOutput",
567
+ "inputs": [
568
+ "ObservableGetInput"
569
+ ],
570
+ "outputs": [
571
+ "ObservableGetOutput"
572
+ ],
573
+ "implementationHash": "4bdc9f2aaf2e39a6",
574
+ "description": "Get an observable",
575
+ "isDirectFunction": false,
576
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/observableGet.function.ts",
577
+ "exportedName": "observableGet",
578
+ "contractHash": "b438c2dd7a2f2745",
579
+ "inputHash": "c91a4cac",
580
+ "outputHash": "249d2634"
581
+ },
582
+ "observableUpdate": {
583
+ "pikkuFuncId": "observableUpdate",
584
+ "functionType": "user",
585
+ "funcWrapper": "pikkuSessionlessFunc",
586
+ "sessionless": true,
587
+ "name": "observableUpdate",
588
+ "services": {
589
+ "optimized": true,
590
+ "services": [
591
+ "theHive"
592
+ ]
593
+ },
594
+ "inputSchemaName": "ObservableUpdateInput",
595
+ "outputSchemaName": "ObservableUpdateOutput",
596
+ "inputs": [
597
+ "ObservableUpdateInput"
598
+ ],
599
+ "outputs": [
600
+ "ObservableUpdateOutput"
601
+ ],
602
+ "implementationHash": "e7b47835d14b0ef9",
603
+ "description": "Update an observable",
604
+ "isDirectFunction": false,
605
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/observableUpdate.function.ts",
606
+ "exportedName": "observableUpdate",
607
+ "contractHash": "20d2414bbdb8567c",
608
+ "inputHash": "ce5560c8",
609
+ "outputHash": "f4b84232"
610
+ },
611
+ "observableSearch": {
612
+ "pikkuFuncId": "observableSearch",
613
+ "functionType": "user",
614
+ "funcWrapper": "pikkuSessionlessFunc",
615
+ "sessionless": true,
616
+ "name": "observableSearch",
617
+ "services": {
618
+ "optimized": true,
619
+ "services": [
620
+ "theHive"
621
+ ]
622
+ },
623
+ "inputSchemaName": "ObservableSearchInput",
624
+ "outputSchemaName": "ObservableSearchOutput",
625
+ "inputs": [
626
+ "ObservableSearchInput"
627
+ ],
628
+ "outputs": [
629
+ "ObservableSearchOutput"
630
+ ],
631
+ "implementationHash": "d3c31add3b516b15",
632
+ "description": "Search observables",
633
+ "isDirectFunction": false,
634
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/observableSearch.function.ts",
635
+ "exportedName": "observableSearch",
636
+ "contractHash": "7282e39f12ddad47",
637
+ "inputHash": "c5397155",
638
+ "outputHash": "2646ae12"
639
+ },
640
+ "observableExecuteAnalyzer": {
641
+ "pikkuFuncId": "observableExecuteAnalyzer",
642
+ "functionType": "user",
643
+ "funcWrapper": "pikkuSessionlessFunc",
644
+ "sessionless": true,
645
+ "name": "observableExecuteAnalyzer",
646
+ "services": {
647
+ "optimized": true,
648
+ "services": [
649
+ "theHive"
650
+ ]
651
+ },
652
+ "inputSchemaName": "ObservableExecuteAnalyzerInput",
653
+ "outputSchemaName": "ObservableExecuteAnalyzerOutput",
654
+ "inputs": [
655
+ "ObservableExecuteAnalyzerInput"
656
+ ],
657
+ "outputs": [
658
+ "ObservableExecuteAnalyzerOutput"
659
+ ],
660
+ "implementationHash": "8ae53686719f6fc9",
661
+ "description": "Execute an analyzer on an observable",
662
+ "isDirectFunction": false,
663
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/observableExecuteAnalyzer.function.ts",
664
+ "exportedName": "observableExecuteAnalyzer",
665
+ "contractHash": "58953bc97583e66b",
666
+ "inputHash": "4501ab01",
667
+ "outputHash": "86cc5234"
668
+ },
669
+ "observableExecuteResponder": {
670
+ "pikkuFuncId": "observableExecuteResponder",
671
+ "functionType": "user",
672
+ "funcWrapper": "pikkuSessionlessFunc",
673
+ "sessionless": true,
674
+ "name": "observableExecuteResponder",
675
+ "services": {
676
+ "optimized": true,
677
+ "services": [
678
+ "theHive"
679
+ ]
680
+ },
681
+ "inputSchemaName": "ObservableExecuteResponderInput",
682
+ "outputSchemaName": "ObservableExecuteResponderOutput",
683
+ "inputs": [
684
+ "ObservableExecuteResponderInput"
685
+ ],
686
+ "outputs": [
687
+ "ObservableExecuteResponderOutput"
688
+ ],
689
+ "implementationHash": "c8389e0dba3c2933",
690
+ "description": "Execute a responder on an observable",
691
+ "isDirectFunction": false,
692
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/observableExecuteResponder.function.ts",
693
+ "exportedName": "observableExecuteResponder",
694
+ "contractHash": "4b2eaa83d6c2bb17",
695
+ "inputHash": "482b931a",
696
+ "outputHash": "dd95b589"
697
+ },
698
+ "taskCount": {
699
+ "pikkuFuncId": "taskCount",
700
+ "functionType": "user",
701
+ "funcWrapper": "pikkuSessionlessFunc",
702
+ "sessionless": true,
703
+ "name": "taskCount",
704
+ "services": {
705
+ "optimized": true,
706
+ "services": [
707
+ "theHive"
708
+ ]
709
+ },
710
+ "inputSchemaName": "TaskCountInput",
711
+ "outputSchemaName": "TaskCountOutput",
712
+ "inputs": [
713
+ "TaskCountInput"
714
+ ],
715
+ "outputs": [
716
+ "TaskCountOutput"
717
+ ],
718
+ "implementationHash": "a41d2d1dfa04e57b",
719
+ "description": "Count tasks",
720
+ "isDirectFunction": false,
721
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/taskCount.function.ts",
722
+ "exportedName": "taskCount",
723
+ "contractHash": "4032461c758d825c",
724
+ "inputHash": "b2c81099",
725
+ "outputHash": "a62ffeca"
726
+ },
727
+ "taskCreate": {
728
+ "pikkuFuncId": "taskCreate",
729
+ "functionType": "user",
730
+ "funcWrapper": "pikkuSessionlessFunc",
731
+ "sessionless": true,
732
+ "name": "taskCreate",
733
+ "services": {
734
+ "optimized": true,
735
+ "services": [
736
+ "theHive"
737
+ ]
738
+ },
739
+ "inputSchemaName": "TaskCreateInput",
740
+ "outputSchemaName": "TaskCreateOutput",
741
+ "inputs": [
742
+ "TaskCreateInput"
743
+ ],
744
+ "outputs": [
745
+ "TaskCreateOutput"
746
+ ],
747
+ "implementationHash": "726d6bfcce054579",
748
+ "description": "Create a task",
749
+ "isDirectFunction": false,
750
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/taskCreate.function.ts",
751
+ "exportedName": "taskCreate",
752
+ "contractHash": "213045decbb2ea00",
753
+ "inputHash": "99b78870",
754
+ "outputHash": "651aed32"
755
+ },
756
+ "taskGetAll": {
757
+ "pikkuFuncId": "taskGetAll",
758
+ "functionType": "user",
759
+ "funcWrapper": "pikkuSessionlessFunc",
760
+ "sessionless": true,
761
+ "name": "taskGetAll",
762
+ "services": {
763
+ "optimized": true,
764
+ "services": [
765
+ "theHive"
766
+ ]
767
+ },
768
+ "inputSchemaName": "TaskGetAllInput",
769
+ "outputSchemaName": "TaskGetAllOutput",
770
+ "inputs": [
771
+ "TaskGetAllInput"
772
+ ],
773
+ "outputs": [
774
+ "TaskGetAllOutput"
775
+ ],
776
+ "implementationHash": "94038573c2312a54",
777
+ "description": "Get many tasks",
778
+ "isDirectFunction": false,
779
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/taskGetAll.function.ts",
780
+ "exportedName": "taskGetAll",
781
+ "contractHash": "1ec52a0db56bbe69",
782
+ "inputHash": "a25d7a7b",
783
+ "outputHash": "13568b34"
784
+ },
785
+ "taskGet": {
786
+ "pikkuFuncId": "taskGet",
787
+ "functionType": "user",
788
+ "funcWrapper": "pikkuSessionlessFunc",
789
+ "sessionless": true,
790
+ "name": "taskGet",
791
+ "services": {
792
+ "optimized": true,
793
+ "services": [
794
+ "theHive"
795
+ ]
796
+ },
797
+ "inputSchemaName": "TaskGetInput",
798
+ "outputSchemaName": "TaskGetOutput",
799
+ "inputs": [
800
+ "TaskGetInput"
801
+ ],
802
+ "outputs": [
803
+ "TaskGetOutput"
804
+ ],
805
+ "implementationHash": "c133f2ad69dadc19",
806
+ "description": "Get a task",
807
+ "isDirectFunction": false,
808
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/taskGet.function.ts",
809
+ "exportedName": "taskGet",
810
+ "contractHash": "2b1feeccde5b90d1",
811
+ "inputHash": "6678300d",
812
+ "outputHash": "022e1188"
813
+ },
814
+ "taskUpdate": {
815
+ "pikkuFuncId": "taskUpdate",
816
+ "functionType": "user",
817
+ "funcWrapper": "pikkuSessionlessFunc",
818
+ "sessionless": true,
819
+ "name": "taskUpdate",
820
+ "services": {
821
+ "optimized": true,
822
+ "services": [
823
+ "theHive"
824
+ ]
825
+ },
826
+ "inputSchemaName": "TaskUpdateInput",
827
+ "outputSchemaName": "TaskUpdateOutput",
828
+ "inputs": [
829
+ "TaskUpdateInput"
830
+ ],
831
+ "outputs": [
832
+ "TaskUpdateOutput"
833
+ ],
834
+ "implementationHash": "3562b96301da0c08",
835
+ "description": "Update a task",
836
+ "isDirectFunction": false,
837
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/taskUpdate.function.ts",
838
+ "exportedName": "taskUpdate",
839
+ "contractHash": "1e77a1710dd658da",
840
+ "inputHash": "249a7a7a",
841
+ "outputHash": "dc1d8332"
842
+ },
843
+ "taskSearch": {
844
+ "pikkuFuncId": "taskSearch",
845
+ "functionType": "user",
846
+ "funcWrapper": "pikkuSessionlessFunc",
847
+ "sessionless": true,
848
+ "name": "taskSearch",
849
+ "services": {
850
+ "optimized": true,
851
+ "services": [
852
+ "theHive"
853
+ ]
854
+ },
855
+ "inputSchemaName": "TaskSearchInput",
856
+ "outputSchemaName": "TaskSearchOutput",
857
+ "inputs": [
858
+ "TaskSearchInput"
859
+ ],
860
+ "outputs": [
861
+ "TaskSearchOutput"
862
+ ],
863
+ "implementationHash": "61bd796a5a44711a",
864
+ "description": "Search tasks",
865
+ "isDirectFunction": false,
866
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/taskSearch.function.ts",
867
+ "exportedName": "taskSearch",
868
+ "contractHash": "11c6d9405f776610",
869
+ "inputHash": "6281a3eb",
870
+ "outputHash": "952c0acd"
871
+ },
872
+ "taskExecuteResponder": {
873
+ "pikkuFuncId": "taskExecuteResponder",
874
+ "functionType": "user",
875
+ "funcWrapper": "pikkuSessionlessFunc",
876
+ "sessionless": true,
877
+ "name": "taskExecuteResponder",
878
+ "services": {
879
+ "optimized": true,
880
+ "services": [
881
+ "theHive"
882
+ ]
883
+ },
884
+ "inputSchemaName": "TaskExecuteResponderInput",
885
+ "outputSchemaName": "TaskExecuteResponderOutput",
886
+ "inputs": [
887
+ "TaskExecuteResponderInput"
888
+ ],
889
+ "outputs": [
890
+ "TaskExecuteResponderOutput"
891
+ ],
892
+ "implementationHash": "38bc09011ed3e56f",
893
+ "description": "Execute a responder on a task",
894
+ "isDirectFunction": false,
895
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/taskExecuteResponder.function.ts",
896
+ "exportedName": "taskExecuteResponder",
897
+ "contractHash": "0b477abd392bff8f",
898
+ "inputHash": "ac580917",
899
+ "outputHash": "096aa966"
900
+ },
901
+ "logCreate": {
902
+ "pikkuFuncId": "logCreate",
903
+ "functionType": "user",
904
+ "funcWrapper": "pikkuSessionlessFunc",
905
+ "sessionless": true,
906
+ "name": "logCreate",
907
+ "services": {
908
+ "optimized": true,
909
+ "services": [
910
+ "theHive"
911
+ ]
912
+ },
913
+ "inputSchemaName": "LogCreateInput",
914
+ "outputSchemaName": "LogCreateOutput",
915
+ "inputs": [
916
+ "LogCreateInput"
917
+ ],
918
+ "outputs": [
919
+ "LogCreateOutput"
920
+ ],
921
+ "implementationHash": "d62bc4c199f86949",
922
+ "description": "Create a log",
923
+ "isDirectFunction": false,
924
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/logCreate.function.ts",
925
+ "exportedName": "logCreate",
926
+ "contractHash": "fe392d1e738474e1",
927
+ "inputHash": "5572a6fc",
928
+ "outputHash": "5c1316f9"
929
+ },
930
+ "logGetAll": {
931
+ "pikkuFuncId": "logGetAll",
932
+ "functionType": "user",
933
+ "funcWrapper": "pikkuSessionlessFunc",
934
+ "sessionless": true,
935
+ "name": "logGetAll",
936
+ "services": {
937
+ "optimized": true,
938
+ "services": [
939
+ "theHive"
940
+ ]
941
+ },
942
+ "inputSchemaName": "LogGetAllInput",
943
+ "outputSchemaName": "LogGetAllOutput",
944
+ "inputs": [
945
+ "LogGetAllInput"
946
+ ],
947
+ "outputs": [
948
+ "LogGetAllOutput"
949
+ ],
950
+ "implementationHash": "0ec0fc0c3be3e910",
951
+ "description": "Get many logs",
952
+ "isDirectFunction": false,
953
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/logGetAll.function.ts",
954
+ "exportedName": "logGetAll",
955
+ "contractHash": "aa724991462015c6",
956
+ "inputHash": "6656b254",
957
+ "outputHash": "d82db001"
958
+ },
959
+ "logGet": {
960
+ "pikkuFuncId": "logGet",
961
+ "functionType": "user",
962
+ "funcWrapper": "pikkuSessionlessFunc",
963
+ "sessionless": true,
964
+ "name": "logGet",
965
+ "services": {
966
+ "optimized": true,
967
+ "services": [
968
+ "theHive"
969
+ ]
970
+ },
971
+ "inputSchemaName": "LogGetInput",
972
+ "outputSchemaName": "LogGetOutput",
973
+ "inputs": [
974
+ "LogGetInput"
975
+ ],
976
+ "outputs": [
977
+ "LogGetOutput"
978
+ ],
979
+ "implementationHash": "d28791dc243c19a9",
980
+ "description": "Get a log",
981
+ "isDirectFunction": false,
982
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/logGet.function.ts",
983
+ "exportedName": "logGet",
984
+ "contractHash": "c7f4e69012fd2aa1",
985
+ "inputHash": "4ab541b3",
986
+ "outputHash": "6d4a9617"
987
+ },
988
+ "logExecuteResponder": {
989
+ "pikkuFuncId": "logExecuteResponder",
990
+ "functionType": "user",
991
+ "funcWrapper": "pikkuSessionlessFunc",
992
+ "sessionless": true,
993
+ "name": "logExecuteResponder",
994
+ "services": {
995
+ "optimized": true,
996
+ "services": [
997
+ "theHive"
998
+ ]
999
+ },
1000
+ "inputSchemaName": "LogExecuteResponderInput",
1001
+ "outputSchemaName": "LogExecuteResponderOutput",
1002
+ "inputs": [
1003
+ "LogExecuteResponderInput"
1004
+ ],
1005
+ "outputs": [
1006
+ "LogExecuteResponderOutput"
1007
+ ],
1008
+ "implementationHash": "9e8fd9988e4d196f",
1009
+ "description": "Execute a responder on a log",
1010
+ "isDirectFunction": false,
1011
+ "sourceFile": "/home/runner/work/addons/addons/packages/monitoring/the-hive/src/functions/logExecuteResponder.function.ts",
1012
+ "exportedName": "logExecuteResponder",
1013
+ "contractHash": "55f504a2d4d44356",
1014
+ "inputHash": "0cc123d0",
1015
+ "outputHash": "34d55177"
1016
+ }
1017
+ }