@trycompai/mcp-server 0.3.0 → 0.3.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 +2 -2
- package/bin/mcp-server.js +702 -610
- package/bin/mcp-server.js.map +245 -243
- package/esm/funcs/ismsISMSControllerDriftV1.d.ts +1 -1
- package/esm/funcs/ismsISMSControllerDriftV1.js +1 -1
- package/esm/funcs/ismsISMSControllerExportDocumentV1.d.ts +1 -1
- package/esm/funcs/ismsISMSControllerExportDocumentV1.js +1 -1
- package/esm/funcs/{ismsISMSProfileControllerSaveProfileV1.d.ts → ismsISMSControllerRemoveDocumentFileV1.d.ts} +5 -5
- package/esm/funcs/{ismsISMSProfileControllerSaveProfileV1.d.ts.map → ismsISMSControllerRemoveDocumentFileV1.d.ts.map} +1 -1
- package/esm/funcs/{ismsISMSProfileControllerSaveProfileV1.js → ismsISMSControllerRemoveDocumentFileV1.js} +18 -13
- package/esm/funcs/ismsISMSControllerRemoveDocumentFileV1.js.map +1 -0
- package/esm/funcs/ismsISMSControllerSetContentSourceV1.d.ts +16 -0
- package/esm/funcs/ismsISMSControllerSetContentSourceV1.d.ts.map +1 -0
- package/esm/funcs/{ismsISMSProfileControllerGetProfileV1.js → ismsISMSControllerSetContentSourceV1.js} +19 -16
- package/esm/funcs/ismsISMSControllerSetContentSourceV1.js.map +1 -0
- package/esm/funcs/ismsISMSControllerUploadDocumentFileV1.d.ts +16 -0
- package/esm/funcs/ismsISMSControllerUploadDocumentFileV1.d.ts.map +1 -0
- package/esm/funcs/{ismsISMSProfileControllerGenerateAllV1.js → ismsISMSControllerUploadDocumentFileV1.js} +17 -11
- package/esm/funcs/ismsISMSControllerUploadDocumentFileV1.js.map +1 -0
- package/esm/landing-page.js +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +7 -7
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/attachmentsAttachmentsControllerGetAttachmentDownloadUrlV1.js +2 -2
- package/esm/mcp-server/tools/attachmentsAttachmentsControllerGetAttachmentDownloadUrlV1.js.map +1 -1
- package/esm/mcp-server/tools/auditLogsAuditLogControllerGetAuditLogsV1.js +2 -2
- package/esm/mcp-server/tools/auditLogsAuditLogControllerGetAuditLogsV1.js.map +1 -1
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetActivityV1.js +2 -2
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetActivityV1.js.map +1 -1
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetCheckDefinitionV1.js +2 -2
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetCheckDefinitionV1.js.map +1 -1
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetFindingsV1.js +2 -2
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetFindingsV1.js.map +1 -1
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetHistoryV1.js +2 -2
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetHistoryV1.js.map +1 -1
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetProvidersV1.js +2 -2
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetProvidersV1.js.map +1 -1
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetRunStatusV1.js +2 -2
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerGetRunStatusV1.js.map +1 -1
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerRevokeExceptionV1.js +2 -2
- package/esm/mcp-server/tools/cloudSecurityCloudSecurityControllerRevokeExceptionV1.js.map +1 -1
- package/esm/mcp-server/tools/commentsCommentsControllerDeleteCommentV1.js +2 -2
- package/esm/mcp-server/tools/commentsCommentsControllerDeleteCommentV1.js.map +1 -1
- package/esm/mcp-server/tools/commentsCommentsControllerGetCommentsV1.js +2 -2
- package/esm/mcp-server/tools/commentsCommentsControllerGetCommentsV1.js.map +1 -1
- package/esm/mcp-server/tools/commentsCommentsControllerUpdateCommentV1.js +1 -1
- package/esm/mcp-server/tools/commentsCommentsControllerUpdateCommentV1.js.map +1 -1
- package/esm/mcp-server/tools/contextContextControllerDeleteContextV1.js +2 -2
- package/esm/mcp-server/tools/contextContextControllerDeleteContextV1.js.map +1 -1
- package/esm/mcp-server/tools/contextContextControllerGetAllContextV1.js +2 -2
- package/esm/mcp-server/tools/contextContextControllerGetAllContextV1.js.map +1 -1
- package/esm/mcp-server/tools/contextContextControllerGetContextByIdV1.js +2 -2
- package/esm/mcp-server/tools/contextContextControllerGetContextByIdV1.js.map +1 -1
- package/esm/mcp-server/tools/controlsControlsControllerDeleteV1.js +2 -2
- package/esm/mcp-server/tools/controlsControlsControllerDeleteV1.js.map +1 -1
- package/esm/mcp-server/tools/controlsControlsControllerFindAllV1.js +2 -2
- package/esm/mcp-server/tools/controlsControlsControllerFindAllV1.js.map +1 -1
- package/esm/mcp-server/tools/controlsControlsControllerFindOneV1.js +2 -2
- package/esm/mcp-server/tools/controlsControlsControllerFindOneV1.js.map +1 -1
- package/esm/mcp-server/tools/controlsControlsControllerGetOptionsV1.js +2 -2
- package/esm/mcp-server/tools/controlsControlsControllerGetOptionsV1.js.map +1 -1
- package/esm/mcp-server/tools/controlsControlsControllerUnlinkDocumentTypeV1.js +2 -2
- package/esm/mcp-server/tools/controlsControlsControllerUnlinkDocumentTypeV1.js.map +1 -1
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerDownloadMacAgentV1.js +2 -2
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerDownloadMacAgentV1.js.map +1 -1
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerDownloadWindowsAgentV1.js +2 -2
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerDownloadWindowsAgentV1.js.map +1 -1
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerGetDeviceStatusV1.js +2 -2
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerGetDeviceStatusV1.js.map +1 -1
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerGetMyOrganizationsV1.js +2 -2
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerGetMyOrganizationsV1.js.map +1 -1
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerGetUpdateFileV1.js +2 -2
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerGetUpdateFileV1.js.map +1 -1
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerHeadUpdateFileV1.js +2 -2
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerHeadUpdateFileV1.js.map +1 -1
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerRevokeAgentAccessV1.js +2 -2
- package/esm/mcp-server/tools/deviceAgentDeviceAgentControllerRevokeAgentAccessV1.js.map +1 -1
- package/esm/mcp-server/tools/devicesDevicesControllerDeleteDeviceV1.js +2 -2
- package/esm/mcp-server/tools/devicesDevicesControllerDeleteDeviceV1.js.map +1 -1
- package/esm/mcp-server/tools/devicesDevicesControllerGetAllDevicesV1.js +2 -2
- package/esm/mcp-server/tools/devicesDevicesControllerGetAllDevicesV1.js.map +1 -1
- package/esm/mcp-server/tools/devicesDevicesControllerGetDevicesByMemberV1.js +2 -2
- package/esm/mcp-server/tools/devicesDevicesControllerGetDevicesByMemberV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceExportEvidenceExportControllerExportAutomationPDFV1.js +2 -2
- package/esm/mcp-server/tools/evidenceExportEvidenceExportControllerExportAutomationPDFV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceExportEvidenceExportControllerExportTaskEvidenceZipV1.js +2 -2
- package/esm/mcp-server/tools/evidenceExportEvidenceExportControllerExportTaskEvidenceZipV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceExportEvidenceExportControllerGetTaskEvidenceSummaryV1.js +2 -2
- package/esm/mcp-server/tools/evidenceExportEvidenceExportControllerGetTaskEvidenceSummaryV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerDeleteSubmissionV1.js +2 -2
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerDeleteSubmissionV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerExportCsvV1.js +2 -2
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerExportCsvV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetFormSettingsV1.js +2 -2
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetFormSettingsV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetFormStatusesV1.js +2 -2
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetFormStatusesV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetFormWithSubmissionsV1.js +2 -2
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetFormWithSubmissionsV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetMySubmissionsV1.js +2 -2
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetMySubmissionsV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetPendingSubmissionCountV1.js +2 -2
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetPendingSubmissionCountV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetSubmissionV1.js +2 -2
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetSubmissionV1.js.map +1 -1
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerListFormsV1.js +2 -2
- package/esm/mcp-server/tools/evidenceFormsEvidenceFormsControllerListFormsV1.js.map +1 -1
- package/esm/mcp-server/tools/findingsFindingsControllerDeleteFindingV1.js +2 -2
- package/esm/mcp-server/tools/findingsFindingsControllerDeleteFindingV1.js.map +1 -1
- package/esm/mcp-server/tools/findingsFindingsControllerGetFindingByIdV1.js +2 -2
- package/esm/mcp-server/tools/findingsFindingsControllerGetFindingByIdV1.js.map +1 -1
- package/esm/mcp-server/tools/findingsFindingsControllerGetFindingHistoryV1.js +2 -2
- package/esm/mcp-server/tools/findingsFindingsControllerGetFindingHistoryV1.js.map +1 -1
- package/esm/mcp-server/tools/findingsFindingsControllerGetOrganizationFindingsV1.js +2 -2
- package/esm/mcp-server/tools/findingsFindingsControllerGetOrganizationFindingsV1.js.map +1 -1
- package/esm/mcp-server/tools/findingsFindingsControllerListFindingsV1.js +2 -2
- package/esm/mcp-server/tools/findingsFindingsControllerListFindingsV1.js.map +1 -1
- package/esm/mcp-server/tools/frameworksFrameworksControllerDeleteV1.js +2 -2
- package/esm/mcp-server/tools/frameworksFrameworksControllerDeleteV1.js.map +1 -1
- package/esm/mcp-server/tools/frameworksFrameworksControllerFindAllV1.js +2 -2
- package/esm/mcp-server/tools/frameworksFrameworksControllerFindAllV1.js.map +1 -1
- package/esm/mcp-server/tools/frameworksFrameworksControllerFindAvailableV1.js +2 -2
- package/esm/mcp-server/tools/frameworksFrameworksControllerFindAvailableV1.js.map +1 -1
- package/esm/mcp-server/tools/frameworksFrameworksControllerFindOneV1.js +2 -2
- package/esm/mcp-server/tools/frameworksFrameworksControllerFindOneV1.js.map +1 -1
- package/esm/mcp-server/tools/frameworksFrameworksControllerFindRequirementV1.js +2 -2
- package/esm/mcp-server/tools/frameworksFrameworksControllerFindRequirementV1.js.map +1 -1
- package/esm/mcp-server/tools/frameworksFrameworksControllerGetAllUpdateStatusesV1.js +2 -2
- package/esm/mcp-server/tools/frameworksFrameworksControllerGetAllUpdateStatusesV1.js.map +1 -1
- package/esm/mcp-server/tools/frameworksFrameworksControllerGetScoresV1.js +2 -2
- package/esm/mcp-server/tools/frameworksFrameworksControllerGetScoresV1.js.map +1 -1
- package/esm/mcp-server/tools/frameworksFrameworksControllerGetSyncHistoryV1.js +2 -2
- package/esm/mcp-server/tools/frameworksFrameworksControllerGetSyncHistoryV1.js.map +1 -1
- package/esm/mcp-server/tools/frameworksFrameworksControllerGetUpdatePreviewV1.js +2 -2
- package/esm/mcp-server/tools/frameworksFrameworksControllerGetUpdatePreviewV1.js.map +1 -1
- package/esm/mcp-server/tools/frameworksFrameworksControllerGetUpdateStatusV1.js +2 -2
- package/esm/mcp-server/tools/frameworksFrameworksControllerGetUpdateStatusV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsChecksControllerListConnectionChecksV1.js +2 -2
- package/esm/mcp-server/tools/integrationsChecksControllerListConnectionChecksV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsChecksControllerListProviderChecksV1.js +2 -2
- package/esm/mcp-server/tools/integrationsChecksControllerListProviderChecksV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsConnectionsControllerDeleteConnectionV1.js +2 -2
- package/esm/mcp-server/tools/integrationsConnectionsControllerDeleteConnectionV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsConnectionsControllerGetConnectionV1.js +2 -2
- package/esm/mcp-server/tools/integrationsConnectionsControllerGetConnectionV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsConnectionsControllerGetProviderV1.js +2 -2
- package/esm/mcp-server/tools/integrationsConnectionsControllerGetProviderV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsConnectionsControllerListConnectionsV1.js +2 -2
- package/esm/mcp-server/tools/integrationsConnectionsControllerListConnectionsV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsConnectionsControllerListProvidersV1.js +2 -2
- package/esm/mcp-server/tools/integrationsConnectionsControllerListProvidersV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsConnectionsControllerUpdateConnectionServicesV1.js +1 -1
- package/esm/mcp-server/tools/integrationsConnectionsControllerUpdateConnectionServicesV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsServicesControllerGetConnectionServicesV1.js +2 -2
- package/esm/mcp-server/tools/integrationsServicesControllerGetConnectionServicesV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsSyncControllerGetAvailableSyncProvidersV1.js +2 -2
- package/esm/mcp-server/tools/integrationsSyncControllerGetAvailableSyncProvidersV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsSyncControllerGetDeviceSyncProviderV1.js +2 -2
- package/esm/mcp-server/tools/integrationsSyncControllerGetDeviceSyncProviderV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsSyncControllerGetEmployeeSyncProviderV1.js +2 -2
- package/esm/mcp-server/tools/integrationsSyncControllerGetEmployeeSyncProviderV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsTaskIntegrationsControllerGetChecksForTaskTemplateV1.js +2 -2
- package/esm/mcp-server/tools/integrationsTaskIntegrationsControllerGetChecksForTaskTemplateV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsTaskIntegrationsControllerGetChecksForTaskV1.js +2 -2
- package/esm/mcp-server/tools/integrationsTaskIntegrationsControllerGetChecksForTaskV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsTaskIntegrationsControllerGetTaskCheckRunsV1.js +2 -2
- package/esm/mcp-server/tools/integrationsTaskIntegrationsControllerGetTaskCheckRunsV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.js +2 -2
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.js +2 -2
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.js +2 -2
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsVariablesControllerFetchVariableOptionsV1.js +2 -2
- package/esm/mcp-server/tools/integrationsVariablesControllerFetchVariableOptionsV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsVariablesControllerGetConnectionVariablesV1.js +2 -2
- package/esm/mcp-server/tools/integrationsVariablesControllerGetConnectionVariablesV1.js.map +1 -1
- package/esm/mcp-server/tools/integrationsVariablesControllerGetProviderVariablesV1.js +2 -2
- package/esm/mcp-server/tools/integrationsVariablesControllerGetProviderVariablesV1.js.map +1 -1
- package/esm/mcp-server/tools/ismsISMSControllerDriftV1.js +3 -3
- package/esm/mcp-server/tools/ismsISMSControllerDriftV1.js.map +1 -1
- package/esm/mcp-server/tools/ismsISMSControllerExportDocumentV1.js +1 -1
- package/esm/mcp-server/tools/ismsISMSControllerExportDocumentV1.js.map +1 -1
- package/esm/mcp-server/tools/ismsISMSControllerGetDocumentV1.js +2 -2
- package/esm/mcp-server/tools/ismsISMSControllerGetDocumentV1.js.map +1 -1
- package/esm/mcp-server/tools/ismsISMSControllerGetVersionsV1.js +2 -2
- package/esm/mcp-server/tools/ismsISMSControllerGetVersionsV1.js.map +1 -1
- package/esm/mcp-server/tools/ismsISMSControllerRemoveControlV1.js +2 -2
- package/esm/mcp-server/tools/ismsISMSControllerRemoveControlV1.js.map +1 -1
- package/esm/mcp-server/tools/ismsISMSControllerRemoveDocumentFileV1.d.ts +7 -0
- package/esm/mcp-server/tools/{ismsISMSProfileControllerGenerateAllV1.d.ts.map → ismsISMSControllerRemoveDocumentFileV1.d.ts.map} +1 -1
- package/esm/mcp-server/tools/ismsISMSControllerRemoveDocumentFileV1.js +35 -0
- package/esm/mcp-server/tools/ismsISMSControllerRemoveDocumentFileV1.js.map +1 -0
- package/esm/mcp-server/tools/ismsISMSControllerRiskTreatmentV1.js +2 -2
- package/esm/mcp-server/tools/ismsISMSControllerRiskTreatmentV1.js.map +1 -1
- package/esm/mcp-server/tools/ismsISMSControllerSetContentSourceV1.d.ts +7 -0
- package/esm/mcp-server/tools/ismsISMSControllerSetContentSourceV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/ismsISMSControllerSetContentSourceV1.js +35 -0
- package/esm/mcp-server/tools/ismsISMSControllerSetContentSourceV1.js.map +1 -0
- package/esm/mcp-server/tools/ismsISMSControllerUploadDocumentFileV1.d.ts +7 -0
- package/esm/mcp-server/tools/ismsISMSControllerUploadDocumentFileV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/ismsISMSControllerUploadDocumentFileV1.js +35 -0
- package/esm/mcp-server/tools/ismsISMSControllerUploadDocumentFileV1.js.map +1 -0
- package/esm/mcp-server/tools/ismsISMSRegistersControllerDeleteRowV1.js +2 -2
- package/esm/mcp-server/tools/ismsISMSRegistersControllerDeleteRowV1.js.map +1 -1
- package/esm/mcp-server/tools/knowledgeBaseKnowledgeBaseControllerListDocumentsV1.js +2 -2
- package/esm/mcp-server/tools/knowledgeBaseKnowledgeBaseControllerListDocumentsV1.js.map +1 -1
- package/esm/mcp-server/tools/knowledgeBaseKnowledgeBaseControllerListManualAnswersV1.js +2 -2
- package/esm/mcp-server/tools/knowledgeBaseKnowledgeBaseControllerListManualAnswersV1.js.map +1 -1
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerDeleteTemplateItemV1.js +2 -2
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerDeleteTemplateItemV1.js.map +1 -1
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerExportAllEvidenceV1.js +2 -2
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerExportAllEvidenceV1.js.map +1 -1
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerExportEvidenceV1.js +2 -2
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerExportEvidenceV1.js.map +1 -1
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetAccessRevocationsV1.js +2 -2
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetAccessRevocationsV1.js.map +1 -1
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetMemberChecklistV1.js +2 -2
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetMemberChecklistV1.js.map +1 -1
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetPendingOffboardingsV1.js +2 -2
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetPendingOffboardingsV1.js.map +1 -1
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetTemplateV1.js +2 -2
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetTemplateV1.js.map +1 -1
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerUncompleteItemV1.js +2 -2
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerUncompleteItemV1.js.map +1 -1
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerUndoVendorRevocationV1.js +2 -2
- package/esm/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerUndoVendorRevocationV1.js.map +1 -1
- package/esm/mcp-server/tools/orgChartOrgChartControllerDeleteOrgChartV1.js +2 -2
- package/esm/mcp-server/tools/orgChartOrgChartControllerDeleteOrgChartV1.js.map +1 -1
- package/esm/mcp-server/tools/orgChartOrgChartControllerGetOrgChartV1.js +2 -2
- package/esm/mcp-server/tools/orgChartOrgChartControllerGetOrgChartV1.js.map +1 -1
- package/esm/mcp-server/tools/orgChartOrgChartControllerUpsertOrgChartV1.js +1 -1
- package/esm/mcp-server/tools/orgChartOrgChartControllerUpsertOrgChartV1.js.map +1 -1
- package/esm/mcp-server/tools/organizationOrganizationControllerDeleteOrganizationV1.js +2 -2
- package/esm/mcp-server/tools/organizationOrganizationControllerDeleteOrganizationV1.js.map +1 -1
- package/esm/mcp-server/tools/organizationOrganizationControllerGetAvailableScopesV1.js +2 -2
- package/esm/mcp-server/tools/organizationOrganizationControllerGetAvailableScopesV1.js.map +1 -1
- package/esm/mcp-server/tools/organizationOrganizationControllerGetOnboardingV1.js +2 -2
- package/esm/mcp-server/tools/organizationOrganizationControllerGetOnboardingV1.js.map +1 -1
- package/esm/mcp-server/tools/organizationOrganizationControllerGetOrganizationV1.js +2 -2
- package/esm/mcp-server/tools/organizationOrganizationControllerGetOrganizationV1.js.map +1 -1
- package/esm/mcp-server/tools/organizationOrganizationControllerGetPrimaryColorV1.js +2 -2
- package/esm/mcp-server/tools/organizationOrganizationControllerGetPrimaryColorV1.js.map +1 -1
- package/esm/mcp-server/tools/organizationOrganizationControllerGetRoleNotificationsV1.js +2 -2
- package/esm/mcp-server/tools/organizationOrganizationControllerGetRoleNotificationsV1.js.map +1 -1
- package/esm/mcp-server/tools/organizationOrganizationControllerListApiKeysV1.js +2 -2
- package/esm/mcp-server/tools/organizationOrganizationControllerListApiKeysV1.js.map +1 -1
- package/esm/mcp-server/tools/organizationOrganizationControllerRemoveLogoV1.js +2 -2
- package/esm/mcp-server/tools/organizationOrganizationControllerRemoveLogoV1.js.map +1 -1
- package/esm/mcp-server/tools/organizationOrganizationControllerUpdateRoleNotificationsV1.js +1 -1
- package/esm/mcp-server/tools/organizationOrganizationControllerUpdateRoleNotificationsV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerDeleteEmploymentEvidenceV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerDeleteEmploymentEvidenceV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerDeleteMemberV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerDeleteMemberV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerGetAllPeopleV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerGetAllPeopleV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerGetDevicesV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerGetDevicesV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerGetEmailPreferencesV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerGetEmailPreferencesV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerGetEmploymentEvidenceV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerGetEmploymentEvidenceV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerGetFleetComplianceV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerGetFleetComplianceV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerGetMentionableMembersV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerGetMentionableMembersV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerGetPersonByIdV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerGetPersonByIdV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerGetTestStatsByAssigneeV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerGetTestStatsByAssigneeV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerGetTrainingVideosV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerGetTrainingVideosV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerRemoveHostV1.js +2 -2
- package/esm/mcp-server/tools/peoplePeopleControllerRemoveHostV1.js.map +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerUpdateEmailPreferencesV1.js +1 -1
- package/esm/mcp-server/tools/peoplePeopleControllerUpdateEmailPreferencesV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerDeletePolicyPdfV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerDeletePolicyPdfV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerDeletePolicyV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerDeletePolicyV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerDeletePolicyVersionV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerDeletePolicyVersionV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerDownloadAllPoliciesV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerDownloadAllPoliciesV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerGetAllPoliciesV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerGetAllPoliciesV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPdfSignedUrlV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPdfSignedUrlV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPdfUrlV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPdfUrlV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPolicyControlsV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPolicyControlsV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPolicyEvidenceTasksV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPolicyEvidenceTasksV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPolicyV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPolicyV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPolicyVersionByIdV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPolicyVersionByIdV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPolicyVersionsV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerGetPolicyVersionsV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPoliciesControllerRemovePolicyControlV1.js +2 -2
- package/esm/mcp-server/tools/policiesPoliciesControllerRemovePolicyControlV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPolicyAcknowledgmentsControllerListAcknowledgmentsV1.js +2 -2
- package/esm/mcp-server/tools/policiesPolicyAcknowledgmentsControllerListAcknowledgmentsV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPolicyAcknowledgmentsControllerSummarizeAcknowledgmentsV1.js +2 -2
- package/esm/mcp-server/tools/policiesPolicyAcknowledgmentsControllerSummarizeAcknowledgmentsV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPolicyTemplateUpdatesControllerPreviewAllV1.js +2 -2
- package/esm/mcp-server/tools/policiesPolicyTemplateUpdatesControllerPreviewAllV1.js.map +1 -1
- package/esm/mcp-server/tools/policiesPolicyTemplateUpdatesControllerPreviewV1.js +2 -2
- package/esm/mcp-server/tools/policiesPolicyTemplateUpdatesControllerPreviewV1.js.map +1 -1
- package/esm/mcp-server/tools/questionnaireQuestionnaireControllerDeleteByIdV1.js +2 -2
- package/esm/mcp-server/tools/questionnaireQuestionnaireControllerDeleteByIdV1.js.map +1 -1
- package/esm/mcp-server/tools/questionnaireQuestionnaireControllerFindAllV1.js +2 -2
- package/esm/mcp-server/tools/questionnaireQuestionnaireControllerFindAllV1.js.map +1 -1
- package/esm/mcp-server/tools/questionnaireQuestionnaireControllerFindByIdV1.js +2 -2
- package/esm/mcp-server/tools/questionnaireQuestionnaireControllerFindByIdV1.js.map +1 -1
- package/esm/mcp-server/tools/risksRiskAcceptancesControllerListRiskAcceptancesV1.js +2 -2
- package/esm/mcp-server/tools/risksRiskAcceptancesControllerListRiskAcceptancesV1.js.map +1 -1
- package/esm/mcp-server/tools/risksRisksControllerDeleteRiskV1.js +2 -2
- package/esm/mcp-server/tools/risksRisksControllerDeleteRiskV1.js.map +1 -1
- package/esm/mcp-server/tools/risksRisksControllerGetAllRisksV1.js +2 -2
- package/esm/mcp-server/tools/risksRisksControllerGetAllRisksV1.js.map +1 -1
- package/esm/mcp-server/tools/risksRisksControllerGetRiskByIdV1.js +2 -2
- package/esm/mcp-server/tools/risksRisksControllerGetRiskByIdV1.js.map +1 -1
- package/esm/mcp-server/tools/risksRisksControllerGetStatsByAssigneeV1.js +2 -2
- package/esm/mcp-server/tools/risksRisksControllerGetStatsByAssigneeV1.js.map +1 -1
- package/esm/mcp-server/tools/risksRisksControllerGetStatsByDepartmentV1.js +2 -2
- package/esm/mcp-server/tools/risksRisksControllerGetStatsByDepartmentV1.js.map +1 -1
- package/esm/mcp-server/tools/rolesRolesControllerDeleteRoleV1.js +2 -2
- package/esm/mcp-server/tools/rolesRolesControllerDeleteRoleV1.js.map +1 -1
- package/esm/mcp-server/tools/rolesRolesControllerGetBuiltInObligationsV1.js +2 -2
- package/esm/mcp-server/tools/rolesRolesControllerGetBuiltInObligationsV1.js.map +1 -1
- package/esm/mcp-server/tools/rolesRolesControllerGetPermissionsForRolesV1.js +2 -2
- package/esm/mcp-server/tools/rolesRolesControllerGetPermissionsForRolesV1.js.map +1 -1
- package/esm/mcp-server/tools/rolesRolesControllerGetRoleV1.js +2 -2
- package/esm/mcp-server/tools/rolesRolesControllerGetRoleV1.js.map +1 -1
- package/esm/mcp-server/tools/rolesRolesControllerListRolesV1.js +2 -2
- package/esm/mcp-server/tools/rolesRolesControllerListRolesV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerListV1.js +2 -2
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerListV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.js +2 -2
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.js +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetByIdV1.js +2 -2
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetByIdV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetEventsV1.js +2 -2
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetEventsV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetIssuesV1.js +2 -2
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetIssuesV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetPdfV1.js +2 -2
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetPdfV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetProgressV1.js +2 -2
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetProgressV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetReportV1.js +2 -2
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetReportV1.js.map +1 -1
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerListV1.js +2 -2
- package/esm/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerListV1.js.map +1 -1
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerDeleteAutomationV1.js +2 -2
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerDeleteAutomationV1.js.map +1 -1
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerGetAutomationRunsV1.js +2 -2
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerGetAutomationRunsV1.js.map +1 -1
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerGetAutomationV1.js +2 -2
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerGetAutomationV1.js.map +1 -1
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerGetAutomationVersionsV1.js +2 -2
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerGetAutomationVersionsV1.js.map +1 -1
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerGetTaskAutomationRunsV1.js +2 -2
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerGetTaskAutomationRunsV1.js.map +1 -1
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerGetTaskAutomationsV1.js +2 -2
- package/esm/mcp-server/tools/taskAutomationsAutomationsControllerGetTaskAutomationsV1.js.map +1 -1
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerDeleteTaskItemAttachmentV1.js +2 -2
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerDeleteTaskItemAttachmentV1.js.map +1 -1
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerDeleteTaskItemV1.js +2 -2
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerDeleteTaskItemV1.js.map +1 -1
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerGetTaskItemActivityV1.js +2 -2
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerGetTaskItemActivityV1.js.map +1 -1
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerGetTaskItemsStatsV1.js +2 -2
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerGetTaskItemsStatsV1.js.map +1 -1
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerGetTaskItemsV1.js +2 -2
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerGetTaskItemsV1.js.map +1 -1
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerUpdateTaskItemV1.js +1 -1
- package/esm/mcp-server/tools/taskManagementTaskManagementControllerUpdateTaskItemV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerDeleteTaskAttachmentV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerDeleteTaskAttachmentV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerDeleteTaskV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerDeleteTaskV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerDeleteTasksV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerDeleteTasksV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskActivityV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskActivityV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskAttachmentDownloadUrlV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskAttachmentDownloadUrlV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskAttachmentsV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskAttachmentsV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskOptionsV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskOptionsV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskPoliciesV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskPoliciesV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskTemplatesV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskTemplatesV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerGetTaskV1.js.map +1 -1
- package/esm/mcp-server/tools/tasksTasksControllerGetTasksV1.js +2 -2
- package/esm/mcp-server/tools/tasksTasksControllerGetTasksV1.js.map +1 -1
- package/esm/mcp-server/tools/timelinesTimelinesControllerFindAllV1.js +2 -2
- package/esm/mcp-server/tools/timelinesTimelinesControllerFindAllV1.js.map +1 -1
- package/esm/mcp-server/tools/timelinesTimelinesControllerFindOneV1.js +2 -2
- package/esm/mcp-server/tools/timelinesTimelinesControllerFindOneV1.js.map +1 -1
- package/esm/mcp-server/tools/trainingTrainingControllerGetCompletionsV1.js +2 -2
- package/esm/mcp-server/tools/trainingTrainingControllerGetCompletionsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetAccessRequestV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetAccessRequestV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetFaqsV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetFaqsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicControlsV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicControlsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomLinksV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomLinksV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicFaviconV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicFaviconV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicOverviewV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicOverviewV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicVendorsV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicVendorsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerListAccessRequestsV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerListAccessRequestsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerListGrantsV1.js +2 -2
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerListGrantsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerGetDomainStatusV1.js +2 -2
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerGetDomainStatusV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerGetOverviewV1.js +2 -2
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerGetOverviewV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerGetSettingsV1.js +2 -2
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerGetSettingsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerListCustomFrameworksV1.js +2 -2
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerListCustomFrameworksV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerListCustomLinksV1.js +2 -2
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerListCustomLinksV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerListVendorsV1.js +2 -2
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerListVendorsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerRemoveCustomFrameworkBadgeV1.js +2 -2
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerRemoveCustomFrameworkBadgeV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerRemoveFaviconV1.js +2 -2
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerRemoveFaviconV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerTogglePortalV1.js +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerTogglePortalV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedDomainsV1.js +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedDomainsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.js +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.js +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateFaqsV1.js +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateFaqsV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateFrameworksV1.js +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateFrameworksV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.js +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.js.map +1 -1
- package/esm/mcp-server/tools/trustPortalTrustPortalControlsControllerListControlsV1.js +2 -2
- package/esm/mcp-server/tools/trustPortalTrustPortalControlsControllerListControlsV1.js.map +1 -1
- package/esm/mcp-server/tools/vendorsVendorAcceptancesControllerListVendorAcceptancesV1.js +2 -2
- package/esm/mcp-server/tools/vendorsVendorAcceptancesControllerListVendorAcceptancesV1.js.map +1 -1
- package/esm/mcp-server/tools/vendorsVendorsControllerDeleteVendorV1.js +2 -2
- package/esm/mcp-server/tools/vendorsVendorsControllerDeleteVendorV1.js.map +1 -1
- package/esm/mcp-server/tools/vendorsVendorsControllerGetAllVendorsV1.js +2 -2
- package/esm/mcp-server/tools/vendorsVendorsControllerGetAllVendorsV1.js.map +1 -1
- package/esm/mcp-server/tools/vendorsVendorsControllerGetVendorByIdV1.js +2 -2
- package/esm/mcp-server/tools/vendorsVendorsControllerGetVendorByIdV1.js.map +1 -1
- package/esm/mcp-server/tools/vendorsVendorsControllerSearchGlobalVendorsV1.js +2 -2
- package/esm/mcp-server/tools/vendorsVendorsControllerSearchGlobalVendorsV1.js.map +1 -1
- package/esm/models/exportismsdocumentdto.d.ts +1 -0
- package/esm/models/exportismsdocumentdto.d.ts.map +1 -1
- package/esm/models/exportismsdocumentdto.js +1 -0
- package/esm/models/exportismsdocumentdto.js.map +1 -1
- package/esm/models/ismscontrollerremovedocumentfilev1op.d.ts +6 -0
- package/esm/models/ismscontrollerremovedocumentfilev1op.d.ts.map +1 -0
- package/esm/models/ismscontrollerremovedocumentfilev1op.js +9 -0
- package/esm/models/ismscontrollerremovedocumentfilev1op.js.map +1 -0
- package/esm/models/ismscontrollersetcontentsourcev1op.d.ts +8 -0
- package/esm/models/ismscontrollersetcontentsourcev1op.d.ts.map +1 -0
- package/esm/models/ismscontrollersetcontentsourcev1op.js +11 -0
- package/esm/models/ismscontrollersetcontentsourcev1op.js.map +1 -0
- package/esm/models/ismscontrolleruploaddocumentfilev1op.d.ts +8 -0
- package/esm/models/ismscontrolleruploaddocumentfilev1op.d.ts.map +1 -0
- package/esm/models/ismscontrolleruploaddocumentfilev1op.js +11 -0
- package/esm/models/ismscontrolleruploaddocumentfilev1op.js.map +1 -0
- package/esm/models/ismsregisterscontrollercreaterowv1op.d.ts +51 -1
- package/esm/models/ismsregisterscontrollercreaterowv1op.d.ts.map +1 -1
- package/esm/models/ismsregisterscontrollercreaterowv1op.js +49 -2
- package/esm/models/ismsregisterscontrollercreaterowv1op.js.map +1 -1
- package/esm/models/ismsregisterscontrollerupdaterowv1op.d.ts +51 -1
- package/esm/models/ismsregisterscontrollerupdaterowv1op.d.ts.map +1 -1
- package/esm/models/ismsregisterscontrollerupdaterowv1op.js +49 -2
- package/esm/models/ismsregisterscontrollerupdaterowv1op.js.map +1 -1
- package/esm/models/setismscontentsourcedto.d.ts +22 -0
- package/esm/models/setismscontentsourcedto.d.ts.map +1 -0
- package/esm/models/setismscontentsourcedto.js +20 -0
- package/esm/models/setismscontentsourcedto.js.map +1 -0
- package/esm/models/uploadismsdocumentdto.d.ts +25 -0
- package/esm/models/uploadismsdocumentdto.d.ts.map +1 -0
- package/esm/models/uploadismsdocumentdto.js +23 -0
- package/esm/models/uploadismsdocumentdto.js.map +1 -0
- package/esm/tool-names.js +14 -14
- package/esm/tool-names.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/ismsISMSControllerDriftV1.ts +1 -1
- package/src/funcs/ismsISMSControllerExportDocumentV1.ts +1 -1
- package/src/funcs/{ismsISMSProfileControllerGetProfileV1.ts → ismsISMSControllerRemoveDocumentFileV1.ts} +23 -18
- package/src/funcs/{ismsISMSProfileControllerGenerateAllV1.ts → ismsISMSControllerSetContentSourceV1.ts} +24 -15
- package/src/funcs/{ismsISMSProfileControllerSaveProfileV1.ts → ismsISMSControllerUploadDocumentFileV1.ts} +23 -14
- package/src/landing-page.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +7 -7
- package/src/mcp-server/tools/attachmentsAttachmentsControllerGetAttachmentDownloadUrlV1.ts +2 -2
- package/src/mcp-server/tools/auditLogsAuditLogControllerGetAuditLogsV1.ts +2 -2
- package/src/mcp-server/tools/cloudSecurityCloudSecurityControllerGetActivityV1.ts +2 -2
- package/src/mcp-server/tools/cloudSecurityCloudSecurityControllerGetCheckDefinitionV1.ts +2 -2
- package/src/mcp-server/tools/cloudSecurityCloudSecurityControllerGetFindingsV1.ts +2 -2
- package/src/mcp-server/tools/cloudSecurityCloudSecurityControllerGetHistoryV1.ts +2 -2
- package/src/mcp-server/tools/cloudSecurityCloudSecurityControllerGetProvidersV1.ts +2 -2
- package/src/mcp-server/tools/cloudSecurityCloudSecurityControllerGetRunStatusV1.ts +2 -2
- package/src/mcp-server/tools/cloudSecurityCloudSecurityControllerRevokeExceptionV1.ts +2 -2
- package/src/mcp-server/tools/commentsCommentsControllerDeleteCommentV1.ts +2 -2
- package/src/mcp-server/tools/commentsCommentsControllerGetCommentsV1.ts +2 -2
- package/src/mcp-server/tools/commentsCommentsControllerUpdateCommentV1.ts +1 -1
- package/src/mcp-server/tools/contextContextControllerDeleteContextV1.ts +2 -2
- package/src/mcp-server/tools/contextContextControllerGetAllContextV1.ts +2 -2
- package/src/mcp-server/tools/contextContextControllerGetContextByIdV1.ts +2 -2
- package/src/mcp-server/tools/controlsControlsControllerDeleteV1.ts +2 -2
- package/src/mcp-server/tools/controlsControlsControllerFindAllV1.ts +2 -2
- package/src/mcp-server/tools/controlsControlsControllerFindOneV1.ts +2 -2
- package/src/mcp-server/tools/controlsControlsControllerGetOptionsV1.ts +2 -2
- package/src/mcp-server/tools/controlsControlsControllerUnlinkDocumentTypeV1.ts +2 -2
- package/src/mcp-server/tools/deviceAgentDeviceAgentControllerDownloadMacAgentV1.ts +2 -2
- package/src/mcp-server/tools/deviceAgentDeviceAgentControllerDownloadWindowsAgentV1.ts +2 -2
- package/src/mcp-server/tools/deviceAgentDeviceAgentControllerGetDeviceStatusV1.ts +2 -2
- package/src/mcp-server/tools/deviceAgentDeviceAgentControllerGetMyOrganizationsV1.ts +2 -2
- package/src/mcp-server/tools/deviceAgentDeviceAgentControllerGetUpdateFileV1.ts +2 -2
- package/src/mcp-server/tools/deviceAgentDeviceAgentControllerHeadUpdateFileV1.ts +2 -2
- package/src/mcp-server/tools/deviceAgentDeviceAgentControllerRevokeAgentAccessV1.ts +2 -2
- package/src/mcp-server/tools/devicesDevicesControllerDeleteDeviceV1.ts +2 -2
- package/src/mcp-server/tools/devicesDevicesControllerGetAllDevicesV1.ts +2 -2
- package/src/mcp-server/tools/devicesDevicesControllerGetDevicesByMemberV1.ts +2 -2
- package/src/mcp-server/tools/evidenceExportEvidenceExportControllerExportAutomationPDFV1.ts +2 -2
- package/src/mcp-server/tools/evidenceExportEvidenceExportControllerExportTaskEvidenceZipV1.ts +2 -2
- package/src/mcp-server/tools/evidenceExportEvidenceExportControllerGetTaskEvidenceSummaryV1.ts +2 -2
- package/src/mcp-server/tools/evidenceFormsEvidenceFormsControllerDeleteSubmissionV1.ts +2 -2
- package/src/mcp-server/tools/evidenceFormsEvidenceFormsControllerExportCsvV1.ts +2 -2
- package/src/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetFormSettingsV1.ts +2 -2
- package/src/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetFormStatusesV1.ts +2 -2
- package/src/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetFormWithSubmissionsV1.ts +2 -2
- package/src/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetMySubmissionsV1.ts +2 -2
- package/src/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetPendingSubmissionCountV1.ts +2 -2
- package/src/mcp-server/tools/evidenceFormsEvidenceFormsControllerGetSubmissionV1.ts +2 -2
- package/src/mcp-server/tools/evidenceFormsEvidenceFormsControllerListFormsV1.ts +2 -2
- package/src/mcp-server/tools/findingsFindingsControllerDeleteFindingV1.ts +2 -2
- package/src/mcp-server/tools/findingsFindingsControllerGetFindingByIdV1.ts +2 -2
- package/src/mcp-server/tools/findingsFindingsControllerGetFindingHistoryV1.ts +2 -2
- package/src/mcp-server/tools/findingsFindingsControllerGetOrganizationFindingsV1.ts +2 -2
- package/src/mcp-server/tools/findingsFindingsControllerListFindingsV1.ts +2 -2
- package/src/mcp-server/tools/frameworksFrameworksControllerDeleteV1.ts +2 -2
- package/src/mcp-server/tools/frameworksFrameworksControllerFindAllV1.ts +2 -2
- package/src/mcp-server/tools/frameworksFrameworksControllerFindAvailableV1.ts +2 -2
- package/src/mcp-server/tools/frameworksFrameworksControllerFindOneV1.ts +2 -2
- package/src/mcp-server/tools/frameworksFrameworksControllerFindRequirementV1.ts +2 -2
- package/src/mcp-server/tools/frameworksFrameworksControllerGetAllUpdateStatusesV1.ts +2 -2
- package/src/mcp-server/tools/frameworksFrameworksControllerGetScoresV1.ts +2 -2
- package/src/mcp-server/tools/frameworksFrameworksControllerGetSyncHistoryV1.ts +2 -2
- package/src/mcp-server/tools/frameworksFrameworksControllerGetUpdatePreviewV1.ts +2 -2
- package/src/mcp-server/tools/frameworksFrameworksControllerGetUpdateStatusV1.ts +2 -2
- package/src/mcp-server/tools/integrationsChecksControllerListConnectionChecksV1.ts +2 -2
- package/src/mcp-server/tools/integrationsChecksControllerListProviderChecksV1.ts +2 -2
- package/src/mcp-server/tools/integrationsConnectionsControllerDeleteConnectionV1.ts +2 -2
- package/src/mcp-server/tools/integrationsConnectionsControllerGetConnectionV1.ts +2 -2
- package/src/mcp-server/tools/integrationsConnectionsControllerGetProviderV1.ts +2 -2
- package/src/mcp-server/tools/integrationsConnectionsControllerListConnectionsV1.ts +2 -2
- package/src/mcp-server/tools/integrationsConnectionsControllerListProvidersV1.ts +2 -2
- package/src/mcp-server/tools/integrationsConnectionsControllerUpdateConnectionServicesV1.ts +1 -1
- package/src/mcp-server/tools/integrationsServicesControllerGetConnectionServicesV1.ts +2 -2
- package/src/mcp-server/tools/integrationsSyncControllerGetAvailableSyncProvidersV1.ts +2 -2
- package/src/mcp-server/tools/integrationsSyncControllerGetDeviceSyncProviderV1.ts +2 -2
- package/src/mcp-server/tools/integrationsSyncControllerGetEmployeeSyncProviderV1.ts +2 -2
- package/src/mcp-server/tools/integrationsTaskIntegrationsControllerGetChecksForTaskTemplateV1.ts +2 -2
- package/src/mcp-server/tools/integrationsTaskIntegrationsControllerGetChecksForTaskV1.ts +2 -2
- package/src/mcp-server/tools/integrationsTaskIntegrationsControllerGetTaskCheckRunsV1.ts +2 -2
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.ts +2 -2
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.ts +2 -2
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.ts +2 -2
- package/src/mcp-server/tools/integrationsVariablesControllerFetchVariableOptionsV1.ts +2 -2
- package/src/mcp-server/tools/integrationsVariablesControllerGetConnectionVariablesV1.ts +2 -2
- package/src/mcp-server/tools/integrationsVariablesControllerGetProviderVariablesV1.ts +2 -2
- package/src/mcp-server/tools/ismsISMSControllerDriftV1.ts +3 -3
- package/src/mcp-server/tools/ismsISMSControllerExportDocumentV1.ts +1 -1
- package/src/mcp-server/tools/ismsISMSControllerGetDocumentV1.ts +2 -2
- package/src/mcp-server/tools/ismsISMSControllerGetVersionsV1.ts +2 -2
- package/src/mcp-server/tools/ismsISMSControllerRemoveControlV1.ts +2 -2
- package/src/mcp-server/tools/ismsISMSControllerRemoveDocumentFileV1.ts +45 -0
- package/src/mcp-server/tools/ismsISMSControllerRiskTreatmentV1.ts +2 -2
- package/src/mcp-server/tools/ismsISMSControllerSetContentSourceV1.ts +45 -0
- package/src/mcp-server/tools/ismsISMSControllerUploadDocumentFileV1.ts +45 -0
- package/src/mcp-server/tools/ismsISMSRegistersControllerDeleteRowV1.ts +2 -2
- package/src/mcp-server/tools/knowledgeBaseKnowledgeBaseControllerListDocumentsV1.ts +2 -2
- package/src/mcp-server/tools/knowledgeBaseKnowledgeBaseControllerListManualAnswersV1.ts +2 -2
- package/src/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerDeleteTemplateItemV1.ts +2 -2
- package/src/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerExportAllEvidenceV1.ts +2 -2
- package/src/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerExportEvidenceV1.ts +2 -2
- package/src/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetAccessRevocationsV1.ts +2 -2
- package/src/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetMemberChecklistV1.ts +2 -2
- package/src/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetPendingOffboardingsV1.ts +2 -2
- package/src/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerGetTemplateV1.ts +2 -2
- package/src/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerUncompleteItemV1.ts +2 -2
- package/src/mcp-server/tools/offboardingChecklistOffboardingChecklistControllerUndoVendorRevocationV1.ts +2 -2
- package/src/mcp-server/tools/orgChartOrgChartControllerDeleteOrgChartV1.ts +2 -2
- package/src/mcp-server/tools/orgChartOrgChartControllerGetOrgChartV1.ts +2 -2
- package/src/mcp-server/tools/orgChartOrgChartControllerUpsertOrgChartV1.ts +1 -1
- package/src/mcp-server/tools/organizationOrganizationControllerDeleteOrganizationV1.ts +2 -2
- package/src/mcp-server/tools/organizationOrganizationControllerGetAvailableScopesV1.ts +2 -2
- package/src/mcp-server/tools/organizationOrganizationControllerGetOnboardingV1.ts +2 -2
- package/src/mcp-server/tools/organizationOrganizationControllerGetOrganizationV1.ts +2 -2
- package/src/mcp-server/tools/organizationOrganizationControllerGetPrimaryColorV1.ts +2 -2
- package/src/mcp-server/tools/organizationOrganizationControllerGetRoleNotificationsV1.ts +2 -2
- package/src/mcp-server/tools/organizationOrganizationControllerListApiKeysV1.ts +2 -2
- package/src/mcp-server/tools/organizationOrganizationControllerRemoveLogoV1.ts +2 -2
- package/src/mcp-server/tools/organizationOrganizationControllerUpdateRoleNotificationsV1.ts +1 -1
- package/src/mcp-server/tools/peoplePeopleControllerDeleteEmploymentEvidenceV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerDeleteMemberV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerGetAllPeopleV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerGetDevicesV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerGetEmailPreferencesV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerGetEmploymentEvidenceV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerGetFleetComplianceV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerGetMentionableMembersV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerGetPersonByIdV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerGetTestStatsByAssigneeV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerGetTrainingVideosV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerRemoveHostV1.ts +2 -2
- package/src/mcp-server/tools/peoplePeopleControllerUpdateEmailPreferencesV1.ts +1 -1
- package/src/mcp-server/tools/policiesPoliciesControllerDeletePolicyPdfV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerDeletePolicyV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerDeletePolicyVersionV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerDownloadAllPoliciesV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerGetAllPoliciesV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerGetPdfSignedUrlV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerGetPdfUrlV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerGetPolicyControlsV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerGetPolicyEvidenceTasksV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerGetPolicyV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerGetPolicyVersionByIdV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerGetPolicyVersionsV1.ts +2 -2
- package/src/mcp-server/tools/policiesPoliciesControllerRemovePolicyControlV1.ts +2 -2
- package/src/mcp-server/tools/policiesPolicyAcknowledgmentsControllerListAcknowledgmentsV1.ts +2 -2
- package/src/mcp-server/tools/policiesPolicyAcknowledgmentsControllerSummarizeAcknowledgmentsV1.ts +2 -2
- package/src/mcp-server/tools/policiesPolicyTemplateUpdatesControllerPreviewAllV1.ts +2 -2
- package/src/mcp-server/tools/policiesPolicyTemplateUpdatesControllerPreviewV1.ts +2 -2
- package/src/mcp-server/tools/questionnaireQuestionnaireControllerDeleteByIdV1.ts +2 -2
- package/src/mcp-server/tools/questionnaireQuestionnaireControllerFindAllV1.ts +2 -2
- package/src/mcp-server/tools/questionnaireQuestionnaireControllerFindByIdV1.ts +2 -2
- package/src/mcp-server/tools/risksRiskAcceptancesControllerListRiskAcceptancesV1.ts +2 -2
- package/src/mcp-server/tools/risksRisksControllerDeleteRiskV1.ts +2 -2
- package/src/mcp-server/tools/risksRisksControllerGetAllRisksV1.ts +2 -2
- package/src/mcp-server/tools/risksRisksControllerGetRiskByIdV1.ts +2 -2
- package/src/mcp-server/tools/risksRisksControllerGetStatsByAssigneeV1.ts +2 -2
- package/src/mcp-server/tools/risksRisksControllerGetStatsByDepartmentV1.ts +2 -2
- package/src/mcp-server/tools/rolesRolesControllerDeleteRoleV1.ts +2 -2
- package/src/mcp-server/tools/rolesRolesControllerGetBuiltInObligationsV1.ts +2 -2
- package/src/mcp-server/tools/rolesRolesControllerGetPermissionsForRolesV1.ts +2 -2
- package/src/mcp-server/tools/rolesRolesControllerGetRoleV1.ts +2 -2
- package/src/mcp-server/tools/rolesRolesControllerListRolesV1.ts +2 -2
- package/src/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerListV1.ts +2 -2
- package/src/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerRemoveV1.ts +2 -2
- package/src/mcp-server/tools/securityPenetrationTestsPentestFindingContextsControllerUpsertV1.ts +1 -1
- package/src/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetByIdV1.ts +2 -2
- package/src/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetEventsV1.ts +2 -2
- package/src/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetIssuesV1.ts +2 -2
- package/src/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetPdfV1.ts +2 -2
- package/src/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetProgressV1.ts +2 -2
- package/src/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerGetReportV1.ts +2 -2
- package/src/mcp-server/tools/securityPenetrationTestsSecurityPenetrationTestsControllerListV1.ts +2 -2
- package/src/mcp-server/tools/taskAutomationsAutomationsControllerDeleteAutomationV1.ts +2 -2
- package/src/mcp-server/tools/taskAutomationsAutomationsControllerGetAutomationRunsV1.ts +2 -2
- package/src/mcp-server/tools/taskAutomationsAutomationsControllerGetAutomationV1.ts +2 -2
- package/src/mcp-server/tools/taskAutomationsAutomationsControllerGetAutomationVersionsV1.ts +2 -2
- package/src/mcp-server/tools/taskAutomationsAutomationsControllerGetTaskAutomationRunsV1.ts +2 -2
- package/src/mcp-server/tools/taskAutomationsAutomationsControllerGetTaskAutomationsV1.ts +2 -2
- package/src/mcp-server/tools/taskManagementTaskManagementControllerDeleteTaskItemAttachmentV1.ts +2 -2
- package/src/mcp-server/tools/taskManagementTaskManagementControllerDeleteTaskItemV1.ts +2 -2
- package/src/mcp-server/tools/taskManagementTaskManagementControllerGetTaskItemActivityV1.ts +2 -2
- package/src/mcp-server/tools/taskManagementTaskManagementControllerGetTaskItemsStatsV1.ts +2 -2
- package/src/mcp-server/tools/taskManagementTaskManagementControllerGetTaskItemsV1.ts +2 -2
- package/src/mcp-server/tools/taskManagementTaskManagementControllerUpdateTaskItemV1.ts +1 -1
- package/src/mcp-server/tools/tasksTasksControllerDeleteTaskAttachmentV1.ts +2 -2
- package/src/mcp-server/tools/tasksTasksControllerDeleteTaskV1.ts +2 -2
- package/src/mcp-server/tools/tasksTasksControllerDeleteTasksV1.ts +2 -2
- package/src/mcp-server/tools/tasksTasksControllerGetTaskActivityV1.ts +2 -2
- package/src/mcp-server/tools/tasksTasksControllerGetTaskAttachmentDownloadUrlV1.ts +2 -2
- package/src/mcp-server/tools/tasksTasksControllerGetTaskAttachmentsV1.ts +2 -2
- package/src/mcp-server/tools/tasksTasksControllerGetTaskOptionsV1.ts +2 -2
- package/src/mcp-server/tools/tasksTasksControllerGetTaskPoliciesV1.ts +2 -2
- package/src/mcp-server/tools/tasksTasksControllerGetTaskTemplatesV1.ts +2 -2
- package/src/mcp-server/tools/tasksTasksControllerGetTaskV1.ts +2 -2
- package/src/mcp-server/tools/tasksTasksControllerGetTasksV1.ts +2 -2
- package/src/mcp-server/tools/timelinesTimelinesControllerFindAllV1.ts +2 -2
- package/src/mcp-server/tools/timelinesTimelinesControllerFindOneV1.ts +2 -2
- package/src/mcp-server/tools/trainingTrainingControllerGetCompletionsV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetAccessRequestV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetFaqsV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetPublicControlsV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomFrameworksV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetPublicCustomLinksV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetPublicFaviconV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetPublicOverviewV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetPublicVendorsV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerListAccessRequestsV1.ts +2 -2
- package/src/mcp-server/tools/trustAccessTrustAccessControllerListGrantsV1.ts +2 -2
- package/src/mcp-server/tools/trustPortalTrustPortalControllerGetDomainStatusV1.ts +2 -2
- package/src/mcp-server/tools/trustPortalTrustPortalControllerGetOverviewV1.ts +2 -2
- package/src/mcp-server/tools/trustPortalTrustPortalControllerGetSettingsV1.ts +2 -2
- package/src/mcp-server/tools/trustPortalTrustPortalControllerListCustomFrameworksV1.ts +2 -2
- package/src/mcp-server/tools/trustPortalTrustPortalControllerListCustomLinksV1.ts +2 -2
- package/src/mcp-server/tools/trustPortalTrustPortalControllerListVendorsV1.ts +2 -2
- package/src/mcp-server/tools/trustPortalTrustPortalControllerRemoveCustomFrameworkBadgeV1.ts +2 -2
- package/src/mcp-server/tools/trustPortalTrustPortalControllerRemoveFaviconV1.ts +2 -2
- package/src/mcp-server/tools/trustPortalTrustPortalControllerTogglePortalV1.ts +1 -1
- package/src/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedDomainsV1.ts +1 -1
- package/src/mcp-server/tools/trustPortalTrustPortalControllerUpdateAllowedEmailsV1.ts +1 -1
- package/src/mcp-server/tools/trustPortalTrustPortalControllerUpdateCustomFrameworkV1.ts +1 -1
- package/src/mcp-server/tools/trustPortalTrustPortalControllerUpdateFaqsV1.ts +1 -1
- package/src/mcp-server/tools/trustPortalTrustPortalControllerUpdateFrameworksV1.ts +1 -1
- package/src/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.ts +1 -1
- package/src/mcp-server/tools/trustPortalTrustPortalControlsControllerListControlsV1.ts +2 -2
- package/src/mcp-server/tools/vendorsVendorAcceptancesControllerListVendorAcceptancesV1.ts +2 -2
- package/src/mcp-server/tools/vendorsVendorsControllerDeleteVendorV1.ts +2 -2
- package/src/mcp-server/tools/vendorsVendorsControllerGetAllVendorsV1.ts +2 -2
- package/src/mcp-server/tools/vendorsVendorsControllerGetVendorByIdV1.ts +2 -2
- package/src/mcp-server/tools/vendorsVendorsControllerSearchGlobalVendorsV1.ts +2 -2
- package/src/models/exportismsdocumentdto.ts +4 -0
- package/src/models/ismscontrollerremovedocumentfilev1op.ts +14 -0
- package/src/models/ismscontrollersetcontentsourcev1op.ts +22 -0
- package/src/models/ismscontrolleruploaddocumentfilev1op.ts +22 -0
- package/src/models/ismsregisterscontrollercreaterowv1op.ts +86 -3
- package/src/models/ismsregisterscontrollerupdaterowv1op.ts +86 -3
- package/src/models/setismscontentsourcedto.ts +36 -0
- package/src/models/uploadismsdocumentdto.ts +50 -0
- package/src/tool-names.ts +14 -14
- package/esm/funcs/ismsISMSProfileControllerGenerateAllV1.d.ts +0 -16
- package/esm/funcs/ismsISMSProfileControllerGenerateAllV1.d.ts.map +0 -1
- package/esm/funcs/ismsISMSProfileControllerGenerateAllV1.js.map +0 -1
- package/esm/funcs/ismsISMSProfileControllerGetProfileV1.d.ts +0 -16
- package/esm/funcs/ismsISMSProfileControllerGetProfileV1.d.ts.map +0 -1
- package/esm/funcs/ismsISMSProfileControllerGetProfileV1.js.map +0 -1
- package/esm/funcs/ismsISMSProfileControllerSaveProfileV1.js.map +0 -1
- package/esm/mcp-server/tools/ismsISMSProfileControllerGenerateAllV1.d.ts +0 -7
- package/esm/mcp-server/tools/ismsISMSProfileControllerGenerateAllV1.js +0 -35
- package/esm/mcp-server/tools/ismsISMSProfileControllerGenerateAllV1.js.map +0 -1
- package/esm/mcp-server/tools/ismsISMSProfileControllerGetProfileV1.d.ts +0 -7
- package/esm/mcp-server/tools/ismsISMSProfileControllerGetProfileV1.d.ts.map +0 -1
- package/esm/mcp-server/tools/ismsISMSProfileControllerGetProfileV1.js +0 -35
- package/esm/mcp-server/tools/ismsISMSProfileControllerGetProfileV1.js.map +0 -1
- package/esm/mcp-server/tools/ismsISMSProfileControllerSaveProfileV1.d.ts +0 -7
- package/esm/mcp-server/tools/ismsISMSProfileControllerSaveProfileV1.d.ts.map +0 -1
- package/esm/mcp-server/tools/ismsISMSProfileControllerSaveProfileV1.js +0 -35
- package/esm/mcp-server/tools/ismsISMSProfileControllerSaveProfileV1.js.map +0 -1
- package/esm/models/generatealldto.d.ts +0 -6
- package/esm/models/generatealldto.d.ts.map +0 -1
- package/esm/models/generatealldto.js +0 -9
- package/esm/models/generatealldto.js.map +0 -1
- package/esm/models/ismsprofilecontrollergetprofilev1op.d.ts +0 -6
- package/esm/models/ismsprofilecontrollergetprofilev1op.d.ts.map +0 -1
- package/esm/models/ismsprofilecontrollergetprofilev1op.js +0 -9
- package/esm/models/ismsprofilecontrollergetprofilev1op.js.map +0 -1
- package/esm/models/ismsprofilecontrollersaveprofilev1op.d.ts +0 -13
- package/esm/models/ismsprofilecontrollersaveprofilev1op.d.ts.map +0 -1
- package/esm/models/ismsprofilecontrollersaveprofilev1op.js +0 -11
- package/esm/models/ismsprofilecontrollersaveprofilev1op.js.map +0 -1
- package/src/mcp-server/tools/ismsISMSProfileControllerGenerateAllV1.ts +0 -45
- package/src/mcp-server/tools/ismsISMSProfileControllerGetProfileV1.ts +0 -45
- package/src/mcp-server/tools/ismsISMSProfileControllerSaveProfileV1.ts +0 -47
- package/src/models/generatealldto.ts +0 -14
- package/src/models/ismsprofilecontrollergetprofilev1op.ts +0 -14
- package/src/models/ismsprofilecontrollersaveprofilev1op.ts +0 -27
package/bin/mcp-server.js
CHANGED
|
@@ -51377,9 +51377,9 @@ var init_config = __esm(() => {
|
|
|
51377
51377
|
SDK_METADATA = {
|
|
51378
51378
|
language: "typescript",
|
|
51379
51379
|
openapiDocVersion: "1.0",
|
|
51380
|
-
sdkVersion: "0.3.
|
|
51380
|
+
sdkVersion: "0.3.2",
|
|
51381
51381
|
genVersion: "2.928.0",
|
|
51382
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.3.
|
|
51382
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.3.2 2.928.0 1.0 @trycompai/mcp-server"
|
|
51383
51383
|
};
|
|
51384
51384
|
});
|
|
51385
51385
|
|
|
@@ -53088,9 +53088,9 @@ Generate a signed download URL for a shared attachment linked to comments, evide
|
|
|
53088
53088
|
annotations: {
|
|
53089
53089
|
title: "",
|
|
53090
53090
|
destructiveHint: false,
|
|
53091
|
-
idempotentHint:
|
|
53091
|
+
idempotentHint: true,
|
|
53092
53092
|
openWorldHint: false,
|
|
53093
|
-
readOnlyHint:
|
|
53093
|
+
readOnlyHint: true
|
|
53094
53094
|
},
|
|
53095
53095
|
args: args2,
|
|
53096
53096
|
tool: async (client, args3, ctx) => {
|
|
@@ -53216,9 +53216,9 @@ List organization audit logs for compliance activity, access changes, evidence u
|
|
|
53216
53216
|
annotations: {
|
|
53217
53217
|
title: "",
|
|
53218
53218
|
destructiveHint: false,
|
|
53219
|
-
idempotentHint:
|
|
53219
|
+
idempotentHint: true,
|
|
53220
53220
|
openWorldHint: false,
|
|
53221
|
-
readOnlyHint:
|
|
53221
|
+
readOnlyHint: true
|
|
53222
53222
|
},
|
|
53223
53223
|
args: args3,
|
|
53224
53224
|
tool: async (client, args4, ctx) => {
|
|
@@ -53580,9 +53580,9 @@ List recent cloud security activity in Comp AI. Run AWS, Azure, and GCP cloud se
|
|
|
53580
53580
|
annotations: {
|
|
53581
53581
|
title: "",
|
|
53582
53582
|
destructiveHint: false,
|
|
53583
|
-
idempotentHint:
|
|
53583
|
+
idempotentHint: true,
|
|
53584
53584
|
openWorldHint: false,
|
|
53585
|
-
readOnlyHint:
|
|
53585
|
+
readOnlyHint: true
|
|
53586
53586
|
},
|
|
53587
53587
|
args: args6,
|
|
53588
53588
|
tool: async (client, args7, ctx) => {
|
|
@@ -53702,9 +53702,9 @@ Resolve the "About this check" description for a finding (AI-cached for AWS; pro
|
|
|
53702
53702
|
annotations: {
|
|
53703
53703
|
title: "",
|
|
53704
53704
|
destructiveHint: false,
|
|
53705
|
-
idempotentHint:
|
|
53705
|
+
idempotentHint: true,
|
|
53706
53706
|
openWorldHint: false,
|
|
53707
|
-
readOnlyHint:
|
|
53707
|
+
readOnlyHint: true
|
|
53708
53708
|
},
|
|
53709
53709
|
args: args7,
|
|
53710
53710
|
tool: async (client, args8, ctx) => {
|
|
@@ -53795,9 +53795,9 @@ List cloud security findings discovered by scans so teams can prioritize remedia
|
|
|
53795
53795
|
annotations: {
|
|
53796
53796
|
title: "",
|
|
53797
53797
|
destructiveHint: false,
|
|
53798
|
-
idempotentHint:
|
|
53798
|
+
idempotentHint: true,
|
|
53799
53799
|
openWorldHint: false,
|
|
53800
|
-
readOnlyHint:
|
|
53800
|
+
readOnlyHint: true
|
|
53801
53801
|
},
|
|
53802
53802
|
tool: async (client, ctx) => {
|
|
53803
53803
|
const [result] = await cloudSecurityCloudSecurityControllerGetFindingsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -53914,9 +53914,9 @@ List resolution, exception, and regression history for a connection in Comp AI.
|
|
|
53914
53914
|
annotations: {
|
|
53915
53915
|
title: "",
|
|
53916
53916
|
destructiveHint: false,
|
|
53917
|
-
idempotentHint:
|
|
53917
|
+
idempotentHint: true,
|
|
53918
53918
|
openWorldHint: false,
|
|
53919
|
-
readOnlyHint:
|
|
53919
|
+
readOnlyHint: true
|
|
53920
53920
|
},
|
|
53921
53921
|
args: args8,
|
|
53922
53922
|
tool: async (client, args9, ctx) => {
|
|
@@ -54007,9 +54007,9 @@ List supported cloud providers in Comp AI. Run AWS, Azure, and GCP cloud securit
|
|
|
54007
54007
|
annotations: {
|
|
54008
54008
|
title: "",
|
|
54009
54009
|
destructiveHint: false,
|
|
54010
|
-
idempotentHint:
|
|
54010
|
+
idempotentHint: true,
|
|
54011
54011
|
openWorldHint: false,
|
|
54012
|
-
readOnlyHint:
|
|
54012
|
+
readOnlyHint: true
|
|
54013
54013
|
},
|
|
54014
54014
|
tool: async (client, ctx) => {
|
|
54015
54015
|
const [result] = await cloudSecurityCloudSecurityControllerGetProvidersV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -54133,9 +54133,9 @@ Get a cloud security scan run by ID in Comp AI. Run AWS, Azure, and GCP cloud se
|
|
|
54133
54133
|
annotations: {
|
|
54134
54134
|
title: "",
|
|
54135
54135
|
destructiveHint: false,
|
|
54136
|
-
idempotentHint:
|
|
54136
|
+
idempotentHint: true,
|
|
54137
54137
|
openWorldHint: false,
|
|
54138
|
-
readOnlyHint:
|
|
54138
|
+
readOnlyHint: true
|
|
54139
54139
|
},
|
|
54140
54140
|
args: args9,
|
|
54141
54141
|
tool: async (client, args10, ctx) => {
|
|
@@ -54634,8 +54634,8 @@ var init_cloudSecurityCloudSecurityControllerRevokeExceptionV12 = __esm(() => {
|
|
|
54634
54634
|
Accepts session, API key, or service token auth. For API key / service token callers without an explicit user attribution, the action is attributed to the org's owner.`,
|
|
54635
54635
|
annotations: {
|
|
54636
54636
|
title: "",
|
|
54637
|
-
destructiveHint:
|
|
54638
|
-
idempotentHint:
|
|
54637
|
+
destructiveHint: true,
|
|
54638
|
+
idempotentHint: true,
|
|
54639
54639
|
openWorldHint: false,
|
|
54640
54640
|
readOnlyHint: false
|
|
54641
54641
|
},
|
|
@@ -55790,8 +55790,8 @@ var init_commentsCommentsControllerDeleteCommentV12 = __esm(() => {
|
|
|
55790
55790
|
Delete a comment in Comp AI. Create and manage collaboration comments on compliance entities such as tasks, policies, risks, vendors, and findings.`,
|
|
55791
55791
|
annotations: {
|
|
55792
55792
|
title: "",
|
|
55793
|
-
destructiveHint:
|
|
55794
|
-
idempotentHint:
|
|
55793
|
+
destructiveHint: true,
|
|
55794
|
+
idempotentHint: true,
|
|
55795
55795
|
openWorldHint: false,
|
|
55796
55796
|
readOnlyHint: false
|
|
55797
55797
|
},
|
|
@@ -55920,9 +55920,9 @@ Get comments for an entity in Comp AI. Create and manage collaboration comments
|
|
|
55920
55920
|
annotations: {
|
|
55921
55921
|
title: "",
|
|
55922
55922
|
destructiveHint: false,
|
|
55923
|
-
idempotentHint:
|
|
55923
|
+
idempotentHint: true,
|
|
55924
55924
|
openWorldHint: false,
|
|
55925
|
-
readOnlyHint:
|
|
55925
|
+
readOnlyHint: true
|
|
55926
55926
|
},
|
|
55927
55927
|
args: args23,
|
|
55928
55928
|
tool: async (client, args24, ctx) => {
|
|
@@ -56056,7 +56056,7 @@ Update a comment in Comp AI. Create and manage collaboration comments on complia
|
|
|
56056
56056
|
annotations: {
|
|
56057
56057
|
title: "",
|
|
56058
56058
|
destructiveHint: false,
|
|
56059
|
-
idempotentHint:
|
|
56059
|
+
idempotentHint: true,
|
|
56060
56060
|
openWorldHint: false,
|
|
56061
56061
|
readOnlyHint: false
|
|
56062
56062
|
},
|
|
@@ -56327,8 +56327,8 @@ var init_contextContextControllerDeleteContextV12 = __esm(() => {
|
|
|
56327
56327
|
Permanently removes a context entry from the organization. This action cannot be undone.`,
|
|
56328
56328
|
annotations: {
|
|
56329
56329
|
title: "",
|
|
56330
|
-
destructiveHint:
|
|
56331
|
-
idempotentHint:
|
|
56330
|
+
destructiveHint: true,
|
|
56331
|
+
idempotentHint: true,
|
|
56332
56332
|
openWorldHint: false,
|
|
56333
56333
|
readOnlyHint: false
|
|
56334
56334
|
},
|
|
@@ -56488,9 +56488,9 @@ List organization context entries used as approved source material for evidence,
|
|
|
56488
56488
|
annotations: {
|
|
56489
56489
|
title: "",
|
|
56490
56490
|
destructiveHint: false,
|
|
56491
|
-
idempotentHint:
|
|
56491
|
+
idempotentHint: true,
|
|
56492
56492
|
openWorldHint: false,
|
|
56493
|
-
readOnlyHint:
|
|
56493
|
+
readOnlyHint: true
|
|
56494
56494
|
},
|
|
56495
56495
|
args: args27,
|
|
56496
56496
|
tool: async (client, args28, ctx) => {
|
|
@@ -56642,9 +56642,9 @@ Retrieve one organization context entry with source details and approved content
|
|
|
56642
56642
|
annotations: {
|
|
56643
56643
|
title: "",
|
|
56644
56644
|
destructiveHint: false,
|
|
56645
|
-
idempotentHint:
|
|
56645
|
+
idempotentHint: true,
|
|
56646
56646
|
openWorldHint: false,
|
|
56647
|
-
readOnlyHint:
|
|
56647
|
+
readOnlyHint: true
|
|
56648
56648
|
},
|
|
56649
56649
|
args: args28,
|
|
56650
56650
|
tool: async (client, args29, ctx) => {
|
|
@@ -57048,8 +57048,8 @@ var init_controlsControlsControllerDeleteV12 = __esm(() => {
|
|
|
57048
57048
|
Delete a control in Comp AI. Manage controls, map them to policies, tasks, framework requirements, and evidence document types, and track implementation progress.`,
|
|
57049
57049
|
annotations: {
|
|
57050
57050
|
title: "",
|
|
57051
|
-
destructiveHint:
|
|
57052
|
-
idempotentHint:
|
|
57051
|
+
destructiveHint: true,
|
|
57052
|
+
idempotentHint: true,
|
|
57053
57053
|
openWorldHint: false,
|
|
57054
57054
|
readOnlyHint: false
|
|
57055
57055
|
},
|
|
@@ -57177,9 +57177,9 @@ List controls with linked policies, tasks, requirements, and document types for
|
|
|
57177
57177
|
annotations: {
|
|
57178
57178
|
title: "",
|
|
57179
57179
|
destructiveHint: false,
|
|
57180
|
-
idempotentHint:
|
|
57180
|
+
idempotentHint: true,
|
|
57181
57181
|
openWorldHint: false,
|
|
57182
|
-
readOnlyHint:
|
|
57182
|
+
readOnlyHint: true
|
|
57183
57183
|
},
|
|
57184
57184
|
args: args32,
|
|
57185
57185
|
tool: async (client, args33, ctx) => {
|
|
@@ -57304,9 +57304,9 @@ Get control detail with progress in Comp AI. Manage controls, map them to polici
|
|
|
57304
57304
|
annotations: {
|
|
57305
57305
|
title: "",
|
|
57306
57306
|
destructiveHint: false,
|
|
57307
|
-
idempotentHint:
|
|
57307
|
+
idempotentHint: true,
|
|
57308
57308
|
openWorldHint: false,
|
|
57309
|
-
readOnlyHint:
|
|
57309
|
+
readOnlyHint: true
|
|
57310
57310
|
},
|
|
57311
57311
|
args: args33,
|
|
57312
57312
|
tool: async (client, args34, ctx) => {
|
|
@@ -57397,9 +57397,9 @@ Get dropdown options for creating controls in Comp AI. Manage controls, map them
|
|
|
57397
57397
|
annotations: {
|
|
57398
57398
|
title: "",
|
|
57399
57399
|
destructiveHint: false,
|
|
57400
|
-
idempotentHint:
|
|
57400
|
+
idempotentHint: true,
|
|
57401
57401
|
openWorldHint: false,
|
|
57402
|
-
readOnlyHint:
|
|
57402
|
+
readOnlyHint: true
|
|
57403
57403
|
},
|
|
57404
57404
|
tool: async (client, ctx) => {
|
|
57405
57405
|
const [result] = await controlsControlsControllerGetOptionsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -58120,8 +58120,8 @@ var init_controlsControlsControllerUnlinkDocumentTypeV12 = __esm(() => {
|
|
|
58120
58120
|
Remove a required document type from a control in Comp AI. Manage controls, map them to policies, tasks, framework requirements, and evidence document types, and track implementation progress.`,
|
|
58121
58121
|
annotations: {
|
|
58122
58122
|
title: "",
|
|
58123
|
-
destructiveHint:
|
|
58124
|
-
idempotentHint:
|
|
58123
|
+
destructiveHint: true,
|
|
58124
|
+
idempotentHint: true,
|
|
58125
58125
|
openWorldHint: false,
|
|
58126
58126
|
readOnlyHint: false
|
|
58127
58127
|
},
|
|
@@ -58319,9 +58319,9 @@ Downloads the Comp AI Device Agent installer for macOS as a DMG file. The agent
|
|
|
58319
58319
|
annotations: {
|
|
58320
58320
|
title: "",
|
|
58321
58321
|
destructiveHint: false,
|
|
58322
|
-
idempotentHint:
|
|
58322
|
+
idempotentHint: true,
|
|
58323
58323
|
openWorldHint: false,
|
|
58324
|
-
readOnlyHint:
|
|
58324
|
+
readOnlyHint: true
|
|
58325
58325
|
},
|
|
58326
58326
|
tool: async (client, ctx) => {
|
|
58327
58327
|
const [result] = await deviceAgentDeviceAgentControllerDownloadMacAgentV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -58411,9 +58411,9 @@ Downloads a ZIP package containing the Comp AI Device Agent installer for Window
|
|
|
58411
58411
|
annotations: {
|
|
58412
58412
|
title: "",
|
|
58413
58413
|
destructiveHint: false,
|
|
58414
|
-
idempotentHint:
|
|
58414
|
+
idempotentHint: true,
|
|
58415
58415
|
openWorldHint: false,
|
|
58416
|
-
readOnlyHint:
|
|
58416
|
+
readOnlyHint: true
|
|
58417
58417
|
},
|
|
58418
58418
|
tool: async (client, ctx) => {
|
|
58419
58419
|
const [result] = await deviceAgentDeviceAgentControllerDownloadWindowsAgentV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -58742,9 +58742,9 @@ Get device-agent status in Comp AI. Register employee devices, submit device com
|
|
|
58742
58742
|
annotations: {
|
|
58743
58743
|
title: "",
|
|
58744
58744
|
destructiveHint: false,
|
|
58745
|
-
idempotentHint:
|
|
58745
|
+
idempotentHint: true,
|
|
58746
58746
|
openWorldHint: false,
|
|
58747
|
-
readOnlyHint:
|
|
58747
|
+
readOnlyHint: true
|
|
58748
58748
|
},
|
|
58749
58749
|
args: args42,
|
|
58750
58750
|
tool: async (client, args43, ctx) => {
|
|
@@ -58835,9 +58835,9 @@ List organizations for the current device in Comp AI. Register employee devices,
|
|
|
58835
58835
|
annotations: {
|
|
58836
58836
|
title: "",
|
|
58837
58837
|
destructiveHint: false,
|
|
58838
|
-
idempotentHint:
|
|
58838
|
+
idempotentHint: true,
|
|
58839
58839
|
openWorldHint: false,
|
|
58840
|
-
readOnlyHint:
|
|
58840
|
+
readOnlyHint: true
|
|
58841
58841
|
},
|
|
58842
58842
|
tool: async (client, ctx) => {
|
|
58843
58843
|
const [result] = await deviceAgentDeviceAgentControllerGetMyOrganizationsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -58956,9 +58956,9 @@ Download a device-agent update in Comp AI. Register employee devices, submit dev
|
|
|
58956
58956
|
annotations: {
|
|
58957
58957
|
title: "",
|
|
58958
58958
|
destructiveHint: false,
|
|
58959
|
-
idempotentHint:
|
|
58959
|
+
idempotentHint: true,
|
|
58960
58960
|
openWorldHint: false,
|
|
58961
|
-
readOnlyHint:
|
|
58961
|
+
readOnlyHint: true
|
|
58962
58962
|
},
|
|
58963
58963
|
args: args43,
|
|
58964
58964
|
tool: async (client, args44, ctx) => {
|
|
@@ -59078,9 +59078,9 @@ Check a device-agent update's metadata in Comp AI. Register employee devices, su
|
|
|
59078
59078
|
annotations: {
|
|
59079
59079
|
title: "",
|
|
59080
59080
|
destructiveHint: false,
|
|
59081
|
-
idempotentHint:
|
|
59081
|
+
idempotentHint: true,
|
|
59082
59082
|
openWorldHint: false,
|
|
59083
|
-
readOnlyHint:
|
|
59083
|
+
readOnlyHint: true
|
|
59084
59084
|
},
|
|
59085
59085
|
args: args44,
|
|
59086
59086
|
tool: async (client, args45, ctx) => {
|
|
@@ -59304,8 +59304,8 @@ var init_deviceAgentDeviceAgentControllerRevokeAgentAccessV12 = __esm(() => {
|
|
|
59304
59304
|
Revoke a device agent session in Comp AI. Register employee devices, submit device compliance check-ins, download agent builds, and manage endpoint security status.`,
|
|
59305
59305
|
annotations: {
|
|
59306
59306
|
title: "",
|
|
59307
|
-
destructiveHint:
|
|
59308
|
-
idempotentHint:
|
|
59307
|
+
destructiveHint: true,
|
|
59308
|
+
idempotentHint: true,
|
|
59309
59309
|
openWorldHint: false,
|
|
59310
59310
|
readOnlyHint: false
|
|
59311
59311
|
},
|
|
@@ -59426,8 +59426,8 @@ var init_devicesDevicesControllerDeleteDeviceV12 = __esm(() => {
|
|
|
59426
59426
|
Delete device in Comp AI. Read and manage employee device inventory and Fleet compliance data used for endpoint security controls.`,
|
|
59427
59427
|
annotations: {
|
|
59428
59428
|
title: "",
|
|
59429
|
-
destructiveHint:
|
|
59430
|
-
idempotentHint:
|
|
59429
|
+
destructiveHint: true,
|
|
59430
|
+
idempotentHint: true,
|
|
59431
59431
|
openWorldHint: false,
|
|
59432
59432
|
readOnlyHint: false
|
|
59433
59433
|
},
|
|
@@ -59520,9 +59520,9 @@ List managed employee devices with endpoint compliance status, ownership, and se
|
|
|
59520
59520
|
annotations: {
|
|
59521
59521
|
title: "",
|
|
59522
59522
|
destructiveHint: false,
|
|
59523
|
-
idempotentHint:
|
|
59523
|
+
idempotentHint: true,
|
|
59524
59524
|
openWorldHint: false,
|
|
59525
|
-
readOnlyHint:
|
|
59525
|
+
readOnlyHint: true
|
|
59526
59526
|
},
|
|
59527
59527
|
tool: async (client, ctx) => {
|
|
59528
59528
|
const [result] = await devicesDevicesControllerGetAllDevicesV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -59803,9 +59803,9 @@ Returns all devices assigned to a specific member within the authenticated organ
|
|
|
59803
59803
|
annotations: {
|
|
59804
59804
|
title: "",
|
|
59805
59805
|
destructiveHint: false,
|
|
59806
|
-
idempotentHint:
|
|
59806
|
+
idempotentHint: true,
|
|
59807
59807
|
openWorldHint: false,
|
|
59808
|
-
readOnlyHint:
|
|
59808
|
+
readOnlyHint: true
|
|
59809
59809
|
},
|
|
59810
59810
|
args: args48,
|
|
59811
59811
|
tool: async (client, args49, ctx) => {
|
|
@@ -60050,9 +60050,9 @@ Export automation evidence as PDF in Comp AI. Export task evidence, automation e
|
|
|
60050
60050
|
annotations: {
|
|
60051
60051
|
title: "",
|
|
60052
60052
|
destructiveHint: false,
|
|
60053
|
-
idempotentHint:
|
|
60053
|
+
idempotentHint: true,
|
|
60054
60054
|
openWorldHint: false,
|
|
60055
|
-
readOnlyHint:
|
|
60055
|
+
readOnlyHint: true
|
|
60056
60056
|
},
|
|
60057
60057
|
args: args50,
|
|
60058
60058
|
tool: async (client, args51, ctx) => {
|
|
@@ -60177,9 +60177,9 @@ Download a ZIP package containing task evidence and automation results for audit
|
|
|
60177
60177
|
annotations: {
|
|
60178
60178
|
title: "",
|
|
60179
60179
|
destructiveHint: false,
|
|
60180
|
-
idempotentHint:
|
|
60180
|
+
idempotentHint: true,
|
|
60181
60181
|
openWorldHint: false,
|
|
60182
|
-
readOnlyHint:
|
|
60182
|
+
readOnlyHint: true
|
|
60183
60183
|
},
|
|
60184
60184
|
args: args51,
|
|
60185
60185
|
tool: async (client, args52, ctx) => {
|
|
@@ -60299,9 +60299,9 @@ Get task evidence summary in Comp AI. Export task evidence, automation evidence,
|
|
|
60299
60299
|
annotations: {
|
|
60300
60300
|
title: "",
|
|
60301
60301
|
destructiveHint: false,
|
|
60302
|
-
idempotentHint:
|
|
60302
|
+
idempotentHint: true,
|
|
60303
60303
|
openWorldHint: false,
|
|
60304
|
-
readOnlyHint:
|
|
60304
|
+
readOnlyHint: true
|
|
60305
60305
|
},
|
|
60306
60306
|
args: args52,
|
|
60307
60307
|
tool: async (client, args53, ctx) => {
|
|
@@ -60427,8 +60427,8 @@ var init_evidenceFormsEvidenceFormsControllerDeleteSubmissionV12 = __esm(() => {
|
|
|
60427
60427
|
Delete a submission in Comp AI. Collect, review, upload, and export structured evidence submissions for compliance tasks and document requirements.`,
|
|
60428
60428
|
annotations: {
|
|
60429
60429
|
title: "",
|
|
60430
|
-
destructiveHint:
|
|
60431
|
-
idempotentHint:
|
|
60430
|
+
destructiveHint: true,
|
|
60431
|
+
idempotentHint: true,
|
|
60432
60432
|
openWorldHint: false,
|
|
60433
60433
|
readOnlyHint: false
|
|
60434
60434
|
},
|
|
@@ -60552,9 +60552,9 @@ Export evidence form submissions as CSV for auditor requests, offline review, or
|
|
|
60552
60552
|
annotations: {
|
|
60553
60553
|
title: "",
|
|
60554
60554
|
destructiveHint: false,
|
|
60555
|
-
idempotentHint:
|
|
60555
|
+
idempotentHint: true,
|
|
60556
60556
|
openWorldHint: false,
|
|
60557
|
-
readOnlyHint:
|
|
60557
|
+
readOnlyHint: true
|
|
60558
60558
|
},
|
|
60559
60559
|
args: args54,
|
|
60560
60560
|
tool: async (client, args55, ctx) => {
|
|
@@ -60669,9 +60669,9 @@ Get document relevance settings in Comp AI. Collect, review, upload, and export
|
|
|
60669
60669
|
annotations: {
|
|
60670
60670
|
title: "",
|
|
60671
60671
|
destructiveHint: false,
|
|
60672
|
-
idempotentHint:
|
|
60672
|
+
idempotentHint: true,
|
|
60673
60673
|
openWorldHint: false,
|
|
60674
|
-
readOnlyHint:
|
|
60674
|
+
readOnlyHint: true
|
|
60675
60675
|
},
|
|
60676
60676
|
args: args55,
|
|
60677
60677
|
tool: async (client, args56, ctx) => {
|
|
@@ -60786,9 +60786,9 @@ Get submission statuses for all forms in Comp AI. Collect, review, upload, and e
|
|
|
60786
60786
|
annotations: {
|
|
60787
60787
|
title: "",
|
|
60788
60788
|
destructiveHint: false,
|
|
60789
|
-
idempotentHint:
|
|
60789
|
+
idempotentHint: true,
|
|
60790
60790
|
openWorldHint: false,
|
|
60791
|
-
readOnlyHint:
|
|
60791
|
+
readOnlyHint: true
|
|
60792
60792
|
},
|
|
60793
60793
|
args: args56,
|
|
60794
60794
|
tool: async (client, args57, ctx) => {
|
|
@@ -60919,9 +60919,9 @@ Get form definition and submissions in Comp AI. Collect, review, upload, and exp
|
|
|
60919
60919
|
annotations: {
|
|
60920
60920
|
title: "",
|
|
60921
60921
|
destructiveHint: false,
|
|
60922
|
-
idempotentHint:
|
|
60922
|
+
idempotentHint: true,
|
|
60923
60923
|
openWorldHint: false,
|
|
60924
|
-
readOnlyHint:
|
|
60924
|
+
readOnlyHint: true
|
|
60925
60925
|
},
|
|
60926
60926
|
args: args57,
|
|
60927
60927
|
tool: async (client, args58, ctx) => {
|
|
@@ -61041,9 +61041,9 @@ Get current user submissions in Comp AI. Collect, review, upload, and export str
|
|
|
61041
61041
|
annotations: {
|
|
61042
61042
|
title: "",
|
|
61043
61043
|
destructiveHint: false,
|
|
61044
|
-
idempotentHint:
|
|
61044
|
+
idempotentHint: true,
|
|
61045
61045
|
openWorldHint: false,
|
|
61046
|
-
readOnlyHint:
|
|
61046
|
+
readOnlyHint: true
|
|
61047
61047
|
},
|
|
61048
61048
|
args: args58,
|
|
61049
61049
|
tool: async (client, args59, ctx) => {
|
|
@@ -61158,9 +61158,9 @@ Get pending submission count for current user in Comp AI. Collect, review, uploa
|
|
|
61158
61158
|
annotations: {
|
|
61159
61159
|
title: "",
|
|
61160
61160
|
destructiveHint: false,
|
|
61161
|
-
idempotentHint:
|
|
61161
|
+
idempotentHint: true,
|
|
61162
61162
|
openWorldHint: false,
|
|
61163
|
-
readOnlyHint:
|
|
61163
|
+
readOnlyHint: true
|
|
61164
61164
|
},
|
|
61165
61165
|
args: args59,
|
|
61166
61166
|
tool: async (client, args60, ctx) => {
|
|
@@ -61287,9 +61287,9 @@ Get a single submission in Comp AI. Collect, review, upload, and export structur
|
|
|
61287
61287
|
annotations: {
|
|
61288
61288
|
title: "",
|
|
61289
61289
|
destructiveHint: false,
|
|
61290
|
-
idempotentHint:
|
|
61290
|
+
idempotentHint: true,
|
|
61291
61291
|
openWorldHint: false,
|
|
61292
|
-
readOnlyHint:
|
|
61292
|
+
readOnlyHint: true
|
|
61293
61293
|
},
|
|
61294
61294
|
args: args60,
|
|
61295
61295
|
tool: async (client, args61, ctx) => {
|
|
@@ -61404,9 +61404,9 @@ List structured evidence forms that collect recurring submissions for security,
|
|
|
61404
61404
|
annotations: {
|
|
61405
61405
|
title: "",
|
|
61406
61406
|
destructiveHint: false,
|
|
61407
|
-
idempotentHint:
|
|
61407
|
+
idempotentHint: true,
|
|
61408
61408
|
openWorldHint: false,
|
|
61409
|
-
readOnlyHint:
|
|
61409
|
+
readOnlyHint: true
|
|
61410
61410
|
},
|
|
61411
61411
|
args: args61,
|
|
61412
61412
|
tool: async (client, args62, ctx) => {
|
|
@@ -62310,8 +62310,8 @@ var init_findingsFindingsControllerDeleteFindingV12 = __esm(() => {
|
|
|
62310
62310
|
Delete a finding (auditor or platform admin only) in Comp AI. Create, review, update, and track audit findings, remediation activity, and finding history for an organization.`,
|
|
62311
62311
|
annotations: {
|
|
62312
62312
|
title: "",
|
|
62313
|
-
destructiveHint:
|
|
62314
|
-
idempotentHint:
|
|
62313
|
+
destructiveHint: true,
|
|
62314
|
+
idempotentHint: true,
|
|
62315
62315
|
openWorldHint: false,
|
|
62316
62316
|
readOnlyHint: false
|
|
62317
62317
|
},
|
|
@@ -62433,9 +62433,9 @@ Get finding by ID in Comp AI. Create, review, update, and track audit findings,
|
|
|
62433
62433
|
annotations: {
|
|
62434
62434
|
title: "",
|
|
62435
62435
|
destructiveHint: false,
|
|
62436
|
-
idempotentHint:
|
|
62436
|
+
idempotentHint: true,
|
|
62437
62437
|
openWorldHint: false,
|
|
62438
|
-
readOnlyHint:
|
|
62438
|
+
readOnlyHint: true
|
|
62439
62439
|
},
|
|
62440
62440
|
args: args69,
|
|
62441
62441
|
tool: async (client, args70, ctx) => {
|
|
@@ -62555,9 +62555,9 @@ Get activity history for a finding in Comp AI. Create, review, update, and track
|
|
|
62555
62555
|
annotations: {
|
|
62556
62556
|
title: "",
|
|
62557
62557
|
destructiveHint: false,
|
|
62558
|
-
idempotentHint:
|
|
62558
|
+
idempotentHint: true,
|
|
62559
62559
|
openWorldHint: false,
|
|
62560
|
-
readOnlyHint:
|
|
62560
|
+
readOnlyHint: true
|
|
62561
62561
|
},
|
|
62562
62562
|
args: args70,
|
|
62563
62563
|
tool: async (client, args71, ctx) => {
|
|
@@ -62681,9 +62681,9 @@ List all findings for the organization in Comp AI. Create, review, update, and t
|
|
|
62681
62681
|
annotations: {
|
|
62682
62682
|
title: "",
|
|
62683
62683
|
destructiveHint: false,
|
|
62684
|
-
idempotentHint:
|
|
62684
|
+
idempotentHint: true,
|
|
62685
62685
|
openWorldHint: false,
|
|
62686
|
-
readOnlyHint:
|
|
62686
|
+
readOnlyHint: true
|
|
62687
62687
|
},
|
|
62688
62688
|
args: args71,
|
|
62689
62689
|
tool: async (client, args72, ctx) => {
|
|
@@ -62857,9 +62857,9 @@ List audit findings with status, severity, owner, history, and remediation conte
|
|
|
62857
62857
|
annotations: {
|
|
62858
62858
|
title: "",
|
|
62859
62859
|
destructiveHint: false,
|
|
62860
|
-
idempotentHint:
|
|
62860
|
+
idempotentHint: true,
|
|
62861
62861
|
openWorldHint: false,
|
|
62862
|
-
readOnlyHint:
|
|
62862
|
+
readOnlyHint: true
|
|
62863
62863
|
},
|
|
62864
62864
|
args: args72,
|
|
62865
62865
|
tool: async (client, args73, ctx) => {
|
|
@@ -63510,8 +63510,8 @@ var init_frameworksFrameworksControllerDeleteV12 = __esm(() => {
|
|
|
63510
63510
|
Delete a framework instance in Comp AI. Manage SOC 2, ISO 27001, HIPAA, GDPR, and custom framework instances, requirements, scores, and sync history.`,
|
|
63511
63511
|
annotations: {
|
|
63512
63512
|
title: "",
|
|
63513
|
-
destructiveHint:
|
|
63514
|
-
idempotentHint:
|
|
63513
|
+
destructiveHint: true,
|
|
63514
|
+
idempotentHint: true,
|
|
63515
63515
|
openWorldHint: false,
|
|
63516
63516
|
readOnlyHint: false
|
|
63517
63517
|
},
|
|
@@ -63633,9 +63633,9 @@ List active SOC 2, ISO 27001, HIPAA, GDPR, and custom compliance frameworks with
|
|
|
63633
63633
|
annotations: {
|
|
63634
63634
|
title: "",
|
|
63635
63635
|
destructiveHint: false,
|
|
63636
|
-
idempotentHint:
|
|
63636
|
+
idempotentHint: true,
|
|
63637
63637
|
openWorldHint: false,
|
|
63638
|
-
readOnlyHint:
|
|
63638
|
+
readOnlyHint: true
|
|
63639
63639
|
},
|
|
63640
63640
|
args: args78,
|
|
63641
63641
|
tool: async (client, args79, ctx) => {
|
|
@@ -63726,9 +63726,9 @@ List frameworks available for activation before starting a new compliance progra
|
|
|
63726
63726
|
annotations: {
|
|
63727
63727
|
title: "",
|
|
63728
63728
|
destructiveHint: false,
|
|
63729
|
-
idempotentHint:
|
|
63729
|
+
idempotentHint: true,
|
|
63730
63730
|
openWorldHint: false,
|
|
63731
|
-
readOnlyHint:
|
|
63731
|
+
readOnlyHint: true
|
|
63732
63732
|
},
|
|
63733
63733
|
tool: async (client, ctx) => {
|
|
63734
63734
|
const [result] = await frameworksFrameworksControllerFindAvailableV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -63847,9 +63847,9 @@ Get a single framework instance with full detail in Comp AI. Manage SOC 2, ISO 2
|
|
|
63847
63847
|
annotations: {
|
|
63848
63848
|
title: "",
|
|
63849
63849
|
destructiveHint: false,
|
|
63850
|
-
idempotentHint:
|
|
63850
|
+
idempotentHint: true,
|
|
63851
63851
|
openWorldHint: false,
|
|
63852
|
-
readOnlyHint:
|
|
63852
|
+
readOnlyHint: true
|
|
63853
63853
|
},
|
|
63854
63854
|
args: args79,
|
|
63855
63855
|
tool: async (client, args80, ctx) => {
|
|
@@ -63974,9 +63974,9 @@ Get a specific requirement with related controls in Comp AI. Manage SOC 2, ISO 2
|
|
|
63974
63974
|
annotations: {
|
|
63975
63975
|
title: "",
|
|
63976
63976
|
destructiveHint: false,
|
|
63977
|
-
idempotentHint:
|
|
63977
|
+
idempotentHint: true,
|
|
63978
63978
|
openWorldHint: false,
|
|
63979
|
-
readOnlyHint:
|
|
63979
|
+
readOnlyHint: true
|
|
63980
63980
|
},
|
|
63981
63981
|
args: args80,
|
|
63982
63982
|
tool: async (client, args81, ctx) => {
|
|
@@ -64067,9 +64067,9 @@ Get update statuses for all framework instances in Comp AI. Manage SOC 2, ISO 27
|
|
|
64067
64067
|
annotations: {
|
|
64068
64068
|
title: "",
|
|
64069
64069
|
destructiveHint: false,
|
|
64070
|
-
idempotentHint:
|
|
64070
|
+
idempotentHint: true,
|
|
64071
64071
|
openWorldHint: false,
|
|
64072
|
-
readOnlyHint:
|
|
64072
|
+
readOnlyHint: true
|
|
64073
64073
|
},
|
|
64074
64074
|
tool: async (client, ctx) => {
|
|
64075
64075
|
const [result] = await frameworksFrameworksControllerGetAllUpdateStatusesV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -64159,9 +64159,9 @@ Retrieve framework readiness scores so teams can report progress toward audit re
|
|
|
64159
64159
|
annotations: {
|
|
64160
64160
|
title: "",
|
|
64161
64161
|
destructiveHint: false,
|
|
64162
|
-
idempotentHint:
|
|
64162
|
+
idempotentHint: true,
|
|
64163
64163
|
openWorldHint: false,
|
|
64164
|
-
readOnlyHint:
|
|
64164
|
+
readOnlyHint: true
|
|
64165
64165
|
},
|
|
64166
64166
|
tool: async (client, ctx) => {
|
|
64167
64167
|
const [result] = await frameworksFrameworksControllerGetScoresV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -64280,9 +64280,9 @@ Get sync history for a framework instance in Comp AI. Manage SOC 2, ISO 27001, H
|
|
|
64280
64280
|
annotations: {
|
|
64281
64281
|
title: "",
|
|
64282
64282
|
destructiveHint: false,
|
|
64283
|
-
idempotentHint:
|
|
64283
|
+
idempotentHint: true,
|
|
64284
64284
|
openWorldHint: false,
|
|
64285
|
-
readOnlyHint:
|
|
64285
|
+
readOnlyHint: true
|
|
64286
64286
|
},
|
|
64287
64287
|
args: args81,
|
|
64288
64288
|
tool: async (client, args82, ctx) => {
|
|
@@ -64402,9 +64402,9 @@ Preview changes from updating a framework instance in Comp AI. Manage SOC 2, ISO
|
|
|
64402
64402
|
annotations: {
|
|
64403
64403
|
title: "",
|
|
64404
64404
|
destructiveHint: false,
|
|
64405
|
-
idempotentHint:
|
|
64405
|
+
idempotentHint: true,
|
|
64406
64406
|
openWorldHint: false,
|
|
64407
|
-
readOnlyHint:
|
|
64407
|
+
readOnlyHint: true
|
|
64408
64408
|
},
|
|
64409
64409
|
args: args82,
|
|
64410
64410
|
tool: async (client, args83, ctx) => {
|
|
@@ -64524,9 +64524,9 @@ Get the update status for a framework instance in Comp AI. Manage SOC 2, ISO 270
|
|
|
64524
64524
|
annotations: {
|
|
64525
64525
|
title: "",
|
|
64526
64526
|
destructiveHint: false,
|
|
64527
|
-
idempotentHint:
|
|
64527
|
+
idempotentHint: true,
|
|
64528
64528
|
openWorldHint: false,
|
|
64529
|
-
readOnlyHint:
|
|
64529
|
+
readOnlyHint: true
|
|
64530
64530
|
},
|
|
64531
64531
|
args: args83,
|
|
64532
64532
|
tool: async (client, args84, ctx) => {
|
|
@@ -65318,9 +65318,9 @@ List checks for a connection in Comp AI. Connect vendor systems, configure OAuth
|
|
|
65318
65318
|
annotations: {
|
|
65319
65319
|
title: "",
|
|
65320
65320
|
destructiveHint: false,
|
|
65321
|
-
idempotentHint:
|
|
65321
|
+
idempotentHint: true,
|
|
65322
65322
|
openWorldHint: false,
|
|
65323
|
-
readOnlyHint:
|
|
65323
|
+
readOnlyHint: true
|
|
65324
65324
|
},
|
|
65325
65325
|
args: args89,
|
|
65326
65326
|
tool: async (client, args90, ctx) => {
|
|
@@ -65440,9 +65440,9 @@ List check definitions for a provider in Comp AI. Connect vendor systems, config
|
|
|
65440
65440
|
annotations: {
|
|
65441
65441
|
title: "",
|
|
65442
65442
|
destructiveHint: false,
|
|
65443
|
-
idempotentHint:
|
|
65443
|
+
idempotentHint: true,
|
|
65444
65444
|
openWorldHint: false,
|
|
65445
|
-
readOnlyHint:
|
|
65445
|
+
readOnlyHint: true
|
|
65446
65446
|
},
|
|
65447
65447
|
args: args90,
|
|
65448
65448
|
tool: async (client, args91, ctx) => {
|
|
@@ -65942,8 +65942,8 @@ var init_integrationsConnectionsControllerDeleteConnectionV12 = __esm(() => {
|
|
|
65942
65942
|
Delete an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence.`,
|
|
65943
65943
|
annotations: {
|
|
65944
65944
|
title: "",
|
|
65945
|
-
destructiveHint:
|
|
65946
|
-
idempotentHint:
|
|
65945
|
+
destructiveHint: true,
|
|
65946
|
+
idempotentHint: true,
|
|
65947
65947
|
openWorldHint: false,
|
|
65948
65948
|
readOnlyHint: false
|
|
65949
65949
|
},
|
|
@@ -66187,9 +66187,9 @@ Get an integration connection by ID in Comp AI. Connect vendor systems, configur
|
|
|
66187
66187
|
annotations: {
|
|
66188
66188
|
title: "",
|
|
66189
66189
|
destructiveHint: false,
|
|
66190
|
-
idempotentHint:
|
|
66190
|
+
idempotentHint: true,
|
|
66191
66191
|
openWorldHint: false,
|
|
66192
|
-
readOnlyHint:
|
|
66192
|
+
readOnlyHint: true
|
|
66193
66193
|
},
|
|
66194
66194
|
args: args96,
|
|
66195
66195
|
tool: async (client, args97, ctx) => {
|
|
@@ -66309,9 +66309,9 @@ Get an integration provider by slug in Comp AI. Connect vendor systems, configur
|
|
|
66309
66309
|
annotations: {
|
|
66310
66310
|
title: "",
|
|
66311
66311
|
destructiveHint: false,
|
|
66312
|
-
idempotentHint:
|
|
66312
|
+
idempotentHint: true,
|
|
66313
66313
|
openWorldHint: false,
|
|
66314
|
-
readOnlyHint:
|
|
66314
|
+
readOnlyHint: true
|
|
66315
66315
|
},
|
|
66316
66316
|
args: args97,
|
|
66317
66317
|
tool: async (client, args98, ctx) => {
|
|
@@ -66402,9 +66402,9 @@ List integration connections in Comp AI. Connect vendor systems, configure OAuth
|
|
|
66402
66402
|
annotations: {
|
|
66403
66403
|
title: "",
|
|
66404
66404
|
destructiveHint: false,
|
|
66405
|
-
idempotentHint:
|
|
66405
|
+
idempotentHint: true,
|
|
66406
66406
|
openWorldHint: false,
|
|
66407
|
-
readOnlyHint:
|
|
66407
|
+
readOnlyHint: true
|
|
66408
66408
|
},
|
|
66409
66409
|
tool: async (client, ctx) => {
|
|
66410
66410
|
const [result] = await integrationsConnectionsControllerListConnectionsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -66521,9 +66521,9 @@ List available integration providers that can connect to the organization for au
|
|
|
66521
66521
|
annotations: {
|
|
66522
66522
|
title: "",
|
|
66523
66523
|
destructiveHint: false,
|
|
66524
|
-
idempotentHint:
|
|
66524
|
+
idempotentHint: true,
|
|
66525
66525
|
openWorldHint: false,
|
|
66526
|
-
readOnlyHint:
|
|
66526
|
+
readOnlyHint: true
|
|
66527
66527
|
},
|
|
66528
66528
|
args: args98,
|
|
66529
66529
|
tool: async (client, args99, ctx) => {
|
|
@@ -67022,7 +67022,7 @@ Set services enabled on a connection in Comp AI. Connect vendor systems, configu
|
|
|
67022
67022
|
annotations: {
|
|
67023
67023
|
title: "",
|
|
67024
67024
|
destructiveHint: false,
|
|
67025
|
-
idempotentHint:
|
|
67025
|
+
idempotentHint: true,
|
|
67026
67026
|
openWorldHint: false,
|
|
67027
67027
|
readOnlyHint: false
|
|
67028
67028
|
},
|
|
@@ -67279,9 +67279,9 @@ List services enabled on a connection in Comp AI. Connect vendor systems, config
|
|
|
67279
67279
|
annotations: {
|
|
67280
67280
|
title: "",
|
|
67281
67281
|
destructiveHint: false,
|
|
67282
|
-
idempotentHint:
|
|
67282
|
+
idempotentHint: true,
|
|
67283
67283
|
openWorldHint: false,
|
|
67284
|
-
readOnlyHint:
|
|
67284
|
+
readOnlyHint: true
|
|
67285
67285
|
},
|
|
67286
67286
|
args: args104,
|
|
67287
67287
|
tool: async (client, args105, ctx) => {
|
|
@@ -67399,9 +67399,9 @@ List sync providers available to the org in Comp AI. Connect vendor systems, con
|
|
|
67399
67399
|
annotations: {
|
|
67400
67400
|
title: "",
|
|
67401
67401
|
destructiveHint: false,
|
|
67402
|
-
idempotentHint:
|
|
67402
|
+
idempotentHint: true,
|
|
67403
67403
|
openWorldHint: false,
|
|
67404
|
-
readOnlyHint:
|
|
67404
|
+
readOnlyHint: true
|
|
67405
67405
|
},
|
|
67406
67406
|
args: args105,
|
|
67407
67407
|
tool: async (client, args106, ctx) => {
|
|
@@ -67492,9 +67492,9 @@ Get the currently configured device sync provider in Comp AI. Connect vendor sys
|
|
|
67492
67492
|
annotations: {
|
|
67493
67493
|
title: "",
|
|
67494
67494
|
destructiveHint: false,
|
|
67495
|
-
idempotentHint:
|
|
67495
|
+
idempotentHint: true,
|
|
67496
67496
|
openWorldHint: false,
|
|
67497
|
-
readOnlyHint:
|
|
67497
|
+
readOnlyHint: true
|
|
67498
67498
|
},
|
|
67499
67499
|
tool: async (client, ctx) => {
|
|
67500
67500
|
const [result] = await integrationsSyncControllerGetDeviceSyncProviderV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -67584,9 +67584,9 @@ Get the currently configured employee sync provider in Comp AI. Connect vendor s
|
|
|
67584
67584
|
annotations: {
|
|
67585
67585
|
title: "",
|
|
67586
67586
|
destructiveHint: false,
|
|
67587
|
-
idempotentHint:
|
|
67587
|
+
idempotentHint: true,
|
|
67588
67588
|
openWorldHint: false,
|
|
67589
|
-
readOnlyHint:
|
|
67589
|
+
readOnlyHint: true
|
|
67590
67590
|
},
|
|
67591
67591
|
tool: async (client, ctx) => {
|
|
67592
67592
|
const [result] = await integrationsSyncControllerGetEmployeeSyncProviderV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -68942,9 +68942,9 @@ List checks for a task template in Comp AI. Connect vendor systems, configure OA
|
|
|
68942
68942
|
annotations: {
|
|
68943
68943
|
title: "",
|
|
68944
68944
|
destructiveHint: false,
|
|
68945
|
-
idempotentHint:
|
|
68945
|
+
idempotentHint: true,
|
|
68946
68946
|
openWorldHint: false,
|
|
68947
|
-
readOnlyHint:
|
|
68947
|
+
readOnlyHint: true
|
|
68948
68948
|
},
|
|
68949
68949
|
args: args113,
|
|
68950
68950
|
tool: async (client, args114, ctx) => {
|
|
@@ -69064,9 +69064,9 @@ List checks attached to a task in Comp AI. Connect vendor systems, configure OAu
|
|
|
69064
69064
|
annotations: {
|
|
69065
69065
|
title: "",
|
|
69066
69066
|
destructiveHint: false,
|
|
69067
|
-
idempotentHint:
|
|
69067
|
+
idempotentHint: true,
|
|
69068
69068
|
openWorldHint: false,
|
|
69069
|
-
readOnlyHint:
|
|
69069
|
+
readOnlyHint: true
|
|
69070
69070
|
},
|
|
69071
69071
|
args: args114,
|
|
69072
69072
|
tool: async (client, args115, ctx) => {
|
|
@@ -69191,9 +69191,9 @@ List check runs for a task in Comp AI. Connect vendor systems, configure OAuth a
|
|
|
69191
69191
|
annotations: {
|
|
69192
69192
|
title: "",
|
|
69193
69193
|
destructiveHint: false,
|
|
69194
|
-
idempotentHint:
|
|
69194
|
+
idempotentHint: true,
|
|
69195
69195
|
openWorldHint: false,
|
|
69196
|
-
readOnlyHint:
|
|
69196
|
+
readOnlyHint: true
|
|
69197
69197
|
},
|
|
69198
69198
|
args: args115,
|
|
69199
69199
|
tool: async (client, args116, ctx) => {
|
|
@@ -69545,9 +69545,9 @@ List integrations that can supply per-user 2FA status in Comp AI. Connect vendor
|
|
|
69545
69545
|
annotations: {
|
|
69546
69546
|
title: "",
|
|
69547
69547
|
destructiveHint: false,
|
|
69548
|
-
idempotentHint:
|
|
69548
|
+
idempotentHint: true,
|
|
69549
69549
|
openWorldHint: false,
|
|
69550
|
-
readOnlyHint:
|
|
69550
|
+
readOnlyHint: true
|
|
69551
69551
|
},
|
|
69552
69552
|
tool: async (client, ctx) => {
|
|
69553
69553
|
const [result] = await integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -69637,9 +69637,9 @@ Get the configured 2FA source provider in Comp AI. Connect vendor systems, confi
|
|
|
69637
69637
|
annotations: {
|
|
69638
69638
|
title: "",
|
|
69639
69639
|
destructiveHint: false,
|
|
69640
|
-
idempotentHint:
|
|
69640
|
+
idempotentHint: true,
|
|
69641
69641
|
openWorldHint: false,
|
|
69642
|
-
readOnlyHint:
|
|
69642
|
+
readOnlyHint: true
|
|
69643
69643
|
},
|
|
69644
69644
|
tool: async (client, ctx) => {
|
|
69645
69645
|
const [result] = await integrationsTwoFactorSourceControllerGetTwoFactorSourceV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -69729,9 +69729,9 @@ Per-user 2FA status from the configured source in Comp AI. Connect vendor system
|
|
|
69729
69729
|
annotations: {
|
|
69730
69730
|
title: "",
|
|
69731
69731
|
destructiveHint: false,
|
|
69732
|
-
idempotentHint:
|
|
69732
|
+
idempotentHint: true,
|
|
69733
69733
|
openWorldHint: false,
|
|
69734
|
-
readOnlyHint:
|
|
69734
|
+
readOnlyHint: true
|
|
69735
69735
|
},
|
|
69736
69736
|
tool: async (client, ctx) => {
|
|
69737
69737
|
const [result] = await integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -69974,9 +69974,9 @@ Get options for a connection variable in Comp AI. Connect vendor systems, config
|
|
|
69974
69974
|
annotations: {
|
|
69975
69975
|
title: "",
|
|
69976
69976
|
destructiveHint: false,
|
|
69977
|
-
idempotentHint:
|
|
69977
|
+
idempotentHint: true,
|
|
69978
69978
|
openWorldHint: false,
|
|
69979
|
-
readOnlyHint:
|
|
69979
|
+
readOnlyHint: true
|
|
69980
69980
|
},
|
|
69981
69981
|
args: args119,
|
|
69982
69982
|
tool: async (client, args120, ctx) => {
|
|
@@ -70096,9 +70096,9 @@ List connection variables in Comp AI. Connect vendor systems, configure OAuth ap
|
|
|
70096
70096
|
annotations: {
|
|
70097
70097
|
title: "",
|
|
70098
70098
|
destructiveHint: false,
|
|
70099
|
-
idempotentHint:
|
|
70099
|
+
idempotentHint: true,
|
|
70100
70100
|
openWorldHint: false,
|
|
70101
|
-
readOnlyHint:
|
|
70101
|
+
readOnlyHint: true
|
|
70102
70102
|
},
|
|
70103
70103
|
args: args120,
|
|
70104
70104
|
tool: async (client, args121, ctx) => {
|
|
@@ -70218,9 +70218,9 @@ List variable definitions for a provider in Comp AI. Connect vendor systems, con
|
|
|
70218
70218
|
annotations: {
|
|
70219
70219
|
title: "",
|
|
70220
70220
|
destructiveHint: false,
|
|
70221
|
-
idempotentHint:
|
|
70221
|
+
idempotentHint: true,
|
|
70222
70222
|
openWorldHint: false,
|
|
70223
|
-
readOnlyHint:
|
|
70223
|
+
readOnlyHint: true
|
|
70224
70224
|
},
|
|
70225
70225
|
args: args121,
|
|
70226
70226
|
tool: async (client, args122, ctx) => {
|
|
@@ -70849,13 +70849,13 @@ var init_ismsISMSControllerDriftV12 = __esm(() => {
|
|
|
70849
70849
|
name: "drift",
|
|
70850
70850
|
description: `Detect drift against the approved snapshot
|
|
70851
70851
|
|
|
70852
|
-
Reports whether an ISMS document's derived content is stale by comparing the platform data captured at its last generation against current data. Returns isStale
|
|
70852
|
+
Reports whether an ISMS document's derived content is stale by comparing the platform data captured at its last generation against current data. Returns hasBaseline, isStale and the changed sources; with no baseline, nothing has drifted.`,
|
|
70853
70853
|
annotations: {
|
|
70854
70854
|
title: "",
|
|
70855
70855
|
destructiveHint: false,
|
|
70856
|
-
idempotentHint:
|
|
70856
|
+
idempotentHint: true,
|
|
70857
70857
|
openWorldHint: false,
|
|
70858
|
-
readOnlyHint:
|
|
70858
|
+
readOnlyHint: true
|
|
70859
70859
|
},
|
|
70860
70860
|
args: args126,
|
|
70861
70861
|
tool: async (client, args127, ctx) => {
|
|
@@ -70998,6 +70998,7 @@ var init_exportismsdocumentdto = __esm(() => {
|
|
|
70998
70998
|
"docx"
|
|
70999
70999
|
]).describe("File format to export the ISMS document as");
|
|
71000
71000
|
ExportIsmsDocumentDto$zodSchema = object({
|
|
71001
|
+
draft: boolean2().optional().describe("Export the WORKING DRAFT rather than the published version — the customer's attached file when the document is in upload mode, or a live render of the form when it is not. Cannot be combined with versionId: the two name different artifacts, so asking for both is rejected."),
|
|
71001
71002
|
format: Format$zodSchema.describe("File format to export the ISMS document as"),
|
|
71002
71003
|
versionId: string2().optional().describe("Published version to export. Omit to export the document's current published version (or the working draft if it has never been published); provide a version id to download exactly what was approved at that version.")
|
|
71003
71004
|
});
|
|
@@ -71106,7 +71107,7 @@ var init_ismsISMSControllerExportDocumentV12 = __esm(() => {
|
|
|
71106
71107
|
name: "isms-export-document",
|
|
71107
71108
|
description: `Export an ISMS document as PDF or DOCX
|
|
71108
71109
|
|
|
71109
|
-
Downloads an ISMS document as
|
|
71110
|
+
Downloads an ISMS document as PDF or DOCX rather than JSON. Defaults to the latest published version; pass a versionId for a specific historical version exactly as approved, or draft:true for the working draft (their uploaded file).`,
|
|
71110
71111
|
annotations: {
|
|
71111
71112
|
title: "",
|
|
71112
71113
|
destructiveHint: false,
|
|
@@ -71354,9 +71355,9 @@ Returns one ISMS document with every register expanded — context issues, inter
|
|
|
71354
71355
|
annotations: {
|
|
71355
71356
|
title: "",
|
|
71356
71357
|
destructiveHint: false,
|
|
71357
|
-
idempotentHint:
|
|
71358
|
+
idempotentHint: true,
|
|
71358
71359
|
openWorldHint: false,
|
|
71359
|
-
readOnlyHint:
|
|
71360
|
+
readOnlyHint: true
|
|
71360
71361
|
},
|
|
71361
71362
|
args: args130,
|
|
71362
71363
|
tool: async (client, args131, ctx) => {
|
|
@@ -71476,9 +71477,9 @@ Lists an ISMS document's published versions newest first with version number, pu
|
|
|
71476
71477
|
annotations: {
|
|
71477
71478
|
title: "",
|
|
71478
71479
|
destructiveHint: false,
|
|
71479
|
-
idempotentHint:
|
|
71480
|
+
idempotentHint: true,
|
|
71480
71481
|
openWorldHint: false,
|
|
71481
|
-
readOnlyHint:
|
|
71482
|
+
readOnlyHint: true
|
|
71482
71483
|
},
|
|
71483
71484
|
args: args131,
|
|
71484
71485
|
tool: async (client, args132, ctx) => {
|
|
@@ -71602,8 +71603,8 @@ var init_ismsISMSControllerRemoveControlV12 = __esm(() => {
|
|
|
71602
71603
|
Removes the mapping between an ISMS document and one organization control. Takes the control id, not the link row id. The control itself is not deleted, and unlinking a control that was never linked succeeds silently.`,
|
|
71603
71604
|
annotations: {
|
|
71604
71605
|
title: "",
|
|
71605
|
-
destructiveHint:
|
|
71606
|
-
idempotentHint:
|
|
71606
|
+
destructiveHint: true,
|
|
71607
|
+
idempotentHint: true,
|
|
71607
71608
|
openWorldHint: false,
|
|
71608
71609
|
readOnlyHint: false
|
|
71609
71610
|
},
|
|
@@ -71621,21 +71622,21 @@ Removes the mapping between an ISMS document and one organization control. Takes
|
|
|
71621
71622
|
};
|
|
71622
71623
|
});
|
|
71623
71624
|
|
|
71624
|
-
// src/models/
|
|
71625
|
-
var
|
|
71626
|
-
var
|
|
71625
|
+
// src/models/ismscontrollerremovedocumentfilev1op.ts
|
|
71626
|
+
var IsmsControllerRemoveDocumentFileV1Request$zodSchema;
|
|
71627
|
+
var init_ismscontrollerremovedocumentfilev1op = __esm(() => {
|
|
71627
71628
|
init_zod();
|
|
71628
|
-
|
|
71629
|
+
IsmsControllerRemoveDocumentFileV1Request$zodSchema = object({
|
|
71629
71630
|
id: string2()
|
|
71630
71631
|
});
|
|
71631
71632
|
});
|
|
71632
71633
|
|
|
71633
|
-
// src/funcs/
|
|
71634
|
-
function
|
|
71634
|
+
// src/funcs/ismsISMSControllerRemoveDocumentFileV1.ts
|
|
71635
|
+
function ismsISMSControllerRemoveDocumentFileV1(client$, request, options) {
|
|
71635
71636
|
return new APIPromise($do153(client$, request, options));
|
|
71636
71637
|
}
|
|
71637
71638
|
async function $do153(client$, request, options) {
|
|
71638
|
-
const parsed$ = safeParse4(request, (value$) =>
|
|
71639
|
+
const parsed$ = safeParse4(request, (value$) => IsmsControllerRemoveDocumentFileV1Request$zodSchema.parse(value$), "Input validation failed");
|
|
71639
71640
|
if (!parsed$.ok) {
|
|
71640
71641
|
return [parsed$, { status: "invalid" }];
|
|
71641
71642
|
}
|
|
@@ -71647,7 +71648,7 @@ async function $do153(client$, request, options) {
|
|
|
71647
71648
|
charEncoding: "percent"
|
|
71648
71649
|
})
|
|
71649
71650
|
};
|
|
71650
|
-
const path$ = pathToFunc("/v1/isms/documents/{id}/
|
|
71651
|
+
const path$ = pathToFunc("/v1/isms/documents/{id}/upload")(pathParams$);
|
|
71651
71652
|
const headers$ = new Headers(compactMap({
|
|
71652
71653
|
Accept: "*/*"
|
|
71653
71654
|
}));
|
|
@@ -71656,7 +71657,7 @@ async function $do153(client$, request, options) {
|
|
|
71656
71657
|
const context = {
|
|
71657
71658
|
options: client$._options,
|
|
71658
71659
|
baseURL: options?.serverURL ?? client$._baseURL ?? "",
|
|
71659
|
-
operationID: "
|
|
71660
|
+
operationID: "IsmsController_removeDocumentFile_v1",
|
|
71660
71661
|
oAuth2Scopes: null,
|
|
71661
71662
|
resolvedSecurity: requestSecurity,
|
|
71662
71663
|
securitySource: client$._options.security,
|
|
@@ -71671,7 +71672,7 @@ async function $do153(client$, request, options) {
|
|
|
71671
71672
|
};
|
|
71672
71673
|
const requestRes = client$._createRequest(context, {
|
|
71673
71674
|
security: requestSecurity,
|
|
71674
|
-
method: "
|
|
71675
|
+
method: "DELETE",
|
|
71675
71676
|
baseURL: options?.serverURL,
|
|
71676
71677
|
path: path$,
|
|
71677
71678
|
headers: headers$,
|
|
@@ -71698,40 +71699,40 @@ async function $do153(client$, request, options) {
|
|
|
71698
71699
|
response: doResult.value
|
|
71699
71700
|
}];
|
|
71700
71701
|
}
|
|
71701
|
-
var
|
|
71702
|
+
var init_ismsISMSControllerRemoveDocumentFileV1 = __esm(() => {
|
|
71702
71703
|
init_encodings();
|
|
71703
71704
|
init_primitives();
|
|
71704
71705
|
init_schemas4();
|
|
71705
71706
|
init_security();
|
|
71706
71707
|
init_url();
|
|
71707
|
-
|
|
71708
|
+
init_ismscontrollerremovedocumentfilev1op();
|
|
71708
71709
|
init_async();
|
|
71709
71710
|
});
|
|
71710
71711
|
|
|
71711
|
-
// src/mcp-server/tools/
|
|
71712
|
-
var args133, tool$
|
|
71713
|
-
var
|
|
71714
|
-
|
|
71715
|
-
|
|
71712
|
+
// src/mcp-server/tools/ismsISMSControllerRemoveDocumentFileV1.ts
|
|
71713
|
+
var args133, tool$ismsISMSControllerRemoveDocumentFileV1;
|
|
71714
|
+
var init_ismsISMSControllerRemoveDocumentFileV12 = __esm(() => {
|
|
71715
|
+
init_ismsISMSControllerRemoveDocumentFileV1();
|
|
71716
|
+
init_ismscontrollerremovedocumentfilev1op();
|
|
71716
71717
|
init_tools();
|
|
71717
71718
|
args133 = {
|
|
71718
|
-
request:
|
|
71719
|
+
request: IsmsControllerRemoveDocumentFileV1Request$zodSchema
|
|
71719
71720
|
};
|
|
71720
|
-
tool$
|
|
71721
|
-
name: "
|
|
71722
|
-
description: `
|
|
71721
|
+
tool$ismsISMSControllerRemoveDocumentFileV1 = {
|
|
71722
|
+
name: "remove-isms-document-file",
|
|
71723
|
+
description: `Remove an ISMS document's uploaded file
|
|
71723
71724
|
|
|
71724
|
-
|
|
71725
|
+
Detaches the pending uploaded file from an ISMS document's draft. Already-published versions keep their own copy and stay downloadable. Returns the refreshed document.`,
|
|
71725
71726
|
annotations: {
|
|
71726
71727
|
title: "",
|
|
71727
|
-
destructiveHint:
|
|
71728
|
-
idempotentHint:
|
|
71728
|
+
destructiveHint: true,
|
|
71729
|
+
idempotentHint: true,
|
|
71729
71730
|
openWorldHint: false,
|
|
71730
71731
|
readOnlyHint: false
|
|
71731
71732
|
},
|
|
71732
71733
|
args: args133,
|
|
71733
71734
|
tool: async (client, args134, ctx) => {
|
|
71734
|
-
const [result] = await
|
|
71735
|
+
const [result] = await ismsISMSControllerRemoveDocumentFileV1(client, args134.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
71735
71736
|
if (!result.ok) {
|
|
71736
71737
|
return {
|
|
71737
71738
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -71743,46 +71744,34 @@ Returns the organisational and supplier risk rows the Risk Treatment Plan render
|
|
|
71743
71744
|
};
|
|
71744
71745
|
});
|
|
71745
71746
|
|
|
71746
|
-
// src/models/
|
|
71747
|
-
var
|
|
71748
|
-
var
|
|
71749
|
-
init_zod();
|
|
71750
|
-
SubmitIsmsForApprovalDto$zodSchema = object({
|
|
71751
|
-
approverId: string2().describe("Member ID of the approver to submit the ISMS to")
|
|
71752
|
-
});
|
|
71753
|
-
});
|
|
71754
|
-
|
|
71755
|
-
// src/models/ismscontrollersubmitforapprovalv1op.ts
|
|
71756
|
-
var IsmsControllerSubmitForApprovalV1Request$zodSchema;
|
|
71757
|
-
var init_ismscontrollersubmitforapprovalv1op = __esm(() => {
|
|
71747
|
+
// src/models/ismscontrollerrisktreatmentv1op.ts
|
|
71748
|
+
var IsmsControllerRiskTreatmentV1Request$zodSchema;
|
|
71749
|
+
var init_ismscontrollerrisktreatmentv1op = __esm(() => {
|
|
71758
71750
|
init_zod();
|
|
71759
|
-
|
|
71760
|
-
IsmsControllerSubmitForApprovalV1Request$zodSchema = object({
|
|
71761
|
-
body: SubmitIsmsForApprovalDto$zodSchema,
|
|
71751
|
+
IsmsControllerRiskTreatmentV1Request$zodSchema = object({
|
|
71762
71752
|
id: string2()
|
|
71763
71753
|
});
|
|
71764
71754
|
});
|
|
71765
71755
|
|
|
71766
|
-
// src/funcs/
|
|
71767
|
-
function
|
|
71756
|
+
// src/funcs/ismsISMSControllerRiskTreatmentV1.ts
|
|
71757
|
+
function ismsISMSControllerRiskTreatmentV1(client$, request, options) {
|
|
71768
71758
|
return new APIPromise($do154(client$, request, options));
|
|
71769
71759
|
}
|
|
71770
71760
|
async function $do154(client$, request, options) {
|
|
71771
|
-
const parsed$ = safeParse4(request, (value$) =>
|
|
71761
|
+
const parsed$ = safeParse4(request, (value$) => IsmsControllerRiskTreatmentV1Request$zodSchema.parse(value$), "Input validation failed");
|
|
71772
71762
|
if (!parsed$.ok) {
|
|
71773
71763
|
return [parsed$, { status: "invalid" }];
|
|
71774
71764
|
}
|
|
71775
71765
|
const payload$ = parsed$.value;
|
|
71776
|
-
const body$ =
|
|
71766
|
+
const body$ = null;
|
|
71777
71767
|
const pathParams$ = {
|
|
71778
71768
|
id: encodeSimple("id", payload$.id, {
|
|
71779
71769
|
explode: false,
|
|
71780
71770
|
charEncoding: "percent"
|
|
71781
71771
|
})
|
|
71782
71772
|
};
|
|
71783
|
-
const path$ = pathToFunc("/v1/isms/documents/{id}/
|
|
71773
|
+
const path$ = pathToFunc("/v1/isms/documents/{id}/risk-treatment")(pathParams$);
|
|
71784
71774
|
const headers$ = new Headers(compactMap({
|
|
71785
|
-
"Content-Type": "application/json",
|
|
71786
71775
|
Accept: "*/*"
|
|
71787
71776
|
}));
|
|
71788
71777
|
const securityInput = await extractSecurity(client$._options.security);
|
|
@@ -71790,7 +71779,7 @@ async function $do154(client$, request, options) {
|
|
|
71790
71779
|
const context = {
|
|
71791
71780
|
options: client$._options,
|
|
71792
71781
|
baseURL: options?.serverURL ?? client$._baseURL ?? "",
|
|
71793
|
-
operationID: "
|
|
71782
|
+
operationID: "IsmsController_riskTreatment_v1",
|
|
71794
71783
|
oAuth2Scopes: null,
|
|
71795
71784
|
resolvedSecurity: requestSecurity,
|
|
71796
71785
|
securitySource: client$._options.security,
|
|
@@ -71805,7 +71794,7 @@ async function $do154(client$, request, options) {
|
|
|
71805
71794
|
};
|
|
71806
71795
|
const requestRes = client$._createRequest(context, {
|
|
71807
71796
|
security: requestSecurity,
|
|
71808
|
-
method: "
|
|
71797
|
+
method: "GET",
|
|
71809
71798
|
baseURL: options?.serverURL,
|
|
71810
71799
|
path: path$,
|
|
71811
71800
|
headers: headers$,
|
|
@@ -71832,40 +71821,40 @@ async function $do154(client$, request, options) {
|
|
|
71832
71821
|
response: doResult.value
|
|
71833
71822
|
}];
|
|
71834
71823
|
}
|
|
71835
|
-
var
|
|
71824
|
+
var init_ismsISMSControllerRiskTreatmentV1 = __esm(() => {
|
|
71836
71825
|
init_encodings();
|
|
71837
71826
|
init_primitives();
|
|
71838
71827
|
init_schemas4();
|
|
71839
71828
|
init_security();
|
|
71840
71829
|
init_url();
|
|
71841
|
-
|
|
71830
|
+
init_ismscontrollerrisktreatmentv1op();
|
|
71842
71831
|
init_async();
|
|
71843
71832
|
});
|
|
71844
71833
|
|
|
71845
|
-
// src/mcp-server/tools/
|
|
71846
|
-
var args134, tool$
|
|
71847
|
-
var
|
|
71848
|
-
|
|
71849
|
-
|
|
71834
|
+
// src/mcp-server/tools/ismsISMSControllerRiskTreatmentV1.ts
|
|
71835
|
+
var args134, tool$ismsISMSControllerRiskTreatmentV1;
|
|
71836
|
+
var init_ismsISMSControllerRiskTreatmentV12 = __esm(() => {
|
|
71837
|
+
init_ismsISMSControllerRiskTreatmentV1();
|
|
71838
|
+
init_ismscontrollerrisktreatmentv1op();
|
|
71850
71839
|
init_tools();
|
|
71851
71840
|
args134 = {
|
|
71852
|
-
request:
|
|
71841
|
+
request: IsmsControllerRiskTreatmentV1Request$zodSchema
|
|
71853
71842
|
};
|
|
71854
|
-
tool$
|
|
71855
|
-
name: "
|
|
71856
|
-
description: `
|
|
71843
|
+
tool$ismsISMSControllerRiskTreatmentV1 = {
|
|
71844
|
+
name: "risk-treatment",
|
|
71845
|
+
description: `The Risk Treatment Plan's rows (Clause 6.1.3)
|
|
71857
71846
|
|
|
71858
|
-
|
|
71847
|
+
Returns the organisational and supplier risk rows the Risk Treatment Plan renders (from the Risk Register and Vendors, with acceptance state per row) plus its submit-readiness messages.`,
|
|
71859
71848
|
annotations: {
|
|
71860
71849
|
title: "",
|
|
71861
71850
|
destructiveHint: false,
|
|
71862
|
-
idempotentHint:
|
|
71851
|
+
idempotentHint: true,
|
|
71863
71852
|
openWorldHint: false,
|
|
71864
|
-
readOnlyHint:
|
|
71853
|
+
readOnlyHint: true
|
|
71865
71854
|
},
|
|
71866
71855
|
args: args134,
|
|
71867
71856
|
tool: async (client, args135, ctx) => {
|
|
71868
|
-
const [result] = await
|
|
71857
|
+
const [result] = await ismsISMSControllerRiskTreatmentV1(client, args135.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
71869
71858
|
if (!result.ok) {
|
|
71870
71859
|
return {
|
|
71871
71860
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -71877,27 +71866,48 @@ Sends an ISMS document to a named approver for review, setting its status to nee
|
|
|
71877
71866
|
};
|
|
71878
71867
|
});
|
|
71879
71868
|
|
|
71880
|
-
// src/models/
|
|
71881
|
-
var
|
|
71882
|
-
var
|
|
71869
|
+
// src/models/setismscontentsourcedto.ts
|
|
71870
|
+
var ContentSource$zodSchema, SetIsmsContentSourceDto$zodSchema;
|
|
71871
|
+
var init_setismscontentsourcedto = __esm(() => {
|
|
71883
71872
|
init_zod();
|
|
71884
|
-
|
|
71885
|
-
|
|
71873
|
+
ContentSource$zodSchema = _enum([
|
|
71874
|
+
"generated",
|
|
71875
|
+
"uploaded"
|
|
71876
|
+
]).describe("generated = build the document from our form and render it; uploaded = the customer-supplied file attached via the upload endpoint is the document.");
|
|
71877
|
+
SetIsmsContentSourceDto$zodSchema = object({
|
|
71878
|
+
contentSource: ContentSource$zodSchema.describe("generated = build the document from our form and render it; uploaded = the customer-supplied file attached via the upload endpoint is the document.")
|
|
71886
71879
|
});
|
|
71887
71880
|
});
|
|
71888
71881
|
|
|
71889
|
-
// src/
|
|
71890
|
-
|
|
71882
|
+
// src/models/ismscontrollersetcontentsourcev1op.ts
|
|
71883
|
+
var IsmsControllerSetContentSourceV1Request$zodSchema;
|
|
71884
|
+
var init_ismscontrollersetcontentsourcev1op = __esm(() => {
|
|
71885
|
+
init_zod();
|
|
71886
|
+
init_setismscontentsourcedto();
|
|
71887
|
+
IsmsControllerSetContentSourceV1Request$zodSchema = object({
|
|
71888
|
+
body: SetIsmsContentSourceDto$zodSchema,
|
|
71889
|
+
id: string2()
|
|
71890
|
+
});
|
|
71891
|
+
});
|
|
71892
|
+
|
|
71893
|
+
// src/funcs/ismsISMSControllerSetContentSourceV1.ts
|
|
71894
|
+
function ismsISMSControllerSetContentSourceV1(client$, request, options) {
|
|
71891
71895
|
return new APIPromise($do155(client$, request, options));
|
|
71892
71896
|
}
|
|
71893
71897
|
async function $do155(client$, request, options) {
|
|
71894
|
-
const parsed$ = safeParse4(request, (value$) =>
|
|
71898
|
+
const parsed$ = safeParse4(request, (value$) => IsmsControllerSetContentSourceV1Request$zodSchema.parse(value$), "Input validation failed");
|
|
71895
71899
|
if (!parsed$.ok) {
|
|
71896
71900
|
return [parsed$, { status: "invalid" }];
|
|
71897
71901
|
}
|
|
71898
71902
|
const payload$ = parsed$.value;
|
|
71899
|
-
const body$ = encodeJSON("body", payload
|
|
71900
|
-
const
|
|
71903
|
+
const body$ = encodeJSON("body", payload$.body, { explode: true });
|
|
71904
|
+
const pathParams$ = {
|
|
71905
|
+
id: encodeSimple("id", payload$.id, {
|
|
71906
|
+
explode: false,
|
|
71907
|
+
charEncoding: "percent"
|
|
71908
|
+
})
|
|
71909
|
+
};
|
|
71910
|
+
const path$ = pathToFunc("/v1/isms/documents/{id}/content-source")(pathParams$);
|
|
71901
71911
|
const headers$ = new Headers(compactMap({
|
|
71902
71912
|
"Content-Type": "application/json",
|
|
71903
71913
|
Accept: "*/*"
|
|
@@ -71907,7 +71917,7 @@ async function $do155(client$, request, options) {
|
|
|
71907
71917
|
const context = {
|
|
71908
71918
|
options: client$._options,
|
|
71909
71919
|
baseURL: options?.serverURL ?? client$._baseURL ?? "",
|
|
71910
|
-
operationID: "
|
|
71920
|
+
operationID: "IsmsController_setContentSource_v1",
|
|
71911
71921
|
oAuth2Scopes: null,
|
|
71912
71922
|
resolvedSecurity: requestSecurity,
|
|
71913
71923
|
securitySource: client$._options.security,
|
|
@@ -71922,7 +71932,7 @@ async function $do155(client$, request, options) {
|
|
|
71922
71932
|
};
|
|
71923
71933
|
const requestRes = client$._createRequest(context, {
|
|
71924
71934
|
security: requestSecurity,
|
|
71925
|
-
method: "
|
|
71935
|
+
method: "PATCH",
|
|
71926
71936
|
baseURL: options?.serverURL,
|
|
71927
71937
|
path: path$,
|
|
71928
71938
|
headers: headers$,
|
|
@@ -71949,30 +71959,30 @@ async function $do155(client$, request, options) {
|
|
|
71949
71959
|
response: doResult.value
|
|
71950
71960
|
}];
|
|
71951
71961
|
}
|
|
71952
|
-
var
|
|
71962
|
+
var init_ismsISMSControllerSetContentSourceV1 = __esm(() => {
|
|
71953
71963
|
init_encodings();
|
|
71954
71964
|
init_primitives();
|
|
71955
71965
|
init_schemas4();
|
|
71956
71966
|
init_security();
|
|
71957
71967
|
init_url();
|
|
71958
|
-
|
|
71968
|
+
init_ismscontrollersetcontentsourcev1op();
|
|
71959
71969
|
init_async();
|
|
71960
71970
|
});
|
|
71961
71971
|
|
|
71962
|
-
// src/mcp-server/tools/
|
|
71963
|
-
var args135, tool$
|
|
71964
|
-
var
|
|
71965
|
-
|
|
71966
|
-
|
|
71972
|
+
// src/mcp-server/tools/ismsISMSControllerSetContentSourceV1.ts
|
|
71973
|
+
var args135, tool$ismsISMSControllerSetContentSourceV1;
|
|
71974
|
+
var init_ismsISMSControllerSetContentSourceV12 = __esm(() => {
|
|
71975
|
+
init_ismsISMSControllerSetContentSourceV1();
|
|
71976
|
+
init_ismscontrollersetcontentsourcev1op();
|
|
71967
71977
|
init_tools();
|
|
71968
71978
|
args135 = {
|
|
71969
|
-
request:
|
|
71979
|
+
request: IsmsControllerSetContentSourceV1Request$zodSchema
|
|
71970
71980
|
};
|
|
71971
|
-
tool$
|
|
71972
|
-
name: "
|
|
71973
|
-
description: `
|
|
71981
|
+
tool$ismsISMSControllerSetContentSourceV1 = {
|
|
71982
|
+
name: "set-isms-content-source",
|
|
71983
|
+
description: `Switch an ISMS document between form and uploaded file
|
|
71974
71984
|
|
|
71975
|
-
|
|
71985
|
+
Sets whether the document's content is 'generated' from our form or is the 'uploaded' customer file. Switching is lossless — the form data and the uploaded file are both kept. Returns the refreshed document.`,
|
|
71976
71986
|
annotations: {
|
|
71977
71987
|
title: "",
|
|
71978
71988
|
destructiveHint: false,
|
|
@@ -71982,7 +71992,7 @@ Creates any missing ISMS documents and regenerates all twelve in dependency orde
|
|
|
71982
71992
|
},
|
|
71983
71993
|
args: args135,
|
|
71984
71994
|
tool: async (client, args136, ctx) => {
|
|
71985
|
-
const [result] = await
|
|
71995
|
+
const [result] = await ismsISMSControllerSetContentSourceV1(client, args136.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
71986
71996
|
if (!result.ok) {
|
|
71987
71997
|
return {
|
|
71988
71998
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -71994,31 +72004,46 @@ Creates any missing ISMS documents and regenerates all twelve in dependency orde
|
|
|
71994
72004
|
};
|
|
71995
72005
|
});
|
|
71996
72006
|
|
|
71997
|
-
// src/models/
|
|
71998
|
-
var
|
|
71999
|
-
var
|
|
72007
|
+
// src/models/submitismsforapprovaldto.ts
|
|
72008
|
+
var SubmitIsmsForApprovalDto$zodSchema;
|
|
72009
|
+
var init_submitismsforapprovaldto = __esm(() => {
|
|
72010
|
+
init_zod();
|
|
72011
|
+
SubmitIsmsForApprovalDto$zodSchema = object({
|
|
72012
|
+
approverId: string2().describe("Member ID of the approver to submit the ISMS to")
|
|
72013
|
+
});
|
|
72014
|
+
});
|
|
72015
|
+
|
|
72016
|
+
// src/models/ismscontrollersubmitforapprovalv1op.ts
|
|
72017
|
+
var IsmsControllerSubmitForApprovalV1Request$zodSchema;
|
|
72018
|
+
var init_ismscontrollersubmitforapprovalv1op = __esm(() => {
|
|
72000
72019
|
init_zod();
|
|
72001
|
-
|
|
72002
|
-
|
|
72020
|
+
init_submitismsforapprovaldto();
|
|
72021
|
+
IsmsControllerSubmitForApprovalV1Request$zodSchema = object({
|
|
72022
|
+
body: SubmitIsmsForApprovalDto$zodSchema,
|
|
72023
|
+
id: string2()
|
|
72003
72024
|
});
|
|
72004
72025
|
});
|
|
72005
72026
|
|
|
72006
|
-
// src/funcs/
|
|
72007
|
-
function
|
|
72027
|
+
// src/funcs/ismsISMSControllerSubmitForApprovalV1.ts
|
|
72028
|
+
function ismsISMSControllerSubmitForApprovalV1(client$, request, options) {
|
|
72008
72029
|
return new APIPromise($do156(client$, request, options));
|
|
72009
72030
|
}
|
|
72010
72031
|
async function $do156(client$, request, options) {
|
|
72011
|
-
const parsed$ = safeParse4(request, (value$) =>
|
|
72032
|
+
const parsed$ = safeParse4(request, (value$) => IsmsControllerSubmitForApprovalV1Request$zodSchema.parse(value$), "Input validation failed");
|
|
72012
72033
|
if (!parsed$.ok) {
|
|
72013
72034
|
return [parsed$, { status: "invalid" }];
|
|
72014
72035
|
}
|
|
72015
72036
|
const payload$ = parsed$.value;
|
|
72016
|
-
const body$ =
|
|
72017
|
-
const
|
|
72018
|
-
|
|
72019
|
-
|
|
72020
|
-
|
|
72037
|
+
const body$ = encodeJSON("body", payload$.body, { explode: true });
|
|
72038
|
+
const pathParams$ = {
|
|
72039
|
+
id: encodeSimple("id", payload$.id, {
|
|
72040
|
+
explode: false,
|
|
72041
|
+
charEncoding: "percent"
|
|
72042
|
+
})
|
|
72043
|
+
};
|
|
72044
|
+
const path$ = pathToFunc("/v1/isms/documents/{id}/submit-for-approval")(pathParams$);
|
|
72021
72045
|
const headers$ = new Headers(compactMap({
|
|
72046
|
+
"Content-Type": "application/json",
|
|
72022
72047
|
Accept: "*/*"
|
|
72023
72048
|
}));
|
|
72024
72049
|
const securityInput = await extractSecurity(client$._options.security);
|
|
@@ -72026,7 +72051,7 @@ async function $do156(client$, request, options) {
|
|
|
72026
72051
|
const context = {
|
|
72027
72052
|
options: client$._options,
|
|
72028
72053
|
baseURL: options?.serverURL ?? client$._baseURL ?? "",
|
|
72029
|
-
operationID: "
|
|
72054
|
+
operationID: "IsmsController_submitForApproval_v1",
|
|
72030
72055
|
oAuth2Scopes: null,
|
|
72031
72056
|
resolvedSecurity: requestSecurity,
|
|
72032
72057
|
securitySource: client$._options.security,
|
|
@@ -72041,11 +72066,10 @@ async function $do156(client$, request, options) {
|
|
|
72041
72066
|
};
|
|
72042
72067
|
const requestRes = client$._createRequest(context, {
|
|
72043
72068
|
security: requestSecurity,
|
|
72044
|
-
method: "
|
|
72069
|
+
method: "POST",
|
|
72045
72070
|
baseURL: options?.serverURL,
|
|
72046
72071
|
path: path$,
|
|
72047
72072
|
headers: headers$,
|
|
72048
|
-
query: query$,
|
|
72049
72073
|
body: body$,
|
|
72050
72074
|
userAgent: client$._options.userAgent,
|
|
72051
72075
|
timeoutMs: options?.timeoutMs || client$._options.timeoutMs || 120000
|
|
@@ -72069,30 +72093,30 @@ async function $do156(client$, request, options) {
|
|
|
72069
72093
|
response: doResult.value
|
|
72070
72094
|
}];
|
|
72071
72095
|
}
|
|
72072
|
-
var
|
|
72096
|
+
var init_ismsISMSControllerSubmitForApprovalV1 = __esm(() => {
|
|
72073
72097
|
init_encodings();
|
|
72074
72098
|
init_primitives();
|
|
72075
72099
|
init_schemas4();
|
|
72076
72100
|
init_security();
|
|
72077
72101
|
init_url();
|
|
72078
|
-
|
|
72102
|
+
init_ismscontrollersubmitforapprovalv1op();
|
|
72079
72103
|
init_async();
|
|
72080
72104
|
});
|
|
72081
72105
|
|
|
72082
|
-
// src/mcp-server/tools/
|
|
72083
|
-
var args136, tool$
|
|
72084
|
-
var
|
|
72085
|
-
|
|
72086
|
-
|
|
72106
|
+
// src/mcp-server/tools/ismsISMSControllerSubmitForApprovalV1.ts
|
|
72107
|
+
var args136, tool$ismsISMSControllerSubmitForApprovalV1;
|
|
72108
|
+
var init_ismsISMSControllerSubmitForApprovalV12 = __esm(() => {
|
|
72109
|
+
init_ismsISMSControllerSubmitForApprovalV1();
|
|
72110
|
+
init_ismscontrollersubmitforapprovalv1op();
|
|
72087
72111
|
init_tools();
|
|
72088
72112
|
args136 = {
|
|
72089
|
-
request:
|
|
72113
|
+
request: IsmsControllerSubmitForApprovalV1Request$zodSchema
|
|
72090
72114
|
};
|
|
72091
|
-
tool$
|
|
72092
|
-
name: "
|
|
72093
|
-
description: `
|
|
72115
|
+
tool$ismsISMSControllerSubmitForApprovalV1 = {
|
|
72116
|
+
name: "isms-submit-for-approval",
|
|
72117
|
+
description: `Submit an ISMS document for approval
|
|
72094
72118
|
|
|
72095
|
-
|
|
72119
|
+
Sends an ISMS document to a named approver for review, setting its status to needs_review. Requires the approverId of an active member. Rejected if any blocking todo remains, so read the document's todos first.`,
|
|
72096
72120
|
annotations: {
|
|
72097
72121
|
title: "",
|
|
72098
72122
|
destructiveHint: false,
|
|
@@ -72102,7 +72126,7 @@ Returns the saved ISO 27001 onboarding wizard answers for a framework, together
|
|
|
72102
72126
|
},
|
|
72103
72127
|
args: args136,
|
|
72104
72128
|
tool: async (client, args137, ctx) => {
|
|
72105
|
-
const [result] = await
|
|
72129
|
+
const [result] = await ismsISMSControllerSubmitForApprovalV1(client, args137.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
72106
72130
|
if (!result.ok) {
|
|
72107
72131
|
return {
|
|
72108
72132
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -72114,29 +72138,51 @@ Returns the saved ISO 27001 onboarding wizard answers for a framework, together
|
|
|
72114
72138
|
};
|
|
72115
72139
|
});
|
|
72116
72140
|
|
|
72117
|
-
// src/models/
|
|
72118
|
-
var
|
|
72119
|
-
var
|
|
72141
|
+
// src/models/uploadismsdocumentdto.ts
|
|
72142
|
+
var FileType$zodSchema, UploadIsmsDocumentDto$zodSchema;
|
|
72143
|
+
var init_uploadismsdocumentdto = __esm(() => {
|
|
72120
72144
|
init_zod();
|
|
72121
|
-
|
|
72122
|
-
|
|
72123
|
-
|
|
72124
|
-
|
|
72125
|
-
|
|
72145
|
+
FileType$zodSchema = _enum([
|
|
72146
|
+
"application/pdf",
|
|
72147
|
+
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
72148
|
+
]).describe("MIME type of the file. Only PDF and DOCX are accepted — an uploaded file is the document itself and is never converted.");
|
|
72149
|
+
UploadIsmsDocumentDto$zodSchema = object({
|
|
72150
|
+
fileData: string2().optional().describe("Base64-encoded file contents, for the web UI and direct callers. AI/MCP clients should upload via /v1/uploads/presign (purpose=document) and pass s3Key instead. Provide exactly one of fileData or s3Key."),
|
|
72151
|
+
fileName: string2().describe("Original filename. Stored as-is for display and download; only a sanitised copy is used in the storage key."),
|
|
72152
|
+
fileType: FileType$zodSchema.describe("MIME type of the file. Only PDF and DOCX are accepted — an uploaded file is the document itself and is never converted."),
|
|
72153
|
+
s3Key: string2().optional().describe("Key of a file already uploaded via /v1/uploads/presign (purpose=document). The server reads the bytes from storage. Provide exactly one of fileData or s3Key.")
|
|
72154
|
+
});
|
|
72126
72155
|
});
|
|
72127
72156
|
|
|
72128
|
-
// src/
|
|
72129
|
-
|
|
72157
|
+
// src/models/ismscontrolleruploaddocumentfilev1op.ts
|
|
72158
|
+
var IsmsControllerUploadDocumentFileV1Request$zodSchema;
|
|
72159
|
+
var init_ismscontrolleruploaddocumentfilev1op = __esm(() => {
|
|
72160
|
+
init_zod();
|
|
72161
|
+
init_uploadismsdocumentdto();
|
|
72162
|
+
IsmsControllerUploadDocumentFileV1Request$zodSchema = object({
|
|
72163
|
+
body: UploadIsmsDocumentDto$zodSchema,
|
|
72164
|
+
id: string2()
|
|
72165
|
+
});
|
|
72166
|
+
});
|
|
72167
|
+
|
|
72168
|
+
// src/funcs/ismsISMSControllerUploadDocumentFileV1.ts
|
|
72169
|
+
function ismsISMSControllerUploadDocumentFileV1(client$, request, options) {
|
|
72130
72170
|
return new APIPromise($do157(client$, request, options));
|
|
72131
72171
|
}
|
|
72132
72172
|
async function $do157(client$, request, options) {
|
|
72133
|
-
const parsed$ = safeParse4(request, (value$) =>
|
|
72173
|
+
const parsed$ = safeParse4(request, (value$) => IsmsControllerUploadDocumentFileV1Request$zodSchema.parse(value$), "Input validation failed");
|
|
72134
72174
|
if (!parsed$.ok) {
|
|
72135
72175
|
return [parsed$, { status: "invalid" }];
|
|
72136
72176
|
}
|
|
72137
72177
|
const payload$ = parsed$.value;
|
|
72138
|
-
const body$ = encodeJSON("body", payload
|
|
72139
|
-
const
|
|
72178
|
+
const body$ = encodeJSON("body", payload$.body, { explode: true });
|
|
72179
|
+
const pathParams$ = {
|
|
72180
|
+
id: encodeSimple("id", payload$.id, {
|
|
72181
|
+
explode: false,
|
|
72182
|
+
charEncoding: "percent"
|
|
72183
|
+
})
|
|
72184
|
+
};
|
|
72185
|
+
const path$ = pathToFunc("/v1/isms/documents/{id}/upload")(pathParams$);
|
|
72140
72186
|
const headers$ = new Headers(compactMap({
|
|
72141
72187
|
"Content-Type": "application/json",
|
|
72142
72188
|
Accept: "*/*"
|
|
@@ -72146,7 +72192,7 @@ async function $do157(client$, request, options) {
|
|
|
72146
72192
|
const context = {
|
|
72147
72193
|
options: client$._options,
|
|
72148
72194
|
baseURL: options?.serverURL ?? client$._baseURL ?? "",
|
|
72149
|
-
operationID: "
|
|
72195
|
+
operationID: "IsmsController_uploadDocumentFile_v1",
|
|
72150
72196
|
oAuth2Scopes: null,
|
|
72151
72197
|
resolvedSecurity: requestSecurity,
|
|
72152
72198
|
securitySource: client$._options.security,
|
|
@@ -72188,30 +72234,30 @@ async function $do157(client$, request, options) {
|
|
|
72188
72234
|
response: doResult.value
|
|
72189
72235
|
}];
|
|
72190
72236
|
}
|
|
72191
|
-
var
|
|
72237
|
+
var init_ismsISMSControllerUploadDocumentFileV1 = __esm(() => {
|
|
72192
72238
|
init_encodings();
|
|
72193
72239
|
init_primitives();
|
|
72194
72240
|
init_schemas4();
|
|
72195
72241
|
init_security();
|
|
72196
72242
|
init_url();
|
|
72197
|
-
|
|
72243
|
+
init_ismscontrolleruploaddocumentfilev1op();
|
|
72198
72244
|
init_async();
|
|
72199
72245
|
});
|
|
72200
72246
|
|
|
72201
|
-
// src/mcp-server/tools/
|
|
72202
|
-
var args137, tool$
|
|
72203
|
-
var
|
|
72204
|
-
|
|
72205
|
-
|
|
72247
|
+
// src/mcp-server/tools/ismsISMSControllerUploadDocumentFileV1.ts
|
|
72248
|
+
var args137, tool$ismsISMSControllerUploadDocumentFileV1;
|
|
72249
|
+
var init_ismsISMSControllerUploadDocumentFileV12 = __esm(() => {
|
|
72250
|
+
init_ismsISMSControllerUploadDocumentFileV1();
|
|
72251
|
+
init_ismscontrolleruploaddocumentfilev1op();
|
|
72206
72252
|
init_tools();
|
|
72207
72253
|
args137 = {
|
|
72208
|
-
request:
|
|
72254
|
+
request: IsmsControllerUploadDocumentFileV1Request$zodSchema
|
|
72209
72255
|
};
|
|
72210
|
-
tool$
|
|
72211
|
-
name: "
|
|
72212
|
-
description: `
|
|
72256
|
+
tool$ismsISMSControllerUploadDocumentFileV1 = {
|
|
72257
|
+
name: "upload-isms-document-file",
|
|
72258
|
+
description: `Upload a file as an ISMS document's content
|
|
72213
72259
|
|
|
72214
|
-
|
|
72260
|
+
Attaches a customer-supplied PDF or DOCX as the document's content. Does not switch the document to it — call PATCH content-source with 'uploaded' for that. Returns the refreshed document.`,
|
|
72215
72261
|
annotations: {
|
|
72216
72262
|
title: "",
|
|
72217
72263
|
destructiveHint: false,
|
|
@@ -72221,7 +72267,7 @@ Saves ISO 27001 onboarding wizard answers as a partial update — supplied field
|
|
|
72221
72267
|
},
|
|
72222
72268
|
args: args137,
|
|
72223
72269
|
tool: async (client, args138, ctx) => {
|
|
72224
|
-
const [result] = await
|
|
72270
|
+
const [result] = await ismsISMSControllerUploadDocumentFileV1(client, args138.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
72225
72271
|
if (!result.ok) {
|
|
72226
72272
|
return {
|
|
72227
72273
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -72367,12 +72413,14 @@ Record measurements for several metrics/periods in one save (Metrics due / backf
|
|
|
72367
72413
|
});
|
|
72368
72414
|
|
|
72369
72415
|
// src/models/ismsregisterscontrollercreaterowv1op.ts
|
|
72370
|
-
var IsmsRegistersControllerCreateRowV1Kind$zodSchema, IsmsRegistersControllerCreateRowV1Status$zodSchema, IsmsRegistersControllerCreateRowV1AuditRoute$zodSchema, IsmsRegistersControllerCreateRowV1BasisOfCompetence$zodSchema, IsmsRegistersControllerCreateRowV1ConclusionVerdict$zodSchema, IsmsRegistersControllerCreateRowV1Result$zodSchema, IsmsRegistersControllerCreateRowV1Type$zodSchema, IsmsRegistersControllerCreateRowV1Attendee$zodSchema, IsmsRegistersControllerCreateRowV1RequestBody$zodSchema, IsmsRegistersControllerCreateRowV1Request$zodSchema;
|
|
72416
|
+
var IsmsRegistersControllerCreateRowV1Kind$zodSchema, IsmsRegistersControllerCreateRowV1Status$zodSchema, IsmsRegistersControllerCreateRowV1AuditRoute$zodSchema, IsmsRegistersControllerCreateRowV1BasisOfCompetence$zodSchema, IsmsRegistersControllerCreateRowV1Unit$zodSchema, IsmsRegistersControllerCreateRowV1TargetKind$zodSchema, IsmsRegistersControllerCreateRowV1TargetOperator$zodSchema, IsmsRegistersControllerCreateRowV1ConclusionVerdict$zodSchema, IsmsRegistersControllerCreateRowV1Result$zodSchema, IsmsRegistersControllerCreateRowV1Type$zodSchema, IsmsRegistersControllerCreateRowV1Attendee$zodSchema, IsmsRegistersControllerCreateRowV1RequestBody$zodSchema, IsmsRegistersControllerCreateRowV1Request$zodSchema;
|
|
72371
72417
|
var init_ismsregisterscontrollercreaterowv1op = __esm(() => {
|
|
72372
72418
|
init_zod();
|
|
72373
72419
|
IsmsRegistersControllerCreateRowV1Kind$zodSchema = _enum([
|
|
72374
72420
|
"internal",
|
|
72375
|
-
"external"
|
|
72421
|
+
"external",
|
|
72422
|
+
"recurring",
|
|
72423
|
+
"milestone"
|
|
72376
72424
|
]);
|
|
72377
72425
|
IsmsRegistersControllerCreateRowV1Status$zodSchema = _enum([
|
|
72378
72426
|
"not_started",
|
|
@@ -72396,6 +72444,22 @@ var init_ismsregisterscontrollercreaterowv1op = __esm(() => {
|
|
|
72396
72444
|
"experience",
|
|
72397
72445
|
"combination"
|
|
72398
72446
|
]);
|
|
72447
|
+
IsmsRegistersControllerCreateRowV1Unit$zodSchema = _enum([
|
|
72448
|
+
"percent",
|
|
72449
|
+
"count",
|
|
72450
|
+
"days",
|
|
72451
|
+
"hours",
|
|
72452
|
+
"minutes"
|
|
72453
|
+
]);
|
|
72454
|
+
IsmsRegistersControllerCreateRowV1TargetKind$zodSchema = _enum([
|
|
72455
|
+
"structured",
|
|
72456
|
+
"text"
|
|
72457
|
+
]).describe("Defaults to 'text'. 'structured' requires targetOperator, targetValue and unit.");
|
|
72458
|
+
IsmsRegistersControllerCreateRowV1TargetOperator$zodSchema = _enum([
|
|
72459
|
+
"at_least",
|
|
72460
|
+
"at_most",
|
|
72461
|
+
"exactly"
|
|
72462
|
+
]);
|
|
72399
72463
|
IsmsRegistersControllerCreateRowV1ConclusionVerdict$zodSchema = _enum([
|
|
72400
72464
|
"conform",
|
|
72401
72465
|
"substantially_conform",
|
|
@@ -72461,14 +72525,14 @@ var init_ismsregisterscontrollercreaterowv1op = __esm(() => {
|
|
|
72461
72525
|
meetingDate: string2().nullable().optional(),
|
|
72462
72526
|
memberId: string2().optional(),
|
|
72463
72527
|
method: string2().optional(),
|
|
72464
|
-
metricId: string2().optional(),
|
|
72528
|
+
metricId: string2().nullable().optional().describe("Measurements: the metric being recorded. Objectives: the metric the objective inherits its target, cadence and status from (recurring objectives only)."),
|
|
72465
72529
|
monitorMemberId: string2().nullable().optional(),
|
|
72466
72530
|
name: string2().optional(),
|
|
72467
72531
|
needsExpectations: string2().optional(),
|
|
72468
72532
|
note: string2().nullable().optional(),
|
|
72469
72533
|
notes: string2().nullable().optional(),
|
|
72470
72534
|
objective: string2().optional(),
|
|
72471
|
-
objectiveId: string2().nullable().optional(),
|
|
72535
|
+
objectiveId: string2().nullable().optional().describe("Deprecated: objectives now take their numbers from a metric, not the reverse."),
|
|
72472
72536
|
ownerMemberId: string2().optional(),
|
|
72473
72537
|
partyName: string2().optional(),
|
|
72474
72538
|
periodStart: string2().optional().describe("First day of the covered period (YYYY-MM-DD), aligned to the metric cadence"),
|
|
@@ -72495,8 +72559,13 @@ var init_ismsregisterscontrollercreaterowv1op = __esm(() => {
|
|
|
72495
72559
|
signoffTopMgmtName: string2().nullable().optional(),
|
|
72496
72560
|
status: IsmsRegistersControllerCreateRowV1Status$zodSchema.optional(),
|
|
72497
72561
|
target: string2().optional(),
|
|
72562
|
+
targetDate: string2().nullable().optional().describe("Milestone objectives only: due date (YYYY-MM-DD)"),
|
|
72563
|
+
targetKind: IsmsRegistersControllerCreateRowV1TargetKind$zodSchema.optional().describe("Defaults to 'text'. 'structured' requires targetOperator, targetValue and unit."),
|
|
72564
|
+
targetOperator: IsmsRegistersControllerCreateRowV1TargetOperator$zodSchema.nullable().optional(),
|
|
72565
|
+
targetValue: number2().nullable().optional(),
|
|
72498
72566
|
treatment: string2().optional(),
|
|
72499
72567
|
type: IsmsRegistersControllerCreateRowV1Type$zodSchema.optional(),
|
|
72568
|
+
unit: IsmsRegistersControllerCreateRowV1Unit$zodSchema.nullable().optional(),
|
|
72500
72569
|
value: string2().optional(),
|
|
72501
72570
|
whatIsMeasured: string2().optional(),
|
|
72502
72571
|
whatItCovers: string2().optional(),
|
|
@@ -72736,8 +72805,8 @@ var init_ismsISMSRegistersControllerDeleteRowV12 = __esm(() => {
|
|
|
72736
72805
|
Permanently deletes one row from an ISMS register, and cascades: deleting an audit removes its controls and findings, and deleting a metric removes its whole measurement history. Seeded metrics and roles cannot be deleted.`,
|
|
72737
72806
|
annotations: {
|
|
72738
72807
|
title: "",
|
|
72739
|
-
destructiveHint:
|
|
72740
|
-
idempotentHint:
|
|
72808
|
+
destructiveHint: true,
|
|
72809
|
+
idempotentHint: true,
|
|
72741
72810
|
openWorldHint: false,
|
|
72742
72811
|
readOnlyHint: false
|
|
72743
72812
|
},
|
|
@@ -72883,12 +72952,14 @@ Replaces the working draft narrative of a document type that stores one, such as
|
|
|
72883
72952
|
});
|
|
72884
72953
|
|
|
72885
72954
|
// src/models/ismsregisterscontrollerupdaterowv1op.ts
|
|
72886
|
-
var IsmsRegistersControllerUpdateRowV1Kind$zodSchema, IsmsRegistersControllerUpdateRowV1Status$zodSchema, IsmsRegistersControllerUpdateRowV1AuditRoute$zodSchema, IsmsRegistersControllerUpdateRowV1BasisOfCompetence$zodSchema, IsmsRegistersControllerUpdateRowV1ConclusionVerdict$zodSchema, IsmsRegistersControllerUpdateRowV1Result$zodSchema, IsmsRegistersControllerUpdateRowV1Type$zodSchema, IsmsRegistersControllerUpdateRowV1Attendee$zodSchema, IsmsRegistersControllerUpdateRowV1RequestBody$zodSchema, IsmsRegistersControllerUpdateRowV1Request$zodSchema;
|
|
72955
|
+
var IsmsRegistersControllerUpdateRowV1Kind$zodSchema, IsmsRegistersControllerUpdateRowV1Status$zodSchema, IsmsRegistersControllerUpdateRowV1AuditRoute$zodSchema, IsmsRegistersControllerUpdateRowV1BasisOfCompetence$zodSchema, IsmsRegistersControllerUpdateRowV1Unit$zodSchema, IsmsRegistersControllerUpdateRowV1TargetKind$zodSchema, IsmsRegistersControllerUpdateRowV1TargetOperator$zodSchema, IsmsRegistersControllerUpdateRowV1ConclusionVerdict$zodSchema, IsmsRegistersControllerUpdateRowV1Result$zodSchema, IsmsRegistersControllerUpdateRowV1Type$zodSchema, IsmsRegistersControllerUpdateRowV1Attendee$zodSchema, IsmsRegistersControllerUpdateRowV1RequestBody$zodSchema, IsmsRegistersControllerUpdateRowV1Request$zodSchema;
|
|
72887
72956
|
var init_ismsregisterscontrollerupdaterowv1op = __esm(() => {
|
|
72888
72957
|
init_zod();
|
|
72889
72958
|
IsmsRegistersControllerUpdateRowV1Kind$zodSchema = _enum([
|
|
72890
72959
|
"internal",
|
|
72891
|
-
"external"
|
|
72960
|
+
"external",
|
|
72961
|
+
"recurring",
|
|
72962
|
+
"milestone"
|
|
72892
72963
|
]);
|
|
72893
72964
|
IsmsRegistersControllerUpdateRowV1Status$zodSchema = _enum([
|
|
72894
72965
|
"not_started",
|
|
@@ -72912,6 +72983,22 @@ var init_ismsregisterscontrollerupdaterowv1op = __esm(() => {
|
|
|
72912
72983
|
"experience",
|
|
72913
72984
|
"combination"
|
|
72914
72985
|
]);
|
|
72986
|
+
IsmsRegistersControllerUpdateRowV1Unit$zodSchema = _enum([
|
|
72987
|
+
"percent",
|
|
72988
|
+
"count",
|
|
72989
|
+
"days",
|
|
72990
|
+
"hours",
|
|
72991
|
+
"minutes"
|
|
72992
|
+
]);
|
|
72993
|
+
IsmsRegistersControllerUpdateRowV1TargetKind$zodSchema = _enum([
|
|
72994
|
+
"structured",
|
|
72995
|
+
"text"
|
|
72996
|
+
]).describe("Defaults to 'text'. 'structured' requires targetOperator, targetValue and unit.");
|
|
72997
|
+
IsmsRegistersControllerUpdateRowV1TargetOperator$zodSchema = _enum([
|
|
72998
|
+
"at_least",
|
|
72999
|
+
"at_most",
|
|
73000
|
+
"exactly"
|
|
73001
|
+
]);
|
|
72915
73002
|
IsmsRegistersControllerUpdateRowV1ConclusionVerdict$zodSchema = _enum([
|
|
72916
73003
|
"conform",
|
|
72917
73004
|
"substantially_conform",
|
|
@@ -72977,14 +73064,14 @@ var init_ismsregisterscontrollerupdaterowv1op = __esm(() => {
|
|
|
72977
73064
|
meetingDate: string2().nullable().optional(),
|
|
72978
73065
|
memberId: string2().optional(),
|
|
72979
73066
|
method: string2().optional(),
|
|
72980
|
-
metricId: string2().optional(),
|
|
73067
|
+
metricId: string2().nullable().optional().describe("Measurements: the metric being recorded. Objectives: the metric the objective inherits its target, cadence and status from (recurring objectives only)."),
|
|
72981
73068
|
monitorMemberId: string2().nullable().optional(),
|
|
72982
73069
|
name: string2().optional(),
|
|
72983
73070
|
needsExpectations: string2().optional(),
|
|
72984
73071
|
note: string2().nullable().optional(),
|
|
72985
73072
|
notes: string2().nullable().optional(),
|
|
72986
73073
|
objective: string2().optional(),
|
|
72987
|
-
objectiveId: string2().nullable().optional(),
|
|
73074
|
+
objectiveId: string2().nullable().optional().describe("Deprecated: objectives now take their numbers from a metric, not the reverse."),
|
|
72988
73075
|
ownerMemberId: string2().optional(),
|
|
72989
73076
|
partyName: string2().optional(),
|
|
72990
73077
|
periodStart: string2().optional().describe("First day of the covered period (YYYY-MM-DD), aligned to the metric cadence"),
|
|
@@ -73011,8 +73098,13 @@ var init_ismsregisterscontrollerupdaterowv1op = __esm(() => {
|
|
|
73011
73098
|
signoffTopMgmtName: string2().nullable().optional(),
|
|
73012
73099
|
status: IsmsRegistersControllerUpdateRowV1Status$zodSchema.optional(),
|
|
73013
73100
|
target: string2().optional(),
|
|
73101
|
+
targetDate: string2().nullable().optional().describe("Milestone objectives only: due date (YYYY-MM-DD)"),
|
|
73102
|
+
targetKind: IsmsRegistersControllerUpdateRowV1TargetKind$zodSchema.optional().describe("Defaults to 'text'. 'structured' requires targetOperator, targetValue and unit."),
|
|
73103
|
+
targetOperator: IsmsRegistersControllerUpdateRowV1TargetOperator$zodSchema.nullable().optional(),
|
|
73104
|
+
targetValue: number2().nullable().optional(),
|
|
73014
73105
|
treatment: string2().optional(),
|
|
73015
73106
|
type: IsmsRegistersControllerUpdateRowV1Type$zodSchema.optional(),
|
|
73107
|
+
unit: IsmsRegistersControllerUpdateRowV1Unit$zodSchema.nullable().optional(),
|
|
73016
73108
|
value: string2().optional(),
|
|
73017
73109
|
whatIsMeasured: string2().optional(),
|
|
73018
73110
|
whatItCovers: string2().optional(),
|
|
@@ -73822,9 +73914,9 @@ List uploaded knowledge base documents that Comp AI can use as approved source m
|
|
|
73822
73914
|
annotations: {
|
|
73823
73915
|
title: "",
|
|
73824
73916
|
destructiveHint: false,
|
|
73825
|
-
idempotentHint:
|
|
73917
|
+
idempotentHint: true,
|
|
73826
73918
|
openWorldHint: false,
|
|
73827
|
-
readOnlyHint:
|
|
73919
|
+
readOnlyHint: true
|
|
73828
73920
|
},
|
|
73829
73921
|
tool: async (client, ctx) => {
|
|
73830
73922
|
const [result] = await knowledgeBaseKnowledgeBaseControllerListDocumentsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -73914,9 +74006,9 @@ List all manual answers for an organization in Comp AI. Upload source documents,
|
|
|
73914
74006
|
annotations: {
|
|
73915
74007
|
title: "",
|
|
73916
74008
|
destructiveHint: false,
|
|
73917
|
-
idempotentHint:
|
|
74009
|
+
idempotentHint: true,
|
|
73918
74010
|
openWorldHint: false,
|
|
73919
|
-
readOnlyHint:
|
|
74011
|
+
readOnlyHint: true
|
|
73920
74012
|
},
|
|
73921
74013
|
tool: async (client, ctx) => {
|
|
73922
74014
|
const [result] = await knowledgeBaseKnowledgeBaseControllerListManualAnswersV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -74626,8 +74718,8 @@ var init_offboardingChecklistOffboardingChecklistControllerDeleteTemplateItemV12
|
|
|
74626
74718
|
Removes an item from the organization's offboarding checklist template by id so it no longer appears on members' offboarding checklists.`,
|
|
74627
74719
|
annotations: {
|
|
74628
74720
|
title: "",
|
|
74629
|
-
destructiveHint:
|
|
74630
|
-
idempotentHint:
|
|
74721
|
+
destructiveHint: true,
|
|
74722
|
+
idempotentHint: true,
|
|
74631
74723
|
openWorldHint: false,
|
|
74632
74724
|
readOnlyHint: false
|
|
74633
74725
|
},
|
|
@@ -74720,9 +74812,9 @@ Exports a zip archive containing the offboarding checklist evidence for every me
|
|
|
74720
74812
|
annotations: {
|
|
74721
74813
|
title: "",
|
|
74722
74814
|
destructiveHint: false,
|
|
74723
|
-
idempotentHint:
|
|
74815
|
+
idempotentHint: true,
|
|
74724
74816
|
openWorldHint: false,
|
|
74725
|
-
readOnlyHint:
|
|
74817
|
+
readOnlyHint: true
|
|
74726
74818
|
},
|
|
74727
74819
|
tool: async (client, ctx) => {
|
|
74728
74820
|
const [result] = await offboardingChecklistOffboardingChecklistControllerExportAllEvidenceV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -74841,9 +74933,9 @@ Exports a zip archive of the offboarding checklist evidence collected for a sing
|
|
|
74841
74933
|
annotations: {
|
|
74842
74934
|
title: "",
|
|
74843
74935
|
destructiveHint: false,
|
|
74844
|
-
idempotentHint:
|
|
74936
|
+
idempotentHint: true,
|
|
74845
74937
|
openWorldHint: false,
|
|
74846
|
-
readOnlyHint:
|
|
74938
|
+
readOnlyHint: true
|
|
74847
74939
|
},
|
|
74848
74940
|
args: args154,
|
|
74849
74941
|
tool: async (client, args155, ctx) => {
|
|
@@ -74963,9 +75055,9 @@ Lists the vendors a departing member had access to and whether each has been rev
|
|
|
74963
75055
|
annotations: {
|
|
74964
75056
|
title: "",
|
|
74965
75057
|
destructiveHint: false,
|
|
74966
|
-
idempotentHint:
|
|
75058
|
+
idempotentHint: true,
|
|
74967
75059
|
openWorldHint: false,
|
|
74968
|
-
readOnlyHint:
|
|
75060
|
+
readOnlyHint: true
|
|
74969
75061
|
},
|
|
74970
75062
|
args: args155,
|
|
74971
75063
|
tool: async (client, args156, ctx) => {
|
|
@@ -75085,9 +75177,9 @@ Returns the offboarding checklist for a specific member, including each item and
|
|
|
75085
75177
|
annotations: {
|
|
75086
75178
|
title: "",
|
|
75087
75179
|
destructiveHint: false,
|
|
75088
|
-
idempotentHint:
|
|
75180
|
+
idempotentHint: true,
|
|
75089
75181
|
openWorldHint: false,
|
|
75090
|
-
readOnlyHint:
|
|
75182
|
+
readOnlyHint: true
|
|
75091
75183
|
},
|
|
75092
75184
|
args: args156,
|
|
75093
75185
|
tool: async (client, args157, ctx) => {
|
|
@@ -75178,9 +75270,9 @@ Lists members whose offboarding checklist is still incomplete, with their outsta
|
|
|
75178
75270
|
annotations: {
|
|
75179
75271
|
title: "",
|
|
75180
75272
|
destructiveHint: false,
|
|
75181
|
-
idempotentHint:
|
|
75273
|
+
idempotentHint: true,
|
|
75182
75274
|
openWorldHint: false,
|
|
75183
|
-
readOnlyHint:
|
|
75275
|
+
readOnlyHint: true
|
|
75184
75276
|
},
|
|
75185
75277
|
tool: async (client, ctx) => {
|
|
75186
75278
|
const [result] = await offboardingChecklistOffboardingChecklistControllerGetPendingOffboardingsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -75270,9 +75362,9 @@ Returns the organization's offboarding checklist template: the ordered set of it
|
|
|
75270
75362
|
annotations: {
|
|
75271
75363
|
title: "",
|
|
75272
75364
|
destructiveHint: false,
|
|
75273
|
-
idempotentHint:
|
|
75365
|
+
idempotentHint: true,
|
|
75274
75366
|
openWorldHint: false,
|
|
75275
|
-
readOnlyHint:
|
|
75367
|
+
readOnlyHint: true
|
|
75276
75368
|
},
|
|
75277
75369
|
tool: async (client, ctx) => {
|
|
75278
75370
|
const [result] = await offboardingChecklistOffboardingChecklistControllerGetTemplateV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -75644,8 +75736,8 @@ var init_offboardingChecklistOffboardingChecklistControllerUncompleteItemV12 = _
|
|
|
75644
75736
|
Reverts a previously completed offboarding checklist item back to incomplete for a member, in case the step was marked done by mistake.`,
|
|
75645
75737
|
annotations: {
|
|
75646
75738
|
title: "",
|
|
75647
|
-
destructiveHint:
|
|
75648
|
-
idempotentHint:
|
|
75739
|
+
destructiveHint: true,
|
|
75740
|
+
idempotentHint: true,
|
|
75649
75741
|
openWorldHint: false,
|
|
75650
75742
|
readOnlyHint: false
|
|
75651
75743
|
},
|
|
@@ -75771,8 +75863,8 @@ var init_offboardingChecklistOffboardingChecklistControllerUndoVendorRevocationV
|
|
|
75771
75863
|
Reverses a vendor access revocation for a member, marking that vendor's access as not revoked again, in case it was confirmed by mistake during offboarding.`,
|
|
75772
75864
|
annotations: {
|
|
75773
75865
|
title: "",
|
|
75774
|
-
destructiveHint:
|
|
75775
|
-
idempotentHint:
|
|
75866
|
+
destructiveHint: true,
|
|
75867
|
+
idempotentHint: true,
|
|
75776
75868
|
openWorldHint: false,
|
|
75777
75869
|
readOnlyHint: false
|
|
75778
75870
|
},
|
|
@@ -76316,8 +76408,8 @@ var init_organizationOrganizationControllerDeleteOrganizationV12 = __esm(() => {
|
|
|
76316
76408
|
Permanently deletes the authenticated organization. This action cannot be undone.`,
|
|
76317
76409
|
annotations: {
|
|
76318
76410
|
title: "",
|
|
76319
|
-
destructiveHint:
|
|
76320
|
-
idempotentHint:
|
|
76411
|
+
destructiveHint: true,
|
|
76412
|
+
idempotentHint: true,
|
|
76321
76413
|
openWorldHint: false,
|
|
76322
76414
|
readOnlyHint: false
|
|
76323
76415
|
},
|
|
@@ -76409,9 +76501,9 @@ Retrieve available API key scopes and permissions before creating credentials fo
|
|
|
76409
76501
|
annotations: {
|
|
76410
76502
|
title: "",
|
|
76411
76503
|
destructiveHint: false,
|
|
76412
|
-
idempotentHint:
|
|
76504
|
+
idempotentHint: true,
|
|
76413
76505
|
openWorldHint: false,
|
|
76414
|
-
readOnlyHint:
|
|
76506
|
+
readOnlyHint: true
|
|
76415
76507
|
},
|
|
76416
76508
|
tool: async (client, ctx) => {
|
|
76417
76509
|
const [result] = await organizationOrganizationControllerGetAvailableScopesV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -76501,9 +76593,9 @@ Get organization onboarding status in Comp AI. Manage organization profile data,
|
|
|
76501
76593
|
annotations: {
|
|
76502
76594
|
title: "",
|
|
76503
76595
|
destructiveHint: false,
|
|
76504
|
-
idempotentHint:
|
|
76596
|
+
idempotentHint: true,
|
|
76505
76597
|
openWorldHint: false,
|
|
76506
|
-
readOnlyHint:
|
|
76598
|
+
readOnlyHint: true
|
|
76507
76599
|
},
|
|
76508
76600
|
tool: async (client, ctx) => {
|
|
76509
76601
|
const [result] = await organizationOrganizationControllerGetOnboardingV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -76646,9 +76738,9 @@ Retrieve organization profile data used to personalize compliance workflows, Tru
|
|
|
76646
76738
|
annotations: {
|
|
76647
76739
|
title: "",
|
|
76648
76740
|
destructiveHint: false,
|
|
76649
|
-
idempotentHint:
|
|
76741
|
+
idempotentHint: true,
|
|
76650
76742
|
openWorldHint: false,
|
|
76651
|
-
readOnlyHint:
|
|
76743
|
+
readOnlyHint: true
|
|
76652
76744
|
},
|
|
76653
76745
|
args: args163,
|
|
76654
76746
|
tool: async (client, args164, ctx) => {
|
|
@@ -76785,9 +76877,9 @@ Retrieve the organization primary brand color used for Trust Center theming, por
|
|
|
76785
76877
|
annotations: {
|
|
76786
76878
|
title: "",
|
|
76787
76879
|
destructiveHint: false,
|
|
76788
|
-
idempotentHint:
|
|
76880
|
+
idempotentHint: true,
|
|
76789
76881
|
openWorldHint: false,
|
|
76790
|
-
readOnlyHint:
|
|
76882
|
+
readOnlyHint: true
|
|
76791
76883
|
},
|
|
76792
76884
|
args: args164,
|
|
76793
76885
|
tool: async (client, args165, ctx) => {
|
|
@@ -76878,9 +76970,9 @@ Get role notification settings in Comp AI. Manage organization profile data, API
|
|
|
76878
76970
|
annotations: {
|
|
76879
76971
|
title: "",
|
|
76880
76972
|
destructiveHint: false,
|
|
76881
|
-
idempotentHint:
|
|
76973
|
+
idempotentHint: true,
|
|
76882
76974
|
openWorldHint: false,
|
|
76883
|
-
readOnlyHint:
|
|
76975
|
+
readOnlyHint: true
|
|
76884
76976
|
},
|
|
76885
76977
|
tool: async (client, ctx) => {
|
|
76886
76978
|
const [result] = await organizationOrganizationControllerGetRoleNotificationsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -76970,9 +77062,9 @@ List active API keys for an organization so administrators can audit automation
|
|
|
76970
77062
|
annotations: {
|
|
76971
77063
|
title: "",
|
|
76972
77064
|
destructiveHint: false,
|
|
76973
|
-
idempotentHint:
|
|
77065
|
+
idempotentHint: true,
|
|
76974
77066
|
openWorldHint: false,
|
|
76975
|
-
readOnlyHint:
|
|
77067
|
+
readOnlyHint: true
|
|
76976
77068
|
},
|
|
76977
77069
|
tool: async (client, ctx) => {
|
|
76978
77070
|
const [result] = await organizationOrganizationControllerListApiKeysV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -77061,8 +77153,8 @@ var init_organizationOrganizationControllerRemoveLogoV12 = __esm(() => {
|
|
|
77061
77153
|
Remove organization logo in Comp AI. Manage organization profile data, API keys, logos, ownership, role notifications, and access approval settings.`,
|
|
77062
77154
|
annotations: {
|
|
77063
77155
|
title: "",
|
|
77064
|
-
destructiveHint:
|
|
77065
|
-
idempotentHint:
|
|
77156
|
+
destructiveHint: true,
|
|
77157
|
+
idempotentHint: true,
|
|
77066
77158
|
openWorldHint: false,
|
|
77067
77159
|
readOnlyHint: false
|
|
77068
77160
|
},
|
|
@@ -77587,7 +77679,7 @@ Update role notification settings in Comp AI. Manage organization profile data,
|
|
|
77587
77679
|
annotations: {
|
|
77588
77680
|
title: "",
|
|
77589
77681
|
destructiveHint: false,
|
|
77590
|
-
idempotentHint:
|
|
77682
|
+
idempotentHint: true,
|
|
77591
77683
|
openWorldHint: false,
|
|
77592
77684
|
readOnlyHint: false
|
|
77593
77685
|
},
|
|
@@ -77795,8 +77887,8 @@ var init_orgChartOrgChartControllerDeleteOrgChartV12 = __esm(() => {
|
|
|
77795
77887
|
Delete the organization chart in Comp AI. Manage organization chart metadata and evidence used for governance, accountability, and audit readiness.`,
|
|
77796
77888
|
annotations: {
|
|
77797
77889
|
title: "",
|
|
77798
|
-
destructiveHint:
|
|
77799
|
-
idempotentHint:
|
|
77890
|
+
destructiveHint: true,
|
|
77891
|
+
idempotentHint: true,
|
|
77800
77892
|
openWorldHint: false,
|
|
77801
77893
|
readOnlyHint: false
|
|
77802
77894
|
},
|
|
@@ -77913,9 +78005,9 @@ Get the organization chart in Comp AI. Manage organization chart metadata and ev
|
|
|
77913
78005
|
annotations: {
|
|
77914
78006
|
title: "",
|
|
77915
78007
|
destructiveHint: false,
|
|
77916
|
-
idempotentHint:
|
|
78008
|
+
idempotentHint: true,
|
|
77917
78009
|
openWorldHint: false,
|
|
77918
|
-
readOnlyHint:
|
|
78010
|
+
readOnlyHint: true
|
|
77919
78011
|
},
|
|
77920
78012
|
args: args169,
|
|
77921
78013
|
tool: async (client, args170, ctx) => {
|
|
@@ -78161,7 +78253,7 @@ Create or update an interactive organization chart in Comp AI. Manage organizati
|
|
|
78161
78253
|
annotations: {
|
|
78162
78254
|
title: "",
|
|
78163
78255
|
destructiveHint: false,
|
|
78164
|
-
idempotentHint:
|
|
78256
|
+
idempotentHint: true,
|
|
78165
78257
|
openWorldHint: false,
|
|
78166
78258
|
readOnlyHint: false
|
|
78167
78259
|
},
|
|
@@ -78536,8 +78628,8 @@ var init_peoplePeopleControllerDeleteEmploymentEvidenceV12 = __esm(() => {
|
|
|
78536
78628
|
Delete employment evidence in Comp AI. Invite and manage workforce members, training status, device compliance, email preferences, and employee evidence records.`,
|
|
78537
78629
|
annotations: {
|
|
78538
78630
|
title: "",
|
|
78539
|
-
destructiveHint:
|
|
78540
|
-
idempotentHint:
|
|
78631
|
+
destructiveHint: true,
|
|
78632
|
+
idempotentHint: true,
|
|
78541
78633
|
openWorldHint: false,
|
|
78542
78634
|
readOnlyHint: false
|
|
78543
78635
|
},
|
|
@@ -78692,8 +78784,8 @@ var init_peoplePeopleControllerDeleteMemberV12 = __esm(() => {
|
|
|
78692
78784
|
Permanently removes a member from the organization. This action cannot be undone.`,
|
|
78693
78785
|
annotations: {
|
|
78694
78786
|
title: "",
|
|
78695
|
-
destructiveHint:
|
|
78696
|
-
idempotentHint:
|
|
78787
|
+
destructiveHint: true,
|
|
78788
|
+
idempotentHint: true,
|
|
78697
78789
|
openWorldHint: false,
|
|
78698
78790
|
readOnlyHint: false
|
|
78699
78791
|
},
|
|
@@ -78914,9 +79006,9 @@ List employees and contractors with onboarding, training, device, and compliance
|
|
|
78914
79006
|
annotations: {
|
|
78915
79007
|
title: "",
|
|
78916
79008
|
destructiveHint: false,
|
|
78917
|
-
idempotentHint:
|
|
79009
|
+
idempotentHint: true,
|
|
78918
79010
|
openWorldHint: false,
|
|
78919
|
-
readOnlyHint:
|
|
79011
|
+
readOnlyHint: true
|
|
78920
79012
|
},
|
|
78921
79013
|
args: args176,
|
|
78922
79014
|
tool: async (client, args177, ctx) => {
|
|
@@ -79007,9 +79099,9 @@ Get all employee devices with fleet compliance data in Comp AI. Invite and manag
|
|
|
79007
79099
|
annotations: {
|
|
79008
79100
|
title: "",
|
|
79009
79101
|
destructiveHint: false,
|
|
79010
|
-
idempotentHint:
|
|
79102
|
+
idempotentHint: true,
|
|
79011
79103
|
openWorldHint: false,
|
|
79012
|
-
readOnlyHint:
|
|
79104
|
+
readOnlyHint: true
|
|
79013
79105
|
},
|
|
79014
79106
|
tool: async (client, ctx) => {
|
|
79015
79107
|
const [result] = await peoplePeopleControllerGetDevicesV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -79099,9 +79191,9 @@ Get current user email notification preferences in Comp AI. Invite and manage wo
|
|
|
79099
79191
|
annotations: {
|
|
79100
79192
|
title: "",
|
|
79101
79193
|
destructiveHint: false,
|
|
79102
|
-
idempotentHint:
|
|
79194
|
+
idempotentHint: true,
|
|
79103
79195
|
openWorldHint: false,
|
|
79104
|
-
readOnlyHint:
|
|
79196
|
+
readOnlyHint: true
|
|
79105
79197
|
},
|
|
79106
79198
|
tool: async (client, ctx) => {
|
|
79107
79199
|
const [result] = await peoplePeopleControllerGetEmailPreferencesV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -79229,9 +79321,9 @@ Get employment evidence attachments in Comp AI. Invite and manage workforce memb
|
|
|
79229
79321
|
annotations: {
|
|
79230
79322
|
title: "",
|
|
79231
79323
|
destructiveHint: false,
|
|
79232
|
-
idempotentHint:
|
|
79324
|
+
idempotentHint: true,
|
|
79233
79325
|
openWorldHint: false,
|
|
79234
|
-
readOnlyHint:
|
|
79326
|
+
readOnlyHint: true
|
|
79235
79327
|
},
|
|
79236
79328
|
args: args177,
|
|
79237
79329
|
tool: async (client, args178, ctx) => {
|
|
@@ -79351,9 +79443,9 @@ Retrieve Fleet device compliance status so endpoint security findings can suppor
|
|
|
79351
79443
|
annotations: {
|
|
79352
79444
|
title: "",
|
|
79353
79445
|
destructiveHint: false,
|
|
79354
|
-
idempotentHint:
|
|
79446
|
+
idempotentHint: true,
|
|
79355
79447
|
openWorldHint: false,
|
|
79356
|
-
readOnlyHint:
|
|
79448
|
+
readOnlyHint: true
|
|
79357
79449
|
},
|
|
79358
79450
|
args: args178,
|
|
79359
79451
|
tool: async (client, args179, ctx) => {
|
|
@@ -79473,9 +79565,9 @@ Aggregates the latest Employee Access check results from every connected integra
|
|
|
79473
79565
|
annotations: {
|
|
79474
79566
|
title: "",
|
|
79475
79567
|
destructiveHint: false,
|
|
79476
|
-
idempotentHint:
|
|
79568
|
+
idempotentHint: true,
|
|
79477
79569
|
openWorldHint: false,
|
|
79478
|
-
readOnlyHint:
|
|
79570
|
+
readOnlyHint: true
|
|
79479
79571
|
},
|
|
79480
79572
|
args: args179,
|
|
79481
79573
|
tool: async (client, args180, ctx) => {
|
|
@@ -79593,9 +79685,9 @@ Get members who can read a specific resource type in Comp AI. Invite and manage
|
|
|
79593
79685
|
annotations: {
|
|
79594
79686
|
title: "",
|
|
79595
79687
|
destructiveHint: false,
|
|
79596
|
-
idempotentHint:
|
|
79688
|
+
idempotentHint: true,
|
|
79597
79689
|
openWorldHint: false,
|
|
79598
|
-
readOnlyHint:
|
|
79690
|
+
readOnlyHint: true
|
|
79599
79691
|
},
|
|
79600
79692
|
args: args180,
|
|
79601
79693
|
tool: async (client, args181, ctx) => {
|
|
@@ -79731,9 +79823,9 @@ Returns a specific member by ID for the authenticated organization with their us
|
|
|
79731
79823
|
annotations: {
|
|
79732
79824
|
title: "",
|
|
79733
79825
|
destructiveHint: false,
|
|
79734
|
-
idempotentHint:
|
|
79826
|
+
idempotentHint: true,
|
|
79735
79827
|
openWorldHint: false,
|
|
79736
|
-
readOnlyHint:
|
|
79828
|
+
readOnlyHint: true
|
|
79737
79829
|
},
|
|
79738
79830
|
args: args181,
|
|
79739
79831
|
tool: async (client, args182, ctx) => {
|
|
@@ -79824,9 +79916,9 @@ Get integration test statistics grouped by assignee in Comp AI. Invite and manag
|
|
|
79824
79916
|
annotations: {
|
|
79825
79917
|
title: "",
|
|
79826
79918
|
destructiveHint: false,
|
|
79827
|
-
idempotentHint:
|
|
79919
|
+
idempotentHint: true,
|
|
79828
79920
|
openWorldHint: false,
|
|
79829
|
-
readOnlyHint:
|
|
79921
|
+
readOnlyHint: true
|
|
79830
79922
|
},
|
|
79831
79923
|
tool: async (client, ctx) => {
|
|
79832
79924
|
const [result] = await peoplePeopleControllerGetTestStatsByAssigneeV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -79945,9 +80037,9 @@ Get training video completions for a member in Comp AI. Invite and manage workfo
|
|
|
79945
80037
|
annotations: {
|
|
79946
80038
|
title: "",
|
|
79947
80039
|
destructiveHint: false,
|
|
79948
|
-
idempotentHint:
|
|
80040
|
+
idempotentHint: true,
|
|
79949
80041
|
openWorldHint: false,
|
|
79950
|
-
readOnlyHint:
|
|
80042
|
+
readOnlyHint: true
|
|
79951
80043
|
},
|
|
79952
80044
|
args: args182,
|
|
79953
80045
|
tool: async (client, args183, ctx) => {
|
|
@@ -80345,8 +80437,8 @@ var init_peoplePeopleControllerRemoveHostV12 = __esm(() => {
|
|
|
80345
80437
|
Removes a single host (device) from FleetDM by host ID. Only organization owners can perform this action. Validates that the organization exists and the member exists within the organization.`,
|
|
80346
80438
|
annotations: {
|
|
80347
80439
|
title: "",
|
|
80348
|
-
destructiveHint:
|
|
80349
|
-
idempotentHint:
|
|
80440
|
+
destructiveHint: true,
|
|
80441
|
+
idempotentHint: true,
|
|
80350
80442
|
openWorldHint: false,
|
|
80351
80443
|
readOnlyHint: false
|
|
80352
80444
|
},
|
|
@@ -80742,7 +80834,7 @@ Update current user email notification preferences in Comp AI. Invite and manage
|
|
|
80742
80834
|
annotations: {
|
|
80743
80835
|
title: "",
|
|
80744
80836
|
destructiveHint: false,
|
|
80745
|
-
idempotentHint:
|
|
80837
|
+
idempotentHint: true,
|
|
80746
80838
|
openWorldHint: false,
|
|
80747
80839
|
readOnlyHint: false
|
|
80748
80840
|
},
|
|
@@ -82063,8 +82155,8 @@ var init_policiesPoliciesControllerDeletePolicyPdfV12 = __esm(() => {
|
|
|
82063
82155
|
Deletes the PDF from a specific policy version. If no versionId is provided, deletes from the latest draft version. Cannot delete PDFs from published or pending-approval versions.`,
|
|
82064
82156
|
annotations: {
|
|
82065
82157
|
title: "",
|
|
82066
|
-
destructiveHint:
|
|
82067
|
-
idempotentHint:
|
|
82158
|
+
destructiveHint: true,
|
|
82159
|
+
idempotentHint: true,
|
|
82068
82160
|
openWorldHint: false,
|
|
82069
82161
|
readOnlyHint: false
|
|
82070
82162
|
},
|
|
@@ -82211,8 +82303,8 @@ var init_policiesPoliciesControllerDeletePolicyV12 = __esm(() => {
|
|
|
82211
82303
|
Delete a compliance policy that is no longer part of the organization evidence library or control program.`,
|
|
82212
82304
|
annotations: {
|
|
82213
82305
|
title: "",
|
|
82214
|
-
destructiveHint:
|
|
82215
|
-
idempotentHint:
|
|
82306
|
+
destructiveHint: true,
|
|
82307
|
+
idempotentHint: true,
|
|
82216
82308
|
openWorldHint: false,
|
|
82217
82309
|
readOnlyHint: false
|
|
82218
82310
|
},
|
|
@@ -82358,8 +82450,8 @@ var init_policiesPoliciesControllerDeletePolicyVersionV12 = __esm(() => {
|
|
|
82358
82450
|
Delete policy version in Comp AI. Create, version, publish, export, map, and improve compliance policies with AI-assisted drafting and approval workflows.`,
|
|
82359
82451
|
annotations: {
|
|
82360
82452
|
title: "",
|
|
82361
|
-
destructiveHint:
|
|
82362
|
-
idempotentHint:
|
|
82453
|
+
destructiveHint: true,
|
|
82454
|
+
idempotentHint: true,
|
|
82363
82455
|
openWorldHint: false,
|
|
82364
82456
|
readOnlyHint: false
|
|
82365
82457
|
},
|
|
@@ -82600,9 +82692,9 @@ Generate a single PDF bundle of published compliance policies for auditors, cust
|
|
|
82600
82692
|
annotations: {
|
|
82601
82693
|
title: "",
|
|
82602
82694
|
destructiveHint: false,
|
|
82603
|
-
idempotentHint:
|
|
82695
|
+
idempotentHint: true,
|
|
82604
82696
|
openWorldHint: false,
|
|
82605
|
-
readOnlyHint:
|
|
82697
|
+
readOnlyHint: true
|
|
82606
82698
|
},
|
|
82607
82699
|
args: args201,
|
|
82608
82700
|
tool: async (client, args202, ctx) => {
|
|
@@ -82745,9 +82837,9 @@ Lists an organization's active compliance policies by default, covering the whol
|
|
|
82745
82837
|
annotations: {
|
|
82746
82838
|
title: "",
|
|
82747
82839
|
destructiveHint: false,
|
|
82748
|
-
idempotentHint:
|
|
82840
|
+
idempotentHint: true,
|
|
82749
82841
|
openWorldHint: false,
|
|
82750
|
-
readOnlyHint:
|
|
82842
|
+
readOnlyHint: true
|
|
82751
82843
|
},
|
|
82752
82844
|
args: args202,
|
|
82753
82845
|
tool: async (client, args203, ctx) => {
|
|
@@ -82874,9 +82966,9 @@ Get a signed URL for the policy PDF in Comp AI. Create, version, publish, export
|
|
|
82874
82966
|
annotations: {
|
|
82875
82967
|
title: "",
|
|
82876
82968
|
destructiveHint: false,
|
|
82877
|
-
idempotentHint:
|
|
82969
|
+
idempotentHint: true,
|
|
82878
82970
|
openWorldHint: false,
|
|
82879
|
-
readOnlyHint:
|
|
82971
|
+
readOnlyHint: true
|
|
82880
82972
|
},
|
|
82881
82973
|
args: args203,
|
|
82882
82974
|
tool: async (client, args204, ctx) => {
|
|
@@ -83003,9 +83095,9 @@ Get signed URL for policy PDF (alternate path) in Comp AI. Create, version, publ
|
|
|
83003
83095
|
annotations: {
|
|
83004
83096
|
title: "",
|
|
83005
83097
|
destructiveHint: false,
|
|
83006
|
-
idempotentHint:
|
|
83098
|
+
idempotentHint: true,
|
|
83007
83099
|
openWorldHint: false,
|
|
83008
|
-
readOnlyHint:
|
|
83100
|
+
readOnlyHint: true
|
|
83009
83101
|
},
|
|
83010
83102
|
args: args204,
|
|
83011
83103
|
tool: async (client, args205, ctx) => {
|
|
@@ -83127,9 +83219,9 @@ Get mapped and all controls for a policy in Comp AI. Create, version, publish, e
|
|
|
83127
83219
|
annotations: {
|
|
83128
83220
|
title: "",
|
|
83129
83221
|
destructiveHint: false,
|
|
83130
|
-
idempotentHint:
|
|
83222
|
+
idempotentHint: true,
|
|
83131
83223
|
openWorldHint: false,
|
|
83132
|
-
readOnlyHint:
|
|
83224
|
+
readOnlyHint: true
|
|
83133
83225
|
},
|
|
83134
83226
|
args: args205,
|
|
83135
83227
|
tool: async (client, args206, ctx) => {
|
|
@@ -83251,9 +83343,9 @@ Get tasks that serve as evidence for a policy, grouped by control in Comp AI. Cr
|
|
|
83251
83343
|
annotations: {
|
|
83252
83344
|
title: "",
|
|
83253
83345
|
destructiveHint: false,
|
|
83254
|
-
idempotentHint:
|
|
83346
|
+
idempotentHint: true,
|
|
83255
83347
|
openWorldHint: false,
|
|
83256
|
-
readOnlyHint:
|
|
83348
|
+
readOnlyHint: true
|
|
83257
83349
|
},
|
|
83258
83350
|
args: args206,
|
|
83259
83351
|
tool: async (client, args207, ctx) => {
|
|
@@ -83387,9 +83479,9 @@ Retrieve a single compliance policy by its ID, including current content, draft
|
|
|
83387
83479
|
annotations: {
|
|
83388
83480
|
title: "",
|
|
83389
83481
|
destructiveHint: false,
|
|
83390
|
-
idempotentHint:
|
|
83482
|
+
idempotentHint: true,
|
|
83391
83483
|
openWorldHint: false,
|
|
83392
|
-
readOnlyHint:
|
|
83484
|
+
readOnlyHint: true
|
|
83393
83485
|
},
|
|
83394
83486
|
args: args207,
|
|
83395
83487
|
tool: async (client, args208, ctx) => {
|
|
@@ -83533,9 +83625,9 @@ Get policy version by ID in Comp AI. Create, version, publish, export, map, and
|
|
|
83533
83625
|
annotations: {
|
|
83534
83626
|
title: "",
|
|
83535
83627
|
destructiveHint: false,
|
|
83536
|
-
idempotentHint:
|
|
83628
|
+
idempotentHint: true,
|
|
83537
83629
|
openWorldHint: false,
|
|
83538
|
-
readOnlyHint:
|
|
83630
|
+
readOnlyHint: true
|
|
83539
83631
|
},
|
|
83540
83632
|
args: args208,
|
|
83541
83633
|
tool: async (client, args209, ctx) => {
|
|
@@ -83674,9 +83766,9 @@ Get policy versions in Comp AI. Create, version, publish, export, map, and impro
|
|
|
83674
83766
|
annotations: {
|
|
83675
83767
|
title: "",
|
|
83676
83768
|
destructiveHint: false,
|
|
83677
|
-
idempotentHint:
|
|
83769
|
+
idempotentHint: true,
|
|
83678
83770
|
openWorldHint: false,
|
|
83679
|
-
readOnlyHint:
|
|
83771
|
+
readOnlyHint: true
|
|
83680
83772
|
},
|
|
83681
83773
|
args: args209,
|
|
83682
83774
|
tool: async (client, args210, ctx) => {
|
|
@@ -84200,8 +84292,8 @@ var init_policiesPoliciesControllerRemovePolicyControlV12 = __esm(() => {
|
|
|
84200
84292
|
Remove a control mapping from a policy in Comp AI. Create, version, publish, export, map, and improve compliance policies with AI-assisted drafting and approval workflows.`,
|
|
84201
84293
|
annotations: {
|
|
84202
84294
|
title: "",
|
|
84203
|
-
destructiveHint:
|
|
84204
|
-
idempotentHint:
|
|
84295
|
+
destructiveHint: true,
|
|
84296
|
+
idempotentHint: true,
|
|
84205
84297
|
openWorldHint: false,
|
|
84206
84298
|
readOnlyHint: false
|
|
84207
84299
|
},
|
|
@@ -85107,9 +85199,9 @@ Returns one row per member per required policy, with the acknowledgment date whe
|
|
|
85107
85199
|
annotations: {
|
|
85108
85200
|
title: "",
|
|
85109
85201
|
destructiveHint: false,
|
|
85110
|
-
idempotentHint:
|
|
85202
|
+
idempotentHint: true,
|
|
85111
85203
|
openWorldHint: false,
|
|
85112
|
-
readOnlyHint:
|
|
85204
|
+
readOnlyHint: true
|
|
85113
85205
|
},
|
|
85114
85206
|
args: args219,
|
|
85115
85207
|
tool: async (client, args220, ctx) => {
|
|
@@ -85200,9 +85292,9 @@ Returns one row per active member with the date of their most recent policy acce
|
|
|
85200
85292
|
annotations: {
|
|
85201
85293
|
title: "",
|
|
85202
85294
|
destructiveHint: false,
|
|
85203
|
-
idempotentHint:
|
|
85295
|
+
idempotentHint: true,
|
|
85204
85296
|
openWorldHint: false,
|
|
85205
|
-
readOnlyHint:
|
|
85297
|
+
readOnlyHint: true
|
|
85206
85298
|
},
|
|
85207
85299
|
tool: async (client, ctx) => {
|
|
85208
85300
|
const [result] = await policiesPolicyAcknowledgmentsControllerSummarizeAcknowledgmentsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -85557,9 +85649,9 @@ List policies with framework template updates available in Comp AI. Create, vers
|
|
|
85557
85649
|
annotations: {
|
|
85558
85650
|
title: "",
|
|
85559
85651
|
destructiveHint: false,
|
|
85560
|
-
idempotentHint:
|
|
85652
|
+
idempotentHint: true,
|
|
85561
85653
|
openWorldHint: false,
|
|
85562
|
-
readOnlyHint:
|
|
85654
|
+
readOnlyHint: true
|
|
85563
85655
|
},
|
|
85564
85656
|
args: args222,
|
|
85565
85657
|
tool: async (client, args223, ctx) => {
|
|
@@ -85681,9 +85773,9 @@ Preview the framework template updates for one policy in Comp AI. Create, versio
|
|
|
85681
85773
|
annotations: {
|
|
85682
85774
|
title: "",
|
|
85683
85775
|
destructiveHint: false,
|
|
85684
|
-
idempotentHint:
|
|
85776
|
+
idempotentHint: true,
|
|
85685
85777
|
openWorldHint: false,
|
|
85686
|
-
readOnlyHint:
|
|
85778
|
+
readOnlyHint: true
|
|
85687
85779
|
},
|
|
85688
85780
|
args: args223,
|
|
85689
85781
|
tool: async (client, args224, ctx) => {
|
|
@@ -86028,8 +86120,8 @@ var init_questionnaireQuestionnaireControllerDeleteByIdV12 = __esm(() => {
|
|
|
86028
86120
|
Delete a saved security questionnaire when a customer review or vendor assessment no longer needs to be retained.`,
|
|
86029
86121
|
annotations: {
|
|
86030
86122
|
title: "",
|
|
86031
|
-
destructiveHint:
|
|
86032
|
-
idempotentHint:
|
|
86123
|
+
destructiveHint: true,
|
|
86124
|
+
idempotentHint: true,
|
|
86033
86125
|
openWorldHint: false,
|
|
86034
86126
|
readOnlyHint: false
|
|
86035
86127
|
},
|
|
@@ -86227,9 +86319,9 @@ List saved security questionnaires for an organization so teams can track custom
|
|
|
86227
86319
|
annotations: {
|
|
86228
86320
|
title: "",
|
|
86229
86321
|
destructiveHint: false,
|
|
86230
|
-
idempotentHint:
|
|
86322
|
+
idempotentHint: true,
|
|
86231
86323
|
openWorldHint: false,
|
|
86232
|
-
readOnlyHint:
|
|
86324
|
+
readOnlyHint: true
|
|
86233
86325
|
},
|
|
86234
86326
|
tool: async (client, ctx) => {
|
|
86235
86327
|
const [result] = await questionnaireQuestionnaireControllerFindAllV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -86348,9 +86440,9 @@ Retrieve one saved security questionnaire, including extracted questions, genera
|
|
|
86348
86440
|
annotations: {
|
|
86349
86441
|
title: "",
|
|
86350
86442
|
destructiveHint: false,
|
|
86351
|
-
idempotentHint:
|
|
86443
|
+
idempotentHint: true,
|
|
86352
86444
|
openWorldHint: false,
|
|
86353
|
-
readOnlyHint:
|
|
86445
|
+
readOnlyHint: true
|
|
86354
86446
|
},
|
|
86355
86447
|
args: args228,
|
|
86356
86448
|
tool: async (client, args229, ctx) => {
|
|
@@ -86988,9 +87080,9 @@ Returns the residual-risk acceptance history for a risk, newest first. Each even
|
|
|
86988
87080
|
annotations: {
|
|
86989
87081
|
title: "",
|
|
86990
87082
|
destructiveHint: false,
|
|
86991
|
-
idempotentHint:
|
|
87083
|
+
idempotentHint: true,
|
|
86992
87084
|
openWorldHint: false,
|
|
86993
|
-
readOnlyHint:
|
|
87085
|
+
readOnlyHint: true
|
|
86994
87086
|
},
|
|
86995
87087
|
args: args233,
|
|
86996
87088
|
tool: async (client, args234, ctx) => {
|
|
@@ -87525,8 +87617,8 @@ var init_risksRisksControllerDeleteRiskV12 = __esm(() => {
|
|
|
87525
87617
|
Delete an organization risk that no longer needs active tracking in the risk register or compliance program.`,
|
|
87526
87618
|
annotations: {
|
|
87527
87619
|
title: "",
|
|
87528
|
-
destructiveHint:
|
|
87529
|
-
idempotentHint:
|
|
87620
|
+
destructiveHint: true,
|
|
87621
|
+
idempotentHint: true,
|
|
87530
87622
|
openWorldHint: false,
|
|
87531
87623
|
readOnlyHint: false
|
|
87532
87624
|
},
|
|
@@ -87771,9 +87863,9 @@ List organization risks with owners, departments, severity, mitigation status, a
|
|
|
87771
87863
|
annotations: {
|
|
87772
87864
|
title: "",
|
|
87773
87865
|
destructiveHint: false,
|
|
87774
|
-
idempotentHint:
|
|
87866
|
+
idempotentHint: true,
|
|
87775
87867
|
openWorldHint: false,
|
|
87776
|
-
readOnlyHint:
|
|
87868
|
+
readOnlyHint: true
|
|
87777
87869
|
},
|
|
87778
87870
|
args: args237,
|
|
87779
87871
|
tool: async (client, args238, ctx) => {
|
|
@@ -88001,9 +88093,9 @@ Retrieve one organization risk with owner, department, likelihood, impact, mitig
|
|
|
88001
88093
|
annotations: {
|
|
88002
88094
|
title: "",
|
|
88003
88095
|
destructiveHint: false,
|
|
88004
|
-
idempotentHint:
|
|
88096
|
+
idempotentHint: true,
|
|
88005
88097
|
openWorldHint: false,
|
|
88006
|
-
readOnlyHint:
|
|
88098
|
+
readOnlyHint: true
|
|
88007
88099
|
},
|
|
88008
88100
|
args: args238,
|
|
88009
88101
|
tool: async (client, args239, ctx) => {
|
|
@@ -88094,9 +88186,9 @@ Get risk statistics grouped by assignee in Comp AI. Create, update, and report o
|
|
|
88094
88186
|
annotations: {
|
|
88095
88187
|
title: "",
|
|
88096
88188
|
destructiveHint: false,
|
|
88097
|
-
idempotentHint:
|
|
88189
|
+
idempotentHint: true,
|
|
88098
88190
|
openWorldHint: false,
|
|
88099
|
-
readOnlyHint:
|
|
88191
|
+
readOnlyHint: true
|
|
88100
88192
|
},
|
|
88101
88193
|
tool: async (client, ctx) => {
|
|
88102
88194
|
const [result] = await risksRisksControllerGetStatsByAssigneeV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -88186,9 +88278,9 @@ Get risk counts grouped by department in Comp AI. Create, update, and report on
|
|
|
88186
88278
|
annotations: {
|
|
88187
88279
|
title: "",
|
|
88188
88280
|
destructiveHint: false,
|
|
88189
|
-
idempotentHint:
|
|
88281
|
+
idempotentHint: true,
|
|
88190
88282
|
openWorldHint: false,
|
|
88191
|
-
readOnlyHint:
|
|
88283
|
+
readOnlyHint: true
|
|
88192
88284
|
},
|
|
88193
88285
|
tool: async (client, ctx) => {
|
|
88194
88286
|
const [result] = await risksRisksControllerGetStatsByDepartmentV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -88741,8 +88833,8 @@ var init_rolesRolesControllerDeleteRoleV12 = __esm(() => {
|
|
|
88741
88833
|
Delete a custom role in Comp AI. Create custom roles and resolve permission sets for organization-level access control.`,
|
|
88742
88834
|
annotations: {
|
|
88743
88835
|
title: "",
|
|
88744
|
-
destructiveHint:
|
|
88745
|
-
idempotentHint:
|
|
88836
|
+
destructiveHint: true,
|
|
88837
|
+
idempotentHint: true,
|
|
88746
88838
|
openWorldHint: false,
|
|
88747
88839
|
readOnlyHint: false
|
|
88748
88840
|
},
|
|
@@ -88871,9 +88963,9 @@ Returns the effective obligations for a built-in role (owner, admin, auditor, em
|
|
|
88871
88963
|
annotations: {
|
|
88872
88964
|
title: "",
|
|
88873
88965
|
destructiveHint: false,
|
|
88874
|
-
idempotentHint:
|
|
88966
|
+
idempotentHint: true,
|
|
88875
88967
|
openWorldHint: false,
|
|
88876
|
-
readOnlyHint:
|
|
88968
|
+
readOnlyHint: true
|
|
88877
88969
|
},
|
|
88878
88970
|
args: args242,
|
|
88879
88971
|
tool: async (client, args243, ctx) => {
|
|
@@ -88994,9 +89086,9 @@ Returns the merged permissions for the given custom role names. Used by the fron
|
|
|
88994
89086
|
annotations: {
|
|
88995
89087
|
title: "",
|
|
88996
89088
|
destructiveHint: false,
|
|
88997
|
-
idempotentHint:
|
|
89089
|
+
idempotentHint: true,
|
|
88998
89090
|
openWorldHint: false,
|
|
88999
|
-
readOnlyHint:
|
|
89091
|
+
readOnlyHint: true
|
|
89000
89092
|
},
|
|
89001
89093
|
args: args243,
|
|
89002
89094
|
tool: async (client, args244, ctx) => {
|
|
@@ -89125,9 +89217,9 @@ Get a role by ID in Comp AI. Create custom roles and resolve permission sets for
|
|
|
89125
89217
|
annotations: {
|
|
89126
89218
|
title: "",
|
|
89127
89219
|
destructiveHint: false,
|
|
89128
|
-
idempotentHint:
|
|
89220
|
+
idempotentHint: true,
|
|
89129
89221
|
openWorldHint: false,
|
|
89130
|
-
readOnlyHint:
|
|
89222
|
+
readOnlyHint: true
|
|
89131
89223
|
},
|
|
89132
89224
|
args: args244,
|
|
89133
89225
|
tool: async (client, args245, ctx) => {
|
|
@@ -89218,9 +89310,9 @@ List all roles in Comp AI. Create custom roles and resolve permission sets for o
|
|
|
89218
89310
|
annotations: {
|
|
89219
89311
|
title: "",
|
|
89220
89312
|
destructiveHint: false,
|
|
89221
|
-
idempotentHint:
|
|
89313
|
+
idempotentHint: true,
|
|
89222
89314
|
openWorldHint: false,
|
|
89223
|
-
readOnlyHint:
|
|
89315
|
+
readOnlyHint: true
|
|
89224
89316
|
},
|
|
89225
89317
|
tool: async (client, ctx) => {
|
|
89226
89318
|
const [result] = await rolesRolesControllerListRolesV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -89632,9 +89724,9 @@ Returns the customer-written context notes attached to pentest findings for a ta
|
|
|
89632
89724
|
annotations: {
|
|
89633
89725
|
title: "",
|
|
89634
89726
|
destructiveHint: false,
|
|
89635
|
-
idempotentHint:
|
|
89727
|
+
idempotentHint: true,
|
|
89636
89728
|
openWorldHint: false,
|
|
89637
|
-
readOnlyHint:
|
|
89729
|
+
readOnlyHint: true
|
|
89638
89730
|
},
|
|
89639
89731
|
args: args247,
|
|
89640
89732
|
tool: async (client, args248, ctx) => {
|
|
@@ -89755,8 +89847,8 @@ var init_securityPenetrationTestsPentestFindingContextsControllerRemoveV12 = __e
|
|
|
89755
89847
|
Deletes the customer context note attached to a pentest finding so future scans of the target no longer receive it from the testing agent briefing.`,
|
|
89756
89848
|
annotations: {
|
|
89757
89849
|
title: "",
|
|
89758
|
-
destructiveHint:
|
|
89759
|
-
idempotentHint:
|
|
89850
|
+
destructiveHint: true,
|
|
89851
|
+
idempotentHint: true,
|
|
89760
89852
|
openWorldHint: false,
|
|
89761
89853
|
readOnlyHint: false
|
|
89762
89854
|
},
|
|
@@ -89893,7 +89985,7 @@ Saves a customer context note on a pentest finding, e.g. an accepted-by-design r
|
|
|
89893
89985
|
annotations: {
|
|
89894
89986
|
title: "",
|
|
89895
89987
|
destructiveHint: false,
|
|
89896
|
-
idempotentHint:
|
|
89988
|
+
idempotentHint: true,
|
|
89897
89989
|
openWorldHint: false,
|
|
89898
89990
|
readOnlyHint: false
|
|
89899
89991
|
},
|
|
@@ -90148,9 +90240,9 @@ Get penetration test status in Comp AI. Create AI-powered penetration test runs,
|
|
|
90148
90240
|
annotations: {
|
|
90149
90241
|
title: "",
|
|
90150
90242
|
destructiveHint: false,
|
|
90151
|
-
idempotentHint:
|
|
90243
|
+
idempotentHint: true,
|
|
90152
90244
|
openWorldHint: false,
|
|
90153
|
-
readOnlyHint:
|
|
90245
|
+
readOnlyHint: true
|
|
90154
90246
|
},
|
|
90155
90247
|
args: args251,
|
|
90156
90248
|
tool: async (client, args252, ctx) => {
|
|
@@ -90272,9 +90364,9 @@ Returns the real-time agent activity log emitted during a run (tool calls, obser
|
|
|
90272
90364
|
annotations: {
|
|
90273
90365
|
title: "",
|
|
90274
90366
|
destructiveHint: false,
|
|
90275
|
-
idempotentHint:
|
|
90367
|
+
idempotentHint: true,
|
|
90276
90368
|
openWorldHint: false,
|
|
90277
|
-
readOnlyHint:
|
|
90369
|
+
readOnlyHint: true
|
|
90278
90370
|
},
|
|
90279
90371
|
args: args252,
|
|
90280
90372
|
tool: async (client, args253, ctx) => {
|
|
@@ -90396,9 +90488,9 @@ Returns the structured findings discovered during the run. Grows over time durin
|
|
|
90396
90488
|
annotations: {
|
|
90397
90489
|
title: "",
|
|
90398
90490
|
destructiveHint: false,
|
|
90399
|
-
idempotentHint:
|
|
90491
|
+
idempotentHint: true,
|
|
90400
90492
|
openWorldHint: false,
|
|
90401
|
-
readOnlyHint:
|
|
90493
|
+
readOnlyHint: true
|
|
90402
90494
|
},
|
|
90403
90495
|
args: args253,
|
|
90404
90496
|
tool: async (client, args254, ctx) => {
|
|
@@ -90520,9 +90612,9 @@ Get penetration test PDF in Comp AI. Create AI-powered penetration test runs, tr
|
|
|
90520
90612
|
annotations: {
|
|
90521
90613
|
title: "",
|
|
90522
90614
|
destructiveHint: false,
|
|
90523
|
-
idempotentHint:
|
|
90615
|
+
idempotentHint: true,
|
|
90524
90616
|
openWorldHint: false,
|
|
90525
|
-
readOnlyHint:
|
|
90617
|
+
readOnlyHint: true
|
|
90526
90618
|
},
|
|
90527
90619
|
args: args254,
|
|
90528
90620
|
tool: async (client, args255, ctx) => {
|
|
@@ -90644,9 +90736,9 @@ Get penetration test progress in Comp AI. Create AI-powered penetration test run
|
|
|
90644
90736
|
annotations: {
|
|
90645
90737
|
title: "",
|
|
90646
90738
|
destructiveHint: false,
|
|
90647
|
-
idempotentHint:
|
|
90739
|
+
idempotentHint: true,
|
|
90648
90740
|
openWorldHint: false,
|
|
90649
|
-
readOnlyHint:
|
|
90741
|
+
readOnlyHint: true
|
|
90650
90742
|
},
|
|
90651
90743
|
args: args255,
|
|
90652
90744
|
tool: async (client, args256, ctx) => {
|
|
@@ -90768,9 +90860,9 @@ Get penetration test output in Comp AI. Create AI-powered penetration test runs,
|
|
|
90768
90860
|
annotations: {
|
|
90769
90861
|
title: "",
|
|
90770
90862
|
destructiveHint: false,
|
|
90771
|
-
idempotentHint:
|
|
90863
|
+
idempotentHint: true,
|
|
90772
90864
|
openWorldHint: false,
|
|
90773
|
-
readOnlyHint:
|
|
90865
|
+
readOnlyHint: true
|
|
90774
90866
|
},
|
|
90775
90867
|
args: args256,
|
|
90776
90868
|
tool: async (client, args257, ctx) => {
|
|
@@ -90885,9 +90977,9 @@ List penetration test runs in Comp AI. Create AI-powered penetration test runs,
|
|
|
90885
90977
|
annotations: {
|
|
90886
90978
|
title: "",
|
|
90887
90979
|
destructiveHint: false,
|
|
90888
|
-
idempotentHint:
|
|
90980
|
+
idempotentHint: true,
|
|
90889
90981
|
openWorldHint: false,
|
|
90890
|
-
readOnlyHint:
|
|
90982
|
+
readOnlyHint: true
|
|
90891
90983
|
},
|
|
90892
90984
|
args: args257,
|
|
90893
90985
|
tool: async (client, args258, ctx) => {
|
|
@@ -92098,8 +92190,8 @@ var init_taskAutomationsAutomationsControllerDeleteAutomationV12 = __esm(() => {
|
|
|
92098
92190
|
Delete an automation in Comp AI. Create, version, run, and inspect automated evidence collection workflows attached to compliance tasks.`,
|
|
92099
92191
|
annotations: {
|
|
92100
92192
|
title: "",
|
|
92101
|
-
destructiveHint:
|
|
92102
|
-
idempotentHint:
|
|
92193
|
+
destructiveHint: true,
|
|
92194
|
+
idempotentHint: true,
|
|
92103
92195
|
openWorldHint: false,
|
|
92104
92196
|
readOnlyHint: false
|
|
92105
92197
|
},
|
|
@@ -92226,9 +92318,9 @@ Get all runs for a specific automation in Comp AI. Create, version, run, and ins
|
|
|
92226
92318
|
annotations: {
|
|
92227
92319
|
title: "",
|
|
92228
92320
|
destructiveHint: false,
|
|
92229
|
-
idempotentHint:
|
|
92321
|
+
idempotentHint: true,
|
|
92230
92322
|
openWorldHint: false,
|
|
92231
|
-
readOnlyHint:
|
|
92323
|
+
readOnlyHint: true
|
|
92232
92324
|
},
|
|
92233
92325
|
args: args269,
|
|
92234
92326
|
tool: async (client, args270, ctx) => {
|
|
@@ -92353,9 +92445,9 @@ Get automation details in Comp AI. Create, version, run, and inspect automated e
|
|
|
92353
92445
|
annotations: {
|
|
92354
92446
|
title: "",
|
|
92355
92447
|
destructiveHint: false,
|
|
92356
|
-
idempotentHint:
|
|
92448
|
+
idempotentHint: true,
|
|
92357
92449
|
openWorldHint: false,
|
|
92358
|
-
readOnlyHint:
|
|
92450
|
+
readOnlyHint: true
|
|
92359
92451
|
},
|
|
92360
92452
|
args: args270,
|
|
92361
92453
|
tool: async (client, args271, ctx) => {
|
|
@@ -92499,9 +92591,9 @@ Get all versions for an automation in Comp AI. Create, version, run, and inspect
|
|
|
92499
92591
|
annotations: {
|
|
92500
92592
|
title: "",
|
|
92501
92593
|
destructiveHint: false,
|
|
92502
|
-
idempotentHint:
|
|
92594
|
+
idempotentHint: true,
|
|
92503
92595
|
openWorldHint: false,
|
|
92504
|
-
readOnlyHint:
|
|
92596
|
+
readOnlyHint: true
|
|
92505
92597
|
},
|
|
92506
92598
|
args: args271,
|
|
92507
92599
|
tool: async (client, args272, ctx) => {
|
|
@@ -92641,9 +92733,9 @@ Get all automation runs for a task in Comp AI. Create, version, run, and inspect
|
|
|
92641
92733
|
annotations: {
|
|
92642
92734
|
title: "",
|
|
92643
92735
|
destructiveHint: false,
|
|
92644
|
-
idempotentHint:
|
|
92736
|
+
idempotentHint: true,
|
|
92645
92737
|
openWorldHint: false,
|
|
92646
|
-
readOnlyHint:
|
|
92738
|
+
readOnlyHint: true
|
|
92647
92739
|
},
|
|
92648
92740
|
args: args272,
|
|
92649
92741
|
tool: async (client, args273, ctx) => {
|
|
@@ -92763,9 +92855,9 @@ Get all automations for a task in Comp AI. Create, version, run, and inspect aut
|
|
|
92763
92855
|
annotations: {
|
|
92764
92856
|
title: "",
|
|
92765
92857
|
destructiveHint: false,
|
|
92766
|
-
idempotentHint:
|
|
92858
|
+
idempotentHint: true,
|
|
92767
92859
|
openWorldHint: false,
|
|
92768
|
-
readOnlyHint:
|
|
92860
|
+
readOnlyHint: true
|
|
92769
92861
|
},
|
|
92770
92862
|
args: args273,
|
|
92771
92863
|
tool: async (client, args274, ctx) => {
|
|
@@ -93198,8 +93290,8 @@ var init_taskManagementTaskManagementControllerDeleteTaskItemAttachmentV12 = __e
|
|
|
93198
93290
|
Delete attachment from task item in Comp AI. Manage task items and attachments linked to operational entities such as risks and vendors.`,
|
|
93199
93291
|
annotations: {
|
|
93200
93292
|
title: "",
|
|
93201
|
-
destructiveHint:
|
|
93202
|
-
idempotentHint:
|
|
93293
|
+
destructiveHint: true,
|
|
93294
|
+
idempotentHint: true,
|
|
93203
93295
|
openWorldHint: false,
|
|
93204
93296
|
readOnlyHint: false
|
|
93205
93297
|
},
|
|
@@ -93320,8 +93412,8 @@ var init_taskManagementTaskManagementControllerDeleteTaskItemV12 = __esm(() => {
|
|
|
93320
93412
|
Delete a task item in Comp AI. Manage task items and attachments linked to operational entities such as risks and vendors.`,
|
|
93321
93413
|
annotations: {
|
|
93322
93414
|
title: "",
|
|
93323
|
-
destructiveHint:
|
|
93324
|
-
idempotentHint:
|
|
93415
|
+
destructiveHint: true,
|
|
93416
|
+
idempotentHint: true,
|
|
93325
93417
|
openWorldHint: false,
|
|
93326
93418
|
readOnlyHint: false
|
|
93327
93419
|
},
|
|
@@ -93443,9 +93535,9 @@ Get task item activity log in Comp AI. Manage task items and attachments linked
|
|
|
93443
93535
|
annotations: {
|
|
93444
93536
|
title: "",
|
|
93445
93537
|
destructiveHint: false,
|
|
93446
|
-
idempotentHint:
|
|
93538
|
+
idempotentHint: true,
|
|
93447
93539
|
openWorldHint: false,
|
|
93448
|
-
readOnlyHint:
|
|
93540
|
+
readOnlyHint: true
|
|
93449
93541
|
},
|
|
93450
93542
|
args: args278,
|
|
93451
93543
|
tool: async (client, args279, ctx) => {
|
|
@@ -93580,9 +93672,9 @@ Get task items statistics for an entity in Comp AI. Manage task items and attach
|
|
|
93580
93672
|
annotations: {
|
|
93581
93673
|
title: "",
|
|
93582
93674
|
destructiveHint: false,
|
|
93583
|
-
idempotentHint:
|
|
93675
|
+
idempotentHint: true,
|
|
93584
93676
|
openWorldHint: false,
|
|
93585
|
-
readOnlyHint:
|
|
93677
|
+
readOnlyHint: true
|
|
93586
93678
|
},
|
|
93587
93679
|
args: args279,
|
|
93588
93680
|
tool: async (client, args280, ctx) => {
|
|
@@ -93744,9 +93836,9 @@ Get task items for an entity in Comp AI. Manage task items and attachments linke
|
|
|
93744
93836
|
annotations: {
|
|
93745
93837
|
title: "",
|
|
93746
93838
|
destructiveHint: false,
|
|
93747
|
-
idempotentHint:
|
|
93839
|
+
idempotentHint: true,
|
|
93748
93840
|
openWorldHint: false,
|
|
93749
|
-
readOnlyHint:
|
|
93841
|
+
readOnlyHint: true
|
|
93750
93842
|
},
|
|
93751
93843
|
args: args280,
|
|
93752
93844
|
tool: async (client, args281, ctx) => {
|
|
@@ -93896,7 +93988,7 @@ Update a task item in Comp AI. Manage task items and attachments linked to opera
|
|
|
93896
93988
|
annotations: {
|
|
93897
93989
|
title: "",
|
|
93898
93990
|
destructiveHint: false,
|
|
93899
|
-
idempotentHint:
|
|
93991
|
+
idempotentHint: true,
|
|
93900
93992
|
openWorldHint: false,
|
|
93901
93993
|
readOnlyHint: false
|
|
93902
93994
|
},
|
|
@@ -94534,8 +94626,8 @@ var init_tasksTasksControllerDeleteTaskAttachmentV12 = __esm(() => {
|
|
|
94534
94626
|
Delete task attachment in Comp AI. Manage compliance task lifecycle, assignments, review approvals, evidence uploads, policy links, and activity history.`,
|
|
94535
94627
|
annotations: {
|
|
94536
94628
|
title: "",
|
|
94537
|
-
destructiveHint:
|
|
94538
|
-
idempotentHint:
|
|
94629
|
+
destructiveHint: true,
|
|
94630
|
+
idempotentHint: true,
|
|
94539
94631
|
openWorldHint: false,
|
|
94540
94632
|
readOnlyHint: false
|
|
94541
94633
|
},
|
|
@@ -94654,8 +94746,8 @@ var init_tasksTasksControllerDeleteTasksV12 = __esm(() => {
|
|
|
94654
94746
|
Delete multiple tasks in Comp AI. Manage compliance task lifecycle, assignments, review approvals, evidence uploads, policy links, and activity history.`,
|
|
94655
94747
|
annotations: {
|
|
94656
94748
|
title: "",
|
|
94657
|
-
destructiveHint:
|
|
94658
|
-
idempotentHint:
|
|
94749
|
+
destructiveHint: true,
|
|
94750
|
+
idempotentHint: true,
|
|
94659
94751
|
openWorldHint: false,
|
|
94660
94752
|
readOnlyHint: false
|
|
94661
94753
|
},
|
|
@@ -94780,8 +94872,8 @@ var init_tasksTasksControllerDeleteTaskV12 = __esm(() => {
|
|
|
94780
94872
|
Delete a task in Comp AI. Manage compliance task lifecycle, assignments, review approvals, evidence uploads, policy links, and activity history.`,
|
|
94781
94873
|
annotations: {
|
|
94782
94874
|
title: "",
|
|
94783
|
-
destructiveHint:
|
|
94784
|
-
idempotentHint:
|
|
94875
|
+
destructiveHint: true,
|
|
94876
|
+
idempotentHint: true,
|
|
94785
94877
|
openWorldHint: false,
|
|
94786
94878
|
readOnlyHint: false
|
|
94787
94879
|
},
|
|
@@ -94910,9 +95002,9 @@ Get task activity in Comp AI. Manage compliance task lifecycle, assignments, rev
|
|
|
94910
95002
|
annotations: {
|
|
94911
95003
|
title: "",
|
|
94912
95004
|
destructiveHint: false,
|
|
94913
|
-
idempotentHint:
|
|
95005
|
+
idempotentHint: true,
|
|
94914
95006
|
openWorldHint: false,
|
|
94915
|
-
readOnlyHint:
|
|
95007
|
+
readOnlyHint: true
|
|
94916
95008
|
},
|
|
94917
95009
|
args: args289,
|
|
94918
95010
|
tool: async (client, args290, ctx) => {
|
|
@@ -95052,9 +95144,9 @@ Generate a signed download URL for an attachment on a compliance task so reviewe
|
|
|
95052
95144
|
annotations: {
|
|
95053
95145
|
title: "",
|
|
95054
95146
|
destructiveHint: false,
|
|
95055
|
-
idempotentHint:
|
|
95147
|
+
idempotentHint: true,
|
|
95056
95148
|
openWorldHint: false,
|
|
95057
|
-
readOnlyHint:
|
|
95149
|
+
readOnlyHint: true
|
|
95058
95150
|
},
|
|
95059
95151
|
args: args290,
|
|
95060
95152
|
tool: async (client, args291, ctx) => {
|
|
@@ -95200,9 +95292,9 @@ Get task attachments in Comp AI. Manage compliance task lifecycle, assignments,
|
|
|
95200
95292
|
annotations: {
|
|
95201
95293
|
title: "",
|
|
95202
95294
|
destructiveHint: false,
|
|
95203
|
-
idempotentHint:
|
|
95295
|
+
idempotentHint: true,
|
|
95204
95296
|
openWorldHint: false,
|
|
95205
|
-
readOnlyHint:
|
|
95297
|
+
readOnlyHint: true
|
|
95206
95298
|
},
|
|
95207
95299
|
args: args291,
|
|
95208
95300
|
tool: async (client, args292, ctx) => {
|
|
@@ -95293,9 +95385,9 @@ Get page options for tasks overview in Comp AI. Manage compliance task lifecycle
|
|
|
95293
95385
|
annotations: {
|
|
95294
95386
|
title: "",
|
|
95295
95387
|
destructiveHint: false,
|
|
95296
|
-
idempotentHint:
|
|
95388
|
+
idempotentHint: true,
|
|
95297
95389
|
openWorldHint: false,
|
|
95298
|
-
readOnlyHint:
|
|
95390
|
+
readOnlyHint: true
|
|
95299
95391
|
},
|
|
95300
95392
|
tool: async (client, ctx) => {
|
|
95301
95393
|
const [result] = await tasksTasksControllerGetTaskOptionsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -95414,9 +95506,9 @@ Get policies that reference a task via shared controls in Comp AI. Manage compli
|
|
|
95414
95506
|
annotations: {
|
|
95415
95507
|
title: "",
|
|
95416
95508
|
destructiveHint: false,
|
|
95417
|
-
idempotentHint:
|
|
95509
|
+
idempotentHint: true,
|
|
95418
95510
|
openWorldHint: false,
|
|
95419
|
-
readOnlyHint:
|
|
95511
|
+
readOnlyHint: true
|
|
95420
95512
|
},
|
|
95421
95513
|
args: args292,
|
|
95422
95514
|
tool: async (client, args293, ctx) => {
|
|
@@ -95574,9 +95666,9 @@ List compliance tasks with assignments and status so teams can track audit readi
|
|
|
95574
95666
|
annotations: {
|
|
95575
95667
|
title: "",
|
|
95576
95668
|
destructiveHint: false,
|
|
95577
|
-
idempotentHint:
|
|
95669
|
+
idempotentHint: true,
|
|
95578
95670
|
openWorldHint: false,
|
|
95579
|
-
readOnlyHint:
|
|
95671
|
+
readOnlyHint: true
|
|
95580
95672
|
},
|
|
95581
95673
|
args: args293,
|
|
95582
95674
|
tool: async (client, args294, ctx) => {
|
|
@@ -95694,9 +95786,9 @@ Get task templates in Comp AI. Manage compliance task lifecycle, assignments, re
|
|
|
95694
95786
|
annotations: {
|
|
95695
95787
|
title: "",
|
|
95696
95788
|
destructiveHint: false,
|
|
95697
|
-
idempotentHint:
|
|
95789
|
+
idempotentHint: true,
|
|
95698
95790
|
openWorldHint: false,
|
|
95699
|
-
readOnlyHint:
|
|
95791
|
+
readOnlyHint: true
|
|
95700
95792
|
},
|
|
95701
95793
|
args: args294,
|
|
95702
95794
|
tool: async (client, args295, ctx) => {
|
|
@@ -95824,9 +95916,9 @@ Get task by ID in Comp AI. Manage compliance task lifecycle, assignments, review
|
|
|
95824
95916
|
annotations: {
|
|
95825
95917
|
title: "",
|
|
95826
95918
|
destructiveHint: false,
|
|
95827
|
-
idempotentHint:
|
|
95919
|
+
idempotentHint: true,
|
|
95828
95920
|
openWorldHint: false,
|
|
95829
|
-
readOnlyHint:
|
|
95921
|
+
readOnlyHint: true
|
|
95830
95922
|
},
|
|
95831
95923
|
args: args295,
|
|
95832
95924
|
tool: async (client, args296, ctx) => {
|
|
@@ -96969,9 +97061,9 @@ List timelines for the organization in Comp AI. Track audit and compliance readi
|
|
|
96969
97061
|
annotations: {
|
|
96970
97062
|
title: "",
|
|
96971
97063
|
destructiveHint: false,
|
|
96972
|
-
idempotentHint:
|
|
97064
|
+
idempotentHint: true,
|
|
96973
97065
|
openWorldHint: false,
|
|
96974
|
-
readOnlyHint:
|
|
97066
|
+
readOnlyHint: true
|
|
96975
97067
|
},
|
|
96976
97068
|
tool: async (client, ctx) => {
|
|
96977
97069
|
const [result] = await timelinesTimelinesControllerFindAllV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -97090,9 +97182,9 @@ Get a single timeline instance with phases in Comp AI. Track audit and complianc
|
|
|
97090
97182
|
annotations: {
|
|
97091
97183
|
title: "",
|
|
97092
97184
|
destructiveHint: false,
|
|
97093
|
-
idempotentHint:
|
|
97185
|
+
idempotentHint: true,
|
|
97094
97186
|
openWorldHint: false,
|
|
97095
|
-
readOnlyHint:
|
|
97187
|
+
readOnlyHint: true
|
|
97096
97188
|
},
|
|
97097
97189
|
args: args304,
|
|
97098
97190
|
tool: async (client, args305, ctx) => {
|
|
@@ -97536,9 +97628,9 @@ List security awareness and HIPAA training completion records for workforce comp
|
|
|
97536
97628
|
annotations: {
|
|
97537
97629
|
title: "",
|
|
97538
97630
|
destructiveHint: false,
|
|
97539
|
-
idempotentHint:
|
|
97631
|
+
idempotentHint: true,
|
|
97540
97632
|
openWorldHint: false,
|
|
97541
|
-
readOnlyHint:
|
|
97633
|
+
readOnlyHint: true
|
|
97542
97634
|
},
|
|
97543
97635
|
tool: async (client, ctx) => {
|
|
97544
97636
|
const [result] = await trainingTrainingControllerGetCompletionsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -98402,9 +98494,9 @@ Retrieve one Trust Center access request with requester context, status, review
|
|
|
98402
98494
|
annotations: {
|
|
98403
98495
|
title: "",
|
|
98404
98496
|
destructiveHint: false,
|
|
98405
|
-
idempotentHint:
|
|
98497
|
+
idempotentHint: true,
|
|
98406
98498
|
openWorldHint: false,
|
|
98407
|
-
readOnlyHint:
|
|
98499
|
+
readOnlyHint: true
|
|
98408
98500
|
},
|
|
98409
98501
|
args: args314,
|
|
98410
98502
|
tool: async (client, args315, ctx) => {
|
|
@@ -98533,9 +98625,9 @@ Retrieve published Trust Center FAQs for an organization so public trust pages c
|
|
|
98533
98625
|
annotations: {
|
|
98534
98626
|
title: "",
|
|
98535
98627
|
destructiveHint: false,
|
|
98536
|
-
idempotentHint:
|
|
98628
|
+
idempotentHint: true,
|
|
98537
98629
|
openWorldHint: false,
|
|
98538
|
-
readOnlyHint:
|
|
98630
|
+
readOnlyHint: true
|
|
98539
98631
|
},
|
|
98540
98632
|
args: args315,
|
|
98541
98633
|
tool: async (client, args316, ctx) => {
|
|
@@ -98655,9 +98747,9 @@ Public list of the security controls visible on a published trust portal. Contro
|
|
|
98655
98747
|
annotations: {
|
|
98656
98748
|
title: "",
|
|
98657
98749
|
destructiveHint: false,
|
|
98658
|
-
idempotentHint:
|
|
98750
|
+
idempotentHint: true,
|
|
98659
98751
|
openWorldHint: false,
|
|
98660
|
-
readOnlyHint:
|
|
98752
|
+
readOnlyHint: true
|
|
98661
98753
|
},
|
|
98662
98754
|
args: args316,
|
|
98663
98755
|
tool: async (client, args317, ctx) => {
|
|
@@ -98777,9 +98869,9 @@ Get org-authored custom frameworks shown on a trust portal in Comp AI. Manage ex
|
|
|
98777
98869
|
annotations: {
|
|
98778
98870
|
title: "",
|
|
98779
98871
|
destructiveHint: false,
|
|
98780
|
-
idempotentHint:
|
|
98872
|
+
idempotentHint: true,
|
|
98781
98873
|
openWorldHint: false,
|
|
98782
|
-
readOnlyHint:
|
|
98874
|
+
readOnlyHint: true
|
|
98783
98875
|
},
|
|
98784
98876
|
args: args317,
|
|
98785
98877
|
tool: async (client, args318, ctx) => {
|
|
@@ -98899,9 +98991,9 @@ List published custom links shown on an organization Trust Center for customer s
|
|
|
98899
98991
|
annotations: {
|
|
98900
98992
|
title: "",
|
|
98901
98993
|
destructiveHint: false,
|
|
98902
|
-
idempotentHint:
|
|
98994
|
+
idempotentHint: true,
|
|
98903
98995
|
openWorldHint: false,
|
|
98904
|
-
readOnlyHint:
|
|
98996
|
+
readOnlyHint: true
|
|
98905
98997
|
},
|
|
98906
98998
|
args: args318,
|
|
98907
98999
|
tool: async (client, args319, ctx) => {
|
|
@@ -99024,9 +99116,9 @@ Retrieve the favicon URL used by a published Trust Center so embedded or mirrore
|
|
|
99024
99116
|
annotations: {
|
|
99025
99117
|
title: "",
|
|
99026
99118
|
destructiveHint: false,
|
|
99027
|
-
idempotentHint:
|
|
99119
|
+
idempotentHint: true,
|
|
99028
99120
|
openWorldHint: false,
|
|
99029
|
-
readOnlyHint:
|
|
99121
|
+
readOnlyHint: true
|
|
99030
99122
|
},
|
|
99031
99123
|
args: args319,
|
|
99032
99124
|
tool: async (client, args320, ctx) => {
|
|
@@ -99146,9 +99238,9 @@ Retrieve the published Trust Center overview for an organization, including publ
|
|
|
99146
99238
|
annotations: {
|
|
99147
99239
|
title: "",
|
|
99148
99240
|
destructiveHint: false,
|
|
99149
|
-
idempotentHint:
|
|
99241
|
+
idempotentHint: true,
|
|
99150
99242
|
openWorldHint: false,
|
|
99151
|
-
readOnlyHint:
|
|
99243
|
+
readOnlyHint: true
|
|
99152
99244
|
},
|
|
99153
99245
|
args: args320,
|
|
99154
99246
|
tool: async (client, args321, ctx) => {
|
|
@@ -99271,9 +99363,9 @@ Whether the org offers the AI-assisted Security Questionnaire on its public trus
|
|
|
99271
99363
|
annotations: {
|
|
99272
99364
|
title: "",
|
|
99273
99365
|
destructiveHint: false,
|
|
99274
|
-
idempotentHint:
|
|
99366
|
+
idempotentHint: true,
|
|
99275
99367
|
openWorldHint: false,
|
|
99276
|
-
readOnlyHint:
|
|
99368
|
+
readOnlyHint: true
|
|
99277
99369
|
},
|
|
99278
99370
|
args: args321,
|
|
99279
99371
|
tool: async (client, args322, ctx) => {
|
|
@@ -99393,9 +99485,9 @@ List published vendors and subprocessors for an organization Trust Center so rev
|
|
|
99393
99485
|
annotations: {
|
|
99394
99486
|
title: "",
|
|
99395
99487
|
destructiveHint: false,
|
|
99396
|
-
idempotentHint:
|
|
99488
|
+
idempotentHint: true,
|
|
99397
99489
|
openWorldHint: false,
|
|
99398
|
-
readOnlyHint:
|
|
99490
|
+
readOnlyHint: true
|
|
99399
99491
|
},
|
|
99400
99492
|
args: args322,
|
|
99401
99493
|
tool: async (client, args323, ctx) => {
|
|
@@ -99519,9 +99611,9 @@ List pending and completed Trust Center access requests so teams can review cust
|
|
|
99519
99611
|
annotations: {
|
|
99520
99612
|
title: "",
|
|
99521
99613
|
destructiveHint: false,
|
|
99522
|
-
idempotentHint:
|
|
99614
|
+
idempotentHint: true,
|
|
99523
99615
|
openWorldHint: false,
|
|
99524
|
-
readOnlyHint:
|
|
99616
|
+
readOnlyHint: true
|
|
99525
99617
|
},
|
|
99526
99618
|
args: args323,
|
|
99527
99619
|
tool: async (client, args324, ctx) => {
|
|
@@ -99612,9 +99704,9 @@ List active, expired, and revoked Trust Access grants for customer security revi
|
|
|
99612
99704
|
annotations: {
|
|
99613
99705
|
title: "",
|
|
99614
99706
|
destructiveHint: false,
|
|
99615
|
-
idempotentHint:
|
|
99707
|
+
idempotentHint: true,
|
|
99616
99708
|
openWorldHint: false,
|
|
99617
|
-
readOnlyHint:
|
|
99709
|
+
readOnlyHint: true
|
|
99618
99710
|
},
|
|
99619
99711
|
tool: async (client, ctx) => {
|
|
99620
99712
|
const [result] = await trustAccessTrustAccessControllerListGrantsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -101066,9 +101158,9 @@ Get domain verification status in Comp AI. Configure the live Trust Center, cust
|
|
|
101066
101158
|
annotations: {
|
|
101067
101159
|
title: "",
|
|
101068
101160
|
destructiveHint: false,
|
|
101069
|
-
idempotentHint:
|
|
101161
|
+
idempotentHint: true,
|
|
101070
101162
|
openWorldHint: false,
|
|
101071
|
-
readOnlyHint:
|
|
101163
|
+
readOnlyHint: true
|
|
101072
101164
|
},
|
|
101073
101165
|
args: args333,
|
|
101074
101166
|
tool: async (client, args334, ctx) => {
|
|
@@ -101186,9 +101278,9 @@ Get trust portal overview in Comp AI. Configure the live Trust Center, custom do
|
|
|
101186
101278
|
annotations: {
|
|
101187
101279
|
title: "",
|
|
101188
101280
|
destructiveHint: false,
|
|
101189
|
-
idempotentHint:
|
|
101281
|
+
idempotentHint: true,
|
|
101190
101282
|
openWorldHint: false,
|
|
101191
|
-
readOnlyHint:
|
|
101283
|
+
readOnlyHint: true
|
|
101192
101284
|
},
|
|
101193
101285
|
args: args334,
|
|
101194
101286
|
tool: async (client, args335, ctx) => {
|
|
@@ -101279,9 +101371,9 @@ Retrieve Trust Center settings used to configure public status, custom domains,
|
|
|
101279
101371
|
annotations: {
|
|
101280
101372
|
title: "",
|
|
101281
101373
|
destructiveHint: false,
|
|
101282
|
-
idempotentHint:
|
|
101374
|
+
idempotentHint: true,
|
|
101283
101375
|
openWorldHint: false,
|
|
101284
|
-
readOnlyHint:
|
|
101376
|
+
readOnlyHint: true
|
|
101285
101377
|
},
|
|
101286
101378
|
tool: async (client, ctx) => {
|
|
101287
101379
|
const [result] = await trustPortalTrustPortalControllerGetSettingsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -101622,9 +101714,9 @@ List org-authored custom frameworks with their trust portal selection in Comp AI
|
|
|
101622
101714
|
annotations: {
|
|
101623
101715
|
title: "",
|
|
101624
101716
|
destructiveHint: false,
|
|
101625
|
-
idempotentHint:
|
|
101717
|
+
idempotentHint: true,
|
|
101626
101718
|
openWorldHint: false,
|
|
101627
|
-
readOnlyHint:
|
|
101719
|
+
readOnlyHint: true
|
|
101628
101720
|
},
|
|
101629
101721
|
tool: async (client, ctx) => {
|
|
101630
101722
|
const [result] = await trustPortalTrustPortalControllerListCustomFrameworksV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -101741,9 +101833,9 @@ List custom links for trust portal in Comp AI. Configure the live Trust Center,
|
|
|
101741
101833
|
annotations: {
|
|
101742
101834
|
title: "",
|
|
101743
101835
|
destructiveHint: false,
|
|
101744
|
-
idempotentHint:
|
|
101836
|
+
idempotentHint: true,
|
|
101745
101837
|
openWorldHint: false,
|
|
101746
|
-
readOnlyHint:
|
|
101838
|
+
readOnlyHint: true
|
|
101747
101839
|
},
|
|
101748
101840
|
args: args337,
|
|
101749
101841
|
tool: async (client, args338, ctx) => {
|
|
@@ -101969,9 +102061,9 @@ List vendors configured for trust portal in Comp AI. Configure the live Trust Ce
|
|
|
101969
102061
|
annotations: {
|
|
101970
102062
|
title: "",
|
|
101971
102063
|
destructiveHint: false,
|
|
101972
|
-
idempotentHint:
|
|
102064
|
+
idempotentHint: true,
|
|
101973
102065
|
openWorldHint: false,
|
|
101974
|
-
readOnlyHint:
|
|
102066
|
+
readOnlyHint: true
|
|
101975
102067
|
},
|
|
101976
102068
|
args: args339,
|
|
101977
102069
|
tool: async (client, args340, ctx) => {
|
|
@@ -102088,8 +102180,8 @@ var init_trustPortalTrustPortalControllerRemoveCustomFrameworkBadgeV12 = __esm((
|
|
|
102088
102180
|
Remove a custom framework's Trust Portal badge image in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures.`,
|
|
102089
102181
|
annotations: {
|
|
102090
102182
|
title: "",
|
|
102091
|
-
destructiveHint:
|
|
102092
|
-
idempotentHint:
|
|
102183
|
+
destructiveHint: true,
|
|
102184
|
+
idempotentHint: true,
|
|
102093
102185
|
openWorldHint: false,
|
|
102094
102186
|
readOnlyHint: false
|
|
102095
102187
|
},
|
|
@@ -102181,8 +102273,8 @@ var init_trustPortalTrustPortalControllerRemoveFaviconV12 = __esm(() => {
|
|
|
102181
102273
|
Remove the trust portal favicon in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures.`,
|
|
102182
102274
|
annotations: {
|
|
102183
102275
|
title: "",
|
|
102184
|
-
destructiveHint:
|
|
102185
|
-
idempotentHint:
|
|
102276
|
+
destructiveHint: true,
|
|
102277
|
+
idempotentHint: true,
|
|
102186
102278
|
openWorldHint: false,
|
|
102187
102279
|
readOnlyHint: false
|
|
102188
102280
|
},
|
|
@@ -102392,7 +102484,7 @@ Enable or disable the trust portal in Comp AI. Configure the live Trust Center,
|
|
|
102392
102484
|
annotations: {
|
|
102393
102485
|
title: "",
|
|
102394
102486
|
destructiveHint: false,
|
|
102395
|
-
idempotentHint:
|
|
102487
|
+
idempotentHint: true,
|
|
102396
102488
|
openWorldHint: false,
|
|
102397
102489
|
readOnlyHint: false
|
|
102398
102490
|
},
|
|
@@ -102484,7 +102576,7 @@ Update allowed domains for the trust portal in Comp AI. Configure the live Trust
|
|
|
102484
102576
|
annotations: {
|
|
102485
102577
|
title: "",
|
|
102486
102578
|
destructiveHint: false,
|
|
102487
|
-
idempotentHint:
|
|
102579
|
+
idempotentHint: true,
|
|
102488
102580
|
openWorldHint: false,
|
|
102489
102581
|
readOnlyHint: false
|
|
102490
102582
|
},
|
|
@@ -102600,7 +102692,7 @@ Update allowed emails for the trust portal in Comp AI. Configure the live Trust
|
|
|
102600
102692
|
annotations: {
|
|
102601
102693
|
title: "",
|
|
102602
102694
|
destructiveHint: false,
|
|
102603
|
-
idempotentHint:
|
|
102695
|
+
idempotentHint: true,
|
|
102604
102696
|
openWorldHint: false,
|
|
102605
102697
|
readOnlyHint: false
|
|
102606
102698
|
},
|
|
@@ -102738,7 +102830,7 @@ Enable/disable a custom framework on the trust portal and set its status in Comp
|
|
|
102738
102830
|
annotations: {
|
|
102739
102831
|
title: "",
|
|
102740
102832
|
destructiveHint: false,
|
|
102741
|
-
idempotentHint:
|
|
102833
|
+
idempotentHint: true,
|
|
102742
102834
|
openWorldHint: false,
|
|
102743
102835
|
readOnlyHint: false
|
|
102744
102836
|
},
|
|
@@ -102981,7 +103073,7 @@ Update trust portal FAQs in Comp AI. Configure the live Trust Center, custom dom
|
|
|
102981
103073
|
annotations: {
|
|
102982
103074
|
title: "",
|
|
102983
103075
|
destructiveHint: false,
|
|
102984
|
-
idempotentHint:
|
|
103076
|
+
idempotentHint: true,
|
|
102985
103077
|
openWorldHint: false,
|
|
102986
103078
|
readOnlyHint: false
|
|
102987
103079
|
},
|
|
@@ -103074,7 +103166,7 @@ Update trust portal framework settings in Comp AI. Configure the live Trust Cent
|
|
|
103074
103166
|
annotations: {
|
|
103075
103167
|
title: "",
|
|
103076
103168
|
destructiveHint: false,
|
|
103077
|
-
idempotentHint:
|
|
103169
|
+
idempotentHint: true,
|
|
103078
103170
|
openWorldHint: false,
|
|
103079
103171
|
readOnlyHint: false
|
|
103080
103172
|
},
|
|
@@ -103310,7 +103402,7 @@ Show or hide the Security Questionnaire on the public trust portal in Comp AI. C
|
|
|
103310
103402
|
annotations: {
|
|
103311
103403
|
title: "",
|
|
103312
103404
|
destructiveHint: false,
|
|
103313
|
-
idempotentHint:
|
|
103405
|
+
idempotentHint: true,
|
|
103314
103406
|
openWorldHint: false,
|
|
103315
103407
|
readOnlyHint: false
|
|
103316
103408
|
},
|
|
@@ -103994,9 +104086,9 @@ Returns the organization's non-archived controls with their trust portal visibil
|
|
|
103994
104086
|
annotations: {
|
|
103995
104087
|
title: "",
|
|
103996
104088
|
destructiveHint: false,
|
|
103997
|
-
idempotentHint:
|
|
104089
|
+
idempotentHint: true,
|
|
103998
104090
|
openWorldHint: false,
|
|
103999
|
-
readOnlyHint:
|
|
104091
|
+
readOnlyHint: true
|
|
104000
104092
|
},
|
|
104001
104093
|
tool: async (client, ctx) => {
|
|
104002
104094
|
const [result] = await trustPortalTrustPortalControlsControllerListControlsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -104454,9 +104546,9 @@ Returns the residual-risk acceptance history for a vendor, newest first. Each ev
|
|
|
104454
104546
|
annotations: {
|
|
104455
104547
|
title: "",
|
|
104456
104548
|
destructiveHint: false,
|
|
104457
|
-
idempotentHint:
|
|
104549
|
+
idempotentHint: true,
|
|
104458
104550
|
openWorldHint: false,
|
|
104459
|
-
readOnlyHint:
|
|
104551
|
+
readOnlyHint: true
|
|
104460
104552
|
},
|
|
104461
104553
|
args: args354,
|
|
104462
104554
|
tool: async (client, args355, ctx) => {
|
|
@@ -104970,8 +105062,8 @@ var init_vendorsVendorsControllerDeleteVendorV12 = __esm(() => {
|
|
|
104970
105062
|
Permanently removes a vendor from the organization. This action cannot be undone.`,
|
|
104971
105063
|
annotations: {
|
|
104972
105064
|
title: "",
|
|
104973
|
-
destructiveHint:
|
|
104974
|
-
idempotentHint:
|
|
105065
|
+
destructiveHint: true,
|
|
105066
|
+
idempotentHint: true,
|
|
104975
105067
|
openWorldHint: false,
|
|
104976
105068
|
readOnlyHint: false
|
|
104977
105069
|
},
|
|
@@ -105064,9 +105156,9 @@ List third-party vendors with risk level, owner, assessment status, and Trust Ce
|
|
|
105064
105156
|
annotations: {
|
|
105065
105157
|
title: "",
|
|
105066
105158
|
destructiveHint: false,
|
|
105067
|
-
idempotentHint:
|
|
105159
|
+
idempotentHint: true,
|
|
105068
105160
|
openWorldHint: false,
|
|
105069
|
-
readOnlyHint:
|
|
105161
|
+
readOnlyHint: true
|
|
105070
105162
|
},
|
|
105071
105163
|
tool: async (client, ctx) => {
|
|
105072
105164
|
const [result] = await vendorsVendorsControllerGetAllVendorsV1(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -105269,9 +105361,9 @@ Retrieve one vendor record with ownership, review status, risk context, and thir
|
|
|
105269
105361
|
annotations: {
|
|
105270
105362
|
title: "",
|
|
105271
105363
|
destructiveHint: false,
|
|
105272
|
-
idempotentHint:
|
|
105364
|
+
idempotentHint: true,
|
|
105273
105365
|
openWorldHint: false,
|
|
105274
|
-
readOnlyHint:
|
|
105366
|
+
readOnlyHint: true
|
|
105275
105367
|
},
|
|
105276
105368
|
args: args358,
|
|
105277
105369
|
tool: async (client, args359, ctx) => {
|
|
@@ -105389,9 +105481,9 @@ Search global vendor records to prefill vendor profiles and speed up third-party
|
|
|
105389
105481
|
annotations: {
|
|
105390
105482
|
title: "",
|
|
105391
105483
|
destructiveHint: false,
|
|
105392
|
-
idempotentHint:
|
|
105484
|
+
idempotentHint: true,
|
|
105393
105485
|
openWorldHint: false,
|
|
105394
|
-
readOnlyHint:
|
|
105486
|
+
readOnlyHint: true
|
|
105395
105487
|
},
|
|
105396
105488
|
args: args359,
|
|
105397
105489
|
tool: async (client, args360, ctx) => {
|
|
@@ -105819,7 +105911,7 @@ Update vendor ownership, risk attributes, review metadata, and third-party compl
|
|
|
105819
105911
|
function createMCPServer(deps) {
|
|
105820
105912
|
const server = new McpServer({
|
|
105821
105913
|
name: "CompAi",
|
|
105822
|
-
version: "0.3.
|
|
105914
|
+
version: "0.3.2"
|
|
105823
105915
|
});
|
|
105824
105916
|
const getClient = deps.getSDK || (() => new CompAiCore({
|
|
105825
105917
|
security: deps.security,
|
|
@@ -106157,6 +106249,9 @@ function createMCPServer(deps) {
|
|
|
106157
106249
|
tool(tool$ismsISMSControllerSubmitForApprovalV1);
|
|
106158
106250
|
tool(tool$ismsISMSControllerApproveV1);
|
|
106159
106251
|
tool(tool$ismsISMSControllerDeclineV1);
|
|
106252
|
+
tool(tool$ismsISMSControllerUploadDocumentFileV1);
|
|
106253
|
+
tool(tool$ismsISMSControllerRemoveDocumentFileV1);
|
|
106254
|
+
tool(tool$ismsISMSControllerSetContentSourceV1);
|
|
106160
106255
|
tool(tool$ismsISMSControllerDriftV1);
|
|
106161
106256
|
tool(tool$ismsISMSControllerRiskTreatmentV1);
|
|
106162
106257
|
tool(tool$ismsISMSControllerGetVersionsV1);
|
|
@@ -106166,9 +106261,6 @@ function createMCPServer(deps) {
|
|
|
106166
106261
|
tool(tool$ismsISMSRegistersControllerDeleteRowV1);
|
|
106167
106262
|
tool(tool$ismsISMSRegistersControllerBulkCreateMeasurementsV1);
|
|
106168
106263
|
tool(tool$ismsISMSRegistersControllerSaveNarrativeV1);
|
|
106169
|
-
tool(tool$ismsISMSProfileControllerGetProfileV1);
|
|
106170
|
-
tool(tool$ismsISMSProfileControllerSaveProfileV1);
|
|
106171
|
-
tool(tool$ismsISMSProfileControllerGenerateAllV1);
|
|
106172
106264
|
tool(tool$taskManagementTaskManagementControllerGetTaskItemsStatsV1);
|
|
106173
106265
|
tool(tool$taskManagementTaskManagementControllerGetTaskItemsV1);
|
|
106174
106266
|
tool(tool$taskManagementTaskManagementControllerCreateTaskItemV1);
|
|
@@ -106419,11 +106511,11 @@ var init_server2 = __esm(() => {
|
|
|
106419
106511
|
init_ismsISMSControllerGetDocumentV12();
|
|
106420
106512
|
init_ismsISMSControllerGetVersionsV12();
|
|
106421
106513
|
init_ismsISMSControllerRemoveControlV12();
|
|
106514
|
+
init_ismsISMSControllerRemoveDocumentFileV12();
|
|
106422
106515
|
init_ismsISMSControllerRiskTreatmentV12();
|
|
106516
|
+
init_ismsISMSControllerSetContentSourceV12();
|
|
106423
106517
|
init_ismsISMSControllerSubmitForApprovalV12();
|
|
106424
|
-
|
|
106425
|
-
init_ismsISMSProfileControllerGetProfileV12();
|
|
106426
|
-
init_ismsISMSProfileControllerSaveProfileV12();
|
|
106518
|
+
init_ismsISMSControllerUploadDocumentFileV12();
|
|
106427
106519
|
init_ismsISMSRegistersControllerBulkCreateMeasurementsV12();
|
|
106428
106520
|
init_ismsISMSRegistersControllerCreateRowV12();
|
|
106429
106521
|
init_ismsISMSRegistersControllerDeleteRowV12();
|
|
@@ -108603,12 +108695,30 @@ Approves an ISMS document that is pending review, freezing an immutable publishe
|
|
|
108603
108695
|
description: `Decline an ISMS document
|
|
108604
108696
|
|
|
108605
108697
|
Rejects an ISMS document that is pending review, setting its status to declined without creating a version. Only the assigned approver can call it, using a signed-in user session; there is no field for a reason or comment.`
|
|
108698
|
+
},
|
|
108699
|
+
{
|
|
108700
|
+
name: "upload-isms-document-file",
|
|
108701
|
+
description: `Upload a file as an ISMS document's content
|
|
108702
|
+
|
|
108703
|
+
Attaches a customer-supplied PDF or DOCX as the document's content. Does not switch the document to it — call PATCH content-source with 'uploaded' for that. Returns the refreshed document.`
|
|
108704
|
+
},
|
|
108705
|
+
{
|
|
108706
|
+
name: "remove-isms-document-file",
|
|
108707
|
+
description: `Remove an ISMS document's uploaded file
|
|
108708
|
+
|
|
108709
|
+
Detaches the pending uploaded file from an ISMS document's draft. Already-published versions keep their own copy and stay downloadable. Returns the refreshed document.`
|
|
108710
|
+
},
|
|
108711
|
+
{
|
|
108712
|
+
name: "set-isms-content-source",
|
|
108713
|
+
description: `Switch an ISMS document between form and uploaded file
|
|
108714
|
+
|
|
108715
|
+
Sets whether the document's content is 'generated' from our form or is the 'uploaded' customer file. Switching is lossless — the form data and the uploaded file are both kept. Returns the refreshed document.`
|
|
108606
108716
|
},
|
|
108607
108717
|
{
|
|
108608
108718
|
name: "drift",
|
|
108609
108719
|
description: `Detect drift against the approved snapshot
|
|
108610
108720
|
|
|
108611
|
-
Reports whether an ISMS document's derived content is stale by comparing the platform data captured at its last generation against current data. Returns isStale
|
|
108721
|
+
Reports whether an ISMS document's derived content is stale by comparing the platform data captured at its last generation against current data. Returns hasBaseline, isStale and the changed sources; with no baseline, nothing has drifted.`
|
|
108612
108722
|
},
|
|
108613
108723
|
{
|
|
108614
108724
|
name: "risk-treatment",
|
|
@@ -108626,7 +108736,7 @@ Lists an ISMS document's published versions newest first with version number, pu
|
|
|
108626
108736
|
name: "isms-export-document",
|
|
108627
108737
|
description: `Export an ISMS document as PDF or DOCX
|
|
108628
108738
|
|
|
108629
|
-
Downloads an ISMS document as
|
|
108739
|
+
Downloads an ISMS document as PDF or DOCX rather than JSON. Defaults to the latest published version; pass a versionId for a specific historical version exactly as approved, or draft:true for the working draft (their uploaded file).`
|
|
108630
108740
|
},
|
|
108631
108741
|
{
|
|
108632
108742
|
name: "create-row",
|
|
@@ -108657,24 +108767,6 @@ Record measurements for several metrics/periods in one save (Metrics due / backf
|
|
|
108657
108767
|
description: `Save a singleton document narrative
|
|
108658
108768
|
|
|
108659
108769
|
Replaces the working draft narrative of a document type that stores one, such as ISMS scope, leadership commitment, internal audit or risk assessment methodology. The narrative object is fully replaced, not merged.`
|
|
108660
|
-
},
|
|
108661
|
-
{
|
|
108662
|
-
name: "get-profile",
|
|
108663
|
-
description: `Get the ISMS wizard profile, defaults and members
|
|
108664
|
-
|
|
108665
|
-
Returns the saved ISO 27001 onboarding wizard answers for a framework, together with computed defaults for scope, objectives and capabilities, and the member list usable as approver ids. Requires a frameworkId query parameter.`
|
|
108666
|
-
},
|
|
108667
|
-
{
|
|
108668
|
-
name: "save-profile",
|
|
108669
|
-
description: `Save (partial) ISMS wizard answers
|
|
108670
|
-
|
|
108671
|
-
Saves ISO 27001 onboarding wizard answers as a partial update — supplied fields are merged onto stored answers and arrays replace wholesale. Set complete to true to validate the full set. Saving does not regenerate documents.`
|
|
108672
|
-
},
|
|
108673
|
-
{
|
|
108674
|
-
name: "generate-all",
|
|
108675
|
-
description: `Ensure and regenerate all ISMS documents
|
|
108676
|
-
|
|
108677
|
-
Creates any missing ISMS documents and regenerates all twelve in dependency order for a framework. Runs synchronously and is slow, with no job id to poll. Reverts every approved document to draft. Call after completing the wizard.`
|
|
108678
108770
|
},
|
|
108679
108771
|
{
|
|
108680
108772
|
name: "get-task-items-stats",
|
|
@@ -110108,7 +110200,7 @@ http_headers = { "apikey" = "YOUR_APIKEY" }`;
|
|
|
110108
110200
|
<h1>Instructions</h1>
|
|
110109
110201
|
<p>One-click installation for Claude Desktop users</p>
|
|
110110
110202
|
<div class="instruction-item">
|
|
110111
|
-
<a href="https://github.com/trycompai/comp-v2/releases/download/v0.3.
|
|
110203
|
+
<a href="https://github.com/trycompai/comp-v2/releases/download/v0.3.2/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
110112
110204
|
\uD83D\uDCE5 Download MCP Bundle
|
|
110113
110205
|
</a>
|
|
110114
110206
|
</div>
|
|
@@ -112733,7 +112825,7 @@ var routes = buildRouteMap({
|
|
|
112733
112825
|
var app = buildApplication(routes, {
|
|
112734
112826
|
name: "mcp",
|
|
112735
112827
|
versionInfo: {
|
|
112736
|
-
currentVersion: "0.3.
|
|
112828
|
+
currentVersion: "0.3.2"
|
|
112737
112829
|
}
|
|
112738
112830
|
});
|
|
112739
112831
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -112741,5 +112833,5 @@ export {
|
|
|
112741
112833
|
app
|
|
112742
112834
|
};
|
|
112743
112835
|
|
|
112744
|
-
//# debugId=
|
|
112836
|
+
//# debugId=8A8558C8AE3CD5A564756E2164756E21
|
|
112745
112837
|
//# sourceMappingURL=mcp-server.js.map
|