@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,149 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { addSchema } from '@pikku/core/schema';
5
+ import * as AlertCountInput from './schemas/AlertCountInput.schema.json' with { type: 'json' };
6
+ addSchema('AlertCountInput', AlertCountInput, '@pikku/addon-the-hive');
7
+ import * as AlertCountOutput from './schemas/AlertCountOutput.schema.json' with { type: 'json' };
8
+ addSchema('AlertCountOutput', AlertCountOutput, '@pikku/addon-the-hive');
9
+ import * as AlertGetAllInput from './schemas/AlertGetAllInput.schema.json' with { type: 'json' };
10
+ addSchema('AlertGetAllInput', AlertGetAllInput, '@pikku/addon-the-hive');
11
+ import * as AlertGetAllOutput from './schemas/AlertGetAllOutput.schema.json' with { type: 'json' };
12
+ addSchema('AlertGetAllOutput', AlertGetAllOutput, '@pikku/addon-the-hive');
13
+ import * as AlertCreateInput from './schemas/AlertCreateInput.schema.json' with { type: 'json' };
14
+ addSchema('AlertCreateInput', AlertCreateInput, '@pikku/addon-the-hive');
15
+ import * as AlertCreateOutput from './schemas/AlertCreateOutput.schema.json' with { type: 'json' };
16
+ addSchema('AlertCreateOutput', AlertCreateOutput, '@pikku/addon-the-hive');
17
+ import * as AlertGetInput from './schemas/AlertGetInput.schema.json' with { type: 'json' };
18
+ addSchema('AlertGetInput', AlertGetInput, '@pikku/addon-the-hive');
19
+ import * as AlertGetOutput from './schemas/AlertGetOutput.schema.json' with { type: 'json' };
20
+ addSchema('AlertGetOutput', AlertGetOutput, '@pikku/addon-the-hive');
21
+ import * as AlertUpdateInput from './schemas/AlertUpdateInput.schema.json' with { type: 'json' };
22
+ addSchema('AlertUpdateInput', AlertUpdateInput, '@pikku/addon-the-hive');
23
+ import * as AlertUpdateOutput from './schemas/AlertUpdateOutput.schema.json' with { type: 'json' };
24
+ addSchema('AlertUpdateOutput', AlertUpdateOutput, '@pikku/addon-the-hive');
25
+ import * as AlertExecuteResponderInput from './schemas/AlertExecuteResponderInput.schema.json' with { type: 'json' };
26
+ addSchema('AlertExecuteResponderInput', AlertExecuteResponderInput, '@pikku/addon-the-hive');
27
+ import * as AlertExecuteResponderOutput from './schemas/AlertExecuteResponderOutput.schema.json' with { type: 'json' };
28
+ addSchema('AlertExecuteResponderOutput', AlertExecuteResponderOutput, '@pikku/addon-the-hive');
29
+ import * as AlertMarkAsReadInput from './schemas/AlertMarkAsReadInput.schema.json' with { type: 'json' };
30
+ addSchema('AlertMarkAsReadInput', AlertMarkAsReadInput, '@pikku/addon-the-hive');
31
+ import * as AlertMarkAsReadOutput from './schemas/AlertMarkAsReadOutput.schema.json' with { type: 'json' };
32
+ addSchema('AlertMarkAsReadOutput', AlertMarkAsReadOutput, '@pikku/addon-the-hive');
33
+ import * as AlertMarkAsUnreadInput from './schemas/AlertMarkAsUnreadInput.schema.json' with { type: 'json' };
34
+ addSchema('AlertMarkAsUnreadInput', AlertMarkAsUnreadInput, '@pikku/addon-the-hive');
35
+ import * as AlertMarkAsUnreadOutput from './schemas/AlertMarkAsUnreadOutput.schema.json' with { type: 'json' };
36
+ addSchema('AlertMarkAsUnreadOutput', AlertMarkAsUnreadOutput, '@pikku/addon-the-hive');
37
+ import * as AlertMergeInput from './schemas/AlertMergeInput.schema.json' with { type: 'json' };
38
+ addSchema('AlertMergeInput', AlertMergeInput, '@pikku/addon-the-hive');
39
+ import * as AlertMergeOutput from './schemas/AlertMergeOutput.schema.json' with { type: 'json' };
40
+ addSchema('AlertMergeOutput', AlertMergeOutput, '@pikku/addon-the-hive');
41
+ import * as AlertPromoteInput from './schemas/AlertPromoteInput.schema.json' with { type: 'json' };
42
+ addSchema('AlertPromoteInput', AlertPromoteInput, '@pikku/addon-the-hive');
43
+ import * as AlertPromoteOutput from './schemas/AlertPromoteOutput.schema.json' with { type: 'json' };
44
+ addSchema('AlertPromoteOutput', AlertPromoteOutput, '@pikku/addon-the-hive');
45
+ import * as CaseCountInput from './schemas/CaseCountInput.schema.json' with { type: 'json' };
46
+ addSchema('CaseCountInput', CaseCountInput, '@pikku/addon-the-hive');
47
+ import * as CaseCountOutput from './schemas/CaseCountOutput.schema.json' with { type: 'json' };
48
+ addSchema('CaseCountOutput', CaseCountOutput, '@pikku/addon-the-hive');
49
+ import * as CaseGetAllInput from './schemas/CaseGetAllInput.schema.json' with { type: 'json' };
50
+ addSchema('CaseGetAllInput', CaseGetAllInput, '@pikku/addon-the-hive');
51
+ import * as CaseGetAllOutput from './schemas/CaseGetAllOutput.schema.json' with { type: 'json' };
52
+ addSchema('CaseGetAllOutput', CaseGetAllOutput, '@pikku/addon-the-hive');
53
+ import * as CaseCreateInput from './schemas/CaseCreateInput.schema.json' with { type: 'json' };
54
+ addSchema('CaseCreateInput', CaseCreateInput, '@pikku/addon-the-hive');
55
+ import * as CaseCreateOutput from './schemas/CaseCreateOutput.schema.json' with { type: 'json' };
56
+ addSchema('CaseCreateOutput', CaseCreateOutput, '@pikku/addon-the-hive');
57
+ import * as CaseGetInput from './schemas/CaseGetInput.schema.json' with { type: 'json' };
58
+ addSchema('CaseGetInput', CaseGetInput, '@pikku/addon-the-hive');
59
+ import * as CaseGetOutput from './schemas/CaseGetOutput.schema.json' with { type: 'json' };
60
+ addSchema('CaseGetOutput', CaseGetOutput, '@pikku/addon-the-hive');
61
+ import * as CaseUpdateInput from './schemas/CaseUpdateInput.schema.json' with { type: 'json' };
62
+ addSchema('CaseUpdateInput', CaseUpdateInput, '@pikku/addon-the-hive');
63
+ import * as CaseUpdateOutput from './schemas/CaseUpdateOutput.schema.json' with { type: 'json' };
64
+ addSchema('CaseUpdateOutput', CaseUpdateOutput, '@pikku/addon-the-hive');
65
+ import * as CaseExecuteResponderInput from './schemas/CaseExecuteResponderInput.schema.json' with { type: 'json' };
66
+ addSchema('CaseExecuteResponderInput', CaseExecuteResponderInput, '@pikku/addon-the-hive');
67
+ import * as CaseExecuteResponderOutput from './schemas/CaseExecuteResponderOutput.schema.json' with { type: 'json' };
68
+ addSchema('CaseExecuteResponderOutput', CaseExecuteResponderOutput, '@pikku/addon-the-hive');
69
+ import * as ObservableCountInput from './schemas/ObservableCountInput.schema.json' with { type: 'json' };
70
+ addSchema('ObservableCountInput', ObservableCountInput, '@pikku/addon-the-hive');
71
+ import * as ObservableCountOutput from './schemas/ObservableCountOutput.schema.json' with { type: 'json' };
72
+ addSchema('ObservableCountOutput', ObservableCountOutput, '@pikku/addon-the-hive');
73
+ import * as ObservableCreateInput from './schemas/ObservableCreateInput.schema.json' with { type: 'json' };
74
+ addSchema('ObservableCreateInput', ObservableCreateInput, '@pikku/addon-the-hive');
75
+ import * as ObservableCreateOutput from './schemas/ObservableCreateOutput.schema.json' with { type: 'json' };
76
+ addSchema('ObservableCreateOutput', ObservableCreateOutput, '@pikku/addon-the-hive');
77
+ import * as ObservableGetAllInput from './schemas/ObservableGetAllInput.schema.json' with { type: 'json' };
78
+ addSchema('ObservableGetAllInput', ObservableGetAllInput, '@pikku/addon-the-hive');
79
+ import * as ObservableGetAllOutput from './schemas/ObservableGetAllOutput.schema.json' with { type: 'json' };
80
+ addSchema('ObservableGetAllOutput', ObservableGetAllOutput, '@pikku/addon-the-hive');
81
+ import * as ObservableGetInput from './schemas/ObservableGetInput.schema.json' with { type: 'json' };
82
+ addSchema('ObservableGetInput', ObservableGetInput, '@pikku/addon-the-hive');
83
+ import * as ObservableGetOutput from './schemas/ObservableGetOutput.schema.json' with { type: 'json' };
84
+ addSchema('ObservableGetOutput', ObservableGetOutput, '@pikku/addon-the-hive');
85
+ import * as ObservableUpdateInput from './schemas/ObservableUpdateInput.schema.json' with { type: 'json' };
86
+ addSchema('ObservableUpdateInput', ObservableUpdateInput, '@pikku/addon-the-hive');
87
+ import * as ObservableUpdateOutput from './schemas/ObservableUpdateOutput.schema.json' with { type: 'json' };
88
+ addSchema('ObservableUpdateOutput', ObservableUpdateOutput, '@pikku/addon-the-hive');
89
+ import * as ObservableSearchInput from './schemas/ObservableSearchInput.schema.json' with { type: 'json' };
90
+ addSchema('ObservableSearchInput', ObservableSearchInput, '@pikku/addon-the-hive');
91
+ import * as ObservableSearchOutput from './schemas/ObservableSearchOutput.schema.json' with { type: 'json' };
92
+ addSchema('ObservableSearchOutput', ObservableSearchOutput, '@pikku/addon-the-hive');
93
+ import * as ObservableExecuteAnalyzerInput from './schemas/ObservableExecuteAnalyzerInput.schema.json' with { type: 'json' };
94
+ addSchema('ObservableExecuteAnalyzerInput', ObservableExecuteAnalyzerInput, '@pikku/addon-the-hive');
95
+ import * as ObservableExecuteAnalyzerOutput from './schemas/ObservableExecuteAnalyzerOutput.schema.json' with { type: 'json' };
96
+ addSchema('ObservableExecuteAnalyzerOutput', ObservableExecuteAnalyzerOutput, '@pikku/addon-the-hive');
97
+ import * as ObservableExecuteResponderInput from './schemas/ObservableExecuteResponderInput.schema.json' with { type: 'json' };
98
+ addSchema('ObservableExecuteResponderInput', ObservableExecuteResponderInput, '@pikku/addon-the-hive');
99
+ import * as ObservableExecuteResponderOutput from './schemas/ObservableExecuteResponderOutput.schema.json' with { type: 'json' };
100
+ addSchema('ObservableExecuteResponderOutput', ObservableExecuteResponderOutput, '@pikku/addon-the-hive');
101
+ import * as TaskCountInput from './schemas/TaskCountInput.schema.json' with { type: 'json' };
102
+ addSchema('TaskCountInput', TaskCountInput, '@pikku/addon-the-hive');
103
+ import * as TaskCountOutput from './schemas/TaskCountOutput.schema.json' with { type: 'json' };
104
+ addSchema('TaskCountOutput', TaskCountOutput, '@pikku/addon-the-hive');
105
+ import * as TaskCreateInput from './schemas/TaskCreateInput.schema.json' with { type: 'json' };
106
+ addSchema('TaskCreateInput', TaskCreateInput, '@pikku/addon-the-hive');
107
+ import * as TaskCreateOutput from './schemas/TaskCreateOutput.schema.json' with { type: 'json' };
108
+ addSchema('TaskCreateOutput', TaskCreateOutput, '@pikku/addon-the-hive');
109
+ import * as TaskGetAllInput from './schemas/TaskGetAllInput.schema.json' with { type: 'json' };
110
+ addSchema('TaskGetAllInput', TaskGetAllInput, '@pikku/addon-the-hive');
111
+ import * as TaskGetAllOutput from './schemas/TaskGetAllOutput.schema.json' with { type: 'json' };
112
+ addSchema('TaskGetAllOutput', TaskGetAllOutput, '@pikku/addon-the-hive');
113
+ import * as TaskGetInput from './schemas/TaskGetInput.schema.json' with { type: 'json' };
114
+ addSchema('TaskGetInput', TaskGetInput, '@pikku/addon-the-hive');
115
+ import * as TaskGetOutput from './schemas/TaskGetOutput.schema.json' with { type: 'json' };
116
+ addSchema('TaskGetOutput', TaskGetOutput, '@pikku/addon-the-hive');
117
+ import * as TaskUpdateInput from './schemas/TaskUpdateInput.schema.json' with { type: 'json' };
118
+ addSchema('TaskUpdateInput', TaskUpdateInput, '@pikku/addon-the-hive');
119
+ import * as TaskUpdateOutput from './schemas/TaskUpdateOutput.schema.json' with { type: 'json' };
120
+ addSchema('TaskUpdateOutput', TaskUpdateOutput, '@pikku/addon-the-hive');
121
+ import * as TaskSearchInput from './schemas/TaskSearchInput.schema.json' with { type: 'json' };
122
+ addSchema('TaskSearchInput', TaskSearchInput, '@pikku/addon-the-hive');
123
+ import * as TaskSearchOutput from './schemas/TaskSearchOutput.schema.json' with { type: 'json' };
124
+ addSchema('TaskSearchOutput', TaskSearchOutput, '@pikku/addon-the-hive');
125
+ import * as TaskExecuteResponderInput from './schemas/TaskExecuteResponderInput.schema.json' with { type: 'json' };
126
+ addSchema('TaskExecuteResponderInput', TaskExecuteResponderInput, '@pikku/addon-the-hive');
127
+ import * as TaskExecuteResponderOutput from './schemas/TaskExecuteResponderOutput.schema.json' with { type: 'json' };
128
+ addSchema('TaskExecuteResponderOutput', TaskExecuteResponderOutput, '@pikku/addon-the-hive');
129
+ import * as LogCreateInput from './schemas/LogCreateInput.schema.json' with { type: 'json' };
130
+ addSchema('LogCreateInput', LogCreateInput, '@pikku/addon-the-hive');
131
+ import * as LogCreateOutput from './schemas/LogCreateOutput.schema.json' with { type: 'json' };
132
+ addSchema('LogCreateOutput', LogCreateOutput, '@pikku/addon-the-hive');
133
+ import * as LogGetAllInput from './schemas/LogGetAllInput.schema.json' with { type: 'json' };
134
+ addSchema('LogGetAllInput', LogGetAllInput, '@pikku/addon-the-hive');
135
+ import * as LogGetAllOutput from './schemas/LogGetAllOutput.schema.json' with { type: 'json' };
136
+ addSchema('LogGetAllOutput', LogGetAllOutput, '@pikku/addon-the-hive');
137
+ import * as LogGetInput from './schemas/LogGetInput.schema.json' with { type: 'json' };
138
+ addSchema('LogGetInput', LogGetInput, '@pikku/addon-the-hive');
139
+ import * as LogGetOutput from './schemas/LogGetOutput.schema.json' with { type: 'json' };
140
+ addSchema('LogGetOutput', LogGetOutput, '@pikku/addon-the-hive');
141
+ import * as LogExecuteResponderInput from './schemas/LogExecuteResponderInput.schema.json' with { type: 'json' };
142
+ addSchema('LogExecuteResponderInput', LogExecuteResponderInput, '@pikku/addon-the-hive');
143
+ import * as LogExecuteResponderOutput from './schemas/LogExecuteResponderOutput.schema.json' with { type: 'json' };
144
+ addSchema('LogExecuteResponderOutput', LogExecuteResponderOutput, '@pikku/addon-the-hive');
145
+ import * as CredentialSchema_theHive from './schemas/CredentialSchema_theHive.schema.json' with { type: 'json' };
146
+ addSchema('CredentialSchema_theHive', CredentialSchema_theHive, '@pikku/addon-the-hive');
147
+ import * as VariableSchema_THE_HIVE_BASE_URL from './schemas/VariableSchema_THE_HIVE_BASE_URL.schema.json' with { type: 'json' };
148
+ addSchema('VariableSchema_THE_HIVE_BASE_URL', VariableSchema_THE_HIVE_BASE_URL, '@pikku/addon-the-hive');
149
+ //# sourceMappingURL=register.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,291 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.54
3
+ */
4
+ import { addSchema } from '@pikku/core/schema'
5
+
6
+ import * as AlertCountInput from './schemas/AlertCountInput.schema.json' with { type: 'json' }
7
+ addSchema('AlertCountInput', AlertCountInput, '@pikku/addon-the-hive')
8
+
9
+
10
+ import * as AlertCountOutput from './schemas/AlertCountOutput.schema.json' with { type: 'json' }
11
+ addSchema('AlertCountOutput', AlertCountOutput, '@pikku/addon-the-hive')
12
+
13
+
14
+ import * as AlertGetAllInput from './schemas/AlertGetAllInput.schema.json' with { type: 'json' }
15
+ addSchema('AlertGetAllInput', AlertGetAllInput, '@pikku/addon-the-hive')
16
+
17
+
18
+ import * as AlertGetAllOutput from './schemas/AlertGetAllOutput.schema.json' with { type: 'json' }
19
+ addSchema('AlertGetAllOutput', AlertGetAllOutput, '@pikku/addon-the-hive')
20
+
21
+
22
+ import * as AlertCreateInput from './schemas/AlertCreateInput.schema.json' with { type: 'json' }
23
+ addSchema('AlertCreateInput', AlertCreateInput, '@pikku/addon-the-hive')
24
+
25
+
26
+ import * as AlertCreateOutput from './schemas/AlertCreateOutput.schema.json' with { type: 'json' }
27
+ addSchema('AlertCreateOutput', AlertCreateOutput, '@pikku/addon-the-hive')
28
+
29
+
30
+ import * as AlertGetInput from './schemas/AlertGetInput.schema.json' with { type: 'json' }
31
+ addSchema('AlertGetInput', AlertGetInput, '@pikku/addon-the-hive')
32
+
33
+
34
+ import * as AlertGetOutput from './schemas/AlertGetOutput.schema.json' with { type: 'json' }
35
+ addSchema('AlertGetOutput', AlertGetOutput, '@pikku/addon-the-hive')
36
+
37
+
38
+ import * as AlertUpdateInput from './schemas/AlertUpdateInput.schema.json' with { type: 'json' }
39
+ addSchema('AlertUpdateInput', AlertUpdateInput, '@pikku/addon-the-hive')
40
+
41
+
42
+ import * as AlertUpdateOutput from './schemas/AlertUpdateOutput.schema.json' with { type: 'json' }
43
+ addSchema('AlertUpdateOutput', AlertUpdateOutput, '@pikku/addon-the-hive')
44
+
45
+
46
+ import * as AlertExecuteResponderInput from './schemas/AlertExecuteResponderInput.schema.json' with { type: 'json' }
47
+ addSchema('AlertExecuteResponderInput', AlertExecuteResponderInput, '@pikku/addon-the-hive')
48
+
49
+
50
+ import * as AlertExecuteResponderOutput from './schemas/AlertExecuteResponderOutput.schema.json' with { type: 'json' }
51
+ addSchema('AlertExecuteResponderOutput', AlertExecuteResponderOutput, '@pikku/addon-the-hive')
52
+
53
+
54
+ import * as AlertMarkAsReadInput from './schemas/AlertMarkAsReadInput.schema.json' with { type: 'json' }
55
+ addSchema('AlertMarkAsReadInput', AlertMarkAsReadInput, '@pikku/addon-the-hive')
56
+
57
+
58
+ import * as AlertMarkAsReadOutput from './schemas/AlertMarkAsReadOutput.schema.json' with { type: 'json' }
59
+ addSchema('AlertMarkAsReadOutput', AlertMarkAsReadOutput, '@pikku/addon-the-hive')
60
+
61
+
62
+ import * as AlertMarkAsUnreadInput from './schemas/AlertMarkAsUnreadInput.schema.json' with { type: 'json' }
63
+ addSchema('AlertMarkAsUnreadInput', AlertMarkAsUnreadInput, '@pikku/addon-the-hive')
64
+
65
+
66
+ import * as AlertMarkAsUnreadOutput from './schemas/AlertMarkAsUnreadOutput.schema.json' with { type: 'json' }
67
+ addSchema('AlertMarkAsUnreadOutput', AlertMarkAsUnreadOutput, '@pikku/addon-the-hive')
68
+
69
+
70
+ import * as AlertMergeInput from './schemas/AlertMergeInput.schema.json' with { type: 'json' }
71
+ addSchema('AlertMergeInput', AlertMergeInput, '@pikku/addon-the-hive')
72
+
73
+
74
+ import * as AlertMergeOutput from './schemas/AlertMergeOutput.schema.json' with { type: 'json' }
75
+ addSchema('AlertMergeOutput', AlertMergeOutput, '@pikku/addon-the-hive')
76
+
77
+
78
+ import * as AlertPromoteInput from './schemas/AlertPromoteInput.schema.json' with { type: 'json' }
79
+ addSchema('AlertPromoteInput', AlertPromoteInput, '@pikku/addon-the-hive')
80
+
81
+
82
+ import * as AlertPromoteOutput from './schemas/AlertPromoteOutput.schema.json' with { type: 'json' }
83
+ addSchema('AlertPromoteOutput', AlertPromoteOutput, '@pikku/addon-the-hive')
84
+
85
+
86
+ import * as CaseCountInput from './schemas/CaseCountInput.schema.json' with { type: 'json' }
87
+ addSchema('CaseCountInput', CaseCountInput, '@pikku/addon-the-hive')
88
+
89
+
90
+ import * as CaseCountOutput from './schemas/CaseCountOutput.schema.json' with { type: 'json' }
91
+ addSchema('CaseCountOutput', CaseCountOutput, '@pikku/addon-the-hive')
92
+
93
+
94
+ import * as CaseGetAllInput from './schemas/CaseGetAllInput.schema.json' with { type: 'json' }
95
+ addSchema('CaseGetAllInput', CaseGetAllInput, '@pikku/addon-the-hive')
96
+
97
+
98
+ import * as CaseGetAllOutput from './schemas/CaseGetAllOutput.schema.json' with { type: 'json' }
99
+ addSchema('CaseGetAllOutput', CaseGetAllOutput, '@pikku/addon-the-hive')
100
+
101
+
102
+ import * as CaseCreateInput from './schemas/CaseCreateInput.schema.json' with { type: 'json' }
103
+ addSchema('CaseCreateInput', CaseCreateInput, '@pikku/addon-the-hive')
104
+
105
+
106
+ import * as CaseCreateOutput from './schemas/CaseCreateOutput.schema.json' with { type: 'json' }
107
+ addSchema('CaseCreateOutput', CaseCreateOutput, '@pikku/addon-the-hive')
108
+
109
+
110
+ import * as CaseGetInput from './schemas/CaseGetInput.schema.json' with { type: 'json' }
111
+ addSchema('CaseGetInput', CaseGetInput, '@pikku/addon-the-hive')
112
+
113
+
114
+ import * as CaseGetOutput from './schemas/CaseGetOutput.schema.json' with { type: 'json' }
115
+ addSchema('CaseGetOutput', CaseGetOutput, '@pikku/addon-the-hive')
116
+
117
+
118
+ import * as CaseUpdateInput from './schemas/CaseUpdateInput.schema.json' with { type: 'json' }
119
+ addSchema('CaseUpdateInput', CaseUpdateInput, '@pikku/addon-the-hive')
120
+
121
+
122
+ import * as CaseUpdateOutput from './schemas/CaseUpdateOutput.schema.json' with { type: 'json' }
123
+ addSchema('CaseUpdateOutput', CaseUpdateOutput, '@pikku/addon-the-hive')
124
+
125
+
126
+ import * as CaseExecuteResponderInput from './schemas/CaseExecuteResponderInput.schema.json' with { type: 'json' }
127
+ addSchema('CaseExecuteResponderInput', CaseExecuteResponderInput, '@pikku/addon-the-hive')
128
+
129
+
130
+ import * as CaseExecuteResponderOutput from './schemas/CaseExecuteResponderOutput.schema.json' with { type: 'json' }
131
+ addSchema('CaseExecuteResponderOutput', CaseExecuteResponderOutput, '@pikku/addon-the-hive')
132
+
133
+
134
+ import * as ObservableCountInput from './schemas/ObservableCountInput.schema.json' with { type: 'json' }
135
+ addSchema('ObservableCountInput', ObservableCountInput, '@pikku/addon-the-hive')
136
+
137
+
138
+ import * as ObservableCountOutput from './schemas/ObservableCountOutput.schema.json' with { type: 'json' }
139
+ addSchema('ObservableCountOutput', ObservableCountOutput, '@pikku/addon-the-hive')
140
+
141
+
142
+ import * as ObservableCreateInput from './schemas/ObservableCreateInput.schema.json' with { type: 'json' }
143
+ addSchema('ObservableCreateInput', ObservableCreateInput, '@pikku/addon-the-hive')
144
+
145
+
146
+ import * as ObservableCreateOutput from './schemas/ObservableCreateOutput.schema.json' with { type: 'json' }
147
+ addSchema('ObservableCreateOutput', ObservableCreateOutput, '@pikku/addon-the-hive')
148
+
149
+
150
+ import * as ObservableGetAllInput from './schemas/ObservableGetAllInput.schema.json' with { type: 'json' }
151
+ addSchema('ObservableGetAllInput', ObservableGetAllInput, '@pikku/addon-the-hive')
152
+
153
+
154
+ import * as ObservableGetAllOutput from './schemas/ObservableGetAllOutput.schema.json' with { type: 'json' }
155
+ addSchema('ObservableGetAllOutput', ObservableGetAllOutput, '@pikku/addon-the-hive')
156
+
157
+
158
+ import * as ObservableGetInput from './schemas/ObservableGetInput.schema.json' with { type: 'json' }
159
+ addSchema('ObservableGetInput', ObservableGetInput, '@pikku/addon-the-hive')
160
+
161
+
162
+ import * as ObservableGetOutput from './schemas/ObservableGetOutput.schema.json' with { type: 'json' }
163
+ addSchema('ObservableGetOutput', ObservableGetOutput, '@pikku/addon-the-hive')
164
+
165
+
166
+ import * as ObservableUpdateInput from './schemas/ObservableUpdateInput.schema.json' with { type: 'json' }
167
+ addSchema('ObservableUpdateInput', ObservableUpdateInput, '@pikku/addon-the-hive')
168
+
169
+
170
+ import * as ObservableUpdateOutput from './schemas/ObservableUpdateOutput.schema.json' with { type: 'json' }
171
+ addSchema('ObservableUpdateOutput', ObservableUpdateOutput, '@pikku/addon-the-hive')
172
+
173
+
174
+ import * as ObservableSearchInput from './schemas/ObservableSearchInput.schema.json' with { type: 'json' }
175
+ addSchema('ObservableSearchInput', ObservableSearchInput, '@pikku/addon-the-hive')
176
+
177
+
178
+ import * as ObservableSearchOutput from './schemas/ObservableSearchOutput.schema.json' with { type: 'json' }
179
+ addSchema('ObservableSearchOutput', ObservableSearchOutput, '@pikku/addon-the-hive')
180
+
181
+
182
+ import * as ObservableExecuteAnalyzerInput from './schemas/ObservableExecuteAnalyzerInput.schema.json' with { type: 'json' }
183
+ addSchema('ObservableExecuteAnalyzerInput', ObservableExecuteAnalyzerInput, '@pikku/addon-the-hive')
184
+
185
+
186
+ import * as ObservableExecuteAnalyzerOutput from './schemas/ObservableExecuteAnalyzerOutput.schema.json' with { type: 'json' }
187
+ addSchema('ObservableExecuteAnalyzerOutput', ObservableExecuteAnalyzerOutput, '@pikku/addon-the-hive')
188
+
189
+
190
+ import * as ObservableExecuteResponderInput from './schemas/ObservableExecuteResponderInput.schema.json' with { type: 'json' }
191
+ addSchema('ObservableExecuteResponderInput', ObservableExecuteResponderInput, '@pikku/addon-the-hive')
192
+
193
+
194
+ import * as ObservableExecuteResponderOutput from './schemas/ObservableExecuteResponderOutput.schema.json' with { type: 'json' }
195
+ addSchema('ObservableExecuteResponderOutput', ObservableExecuteResponderOutput, '@pikku/addon-the-hive')
196
+
197
+
198
+ import * as TaskCountInput from './schemas/TaskCountInput.schema.json' with { type: 'json' }
199
+ addSchema('TaskCountInput', TaskCountInput, '@pikku/addon-the-hive')
200
+
201
+
202
+ import * as TaskCountOutput from './schemas/TaskCountOutput.schema.json' with { type: 'json' }
203
+ addSchema('TaskCountOutput', TaskCountOutput, '@pikku/addon-the-hive')
204
+
205
+
206
+ import * as TaskCreateInput from './schemas/TaskCreateInput.schema.json' with { type: 'json' }
207
+ addSchema('TaskCreateInput', TaskCreateInput, '@pikku/addon-the-hive')
208
+
209
+
210
+ import * as TaskCreateOutput from './schemas/TaskCreateOutput.schema.json' with { type: 'json' }
211
+ addSchema('TaskCreateOutput', TaskCreateOutput, '@pikku/addon-the-hive')
212
+
213
+
214
+ import * as TaskGetAllInput from './schemas/TaskGetAllInput.schema.json' with { type: 'json' }
215
+ addSchema('TaskGetAllInput', TaskGetAllInput, '@pikku/addon-the-hive')
216
+
217
+
218
+ import * as TaskGetAllOutput from './schemas/TaskGetAllOutput.schema.json' with { type: 'json' }
219
+ addSchema('TaskGetAllOutput', TaskGetAllOutput, '@pikku/addon-the-hive')
220
+
221
+
222
+ import * as TaskGetInput from './schemas/TaskGetInput.schema.json' with { type: 'json' }
223
+ addSchema('TaskGetInput', TaskGetInput, '@pikku/addon-the-hive')
224
+
225
+
226
+ import * as TaskGetOutput from './schemas/TaskGetOutput.schema.json' with { type: 'json' }
227
+ addSchema('TaskGetOutput', TaskGetOutput, '@pikku/addon-the-hive')
228
+
229
+
230
+ import * as TaskUpdateInput from './schemas/TaskUpdateInput.schema.json' with { type: 'json' }
231
+ addSchema('TaskUpdateInput', TaskUpdateInput, '@pikku/addon-the-hive')
232
+
233
+
234
+ import * as TaskUpdateOutput from './schemas/TaskUpdateOutput.schema.json' with { type: 'json' }
235
+ addSchema('TaskUpdateOutput', TaskUpdateOutput, '@pikku/addon-the-hive')
236
+
237
+
238
+ import * as TaskSearchInput from './schemas/TaskSearchInput.schema.json' with { type: 'json' }
239
+ addSchema('TaskSearchInput', TaskSearchInput, '@pikku/addon-the-hive')
240
+
241
+
242
+ import * as TaskSearchOutput from './schemas/TaskSearchOutput.schema.json' with { type: 'json' }
243
+ addSchema('TaskSearchOutput', TaskSearchOutput, '@pikku/addon-the-hive')
244
+
245
+
246
+ import * as TaskExecuteResponderInput from './schemas/TaskExecuteResponderInput.schema.json' with { type: 'json' }
247
+ addSchema('TaskExecuteResponderInput', TaskExecuteResponderInput, '@pikku/addon-the-hive')
248
+
249
+
250
+ import * as TaskExecuteResponderOutput from './schemas/TaskExecuteResponderOutput.schema.json' with { type: 'json' }
251
+ addSchema('TaskExecuteResponderOutput', TaskExecuteResponderOutput, '@pikku/addon-the-hive')
252
+
253
+
254
+ import * as LogCreateInput from './schemas/LogCreateInput.schema.json' with { type: 'json' }
255
+ addSchema('LogCreateInput', LogCreateInput, '@pikku/addon-the-hive')
256
+
257
+
258
+ import * as LogCreateOutput from './schemas/LogCreateOutput.schema.json' with { type: 'json' }
259
+ addSchema('LogCreateOutput', LogCreateOutput, '@pikku/addon-the-hive')
260
+
261
+
262
+ import * as LogGetAllInput from './schemas/LogGetAllInput.schema.json' with { type: 'json' }
263
+ addSchema('LogGetAllInput', LogGetAllInput, '@pikku/addon-the-hive')
264
+
265
+
266
+ import * as LogGetAllOutput from './schemas/LogGetAllOutput.schema.json' with { type: 'json' }
267
+ addSchema('LogGetAllOutput', LogGetAllOutput, '@pikku/addon-the-hive')
268
+
269
+
270
+ import * as LogGetInput from './schemas/LogGetInput.schema.json' with { type: 'json' }
271
+ addSchema('LogGetInput', LogGetInput, '@pikku/addon-the-hive')
272
+
273
+
274
+ import * as LogGetOutput from './schemas/LogGetOutput.schema.json' with { type: 'json' }
275
+ addSchema('LogGetOutput', LogGetOutput, '@pikku/addon-the-hive')
276
+
277
+
278
+ import * as LogExecuteResponderInput from './schemas/LogExecuteResponderInput.schema.json' with { type: 'json' }
279
+ addSchema('LogExecuteResponderInput', LogExecuteResponderInput, '@pikku/addon-the-hive')
280
+
281
+
282
+ import * as LogExecuteResponderOutput from './schemas/LogExecuteResponderOutput.schema.json' with { type: 'json' }
283
+ addSchema('LogExecuteResponderOutput', LogExecuteResponderOutput, '@pikku/addon-the-hive')
284
+
285
+
286
+ import * as CredentialSchema_theHive from './schemas/CredentialSchema_theHive.schema.json' with { type: 'json' }
287
+ addSchema('CredentialSchema_theHive', CredentialSchema_theHive, '@pikku/addon-the-hive')
288
+
289
+
290
+ import * as VariableSchema_THE_HIVE_BASE_URL from './schemas/VariableSchema_THE_HIVE_BASE_URL.schema.json' with { type: 'json' }
291
+ addSchema('VariableSchema_THE_HIVE_BASE_URL', VariableSchema_THE_HIVE_BASE_URL, '@pikku/addon-the-hive')
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"source":{"type":"string"},"sourceRef":{"type":"string"},"severity":{"type":"number"},"tlp":{"type":"number"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"},"responderId":{"type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"range":{"type":"string"},"sort":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"},"caseId":{"type":"string"}},"required":["id","caseId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"severity":{"type":"number"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"},"severity":{"type":"number"},"owner":{"type":"string"},"tlp":{"type":"number"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"},"responderId":{"type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"range":{"type":"string"},"sort":{"type":"string"}},"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"summary":{"type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","description":"TheHive bearer token"}},"required":["token"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"taskId":{"type":"string"},"message":{"type":"string"},"startDate":{"type":"string"},"status":{"type":"string"}},"required":["taskId"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"},"responderId":{"type":"string"}},"required":["id"],"additionalProperties":false}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
@@ -0,0 +1 @@
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"taskId":{"type":"string"},"range":{"type":"string"}},"additionalProperties":false}