@pikku/addon-security-scorecard 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +10 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +549 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +359 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +44 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +44 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +35 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +30 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +42 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +227 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +246 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +21 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +81 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +155 -0
- package/dist/.pikku/schemas/schemas/CompanyGetFactorHistoricalInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetFactorHistoricalOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetFactorInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetFactorOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetHistoricalScoreInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetHistoricalScoreOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetScorePlanInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetScorePlanOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetScorecardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CompanyGetScorecardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_securityScorecard.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IndustryGetFactorHistoricalInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IndustryGetFactorHistoricalOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IndustryGetFactorInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IndustryGetFactorOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IndustryGetScoreInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/IndustryGetScoreOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/InviteCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/InviteCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioCompanyAddInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioCompanyAddOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioCompanyGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioCompanyGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioCompanyRemoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioCompanyRemoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PortfolioUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReportDownloadInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReportDownloadOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReportGenerateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReportGenerateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReportGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_SECURITY_SCORECARD_BASE_URL.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/companyGetFactor.function.d.ts +13 -0
- package/dist/src/functions/companyGetFactor.function.d.ts.map +1 -0
- package/dist/src/functions/companyGetFactor.function.js +15 -0
- package/dist/src/functions/companyGetFactor.function.js.map +1 -0
- package/dist/src/functions/companyGetFactorHistorical.function.d.ts +21 -0
- package/dist/src/functions/companyGetFactorHistorical.function.d.ts.map +1 -0
- package/dist/src/functions/companyGetFactorHistorical.function.js +17 -0
- package/dist/src/functions/companyGetFactorHistorical.function.js.map +1 -0
- package/dist/src/functions/companyGetHistoricalScore.function.d.ts +21 -0
- package/dist/src/functions/companyGetHistoricalScore.function.d.ts.map +1 -0
- package/dist/src/functions/companyGetHistoricalScore.function.js +17 -0
- package/dist/src/functions/companyGetHistoricalScore.function.js.map +1 -0
- package/dist/src/functions/companyGetScorePlan.function.d.ts +17 -0
- package/dist/src/functions/companyGetScorePlan.function.d.ts.map +1 -0
- package/dist/src/functions/companyGetScorePlan.function.js +16 -0
- package/dist/src/functions/companyGetScorePlan.function.js.map +1 -0
- package/dist/src/functions/companyGetScorecard.function.d.ts +13 -0
- package/dist/src/functions/companyGetScorecard.function.d.ts.map +1 -0
- package/dist/src/functions/companyGetScorecard.function.js +15 -0
- package/dist/src/functions/companyGetScorecard.function.js.map +1 -0
- package/dist/src/functions/industryGetFactor.function.d.ts +13 -0
- package/dist/src/functions/industryGetFactor.function.d.ts.map +1 -0
- package/dist/src/functions/industryGetFactor.function.js +15 -0
- package/dist/src/functions/industryGetFactor.function.js.map +1 -0
- package/dist/src/functions/industryGetFactorHistorical.function.d.ts +21 -0
- package/dist/src/functions/industryGetFactorHistorical.function.d.ts.map +1 -0
- package/dist/src/functions/industryGetFactorHistorical.function.js +17 -0
- package/dist/src/functions/industryGetFactorHistorical.function.js.map +1 -0
- package/dist/src/functions/industryGetScore.function.d.ts +13 -0
- package/dist/src/functions/industryGetScore.function.d.ts.map +1 -0
- package/dist/src/functions/industryGetScore.function.js +15 -0
- package/dist/src/functions/industryGetScore.function.js.map +1 -0
- package/dist/src/functions/inviteCreate.function.d.ts +25 -0
- package/dist/src/functions/inviteCreate.function.d.ts.map +1 -0
- package/dist/src/functions/inviteCreate.function.js +18 -0
- package/dist/src/functions/inviteCreate.function.js.map +1 -0
- package/dist/src/functions/portfolioCompanyAdd.function.d.ts +17 -0
- package/dist/src/functions/portfolioCompanyAdd.function.d.ts.map +1 -0
- package/dist/src/functions/portfolioCompanyAdd.function.js +16 -0
- package/dist/src/functions/portfolioCompanyAdd.function.js.map +1 -0
- package/dist/src/functions/portfolioCompanyGetAll.function.d.ts +13 -0
- package/dist/src/functions/portfolioCompanyGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/portfolioCompanyGetAll.function.js +15 -0
- package/dist/src/functions/portfolioCompanyGetAll.function.js.map +1 -0
- package/dist/src/functions/portfolioCompanyRemove.function.d.ts +17 -0
- package/dist/src/functions/portfolioCompanyRemove.function.d.ts.map +1 -0
- package/dist/src/functions/portfolioCompanyRemove.function.js +16 -0
- package/dist/src/functions/portfolioCompanyRemove.function.js.map +1 -0
- package/dist/src/functions/portfolioCreate.function.d.ts +21 -0
- package/dist/src/functions/portfolioCreate.function.d.ts.map +1 -0
- package/dist/src/functions/portfolioCreate.function.js +17 -0
- package/dist/src/functions/portfolioCreate.function.js.map +1 -0
- package/dist/src/functions/portfolioDelete.function.d.ts +13 -0
- package/dist/src/functions/portfolioDelete.function.d.ts.map +1 -0
- package/dist/src/functions/portfolioDelete.function.js +15 -0
- package/dist/src/functions/portfolioDelete.function.js.map +1 -0
- package/dist/src/functions/portfolioGetAll.function.d.ts +4 -0
- package/dist/src/functions/portfolioGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/portfolioGetAll.function.js +11 -0
- package/dist/src/functions/portfolioGetAll.function.js.map +1 -0
- package/dist/src/functions/portfolioUpdate.function.d.ts +25 -0
- package/dist/src/functions/portfolioUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/portfolioUpdate.function.js +18 -0
- package/dist/src/functions/portfolioUpdate.function.js.map +1 -0
- package/dist/src/functions/reportDownload.function.d.ts +13 -0
- package/dist/src/functions/reportDownload.function.d.ts.map +1 -0
- package/dist/src/functions/reportDownload.function.js +15 -0
- package/dist/src/functions/reportDownload.function.js.map +1 -0
- package/dist/src/functions/reportGenerate.function.d.ts +25 -0
- package/dist/src/functions/reportGenerate.function.d.ts.map +1 -0
- package/dist/src/functions/reportGenerate.function.js +18 -0
- package/dist/src/functions/reportGenerate.function.js.map +1 -0
- package/dist/src/functions/reportGetAll.function.d.ts +4 -0
- package/dist/src/functions/reportGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/reportGetAll.function.js +11 -0
- package/dist/src/functions/reportGetAll.function.js.map +1 -0
- package/dist/src/index.d.ts +20 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +20 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/security-scorecard-api.service.d.ts +10 -0
- package/dist/src/security-scorecard-api.service.d.ts.map +1 -0
- package/dist/src/security-scorecard-api.service.js +212 -0
- package/dist/src/security-scorecard-api.service.js.map +1 -0
- package/dist/src/security-scorecard.credential.d.ts +5 -0
- package/dist/src/security-scorecard.credential.d.ts.map +1 -0
- package/dist/src/security-scorecard.credential.js +13 -0
- package/dist/src/security-scorecard.credential.js.map +1 -0
- package/dist/src/security-scorecard.types.d.ts +7 -0
- package/dist/src/security-scorecard.types.d.ts.map +1 -0
- package/dist/src/security-scorecard.types.js +8 -0
- package/dist/src/security-scorecard.types.js.map +1 -0
- package/dist/src/security-scorecard.variable.d.ts +5 -0
- package/dist/src/security-scorecard.variable.d.ts.map +1 -0
- package/dist/src/security-scorecard.variable.js +11 -0
- package/dist/src/security-scorecard.variable.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +14 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1,549 @@
|
|
|
1
|
+
{
|
|
2
|
+
"companyGetScorecard": {
|
|
3
|
+
"pikkuFuncId": "companyGetScorecard",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
7
|
+
"name": "companyGetScorecard",
|
|
8
|
+
"services": {
|
|
9
|
+
"optimized": true,
|
|
10
|
+
"services": [
|
|
11
|
+
"securityScorecard"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"inputSchemaName": "CompanyGetScorecardInput",
|
|
15
|
+
"outputSchemaName": "CompanyGetScorecardOutput",
|
|
16
|
+
"inputs": [
|
|
17
|
+
"CompanyGetScorecardInput"
|
|
18
|
+
],
|
|
19
|
+
"outputs": [
|
|
20
|
+
"CompanyGetScorecardOutput"
|
|
21
|
+
],
|
|
22
|
+
"implementationHash": "e30bd416b9624f6d",
|
|
23
|
+
"description": "Get a company scorecard",
|
|
24
|
+
"isDirectFunction": false,
|
|
25
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/companyGetScorecard.function.ts",
|
|
26
|
+
"exportedName": "companyGetScorecard",
|
|
27
|
+
"contractHash": "d8218e337a5f1ed1",
|
|
28
|
+
"inputHash": "f3f2151e",
|
|
29
|
+
"outputHash": "37406dee"
|
|
30
|
+
},
|
|
31
|
+
"companyGetFactor": {
|
|
32
|
+
"pikkuFuncId": "companyGetFactor",
|
|
33
|
+
"functionType": "user",
|
|
34
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
35
|
+
"sessionless": true,
|
|
36
|
+
"name": "companyGetFactor",
|
|
37
|
+
"services": {
|
|
38
|
+
"optimized": true,
|
|
39
|
+
"services": [
|
|
40
|
+
"securityScorecard"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"inputSchemaName": "CompanyGetFactorInput",
|
|
44
|
+
"outputSchemaName": "CompanyGetFactorOutput",
|
|
45
|
+
"inputs": [
|
|
46
|
+
"CompanyGetFactorInput"
|
|
47
|
+
],
|
|
48
|
+
"outputs": [
|
|
49
|
+
"CompanyGetFactorOutput"
|
|
50
|
+
],
|
|
51
|
+
"implementationHash": "381c3ea2c547adc8",
|
|
52
|
+
"description": "Get company factor scores",
|
|
53
|
+
"isDirectFunction": false,
|
|
54
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/companyGetFactor.function.ts",
|
|
55
|
+
"exportedName": "companyGetFactor",
|
|
56
|
+
"contractHash": "61e895bbd85cdefe",
|
|
57
|
+
"inputHash": "6b321eb8",
|
|
58
|
+
"outputHash": "ed635d2b"
|
|
59
|
+
},
|
|
60
|
+
"companyGetFactorHistorical": {
|
|
61
|
+
"pikkuFuncId": "companyGetFactorHistorical",
|
|
62
|
+
"functionType": "user",
|
|
63
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
64
|
+
"sessionless": true,
|
|
65
|
+
"name": "companyGetFactorHistorical",
|
|
66
|
+
"services": {
|
|
67
|
+
"optimized": true,
|
|
68
|
+
"services": [
|
|
69
|
+
"securityScorecard"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"inputSchemaName": "CompanyGetFactorHistoricalInput",
|
|
73
|
+
"outputSchemaName": "CompanyGetFactorHistoricalOutput",
|
|
74
|
+
"inputs": [
|
|
75
|
+
"CompanyGetFactorHistoricalInput"
|
|
76
|
+
],
|
|
77
|
+
"outputs": [
|
|
78
|
+
"CompanyGetFactorHistoricalOutput"
|
|
79
|
+
],
|
|
80
|
+
"implementationHash": "5e5237e13fd4487f",
|
|
81
|
+
"description": "Get historical company factor scores",
|
|
82
|
+
"isDirectFunction": false,
|
|
83
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/companyGetFactorHistorical.function.ts",
|
|
84
|
+
"exportedName": "companyGetFactorHistorical",
|
|
85
|
+
"contractHash": "938c21c6f8f4bab1",
|
|
86
|
+
"inputHash": "8f58ce28",
|
|
87
|
+
"outputHash": "e71b1278"
|
|
88
|
+
},
|
|
89
|
+
"companyGetHistoricalScore": {
|
|
90
|
+
"pikkuFuncId": "companyGetHistoricalScore",
|
|
91
|
+
"functionType": "user",
|
|
92
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
93
|
+
"sessionless": true,
|
|
94
|
+
"name": "companyGetHistoricalScore",
|
|
95
|
+
"services": {
|
|
96
|
+
"optimized": true,
|
|
97
|
+
"services": [
|
|
98
|
+
"securityScorecard"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"inputSchemaName": "CompanyGetHistoricalScoreInput",
|
|
102
|
+
"outputSchemaName": "CompanyGetHistoricalScoreOutput",
|
|
103
|
+
"inputs": [
|
|
104
|
+
"CompanyGetHistoricalScoreInput"
|
|
105
|
+
],
|
|
106
|
+
"outputs": [
|
|
107
|
+
"CompanyGetHistoricalScoreOutput"
|
|
108
|
+
],
|
|
109
|
+
"implementationHash": "ce7eb18d60db0a69",
|
|
110
|
+
"description": "Get historical company score",
|
|
111
|
+
"isDirectFunction": false,
|
|
112
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/companyGetHistoricalScore.function.ts",
|
|
113
|
+
"exportedName": "companyGetHistoricalScore",
|
|
114
|
+
"contractHash": "fde7c2d68768879a",
|
|
115
|
+
"inputHash": "0f8a089e",
|
|
116
|
+
"outputHash": "fbcfc744"
|
|
117
|
+
},
|
|
118
|
+
"companyGetScorePlan": {
|
|
119
|
+
"pikkuFuncId": "companyGetScorePlan",
|
|
120
|
+
"functionType": "user",
|
|
121
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
122
|
+
"sessionless": true,
|
|
123
|
+
"name": "companyGetScorePlan",
|
|
124
|
+
"services": {
|
|
125
|
+
"optimized": true,
|
|
126
|
+
"services": [
|
|
127
|
+
"securityScorecard"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"inputSchemaName": "CompanyGetScorePlanInput",
|
|
131
|
+
"outputSchemaName": "CompanyGetScorePlanOutput",
|
|
132
|
+
"inputs": [
|
|
133
|
+
"CompanyGetScorePlanInput"
|
|
134
|
+
],
|
|
135
|
+
"outputs": [
|
|
136
|
+
"CompanyGetScorePlanOutput"
|
|
137
|
+
],
|
|
138
|
+
"implementationHash": "74413a17c7e5d0af",
|
|
139
|
+
"description": "Get a company score plan by target",
|
|
140
|
+
"isDirectFunction": false,
|
|
141
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/companyGetScorePlan.function.ts",
|
|
142
|
+
"exportedName": "companyGetScorePlan",
|
|
143
|
+
"contractHash": "09523e7c052063bb",
|
|
144
|
+
"inputHash": "445da23f",
|
|
145
|
+
"outputHash": "33b9f22c"
|
|
146
|
+
},
|
|
147
|
+
"industryGetScore": {
|
|
148
|
+
"pikkuFuncId": "industryGetScore",
|
|
149
|
+
"functionType": "user",
|
|
150
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
151
|
+
"sessionless": true,
|
|
152
|
+
"name": "industryGetScore",
|
|
153
|
+
"services": {
|
|
154
|
+
"optimized": true,
|
|
155
|
+
"services": [
|
|
156
|
+
"securityScorecard"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"inputSchemaName": "IndustryGetScoreInput",
|
|
160
|
+
"outputSchemaName": "IndustryGetScoreOutput",
|
|
161
|
+
"inputs": [
|
|
162
|
+
"IndustryGetScoreInput"
|
|
163
|
+
],
|
|
164
|
+
"outputs": [
|
|
165
|
+
"IndustryGetScoreOutput"
|
|
166
|
+
],
|
|
167
|
+
"implementationHash": "e8902cb7213e0b10",
|
|
168
|
+
"description": "Get an industry score",
|
|
169
|
+
"isDirectFunction": false,
|
|
170
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/industryGetScore.function.ts",
|
|
171
|
+
"exportedName": "industryGetScore",
|
|
172
|
+
"contractHash": "af6d523ce717dd65",
|
|
173
|
+
"inputHash": "299b8ef4",
|
|
174
|
+
"outputHash": "8207563c"
|
|
175
|
+
},
|
|
176
|
+
"industryGetFactor": {
|
|
177
|
+
"pikkuFuncId": "industryGetFactor",
|
|
178
|
+
"functionType": "user",
|
|
179
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
180
|
+
"sessionless": true,
|
|
181
|
+
"name": "industryGetFactor",
|
|
182
|
+
"services": {
|
|
183
|
+
"optimized": true,
|
|
184
|
+
"services": [
|
|
185
|
+
"securityScorecard"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"inputSchemaName": "IndustryGetFactorInput",
|
|
189
|
+
"outputSchemaName": "IndustryGetFactorOutput",
|
|
190
|
+
"inputs": [
|
|
191
|
+
"IndustryGetFactorInput"
|
|
192
|
+
],
|
|
193
|
+
"outputs": [
|
|
194
|
+
"IndustryGetFactorOutput"
|
|
195
|
+
],
|
|
196
|
+
"implementationHash": "3586a662751cef67",
|
|
197
|
+
"description": "Get industry factor scores",
|
|
198
|
+
"isDirectFunction": false,
|
|
199
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/industryGetFactor.function.ts",
|
|
200
|
+
"exportedName": "industryGetFactor",
|
|
201
|
+
"contractHash": "544bf187f339ab7c",
|
|
202
|
+
"inputHash": "b1cac682",
|
|
203
|
+
"outputHash": "aae30945"
|
|
204
|
+
},
|
|
205
|
+
"industryGetFactorHistorical": {
|
|
206
|
+
"pikkuFuncId": "industryGetFactorHistorical",
|
|
207
|
+
"functionType": "user",
|
|
208
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
209
|
+
"sessionless": true,
|
|
210
|
+
"name": "industryGetFactorHistorical",
|
|
211
|
+
"services": {
|
|
212
|
+
"optimized": true,
|
|
213
|
+
"services": [
|
|
214
|
+
"securityScorecard"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
"inputSchemaName": "IndustryGetFactorHistoricalInput",
|
|
218
|
+
"outputSchemaName": "IndustryGetFactorHistoricalOutput",
|
|
219
|
+
"inputs": [
|
|
220
|
+
"IndustryGetFactorHistoricalInput"
|
|
221
|
+
],
|
|
222
|
+
"outputs": [
|
|
223
|
+
"IndustryGetFactorHistoricalOutput"
|
|
224
|
+
],
|
|
225
|
+
"implementationHash": "1f7330c68df4034f",
|
|
226
|
+
"description": "Get historical industry factor scores",
|
|
227
|
+
"isDirectFunction": false,
|
|
228
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/industryGetFactorHistorical.function.ts",
|
|
229
|
+
"exportedName": "industryGetFactorHistorical",
|
|
230
|
+
"contractHash": "5d4407a6c2c8886f",
|
|
231
|
+
"inputHash": "711836e3",
|
|
232
|
+
"outputHash": "b0cd4134"
|
|
233
|
+
},
|
|
234
|
+
"inviteCreate": {
|
|
235
|
+
"pikkuFuncId": "inviteCreate",
|
|
236
|
+
"functionType": "user",
|
|
237
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
238
|
+
"sessionless": true,
|
|
239
|
+
"name": "inviteCreate",
|
|
240
|
+
"services": {
|
|
241
|
+
"optimized": true,
|
|
242
|
+
"services": [
|
|
243
|
+
"securityScorecard"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"inputSchemaName": "InviteCreateInput",
|
|
247
|
+
"outputSchemaName": "InviteCreateOutput",
|
|
248
|
+
"inputs": [
|
|
249
|
+
"InviteCreateInput"
|
|
250
|
+
],
|
|
251
|
+
"outputs": [
|
|
252
|
+
"InviteCreateOutput"
|
|
253
|
+
],
|
|
254
|
+
"implementationHash": "7acafa86cd68f6f0",
|
|
255
|
+
"description": "Create an invitation",
|
|
256
|
+
"isDirectFunction": false,
|
|
257
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/inviteCreate.function.ts",
|
|
258
|
+
"exportedName": "inviteCreate",
|
|
259
|
+
"contractHash": "79747121daf1d2b5",
|
|
260
|
+
"inputHash": "428e47ab",
|
|
261
|
+
"outputHash": "358fabf8"
|
|
262
|
+
},
|
|
263
|
+
"portfolioGetAll": {
|
|
264
|
+
"pikkuFuncId": "portfolioGetAll",
|
|
265
|
+
"functionType": "user",
|
|
266
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
267
|
+
"sessionless": true,
|
|
268
|
+
"name": "portfolioGetAll",
|
|
269
|
+
"services": {
|
|
270
|
+
"optimized": true,
|
|
271
|
+
"services": [
|
|
272
|
+
"securityScorecard"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"inputSchemaName": null,
|
|
276
|
+
"outputSchemaName": "PortfolioGetAllOutput",
|
|
277
|
+
"inputs": [],
|
|
278
|
+
"outputs": [
|
|
279
|
+
"PortfolioGetAllOutput"
|
|
280
|
+
],
|
|
281
|
+
"implementationHash": "0c6cc57f5f8e0059",
|
|
282
|
+
"description": "Get all portfolios",
|
|
283
|
+
"isDirectFunction": false,
|
|
284
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/portfolioGetAll.function.ts",
|
|
285
|
+
"exportedName": "portfolioGetAll",
|
|
286
|
+
"contractHash": "594b0509bec13c72",
|
|
287
|
+
"inputHash": "5987422e",
|
|
288
|
+
"outputHash": "1608961f"
|
|
289
|
+
},
|
|
290
|
+
"portfolioCreate": {
|
|
291
|
+
"pikkuFuncId": "portfolioCreate",
|
|
292
|
+
"functionType": "user",
|
|
293
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
294
|
+
"sessionless": true,
|
|
295
|
+
"name": "portfolioCreate",
|
|
296
|
+
"services": {
|
|
297
|
+
"optimized": true,
|
|
298
|
+
"services": [
|
|
299
|
+
"securityScorecard"
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
"inputSchemaName": "PortfolioCreateInput",
|
|
303
|
+
"outputSchemaName": "PortfolioCreateOutput",
|
|
304
|
+
"inputs": [
|
|
305
|
+
"PortfolioCreateInput"
|
|
306
|
+
],
|
|
307
|
+
"outputs": [
|
|
308
|
+
"PortfolioCreateOutput"
|
|
309
|
+
],
|
|
310
|
+
"implementationHash": "d39a1486ba8a5b79",
|
|
311
|
+
"description": "Create a portfolio",
|
|
312
|
+
"isDirectFunction": false,
|
|
313
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/portfolioCreate.function.ts",
|
|
314
|
+
"exportedName": "portfolioCreate",
|
|
315
|
+
"contractHash": "e15770ad409068d4",
|
|
316
|
+
"inputHash": "bca58f3b",
|
|
317
|
+
"outputHash": "7493b721"
|
|
318
|
+
},
|
|
319
|
+
"portfolioUpdate": {
|
|
320
|
+
"pikkuFuncId": "portfolioUpdate",
|
|
321
|
+
"functionType": "user",
|
|
322
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
323
|
+
"sessionless": true,
|
|
324
|
+
"name": "portfolioUpdate",
|
|
325
|
+
"services": {
|
|
326
|
+
"optimized": true,
|
|
327
|
+
"services": [
|
|
328
|
+
"securityScorecard"
|
|
329
|
+
]
|
|
330
|
+
},
|
|
331
|
+
"inputSchemaName": "PortfolioUpdateInput",
|
|
332
|
+
"outputSchemaName": "PortfolioUpdateOutput",
|
|
333
|
+
"inputs": [
|
|
334
|
+
"PortfolioUpdateInput"
|
|
335
|
+
],
|
|
336
|
+
"outputs": [
|
|
337
|
+
"PortfolioUpdateOutput"
|
|
338
|
+
],
|
|
339
|
+
"implementationHash": "fec4e629612dc11d",
|
|
340
|
+
"description": "Update a portfolio",
|
|
341
|
+
"isDirectFunction": false,
|
|
342
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/portfolioUpdate.function.ts",
|
|
343
|
+
"exportedName": "portfolioUpdate",
|
|
344
|
+
"contractHash": "f9895de1070d9150",
|
|
345
|
+
"inputHash": "0f3cf960",
|
|
346
|
+
"outputHash": "b4b4adf0"
|
|
347
|
+
},
|
|
348
|
+
"portfolioDelete": {
|
|
349
|
+
"pikkuFuncId": "portfolioDelete",
|
|
350
|
+
"functionType": "user",
|
|
351
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
352
|
+
"sessionless": true,
|
|
353
|
+
"name": "portfolioDelete",
|
|
354
|
+
"services": {
|
|
355
|
+
"optimized": true,
|
|
356
|
+
"services": [
|
|
357
|
+
"securityScorecard"
|
|
358
|
+
]
|
|
359
|
+
},
|
|
360
|
+
"inputSchemaName": "PortfolioDeleteInput",
|
|
361
|
+
"outputSchemaName": "PortfolioDeleteOutput",
|
|
362
|
+
"inputs": [
|
|
363
|
+
"PortfolioDeleteInput"
|
|
364
|
+
],
|
|
365
|
+
"outputs": [
|
|
366
|
+
"PortfolioDeleteOutput"
|
|
367
|
+
],
|
|
368
|
+
"implementationHash": "387231d263bf3f8a",
|
|
369
|
+
"description": "Delete a portfolio",
|
|
370
|
+
"isDirectFunction": false,
|
|
371
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/portfolioDelete.function.ts",
|
|
372
|
+
"exportedName": "portfolioDelete",
|
|
373
|
+
"contractHash": "4b4d6f645d406f8d",
|
|
374
|
+
"inputHash": "164a178d",
|
|
375
|
+
"outputHash": "76d41ac6"
|
|
376
|
+
},
|
|
377
|
+
"portfolioCompanyGetAll": {
|
|
378
|
+
"pikkuFuncId": "portfolioCompanyGetAll",
|
|
379
|
+
"functionType": "user",
|
|
380
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
381
|
+
"sessionless": true,
|
|
382
|
+
"name": "portfolioCompanyGetAll",
|
|
383
|
+
"services": {
|
|
384
|
+
"optimized": true,
|
|
385
|
+
"services": [
|
|
386
|
+
"securityScorecard"
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
"inputSchemaName": "PortfolioCompanyGetAllInput",
|
|
390
|
+
"outputSchemaName": "PortfolioCompanyGetAllOutput",
|
|
391
|
+
"inputs": [
|
|
392
|
+
"PortfolioCompanyGetAllInput"
|
|
393
|
+
],
|
|
394
|
+
"outputs": [
|
|
395
|
+
"PortfolioCompanyGetAllOutput"
|
|
396
|
+
],
|
|
397
|
+
"implementationHash": "103eb85276a161fa",
|
|
398
|
+
"description": "Get all companies in a portfolio",
|
|
399
|
+
"isDirectFunction": false,
|
|
400
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/portfolioCompanyGetAll.function.ts",
|
|
401
|
+
"exportedName": "portfolioCompanyGetAll",
|
|
402
|
+
"contractHash": "98c60c6dc553aa12",
|
|
403
|
+
"inputHash": "bb6389c5",
|
|
404
|
+
"outputHash": "074279c0"
|
|
405
|
+
},
|
|
406
|
+
"portfolioCompanyAdd": {
|
|
407
|
+
"pikkuFuncId": "portfolioCompanyAdd",
|
|
408
|
+
"functionType": "user",
|
|
409
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
410
|
+
"sessionless": true,
|
|
411
|
+
"name": "portfolioCompanyAdd",
|
|
412
|
+
"services": {
|
|
413
|
+
"optimized": true,
|
|
414
|
+
"services": [
|
|
415
|
+
"securityScorecard"
|
|
416
|
+
]
|
|
417
|
+
},
|
|
418
|
+
"inputSchemaName": "PortfolioCompanyAddInput",
|
|
419
|
+
"outputSchemaName": "PortfolioCompanyAddOutput",
|
|
420
|
+
"inputs": [
|
|
421
|
+
"PortfolioCompanyAddInput"
|
|
422
|
+
],
|
|
423
|
+
"outputs": [
|
|
424
|
+
"PortfolioCompanyAddOutput"
|
|
425
|
+
],
|
|
426
|
+
"implementationHash": "b07335ac91d66279",
|
|
427
|
+
"description": "Add a company to a portfolio",
|
|
428
|
+
"isDirectFunction": false,
|
|
429
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/portfolioCompanyAdd.function.ts",
|
|
430
|
+
"exportedName": "portfolioCompanyAdd",
|
|
431
|
+
"contractHash": "ff08c1d523dda690",
|
|
432
|
+
"inputHash": "92a2e9e7",
|
|
433
|
+
"outputHash": "35a6aafd"
|
|
434
|
+
},
|
|
435
|
+
"portfolioCompanyRemove": {
|
|
436
|
+
"pikkuFuncId": "portfolioCompanyRemove",
|
|
437
|
+
"functionType": "user",
|
|
438
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
439
|
+
"sessionless": true,
|
|
440
|
+
"name": "portfolioCompanyRemove",
|
|
441
|
+
"services": {
|
|
442
|
+
"optimized": true,
|
|
443
|
+
"services": [
|
|
444
|
+
"securityScorecard"
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
"inputSchemaName": "PortfolioCompanyRemoveInput",
|
|
448
|
+
"outputSchemaName": "PortfolioCompanyRemoveOutput",
|
|
449
|
+
"inputs": [
|
|
450
|
+
"PortfolioCompanyRemoveInput"
|
|
451
|
+
],
|
|
452
|
+
"outputs": [
|
|
453
|
+
"PortfolioCompanyRemoveOutput"
|
|
454
|
+
],
|
|
455
|
+
"implementationHash": "a6bf93057416615c",
|
|
456
|
+
"description": "Remove a company from a portfolio",
|
|
457
|
+
"isDirectFunction": false,
|
|
458
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/portfolioCompanyRemove.function.ts",
|
|
459
|
+
"exportedName": "portfolioCompanyRemove",
|
|
460
|
+
"contractHash": "9c47cf1a11824576",
|
|
461
|
+
"inputHash": "e45d3968",
|
|
462
|
+
"outputHash": "4aca9c32"
|
|
463
|
+
},
|
|
464
|
+
"reportGetAll": {
|
|
465
|
+
"pikkuFuncId": "reportGetAll",
|
|
466
|
+
"functionType": "user",
|
|
467
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
468
|
+
"sessionless": true,
|
|
469
|
+
"name": "reportGetAll",
|
|
470
|
+
"services": {
|
|
471
|
+
"optimized": true,
|
|
472
|
+
"services": [
|
|
473
|
+
"securityScorecard"
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
"inputSchemaName": null,
|
|
477
|
+
"outputSchemaName": "ReportGetAllOutput",
|
|
478
|
+
"inputs": [],
|
|
479
|
+
"outputs": [
|
|
480
|
+
"ReportGetAllOutput"
|
|
481
|
+
],
|
|
482
|
+
"implementationHash": "8895936f07f65c4f",
|
|
483
|
+
"description": "Get recent reports",
|
|
484
|
+
"isDirectFunction": false,
|
|
485
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/reportGetAll.function.ts",
|
|
486
|
+
"exportedName": "reportGetAll",
|
|
487
|
+
"contractHash": "ccabcf293aa52316",
|
|
488
|
+
"inputHash": "dfe58fd1",
|
|
489
|
+
"outputHash": "5e615749"
|
|
490
|
+
},
|
|
491
|
+
"reportGenerate": {
|
|
492
|
+
"pikkuFuncId": "reportGenerate",
|
|
493
|
+
"functionType": "user",
|
|
494
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
495
|
+
"sessionless": true,
|
|
496
|
+
"name": "reportGenerate",
|
|
497
|
+
"services": {
|
|
498
|
+
"optimized": true,
|
|
499
|
+
"services": [
|
|
500
|
+
"securityScorecard"
|
|
501
|
+
]
|
|
502
|
+
},
|
|
503
|
+
"inputSchemaName": "ReportGenerateInput",
|
|
504
|
+
"outputSchemaName": "ReportGenerateOutput",
|
|
505
|
+
"inputs": [
|
|
506
|
+
"ReportGenerateInput"
|
|
507
|
+
],
|
|
508
|
+
"outputs": [
|
|
509
|
+
"ReportGenerateOutput"
|
|
510
|
+
],
|
|
511
|
+
"implementationHash": "d459bcf1ff32e833",
|
|
512
|
+
"description": "Generate a report",
|
|
513
|
+
"isDirectFunction": false,
|
|
514
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/reportGenerate.function.ts",
|
|
515
|
+
"exportedName": "reportGenerate",
|
|
516
|
+
"contractHash": "b0fca8c5c2881386",
|
|
517
|
+
"inputHash": "5c590345",
|
|
518
|
+
"outputHash": "38765b49"
|
|
519
|
+
},
|
|
520
|
+
"reportDownload": {
|
|
521
|
+
"pikkuFuncId": "reportDownload",
|
|
522
|
+
"functionType": "user",
|
|
523
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
524
|
+
"sessionless": true,
|
|
525
|
+
"name": "reportDownload",
|
|
526
|
+
"services": {
|
|
527
|
+
"optimized": true,
|
|
528
|
+
"services": [
|
|
529
|
+
"securityScorecard"
|
|
530
|
+
]
|
|
531
|
+
},
|
|
532
|
+
"inputSchemaName": "ReportDownloadInput",
|
|
533
|
+
"outputSchemaName": "ReportDownloadOutput",
|
|
534
|
+
"inputs": [
|
|
535
|
+
"ReportDownloadInput"
|
|
536
|
+
],
|
|
537
|
+
"outputs": [
|
|
538
|
+
"ReportDownloadOutput"
|
|
539
|
+
],
|
|
540
|
+
"implementationHash": "02dc5cfac42075ab",
|
|
541
|
+
"description": "Download a generated report file",
|
|
542
|
+
"isDirectFunction": false,
|
|
543
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/monitoring/security-scorecard/src/functions/reportDownload.function.ts",
|
|
544
|
+
"exportedName": "reportDownload",
|
|
545
|
+
"contractHash": "734d3f1dab919695",
|
|
546
|
+
"inputHash": "656fd081",
|
|
547
|
+
"outputHash": "49ffaeb3"
|
|
548
|
+
}
|
|
549
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-functions-meta.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/function/pikku-functions-meta.gen.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { pikkuState } from '@pikku/core/internal';
|
|
5
|
+
import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
|
|
6
|
+
pikkuState('@pikku/addon-security-scorecard', 'function', 'meta', metaData);
|
|
7
|
+
//# sourceMappingURL=pikku-functions-meta.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-functions-meta.gen.js","sourceRoot":"","sources":["../../../.pikku/function/pikku-functions-meta.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,QAAQ,MAAM,iCAAiC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAC5E,UAAU,CAAC,iCAAiC,EAAE,UAAU,EAAE,MAAM,EAAE,QAAyB,CAAC,CAAA"}
|