@pikku/addon-console 0.12.21 → 0.12.23
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 +1 -1
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +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 +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +639 -217
- package/dist/.pikku/function/pikku-functions.gen.js +7 -1
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +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 +1 -1
- package/dist/.pikku/pikku-types.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.js +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 +8 -4
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +8 -4
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +3 -0
- 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 +5 -1
- 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/AgentCredentialCheckInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/AllMeta.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/GetAddonMetaOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/GetWorkflowMetaByIdOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/SecurityAuditReport.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDependencyInput.schema.json +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.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +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.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +9 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +4 -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 -5
- package/dist/src/functions/agent-credential-check.function.d.ts.map +1 -1
- package/dist/src/functions/agent-credential-check.function.js +7 -4
- package/dist/src/functions/agent-credential-check.function.js.map +1 -1
- package/dist/src/functions/credential-delete.function.d.ts +2 -2
- package/dist/src/functions/credential-delete.function.js +2 -2
- 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.js +2 -2
- 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.js +2 -2
- package/dist/src/functions/credential-list-users.function.js.map +1 -1
- package/dist/src/functions/credential-set.function.d.ts +2 -2
- package/dist/src/functions/credential-set.function.js +2 -2
- 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.js +2 -2
- 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.js +2 -2
- 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 +2 -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 +2 -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-icon.function.js +2 -3
- package/dist/src/functions/get-addon-icon.function.js.map +1 -1
- 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-meta.function.js +2 -3
- package/dist/src/functions/get-addon-meta.function.js.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-addon-package.function.js +2 -3
- package/dist/src/functions/get-addon-package.function.js.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 +2 -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 +2 -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 +2 -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 +2 -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-all-meta.function.js +2 -3
- package/dist/src/functions/get-all-meta.function.js.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-auth-providers.function.js +2 -3
- package/dist/src/functions/get-auth-providers.function.js.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-channel-snippets.function.js +2 -3
- package/dist/src/functions/get-channel-snippets.function.js.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-db-schema.function.js +2 -3
- package/dist/src/functions/get-db-schema.function.js.map +1 -1
- package/dist/src/functions/get-function-coverage.function.d.ts +1 -1
- package/dist/src/functions/get-function-coverage.function.d.ts.map +1 -1
- package/dist/src/functions/get-function-coverage.function.js +2 -3
- package/dist/src/functions/get-function-coverage.function.js.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-functions-meta.function.js +2 -3
- package/dist/src/functions/get-functions-meta.function.js.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-addons.function.js +2 -3
- package/dist/src/functions/get-installed-addons.function.js.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 +2 -3
- 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 +2 -3
- package/dist/src/functions/get-openapi-detail.function.js.map +1 -1
- package/dist/src/functions/get-openapis.function.d.ts +2 -2
- package/dist/src/functions/get-openapis.function.d.ts.map +1 -1
- package/dist/src/functions/get-openapis.function.js +2 -3
- 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-schema.function.js +2 -3
- package/dist/src/functions/get-schema.function.js.map +1 -1
- package/dist/src/functions/get-security-audit.function.d.ts +3 -0
- package/dist/src/functions/get-security-audit.function.d.ts.map +1 -0
- package/dist/src/functions/get-security-audit.function.js +9 -0
- package/dist/src/functions/get-security-audit.function.js.map +1 -0
- package/dist/src/functions/get-security-audit.function.test.d.ts +2 -0
- package/dist/src/functions/get-security-audit.function.test.d.ts.map +1 -0
- package/dist/src/functions/get-security-audit.function.test.js +53 -0
- package/dist/src/functions/get-security-audit.function.test.js.map +1 -0
- package/dist/src/functions/get-state-diff.function.d.ts +2 -2
- package/dist/src/functions/get-state-diff.function.js +2 -2
- package/dist/src/functions/get-state-diff.function.js.map +1 -1
- package/dist/src/functions/get-workflow-meta-by-id.function.d.ts +8 -2
- package/dist/src/functions/get-workflow-meta-by-id.function.d.ts.map +1 -1
- package/dist/src/functions/get-workflow-meta-by-id.function.js +2 -3
- package/dist/src/functions/get-workflow-meta-by-id.function.js.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 +3 -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 +3 -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 +2 -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 +2 -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 +2 -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 +2 -3
- package/dist/src/functions/get-workflow-version.function.js.map +1 -1
- package/dist/src/functions/install-addon.function.d.ts.map +1 -1
- package/dist/src/functions/install-addon.function.js +2 -1
- package/dist/src/functions/install-addon.function.js.map +1 -1
- package/dist/src/functions/install-openapi-addon.function.d.ts.map +1 -1
- package/dist/src/functions/install-openapi-addon.function.js +2 -1
- package/dist/src/functions/install-openapi-addon.function.js.map +1 -1
- package/dist/src/functions/oauth-connect.function.d.ts +2 -2
- package/dist/src/functions/oauth-connect.function.js +2 -2
- package/dist/src/functions/oauth-connect.function.js.map +1 -1
- package/dist/src/functions/oauth-disconnect.function.d.ts +2 -2
- package/dist/src/functions/oauth-disconnect.function.js +2 -2
- package/dist/src/functions/oauth-disconnect.function.js.map +1 -1
- package/dist/src/functions/oauth-exchange-tokens.function.d.ts +2 -2
- package/dist/src/functions/oauth-exchange-tokens.function.js +2 -2
- package/dist/src/functions/oauth-exchange-tokens.function.js.map +1 -1
- package/dist/src/functions/oauth-refresh-token.function.d.ts +2 -2
- package/dist/src/functions/oauth-refresh-token.function.js +2 -2
- package/dist/src/functions/oauth-refresh-token.function.js.map +1 -1
- package/dist/src/functions/oauth-status.function.d.ts +2 -2
- package/dist/src/functions/oauth-status.function.js +2 -2
- package/dist/src/functions/oauth-status.function.js.map +1 -1
- package/dist/src/functions/oauth-test-token.function.d.ts +2 -2
- package/dist/src/functions/oauth-test-token.function.js +2 -2
- package/dist/src/functions/oauth-test-token.function.js.map +1 -1
- 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/ping.function.js +2 -3
- package/dist/src/functions/ping.function.js.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-agent-source.function.js +2 -3
- package/dist/src/functions/read-agent-source.function.js.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-body.function.js +2 -3
- package/dist/src/functions/read-function-body.function.js.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/read-function-source.function.js +2 -3
- package/dist/src/functions/read-function-source.function.js.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/render-email-preview.function.js +2 -3
- package/dist/src/functions/render-email-preview.function.js.map +1 -1
- package/dist/src/functions/run-function-tests.function.d.ts +1 -1
- package/dist/src/functions/run-function-tests.function.d.ts.map +1 -1
- package/dist/src/functions/run-function-tests.function.js +2 -3
- package/dist/src/functions/run-function-tests.function.js.map +1 -1
- package/dist/src/functions/run-security-audit.function.d.ts +3 -0
- package/dist/src/functions/run-security-audit.function.d.ts.map +1 -0
- package/dist/src/functions/run-security-audit.function.js +18 -0
- package/dist/src/functions/run-security-audit.function.js.map +1 -0
- 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-agent-config.function.js +2 -3
- package/dist/src/functions/update-agent-config.function.js.map +1 -1
- package/dist/src/functions/update-dependency.function.d.ts +12 -0
- package/dist/src/functions/update-dependency.function.d.ts.map +1 -0
- package/dist/src/functions/update-dependency.function.js +62 -0
- package/dist/src/functions/update-dependency.function.js.map +1 -0
- 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-email-template.function.js +2 -3
- package/dist/src/functions/update-email-template.function.js.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-body.function.js +2 -3
- package/dist/src/functions/update-function-body.function.js.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/functions/update-function-config.function.js +2 -3
- package/dist/src/functions/update-function-config.function.js.map +1 -1
- package/dist/src/lib/audit-exec.d.ts +10 -0
- package/dist/src/lib/audit-exec.d.ts.map +1 -0
- package/dist/src/lib/audit-exec.js +75 -0
- package/dist/src/lib/audit-exec.js.map +1 -0
- package/dist/src/lib/find-project-root.d.ts +9 -0
- package/dist/src/lib/find-project-root.d.ts.map +1 -0
- package/dist/src/lib/find-project-root.js +21 -0
- package/dist/src/lib/find-project-root.js.map +1 -0
- package/dist/src/services/wiring.service.d.ts +6 -0
- package/dist/src/services/wiring.service.d.ts.map +1 -1
- package/dist/src/services/wiring.service.js +3 -1
- package/dist/src/services/wiring.service.js.map +1 -1
- package/dist/src/services/wiring.service.test.js +1 -0
- package/dist/src/services/wiring.service.test.js.map +1 -1
- package/dist/src/services.d.ts.map +1 -1
- package/dist/src/services.js +2 -2
- package/dist/src/services.js.map +1 -1
- package/package.json +4 -4
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"agentCredentialCheck": {
|
|
3
3
|
"pikkuFuncId": "agentCredentialCheck",
|
|
4
4
|
"functionType": "user",
|
|
5
|
-
"funcWrapper": "
|
|
6
|
-
"sessionless":
|
|
5
|
+
"funcWrapper": "pikkuFunc",
|
|
6
|
+
"sessionless": false,
|
|
7
7
|
"name": "agentCredentialCheck",
|
|
8
8
|
"inputSchemaName": "AgentCredentialCheckInput",
|
|
9
9
|
"outputSchemaName": "AgentCredentialCheckOutput",
|
|
@@ -14,16 +14,23 @@
|
|
|
14
14
|
"AgentCredentialCheckOutput"
|
|
15
15
|
],
|
|
16
16
|
"expose": true,
|
|
17
|
-
"implementationHash": "
|
|
18
|
-
"contractHash": "
|
|
19
|
-
"inputHash": "
|
|
20
|
-
"outputHash": "eeff398a"
|
|
17
|
+
"implementationHash": "4ae243f8ce4235da",
|
|
18
|
+
"contractHash": "07bf36af4e1b26cd",
|
|
19
|
+
"inputHash": "5b191655",
|
|
20
|
+
"outputHash": "eeff398a",
|
|
21
|
+
"services": {
|
|
22
|
+
"optimized": true,
|
|
23
|
+
"services": [
|
|
24
|
+
"credentialService",
|
|
25
|
+
"wiringService"
|
|
26
|
+
]
|
|
27
|
+
}
|
|
21
28
|
},
|
|
22
29
|
"credentialDelete": {
|
|
23
30
|
"pikkuFuncId": "credentialDelete",
|
|
24
31
|
"functionType": "user",
|
|
25
|
-
"funcWrapper": "
|
|
26
|
-
"sessionless":
|
|
32
|
+
"funcWrapper": "pikkuFunc",
|
|
33
|
+
"sessionless": false,
|
|
27
34
|
"name": "credentialDelete",
|
|
28
35
|
"inputSchemaName": "CredentialDeleteInput",
|
|
29
36
|
"outputSchemaName": "CredentialDeleteOutput",
|
|
@@ -34,16 +41,22 @@
|
|
|
34
41
|
"CredentialDeleteOutput"
|
|
35
42
|
],
|
|
36
43
|
"expose": true,
|
|
37
|
-
"implementationHash": "
|
|
44
|
+
"implementationHash": "262ddcff71f3b687",
|
|
38
45
|
"contractHash": "c0c0129a197c5bed",
|
|
39
46
|
"inputHash": "e5f90226",
|
|
40
|
-
"outputHash": "d380569d"
|
|
47
|
+
"outputHash": "d380569d",
|
|
48
|
+
"services": {
|
|
49
|
+
"optimized": true,
|
|
50
|
+
"services": [
|
|
51
|
+
"credentialService"
|
|
52
|
+
]
|
|
53
|
+
}
|
|
41
54
|
},
|
|
42
55
|
"credentialGet": {
|
|
43
56
|
"pikkuFuncId": "credentialGet",
|
|
44
57
|
"functionType": "user",
|
|
45
|
-
"funcWrapper": "
|
|
46
|
-
"sessionless":
|
|
58
|
+
"funcWrapper": "pikkuFunc",
|
|
59
|
+
"sessionless": false,
|
|
47
60
|
"name": "credentialGet",
|
|
48
61
|
"inputSchemaName": "CredentialGetInput",
|
|
49
62
|
"outputSchemaName": "CredentialGetOutput",
|
|
@@ -54,16 +67,22 @@
|
|
|
54
67
|
"CredentialGetOutput"
|
|
55
68
|
],
|
|
56
69
|
"expose": true,
|
|
57
|
-
"implementationHash": "
|
|
70
|
+
"implementationHash": "a4f6190fd0927bfb",
|
|
58
71
|
"contractHash": "20ae6fc72986b883",
|
|
59
72
|
"inputHash": "1162de3d",
|
|
60
|
-
"outputHash": "7f6b0ebf"
|
|
73
|
+
"outputHash": "7f6b0ebf",
|
|
74
|
+
"services": {
|
|
75
|
+
"optimized": true,
|
|
76
|
+
"services": [
|
|
77
|
+
"credentialService"
|
|
78
|
+
]
|
|
79
|
+
}
|
|
61
80
|
},
|
|
62
81
|
"credentialListUsers": {
|
|
63
82
|
"pikkuFuncId": "credentialListUsers",
|
|
64
83
|
"functionType": "user",
|
|
65
|
-
"funcWrapper": "
|
|
66
|
-
"sessionless":
|
|
84
|
+
"funcWrapper": "pikkuFunc",
|
|
85
|
+
"sessionless": false,
|
|
67
86
|
"name": "credentialListUsers",
|
|
68
87
|
"inputSchemaName": null,
|
|
69
88
|
"outputSchemaName": "CredentialListUsersOutput",
|
|
@@ -72,16 +91,23 @@
|
|
|
72
91
|
"CredentialListUsersOutput"
|
|
73
92
|
],
|
|
74
93
|
"expose": true,
|
|
75
|
-
"implementationHash": "
|
|
94
|
+
"implementationHash": "96315b9ae55ee8bd",
|
|
76
95
|
"contractHash": "0b3e0e99cc0fe325",
|
|
77
96
|
"inputHash": "13b79bd2",
|
|
78
|
-
"outputHash": "5bf6ba22"
|
|
97
|
+
"outputHash": "5bf6ba22",
|
|
98
|
+
"services": {
|
|
99
|
+
"optimized": true,
|
|
100
|
+
"services": [
|
|
101
|
+
"credentialService",
|
|
102
|
+
"metaService"
|
|
103
|
+
]
|
|
104
|
+
}
|
|
79
105
|
},
|
|
80
106
|
"credentialSet": {
|
|
81
107
|
"pikkuFuncId": "credentialSet",
|
|
82
108
|
"functionType": "user",
|
|
83
|
-
"funcWrapper": "
|
|
84
|
-
"sessionless":
|
|
109
|
+
"funcWrapper": "pikkuFunc",
|
|
110
|
+
"sessionless": false,
|
|
85
111
|
"name": "credentialSet",
|
|
86
112
|
"inputSchemaName": "CredentialSetInput",
|
|
87
113
|
"outputSchemaName": "CredentialSetOutput",
|
|
@@ -92,16 +118,22 @@
|
|
|
92
118
|
"CredentialSetOutput"
|
|
93
119
|
],
|
|
94
120
|
"expose": true,
|
|
95
|
-
"implementationHash": "
|
|
121
|
+
"implementationHash": "44f68e2ab77bb741",
|
|
96
122
|
"contractHash": "1cf24418020be4f5",
|
|
97
123
|
"inputHash": "411710ba",
|
|
98
|
-
"outputHash": "d17478ee"
|
|
124
|
+
"outputHash": "d17478ee",
|
|
125
|
+
"services": {
|
|
126
|
+
"optimized": true,
|
|
127
|
+
"services": [
|
|
128
|
+
"credentialService"
|
|
129
|
+
]
|
|
130
|
+
}
|
|
99
131
|
},
|
|
100
132
|
"credentialStatus": {
|
|
101
133
|
"pikkuFuncId": "credentialStatus",
|
|
102
134
|
"functionType": "user",
|
|
103
|
-
"funcWrapper": "
|
|
104
|
-
"sessionless":
|
|
135
|
+
"funcWrapper": "pikkuFunc",
|
|
136
|
+
"sessionless": false,
|
|
105
137
|
"name": "credentialStatus",
|
|
106
138
|
"inputSchemaName": "CredentialStatusInput",
|
|
107
139
|
"outputSchemaName": "CredentialStatusOutput",
|
|
@@ -112,16 +144,22 @@
|
|
|
112
144
|
"CredentialStatusOutput"
|
|
113
145
|
],
|
|
114
146
|
"expose": true,
|
|
115
|
-
"implementationHash": "
|
|
147
|
+
"implementationHash": "38f7f7045acb3b62",
|
|
116
148
|
"contractHash": "54c549aa89a51ad1",
|
|
117
149
|
"inputHash": "e5e1d5fa",
|
|
118
|
-
"outputHash": "d90abe74"
|
|
150
|
+
"outputHash": "d90abe74",
|
|
151
|
+
"services": {
|
|
152
|
+
"optimized": true,
|
|
153
|
+
"services": [
|
|
154
|
+
"credentialService"
|
|
155
|
+
]
|
|
156
|
+
}
|
|
119
157
|
},
|
|
120
158
|
"credentialUsers": {
|
|
121
159
|
"pikkuFuncId": "credentialUsers",
|
|
122
160
|
"functionType": "user",
|
|
123
|
-
"funcWrapper": "
|
|
124
|
-
"sessionless":
|
|
161
|
+
"funcWrapper": "pikkuFunc",
|
|
162
|
+
"sessionless": false,
|
|
125
163
|
"name": "credentialUsers",
|
|
126
164
|
"inputSchemaName": "CredentialUsersInput",
|
|
127
165
|
"outputSchemaName": "CredentialUsersOutput",
|
|
@@ -132,16 +170,22 @@
|
|
|
132
170
|
"CredentialUsersOutput"
|
|
133
171
|
],
|
|
134
172
|
"expose": true,
|
|
135
|
-
"implementationHash": "
|
|
173
|
+
"implementationHash": "f82843a0d9b57cb9",
|
|
136
174
|
"contractHash": "3978cc43086f3ba9",
|
|
137
175
|
"inputHash": "3ece4aca",
|
|
138
|
-
"outputHash": "ad9afc4a"
|
|
176
|
+
"outputHash": "ad9afc4a",
|
|
177
|
+
"services": {
|
|
178
|
+
"optimized": true,
|
|
179
|
+
"services": [
|
|
180
|
+
"credentialService"
|
|
181
|
+
]
|
|
182
|
+
}
|
|
139
183
|
},
|
|
140
184
|
"deleteAgentThread": {
|
|
141
185
|
"pikkuFuncId": "deleteAgentThread",
|
|
142
186
|
"functionType": "user",
|
|
143
|
-
"funcWrapper": "
|
|
144
|
-
"sessionless":
|
|
187
|
+
"funcWrapper": "pikkuFunc",
|
|
188
|
+
"sessionless": false,
|
|
145
189
|
"name": "deleteAgentThread",
|
|
146
190
|
"inputSchemaName": "DeleteAgentThreadInput",
|
|
147
191
|
"outputSchemaName": "DeleteAgentThreadOutput",
|
|
@@ -152,16 +196,22 @@
|
|
|
152
196
|
"DeleteAgentThreadOutput"
|
|
153
197
|
],
|
|
154
198
|
"expose": true,
|
|
155
|
-
"implementationHash": "
|
|
199
|
+
"implementationHash": "47ed50f1449b9bed",
|
|
156
200
|
"contractHash": "4a965a6fb8ee9447",
|
|
157
201
|
"inputHash": "a375c07d",
|
|
158
|
-
"outputHash": "a2094cc1"
|
|
202
|
+
"outputHash": "a2094cc1",
|
|
203
|
+
"services": {
|
|
204
|
+
"optimized": true,
|
|
205
|
+
"services": [
|
|
206
|
+
"agentRunService"
|
|
207
|
+
]
|
|
208
|
+
}
|
|
159
209
|
},
|
|
160
210
|
"deleteWorkflowRun": {
|
|
161
211
|
"pikkuFuncId": "deleteWorkflowRun",
|
|
162
212
|
"functionType": "user",
|
|
163
|
-
"funcWrapper": "
|
|
164
|
-
"sessionless":
|
|
213
|
+
"funcWrapper": "pikkuFunc",
|
|
214
|
+
"sessionless": false,
|
|
165
215
|
"name": "deleteWorkflowRun",
|
|
166
216
|
"inputSchemaName": "DeleteWorkflowRunInput",
|
|
167
217
|
"outputSchemaName": "DeleteWorkflowRunOutput",
|
|
@@ -172,16 +222,22 @@
|
|
|
172
222
|
"DeleteWorkflowRunOutput"
|
|
173
223
|
],
|
|
174
224
|
"expose": true,
|
|
175
|
-
"implementationHash": "
|
|
225
|
+
"implementationHash": "eea15d3506716871",
|
|
176
226
|
"contractHash": "ad8307eecdc7ad6a",
|
|
177
227
|
"inputHash": "9c70c523",
|
|
178
|
-
"outputHash": "15f13ae6"
|
|
228
|
+
"outputHash": "15f13ae6",
|
|
229
|
+
"services": {
|
|
230
|
+
"optimized": true,
|
|
231
|
+
"services": [
|
|
232
|
+
"workflowRunService"
|
|
233
|
+
]
|
|
234
|
+
}
|
|
179
235
|
},
|
|
180
236
|
"getAddonIcon": {
|
|
181
237
|
"pikkuFuncId": "getAddonIcon",
|
|
182
238
|
"functionType": "user",
|
|
183
|
-
"funcWrapper": "
|
|
184
|
-
"sessionless":
|
|
239
|
+
"funcWrapper": "pikkuFunc",
|
|
240
|
+
"sessionless": false,
|
|
185
241
|
"name": "getAddonIcon",
|
|
186
242
|
"inputSchemaName": "GetAddonIconInput",
|
|
187
243
|
"outputSchemaName": "string",
|
|
@@ -192,16 +248,22 @@
|
|
|
192
248
|
"string"
|
|
193
249
|
],
|
|
194
250
|
"expose": true,
|
|
195
|
-
"implementationHash": "
|
|
251
|
+
"implementationHash": "cb9396ee6d1c080c",
|
|
196
252
|
"contractHash": "941bcb3964361cb3",
|
|
197
253
|
"inputHash": "c9486bc8",
|
|
198
|
-
"outputHash": "e7ab44d1"
|
|
254
|
+
"outputHash": "e7ab44d1",
|
|
255
|
+
"services": {
|
|
256
|
+
"optimized": true,
|
|
257
|
+
"services": [
|
|
258
|
+
"addonService"
|
|
259
|
+
]
|
|
260
|
+
}
|
|
199
261
|
},
|
|
200
262
|
"getAddonMeta": {
|
|
201
263
|
"pikkuFuncId": "getAddonMeta",
|
|
202
264
|
"functionType": "user",
|
|
203
|
-
"funcWrapper": "
|
|
204
|
-
"sessionless":
|
|
265
|
+
"funcWrapper": "pikkuFunc",
|
|
266
|
+
"sessionless": false,
|
|
205
267
|
"name": "getAddonMeta",
|
|
206
268
|
"inputSchemaName": null,
|
|
207
269
|
"outputSchemaName": "GetAddonMetaOutput",
|
|
@@ -210,16 +272,22 @@
|
|
|
210
272
|
"GetAddonMetaOutput"
|
|
211
273
|
],
|
|
212
274
|
"expose": true,
|
|
213
|
-
"implementationHash": "
|
|
214
|
-
"contractHash": "
|
|
275
|
+
"implementationHash": "4c36d335dd78f7bb",
|
|
276
|
+
"contractHash": "ec97e1577fa94083",
|
|
215
277
|
"inputHash": "2abde298",
|
|
216
|
-
"outputHash": "
|
|
278
|
+
"outputHash": "3f975455",
|
|
279
|
+
"services": {
|
|
280
|
+
"optimized": true,
|
|
281
|
+
"services": [
|
|
282
|
+
"addonService"
|
|
283
|
+
]
|
|
284
|
+
}
|
|
217
285
|
},
|
|
218
286
|
"getAddonCommunityPackage": {
|
|
219
287
|
"pikkuFuncId": "getAddonCommunityPackage",
|
|
220
288
|
"functionType": "user",
|
|
221
|
-
"funcWrapper": "
|
|
222
|
-
"sessionless":
|
|
289
|
+
"funcWrapper": "pikkuFunc",
|
|
290
|
+
"sessionless": false,
|
|
223
291
|
"name": "getAddonCommunityPackage",
|
|
224
292
|
"inputSchemaName": "GetAddonCommunityPackageInput",
|
|
225
293
|
"outputSchemaName": "AddonPackageInfo",
|
|
@@ -230,16 +298,22 @@
|
|
|
230
298
|
"AddonPackageInfo"
|
|
231
299
|
],
|
|
232
300
|
"expose": true,
|
|
233
|
-
"implementationHash": "
|
|
234
|
-
"contractHash": "
|
|
301
|
+
"implementationHash": "e5f5a6ecf3cd2c76",
|
|
302
|
+
"contractHash": "f8bbbc1ba9f62f5e",
|
|
235
303
|
"inputHash": "450acb95",
|
|
236
|
-
"outputHash": "
|
|
304
|
+
"outputHash": "b2e99fa0",
|
|
305
|
+
"services": {
|
|
306
|
+
"optimized": true,
|
|
307
|
+
"services": [
|
|
308
|
+
"addonService"
|
|
309
|
+
]
|
|
310
|
+
}
|
|
237
311
|
},
|
|
238
312
|
"getAgentThreadMessages": {
|
|
239
313
|
"pikkuFuncId": "getAgentThreadMessages",
|
|
240
314
|
"functionType": "user",
|
|
241
|
-
"funcWrapper": "
|
|
242
|
-
"sessionless":
|
|
315
|
+
"funcWrapper": "pikkuFunc",
|
|
316
|
+
"sessionless": false,
|
|
243
317
|
"name": "getAgentThreadMessages",
|
|
244
318
|
"inputSchemaName": "GetAgentThreadMessagesInput",
|
|
245
319
|
"outputSchemaName": "GetAgentThreadMessagesOutput",
|
|
@@ -250,16 +324,22 @@
|
|
|
250
324
|
"GetAgentThreadMessagesOutput"
|
|
251
325
|
],
|
|
252
326
|
"expose": true,
|
|
253
|
-
"implementationHash": "
|
|
327
|
+
"implementationHash": "02354928515b4a8c",
|
|
254
328
|
"contractHash": "16058b8da61ea056",
|
|
255
329
|
"inputHash": "1212abd3",
|
|
256
|
-
"outputHash": "04960780"
|
|
330
|
+
"outputHash": "04960780",
|
|
331
|
+
"services": {
|
|
332
|
+
"optimized": true,
|
|
333
|
+
"services": [
|
|
334
|
+
"agentRunService"
|
|
335
|
+
]
|
|
336
|
+
}
|
|
257
337
|
},
|
|
258
338
|
"getAgentThreadRuns": {
|
|
259
339
|
"pikkuFuncId": "getAgentThreadRuns",
|
|
260
340
|
"functionType": "user",
|
|
261
|
-
"funcWrapper": "
|
|
262
|
-
"sessionless":
|
|
341
|
+
"funcWrapper": "pikkuFunc",
|
|
342
|
+
"sessionless": false,
|
|
263
343
|
"name": "getAgentThreadRuns",
|
|
264
344
|
"inputSchemaName": "GetAgentThreadRunsInput",
|
|
265
345
|
"outputSchemaName": "GetAgentThreadRunsOutput",
|
|
@@ -270,16 +350,22 @@
|
|
|
270
350
|
"GetAgentThreadRunsOutput"
|
|
271
351
|
],
|
|
272
352
|
"expose": true,
|
|
273
|
-
"implementationHash": "
|
|
353
|
+
"implementationHash": "71f7fc448633fd6f",
|
|
274
354
|
"contractHash": "2e961f7a3c523dad",
|
|
275
355
|
"inputHash": "81647ab7",
|
|
276
|
-
"outputHash": "6352aca1"
|
|
356
|
+
"outputHash": "6352aca1",
|
|
357
|
+
"services": {
|
|
358
|
+
"optimized": true,
|
|
359
|
+
"services": [
|
|
360
|
+
"agentRunService"
|
|
361
|
+
]
|
|
362
|
+
}
|
|
277
363
|
},
|
|
278
364
|
"getAgentThreads": {
|
|
279
365
|
"pikkuFuncId": "getAgentThreads",
|
|
280
366
|
"functionType": "user",
|
|
281
|
-
"funcWrapper": "
|
|
282
|
-
"sessionless":
|
|
367
|
+
"funcWrapper": "pikkuFunc",
|
|
368
|
+
"sessionless": false,
|
|
283
369
|
"name": "getAgentThreads",
|
|
284
370
|
"inputSchemaName": "GetAgentThreadsInput",
|
|
285
371
|
"outputSchemaName": "GetAgentThreadsOutput",
|
|
@@ -290,16 +376,22 @@
|
|
|
290
376
|
"GetAgentThreadsOutput"
|
|
291
377
|
],
|
|
292
378
|
"expose": true,
|
|
293
|
-
"implementationHash": "
|
|
379
|
+
"implementationHash": "ae9c124af511891c",
|
|
294
380
|
"contractHash": "d629208347702d27",
|
|
295
381
|
"inputHash": "41f5350c",
|
|
296
|
-
"outputHash": "6598bdff"
|
|
382
|
+
"outputHash": "6598bdff",
|
|
383
|
+
"services": {
|
|
384
|
+
"optimized": true,
|
|
385
|
+
"services": [
|
|
386
|
+
"agentRunService"
|
|
387
|
+
]
|
|
388
|
+
}
|
|
297
389
|
},
|
|
298
390
|
"getAIWorkflows": {
|
|
299
391
|
"pikkuFuncId": "getAIWorkflows",
|
|
300
392
|
"functionType": "user",
|
|
301
|
-
"funcWrapper": "
|
|
302
|
-
"sessionless":
|
|
393
|
+
"funcWrapper": "pikkuFunc",
|
|
394
|
+
"sessionless": false,
|
|
303
395
|
"name": "getAIWorkflows",
|
|
304
396
|
"inputSchemaName": "GetAIWorkflowsInput",
|
|
305
397
|
"outputSchemaName": "GetAIWorkflowsOutput",
|
|
@@ -310,16 +402,22 @@
|
|
|
310
402
|
"GetAIWorkflowsOutput"
|
|
311
403
|
],
|
|
312
404
|
"expose": true,
|
|
313
|
-
"implementationHash": "
|
|
405
|
+
"implementationHash": "f43bf2ea78cfd45d",
|
|
314
406
|
"contractHash": "561cad36ad30ec39",
|
|
315
407
|
"inputHash": "dbd3ee11",
|
|
316
|
-
"outputHash": "672b3c89"
|
|
408
|
+
"outputHash": "672b3c89",
|
|
409
|
+
"services": {
|
|
410
|
+
"optimized": true,
|
|
411
|
+
"services": [
|
|
412
|
+
"workflowService"
|
|
413
|
+
]
|
|
414
|
+
}
|
|
317
415
|
},
|
|
318
416
|
"getAllMeta": {
|
|
319
417
|
"pikkuFuncId": "getAllMeta",
|
|
320
418
|
"functionType": "user",
|
|
321
|
-
"funcWrapper": "
|
|
322
|
-
"sessionless":
|
|
419
|
+
"funcWrapper": "pikkuFunc",
|
|
420
|
+
"sessionless": false,
|
|
323
421
|
"name": "getAllMeta",
|
|
324
422
|
"inputSchemaName": null,
|
|
325
423
|
"outputSchemaName": "AllMeta",
|
|
@@ -328,16 +426,22 @@
|
|
|
328
426
|
"AllMeta"
|
|
329
427
|
],
|
|
330
428
|
"expose": true,
|
|
331
|
-
"implementationHash": "
|
|
332
|
-
"contractHash": "
|
|
429
|
+
"implementationHash": "f95d5f2fceef56bb",
|
|
430
|
+
"contractHash": "d9df86c9fe8dc52f",
|
|
333
431
|
"inputHash": "bf06e182",
|
|
334
|
-
"outputHash": "
|
|
432
|
+
"outputHash": "9f322fa2",
|
|
433
|
+
"services": {
|
|
434
|
+
"optimized": true,
|
|
435
|
+
"services": [
|
|
436
|
+
"wiringService"
|
|
437
|
+
]
|
|
438
|
+
}
|
|
335
439
|
},
|
|
336
440
|
"getAuthProviders": {
|
|
337
441
|
"pikkuFuncId": "getAuthProviders",
|
|
338
442
|
"functionType": "user",
|
|
339
|
-
"funcWrapper": "
|
|
340
|
-
"sessionless":
|
|
443
|
+
"funcWrapper": "pikkuFunc",
|
|
444
|
+
"sessionless": false,
|
|
341
445
|
"name": "getAuthProviders",
|
|
342
446
|
"inputSchemaName": null,
|
|
343
447
|
"outputSchemaName": "AuthProvidersMeta",
|
|
@@ -346,16 +450,22 @@
|
|
|
346
450
|
"AuthProvidersMeta"
|
|
347
451
|
],
|
|
348
452
|
"expose": true,
|
|
349
|
-
"implementationHash": "
|
|
453
|
+
"implementationHash": "28d47382959b8d6b",
|
|
350
454
|
"contractHash": "206e6e045002b418",
|
|
351
455
|
"inputHash": "1d94c8c3",
|
|
352
|
-
"outputHash": "280a6c55"
|
|
456
|
+
"outputHash": "280a6c55",
|
|
457
|
+
"services": {
|
|
458
|
+
"optimized": true,
|
|
459
|
+
"services": [
|
|
460
|
+
"metaService"
|
|
461
|
+
]
|
|
462
|
+
}
|
|
353
463
|
},
|
|
354
464
|
"getChannelSnippets": {
|
|
355
465
|
"pikkuFuncId": "getChannelSnippets",
|
|
356
466
|
"functionType": "user",
|
|
357
|
-
"funcWrapper": "
|
|
358
|
-
"sessionless":
|
|
467
|
+
"funcWrapper": "pikkuFunc",
|
|
468
|
+
"sessionless": false,
|
|
359
469
|
"name": "getChannelSnippets",
|
|
360
470
|
"inputSchemaName": "GetChannelSnippetsInput",
|
|
361
471
|
"outputSchemaName": "ChannelSnippets",
|
|
@@ -366,16 +476,23 @@
|
|
|
366
476
|
"ChannelSnippets"
|
|
367
477
|
],
|
|
368
478
|
"expose": true,
|
|
369
|
-
"implementationHash": "
|
|
479
|
+
"implementationHash": "28466fe6c70c1f0b",
|
|
370
480
|
"contractHash": "f29c66bdcc7eefce",
|
|
371
481
|
"inputHash": "6f60ad3f",
|
|
372
|
-
"outputHash": "044e9275"
|
|
482
|
+
"outputHash": "044e9275",
|
|
483
|
+
"services": {
|
|
484
|
+
"optimized": true,
|
|
485
|
+
"services": [
|
|
486
|
+
"metaService",
|
|
487
|
+
"wiringService"
|
|
488
|
+
]
|
|
489
|
+
}
|
|
373
490
|
},
|
|
374
491
|
"getDbSchema": {
|
|
375
492
|
"pikkuFuncId": "getDbSchema",
|
|
376
493
|
"functionType": "user",
|
|
377
|
-
"funcWrapper": "
|
|
378
|
-
"sessionless":
|
|
494
|
+
"funcWrapper": "pikkuFunc",
|
|
495
|
+
"sessionless": false,
|
|
379
496
|
"name": "getDbSchema",
|
|
380
497
|
"inputSchemaName": null,
|
|
381
498
|
"outputSchemaName": "DbSchema",
|
|
@@ -384,16 +501,22 @@
|
|
|
384
501
|
"DbSchema"
|
|
385
502
|
],
|
|
386
503
|
"expose": true,
|
|
387
|
-
"implementationHash": "
|
|
504
|
+
"implementationHash": "3c0db47f3d609ea1",
|
|
388
505
|
"contractHash": "ee2f6c0f59f3f876",
|
|
389
506
|
"inputHash": "933c3d66",
|
|
390
|
-
"outputHash": "08321e65"
|
|
507
|
+
"outputHash": "08321e65",
|
|
508
|
+
"services": {
|
|
509
|
+
"optimized": true,
|
|
510
|
+
"services": [
|
|
511
|
+
"dbSchemaService"
|
|
512
|
+
]
|
|
513
|
+
}
|
|
391
514
|
},
|
|
392
515
|
"getFunctionCoverage": {
|
|
393
516
|
"pikkuFuncId": "getFunctionCoverage",
|
|
394
517
|
"functionType": "user",
|
|
395
|
-
"funcWrapper": "
|
|
396
|
-
"sessionless":
|
|
518
|
+
"funcWrapper": "pikkuFunc",
|
|
519
|
+
"sessionless": false,
|
|
397
520
|
"name": "getFunctionCoverage",
|
|
398
521
|
"inputSchemaName": null,
|
|
399
522
|
"outputSchemaName": "FunctionCoverageReport",
|
|
@@ -402,16 +525,22 @@
|
|
|
402
525
|
"FunctionCoverageReport"
|
|
403
526
|
],
|
|
404
527
|
"expose": true,
|
|
405
|
-
"implementationHash": "
|
|
528
|
+
"implementationHash": "d2790157497b89b8",
|
|
406
529
|
"contractHash": "8d09910566c626fd",
|
|
407
530
|
"inputHash": "be6c6665",
|
|
408
|
-
"outputHash": "0edab773"
|
|
531
|
+
"outputHash": "0edab773",
|
|
532
|
+
"services": {
|
|
533
|
+
"optimized": true,
|
|
534
|
+
"services": [
|
|
535
|
+
"metaService"
|
|
536
|
+
]
|
|
537
|
+
}
|
|
409
538
|
},
|
|
410
539
|
"getFunctionsMeta": {
|
|
411
540
|
"pikkuFuncId": "getFunctionsMeta",
|
|
412
541
|
"functionType": "user",
|
|
413
|
-
"funcWrapper": "
|
|
414
|
-
"sessionless":
|
|
542
|
+
"funcWrapper": "pikkuFunc",
|
|
543
|
+
"sessionless": false,
|
|
415
544
|
"name": "getFunctionsMeta",
|
|
416
545
|
"inputSchemaName": null,
|
|
417
546
|
"outputSchemaName": "GetFunctionsMetaOutput",
|
|
@@ -420,16 +549,22 @@
|
|
|
420
549
|
"GetFunctionsMetaOutput"
|
|
421
550
|
],
|
|
422
551
|
"expose": true,
|
|
423
|
-
"implementationHash": "
|
|
552
|
+
"implementationHash": "67fbdf8db39fa458",
|
|
424
553
|
"contractHash": "59c0595eb0e7abd8",
|
|
425
554
|
"inputHash": "f42aa828",
|
|
426
|
-
"outputHash": "b1e712ee"
|
|
555
|
+
"outputHash": "b1e712ee",
|
|
556
|
+
"services": {
|
|
557
|
+
"optimized": true,
|
|
558
|
+
"services": [
|
|
559
|
+
"metaService"
|
|
560
|
+
]
|
|
561
|
+
}
|
|
427
562
|
},
|
|
428
563
|
"getInstalledAddons": {
|
|
429
564
|
"pikkuFuncId": "getInstalledAddons",
|
|
430
565
|
"functionType": "user",
|
|
431
|
-
"funcWrapper": "
|
|
432
|
-
"sessionless":
|
|
566
|
+
"funcWrapper": "pikkuFunc",
|
|
567
|
+
"sessionless": false,
|
|
433
568
|
"name": "getInstalledAddons",
|
|
434
569
|
"inputSchemaName": null,
|
|
435
570
|
"outputSchemaName": "GetInstalledAddonsOutput",
|
|
@@ -438,16 +573,22 @@
|
|
|
438
573
|
"GetInstalledAddonsOutput"
|
|
439
574
|
],
|
|
440
575
|
"expose": true,
|
|
441
|
-
"implementationHash": "
|
|
576
|
+
"implementationHash": "eb77733a41119eb1",
|
|
442
577
|
"contractHash": "cca7dbfcea9bf8b4",
|
|
443
578
|
"inputHash": "3bc40965",
|
|
444
|
-
"outputHash": "0cf9b243"
|
|
579
|
+
"outputHash": "0cf9b243",
|
|
580
|
+
"services": {
|
|
581
|
+
"optimized": true,
|
|
582
|
+
"services": [
|
|
583
|
+
"metaService"
|
|
584
|
+
]
|
|
585
|
+
}
|
|
445
586
|
},
|
|
446
587
|
"getAddonInstalledPackage": {
|
|
447
588
|
"pikkuFuncId": "getAddonInstalledPackage",
|
|
448
589
|
"functionType": "user",
|
|
449
|
-
"funcWrapper": "
|
|
450
|
-
"sessionless":
|
|
590
|
+
"funcWrapper": "pikkuFunc",
|
|
591
|
+
"sessionless": false,
|
|
451
592
|
"name": "getAddonInstalledPackage",
|
|
452
593
|
"inputSchemaName": "GetAddonInstalledPackageInput",
|
|
453
594
|
"outputSchemaName": "AddonPackageInfo",
|
|
@@ -458,16 +599,22 @@
|
|
|
458
599
|
"AddonPackageInfo"
|
|
459
600
|
],
|
|
460
601
|
"expose": true,
|
|
461
|
-
"implementationHash": "
|
|
462
|
-
"contractHash": "
|
|
602
|
+
"implementationHash": "a5c2191964c1120f",
|
|
603
|
+
"contractHash": "2da4abb77b90fe34",
|
|
463
604
|
"inputHash": "84821b5a",
|
|
464
|
-
"outputHash": "
|
|
605
|
+
"outputHash": "b8fa76de",
|
|
606
|
+
"services": {
|
|
607
|
+
"optimized": true,
|
|
608
|
+
"services": [
|
|
609
|
+
"metaService"
|
|
610
|
+
]
|
|
611
|
+
}
|
|
465
612
|
},
|
|
466
613
|
"getOpenapiDetail": {
|
|
467
614
|
"pikkuFuncId": "getOpenapiDetail",
|
|
468
615
|
"functionType": "user",
|
|
469
|
-
"funcWrapper": "
|
|
470
|
-
"sessionless":
|
|
616
|
+
"funcWrapper": "pikkuFunc",
|
|
617
|
+
"sessionless": false,
|
|
471
618
|
"name": "getOpenapiDetail",
|
|
472
619
|
"inputSchemaName": "GetOpenapiDetailInput",
|
|
473
620
|
"outputSchemaName": "GetOpenapiDetailOutput",
|
|
@@ -478,16 +625,22 @@
|
|
|
478
625
|
"GetOpenapiDetailOutput"
|
|
479
626
|
],
|
|
480
627
|
"expose": true,
|
|
481
|
-
"implementationHash": "
|
|
628
|
+
"implementationHash": "b3859ecdfb5bb746",
|
|
482
629
|
"contractHash": "ab3426b06a677b45",
|
|
483
630
|
"inputHash": "c91b6280",
|
|
484
|
-
"outputHash": "25720c9f"
|
|
631
|
+
"outputHash": "25720c9f",
|
|
632
|
+
"services": {
|
|
633
|
+
"optimized": true,
|
|
634
|
+
"services": [
|
|
635
|
+
"variables"
|
|
636
|
+
]
|
|
637
|
+
}
|
|
485
638
|
},
|
|
486
639
|
"getOpenapis": {
|
|
487
640
|
"pikkuFuncId": "getOpenapis",
|
|
488
641
|
"functionType": "user",
|
|
489
|
-
"funcWrapper": "
|
|
490
|
-
"sessionless":
|
|
642
|
+
"funcWrapper": "pikkuFunc",
|
|
643
|
+
"sessionless": false,
|
|
491
644
|
"name": "getOpenapis",
|
|
492
645
|
"inputSchemaName": "GetOpenapisInput",
|
|
493
646
|
"outputSchemaName": "GetOpenapisOutput",
|
|
@@ -498,16 +651,22 @@
|
|
|
498
651
|
"GetOpenapisOutput"
|
|
499
652
|
],
|
|
500
653
|
"expose": true,
|
|
501
|
-
"implementationHash": "
|
|
654
|
+
"implementationHash": "6c5810bdeb8f74cd",
|
|
502
655
|
"contractHash": "b184681aac35af4d",
|
|
503
656
|
"inputHash": "2611b527",
|
|
504
|
-
"outputHash": "a49d1510"
|
|
657
|
+
"outputHash": "a49d1510",
|
|
658
|
+
"services": {
|
|
659
|
+
"optimized": true,
|
|
660
|
+
"services": [
|
|
661
|
+
"variables"
|
|
662
|
+
]
|
|
663
|
+
}
|
|
505
664
|
},
|
|
506
665
|
"getSchema": {
|
|
507
666
|
"pikkuFuncId": "getSchema",
|
|
508
667
|
"functionType": "user",
|
|
509
|
-
"funcWrapper": "
|
|
510
|
-
"sessionless":
|
|
668
|
+
"funcWrapper": "pikkuFunc",
|
|
669
|
+
"sessionless": false,
|
|
511
670
|
"name": "getSchema",
|
|
512
671
|
"inputSchemaName": "GetSchemaInput",
|
|
513
672
|
"outputSchemaName": "JSONSchema7",
|
|
@@ -518,16 +677,46 @@
|
|
|
518
677
|
"JSONSchema7"
|
|
519
678
|
],
|
|
520
679
|
"expose": true,
|
|
521
|
-
"implementationHash": "
|
|
680
|
+
"implementationHash": "868246c660fefb97",
|
|
522
681
|
"contractHash": "d2399b70dccdcda6",
|
|
523
682
|
"inputHash": "bf5548d3",
|
|
524
|
-
"outputHash": "01d4dd0e"
|
|
683
|
+
"outputHash": "01d4dd0e",
|
|
684
|
+
"services": {
|
|
685
|
+
"optimized": true,
|
|
686
|
+
"services": [
|
|
687
|
+
"metaService"
|
|
688
|
+
]
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"getSecurityAudit": {
|
|
692
|
+
"pikkuFuncId": "getSecurityAudit",
|
|
693
|
+
"functionType": "user",
|
|
694
|
+
"funcWrapper": "pikkuFunc",
|
|
695
|
+
"sessionless": false,
|
|
696
|
+
"name": "getSecurityAudit",
|
|
697
|
+
"inputSchemaName": null,
|
|
698
|
+
"outputSchemaName": "SecurityAuditReport",
|
|
699
|
+
"inputs": [],
|
|
700
|
+
"outputs": [
|
|
701
|
+
"SecurityAuditReport"
|
|
702
|
+
],
|
|
703
|
+
"expose": true,
|
|
704
|
+
"implementationHash": "3abe83813a17a1bb",
|
|
705
|
+
"contractHash": "3ff328f52ed27795",
|
|
706
|
+
"inputHash": "f4342c15",
|
|
707
|
+
"outputHash": "5bd992c9",
|
|
708
|
+
"services": {
|
|
709
|
+
"optimized": true,
|
|
710
|
+
"services": [
|
|
711
|
+
"metaService"
|
|
712
|
+
]
|
|
713
|
+
}
|
|
525
714
|
},
|
|
526
715
|
"getStateDiff": {
|
|
527
716
|
"pikkuFuncId": "getStateDiff",
|
|
528
717
|
"functionType": "user",
|
|
529
|
-
"funcWrapper": "
|
|
530
|
-
"sessionless":
|
|
718
|
+
"funcWrapper": "pikkuFunc",
|
|
719
|
+
"sessionless": false,
|
|
531
720
|
"name": "getStateDiff",
|
|
532
721
|
"inputSchemaName": "GetStateDiffInput",
|
|
533
722
|
"outputSchemaName": "StateDiff",
|
|
@@ -538,16 +727,22 @@
|
|
|
538
727
|
"StateDiff"
|
|
539
728
|
],
|
|
540
729
|
"expose": true,
|
|
541
|
-
"implementationHash": "
|
|
730
|
+
"implementationHash": "dc2de03693128686",
|
|
542
731
|
"contractHash": "8518cb87a93a3e1e",
|
|
543
732
|
"inputHash": "ee2d646b",
|
|
544
|
-
"outputHash": "6baa567b"
|
|
733
|
+
"outputHash": "6baa567b",
|
|
734
|
+
"services": {
|
|
735
|
+
"optimized": true,
|
|
736
|
+
"services": [
|
|
737
|
+
"stateDiffService"
|
|
738
|
+
]
|
|
739
|
+
}
|
|
545
740
|
},
|
|
546
741
|
"getWorkflowMetaById": {
|
|
547
742
|
"pikkuFuncId": "getWorkflowMetaById",
|
|
548
743
|
"functionType": "user",
|
|
549
|
-
"funcWrapper": "
|
|
550
|
-
"sessionless":
|
|
744
|
+
"funcWrapper": "pikkuFunc",
|
|
745
|
+
"sessionless": false,
|
|
551
746
|
"name": "getWorkflowMetaById",
|
|
552
747
|
"inputSchemaName": "GetWorkflowMetaByIdInput",
|
|
553
748
|
"outputSchemaName": "GetWorkflowMetaByIdOutput",
|
|
@@ -558,16 +753,23 @@
|
|
|
558
753
|
"GetWorkflowMetaByIdOutput"
|
|
559
754
|
],
|
|
560
755
|
"expose": true,
|
|
561
|
-
"implementationHash": "
|
|
562
|
-
"contractHash": "
|
|
756
|
+
"implementationHash": "fc36fbfd935d172b",
|
|
757
|
+
"contractHash": "254b9ccd7f01d27b",
|
|
563
758
|
"inputHash": "f967caf6",
|
|
564
|
-
"outputHash": "
|
|
759
|
+
"outputHash": "b0e9de5b",
|
|
760
|
+
"services": {
|
|
761
|
+
"optimized": true,
|
|
762
|
+
"services": [
|
|
763
|
+
"metaService",
|
|
764
|
+
"workflowService"
|
|
765
|
+
]
|
|
766
|
+
}
|
|
565
767
|
},
|
|
566
768
|
"getWorkflowRunHistory": {
|
|
567
769
|
"pikkuFuncId": "getWorkflowRunHistory",
|
|
568
770
|
"functionType": "user",
|
|
569
|
-
"funcWrapper": "
|
|
570
|
-
"sessionless":
|
|
771
|
+
"funcWrapper": "pikkuFunc",
|
|
772
|
+
"sessionless": false,
|
|
571
773
|
"name": "getWorkflowRunHistory",
|
|
572
774
|
"inputSchemaName": "GetWorkflowRunHistoryInput",
|
|
573
775
|
"outputSchemaName": "GetWorkflowRunHistoryOutput",
|
|
@@ -578,16 +780,22 @@
|
|
|
578
780
|
"GetWorkflowRunHistoryOutput"
|
|
579
781
|
],
|
|
580
782
|
"expose": true,
|
|
581
|
-
"implementationHash": "
|
|
783
|
+
"implementationHash": "c9e084f7209ef7af",
|
|
582
784
|
"contractHash": "6e2a5372a06e6c8f",
|
|
583
785
|
"inputHash": "71adef8b",
|
|
584
|
-
"outputHash": "d3a9b834"
|
|
786
|
+
"outputHash": "d3a9b834",
|
|
787
|
+
"services": {
|
|
788
|
+
"optimized": true,
|
|
789
|
+
"services": [
|
|
790
|
+
"workflowRunService"
|
|
791
|
+
]
|
|
792
|
+
}
|
|
585
793
|
},
|
|
586
794
|
"getWorkflowRunNames": {
|
|
587
795
|
"pikkuFuncId": "getWorkflowRunNames",
|
|
588
796
|
"functionType": "user",
|
|
589
|
-
"funcWrapper": "
|
|
590
|
-
"sessionless":
|
|
797
|
+
"funcWrapper": "pikkuFunc",
|
|
798
|
+
"sessionless": false,
|
|
591
799
|
"name": "getWorkflowRunNames",
|
|
592
800
|
"inputSchemaName": null,
|
|
593
801
|
"outputSchemaName": "GetWorkflowRunNamesOutput",
|
|
@@ -596,16 +804,22 @@
|
|
|
596
804
|
"GetWorkflowRunNamesOutput"
|
|
597
805
|
],
|
|
598
806
|
"expose": true,
|
|
599
|
-
"implementationHash": "
|
|
807
|
+
"implementationHash": "1f02a2f60f22ec03",
|
|
600
808
|
"contractHash": "dd70bc8a66eef689",
|
|
601
809
|
"inputHash": "ab5ef55e",
|
|
602
|
-
"outputHash": "f7f40084"
|
|
810
|
+
"outputHash": "f7f40084",
|
|
811
|
+
"services": {
|
|
812
|
+
"optimized": true,
|
|
813
|
+
"services": [
|
|
814
|
+
"workflowRunService"
|
|
815
|
+
]
|
|
816
|
+
}
|
|
603
817
|
},
|
|
604
818
|
"getWorkflowRunSteps": {
|
|
605
819
|
"pikkuFuncId": "getWorkflowRunSteps",
|
|
606
820
|
"functionType": "user",
|
|
607
|
-
"funcWrapper": "
|
|
608
|
-
"sessionless":
|
|
821
|
+
"funcWrapper": "pikkuFunc",
|
|
822
|
+
"sessionless": false,
|
|
609
823
|
"name": "getWorkflowRunSteps",
|
|
610
824
|
"inputSchemaName": "GetWorkflowRunStepsInput",
|
|
611
825
|
"outputSchemaName": "GetWorkflowRunStepsOutput",
|
|
@@ -616,16 +830,22 @@
|
|
|
616
830
|
"GetWorkflowRunStepsOutput"
|
|
617
831
|
],
|
|
618
832
|
"expose": true,
|
|
619
|
-
"implementationHash": "
|
|
833
|
+
"implementationHash": "01cb5fb9e1010524",
|
|
620
834
|
"contractHash": "81130856082620bc",
|
|
621
835
|
"inputHash": "6dfc6243",
|
|
622
|
-
"outputHash": "fc160067"
|
|
836
|
+
"outputHash": "fc160067",
|
|
837
|
+
"services": {
|
|
838
|
+
"optimized": true,
|
|
839
|
+
"services": [
|
|
840
|
+
"workflowRunService"
|
|
841
|
+
]
|
|
842
|
+
}
|
|
623
843
|
},
|
|
624
844
|
"getWorkflowRun": {
|
|
625
845
|
"pikkuFuncId": "getWorkflowRun",
|
|
626
846
|
"functionType": "user",
|
|
627
|
-
"funcWrapper": "
|
|
628
|
-
"sessionless":
|
|
847
|
+
"funcWrapper": "pikkuFunc",
|
|
848
|
+
"sessionless": false,
|
|
629
849
|
"name": "getWorkflowRun",
|
|
630
850
|
"inputSchemaName": "GetWorkflowRunInput",
|
|
631
851
|
"outputSchemaName": "GetWorkflowRunOutput",
|
|
@@ -636,16 +856,22 @@
|
|
|
636
856
|
"GetWorkflowRunOutput"
|
|
637
857
|
],
|
|
638
858
|
"expose": true,
|
|
639
|
-
"implementationHash": "
|
|
859
|
+
"implementationHash": "18d41feabe270054",
|
|
640
860
|
"contractHash": "af261ba6bbd86e3a",
|
|
641
861
|
"inputHash": "4c364da8",
|
|
642
|
-
"outputHash": "0e2eaa53"
|
|
862
|
+
"outputHash": "0e2eaa53",
|
|
863
|
+
"services": {
|
|
864
|
+
"optimized": true,
|
|
865
|
+
"services": [
|
|
866
|
+
"workflowRunService"
|
|
867
|
+
]
|
|
868
|
+
}
|
|
643
869
|
},
|
|
644
870
|
"getWorkflowRuns": {
|
|
645
871
|
"pikkuFuncId": "getWorkflowRuns",
|
|
646
872
|
"functionType": "user",
|
|
647
|
-
"funcWrapper": "
|
|
648
|
-
"sessionless":
|
|
873
|
+
"funcWrapper": "pikkuFunc",
|
|
874
|
+
"sessionless": false,
|
|
649
875
|
"name": "getWorkflowRuns",
|
|
650
876
|
"inputSchemaName": "GetWorkflowRunsInput",
|
|
651
877
|
"outputSchemaName": "GetWorkflowRunsOutput",
|
|
@@ -656,16 +882,22 @@
|
|
|
656
882
|
"GetWorkflowRunsOutput"
|
|
657
883
|
],
|
|
658
884
|
"expose": true,
|
|
659
|
-
"implementationHash": "
|
|
885
|
+
"implementationHash": "a434e059df7cb977",
|
|
660
886
|
"contractHash": "6bd77e2897f38f7c",
|
|
661
887
|
"inputHash": "1dce44b4",
|
|
662
|
-
"outputHash": "d91cdf81"
|
|
888
|
+
"outputHash": "d91cdf81",
|
|
889
|
+
"services": {
|
|
890
|
+
"optimized": true,
|
|
891
|
+
"services": [
|
|
892
|
+
"workflowRunService"
|
|
893
|
+
]
|
|
894
|
+
}
|
|
663
895
|
},
|
|
664
896
|
"getWorkflowVersion": {
|
|
665
897
|
"pikkuFuncId": "getWorkflowVersion",
|
|
666
898
|
"functionType": "user",
|
|
667
|
-
"funcWrapper": "
|
|
668
|
-
"sessionless":
|
|
899
|
+
"funcWrapper": "pikkuFunc",
|
|
900
|
+
"sessionless": false,
|
|
669
901
|
"name": "getWorkflowVersion",
|
|
670
902
|
"inputSchemaName": "GetWorkflowVersionInput",
|
|
671
903
|
"outputSchemaName": "GetWorkflowVersionOutput",
|
|
@@ -676,10 +908,16 @@
|
|
|
676
908
|
"GetWorkflowVersionOutput"
|
|
677
909
|
],
|
|
678
910
|
"expose": true,
|
|
679
|
-
"implementationHash": "
|
|
911
|
+
"implementationHash": "9fe2e8b4f7b3e956",
|
|
680
912
|
"contractHash": "a1afa3245af186ce",
|
|
681
913
|
"inputHash": "4733674a",
|
|
682
|
-
"outputHash": "6b9145b1"
|
|
914
|
+
"outputHash": "6b9145b1",
|
|
915
|
+
"services": {
|
|
916
|
+
"optimized": true,
|
|
917
|
+
"services": [
|
|
918
|
+
"workflowRunService"
|
|
919
|
+
]
|
|
920
|
+
}
|
|
683
921
|
},
|
|
684
922
|
"installAddon": {
|
|
685
923
|
"pikkuFuncId": "installAddon",
|
|
@@ -696,10 +934,16 @@
|
|
|
696
934
|
"InstallAddonOutput"
|
|
697
935
|
],
|
|
698
936
|
"expose": true,
|
|
699
|
-
"implementationHash": "
|
|
937
|
+
"implementationHash": "b9e9cace8a419a1f",
|
|
700
938
|
"contractHash": "150c3c7624b8bd6d",
|
|
701
939
|
"inputHash": "b0a5b0d2",
|
|
702
|
-
"outputHash": "2d935d9a"
|
|
940
|
+
"outputHash": "2d935d9a",
|
|
941
|
+
"services": {
|
|
942
|
+
"optimized": true,
|
|
943
|
+
"services": [
|
|
944
|
+
"metaService"
|
|
945
|
+
]
|
|
946
|
+
}
|
|
703
947
|
},
|
|
704
948
|
"installOpenapiAddon": {
|
|
705
949
|
"pikkuFuncId": "installOpenapiAddon",
|
|
@@ -716,16 +960,22 @@
|
|
|
716
960
|
"InstallOpenapiAddonOutput"
|
|
717
961
|
],
|
|
718
962
|
"expose": true,
|
|
719
|
-
"implementationHash": "
|
|
963
|
+
"implementationHash": "70118135eddd60fe",
|
|
720
964
|
"contractHash": "14be886e78457f29",
|
|
721
965
|
"inputHash": "e5c19fbd",
|
|
722
|
-
"outputHash": "9de4b0f5"
|
|
966
|
+
"outputHash": "9de4b0f5",
|
|
967
|
+
"services": {
|
|
968
|
+
"optimized": true,
|
|
969
|
+
"services": [
|
|
970
|
+
"metaService"
|
|
971
|
+
]
|
|
972
|
+
}
|
|
723
973
|
},
|
|
724
974
|
"oauthConnect": {
|
|
725
975
|
"pikkuFuncId": "oauthConnect",
|
|
726
976
|
"functionType": "user",
|
|
727
|
-
"funcWrapper": "
|
|
728
|
-
"sessionless":
|
|
977
|
+
"funcWrapper": "pikkuFunc",
|
|
978
|
+
"sessionless": false,
|
|
729
979
|
"name": "oauthConnect",
|
|
730
980
|
"inputSchemaName": "OauthConnectInput",
|
|
731
981
|
"outputSchemaName": "OauthConnectOutput",
|
|
@@ -736,16 +986,25 @@
|
|
|
736
986
|
"OauthConnectOutput"
|
|
737
987
|
],
|
|
738
988
|
"expose": true,
|
|
739
|
-
"implementationHash": "
|
|
989
|
+
"implementationHash": "f95446b356beac71",
|
|
740
990
|
"contractHash": "8e7253eba2241a37",
|
|
741
991
|
"inputHash": "1a42e1a3",
|
|
742
|
-
"outputHash": "36f82230"
|
|
992
|
+
"outputHash": "36f82230",
|
|
993
|
+
"services": {
|
|
994
|
+
"optimized": true,
|
|
995
|
+
"services": [
|
|
996
|
+
"logger",
|
|
997
|
+
"metaService",
|
|
998
|
+
"secrets",
|
|
999
|
+
"oauthService"
|
|
1000
|
+
]
|
|
1001
|
+
}
|
|
743
1002
|
},
|
|
744
1003
|
"oauthDisconnect": {
|
|
745
1004
|
"pikkuFuncId": "oauthDisconnect",
|
|
746
1005
|
"functionType": "user",
|
|
747
|
-
"funcWrapper": "
|
|
748
|
-
"sessionless":
|
|
1006
|
+
"funcWrapper": "pikkuFunc",
|
|
1007
|
+
"sessionless": false,
|
|
749
1008
|
"name": "oauthDisconnect",
|
|
750
1009
|
"inputSchemaName": "OauthDisconnectInput",
|
|
751
1010
|
"outputSchemaName": null,
|
|
@@ -754,16 +1013,25 @@
|
|
|
754
1013
|
],
|
|
755
1014
|
"outputs": [],
|
|
756
1015
|
"expose": true,
|
|
757
|
-
"implementationHash": "
|
|
1016
|
+
"implementationHash": "e6a6346583273bca",
|
|
758
1017
|
"contractHash": "9e1ed53738f33dbb",
|
|
759
1018
|
"inputHash": "5dedeb1a",
|
|
760
|
-
"outputHash": "80787c5b"
|
|
1019
|
+
"outputHash": "80787c5b",
|
|
1020
|
+
"services": {
|
|
1021
|
+
"optimized": true,
|
|
1022
|
+
"services": [
|
|
1023
|
+
"logger",
|
|
1024
|
+
"metaService",
|
|
1025
|
+
"secrets",
|
|
1026
|
+
"credentialService"
|
|
1027
|
+
]
|
|
1028
|
+
}
|
|
761
1029
|
},
|
|
762
1030
|
"oauthExchangeTokens": {
|
|
763
1031
|
"pikkuFuncId": "oauthExchangeTokens",
|
|
764
1032
|
"functionType": "user",
|
|
765
|
-
"funcWrapper": "
|
|
766
|
-
"sessionless":
|
|
1033
|
+
"funcWrapper": "pikkuFunc",
|
|
1034
|
+
"sessionless": false,
|
|
767
1035
|
"name": "oauthExchangeTokens",
|
|
768
1036
|
"inputSchemaName": "OauthExchangeTokensInput",
|
|
769
1037
|
"outputSchemaName": "OauthExchangeTokensOutput",
|
|
@@ -774,16 +1042,25 @@
|
|
|
774
1042
|
"OauthExchangeTokensOutput"
|
|
775
1043
|
],
|
|
776
1044
|
"expose": true,
|
|
777
|
-
"implementationHash": "
|
|
1045
|
+
"implementationHash": "db6d1bc625508e2c",
|
|
778
1046
|
"contractHash": "bfef983e44f9213f",
|
|
779
1047
|
"inputHash": "fc0a7e04",
|
|
780
|
-
"outputHash": "02328240"
|
|
1048
|
+
"outputHash": "02328240",
|
|
1049
|
+
"services": {
|
|
1050
|
+
"optimized": true,
|
|
1051
|
+
"services": [
|
|
1052
|
+
"logger",
|
|
1053
|
+
"secrets",
|
|
1054
|
+
"oauthService",
|
|
1055
|
+
"credentialService"
|
|
1056
|
+
]
|
|
1057
|
+
}
|
|
781
1058
|
},
|
|
782
1059
|
"oauthRefreshToken": {
|
|
783
1060
|
"pikkuFuncId": "oauthRefreshToken",
|
|
784
1061
|
"functionType": "user",
|
|
785
|
-
"funcWrapper": "
|
|
786
|
-
"sessionless":
|
|
1062
|
+
"funcWrapper": "pikkuFunc",
|
|
1063
|
+
"sessionless": false,
|
|
787
1064
|
"name": "oauthRefreshToken",
|
|
788
1065
|
"inputSchemaName": "OauthRefreshTokenInput",
|
|
789
1066
|
"outputSchemaName": "OauthRefreshTokenOutput",
|
|
@@ -794,16 +1071,24 @@
|
|
|
794
1071
|
"OauthRefreshTokenOutput"
|
|
795
1072
|
],
|
|
796
1073
|
"expose": true,
|
|
797
|
-
"implementationHash": "
|
|
1074
|
+
"implementationHash": "7ab1dc6ad8e459e0",
|
|
798
1075
|
"contractHash": "25a9842ce2376366",
|
|
799
1076
|
"inputHash": "f5e0d795",
|
|
800
|
-
"outputHash": "3b27bb9f"
|
|
1077
|
+
"outputHash": "3b27bb9f",
|
|
1078
|
+
"services": {
|
|
1079
|
+
"optimized": true,
|
|
1080
|
+
"services": [
|
|
1081
|
+
"logger",
|
|
1082
|
+
"metaService",
|
|
1083
|
+
"secrets"
|
|
1084
|
+
]
|
|
1085
|
+
}
|
|
801
1086
|
},
|
|
802
1087
|
"oauthStatus": {
|
|
803
1088
|
"pikkuFuncId": "oauthStatus",
|
|
804
1089
|
"functionType": "user",
|
|
805
|
-
"funcWrapper": "
|
|
806
|
-
"sessionless":
|
|
1090
|
+
"funcWrapper": "pikkuFunc",
|
|
1091
|
+
"sessionless": false,
|
|
807
1092
|
"name": "oauthStatus",
|
|
808
1093
|
"inputSchemaName": "OauthStatusInput",
|
|
809
1094
|
"outputSchemaName": "OauthStatusOutput",
|
|
@@ -814,16 +1099,25 @@
|
|
|
814
1099
|
"OauthStatusOutput"
|
|
815
1100
|
],
|
|
816
1101
|
"expose": true,
|
|
817
|
-
"implementationHash": "
|
|
1102
|
+
"implementationHash": "df9af0cd02c96d2f",
|
|
818
1103
|
"contractHash": "5356d6b5c8ed8e34",
|
|
819
1104
|
"inputHash": "e98e3087",
|
|
820
|
-
"outputHash": "1e233f19"
|
|
1105
|
+
"outputHash": "1e233f19",
|
|
1106
|
+
"services": {
|
|
1107
|
+
"optimized": true,
|
|
1108
|
+
"services": [
|
|
1109
|
+
"logger",
|
|
1110
|
+
"metaService",
|
|
1111
|
+
"secrets",
|
|
1112
|
+
"credentialService"
|
|
1113
|
+
]
|
|
1114
|
+
}
|
|
821
1115
|
},
|
|
822
1116
|
"oauthTestToken": {
|
|
823
1117
|
"pikkuFuncId": "oauthTestToken",
|
|
824
1118
|
"functionType": "user",
|
|
825
|
-
"funcWrapper": "
|
|
826
|
-
"sessionless":
|
|
1119
|
+
"funcWrapper": "pikkuFunc",
|
|
1120
|
+
"sessionless": false,
|
|
827
1121
|
"name": "oauthTestToken",
|
|
828
1122
|
"inputSchemaName": "OauthTestTokenInput",
|
|
829
1123
|
"outputSchemaName": "OauthTestTokenOutput",
|
|
@@ -834,16 +1128,23 @@
|
|
|
834
1128
|
"OauthTestTokenOutput"
|
|
835
1129
|
],
|
|
836
1130
|
"expose": true,
|
|
837
|
-
"implementationHash": "
|
|
1131
|
+
"implementationHash": "22da1674296f0d05",
|
|
838
1132
|
"contractHash": "dcf756842218c1cf",
|
|
839
1133
|
"inputHash": "b1736aec",
|
|
840
|
-
"outputHash": "b89b8bdc"
|
|
1134
|
+
"outputHash": "b89b8bdc",
|
|
1135
|
+
"services": {
|
|
1136
|
+
"optimized": true,
|
|
1137
|
+
"services": [
|
|
1138
|
+
"metaService",
|
|
1139
|
+
"secrets"
|
|
1140
|
+
]
|
|
1141
|
+
}
|
|
841
1142
|
},
|
|
842
1143
|
"ping": {
|
|
843
1144
|
"pikkuFuncId": "ping",
|
|
844
1145
|
"functionType": "user",
|
|
845
|
-
"funcWrapper": "
|
|
846
|
-
"sessionless":
|
|
1146
|
+
"funcWrapper": "pikkuFunc",
|
|
1147
|
+
"sessionless": false,
|
|
847
1148
|
"name": "ping",
|
|
848
1149
|
"inputSchemaName": null,
|
|
849
1150
|
"outputSchemaName": "PingOutput",
|
|
@@ -852,16 +1153,20 @@
|
|
|
852
1153
|
"PingOutput"
|
|
853
1154
|
],
|
|
854
1155
|
"expose": true,
|
|
855
|
-
"implementationHash": "
|
|
1156
|
+
"implementationHash": "f8b65cb4317cabf3",
|
|
856
1157
|
"contractHash": "fcc0b0976330db7f",
|
|
857
1158
|
"inputHash": "257c0a0a",
|
|
858
|
-
"outputHash": "9690bdf6"
|
|
1159
|
+
"outputHash": "9690bdf6",
|
|
1160
|
+
"services": {
|
|
1161
|
+
"optimized": true,
|
|
1162
|
+
"services": []
|
|
1163
|
+
}
|
|
859
1164
|
},
|
|
860
1165
|
"readAgentSource": {
|
|
861
1166
|
"pikkuFuncId": "readAgentSource",
|
|
862
1167
|
"functionType": "user",
|
|
863
|
-
"funcWrapper": "
|
|
864
|
-
"sessionless":
|
|
1168
|
+
"funcWrapper": "pikkuFunc",
|
|
1169
|
+
"sessionless": false,
|
|
865
1170
|
"name": "readAgentSource",
|
|
866
1171
|
"inputSchemaName": "ReadAgentSourceInput",
|
|
867
1172
|
"outputSchemaName": "ReadAgentSourceOutput",
|
|
@@ -872,16 +1177,22 @@
|
|
|
872
1177
|
"ReadAgentSourceOutput"
|
|
873
1178
|
],
|
|
874
1179
|
"expose": true,
|
|
875
|
-
"implementationHash": "
|
|
1180
|
+
"implementationHash": "d12de0c2a94c7e5b",
|
|
876
1181
|
"contractHash": "9ce87ee2b8742dfd",
|
|
877
1182
|
"inputHash": "83d575db",
|
|
878
|
-
"outputHash": "f79bf1de"
|
|
1183
|
+
"outputHash": "f79bf1de",
|
|
1184
|
+
"services": {
|
|
1185
|
+
"optimized": true,
|
|
1186
|
+
"services": [
|
|
1187
|
+
"codeEditService"
|
|
1188
|
+
]
|
|
1189
|
+
}
|
|
879
1190
|
},
|
|
880
1191
|
"readFunctionBody": {
|
|
881
1192
|
"pikkuFuncId": "readFunctionBody",
|
|
882
1193
|
"functionType": "user",
|
|
883
|
-
"funcWrapper": "
|
|
884
|
-
"sessionless":
|
|
1194
|
+
"funcWrapper": "pikkuFunc",
|
|
1195
|
+
"sessionless": false,
|
|
885
1196
|
"name": "readFunctionBody",
|
|
886
1197
|
"inputSchemaName": "ReadFunctionBodyInput",
|
|
887
1198
|
"outputSchemaName": "ReadFunctionBodyOutput",
|
|
@@ -892,16 +1203,22 @@
|
|
|
892
1203
|
"ReadFunctionBodyOutput"
|
|
893
1204
|
],
|
|
894
1205
|
"expose": true,
|
|
895
|
-
"implementationHash": "
|
|
1206
|
+
"implementationHash": "f11496021f94ed0d",
|
|
896
1207
|
"contractHash": "a2287f39c1eca38b",
|
|
897
1208
|
"inputHash": "3db64982",
|
|
898
|
-
"outputHash": "3e345ceb"
|
|
1209
|
+
"outputHash": "3e345ceb",
|
|
1210
|
+
"services": {
|
|
1211
|
+
"optimized": true,
|
|
1212
|
+
"services": [
|
|
1213
|
+
"codeEditService"
|
|
1214
|
+
]
|
|
1215
|
+
}
|
|
899
1216
|
},
|
|
900
1217
|
"readFunctionSource": {
|
|
901
1218
|
"pikkuFuncId": "readFunctionSource",
|
|
902
1219
|
"functionType": "user",
|
|
903
|
-
"funcWrapper": "
|
|
904
|
-
"sessionless":
|
|
1220
|
+
"funcWrapper": "pikkuFunc",
|
|
1221
|
+
"sessionless": false,
|
|
905
1222
|
"name": "readFunctionSource",
|
|
906
1223
|
"inputSchemaName": "ReadFunctionSourceInput",
|
|
907
1224
|
"outputSchemaName": "ReadFunctionSourceOutput",
|
|
@@ -912,16 +1229,22 @@
|
|
|
912
1229
|
"ReadFunctionSourceOutput"
|
|
913
1230
|
],
|
|
914
1231
|
"expose": true,
|
|
915
|
-
"implementationHash": "
|
|
1232
|
+
"implementationHash": "a534d953ed940622",
|
|
916
1233
|
"contractHash": "2bbd984e00ace4ed",
|
|
917
1234
|
"inputHash": "de816393",
|
|
918
|
-
"outputHash": "3689cc09"
|
|
1235
|
+
"outputHash": "3689cc09",
|
|
1236
|
+
"services": {
|
|
1237
|
+
"optimized": true,
|
|
1238
|
+
"services": [
|
|
1239
|
+
"codeEditService"
|
|
1240
|
+
]
|
|
1241
|
+
}
|
|
919
1242
|
},
|
|
920
1243
|
"renderEmailPreview": {
|
|
921
1244
|
"pikkuFuncId": "renderEmailPreview",
|
|
922
1245
|
"functionType": "user",
|
|
923
|
-
"funcWrapper": "
|
|
924
|
-
"sessionless":
|
|
1246
|
+
"funcWrapper": "pikkuFunc",
|
|
1247
|
+
"sessionless": false,
|
|
925
1248
|
"name": "renderEmailPreview",
|
|
926
1249
|
"inputSchemaName": "RenderEmailPreviewInput",
|
|
927
1250
|
"outputSchemaName": "RenderEmailPreviewOutput",
|
|
@@ -932,16 +1255,22 @@
|
|
|
932
1255
|
"RenderEmailPreviewOutput"
|
|
933
1256
|
],
|
|
934
1257
|
"expose": true,
|
|
935
|
-
"implementationHash": "
|
|
1258
|
+
"implementationHash": "c17cf7a14f41b9f6",
|
|
936
1259
|
"contractHash": "5c0010a01eac05df",
|
|
937
1260
|
"inputHash": "8bb3bf2b",
|
|
938
|
-
"outputHash": "ccb4573c"
|
|
1261
|
+
"outputHash": "ccb4573c",
|
|
1262
|
+
"services": {
|
|
1263
|
+
"optimized": true,
|
|
1264
|
+
"services": [
|
|
1265
|
+
"metaService"
|
|
1266
|
+
]
|
|
1267
|
+
}
|
|
939
1268
|
},
|
|
940
1269
|
"runFunctionTests": {
|
|
941
1270
|
"pikkuFuncId": "runFunctionTests",
|
|
942
1271
|
"functionType": "user",
|
|
943
|
-
"funcWrapper": "
|
|
944
|
-
"sessionless":
|
|
1272
|
+
"funcWrapper": "pikkuFunc",
|
|
1273
|
+
"sessionless": false,
|
|
945
1274
|
"name": "runFunctionTests",
|
|
946
1275
|
"inputSchemaName": null,
|
|
947
1276
|
"outputSchemaName": "FunctionCoverageReport",
|
|
@@ -950,10 +1279,40 @@
|
|
|
950
1279
|
"FunctionCoverageReport"
|
|
951
1280
|
],
|
|
952
1281
|
"expose": true,
|
|
953
|
-
"implementationHash": "
|
|
1282
|
+
"implementationHash": "79bbba7b57e44f4d",
|
|
954
1283
|
"contractHash": "08b0a69d946e5aaf",
|
|
955
1284
|
"inputHash": "2ed1af09",
|
|
956
|
-
"outputHash": "74b0fac6"
|
|
1285
|
+
"outputHash": "74b0fac6",
|
|
1286
|
+
"services": {
|
|
1287
|
+
"optimized": true,
|
|
1288
|
+
"services": [
|
|
1289
|
+
"metaService"
|
|
1290
|
+
]
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
"runSecurityAudit": {
|
|
1294
|
+
"pikkuFuncId": "runSecurityAudit",
|
|
1295
|
+
"functionType": "user",
|
|
1296
|
+
"funcWrapper": "pikkuFunc",
|
|
1297
|
+
"sessionless": false,
|
|
1298
|
+
"name": "runSecurityAudit",
|
|
1299
|
+
"inputSchemaName": null,
|
|
1300
|
+
"outputSchemaName": "SecurityAuditReport",
|
|
1301
|
+
"inputs": [],
|
|
1302
|
+
"outputs": [
|
|
1303
|
+
"SecurityAuditReport"
|
|
1304
|
+
],
|
|
1305
|
+
"expose": true,
|
|
1306
|
+
"implementationHash": "1f6bfefb68cebcfe",
|
|
1307
|
+
"contractHash": "22463118e70324f6",
|
|
1308
|
+
"inputHash": "b49cd137",
|
|
1309
|
+
"outputHash": "8bf5bde3",
|
|
1310
|
+
"services": {
|
|
1311
|
+
"optimized": true,
|
|
1312
|
+
"services": [
|
|
1313
|
+
"metaService"
|
|
1314
|
+
]
|
|
1315
|
+
}
|
|
957
1316
|
},
|
|
958
1317
|
"streamFunctionTests": {
|
|
959
1318
|
"pikkuFuncId": "streamFunctionTests",
|
|
@@ -970,7 +1329,13 @@
|
|
|
970
1329
|
"implementationHash": "d7141f3e977dfb9a",
|
|
971
1330
|
"contractHash": "320d5cf8029bcdaf",
|
|
972
1331
|
"inputHash": "91459368",
|
|
973
|
-
"outputHash": "a893fe7c"
|
|
1332
|
+
"outputHash": "a893fe7c",
|
|
1333
|
+
"services": {
|
|
1334
|
+
"optimized": true,
|
|
1335
|
+
"services": [
|
|
1336
|
+
"metaService"
|
|
1337
|
+
]
|
|
1338
|
+
}
|
|
974
1339
|
},
|
|
975
1340
|
"streamWorkflowRun": {
|
|
976
1341
|
"pikkuFuncId": "streamWorkflowRun",
|
|
@@ -987,13 +1352,19 @@
|
|
|
987
1352
|
"implementationHash": "1c17e835463ff334",
|
|
988
1353
|
"contractHash": "1dc21fdc8c6d42b2",
|
|
989
1354
|
"inputHash": "e98b5c8e",
|
|
990
|
-
"outputHash": "20fdee07"
|
|
1355
|
+
"outputHash": "20fdee07",
|
|
1356
|
+
"services": {
|
|
1357
|
+
"optimized": true,
|
|
1358
|
+
"services": [
|
|
1359
|
+
"workflowRunService"
|
|
1360
|
+
]
|
|
1361
|
+
}
|
|
991
1362
|
},
|
|
992
1363
|
"updateAgentConfig": {
|
|
993
1364
|
"pikkuFuncId": "updateAgentConfig",
|
|
994
1365
|
"functionType": "user",
|
|
995
|
-
"funcWrapper": "
|
|
996
|
-
"sessionless":
|
|
1366
|
+
"funcWrapper": "pikkuFunc",
|
|
1367
|
+
"sessionless": false,
|
|
997
1368
|
"name": "updateAgentConfig",
|
|
998
1369
|
"inputSchemaName": "UpdateAgentConfigInput",
|
|
999
1370
|
"outputSchemaName": "UpdateAgentConfigOutput",
|
|
@@ -1004,16 +1375,48 @@
|
|
|
1004
1375
|
"UpdateAgentConfigOutput"
|
|
1005
1376
|
],
|
|
1006
1377
|
"expose": true,
|
|
1007
|
-
"implementationHash": "
|
|
1378
|
+
"implementationHash": "cdf5448c905d79af",
|
|
1008
1379
|
"contractHash": "7914f6c21b43fab6",
|
|
1009
1380
|
"inputHash": "bf627fe1",
|
|
1010
|
-
"outputHash": "bbec71d0"
|
|
1381
|
+
"outputHash": "bbec71d0",
|
|
1382
|
+
"services": {
|
|
1383
|
+
"optimized": true,
|
|
1384
|
+
"services": [
|
|
1385
|
+
"codeEditService"
|
|
1386
|
+
]
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1389
|
+
"updateDependency": {
|
|
1390
|
+
"pikkuFuncId": "updateDependency",
|
|
1391
|
+
"functionType": "user",
|
|
1392
|
+
"funcWrapper": "pikkuFunc",
|
|
1393
|
+
"sessionless": false,
|
|
1394
|
+
"name": "updateDependency",
|
|
1395
|
+
"inputSchemaName": "UpdateDependencyInput",
|
|
1396
|
+
"outputSchemaName": "SecurityAuditReport",
|
|
1397
|
+
"inputs": [
|
|
1398
|
+
"UpdateDependencyInput"
|
|
1399
|
+
],
|
|
1400
|
+
"outputs": [
|
|
1401
|
+
"SecurityAuditReport"
|
|
1402
|
+
],
|
|
1403
|
+
"expose": true,
|
|
1404
|
+
"implementationHash": "503840d691b65285",
|
|
1405
|
+
"contractHash": "f7d4aaca49aefc66",
|
|
1406
|
+
"inputHash": "e06e601c",
|
|
1407
|
+
"outputHash": "ed75e6e7",
|
|
1408
|
+
"services": {
|
|
1409
|
+
"optimized": true,
|
|
1410
|
+
"services": [
|
|
1411
|
+
"metaService"
|
|
1412
|
+
]
|
|
1413
|
+
}
|
|
1011
1414
|
},
|
|
1012
1415
|
"updateEmailTemplate": {
|
|
1013
1416
|
"pikkuFuncId": "updateEmailTemplate",
|
|
1014
1417
|
"functionType": "user",
|
|
1015
|
-
"funcWrapper": "
|
|
1016
|
-
"sessionless":
|
|
1418
|
+
"funcWrapper": "pikkuFunc",
|
|
1419
|
+
"sessionless": false,
|
|
1017
1420
|
"name": "updateEmailTemplate",
|
|
1018
1421
|
"inputSchemaName": "UpdateEmailTemplateInput",
|
|
1019
1422
|
"outputSchemaName": "UpdateEmailTemplateOutput",
|
|
@@ -1024,16 +1427,23 @@
|
|
|
1024
1427
|
"UpdateEmailTemplateOutput"
|
|
1025
1428
|
],
|
|
1026
1429
|
"expose": true,
|
|
1027
|
-
"implementationHash": "
|
|
1430
|
+
"implementationHash": "4a2441228957cd55",
|
|
1028
1431
|
"contractHash": "46dfb6154b42f5ab",
|
|
1029
1432
|
"inputHash": "906d8ace",
|
|
1030
|
-
"outputHash": "70750a6d"
|
|
1433
|
+
"outputHash": "70750a6d",
|
|
1434
|
+
"services": {
|
|
1435
|
+
"optimized": true,
|
|
1436
|
+
"services": [
|
|
1437
|
+
"metaService",
|
|
1438
|
+
"codeEditService"
|
|
1439
|
+
]
|
|
1440
|
+
}
|
|
1031
1441
|
},
|
|
1032
1442
|
"updateFunctionBody": {
|
|
1033
1443
|
"pikkuFuncId": "updateFunctionBody",
|
|
1034
1444
|
"functionType": "user",
|
|
1035
|
-
"funcWrapper": "
|
|
1036
|
-
"sessionless":
|
|
1445
|
+
"funcWrapper": "pikkuFunc",
|
|
1446
|
+
"sessionless": false,
|
|
1037
1447
|
"name": "updateFunctionBody",
|
|
1038
1448
|
"inputSchemaName": "UpdateFunctionBodyInput",
|
|
1039
1449
|
"outputSchemaName": "UpdateFunctionBodyOutput",
|
|
@@ -1044,16 +1454,22 @@
|
|
|
1044
1454
|
"UpdateFunctionBodyOutput"
|
|
1045
1455
|
],
|
|
1046
1456
|
"expose": true,
|
|
1047
|
-
"implementationHash": "
|
|
1457
|
+
"implementationHash": "3001bc333b44c279",
|
|
1048
1458
|
"contractHash": "9dc1d4a5073b638e",
|
|
1049
1459
|
"inputHash": "427fe696",
|
|
1050
|
-
"outputHash": "b13cf220"
|
|
1460
|
+
"outputHash": "b13cf220",
|
|
1461
|
+
"services": {
|
|
1462
|
+
"optimized": true,
|
|
1463
|
+
"services": [
|
|
1464
|
+
"codeEditService"
|
|
1465
|
+
]
|
|
1466
|
+
}
|
|
1051
1467
|
},
|
|
1052
1468
|
"updateFunctionConfig": {
|
|
1053
1469
|
"pikkuFuncId": "updateFunctionConfig",
|
|
1054
1470
|
"functionType": "user",
|
|
1055
|
-
"funcWrapper": "
|
|
1056
|
-
"sessionless":
|
|
1471
|
+
"funcWrapper": "pikkuFunc",
|
|
1472
|
+
"sessionless": false,
|
|
1057
1473
|
"name": "updateFunctionConfig",
|
|
1058
1474
|
"inputSchemaName": "UpdateFunctionConfigInput",
|
|
1059
1475
|
"outputSchemaName": "UpdateFunctionConfigOutput",
|
|
@@ -1064,9 +1480,15 @@
|
|
|
1064
1480
|
"UpdateFunctionConfigOutput"
|
|
1065
1481
|
],
|
|
1066
1482
|
"expose": true,
|
|
1067
|
-
"implementationHash": "
|
|
1483
|
+
"implementationHash": "48e28b2888b17755",
|
|
1068
1484
|
"contractHash": "2e204aca2e325395",
|
|
1069
1485
|
"inputHash": "9cdb162e",
|
|
1070
|
-
"outputHash": "223c95b6"
|
|
1486
|
+
"outputHash": "223c95b6",
|
|
1487
|
+
"services": {
|
|
1488
|
+
"optimized": true,
|
|
1489
|
+
"services": [
|
|
1490
|
+
"codeEditService"
|
|
1491
|
+
]
|
|
1492
|
+
}
|
|
1071
1493
|
}
|
|
1072
1494
|
}
|