vanta-auditor-api-sdk 0.4.2 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +2 -2
- package/README.md +65 -20
- package/docs/sdks/auditors/README.md +1 -2
- package/docs/sdks/audits/README.md +1884 -102
- package/examples/{auditsList.example.ts → auditorsCreate.example.ts} +6 -2
- package/funcs/auditorsCreate.d.ts.map +1 -1
- package/funcs/auditorsCreate.js +2 -1
- package/funcs/auditorsCreate.js.map +1 -1
- package/funcs/auditsAcceptInformationRequestEvidence.d.ts +31 -0
- package/funcs/auditsAcceptInformationRequestEvidence.d.ts.map +1 -0
- package/funcs/auditsAcceptInformationRequestEvidence.js +139 -0
- package/funcs/auditsAcceptInformationRequestEvidence.js.map +1 -0
- package/funcs/auditsCreateCommentForEvidence.d.ts.map +1 -1
- package/funcs/auditsCreateCommentForEvidence.js +2 -1
- package/funcs/auditsCreateCommentForEvidence.js.map +1 -1
- package/funcs/auditsCreateCommentForInformationRequest.d.ts +20 -0
- package/funcs/auditsCreateCommentForInformationRequest.d.ts.map +1 -0
- package/funcs/auditsCreateCommentForInformationRequest.js +130 -0
- package/funcs/auditsCreateCommentForInformationRequest.js.map +1 -0
- package/funcs/auditsCreateCustomControl.d.ts.map +1 -1
- package/funcs/auditsCreateCustomControl.js +2 -1
- package/funcs/auditsCreateCustomControl.js.map +1 -1
- package/funcs/auditsCreateCustomEvidenceRequest.d.ts.map +1 -1
- package/funcs/auditsCreateCustomEvidenceRequest.js +2 -1
- package/funcs/auditsCreateCustomEvidenceRequest.js.map +1 -1
- package/funcs/auditsCreateInformationRequest.d.ts +25 -0
- package/funcs/auditsCreateInformationRequest.d.ts.map +1 -0
- package/funcs/auditsCreateInformationRequest.js +131 -0
- package/funcs/auditsCreateInformationRequest.js.map +1 -0
- package/funcs/auditsDeleteCommentForInformationRequest.d.ts +19 -0
- package/funcs/auditsDeleteCommentForInformationRequest.d.ts.map +1 -0
- package/funcs/auditsDeleteCommentForInformationRequest.js +132 -0
- package/funcs/auditsDeleteCommentForInformationRequest.js.map +1 -0
- package/funcs/auditsDeleteInformationRequest.d.ts +27 -0
- package/funcs/auditsDeleteInformationRequest.d.ts.map +1 -0
- package/funcs/auditsDeleteInformationRequest.js +135 -0
- package/funcs/auditsDeleteInformationRequest.js.map +1 -0
- package/funcs/auditsFlagInformationRequestEvidence.d.ts +33 -0
- package/funcs/auditsFlagInformationRequestEvidence.d.ts.map +1 -0
- package/funcs/auditsFlagInformationRequestEvidence.js +143 -0
- package/funcs/auditsFlagInformationRequestEvidence.js.map +1 -0
- package/funcs/auditsGetAudit.d.ts +22 -0
- package/funcs/auditsGetAudit.d.ts.map +1 -0
- package/funcs/auditsGetAudit.js +125 -0
- package/funcs/auditsGetAudit.js.map +1 -0
- package/funcs/auditsGetEvidenceUrls.d.ts +2 -0
- package/funcs/auditsGetEvidenceUrls.d.ts.map +1 -1
- package/funcs/auditsGetEvidenceUrls.js +4 -1
- package/funcs/auditsGetEvidenceUrls.js.map +1 -1
- package/funcs/auditsGetFrameworkCodes.d.ts +23 -0
- package/funcs/auditsGetFrameworkCodes.d.ts.map +1 -0
- package/funcs/auditsGetFrameworkCodes.js +126 -0
- package/funcs/auditsGetFrameworkCodes.js.map +1 -0
- package/funcs/auditsGetInformationRequest.d.ts +23 -0
- package/funcs/auditsGetInformationRequest.d.ts.map +1 -0
- package/funcs/auditsGetInformationRequest.js +130 -0
- package/funcs/auditsGetInformationRequest.js.map +1 -0
- package/funcs/auditsGetInformationRequestTestSnapshotEvidenceDetail.d.ts +30 -0
- package/funcs/auditsGetInformationRequestTestSnapshotEvidenceDetail.d.ts.map +1 -0
- package/funcs/auditsGetInformationRequestTestSnapshotEvidenceDetail.js +143 -0
- package/funcs/auditsGetInformationRequestTestSnapshotEvidenceDetail.js.map +1 -0
- package/funcs/auditsList.d.ts +4 -0
- package/funcs/auditsList.d.ts.map +1 -1
- package/funcs/auditsList.js +6 -1
- package/funcs/auditsList.js.map +1 -1
- package/funcs/auditsListAuditIssues.d.ts +33 -0
- package/funcs/auditsListAuditIssues.d.ts.map +1 -0
- package/funcs/auditsListAuditIssues.js +143 -0
- package/funcs/auditsListAuditIssues.js.map +1 -0
- package/funcs/auditsListAuditSnapshots.d.ts +31 -0
- package/funcs/auditsListAuditSnapshots.d.ts.map +1 -0
- package/funcs/auditsListAuditSnapshots.js +140 -0
- package/funcs/auditsListAuditSnapshots.js.map +1 -0
- package/funcs/auditsListComments.d.ts.map +1 -1
- package/funcs/auditsListComments.js +2 -1
- package/funcs/auditsListComments.js.map +1 -1
- package/funcs/auditsListCommentsForInformationRequest.d.ts +39 -0
- package/funcs/auditsListCommentsForInformationRequest.d.ts.map +1 -0
- package/funcs/auditsListCommentsForInformationRequest.js +152 -0
- package/funcs/auditsListCommentsForInformationRequest.js.map +1 -0
- package/funcs/auditsListControls.d.ts.map +1 -1
- package/funcs/auditsListControls.js +2 -1
- package/funcs/auditsListControls.js.map +1 -1
- package/funcs/auditsListEvidence.d.ts.map +1 -1
- package/funcs/auditsListEvidence.js +2 -1
- package/funcs/auditsListEvidence.js.map +1 -1
- package/funcs/auditsListInformationRequestActivity.d.ts +35 -0
- package/funcs/auditsListInformationRequestActivity.d.ts.map +1 -0
- package/funcs/auditsListInformationRequestActivity.js +148 -0
- package/funcs/auditsListInformationRequestActivity.js.map +1 -0
- package/funcs/auditsListInformationRequestEvidence.d.ts +39 -0
- package/funcs/auditsListInformationRequestEvidence.d.ts.map +1 -0
- package/funcs/auditsListInformationRequestEvidence.js +153 -0
- package/funcs/auditsListInformationRequestEvidence.js.map +1 -0
- package/funcs/auditsListInformationRequests.d.ts +39 -0
- package/funcs/auditsListInformationRequests.d.ts.map +1 -0
- package/funcs/auditsListInformationRequests.js +148 -0
- package/funcs/auditsListInformationRequests.js.map +1 -0
- package/funcs/auditsListInformationRequestsForControl.d.ts +34 -0
- package/funcs/auditsListInformationRequestsForControl.d.ts.map +1 -0
- package/funcs/auditsListInformationRequestsForControl.js +146 -0
- package/funcs/auditsListInformationRequestsForControl.js.map +1 -0
- package/funcs/auditsShareInformationRequestList.d.ts +20 -0
- package/funcs/auditsShareInformationRequestList.d.ts.map +1 -0
- package/funcs/auditsShareInformationRequestList.js +123 -0
- package/funcs/auditsShareInformationRequestList.js.map +1 -0
- package/funcs/auditsUpdateCommentForInformationRequest.d.ts +20 -0
- package/funcs/auditsUpdateCommentForInformationRequest.d.ts.map +1 -0
- package/funcs/auditsUpdateCommentForInformationRequest.js +132 -0
- package/funcs/auditsUpdateCommentForInformationRequest.js.map +1 -0
- package/funcs/auditsUpdateEvidence.d.ts.map +1 -1
- package/funcs/auditsUpdateEvidence.js +2 -1
- package/funcs/auditsUpdateEvidence.js.map +1 -1
- package/funcs/auditsUpdateInformationRequest.d.ts +28 -0
- package/funcs/auditsUpdateInformationRequest.d.ts.map +1 -0
- package/funcs/auditsUpdateInformationRequest.js +138 -0
- package/funcs/auditsUpdateInformationRequest.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +4 -4
- package/lib/config.d.ts.map +1 -1
- package/lib/config.js +5 -9
- package/lib/config.js.map +1 -1
- package/lib/encodings.d.ts +2 -0
- package/lib/encodings.d.ts.map +1 -1
- package/lib/encodings.js +39 -6
- package/lib/encodings.js.map +1 -1
- package/lib/files.d.ts +13 -0
- package/lib/files.d.ts.map +1 -1
- package/lib/files.js +19 -0
- package/lib/files.js.map +1 -1
- package/lib/matchers.d.ts.map +1 -1
- package/lib/matchers.js +0 -1
- package/lib/matchers.js.map +1 -1
- package/lib/sdks.d.ts +1 -1
- package/lib/sdks.d.ts.map +1 -1
- package/lib/sdks.js +12 -10
- package/lib/sdks.js.map +1 -1
- package/lib/security.d.ts +1 -1
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js +20 -10
- package/lib/security.js.map +1 -1
- package/lib/url.d.ts.map +1 -1
- package/lib/url.js +4 -2
- package/lib/url.js.map +1 -1
- package/models/components/acceptinformationrequestevidenceinput.d.ts +25 -0
- package/models/components/acceptinformationrequestevidenceinput.d.ts.map +1 -0
- package/models/components/acceptinformationrequestevidenceinput.js +49 -0
- package/models/components/acceptinformationrequestevidenceinput.js.map +1 -0
- package/models/components/addinformationrequestcommentinput.d.ts +44 -0
- package/models/components/addinformationrequestcommentinput.d.ts.map +1 -0
- package/models/components/addinformationrequestcommentinput.js +51 -0
- package/models/components/addinformationrequestcommentinput.js.map +1 -0
- package/models/components/audit.d.ts +31 -0
- package/models/components/audit.d.ts.map +1 -1
- package/models/components/audit.js +11 -1
- package/models/components/audit.js.map +1 -1
- package/models/components/auditorcontrol.d.ts +8 -0
- package/models/components/auditorcontrol.d.ts.map +1 -1
- package/models/components/auditorcontrol.js +2 -0
- package/models/components/auditorcontrol.js.map +1 -1
- package/models/components/comment.d.ts +9 -0
- package/models/components/comment.d.ts.map +1 -1
- package/models/components/comment.js +1 -0
- package/models/components/comment.js.map +1 -1
- package/models/components/control.d.ts +8 -0
- package/models/components/control.d.ts.map +1 -1
- package/models/components/control.js +2 -0
- package/models/components/control.js.map +1 -1
- package/models/components/createinformationrequestinput.d.ts +98 -0
- package/models/components/createinformationrequestinput.d.ts.map +1 -0
- package/models/components/createinformationrequestinput.js +70 -0
- package/models/components/createinformationrequestinput.js.map +1 -0
- package/models/components/deleteinformationrequestcommentinput.d.ts +25 -0
- package/models/components/deleteinformationrequestcommentinput.d.ts.map +1 -0
- package/models/components/deleteinformationrequestcommentinput.js +49 -0
- package/models/components/deleteinformationrequestcommentinput.js.map +1 -0
- package/models/components/evidenceurl.d.ts +4 -0
- package/models/components/evidenceurl.d.ts.map +1 -1
- package/models/components/evidenceurl.js +1 -0
- package/models/components/evidenceurl.js.map +1 -1
- package/models/components/flaginformationrequestevidenceinput.d.ts +36 -0
- package/models/components/flaginformationrequestevidenceinput.d.ts.map +1 -0
- package/models/components/flaginformationrequestevidenceinput.js +50 -0
- package/models/components/flaginformationrequestevidenceinput.js.map +1 -0
- package/models/components/frameworkcodes.d.ts +19 -0
- package/models/components/frameworkcodes.d.ts.map +1 -0
- package/models/components/frameworkcodes.js +50 -0
- package/models/components/frameworkcodes.js.map +1 -0
- package/models/components/index.d.ts +41 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +41 -0
- package/models/components/index.js.map +1 -1
- package/models/components/informationrequest.d.ts +191 -0
- package/models/components/informationrequest.d.ts.map +1 -0
- package/models/components/informationrequest.js +110 -0
- package/models/components/informationrequest.js.map +1 -0
- package/models/components/informationrequestactivitylog.d.ts +110 -0
- package/models/components/informationrequestactivitylog.d.ts.map +1 -0
- package/models/components/informationrequestactivitylog.js +89 -0
- package/models/components/informationrequestactivitylog.js.map +1 -0
- package/models/components/informationrequestactivitytype.d.ts +13 -0
- package/models/components/informationrequestactivitytype.d.ts.map +1 -0
- package/models/components/informationrequestactivitytype.js +50 -0
- package/models/components/informationrequestactivitytype.js.map +1 -0
- package/models/components/informationrequestapprovalstatus.d.ts +28 -0
- package/models/components/informationrequestapprovalstatus.d.ts.map +1 -0
- package/models/components/informationrequestapprovalstatus.js +57 -0
- package/models/components/informationrequestapprovalstatus.js.map +1 -0
- package/models/components/informationrequestcadence.d.ts +18 -0
- package/models/components/informationrequestcadence.d.ts.map +1 -0
- package/models/components/informationrequestcadence.js +52 -0
- package/models/components/informationrequestcadence.js.map +1 -0
- package/models/components/informationrequestcomment.d.ts +72 -0
- package/models/components/informationrequestcomment.d.ts.map +1 -0
- package/models/components/informationrequestcomment.js +56 -0
- package/models/components/informationrequestcomment.js.map +1 -0
- package/models/components/informationrequestevidence.d.ts +59 -0
- package/models/components/informationrequestevidence.d.ts.map +1 -0
- package/models/components/informationrequestevidence.js +58 -0
- package/models/components/informationrequestevidence.js.map +1 -0
- package/models/components/informationrequestevidenceunion.d.ts +21 -0
- package/models/components/informationrequestevidenceunion.d.ts.map +1 -0
- package/models/components/informationrequestevidenceunion.js +63 -0
- package/models/components/informationrequestevidenceunion.js.map +1 -0
- package/models/components/informationrequestsupportedevidencetype.d.ts +17 -0
- package/models/components/informationrequestsupportedevidencetype.d.ts.map +1 -0
- package/models/components/informationrequestsupportedevidencetype.js +55 -0
- package/models/components/informationrequestsupportedevidencetype.js.map +1 -0
- package/models/components/informationrequesttype.d.ts +31 -0
- package/models/components/informationrequesttype.d.ts.map +1 -0
- package/models/components/informationrequesttype.js +59 -0
- package/models/components/informationrequesttype.js.map +1 -0
- package/models/components/issuesnapshotitem.d.ts +65 -0
- package/models/components/issuesnapshotitem.d.ts.map +1 -0
- package/models/components/issuesnapshotitem.js +63 -0
- package/models/components/issuesnapshotitem.js.map +1 -0
- package/models/components/issuesnapshotmetadata.d.ts +25 -0
- package/models/components/issuesnapshotmetadata.d.ts.map +1 -0
- package/models/components/issuesnapshotmetadata.js +54 -0
- package/models/components/issuesnapshotmetadata.js.map +1 -0
- package/models/components/issuestatustypeforsnapshot.d.ts +11 -0
- package/models/components/issuestatustypeforsnapshot.d.ts.map +1 -0
- package/models/components/issuestatustypeforsnapshot.js +48 -0
- package/models/components/issuestatustypeforsnapshot.js.map +1 -0
- package/models/components/linkevidence.d.ts +24 -0
- package/models/components/linkevidence.d.ts.map +1 -0
- package/models/components/linkevidence.js +52 -0
- package/models/components/linkevidence.js.map +1 -0
- package/models/components/observationevidence.d.ts +16 -0
- package/models/components/observationevidence.d.ts.map +1 -0
- package/models/components/observationevidence.js +50 -0
- package/models/components/observationevidence.js.map +1 -0
- package/models/components/paginatedissuesnapshotitemsresponse.d.ts +22 -0
- package/models/components/paginatedissuesnapshotitemsresponse.d.ts.map +1 -0
- package/models/components/paginatedissuesnapshotitemsresponse.js +61 -0
- package/models/components/paginatedissuesnapshotitemsresponse.js.map +1 -0
- package/models/components/paginatedissuesnapshotmetadataresponse.d.ts +22 -0
- package/models/components/paginatedissuesnapshotmetadataresponse.d.ts.map +1 -0
- package/models/components/paginatedissuesnapshotmetadataresponse.js +61 -0
- package/models/components/paginatedissuesnapshotmetadataresponse.js.map +1 -0
- package/models/components/paginatedresponseinformationrequest.d.ts +22 -0
- package/models/components/paginatedresponseinformationrequest.d.ts.map +1 -0
- package/models/components/paginatedresponseinformationrequest.js +61 -0
- package/models/components/paginatedresponseinformationrequest.js.map +1 -0
- package/models/components/paginatedresponseinformationrequestactivitylog.d.ts +22 -0
- package/models/components/paginatedresponseinformationrequestactivitylog.d.ts.map +1 -0
- package/models/components/paginatedresponseinformationrequestactivitylog.js +61 -0
- package/models/components/paginatedresponseinformationrequestactivitylog.js.map +1 -0
- package/models/components/paginatedresponseinformationrequestcomment.d.ts +22 -0
- package/models/components/paginatedresponseinformationrequestcomment.d.ts.map +1 -0
- package/models/components/paginatedresponseinformationrequestcomment.js +61 -0
- package/models/components/paginatedresponseinformationrequestcomment.js.map +1 -0
- package/models/components/paginatedresponseinformationrequestevidence.d.ts +22 -0
- package/models/components/paginatedresponseinformationrequestevidence.d.ts.map +1 -0
- package/models/components/paginatedresponseinformationrequestevidence.js +61 -0
- package/models/components/paginatedresponseinformationrequestevidence.js.map +1 -0
- package/models/components/partialupdateinformationrequest.d.ts +69 -0
- package/models/components/partialupdateinformationrequest.d.ts.map +1 -0
- package/models/components/partialupdateinformationrequest.js +58 -0
- package/models/components/partialupdateinformationrequest.js.map +1 -0
- package/models/components/recurrenceduration.d.ts +1 -0
- package/models/components/recurrenceduration.d.ts.map +1 -1
- package/models/components/recurrenceduration.js +1 -0
- package/models/components/recurrenceduration.js.map +1 -1
- package/models/components/section.d.ts +20 -0
- package/models/components/section.d.ts.map +1 -1
- package/models/components/section.js +11 -1
- package/models/components/section.js.map +1 -1
- package/models/components/updateinformationrequestcommentinput.d.ts +34 -0
- package/models/components/updateinformationrequestcommentinput.d.ts.map +1 -0
- package/models/components/updateinformationrequestcommentinput.js +50 -0
- package/models/components/updateinformationrequestcommentinput.js.map +1 -0
- package/models/components/uploadeddocumentevidence.d.ts +41 -0
- package/models/components/uploadeddocumentevidence.d.ts.map +1 -0
- package/models/components/uploadeddocumentevidence.js +53 -0
- package/models/components/uploadeddocumentevidence.js.map +1 -0
- package/models/components/vantadocumentevidence.d.ts +78 -0
- package/models/components/vantadocumentevidence.d.ts.map +1 -0
- package/models/components/vantadocumentevidence.js +79 -0
- package/models/components/vantadocumentevidence.js.map +1 -0
- package/models/components/vantadocumentlinkevidence.d.ts +27 -0
- package/models/components/vantadocumentlinkevidence.d.ts.map +1 -0
- package/models/components/vantadocumentlinkevidence.js +52 -0
- package/models/components/vantadocumentlinkevidence.js.map +1 -0
- package/models/components/vantadocumentuploadedevidence.d.ts +45 -0
- package/models/components/vantadocumentuploadedevidence.d.ts.map +1 -0
- package/models/components/vantadocumentuploadedevidence.js +54 -0
- package/models/components/vantadocumentuploadedevidence.js.map +1 -0
- package/models/components/vantapolicyevidence.d.ts +126 -0
- package/models/components/vantapolicyevidence.d.ts.map +1 -0
- package/models/components/vantapolicyevidence.js +79 -0
- package/models/components/vantapolicyevidence.js.map +1 -0
- package/models/components/vantatestevidence.d.ts +71 -0
- package/models/components/vantatestevidence.d.ts.map +1 -0
- package/models/components/vantatestevidence.js +67 -0
- package/models/components/vantatestevidence.js.map +1 -0
- package/models/components/vantatestfiletype.d.ts +12 -0
- package/models/components/vantatestfiletype.d.ts.map +1 -0
- package/models/components/vantatestfiletype.js +49 -0
- package/models/components/vantatestfiletype.js.map +1 -0
- package/models/components/vantatestrunstatus.d.ts +14 -0
- package/models/components/vantatestrunstatus.d.ts.map +1 -0
- package/models/components/vantatestrunstatus.js +51 -0
- package/models/components/vantatestrunstatus.js.map +1 -0
- package/models/components/vantatestsnapshotevidence.d.ts +68 -0
- package/models/components/vantatestsnapshotevidence.d.ts.map +1 -0
- package/models/components/vantatestsnapshotevidence.js +68 -0
- package/models/components/vantatestsnapshotevidence.js.map +1 -0
- package/models/components/vantatestsnapshotevidencedetail.d.ts +66 -0
- package/models/components/vantatestsnapshotevidencedetail.d.ts.map +1 -0
- package/models/components/vantatestsnapshotevidencedetail.js +76 -0
- package/models/components/vantatestsnapshotevidencedetail.js.map +1 -0
- package/models/components/vantatestsnapshotintegration.d.ts +14 -0
- package/models/components/vantatestsnapshotintegration.d.ts.map +1 -0
- package/models/components/vantatestsnapshotintegration.js +51 -0
- package/models/components/vantatestsnapshotintegration.js.map +1 -0
- package/models/components/vantatestsnapshotrawtestdatarow.d.ts +41 -0
- package/models/components/vantatestsnapshotrawtestdatarow.d.ts.map +1 -0
- package/models/components/vantatestsnapshotrawtestdatarow.js +52 -0
- package/models/components/vantatestsnapshotrawtestdatarow.js.map +1 -0
- package/models/operations/acceptinformationrequestevidence.d.ts +17 -0
- package/models/operations/acceptinformationrequestevidence.d.ts.map +1 -0
- package/models/operations/acceptinformationrequestevidence.js +57 -0
- package/models/operations/acceptinformationrequestevidence.js.map +1 -0
- package/models/operations/createcommentforinformationrequest.d.ts +17 -0
- package/models/operations/createcommentforinformationrequest.d.ts.map +1 -0
- package/models/operations/createcommentforinformationrequest.js +57 -0
- package/models/operations/createcommentforinformationrequest.js.map +1 -0
- package/models/operations/createinformationrequest.d.ts +15 -0
- package/models/operations/createinformationrequest.d.ts.map +1 -0
- package/models/operations/createinformationrequest.js +56 -0
- package/models/operations/createinformationrequest.js.map +1 -0
- package/models/operations/deletecommentforinformationrequest.d.ts +19 -0
- package/models/operations/deletecommentforinformationrequest.d.ts.map +1 -0
- package/models/operations/deletecommentforinformationrequest.js +58 -0
- package/models/operations/deletecommentforinformationrequest.js.map +1 -0
- package/models/operations/deleteinformationrequest.d.ts +14 -0
- package/models/operations/deleteinformationrequest.d.ts.map +1 -0
- package/models/operations/deleteinformationrequest.js +50 -0
- package/models/operations/deleteinformationrequest.js.map +1 -0
- package/models/operations/flaginformationrequestevidence.d.ts +17 -0
- package/models/operations/flaginformationrequestevidence.d.ts.map +1 -0
- package/models/operations/flaginformationrequestevidence.js +57 -0
- package/models/operations/flaginformationrequestevidence.js.map +1 -0
- package/models/operations/getaudit.d.ts +12 -0
- package/models/operations/getaudit.d.ts.map +1 -0
- package/models/operations/getaudit.js +49 -0
- package/models/operations/getaudit.js.map +1 -0
- package/models/operations/getframeworkcodes.d.ts +12 -0
- package/models/operations/getframeworkcodes.d.ts.map +1 -0
- package/models/operations/getframeworkcodes.js +49 -0
- package/models/operations/getframeworkcodes.js.map +1 -0
- package/models/operations/getinformationrequest.d.ts +14 -0
- package/models/operations/getinformationrequest.d.ts.map +1 -0
- package/models/operations/getinformationrequest.js +50 -0
- package/models/operations/getinformationrequest.js.map +1 -0
- package/models/operations/getinformationrequesttestsnapshotevidencedetail.d.ts +16 -0
- package/models/operations/getinformationrequesttestsnapshotevidencedetail.d.ts.map +1 -0
- package/models/operations/getinformationrequesttestsnapshotevidencedetail.js +51 -0
- package/models/operations/getinformationrequesttestsnapshotevidencedetail.js.map +1 -0
- package/models/operations/index.d.ts +20 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +20 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/listauditissues.d.ts +35 -0
- package/models/operations/listauditissues.d.ts.map +1 -0
- package/models/operations/listauditissues.js +53 -0
- package/models/operations/listauditissues.js.map +1 -0
- package/models/operations/listauditsnapshots.d.ts +30 -0
- package/models/operations/listauditsnapshots.d.ts.map +1 -0
- package/models/operations/listauditsnapshots.js +52 -0
- package/models/operations/listauditsnapshots.js.map +1 -0
- package/models/operations/listcommentsforinformationrequest.d.ts +32 -0
- package/models/operations/listcommentsforinformationrequest.d.ts.map +1 -0
- package/models/operations/listcommentsforinformationrequest.js +53 -0
- package/models/operations/listcommentsforinformationrequest.js.map +1 -0
- package/models/operations/listinformationrequestactivity.d.ts +29 -0
- package/models/operations/listinformationrequestactivity.d.ts.map +1 -0
- package/models/operations/listinformationrequestactivity.js +53 -0
- package/models/operations/listinformationrequestactivity.js.map +1 -0
- package/models/operations/listinformationrequestevidence.d.ts +42 -0
- package/models/operations/listinformationrequestevidence.d.ts.map +1 -0
- package/models/operations/listinformationrequestevidence.js +55 -0
- package/models/operations/listinformationrequestevidence.js.map +1 -0
- package/models/operations/listinformationrequests.d.ts +30 -0
- package/models/operations/listinformationrequests.d.ts.map +1 -0
- package/models/operations/listinformationrequests.js +52 -0
- package/models/operations/listinformationrequests.js.map +1 -0
- package/models/operations/listinformationrequestsforcontrol.d.ts +24 -0
- package/models/operations/listinformationrequestsforcontrol.d.ts.map +1 -0
- package/models/operations/listinformationrequestsforcontrol.js +52 -0
- package/models/operations/listinformationrequestsforcontrol.js.map +1 -0
- package/models/operations/shareinformationrequestlist.d.ts +12 -0
- package/models/operations/shareinformationrequestlist.d.ts.map +1 -0
- package/models/operations/shareinformationrequestlist.js +49 -0
- package/models/operations/shareinformationrequestlist.js.map +1 -0
- package/models/operations/updatecommentforinformationrequest.d.ts +19 -0
- package/models/operations/updatecommentforinformationrequest.d.ts.map +1 -0
- package/models/operations/updatecommentforinformationrequest.js +58 -0
- package/models/operations/updatecommentforinformationrequest.js.map +1 -0
- package/models/operations/updateinformationrequest.d.ts +17 -0
- package/models/operations/updateinformationrequest.d.ts.map +1 -0
- package/models/operations/updateinformationrequest.js +57 -0
- package/models/operations/updateinformationrequest.js.map +1 -0
- package/package.json +3 -3
- package/sdk/audits.d.ts +378 -19
- package/sdk/audits.d.ts.map +1 -1
- package/sdk/audits.js +444 -25
- package/sdk/audits.js.map +1 -1
- package/sdk/sdk.d.ts +2 -2
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +3 -3
- package/sdk/sdk.js.map +1 -1
- package/smoke-test/src/smoke.test.ts +201 -0
- package/smoke-test/vitest.config.ts +11 -0
- package/src/funcs/auditorsCreate.ts +3 -1
- package/src/funcs/auditsAcceptInformationRequestEvidence.ts +195 -0
- package/src/funcs/auditsCreateCommentForEvidence.ts +3 -2
- package/src/funcs/auditsCreateCommentForInformationRequest.ts +182 -0
- package/src/funcs/auditsCreateCustomControl.ts +3 -2
- package/src/funcs/auditsCreateCustomEvidenceRequest.ts +3 -2
- package/src/funcs/auditsCreateInformationRequest.ts +179 -0
- package/src/funcs/auditsDeleteCommentForInformationRequest.ts +188 -0
- package/src/funcs/auditsDeleteInformationRequest.ts +185 -0
- package/src/funcs/auditsFlagInformationRequestEvidence.ts +195 -0
- package/src/funcs/auditsGetAudit.ts +172 -0
- package/src/funcs/auditsGetEvidenceUrls.ts +5 -2
- package/src/funcs/auditsGetFrameworkCodes.ts +173 -0
- package/src/funcs/auditsGetInformationRequest.ts +180 -0
- package/src/funcs/auditsGetInformationRequestTestSnapshotEvidenceDetail.ts +193 -0
- package/src/funcs/auditsList.ts +7 -1
- package/src/funcs/auditsListAuditIssues.ts +191 -0
- package/src/funcs/auditsListAuditSnapshots.ts +191 -0
- package/src/funcs/auditsListComments.ts +3 -2
- package/src/funcs/auditsListCommentsForInformationRequest.ts +208 -0
- package/src/funcs/auditsListControls.ts +3 -2
- package/src/funcs/auditsListEvidence.ts +3 -2
- package/src/funcs/auditsListInformationRequestActivity.ts +204 -0
- package/src/funcs/auditsListInformationRequestEvidence.ts +209 -0
- package/src/funcs/auditsListInformationRequests.ts +197 -0
- package/src/funcs/auditsListInformationRequestsForControl.ts +199 -0
- package/src/funcs/auditsShareInformationRequestList.ts +173 -0
- package/src/funcs/auditsUpdateCommentForInformationRequest.ts +188 -0
- package/src/funcs/auditsUpdateEvidence.ts +3 -2
- package/src/funcs/auditsUpdateInformationRequest.ts +188 -0
- package/src/lib/config.ts +5 -9
- package/src/lib/encodings.ts +49 -7
- package/src/lib/files.ts +22 -0
- package/src/lib/matchers.ts +3 -2
- package/src/lib/sdks.ts +12 -13
- package/src/lib/security.ts +15 -4
- package/src/lib/url.ts +16 -14
- package/src/models/components/acceptinformationrequestevidenceinput.ts +46 -0
- package/src/models/components/addinformationrequestcommentinput.ts +67 -0
- package/src/models/components/audit.ts +54 -0
- package/src/models/components/auditorcontrol.ts +14 -0
- package/src/models/components/comment.ts +10 -0
- package/src/models/components/control.ts +14 -0
- package/src/models/components/createinformationrequestinput.ts +138 -0
- package/src/models/components/deleteinformationrequestcommentinput.ts +46 -0
- package/src/models/components/evidenceurl.ts +5 -0
- package/src/models/components/flaginformationrequestevidenceinput.ts +58 -0
- package/src/models/components/frameworkcodes.ts +40 -0
- package/src/models/components/index.ts +41 -0
- package/src/models/components/informationrequest.ts +295 -0
- package/src/models/components/informationrequestactivitylog.ts +146 -0
- package/src/models/components/informationrequestactivitytype.ts +22 -0
- package/src/models/components/informationrequestapprovalstatus.ts +37 -0
- package/src/models/components/informationrequestcadence.ts +27 -0
- package/src/models/components/informationrequestcomment.ts +105 -0
- package/src/models/components/informationrequestevidence.ts +100 -0
- package/src/models/components/informationrequestevidenceunion.ts +73 -0
- package/src/models/components/informationrequestsupportedevidencetype.ts +28 -0
- package/src/models/components/informationrequesttype.ts +40 -0
- package/src/models/components/issuesnapshotitem.ts +105 -0
- package/src/models/components/issuesnapshotmetadata.ts +50 -0
- package/src/models/components/issuestatustypeforsnapshot.ts +20 -0
- package/src/models/components/linkevidence.ts +47 -0
- package/src/models/components/observationevidence.ts +37 -0
- package/src/models/components/paginatedissuesnapshotitemsresponse.ts +71 -0
- package/src/models/components/paginatedissuesnapshotmetadataresponse.ts +74 -0
- package/src/models/components/paginatedresponseinformationrequest.ts +71 -0
- package/src/models/components/paginatedresponseinformationrequestactivitylog.ts +80 -0
- package/src/models/components/paginatedresponseinformationrequestcomment.ts +77 -0
- package/src/models/components/paginatedresponseinformationrequestevidence.ts +80 -0
- package/src/models/components/partialupdateinformationrequest.ts +103 -0
- package/src/models/components/recurrenceduration.ts +1 -0
- package/src/models/components/section.ts +39 -0
- package/src/models/components/updateinformationrequestcommentinput.ts +56 -0
- package/src/models/components/uploadeddocumentevidence.ts +65 -0
- package/src/models/components/vantadocumentevidence.ts +145 -0
- package/src/models/components/vantadocumentlinkevidence.ts +50 -0
- package/src/models/components/vantadocumentuploadedevidence.ts +70 -0
- package/src/models/components/vantapolicyevidence.ts +198 -0
- package/src/models/components/vantatestevidence.ts +122 -0
- package/src/models/components/vantatestfiletype.ts +19 -0
- package/src/models/components/vantatestrunstatus.ts +21 -0
- package/src/models/components/vantatestsnapshotevidence.ts +100 -0
- package/src/models/components/vantatestsnapshotevidencedetail.ts +135 -0
- package/src/models/components/vantatestsnapshotintegration.ts +36 -0
- package/src/models/components/vantatestsnapshotrawtestdatarow.ts +64 -0
- package/src/models/operations/acceptinformationrequestevidence.ts +50 -0
- package/src/models/operations/createcommentforinformationrequest.ts +50 -0
- package/src/models/operations/createinformationrequest.ts +44 -0
- package/src/models/operations/deletecommentforinformationrequest.ts +54 -0
- package/src/models/operations/deleteinformationrequest.ts +36 -0
- package/src/models/operations/flaginformationrequestevidence.ts +48 -0
- package/src/models/operations/getaudit.ts +29 -0
- package/src/models/operations/getframeworkcodes.ts +31 -0
- package/src/models/operations/getinformationrequest.ts +36 -0
- package/src/models/operations/getinformationrequesttestsnapshotevidencedetail.ts +41 -0
- package/src/models/operations/index.ts +20 -0
- package/src/models/operations/listauditissues.ts +58 -0
- package/src/models/operations/listauditsnapshots.ts +52 -0
- package/src/models/operations/listcommentsforinformationrequest.ts +58 -0
- package/src/models/operations/listinformationrequestactivity.ts +54 -0
- package/src/models/operations/listinformationrequestevidence.ts +72 -0
- package/src/models/operations/listinformationrequests.ts +54 -0
- package/src/models/operations/listinformationrequestsforcontrol.ts +49 -0
- package/src/models/operations/shareinformationrequestlist.ts +33 -0
- package/src/models/operations/updatecommentforinformationrequest.ts +54 -0
- package/src/models/operations/updateinformationrequest.ts +47 -0
- package/src/sdk/audits.ts +616 -37
- package/src/sdk/sdk.ts +5 -5
- package/src/types/enums.ts +1 -21
- package/src/types/index.ts +2 -1
- package/src/types/unrecognized.ts +35 -0
- package/types/enums.d.ts +1 -8
- package/types/enums.d.ts.map +1 -1
- package/types/enums.js +3 -21
- package/types/enums.js.map +1 -1
- package/types/index.d.ts +2 -1
- package/types/index.d.ts.map +1 -1
- package/types/index.js +15 -0
- package/types/index.js.map +1 -1
- package/types/unrecognized.d.ts +16 -0
- package/types/unrecognized.d.ts.map +1 -0
- package/types/unrecognized.js +34 -0
- package/types/unrecognized.js.map +1 -0
- package/.devcontainer/devcontainer.json +0 -45
- package/examples/package-lock.json +0 -610
- package/examples/package.json +0 -18
- package/tsconfig.json +0 -41
package/sdk/audits.d.ts
CHANGED
|
@@ -7,23 +7,23 @@ export declare class Audits extends ClientSDK {
|
|
|
7
7
|
*
|
|
8
8
|
* @remarks
|
|
9
9
|
* Returns a paginated list of audits scoped to the audit firm.
|
|
10
|
+
*
|
|
11
|
+
* To identify IRL (Information Request List) audits, check for the presence of the
|
|
12
|
+
* `auditorRequestListMetadata` field. This field is only present for IRL-based audits
|
|
13
|
+
* and will be `undefined` for standard audits.
|
|
10
14
|
*/
|
|
11
15
|
list(request: operations.ListAuditsRequest, options?: RequestOptions): Promise<components.PaginatedResponseAudit>;
|
|
12
16
|
/**
|
|
13
|
-
*
|
|
17
|
+
* Get audit by ID
|
|
14
18
|
*
|
|
15
19
|
* @remarks
|
|
16
|
-
* Returns a
|
|
17
|
-
* evidence is created or has a statusUpdatedAt field that is more recent than the most recent polling event.
|
|
18
|
-
*/
|
|
19
|
-
getEvidenceUrls(request: operations.ListAuditEvidenceUrlsRequest, options?: RequestOptions): Promise<components.PaginatedResponseEvidenceUrl>;
|
|
20
|
-
/**
|
|
21
|
-
* List audit evidence
|
|
20
|
+
* Returns a single audit by ID, scoped to the audit firm.
|
|
22
21
|
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
22
|
+
* To identify IRL (Information Request List) audits, check for the presence of the
|
|
23
|
+
* `auditorRequestListMetadata` field. This field is only present for IRL-based audits
|
|
24
|
+
* and will be `undefined` for standard audits.
|
|
25
25
|
*/
|
|
26
|
-
|
|
26
|
+
getAudit(request: operations.GetAuditRequest, options?: RequestOptions): Promise<components.Audit>;
|
|
27
27
|
/**
|
|
28
28
|
* List audit comments
|
|
29
29
|
*
|
|
@@ -39,19 +39,42 @@ export declare class Audits extends ClientSDK {
|
|
|
39
39
|
*/
|
|
40
40
|
listControls(request: operations.ListAuditControlsRequest, options?: RequestOptions): Promise<components.PaginatedResponseAuditorControl>;
|
|
41
41
|
/**
|
|
42
|
-
* Create a
|
|
42
|
+
* Create a custom control for an audit
|
|
43
43
|
*
|
|
44
44
|
* @remarks
|
|
45
|
-
* Create a
|
|
45
|
+
* Create a custom control for an audit.
|
|
46
46
|
*/
|
|
47
|
-
|
|
47
|
+
createCustomControl(request: operations.CreateCustomControlRequest, options?: RequestOptions): Promise<components.Control>;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* List information requests linked to a control within an audit
|
|
50
50
|
*
|
|
51
51
|
* @remarks
|
|
52
|
-
*
|
|
52
|
+
* Returns a paginated list of active information requests linked to a specific
|
|
53
|
+
* control within an IRL audit. An information request is linked to a control
|
|
54
|
+
* either via its framework codes (`criteriaIds`) or via a direct association
|
|
55
|
+
* (`additionalControlIds`).
|
|
56
|
+
*
|
|
57
|
+
* Soft-deleted information requests are not included in the response. To
|
|
58
|
+
* synchronize deletions, use `GET /audits/{auditId}/information-requests`,
|
|
59
|
+
* which supports `changedSinceDate` and includes soft-deleted records.
|
|
60
|
+
*
|
|
61
|
+
* Returns 404 when the control is not part of the audit. Returns an empty page
|
|
62
|
+
* when the control is part of the audit but has no active IRLs linked to it.
|
|
63
|
+
*
|
|
64
|
+
* Pagination usage:
|
|
65
|
+
* 1. Make initial request with desired `pageSize`
|
|
66
|
+
* 2. Check `results.pageInfo.hasNextPage` to see if more data exists
|
|
67
|
+
* 3. If true, use `results.pageInfo.endCursor` as `pageCursor` in next request
|
|
68
|
+
* 4. Repeat until `hasNextPage` is false
|
|
53
69
|
*/
|
|
54
|
-
|
|
70
|
+
listInformationRequestsForControl(request: operations.ListInformationRequestsForControlRequest, options?: RequestOptions): Promise<components.PaginatedResponseInformationRequest>;
|
|
71
|
+
/**
|
|
72
|
+
* List audit evidence
|
|
73
|
+
*
|
|
74
|
+
* @remarks
|
|
75
|
+
* Returns a paginated list of evidence for an audit.
|
|
76
|
+
*/
|
|
77
|
+
listEvidence(request: operations.ListAuditEvidenceRequest, options?: RequestOptions): Promise<components.PaginatedResponseEvidence>;
|
|
55
78
|
/**
|
|
56
79
|
* Create a custom evidence request for an audit
|
|
57
80
|
*
|
|
@@ -60,11 +83,347 @@ export declare class Audits extends ClientSDK {
|
|
|
60
83
|
*/
|
|
61
84
|
createCustomEvidenceRequest(request: operations.CreateCustomEvidenceRequestRequest, options?: RequestOptions): Promise<components.CustomEvidenceRequest>;
|
|
62
85
|
/**
|
|
63
|
-
*
|
|
86
|
+
* Update audit evidence
|
|
64
87
|
*
|
|
65
88
|
* @remarks
|
|
66
|
-
*
|
|
89
|
+
* Update audit evidence.
|
|
67
90
|
*/
|
|
68
|
-
|
|
91
|
+
updateEvidence(request: operations.UpdateAuditEvidenceRequest, options?: RequestOptions): Promise<components.Evidence>;
|
|
92
|
+
/**
|
|
93
|
+
* Create a comment for audit evidence
|
|
94
|
+
*
|
|
95
|
+
* @remarks
|
|
96
|
+
* Create a comment in Vanta for a piece of evidence.
|
|
97
|
+
*/
|
|
98
|
+
createCommentForEvidence(request: operations.CreateCommentForAuditEvidenceRequest, options?: RequestOptions): Promise<components.Comment>;
|
|
99
|
+
/**
|
|
100
|
+
* List audit evidence url
|
|
101
|
+
*
|
|
102
|
+
* @remarks
|
|
103
|
+
* Returns a paginated list of evidence urls for an audit. This endpoint should be called whenever an
|
|
104
|
+
* evidence is created or has a statusUpdatedAt field that is more recent than the most recent polling event.
|
|
105
|
+
*
|
|
106
|
+
* Evidence must be in one of the following states to retrieve URLs: "Ready for audit", "Accepted", "Flagged", or "NA".
|
|
107
|
+
*/
|
|
108
|
+
getEvidenceUrls(request: operations.ListAuditEvidenceUrlsRequest, options?: RequestOptions): Promise<components.PaginatedResponseEvidenceUrl>;
|
|
109
|
+
/**
|
|
110
|
+
* Get framework codes for an audit
|
|
111
|
+
*
|
|
112
|
+
* @remarks
|
|
113
|
+
* Retrieves all valid framework codes for the specified audit. This endpoint helps users discover which framework codes are available for creating and updating information requests for this audit.
|
|
114
|
+
*
|
|
115
|
+
* Use this endpoint to:
|
|
116
|
+
* - Discover available framework codes before creating information requests
|
|
117
|
+
* - Validate framework codes against the audit's framework
|
|
118
|
+
* - Get context about what framework codes are available for the audit type
|
|
119
|
+
*/
|
|
120
|
+
getFrameworkCodes(request: operations.GetFrameworkCodesRequest, options?: RequestOptions): Promise<components.FrameworkCodes>;
|
|
121
|
+
/**
|
|
122
|
+
* List information requests for an audit
|
|
123
|
+
*
|
|
124
|
+
* @remarks
|
|
125
|
+
* Retrieves a paginated list of all information requests for an audit, enabling
|
|
126
|
+
* external audit management systems to display and track evidence requests.
|
|
127
|
+
*
|
|
128
|
+
* This endpoint always includes soft-deleted records (where `deletionDate !== null`).
|
|
129
|
+
* Clients should check the `deletionDate` field to identify and handle deleted records
|
|
130
|
+
* appropriately in their systems.
|
|
131
|
+
*
|
|
132
|
+
* This endpoint supports delta synchronization via the `changedSinceDate` parameter,
|
|
133
|
+
* allowing efficient polling for changes without retrieving the entire dataset.
|
|
134
|
+
*
|
|
135
|
+
* Pagination usage:
|
|
136
|
+
* 1. Make initial request with desired `pageSize`
|
|
137
|
+
* 2. Check `results.pageInfo.hasNextPage` to see if more data exists
|
|
138
|
+
* 3. If true, use `results.pageInfo.endCursor` as `pageCursor` in next request
|
|
139
|
+
* 4. Repeat until `hasNextPage` is false
|
|
140
|
+
*
|
|
141
|
+
* Delta sync usage:
|
|
142
|
+
* 1. Store the timestamp of your last sync
|
|
143
|
+
* 2. Pass that timestamp as `changedSinceDate`
|
|
144
|
+
* 3. Only requests created, modified, or deleted since that timestamp are returned
|
|
145
|
+
* 4. Process updates and soft-deletes by checking the `deletionDate` field
|
|
146
|
+
* 5. Update your last sync timestamp to the current time
|
|
147
|
+
*/
|
|
148
|
+
listInformationRequests(request: operations.ListInformationRequestsRequest, options?: RequestOptions): Promise<components.PaginatedResponseInformationRequest>;
|
|
149
|
+
/**
|
|
150
|
+
* Create a new information request
|
|
151
|
+
*
|
|
152
|
+
* @remarks
|
|
153
|
+
* Creates a new information request for an audit during audit setup or as requirements evolve.
|
|
154
|
+
*
|
|
155
|
+
* After creating all information requests, use POST /audits/{auditId}/share-information-request-list
|
|
156
|
+
* to make them visible to the customer organization. Until shared, requests remain in draft state
|
|
157
|
+
* visible only to auditors.
|
|
158
|
+
*
|
|
159
|
+
* New requests are created in an initial state indicating evidence is needed. The status
|
|
160
|
+
* progresses through the workflow: initial state → awaiting review → approved or flagged.
|
|
161
|
+
*/
|
|
162
|
+
createInformationRequest(request: operations.CreateInformationRequestRequest, options?: RequestOptions): Promise<components.InformationRequest>;
|
|
163
|
+
/**
|
|
164
|
+
* Get an information request by ID
|
|
165
|
+
*
|
|
166
|
+
* @remarks
|
|
167
|
+
* Retrieves a single information request by its ID for an audit, allowing external
|
|
168
|
+
* audit management systems to fetch the latest state of a specific request without
|
|
169
|
+
* paginating through the full list.
|
|
170
|
+
*
|
|
171
|
+
* Soft-deleted records (where `deletionDate !== null`) are included in the response.
|
|
172
|
+
* Clients should check `deletionDate` to determine whether the request has been deleted.
|
|
173
|
+
*/
|
|
174
|
+
getInformationRequest(request: operations.GetInformationRequestRequest, options?: RequestOptions): Promise<components.InformationRequest>;
|
|
175
|
+
/**
|
|
176
|
+
* Update an information request for an audit
|
|
177
|
+
*
|
|
178
|
+
* @remarks
|
|
179
|
+
* Updates an existing information request for an audit, allowing modification of request
|
|
180
|
+
* details as audit requirements evolve. Supports partial updates where only specified
|
|
181
|
+
* fields are changed; omitted fields remain unchanged.
|
|
182
|
+
*
|
|
183
|
+
* Common use cases:
|
|
184
|
+
* - Updating due dates as audit timelines shift
|
|
185
|
+
* - Refining descriptions to clarify requirements
|
|
186
|
+
* - Adjusting request type
|
|
187
|
+
*
|
|
188
|
+
* Note: The `modificationDate` is automatically updated to the current timestamp
|
|
189
|
+
* when any field is changed.
|
|
190
|
+
*/
|
|
191
|
+
updateInformationRequest(request: operations.UpdateInformationRequestRequest, options?: RequestOptions): Promise<components.InformationRequest>;
|
|
192
|
+
/**
|
|
193
|
+
* Delete an information request for an audit
|
|
194
|
+
*
|
|
195
|
+
* @remarks
|
|
196
|
+
* Deletes an information request for an audit. This performs a soft delete, marking
|
|
197
|
+
* the request as deleted (setting `deletionDate`) while preserving it in the system
|
|
198
|
+
* for audit history and compliance tracking.
|
|
199
|
+
*
|
|
200
|
+
* Soft deletion allows:
|
|
201
|
+
* - Maintaining complete audit trail of all requests ever created
|
|
202
|
+
* - Retrieving deleted requests via `changedSinceDate` for synchronization
|
|
203
|
+
*
|
|
204
|
+
* After deletion:
|
|
205
|
+
* - The request will not appear in normal list responses (without `changedSinceDate`)
|
|
206
|
+
* - The request's `deletionDate` field will be populated
|
|
207
|
+
*/
|
|
208
|
+
deleteInformationRequest(request: operations.DeleteInformationRequestRequest, options?: RequestOptions): Promise<void>;
|
|
209
|
+
/**
|
|
210
|
+
* Accept evidence for an information request
|
|
211
|
+
*
|
|
212
|
+
* @remarks
|
|
213
|
+
* Accepts evidence for an information request, confirming that all submitted evidence
|
|
214
|
+
* meets audit requirements. This action changes the request's approvalStatus to
|
|
215
|
+
* an approved state and creates an activity log entry.
|
|
216
|
+
*
|
|
217
|
+
* Acceptance workflow:
|
|
218
|
+
* 1. Auditor reviews submitted evidence
|
|
219
|
+
* 2. If evidence is satisfactory, auditor calls this endpoint
|
|
220
|
+
* 3. Request status changes to approved state and is considered complete for this audit cycle
|
|
221
|
+
*
|
|
222
|
+
* Use this endpoint when:
|
|
223
|
+
* - All required evidence has been submitted
|
|
224
|
+
* - Evidence quality meets audit standards
|
|
225
|
+
* - Evidence addresses all specified framework codes
|
|
226
|
+
* - No additional information is needed
|
|
227
|
+
*/
|
|
228
|
+
acceptInformationRequestEvidence(request: operations.AcceptInformationRequestEvidenceRequest, options?: RequestOptions): Promise<components.InformationRequest>;
|
|
229
|
+
/**
|
|
230
|
+
* List information request activity
|
|
231
|
+
*
|
|
232
|
+
* @remarks
|
|
233
|
+
* Retrieves a paginated list of activity logs for an information request, providing
|
|
234
|
+
* a complete audit trail of all changes and actions.
|
|
235
|
+
*
|
|
236
|
+
* This endpoint supports delta synchronization via the `changedSinceDate` parameter,
|
|
237
|
+
* allowing efficient polling for changes without retrieving the entire dataset.
|
|
238
|
+
*
|
|
239
|
+
* Pagination usage:
|
|
240
|
+
* 1. Make initial request with desired `pageSize`
|
|
241
|
+
* 2. Check `results.pageInfo.hasNextPage` to see if more data exists
|
|
242
|
+
* 3. If true, use `results.pageInfo.endCursor` as `pageCursor` in next request
|
|
243
|
+
* 4. Repeat until `hasNextPage` is false
|
|
244
|
+
*
|
|
245
|
+
* Delta sync usage:
|
|
246
|
+
* 1. Store the timestamp of your last sync
|
|
247
|
+
* 2. Pass that timestamp as `changedSinceDate`
|
|
248
|
+
* 3. Only activity created since that timestamp is returned
|
|
249
|
+
* 4. Process updates to track all changes to the information request
|
|
250
|
+
* 5. Update your last sync timestamp to the current time
|
|
251
|
+
*/
|
|
252
|
+
listInformationRequestActivity(request: operations.ListInformationRequestActivityRequest, options?: RequestOptions): Promise<components.PaginatedResponseInformationRequestActivityLog>;
|
|
253
|
+
/**
|
|
254
|
+
* List comments for an information request
|
|
255
|
+
*
|
|
256
|
+
* @remarks
|
|
257
|
+
* Retrieves a paginated list of comments for an information request, enabling
|
|
258
|
+
* auditors to view communication history and collaborate with customers.
|
|
259
|
+
*
|
|
260
|
+
* This endpoint always includes soft-deleted records (where `deletionDate !== null`).
|
|
261
|
+
* Clients should check the `deletionDate` field to identify and handle deleted records
|
|
262
|
+
* appropriately in their systems.
|
|
263
|
+
*
|
|
264
|
+
* This endpoint supports delta synchronization via the `changedSinceDate` parameter,
|
|
265
|
+
* allowing efficient polling for changes without retrieving the entire dataset.
|
|
266
|
+
*
|
|
267
|
+
* Pagination usage:
|
|
268
|
+
* 1. Make initial request with desired `pageSize`
|
|
269
|
+
* 2. Check `results.pageInfo.hasNextPage` to see if more data exists
|
|
270
|
+
* 3. If true, use `results.pageInfo.endCursor` as `pageCursor` in next request
|
|
271
|
+
* 4. Repeat until `hasNextPage` is false
|
|
272
|
+
*
|
|
273
|
+
* Delta sync usage:
|
|
274
|
+
* 1. Store the timestamp of your last sync
|
|
275
|
+
* 2. Pass that timestamp as `changedSinceDate`
|
|
276
|
+
* 3. Only comments created, modified, or deleted since that timestamp are returned
|
|
277
|
+
* 4. Process updates, including soft-deletes (deletionDate !== null)
|
|
278
|
+
* 5. Update your last sync timestamp to the current time
|
|
279
|
+
*/
|
|
280
|
+
listCommentsForInformationRequest(request: operations.ListCommentsForInformationRequestRequest, options?: RequestOptions): Promise<components.PaginatedResponseInformationRequestComment>;
|
|
281
|
+
/**
|
|
282
|
+
* Create a comment for an information request
|
|
283
|
+
*
|
|
284
|
+
* @remarks
|
|
285
|
+
* Creates a new comment for an information request. The comment author must be an auditor
|
|
286
|
+
* in the audit firm making the request. The comment will be associated with the information
|
|
287
|
+
* request and visible to all authorized users.
|
|
288
|
+
*/
|
|
289
|
+
createCommentForInformationRequest(request: operations.CreateCommentForInformationRequestRequest, options?: RequestOptions): Promise<components.InformationRequestComment>;
|
|
290
|
+
/**
|
|
291
|
+
* Update a comment for an information request
|
|
292
|
+
*
|
|
293
|
+
* @remarks
|
|
294
|
+
* Updates an existing comment for an information request. Only the original author
|
|
295
|
+
* of the comment can update it. The author is identified by their email address,
|
|
296
|
+
* which must match the email of the user who created the comment.
|
|
297
|
+
*/
|
|
298
|
+
updateCommentForInformationRequest(request: operations.UpdateCommentForInformationRequestRequest, options?: RequestOptions): Promise<components.InformationRequestComment>;
|
|
299
|
+
/**
|
|
300
|
+
* Delete a comment for an information request
|
|
301
|
+
*
|
|
302
|
+
* @remarks
|
|
303
|
+
* Deletes an existing comment for an information request. Only the original author
|
|
304
|
+
* of the comment can delete it. The author is identified by their email address,
|
|
305
|
+
* which must match the email of the user who created the comment.
|
|
306
|
+
*/
|
|
307
|
+
deleteCommentForInformationRequest(request: operations.DeleteCommentForInformationRequestRequest, options?: RequestOptions): Promise<void>;
|
|
308
|
+
/**
|
|
309
|
+
* List evidence for an information request
|
|
310
|
+
*
|
|
311
|
+
* @remarks
|
|
312
|
+
* Retrieves a paginated list of all evidence attached to an information request,
|
|
313
|
+
* enabling auditors to review evidence submitted by customers.
|
|
314
|
+
*
|
|
315
|
+
* This endpoint always includes soft-deleted records (where `deletionDate !== null`).
|
|
316
|
+
* Clients should check the `deletionDate` field to identify and handle deleted records
|
|
317
|
+
* appropriately in their systems.
|
|
318
|
+
*
|
|
319
|
+
* This endpoint supports delta synchronization via the `changedSinceDate` parameter,
|
|
320
|
+
* allowing efficient polling for changes without retrieving the entire dataset.
|
|
321
|
+
*
|
|
322
|
+
* Pagination usage:
|
|
323
|
+
* 1. Make initial request with desired `pageSize`
|
|
324
|
+
* 2. Check `results.pageInfo.hasNextPage` to see if more data exists
|
|
325
|
+
* 3. If true, use `results.pageInfo.endCursor` as `pageCursor` in next request
|
|
326
|
+
* 4. Repeat until `hasNextPage` is false
|
|
327
|
+
*
|
|
328
|
+
* Delta sync usage:
|
|
329
|
+
* 1. Store the timestamp of your last sync
|
|
330
|
+
* 2. Pass that timestamp as `changedSinceDate`
|
|
331
|
+
* 3. Only evidence created, modified, shared, or deleted since that timestamp is returned
|
|
332
|
+
* 4. Process updates, including soft-deletes (deletionDate !== null)
|
|
333
|
+
* 5. Update your last sync timestamp to the current time
|
|
334
|
+
*/
|
|
335
|
+
listInformationRequestEvidence(request: operations.ListInformationRequestEvidenceRequest, options?: RequestOptions): Promise<components.PaginatedResponseInformationRequestEvidence>;
|
|
336
|
+
/**
|
|
337
|
+
* Get test snapshot detail for an evidence row
|
|
338
|
+
*
|
|
339
|
+
* @remarks
|
|
340
|
+
* Retrieves the rich detail for a single VANTA_TEST_SNAPSHOT evidence row
|
|
341
|
+
* attached to an information request. The response includes test-level
|
|
342
|
+
* metadata (description, integrations, SLA) and the raw test data captured
|
|
343
|
+
* at snapshot time, presented as a uniform array of rows regardless of
|
|
344
|
+
* whether the snapshot is structured or unstructured.
|
|
345
|
+
*
|
|
346
|
+
* For structured snapshots, the array contains one row per resource the
|
|
347
|
+
* test ran against; each row carries `resourceId`, `resourceType`, and the
|
|
348
|
+
* raw JSON for that resource.
|
|
349
|
+
*
|
|
350
|
+
* For unstructured snapshots, the array contains a single row with
|
|
351
|
+
* `resourceId` and `resourceType` set to `null` and `rawJson` containing
|
|
352
|
+
* the entire test-run JSON blob.
|
|
353
|
+
*/
|
|
354
|
+
getInformationRequestTestSnapshotEvidenceDetail(request: operations.GetInformationRequestTestSnapshotEvidenceDetailRequest, options?: RequestOptions): Promise<components.VantaTestSnapshotEvidenceDetail>;
|
|
355
|
+
/**
|
|
356
|
+
* Flag evidence for an information request
|
|
357
|
+
*
|
|
358
|
+
* @remarks
|
|
359
|
+
* Flags evidence for an information request when it doesn't meet audit requirements,
|
|
360
|
+
* marking issues that need to be addressed before approval. This action changes the
|
|
361
|
+
* request's approvalStatus to a flagged state and creates an activity log entry.
|
|
362
|
+
*
|
|
363
|
+
* Flagging workflow:
|
|
364
|
+
* 1. Auditor reviews submitted evidence
|
|
365
|
+
* 2. If issues are found, auditor calls this endpoint with detailed reason
|
|
366
|
+
* 3. Request status changes to flagged state
|
|
367
|
+
* 4. Customer is notified and can see the reason in activity logs
|
|
368
|
+
* 5. Customer addresses issues and updates evidence
|
|
369
|
+
* 6. When ready, customer changes status back to awaiting review
|
|
370
|
+
* 7. Auditor reviews again and either flags again or accepts
|
|
371
|
+
*
|
|
372
|
+
* The `reason` field should clearly explain what's missing or incorrect so the
|
|
373
|
+
* customer knows exactly what to fix. This reason is visible to the customer
|
|
374
|
+
* and appears in the activity log.
|
|
375
|
+
*/
|
|
376
|
+
flagInformationRequestEvidence(request: operations.FlagInformationRequestEvidenceRequest, options?: RequestOptions): Promise<components.InformationRequest>;
|
|
377
|
+
/**
|
|
378
|
+
* List snapshotted issues for an audit
|
|
379
|
+
*
|
|
380
|
+
* @remarks
|
|
381
|
+
* Retrieves a list of all issues that have been shared with an audit.
|
|
382
|
+
*
|
|
383
|
+
* The issues returned are immutable, point-in-time snapshots; there may be duplicates of issues that have been snapshotted at different times.
|
|
384
|
+
* The GET /audits/{auditId}/issues/snapshots endpoint can be used to retrieve metadata about the snapshots that issues belong to.
|
|
385
|
+
* Issues represent compliance findings from a variety of sources that need to be tracked and remediated.
|
|
386
|
+
*
|
|
387
|
+
* Supports filtering by:
|
|
388
|
+
* - `search`: full text search across issue title and description
|
|
389
|
+
* - `snapshotId`: filtering to a specific snapshot or snapshots, which represent point-in-time captures of issues. Use the GET /audits/{auditId}/issues/snapshots endpoint to retrieve snapshot IDs and metadata.
|
|
390
|
+
*
|
|
391
|
+
* Results are sorted by issue creation date in descending order (newest first).
|
|
392
|
+
*
|
|
393
|
+
* Uses cursor-based pagination. To paginate:
|
|
394
|
+
* 1. Make initial request with desired `pageSize`
|
|
395
|
+
* 2. Check `results.pageInfo.hasNextPage`
|
|
396
|
+
* 3. Use `results.pageInfo.endCursor` as `pageCursor` for next request
|
|
397
|
+
*/
|
|
398
|
+
listAuditIssues(request: operations.ListAuditIssuesRequest, options?: RequestOptions): Promise<components.PaginatedIssueSnapshotItemsResponse>;
|
|
399
|
+
/**
|
|
400
|
+
* List snapshotted issues for an audit
|
|
401
|
+
*
|
|
402
|
+
* @remarks
|
|
403
|
+
* Retrieves a list of snapshots that have been shared with an audit.
|
|
404
|
+
*
|
|
405
|
+
* The snapshots returned contain metadata about point-in-time captures of issues for an audit.
|
|
406
|
+
* This data can be used to filter down the list of issues to specific snapshots when querying the GET /audits/{auditId}/issues/items endpoint.
|
|
407
|
+
*
|
|
408
|
+
* Supports filtering by:
|
|
409
|
+
* - `search`: full text search across snapshot title and description
|
|
410
|
+
*
|
|
411
|
+
* Results are sorted by snapshot creation date in descending order (newest first).
|
|
412
|
+
*
|
|
413
|
+
* Uses cursor-based pagination. To paginate:
|
|
414
|
+
* 1. Make initial request with desired `pageSize`
|
|
415
|
+
* 2. Check `results.pageInfo.hasNextPage`
|
|
416
|
+
* 3. Use `results.pageInfo.endCursor` as `pageCursor` for next request
|
|
417
|
+
*/
|
|
418
|
+
listAuditSnapshots(request: operations.ListAuditSnapshotsRequest, options?: RequestOptions): Promise<components.PaginatedIssueSnapshotMetadataResponse>;
|
|
419
|
+
/**
|
|
420
|
+
* Share information request list with customer
|
|
421
|
+
*
|
|
422
|
+
* @remarks
|
|
423
|
+
* Shares the current information request list for an audit with the customer organization,
|
|
424
|
+
* making it visible in their portal. This action allows the customer to see all information
|
|
425
|
+
* requests that have been created for their audit. Only IRL audits are supported.
|
|
426
|
+
*/
|
|
427
|
+
shareInformationRequestList(request: operations.ShareInformationRequestListRequest, options?: RequestOptions): Promise<components.Audit>;
|
|
69
428
|
}
|
|
70
429
|
//# sourceMappingURL=audits.d.ts.map
|
package/sdk/audits.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audits.d.ts","sourceRoot":"","sources":["../src/sdk/audits.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"audits.d.ts","sourceRoot":"","sources":["../src/sdk/audits.ts"],"names":[],"mappings":"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"}
|