@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,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = void 0;
4
+ exports.execute = execute;
5
+ const GenericFunctions_1 = require("../../GenericFunctions");
6
+ exports.description = [
7
+ {
8
+ displayName: 'Node ID',
9
+ name: 'nodeId',
10
+ type: 'string',
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['riskAssessment'],
14
+ operation: ['deleteNode'],
15
+ },
16
+ },
17
+ default: '',
18
+ description: 'The ID of the node to delete',
19
+ required: true,
20
+ },
21
+ ];
22
+ async function execute(itemIndex) {
23
+ const nodeId = this.getNodeParameter('nodeId', itemIndex);
24
+ const query = `
25
+ mutation DeleteRiskAssessmentNode($input: DeleteRiskAssessmentNodeInput!) {
26
+ deleteRiskAssessmentNode(input: $input) {
27
+ deletedRiskAssessmentNodeId
28
+ }
29
+ }
30
+ `;
31
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, {
32
+ input: { riskAssessmentNodeId: nodeId },
33
+ });
34
+ return {
35
+ json: responseData,
36
+ pairedItem: { item: itemIndex },
37
+ };
38
+ }
39
+ //# sourceMappingURL=deleteNode.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteNode.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/riskAssessment/deleteNode.operation.ts"],"names":[],"mappings":";;;AAkCA,0BAsBC;AAzCD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,YAAY,CAAC;aACzB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,8BAA8B;QAC3C,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,SAAS,CAAW,CAAC;IAEpE,MAAM,KAAK,GAAG;;;;;;EAMb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE;QAC5D,KAAK,EAAE,EAAE,oBAAoB,EAAE,MAAM,EAAE;KACvC,CAAC,CAAC;IAEH,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = void 0;
4
+ exports.execute = execute;
5
+ const GenericFunctions_1 = require("../../GenericFunctions");
6
+ exports.description = [
7
+ {
8
+ displayName: 'Process ID',
9
+ name: 'processId',
10
+ type: 'string',
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['riskAssessment'],
14
+ operation: ['deleteProcess'],
15
+ },
16
+ },
17
+ default: '',
18
+ description: 'The ID of the process to delete',
19
+ required: true,
20
+ },
21
+ ];
22
+ async function execute(itemIndex) {
23
+ const processId = this.getNodeParameter('processId', itemIndex);
24
+ const query = `
25
+ mutation DeleteRiskAssessmentProcess($input: DeleteRiskAssessmentProcessInput!) {
26
+ deleteRiskAssessmentProcess(input: $input) {
27
+ deletedRiskAssessmentProcessId
28
+ }
29
+ }
30
+ `;
31
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, {
32
+ input: { riskAssessmentProcessId: processId },
33
+ });
34
+ return {
35
+ json: responseData,
36
+ pairedItem: { item: itemIndex },
37
+ };
38
+ }
39
+ //# sourceMappingURL=deleteProcess.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteProcess.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/riskAssessment/deleteProcess.operation.ts"],"names":[],"mappings":";;;AAkCA,0BAsBC;AAzCD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,eAAe,CAAC;aAC5B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iCAAiC;QAC9C,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,EAAE,SAAS,CAAW,CAAC;IAE1E,MAAM,KAAK,GAAG;;;;;;EAMb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE;QAC5D,KAAK,EAAE,EAAE,uBAAuB,EAAE,SAAS,EAAE;KAC7C,CAAC,CAAC;IAEH,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = void 0;
4
+ exports.execute = execute;
5
+ const GenericFunctions_1 = require("../../GenericFunctions");
6
+ exports.description = [
7
+ {
8
+ displayName: 'Scenario ID',
9
+ name: 'scenarioId',
10
+ type: 'string',
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['riskAssessment'],
14
+ operation: ['deleteScenario'],
15
+ },
16
+ },
17
+ default: '',
18
+ description: 'The ID of the scenario to delete',
19
+ required: true,
20
+ },
21
+ ];
22
+ async function execute(itemIndex) {
23
+ const scenarioId = this.getNodeParameter('scenarioId', itemIndex);
24
+ const query = `
25
+ mutation DeleteRiskAssessmentScenario($input: DeleteRiskAssessmentScenarioInput!) {
26
+ deleteRiskAssessmentScenario(input: $input) {
27
+ deletedRiskAssessmentScenarioId
28
+ }
29
+ }
30
+ `;
31
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, {
32
+ input: { riskAssessmentScenarioId: scenarioId },
33
+ });
34
+ return {
35
+ json: responseData,
36
+ pairedItem: { item: itemIndex },
37
+ };
38
+ }
39
+ //# sourceMappingURL=deleteScenario.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteScenario.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/riskAssessment/deleteScenario.operation.ts"],"names":[],"mappings":";;;AAkCA,0BAsBC;AAzCD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,gBAAgB,CAAC;aAC7B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,kCAAkC;QAC/C,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,UAAU,GAAG,IAAI,CAAC,gBAAgB,CAAC,YAAY,EAAE,SAAS,CAAW,CAAC;IAE5E,MAAM,KAAK,GAAG;;;;;;EAMb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE;QAC5D,KAAK,EAAE,EAAE,wBAAwB,EAAE,UAAU,EAAE;KAC/C,CAAC,CAAC;IAEH,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = void 0;
4
+ exports.execute = execute;
5
+ const GenericFunctions_1 = require("../../GenericFunctions");
6
+ exports.description = [
7
+ {
8
+ displayName: 'Scope ID',
9
+ name: 'scopeId',
10
+ type: 'string',
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['riskAssessment'],
14
+ operation: ['deleteScope'],
15
+ },
16
+ },
17
+ default: '',
18
+ description: 'The ID of the scope to delete',
19
+ required: true,
20
+ },
21
+ ];
22
+ async function execute(itemIndex) {
23
+ const scopeId = this.getNodeParameter('scopeId', itemIndex);
24
+ const query = `
25
+ mutation DeleteRiskAssessmentScope($input: DeleteRiskAssessmentScopeInput!) {
26
+ deleteRiskAssessmentScope(input: $input) {
27
+ deletedRiskAssessmentScopeId
28
+ }
29
+ }
30
+ `;
31
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, {
32
+ input: { riskAssessmentScopeId: scopeId },
33
+ });
34
+ return {
35
+ json: responseData,
36
+ pairedItem: { item: itemIndex },
37
+ };
38
+ }
39
+ //# sourceMappingURL=deleteScope.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteScope.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/riskAssessment/deleteScope.operation.ts"],"names":[],"mappings":";;;AAkCA,0BAsBC;AAzCD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,aAAa,CAAC;aAC1B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,+BAA+B;QAC5C,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,CAAW,CAAC;IAEtE,MAAM,KAAK,GAAG;;;;;;EAMb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE;QAC5D,KAAK,EAAE,EAAE,qBAAqB,EAAE,OAAO,EAAE;KACzC,CAAC,CAAC;IAEH,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = void 0;
4
+ exports.execute = execute;
5
+ const GenericFunctions_1 = require("../../GenericFunctions");
6
+ exports.description = [
7
+ {
8
+ displayName: 'Threat ID',
9
+ name: 'threatId',
10
+ type: 'string',
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['riskAssessment'],
14
+ operation: ['deleteThreat'],
15
+ },
16
+ },
17
+ default: '',
18
+ description: 'The ID of the threat to delete',
19
+ required: true,
20
+ },
21
+ ];
22
+ async function execute(itemIndex) {
23
+ const threatId = this.getNodeParameter('threatId', itemIndex);
24
+ const query = `
25
+ mutation DeleteRiskAssessmentThreat($input: DeleteRiskAssessmentThreatInput!) {
26
+ deleteRiskAssessmentThreat(input: $input) {
27
+ deletedRiskAssessmentThreatId
28
+ }
29
+ }
30
+ `;
31
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, {
32
+ input: { riskAssessmentThreatId: threatId },
33
+ });
34
+ return {
35
+ json: responseData,
36
+ pairedItem: { item: itemIndex },
37
+ };
38
+ }
39
+ //# sourceMappingURL=deleteThreat.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteThreat.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/riskAssessment/deleteThreat.operation.ts"],"names":[],"mappings":";;;AAkCA,0BAsBC;AAzCD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,cAAc,CAAC;aAC3B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,gCAAgC;QAC7C,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,QAAQ,GAAG,IAAI,CAAC,gBAAgB,CAAC,UAAU,EAAE,SAAS,CAAW,CAAC;IAExE,MAAM,KAAK,GAAG;;;;;;EAMb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE;QAC5D,KAAK,EAAE,EAAE,sBAAsB,EAAE,QAAQ,EAAE;KAC3C,CAAC,CAAC;IAEH,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = void 0;
4
+ exports.execute = execute;
5
+ const GenericFunctions_1 = require("../../GenericFunctions");
6
+ exports.description = [
7
+ {
8
+ displayName: 'Risk Assessment ID',
9
+ name: 'riskAssessmentId',
10
+ type: 'string',
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['riskAssessment'],
14
+ operation: ['get'],
15
+ },
16
+ },
17
+ default: '',
18
+ description: 'The ID of the risk assessment',
19
+ required: true,
20
+ },
21
+ ];
22
+ async function execute(itemIndex) {
23
+ const riskAssessmentId = this.getNodeParameter('riskAssessmentId', itemIndex);
24
+ const query = `
25
+ query GetRiskAssessment($id: ID!) {
26
+ node(id: $id) {
27
+ ... on RiskAssessment {
28
+ id
29
+ name
30
+ description
31
+ createdAt
32
+ updatedAt
33
+ }
34
+ }
35
+ }
36
+ `;
37
+ const variables = {
38
+ id: riskAssessmentId,
39
+ };
40
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, variables);
41
+ return {
42
+ json: responseData,
43
+ pairedItem: { item: itemIndex },
44
+ };
45
+ }
46
+ //# sourceMappingURL=get.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/riskAssessment/get.operation.ts"],"names":[],"mappings":";;;AAkCA,0BA8BC;AAjDD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,oBAAoB;QACjC,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,+BAA+B;QAC5C,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,CAAC,kBAAkB,EAAE,SAAS,CAAW,CAAC;IAExF,MAAM,KAAK,GAAG;;;;;;;;;;;;EAYb,CAAC;IAEF,MAAM,SAAS,GAAG;QACjB,EAAE,EAAE,gBAAgB;KACpB,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,89 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = void 0;
4
+ exports.execute = execute;
5
+ const GenericFunctions_1 = require("../../GenericFunctions");
6
+ exports.description = [
7
+ {
8
+ displayName: 'Organization ID',
9
+ name: 'organizationId',
10
+ type: 'string',
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['riskAssessment'],
14
+ operation: ['getAll'],
15
+ },
16
+ },
17
+ default: '',
18
+ description: 'The ID of the organization',
19
+ required: true,
20
+ },
21
+ {
22
+ displayName: 'Return All',
23
+ name: 'returnAll',
24
+ type: 'boolean',
25
+ displayOptions: {
26
+ show: {
27
+ resource: ['riskAssessment'],
28
+ operation: ['getAll'],
29
+ },
30
+ },
31
+ default: false,
32
+ description: 'Whether to return all results or only up to a given limit',
33
+ },
34
+ {
35
+ displayName: 'Limit',
36
+ name: 'limit',
37
+ type: 'number',
38
+ displayOptions: {
39
+ show: {
40
+ resource: ['riskAssessment'],
41
+ operation: ['getAll'],
42
+ returnAll: [false],
43
+ },
44
+ },
45
+ typeOptions: {
46
+ minValue: 1,
47
+ },
48
+ default: 50,
49
+ description: 'Max number of results to return',
50
+ },
51
+ ];
52
+ async function execute(itemIndex) {
53
+ const organizationId = this.getNodeParameter('organizationId', itemIndex);
54
+ const returnAll = this.getNodeParameter('returnAll', itemIndex);
55
+ const limit = this.getNodeParameter('limit', itemIndex, 50);
56
+ const query = `
57
+ query GetRiskAssessments($organizationId: ID!, $first: Int, $after: CursorKey) {
58
+ node(id: $organizationId) {
59
+ ... on Organization {
60
+ riskAssessments(first: $first, after: $after) {
61
+ edges {
62
+ node {
63
+ id
64
+ name
65
+ description
66
+ createdAt
67
+ updatedAt
68
+ }
69
+ }
70
+ pageInfo {
71
+ hasNextPage
72
+ endCursor
73
+ }
74
+ }
75
+ }
76
+ }
77
+ }
78
+ `;
79
+ const riskAssessments = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { organizationId }, (response) => {
80
+ const data = response === null || response === void 0 ? void 0 : response.data;
81
+ const node = data === null || data === void 0 ? void 0 : data.node;
82
+ return node === null || node === void 0 ? void 0 : node.riskAssessments;
83
+ }, returnAll, limit);
84
+ return {
85
+ json: { riskAssessments },
86
+ pairedItem: { item: itemIndex },
87
+ };
88
+ }
89
+ //# sourceMappingURL=getAll.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAll.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/riskAssessment/getAll.operation.ts"],"names":[],"mappings":";;;AAgEA,0BAiDC;AAlGD,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,gBAAgB,CAAC;gBAC5B,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,gBAAgB,CAAC;gBAC5B,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,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,QAAQ,CAAC;gBACrB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;SACX;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,cAAc,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,SAAS,CAAW,CAAC;IACpF,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,EAAE,SAAS,CAAY,CAAC;IAC3E,MAAM,KAAK,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAEtE,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;;;;;;;EAsBb,CAAC;IAEF,MAAM,eAAe,GAAG,MAAM,0CAAuB,CAAC,IAAI,CACzD,IAAI,EACJ,KAAK,EACL,EAAE,cAAc,EAAE,EAClB,CAAC,QAAQ,EAAE,EAAE;QACZ,MAAM,IAAI,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAA+B,CAAC;QACvD,MAAM,IAAI,GAAG,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAA+B,CAAC;QACnD,OAAO,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,eAA0C,CAAC;IACzD,CAAC,EACD,SAAS,EACT,KAAK,CACL,CAAC;IAEF,OAAO;QACN,IAAI,EAAE,EAAE,eAAe,EAAE;QACzB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,90 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = void 0;
4
+ exports.execute = execute;
5
+ const GenericFunctions_1 = require("../../GenericFunctions");
6
+ exports.description = [
7
+ {
8
+ displayName: 'Scope ID',
9
+ name: 'scopeId',
10
+ type: 'string',
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['riskAssessment'],
14
+ operation: ['getAllNodes'],
15
+ },
16
+ },
17
+ default: '',
18
+ description: 'The ID of the scope',
19
+ required: true,
20
+ },
21
+ {
22
+ displayName: 'Return All',
23
+ name: 'returnAll',
24
+ type: 'boolean',
25
+ displayOptions: {
26
+ show: {
27
+ resource: ['riskAssessment'],
28
+ operation: ['getAllNodes'],
29
+ },
30
+ },
31
+ default: false,
32
+ description: 'Whether to return all results or only up to a given limit',
33
+ },
34
+ {
35
+ displayName: 'Limit',
36
+ name: 'limit',
37
+ type: 'number',
38
+ displayOptions: {
39
+ show: {
40
+ resource: ['riskAssessment'],
41
+ operation: ['getAllNodes'],
42
+ returnAll: [false],
43
+ },
44
+ },
45
+ typeOptions: {
46
+ minValue: 1,
47
+ },
48
+ default: 50,
49
+ description: 'Max number of results to return',
50
+ },
51
+ ];
52
+ async function execute(itemIndex) {
53
+ const scopeId = this.getNodeParameter('scopeId', itemIndex);
54
+ const returnAll = this.getNodeParameter('returnAll', itemIndex);
55
+ const limit = this.getNodeParameter('limit', itemIndex, 50);
56
+ const query = `
57
+ query GetNodes($scopeId: ID!, $first: Int, $after: CursorKey) {
58
+ node(id: $scopeId) {
59
+ ... on RiskAssessmentScope {
60
+ nodes(first: $first, after: $after) {
61
+ edges {
62
+ node {
63
+ id
64
+ riskAssessmentScopeId
65
+ nodeType
66
+ name
67
+ createdAt
68
+ updatedAt
69
+ }
70
+ }
71
+ pageInfo {
72
+ hasNextPage
73
+ endCursor
74
+ }
75
+ }
76
+ }
77
+ }
78
+ }
79
+ `;
80
+ const nodes = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { scopeId }, (response) => {
81
+ const data = response === null || response === void 0 ? void 0 : response.data;
82
+ const node = data === null || data === void 0 ? void 0 : data.node;
83
+ return node === null || node === void 0 ? void 0 : node.nodes;
84
+ }, returnAll, limit);
85
+ return {
86
+ json: { nodes },
87
+ pairedItem: { item: itemIndex },
88
+ };
89
+ }
90
+ //# sourceMappingURL=getAllNodes.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllNodes.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/riskAssessment/getAllNodes.operation.ts"],"names":[],"mappings":";;;AAgEA,0BAkDC;AAnGD,6DAAiE;AAEpD,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,aAAa,CAAC;aAC1B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,qBAAqB;QAClC,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,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,aAAa,CAAC;aAC1B;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,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,aAAa,CAAC;gBAC1B,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,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,CAAW,CAAC;IACtE,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,KAAK,GAAG,MAAM,0CAAuB,CAAC,IAAI,CAC/C,IAAI,EACJ,KAAK,EACL,EAAE,OAAO,EAAE,EACX,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,KAAgC,CAAC;IAC/C,CAAC,EACD,SAAS,EACT,KAAK,CACL,CAAC;IAEF,OAAO;QACN,IAAI,EAAE,EAAE,KAAK,EAAE;QACf,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = void 0;
4
+ exports.execute = execute;
5
+ const GenericFunctions_1 = require("../../GenericFunctions");
6
+ exports.description = [
7
+ {
8
+ displayName: 'Scope ID',
9
+ name: 'scopeId',
10
+ type: 'string',
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['riskAssessment'],
14
+ operation: ['getAllProcesses'],
15
+ },
16
+ },
17
+ default: '',
18
+ description: 'The ID of the scope',
19
+ required: true,
20
+ },
21
+ {
22
+ displayName: 'Return All',
23
+ name: 'returnAll',
24
+ type: 'boolean',
25
+ displayOptions: {
26
+ show: {
27
+ resource: ['riskAssessment'],
28
+ operation: ['getAllProcesses'],
29
+ },
30
+ },
31
+ default: false,
32
+ description: 'Whether to return all results or only up to a given limit',
33
+ },
34
+ {
35
+ displayName: 'Limit',
36
+ name: 'limit',
37
+ type: 'number',
38
+ displayOptions: {
39
+ show: {
40
+ resource: ['riskAssessment'],
41
+ operation: ['getAllProcesses'],
42
+ returnAll: [false],
43
+ },
44
+ },
45
+ typeOptions: {
46
+ minValue: 1,
47
+ },
48
+ default: 50,
49
+ description: 'Max number of results to return',
50
+ },
51
+ ];
52
+ async function execute(itemIndex) {
53
+ const scopeId = this.getNodeParameter('scopeId', itemIndex);
54
+ const returnAll = this.getNodeParameter('returnAll', itemIndex);
55
+ const limit = this.getNodeParameter('limit', itemIndex, 50);
56
+ const query = `
57
+ query GetProcesses($scopeId: ID!, $first: Int, $after: CursorKey) {
58
+ node(id: $scopeId) {
59
+ ... on RiskAssessmentScope {
60
+ processes(first: $first, after: $after) {
61
+ edges {
62
+ node {
63
+ id
64
+ riskAssessmentScopeId
65
+ sourceNodeId
66
+ targetNodeId
67
+ name
68
+ createdAt
69
+ updatedAt
70
+ }
71
+ }
72
+ pageInfo {
73
+ hasNextPage
74
+ endCursor
75
+ }
76
+ }
77
+ }
78
+ }
79
+ }
80
+ `;
81
+ const processes = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { scopeId }, (response) => {
82
+ const data = response === null || response === void 0 ? void 0 : response.data;
83
+ const node = data === null || data === void 0 ? void 0 : data.node;
84
+ return node === null || node === void 0 ? void 0 : node.processes;
85
+ }, returnAll, limit);
86
+ return {
87
+ json: { processes },
88
+ pairedItem: { item: itemIndex },
89
+ };
90
+ }
91
+ //# sourceMappingURL=getAllProcesses.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllProcesses.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/riskAssessment/getAllProcesses.operation.ts"],"names":[],"mappings":";;;AAgEA,0BAmDC;AApGD,6DAAiE;AAEpD,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,iBAAiB,CAAC;aAC9B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,qBAAqB;QAClC,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,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,iBAAiB,CAAC;aAC9B;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,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,iBAAiB,CAAC;gBAC9B,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,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,CAAW,CAAC;IACtE,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;;;;;;;;;;;;;;;;;;;;;;;;EAwBb,CAAC;IAEF,MAAM,SAAS,GAAG,MAAM,0CAAuB,CAAC,IAAI,CACnD,IAAI,EACJ,KAAK,EACL,EAAE,OAAO,EAAE,EACX,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,SAAoC,CAAC;IACnD,CAAC,EACD,SAAS,EACT,KAAK,CACL,CAAC;IAEF,OAAO;QACN,IAAI,EAAE,EAAE,SAAS,EAAE;QACnB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -0,0 +1,90 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = void 0;
4
+ exports.execute = execute;
5
+ const GenericFunctions_1 = require("../../GenericFunctions");
6
+ exports.description = [
7
+ {
8
+ displayName: 'Scope ID',
9
+ name: 'scopeId',
10
+ type: 'string',
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['riskAssessment'],
14
+ operation: ['getAllScenarios'],
15
+ },
16
+ },
17
+ default: '',
18
+ description: 'The ID of the scope',
19
+ required: true,
20
+ },
21
+ {
22
+ displayName: 'Return All',
23
+ name: 'returnAll',
24
+ type: 'boolean',
25
+ displayOptions: {
26
+ show: {
27
+ resource: ['riskAssessment'],
28
+ operation: ['getAllScenarios'],
29
+ },
30
+ },
31
+ default: false,
32
+ description: 'Whether to return all results or only up to a given limit',
33
+ },
34
+ {
35
+ displayName: 'Limit',
36
+ name: 'limit',
37
+ type: 'number',
38
+ displayOptions: {
39
+ show: {
40
+ resource: ['riskAssessment'],
41
+ operation: ['getAllScenarios'],
42
+ returnAll: [false],
43
+ },
44
+ },
45
+ typeOptions: {
46
+ minValue: 1,
47
+ },
48
+ default: 50,
49
+ description: 'Max number of results to return',
50
+ },
51
+ ];
52
+ async function execute(itemIndex) {
53
+ const scopeId = this.getNodeParameter('scopeId', itemIndex);
54
+ const returnAll = this.getNodeParameter('returnAll', itemIndex);
55
+ const limit = this.getNodeParameter('limit', itemIndex, 50);
56
+ const query = `
57
+ query GetScenarios($scopeId: ID!, $first: Int, $after: CursorKey) {
58
+ node(id: $scopeId) {
59
+ ... on RiskAssessmentScope {
60
+ scenarios(first: $first, after: $after) {
61
+ edges {
62
+ node {
63
+ id
64
+ riskAssessmentScopeId
65
+ name
66
+ description
67
+ createdAt
68
+ updatedAt
69
+ }
70
+ }
71
+ pageInfo {
72
+ hasNextPage
73
+ endCursor
74
+ }
75
+ }
76
+ }
77
+ }
78
+ }
79
+ `;
80
+ const scenarios = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { scopeId }, (response) => {
81
+ const data = response === null || response === void 0 ? void 0 : response.data;
82
+ const node = data === null || data === void 0 ? void 0 : data.node;
83
+ return node === null || node === void 0 ? void 0 : node.scenarios;
84
+ }, returnAll, limit);
85
+ return {
86
+ json: { scenarios },
87
+ pairedItem: { item: itemIndex },
88
+ };
89
+ }
90
+ //# sourceMappingURL=getAllScenarios.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllScenarios.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/riskAssessment/getAllScenarios.operation.ts"],"names":[],"mappings":";;;AAgEA,0BAkDC;AAnGD,6DAAiE;AAEpD,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,iBAAiB,CAAC;aAC9B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,qBAAqB;QAClC,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,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,iBAAiB,CAAC;aAC9B;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,gBAAgB,CAAC;gBAC5B,SAAS,EAAE,CAAC,iBAAiB,CAAC;gBAC9B,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,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,CAAW,CAAC;IACtE,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,SAAS,GAAG,MAAM,0CAAuB,CAAC,IAAI,CACnD,IAAI,EACJ,KAAK,EACL,EAAE,OAAO,EAAE,EACX,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,SAAoC,CAAC;IACnD,CAAC,EACD,SAAS,EACT,KAAK,CACL,CAAC;IAEF,OAAO;QACN,IAAI,EAAE,EAAE,SAAS,EAAE;QACnB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}