@probo/n8n-nodes-probo 0.185.0 → 0.187.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.
Files changed (247) hide show
  1. package/dist/nodes/Probo/Probo.node.js +10 -5
  2. package/dist/nodes/Probo/Probo.node.js.map +1 -1
  3. package/dist/nodes/Probo/actions/asset/create.operation.js +12 -12
  4. package/dist/nodes/Probo/actions/asset/create.operation.js.map +1 -1
  5. package/dist/nodes/Probo/actions/asset/get.operation.js +6 -6
  6. package/dist/nodes/Probo/actions/asset/get.operation.js.map +1 -1
  7. package/dist/nodes/Probo/actions/asset/getAll.operation.js +6 -6
  8. package/dist/nodes/Probo/actions/asset/getAll.operation.js.map +1 -1
  9. package/dist/nodes/Probo/actions/asset/update.operation.js +14 -14
  10. package/dist/nodes/Probo/actions/asset/update.operation.js.map +1 -1
  11. package/dist/nodes/Probo/actions/datum/create.operation.js +12 -12
  12. package/dist/nodes/Probo/actions/datum/create.operation.js.map +1 -1
  13. package/dist/nodes/Probo/actions/datum/get.operation.js +6 -6
  14. package/dist/nodes/Probo/actions/datum/get.operation.js.map +1 -1
  15. package/dist/nodes/Probo/actions/datum/getAll.operation.js +6 -6
  16. package/dist/nodes/Probo/actions/datum/getAll.operation.js.map +1 -1
  17. package/dist/nodes/Probo/actions/datum/update.operation.js +14 -14
  18. package/dist/nodes/Probo/actions/datum/update.operation.js.map +1 -1
  19. package/dist/nodes/Probo/actions/index.js +4 -2
  20. package/dist/nodes/Probo/actions/index.js.map +1 -1
  21. package/dist/nodes/Probo/actions/riskAssessment/create.operation.js +89 -0
  22. package/dist/nodes/Probo/actions/riskAssessment/create.operation.js.map +1 -0
  23. package/dist/nodes/Probo/actions/riskAssessment/createNode.operation.js +96 -0
  24. package/dist/nodes/Probo/actions/riskAssessment/createNode.operation.js.map +1 -0
  25. package/dist/nodes/Probo/actions/riskAssessment/createProcess.operation.js +94 -0
  26. package/dist/nodes/Probo/actions/riskAssessment/createProcess.operation.js.map +1 -0
  27. package/dist/nodes/Probo/actions/riskAssessment/createScenario.operation.js +90 -0
  28. package/dist/nodes/Probo/actions/riskAssessment/createScenario.operation.js.map +1 -0
  29. package/dist/nodes/Probo/actions/riskAssessment/createScope.operation.js +62 -0
  30. package/dist/nodes/Probo/actions/riskAssessment/createScope.operation.js.map +1 -0
  31. package/dist/nodes/Probo/actions/riskAssessment/createThreat.operation.js +94 -0
  32. package/dist/nodes/Probo/actions/riskAssessment/createThreat.operation.js.map +1 -0
  33. package/dist/nodes/Probo/actions/riskAssessment/delete.operation.js +37 -0
  34. package/dist/nodes/Probo/actions/riskAssessment/delete.operation.js.map +1 -0
  35. package/dist/nodes/Probo/actions/riskAssessment/deleteNode.operation.js +39 -0
  36. package/dist/nodes/Probo/actions/riskAssessment/deleteNode.operation.js.map +1 -0
  37. package/dist/nodes/Probo/actions/riskAssessment/deleteProcess.operation.js +39 -0
  38. package/dist/nodes/Probo/actions/riskAssessment/deleteProcess.operation.js.map +1 -0
  39. package/dist/nodes/Probo/actions/riskAssessment/deleteScenario.operation.js +39 -0
  40. package/dist/nodes/Probo/actions/riskAssessment/deleteScenario.operation.js.map +1 -0
  41. package/dist/nodes/Probo/actions/riskAssessment/deleteScope.operation.js +39 -0
  42. package/dist/nodes/Probo/actions/riskAssessment/deleteScope.operation.js.map +1 -0
  43. package/dist/nodes/Probo/actions/riskAssessment/deleteThreat.operation.js +39 -0
  44. package/dist/nodes/Probo/actions/riskAssessment/deleteThreat.operation.js.map +1 -0
  45. package/dist/nodes/Probo/actions/riskAssessment/get.operation.js +46 -0
  46. package/dist/nodes/Probo/actions/riskAssessment/get.operation.js.map +1 -0
  47. package/dist/nodes/Probo/actions/riskAssessment/getAll.operation.js +89 -0
  48. package/dist/nodes/Probo/actions/riskAssessment/getAll.operation.js.map +1 -0
  49. package/dist/nodes/Probo/actions/riskAssessment/getAllNodes.operation.js +90 -0
  50. package/dist/nodes/Probo/actions/riskAssessment/getAllNodes.operation.js.map +1 -0
  51. package/dist/nodes/Probo/actions/riskAssessment/getAllProcesses.operation.js +91 -0
  52. package/dist/nodes/Probo/actions/riskAssessment/getAllProcesses.operation.js.map +1 -0
  53. package/dist/nodes/Probo/actions/riskAssessment/getAllScenarios.operation.js +90 -0
  54. package/dist/nodes/Probo/actions/riskAssessment/getAllScenarios.operation.js.map +1 -0
  55. package/dist/nodes/Probo/actions/riskAssessment/getAllScopes.operation.js +89 -0
  56. package/dist/nodes/Probo/actions/riskAssessment/getAllScopes.operation.js.map +1 -0
  57. package/dist/nodes/Probo/actions/riskAssessment/getAllThreats.operation.js +91 -0
  58. package/dist/nodes/Probo/actions/riskAssessment/getAllThreats.operation.js.map +1 -0
  59. package/dist/nodes/Probo/actions/riskAssessment/getNode.operation.js +44 -0
  60. package/dist/nodes/Probo/actions/riskAssessment/getNode.operation.js.map +1 -0
  61. package/dist/nodes/Probo/actions/riskAssessment/getProcess.operation.js +45 -0
  62. package/dist/nodes/Probo/actions/riskAssessment/getProcess.operation.js.map +1 -0
  63. package/dist/nodes/Probo/actions/riskAssessment/getScenario.operation.js +44 -0
  64. package/dist/nodes/Probo/actions/riskAssessment/getScenario.operation.js.map +1 -0
  65. package/dist/nodes/Probo/actions/riskAssessment/getScope.operation.js +43 -0
  66. package/dist/nodes/Probo/actions/riskAssessment/getScope.operation.js.map +1 -0
  67. package/dist/nodes/Probo/actions/riskAssessment/getScopeMermaidChart.operation.js +41 -0
  68. package/dist/nodes/Probo/actions/riskAssessment/getScopeMermaidChart.operation.js.map +1 -0
  69. package/dist/nodes/Probo/actions/riskAssessment/getThreat.operation.js +45 -0
  70. package/dist/nodes/Probo/actions/riskAssessment/getThreat.operation.js.map +1 -0
  71. package/dist/nodes/Probo/actions/riskAssessment/index.d.ts +38 -0
  72. package/dist/nodes/Probo/actions/riskAssessment/index.js +363 -0
  73. package/dist/nodes/Probo/actions/riskAssessment/index.js.map +1 -0
  74. package/dist/nodes/Probo/actions/riskAssessment/linkScenarioRisk.operation.js +57 -0
  75. package/dist/nodes/Probo/actions/riskAssessment/linkScenarioRisk.operation.js.map +1 -0
  76. package/dist/nodes/Probo/actions/riskAssessment/linkScenarioThreat.operation.js +57 -0
  77. package/dist/nodes/Probo/actions/riskAssessment/linkScenarioThreat.operation.js.map +1 -0
  78. package/dist/nodes/Probo/actions/riskAssessment/unlinkScenarioRisk.operation.d.ts +3 -0
  79. package/dist/nodes/Probo/actions/riskAssessment/unlinkScenarioRisk.operation.js +57 -0
  80. package/dist/nodes/Probo/actions/riskAssessment/unlinkScenarioRisk.operation.js.map +1 -0
  81. package/dist/nodes/Probo/actions/riskAssessment/unlinkScenarioThreat.operation.d.ts +3 -0
  82. package/dist/nodes/Probo/actions/riskAssessment/unlinkScenarioThreat.operation.js +57 -0
  83. package/dist/nodes/Probo/actions/riskAssessment/unlinkScenarioThreat.operation.js.map +1 -0
  84. package/dist/nodes/Probo/actions/riskAssessment/update.operation.d.ts +3 -0
  85. package/dist/nodes/Probo/actions/riskAssessment/update.operation.js +81 -0
  86. package/dist/nodes/Probo/actions/riskAssessment/update.operation.js.map +1 -0
  87. package/dist/nodes/Probo/actions/riskAssessment/updateNode.operation.d.ts +3 -0
  88. package/dist/nodes/Probo/actions/riskAssessment/updateNode.operation.js +100 -0
  89. package/dist/nodes/Probo/actions/riskAssessment/updateNode.operation.js.map +1 -0
  90. package/dist/nodes/Probo/actions/riskAssessment/updateProcess.operation.d.ts +3 -0
  91. package/dist/nodes/Probo/actions/riskAssessment/updateProcess.operation.js +92 -0
  92. package/dist/nodes/Probo/actions/riskAssessment/updateProcess.operation.js.map +1 -0
  93. package/dist/nodes/Probo/actions/riskAssessment/updateScenario.operation.d.ts +3 -0
  94. package/dist/nodes/Probo/actions/riskAssessment/updateScenario.operation.js +82 -0
  95. package/dist/nodes/Probo/actions/riskAssessment/updateScenario.operation.js.map +1 -0
  96. package/dist/nodes/Probo/actions/riskAssessment/updateScope.operation.d.ts +3 -0
  97. package/dist/nodes/Probo/actions/riskAssessment/updateScope.operation.js +72 -0
  98. package/dist/nodes/Probo/actions/riskAssessment/updateScope.operation.js.map +1 -0
  99. package/dist/nodes/Probo/actions/riskAssessment/updateThreat.operation.d.ts +3 -0
  100. package/dist/nodes/Probo/actions/riskAssessment/updateThreat.operation.js +92 -0
  101. package/dist/nodes/Probo/actions/riskAssessment/updateThreat.operation.js.map +1 -0
  102. package/dist/nodes/Probo/actions/thirdParty/create.operation.d.ts +3 -0
  103. package/dist/nodes/Probo/actions/{vendor → thirdParty}/create.operation.js +20 -20
  104. package/dist/nodes/Probo/actions/thirdParty/create.operation.js.map +1 -0
  105. package/dist/nodes/Probo/actions/thirdParty/createContact.operation.d.ts +3 -0
  106. package/dist/nodes/Probo/actions/{vendor → thirdParty}/createContact.operation.js +13 -13
  107. package/dist/nodes/Probo/actions/thirdParty/createContact.operation.js.map +1 -0
  108. package/dist/nodes/Probo/actions/thirdParty/createRiskAssessment.operation.d.ts +3 -0
  109. package/dist/nodes/Probo/actions/{vendor → thirdParty}/createRiskAssessment.operation.js +13 -13
  110. package/dist/nodes/Probo/actions/thirdParty/createRiskAssessment.operation.js.map +1 -0
  111. package/dist/nodes/Probo/actions/thirdParty/createService.operation.d.ts +3 -0
  112. package/dist/nodes/Probo/actions/{vendor → thirdParty}/createService.operation.js +13 -13
  113. package/dist/nodes/Probo/actions/thirdParty/createService.operation.js.map +1 -0
  114. package/dist/nodes/Probo/actions/thirdParty/delete.operation.d.ts +3 -0
  115. package/dist/nodes/Probo/actions/{vendor → thirdParty}/delete.operation.js +9 -9
  116. package/dist/nodes/Probo/actions/thirdParty/delete.operation.js.map +1 -0
  117. package/dist/nodes/Probo/actions/thirdParty/deleteBusinessAssociateAgreement.operation.d.ts +3 -0
  118. package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteBusinessAssociateAgreement.operation.js +9 -9
  119. package/dist/nodes/Probo/actions/thirdParty/deleteBusinessAssociateAgreement.operation.js.map +1 -0
  120. package/dist/nodes/Probo/actions/thirdParty/deleteComplianceReport.operation.d.ts +3 -0
  121. package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteComplianceReport.operation.js +9 -9
  122. package/dist/nodes/Probo/actions/thirdParty/deleteComplianceReport.operation.js.map +1 -0
  123. package/dist/nodes/Probo/actions/thirdParty/deleteContact.operation.d.ts +3 -0
  124. package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteContact.operation.js +9 -9
  125. package/dist/nodes/Probo/actions/thirdParty/deleteContact.operation.js.map +1 -0
  126. package/dist/nodes/Probo/actions/thirdParty/deleteDataPrivacyAgreement.operation.d.ts +3 -0
  127. package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteDataPrivacyAgreement.operation.js +9 -9
  128. package/dist/nodes/Probo/actions/thirdParty/deleteDataPrivacyAgreement.operation.js.map +1 -0
  129. package/dist/nodes/Probo/actions/thirdParty/deleteService.operation.d.ts +3 -0
  130. package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteService.operation.js +9 -9
  131. package/dist/nodes/Probo/actions/thirdParty/deleteService.operation.js.map +1 -0
  132. package/dist/nodes/Probo/actions/thirdParty/get.operation.d.ts +3 -0
  133. package/dist/nodes/Probo/actions/{vendor → thirdParty}/get.operation.js +10 -10
  134. package/dist/nodes/Probo/actions/thirdParty/get.operation.js.map +1 -0
  135. package/dist/nodes/Probo/actions/thirdParty/getAll.operation.d.ts +3 -0
  136. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAll.operation.js +9 -9
  137. package/dist/nodes/Probo/actions/thirdParty/getAll.operation.js.map +1 -0
  138. package/dist/nodes/Probo/actions/thirdParty/getAllComplianceReports.operation.d.ts +3 -0
  139. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllComplianceReports.operation.js +12 -12
  140. package/dist/nodes/Probo/actions/thirdParty/getAllComplianceReports.operation.js.map +1 -0
  141. package/dist/nodes/Probo/actions/thirdParty/getAllContacts.operation.d.ts +3 -0
  142. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllContacts.operation.js +19 -19
  143. package/dist/nodes/Probo/actions/thirdParty/getAllContacts.operation.js.map +1 -0
  144. package/dist/nodes/Probo/actions/thirdParty/getAllRiskAssessments.operation.d.ts +3 -0
  145. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllRiskAssessments.operation.js +19 -19
  146. package/dist/nodes/Probo/actions/thirdParty/getAllRiskAssessments.operation.js.map +1 -0
  147. package/dist/nodes/Probo/actions/thirdParty/getAllServices.operation.d.ts +3 -0
  148. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllServices.operation.js +19 -19
  149. package/dist/nodes/Probo/actions/thirdParty/getAllServices.operation.js.map +1 -0
  150. package/dist/nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.d.ts +3 -0
  151. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getBusinessAssociateAgreement.operation.js +9 -9
  152. package/dist/nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.js.map +1 -0
  153. package/dist/nodes/Probo/actions/thirdParty/getContact.operation.d.ts +3 -0
  154. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getContact.operation.js +16 -16
  155. package/dist/nodes/Probo/actions/thirdParty/getContact.operation.js.map +1 -0
  156. package/dist/nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.d.ts +3 -0
  157. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getDataPrivacyAgreement.operation.js +9 -9
  158. package/dist/nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.js.map +1 -0
  159. package/dist/nodes/Probo/actions/thirdParty/getRiskAssessment.operation.d.ts +3 -0
  160. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getRiskAssessment.operation.js +16 -16
  161. package/dist/nodes/Probo/actions/thirdParty/getRiskAssessment.operation.js.map +1 -0
  162. package/dist/nodes/Probo/actions/thirdParty/getService.operation.d.ts +3 -0
  163. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getService.operation.js +16 -16
  164. package/dist/nodes/Probo/actions/thirdParty/getService.operation.js.map +1 -0
  165. package/dist/nodes/Probo/actions/{vendor → thirdParty}/index.js +55 -55
  166. package/dist/nodes/Probo/actions/thirdParty/index.js.map +1 -0
  167. package/dist/nodes/Probo/actions/thirdParty/publish.operation.d.ts +3 -0
  168. package/dist/nodes/Probo/actions/{vendor → thirdParty}/publish.operation.js +6 -6
  169. package/dist/nodes/Probo/actions/thirdParty/publish.operation.js.map +1 -0
  170. package/dist/nodes/Probo/actions/thirdParty/update.operation.d.ts +3 -0
  171. package/dist/nodes/Probo/actions/{vendor → thirdParty}/update.operation.js +27 -27
  172. package/dist/nodes/Probo/actions/thirdParty/update.operation.js.map +1 -0
  173. package/dist/nodes/Probo/actions/thirdParty/updateBusinessAssociateAgreement.operation.d.ts +3 -0
  174. package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateBusinessAssociateAgreement.operation.js +11 -11
  175. package/dist/nodes/Probo/actions/thirdParty/updateBusinessAssociateAgreement.operation.js.map +1 -0
  176. package/dist/nodes/Probo/actions/thirdParty/updateContact.operation.d.ts +3 -0
  177. package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateContact.operation.js +10 -10
  178. package/dist/nodes/Probo/actions/thirdParty/updateContact.operation.js.map +1 -0
  179. package/dist/nodes/Probo/actions/thirdParty/updateDataPrivacyAgreement.operation.d.ts +3 -0
  180. package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateDataPrivacyAgreement.operation.js +11 -11
  181. package/dist/nodes/Probo/actions/thirdParty/updateDataPrivacyAgreement.operation.js.map +1 -0
  182. package/dist/nodes/Probo/actions/thirdParty/updateService.operation.d.ts +3 -0
  183. package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateService.operation.js +13 -13
  184. package/dist/nodes/Probo/actions/thirdParty/updateService.operation.js.map +1 -0
  185. package/dist/nodes/Probo/actions/webhook/create.operation.js +3 -3
  186. package/dist/nodes/Probo/actions/webhook/create.operation.js.map +1 -1
  187. package/dist/nodes/Probo/actions/webhook/update.operation.js +3 -3
  188. package/dist/nodes/Probo/actions/webhook/update.operation.js.map +1 -1
  189. package/dist/package.json +1 -1
  190. package/dist/tsconfig.tsbuildinfo +1 -1
  191. package/package.json +1 -1
  192. package/dist/nodes/Probo/actions/vendor/create.operation.js.map +0 -1
  193. package/dist/nodes/Probo/actions/vendor/createContact.operation.js.map +0 -1
  194. package/dist/nodes/Probo/actions/vendor/createRiskAssessment.operation.js.map +0 -1
  195. package/dist/nodes/Probo/actions/vendor/createService.operation.js.map +0 -1
  196. package/dist/nodes/Probo/actions/vendor/delete.operation.js.map +0 -1
  197. package/dist/nodes/Probo/actions/vendor/deleteBusinessAssociateAgreement.operation.js.map +0 -1
  198. package/dist/nodes/Probo/actions/vendor/deleteComplianceReport.operation.js.map +0 -1
  199. package/dist/nodes/Probo/actions/vendor/deleteContact.operation.js.map +0 -1
  200. package/dist/nodes/Probo/actions/vendor/deleteDataPrivacyAgreement.operation.js.map +0 -1
  201. package/dist/nodes/Probo/actions/vendor/deleteService.operation.js.map +0 -1
  202. package/dist/nodes/Probo/actions/vendor/get.operation.js.map +0 -1
  203. package/dist/nodes/Probo/actions/vendor/getAll.operation.js.map +0 -1
  204. package/dist/nodes/Probo/actions/vendor/getAllComplianceReports.operation.js.map +0 -1
  205. package/dist/nodes/Probo/actions/vendor/getAllContacts.operation.js.map +0 -1
  206. package/dist/nodes/Probo/actions/vendor/getAllRiskAssessments.operation.js.map +0 -1
  207. package/dist/nodes/Probo/actions/vendor/getAllServices.operation.js.map +0 -1
  208. package/dist/nodes/Probo/actions/vendor/getBusinessAssociateAgreement.operation.js.map +0 -1
  209. package/dist/nodes/Probo/actions/vendor/getContact.operation.js.map +0 -1
  210. package/dist/nodes/Probo/actions/vendor/getDataPrivacyAgreement.operation.js.map +0 -1
  211. package/dist/nodes/Probo/actions/vendor/getRiskAssessment.operation.js.map +0 -1
  212. package/dist/nodes/Probo/actions/vendor/getService.operation.js.map +0 -1
  213. package/dist/nodes/Probo/actions/vendor/index.js.map +0 -1
  214. package/dist/nodes/Probo/actions/vendor/publish.operation.js.map +0 -1
  215. package/dist/nodes/Probo/actions/vendor/update.operation.js.map +0 -1
  216. package/dist/nodes/Probo/actions/vendor/updateBusinessAssociateAgreement.operation.js.map +0 -1
  217. package/dist/nodes/Probo/actions/vendor/updateContact.operation.js.map +0 -1
  218. package/dist/nodes/Probo/actions/vendor/updateDataPrivacyAgreement.operation.js.map +0 -1
  219. package/dist/nodes/Probo/actions/vendor/updateService.operation.js.map +0 -1
  220. /package/dist/nodes/Probo/actions/{vendor → riskAssessment}/create.operation.d.ts +0 -0
  221. /package/dist/nodes/Probo/actions/{vendor/createContact.operation.d.ts → riskAssessment/createNode.operation.d.ts} +0 -0
  222. /package/dist/nodes/Probo/actions/{vendor/createRiskAssessment.operation.d.ts → riskAssessment/createProcess.operation.d.ts} +0 -0
  223. /package/dist/nodes/Probo/actions/{vendor/createService.operation.d.ts → riskAssessment/createScenario.operation.d.ts} +0 -0
  224. /package/dist/nodes/Probo/actions/{vendor/delete.operation.d.ts → riskAssessment/createScope.operation.d.ts} +0 -0
  225. /package/dist/nodes/Probo/actions/{vendor/deleteBusinessAssociateAgreement.operation.d.ts → riskAssessment/createThreat.operation.d.ts} +0 -0
  226. /package/dist/nodes/Probo/actions/{vendor/deleteComplianceReport.operation.d.ts → riskAssessment/delete.operation.d.ts} +0 -0
  227. /package/dist/nodes/Probo/actions/{vendor/deleteContact.operation.d.ts → riskAssessment/deleteNode.operation.d.ts} +0 -0
  228. /package/dist/nodes/Probo/actions/{vendor/deleteDataPrivacyAgreement.operation.d.ts → riskAssessment/deleteProcess.operation.d.ts} +0 -0
  229. /package/dist/nodes/Probo/actions/{vendor/deleteService.operation.d.ts → riskAssessment/deleteScenario.operation.d.ts} +0 -0
  230. /package/dist/nodes/Probo/actions/{vendor/get.operation.d.ts → riskAssessment/deleteScope.operation.d.ts} +0 -0
  231. /package/dist/nodes/Probo/actions/{vendor/getAll.operation.d.ts → riskAssessment/deleteThreat.operation.d.ts} +0 -0
  232. /package/dist/nodes/Probo/actions/{vendor/getAllComplianceReports.operation.d.ts → riskAssessment/get.operation.d.ts} +0 -0
  233. /package/dist/nodes/Probo/actions/{vendor/getAllContacts.operation.d.ts → riskAssessment/getAll.operation.d.ts} +0 -0
  234. /package/dist/nodes/Probo/actions/{vendor/getAllRiskAssessments.operation.d.ts → riskAssessment/getAllNodes.operation.d.ts} +0 -0
  235. /package/dist/nodes/Probo/actions/{vendor/getAllServices.operation.d.ts → riskAssessment/getAllProcesses.operation.d.ts} +0 -0
  236. /package/dist/nodes/Probo/actions/{vendor/getBusinessAssociateAgreement.operation.d.ts → riskAssessment/getAllScenarios.operation.d.ts} +0 -0
  237. /package/dist/nodes/Probo/actions/{vendor/getContact.operation.d.ts → riskAssessment/getAllScopes.operation.d.ts} +0 -0
  238. /package/dist/nodes/Probo/actions/{vendor/getDataPrivacyAgreement.operation.d.ts → riskAssessment/getAllThreats.operation.d.ts} +0 -0
  239. /package/dist/nodes/Probo/actions/{vendor/getRiskAssessment.operation.d.ts → riskAssessment/getNode.operation.d.ts} +0 -0
  240. /package/dist/nodes/Probo/actions/{vendor/getService.operation.d.ts → riskAssessment/getProcess.operation.d.ts} +0 -0
  241. /package/dist/nodes/Probo/actions/{vendor/publish.operation.d.ts → riskAssessment/getScenario.operation.d.ts} +0 -0
  242. /package/dist/nodes/Probo/actions/{vendor/update.operation.d.ts → riskAssessment/getScope.operation.d.ts} +0 -0
  243. /package/dist/nodes/Probo/actions/{vendor/updateBusinessAssociateAgreement.operation.d.ts → riskAssessment/getScopeMermaidChart.operation.d.ts} +0 -0
  244. /package/dist/nodes/Probo/actions/{vendor/updateContact.operation.d.ts → riskAssessment/getThreat.operation.d.ts} +0 -0
  245. /package/dist/nodes/Probo/actions/{vendor/updateDataPrivacyAgreement.operation.d.ts → riskAssessment/linkScenarioRisk.operation.d.ts} +0 -0
  246. /package/dist/nodes/Probo/actions/{vendor/updateService.operation.d.ts → riskAssessment/linkScenarioThreat.operation.d.ts} +0 -0
  247. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/index.d.ts +0 -0
