@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
@@ -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: ['create'],
15
15
  },
16
16
  },
@@ -24,12 +24,12 @@ exports.description = [
24
24
  type: 'string',
25
25
  displayOptions: {
26
26
  show: {
27
- resource: ['vendor'],
27
+ resource: ['thirdParty'],
28
28
  operation: ['create'],
29
29
  },
30
30
  },
31
31
  default: '',
32
- description: 'The name of the vendor',
32
+ description: 'The name of the thirdParty',
33
33
  required: true,
34
34
  },
35
35
  {
@@ -41,12 +41,12 @@ exports.description = [
41
41
  },
42
42
  displayOptions: {
43
43
  show: {
44
- resource: ['vendor'],
44
+ resource: ['thirdParty'],
45
45
  operation: ['create'],
46
46
  },
47
47
  },
48
48
  default: '',
49
- description: 'The description of the vendor',
49
+ description: 'The description of the thirdParty',
50
50
  },
51
51
  {
52
52
  displayName: 'Category',
@@ -54,12 +54,12 @@ exports.description = [
54
54
  type: 'string',
55
55
  displayOptions: {
56
56
  show: {
57
- resource: ['vendor'],
57
+ resource: ['thirdParty'],
58
58
  operation: ['create'],
59
59
  },
60
60
  },
61
61
  default: '',
62
- description: 'The category of the vendor',
62
+ description: 'The category of the thirdParty',
63
63
  },
64
64
  {
65
65
  displayName: 'Website URL',
@@ -67,12 +67,12 @@ exports.description = [
67
67
  type: 'string',
68
68
  displayOptions: {
69
69
  show: {
70
- resource: ['vendor'],
70
+ resource: ['thirdParty'],
71
71
  operation: ['create'],
72
72
  },
73
73
  },
74
74
  default: '',
75
- description: 'The website URL of the vendor',
75
+ description: 'The website URL of the thirdParty',
76
76
  },
77
77
  {
78
78
  displayName: 'Legal Name',
@@ -80,12 +80,12 @@ exports.description = [
80
80
  type: 'string',
81
81
  displayOptions: {
82
82
  show: {
83
- resource: ['vendor'],
83
+ resource: ['thirdParty'],
84
84
  operation: ['create'],
85
85
  },
86
86
  },
87
87
  default: '',
88
- description: 'The legal name of the vendor',
88
+ description: 'The legal name of the thirdParty',
89
89
  },
90
90
  {
91
91
  displayName: 'Headquarter Address',
@@ -93,12 +93,12 @@ exports.description = [
93
93
  type: 'string',
94
94
  displayOptions: {
95
95
  show: {
96
- resource: ['vendor'],
96
+ resource: ['thirdParty'],
97
97
  operation: ['create'],
98
98
  },
99
99
  },
100
100
  default: '',
101
- description: 'The headquarter address of the vendor',
101
+ description: 'The headquarter address of the thirdParty',
102
102
  },
103
103
  {
104
104
  displayName: 'Business Owner ID',
@@ -106,7 +106,7 @@ exports.description = [
106
106
  type: 'string',
107
107
  displayOptions: {
108
108
  show: {
109
- resource: ['vendor'],
109
+ resource: ['thirdParty'],
110
110
  operation: ['create'],
111
111
  },
112
112
  },
@@ -119,7 +119,7 @@ exports.description = [
119
119
  type: 'string',
120
120
  displayOptions: {
121
121
  show: {
122
- resource: ['vendor'],
122
+ resource: ['thirdParty'],
123
123
  operation: ['create'],
124
124
  },
125
125
  },
@@ -134,7 +134,7 @@ exports.description = [
134
134
  default: {},
135
135
  displayOptions: {
136
136
  show: {
137
- resource: ['vendor'],
137
+ resource: ['thirdParty'],
138
138
  operation: ['create'],
139
139
  },
140
140
  },
@@ -188,7 +188,7 @@ exports.description = [
188
188
  name: 'statusPageUrl',
189
189
  type: 'string',
190
190
  default: '',
191
- description: 'The status page URL of the vendor',
191
+ description: 'The status page URL of the thirdParty',
192
192
  },
193
193
  {
194
194
  displayName: 'Subprocessors List URL',
@@ -223,9 +223,9 @@ async function execute(itemIndex) {
223
223
  const securityOwnerId = this.getNodeParameter('securityOwnerId', itemIndex, '');
224
224
  const additionalFields = this.getNodeParameter('additionalFields', itemIndex, {});
225
225
  const query = `
226
- mutation CreateVendor($input: CreateVendorInput!) {
227
- createVendor(input: $input) {
228
- vendorEdge {
226
+ mutation CreateThirdParty($input: CreateThirdPartyInput!) {
227
+ createThirdParty(input: $input) {
228
+ thirdPartyEdge {
229
229
  node {
230
230
  id
231
231
  name
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/create.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: ['createContact'],
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: 'string',
25
25
  displayOptions: {
26
26
  show: {
27
- resource: ['vendor'],
27
+ resource: ['thirdParty'],
28
28
  operation: ['createContact'],
29
29
  },
30
30
  },
@@ -38,7 +38,7 @@ exports.description = [
38
38
  placeholder: 'name@email.com',
39
39
  displayOptions: {
40
40
  show: {
41
- resource: ['vendor'],
41
+ resource: ['thirdParty'],
42
42
  operation: ['createContact'],
43
43
  },
44
44
  },
@@ -51,7 +51,7 @@ exports.description = [
51
51
  type: 'string',
52
52
  displayOptions: {
53
53
  show: {
54
- resource: ['vendor'],
54
+ resource: ['thirdParty'],
55
55
  operation: ['createContact'],
56
56
  },
57
57
  },
@@ -64,7 +64,7 @@ exports.description = [
64
64
  type: 'string',
65
65
  displayOptions: {
66
66
  show: {
67
- resource: ['vendor'],
67
+ resource: ['thirdParty'],
68
68
  operation: ['createContact'],
69
69
  },
70
70
  },
@@ -73,15 +73,15 @@ exports.description = [
73
73
  },
74
74
  ];
75
75
  async function execute(itemIndex) {
76
- const vendorId = this.getNodeParameter('vendorId', itemIndex);
76
+ const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
77
77
  const fullName = this.getNodeParameter('fullName', itemIndex, '');
78
78
  const email = this.getNodeParameter('email', itemIndex, '');
79
79
  const phone = this.getNodeParameter('phone', itemIndex, '');
80
80
  const role = this.getNodeParameter('role', itemIndex, '');
81
81
  const query = `
82
- mutation CreateVendorContact($input: CreateVendorContactInput!) {
83
- createVendorContact(input: $input) {
84
- vendorContactEdge {
82
+ mutation CreateThirdPartyContact($input: CreateThirdPartyContactInput!) {
83
+ createThirdPartyContact(input: $input) {
84
+ thirdPartyContactEdge {
85
85
  node {
86
86
  id
87
87
  fullName
@@ -95,7 +95,7 @@ async function execute(itemIndex) {
95
95
  }
96
96
  }
97
97
  `;
98
- const input = { vendorId };
98
+ const input = { thirdPartyId };
99
99
  if (fullName)
100
100
  input.fullName = fullName;
101
101
  if (email)
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createContact.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/createContact.operation.ts"],"names":[],"mappings":";;;AAuFA,0BAwCC;AAhHD,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,eAAe,CAAC;aAC5B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,UAAU;QAChB,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,8BAA8B;KAC3C;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,gBAAgB;QAC7B,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,kCAAkC;KAC/C;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,eAAe,CAAC;aAC5B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iCAAiC;KAC9C;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,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,yBAAyB;KACtC;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAChF,MAAM,QAAQ,GAAG,IAAI,CAAC,gBAAgB,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAC5E,MAAM,KAAK,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IACtE,MAAM,KAAK,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IACtE,MAAM,IAAI,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAEpE,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;EAgBb,CAAC;IAEF,MAAM,KAAK,GAA4B,EAAE,YAAY,EAAE,CAAC;IACxD,IAAI,QAAQ;QAAE,KAAK,CAAC,QAAQ,GAAG,QAAQ,CAAC;IACxC,IAAI,KAAK;QAAE,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC;IAC/B,IAAI,KAAK;QAAE,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC;IAC/B,IAAI,IAAI;QAAE,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;IAE5B,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,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: ['createRiskAssessment'],
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: 'dateTime',
25
25
  displayOptions: {
26
26
  show: {
27
- resource: ['vendor'],
27
+ resource: ['thirdParty'],
28
28
  operation: ['createRiskAssessment'],
29
29
  },
30
30
  },
@@ -38,7 +38,7 @@ exports.description = [
38
38
  type: 'options',
39
39
  displayOptions: {
40
40
  show: {
41
- resource: ['vendor'],
41
+ resource: ['thirdParty'],
42
42
  operation: ['createRiskAssessment'],
43
43
  },
44
44
  },
@@ -59,7 +59,7 @@ exports.description = [
59
59
  type: 'options',
60
60
  displayOptions: {
61
61
  show: {
62
- resource: ['vendor'],
62
+ resource: ['thirdParty'],
63
63
  operation: ['createRiskAssessment'],
64
64
  },
65
65
  },
@@ -82,7 +82,7 @@ exports.description = [
82
82
  },
83
83
  displayOptions: {
84
84
  show: {
85
- resource: ['vendor'],
85
+ resource: ['thirdParty'],
86
86
  operation: ['createRiskAssessment'],
87
87
  },
88
88
  },
@@ -91,16 +91,16 @@ exports.description = [
91
91
  },
92
92
  ];
93
93
  async function execute(itemIndex) {
94
- const vendorId = this.getNodeParameter('vendorId', itemIndex);
94
+ const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
95
95
  const expiresAtRaw = this.getNodeParameter('expiresAt', itemIndex);
96
96
  const dataSensitivity = this.getNodeParameter('dataSensitivity', itemIndex);
97
97
  const businessImpact = this.getNodeParameter('businessImpact', itemIndex);
98
98
  const notes = this.getNodeParameter('notes', itemIndex, '');
99
99
  const expiresAt = new Date(expiresAtRaw).toISOString();
100
100
  const query = `
101
- mutation CreateVendorRiskAssessment($input: CreateVendorRiskAssessmentInput!) {
102
- createVendorRiskAssessment(input: $input) {
103
- vendorRiskAssessmentEdge {
101
+ mutation CreateThirdPartyRiskAssessment($input: CreateThirdPartyRiskAssessmentInput!) {
102
+ createThirdPartyRiskAssessment(input: $input) {
103
+ thirdPartyRiskAssessmentEdge {
104
104
  node {
105
105
  id
106
106
  expiresAt
@@ -115,7 +115,7 @@ async function execute(itemIndex) {
115
115
  }
116
116
  `;
117
117
  const input = {
118
- vendorId,
118
+ thirdPartyId,
119
119
  expiresAt,
120
120
  dataSensitivity,
121
121
  businessImpact,
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createRiskAssessment.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/createRiskAssessment.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: ['createService'],
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,12 +24,12 @@ exports.description = [
24
24
  type: 'string',
25
25
  displayOptions: {
26
26
  show: {
27
- resource: ['vendor'],
27
+ resource: ['thirdParty'],
28
28
  operation: ['createService'],
29
29
  },
30
30
  },
31
31
  default: '',
32
- description: 'The name of the vendor service',
32
+ description: 'The name of the thirdParty service',
33
33
  required: true,
34
34
  },
35
35
  {
@@ -41,22 +41,22 @@ exports.description = [
41
41
  },
42
42
  displayOptions: {
43
43
  show: {
44
- resource: ['vendor'],
44
+ resource: ['thirdParty'],
45
45
  operation: ['createService'],
46
46
  },
47
47
  },
48
48
  default: '',
49
- description: 'The description of the vendor service',
49
+ description: 'The description of the thirdParty service',
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 name = this.getNodeParameter('name', itemIndex);
55
55
  const description = this.getNodeParameter('description', itemIndex, '');
56
56
  const query = `
57
- mutation CreateVendorService($input: CreateVendorServiceInput!) {
58
- createVendorService(input: $input) {
59
- vendorServiceEdge {
57
+ mutation CreateThirdPartyService($input: CreateThirdPartyServiceInput!) {
58
+ createThirdPartyService(input: $input) {
59
+ thirdPartyServiceEdge {
60
60
  node {
61
61
  id
62
62
  name
@@ -69,7 +69,7 @@ async function execute(itemIndex) {
69
69
  }
70
70
  `;
71
71
  const input = {
72
- vendorId,
72
+ thirdPartyId,
73
73
  name,
74
74
  };
75
75
  if (description)
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createService.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/createService.operation.ts"],"names":[],"mappings":";;;AAgEA,0BAoCC;AArFD,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,eAAe,CAAC;aAC5B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,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,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,eAAe,CAAC;aAC5B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,oCAAoC;QACjD,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE;YACZ,IAAI,EAAE,CAAC;SACP;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,2CAA2C;KACxD;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAChF,MAAM,IAAI,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,EAAE,SAAS,CAAW,CAAC;IAChE,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAElF,MAAM,KAAK,GAAG;;;;;;;;;;;;;;EAcb,CAAC;IAEF,MAAM,KAAK,GAA4B;QACtC,YAAY;QACZ,IAAI;KACJ,CAAC;IACF,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,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: ['delete'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor to delete',
18
+ description: 'The ID of the thirdParty to delete',
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 DeleteVendor($input: DeleteVendorInput!) {
26
- deleteVendor(input: $input) {
27
- deletedVendorId
25
+ mutation DeleteThirdParty($input: DeleteThirdPartyInput!) {
26
+ deleteThirdParty(input: $input) {
27
+ deletedThirdPartyId
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":"delete.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/delete.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,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,oCAAoC;QACjD,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 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: ['deleteBusinessAssociateAgreement'],
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 DeleteVendorBusinessAssociateAgreement($input: DeleteVendorBusinessAssociateAgreementInput!) {
26
- deleteVendorBusinessAssociateAgreement(input: $input) {
27
- deletedVendorBusinessAssociateAgreementId
25
+ mutation DeleteThirdPartyBusinessAssociateAgreement($input: DeleteThirdPartyBusinessAssociateAgreementInput!) {
26
+ deleteThirdPartyBusinessAssociateAgreement(input: $input) {
27
+ deletedThirdPartyBusinessAssociateAgreementId
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":"deleteBusinessAssociateAgreement.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/deleteBusinessAssociateAgreement.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,kCAAkC,CAAC;aAC/C;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 Compliance Report ID',
9
- name: 'vendorComplianceReportId',
8
+ displayName: 'ThirdParty Compliance Report ID',
9
+ name: 'thirdPartyComplianceReportId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['deleteComplianceReport'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor compliance report to delete',
18
+ description: 'The ID of the thirdParty compliance report to delete',
19
19
  required: true,
20
20
  },
21
21
  ];
22
22
  async function execute(itemIndex) {
23
- const vendorComplianceReportId = this.getNodeParameter('vendorComplianceReportId', itemIndex);
23
+ const thirdPartyComplianceReportId = this.getNodeParameter('thirdPartyComplianceReportId', itemIndex);
24
24
  const query = `
25
- mutation DeleteVendorComplianceReport($input: DeleteVendorComplianceReportInput!) {
26
- deleteVendorComplianceReport(input: $input) {
27
- deletedVendorComplianceReportId
25
+ mutation DeleteThirdPartyComplianceReport($input: DeleteThirdPartyComplianceReportInput!) {
26
+ deleteThirdPartyComplianceReport(input: $input) {
27
+ deletedThirdPartyComplianceReportId
28
28
  }
29
29
  }
30
30
  `;
31
- const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { vendorComplianceReportId } });
31
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { thirdPartyComplianceReportId } });
32
32
  return {
33
33
  json: responseData,
34
34
  pairedItem: { item: itemIndex },
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteComplianceReport.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/deleteComplianceReport.operation.ts"],"names":[],"mappings":";;;AAkCA,0BAoBC;AAvCD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,iCAAiC;QAC9C,IAAI,EAAE,8BAA8B;QACpC,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,wBAAwB,CAAC;aACrC;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,sDAAsD;QACnE,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,4BAA4B,GAAG,IAAI,CAAC,gBAAgB,CAAC,8BAA8B,EAAE,SAAS,CAAW,CAAC;IAEhH,MAAM,KAAK,GAAG;;;;;;EAMb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,4BAA4B,EAAE,EAAE,CAAC,CAAC;IAE1G,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 Contact ID',
9
- name: 'vendorContactId',
8
+ displayName: 'ThirdParty Contact ID',
9
+ name: 'thirdPartyContactId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['deleteContact'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor contact to delete',
18
+ description: 'The ID of the thirdParty contact to delete',
19
19
  required: true,
20
20
  },
21
21
  ];
22
22
  async function execute(itemIndex) {
23
- const vendorContactId = this.getNodeParameter('vendorContactId', itemIndex);
23
+ const thirdPartyContactId = this.getNodeParameter('thirdPartyContactId', itemIndex);
24
24
  const query = `
25
- mutation DeleteVendorContact($input: DeleteVendorContactInput!) {
26
- deleteVendorContact(input: $input) {
27
- deletedVendorContactId
25
+ mutation DeleteThirdPartyContact($input: DeleteThirdPartyContactInput!) {
26
+ deleteThirdPartyContact(input: $input) {
27
+ deletedThirdPartyContactId
28
28
  }
29
29
  }
30
30
  `;
31
- const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { vendorContactId } });
31
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { thirdPartyContactId } });
32
32
  return {
33
33
  json: responseData,
34
34
  pairedItem: { item: itemIndex },
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteContact.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/deleteContact.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"}