@probo/n8n-nodes-probo 0.171.1 → 0.172.1
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/dist/nodes/Probo/Probo.node.js +65 -0
- package/dist/nodes/Probo/Probo.node.js.map +1 -1
- package/dist/nodes/Probo/actions/accessReview/cancel.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/accessReview/cancel.operation.js +46 -0
- package/dist/nodes/Probo/actions/accessReview/cancel.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/accessReview/close.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/accessReview/close.operation.js +46 -0
- package/dist/nodes/Probo/actions/accessReview/close.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/accessReview/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/accessReview/create.operation.js +84 -0
- package/dist/nodes/Probo/actions/accessReview/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/accessReview/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/accessReview/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/accessReview/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/accessReview/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/accessReview/get.operation.js +49 -0
- package/dist/nodes/Probo/actions/accessReview/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/accessReview/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/accessReview/getAll.operation.js +92 -0
- package/dist/nodes/Probo/actions/accessReview/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/accessReview/index.d.ts +11 -0
- package/dist/nodes/Probo/actions/accessReview/index.js +125 -0
- package/dist/nodes/Probo/actions/accessReview/index.js.map +1 -0
- package/dist/nodes/Probo/actions/accessReview/start.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/accessReview/start.operation.js +46 -0
- package/dist/nodes/Probo/actions/accessReview/start.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/accessReview/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/accessReview/update.operation.js +79 -0
- package/dist/nodes/Probo/actions/accessReview/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/auditLog/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/auditLog/get.operation.js +49 -0
- package/dist/nodes/Probo/actions/auditLog/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/auditLog/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/auditLog/getAll.operation.js +92 -0
- package/dist/nodes/Probo/actions/auditLog/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/auditLog/index.d.ts +5 -0
- package/dist/nodes/Probo/actions/auditLog/index.js +71 -0
- package/dist/nodes/Probo/actions/auditLog/index.js.map +1 -0
- package/dist/nodes/Probo/actions/control/index.d.ts +11 -1
- package/dist/nodes/Probo/actions/control/index.js +91 -1
- package/dist/nodes/Probo/actions/control/index.js.map +1 -1
- package/dist/nodes/Probo/actions/control/linkAudit.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/linkAudit.operation.js +63 -0
- package/dist/nodes/Probo/actions/control/linkAudit.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/linkDocument.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/linkDocument.operation.js +63 -0
- package/dist/nodes/Probo/actions/control/linkDocument.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/linkMeasure.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/linkMeasure.operation.js +63 -0
- package/dist/nodes/Probo/actions/control/linkMeasure.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/linkObligation.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/linkObligation.operation.js +63 -0
- package/dist/nodes/Probo/actions/control/linkObligation.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/linkSnapshot.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/linkSnapshot.operation.js +63 -0
- package/dist/nodes/Probo/actions/control/linkSnapshot.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/unlinkAudit.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/unlinkAudit.operation.js +53 -0
- package/dist/nodes/Probo/actions/control/unlinkAudit.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/unlinkDocument.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/unlinkDocument.operation.js +53 -0
- package/dist/nodes/Probo/actions/control/unlinkDocument.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/unlinkMeasure.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/unlinkMeasure.operation.js +53 -0
- package/dist/nodes/Probo/actions/control/unlinkMeasure.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/unlinkObligation.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/unlinkObligation.operation.js +53 -0
- package/dist/nodes/Probo/actions/control/unlinkObligation.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/unlinkSnapshot.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/unlinkSnapshot.operation.js +53 -0
- package/dist/nodes/Probo/actions/control/unlinkSnapshot.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/dpia/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/dpia/create.operation.js +147 -0
- package/dist/nodes/Probo/actions/dpia/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/dpia/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/dpia/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/dpia/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/dpia/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/dpia/get.operation.js +49 -0
- package/dist/nodes/Probo/actions/dpia/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/dpia/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/dpia/getAll.operation.js +92 -0
- package/dist/nodes/Probo/actions/dpia/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/dpia/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/dpia/index.js +98 -0
- package/dist/nodes/Probo/actions/dpia/index.js.map +1 -0
- package/dist/nodes/Probo/actions/dpia/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/dpia/update.operation.js +145 -0
- package/dist/nodes/Probo/actions/dpia/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/evidence/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/evidence/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/evidence/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/evidence/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/evidence/get.operation.js +47 -0
- package/dist/nodes/Probo/actions/evidence/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/evidence/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/evidence/getAll.operation.js +90 -0
- package/dist/nodes/Probo/actions/evidence/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/evidence/index.d.ts +7 -0
- package/dist/nodes/Probo/actions/evidence/index.js +89 -0
- package/dist/nodes/Probo/actions/evidence/index.js.map +1 -0
- package/dist/nodes/Probo/actions/evidence/upload.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/evidence/upload.operation.js +71 -0
- package/dist/nodes/Probo/actions/evidence/upload.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/finding/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/finding/create.operation.js +252 -0
- package/dist/nodes/Probo/actions/finding/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/finding/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/finding/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/finding/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/finding/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/finding/get.operation.js +54 -0
- package/dist/nodes/Probo/actions/finding/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/finding/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/finding/getAll.operation.js +97 -0
- package/dist/nodes/Probo/actions/finding/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/finding/index.d.ts +10 -0
- package/dist/nodes/Probo/actions/finding/index.js +116 -0
- package/dist/nodes/Probo/actions/finding/index.js.map +1 -0
- package/dist/nodes/Probo/actions/finding/linkAudit.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/finding/linkAudit.operation.js +69 -0
- package/dist/nodes/Probo/actions/finding/linkAudit.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/finding/unlinkAudit.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/finding/unlinkAudit.operation.js +54 -0
- package/dist/nodes/Probo/actions/finding/unlinkAudit.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/finding/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/finding/update.operation.js +215 -0
- package/dist/nodes/Probo/actions/finding/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/index.js +26 -0
- package/dist/nodes/Probo/actions/index.js.map +1 -1
- package/dist/nodes/Probo/actions/measure/index.d.ts +3 -1
- package/dist/nodes/Probo/actions/measure/index.js +19 -1
- package/dist/nodes/Probo/actions/measure/index.js.map +1 -1
- package/dist/nodes/Probo/actions/measure/linkDocument.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/measure/linkDocument.operation.js +63 -0
- package/dist/nodes/Probo/actions/measure/linkDocument.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/measure/unlinkDocument.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/measure/unlinkDocument.operation.js +53 -0
- package/dist/nodes/Probo/actions/measure/unlinkDocument.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/obligation/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/obligation/create.operation.js +234 -0
- package/dist/nodes/Probo/actions/obligation/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/obligation/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/obligation/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/obligation/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/obligation/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/obligation/get.operation.js +53 -0
- package/dist/nodes/Probo/actions/obligation/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/obligation/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/obligation/getAll.operation.js +96 -0
- package/dist/nodes/Probo/actions/obligation/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/obligation/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/obligation/index.js +98 -0
- package/dist/nodes/Probo/actions/obligation/index.js.map +1 -0
- package/dist/nodes/Probo/actions/obligation/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/obligation/update.operation.js +243 -0
- package/dist/nodes/Probo/actions/obligation/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/organizationContext/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/organizationContext/get.operation.js +49 -0
- package/dist/nodes/Probo/actions/organizationContext/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/organizationContext/index.d.ts +5 -0
- package/dist/nodes/Probo/actions/organizationContext/index.js +71 -0
- package/dist/nodes/Probo/actions/organizationContext/index.js.map +1 -0
- package/dist/nodes/Probo/actions/organizationContext/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/organizationContext/update.operation.js +125 -0
- package/dist/nodes/Probo/actions/organizationContext/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/processingActivity/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/processingActivity/create.operation.js +152 -0
- package/dist/nodes/Probo/actions/processingActivity/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/processingActivity/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/processingActivity/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/processingActivity/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/processingActivity/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/processingActivity/get.operation.js +48 -0
- package/dist/nodes/Probo/actions/processingActivity/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/processingActivity/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/processingActivity/getAll.operation.js +91 -0
- package/dist/nodes/Probo/actions/processingActivity/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/processingActivity/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/processingActivity/index.js +98 -0
- package/dist/nodes/Probo/actions/processingActivity/index.js.map +1 -0
- package/dist/nodes/Probo/actions/processingActivity/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/processingActivity/update.operation.js +154 -0
- package/dist/nodes/Probo/actions/processingActivity/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/rightsRequest/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/rightsRequest/create.operation.js +191 -0
- package/dist/nodes/Probo/actions/rightsRequest/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/rightsRequest/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/rightsRequest/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/rightsRequest/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/rightsRequest/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/rightsRequest/get.operation.js +51 -0
- package/dist/nodes/Probo/actions/rightsRequest/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/rightsRequest/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/rightsRequest/getAll.operation.js +94 -0
- package/dist/nodes/Probo/actions/rightsRequest/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/rightsRequest/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/rightsRequest/index.js +98 -0
- package/dist/nodes/Probo/actions/rightsRequest/index.js.map +1 -0
- package/dist/nodes/Probo/actions/rightsRequest/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/rightsRequest/update.operation.js +197 -0
- package/dist/nodes/Probo/actions/rightsRequest/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/risk/update.operation.js +6 -5
- package/dist/nodes/Probo/actions/risk/update.operation.js.map +1 -1
- package/dist/nodes/Probo/actions/snapshot/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/snapshot/create.operation.js +127 -0
- package/dist/nodes/Probo/actions/snapshot/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/snapshot/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/snapshot/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/snapshot/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/snapshot/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/snapshot/get.operation.js +46 -0
- package/dist/nodes/Probo/actions/snapshot/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/snapshot/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/snapshot/getAll.operation.js +89 -0
- package/dist/nodes/Probo/actions/snapshot/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/snapshot/index.d.ts +7 -0
- package/dist/nodes/Probo/actions/snapshot/index.js +89 -0
- package/dist/nodes/Probo/actions/snapshot/index.js.map +1 -0
- package/dist/nodes/Probo/actions/task/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/task/create.operation.js +179 -0
- package/dist/nodes/Probo/actions/task/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/task/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/task/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/task/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/task/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/task/get.operation.js +50 -0
- package/dist/nodes/Probo/actions/task/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/task/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/task/getAll.operation.js +93 -0
- package/dist/nodes/Probo/actions/task/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/task/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/task/index.js +98 -0
- package/dist/nodes/Probo/actions/task/index.js.map +1 -0
- package/dist/nodes/Probo/actions/task/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/task/update.operation.js +232 -0
- package/dist/nodes/Probo/actions/task/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/tia/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/tia/create.operation.js +133 -0
- package/dist/nodes/Probo/actions/tia/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/tia/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/tia/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/tia/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/tia/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/tia/get.operation.js +49 -0
- package/dist/nodes/Probo/actions/tia/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/tia/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/tia/getAll.operation.js +92 -0
- package/dist/nodes/Probo/actions/tia/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/tia/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/tia/index.js +98 -0
- package/dist/nodes/Probo/actions/tia/index.js.map +1 -0
- package/dist/nodes/Probo/actions/tia/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/tia/update.operation.js +127 -0
- package/dist/nodes/Probo/actions/tia/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/trustCenter/createExternalUrl.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/trustCenter/createExternalUrl.operation.js +78 -0
- package/dist/nodes/Probo/actions/trustCenter/createExternalUrl.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/trustCenter/createReference.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/trustCenter/createReference.operation.js +98 -0
- package/dist/nodes/Probo/actions/trustCenter/createReference.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/trustCenter/deleteExternalUrl.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/trustCenter/deleteExternalUrl.operation.js +37 -0
- package/dist/nodes/Probo/actions/trustCenter/deleteExternalUrl.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/trustCenter/deleteFile.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/trustCenter/deleteFile.operation.js +37 -0
- package/dist/nodes/Probo/actions/trustCenter/deleteFile.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/trustCenter/deleteReference.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/trustCenter/deleteReference.operation.js +37 -0
- package/dist/nodes/Probo/actions/trustCenter/deleteReference.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/trustCenter/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/trustCenter/get.operation.js +49 -0
- package/dist/nodes/Probo/actions/trustCenter/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/trustCenter/getAllFiles.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/trustCenter/getAllFiles.operation.js +90 -0
- package/dist/nodes/Probo/actions/trustCenter/getAllFiles.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/trustCenter/getAllReferences.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/trustCenter/getAllReferences.operation.js +94 -0
- package/dist/nodes/Probo/actions/trustCenter/getAllReferences.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/trustCenter/index.d.ts +12 -0
- package/dist/nodes/Probo/actions/trustCenter/index.js +134 -0
- package/dist/nodes/Probo/actions/trustCenter/index.js.map +1 -0
- package/dist/nodes/Probo/actions/trustCenter/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/trustCenter/update.operation.js +90 -0
- package/dist/nodes/Probo/actions/trustCenter/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/vendor/deleteBusinessAssociateAgreement.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/vendor/deleteBusinessAssociateAgreement.operation.js +37 -0
- package/dist/nodes/Probo/actions/vendor/deleteBusinessAssociateAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/vendor/deleteComplianceReport.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/vendor/deleteComplianceReport.operation.js +37 -0
- package/dist/nodes/Probo/actions/vendor/deleteComplianceReport.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/vendor/deleteDataPrivacyAgreement.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/vendor/deleteDataPrivacyAgreement.operation.js +37 -0
- package/dist/nodes/Probo/actions/vendor/deleteDataPrivacyAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/vendor/getAllComplianceReports.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/vendor/getAllComplianceReports.operation.js +90 -0
- package/dist/nodes/Probo/actions/vendor/getAllComplianceReports.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/vendor/getBusinessAssociateAgreement.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/vendor/getBusinessAssociateAgreement.operation.js +48 -0
- package/dist/nodes/Probo/actions/vendor/getBusinessAssociateAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/vendor/getDataPrivacyAgreement.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/vendor/getDataPrivacyAgreement.operation.js +48 -0
- package/dist/nodes/Probo/actions/vendor/getDataPrivacyAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/vendor/index.d.ts +9 -1
- package/dist/nodes/Probo/actions/vendor/index.js +73 -1
- package/dist/nodes/Probo/actions/vendor/index.js.map +1 -1
- package/dist/nodes/Probo/actions/vendor/updateBusinessAssociateAgreement.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/vendor/updateBusinessAssociateAgreement.operation.js +74 -0
- package/dist/nodes/Probo/actions/vendor/updateBusinessAssociateAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/vendor/updateDataPrivacyAgreement.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/vendor/updateDataPrivacyAgreement.operation.js +74 -0
- package/dist/nodes/Probo/actions/vendor/updateDataPrivacyAgreement.operation.js.map +1 -0
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.cancel = exports.close = exports.start = exports.update = exports.getAll = exports.get = exports.delete = exports.create = exports.description = void 0;
|
|
37
|
+
const createOp = __importStar(require("./create.operation"));
|
|
38
|
+
exports.create = createOp;
|
|
39
|
+
const deleteOp = __importStar(require("./delete.operation"));
|
|
40
|
+
exports.delete = deleteOp;
|
|
41
|
+
const getOp = __importStar(require("./get.operation"));
|
|
42
|
+
exports.get = getOp;
|
|
43
|
+
const getAllOp = __importStar(require("./getAll.operation"));
|
|
44
|
+
exports.getAll = getAllOp;
|
|
45
|
+
const updateOp = __importStar(require("./update.operation"));
|
|
46
|
+
exports.update = updateOp;
|
|
47
|
+
const startOp = __importStar(require("./start.operation"));
|
|
48
|
+
exports.start = startOp;
|
|
49
|
+
const closeOp = __importStar(require("./close.operation"));
|
|
50
|
+
exports.close = closeOp;
|
|
51
|
+
const cancelOp = __importStar(require("./cancel.operation"));
|
|
52
|
+
exports.cancel = cancelOp;
|
|
53
|
+
exports.description = [
|
|
54
|
+
{
|
|
55
|
+
displayName: 'Operation',
|
|
56
|
+
name: 'operation',
|
|
57
|
+
type: 'options',
|
|
58
|
+
noDataExpression: true,
|
|
59
|
+
displayOptions: {
|
|
60
|
+
show: {
|
|
61
|
+
resource: ['accessReview'],
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
options: [
|
|
65
|
+
{
|
|
66
|
+
name: 'Cancel',
|
|
67
|
+
value: 'cancel',
|
|
68
|
+
description: 'Cancel an access review campaign',
|
|
69
|
+
action: 'Cancel an access review campaign',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: 'Close',
|
|
73
|
+
value: 'close',
|
|
74
|
+
description: 'Close an access review campaign',
|
|
75
|
+
action: 'Close an access review campaign',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'Create',
|
|
79
|
+
value: 'create',
|
|
80
|
+
description: 'Create a new access review campaign',
|
|
81
|
+
action: 'Create an access review campaign',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: 'Delete',
|
|
85
|
+
value: 'delete',
|
|
86
|
+
description: 'Delete an access review campaign',
|
|
87
|
+
action: 'Delete an access review campaign',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'Get',
|
|
91
|
+
value: 'get',
|
|
92
|
+
description: 'Get an access review campaign',
|
|
93
|
+
action: 'Get an access review campaign',
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
name: 'Get Many',
|
|
97
|
+
value: 'getAll',
|
|
98
|
+
description: 'Get many access review campaigns',
|
|
99
|
+
action: 'Get many access review campaigns',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
name: 'Start',
|
|
103
|
+
value: 'start',
|
|
104
|
+
description: 'Start an access review campaign',
|
|
105
|
+
action: 'Start an access review campaign',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
name: 'Update',
|
|
109
|
+
value: 'update',
|
|
110
|
+
description: 'Update an existing access review campaign',
|
|
111
|
+
action: 'Update an access review campaign',
|
|
112
|
+
},
|
|
113
|
+
],
|
|
114
|
+
default: 'create',
|
|
115
|
+
},
|
|
116
|
+
...createOp.description,
|
|
117
|
+
...deleteOp.description,
|
|
118
|
+
...getOp.description,
|
|
119
|
+
...getAllOp.description,
|
|
120
|
+
...updateOp.description,
|
|
121
|
+
...startOp.description,
|
|
122
|
+
...closeOp.description,
|
|
123
|
+
...cancelOp.description,
|
|
124
|
+
];
|
|
125
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/accessReview/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAeA,6DAA+C;AAmFlC,0BAAM;AAlFnB,6DAA+C;AAmFlC,0BAAM;AAlFnB,uDAAyC;AAmF/B,oBAAG;AAlFb,6DAA+C;AAmFlC,0BAAM;AAlFnB,6DAA+C;AAmFlC,0BAAM;AAlFnB,2DAA6C;AAmFjC,wBAAK;AAlFjB,2DAA6C;AAmFjC,wBAAK;AAlFjB,6DAA+C;AAmFlC,0BAAM;AAjFN,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,cAAc,CAAC;aAC1B;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,kCAAkC;gBAC/C,MAAM,EAAE,kCAAkC;aAC1C;YACD;gBACC,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,OAAO;gBACd,WAAW,EAAE,iCAAiC;gBAC9C,MAAM,EAAE,iCAAiC;aACzC;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,qCAAqC;gBAClD,MAAM,EAAE,kCAAkC;aAC1C;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,kCAAkC;gBAC/C,MAAM,EAAE,kCAAkC;aAC1C;YACD;gBACC,IAAI,EAAE,KAAK;gBACX,KAAK,EAAE,KAAK;gBACZ,WAAW,EAAE,+BAA+B;gBAC5C,MAAM,EAAE,+BAA+B;aACvC;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,kCAAkC;gBAC/C,MAAM,EAAE,kCAAkC;aAC1C;YACD;gBACC,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,OAAO;gBACd,WAAW,EAAE,iCAAiC;gBAC9C,MAAM,EAAE,iCAAiC;aACzC;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,2CAA2C;gBACxD,MAAM,EAAE,kCAAkC;aAC1C;SACD;QACD,OAAO,EAAE,QAAQ;KACjB;IACD,GAAG,QAAQ,CAAC,WAAW;IACvB,GAAG,QAAQ,CAAC,WAAW;IACvB,GAAG,KAAK,CAAC,WAAW;IACpB,GAAG,QAAQ,CAAC,WAAW;IACvB,GAAG,QAAQ,CAAC,WAAW;IACvB,GAAG,OAAO,CAAC,WAAW;IACtB,GAAG,OAAO,CAAC,WAAW;IACtB,GAAG,QAAQ,CAAC,WAAW;CACvB,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = void 0;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
|
+
exports.description = [
|
|
7
|
+
{
|
|
8
|
+
displayName: 'Access Review Campaign ID',
|
|
9
|
+
name: 'accessReviewCampaignId',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['accessReview'],
|
|
14
|
+
operation: ['start'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the access review campaign to start',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
async function execute(itemIndex) {
|
|
23
|
+
const accessReviewCampaignId = this.getNodeParameter('accessReviewCampaignId', itemIndex);
|
|
24
|
+
const query = `
|
|
25
|
+
mutation StartAccessReviewCampaign($input: StartAccessReviewCampaignInput!) {
|
|
26
|
+
startAccessReviewCampaign(input: $input) {
|
|
27
|
+
accessReviewCampaign {
|
|
28
|
+
id
|
|
29
|
+
name
|
|
30
|
+
description
|
|
31
|
+
status
|
|
32
|
+
startedAt
|
|
33
|
+
completedAt
|
|
34
|
+
createdAt
|
|
35
|
+
updatedAt
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
`;
|
|
40
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { accessReviewCampaignId } });
|
|
41
|
+
return {
|
|
42
|
+
json: responseData,
|
|
43
|
+
pairedItem: { item: itemIndex },
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=start.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/accessReview/start.operation.ts"],"names":[],"mappings":";;;AAkCA,0BA6BC;AAhDD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,2BAA2B;QACxC,IAAI,EAAE,wBAAwB;QAC9B,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,cAAc,CAAC;gBAC1B,SAAS,EAAE,CAAC,OAAO,CAAC;aACpB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,+CAA+C;QAC5D,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,sBAAsB,GAAG,IAAI,CAAC,gBAAgB,CAAC,wBAAwB,EAAE,SAAS,CAAW,CAAC;IAEpG,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;EAeb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,sBAAsB,EAAE,EAAE,CAAC,CAAC;IAEpG,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = void 0;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
|
+
exports.description = [
|
|
7
|
+
{
|
|
8
|
+
displayName: 'Access Review Campaign ID',
|
|
9
|
+
name: 'accessReviewCampaignId',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['accessReview'],
|
|
14
|
+
operation: ['update'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the access review campaign to update',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
displayName: 'Name',
|
|
23
|
+
name: 'name',
|
|
24
|
+
type: 'string',
|
|
25
|
+
displayOptions: {
|
|
26
|
+
show: {
|
|
27
|
+
resource: ['accessReview'],
|
|
28
|
+
operation: ['update'],
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
default: '',
|
|
32
|
+
description: 'The name of the access review campaign',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
displayName: 'Description',
|
|
36
|
+
name: 'description',
|
|
37
|
+
type: 'string',
|
|
38
|
+
displayOptions: {
|
|
39
|
+
show: {
|
|
40
|
+
resource: ['accessReview'],
|
|
41
|
+
operation: ['update'],
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
default: '',
|
|
45
|
+
description: 'The description of the access review campaign',
|
|
46
|
+
},
|
|
47
|
+
];
|
|
48
|
+
async function execute(itemIndex) {
|
|
49
|
+
const accessReviewCampaignId = this.getNodeParameter('accessReviewCampaignId', itemIndex);
|
|
50
|
+
const name = this.getNodeParameter('name', itemIndex, '');
|
|
51
|
+
const description = this.getNodeParameter('description', itemIndex, '');
|
|
52
|
+
const query = `
|
|
53
|
+
mutation UpdateAccessReviewCampaign($input: UpdateAccessReviewCampaignInput!) {
|
|
54
|
+
updateAccessReviewCampaign(input: $input) {
|
|
55
|
+
accessReviewCampaign {
|
|
56
|
+
id
|
|
57
|
+
name
|
|
58
|
+
description
|
|
59
|
+
status
|
|
60
|
+
startedAt
|
|
61
|
+
completedAt
|
|
62
|
+
createdAt
|
|
63
|
+
updatedAt
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
`;
|
|
68
|
+
const input = { accessReviewCampaignId };
|
|
69
|
+
if (name)
|
|
70
|
+
input.name = name;
|
|
71
|
+
if (description)
|
|
72
|
+
input.description = description;
|
|
73
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input });
|
|
74
|
+
return {
|
|
75
|
+
json: responseData,
|
|
76
|
+
pairedItem: { item: itemIndex },
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=update.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/accessReview/update.operation.ts"],"names":[],"mappings":";;;AA4DA,0BAmCC;AAhFD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,2BAA2B;QACxC,IAAI,EAAE,wBAAwB;QAC9B,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,cAAc,CAAC;gBAC1B,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,gDAAgD;QAC7D,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,cAAc,CAAC;gBAC1B,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,wCAAwC;KACrD;IACD;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,cAAc,CAAC;gBAC1B,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,+CAA+C;KAC5D;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,sBAAsB,GAAG,IAAI,CAAC,gBAAgB,CAAC,wBAAwB,EAAE,SAAS,CAAW,CAAC;IACpG,MAAM,IAAI,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IACpE,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAElF,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;EAeb,CAAC;IAEF,MAAM,KAAK,GAA2B,EAAE,sBAAsB,EAAE,CAAC;IACjE,IAAI,IAAI;QAAE,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;IAC5B,IAAI,WAAW;QAAE,KAAK,CAAC,WAAW,GAAG,WAAW,CAAC;IAEjD,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;IAExE,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = void 0;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
|
+
exports.description = [
|
|
7
|
+
{
|
|
8
|
+
displayName: 'Audit Log Entry ID',
|
|
9
|
+
name: 'auditLogEntryId',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['auditLog'],
|
|
14
|
+
operation: ['get'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the audit log entry',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
async function execute(itemIndex) {
|
|
23
|
+
const auditLogEntryId = this.getNodeParameter('auditLogEntryId', itemIndex);
|
|
24
|
+
const query = `
|
|
25
|
+
query GetAuditLogEntry($auditLogEntryId: ID!) {
|
|
26
|
+
node(id: $auditLogEntryId) {
|
|
27
|
+
... on AuditLogEntry {
|
|
28
|
+
id
|
|
29
|
+
actorId
|
|
30
|
+
actorType
|
|
31
|
+
action
|
|
32
|
+
resourceType
|
|
33
|
+
resourceId
|
|
34
|
+
metadata
|
|
35
|
+
createdAt
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
`;
|
|
40
|
+
const variables = {
|
|
41
|
+
auditLogEntryId,
|
|
42
|
+
};
|
|
43
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, variables);
|
|
44
|
+
return {
|
|
45
|
+
json: responseData,
|
|
46
|
+
pairedItem: { item: itemIndex },
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=get.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/auditLog/get.operation.ts"],"names":[],"mappings":";;;AAkCA,0BAiCC;AApDD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,oBAAoB;QACjC,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,+BAA+B;QAC5C,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,eAAe,GAAG,IAAI,CAAC,gBAAgB,CAAC,iBAAiB,EAAE,SAAS,CAAW,CAAC;IAEtF,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;EAeb,CAAC;IAEF,MAAM,SAAS,GAAG;QACjB,eAAe;KACf,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC;IAExE,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = void 0;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
|
+
exports.description = [
|
|
7
|
+
{
|
|
8
|
+
displayName: 'Organization ID',
|
|
9
|
+
name: 'organizationId',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['auditLog'],
|
|
14
|
+
operation: ['getAll'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the organization',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
displayName: 'Return All',
|
|
23
|
+
name: 'returnAll',
|
|
24
|
+
type: 'boolean',
|
|
25
|
+
displayOptions: {
|
|
26
|
+
show: {
|
|
27
|
+
resource: ['auditLog'],
|
|
28
|
+
operation: ['getAll'],
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
default: false,
|
|
32
|
+
description: 'Whether to return all results or only up to a given limit',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
displayName: 'Limit',
|
|
36
|
+
name: 'limit',
|
|
37
|
+
type: 'number',
|
|
38
|
+
displayOptions: {
|
|
39
|
+
show: {
|
|
40
|
+
resource: ['auditLog'],
|
|
41
|
+
operation: ['getAll'],
|
|
42
|
+
returnAll: [false],
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
typeOptions: {
|
|
46
|
+
minValue: 1,
|
|
47
|
+
},
|
|
48
|
+
default: 50,
|
|
49
|
+
description: 'Max number of results to return',
|
|
50
|
+
},
|
|
51
|
+
];
|
|
52
|
+
async function execute(itemIndex) {
|
|
53
|
+
const organizationId = this.getNodeParameter('organizationId', itemIndex);
|
|
54
|
+
const returnAll = this.getNodeParameter('returnAll', itemIndex);
|
|
55
|
+
const limit = this.getNodeParameter('limit', itemIndex, 50);
|
|
56
|
+
const query = `
|
|
57
|
+
query GetAuditLogEntries($organizationId: ID!, $first: Int, $after: CursorKey) {
|
|
58
|
+
node(id: $organizationId) {
|
|
59
|
+
... on Organization {
|
|
60
|
+
auditLogEntries(first: $first, after: $after) {
|
|
61
|
+
edges {
|
|
62
|
+
node {
|
|
63
|
+
id
|
|
64
|
+
actorId
|
|
65
|
+
actorType
|
|
66
|
+
action
|
|
67
|
+
resourceType
|
|
68
|
+
resourceId
|
|
69
|
+
metadata
|
|
70
|
+
createdAt
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
pageInfo {
|
|
74
|
+
hasNextPage
|
|
75
|
+
endCursor
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
`;
|
|
82
|
+
const auditLogEntries = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { organizationId }, (response) => {
|
|
83
|
+
const data = response === null || response === void 0 ? void 0 : response.data;
|
|
84
|
+
const node = data === null || data === void 0 ? void 0 : data.node;
|
|
85
|
+
return node === null || node === void 0 ? void 0 : node.auditLogEntries;
|
|
86
|
+
}, returnAll, limit);
|
|
87
|
+
return {
|
|
88
|
+
json: { auditLogEntries },
|
|
89
|
+
pairedItem: { item: itemIndex },
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=getAll.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAll.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/auditLog/getAll.operation.ts"],"names":[],"mappings":";;;AAgEA,0BAoDC;AArGD,6DAAiE;AAEpD,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,iBAAiB;QAC9B,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,4BAA4B;QACzC,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,2DAA2D;KACxE;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,QAAQ,CAAC;gBACrB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;SACX;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,cAAc,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,SAAS,CAAW,CAAC;IACpF,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,EAAE,SAAS,CAAY,CAAC;IAC3E,MAAM,KAAK,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAEtE,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;EAyBb,CAAC;IAEF,MAAM,eAAe,GAAG,MAAM,0CAAuB,CAAC,IAAI,CACzD,IAAI,EACJ,KAAK,EACL,EAAE,cAAc,EAAE,EAClB,CAAC,QAAQ,EAAE,EAAE;QACZ,MAAM,IAAI,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAA+B,CAAC;QACvD,MAAM,IAAI,GAAG,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAA+B,CAAC;QACnD,OAAO,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,eAA0C,CAAC;IACzD,CAAC,EACD,SAAS,EACT,KAAK,CACL,CAAC;IAEF,OAAO;QACN,IAAI,EAAE,EAAE,eAAe,EAAE;QACzB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.getAll = exports.get = exports.description = void 0;
|
|
37
|
+
const getOp = __importStar(require("./get.operation"));
|
|
38
|
+
exports.get = getOp;
|
|
39
|
+
const getAllOp = __importStar(require("./getAll.operation"));
|
|
40
|
+
exports.getAll = getAllOp;
|
|
41
|
+
exports.description = [
|
|
42
|
+
{
|
|
43
|
+
displayName: 'Operation',
|
|
44
|
+
name: 'operation',
|
|
45
|
+
type: 'options',
|
|
46
|
+
noDataExpression: true,
|
|
47
|
+
displayOptions: {
|
|
48
|
+
show: {
|
|
49
|
+
resource: ['auditLog'],
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
options: [
|
|
53
|
+
{
|
|
54
|
+
name: 'Get',
|
|
55
|
+
value: 'get',
|
|
56
|
+
description: 'Get an audit log entry',
|
|
57
|
+
action: 'Get an audit log entry',
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: 'Get Many',
|
|
61
|
+
value: 'getAll',
|
|
62
|
+
description: 'Get many audit log entries',
|
|
63
|
+
action: 'Get many audit log entries',
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
default: 'get',
|
|
67
|
+
},
|
|
68
|
+
...getOp.description,
|
|
69
|
+
...getAllOp.description,
|
|
70
|
+
];
|
|
71
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/auditLog/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAeA,uDAAyC;AAkCvB,oBAAG;AAjCrB,6DAA+C;AAiCZ,0BAAM;AA/B5B,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,KAAK;gBACX,KAAK,EAAE,KAAK;gBACZ,WAAW,EAAE,wBAAwB;gBACrC,MAAM,EAAE,wBAAwB;aAChC;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,4BAA4B;gBACzC,MAAM,EAAE,4BAA4B;aACpC;SACD;QACD,OAAO,EAAE,KAAK;KACd;IACD,GAAG,KAAK,CAAC,WAAW;IACpB,GAAG,QAAQ,CAAC,WAAW;CACvB,CAAC"}
|
|
@@ -4,5 +4,15 @@ import * as updateOp from './update.operation';
|
|
|
4
4
|
import * as deleteOp from './delete.operation';
|
|
5
5
|
import * as getOp from './get.operation';
|
|
6
6
|
import * as getAllOp from './getAll.operation';
|
|
7
|
+
import * as linkMeasureOp from './linkMeasure.operation';
|
|
8
|
+
import * as unlinkMeasureOp from './unlinkMeasure.operation';
|
|
9
|
+
import * as linkDocumentOp from './linkDocument.operation';
|
|
10
|
+
import * as unlinkDocumentOp from './unlinkDocument.operation';
|
|
11
|
+
import * as linkAuditOp from './linkAudit.operation';
|
|
12
|
+
import * as unlinkAuditOp from './unlinkAudit.operation';
|
|
13
|
+
import * as linkObligationOp from './linkObligation.operation';
|
|
14
|
+
import * as unlinkObligationOp from './unlinkObligation.operation';
|
|
15
|
+
import * as linkSnapshotOp from './linkSnapshot.operation';
|
|
16
|
+
import * as unlinkSnapshotOp from './unlinkSnapshot.operation';
|
|
7
17
|
export declare const description: INodeProperties[];
|
|
8
|
-
export { createOp as create, updateOp as update, deleteOp as delete, getOp as get, getAllOp as getAll };
|
|
18
|
+
export { createOp as create, updateOp as update, deleteOp as delete, getOp as get, getAllOp as getAll, linkMeasureOp as linkMeasure, unlinkMeasureOp as unlinkMeasure, linkDocumentOp as linkDocument, unlinkDocumentOp as unlinkDocument, linkAuditOp as linkAudit, unlinkAuditOp as unlinkAudit, linkObligationOp as linkObligation, unlinkObligationOp as unlinkObligation, linkSnapshotOp as linkSnapshot, unlinkSnapshotOp as unlinkSnapshot, };
|
|
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.getAll = exports.get = exports.delete = exports.update = exports.create = exports.description = void 0;
|
|
36
|
+
exports.unlinkSnapshot = exports.linkSnapshot = exports.unlinkObligation = exports.linkObligation = exports.unlinkAudit = exports.linkAudit = exports.unlinkDocument = exports.linkDocument = exports.unlinkMeasure = exports.linkMeasure = exports.getAll = exports.get = exports.delete = exports.update = exports.create = exports.description = void 0;
|
|
37
37
|
const createOp = __importStar(require("./create.operation"));
|
|
38
38
|
exports.create = createOp;
|
|
39
39
|
const updateOp = __importStar(require("./update.operation"));
|
|
@@ -44,6 +44,26 @@ const getOp = __importStar(require("./get.operation"));
|
|
|
44
44
|
exports.get = getOp;
|
|
45
45
|
const getAllOp = __importStar(require("./getAll.operation"));
|
|
46
46
|
exports.getAll = getAllOp;
|
|
47
|
+
const linkMeasureOp = __importStar(require("./linkMeasure.operation"));
|
|
48
|
+
exports.linkMeasure = linkMeasureOp;
|
|
49
|
+
const unlinkMeasureOp = __importStar(require("./unlinkMeasure.operation"));
|
|
50
|
+
exports.unlinkMeasure = unlinkMeasureOp;
|
|
51
|
+
const linkDocumentOp = __importStar(require("./linkDocument.operation"));
|
|
52
|
+
exports.linkDocument = linkDocumentOp;
|
|
53
|
+
const unlinkDocumentOp = __importStar(require("./unlinkDocument.operation"));
|
|
54
|
+
exports.unlinkDocument = unlinkDocumentOp;
|
|
55
|
+
const linkAuditOp = __importStar(require("./linkAudit.operation"));
|
|
56
|
+
exports.linkAudit = linkAuditOp;
|
|
57
|
+
const unlinkAuditOp = __importStar(require("./unlinkAudit.operation"));
|
|
58
|
+
exports.unlinkAudit = unlinkAuditOp;
|
|
59
|
+
const linkObligationOp = __importStar(require("./linkObligation.operation"));
|
|
60
|
+
exports.linkObligation = linkObligationOp;
|
|
61
|
+
const unlinkObligationOp = __importStar(require("./unlinkObligation.operation"));
|
|
62
|
+
exports.unlinkObligation = unlinkObligationOp;
|
|
63
|
+
const linkSnapshotOp = __importStar(require("./linkSnapshot.operation"));
|
|
64
|
+
exports.linkSnapshot = linkSnapshotOp;
|
|
65
|
+
const unlinkSnapshotOp = __importStar(require("./unlinkSnapshot.operation"));
|
|
66
|
+
exports.unlinkSnapshot = unlinkSnapshotOp;
|
|
47
67
|
exports.description = [
|
|
48
68
|
{
|
|
49
69
|
displayName: 'Operation',
|
|
@@ -80,6 +100,66 @@ exports.description = [
|
|
|
80
100
|
description: 'Get many controls',
|
|
81
101
|
action: 'Get many controls',
|
|
82
102
|
},
|
|
103
|
+
{
|
|
104
|
+
name: 'Link Audit',
|
|
105
|
+
value: 'linkAudit',
|
|
106
|
+
description: 'Link an audit to a control',
|
|
107
|
+
action: 'Link an audit to a control',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
name: 'Link Document',
|
|
111
|
+
value: 'linkDocument',
|
|
112
|
+
description: 'Link a document to a control',
|
|
113
|
+
action: 'Link a document to a control',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
name: 'Link Measure',
|
|
117
|
+
value: 'linkMeasure',
|
|
118
|
+
description: 'Link a measure to a control',
|
|
119
|
+
action: 'Link a measure to a control',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
name: 'Link Obligation',
|
|
123
|
+
value: 'linkObligation',
|
|
124
|
+
description: 'Link an obligation to a control',
|
|
125
|
+
action: 'Link an obligation to a control',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
name: 'Link Snapshot',
|
|
129
|
+
value: 'linkSnapshot',
|
|
130
|
+
description: 'Link a snapshot to a control',
|
|
131
|
+
action: 'Link a snapshot to a control',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
name: 'Unlink Audit',
|
|
135
|
+
value: 'unlinkAudit',
|
|
136
|
+
description: 'Unlink an audit from a control',
|
|
137
|
+
action: 'Unlink an audit from a control',
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
name: 'Unlink Document',
|
|
141
|
+
value: 'unlinkDocument',
|
|
142
|
+
description: 'Unlink a document from a control',
|
|
143
|
+
action: 'Unlink a document from a control',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
name: 'Unlink Measure',
|
|
147
|
+
value: 'unlinkMeasure',
|
|
148
|
+
description: 'Unlink a measure from a control',
|
|
149
|
+
action: 'Unlink a measure from a control',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: 'Unlink Obligation',
|
|
153
|
+
value: 'unlinkObligation',
|
|
154
|
+
description: 'Unlink an obligation from a control',
|
|
155
|
+
action: 'Unlink an obligation from a control',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
name: 'Unlink Snapshot',
|
|
159
|
+
value: 'unlinkSnapshot',
|
|
160
|
+
description: 'Unlink a snapshot from a control',
|
|
161
|
+
action: 'Unlink a snapshot from a control',
|
|
162
|
+
},
|
|
83
163
|
{
|
|
84
164
|
name: 'Update',
|
|
85
165
|
value: 'update',
|
|
@@ -94,5 +174,15 @@ exports.description = [
|
|
|
94
174
|
...deleteOp.description,
|
|
95
175
|
...getOp.description,
|
|
96
176
|
...getAllOp.description,
|
|
177
|
+
...linkMeasureOp.description,
|
|
178
|
+
...unlinkMeasureOp.description,
|
|
179
|
+
...linkDocumentOp.description,
|
|
180
|
+
...unlinkDocumentOp.description,
|
|
181
|
+
...linkAuditOp.description,
|
|
182
|
+
...unlinkAuditOp.description,
|
|
183
|
+
...linkObligationOp.description,
|
|
184
|
+
...unlinkObligationOp.description,
|
|
185
|
+
...linkSnapshotOp.description,
|
|
186
|
+
...unlinkSnapshotOp.description,
|
|
97
187
|
];
|
|
98
188
|
//# sourceMappingURL=index.js.map
|