@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,246 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* This provides the structure needed for typescript to be aware of RPCs and their return types
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
export type CompanyGetFactorHistoricalInput = {
|
|
13
|
+
scorecardIdentifier: string;
|
|
14
|
+
date_from?: string | undefined;
|
|
15
|
+
date_to?: string | undefined;
|
|
16
|
+
}
|
|
17
|
+
export type CompanyGetFactorHistoricalOutput = {
|
|
18
|
+
[key: string]: unknown;
|
|
19
|
+
}
|
|
20
|
+
export type CompanyGetFactorInput = {
|
|
21
|
+
scorecardIdentifier: string;
|
|
22
|
+
}
|
|
23
|
+
export type CompanyGetFactorOutput = {
|
|
24
|
+
[key: string]: unknown;
|
|
25
|
+
}
|
|
26
|
+
export type CompanyGetHistoricalScoreInput = {
|
|
27
|
+
scorecardIdentifier: string;
|
|
28
|
+
from?: string | undefined;
|
|
29
|
+
to?: string | undefined;
|
|
30
|
+
}
|
|
31
|
+
export type CompanyGetHistoricalScoreOutput = {
|
|
32
|
+
[key: string]: unknown;
|
|
33
|
+
}
|
|
34
|
+
export type CompanyGetScorecardInput = {
|
|
35
|
+
scorecardIdentifier: string;
|
|
36
|
+
}
|
|
37
|
+
export type CompanyGetScorecardOutput = {
|
|
38
|
+
[key: string]: unknown;
|
|
39
|
+
}
|
|
40
|
+
export type CompanyGetScorePlanInput = {
|
|
41
|
+
scorecardIdentifier: string;
|
|
42
|
+
score: string;
|
|
43
|
+
}
|
|
44
|
+
export type CompanyGetScorePlanOutput = {
|
|
45
|
+
[key: string]: unknown;
|
|
46
|
+
}
|
|
47
|
+
export type CredentialSchema_securityScorecard = {
|
|
48
|
+
/** SecurityScorecard API key */
|
|
49
|
+
apiKey: string;
|
|
50
|
+
}
|
|
51
|
+
export type IndustryGetFactorHistoricalInput = {
|
|
52
|
+
industry: string;
|
|
53
|
+
from?: string | undefined;
|
|
54
|
+
to?: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
export type IndustryGetFactorHistoricalOutput = {
|
|
57
|
+
[key: string]: unknown;
|
|
58
|
+
}
|
|
59
|
+
export type IndustryGetFactorInput = {
|
|
60
|
+
industry: string;
|
|
61
|
+
}
|
|
62
|
+
export type IndustryGetFactorOutput = {
|
|
63
|
+
[key: string]: unknown;
|
|
64
|
+
}
|
|
65
|
+
export type IndustryGetScoreInput = {
|
|
66
|
+
industry: string;
|
|
67
|
+
}
|
|
68
|
+
export type IndustryGetScoreOutput = {
|
|
69
|
+
[key: string]: unknown;
|
|
70
|
+
}
|
|
71
|
+
export type InviteCreateInput = {
|
|
72
|
+
email?: string | undefined;
|
|
73
|
+
first_name?: string | undefined;
|
|
74
|
+
last_name?: string | undefined;
|
|
75
|
+
message?: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
export type InviteCreateOutput = {
|
|
78
|
+
[key: string]: unknown;
|
|
79
|
+
}
|
|
80
|
+
export type PortfolioCompanyAddInput = {
|
|
81
|
+
portfolioId: string;
|
|
82
|
+
domain: string;
|
|
83
|
+
}
|
|
84
|
+
export type PortfolioCompanyAddOutput = {
|
|
85
|
+
[key: string]: unknown;
|
|
86
|
+
}
|
|
87
|
+
export type PortfolioCompanyGetAllInput = {
|
|
88
|
+
portfolioId: string;
|
|
89
|
+
}
|
|
90
|
+
export type PortfolioCompanyGetAllOutput = {
|
|
91
|
+
[key: string]: unknown;
|
|
92
|
+
}
|
|
93
|
+
export type PortfolioCompanyRemoveInput = {
|
|
94
|
+
portfolioId: string;
|
|
95
|
+
domain: string;
|
|
96
|
+
}
|
|
97
|
+
export type PortfolioCompanyRemoveOutput = {
|
|
98
|
+
[key: string]: unknown;
|
|
99
|
+
}
|
|
100
|
+
export type PortfolioCreateInput = {
|
|
101
|
+
name?: string | undefined;
|
|
102
|
+
description?: string | undefined;
|
|
103
|
+
privacy?: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
export type PortfolioCreateOutput = {
|
|
106
|
+
[key: string]: unknown;
|
|
107
|
+
}
|
|
108
|
+
export type PortfolioDeleteInput = {
|
|
109
|
+
portfolioId: string;
|
|
110
|
+
}
|
|
111
|
+
export type PortfolioDeleteOutput = {
|
|
112
|
+
[key: string]: unknown;
|
|
113
|
+
}
|
|
114
|
+
export type PortfolioGetAllOutput = {
|
|
115
|
+
[key: string]: unknown;
|
|
116
|
+
}
|
|
117
|
+
export type PortfolioUpdateInput = {
|
|
118
|
+
portfolioId: string;
|
|
119
|
+
name?: string | undefined;
|
|
120
|
+
description?: string | undefined;
|
|
121
|
+
privacy?: string | undefined;
|
|
122
|
+
}
|
|
123
|
+
export type PortfolioUpdateOutput = {
|
|
124
|
+
[key: string]: unknown;
|
|
125
|
+
}
|
|
126
|
+
export type ReportDownloadInput = {
|
|
127
|
+
file: string;
|
|
128
|
+
}
|
|
129
|
+
export type ReportDownloadOutput = {
|
|
130
|
+
[key: string]: unknown;
|
|
131
|
+
}
|
|
132
|
+
export type ReportGenerateInput = {
|
|
133
|
+
reportType: string;
|
|
134
|
+
scorecard_identifier?: string | undefined;
|
|
135
|
+
portfolio_id?: string | undefined;
|
|
136
|
+
format?: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export type ReportGenerateOutput = {
|
|
139
|
+
[key: string]: unknown;
|
|
140
|
+
}
|
|
141
|
+
export type ReportGetAllOutput = {
|
|
142
|
+
[key: string]: unknown;
|
|
143
|
+
}
|
|
144
|
+
export type VariableSchema_SECURITY_SCORECARD_BASE_URL = "https://api.securityscorecard.io"
|
|
145
|
+
|
|
146
|
+
interface RPCHandler<I, O> {
|
|
147
|
+
input: I;
|
|
148
|
+
output: O;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export type RPCMap = {
|
|
152
|
+
readonly 'companyGetScorecard': RPCHandler<CompanyGetScorecardInput, CompanyGetScorecardOutput>,
|
|
153
|
+
readonly 'companyGetFactor': RPCHandler<CompanyGetFactorInput, CompanyGetFactorOutput>,
|
|
154
|
+
readonly 'companyGetFactorHistorical': RPCHandler<CompanyGetFactorHistoricalInput, CompanyGetFactorHistoricalOutput>,
|
|
155
|
+
readonly 'companyGetHistoricalScore': RPCHandler<CompanyGetHistoricalScoreInput, CompanyGetHistoricalScoreOutput>,
|
|
156
|
+
readonly 'companyGetScorePlan': RPCHandler<CompanyGetScorePlanInput, CompanyGetScorePlanOutput>,
|
|
157
|
+
readonly 'industryGetScore': RPCHandler<IndustryGetScoreInput, IndustryGetScoreOutput>,
|
|
158
|
+
readonly 'industryGetFactor': RPCHandler<IndustryGetFactorInput, IndustryGetFactorOutput>,
|
|
159
|
+
readonly 'industryGetFactorHistorical': RPCHandler<IndustryGetFactorHistoricalInput, IndustryGetFactorHistoricalOutput>,
|
|
160
|
+
readonly 'inviteCreate': RPCHandler<InviteCreateInput, InviteCreateOutput>,
|
|
161
|
+
readonly 'portfolioGetAll': RPCHandler<null, PortfolioGetAllOutput>,
|
|
162
|
+
readonly 'portfolioCreate': RPCHandler<PortfolioCreateInput, PortfolioCreateOutput>,
|
|
163
|
+
readonly 'portfolioUpdate': RPCHandler<PortfolioUpdateInput, PortfolioUpdateOutput>,
|
|
164
|
+
readonly 'portfolioDelete': RPCHandler<PortfolioDeleteInput, PortfolioDeleteOutput>,
|
|
165
|
+
readonly 'portfolioCompanyGetAll': RPCHandler<PortfolioCompanyGetAllInput, PortfolioCompanyGetAllOutput>,
|
|
166
|
+
readonly 'portfolioCompanyAdd': RPCHandler<PortfolioCompanyAddInput, PortfolioCompanyAddOutput>,
|
|
167
|
+
readonly 'portfolioCompanyRemove': RPCHandler<PortfolioCompanyRemoveInput, PortfolioCompanyRemoveOutput>,
|
|
168
|
+
readonly 'reportGetAll': RPCHandler<null, ReportGetAllOutput>,
|
|
169
|
+
readonly 'reportGenerate': RPCHandler<ReportGenerateInput, ReportGenerateOutput>,
|
|
170
|
+
readonly 'reportDownload': RPCHandler<ReportDownloadInput, ReportDownloadOutput>,
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
// No addon packages, use RPCMap directly
|
|
176
|
+
export type FlattenedRPCMap = RPCMap
|
|
177
|
+
|
|
178
|
+
type IsAny<T> = 0 extends (1 & T) ? true : false
|
|
179
|
+
type IsVoidishInput<T> = IsAny<T> extends true
|
|
180
|
+
? false
|
|
181
|
+
: [T] extends [void | null | undefined]
|
|
182
|
+
? true
|
|
183
|
+
: false
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
export type RPCInvoke = <Name extends keyof FlattenedRPCMap>(
|
|
187
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
188
|
+
? [name: Name]
|
|
189
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
190
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
191
|
+
|
|
192
|
+
export type RPCRemote = <Name extends keyof FlattenedRPCMap>(
|
|
193
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
194
|
+
? [name: Name]
|
|
195
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
196
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
197
|
+
|
|
198
|
+
import type { FlattenedWorkflowMap } from '../workflow/pikku-workflow-map.gen.d.js'
|
|
199
|
+
|
|
200
|
+
import type { AgentMap } from '../agent/pikku-agent-map.gen.d.js'
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
type FlattenedAgentMap = AgentMap
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
import type { PikkuRPC } from '@pikku/core/rpc'
|
|
207
|
+
|
|
208
|
+
interface AIAgentInput {
|
|
209
|
+
message: string
|
|
210
|
+
threadId: string
|
|
211
|
+
resourceId: string
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export type TypedStartWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
215
|
+
name: Name,
|
|
216
|
+
input: FlattenedWorkflowMap[Name]['input'],
|
|
217
|
+
options?: { startNode?: string }
|
|
218
|
+
) => Promise<{ runId: string }>
|
|
219
|
+
|
|
220
|
+
export type TypedRunWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
221
|
+
name: Name,
|
|
222
|
+
input: FlattenedWorkflowMap[Name]['input']
|
|
223
|
+
) => Promise<FlattenedWorkflowMap[Name]['output']>
|
|
224
|
+
|
|
225
|
+
export type TypedWorkflowStatus = (
|
|
226
|
+
workflowName: string,
|
|
227
|
+
runId: string
|
|
228
|
+
) => Promise<{ id: string; status: 'running' | 'suspended' | 'completed' | 'failed' | 'cancelled'; output?: unknown; error?: { message?: string } }>
|
|
229
|
+
|
|
230
|
+
type TypedAgentRun = [keyof FlattenedAgentMap] extends [never]
|
|
231
|
+
? (name: string, input: AIAgentInput) => Promise<any>
|
|
232
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
233
|
+
name: Name,
|
|
234
|
+
input: AIAgentInput
|
|
235
|
+
) => Promise<{ runId: string; result: FlattenedAgentMap[Name]['output']; usage: { inputTokens: number; outputTokens: number } }>
|
|
236
|
+
|
|
237
|
+
type TypedAgentStream = [keyof FlattenedAgentMap] extends [never]
|
|
238
|
+
? (name: string, input: AIAgentInput, options?: { requiresToolApproval?: 'all' | 'explicit' | false }) => Promise<void>
|
|
239
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
240
|
+
name: Name,
|
|
241
|
+
input: AIAgentInput,
|
|
242
|
+
options?: { requiresToolApproval?: 'all' | 'explicit' | false }
|
|
243
|
+
) => Promise<void>
|
|
244
|
+
|
|
245
|
+
export type TypedPikkuRPC = PikkuRPC<RPCInvoke, RPCRemote, TypedStartWorkflow, TypedAgentRun, TypedAgentStream>
|
|
246
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-rpc-wirings-meta.internal.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/rpc/pikku-rpc-wirings-meta.internal.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-rpc-wirings-meta.internal.gen.json' with { type: 'json' };
|
|
6
|
+
pikkuState('@pikku/addon-security-scorecard', 'rpc', 'meta', metaData);
|
|
7
|
+
//# sourceMappingURL=pikku-rpc-wirings-meta.internal.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-rpc-wirings-meta.internal.gen.js","sourceRoot":"","sources":["../../../.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,QAAQ,MAAM,4CAA4C,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AACvF,UAAU,CAAC,iCAAiC,EAAE,KAAK,EAAE,MAAM,EAAE,QAAkC,CAAC,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"companyGetScorecard": "companyGetScorecard",
|
|
3
|
+
"companyGetFactor": "companyGetFactor",
|
|
4
|
+
"companyGetFactorHistorical": "companyGetFactorHistorical",
|
|
5
|
+
"companyGetHistoricalScore": "companyGetHistoricalScore",
|
|
6
|
+
"companyGetScorePlan": "companyGetScorePlan",
|
|
7
|
+
"industryGetScore": "industryGetScore",
|
|
8
|
+
"industryGetFactor": "industryGetFactor",
|
|
9
|
+
"industryGetFactorHistorical": "industryGetFactorHistorical",
|
|
10
|
+
"inviteCreate": "inviteCreate",
|
|
11
|
+
"portfolioGetAll": "portfolioGetAll",
|
|
12
|
+
"portfolioCreate": "portfolioCreate",
|
|
13
|
+
"portfolioUpdate": "portfolioUpdate",
|
|
14
|
+
"portfolioDelete": "portfolioDelete",
|
|
15
|
+
"portfolioCompanyGetAll": "portfolioCompanyGetAll",
|
|
16
|
+
"portfolioCompanyAdd": "portfolioCompanyAdd",
|
|
17
|
+
"portfolioCompanyRemove": "portfolioCompanyRemove",
|
|
18
|
+
"reportGetAll": "reportGetAll",
|
|
19
|
+
"reportGenerate": "reportGenerate",
|
|
20
|
+
"reportDownload": "reportDownload"
|
|
21
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
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-rpc-wirings-meta.internal.gen.json' with { type: 'json' }
|
|
6
|
+
pikkuState('@pikku/addon-security-scorecard', 'rpc', 'meta', metaData as Record<string, string>)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { CoreScheduledTask } from '@pikku/core/scheduler';
|
|
8
|
+
import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js';
|
|
9
|
+
/**
|
|
10
|
+
* Type definition for scheduled tasks that run at specified intervals.
|
|
11
|
+
* These are sessionless functions that execute based on cron expressions.
|
|
12
|
+
*/
|
|
13
|
+
type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>;
|
|
14
|
+
/**
|
|
15
|
+
* Registers a scheduled task with the Pikku framework.
|
|
16
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
17
|
+
*
|
|
18
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
19
|
+
*/
|
|
20
|
+
export declare const wireScheduler: (task: SchedulerWiring) => void;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=pikku-scheduler-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scheduler-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAsC,MAAM,uBAAuB,CAAA;AAC7F,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAA;AAEnG;;;GAGG;AACH,KAAK,eAAe,GAAG,iBAAiB,CAAC,mBAAmB,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,eAAe,CAAC,CAAA;AAE7G;;;;;GAKG;AACH,eAAO,MAAM,aAAa,GAAI,MAAM,eAAe,SAElD,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler';
|
|
8
|
+
/**
|
|
9
|
+
* Registers a scheduled task with the Pikku framework.
|
|
10
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
11
|
+
*
|
|
12
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
13
|
+
*/
|
|
14
|
+
export const wireScheduler = (task) => {
|
|
15
|
+
wireSchedulerCore(task);
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=pikku-scheduler-types.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scheduler-types.gen.js","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAqB,aAAa,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAS7F;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,IAAqB,EAAE,EAAE;IACrD,iBAAiB,CAAC,IAAW,CAAC,CAAA;AAChC,CAAC,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { CoreScheduledTask, wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler'
|
|
9
|
+
import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js'
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Type definition for scheduled tasks that run at specified intervals.
|
|
13
|
+
* These are sessionless functions that execute based on cron expressions.
|
|
14
|
+
*/
|
|
15
|
+
type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Registers a scheduled task with the Pikku framework.
|
|
19
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
20
|
+
*
|
|
21
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
22
|
+
*/
|
|
23
|
+
export const wireScheduler = (task: SchedulerWiring) => {
|
|
24
|
+
wireSchedulerCore(task as any)
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema';
|
|
5
|
+
import * as CompanyGetScorecardInput from './schemas/CompanyGetScorecardInput.schema.json' with { type: 'json' };
|
|
6
|
+
addSchema('CompanyGetScorecardInput', CompanyGetScorecardInput, '@pikku/addon-security-scorecard');
|
|
7
|
+
import * as CompanyGetScorecardOutput from './schemas/CompanyGetScorecardOutput.schema.json' with { type: 'json' };
|
|
8
|
+
addSchema('CompanyGetScorecardOutput', CompanyGetScorecardOutput, '@pikku/addon-security-scorecard');
|
|
9
|
+
import * as CompanyGetFactorInput from './schemas/CompanyGetFactorInput.schema.json' with { type: 'json' };
|
|
10
|
+
addSchema('CompanyGetFactorInput', CompanyGetFactorInput, '@pikku/addon-security-scorecard');
|
|
11
|
+
import * as CompanyGetFactorOutput from './schemas/CompanyGetFactorOutput.schema.json' with { type: 'json' };
|
|
12
|
+
addSchema('CompanyGetFactorOutput', CompanyGetFactorOutput, '@pikku/addon-security-scorecard');
|
|
13
|
+
import * as CompanyGetFactorHistoricalInput from './schemas/CompanyGetFactorHistoricalInput.schema.json' with { type: 'json' };
|
|
14
|
+
addSchema('CompanyGetFactorHistoricalInput', CompanyGetFactorHistoricalInput, '@pikku/addon-security-scorecard');
|
|
15
|
+
import * as CompanyGetFactorHistoricalOutput from './schemas/CompanyGetFactorHistoricalOutput.schema.json' with { type: 'json' };
|
|
16
|
+
addSchema('CompanyGetFactorHistoricalOutput', CompanyGetFactorHistoricalOutput, '@pikku/addon-security-scorecard');
|
|
17
|
+
import * as CompanyGetHistoricalScoreInput from './schemas/CompanyGetHistoricalScoreInput.schema.json' with { type: 'json' };
|
|
18
|
+
addSchema('CompanyGetHistoricalScoreInput', CompanyGetHistoricalScoreInput, '@pikku/addon-security-scorecard');
|
|
19
|
+
import * as CompanyGetHistoricalScoreOutput from './schemas/CompanyGetHistoricalScoreOutput.schema.json' with { type: 'json' };
|
|
20
|
+
addSchema('CompanyGetHistoricalScoreOutput', CompanyGetHistoricalScoreOutput, '@pikku/addon-security-scorecard');
|
|
21
|
+
import * as CompanyGetScorePlanInput from './schemas/CompanyGetScorePlanInput.schema.json' with { type: 'json' };
|
|
22
|
+
addSchema('CompanyGetScorePlanInput', CompanyGetScorePlanInput, '@pikku/addon-security-scorecard');
|
|
23
|
+
import * as CompanyGetScorePlanOutput from './schemas/CompanyGetScorePlanOutput.schema.json' with { type: 'json' };
|
|
24
|
+
addSchema('CompanyGetScorePlanOutput', CompanyGetScorePlanOutput, '@pikku/addon-security-scorecard');
|
|
25
|
+
import * as IndustryGetScoreInput from './schemas/IndustryGetScoreInput.schema.json' with { type: 'json' };
|
|
26
|
+
addSchema('IndustryGetScoreInput', IndustryGetScoreInput, '@pikku/addon-security-scorecard');
|
|
27
|
+
import * as IndustryGetScoreOutput from './schemas/IndustryGetScoreOutput.schema.json' with { type: 'json' };
|
|
28
|
+
addSchema('IndustryGetScoreOutput', IndustryGetScoreOutput, '@pikku/addon-security-scorecard');
|
|
29
|
+
import * as IndustryGetFactorInput from './schemas/IndustryGetFactorInput.schema.json' with { type: 'json' };
|
|
30
|
+
addSchema('IndustryGetFactorInput', IndustryGetFactorInput, '@pikku/addon-security-scorecard');
|
|
31
|
+
import * as IndustryGetFactorOutput from './schemas/IndustryGetFactorOutput.schema.json' with { type: 'json' };
|
|
32
|
+
addSchema('IndustryGetFactorOutput', IndustryGetFactorOutput, '@pikku/addon-security-scorecard');
|
|
33
|
+
import * as IndustryGetFactorHistoricalInput from './schemas/IndustryGetFactorHistoricalInput.schema.json' with { type: 'json' };
|
|
34
|
+
addSchema('IndustryGetFactorHistoricalInput', IndustryGetFactorHistoricalInput, '@pikku/addon-security-scorecard');
|
|
35
|
+
import * as IndustryGetFactorHistoricalOutput from './schemas/IndustryGetFactorHistoricalOutput.schema.json' with { type: 'json' };
|
|
36
|
+
addSchema('IndustryGetFactorHistoricalOutput', IndustryGetFactorHistoricalOutput, '@pikku/addon-security-scorecard');
|
|
37
|
+
import * as InviteCreateInput from './schemas/InviteCreateInput.schema.json' with { type: 'json' };
|
|
38
|
+
addSchema('InviteCreateInput', InviteCreateInput, '@pikku/addon-security-scorecard');
|
|
39
|
+
import * as InviteCreateOutput from './schemas/InviteCreateOutput.schema.json' with { type: 'json' };
|
|
40
|
+
addSchema('InviteCreateOutput', InviteCreateOutput, '@pikku/addon-security-scorecard');
|
|
41
|
+
import * as PortfolioGetAllOutput from './schemas/PortfolioGetAllOutput.schema.json' with { type: 'json' };
|
|
42
|
+
addSchema('PortfolioGetAllOutput', PortfolioGetAllOutput, '@pikku/addon-security-scorecard');
|
|
43
|
+
import * as PortfolioCreateInput from './schemas/PortfolioCreateInput.schema.json' with { type: 'json' };
|
|
44
|
+
addSchema('PortfolioCreateInput', PortfolioCreateInput, '@pikku/addon-security-scorecard');
|
|
45
|
+
import * as PortfolioCreateOutput from './schemas/PortfolioCreateOutput.schema.json' with { type: 'json' };
|
|
46
|
+
addSchema('PortfolioCreateOutput', PortfolioCreateOutput, '@pikku/addon-security-scorecard');
|
|
47
|
+
import * as PortfolioUpdateInput from './schemas/PortfolioUpdateInput.schema.json' with { type: 'json' };
|
|
48
|
+
addSchema('PortfolioUpdateInput', PortfolioUpdateInput, '@pikku/addon-security-scorecard');
|
|
49
|
+
import * as PortfolioUpdateOutput from './schemas/PortfolioUpdateOutput.schema.json' with { type: 'json' };
|
|
50
|
+
addSchema('PortfolioUpdateOutput', PortfolioUpdateOutput, '@pikku/addon-security-scorecard');
|
|
51
|
+
import * as PortfolioDeleteInput from './schemas/PortfolioDeleteInput.schema.json' with { type: 'json' };
|
|
52
|
+
addSchema('PortfolioDeleteInput', PortfolioDeleteInput, '@pikku/addon-security-scorecard');
|
|
53
|
+
import * as PortfolioDeleteOutput from './schemas/PortfolioDeleteOutput.schema.json' with { type: 'json' };
|
|
54
|
+
addSchema('PortfolioDeleteOutput', PortfolioDeleteOutput, '@pikku/addon-security-scorecard');
|
|
55
|
+
import * as PortfolioCompanyGetAllInput from './schemas/PortfolioCompanyGetAllInput.schema.json' with { type: 'json' };
|
|
56
|
+
addSchema('PortfolioCompanyGetAllInput', PortfolioCompanyGetAllInput, '@pikku/addon-security-scorecard');
|
|
57
|
+
import * as PortfolioCompanyGetAllOutput from './schemas/PortfolioCompanyGetAllOutput.schema.json' with { type: 'json' };
|
|
58
|
+
addSchema('PortfolioCompanyGetAllOutput', PortfolioCompanyGetAllOutput, '@pikku/addon-security-scorecard');
|
|
59
|
+
import * as PortfolioCompanyAddInput from './schemas/PortfolioCompanyAddInput.schema.json' with { type: 'json' };
|
|
60
|
+
addSchema('PortfolioCompanyAddInput', PortfolioCompanyAddInput, '@pikku/addon-security-scorecard');
|
|
61
|
+
import * as PortfolioCompanyAddOutput from './schemas/PortfolioCompanyAddOutput.schema.json' with { type: 'json' };
|
|
62
|
+
addSchema('PortfolioCompanyAddOutput', PortfolioCompanyAddOutput, '@pikku/addon-security-scorecard');
|
|
63
|
+
import * as PortfolioCompanyRemoveInput from './schemas/PortfolioCompanyRemoveInput.schema.json' with { type: 'json' };
|
|
64
|
+
addSchema('PortfolioCompanyRemoveInput', PortfolioCompanyRemoveInput, '@pikku/addon-security-scorecard');
|
|
65
|
+
import * as PortfolioCompanyRemoveOutput from './schemas/PortfolioCompanyRemoveOutput.schema.json' with { type: 'json' };
|
|
66
|
+
addSchema('PortfolioCompanyRemoveOutput', PortfolioCompanyRemoveOutput, '@pikku/addon-security-scorecard');
|
|
67
|
+
import * as ReportGetAllOutput from './schemas/ReportGetAllOutput.schema.json' with { type: 'json' };
|
|
68
|
+
addSchema('ReportGetAllOutput', ReportGetAllOutput, '@pikku/addon-security-scorecard');
|
|
69
|
+
import * as ReportGenerateInput from './schemas/ReportGenerateInput.schema.json' with { type: 'json' };
|
|
70
|
+
addSchema('ReportGenerateInput', ReportGenerateInput, '@pikku/addon-security-scorecard');
|
|
71
|
+
import * as ReportGenerateOutput from './schemas/ReportGenerateOutput.schema.json' with { type: 'json' };
|
|
72
|
+
addSchema('ReportGenerateOutput', ReportGenerateOutput, '@pikku/addon-security-scorecard');
|
|
73
|
+
import * as ReportDownloadInput from './schemas/ReportDownloadInput.schema.json' with { type: 'json' };
|
|
74
|
+
addSchema('ReportDownloadInput', ReportDownloadInput, '@pikku/addon-security-scorecard');
|
|
75
|
+
import * as ReportDownloadOutput from './schemas/ReportDownloadOutput.schema.json' with { type: 'json' };
|
|
76
|
+
addSchema('ReportDownloadOutput', ReportDownloadOutput, '@pikku/addon-security-scorecard');
|
|
77
|
+
import * as CredentialSchema_securityScorecard from './schemas/CredentialSchema_securityScorecard.schema.json' with { type: 'json' };
|
|
78
|
+
addSchema('CredentialSchema_securityScorecard', CredentialSchema_securityScorecard, '@pikku/addon-security-scorecard');
|
|
79
|
+
import * as VariableSchema_SECURITY_SCORECARD_BASE_URL from './schemas/VariableSchema_SECURITY_SCORECARD_BASE_URL.schema.json' with { type: 'json' };
|
|
80
|
+
addSchema('VariableSchema_SECURITY_SCORECARD_BASE_URL', VariableSchema_SECURITY_SCORECARD_BASE_URL, '@pikku/addon-security-scorecard');
|
|
81
|
+
//# sourceMappingURL=register.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema'
|
|
5
|
+
|
|
6
|
+
import * as CompanyGetScorecardInput from './schemas/CompanyGetScorecardInput.schema.json' with { type: 'json' }
|
|
7
|
+
addSchema('CompanyGetScorecardInput', CompanyGetScorecardInput, '@pikku/addon-security-scorecard')
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import * as CompanyGetScorecardOutput from './schemas/CompanyGetScorecardOutput.schema.json' with { type: 'json' }
|
|
11
|
+
addSchema('CompanyGetScorecardOutput', CompanyGetScorecardOutput, '@pikku/addon-security-scorecard')
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import * as CompanyGetFactorInput from './schemas/CompanyGetFactorInput.schema.json' with { type: 'json' }
|
|
15
|
+
addSchema('CompanyGetFactorInput', CompanyGetFactorInput, '@pikku/addon-security-scorecard')
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
import * as CompanyGetFactorOutput from './schemas/CompanyGetFactorOutput.schema.json' with { type: 'json' }
|
|
19
|
+
addSchema('CompanyGetFactorOutput', CompanyGetFactorOutput, '@pikku/addon-security-scorecard')
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
import * as CompanyGetFactorHistoricalInput from './schemas/CompanyGetFactorHistoricalInput.schema.json' with { type: 'json' }
|
|
23
|
+
addSchema('CompanyGetFactorHistoricalInput', CompanyGetFactorHistoricalInput, '@pikku/addon-security-scorecard')
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
import * as CompanyGetFactorHistoricalOutput from './schemas/CompanyGetFactorHistoricalOutput.schema.json' with { type: 'json' }
|
|
27
|
+
addSchema('CompanyGetFactorHistoricalOutput', CompanyGetFactorHistoricalOutput, '@pikku/addon-security-scorecard')
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
import * as CompanyGetHistoricalScoreInput from './schemas/CompanyGetHistoricalScoreInput.schema.json' with { type: 'json' }
|
|
31
|
+
addSchema('CompanyGetHistoricalScoreInput', CompanyGetHistoricalScoreInput, '@pikku/addon-security-scorecard')
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
import * as CompanyGetHistoricalScoreOutput from './schemas/CompanyGetHistoricalScoreOutput.schema.json' with { type: 'json' }
|
|
35
|
+
addSchema('CompanyGetHistoricalScoreOutput', CompanyGetHistoricalScoreOutput, '@pikku/addon-security-scorecard')
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
import * as CompanyGetScorePlanInput from './schemas/CompanyGetScorePlanInput.schema.json' with { type: 'json' }
|
|
39
|
+
addSchema('CompanyGetScorePlanInput', CompanyGetScorePlanInput, '@pikku/addon-security-scorecard')
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
import * as CompanyGetScorePlanOutput from './schemas/CompanyGetScorePlanOutput.schema.json' with { type: 'json' }
|
|
43
|
+
addSchema('CompanyGetScorePlanOutput', CompanyGetScorePlanOutput, '@pikku/addon-security-scorecard')
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
import * as IndustryGetScoreInput from './schemas/IndustryGetScoreInput.schema.json' with { type: 'json' }
|
|
47
|
+
addSchema('IndustryGetScoreInput', IndustryGetScoreInput, '@pikku/addon-security-scorecard')
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
import * as IndustryGetScoreOutput from './schemas/IndustryGetScoreOutput.schema.json' with { type: 'json' }
|
|
51
|
+
addSchema('IndustryGetScoreOutput', IndustryGetScoreOutput, '@pikku/addon-security-scorecard')
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
import * as IndustryGetFactorInput from './schemas/IndustryGetFactorInput.schema.json' with { type: 'json' }
|
|
55
|
+
addSchema('IndustryGetFactorInput', IndustryGetFactorInput, '@pikku/addon-security-scorecard')
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
import * as IndustryGetFactorOutput from './schemas/IndustryGetFactorOutput.schema.json' with { type: 'json' }
|
|
59
|
+
addSchema('IndustryGetFactorOutput', IndustryGetFactorOutput, '@pikku/addon-security-scorecard')
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
import * as IndustryGetFactorHistoricalInput from './schemas/IndustryGetFactorHistoricalInput.schema.json' with { type: 'json' }
|
|
63
|
+
addSchema('IndustryGetFactorHistoricalInput', IndustryGetFactorHistoricalInput, '@pikku/addon-security-scorecard')
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
import * as IndustryGetFactorHistoricalOutput from './schemas/IndustryGetFactorHistoricalOutput.schema.json' with { type: 'json' }
|
|
67
|
+
addSchema('IndustryGetFactorHistoricalOutput', IndustryGetFactorHistoricalOutput, '@pikku/addon-security-scorecard')
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
import * as InviteCreateInput from './schemas/InviteCreateInput.schema.json' with { type: 'json' }
|
|
71
|
+
addSchema('InviteCreateInput', InviteCreateInput, '@pikku/addon-security-scorecard')
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
import * as InviteCreateOutput from './schemas/InviteCreateOutput.schema.json' with { type: 'json' }
|
|
75
|
+
addSchema('InviteCreateOutput', InviteCreateOutput, '@pikku/addon-security-scorecard')
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
import * as PortfolioGetAllOutput from './schemas/PortfolioGetAllOutput.schema.json' with { type: 'json' }
|
|
79
|
+
addSchema('PortfolioGetAllOutput', PortfolioGetAllOutput, '@pikku/addon-security-scorecard')
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
import * as PortfolioCreateInput from './schemas/PortfolioCreateInput.schema.json' with { type: 'json' }
|
|
83
|
+
addSchema('PortfolioCreateInput', PortfolioCreateInput, '@pikku/addon-security-scorecard')
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
import * as PortfolioCreateOutput from './schemas/PortfolioCreateOutput.schema.json' with { type: 'json' }
|
|
87
|
+
addSchema('PortfolioCreateOutput', PortfolioCreateOutput, '@pikku/addon-security-scorecard')
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
import * as PortfolioUpdateInput from './schemas/PortfolioUpdateInput.schema.json' with { type: 'json' }
|
|
91
|
+
addSchema('PortfolioUpdateInput', PortfolioUpdateInput, '@pikku/addon-security-scorecard')
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
import * as PortfolioUpdateOutput from './schemas/PortfolioUpdateOutput.schema.json' with { type: 'json' }
|
|
95
|
+
addSchema('PortfolioUpdateOutput', PortfolioUpdateOutput, '@pikku/addon-security-scorecard')
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
import * as PortfolioDeleteInput from './schemas/PortfolioDeleteInput.schema.json' with { type: 'json' }
|
|
99
|
+
addSchema('PortfolioDeleteInput', PortfolioDeleteInput, '@pikku/addon-security-scorecard')
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
import * as PortfolioDeleteOutput from './schemas/PortfolioDeleteOutput.schema.json' with { type: 'json' }
|
|
103
|
+
addSchema('PortfolioDeleteOutput', PortfolioDeleteOutput, '@pikku/addon-security-scorecard')
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
import * as PortfolioCompanyGetAllInput from './schemas/PortfolioCompanyGetAllInput.schema.json' with { type: 'json' }
|
|
107
|
+
addSchema('PortfolioCompanyGetAllInput', PortfolioCompanyGetAllInput, '@pikku/addon-security-scorecard')
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
import * as PortfolioCompanyGetAllOutput from './schemas/PortfolioCompanyGetAllOutput.schema.json' with { type: 'json' }
|
|
111
|
+
addSchema('PortfolioCompanyGetAllOutput', PortfolioCompanyGetAllOutput, '@pikku/addon-security-scorecard')
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
import * as PortfolioCompanyAddInput from './schemas/PortfolioCompanyAddInput.schema.json' with { type: 'json' }
|
|
115
|
+
addSchema('PortfolioCompanyAddInput', PortfolioCompanyAddInput, '@pikku/addon-security-scorecard')
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
import * as PortfolioCompanyAddOutput from './schemas/PortfolioCompanyAddOutput.schema.json' with { type: 'json' }
|
|
119
|
+
addSchema('PortfolioCompanyAddOutput', PortfolioCompanyAddOutput, '@pikku/addon-security-scorecard')
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
import * as PortfolioCompanyRemoveInput from './schemas/PortfolioCompanyRemoveInput.schema.json' with { type: 'json' }
|
|
123
|
+
addSchema('PortfolioCompanyRemoveInput', PortfolioCompanyRemoveInput, '@pikku/addon-security-scorecard')
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
import * as PortfolioCompanyRemoveOutput from './schemas/PortfolioCompanyRemoveOutput.schema.json' with { type: 'json' }
|
|
127
|
+
addSchema('PortfolioCompanyRemoveOutput', PortfolioCompanyRemoveOutput, '@pikku/addon-security-scorecard')
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
import * as ReportGetAllOutput from './schemas/ReportGetAllOutput.schema.json' with { type: 'json' }
|
|
131
|
+
addSchema('ReportGetAllOutput', ReportGetAllOutput, '@pikku/addon-security-scorecard')
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
import * as ReportGenerateInput from './schemas/ReportGenerateInput.schema.json' with { type: 'json' }
|
|
135
|
+
addSchema('ReportGenerateInput', ReportGenerateInput, '@pikku/addon-security-scorecard')
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
import * as ReportGenerateOutput from './schemas/ReportGenerateOutput.schema.json' with { type: 'json' }
|
|
139
|
+
addSchema('ReportGenerateOutput', ReportGenerateOutput, '@pikku/addon-security-scorecard')
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
import * as ReportDownloadInput from './schemas/ReportDownloadInput.schema.json' with { type: 'json' }
|
|
143
|
+
addSchema('ReportDownloadInput', ReportDownloadInput, '@pikku/addon-security-scorecard')
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
import * as ReportDownloadOutput from './schemas/ReportDownloadOutput.schema.json' with { type: 'json' }
|
|
147
|
+
addSchema('ReportDownloadOutput', ReportDownloadOutput, '@pikku/addon-security-scorecard')
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
import * as CredentialSchema_securityScorecard from './schemas/CredentialSchema_securityScorecard.schema.json' with { type: 'json' }
|
|
151
|
+
addSchema('CredentialSchema_securityScorecard', CredentialSchema_securityScorecard, '@pikku/addon-security-scorecard')
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
import * as VariableSchema_SECURITY_SCORECARD_BASE_URL from './schemas/VariableSchema_SECURITY_SCORECARD_BASE_URL.schema.json' with { type: 'json' }
|
|
155
|
+
addSchema('VariableSchema_SECURITY_SCORECARD_BASE_URL', VariableSchema_SECURITY_SCORECARD_BASE_URL, '@pikku/addon-security-scorecard')
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"scorecardIdentifier":{"type":"string"},"date_from":{"type":"string"},"date_to":{"type":"string"}},"required":["scorecardIdentifier"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"scorecardIdentifier":{"type":"string"}},"required":["scorecardIdentifier"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|