@@ -0,0 +1,3 @@
1
+ import type { INodeProperties, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
2
+ export declare const description: INodeProperties[];
3
+ export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;
@@ -5,30 +5,30 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor ID',
9
- name: 'vendorId',
8
+ displayName: 'ThirdParty ID',
9
+ name: 'thirdPartyId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['deleteDataPrivacyAgreement'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor',
18
+ description: 'The ID of the thirdParty',
19
19
  required: true,
20
20
  },
21
21
  ];
22
22
  async function execute(itemIndex) {
23
- const vendorId = this.getNodeParameter('vendorId', itemIndex);
23
+ const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
24
24
  const query = `
25
- mutation DeleteVendorDataPrivacyAgreement($input: DeleteVendorDataPrivacyAgreementInput!) {
26
- deleteVendorDataPrivacyAgreement(input: $input) {
27
- deletedVendorDataPrivacyAgreementId
25
+ mutation DeleteThirdPartyDataPrivacyAgreement($input: DeleteThirdPartyDataPrivacyAgreementInput!) {
26
+ deleteThirdPartyDataPrivacyAgreement(input: $input) {
27
+ deletedThirdPartyDataPrivacyAgreementId
28
28
  }
29
29
  }
30
30
  `;
31
- const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { vendorId } });
31
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { thirdPartyId } });
32
32
  return {
33
33
  json: responseData,
34
34
  pairedItem: { item: itemIndex },
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteDataPrivacyAgreement.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/deleteDataPrivacyAgreement.operation.ts"],"names":[],"mappings":";;;AAkCA,0BAoBC;AAvCD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,4BAA4B,CAAC;aACzC;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAEhF,MAAM,KAAK,GAAG;;;;;;EAMb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,EAAE,CAAC,CAAC;IAE1F,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { INodeProperties, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
2
+ export declare const description: INodeProperties[];
3
+ export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;
@@ -5,30 +5,30 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor Service ID',
9
- name: 'vendorServiceId',
8
+ displayName: 'ThirdParty Service ID',
9
+ name: 'thirdPartyServiceId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['deleteService'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor service to delete',
18
+ description: 'The ID of the thirdParty service to delete',
19
19
  required: true,
20
20
  },
21
21
  ];
