@trycompai/mcp-server 0.2.1 → 0.2.3
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 +3438 -2424
- package/bin/mcp-server.js.map +57 -36
- package/esm/funcs/frameworksFrameworksControllerUpdateCustomV1.d.ts +16 -0
- package/esm/funcs/frameworksFrameworksControllerUpdateCustomV1.d.ts.map +1 -0
- package/esm/funcs/frameworksFrameworksControllerUpdateCustomV1.js +93 -0
- package/esm/funcs/frameworksFrameworksControllerUpdateCustomV1.js.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.d.ts +17 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.d.ts.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.js +73 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.js.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.d.ts +17 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.d.ts.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.js +73 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.js.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.d.ts +17 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.d.ts.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.js +73 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.js.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.d.ts +18 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.d.ts.map +1 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.js +84 -0
- package/esm/funcs/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.js.map +1 -0
- package/esm/funcs/ismsISMSControllerGetVersionsV1.d.ts +18 -0
- package/esm/funcs/ismsISMSControllerGetVersionsV1.d.ts.map +1 -0
- package/esm/funcs/ismsISMSControllerGetVersionsV1.js +89 -0
- package/esm/funcs/ismsISMSControllerGetVersionsV1.js.map +1 -0
- package/esm/funcs/peoplePeopleControllerGetMemberAccessV1.d.ts +18 -0
- package/esm/funcs/peoplePeopleControllerGetMemberAccessV1.d.ts.map +1 -0
- package/esm/funcs/peoplePeopleControllerGetMemberAccessV1.js +89 -0
- package/esm/funcs/peoplePeopleControllerGetMemberAccessV1.js.map +1 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.d.ts +16 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.d.ts.map +1 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.js +88 -0
- package/esm/funcs/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.js.map +1 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.d.ts +18 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.d.ts.map +1 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.js +84 -0
- package/esm/funcs/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.js.map +1 -0
- package/esm/landing-page.js +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/http.d.ts +1 -1
- package/esm/lib/http.d.ts.map +1 -1
- package/esm/lib/http.js +1 -1
- package/esm/lib/http.js.map +1 -1
- package/esm/lib/security.d.ts +5 -4
- package/esm/lib/security.d.ts.map +1 -1
- package/esm/lib/security.js +4 -5
- package/esm/lib/security.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +76 -60
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.d.ts +3 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.js +29 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.js.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.d.ts +3 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.js +29 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.js.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.d.ts +3 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.js +29 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.js.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.js +34 -0
- package/esm/mcp-server/tools/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.js.map +1 -0
- package/esm/mcp-server/tools/ismsISMSControllerGetVersionsV1.d.ts +7 -0
- package/esm/mcp-server/tools/ismsISMSControllerGetVersionsV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/ismsISMSControllerGetVersionsV1.js +34 -0
- package/esm/mcp-server/tools/ismsISMSControllerGetVersionsV1.js.map +1 -0
- package/esm/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.d.ts +7 -0
- package/esm/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.js +34 -0
- package/esm/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.js.map +1 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.d.ts +7 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.js +34 -0
- package/esm/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.js.map +1 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.d.ts +7 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.d.ts.map +1 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.js +34 -0
- package/esm/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.js.map +1 -0
- package/esm/models/automationscontrollergettaskautomationrunsv1op.d.ts +4 -4
- package/esm/models/automationscontrollergettaskautomationrunsv1op.d.ts.map +1 -1
- package/esm/models/automationscontrollergettaskautomationrunsv1op.js +3 -3
- package/esm/models/automationscontrollergettaskautomationrunsv1op.js.map +1 -1
- package/esm/models/contextcontrollercreatecontextv1op.d.ts +9 -9
- package/esm/models/contextcontrollercreatecontextv1op.d.ts.map +1 -1
- package/esm/models/contextcontrollercreatecontextv1op.js +8 -8
- package/esm/models/contextcontrollercreatecontextv1op.js.map +1 -1
- package/esm/models/contextcontrollerdeletecontextv1op.d.ts +9 -9
- package/esm/models/contextcontrollerdeletecontextv1op.d.ts.map +1 -1
- package/esm/models/contextcontrollerdeletecontextv1op.js +8 -8
- package/esm/models/contextcontrollerdeletecontextv1op.js.map +1 -1
- package/esm/models/contextcontrollergetallcontextv1op.d.ts +9 -9
- package/esm/models/contextcontrollergetallcontextv1op.d.ts.map +1 -1
- package/esm/models/contextcontrollergetallcontextv1op.js +8 -8
- package/esm/models/contextcontrollergetallcontextv1op.js.map +1 -1
- package/esm/models/contextcontrollergetcontextbyidv1op.d.ts +9 -9
- package/esm/models/contextcontrollergetcontextbyidv1op.d.ts.map +1 -1
- package/esm/models/contextcontrollergetcontextbyidv1op.js +8 -8
- package/esm/models/contextcontrollergetcontextbyidv1op.js.map +1 -1
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.d.ts +4 -4
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.d.ts.map +1 -1
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.js +3 -3
- package/esm/models/controlscontrollerunlinkdocumenttypev1op.js.map +1 -1
- package/esm/models/devicescontrollergetalldevicesv1op.d.ts +15 -15
- package/esm/models/devicescontrollergetalldevicesv1op.d.ts.map +1 -1
- package/esm/models/devicescontrollergetalldevicesv1op.js +11 -11
- package/esm/models/devicescontrollergetalldevicesv1op.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/frameworkscontrollerupdatecustomv1op.d.ts +12 -0
- package/esm/models/frameworkscontrollerupdatecustomv1op.d.ts.map +1 -0
- package/esm/models/frameworkscontrollerupdatecustomv1op.js +13 -0
- package/esm/models/frameworkscontrollerupdatecustomv1op.js.map +1 -0
- package/esm/models/ismscontrollergetversionsv1op.d.ts +6 -0
- package/esm/models/ismscontrollergetversionsv1op.d.ts.map +1 -0
- package/esm/models/ismscontrollergetversionsv1op.js +8 -0
- package/esm/models/ismscontrollergetversionsv1op.js.map +1 -0
- package/esm/models/ismsregisterscontrollercreaterowv1op.d.ts +41 -0
- package/esm/models/ismsregisterscontrollercreaterowv1op.d.ts.map +1 -1
- package/esm/models/ismsregisterscontrollercreaterowv1op.js +42 -0
- package/esm/models/ismsregisterscontrollercreaterowv1op.js.map +1 -1
- package/esm/models/ismsregisterscontrollerupdaterowv1op.d.ts +41 -0
- package/esm/models/ismsregisterscontrollerupdaterowv1op.d.ts.map +1 -1
- package/esm/models/ismsregisterscontrollerupdaterowv1op.js +42 -0
- package/esm/models/ismsregisterscontrollerupdaterowv1op.js.map +1 -1
- package/esm/models/organizationcontrollerdeleteorganizationv1op.d.ts +15 -15
- package/esm/models/organizationcontrollerdeleteorganizationv1op.d.ts.map +1 -1
- package/esm/models/organizationcontrollerdeleteorganizationv1op.js +12 -12
- package/esm/models/organizationcontrollerdeleteorganizationv1op.js.map +1 -1
- package/esm/models/organizationcontrollergetorganizationv1op.d.ts +11 -11
- package/esm/models/organizationcontrollergetorganizationv1op.d.ts.map +1 -1
- package/esm/models/organizationcontrollergetorganizationv1op.js +7 -7
- package/esm/models/organizationcontrollergetorganizationv1op.js.map +1 -1
- package/esm/models/organizationcontrollergetprimarycolorv1op.d.ts +15 -15
- package/esm/models/organizationcontrollergetprimarycolorv1op.d.ts.map +1 -1
- package/esm/models/organizationcontrollergetprimarycolorv1op.js +11 -11
- package/esm/models/organizationcontrollergetprimarycolorv1op.js.map +1 -1
- package/esm/models/organizationcontrollerupdateorganizationv1op.d.ts +20 -16
- package/esm/models/organizationcontrollerupdateorganizationv1op.d.ts.map +1 -1
- package/esm/models/organizationcontrollerupdateorganizationv1op.js +17 -13
- package/esm/models/organizationcontrollerupdateorganizationv1op.js.map +1 -1
- package/esm/models/peoplecontrollerbulkcreatemembersv1op.d.ts +15 -15
- package/esm/models/peoplecontrollerbulkcreatemembersv1op.d.ts.map +1 -1
- package/esm/models/peoplecontrollerbulkcreatemembersv1op.js +11 -11
- package/esm/models/peoplecontrollerbulkcreatemembersv1op.js.map +1 -1
- package/esm/models/peoplecontrollerdeletememberv1op.d.ts +15 -15
- package/esm/models/peoplecontrollerdeletememberv1op.d.ts.map +1 -1
- package/esm/models/peoplecontrollerdeletememberv1op.js +11 -11
- package/esm/models/peoplecontrollerdeletememberv1op.js.map +1 -1
- package/esm/models/peoplecontrollergetallpeoplev1op.d.ts +15 -15
- package/esm/models/peoplecontrollergetallpeoplev1op.d.ts.map +1 -1
- package/esm/models/peoplecontrollergetallpeoplev1op.js +11 -11
- package/esm/models/peoplecontrollergetallpeoplev1op.js.map +1 -1
- package/esm/models/peoplecontrollergetmemberaccessv1op.d.ts +6 -0
- package/esm/models/peoplecontrollergetmemberaccessv1op.d.ts.map +1 -0
- package/esm/models/peoplecontrollergetmemberaccessv1op.js +8 -0
- package/esm/models/peoplecontrollergetmemberaccessv1op.js.map +1 -0
- package/esm/models/peoplecontrollerremovehostv1op.d.ts +15 -15
- package/esm/models/peoplecontrollerremovehostv1op.d.ts.map +1 -1
- package/esm/models/peoplecontrollerremovehostv1op.js +11 -11
- package/esm/models/peoplecontrollerremovehostv1op.js.map +1 -1
- package/esm/models/peoplecontrollerupdatememberv1op.d.ts +8 -1
- package/esm/models/peoplecontrollerupdatememberv1op.d.ts.map +1 -1
- package/esm/models/peoplecontrollerupdatememberv1op.js +4 -0
- package/esm/models/peoplecontrollerupdatememberv1op.js.map +1 -1
- package/esm/models/policiescontrollerdeletepolicyv1op.d.ts +15 -15
- package/esm/models/policiescontrollerdeletepolicyv1op.d.ts.map +1 -1
- package/esm/models/policiescontrollerdeletepolicyv1op.js +11 -11
- package/esm/models/policiescontrollerdeletepolicyv1op.js.map +1 -1
- package/esm/models/policiescontrollergetallpoliciesv1op.d.ts +13 -13
- package/esm/models/policiescontrollergetallpoliciesv1op.d.ts.map +1 -1
- package/esm/models/policiescontrollergetallpoliciesv1op.js +9 -9
- package/esm/models/policiescontrollergetallpoliciesv1op.js.map +1 -1
- package/esm/models/questionnairecontrollerautoanswerandexportuploadv1op.d.ts +5 -5
- package/esm/models/questionnairecontrollerautoanswerandexportuploadv1op.d.ts.map +1 -1
- package/esm/models/questionnairecontrollerautoanswerandexportuploadv1op.js +4 -4
- package/esm/models/questionnairecontrollerautoanswerandexportuploadv1op.js.map +1 -1
- package/esm/models/questionnairecontrollerparsequestionnaireuploadv1op.d.ts +5 -5
- package/esm/models/questionnairecontrollerparsequestionnaireuploadv1op.d.ts.map +1 -1
- package/esm/models/questionnairecontrollerparsequestionnaireuploadv1op.js +4 -4
- package/esm/models/questionnairecontrollerparsequestionnaireuploadv1op.js.map +1 -1
- package/esm/models/questionnairecontrolleruploadandparseuploadv1op.d.ts +5 -5
- package/esm/models/questionnairecontrolleruploadandparseuploadv1op.d.ts.map +1 -1
- package/esm/models/questionnairecontrolleruploadandparseuploadv1op.js +4 -4
- package/esm/models/questionnairecontrolleruploadandparseuploadv1op.js.map +1 -1
- package/esm/models/riskscontrollercreateriskv1op.d.ts +30 -30
- package/esm/models/riskscontrollercreateriskv1op.d.ts.map +1 -1
- package/esm/models/riskscontrollercreateriskv1op.js +15 -15
- package/esm/models/riskscontrollercreateriskv1op.js.map +1 -1
- package/esm/models/riskscontrollerdeleteriskv1op.d.ts +15 -15
- package/esm/models/riskscontrollerdeleteriskv1op.d.ts.map +1 -1
- package/esm/models/riskscontrollerdeleteriskv1op.js +11 -11
- package/esm/models/riskscontrollerdeleteriskv1op.js.map +1 -1
- package/esm/models/riskscontrollergetallrisksv1op.d.ts +47 -47
- package/esm/models/riskscontrollergetallrisksv1op.d.ts.map +1 -1
- package/esm/models/riskscontrollergetallrisksv1op.js +34 -34
- package/esm/models/riskscontrollergetallrisksv1op.js.map +1 -1
- package/esm/models/riskscontrollergetriskbyidv1op.d.ts +32 -32
- package/esm/models/riskscontrollergetriskbyidv1op.d.ts.map +1 -1
- package/esm/models/riskscontrollergetriskbyidv1op.js +16 -16
- package/esm/models/riskscontrollergetriskbyidv1op.js.map +1 -1
- package/esm/models/riskscontrollerupdateriskv1op.d.ts +35 -35
- package/esm/models/riskscontrollerupdateriskv1op.d.ts.map +1 -1
- package/esm/models/riskscontrollerupdateriskv1op.js +19 -19
- package/esm/models/riskscontrollerupdateriskv1op.js.map +1 -1
- package/esm/models/setemployeesyncproviderdto.d.ts +3 -3
- package/esm/models/setemployeesyncproviderdto.d.ts.map +1 -1
- package/esm/models/setemployeesyncproviderdto.js +3 -2
- package/esm/models/setemployeesyncproviderdto.js.map +1 -1
- package/esm/models/settwofactorsourcedto.d.ts +12 -0
- package/esm/models/settwofactorsourcedto.d.ts.map +1 -0
- package/esm/models/settwofactorsourcedto.js +11 -0
- package/esm/models/settwofactorsourcedto.js.map +1 -0
- package/esm/models/taskitemresponsedto.d.ts +5 -5
- package/esm/models/taskitemresponsedto.d.ts.map +1 -1
- package/esm/models/taskitemresponsedto.js +1 -1
- package/esm/models/taskitemresponsedto.js.map +1 -1
- package/esm/models/taskresponsedto.d.ts +5 -5
- package/esm/models/taskresponsedto.d.ts.map +1 -1
- package/esm/models/taskresponsedto.js +2 -2
- package/esm/models/taskresponsedto.js.map +1 -1
- package/esm/models/trustaccesscontrollergetpublicsecurityquestionnairev1op.d.ts +13 -0
- package/esm/models/trustaccesscontrollergetpublicsecurityquestionnairev1op.d.ts.map +1 -0
- package/esm/models/trustaccesscontrollergetpublicsecurityquestionnairev1op.js +13 -0
- package/esm/models/trustaccesscontrollergetpublicsecurityquestionnairev1op.js.map +1 -0
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.d.ts +6 -6
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.d.ts.map +1 -1
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.js +6 -6
- package/esm/models/trustportalcontrollerupdatecustomframeworkv1op.js.map +1 -1
- package/esm/models/trustportalcontrollerupdatesecurityquestionnairev1op.d.ts +6 -0
- package/esm/models/trustportalcontrollerupdatesecurityquestionnairev1op.d.ts.map +1 -0
- package/esm/models/trustportalcontrollerupdatesecurityquestionnairev1op.js +9 -0
- package/esm/models/trustportalcontrollerupdatesecurityquestionnairev1op.js.map +1 -0
- package/esm/models/updatecustomframeworkdto.d.ts +7 -0
- package/esm/models/updatecustomframeworkdto.d.ts.map +1 -0
- package/esm/models/updatecustomframeworkdto.js +9 -0
- package/esm/models/updatecustomframeworkdto.js.map +1 -0
- package/esm/models/vendorscontrollercreatevendorv1op.d.ts +30 -30
- package/esm/models/vendorscontrollercreatevendorv1op.d.ts.map +1 -1
- package/esm/models/vendorscontrollercreatevendorv1op.js +15 -15
- package/esm/models/vendorscontrollercreatevendorv1op.js.map +1 -1
- package/esm/models/vendorscontrollerdeletevendorv1op.d.ts +15 -15
- package/esm/models/vendorscontrollerdeletevendorv1op.d.ts.map +1 -1
- package/esm/models/vendorscontrollerdeletevendorv1op.js +11 -11
- package/esm/models/vendorscontrollerdeletevendorv1op.js.map +1 -1
- package/esm/models/vendorscontrollergetallvendorsv1op.d.ts +36 -36
- package/esm/models/vendorscontrollergetallvendorsv1op.d.ts.map +1 -1
- package/esm/models/vendorscontrollergetallvendorsv1op.js +22 -22
- package/esm/models/vendorscontrollergetallvendorsv1op.js.map +1 -1
- package/esm/models/vendorscontrollergetvendorbyidv1op.d.ts +25 -25
- package/esm/models/vendorscontrollergetvendorbyidv1op.d.ts.map +1 -1
- package/esm/models/vendorscontrollergetvendorbyidv1op.js +14 -14
- package/esm/models/vendorscontrollergetvendorbyidv1op.js.map +1 -1
- package/esm/models/vendorscontrollerupdatevendorv1op.d.ts +35 -35
- package/esm/models/vendorscontrollerupdatevendorv1op.d.ts.map +1 -1
- package/esm/models/vendorscontrollerupdatevendorv1op.js +19 -19
- package/esm/models/vendorscontrollerupdatevendorv1op.js.map +1 -1
- package/esm/tool-names.d.ts.map +1 -1
- package/esm/tool-names.js +268 -236
- package/esm/tool-names.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/frameworksFrameworksControllerUpdateCustomV1.ts +166 -0
- package/src/funcs/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.ts +125 -0
- package/src/funcs/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.ts +125 -0
- package/src/funcs/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.ts +125 -0
- package/src/funcs/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.ts +146 -0
- package/src/funcs/ismsISMSControllerGetVersionsV1.ts +154 -0
- package/src/funcs/peoplePeopleControllerGetMemberAccessV1.ts +155 -0
- package/src/funcs/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.ts +156 -0
- package/src/funcs/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.ts +151 -0
- package/src/landing-page.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/http.ts +3 -1
- package/src/lib/security.ts +10 -5
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +78 -60
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerGetAvailableTwoFactorSourcesV1.ts +37 -0
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorSourceV1.ts +37 -0
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerGetTwoFactorStatusesV1.ts +37 -0
- package/src/mcp-server/tools/integrationsTwoFactorSourceControllerSetTwoFactorSourceV1.ts +44 -0
- package/src/mcp-server/tools/ismsISMSControllerGetVersionsV1.ts +43 -0
- package/src/mcp-server/tools/peoplePeopleControllerGetMemberAccessV1.ts +44 -0
- package/src/mcp-server/tools/trustAccessTrustAccessControllerGetPublicSecurityQuestionnaireV1.ts +45 -0
- package/src/mcp-server/tools/trustPortalTrustPortalControllerUpdateSecurityQuestionnaireV1.ts +45 -0
- package/src/models/automationscontrollergettaskautomationrunsv1op.ts +9 -9
- package/src/models/contextcontrollercreatecontextv1op.ts +13 -13
- package/src/models/contextcontrollerdeletecontextv1op.ts +13 -13
- package/src/models/contextcontrollergetallcontextv1op.ts +13 -13
- package/src/models/contextcontrollergetcontextbyidv1op.ts +13 -13
- package/src/models/controlscontrollerunlinkdocumenttypev1op.ts +7 -7
- package/src/models/devicescontrollergetalldevicesv1op.ts +19 -19
- package/src/models/exportismsdocumentdto.ts +7 -1
- package/src/models/frameworkscontrollerupdatecustomv1op.ts +29 -0
- package/src/models/ismscontrollergetversionsv1op.ts +13 -0
- package/src/models/ismsregisterscontrollercreaterowv1op.ts +73 -0
- package/src/models/ismsregisterscontrollerupdaterowv1op.ts +73 -0
- package/src/models/organizationcontrollerdeleteorganizationv1op.ts +20 -20
- package/src/models/organizationcontrollergetorganizationv1op.ts +21 -21
- package/src/models/organizationcontrollergetprimarycolorv1op.ts +21 -21
- package/src/models/organizationcontrollerupdateorganizationv1op.ts +40 -24
- package/src/models/peoplecontrollerbulkcreatemembersv1op.ts +19 -19
- package/src/models/peoplecontrollerdeletememberv1op.ts +19 -19
- package/src/models/peoplecontrollergetallpeoplev1op.ts +19 -19
- package/src/models/peoplecontrollergetmemberaccessv1op.ts +13 -0
- package/src/models/peoplecontrollerremovehostv1op.ts +19 -19
- package/src/models/peoplecontrollerupdatememberv1op.ts +16 -0
- package/src/models/policiescontrollerdeletepolicyv1op.ts +19 -19
- package/src/models/policiescontrollergetallpoliciesv1op.ts +19 -19
- package/src/models/questionnairecontrollerautoanswerandexportuploadv1op.ts +13 -13
- package/src/models/questionnairecontrollerparsequestionnaireuploadv1op.ts +13 -13
- package/src/models/questionnairecontrolleruploadandparseuploadv1op.ts +13 -13
- package/src/models/riskscontrollercreateriskv1op.ts +55 -55
- package/src/models/riskscontrollerdeleteriskv1op.ts +19 -19
- package/src/models/riskscontrollergetallrisksv1op.ts +92 -92
- package/src/models/riskscontrollergetriskbyidv1op.ts +59 -59
- package/src/models/riskscontrollerupdateriskv1op.ts +67 -67
- package/src/models/setemployeesyncproviderdto.ts +9 -6
- package/src/models/settwofactorsourcedto.ts +32 -0
- package/src/models/taskitemresponsedto.ts +9 -9
- package/src/models/taskresponsedto.ts +8 -8
- package/src/models/trustaccesscontrollergetpublicsecurityquestionnairev1op.ts +30 -0
- package/src/models/trustportalcontrollerupdatecustomframeworkv1op.ts +14 -14
- package/src/models/trustportalcontrollerupdatesecurityquestionnairev1op.ts +17 -0
- package/src/models/updatecustomframeworkdto.ts +17 -0
- package/src/models/vendorscontrollercreatevendorv1op.ts +57 -57
- package/src/models/vendorscontrollerdeletevendorv1op.ts +19 -19
- package/src/models/vendorscontrollergetallvendorsv1op.ts +59 -59
- package/src/models/vendorscontrollergetvendorbyidv1op.ts +48 -48
- package/src/models/vendorscontrollerupdatevendorv1op.ts +69 -69
- package/src/tool-names.ts +268 -236
|
@@ -6,73 +6,6 @@ import * as z from "zod";
|
|
|
6
6
|
import { ClosedEnum } from "../types/enums.js";
|
|
7
7
|
import { UpdateRiskDto, UpdateRiskDto$zodSchema } from "./updateriskdto.js";
|
|
8
8
|
|
|
9
|
-
export type RisksControllerUpdateRiskV1Request = {
|
|
10
|
-
id: string;
|
|
11
|
-
body: UpdateRiskDto;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
export const RisksControllerUpdateRiskV1Request$zodSchema: z.ZodType<
|
|
15
|
-
RisksControllerUpdateRiskV1Request
|
|
16
|
-
> = z.object({
|
|
17
|
-
body: UpdateRiskDto$zodSchema.describe("Risk update data"),
|
|
18
|
-
id: z.string().describe("Risk ID"),
|
|
19
|
-
});
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Internal server error
|
|
23
|
-
*/
|
|
24
|
-
export type RisksControllerUpdateRiskV1InternalServerErrorResponseBody = {
|
|
25
|
-
message?: string | undefined;
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export const RisksControllerUpdateRiskV1InternalServerErrorResponseBody$zodSchema:
|
|
29
|
-
z.ZodType<RisksControllerUpdateRiskV1InternalServerErrorResponseBody> = z
|
|
30
|
-
.object({
|
|
31
|
-
message: z.string().optional(),
|
|
32
|
-
}).describe("Internal server error");
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Risk not found
|
|
36
|
-
*/
|
|
37
|
-
export type RisksControllerUpdateRiskV1NotFoundResponseBody = {
|
|
38
|
-
message?: string | undefined;
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
export const RisksControllerUpdateRiskV1NotFoundResponseBody$zodSchema:
|
|
42
|
-
z.ZodType<RisksControllerUpdateRiskV1NotFoundResponseBody> = z.object({
|
|
43
|
-
message: z.string().optional(),
|
|
44
|
-
}).describe("Risk not found");
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Unauthorized - Invalid authentication or insufficient permissions
|
|
48
|
-
*/
|
|
49
|
-
export type RisksControllerUpdateRiskV1UnauthorizedResponseBody = {
|
|
50
|
-
message?: string | undefined;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
export const RisksControllerUpdateRiskV1UnauthorizedResponseBody$zodSchema:
|
|
54
|
-
z.ZodType<RisksControllerUpdateRiskV1UnauthorizedResponseBody> = z.object({
|
|
55
|
-
message: z.string().optional(),
|
|
56
|
-
}).describe(
|
|
57
|
-
"Unauthorized - Invalid authentication or insufficient permissions",
|
|
58
|
-
);
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* Bad request - Invalid input data
|
|
62
|
-
*/
|
|
63
|
-
export type RisksControllerUpdateRiskV1BadRequestResponseBody = {
|
|
64
|
-
message?: Array<string> | undefined;
|
|
65
|
-
error?: string | undefined;
|
|
66
|
-
statusCode?: number | undefined;
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
export const RisksControllerUpdateRiskV1BadRequestResponseBody$zodSchema:
|
|
70
|
-
z.ZodType<RisksControllerUpdateRiskV1BadRequestResponseBody> = z.object({
|
|
71
|
-
error: z.string().optional(),
|
|
72
|
-
message: z.array(z.string()).optional(),
|
|
73
|
-
statusCode: z.number().optional(),
|
|
74
|
-
}).describe("Bad request - Invalid input data");
|
|
75
|
-
|
|
76
9
|
export const RisksControllerUpdateRiskV1Category = {
|
|
77
10
|
Customer: "customer",
|
|
78
11
|
Governance: "governance",
|
|
@@ -254,6 +187,73 @@ export const RisksControllerUpdateRiskV1AuthType$zodSchema = z.enum([
|
|
|
254
187
|
"session",
|
|
255
188
|
]).describe("How the request was authenticated");
|
|
256
189
|
|
|
190
|
+
export type RisksControllerUpdateRiskV1Request = {
|
|
191
|
+
id: string;
|
|
192
|
+
body: UpdateRiskDto;
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
export const RisksControllerUpdateRiskV1Request$zodSchema: z.ZodType<
|
|
196
|
+
RisksControllerUpdateRiskV1Request
|
|
197
|
+
> = z.object({
|
|
198
|
+
body: UpdateRiskDto$zodSchema.describe("Risk update data"),
|
|
199
|
+
id: z.string().describe("Risk ID"),
|
|
200
|
+
});
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* Internal server error
|
|
204
|
+
*/
|
|
205
|
+
export type RisksControllerUpdateRiskV1InternalServerErrorResponseBody = {
|
|
206
|
+
message?: string | undefined;
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
export const RisksControllerUpdateRiskV1InternalServerErrorResponseBody$zodSchema:
|
|
210
|
+
z.ZodType<RisksControllerUpdateRiskV1InternalServerErrorResponseBody> = z
|
|
211
|
+
.object({
|
|
212
|
+
message: z.string().optional(),
|
|
213
|
+
}).describe("Internal server error");
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* Risk not found
|
|
217
|
+
*/
|
|
218
|
+
export type RisksControllerUpdateRiskV1NotFoundResponseBody = {
|
|
219
|
+
message?: string | undefined;
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
export const RisksControllerUpdateRiskV1NotFoundResponseBody$zodSchema:
|
|
223
|
+
z.ZodType<RisksControllerUpdateRiskV1NotFoundResponseBody> = z.object({
|
|
224
|
+
message: z.string().optional(),
|
|
225
|
+
}).describe("Risk not found");
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* Unauthorized - Invalid authentication or insufficient permissions
|
|
229
|
+
*/
|
|
230
|
+
export type RisksControllerUpdateRiskV1UnauthorizedResponseBody = {
|
|
231
|
+
message?: string | undefined;
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
export const RisksControllerUpdateRiskV1UnauthorizedResponseBody$zodSchema:
|
|
235
|
+
z.ZodType<RisksControllerUpdateRiskV1UnauthorizedResponseBody> = z.object({
|
|
236
|
+
message: z.string().optional(),
|
|
237
|
+
}).describe(
|
|
238
|
+
"Unauthorized - Invalid authentication or insufficient permissions",
|
|
239
|
+
);
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Bad request - Invalid input data
|
|
243
|
+
*/
|
|
244
|
+
export type RisksControllerUpdateRiskV1BadRequestResponseBody = {
|
|
245
|
+
message?: Array<string> | undefined;
|
|
246
|
+
error?: string | undefined;
|
|
247
|
+
statusCode?: number | undefined;
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
export const RisksControllerUpdateRiskV1BadRequestResponseBody$zodSchema:
|
|
251
|
+
z.ZodType<RisksControllerUpdateRiskV1BadRequestResponseBody> = z.object({
|
|
252
|
+
error: z.string().optional(),
|
|
253
|
+
message: z.array(z.string()).optional(),
|
|
254
|
+
statusCode: z.number().optional(),
|
|
255
|
+
}).describe("Bad request - Invalid input data");
|
|
256
|
+
|
|
257
257
|
/**
|
|
258
258
|
* User information (only for session auth)
|
|
259
259
|
*/
|
|
@@ -7,15 +7,17 @@ import * as z from "zod";
|
|
|
7
7
|
/**
|
|
8
8
|
* Provider slug to use for employee sync (must have the "sync" capability in its manifest — call list-providers to see options). Pass null or omit the field to disable employee sync for this org.
|
|
9
9
|
*/
|
|
10
|
-
export type
|
|
10
|
+
export type SetEmployeeSyncProviderDtoProvider = {};
|
|
11
11
|
|
|
12
|
-
export const
|
|
12
|
+
export const SetEmployeeSyncProviderDtoProvider$zodSchema: z.ZodType<
|
|
13
|
+
SetEmployeeSyncProviderDtoProvider
|
|
14
|
+
> = z.object({}).describe(
|
|
13
15
|
"Provider slug to use for employee sync (must have the \"sync\" capability in its manifest — call list-providers to see options). Pass null or omit the field to disable employee sync for this org.",
|
|
14
16
|
);
|
|
15
17
|
|
|
16
18
|
export type SetEmployeeSyncProviderDto = {
|
|
17
19
|
organizationId?: string | undefined;
|
|
18
|
-
provider?:
|
|
20
|
+
provider?: SetEmployeeSyncProviderDtoProvider | null | undefined;
|
|
19
21
|
};
|
|
20
22
|
|
|
21
23
|
export const SetEmployeeSyncProviderDto$zodSchema: z.ZodType<
|
|
@@ -24,7 +26,8 @@ export const SetEmployeeSyncProviderDto$zodSchema: z.ZodType<
|
|
|
24
26
|
organizationId: z.string().optional().describe(
|
|
25
27
|
"Auto-resolved from your API key / session. You can omit this; it is ignored by the server.",
|
|
26
28
|
),
|
|
27
|
-
provider: z.lazy(() =>
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
provider: z.lazy(() => SetEmployeeSyncProviderDtoProvider$zodSchema)
|
|
30
|
+
.nullable().optional().describe(
|
|
31
|
+
"Provider slug to use for employee sync (must have the \"sync\" capability in its manifest — call list-providers to see options). Pass null or omit the field to disable employee sync for this org.",
|
|
32
|
+
),
|
|
30
33
|
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Provider slug whose 2FA check feeds the People-tab 2FA column (must be bound to the 2FA task — call available-2fa-sources for options). Pass null or omit to clear the source.
|
|
9
|
+
*/
|
|
10
|
+
export type SetTwoFactorSourceDtoProvider = {};
|
|
11
|
+
|
|
12
|
+
export const SetTwoFactorSourceDtoProvider$zodSchema: z.ZodType<
|
|
13
|
+
SetTwoFactorSourceDtoProvider
|
|
14
|
+
> = z.object({}).describe(
|
|
15
|
+
"Provider slug whose 2FA check feeds the People-tab 2FA column (must be bound to the 2FA task — call available-2fa-sources for options). Pass null or omit to clear the source.",
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
export type SetTwoFactorSourceDto = {
|
|
19
|
+
organizationId?: string | undefined;
|
|
20
|
+
provider?: SetTwoFactorSourceDtoProvider | null | undefined;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export const SetTwoFactorSourceDto$zodSchema: z.ZodType<SetTwoFactorSourceDto> =
|
|
24
|
+
z.object({
|
|
25
|
+
organizationId: z.string().optional().describe(
|
|
26
|
+
"Auto-resolved from your API key / session. You can omit this; it is ignored by the server.",
|
|
27
|
+
),
|
|
28
|
+
provider: z.lazy(() => SetTwoFactorSourceDtoProvider$zodSchema).nullable()
|
|
29
|
+
.optional().describe(
|
|
30
|
+
"Provider slug whose 2FA check feeds the People-tab 2FA column (must be bound to the 2FA task — call available-2fa-sources for options). Pass null or omit to clear the source.",
|
|
31
|
+
),
|
|
32
|
+
});
|
|
@@ -9,15 +9,6 @@ import {
|
|
|
9
9
|
TaskItemCreatorDto$zodSchema,
|
|
10
10
|
} from "./taskitemcreatordto.js";
|
|
11
11
|
|
|
12
|
-
/**
|
|
13
|
-
* Task description
|
|
14
|
-
*/
|
|
15
|
-
export type TaskItemResponseDtoDescription = {};
|
|
16
|
-
|
|
17
|
-
export const TaskItemResponseDtoDescription$zodSchema: z.ZodType<
|
|
18
|
-
TaskItemResponseDtoDescription
|
|
19
|
-
> = z.object({}).describe("Task description");
|
|
20
|
-
|
|
21
12
|
/**
|
|
22
13
|
* Task status
|
|
23
14
|
*/
|
|
@@ -85,6 +76,15 @@ export const TaskItemResponseDtoEntityType$zodSchema = z.enum([
|
|
|
85
76
|
"risk",
|
|
86
77
|
]).describe("Type of entity");
|
|
87
78
|
|
|
79
|
+
/**
|
|
80
|
+
* Task description
|
|
81
|
+
*/
|
|
82
|
+
export type TaskItemResponseDtoDescription = {};
|
|
83
|
+
|
|
84
|
+
export const TaskItemResponseDtoDescription$zodSchema: z.ZodType<
|
|
85
|
+
TaskItemResponseDtoDescription
|
|
86
|
+
> = z.object({}).describe("Task description");
|
|
87
|
+
|
|
88
88
|
/**
|
|
89
89
|
* User information
|
|
90
90
|
*/
|
|
@@ -26,14 +26,6 @@ export const TaskResponseDtoStatus$zodSchema = z.enum([
|
|
|
26
26
|
"blocked",
|
|
27
27
|
]).describe("Task status");
|
|
28
28
|
|
|
29
|
-
/**
|
|
30
|
-
* Task template ID
|
|
31
|
-
*/
|
|
32
|
-
export type TaskTemplateId = {};
|
|
33
|
-
|
|
34
|
-
export const TaskTemplateId$zodSchema: z.ZodType<TaskTemplateId> = z.object({})
|
|
35
|
-
.describe("Task template ID");
|
|
36
|
-
|
|
37
29
|
/**
|
|
38
30
|
* Cadence for running the integration check attached to this task
|
|
39
31
|
*/
|
|
@@ -59,6 +51,14 @@ export const IntegrationScheduleFrequency$zodSchema = z.enum([
|
|
|
59
51
|
"yearly",
|
|
60
52
|
]).describe("Cadence for running the integration check attached to this task");
|
|
61
53
|
|
|
54
|
+
/**
|
|
55
|
+
* Task template ID
|
|
56
|
+
*/
|
|
57
|
+
export type TaskTemplateId = {};
|
|
58
|
+
|
|
59
|
+
export const TaskTemplateId$zodSchema: z.ZodType<TaskTemplateId> = z.object({})
|
|
60
|
+
.describe("Task template ID");
|
|
61
|
+
|
|
62
62
|
/**
|
|
63
63
|
* Last successful integration check run timestamp
|
|
64
64
|
*/
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
|
|
7
|
+
export type TrustAccessControllerGetPublicSecurityQuestionnaireV1Request = {
|
|
8
|
+
friendlyUrl: string;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export const TrustAccessControllerGetPublicSecurityQuestionnaireV1Request$zodSchema:
|
|
12
|
+
z.ZodType<TrustAccessControllerGetPublicSecurityQuestionnaireV1Request> = z
|
|
13
|
+
.object({
|
|
14
|
+
friendlyUrl: z.string().describe(
|
|
15
|
+
"Trust Portal friendly URL or Organization ID",
|
|
16
|
+
),
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Security Questionnaire visibility retrieved successfully
|
|
21
|
+
*/
|
|
22
|
+
export type TrustAccessControllerGetPublicSecurityQuestionnaireV1Response = {
|
|
23
|
+
enabled?: boolean | undefined;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export const TrustAccessControllerGetPublicSecurityQuestionnaireV1Response$zodSchema:
|
|
27
|
+
z.ZodType<TrustAccessControllerGetPublicSecurityQuestionnaireV1Response> = z
|
|
28
|
+
.object({
|
|
29
|
+
enabled: z.boolean().optional(),
|
|
30
|
+
}).describe("Security Questionnaire visibility retrieved successfully");
|
|
@@ -21,20 +21,6 @@ export const TrustPortalControllerUpdateCustomFrameworkV1Status2$zodSchema = z
|
|
|
21
21
|
"compliant",
|
|
22
22
|
]);
|
|
23
23
|
|
|
24
|
-
export type TrustPortalControllerUpdateCustomFrameworkV1RequestBody2 = {
|
|
25
|
-
customFrameworkId: string;
|
|
26
|
-
enabled?: boolean | undefined;
|
|
27
|
-
status: TrustPortalControllerUpdateCustomFrameworkV1Status2;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
export const TrustPortalControllerUpdateCustomFrameworkV1RequestBody2$zodSchema:
|
|
31
|
-
z.ZodType<TrustPortalControllerUpdateCustomFrameworkV1RequestBody2> = z
|
|
32
|
-
.object({
|
|
33
|
-
customFrameworkId: z.string(),
|
|
34
|
-
enabled: z.boolean().optional(),
|
|
35
|
-
status: TrustPortalControllerUpdateCustomFrameworkV1Status2$zodSchema,
|
|
36
|
-
});
|
|
37
|
-
|
|
38
24
|
export const TrustPortalControllerUpdateCustomFrameworkV1Status1 = {
|
|
39
25
|
Started: "started",
|
|
40
26
|
InProgress: "in_progress",
|
|
@@ -51,6 +37,20 @@ export const TrustPortalControllerUpdateCustomFrameworkV1Status1$zodSchema = z
|
|
|
51
37
|
"compliant",
|
|
52
38
|
]);
|
|
53
39
|
|
|
40
|
+
export type TrustPortalControllerUpdateCustomFrameworkV1RequestBody2 = {
|
|
41
|
+
customFrameworkId: string;
|
|
42
|
+
enabled?: boolean | undefined;
|
|
43
|
+
status: TrustPortalControllerUpdateCustomFrameworkV1Status2;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export const TrustPortalControllerUpdateCustomFrameworkV1RequestBody2$zodSchema:
|
|
47
|
+
z.ZodType<TrustPortalControllerUpdateCustomFrameworkV1RequestBody2> = z
|
|
48
|
+
.object({
|
|
49
|
+
customFrameworkId: z.string(),
|
|
50
|
+
enabled: z.boolean().optional(),
|
|
51
|
+
status: TrustPortalControllerUpdateCustomFrameworkV1Status2$zodSchema,
|
|
52
|
+
});
|
|
53
|
+
|
|
54
54
|
export type TrustPortalControllerUpdateCustomFrameworkV1RequestBody1 = {
|
|
55
55
|
customFrameworkId: string;
|
|
56
56
|
enabled: boolean;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
|
|
7
|
+
export type TrustPortalControllerUpdateSecurityQuestionnaireV1Request = {
|
|
8
|
+
enabled: boolean;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export const TrustPortalControllerUpdateSecurityQuestionnaireV1Request$zodSchema:
|
|
12
|
+
z.ZodType<TrustPortalControllerUpdateSecurityQuestionnaireV1Request> = z
|
|
13
|
+
.object({
|
|
14
|
+
enabled: z.boolean().describe(
|
|
15
|
+
"When false, the Security Questionnaire is hidden from the public trust portal.",
|
|
16
|
+
),
|
|
17
|
+
});
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
|
|
7
|
+
export type UpdateCustomFrameworkDto = {
|
|
8
|
+
name?: string | undefined;
|
|
9
|
+
description?: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export const UpdateCustomFrameworkDto$zodSchema: z.ZodType<
|
|
13
|
+
UpdateCustomFrameworkDto
|
|
14
|
+
> = z.object({
|
|
15
|
+
description: z.string().optional().describe("Framework description"),
|
|
16
|
+
name: z.string().optional().describe("Framework name"),
|
|
17
|
+
});
|
|
@@ -5,63 +5,6 @@
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { ClosedEnum } from "../types/enums.js";
|
|
7
7
|
|
|
8
|
-
/**
|
|
9
|
-
* Internal server error
|
|
10
|
-
*/
|
|
11
|
-
export type VendorsControllerCreateVendorV1InternalServerErrorResponseBody = {
|
|
12
|
-
message?: string | undefined;
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
export const VendorsControllerCreateVendorV1InternalServerErrorResponseBody$zodSchema:
|
|
16
|
-
z.ZodType<VendorsControllerCreateVendorV1InternalServerErrorResponseBody> = z
|
|
17
|
-
.object({
|
|
18
|
-
message: z.string().optional(),
|
|
19
|
-
}).describe("Internal server error");
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Organization not found
|
|
23
|
-
*/
|
|
24
|
-
export type VendorsControllerCreateVendorV1NotFoundResponseBody = {
|
|
25
|
-
message?: string | undefined;
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export const VendorsControllerCreateVendorV1NotFoundResponseBody$zodSchema:
|
|
29
|
-
z.ZodType<VendorsControllerCreateVendorV1NotFoundResponseBody> = z.object({
|
|
30
|
-
message: z.string().optional(),
|
|
31
|
-
}).describe("Organization not found");
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Unauthorized - Invalid authentication or insufficient permissions
|
|
35
|
-
*/
|
|
36
|
-
export type VendorsControllerCreateVendorV1UnauthorizedResponseBody = {
|
|
37
|
-
message?: string | undefined;
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export const VendorsControllerCreateVendorV1UnauthorizedResponseBody$zodSchema:
|
|
41
|
-
z.ZodType<VendorsControllerCreateVendorV1UnauthorizedResponseBody> = z.object(
|
|
42
|
-
{
|
|
43
|
-
message: z.string().optional(),
|
|
44
|
-
},
|
|
45
|
-
).describe(
|
|
46
|
-
"Unauthorized - Invalid authentication or insufficient permissions",
|
|
47
|
-
);
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Bad request - Invalid input data
|
|
51
|
-
*/
|
|
52
|
-
export type VendorsControllerCreateVendorV1BadRequestResponseBody = {
|
|
53
|
-
message?: Array<string> | undefined;
|
|
54
|
-
error?: string | undefined;
|
|
55
|
-
statusCode?: number | undefined;
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
export const VendorsControllerCreateVendorV1BadRequestResponseBody$zodSchema:
|
|
59
|
-
z.ZodType<VendorsControllerCreateVendorV1BadRequestResponseBody> = z.object({
|
|
60
|
-
error: z.string().optional(),
|
|
61
|
-
message: z.array(z.string()).optional(),
|
|
62
|
-
statusCode: z.number().optional(),
|
|
63
|
-
}).describe("Bad request - Invalid input data");
|
|
64
|
-
|
|
65
8
|
export const VendorsControllerCreateVendorV1Category = {
|
|
66
9
|
Cloud: "cloud",
|
|
67
10
|
Infrastructure: "infrastructure",
|
|
@@ -199,6 +142,63 @@ export const VendorsControllerCreateVendorV1AuthType$zodSchema = z.enum([
|
|
|
199
142
|
"session",
|
|
200
143
|
]).describe("How the request was authenticated");
|
|
201
144
|
|
|
145
|
+
/**
|
|
146
|
+
* Internal server error
|
|
147
|
+
*/
|
|
148
|
+
export type VendorsControllerCreateVendorV1InternalServerErrorResponseBody = {
|
|
149
|
+
message?: string | undefined;
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
export const VendorsControllerCreateVendorV1InternalServerErrorResponseBody$zodSchema:
|
|
153
|
+
z.ZodType<VendorsControllerCreateVendorV1InternalServerErrorResponseBody> = z
|
|
154
|
+
.object({
|
|
155
|
+
message: z.string().optional(),
|
|
156
|
+
}).describe("Internal server error");
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* Organization not found
|
|
160
|
+
*/
|
|
161
|
+
export type VendorsControllerCreateVendorV1NotFoundResponseBody = {
|
|
162
|
+
message?: string | undefined;
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
export const VendorsControllerCreateVendorV1NotFoundResponseBody$zodSchema:
|
|
166
|
+
z.ZodType<VendorsControllerCreateVendorV1NotFoundResponseBody> = z.object({
|
|
167
|
+
message: z.string().optional(),
|
|
168
|
+
}).describe("Organization not found");
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Unauthorized - Invalid authentication or insufficient permissions
|
|
172
|
+
*/
|
|
173
|
+
export type VendorsControllerCreateVendorV1UnauthorizedResponseBody = {
|
|
174
|
+
message?: string | undefined;
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
export const VendorsControllerCreateVendorV1UnauthorizedResponseBody$zodSchema:
|
|
178
|
+
z.ZodType<VendorsControllerCreateVendorV1UnauthorizedResponseBody> = z.object(
|
|
179
|
+
{
|
|
180
|
+
message: z.string().optional(),
|
|
181
|
+
},
|
|
182
|
+
).describe(
|
|
183
|
+
"Unauthorized - Invalid authentication or insufficient permissions",
|
|
184
|
+
);
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Bad request - Invalid input data
|
|
188
|
+
*/
|
|
189
|
+
export type VendorsControllerCreateVendorV1BadRequestResponseBody = {
|
|
190
|
+
message?: Array<string> | undefined;
|
|
191
|
+
error?: string | undefined;
|
|
192
|
+
statusCode?: number | undefined;
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
export const VendorsControllerCreateVendorV1BadRequestResponseBody$zodSchema:
|
|
196
|
+
z.ZodType<VendorsControllerCreateVendorV1BadRequestResponseBody> = z.object({
|
|
197
|
+
error: z.string().optional(),
|
|
198
|
+
message: z.array(z.string()).optional(),
|
|
199
|
+
statusCode: z.number().optional(),
|
|
200
|
+
}).describe("Bad request - Invalid input data");
|
|
201
|
+
|
|
202
202
|
/**
|
|
203
203
|
* User information (only for session auth)
|
|
204
204
|
*/
|
|
@@ -5,6 +5,25 @@
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { ClosedEnum } from "../types/enums.js";
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* How the request was authenticated
|
|
10
|
+
*/
|
|
11
|
+
export const VendorsControllerDeleteVendorV1AuthType = {
|
|
12
|
+
ApiKey: "api-key",
|
|
13
|
+
Session: "session",
|
|
14
|
+
} as const;
|
|
15
|
+
/**
|
|
16
|
+
* How the request was authenticated
|
|
17
|
+
*/
|
|
18
|
+
export type VendorsControllerDeleteVendorV1AuthType = ClosedEnum<
|
|
19
|
+
typeof VendorsControllerDeleteVendorV1AuthType
|
|
20
|
+
>;
|
|
21
|
+
|
|
22
|
+
export const VendorsControllerDeleteVendorV1AuthType$zodSchema = z.enum([
|
|
23
|
+
"api-key",
|
|
24
|
+
"session",
|
|
25
|
+
]).describe("How the request was authenticated");
|
|
26
|
+
|
|
8
27
|
export type VendorsControllerDeleteVendorV1Request = { id: string };
|
|
9
28
|
|
|
10
29
|
export const VendorsControllerDeleteVendorV1Request$zodSchema: z.ZodType<
|
|
@@ -64,25 +83,6 @@ export const DeletedVendor$zodSchema: z.ZodType<DeletedVendor> = z.object({
|
|
|
64
83
|
name: z.string().optional().describe("Deleted vendor name"),
|
|
65
84
|
});
|
|
66
85
|
|
|
67
|
-
/**
|
|
68
|
-
* How the request was authenticated
|
|
69
|
-
*/
|
|
70
|
-
export const VendorsControllerDeleteVendorV1AuthType = {
|
|
71
|
-
ApiKey: "api-key",
|
|
72
|
-
Session: "session",
|
|
73
|
-
} as const;
|
|
74
|
-
/**
|
|
75
|
-
* How the request was authenticated
|
|
76
|
-
*/
|
|
77
|
-
export type VendorsControllerDeleteVendorV1AuthType = ClosedEnum<
|
|
78
|
-
typeof VendorsControllerDeleteVendorV1AuthType
|
|
79
|
-
>;
|
|
80
|
-
|
|
81
|
-
export const VendorsControllerDeleteVendorV1AuthType$zodSchema = z.enum([
|
|
82
|
-
"api-key",
|
|
83
|
-
"session",
|
|
84
|
-
]).describe("How the request was authenticated");
|
|
85
|
-
|
|
86
86
|
/**
|
|
87
87
|
* User information (only for session auth)
|
|
88
88
|
*/
|