@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.
- package/README.md +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +10 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +1017 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +667 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +76 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +76 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +35 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +30 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +42 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +365 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +400 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +37 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +149 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +291 -0
- package/dist/.pikku/schemas/schemas/AlertCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertCountOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertExecuteResponderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertExecuteResponderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertMarkAsReadInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertMarkAsReadOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertMarkAsUnreadInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertMarkAsUnreadOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertMergeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertMergeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertPromoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertPromoteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AlertUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseCountOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseExecuteResponderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseExecuteResponderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CaseUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_theHive.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LogCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LogCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LogExecuteResponderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LogExecuteResponderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LogGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LogGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LogGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LogGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableCountOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableExecuteAnalyzerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableExecuteAnalyzerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableExecuteResponderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableExecuteResponderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableSearchInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableSearchOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ObservableUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCountOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskExecuteResponderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskExecuteResponderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskSearchInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskSearchOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TaskUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_THE_HIVE_BASE_URL.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/alertCount.function.d.ts +13 -0
- package/dist/src/functions/alertCount.function.d.ts.map +1 -0
- package/dist/src/functions/alertCount.function.js +15 -0
- package/dist/src/functions/alertCount.function.js.map +1 -0
- package/dist/src/functions/alertCreate.function.d.ts +37 -0
- package/dist/src/functions/alertCreate.function.d.ts.map +1 -0
- package/dist/src/functions/alertCreate.function.js +21 -0
- package/dist/src/functions/alertCreate.function.js.map +1 -0
- package/dist/src/functions/alertExecuteResponder.function.d.ts +17 -0
- package/dist/src/functions/alertExecuteResponder.function.d.ts.map +1 -0
- package/dist/src/functions/alertExecuteResponder.function.js +16 -0
- package/dist/src/functions/alertExecuteResponder.function.js.map +1 -0
- package/dist/src/functions/alertGet.function.d.ts +13 -0
- package/dist/src/functions/alertGet.function.d.ts.map +1 -0
- package/dist/src/functions/alertGet.function.js +15 -0
- package/dist/src/functions/alertGet.function.js.map +1 -0
- package/dist/src/functions/alertGetAll.function.d.ts +17 -0
- package/dist/src/functions/alertGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/alertGetAll.function.js +16 -0
- package/dist/src/functions/alertGetAll.function.js.map +1 -0
- package/dist/src/functions/alertMarkAsRead.function.d.ts +13 -0
- package/dist/src/functions/alertMarkAsRead.function.d.ts.map +1 -0
- package/dist/src/functions/alertMarkAsRead.function.js +15 -0
- package/dist/src/functions/alertMarkAsRead.function.js.map +1 -0
- package/dist/src/functions/alertMarkAsUnread.function.d.ts +13 -0
- package/dist/src/functions/alertMarkAsUnread.function.d.ts.map +1 -0
- package/dist/src/functions/alertMarkAsUnread.function.js +15 -0
- package/dist/src/functions/alertMarkAsUnread.function.js.map +1 -0
- package/dist/src/functions/alertMerge.function.d.ts +17 -0
- package/dist/src/functions/alertMerge.function.d.ts.map +1 -0
- package/dist/src/functions/alertMerge.function.js +16 -0
- package/dist/src/functions/alertMerge.function.js.map +1 -0
- package/dist/src/functions/alertPromote.function.d.ts +13 -0
- package/dist/src/functions/alertPromote.function.d.ts.map +1 -0
- package/dist/src/functions/alertPromote.function.js +15 -0
- package/dist/src/functions/alertPromote.function.js.map +1 -0
- package/dist/src/functions/alertUpdate.function.d.ts +25 -0
- package/dist/src/functions/alertUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/alertUpdate.function.js +18 -0
- package/dist/src/functions/alertUpdate.function.js.map +1 -0
- package/dist/src/functions/caseCount.function.d.ts +13 -0
- package/dist/src/functions/caseCount.function.d.ts.map +1 -0
- package/dist/src/functions/caseCount.function.js +15 -0
- package/dist/src/functions/caseCount.function.js.map +1 -0
- package/dist/src/functions/caseCreate.function.d.ts +29 -0
- package/dist/src/functions/caseCreate.function.d.ts.map +1 -0
- package/dist/src/functions/caseCreate.function.js +19 -0
- package/dist/src/functions/caseCreate.function.js.map +1 -0
- package/dist/src/functions/caseExecuteResponder.function.d.ts +17 -0
- package/dist/src/functions/caseExecuteResponder.function.d.ts.map +1 -0
- package/dist/src/functions/caseExecuteResponder.function.js +16 -0
- package/dist/src/functions/caseExecuteResponder.function.js.map +1 -0
- package/dist/src/functions/caseGet.function.d.ts +13 -0
- package/dist/src/functions/caseGet.function.d.ts.map +1 -0
- package/dist/src/functions/caseGet.function.js +15 -0
- package/dist/src/functions/caseGet.function.js.map +1 -0
- package/dist/src/functions/caseGetAll.function.d.ts +17 -0
- package/dist/src/functions/caseGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/caseGetAll.function.js +16 -0
- package/dist/src/functions/caseGetAll.function.js.map +1 -0
- package/dist/src/functions/caseUpdate.function.d.ts +25 -0
- package/dist/src/functions/caseUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/caseUpdate.function.js +18 -0
- package/dist/src/functions/caseUpdate.function.js.map +1 -0
- package/dist/src/functions/logCreate.function.d.ts +25 -0
- package/dist/src/functions/logCreate.function.d.ts.map +1 -0
- package/dist/src/functions/logCreate.function.js +18 -0
- package/dist/src/functions/logCreate.function.js.map +1 -0
- package/dist/src/functions/logExecuteResponder.function.d.ts +17 -0
- package/dist/src/functions/logExecuteResponder.function.d.ts.map +1 -0
- package/dist/src/functions/logExecuteResponder.function.js +16 -0
- package/dist/src/functions/logExecuteResponder.function.js.map +1 -0
- package/dist/src/functions/logGet.function.d.ts +13 -0
- package/dist/src/functions/logGet.function.d.ts.map +1 -0
- package/dist/src/functions/logGet.function.js +15 -0
- package/dist/src/functions/logGet.function.js.map +1 -0
- package/dist/src/functions/logGetAll.function.d.ts +17 -0
- package/dist/src/functions/logGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/logGetAll.function.js +16 -0
- package/dist/src/functions/logGetAll.function.js.map +1 -0
- package/dist/src/functions/observableCount.function.d.ts +13 -0
- package/dist/src/functions/observableCount.function.d.ts.map +1 -0
- package/dist/src/functions/observableCount.function.js +15 -0
- package/dist/src/functions/observableCount.function.js.map +1 -0
- package/dist/src/functions/observableCreate.function.d.ts +29 -0
- package/dist/src/functions/observableCreate.function.d.ts.map +1 -0
- package/dist/src/functions/observableCreate.function.js +19 -0
- package/dist/src/functions/observableCreate.function.js.map +1 -0
- package/dist/src/functions/observableExecuteAnalyzer.function.d.ts +17 -0
- package/dist/src/functions/observableExecuteAnalyzer.function.d.ts.map +1 -0
- package/dist/src/functions/observableExecuteAnalyzer.function.js +16 -0
- package/dist/src/functions/observableExecuteAnalyzer.function.js.map +1 -0
- package/dist/src/functions/observableExecuteResponder.function.d.ts +17 -0
- package/dist/src/functions/observableExecuteResponder.function.d.ts.map +1 -0
- package/dist/src/functions/observableExecuteResponder.function.js +16 -0
- package/dist/src/functions/observableExecuteResponder.function.js.map +1 -0
- package/dist/src/functions/observableGet.function.d.ts +13 -0
- package/dist/src/functions/observableGet.function.d.ts.map +1 -0
- package/dist/src/functions/observableGet.function.js +15 -0
- package/dist/src/functions/observableGet.function.js.map +1 -0
- package/dist/src/functions/observableGetAll.function.d.ts +17 -0
- package/dist/src/functions/observableGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/observableGetAll.function.js +16 -0
- package/dist/src/functions/observableGetAll.function.js.map +1 -0
- package/dist/src/functions/observableSearch.function.d.ts +13 -0
- package/dist/src/functions/observableSearch.function.d.ts.map +1 -0
- package/dist/src/functions/observableSearch.function.js +15 -0
- package/dist/src/functions/observableSearch.function.js.map +1 -0
- package/dist/src/functions/observableUpdate.function.d.ts +21 -0
- package/dist/src/functions/observableUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/observableUpdate.function.js +17 -0
- package/dist/src/functions/observableUpdate.function.js.map +1 -0
- package/dist/src/functions/taskCount.function.d.ts +13 -0
- package/dist/src/functions/taskCount.function.d.ts.map +1 -0
- package/dist/src/functions/taskCount.function.js +15 -0
- package/dist/src/functions/taskCount.function.js.map +1 -0
- package/dist/src/functions/taskCreate.function.d.ts +29 -0
- package/dist/src/functions/taskCreate.function.d.ts.map +1 -0
- package/dist/src/functions/taskCreate.function.js +19 -0
- package/dist/src/functions/taskCreate.function.js.map +1 -0
- package/dist/src/functions/taskExecuteResponder.function.d.ts +17 -0
- package/dist/src/functions/taskExecuteResponder.function.d.ts.map +1 -0
- package/dist/src/functions/taskExecuteResponder.function.js +16 -0
- package/dist/src/functions/taskExecuteResponder.function.js.map +1 -0
- package/dist/src/functions/taskGet.function.d.ts +13 -0
- package/dist/src/functions/taskGet.function.d.ts.map +1 -0
- package/dist/src/functions/taskGet.function.js +15 -0
- package/dist/src/functions/taskGet.function.js.map +1 -0
- package/dist/src/functions/taskGetAll.function.d.ts +17 -0
- package/dist/src/functions/taskGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/taskGetAll.function.js +16 -0
- package/dist/src/functions/taskGetAll.function.js.map +1 -0
- package/dist/src/functions/taskSearch.function.d.ts +13 -0
- package/dist/src/functions/taskSearch.function.d.ts.map +1 -0
- package/dist/src/functions/taskSearch.function.js +15 -0
- package/dist/src/functions/taskSearch.function.js.map +1 -0
- package/dist/src/functions/taskUpdate.function.d.ts +25 -0
- package/dist/src/functions/taskUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/taskUpdate.function.js +18 -0
- package/dist/src/functions/taskUpdate.function.js.map +1 -0
- package/dist/src/index.d.ts +36 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +36 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +14 -0
- package/dist/src/services.js.map +1 -0
- package/dist/src/the-hive-api.service.d.ts +10 -0
- package/dist/src/the-hive-api.service.d.ts.map +1 -0
- package/dist/src/the-hive-api.service.js +310 -0
- package/dist/src/the-hive-api.service.js.map +1 -0
- package/dist/src/the-hive.credential.d.ts +5 -0
- package/dist/src/the-hive.credential.d.ts.map +1 -0
- package/dist/src/the-hive.credential.js +13 -0
- package/dist/src/the-hive.credential.js.map +1 -0
- package/dist/src/the-hive.types.d.ts +7 -0
- package/dist/src/the-hive.types.d.ts.map +1 -0
- package/dist/src/the-hive.types.js +8 -0
- package/dist/src/the-hive.types.js.map +1 -0
- package/dist/src/the-hive.variable.d.ts +5 -0
- package/dist/src/the-hive.variable.d.ts.map +1 -0
- package/dist/src/the-hive.variable.js +11 -0
- package/dist/src/the-hive.variable.js.map +1 -0
- 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}
|