22
22
  async function execute(itemIndex) {
23
- const vendorServiceId = this.getNodeParameter('vendorServiceId', itemIndex);
23
+ const thirdPartyServiceId = this.getNodeParameter('thirdPartyServiceId', itemIndex);
24
24
  const query = `
25
- mutation DeleteVendorService($input: DeleteVendorServiceInput!) {
26
- deleteVendorService(input: $input) {
27
- deletedVendorServiceId
25
+ mutation DeleteThirdPartyService($input: DeleteThirdPartyServiceInput!) {
26
+ deleteThirdPartyService(input: $input) {
27
+ deletedThirdPartyServiceId
28
28
  }
29
29
  }
30
30
  `;
31
- const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { vendorServiceId } });
31
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { thirdPartyServiceId } });
32
32
  return {
33
33
  json: responseData,
34
34
  pairedItem: { item: itemIndex },
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteService.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/deleteService.operation.ts"],"names":[],"mappings":";;;AAkCA,0BAoBC;AAvCD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,uBAAuB;QACpC,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,eAAe,CAAC;aAC5B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,4CAA4C;QACzD,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,mBAAmB,GAAG,IAAI,CAAC,gBAAgB,CAAC,qBAAqB,EAAE,SAAS,CAAW,CAAC;IAE9F,MAAM,KAAK,GAAG;;;;;;EAMb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,mBAAmB,EAAE,EAAE,CAAC,CAAC;IAEjG,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { INodeProperties, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
2
+ export declare const description: INodeProperties[];
3
+ export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;
@@ -5,17 +5,17 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor ID',
9
- name: 'vendorId',
8
+ displayName: 'ThirdParty ID',
9
+ name: 'thirdPartyId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['get'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor',
18
+ description: 'The ID of the thirdParty',
19
19
  required: true,
20
20
  },
21
21
  {
@@ -26,7 +26,7 @@ exports.description = [
26
26
  default: {},
27
27
  displayOptions: {
28
28
  show: {
29
- resource: ['vendor'],
29
+ resource: ['thirdParty'],
30
30
  operation: ['get'],
31
31
  },
32
32
  },
@@ -56,7 +56,7 @@ exports.description = [
56
56
  },
57
57
  ];
58
58
  async function execute(itemIndex) {
59
- const vendorId = this.getNodeParameter('vendorId', itemIndex);
59
+ const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
60
60
  const options = this.getNodeParameter('options', itemIndex, {});
61
61
  const organizationFragment = options.includeOrganization
62
62
  ? `organization {
@@ -79,9 +79,9 @@ async function execute(itemIndex) {
79
79
  }`
80
80
  : '';
81
81
  const query = `
82
- query GetVendor($vendorId: ID!) {
83
- node(id: $vendorId) {
84
- ... on Vendor {
82
+ query GetThirdParty($thirdPartyId: ID!) {
83
+ node(id: $thirdPartyId) {
84
+ ... on ThirdParty {
85
85
  id
86
86
  name
87
87
  description
@@ -111,7 +111,7 @@ async function execute(itemIndex) {
111
111
  }
112
112
  `;
113
113
  const variables = {
114
- vendorId,
114
+ thirdPartyId,
115
115
  };
116
116
  const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, variables);
117
117
  return {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/get.operation.ts"],"names":[],"mappings":";;;AAsEA,0BA6EC;AApID,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,sBAAsB;gBACnC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,iDAAiD;aAC9D;YACD;gBACC,WAAW,EAAE,wBAAwB;gBACrC,IAAI,EAAE,sBAAsB;gBAC5B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,mDAAmD;aAChE;YACD;gBACC,WAAW,EAAE,wBAAwB;gBACrC,IAAI,EAAE,sBAAsB;gBAC5B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,mDAAmD;aAChE;SACD;KACD;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAChF,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAI7D,CAAC;IAEF,MAAM,oBAAoB,GAAG,OAAO,CAAC,mBAAmB;QACvD,CAAC,CAAC;;;IAGA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,qBAAqB,GAAG,OAAO,CAAC,oBAAoB;QACzD,CAAC,CAAC;;;;IAIA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,qBAAqB,GAAG,OAAO,CAAC,oBAAoB;QACzD,CAAC,CAAC;;;;IAIA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;;;;;;;;OAuBR,oBAAoB;OACpB,qBAAqB;OACrB,qBAAqB;;;;;;EAM1B,CAAC;IAEF,MAAM,SAAS,GAAG;QACjB,YAAY;KACZ,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,3 @@
1
+ import type { INodeProperties, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
2
+ export declare const description: INodeProperties[];
3
+ export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;
@@ -10,7 +10,7 @@ exports.description = [
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['getAll'],
15
15
  },
16
16
  },
@@ -24,7 +24,7 @@ exports.description = [
24
24
  type: 'boolean',
25
25
  displayOptions: {
26
26
  show: {
27
- resource: ['vendor'],
27
+ resource: ['thirdParty'],
28
28
  operation: ['getAll'],
29
29
  },
30
30
  },
@@ -37,7 +37,7 @@ exports.description = [
37
37
  type: 'number',
38
38
  displayOptions: {
39
39
  show: {
40
- resource: ['vendor'],
40
+ resource: ['thirdParty'],
41
41
  operation: ['getAll'],
42
42
  returnAll: [false],
43
43
  },
@@ -56,7 +56,7 @@ exports.description = [
56
56
  default: {},
57
57
  displayOptions: {
58
58
  show: {
59
- resource: ['vendor'],
59
+ resource: ['thirdParty'],
60
60
  operation: ['getAll'],
61
61
  },
62
62
  },
@@ -111,10 +111,10 @@ async function execute(itemIndex) {
111
111
  }`
112
112
  : '';
113
113
  const query = `
114
- query GetVendors($organizationId: ID!, $first: Int, $after: CursorKey) {
114
+ query GetThirdParties($organizationId: ID!, $first: Int, $after: CursorKey) {
115
115
  node(id: $organizationId) {
116
116
  ... on Organization {
117
- vendors(first: $first, after: $after) {
117
+ thirdParties(first: $first, after: $after) {
118
118
  edges {
119
119
  node {
120
120
  id
@@ -152,13 +152,13 @@ async function execute(itemIndex) {
152
152
  }
153
153
  }
154
154
  `;
155
- const vendors = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { organizationId }, (response) => {
155
+ const thirdParties = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { organizationId }, (response) => {
156
156
  const data = response === null || response === void 0 ? void 0 : response.data;
157
157
  const node = data === null || data === void 0 ? void 0 : data.node;
158
- return node === null || node === void 0 ? void 0 : node.vendors;
158
+ return node === null || node === void 0 ? void 0 : node.thirdParties;
159
159
  }, returnAll, limit);
160
160
  return {
161
- json: { vendors },
161
+ json: { thirdParties },
162
162
  pairedItem: { item: itemIndex },
163
163
  };
164
164
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAll.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getAll.operation.ts"],"names":[],"mappings":";;;AAoGA,0BAgGC;AArLD,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,YAAY,CAAC;gBACxB,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,YAAY,CAAC;gBACxB,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,YAAY,CAAC;gBACxB,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;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,sBAAsB;gBACnC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,iDAAiD;aAC9D;YACD;gBACC,WAAW,EAAE,wBAAwB;gBACrC,IAAI,EAAE,sBAAsB;gBAC5B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,mDAAmD;aAChE;YACD;gBACC,WAAW,EAAE,wBAAwB;gBACrC,IAAI,EAAE,sBAAsB;gBAC5B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,mDAAmD;aAChE;SACD;KACD;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;IACtE,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAI7D,CAAC;IAEF,MAAM,oBAAoB,GAAG,OAAO,CAAC,mBAAmB;QACvD,CAAC,CAAC;;;IAGA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,qBAAqB,GAAG,OAAO,CAAC,oBAAoB;QACzD,CAAC,CAAC;;;;IAIA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,qBAAqB,GAAG,OAAO,CAAC,oBAAoB;QACzD,CAAC,CAAC;;;;IAIA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;UA0BL,oBAAoB;UACpB,qBAAqB;UACrB,qBAAqB;;;;;;;;;;;;;EAa7B,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,0CAAuB,CAAC,IAAI,CACtD,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,YAAuC,CAAC;IACtD,CAAC,EACD,SAAS,EACT,KAAK,CACL,CAAC;IAEF,OAAO;QACN,IAAI,EAAE,EAAE,YAAY,EAAE;QACtB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { INodeProperties, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
2
+ export declare const description: INodeProperties[];
3
+ export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;
@@ -5,17 +5,17 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor ID',
9
- name: 'vendorId',
8
+ displayName: 'ThirdParty ID',
9
+ name: 'thirdPartyId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['getAllComplianceReports'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor',
18
+ description: 'The ID of the thirdParty',
19
19
  required: true,
20
20
  },
21
21
  {
@@ -24,7 +24,7 @@ exports.description = [
24
24
  type: 'boolean',
25
25
  displayOptions: {
26
26
  show: {
27
- resource: ['vendor'],
27
+ resource: ['thirdParty'],
28
28
  operation: ['getAllComplianceReports'],
29
29
  },
30
30
  },
@@ -37,7 +37,7 @@ exports.description = [
37
37
  type: 'number',
38
38
  displayOptions: {
39
39
  show: {
40
- resource: ['vendor'],
40
+ resource: ['thirdParty'],
41
41
  operation: ['getAllComplianceReports'],
42
42
  returnAll: [false],
43
43
  },
@@ -50,13 +50,13 @@ exports.description = [
50
50
  },
51
51
  ];
52
52
  async function execute(itemIndex) {
53
- const vendorId = this.getNodeParameter('vendorId', itemIndex);
53
+ const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
54
54
  const returnAll = this.getNodeParameter('returnAll', itemIndex);
55
55
  const limit = this.getNodeParameter('limit', itemIndex, 50);
56
56
  const query = `
57
- query GetVendorComplianceReports($vendorId: ID!, $first: Int, $after: CursorKey) {
58
- node(id: $vendorId) {
59
- ... on Vendor {
57
+ query GetThirdPartyComplianceReports($thirdPartyId: ID!, $first: Int, $after: CursorKey) {
58
+ node(id: $thirdPartyId) {
59
+ ... on ThirdParty {
60
60
  complianceReports(first: $first, after: $after) {
61
61
  edges {
62
62
  node {
@@ -77,13 +77,13 @@ async function execute(itemIndex) {
77
77
  }
78
78
  }
79
79
  `;
80
- const vendorComplianceReports = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { vendorId }, (response) => {
80
+ const thirdPartyComplianceReports = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { thirdPartyId }, (response) => {
81
81
  const data = response === null || response === void 0 ? void 0 : response.data;
82
82
  const node = data === null || data === void 0 ? void 0 : data.node;
83
83
  return node === null || node === void 0 ? void 0 : node.complianceReports;
84
84
  }, returnAll, limit);
85
85
  return {
86
- json: { vendorComplianceReports },
86
+ json: { thirdPartyComplianceReports },
87
87
  pairedItem: { item: itemIndex },
88
88
  };
89
89
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllComplianceReports.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getAllComplianceReports.operation.ts"],"names":[],"mappings":";;;AAgEA,0BAkDC;AAnGD,6DAAiE;AAEpD,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,yBAAyB,CAAC;aACtC;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,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,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,yBAAyB,CAAC;aACtC;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,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,yBAAyB,CAAC;gBACtC,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,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAChF,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;;;;;;;;;;;;;;;;;;;;;;;EAuBb,CAAC;IAEF,MAAM,2BAA2B,GAAG,MAAM,0CAAuB,CAAC,IAAI,CACrE,IAAI,EACJ,KAAK,EACL,EAAE,YAAY,EAAE,EAChB,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,iBAA4C,CAAC;IAC3D,CAAC,EACD,SAAS,EACT,KAAK,CACL,CAAC;IAEF,OAAO;QACN,IAAI,EAAE,EAAE,2BAA2B,EAAE;QACrC,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { INodeProperties, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
2
+ export declare const description: INodeProperties[];
3
+ export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;
@@ -5,17 +5,17 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor ID',
9
- name: 'vendorId',
8
+ displayName: 'ThirdParty ID',
9
+ name: 'thirdPartyId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['getAllContacts'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor',
18
+ description: 'The ID of the thirdParty',
19
19
  required: true,
20
20
  },
21
21
  {
@@ -24,7 +24,7 @@ exports.description = [
24
24
  type: 'boolean',
25
25
  displayOptions: {
26
26
  show: {
27
- resource: ['vendor'],
27
+ resource: ['thirdParty'],
28
28
  operation: ['getAllContacts'],
29
29
  },
30
30
  },
@@ -37,7 +37,7 @@ exports.description = [
37
37
  type: 'number',
38
38
  displayOptions: {
39
39
  show: {
40
- resource: ['vendor'],
40
+ resource: ['thirdParty'],
41
41
  operation: ['getAllContacts'],
42
42
  returnAll: [false],
43
43
  },
@@ -56,36 +56,36 @@ exports.description = [
56
56
  default: {},
57
57
  displayOptions: {
58
58
  show: {
59
- resource: ['vendor'],
59
+ resource: ['thirdParty'],
60
60
  operation: ['getAllContacts'],
61
61
  },
62
62
  },
63
63
  options: [
64
64
  {
65
- displayName: 'Include Vendor',
66
- name: 'includeVendor',
65
+ displayName: 'Include ThirdParty',
66
+ name: 'includeThirdParty',
67
67
  type: 'boolean',
68
68
  default: false,
69
- description: 'Whether to include vendor in the response',
69
+ description: 'Whether to include thirdParty in the response',
70
70
  },
71
71
  ],
72
72
  },
73
73
  ];
74
74
  async function execute(itemIndex) {
75
- const vendorId = this.getNodeParameter('vendorId', itemIndex);
75
+ const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
76
76
  const returnAll = this.getNodeParameter('returnAll', itemIndex);
77
77
  const limit = this.getNodeParameter('limit', itemIndex, 50);
78
78
  const options = this.getNodeParameter('options', itemIndex, {});
79
- const vendorFragment = options.includeVendor
80
- ? `vendor {
79
+ const thirdPartyFragment = options.includeThirdParty
80
+ ? `thirdParty {
81
81
  id
82
82
  name
83
83
  }`
84
84
  : '';
85
85
  const query = `
86
- query GetVendorContacts($vendorId: ID!, $first: Int, $after: CursorKey) {
87
- node(id: $vendorId) {
88
- ... on Vendor {
86
+ query GetThirdPartyContacts($thirdPartyId: ID!, $first: Int, $after: CursorKey) {
87
+ node(id: $thirdPartyId) {
88
+ ... on ThirdParty {
89
89
  contacts(first: $first, after: $after) {
90
90
  edges {
91
91
  node {
@@ -94,7 +94,7 @@ async function execute(itemIndex) {
94
94
  email
95
95
  phone
96
96
  role
97
- ${vendorFragment}
97
+ ${thirdPartyFragment}
98
98
  createdAt
99
99
  updatedAt
100
100
  }
@@ -108,13 +108,13 @@ async function execute(itemIndex) {
108
108
  }
109
109
  }
110
110
  `;
111
- const vendorContacts = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { vendorId }, (response) => {
111
+ const thirdPartyContacts = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { thirdPartyId }, (response) => {
112
112
  const data = response === null || response === void 0 ? void 0 : response.data;
113
113
  const node = data === null || data === void 0 ? void 0 : data.node;
114
114
  return node === null || node === void 0 ? void 0 : node.contacts;
115
115
  }, returnAll, limit);
116
116
  return {
117
- json: { vendorContacts },
117
+ json: { thirdPartyContacts },
118
118
  pairedItem: { item: itemIndex },
119
119
  };
120
120
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllContacts.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getAllContacts.operation.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import type { INodeProperties, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
2
+ export declare const description: INodeProperties[];
3
+ export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;
@@ -5,17 +5,17 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor ID',
9
- name: 'vendorId',
8
+ displayName: 'ThirdParty ID',
9
+ name: 'thirdPartyId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['getAllRiskAssessments'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor',
18
+ description: 'The ID of the thirdParty',
19
19
  required: true,
20
20
  },
21
21
  {
@@ -24,7 +24,7 @@ exports.description = [
24
24
  type: 'boolean',
25
25
  displayOptions: {
26
26
  show: {
27
- resource: ['vendor'],
27
+ resource: ['thirdParty'],
28
28
  operation: ['getAllRiskAssessments'],
29
29
  },
30
30
  },
@@ -37,7 +37,7 @@ exports.description = [
37
37
  type: 'number',
38
38
  displayOptions: {
39
39
  show: {
40
- resource: ['vendor'],
40
+ resource: ['thirdParty'],
41
41
  operation: ['getAllRiskAssessments'],
42
42
  returnAll: [false],
43
43
  },
@@ -56,36 +56,36 @@ exports.description = [
56
56
  default: {},
57
57
  displayOptions: {
58
58
  show: {
59
- resource: ['vendor'],
59
+ resource: ['thirdParty'],
60
60
  operation: ['getAllRiskAssessments'],
61
61
  },
62
62
  },
63
63
  options: [
64
64
  {
65
- displayName: 'Include Vendor',
66
- name: 'includeVendor',
65
+ displayName: 'Include ThirdParty',
66
+ name: 'includeThirdParty',
67
67
  type: 'boolean',
68
68
  default: false,
69
- description: 'Whether to include vendor in the response',
69
+ description: 'Whether to include thirdParty in the response',
70
70
  },
71
71
  ],
72
72
  },
73
73
  ];
74
74
  async function execute(itemIndex) {
75
- const vendorId = this.getNodeParameter('vendorId', itemIndex);
75
+ const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
76
76
  const returnAll = this.getNodeParameter('returnAll', itemIndex);
77
77
  const limit = this.getNodeParameter('limit', itemIndex, 50);
78
78
  const options = this.getNodeParameter('options', itemIndex, {});
79
- const vendorFragment = options.includeVendor
80
- ? `vendor {
79
+ const thirdPartyFragment = options.includeThirdParty
80
+ ? `thirdParty {
81
81
  id
82
82
  name
83
83
  }`
84
84
  : '';
85
85
  const query = `
86
- query GetVendorRiskAssessments($vendorId: ID!, $first: Int, $after: CursorKey) {
87
- node(id: $vendorId) {
88
- ... on Vendor {
86
+ query GetThirdPartyRiskAssessments($thirdPartyId: ID!, $first: Int, $after: CursorKey) {
87
+ node(id: $thirdPartyId) {
88
+ ... on ThirdParty {
89
89
  riskAssessments(first: $first, after: $after) {
90
90
  edges {
91
91
  node {
@@ -94,7 +94,7 @@ async function execute(itemIndex) {
94
94
  dataSensitivity
95
95
  businessImpact
96
96
  notes
97
- ${vendorFragment}
97
+ ${thirdPartyFragment}
98
98
  createdAt
99
99
  updatedAt
100
100
  }
@@ -108,13 +108,13 @@ async function execute(itemIndex) {
108
108
  }
109
109
  }
110
110
  `;
111
- const vendorRiskAssessments = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { vendorId }, (response) => {
111
+ const thirdPartyRiskAssessments = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { thirdPartyId }, (response) => {
112
112
  const data = response === null || response === void 0 ? void 0 : response.data;
113
113
  const node = data === null || data === void 0 ? void 0 : data.node;
114
114
  return node === null || node === void 0 ? void 0 : node.riskAssessments;
115
115
  }, returnAll, limit);
116
116
  return {
117
- json: { vendorRiskAssessments },
117
+ json: { thirdPartyRiskAssessments },
118
118
  pairedItem: { item: itemIndex },
119
119
  };
120
120
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllRiskAssessments.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getAllRiskAssessments.operation.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import type { INodeProperties, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
2
+ export declare const description: INodeProperties[];
3
+ export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;