@pikku/addon-console 0.12.26 → 0.12.28
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/dist/.pikku/addon/pikku-addon-types.gen.d.ts +1 -1
- package/dist/.pikku/addon/pikku-addon-types.gen.js +1 -1
- package/dist/.pikku/addon/pikku-package.gen.js +2 -2
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -1
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +4 -2
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -1
- package/dist/.pikku/auth/auth.types.d.ts +1 -1
- package/dist/.pikku/auth/auth.types.js +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +30 -26
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +3 -12
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +386 -193
- package/dist/.pikku/function/pikku-functions.gen.js +27 -13
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +2 -24
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +2 -24
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
- package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
- package/dist/.pikku/pikku-meta-service.gen.js +1 -1
- package/dist/.pikku/pikku-services.gen.d.ts +6 -4
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -1
- package/dist/.pikku/pikku-services.gen.js +4 -2
- package/dist/.pikku/pikku-services.gen.js.map +1 -1
- package/dist/.pikku/pikku-types.gen.d.ts +2 -1
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -1
- package/dist/.pikku/pikku-types.gen.js +3 -1
- package/dist/.pikku/pikku-types.gen.js.map +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +43 -20
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +43 -20
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.remote.gen.d.ts +200 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +13 -6
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +49 -23
- package/dist/.pikku/schemas/register.gen.js.map +1 -1
- package/dist/.pikku/schemas/schemas/AddonPackageInfo.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/AllMeta.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/GetAddonInstancesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAddonInstancesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAddonMetaOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/GetFunctionsMetaOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/GetOpenapisOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/GetWebhookDeliveryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowMetaByIdOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/ListWebhookDeliveriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ListWebhookDeliveriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeAddScopeToUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeAddScopeToUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeAddUserToRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeAddUserToRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeCreateRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeCreateRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeDeleteRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeDeleteRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeListDeclaredOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeListRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeListUserRolesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeListUserRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeRemoveScopeFromUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeRemoveScopeFromUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeRemoveUserFromRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeRemoveUserFromRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeSetRoleScopesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ScopeSetRoleScopesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WebhookDeliveryWithAttempts.schema.json +1 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts +6 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.js +5 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.js.map +1 -0
- package/dist/.pikku/scopes/pikku-scopes-meta.gen.json +21 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.d.ts +36 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.d.ts.map +1 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.js +30 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +11 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +11 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -3
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +23 -8
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/src/functions/agent-credential-check.function.d.ts +2 -2
- package/dist/src/functions/agent-credential-check.function.d.ts.map +1 -1
- package/dist/src/functions/credential-delete.function.d.ts +2 -2
- package/dist/src/functions/credential-delete.function.d.ts.map +1 -1
- package/dist/src/functions/credential-delete.function.js +0 -4
- package/dist/src/functions/credential-delete.function.js.map +1 -1
- package/dist/src/functions/credential-get.function.d.ts +2 -2
- package/dist/src/functions/credential-get.function.d.ts.map +1 -1
- package/dist/src/functions/credential-get.function.js +0 -4
- package/dist/src/functions/credential-get.function.js.map +1 -1
- package/dist/src/functions/credential-list-users.function.d.ts +2 -2
- package/dist/src/functions/credential-list-users.function.d.ts.map +1 -1
- package/dist/src/functions/credential-set.function.d.ts +2 -2
- package/dist/src/functions/credential-set.function.d.ts.map +1 -1
- package/dist/src/functions/credential-set.function.js +0 -4
- package/dist/src/functions/credential-set.function.js.map +1 -1
- package/dist/src/functions/credential-status.function.d.ts +2 -2
- package/dist/src/functions/credential-status.function.d.ts.map +1 -1
- package/dist/src/functions/credential-status.function.js +0 -4
- package/dist/src/functions/credential-status.function.js.map +1 -1
- package/dist/src/functions/credential-users.function.d.ts +2 -2
- package/dist/src/functions/credential-users.function.d.ts.map +1 -1
- package/dist/src/functions/credential-users.function.js +0 -4
- package/dist/src/functions/credential-users.function.js.map +1 -1
- package/dist/src/functions/delete-agent-thread.function.d.ts +2 -2
- package/dist/src/functions/delete-agent-thread.function.d.ts.map +1 -1
- package/dist/src/functions/delete-agent-thread.function.js +0 -3
- package/dist/src/functions/delete-agent-thread.function.js.map +1 -1
- package/dist/src/functions/delete-workflow-run.function.d.ts +2 -2
- package/dist/src/functions/delete-workflow-run.function.d.ts.map +1 -1
- package/dist/src/functions/delete-workflow-run.function.js +0 -3
- package/dist/src/functions/delete-workflow-run.function.js.map +1 -1
- package/dist/src/functions/get-addon-icon.function.d.ts +2 -2
- package/dist/src/functions/get-addon-icon.function.d.ts.map +1 -1
- package/dist/src/functions/get-addon-instances.function.d.ts +25 -0
- package/dist/src/functions/get-addon-instances.function.d.ts.map +1 -0
- package/dist/src/functions/get-addon-instances.function.js +30 -0
- package/dist/src/functions/get-addon-instances.function.js.map +1 -0
- package/dist/src/functions/get-addon-meta.function.d.ts +1 -1
- package/dist/src/functions/get-addon-meta.function.d.ts.map +1 -1
- package/dist/src/functions/get-addon-package.function.d.ts +2 -2
- package/dist/src/functions/get-addon-package.function.d.ts.map +1 -1
- package/dist/src/functions/get-agent-thread-messages.function.d.ts +2 -2
- package/dist/src/functions/get-agent-thread-messages.function.d.ts.map +1 -1
- package/dist/src/functions/get-agent-thread-messages.function.js +0 -3
- package/dist/src/functions/get-agent-thread-messages.function.js.map +1 -1
- package/dist/src/functions/get-agent-thread-runs.function.d.ts +2 -2
- package/dist/src/functions/get-agent-thread-runs.function.d.ts.map +1 -1
- package/dist/src/functions/get-agent-thread-runs.function.js +0 -3
- package/dist/src/functions/get-agent-thread-runs.function.js.map +1 -1
- package/dist/src/functions/get-agent-threads.function.d.ts +2 -2
- package/dist/src/functions/get-agent-threads.function.d.ts.map +1 -1
- package/dist/src/functions/get-agent-threads.function.js +0 -3
- package/dist/src/functions/get-agent-threads.function.js.map +1 -1
- package/dist/src/functions/get-ai-workflows.function.d.ts +2 -2
- package/dist/src/functions/get-ai-workflows.function.d.ts.map +1 -1
- package/dist/src/functions/get-ai-workflows.function.js +0 -3
- package/dist/src/functions/get-ai-workflows.function.js.map +1 -1
- package/dist/src/functions/get-all-meta.function.d.ts +1 -1
- package/dist/src/functions/get-all-meta.function.d.ts.map +1 -1
- package/dist/src/functions/get-auth-providers.function.d.ts +1 -1
- package/dist/src/functions/get-auth-providers.function.d.ts.map +1 -1
- package/dist/src/functions/get-channel-snippets.function.d.ts +2 -2
- package/dist/src/functions/get-channel-snippets.function.d.ts.map +1 -1
- package/dist/src/functions/get-db-schema.function.d.ts +1 -1
- package/dist/src/functions/get-db-schema.function.d.ts.map +1 -1
- package/dist/src/functions/get-functions-meta.function.d.ts +1 -1
- package/dist/src/functions/get-functions-meta.function.d.ts.map +1 -1
- package/dist/src/functions/get-installed-addons.function.d.ts +1 -1
- package/dist/src/functions/get-installed-addons.function.d.ts.map +1 -1
- package/dist/src/functions/get-installed-package.function.d.ts +2 -2
- package/dist/src/functions/get-installed-package.function.d.ts.map +1 -1
- package/dist/src/functions/get-installed-package.function.js +13 -13
- package/dist/src/functions/get-installed-package.function.js.map +1 -1
- package/dist/src/functions/get-openapi-detail.function.d.ts +2 -2
- package/dist/src/functions/get-openapi-detail.function.d.ts.map +1 -1
- package/dist/src/functions/get-openapi-detail.function.js +3 -9
- package/dist/src/functions/get-openapi-detail.function.js.map +1 -1
- package/dist/src/functions/get-openapis.function.d.ts +5 -5
- package/dist/src/functions/get-openapis.function.d.ts.map +1 -1
- package/dist/src/functions/get-openapis.function.js +3 -12
- package/dist/src/functions/get-openapis.function.js.map +1 -1
- package/dist/src/functions/get-schema.function.d.ts +2 -2
- package/dist/src/functions/get-schema.function.d.ts.map +1 -1
- package/dist/src/functions/get-security-audit.function.d.ts +1 -1
- package/dist/src/functions/get-security-audit.function.d.ts.map +1 -1
- package/dist/src/functions/get-state-diff.function.d.ts +2 -2
- package/dist/src/functions/get-state-diff.function.d.ts.map +1 -1
- package/dist/src/functions/get-webhook-delivery.function.d.ts +9 -0
- package/dist/src/functions/get-webhook-delivery.function.d.ts.map +1 -0
- package/dist/src/functions/get-webhook-delivery.function.js +10 -0
- package/dist/src/functions/get-webhook-delivery.function.js.map +1 -0
- package/dist/src/functions/get-workflow-meta-by-id.function.d.ts +2 -2
- package/dist/src/functions/get-workflow-meta-by-id.function.d.ts.map +1 -1
- package/dist/src/functions/get-workflow-run-history.function.d.ts +2 -2
- package/dist/src/functions/get-workflow-run-history.function.d.ts.map +1 -1
- package/dist/src/functions/get-workflow-run-history.function.js +1 -4
- package/dist/src/functions/get-workflow-run-history.function.js.map +1 -1
- package/dist/src/functions/get-workflow-run-names.function.d.ts +1 -1
- package/dist/src/functions/get-workflow-run-names.function.d.ts.map +1 -1
- package/dist/src/functions/get-workflow-run-names.function.js +1 -4
- package/dist/src/functions/get-workflow-run-names.function.js.map +1 -1
- package/dist/src/functions/get-workflow-run-steps.function.d.ts +2 -2
- package/dist/src/functions/get-workflow-run-steps.function.d.ts.map +1 -1
- package/dist/src/functions/get-workflow-run-steps.function.js +0 -3
- package/dist/src/functions/get-workflow-run-steps.function.js.map +1 -1
- package/dist/src/functions/get-workflow-run.function.d.ts +2 -2
- package/dist/src/functions/get-workflow-run.function.d.ts.map +1 -1
- package/dist/src/functions/get-workflow-run.function.js +0 -3
- package/dist/src/functions/get-workflow-run.function.js.map +1 -1
- package/dist/src/functions/get-workflow-runs.function.d.ts +2 -2
- package/dist/src/functions/get-workflow-runs.function.d.ts.map +1 -1
- package/dist/src/functions/get-workflow-runs.function.js +0 -3
- package/dist/src/functions/get-workflow-runs.function.js.map +1 -1
- package/dist/src/functions/get-workflow-version.function.d.ts +2 -2
- package/dist/src/functions/get-workflow-version.function.d.ts.map +1 -1
- package/dist/src/functions/get-workflow-version.function.js +0 -3
- package/dist/src/functions/get-workflow-version.function.js.map +1 -1
- package/dist/src/functions/install-addon.function.d.ts +2 -2
- package/dist/src/functions/install-addon.function.d.ts.map +1 -1
- package/dist/src/functions/install-addon.function.js +65 -11
- package/dist/src/functions/install-addon.function.js.map +1 -1
- package/dist/src/functions/install-openapi-addon.function.d.ts +2 -2
- package/dist/src/functions/install-openapi-addon.function.d.ts.map +1 -1
- package/dist/src/functions/list-webhook-deliveries.function.d.ts +12 -0
- package/dist/src/functions/list-webhook-deliveries.function.d.ts.map +1 -0
- package/dist/src/functions/list-webhook-deliveries.function.js +10 -0
- package/dist/src/functions/list-webhook-deliveries.function.js.map +1 -0
- package/dist/src/functions/ping.function.d.ts +2 -2
- package/dist/src/functions/ping.function.d.ts.map +1 -1
- package/dist/src/functions/read-agent-source.function.d.ts +2 -2
- package/dist/src/functions/read-agent-source.function.d.ts.map +1 -1
- package/dist/src/functions/read-function-body.function.d.ts +2 -2
- package/dist/src/functions/read-function-body.function.d.ts.map +1 -1
- package/dist/src/functions/read-function-source.function.d.ts +2 -2
- package/dist/src/functions/read-function-source.function.d.ts.map +1 -1
- package/dist/src/functions/render-email-preview.function.d.ts +1 -1
- package/dist/src/functions/render-email-preview.function.d.ts.map +1 -1
- package/dist/src/functions/run-security-audit.function.d.ts +1 -1
- package/dist/src/functions/run-security-audit.function.d.ts.map +1 -1
- package/dist/src/functions/scope-add-scope-to-user.function.d.ts +17 -0
- package/dist/src/functions/scope-add-scope-to-user.function.d.ts.map +1 -0
- package/dist/src/functions/scope-add-scope-to-user.function.js +12 -0
- package/dist/src/functions/scope-add-scope-to-user.function.js.map +1 -0
- package/dist/src/functions/scope-add-user-to-role.function.d.ts +17 -0
- package/dist/src/functions/scope-add-user-to-role.function.d.ts.map +1 -0
- package/dist/src/functions/scope-add-user-to-role.function.js +12 -0
- package/dist/src/functions/scope-add-user-to-role.function.js.map +1 -0
- package/dist/src/functions/scope-create-role.function.d.ts +20 -0
- package/dist/src/functions/scope-create-role.function.d.ts.map +1 -0
- package/dist/src/functions/scope-create-role.function.js +14 -0
- package/dist/src/functions/scope-create-role.function.js.map +1 -0
- package/dist/src/functions/scope-delete-role.function.d.ts +14 -0
- package/dist/src/functions/scope-delete-role.function.d.ts.map +1 -0
- package/dist/src/functions/scope-delete-role.function.js +12 -0
- package/dist/src/functions/scope-delete-role.function.js.map +1 -0
- package/dist/src/functions/scope-list-declared.function.d.ts +18 -0
- package/dist/src/functions/scope-list-declared.function.d.ts.map +1 -0
- package/dist/src/functions/scope-list-declared.function.js +15 -0
- package/dist/src/functions/scope-list-declared.function.js.map +1 -0
- package/dist/src/functions/scope-list-roles.function.d.ts +9 -0
- package/dist/src/functions/scope-list-roles.function.d.ts.map +1 -0
- package/dist/src/functions/scope-list-roles.function.js +14 -0
- package/dist/src/functions/scope-list-roles.function.js.map +1 -0
- package/dist/src/functions/scope-list-user-roles.function.d.ts +20 -0
- package/dist/src/functions/scope-list-user-roles.function.d.ts.map +1 -0
- package/dist/src/functions/scope-list-user-roles.function.js +23 -0
- package/dist/src/functions/scope-list-user-roles.function.js.map +1 -0
- package/dist/src/functions/scope-remove-scope-from-user.function.d.ts +17 -0
- package/dist/src/functions/scope-remove-scope-from-user.function.d.ts.map +1 -0
- package/dist/src/functions/scope-remove-scope-from-user.function.js +12 -0
- package/dist/src/functions/scope-remove-scope-from-user.function.js.map +1 -0
- package/dist/src/functions/scope-remove-user-from-role.function.d.ts +17 -0
- package/dist/src/functions/scope-remove-user-from-role.function.d.ts.map +1 -0
- package/dist/src/functions/scope-remove-user-from-role.function.js +12 -0
- package/dist/src/functions/scope-remove-user-from-role.function.js.map +1 -0
- package/dist/src/functions/scope-set-role-scopes.function.d.ts +17 -0
- package/dist/src/functions/scope-set-role-scopes.function.d.ts.map +1 -0
- package/dist/src/functions/scope-set-role-scopes.function.js +12 -0
- package/dist/src/functions/scope-set-role-scopes.function.js.map +1 -0
- package/dist/src/functions/stream-workflow-run.function.d.ts +2 -2
- package/dist/src/functions/stream-workflow-run.function.d.ts.map +1 -1
- package/dist/src/functions/stream-workflow-run.function.js +0 -3
- package/dist/src/functions/stream-workflow-run.function.js.map +1 -1
- package/dist/src/functions/update-agent-config.function.d.ts +2 -2
- package/dist/src/functions/update-agent-config.function.d.ts.map +1 -1
- package/dist/src/functions/update-dependency.function.d.ts +2 -2
- package/dist/src/functions/update-dependency.function.d.ts.map +1 -1
- package/dist/src/functions/update-email-template.function.d.ts +2 -2
- package/dist/src/functions/update-email-template.function.d.ts.map +1 -1
- package/dist/src/functions/update-function-body.function.d.ts +2 -2
- package/dist/src/functions/update-function-body.function.d.ts.map +1 -1
- package/dist/src/functions/update-function-config.function.d.ts +2 -2
- package/dist/src/functions/update-function-config.function.d.ts.map +1 -1
- package/dist/src/lib/derive-instance-overrides.d.ts +31 -0
- package/dist/src/lib/derive-instance-overrides.d.ts.map +1 -0
- package/dist/src/lib/derive-instance-overrides.js +72 -0
- package/dist/src/lib/derive-instance-overrides.js.map +1 -0
- package/dist/src/lib/derive-instance-overrides.test.d.ts +2 -0
- package/dist/src/lib/derive-instance-overrides.test.d.ts.map +1 -0
- package/dist/src/lib/derive-instance-overrides.test.js +59 -0
- package/dist/src/lib/derive-instance-overrides.test.js.map +1 -0
- package/dist/src/scopes.d.ts +2 -0
- package/dist/src/scopes.d.ts.map +1 -0
- package/dist/src/scopes.js +29 -0
- package/dist/src/scopes.js.map +1 -0
- package/dist/src/services/addon.service.d.ts +37 -0
- package/dist/src/services/addon.service.d.ts.map +1 -1
- package/dist/src/services/addon.service.js +24 -0
- package/dist/src/services/addon.service.js.map +1 -1
- package/dist/src/services/addon.service.test.js +17 -0
- package/dist/src/services/addon.service.test.js.map +1 -1
- package/dist/src/services.d.ts.map +1 -1
- package/dist/src/services.js +3 -4
- package/dist/src/services.js.map +1 -1
- package/package.json +4 -4
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"CredentialDeleteOutput"
|
|
42
42
|
],
|
|
43
43
|
"expose": true,
|
|
44
|
-
"implementationHash": "
|
|
44
|
+
"implementationHash": "c1adc37855c0b0e1",
|
|
45
45
|
"contractHash": "c0c0129a197c5bed",
|
|
46
46
|
"inputHash": "e5f90226",
|
|
47
47
|
"outputHash": "d380569d",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"CredentialGetOutput"
|
|
68
68
|
],
|
|
69
69
|
"expose": true,
|
|
70
|
-
"implementationHash": "
|
|
70
|
+
"implementationHash": "35bcfa960b0d439e",
|
|
71
71
|
"contractHash": "20ae6fc72986b883",
|
|
72
72
|
"inputHash": "1162de3d",
|
|
73
73
|
"outputHash": "7f6b0ebf",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"CredentialSetOutput"
|
|
119
119
|
],
|
|
120
120
|
"expose": true,
|
|
121
|
-
"implementationHash": "
|
|
121
|
+
"implementationHash": "75a1560247e99655",
|
|
122
122
|
"contractHash": "1cf24418020be4f5",
|
|
123
123
|
"inputHash": "411710ba",
|
|
124
124
|
"outputHash": "d17478ee",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"CredentialStatusOutput"
|
|
145
145
|
],
|
|
146
146
|
"expose": true,
|
|
147
|
-
"implementationHash": "
|
|
147
|
+
"implementationHash": "18e0af3ea331ec7a",
|
|
148
148
|
"contractHash": "54c549aa89a51ad1",
|
|
149
149
|
"inputHash": "e5e1d5fa",
|
|
150
150
|
"outputHash": "d90abe74",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"CredentialUsersOutput"
|
|
171
171
|
],
|
|
172
172
|
"expose": true,
|
|
173
|
-
"implementationHash": "
|
|
173
|
+
"implementationHash": "e8ce71c17b4e2253",
|
|
174
174
|
"contractHash": "3978cc43086f3ba9",
|
|
175
175
|
"inputHash": "3ece4aca",
|
|
176
176
|
"outputHash": "ad9afc4a",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"DeleteAgentThreadOutput"
|
|
197
197
|
],
|
|
198
198
|
"expose": true,
|
|
199
|
-
"implementationHash": "
|
|
199
|
+
"implementationHash": "458d54717e1ba2cb",
|
|
200
200
|
"contractHash": "4a965a6fb8ee9447",
|
|
201
201
|
"inputHash": "a375c07d",
|
|
202
202
|
"outputHash": "a2094cc1",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"DeleteWorkflowRunOutput"
|
|
223
223
|
],
|
|
224
224
|
"expose": true,
|
|
225
|
-
"implementationHash": "
|
|
225
|
+
"implementationHash": "ef700a005caf64a7",
|
|
226
226
|
"contractHash": "ad8307eecdc7ad6a",
|
|
227
227
|
"inputHash": "9c70c523",
|
|
228
228
|
"outputHash": "15f13ae6",
|
|
@@ -259,6 +259,30 @@
|
|
|
259
259
|
]
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
|
+
"getAddonInstances": {
|
|
263
|
+
"pikkuFuncId": "getAddonInstances",
|
|
264
|
+
"functionType": "user",
|
|
265
|
+
"funcWrapper": "pikkuFunc",
|
|
266
|
+
"sessionless": false,
|
|
267
|
+
"name": "getAddonInstances",
|
|
268
|
+
"inputSchemaName": "GetAddonInstancesInput",
|
|
269
|
+
"outputSchemaName": "GetAddonInstancesOutput",
|
|
270
|
+
"inputs": [
|
|
271
|
+
"GetAddonInstancesInput"
|
|
272
|
+
],
|
|
273
|
+
"outputs": [
|
|
274
|
+
"GetAddonInstancesOutput"
|
|
275
|
+
],
|
|
276
|
+
"expose": true,
|
|
277
|
+
"implementationHash": "aaf21504c28464f8",
|
|
278
|
+
"contractHash": "a0f0bba74c363c18",
|
|
279
|
+
"inputHash": "71254e9e",
|
|
280
|
+
"outputHash": "9f2fff5a",
|
|
281
|
+
"services": {
|
|
282
|
+
"optimized": true,
|
|
283
|
+
"services": []
|
|
284
|
+
}
|
|
285
|
+
},
|
|
262
286
|
"getAddonMeta": {
|
|
263
287
|
"pikkuFuncId": "getAddonMeta",
|
|
264
288
|
"functionType": "user",
|
|
@@ -273,9 +297,9 @@
|
|
|
273
297
|
],
|
|
274
298
|
"expose": true,
|
|
275
299
|
"implementationHash": "4c36d335dd78f7bb",
|
|
276
|
-
"contractHash": "
|
|
300
|
+
"contractHash": "5d16c6c0257213bd",
|
|
277
301
|
"inputHash": "2abde298",
|
|
278
|
-
"outputHash": "
|
|
302
|
+
"outputHash": "c94cdc17",
|
|
279
303
|
"services": {
|
|
280
304
|
"optimized": true,
|
|
281
305
|
"services": [
|
|
@@ -299,9 +323,9 @@
|
|
|
299
323
|
],
|
|
300
324
|
"expose": true,
|
|
301
325
|
"implementationHash": "e5f5a6ecf3cd2c76",
|
|
302
|
-
"contractHash": "
|
|
326
|
+
"contractHash": "d794f5c0684629da",
|
|
303
327
|
"inputHash": "450acb95",
|
|
304
|
-
"outputHash": "
|
|
328
|
+
"outputHash": "9519a6a0",
|
|
305
329
|
"services": {
|
|
306
330
|
"optimized": true,
|
|
307
331
|
"services": [
|
|
@@ -324,7 +348,7 @@
|
|
|
324
348
|
"GetAgentThreadMessagesOutput"
|
|
325
349
|
],
|
|
326
350
|
"expose": true,
|
|
327
|
-
"implementationHash": "
|
|
351
|
+
"implementationHash": "b3199103df324fb7",
|
|
328
352
|
"contractHash": "16058b8da61ea056",
|
|
329
353
|
"inputHash": "1212abd3",
|
|
330
354
|
"outputHash": "04960780",
|
|
@@ -350,7 +374,7 @@
|
|
|
350
374
|
"GetAgentThreadRunsOutput"
|
|
351
375
|
],
|
|
352
376
|
"expose": true,
|
|
353
|
-
"implementationHash": "
|
|
377
|
+
"implementationHash": "68faa15cc84a150b",
|
|
354
378
|
"contractHash": "2e961f7a3c523dad",
|
|
355
379
|
"inputHash": "81647ab7",
|
|
356
380
|
"outputHash": "6352aca1",
|
|
@@ -376,7 +400,7 @@
|
|
|
376
400
|
"GetAgentThreadsOutput"
|
|
377
401
|
],
|
|
378
402
|
"expose": true,
|
|
379
|
-
"implementationHash": "
|
|
403
|
+
"implementationHash": "f53b3b7a58758bcd",
|
|
380
404
|
"contractHash": "d629208347702d27",
|
|
381
405
|
"inputHash": "41f5350c",
|
|
382
406
|
"outputHash": "6598bdff",
|
|
@@ -402,7 +426,7 @@
|
|
|
402
426
|
"GetAIWorkflowsOutput"
|
|
403
427
|
],
|
|
404
428
|
"expose": true,
|
|
405
|
-
"implementationHash": "
|
|
429
|
+
"implementationHash": "ad8d756f116f5fd6",
|
|
406
430
|
"contractHash": "561cad36ad30ec39",
|
|
407
431
|
"inputHash": "dbd3ee11",
|
|
408
432
|
"outputHash": "672b3c89",
|
|
@@ -427,9 +451,9 @@
|
|
|
427
451
|
],
|
|
428
452
|
"expose": true,
|
|
429
453
|
"implementationHash": "f95d5f2fceef56bb",
|
|
430
|
-
"contractHash": "
|
|
454
|
+
"contractHash": "aab33a2b909cb986",
|
|
431
455
|
"inputHash": "bf06e182",
|
|
432
|
-
"outputHash": "
|
|
456
|
+
"outputHash": "a5342791",
|
|
433
457
|
"services": {
|
|
434
458
|
"optimized": true,
|
|
435
459
|
"services": [
|
|
@@ -526,9 +550,9 @@
|
|
|
526
550
|
],
|
|
527
551
|
"expose": true,
|
|
528
552
|
"implementationHash": "67fbdf8db39fa458",
|
|
529
|
-
"contractHash": "
|
|
553
|
+
"contractHash": "25b735739e2df67f",
|
|
530
554
|
"inputHash": "f42aa828",
|
|
531
|
-
"outputHash": "
|
|
555
|
+
"outputHash": "ee4a26c5",
|
|
532
556
|
"services": {
|
|
533
557
|
"optimized": true,
|
|
534
558
|
"services": [
|
|
@@ -575,10 +599,10 @@
|
|
|
575
599
|
"AddonPackageInfo"
|
|
576
600
|
],
|
|
577
601
|
"expose": true,
|
|
578
|
-
"implementationHash": "
|
|
579
|
-
"contractHash": "
|
|
602
|
+
"implementationHash": "8c4aa9d56ff3351b",
|
|
603
|
+
"contractHash": "3f8137c238c93f27",
|
|
580
604
|
"inputHash": "84821b5a",
|
|
581
|
-
"outputHash": "
|
|
605
|
+
"outputHash": "b558f238",
|
|
582
606
|
"services": {
|
|
583
607
|
"optimized": true,
|
|
584
608
|
"services": [
|
|
@@ -601,14 +625,14 @@
|
|
|
601
625
|
"GetOpenapiDetailOutput"
|
|
602
626
|
],
|
|
603
627
|
"expose": true,
|
|
604
|
-
"implementationHash": "
|
|
628
|
+
"implementationHash": "89b4e3e8f7036c5d",
|
|
605
629
|
"contractHash": "ab3426b06a677b45",
|
|
606
630
|
"inputHash": "c91b6280",
|
|
607
631
|
"outputHash": "25720c9f",
|
|
608
632
|
"services": {
|
|
609
633
|
"optimized": true,
|
|
610
634
|
"services": [
|
|
611
|
-
"
|
|
635
|
+
"addonService"
|
|
612
636
|
]
|
|
613
637
|
}
|
|
614
638
|
},
|
|
@@ -627,14 +651,14 @@
|
|
|
627
651
|
"GetOpenapisOutput"
|
|
628
652
|
],
|
|
629
653
|
"expose": true,
|
|
630
|
-
"implementationHash": "
|
|
631
|
-
"contractHash": "
|
|
654
|
+
"implementationHash": "72e8b9d4d1f6861e",
|
|
655
|
+
"contractHash": "d5a64cb5b6be8fa6",
|
|
632
656
|
"inputHash": "2611b527",
|
|
633
|
-
"outputHash": "
|
|
657
|
+
"outputHash": "b12c2699",
|
|
634
658
|
"services": {
|
|
635
659
|
"optimized": true,
|
|
636
660
|
"services": [
|
|
637
|
-
"
|
|
661
|
+
"addonService"
|
|
638
662
|
]
|
|
639
663
|
}
|
|
640
664
|
},
|
|
@@ -714,6 +738,32 @@
|
|
|
714
738
|
]
|
|
715
739
|
}
|
|
716
740
|
},
|
|
741
|
+
"getWebhookDelivery": {
|
|
742
|
+
"pikkuFuncId": "getWebhookDelivery",
|
|
743
|
+
"functionType": "user",
|
|
744
|
+
"funcWrapper": "pikkuFunc",
|
|
745
|
+
"sessionless": false,
|
|
746
|
+
"name": "getWebhookDelivery",
|
|
747
|
+
"inputSchemaName": "GetWebhookDeliveryInput",
|
|
748
|
+
"outputSchemaName": "WebhookDeliveryWithAttempts",
|
|
749
|
+
"inputs": [
|
|
750
|
+
"GetWebhookDeliveryInput"
|
|
751
|
+
],
|
|
752
|
+
"outputs": [
|
|
753
|
+
"WebhookDeliveryWithAttempts"
|
|
754
|
+
],
|
|
755
|
+
"expose": true,
|
|
756
|
+
"implementationHash": "78913ef964a87f7e",
|
|
757
|
+
"contractHash": "a2b37c62d9535ce2",
|
|
758
|
+
"inputHash": "091ce638",
|
|
759
|
+
"outputHash": "ca3bae74",
|
|
760
|
+
"services": {
|
|
761
|
+
"optimized": true,
|
|
762
|
+
"services": [
|
|
763
|
+
"webhookService"
|
|
764
|
+
]
|
|
765
|
+
}
|
|
766
|
+
},
|
|
717
767
|
"getWorkflowMetaById": {
|
|
718
768
|
"pikkuFuncId": "getWorkflowMetaById",
|
|
719
769
|
"functionType": "user",
|
|
@@ -730,9 +780,9 @@
|
|
|
730
780
|
],
|
|
731
781
|
"expose": true,
|
|
732
782
|
"implementationHash": "fc36fbfd935d172b",
|
|
733
|
-
"contractHash": "
|
|
783
|
+
"contractHash": "af1345e506bb3070",
|
|
734
784
|
"inputHash": "f967caf6",
|
|
735
|
-
"outputHash": "
|
|
785
|
+
"outputHash": "46edc173",
|
|
736
786
|
"services": {
|
|
737
787
|
"optimized": true,
|
|
738
788
|
"services": [
|
|
@@ -756,7 +806,7 @@
|
|
|
756
806
|
"GetWorkflowRunHistoryOutput"
|
|
757
807
|
],
|
|
758
808
|
"expose": true,
|
|
759
|
-
"implementationHash": "
|
|
809
|
+
"implementationHash": "4b4ce6f3a25fb0c7",
|
|
760
810
|
"contractHash": "6e2a5372a06e6c8f",
|
|
761
811
|
"inputHash": "71adef8b",
|
|
762
812
|
"outputHash": "d3a9b834",
|
|
@@ -780,7 +830,7 @@
|
|
|
780
830
|
"GetWorkflowRunNamesOutput"
|
|
781
831
|
],
|
|
782
832
|
"expose": true,
|
|
783
|
-
"implementationHash": "
|
|
833
|
+
"implementationHash": "55fb11439545e8f6",
|
|
784
834
|
"contractHash": "dd70bc8a66eef689",
|
|
785
835
|
"inputHash": "ab5ef55e",
|
|
786
836
|
"outputHash": "f7f40084",
|
|
@@ -806,7 +856,7 @@
|
|
|
806
856
|
"GetWorkflowRunStepsOutput"
|
|
807
857
|
],
|
|
808
858
|
"expose": true,
|
|
809
|
-
"implementationHash": "
|
|
859
|
+
"implementationHash": "6dd3abd61dcbfb5c",
|
|
810
860
|
"contractHash": "81130856082620bc",
|
|
811
861
|
"inputHash": "6dfc6243",
|
|
812
862
|
"outputHash": "fc160067",
|
|
@@ -832,7 +882,7 @@
|
|
|
832
882
|
"GetWorkflowRunOutput"
|
|
833
883
|
],
|
|
834
884
|
"expose": true,
|
|
835
|
-
"implementationHash": "
|
|
885
|
+
"implementationHash": "11f432594142a6e6",
|
|
836
886
|
"contractHash": "af261ba6bbd86e3a",
|
|
837
887
|
"inputHash": "4c364da8",
|
|
838
888
|
"outputHash": "0e2eaa53",
|
|
@@ -858,7 +908,7 @@
|
|
|
858
908
|
"GetWorkflowRunsOutput"
|
|
859
909
|
],
|
|
860
910
|
"expose": true,
|
|
861
|
-
"implementationHash": "
|
|
911
|
+
"implementationHash": "cd3da712c9261551",
|
|
862
912
|
"contractHash": "6bd77e2897f38f7c",
|
|
863
913
|
"inputHash": "1dce44b4",
|
|
864
914
|
"outputHash": "d91cdf81",
|
|
@@ -884,7 +934,7 @@
|
|
|
884
934
|
"GetWorkflowVersionOutput"
|
|
885
935
|
],
|
|
886
936
|
"expose": true,
|
|
887
|
-
"implementationHash": "
|
|
937
|
+
"implementationHash": "fbb727ee24018217",
|
|
888
938
|
"contractHash": "a1afa3245af186ce",
|
|
889
939
|
"inputHash": "4733674a",
|
|
890
940
|
"outputHash": "6b9145b1",
|
|
@@ -910,7 +960,7 @@
|
|
|
910
960
|
"InstallAddonOutput"
|
|
911
961
|
],
|
|
912
962
|
"expose": true,
|
|
913
|
-
"implementationHash": "
|
|
963
|
+
"implementationHash": "73e18c069b11a855",
|
|
914
964
|
"contractHash": "150c3c7624b8bd6d",
|
|
915
965
|
"inputHash": "b0a5b0d2",
|
|
916
966
|
"outputHash": "2d935d9a",
|
|
@@ -947,172 +997,29 @@
|
|
|
947
997
|
]
|
|
948
998
|
}
|
|
949
999
|
},
|
|
950
|
-
"
|
|
951
|
-
"pikkuFuncId": "
|
|
1000
|
+
"listWebhookDeliveries": {
|
|
1001
|
+
"pikkuFuncId": "listWebhookDeliveries",
|
|
952
1002
|
"functionType": "user",
|
|
953
1003
|
"funcWrapper": "pikkuFunc",
|
|
954
1004
|
"sessionless": false,
|
|
955
|
-
"name": "
|
|
956
|
-
"inputSchemaName": "
|
|
957
|
-
"outputSchemaName": "
|
|
1005
|
+
"name": "listWebhookDeliveries",
|
|
1006
|
+
"inputSchemaName": "ListWebhookDeliveriesInput",
|
|
1007
|
+
"outputSchemaName": "ListWebhookDeliveriesOutput",
|
|
958
1008
|
"inputs": [
|
|
959
|
-
"
|
|
1009
|
+
"ListWebhookDeliveriesInput"
|
|
960
1010
|
],
|
|
961
1011
|
"outputs": [
|
|
962
|
-
"
|
|
1012
|
+
"ListWebhookDeliveriesOutput"
|
|
963
1013
|
],
|
|
964
1014
|
"expose": true,
|
|
965
|
-
"implementationHash": "
|
|
966
|
-
"contractHash": "
|
|
967
|
-
"inputHash": "
|
|
968
|
-
"outputHash": "
|
|
1015
|
+
"implementationHash": "6bcf6126fbf6336d",
|
|
1016
|
+
"contractHash": "669b9393992a828a",
|
|
1017
|
+
"inputHash": "c0b15c7e",
|
|
1018
|
+
"outputHash": "d652baf4",
|
|
969
1019
|
"services": {
|
|
970
1020
|
"optimized": true,
|
|
971
1021
|
"services": [
|
|
972
|
-
"
|
|
973
|
-
"metaService",
|
|
974
|
-
"secrets",
|
|
975
|
-
"oauthService"
|
|
976
|
-
]
|
|
977
|
-
}
|
|
978
|
-
},
|
|
979
|
-
"oauthDisconnect": {
|
|
980
|
-
"pikkuFuncId": "oauthDisconnect",
|
|
981
|
-
"functionType": "user",
|
|
982
|
-
"funcWrapper": "pikkuFunc",
|
|
983
|
-
"sessionless": false,
|
|
984
|
-
"name": "oauthDisconnect",
|
|
985
|
-
"inputSchemaName": "OauthDisconnectInput",
|
|
986
|
-
"outputSchemaName": null,
|
|
987
|
-
"inputs": [
|
|
988
|
-
"OauthDisconnectInput"
|
|
989
|
-
],
|
|
990
|
-
"outputs": [],
|
|
991
|
-
"expose": true,
|
|
992
|
-
"implementationHash": "e6a6346583273bca",
|
|
993
|
-
"contractHash": "9e1ed53738f33dbb",
|
|
994
|
-
"inputHash": "5dedeb1a",
|
|
995
|
-
"outputHash": "80787c5b",
|
|
996
|
-
"services": {
|
|
997
|
-
"optimized": true,
|
|
998
|
-
"services": [
|
|
999
|
-
"logger",
|
|
1000
|
-
"metaService",
|
|
1001
|
-
"secrets",
|
|
1002
|
-
"credentialService"
|
|
1003
|
-
]
|
|
1004
|
-
}
|
|
1005
|
-
},
|
|
1006
|
-
"oauthExchangeTokens": {
|
|
1007
|
-
"pikkuFuncId": "oauthExchangeTokens",
|
|
1008
|
-
"functionType": "user",
|
|
1009
|
-
"funcWrapper": "pikkuFunc",
|
|
1010
|
-
"sessionless": false,
|
|
1011
|
-
"name": "oauthExchangeTokens",
|
|
1012
|
-
"inputSchemaName": "OauthExchangeTokensInput",
|
|
1013
|
-
"outputSchemaName": "OauthExchangeTokensOutput",
|
|
1014
|
-
"inputs": [
|
|
1015
|
-
"OauthExchangeTokensInput"
|
|
1016
|
-
],
|
|
1017
|
-
"outputs": [
|
|
1018
|
-
"OauthExchangeTokensOutput"
|
|
1019
|
-
],
|
|
1020
|
-
"expose": true,
|
|
1021
|
-
"implementationHash": "db6d1bc625508e2c",
|
|
1022
|
-
"contractHash": "bfef983e44f9213f",
|
|
1023
|
-
"inputHash": "fc0a7e04",
|
|
1024
|
-
"outputHash": "02328240",
|
|
1025
|
-
"services": {
|
|
1026
|
-
"optimized": true,
|
|
1027
|
-
"services": [
|
|
1028
|
-
"logger",
|
|
1029
|
-
"secrets",
|
|
1030
|
-
"oauthService",
|
|
1031
|
-
"credentialService"
|
|
1032
|
-
]
|
|
1033
|
-
}
|
|
1034
|
-
},
|
|
1035
|
-
"oauthRefreshToken": {
|
|
1036
|
-
"pikkuFuncId": "oauthRefreshToken",
|
|
1037
|
-
"functionType": "user",
|
|
1038
|
-
"funcWrapper": "pikkuFunc",
|
|
1039
|
-
"sessionless": false,
|
|
1040
|
-
"name": "oauthRefreshToken",
|
|
1041
|
-
"inputSchemaName": "OauthRefreshTokenInput",
|
|
1042
|
-
"outputSchemaName": "OauthRefreshTokenOutput",
|
|
1043
|
-
"inputs": [
|
|
1044
|
-
"OauthRefreshTokenInput"
|
|
1045
|
-
],
|
|
1046
|
-
"outputs": [
|
|
1047
|
-
"OauthRefreshTokenOutput"
|
|
1048
|
-
],
|
|
1049
|
-
"expose": true,
|
|
1050
|
-
"implementationHash": "7ab1dc6ad8e459e0",
|
|
1051
|
-
"contractHash": "25a9842ce2376366",
|
|
1052
|
-
"inputHash": "f5e0d795",
|
|
1053
|
-
"outputHash": "3b27bb9f",
|
|
1054
|
-
"services": {
|
|
1055
|
-
"optimized": true,
|
|
1056
|
-
"services": [
|
|
1057
|
-
"logger",
|
|
1058
|
-
"metaService",
|
|
1059
|
-
"secrets"
|
|
1060
|
-
]
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
"oauthStatus": {
|
|
1064
|
-
"pikkuFuncId": "oauthStatus",
|
|
1065
|
-
"functionType": "user",
|
|
1066
|
-
"funcWrapper": "pikkuFunc",
|
|
1067
|
-
"sessionless": false,
|
|
1068
|
-
"name": "oauthStatus",
|
|
1069
|
-
"inputSchemaName": "OauthStatusInput",
|
|
1070
|
-
"outputSchemaName": "OauthStatusOutput",
|
|
1071
|
-
"inputs": [
|
|
1072
|
-
"OauthStatusInput"
|
|
1073
|
-
],
|
|
1074
|
-
"outputs": [
|
|
1075
|
-
"OauthStatusOutput"
|
|
1076
|
-
],
|
|
1077
|
-
"expose": true,
|
|
1078
|
-
"implementationHash": "df9af0cd02c96d2f",
|
|
1079
|
-
"contractHash": "5356d6b5c8ed8e34",
|
|
1080
|
-
"inputHash": "e98e3087",
|
|
1081
|
-
"outputHash": "1e233f19",
|
|
1082
|
-
"services": {
|
|
1083
|
-
"optimized": true,
|
|
1084
|
-
"services": [
|
|
1085
|
-
"logger",
|
|
1086
|
-
"metaService",
|
|
1087
|
-
"secrets",
|
|
1088
|
-
"credentialService"
|
|
1089
|
-
]
|
|
1090
|
-
}
|
|
1091
|
-
},
|
|
1092
|
-
"oauthTestToken": {
|
|
1093
|
-
"pikkuFuncId": "oauthTestToken",
|
|
1094
|
-
"functionType": "user",
|
|
1095
|
-
"funcWrapper": "pikkuFunc",
|
|
1096
|
-
"sessionless": false,
|
|
1097
|
-
"name": "oauthTestToken",
|
|
1098
|
-
"inputSchemaName": "OauthTestTokenInput",
|
|
1099
|
-
"outputSchemaName": "OauthTestTokenOutput",
|
|
1100
|
-
"inputs": [
|
|
1101
|
-
"OauthTestTokenInput"
|
|
1102
|
-
],
|
|
1103
|
-
"outputs": [
|
|
1104
|
-
"OauthTestTokenOutput"
|
|
1105
|
-
],
|
|
1106
|
-
"expose": true,
|
|
1107
|
-
"implementationHash": "22da1674296f0d05",
|
|
1108
|
-
"contractHash": "dcf756842218c1cf",
|
|
1109
|
-
"inputHash": "b1736aec",
|
|
1110
|
-
"outputHash": "b89b8bdc",
|
|
1111
|
-
"services": {
|
|
1112
|
-
"optimized": true,
|
|
1113
|
-
"services": [
|
|
1114
|
-
"metaService",
|
|
1115
|
-
"secrets"
|
|
1022
|
+
"webhookService"
|
|
1116
1023
|
]
|
|
1117
1024
|
}
|
|
1118
1025
|
},
|
|
@@ -1266,6 +1173,292 @@
|
|
|
1266
1173
|
]
|
|
1267
1174
|
}
|
|
1268
1175
|
},
|
|
1176
|
+
"scopeAddScopeToUser": {
|
|
1177
|
+
"pikkuFuncId": "scopeAddScopeToUser",
|
|
1178
|
+
"functionType": "user",
|
|
1179
|
+
"funcWrapper": "pikkuFunc",
|
|
1180
|
+
"sessionless": false,
|
|
1181
|
+
"name": "scopeAddScopeToUser",
|
|
1182
|
+
"inputSchemaName": "ScopeAddScopeToUserInput",
|
|
1183
|
+
"outputSchemaName": "ScopeAddScopeToUserOutput",
|
|
1184
|
+
"inputs": [
|
|
1185
|
+
"ScopeAddScopeToUserInput"
|
|
1186
|
+
],
|
|
1187
|
+
"outputs": [
|
|
1188
|
+
"ScopeAddScopeToUserOutput"
|
|
1189
|
+
],
|
|
1190
|
+
"expose": true,
|
|
1191
|
+
"scopes": [
|
|
1192
|
+
"pikku:scopes:manage"
|
|
1193
|
+
],
|
|
1194
|
+
"implementationHash": "002c9dc1e8a4257e",
|
|
1195
|
+
"contractHash": "e2191335667bf9c3",
|
|
1196
|
+
"inputHash": "e0bdcc51",
|
|
1197
|
+
"outputHash": "dbe52008",
|
|
1198
|
+
"services": {
|
|
1199
|
+
"optimized": true,
|
|
1200
|
+
"services": [
|
|
1201
|
+
"scopeService"
|
|
1202
|
+
]
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
"scopeAddUserToRole": {
|
|
1206
|
+
"pikkuFuncId": "scopeAddUserToRole",
|
|
1207
|
+
"functionType": "user",
|
|
1208
|
+
"funcWrapper": "pikkuFunc",
|
|
1209
|
+
"sessionless": false,
|
|
1210
|
+
"name": "scopeAddUserToRole",
|
|
1211
|
+
"inputSchemaName": "ScopeAddUserToRoleInput",
|
|
1212
|
+
"outputSchemaName": "ScopeAddUserToRoleOutput",
|
|
1213
|
+
"inputs": [
|
|
1214
|
+
"ScopeAddUserToRoleInput"
|
|
1215
|
+
],
|
|
1216
|
+
"outputs": [
|
|
1217
|
+
"ScopeAddUserToRoleOutput"
|
|
1218
|
+
],
|
|
1219
|
+
"expose": true,
|
|
1220
|
+
"scopes": [
|
|
1221
|
+
"pikku:scopes:manage"
|
|
1222
|
+
],
|
|
1223
|
+
"implementationHash": "e3220612ac3b71f0",
|
|
1224
|
+
"contractHash": "e1a91b09f95f4543",
|
|
1225
|
+
"inputHash": "64fc33b0",
|
|
1226
|
+
"outputHash": "90198208",
|
|
1227
|
+
"services": {
|
|
1228
|
+
"optimized": true,
|
|
1229
|
+
"services": [
|
|
1230
|
+
"scopeService"
|
|
1231
|
+
]
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
"scopeCreateRole": {
|
|
1235
|
+
"pikkuFuncId": "scopeCreateRole",
|
|
1236
|
+
"functionType": "user",
|
|
1237
|
+
"funcWrapper": "pikkuFunc",
|
|
1238
|
+
"sessionless": false,
|
|
1239
|
+
"name": "scopeCreateRole",
|
|
1240
|
+
"inputSchemaName": "ScopeCreateRoleInput",
|
|
1241
|
+
"outputSchemaName": "ScopeCreateRoleOutput",
|
|
1242
|
+
"inputs": [
|
|
1243
|
+
"ScopeCreateRoleInput"
|
|
1244
|
+
],
|
|
1245
|
+
"outputs": [
|
|
1246
|
+
"ScopeCreateRoleOutput"
|
|
1247
|
+
],
|
|
1248
|
+
"expose": true,
|
|
1249
|
+
"scopes": [
|
|
1250
|
+
"pikku:scopes:manage"
|
|
1251
|
+
],
|
|
1252
|
+
"implementationHash": "45f25f430b016391",
|
|
1253
|
+
"contractHash": "223589f5814400ee",
|
|
1254
|
+
"inputHash": "5bac8a6a",
|
|
1255
|
+
"outputHash": "354cac09",
|
|
1256
|
+
"services": {
|
|
1257
|
+
"optimized": true,
|
|
1258
|
+
"services": [
|
|
1259
|
+
"scopeService"
|
|
1260
|
+
]
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
"scopeDeleteRole": {
|
|
1264
|
+
"pikkuFuncId": "scopeDeleteRole",
|
|
1265
|
+
"functionType": "user",
|
|
1266
|
+
"funcWrapper": "pikkuFunc",
|
|
1267
|
+
"sessionless": false,
|
|
1268
|
+
"name": "scopeDeleteRole",
|
|
1269
|
+
"inputSchemaName": "ScopeDeleteRoleInput",
|
|
1270
|
+
"outputSchemaName": "ScopeDeleteRoleOutput",
|
|
1271
|
+
"inputs": [
|
|
1272
|
+
"ScopeDeleteRoleInput"
|
|
1273
|
+
],
|
|
1274
|
+
"outputs": [
|
|
1275
|
+
"ScopeDeleteRoleOutput"
|
|
1276
|
+
],
|
|
1277
|
+
"expose": true,
|
|
1278
|
+
"scopes": [
|
|
1279
|
+
"pikku:scopes:manage"
|
|
1280
|
+
],
|
|
1281
|
+
"implementationHash": "f9516dbb94675ccf",
|
|
1282
|
+
"contractHash": "d318f71c80dc063b",
|
|
1283
|
+
"inputHash": "2b3000d3",
|
|
1284
|
+
"outputHash": "97f5cc49",
|
|
1285
|
+
"services": {
|
|
1286
|
+
"optimized": true,
|
|
1287
|
+
"services": [
|
|
1288
|
+
"scopeService"
|
|
1289
|
+
]
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
"scopeListDeclared": {
|
|
1293
|
+
"pikkuFuncId": "scopeListDeclared",
|
|
1294
|
+
"functionType": "user",
|
|
1295
|
+
"funcWrapper": "pikkuFunc",
|
|
1296
|
+
"sessionless": false,
|
|
1297
|
+
"name": "scopeListDeclared",
|
|
1298
|
+
"inputSchemaName": null,
|
|
1299
|
+
"outputSchemaName": "ScopeListDeclaredOutput",
|
|
1300
|
+
"inputs": [],
|
|
1301
|
+
"outputs": [
|
|
1302
|
+
"ScopeListDeclaredOutput"
|
|
1303
|
+
],
|
|
1304
|
+
"expose": true,
|
|
1305
|
+
"scopes": [
|
|
1306
|
+
"pikku:scopes:read"
|
|
1307
|
+
],
|
|
1308
|
+
"implementationHash": "5e78c244ddf2cfc9",
|
|
1309
|
+
"contractHash": "46fe9e75e9ee89e8",
|
|
1310
|
+
"inputHash": "cdcd8b82",
|
|
1311
|
+
"outputHash": "e340c17d",
|
|
1312
|
+
"services": {
|
|
1313
|
+
"optimized": true,
|
|
1314
|
+
"services": [
|
|
1315
|
+
"scopeService"
|
|
1316
|
+
]
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
"scopeListRoles": {
|
|
1320
|
+
"pikkuFuncId": "scopeListRoles",
|
|
1321
|
+
"functionType": "user",
|
|
1322
|
+
"funcWrapper": "pikkuFunc",
|
|
1323
|
+
"sessionless": false,
|
|
1324
|
+
"name": "scopeListRoles",
|
|
1325
|
+
"inputSchemaName": null,
|
|
1326
|
+
"outputSchemaName": "ScopeListRolesOutput",
|
|
1327
|
+
"inputs": [],
|
|
1328
|
+
"outputs": [
|
|
1329
|
+
"ScopeListRolesOutput"
|
|
1330
|
+
],
|
|
1331
|
+
"expose": true,
|
|
1332
|
+
"scopes": [
|
|
1333
|
+
"pikku:scopes:read"
|
|
1334
|
+
],
|
|
1335
|
+
"implementationHash": "33c3e6c254694e00",
|
|
1336
|
+
"contractHash": "3d227586cea69b27",
|
|
1337
|
+
"inputHash": "f9028549",
|
|
1338
|
+
"outputHash": "cc71b773",
|
|
1339
|
+
"services": {
|
|
1340
|
+
"optimized": true,
|
|
1341
|
+
"services": [
|
|
1342
|
+
"scopeService"
|
|
1343
|
+
]
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1346
|
+
"scopeListUserRoles": {
|
|
1347
|
+
"pikkuFuncId": "scopeListUserRoles",
|
|
1348
|
+
"functionType": "user",
|
|
1349
|
+
"funcWrapper": "pikkuFunc",
|
|
1350
|
+
"sessionless": false,
|
|
1351
|
+
"name": "scopeListUserRoles",
|
|
1352
|
+
"inputSchemaName": "ScopeListUserRolesInput",
|
|
1353
|
+
"outputSchemaName": "ScopeListUserRolesOutput",
|
|
1354
|
+
"inputs": [
|
|
1355
|
+
"ScopeListUserRolesInput"
|
|
1356
|
+
],
|
|
1357
|
+
"outputs": [
|
|
1358
|
+
"ScopeListUserRolesOutput"
|
|
1359
|
+
],
|
|
1360
|
+
"expose": true,
|
|
1361
|
+
"scopes": [
|
|
1362
|
+
"pikku:scopes:read"
|
|
1363
|
+
],
|
|
1364
|
+
"implementationHash": "f2324450cb109255",
|
|
1365
|
+
"contractHash": "56767e69aab89b76",
|
|
1366
|
+
"inputHash": "de5d4fe8",
|
|
1367
|
+
"outputHash": "df994c3c",
|
|
1368
|
+
"services": {
|
|
1369
|
+
"optimized": true,
|
|
1370
|
+
"services": [
|
|
1371
|
+
"scopeService"
|
|
1372
|
+
]
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
"scopeRemoveScopeFromUser": {
|
|
1376
|
+
"pikkuFuncId": "scopeRemoveScopeFromUser",
|
|
1377
|
+
"functionType": "user",
|
|
1378
|
+
"funcWrapper": "pikkuFunc",
|
|
1379
|
+
"sessionless": false,
|
|
1380
|
+
"name": "scopeRemoveScopeFromUser",
|
|
1381
|
+
"inputSchemaName": "ScopeRemoveScopeFromUserInput",
|
|
1382
|
+
"outputSchemaName": "ScopeRemoveScopeFromUserOutput",
|
|
1383
|
+
"inputs": [
|
|
1384
|
+
"ScopeRemoveScopeFromUserInput"
|
|
1385
|
+
],
|
|
1386
|
+
"outputs": [
|
|
1387
|
+
"ScopeRemoveScopeFromUserOutput"
|
|
1388
|
+
],
|
|
1389
|
+
"expose": true,
|
|
1390
|
+
"scopes": [
|
|
1391
|
+
"pikku:scopes:manage"
|
|
1392
|
+
],
|
|
1393
|
+
"implementationHash": "12f59a9c18110346",
|
|
1394
|
+
"contractHash": "4a89ae3d7f60f261",
|
|
1395
|
+
"inputHash": "3dd862ea",
|
|
1396
|
+
"outputHash": "75db1af4",
|
|
1397
|
+
"services": {
|
|
1398
|
+
"optimized": true,
|
|
1399
|
+
"services": [
|
|
1400
|
+
"scopeService"
|
|
1401
|
+
]
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
"scopeRemoveUserFromRole": {
|
|
1405
|
+
"pikkuFuncId": "scopeRemoveUserFromRole",
|
|
1406
|
+
"functionType": "user",
|
|
1407
|
+
"funcWrapper": "pikkuFunc",
|
|
1408
|
+
"sessionless": false,
|
|
1409
|
+
"name": "scopeRemoveUserFromRole",
|
|
1410
|
+
"inputSchemaName": "ScopeRemoveUserFromRoleInput",
|
|
1411
|
+
"outputSchemaName": "ScopeRemoveUserFromRoleOutput",
|
|
1412
|
+
"inputs": [
|
|
1413
|
+
"ScopeRemoveUserFromRoleInput"
|
|
1414
|
+
],
|
|
1415
|
+
"outputs": [
|
|
1416
|
+
"ScopeRemoveUserFromRoleOutput"
|
|
1417
|
+
],
|
|
1418
|
+
"expose": true,
|
|
1419
|
+
"scopes": [
|
|
1420
|
+
"pikku:scopes:manage"
|
|
1421
|
+
],
|
|
1422
|
+
"implementationHash": "587c657823eb1305",
|
|
1423
|
+
"contractHash": "64f00972592ec04a",
|
|
1424
|
+
"inputHash": "ce192b8a",
|
|
1425
|
+
"outputHash": "c17da240",
|
|
1426
|
+
"services": {
|
|
1427
|
+
"optimized": true,
|
|
1428
|
+
"services": [
|
|
1429
|
+
"scopeService"
|
|
1430
|
+
]
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
"scopeSetRoleScopes": {
|
|
1434
|
+
"pikkuFuncId": "scopeSetRoleScopes",
|
|
1435
|
+
"functionType": "user",
|
|
1436
|
+
"funcWrapper": "pikkuFunc",
|
|
1437
|
+
"sessionless": false,
|
|
1438
|
+
"name": "scopeSetRoleScopes",
|
|
1439
|
+
"inputSchemaName": "ScopeSetRoleScopesInput",
|
|
1440
|
+
"outputSchemaName": "ScopeSetRoleScopesOutput",
|
|
1441
|
+
"inputs": [
|
|
1442
|
+
"ScopeSetRoleScopesInput"
|
|
1443
|
+
],
|
|
1444
|
+
"outputs": [
|
|
1445
|
+
"ScopeSetRoleScopesOutput"
|
|
1446
|
+
],
|
|
1447
|
+
"expose": true,
|
|
1448
|
+
"scopes": [
|
|
1449
|
+
"pikku:scopes:manage"
|
|
1450
|
+
],
|
|
1451
|
+
"implementationHash": "532b53bf687f51fb",
|
|
1452
|
+
"contractHash": "3c72002e096bedd7",
|
|
1453
|
+
"inputHash": "9db02d43",
|
|
1454
|
+
"outputHash": "c6ce28cf",
|
|
1455
|
+
"services": {
|
|
1456
|
+
"optimized": true,
|
|
1457
|
+
"services": [
|
|
1458
|
+
"scopeService"
|
|
1459
|
+
]
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1269
1462
|
"streamWorkflowRun": {
|
|
1270
1463
|
"pikkuFuncId": "streamWorkflowRun",
|
|
1271
1464
|
"functionType": "user",
|
|
@@ -1278,7 +1471,7 @@
|
|
|
1278
1471
|
"StreamWorkflowRunInput"
|
|
1279
1472
|
],
|
|
1280
1473
|
"outputs": [],
|
|
1281
|
-
"implementationHash": "
|
|
1474
|
+
"implementationHash": "7facb8afed01d7ab",
|
|
1282
1475
|
"contractHash": "1dc21fdc8c6d42b2",
|
|
1283
1476
|
"inputHash": "e98b5c8e",
|
|
1284
1477
|
"outputHash": "20fdee07",
|