@trycompai/mcp-server 0.1.0 → 0.2.0
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 +2 -2
- package/bin/mcp-server.js +3550 -2509
- package/bin/mcp-server.js.map +43 -21
- package/esm/funcs/cloudSecurityCloudSecurityControllerResolveSessionV1.d.ts +16 -0
- package/esm/funcs/cloudSecurityCloudSecurityControllerResolveSessionV1.d.ts.map +1 -0
- package/esm/funcs/cloudSecurityCloudSecurityControllerResolveSessionV1.js +87 -0
- package/esm/funcs/cloudSecurityCloudSecurityControllerResolveSessionV1.js.map +1 -0
- package/esm/funcs/evidenceExportAuditorAuditorEvidenceExportControllerExportAllEvidenceV1.d.ts +2 -2
- package/esm/funcs/evidenceExportAuditorAuditorEvidenceExportControllerExportAllEvidenceV1.js +3 -3
- package/esm/funcs/evidenceExportAuditorAuditorEvidenceExportControllerExportAllEvidenceV1.js.map +1 -1
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerListV1.d.ts +18 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerListV1.d.ts.map +1 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerListV1.js +88 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerListV1.js.map +1 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.d.ts +18 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.d.ts.map +1 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.js +90 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.js.map +1 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.d.ts +18 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.d.ts.map +1 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.js +91 -0
- package/esm/funcs/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.js.map +1 -0
- package/esm/funcs/taskAutomationsAutomationsControllerCreateVersionV1.js +3 -2
- package/esm/funcs/taskAutomationsAutomationsControllerCreateVersionV1.js.map +1 -1
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.d.ts +16 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.d.ts.map +1 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.js +87 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.js.map +1 -0
- package/esm/funcs/trustPortalTrustPortalControllerListCustomFrameworksV1.d.ts +17 -0
- package/esm/funcs/trustPortalTrustPortalControllerListCustomFrameworksV1.d.ts.map +1 -0
- package/esm/funcs/trustPortalTrustPortalControllerListCustomFrameworksV1.js +73 -0
- package/esm/funcs/trustPortalTrustPortalControllerListCustomFrameworksV1.js.map +1 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.d.ts +18 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.d.ts.map +1 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.js +84 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.js.map +1 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.d.ts +18 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.d.ts.map +1 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.js +84 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.js.map +1 -0
- package/esm/landing-page.js +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/encodings.js +1 -1
- package/esm/lib/encodings.js.map +1 -1
- package/esm/lib/env.d.ts.map +1 -1
- package/esm/lib/env.js +2 -2
- package/esm/lib/env.js.map +1 -1
- package/esm/lib/primitives.d.ts +1 -0
- package/esm/lib/primitives.d.ts.map +1 -1
- package/esm/lib/primitives.js +17 -0
- package/esm/lib/primitives.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +17 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerResolveSessionV1.d.ts +7 -0
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerResolveSessionV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerResolveSessionV1.js +34 -0
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerResolveSessionV1.js.map +1 -0
- package/esm/mcp-server/tools/evidenceExportAuditorAuditorEvidenceExportControllerExportAllEvidenceV1.js +2 -2
- package/esm/mcp-server/tools/evidenceExportAuditorAuditorEvidenceExportControllerExportAllEvidenceV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerListV1.d.ts +7 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerListV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerListV1.js +34 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerListV1.js.map +1 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.d.ts +7 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.js +34 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.js.map +1 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.d.ts +7 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.js +34 -0
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.js.map +1 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.d.ts +7 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.js +34 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.js.map +1 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerListCustomFrameworksV1.d.ts +3 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerListCustomFrameworksV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerListCustomFrameworksV1.js +29 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerListCustomFrameworksV1.js.map +1 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.d.ts +7 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.js +34 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.js.map +1 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.d.ts +7 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.js +35 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.js.map +1 -0
- package/esm/models/automationscontrollercreateversionv1op.d.ts +2 -0
- package/esm/models/automationscontrollercreateversionv1op.d.ts.map +1 -1
- package/esm/models/automationscontrollercreateversionv1op.js +2 -0
- package/esm/models/automationscontrollercreateversionv1op.js.map +1 -1
- package/esm/models/cloudsecuritycontrollerresolvesessionv1op.d.ts +6 -0
- package/esm/models/cloudsecuritycontrollerresolvesessionv1op.d.ts.map +1 -0
- package/esm/models/cloudsecuritycontrollerresolvesessionv1op.js +8 -0
- package/esm/models/cloudsecuritycontrollerresolvesessionv1op.js.map +1 -0
- package/esm/models/complianceresourceresponsedto.d.ts +13 -1
- package/esm/models/complianceresourceresponsedto.d.ts.map +1 -1
- package/esm/models/complianceresourceresponsedto.js +10 -2
- package/esm/models/complianceresourceresponsedto.js.map +1 -1
- package/esm/models/complianceresourcesignedurldto.d.ts +4 -3
- package/esm/models/complianceresourcesignedurldto.d.ts.map +1 -1
- package/esm/models/complianceresourcesignedurldto.js +5 -3
- package/esm/models/complianceresourcesignedurldto.js.map +1 -1
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.d.ts +3 -1
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.d.ts.map +1 -1
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.js +2 -0
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.js.map +1 -1
- package/esm/models/createcontroldto.d.ts +2 -0
- package/esm/models/createcontroldto.d.ts.map +1 -1
- package/esm/models/createcontroldto.js +2 -0
- package/esm/models/createcontroldto.js.map +1 -1
- package/esm/models/createfindingdto.d.ts +2 -0
- package/esm/models/createfindingdto.d.ts.map +1 -1
- package/esm/models/createfindingdto.js +2 -0
- package/esm/models/createfindingdto.js.map +1 -1
- package/esm/models/createpenetrationtestdto.d.ts +1 -0
- package/esm/models/createpenetrationtestdto.d.ts.map +1 -1
- package/esm/models/createpenetrationtestdto.js +1 -0
- package/esm/models/createpenetrationtestdto.js.map +1 -1
- package/esm/models/createversiondto.d.ts +2 -1
- package/esm/models/createversiondto.d.ts.map +1 -1
- package/esm/models/createversiondto.js +3 -2
- package/esm/models/createversiondto.js.map +1 -1
- package/esm/models/findingscontrollerlistfindingsv1op.d.ts +2 -0
- package/esm/models/findingscontrollerlistfindingsv1op.d.ts.map +1 -1
- package/esm/models/findingscontrollerlistfindingsv1op.js +2 -0
- package/esm/models/findingscontrollerlistfindingsv1op.js.map +1 -1
- package/esm/models/linkdocumenttypesdto.d.ts +2 -0
- package/esm/models/linkdocumenttypesdto.d.ts.map +1 -1
- package/esm/models/linkdocumenttypesdto.js +2 -0
- package/esm/models/linkdocumenttypesdto.js.map +1 -1
- package/esm/models/pentestfindingcontextscontrollerlistv1op.d.ts +7 -0
- package/esm/models/pentestfindingcontextscontrollerlistv1op.d.ts.map +1 -0
- package/esm/models/pentestfindingcontextscontrollerlistv1op.js +9 -0
- package/esm/models/pentestfindingcontextscontrollerlistv1op.js.map +1 -0
- package/esm/models/pentestfindingcontextscontrollerremovev1op.d.ts +7 -0
- package/esm/models/pentestfindingcontextscontrollerremovev1op.d.ts.map +1 -0
- package/esm/models/pentestfindingcontextscontrollerremovev1op.js +9 -0
- package/esm/models/pentestfindingcontextscontrollerremovev1op.js.map +1 -0
- package/esm/models/pentestfindingcontextscontrollerupsertv1op.d.ts +9 -0
- package/esm/models/pentestfindingcontextscontrollerupsertv1op.d.ts.map +1 -0
- package/esm/models/pentestfindingcontextscontrollerupsertv1op.js +11 -0
- package/esm/models/pentestfindingcontextscontrollerupsertv1op.js.map +1 -0
- package/esm/models/trustaccesscontrollergetpubliccustomframeworksv1op.d.ts +6 -0
- package/esm/models/trustaccesscontrollergetpubliccustomframeworksv1op.d.ts.map +1 -0
- package/esm/models/trustaccesscontrollergetpubliccustomframeworksv1op.js +8 -0
- package/esm/models/trustaccesscontrollergetpubliccustomframeworksv1op.js.map +1 -0
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.d.ts +42 -0
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.d.ts.map +1 -0
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.js +44 -0
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.js.map +1 -0
- package/esm/models/updateallowedemailsdto.d.ts +6 -0
- package/esm/models/updateallowedemailsdto.d.ts.map +1 -0
- package/esm/models/updateallowedemailsdto.js +8 -0
- package/esm/models/updateallowedemailsdto.js.map +1 -0
- package/esm/models/uploadcomplianceresourcedto.d.ts +4 -3
- package/esm/models/uploadcomplianceresourcedto.d.ts.map +1 -1
- package/esm/models/uploadcomplianceresourcedto.js +4 -3
- package/esm/models/uploadcomplianceresourcedto.js.map +1 -1
- package/esm/models/upsertfindingcontextdto.d.ts +7 -0
- package/esm/models/upsertfindingcontextdto.d.ts.map +1 -0
- package/esm/models/upsertfindingcontextdto.js +9 -0
- package/esm/models/upsertfindingcontextdto.js.map +1 -0
- package/esm/tool-names.d.ts.map +1 -1
- package/esm/tool-names.js +33 -1
- package/esm/tool-names.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/cloudSecurityCloudSecurityControllerResolveSessionV1.ts +153 -0
- package/src/funcs/evidenceExportAuditorAuditorEvidenceExportControllerExportAllEvidenceV1.ts +3 -3
- package/src/funcs/securityPenetrationTestsPentestFindingContextsControllerListV1.ts +155 -0
- package/src/funcs/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.ts +160 -0
- package/src/funcs/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.ts +161 -0
- package/src/funcs/taskAutomationsAutomationsControllerCreateVersionV1.ts +3 -2
- package/src/funcs/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.ts +155 -0
- package/src/funcs/trustPortalTrustPortalControllerListCustomFrameworksV1.ts +125 -0
- package/src/funcs/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.ts +146 -0
- package/src/funcs/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.ts +149 -0
- package/src/landing-page.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +1 -1
- package/src/lib/env.ts +6 -3
- package/src/lib/primitives.ts +16 -0
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +17 -1
- package/src/mcp-server/tools/cloudSecurityCloudSecurityControllerResolveSessionV1.ts +45 -0
- package/src/mcp-server/tools/evidenceExportAuditorAuditorEvidenceExportControllerExportAllEvidenceV1.ts +2 -2
- package/src/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerListV1.ts +44 -0
- package/src/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.ts +44 -0
- package/src/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.ts +44 -0
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.ts +44 -0
- package/src/mcp-server/tools/trustPortalTrustPortalControllerListCustomFrameworksV1.ts +38 -0
- package/src/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.ts +44 -0
- package/src/mcp-server/tools/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.ts +46 -0
- package/src/models/automationscontrollercreateversionv1op.ts +6 -0
- package/src/models/cloudsecuritycontrollerresolvesessionv1op.ts +14 -0
- package/src/models/complianceresourceresponsedto.ts +23 -3
- package/src/models/complianceresourcesignedurldto.ts +9 -6
- package/src/models/controlscontrollerunlinkdocumenttypev1op.ts +3 -1
- package/src/models/createcontroldto.ts +2 -0
- package/src/models/createfindingdto.ts +2 -0
- package/src/models/createpenetrationtestdto.ts +4 -0
- package/src/models/createversiondto.ts +6 -4
- package/src/models/findingscontrollerlistfindingsv1op.ts +2 -0
- package/src/models/linkdocumenttypesdto.ts +2 -0
- package/src/models/pentestfindingcontextscontrollerlistv1op.ts +19 -0
- package/src/models/pentestfindingcontextscontrollerremovev1op.ts +18 -0
- package/src/models/pentestfindingcontextscontrollerupsertv1op.ts +24 -0
- package/src/models/trustaccesscontrollergetpubliccustomframeworksv1op.ts +18 -0
- package/src/models/trustportalcontrollerupdatecustomframeworkv1op.ts +84 -0
- package/src/models/updateallowedemailsdto.ts +15 -0
- package/src/models/uploadcomplianceresourcedto.ts +10 -6
- package/src/models/upsertfindingcontextdto.ts +16 -0
- package/src/tool-names.ts +33 -1
- package/esm/lib/dlv.d.ts +0 -14
- package/esm/lib/dlv.d.ts.map +0 -1
- package/esm/lib/dlv.js +0 -46
- package/esm/lib/dlv.js.map +0 -1
- package/esm/lib/is-plain-object.d.ts +0 -2
- package/esm/lib/is-plain-object.d.ts.map +0 -1
- package/esm/lib/is-plain-object.js +0 -38
- package/esm/lib/is-plain-object.js.map +0 -1
- package/src/lib/dlv.ts +0 -53
- package/src/lib/is-plain-object.ts +0 -43
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ToolDefinition } from "../tools.js";
|
|
2
|
+
declare const args: {
|
|
3
|
+
request: import("zod").ZodType<import("../../models/updateallowedemailsdto.js").UpdateAllowedEmailsDto, unknown, import("zod/v4/core").$ZodTypeInternals<import("../../models/updateallowedemailsdto.js").UpdateAllowedEmailsDto, unknown>>;
|
|
4
|
+
};
|
|
5
|
+
export declare const tool$trustPortalTrustPortalControllerUpdateAllowedEmailsV1: ToolDefinition<typeof args>;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=trustPortalTrustPortalControllerUpdateAllowedEmailsV1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trustPortalTrustPortalControllerUpdateAllowedEmailsV1.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0DAA0D,EACrE,cAAc,CAAC,OAAO,IAAI,CA8BzB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { trustPortalTrustPortalControllerUpdateAllowedEmailsV1 } from "../../funcs/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.js";
|
|
5
|
+
import { UpdateAllowedEmailsDto$zodSchema } from "../../models/updateallowedemailsdto.js";
|
|
6
|
+
import { formatResult } from "../tools.js";
|
|
7
|
+
const args = {
|
|
8
|
+
request: UpdateAllowedEmailsDto$zodSchema,
|
|
9
|
+
};
|
|
10
|
+
export const tool$trustPortalTrustPortalControllerUpdateAllowedEmailsV1 = {
|
|
11
|
+
name: "update-allowed-emails",
|
|
12
|
+
description: `Update allowed emails for the trust portal
|
|
13
|
+
|
|
14
|
+
Update allowed emails for the trust portal in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures.`,
|
|
15
|
+
annotations: {
|
|
16
|
+
"title": "",
|
|
17
|
+
"destructiveHint": false,
|
|
18
|
+
"idempotentHint": false,
|
|
19
|
+
"openWorldHint": false,
|
|
20
|
+
"readOnlyHint": false,
|
|
21
|
+
},
|
|
22
|
+
args,
|
|
23
|
+
tool: async (client, args, ctx) => {
|
|
24
|
+
const [result] = await trustPortalTrustPortalControllerUpdateAllowedEmailsV1(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
25
|
+
if (!result.ok) {
|
|
26
|
+
return {
|
|
27
|
+
content: [{ type: "text", text: result.error.message }],
|
|
28
|
+
isError: true,
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
return formatResult(result.value);
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=trustPortalTrustPortalControllerUpdateAllowedEmailsV1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trustPortalTrustPortalControllerUpdateAllowedEmailsV1.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qDAAqD,EAAE,MAAM,sEAAsE,CAAC;AAC7I,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,gCAAgC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,0DAA0D,GACvC;IAC5B,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EAAE;;8LAE6K;IAC1L,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GACZ,MAAM,qDAAqD,CACzD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ToolDefinition } from "../tools.js";
|
|
2
|
+
declare const args: {
|
|
3
|
+
request: import("zod").ZodType<import("../../models/trustportalcontrollerupdatecustomframeworkv1op.js").TrustPortalControllerUpdateCustomFrameworkV1Request, unknown, import("zod/v4/core").$ZodTypeInternals<import("../../models/trustportalcontrollerupdatecustomframeworkv1op.js").TrustPortalControllerUpdateCustomFrameworkV1Request, unknown>>;
|
|
4
|
+
};
|
|
5
|
+
export declare const tool$trustPortalTrustPortalControllerUpdateCustomFrameworkV1: ToolDefinition<typeof args>;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=trustPortalTrustPortalControllerUpdateCustomFrameworkV1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trustPortalTrustPortalControllerUpdateCustomFrameworkV1.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAGT,CAAC;AAEF,eAAO,MAAM,4DAA4D,EACvE,cAAc,CAAC,OAAO,IAAI,CA+BzB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { trustPortalTrustPortalControllerUpdateCustomFrameworkV1 } from "../../funcs/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.js";
|
|
5
|
+
import { TrustPortalControllerUpdateCustomFrameworkV1Request$zodSchema } from "../../models/trustportalcontrollerupdatecustomframeworkv1op.js";
|
|
6
|
+
import { formatResult } from "../tools.js";
|
|
7
|
+
const args = {
|
|
8
|
+
request: TrustPortalControllerUpdateCustomFrameworkV1Request$zodSchema
|
|
9
|
+
.describe(`At least one of \`enabled\` or \`status\` must be provided.`),
|
|
10
|
+
};
|
|
11
|
+
export const tool$trustPortalTrustPortalControllerUpdateCustomFrameworkV1 = {
|
|
12
|
+
name: "update-custom-framework",
|
|
13
|
+
description: `Enable/disable a custom framework on the trust portal and set its status
|
|
14
|
+
|
|
15
|
+
Enable/disable a custom framework on the trust portal and set its status in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures.`,
|
|
16
|
+
annotations: {
|
|
17
|
+
"title": "",
|
|
18
|
+
"destructiveHint": false,
|
|
19
|
+
"idempotentHint": false,
|
|
20
|
+
"openWorldHint": false,
|
|
21
|
+
"readOnlyHint": false,
|
|
22
|
+
},
|
|
23
|
+
args,
|
|
24
|
+
tool: async (client, args, ctx) => {
|
|
25
|
+
const [result] = await trustPortalTrustPortalControllerUpdateCustomFrameworkV1(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
26
|
+
if (!result.ok) {
|
|
27
|
+
return {
|
|
28
|
+
content: [{ type: "text", text: result.error.message }],
|
|
29
|
+
isError: true,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
return formatResult(result.value);
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=trustPortalTrustPortalControllerUpdateCustomFrameworkV1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trustPortalTrustPortalControllerUpdateCustomFrameworkV1.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uDAAuD,EAAE,MAAM,wEAAwE,CAAC;AACjJ,OAAO,EAAE,6DAA6D,EAAE,MAAM,gEAAgE,CAAC;AAC/I,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,6DAA6D;SACnE,QAAQ,CAAC,6DAA6D,CAAC;CAC3E,CAAC;AAEF,MAAM,CAAC,MAAM,4DAA4D,GACzC;IAC5B,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EACT;;4NAEsN;IACxN,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GACZ,MAAM,uDAAuD,CAC3D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
+
import { CreateVersionDto } from "./createversiondto.js";
|
|
2
3
|
export type AutomationsControllerCreateVersionV1Request = {
|
|
3
4
|
taskId: string;
|
|
4
5
|
automationId: string;
|
|
6
|
+
body: CreateVersionDto;
|
|
5
7
|
};
|
|
6
8
|
export declare const AutomationsControllerCreateVersionV1Request$zodSchema: z.ZodType<AutomationsControllerCreateVersionV1Request>;
|
|
7
9
|
//# sourceMappingURL=automationscontrollercreateversionv1op.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automationscontrollercreateversionv1op.d.ts","sourceRoot":"","sources":["../../src/models/automationscontrollercreateversionv1op.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"automationscontrollercreateversionv1op.d.ts","sourceRoot":"","sources":["../../src/models/automationscontrollercreateversionv1op.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,gBAAgB,EAEjB,MAAM,uBAAuB,CAAC;AAE/B,MAAM,MAAM,2CAA2C,GAAG;IACxD,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,gBAAgB,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CAC3E,2CAA2C,CAK3C,CAAC"}
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
import * as z from "zod";
|
|
5
|
+
import { CreateVersionDto$zodSchema, } from "./createversiondto.js";
|
|
5
6
|
export const AutomationsControllerCreateVersionV1Request$zodSchema = z.object({
|
|
6
7
|
automationId: z.string().describe("Automation ID"),
|
|
8
|
+
body: CreateVersionDto$zodSchema,
|
|
7
9
|
taskId: z.string().describe("Task ID"),
|
|
8
10
|
});
|
|
9
11
|
//# sourceMappingURL=automationscontrollercreateversionv1op.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automationscontrollercreateversionv1op.js","sourceRoot":"","sources":["../../src/models/automationscontrollercreateversionv1op.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"automationscontrollercreateversionv1op.js","sourceRoot":"","sources":["../../src/models/automationscontrollercreateversionv1op.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,0BAA0B,GAC3B,MAAM,uBAAuB,CAAC;AAQ/B,MAAM,CAAC,MAAM,qDAAqD,GAE9D,CAAC,CAAC,MAAM,CAAC;IACX,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,eAAe,CAAC;IAClD,IAAI,EAAE,0BAA0B;IAChC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;CACvC,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
export type CloudSecurityControllerResolveSessionV1Request = {
|
|
3
|
+
connectionId: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const CloudSecurityControllerResolveSessionV1Request$zodSchema: z.ZodType<CloudSecurityControllerResolveSessionV1Request>;
|
|
6
|
+
//# sourceMappingURL=cloudsecuritycontrollerresolvesessionv1op.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudsecuritycontrollerresolvesessionv1op.d.ts","sourceRoot":"","sources":["../../src/models/cloudsecuritycontrollerresolvesessionv1op.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,8CAA8C,GAAG;IAC3D,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,wDAAwD,EACnE,CAAC,CAAC,OAAO,CAAC,8CAA8C,CAEtD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod";
|
|
5
|
+
export const CloudSecurityControllerResolveSessionV1Request$zodSchema = z.object({
|
|
6
|
+
connectionId: z.string(),
|
|
7
|
+
});
|
|
8
|
+
//# sourceMappingURL=cloudsecuritycontrollerresolvesessionv1op.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudsecuritycontrollerresolvesessionv1op.js","sourceRoot":"","sources":["../../src/models/cloudsecuritycontrollerresolvesessionv1op.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAMzB,MAAM,CAAC,MAAM,wDAAwD,GACP,CAAC,CAAC,MAAM,CAAC;IACnE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;CACzB,CAAC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
2
|
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
/**
|
|
4
|
+
* Set for native-framework certificates; null for custom ones
|
|
5
|
+
*/
|
|
3
6
|
export declare const ComplianceResourceResponseDtoFramework: {
|
|
4
7
|
readonly Iso27001: "iso_27001";
|
|
5
8
|
readonly Iso42001: "iso_42001";
|
|
@@ -14,6 +17,9 @@ export declare const ComplianceResourceResponseDtoFramework: {
|
|
|
14
17
|
readonly Pipeda: "pipeda";
|
|
15
18
|
readonly Ccpa: "ccpa";
|
|
16
19
|
};
|
|
20
|
+
/**
|
|
21
|
+
* Set for native-framework certificates; null for custom ones
|
|
22
|
+
*/
|
|
17
23
|
export type ComplianceResourceResponseDtoFramework = ClosedEnum<typeof ComplianceResourceResponseDtoFramework>;
|
|
18
24
|
export declare const ComplianceResourceResponseDtoFramework$zodSchema: z.ZodEnum<{
|
|
19
25
|
pci_dss: "pci_dss";
|
|
@@ -29,8 +35,14 @@ export declare const ComplianceResourceResponseDtoFramework$zodSchema: z.ZodEnum
|
|
|
29
35
|
pipeda: "pipeda";
|
|
30
36
|
ccpa: "ccpa";
|
|
31
37
|
}>;
|
|
38
|
+
/**
|
|
39
|
+
* Set for custom-framework certificates; null for native ones
|
|
40
|
+
*/
|
|
41
|
+
export type CustomFrameworkId = {};
|
|
42
|
+
export declare const CustomFrameworkId$zodSchema: z.ZodType<CustomFrameworkId>;
|
|
32
43
|
export type ComplianceResourceResponseDto = {
|
|
33
|
-
framework: ComplianceResourceResponseDtoFramework;
|
|
44
|
+
framework: ComplianceResourceResponseDtoFramework | null;
|
|
45
|
+
customFrameworkId: CustomFrameworkId | null;
|
|
34
46
|
fileName: string;
|
|
35
47
|
fileSize: number;
|
|
36
48
|
updatedAt: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"complianceresourceresponsedto.d.ts","sourceRoot":"","sources":["../../src/models/complianceresourceresponsedto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;CAazC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,UAAU,CAC7D,OAAO,sCAAsC,CAC9C,CAAC;AAEF,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"complianceresourceresponsedto.d.ts","sourceRoot":"","sources":["../../src/models/complianceresourceresponsedto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;CAazC,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,sCAAsC,GAAG,UAAU,CAC7D,OAAO,sCAAsC,CAC9C,CAAC;AAEF,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;EAaa,CAAC;AAE3E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,EAAE,CAAC;AAEnC,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAGlE,CAAC;AAEJ,MAAM,MAAM,6BAA6B,GAAG;IAC1C,SAAS,EAAE,sCAAsC,GAAG,IAAI,CAAC;IACzD,iBAAiB,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,6BAA6B,CAW7B,CAAC"}
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
import * as z from "zod";
|
|
5
|
+
/**
|
|
6
|
+
* Set for native-framework certificates; null for custom ones
|
|
7
|
+
*/
|
|
5
8
|
export const ComplianceResourceResponseDtoFramework = {
|
|
6
9
|
Iso27001: "iso_27001",
|
|
7
10
|
Iso42001: "iso_42001",
|
|
@@ -29,11 +32,16 @@ export const ComplianceResourceResponseDtoFramework$zodSchema = z.enum([
|
|
|
29
32
|
"iso_9001",
|
|
30
33
|
"pipeda",
|
|
31
34
|
"ccpa",
|
|
32
|
-
]);
|
|
35
|
+
]).describe("Set for native-framework certificates; null for custom ones");
|
|
36
|
+
export const CustomFrameworkId$zodSchema = z
|
|
37
|
+
.object({}).describe("Set for custom-framework certificates; null for native ones");
|
|
33
38
|
export const ComplianceResourceResponseDto$zodSchema = z.object({
|
|
39
|
+
customFrameworkId: z.lazy(() => CustomFrameworkId$zodSchema).nullable()
|
|
40
|
+
.describe("Set for custom-framework certificates; null for native ones"),
|
|
34
41
|
fileName: z.string(),
|
|
35
42
|
fileSize: z.number().describe("File size in bytes"),
|
|
36
|
-
framework: ComplianceResourceResponseDtoFramework$zodSchema
|
|
43
|
+
framework: ComplianceResourceResponseDtoFramework$zodSchema.nullable()
|
|
44
|
+
.describe("Set for native-framework certificates; null for custom ones"),
|
|
37
45
|
updatedAt: z.string().describe("ISO timestamp when the certificate was last updated"),
|
|
38
46
|
});
|
|
39
47
|
//# sourceMappingURL=complianceresourceresponsedto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"complianceresourceresponsedto.js","sourceRoot":"","sources":["../../src/models/complianceresourceresponsedto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,MAAM,CAAC,MAAM,sCAAsC,GAAG;IACpD,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;CACJ,CAAC;
|
|
1
|
+
{"version":3,"file":"complianceresourceresponsedto.js","sourceRoot":"","sources":["../../src/models/complianceresourceresponsedto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAG;IACpD,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;CACJ,CAAC;AAQX,MAAM,CAAC,MAAM,gDAAgD,GAAG,CAAC,CAAC,IAAI,CAAC;IACrE,WAAW;IACX,WAAW;IACX,MAAM;IACN,OAAO;IACP,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,SAAS;IACT,UAAU;IACV,UAAU;IACV,QAAQ;IACR,MAAM;CACP,CAAC,CAAC,QAAQ,CAAC,6DAA6D,CAAC,CAAC;AAO3E,MAAM,CAAC,MAAM,2BAA2B,GAAiC,CAAC;KACvE,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,CAClB,6DAA6D,CAC9D,CAAC;AAUJ,MAAM,CAAC,MAAM,uCAAuC,GAEhD,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,2BAA2B,CAAC,CAAC,QAAQ,EAAE;SACpE,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oBAAoB,CAAC;IACnD,SAAS,EAAE,gDAAgD,CAAC,QAAQ,EAAE;SACnE,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC5B,qDAAqD,CACtD;CACF,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
2
|
import { ClosedEnum } from "../types/enums.js";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Native compliance framework identifier
|
|
5
5
|
*/
|
|
6
6
|
export declare const ComplianceResourceSignedUrlDtoFramework: {
|
|
7
7
|
readonly Iso27001: "iso_27001";
|
|
@@ -18,7 +18,7 @@ export declare const ComplianceResourceSignedUrlDtoFramework: {
|
|
|
18
18
|
readonly Ccpa: "ccpa";
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Native compliance framework identifier
|
|
22
22
|
*/
|
|
23
23
|
export type ComplianceResourceSignedUrlDtoFramework = ClosedEnum<typeof ComplianceResourceSignedUrlDtoFramework>;
|
|
24
24
|
export declare const ComplianceResourceSignedUrlDtoFramework$zodSchema: z.ZodEnum<{
|
|
@@ -37,7 +37,8 @@ export declare const ComplianceResourceSignedUrlDtoFramework$zodSchema: z.ZodEnu
|
|
|
37
37
|
}>;
|
|
38
38
|
export type ComplianceResourceSignedUrlDto = {
|
|
39
39
|
organizationId: string;
|
|
40
|
-
framework
|
|
40
|
+
framework?: ComplianceResourceSignedUrlDtoFramework | undefined;
|
|
41
|
+
customFrameworkId?: string | undefined;
|
|
41
42
|
};
|
|
42
43
|
export declare const ComplianceResourceSignedUrlDto$zodSchema: z.ZodType<ComplianceResourceSignedUrlDto>;
|
|
43
44
|
//# sourceMappingURL=complianceresourcesignedurldto.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"complianceresourcesignedurldto.d.ts","sourceRoot":"","sources":["../../src/models/complianceresourcesignedurldto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;CAa1C,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG,UAAU,CAC9D,OAAO,uCAAuC,CAC/C,CAAC;AAEF,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"complianceresourcesignedurldto.d.ts","sourceRoot":"","sources":["../../src/models/complianceresourcesignedurldto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;CAa1C,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG,UAAU,CAC9D,OAAO,uCAAuC,CAC/C,CAAC;AAEF,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;EAaT,CAAC;AAEtD,MAAM,MAAM,8BAA8B,GAAG;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAChE,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,8BAA8B,CAU9B,CAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as z from "zod";
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Native compliance framework identifier
|
|
7
7
|
*/
|
|
8
8
|
export const ComplianceResourceSignedUrlDtoFramework = {
|
|
9
9
|
Iso27001: "iso_27001",
|
|
@@ -32,9 +32,11 @@ export const ComplianceResourceSignedUrlDtoFramework$zodSchema = z.enum([
|
|
|
32
32
|
"iso_9001",
|
|
33
33
|
"pipeda",
|
|
34
34
|
"ccpa",
|
|
35
|
-
]).describe("
|
|
35
|
+
]).describe("Native compliance framework identifier");
|
|
36
36
|
export const ComplianceResourceSignedUrlDto$zodSchema = z.object({
|
|
37
|
-
|
|
37
|
+
customFrameworkId: z.string().optional().describe("Org-authored custom framework ID (alternative to `framework`)"),
|
|
38
|
+
framework: ComplianceResourceSignedUrlDtoFramework$zodSchema.optional()
|
|
39
|
+
.describe("Native compliance framework identifier"),
|
|
38
40
|
organizationId: z.string().describe("Organization ID that owns the compliance resource"),
|
|
39
41
|
});
|
|
40
42
|
//# sourceMappingURL=complianceresourcesignedurldto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"complianceresourcesignedurldto.js","sourceRoot":"","sources":["../../src/models/complianceresourcesignedurldto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAG;IACrD,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;CACJ,CAAC;AAQX,MAAM,CAAC,MAAM,iDAAiD,GAAG,CAAC,CAAC,IAAI,CAAC;IACtE,WAAW;IACX,WAAW;IACX,MAAM;IACN,OAAO;IACP,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,SAAS;IACT,UAAU;IACV,UAAU;IACV,QAAQ;IACR,MAAM;CACP,CAAC,CAAC,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"complianceresourcesignedurldto.js","sourceRoot":"","sources":["../../src/models/complianceresourcesignedurldto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAG;IACrD,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;CACJ,CAAC;AAQX,MAAM,CAAC,MAAM,iDAAiD,GAAG,CAAC,CAAC,IAAI,CAAC;IACtE,WAAW;IACX,WAAW;IACX,MAAM;IACN,OAAO;IACP,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,SAAS;IACT,UAAU;IACV,UAAU;IACV,QAAQ;IACR,MAAM;CACP,CAAC,CAAC,QAAQ,CAAC,wCAAwC,CAAC,CAAC;AAQtD,MAAM,CAAC,MAAM,wCAAwC,GAEjD,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC/C,+DAA+D,CAChE;IACD,SAAS,EAAE,iDAAiD,CAAC,QAAQ,EAAE;SACpE,QAAQ,CAAC,wCAAwC,CAAC;IACrD,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CACjC,mDAAmD,CACpD;CACF,CAAC,CAAC"}
|
|
@@ -20,6 +20,7 @@ export declare const ControlsControllerUnlinkDocumentTypeV1FormType: {
|
|
|
20
20
|
readonly EmployeePerformanceEvaluation: "employee_performance_evaluation";
|
|
21
21
|
readonly NetworkDiagram: "network_diagram";
|
|
22
22
|
readonly TabletopExercise: "tabletop_exercise";
|
|
23
|
+
readonly AccountTypes: "account_types";
|
|
23
24
|
};
|
|
24
25
|
/**
|
|
25
26
|
* Evidence form type to unlink from the control
|
|
@@ -38,11 +39,12 @@ export declare const ControlsControllerUnlinkDocumentTypeV1FormType$zodSchema: z
|
|
|
38
39
|
employee_performance_evaluation: "employee_performance_evaluation";
|
|
39
40
|
network_diagram: "network_diagram";
|
|
40
41
|
tabletop_exercise: "tabletop_exercise";
|
|
42
|
+
account_types: "account_types";
|
|
41
43
|
}>;
|
|
42
44
|
export type ControlsControllerUnlinkDocumentTypeV1Request = {
|
|
43
45
|
id: string;
|
|
44
|
-
frameworkInstanceId: string;
|
|
45
46
|
formType: ControlsControllerUnlinkDocumentTypeV1FormType;
|
|
47
|
+
frameworkInstanceId: string;
|
|
46
48
|
};
|
|
47
49
|
export declare const ControlsControllerUnlinkDocumentTypeV1Request$zodSchema: z.ZodType<ControlsControllerUnlinkDocumentTypeV1Request>;
|
|
48
50
|
//# sourceMappingURL=controlscontrollerunlinkdocumenttypev1op.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"controlscontrollerunlinkdocumenttypev1op.d.ts","sourceRoot":"","sources":["../../src/models/controlscontrollerunlinkdocumenttypev1op.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,MAAM,MAAM,8CAA8C,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;AAEhF,eAAO,MAAM,wDAAwD,EACnE,CAAC,CAAC,OAAO,CAAC,8CAA8C,CAEtD,CAAC;AAEL;;GAEG;AACH,eAAO,MAAM,8CAA8C
|
|
1
|
+
{"version":3,"file":"controlscontrollerunlinkdocumenttypev1op.d.ts","sourceRoot":"","sources":["../../src/models/controlscontrollerunlinkdocumenttypev1op.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,MAAM,MAAM,8CAA8C,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;AAEhF,eAAO,MAAM,wDAAwD,EACnE,CAAC,CAAC,OAAO,CAAC,8CAA8C,CAEtD,CAAC;AAEL;;GAEG;AACH,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;CAcjD,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,8CAA8C,GAAG,UAAU,CACrE,OAAO,8CAA8C,CACtD,CAAC;AAEF,eAAO,MAAM,wDAAwD;;;;;;;;;;;;;;EAcT,CAAC;AAE7D,MAAM,MAAM,6CAA6C,GAAG;IAC1D,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,8CAA8C,CAAC;IACzD,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,uDAAuD,EAAE,CAAC,CAAC,OAAO,CAC7E,6CAA6C,CAO7C,CAAC"}
|
|
@@ -21,6 +21,7 @@ export const ControlsControllerUnlinkDocumentTypeV1FormType = {
|
|
|
21
21
|
EmployeePerformanceEvaluation: "employee_performance_evaluation",
|
|
22
22
|
NetworkDiagram: "network_diagram",
|
|
23
23
|
TabletopExercise: "tabletop_exercise",
|
|
24
|
+
AccountTypes: "account_types",
|
|
24
25
|
};
|
|
25
26
|
export const ControlsControllerUnlinkDocumentTypeV1FormType$zodSchema = z.enum([
|
|
26
27
|
"board_meeting",
|
|
@@ -35,6 +36,7 @@ export const ControlsControllerUnlinkDocumentTypeV1FormType$zodSchema = z.enum([
|
|
|
35
36
|
"employee_performance_evaluation",
|
|
36
37
|
"network_diagram",
|
|
37
38
|
"tabletop_exercise",
|
|
39
|
+
"account_types",
|
|
38
40
|
]).describe("Evidence form type to unlink from the control");
|
|
39
41
|
export const ControlsControllerUnlinkDocumentTypeV1Request$zodSchema = z.object({
|
|
40
42
|
formType: ControlsControllerUnlinkDocumentTypeV1FormType$zodSchema.describe("Evidence form type to unlink from the control"),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"controlscontrollerunlinkdocumenttypev1op.js","sourceRoot":"","sources":["../../src/models/controlscontrollerunlinkdocumenttypev1op.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAKzB,MAAM,CAAC,MAAM,wDAAwD,GACP,CAAC,CAAC,MAAM,CAAC;IACnE,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;CACvC,CAAC,CAAC;AAEL;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAG;IAC5D,YAAY,EAAE,eAAe;IAC7B,mBAAmB,EAAE,uBAAuB;IAC5C,oBAAoB,EAAE,wBAAwB;IAC9C,OAAO,EAAE,SAAS;IAClB,aAAa,EAAE,gBAAgB;IAC/B,mBAAmB,EAAE,sBAAsB;IAC3C,eAAe,EAAE,kBAAkB;IACnC,UAAU,EAAE,aAAa;IACzB,uBAAuB,EAAE,0BAA0B;IACnD,6BAA6B,EAAE,iCAAiC;IAChE,cAAc,EAAE,iBAAiB;IACjC,gBAAgB,EAAE,mBAAmB;
|
|
1
|
+
{"version":3,"file":"controlscontrollerunlinkdocumenttypev1op.js","sourceRoot":"","sources":["../../src/models/controlscontrollerunlinkdocumenttypev1op.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAKzB,MAAM,CAAC,MAAM,wDAAwD,GACP,CAAC,CAAC,MAAM,CAAC;IACnE,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;CACvC,CAAC,CAAC;AAEL;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAG;IAC5D,YAAY,EAAE,eAAe;IAC7B,mBAAmB,EAAE,uBAAuB;IAC5C,oBAAoB,EAAE,wBAAwB;IAC9C,OAAO,EAAE,SAAS;IAClB,aAAa,EAAE,gBAAgB;IAC/B,mBAAmB,EAAE,sBAAsB;IAC3C,eAAe,EAAE,kBAAkB;IACnC,UAAU,EAAE,aAAa;IACzB,uBAAuB,EAAE,0BAA0B;IACnD,6BAA6B,EAAE,iCAAiC;IAChE,cAAc,EAAE,iBAAiB;IACjC,gBAAgB,EAAE,mBAAmB;IACrC,YAAY,EAAE,eAAe;CACrB,CAAC;AAQX,MAAM,CAAC,MAAM,wDAAwD,GAAG,CAAC,CAAC,IAAI,CAAC;IAC7E,eAAe;IACf,uBAAuB;IACvB,wBAAwB;IACxB,SAAS;IACT,gBAAgB;IAChB,sBAAsB;IACtB,kBAAkB;IAClB,aAAa;IACb,0BAA0B;IAC1B,iCAAiC;IACjC,iBAAiB;IACjB,mBAAmB;IACnB,eAAe;CAChB,CAAC,CAAC,QAAQ,CAAC,+CAA+C,CAAC,CAAC;AAQ7D,MAAM,CAAC,MAAM,uDAAuD,GAEhE,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,wDAAwD,CAAC,QAAQ,CACzE,+CAA+C,CAChD;IACD,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC/B,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;CACrD,CAAC,CAAC"}
|
|
@@ -14,6 +14,7 @@ export declare const DocumentType: {
|
|
|
14
14
|
readonly EmployeePerformanceEvaluation: "employee_performance_evaluation";
|
|
15
15
|
readonly NetworkDiagram: "network_diagram";
|
|
16
16
|
readonly TabletopExercise: "tabletop_exercise";
|
|
17
|
+
readonly AccountTypes: "account_types";
|
|
17
18
|
};
|
|
18
19
|
export type DocumentType = ClosedEnum<typeof DocumentType>;
|
|
19
20
|
export declare const DocumentType$zodSchema: z.ZodEnum<{
|
|
@@ -29,6 +30,7 @@ export declare const DocumentType$zodSchema: z.ZodEnum<{
|
|
|
29
30
|
employee_performance_evaluation: "employee_performance_evaluation";
|
|
30
31
|
network_diagram: "network_diagram";
|
|
31
32
|
tabletop_exercise: "tabletop_exercise";
|
|
33
|
+
account_types: "account_types";
|
|
32
34
|
}>;
|
|
33
35
|
export type CreateControlDto = {
|
|
34
36
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createcontroldto.d.ts","sourceRoot":"","sources":["../../src/models/createcontroldto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EACL,qBAAqB,EAEtB,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"createcontroldto.d.ts","sourceRoot":"","sources":["../../src/models/createcontroldto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EACL,qBAAqB,EAEtB,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,YAAY;;;;;;;;;;;;;;CAcf,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;EAcjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACtC,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,mBAAmB,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC;IAC/D,aAAa,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAYlE,CAAC"}
|
|
@@ -16,6 +16,7 @@ export const DocumentType = {
|
|
|
16
16
|
EmployeePerformanceEvaluation: "employee_performance_evaluation",
|
|
17
17
|
NetworkDiagram: "network_diagram",
|
|
18
18
|
TabletopExercise: "tabletop_exercise",
|
|
19
|
+
AccountTypes: "account_types",
|
|
19
20
|
};
|
|
20
21
|
export const DocumentType$zodSchema = z.enum([
|
|
21
22
|
"board_meeting",
|
|
@@ -30,6 +31,7 @@ export const DocumentType$zodSchema = z.enum([
|
|
|
30
31
|
"employee_performance_evaluation",
|
|
31
32
|
"network_diagram",
|
|
32
33
|
"tabletop_exercise",
|
|
34
|
+
"account_types",
|
|
33
35
|
]);
|
|
34
36
|
export const CreateControlDto$zodSchema = z.object({
|
|
35
37
|
description: z.string().describe("Control description"),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createcontroldto.js","sourceRoot":"","sources":["../../src/models/createcontroldto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAEL,+BAA+B,GAChC,MAAM,4BAA4B,CAAC;AAEpC,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,YAAY,EAAE,eAAe;IAC7B,mBAAmB,EAAE,uBAAuB;IAC5C,oBAAoB,EAAE,wBAAwB;IAC9C,OAAO,EAAE,SAAS;IAClB,aAAa,EAAE,gBAAgB;IAC/B,mBAAmB,EAAE,sBAAsB;IAC3C,eAAe,EAAE,kBAAkB;IACnC,UAAU,EAAE,aAAa;IACzB,uBAAuB,EAAE,0BAA0B;IACnD,6BAA6B,EAAE,iCAAiC;IAChE,cAAc,EAAE,iBAAiB;IACjC,gBAAgB,EAAE,mBAAmB;
|
|
1
|
+
{"version":3,"file":"createcontroldto.js","sourceRoot":"","sources":["../../src/models/createcontroldto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAEL,+BAA+B,GAChC,MAAM,4BAA4B,CAAC;AAEpC,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,YAAY,EAAE,eAAe;IAC7B,mBAAmB,EAAE,uBAAuB;IAC5C,oBAAoB,EAAE,wBAAwB;IAC9C,OAAO,EAAE,SAAS;IAClB,aAAa,EAAE,gBAAgB;IAC/B,mBAAmB,EAAE,sBAAsB;IAC3C,eAAe,EAAE,kBAAkB;IACnC,UAAU,EAAE,aAAa;IACzB,uBAAuB,EAAE,0BAA0B;IACnD,6BAA6B,EAAE,iCAAiC;IAChE,cAAc,EAAE,iBAAiB;IACjC,gBAAgB,EAAE,mBAAmB;IACrC,YAAY,EAAE,eAAe;CACrB,CAAC;AAGX,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,eAAe;IACf,uBAAuB;IACvB,wBAAwB;IACxB,SAAS;IACT,gBAAgB;IAChB,sBAAsB;IACtB,kBAAkB;IAClB,aAAa;IACb,0BAA0B;IAC1B,iCAAiC;IACjC,iBAAiB;IACjB,mBAAmB;IACnB,eAAe;CAChB,CAAC,CAAC;AAWH,MAAM,CAAC,MAAM,0BAA0B,GAAgC,CAAC,CAAC,MAAM,CAC7E;IACE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC;IACvD,aAAa,EAAE,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAChE,gDAAgD,CACjD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC;IACzC,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,uBAAuB,CAAC;IAC3E,mBAAmB,EAAE,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,CAAC,QAAQ,EAAE;SACrE,QAAQ,CAAC,sBAAsB,CAAC;IACnC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC;CACxE,CACF,CAAC"}
|
|
@@ -16,6 +16,7 @@ export declare const EvidenceFormType: {
|
|
|
16
16
|
readonly EmployeePerformanceEvaluation: "employee-performance-evaluation";
|
|
17
17
|
readonly NetworkDiagram: "network-diagram";
|
|
18
18
|
readonly TabletopExercise: "tabletop-exercise";
|
|
19
|
+
readonly AccountTypes: "account-types";
|
|
19
20
|
};
|
|
20
21
|
/**
|
|
21
22
|
* Evidence form type
|
|
@@ -34,6 +35,7 @@ export declare const EvidenceFormType$zodSchema: z.ZodEnum<{
|
|
|
34
35
|
"employee-performance-evaluation": "employee-performance-evaluation";
|
|
35
36
|
"network-diagram": "network-diagram";
|
|
36
37
|
"tabletop-exercise": "tabletop-exercise";
|
|
38
|
+
"account-types": "account-types";
|
|
37
39
|
}>;
|
|
38
40
|
/**
|
|
39
41
|
* Broad area when the finding is not tied to a specific item
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createfindingdto.d.ts","sourceRoot":"","sources":["../../src/models/createfindingdto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"createfindingdto.d.ts","sourceRoot":"","sources":["../../src/models/createfindingdto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;CAcnB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEnE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;EAcN,CAAC;AAElC;;GAEG;AACH,eAAO,MAAM,IAAI;;;;;;;;CAQP,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AAE3C,eAAO,MAAM,cAAc;;;;;;;;EAQ8C,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;CAQvB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE3E,eAAO,MAAM,8BAA8B;;;;;;;;EAU1C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;CAK3B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAC/C,OAAO,wBAAwB,CAChC,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;EAKxB,CAAC;AAExB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,gBAAgB,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAChD,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACxB,IAAI,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACxC,QAAQ,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAChD,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CA2BlE,CAAC"}
|
|
@@ -18,6 +18,7 @@ export const EvidenceFormType = {
|
|
|
18
18
|
EmployeePerformanceEvaluation: "employee-performance-evaluation",
|
|
19
19
|
NetworkDiagram: "network-diagram",
|
|
20
20
|
TabletopExercise: "tabletop-exercise",
|
|
21
|
+
AccountTypes: "account-types",
|
|
21
22
|
};
|
|
22
23
|
export const EvidenceFormType$zodSchema = z.enum([
|
|
23
24
|
"board-meeting",
|
|
@@ -32,6 +33,7 @@ export const EvidenceFormType$zodSchema = z.enum([
|
|
|
32
33
|
"employee-performance-evaluation",
|
|
33
34
|
"network-diagram",
|
|
34
35
|
"tabletop-exercise",
|
|
36
|
+
"account-types",
|
|
35
37
|
]).describe("Evidence form type");
|
|
36
38
|
/**
|
|
37
39
|
* Broad area when the finding is not tied to a specific item
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createfindingdto.js","sourceRoot":"","sources":["../../src/models/createfindingdto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,YAAY,EAAE,eAAe;IAC7B,mBAAmB,EAAE,uBAAuB;IAC5C,oBAAoB,EAAE,wBAAwB;IAC9C,OAAO,EAAE,SAAS;IAClB,aAAa,EAAE,gBAAgB;IAC/B,mBAAmB,EAAE,sBAAsB;IAC3C,eAAe,EAAE,kBAAkB;IACnC,UAAU,EAAE,aAAa;IACzB,uBAAuB,EAAE,0BAA0B;IACnD,6BAA6B,EAAE,iCAAiC;IAChE,cAAc,EAAE,iBAAiB;IACjC,gBAAgB,EAAE,mBAAmB;
|
|
1
|
+
{"version":3,"file":"createfindingdto.js","sourceRoot":"","sources":["../../src/models/createfindingdto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,YAAY,EAAE,eAAe;IAC7B,mBAAmB,EAAE,uBAAuB;IAC5C,oBAAoB,EAAE,wBAAwB;IAC9C,OAAO,EAAE,SAAS;IAClB,aAAa,EAAE,gBAAgB;IAC/B,mBAAmB,EAAE,sBAAsB;IAC3C,eAAe,EAAE,kBAAkB;IACnC,UAAU,EAAE,aAAa;IACzB,uBAAuB,EAAE,0BAA0B;IACnD,6BAA6B,EAAE,iCAAiC;IAChE,cAAc,EAAE,iBAAiB;IACjC,gBAAgB,EAAE,mBAAmB;IACrC,YAAY,EAAE,eAAe;CACrB,CAAC;AAMX,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,IAAI,CAAC;IAC/C,eAAe;IACf,uBAAuB;IACvB,wBAAwB;IACxB,SAAS;IACT,gBAAgB;IAChB,sBAAsB;IACtB,kBAAkB;IAClB,aAAa;IACb,0BAA0B;IAC1B,iCAAiC;IACjC,iBAAiB;IACjB,mBAAmB;IACnB,eAAe;CAChB,CAAC,CAAC,QAAQ,CAAC,oBAAoB,CAAC,CAAC;AAElC;;GAEG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG;IAClB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;CACN,CAAC;AAMX,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,IAAI,CAAC;IACnC,QAAQ;IACR,WAAW;IACX,YAAY;IACZ,OAAO;IACP,SAAS;IACT,UAAU;IACV,OAAO;CACR,CAAC,CAAC,QAAQ,CAAC,4DAA4D,CAAC,CAAC;AAE1E;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACZ,CAAC;AAMX,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC;IACnD,MAAM;IACN,UAAU;IACV,SAAS;IACT,OAAO;IACP,MAAM;IACN,SAAS;IACT,UAAU;CACX,CAAC,CAAC,QAAQ,CACT,+FAA+F,CAChG,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;CACZ,CAAC;AAQX,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,IAAI,CAAC;IACvD,KAAK;IACL,QAAQ;IACR,MAAM;IACN,UAAU;CACX,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;AAiBxB,MAAM,CAAC,MAAM,0BAA0B,GAAgC,CAAC,CAAC,MAAM,CAC7E;IACE,IAAI,EAAE,cAAc,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACtC,4DAA4D,CAC7D;IACD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IACvD,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC;IACrD,gBAAgB,EAAE,0BAA0B,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC9D,oBAAoB,CACrB;IACD,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAClD,wBAAwB,CACzB;IACD,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACtC,yCAAyC,CAC1C;IACD,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC;IACrD,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;IACjD,QAAQ,EAAE,kCAAkC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,QAAQ,CACrE,UAAU,CACX;IACD,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;IACjD,IAAI,EAAE,8BAA8B,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,QAAQ,CAC3D,+FAA+F,CAChG;IACD,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC;CACtD,CACF,CAAC"}
|
|
@@ -2,6 +2,7 @@ import * as z from "zod";
|
|
|
2
2
|
export type CreatePenetrationTestDto = {
|
|
3
3
|
targetUrl: string;
|
|
4
4
|
repoUrl?: string | undefined;
|
|
5
|
+
additionalContext?: string | undefined;
|
|
5
6
|
};
|
|
6
7
|
export declare const CreatePenetrationTestDto$zodSchema: z.ZodType<CreatePenetrationTestDto>;
|
|
7
8
|
//# sourceMappingURL=createpenetrationtestdto.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createpenetrationtestdto.d.ts","sourceRoot":"","sources":["../../src/models/createpenetrationtestdto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"createpenetrationtestdto.d.ts","sourceRoot":"","sources":["../../src/models/createpenetrationtestdto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,wBAAwB,CASxB,CAAC"}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as z from "zod";
|
|
5
5
|
export const CreatePenetrationTestDto$zodSchema = z.object({
|
|
6
|
+
additionalContext: z.string().optional().describe("Free-text context shared with the testing agent, e.g. remediation notes or accepted-by-design explanations from a previous run. Saved per-finding context notes for the same target are appended automatically. Max 4000 characters."),
|
|
6
7
|
repoUrl: z.string().optional().describe("Repository URL containing the target application code"),
|
|
7
8
|
targetUrl: z.string().describe("Target URL for the penetration test scan"),
|
|
8
9
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createpenetrationtestdto.js","sourceRoot":"","sources":["../../src/models/createpenetrationtestdto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"createpenetrationtestdto.js","sourceRoot":"","sources":["../../src/models/createpenetrationtestdto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAQzB,MAAM,CAAC,MAAM,kCAAkC,GAE3C,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC/C,sOAAsO,CACvO;IACD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACrC,uDAAuD,CACxD;IACD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;CAC3E,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createversiondto.d.ts","sourceRoot":"","sources":["../../src/models/createversiondto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,
|
|
1
|
+
{"version":3,"file":"createversiondto.d.ts","sourceRoot":"","sources":["../../src/models/createversiondto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAUlE,CAAC"}
|
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as z from "zod";
|
|
5
5
|
export const CreateVersionDto$zodSchema = z.object({
|
|
6
|
-
changelog: z.string().optional().describe("Optional changelog
|
|
7
|
-
|
|
6
|
+
changelog: z.string().optional().describe("Optional changelog describing this version"),
|
|
7
|
+
scriptKey: z.string().describe("S3 key of the already-generated & published automation script (returned by the publish step)."),
|
|
8
|
+
version: z.number().describe("Version number for this published script"),
|
|
8
9
|
});
|
|
9
10
|
//# sourceMappingURL=createversiondto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createversiondto.js","sourceRoot":"","sources":["../../src/models/createversiondto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"createversiondto.js","sourceRoot":"","sources":["../../src/models/createversiondto.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAQzB,MAAM,CAAC,MAAM,0BAA0B,GAAgC,CAAC,CAAC,MAAM,CAC7E;IACE,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACvC,4CAA4C,CAC7C;IACD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC5B,+FAA+F,CAChG;IACD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;CACzE,CACF,CAAC"}
|
|
@@ -58,6 +58,7 @@ export declare const FindingsControllerListFindingsV1EvidenceFormType: {
|
|
|
58
58
|
readonly EmployeePerformanceEvaluation: "employee-performance-evaluation";
|
|
59
59
|
readonly NetworkDiagram: "network-diagram";
|
|
60
60
|
readonly TabletopExercise: "tabletop-exercise";
|
|
61
|
+
readonly AccountTypes: "account-types";
|
|
61
62
|
};
|
|
62
63
|
export type FindingsControllerListFindingsV1EvidenceFormType = ClosedEnum<typeof FindingsControllerListFindingsV1EvidenceFormType>;
|
|
63
64
|
export declare const FindingsControllerListFindingsV1EvidenceFormType$zodSchema: z.ZodEnum<{
|
|
@@ -73,6 +74,7 @@ export declare const FindingsControllerListFindingsV1EvidenceFormType$zodSchema:
|
|
|
73
74
|
"employee-performance-evaluation": "employee-performance-evaluation";
|
|
74
75
|
"network-diagram": "network-diagram";
|
|
75
76
|
"tabletop-exercise": "tabletop-exercise";
|
|
77
|
+
"account-types": "account-types";
|
|
76
78
|
}>;
|
|
77
79
|
export type FindingsControllerListFindingsV1Request = {
|
|
78
80
|
status?: FindingsControllerListFindingsV1Status | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"findingscontrollerlistfindingsv1op.d.ts","sourceRoot":"","sources":["../../src/models/findingscontrollerlistfindingsv1op.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,eAAO,MAAM,sCAAsC;;;;;CAKzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,UAAU,CAC7D,OAAO,sCAAsC,CAC9C,CAAC;AAEF,eAAO,MAAM,gDAAgD;;;;;EAK3D,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;CAK3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,UAAU,CAC/D,OAAO,wCAAwC,CAChD,CAAC;AAEF,eAAO,MAAM,kDAAkD;;;;;EAK7D,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;CAQvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,UAAU,CAC3D,OAAO,oCAAoC,CAC5C,CAAC;AAEF,eAAO,MAAM,8CAA8C;;;;;;;;EAQzD,CAAC;AAEH,eAAO,MAAM,gDAAgD
|
|
1
|
+
{"version":3,"file":"findingscontrollerlistfindingsv1op.d.ts","sourceRoot":"","sources":["../../src/models/findingscontrollerlistfindingsv1op.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,eAAO,MAAM,sCAAsC;;;;;CAKzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,UAAU,CAC7D,OAAO,sCAAsC,CAC9C,CAAC;AAEF,eAAO,MAAM,gDAAgD;;;;;EAK3D,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;CAK3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,UAAU,CAC/D,OAAO,wCAAwC,CAChD,CAAC;AAEF,eAAO,MAAM,kDAAkD;;;;;EAK7D,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;CAQvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,UAAU,CAC3D,OAAO,oCAAoC,CAC5C,CAAC;AAEF,eAAO,MAAM,8CAA8C;;;;;;;;EAQzD,CAAC;AAEH,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;CAcnD,CAAC;AACX,MAAM,MAAM,gDAAgD,GAAG,UAAU,CACvE,OAAO,gDAAgD,CACxD,CAAC;AAEF,eAAO,MAAM,0DAA0D;;;;;;;;;;;;;;EAenE,CAAC;AAEL,MAAM,MAAM,uCAAuC,GAAG;IACpD,MAAM,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAC5D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAChE,IAAI,CAAC,EAAE,oCAAoC,GAAG,SAAS,CAAC;IACxD,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,gBAAgB,CAAC,EACb,gDAAgD,GAChD,SAAS,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,uCAAuC,CAcvC,CAAC"}
|
|
@@ -57,6 +57,7 @@ export const FindingsControllerListFindingsV1EvidenceFormType = {
|
|
|
57
57
|
EmployeePerformanceEvaluation: "employee-performance-evaluation",
|
|
58
58
|
NetworkDiagram: "network-diagram",
|
|
59
59
|
TabletopExercise: "tabletop-exercise",
|
|
60
|
+
AccountTypes: "account-types",
|
|
60
61
|
};
|
|
61
62
|
export const FindingsControllerListFindingsV1EvidenceFormType$zodSchema = z
|
|
62
63
|
.enum([
|
|
@@ -72,6 +73,7 @@ export const FindingsControllerListFindingsV1EvidenceFormType$zodSchema = z
|
|
|
72
73
|
"employee-performance-evaluation",
|
|
73
74
|
"network-diagram",
|
|
74
75
|
"tabletop-exercise",
|
|
76
|
+
"account-types",
|
|
75
77
|
]);
|
|
76
78
|
export const FindingsControllerListFindingsV1Request$zodSchema = z.object({
|
|
77
79
|
area: FindingsControllerListFindingsV1Area$zodSchema.optional(),
|