n8n-nodes-keephub 1.2.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 (294) hide show
  1. package/LICENSE.md +22 -0
  2. package/README.md +553 -0
  3. package/dist/credentials/Keephub.svg +8 -0
  4. package/dist/credentials/KeephubApi.credentials.d.ts +10 -0
  5. package/dist/credentials/KeephubApi.credentials.d.ts.map +1 -0
  6. package/dist/credentials/KeephubApi.credentials.js +121 -0
  7. package/dist/credentials/KeephubApi.credentials.js.map +1 -0
  8. package/dist/nodes/Keephub/Keephub.node.d.ts +6 -0
  9. package/dist/nodes/Keephub/Keephub.node.d.ts.map +1 -0
  10. package/dist/nodes/Keephub/Keephub.node.js +160 -0
  11. package/dist/nodes/Keephub/Keephub.node.js.map +1 -0
  12. package/dist/nodes/Keephub/Keephub.svg +8 -0
  13. package/dist/nodes/Keephub/actions/content/create.d.ts +9 -0
  14. package/dist/nodes/Keephub/actions/content/create.d.ts.map +1 -0
  15. package/dist/nodes/Keephub/actions/content/create.js +29 -0
  16. package/dist/nodes/Keephub/actions/content/create.js.map +1 -0
  17. package/dist/nodes/Keephub/actions/content/create.operation.d.ts +10 -0
  18. package/dist/nodes/Keephub/actions/content/create.operation.d.ts.map +1 -0
  19. package/dist/nodes/Keephub/actions/content/create.operation.js +34 -0
  20. package/dist/nodes/Keephub/actions/content/create.operation.js.map +1 -0
  21. package/dist/nodes/Keephub/actions/content/delete.d.ts +9 -0
  22. package/dist/nodes/Keephub/actions/content/delete.d.ts.map +1 -0
  23. package/dist/nodes/Keephub/actions/content/delete.js +28 -0
  24. package/dist/nodes/Keephub/actions/content/delete.js.map +1 -0
  25. package/dist/nodes/Keephub/actions/content/delete.operation.d.ts +10 -0
  26. package/dist/nodes/Keephub/actions/content/delete.operation.d.ts.map +1 -0
  27. package/dist/nodes/Keephub/actions/content/delete.operation.js +33 -0
  28. package/dist/nodes/Keephub/actions/content/delete.operation.js.map +1 -0
  29. package/dist/nodes/Keephub/actions/content/findByContentPool.d.ts +3 -0
  30. package/dist/nodes/Keephub/actions/content/findByContentPool.d.ts.map +1 -0
  31. package/dist/nodes/Keephub/actions/content/findByContentPool.js +54 -0
  32. package/dist/nodes/Keephub/actions/content/findByContentPool.js.map +1 -0
  33. package/dist/nodes/Keephub/actions/content/findByContentPool.operation.d.ts +10 -0
  34. package/dist/nodes/Keephub/actions/content/findByContentPool.operation.d.ts.map +1 -0
  35. package/dist/nodes/Keephub/actions/content/findByContentPool.operation.js +38 -0
  36. package/dist/nodes/Keephub/actions/content/findByContentPool.operation.js.map +1 -0
  37. package/dist/nodes/Keephub/actions/content/findByGroup.d.ts +3 -0
  38. package/dist/nodes/Keephub/actions/content/findByGroup.d.ts.map +1 -0
  39. package/dist/nodes/Keephub/actions/content/findByGroup.js +56 -0
  40. package/dist/nodes/Keephub/actions/content/findByGroup.js.map +1 -0
  41. package/dist/nodes/Keephub/actions/content/findByGroup.operation.d.ts +10 -0
  42. package/dist/nodes/Keephub/actions/content/findByGroup.operation.d.ts.map +1 -0
  43. package/dist/nodes/Keephub/actions/content/findByGroup.operation.js +38 -0
  44. package/dist/nodes/Keephub/actions/content/findByGroup.operation.js.map +1 -0
  45. package/dist/nodes/Keephub/actions/content/findByOrgunit.d.ts +3 -0
  46. package/dist/nodes/Keephub/actions/content/findByOrgunit.d.ts.map +1 -0
  47. package/dist/nodes/Keephub/actions/content/findByOrgunit.js +54 -0
  48. package/dist/nodes/Keephub/actions/content/findByOrgunit.js.map +1 -0
  49. package/dist/nodes/Keephub/actions/content/findByOrgunit.operation.d.ts +10 -0
  50. package/dist/nodes/Keephub/actions/content/findByOrgunit.operation.d.ts.map +1 -0
  51. package/dist/nodes/Keephub/actions/content/findByOrgunit.operation.js +38 -0
  52. package/dist/nodes/Keephub/actions/content/findByOrgunit.operation.js.map +1 -0
  53. package/dist/nodes/Keephub/actions/content/getById.d.ts +9 -0
  54. package/dist/nodes/Keephub/actions/content/getById.d.ts.map +1 -0
  55. package/dist/nodes/Keephub/actions/content/getById.js +28 -0
  56. package/dist/nodes/Keephub/actions/content/getById.js.map +1 -0
  57. package/dist/nodes/Keephub/actions/content/getById.operation.d.ts +10 -0
  58. package/dist/nodes/Keephub/actions/content/getById.operation.d.ts.map +1 -0
  59. package/dist/nodes/Keephub/actions/content/getById.operation.js +33 -0
  60. package/dist/nodes/Keephub/actions/content/getById.operation.js.map +1 -0
  61. package/dist/nodes/Keephub/actions/content/index.d.ts +8 -0
  62. package/dist/nodes/Keephub/actions/content/index.d.ts.map +1 -0
  63. package/dist/nodes/Keephub/actions/content/index.js +18 -0
  64. package/dist/nodes/Keephub/actions/content/index.js.map +1 -0
  65. package/dist/nodes/Keephub/actions/content/updateById.d.ts +9 -0
  66. package/dist/nodes/Keephub/actions/content/updateById.d.ts.map +1 -0
  67. package/dist/nodes/Keephub/actions/content/updateById.js +61 -0
  68. package/dist/nodes/Keephub/actions/content/updateById.js.map +1 -0
  69. package/dist/nodes/Keephub/actions/content/updateById.operation.d.ts +10 -0
  70. package/dist/nodes/Keephub/actions/content/updateById.operation.d.ts.map +1 -0
  71. package/dist/nodes/Keephub/actions/content/updateById.operation.js +85 -0
  72. package/dist/nodes/Keephub/actions/content/updateById.operation.js.map +1 -0
  73. package/dist/nodes/Keephub/actions/formSubmission/calculateResponseDuration.d.ts +9 -0
  74. package/dist/nodes/Keephub/actions/formSubmission/calculateResponseDuration.d.ts.map +1 -0
  75. package/dist/nodes/Keephub/actions/formSubmission/calculateResponseDuration.js +52 -0
  76. package/dist/nodes/Keephub/actions/formSubmission/calculateResponseDuration.js.map +1 -0
  77. package/dist/nodes/Keephub/actions/formSubmission/calculateResponseDuration.operation.d.ts +10 -0
  78. package/dist/nodes/Keephub/actions/formSubmission/calculateResponseDuration.operation.d.ts.map +1 -0
  79. package/dist/nodes/Keephub/actions/formSubmission/calculateResponseDuration.operation.js +57 -0
  80. package/dist/nodes/Keephub/actions/formSubmission/calculateResponseDuration.operation.js.map +1 -0
  81. package/dist/nodes/Keephub/actions/formSubmission/getById.d.ts +9 -0
  82. package/dist/nodes/Keephub/actions/formSubmission/getById.d.ts.map +1 -0
  83. package/dist/nodes/Keephub/actions/formSubmission/getById.js +29 -0
  84. package/dist/nodes/Keephub/actions/formSubmission/getById.js.map +1 -0
  85. package/dist/nodes/Keephub/actions/formSubmission/getById.operation.d.ts +10 -0
  86. package/dist/nodes/Keephub/actions/formSubmission/getById.operation.d.ts.map +1 -0
  87. package/dist/nodes/Keephub/actions/formSubmission/getById.operation.js +32 -0
  88. package/dist/nodes/Keephub/actions/formSubmission/getById.operation.js.map +1 -0
  89. package/dist/nodes/Keephub/actions/formSubmission/getSubmissionOrgunits.d.ts +9 -0
  90. package/dist/nodes/Keephub/actions/formSubmission/getSubmissionOrgunits.d.ts.map +1 -0
  91. package/dist/nodes/Keephub/actions/formSubmission/getSubmissionOrgunits.js +55 -0
  92. package/dist/nodes/Keephub/actions/formSubmission/getSubmissionOrgunits.js.map +1 -0
  93. package/dist/nodes/Keephub/actions/formSubmission/getSubmissionOrgunits.operation.d.ts +10 -0
  94. package/dist/nodes/Keephub/actions/formSubmission/getSubmissionOrgunits.operation.d.ts.map +1 -0
  95. package/dist/nodes/Keephub/actions/formSubmission/getSubmissionOrgunits.operation.js +60 -0
  96. package/dist/nodes/Keephub/actions/formSubmission/getSubmissionOrgunits.operation.js.map +1 -0
  97. package/dist/nodes/Keephub/actions/formSubmission/getSubmitterDetails.d.ts +9 -0
  98. package/dist/nodes/Keephub/actions/formSubmission/getSubmitterDetails.d.ts.map +1 -0
  99. package/dist/nodes/Keephub/actions/formSubmission/getSubmitterDetails.js +33 -0
  100. package/dist/nodes/Keephub/actions/formSubmission/getSubmitterDetails.js.map +1 -0
  101. package/dist/nodes/Keephub/actions/formSubmission/getSubmitterDetails.operation.d.ts +10 -0
  102. package/dist/nodes/Keephub/actions/formSubmission/getSubmitterDetails.operation.d.ts.map +1 -0
  103. package/dist/nodes/Keephub/actions/formSubmission/getSubmitterDetails.operation.js +38 -0
  104. package/dist/nodes/Keephub/actions/formSubmission/getSubmitterDetails.operation.js.map +1 -0
  105. package/dist/nodes/Keephub/actions/formSubmission/index.d.ts +6 -0
  106. package/dist/nodes/Keephub/actions/formSubmission/index.d.ts.map +1 -0
  107. package/dist/nodes/Keephub/actions/formSubmission/index.js +14 -0
  108. package/dist/nodes/Keephub/actions/formSubmission/index.js.map +1 -0
  109. package/dist/nodes/Keephub/actions/formSubmission/updateFormSubmissionOrgunits.operation.d.ts +10 -0
  110. package/dist/nodes/Keephub/actions/formSubmission/updateFormSubmissionOrgunits.operation.d.ts.map +1 -0
  111. package/dist/nodes/Keephub/actions/formSubmission/updateFormSubmissionOrgunits.operation.js +42 -0
  112. package/dist/nodes/Keephub/actions/formSubmission/updateFormSubmissionOrgunits.operation.js.map +1 -0
  113. package/dist/nodes/Keephub/actions/formSubmission/updateSubmissionOrgunits.d.ts +9 -0
  114. package/dist/nodes/Keephub/actions/formSubmission/updateSubmissionOrgunits.d.ts.map +1 -0
  115. package/dist/nodes/Keephub/actions/formSubmission/updateSubmissionOrgunits.js +48 -0
  116. package/dist/nodes/Keephub/actions/formSubmission/updateSubmissionOrgunits.js.map +1 -0
  117. package/dist/nodes/Keephub/actions/formSubmission/updateSubmissionOrgunits.operation.d.ts +10 -0
  118. package/dist/nodes/Keephub/actions/formSubmission/updateSubmissionOrgunits.operation.d.ts.map +1 -0
  119. package/dist/nodes/Keephub/actions/formSubmission/updateSubmissionOrgunits.operation.js +53 -0
  120. package/dist/nodes/Keephub/actions/formSubmission/updateSubmissionOrgunits.operation.js.map +1 -0
  121. package/dist/nodes/Keephub/actions/orgchart/getAncestors.d.ts +9 -0
  122. package/dist/nodes/Keephub/actions/orgchart/getAncestors.d.ts.map +1 -0
  123. package/dist/nodes/Keephub/actions/orgchart/getAncestors.js +48 -0
  124. package/dist/nodes/Keephub/actions/orgchart/getAncestors.js.map +1 -0
  125. package/dist/nodes/Keephub/actions/orgchart/getAncestors.operation.d.ts +10 -0
  126. package/dist/nodes/Keephub/actions/orgchart/getAncestors.operation.d.ts.map +1 -0
  127. package/dist/nodes/Keephub/actions/orgchart/getAncestors.operation.js +53 -0
  128. package/dist/nodes/Keephub/actions/orgchart/getAncestors.operation.js.map +1 -0
  129. package/dist/nodes/Keephub/actions/orgchart/getById.d.ts +9 -0
  130. package/dist/nodes/Keephub/actions/orgchart/getById.d.ts.map +1 -0
  131. package/dist/nodes/Keephub/actions/orgchart/getById.js +26 -0
  132. package/dist/nodes/Keephub/actions/orgchart/getById.js.map +1 -0
  133. package/dist/nodes/Keephub/actions/orgchart/getById.operation.d.ts +10 -0
  134. package/dist/nodes/Keephub/actions/orgchart/getById.operation.d.ts.map +1 -0
  135. package/dist/nodes/Keephub/actions/orgchart/getById.operation.js +31 -0
  136. package/dist/nodes/Keephub/actions/orgchart/getById.operation.js.map +1 -0
  137. package/dist/nodes/Keephub/actions/orgchart/getChildren.d.ts +3 -0
  138. package/dist/nodes/Keephub/actions/orgchart/getChildren.d.ts.map +1 -0
  139. package/dist/nodes/Keephub/actions/orgchart/getChildren.js +59 -0
  140. package/dist/nodes/Keephub/actions/orgchart/getChildren.js.map +1 -0
  141. package/dist/nodes/Keephub/actions/orgchart/getChildren.operation.d.ts +10 -0
  142. package/dist/nodes/Keephub/actions/orgchart/getChildren.operation.d.ts.map +1 -0
  143. package/dist/nodes/Keephub/actions/orgchart/getChildren.operation.js +80 -0
  144. package/dist/nodes/Keephub/actions/orgchart/getChildren.operation.js.map +1 -0
  145. package/dist/nodes/Keephub/actions/orgchart/getParent.d.ts +9 -0
  146. package/dist/nodes/Keephub/actions/orgchart/getParent.d.ts.map +1 -0
  147. package/dist/nodes/Keephub/actions/orgchart/getParent.js +37 -0
  148. package/dist/nodes/Keephub/actions/orgchart/getParent.js.map +1 -0
  149. package/dist/nodes/Keephub/actions/orgchart/getParent.operation.d.ts +10 -0
  150. package/dist/nodes/Keephub/actions/orgchart/getParent.operation.d.ts.map +1 -0
  151. package/dist/nodes/Keephub/actions/orgchart/getParent.operation.js +42 -0
  152. package/dist/nodes/Keephub/actions/orgchart/getParent.operation.js.map +1 -0
  153. package/dist/nodes/Keephub/actions/orgchart/index.d.ts +6 -0
  154. package/dist/nodes/Keephub/actions/orgchart/index.d.ts.map +1 -0
  155. package/dist/nodes/Keephub/actions/orgchart/index.js +12 -0
  156. package/dist/nodes/Keephub/actions/orgchart/index.js.map +1 -0
  157. package/dist/nodes/Keephub/actions/task/create.d.ts +9 -0
  158. package/dist/nodes/Keephub/actions/task/create.d.ts.map +1 -0
  159. package/dist/nodes/Keephub/actions/task/create.js +94 -0
  160. package/dist/nodes/Keephub/actions/task/create.js.map +1 -0
  161. package/dist/nodes/Keephub/actions/task/create.operation.d.ts +10 -0
  162. package/dist/nodes/Keephub/actions/task/create.operation.d.ts.map +1 -0
  163. package/dist/nodes/Keephub/actions/task/create.operation.js +99 -0
  164. package/dist/nodes/Keephub/actions/task/create.operation.js.map +1 -0
  165. package/dist/nodes/Keephub/actions/task/delete.d.ts +9 -0
  166. package/dist/nodes/Keephub/actions/task/delete.d.ts.map +1 -0
  167. package/dist/nodes/Keephub/actions/task/delete.js +34 -0
  168. package/dist/nodes/Keephub/actions/task/delete.js.map +1 -0
  169. package/dist/nodes/Keephub/actions/task/delete.operation.d.ts +10 -0
  170. package/dist/nodes/Keephub/actions/task/delete.operation.d.ts.map +1 -0
  171. package/dist/nodes/Keephub/actions/task/delete.operation.js +39 -0
  172. package/dist/nodes/Keephub/actions/task/delete.operation.js.map +1 -0
  173. package/dist/nodes/Keephub/actions/task/getById.d.ts +9 -0
  174. package/dist/nodes/Keephub/actions/task/getById.d.ts.map +1 -0
  175. package/dist/nodes/Keephub/actions/task/getById.js +28 -0
  176. package/dist/nodes/Keephub/actions/task/getById.js.map +1 -0
  177. package/dist/nodes/Keephub/actions/task/getById.operation.d.ts +10 -0
  178. package/dist/nodes/Keephub/actions/task/getById.operation.d.ts.map +1 -0
  179. package/dist/nodes/Keephub/actions/task/getById.operation.js +33 -0
  180. package/dist/nodes/Keephub/actions/task/getById.operation.js.map +1 -0
  181. package/dist/nodes/Keephub/actions/task/getByOrgunit.d.ts +3 -0
  182. package/dist/nodes/Keephub/actions/task/getByOrgunit.d.ts.map +1 -0
  183. package/dist/nodes/Keephub/actions/task/getByOrgunit.js +67 -0
  184. package/dist/nodes/Keephub/actions/task/getByOrgunit.js.map +1 -0
  185. package/dist/nodes/Keephub/actions/task/getProgress.d.ts +9 -0
  186. package/dist/nodes/Keephub/actions/task/getProgress.d.ts.map +1 -0
  187. package/dist/nodes/Keephub/actions/task/getProgress.js +34 -0
  188. package/dist/nodes/Keephub/actions/task/getProgress.js.map +1 -0
  189. package/dist/nodes/Keephub/actions/task/getStatus.d.ts +9 -0
  190. package/dist/nodes/Keephub/actions/task/getStatus.d.ts.map +1 -0
  191. package/dist/nodes/Keephub/actions/task/getStatus.js +34 -0
  192. package/dist/nodes/Keephub/actions/task/getStatus.js.map +1 -0
  193. package/dist/nodes/Keephub/actions/task/getStatus.operation.d.ts +10 -0
  194. package/dist/nodes/Keephub/actions/task/getStatus.operation.d.ts.map +1 -0
  195. package/dist/nodes/Keephub/actions/task/getStatus.operation.js +38 -0
  196. package/dist/nodes/Keephub/actions/task/getStatus.operation.js.map +1 -0
  197. package/dist/nodes/Keephub/actions/task/getStatusCounts.d.ts +9 -0
  198. package/dist/nodes/Keephub/actions/task/getStatusCounts.d.ts.map +1 -0
  199. package/dist/nodes/Keephub/actions/task/getStatusCounts.js +35 -0
  200. package/dist/nodes/Keephub/actions/task/getStatusCounts.js.map +1 -0
  201. package/dist/nodes/Keephub/actions/task/getStatusCounts.operation.d.ts +10 -0
  202. package/dist/nodes/Keephub/actions/task/getStatusCounts.operation.d.ts.map +1 -0
  203. package/dist/nodes/Keephub/actions/task/getStatusCounts.operation.js +40 -0
  204. package/dist/nodes/Keephub/actions/task/getStatusCounts.operation.js.map +1 -0
  205. package/dist/nodes/Keephub/actions/task/index.d.ts +7 -0
  206. package/dist/nodes/Keephub/actions/task/index.d.ts.map +1 -0
  207. package/dist/nodes/Keephub/actions/task/index.js +16 -0
  208. package/dist/nodes/Keephub/actions/task/index.js.map +1 -0
  209. package/dist/nodes/Keephub/actions/task/updateById.operation.d.ts +10 -0
  210. package/dist/nodes/Keephub/actions/task/updateById.operation.d.ts.map +1 -0
  211. package/dist/nodes/Keephub/actions/task/updateById.operation.js +61 -0
  212. package/dist/nodes/Keephub/actions/task/updateById.operation.js.map +1 -0
  213. package/dist/nodes/Keephub/actions/user/findByGroup.d.ts +9 -0
  214. package/dist/nodes/Keephub/actions/user/findByGroup.d.ts.map +1 -0
  215. package/dist/nodes/Keephub/actions/user/findByGroup.js +27 -0
  216. package/dist/nodes/Keephub/actions/user/findByGroup.js.map +1 -0
  217. package/dist/nodes/Keephub/actions/user/findByGroup.operation.d.ts +10 -0
  218. package/dist/nodes/Keephub/actions/user/findByGroup.operation.d.ts.map +1 -0
  219. package/dist/nodes/Keephub/actions/user/findByGroup.operation.js +36 -0
  220. package/dist/nodes/Keephub/actions/user/findByGroup.operation.js.map +1 -0
  221. package/dist/nodes/Keephub/actions/user/findById.operation.d.ts +10 -0
  222. package/dist/nodes/Keephub/actions/user/findById.operation.d.ts.map +1 -0
  223. package/dist/nodes/Keephub/actions/user/findById.operation.js +23 -0
  224. package/dist/nodes/Keephub/actions/user/findById.operation.js.map +1 -0
  225. package/dist/nodes/Keephub/actions/user/findByLoginName.d.ts +9 -0
  226. package/dist/nodes/Keephub/actions/user/findByLoginName.d.ts.map +1 -0
  227. package/dist/nodes/Keephub/actions/user/findByLoginName.js +28 -0
  228. package/dist/nodes/Keephub/actions/user/findByLoginName.js.map +1 -0
  229. package/dist/nodes/Keephub/actions/user/findByLoginName.operation.d.ts +10 -0
  230. package/dist/nodes/Keephub/actions/user/findByLoginName.operation.d.ts.map +1 -0
  231. package/dist/nodes/Keephub/actions/user/findByLoginName.operation.js +36 -0
  232. package/dist/nodes/Keephub/actions/user/findByLoginName.operation.js.map +1 -0
  233. package/dist/nodes/Keephub/actions/user/findByOrgunit.d.ts +9 -0
  234. package/dist/nodes/Keephub/actions/user/findByOrgunit.d.ts.map +1 -0
  235. package/dist/nodes/Keephub/actions/user/findByOrgunit.js +27 -0
  236. package/dist/nodes/Keephub/actions/user/findByOrgunit.js.map +1 -0
  237. package/dist/nodes/Keephub/actions/user/findByOrgunit.operation.d.ts +10 -0
  238. package/dist/nodes/Keephub/actions/user/findByOrgunit.operation.d.ts.map +1 -0
  239. package/dist/nodes/Keephub/actions/user/findByOrgunit.operation.js +36 -0
  240. package/dist/nodes/Keephub/actions/user/findByOrgunit.operation.js.map +1 -0
  241. package/dist/nodes/Keephub/actions/user/findByUsername.operation.d.ts +10 -0
  242. package/dist/nodes/Keephub/actions/user/findByUsername.operation.d.ts.map +1 -0
  243. package/dist/nodes/Keephub/actions/user/findByUsername.operation.js +25 -0
  244. package/dist/nodes/Keephub/actions/user/findByUsername.operation.js.map +1 -0
  245. package/dist/nodes/Keephub/actions/user/getById.d.ts +9 -0
  246. package/dist/nodes/Keephub/actions/user/getById.d.ts.map +1 -0
  247. package/dist/nodes/Keephub/actions/user/getById.js +23 -0
  248. package/dist/nodes/Keephub/actions/user/getById.js.map +1 -0
  249. package/dist/nodes/Keephub/actions/user/getById.operation.d.ts +10 -0
  250. package/dist/nodes/Keephub/actions/user/getById.operation.d.ts.map +1 -0
  251. package/dist/nodes/Keephub/actions/user/getById.operation.js +32 -0
  252. package/dist/nodes/Keephub/actions/user/getById.operation.js.map +1 -0
  253. package/dist/nodes/Keephub/actions/user/index.d.ts +5 -0
  254. package/dist/nodes/Keephub/actions/user/index.d.ts.map +1 -0
  255. package/dist/nodes/Keephub/actions/user/index.js +12 -0
  256. package/dist/nodes/Keephub/actions/user/index.js.map +1 -0
  257. package/dist/nodes/Keephub/descriptions/AuthDescription.d.ts +19 -0
  258. package/dist/nodes/Keephub/descriptions/AuthDescription.d.ts.map +1 -0
  259. package/dist/nodes/Keephub/descriptions/AuthDescription.js +26 -0
  260. package/dist/nodes/Keephub/descriptions/AuthDescription.js.map +1 -0
  261. package/dist/nodes/Keephub/descriptions/ContentDescription.d.ts +176 -0
  262. package/dist/nodes/Keephub/descriptions/ContentDescription.d.ts.map +1 -0
  263. package/dist/nodes/Keephub/descriptions/ContentDescription.js +233 -0
  264. package/dist/nodes/Keephub/descriptions/ContentDescription.js.map +1 -0
  265. package/dist/nodes/Keephub/descriptions/FormSubmissionDescription.d.ts +39 -0
  266. package/dist/nodes/Keephub/descriptions/FormSubmissionDescription.d.ts.map +1 -0
  267. package/dist/nodes/Keephub/descriptions/FormSubmissionDescription.js +79 -0
  268. package/dist/nodes/Keephub/descriptions/FormSubmissionDescription.js.map +1 -0
  269. package/dist/nodes/Keephub/descriptions/OrgchartDescription.d.ts +3 -0
  270. package/dist/nodes/Keephub/descriptions/OrgchartDescription.d.ts.map +1 -0
  271. package/dist/nodes/Keephub/descriptions/OrgchartDescription.js +87 -0
  272. package/dist/nodes/Keephub/descriptions/OrgchartDescription.js.map +1 -0
  273. package/dist/nodes/Keephub/descriptions/TaskDescription.d.ts +195 -0
  274. package/dist/nodes/Keephub/descriptions/TaskDescription.d.ts.map +1 -0
  275. package/dist/nodes/Keephub/descriptions/TaskDescription.js +209 -0
  276. package/dist/nodes/Keephub/descriptions/TaskDescription.js.map +1 -0
  277. package/dist/nodes/Keephub/descriptions/UserDescription.d.ts +39 -0
  278. package/dist/nodes/Keephub/descriptions/UserDescription.d.ts.map +1 -0
  279. package/dist/nodes/Keephub/descriptions/UserDescription.js +80 -0
  280. package/dist/nodes/Keephub/descriptions/UserDescription.js.map +1 -0
  281. package/dist/nodes/Keephub/util.d.ts +2 -0
  282. package/dist/nodes/Keephub/util.d.ts.map +1 -0
  283. package/dist/nodes/Keephub/util.js +8 -0
  284. package/dist/nodes/Keephub/util.js.map +1 -0
  285. package/dist/nodes/Keephub/utils/helpers.d.ts +40 -0
  286. package/dist/nodes/Keephub/utils/helpers.d.ts.map +1 -0
  287. package/dist/nodes/Keephub/utils/helpers.js +151 -0
  288. package/dist/nodes/Keephub/utils/helpers.js.map +1 -0
  289. package/dist/nodes/Keephub/utils/index.d.ts +2 -0
  290. package/dist/nodes/Keephub/utils/index.d.ts.map +1 -0
  291. package/dist/nodes/Keephub/utils/index.js +18 -0
  292. package/dist/nodes/Keephub/utils/index.js.map +1 -0
  293. package/dist/nodes/KeephubTrigger/Keephub.svg +8 -0
  294. package/package.json +65 -0
package/LICENSE.md ADDED
@@ -0,0 +1,22 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Keephub
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+ EOF
package/README.md ADDED
@@ -0,0 +1,553 @@
1
+ <div align="center">
2
+ <a href="https://keephub.io" target="_blank">
3
+ <img src="https://github.com/RetailInTouch/n8n-nodes-keephub/blob/master/assets/Keephub%20Banner.png?raw=true" alt="Keephub Banner" width="50%" height="auto">
4
+ </a>
5
+ </div>
6
+
7
+ # ๐Ÿš€ n8n-nodes-keephub
8
+
9
+ <div align="center">
10
+
11
+ [![npm version](https://img.shields.io/npm/v/n8n-nodes-keephub.svg?style=flat-square)](https://www.npmjs.com/package/n8n-nodes-keephub)
12
+ [![npm downloads](https://img.shields.io/npm/dm/n8n-nodes-keephub.svg?style=flat-square)](https://www.npmjs.com/package/n8n-nodes-keephub)
13
+ [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](./LICENSE)
14
+ [![Maintenance](https://img.shields.io/badge/maintained%3F-yes-green.svg?style=flat-square)](https://github.com/RetailInTouch/n8n-nodes-keephub)
15
+
16
+ **Seamlessly integrate Keephub with your n8n workflows** ๐ŸŽฏ
17
+
18
+ Unlock the power of employee engagement and communication automation with this comprehensive n8n community node for Keephub.
19
+
20
+ [๐Ÿ”ง Installation](#-installation) โ€ข [๐Ÿ“š Documentation](#-operations) โ€ข [๐Ÿš€ Quick Start](#-quick-start) โ€ข [๐Ÿค Contributing](#-contributing)
21
+
22
+ </div>
23
+
24
+ ---
25
+
26
+ ## ๐Ÿ“– About
27
+
28
+ This is a professional **n8n community node** that enables you to harness the full power of **Keephub** within your workflow automation.
29
+
30
+ **Keephub** is an enterprise-grade employee engagement platform for managing:
31
+ - ๐Ÿ‘ฅ User management and organizational structures
32
+ - ๐Ÿ“ฐ Content creation and distribution
33
+ - โœ… Task management and templates
34
+ - ๐Ÿ“‹ Dynamic form submissions and responses
35
+
36
+ **n8n** is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform that puts automation in the hands of technical and business users.
37
+
38
+ ---
39
+
40
+ ## ๐Ÿ”ง Installation
41
+
42
+ <!--
43
+ ### ๐Ÿ“ฆ Community Nodes Method (Recommended)
44
+
45
+ 1. Open your n8n instance
46
+ 2. Navigate to **Settings** โš™๏ธ โ†’ **Community Nodes**
47
+ 3. Click **Install a community node**
48
+ 4. Enter: `n8n-nodes-keephub`
49
+ 5. Click **Install**
50
+ 6. โœ… Done! The node is ready to use -->
51
+
52
+ ### ๐Ÿ› ๏ธ Manual Installation
53
+
54
+ **For Local n8n:**
55
+ ```bash
56
+ cd ~/.n8n/nodes
57
+ npm install n8n-nodes-keephub
58
+ ```
59
+
60
+ **For Docker:**
61
+ ```bash
62
+ docker exec -it <n8n-container> sh
63
+ cd /home/node/.n8n/nodes
64
+ npm install n8n-nodes-keephub
65
+ # Restart your container
66
+ ```
67
+
68
+ **For Node.js n8n:**
69
+ ```bash
70
+ npm install -g n8n-nodes-keephub
71
+ ```
72
+
73
+ > [!TIP]
74
+ > Restart your n8n instance and the Keephub node will appear in your palette! ๐ŸŽจ
75
+
76
+ ---
77
+
78
+ ## ๐Ÿš€ Quick Start
79
+
80
+ ### 1๏ธโƒฃ Set Up Credentials
81
+
82
+ 1. In n8n, go to **Credentials** ๐Ÿ”
83
+ 2. Create **New** โ†’ Search for **Keephub API**
84
+ 3. Fill in your credentials:
85
+ - **Client URL**: https://yourcompany.keephub.io
86
+ - **Auth Type**: Choose Bearer Token or Username/Password
87
+ - **Language** (optional): Default is `en`
88
+ 4. Test & Save โœ”๏ธ
89
+
90
+ ### 2๏ธโƒฃ Add the Node to Your Workflow
91
+
92
+ 1. Click **+** to add a node
93
+ 2. Search for **Keephub**
94
+ 3. Select your resource and operation
95
+ 4. Configure parameters
96
+ 5. Run! ๐Ÿƒ
97
+
98
+ ### 3๏ธโƒฃ Example: Get User Info
99
+
100
+ ```
101
+ Keephub Node Configuration:
102
+ โ”œโ”€โ”€ Resource: User
103
+ โ”œโ”€โ”€ Operation: Find by Login Name
104
+ โ””โ”€โ”€ Login Name: john.doe
105
+
106
+ Output:
107
+ {
108
+ "id": "63bd885034d0466d11073575",
109
+ "loginName": "john.doe",
110
+ "firstName": "John",
111
+ "lastName": "Doe",
112
+ "email": "john.doe@company.com"
113
+ }
114
+ ```
115
+
116
+ ---
117
+
118
+ ## ๐Ÿ“š Operations
119
+
120
+ ### ๐Ÿ‘ฅ **User Operations**
121
+
122
+ | Operation | Description |
123
+ |-----------|-------------|
124
+ | ๐Ÿ†” **Get by ID** | Retrieve a user by their unique ID |
125
+ | ๐Ÿ” **Find by Login Name** | Search users by login name |
126
+ | ๐Ÿ‘จโ€๐Ÿ’ผ **Find by Group** | Fetch all users in a specific group |
127
+ | ๐Ÿข **Find by Orgunit** | Retrieve users from an organization unit |
128
+
129
+ **Example:**
130
+ ```javascript
131
+ // Get all users in a group
132
+ {
133
+ "resource": "user",
134
+ "operation": "findByGroup",
135
+ "groupId": "group_12345"
136
+ }
137
+ ```
138
+
139
+ ---
140
+
141
+ ### ๐Ÿ“ฐ **Content Operations**
142
+
143
+ | Operation | Description |
144
+ |-----------|-------------|
145
+ | โœจ **Create** | Create new content (news, forms, manuals, etc.) |
146
+ | ๐Ÿ—‘๏ธ **Delete** | Remove content |
147
+ | ๐Ÿ“ **Find by Content Pool** | Filter content by pool with optional sorting |
148
+ | ๐Ÿท๏ธ **Find by Group** | Get content assigned to groups with optional sorting |
149
+ | ๐Ÿข **Find by Orgunit** | Retrieve content by organization with optional sorting |
150
+ | ๐Ÿ“– **Get by ID** | Retrieve specific content |
151
+ | โœ๏ธ **Update by ID** | Modify existing content |
152
+
153
+ **Example - Create Content:**
154
+ ```json
155
+ {
156
+ "resource": "content",
157
+ "operation": "create",
158
+ "defineContentInput": "json",
159
+ "contentBody": {
160
+ "originLanguage": "en",
161
+ "contentType": "news",
162
+ "contentPool": "POOL_ID",
163
+ "title": { "en": "๐ŸŽ‰ Company Announcement" },
164
+ "message": { "en": "<p>Great news everyone!</p>" },
165
+ "orgchartSelection": { "include": ["root0001"], "exclude": [] }
166
+ }
167
+ }
168
+ ```
169
+
170
+ **Example - Find Content by Orgunit with Filtering:**
171
+ ```json
172
+ {
173
+ "resource": "content",
174
+ "operation": "findByOrgunit",
175
+ "orgunitId": "root0077",
176
+ "limit": 50,
177
+ "options": {
178
+ "skip": 0,
179
+ "sortBy": "createdAt",
180
+ "sortOrder": 1
181
+ }
182
+ }
183
+ ```
184
+ Content Filtering Parameters:
185
+
186
+ Limit (optional, default: 50): Maximum number of results to return
187
+
188
+ Options:
189
+
190
+ Skip: Number of results to skip (pagination)
191
+
192
+ Sort Field: Field to sort by (e.g., createdAt, updatedAt)
193
+
194
+ Sort Order: 1 for ascending, -1 for descending
195
+
196
+ ---
197
+
198
+ ### โœ… **Task Operations**
199
+
200
+ | Operation | Description |
201
+ |-----------|-------------|
202
+ | โž• **Create** | Create a new task template |
203
+ | ๐Ÿ—‘๏ธ **Delete** | Remove a task template |
204
+ | ๐Ÿ“‹ **Get by ID** | Retrieve a task template |
205
+ | ๐Ÿ” **Get By Orgunit** | Fetch tasks by organization unit with filtering & pagination |
206
+ | ๐Ÿ“Š **Get Progress** | Check task template progress |
207
+ | ๐Ÿ“ˆ **Get Status Counts** | View task completion statistics |
208
+
209
+ **Example:**
210
+ ```javascript
211
+ {
212
+ "resource": "task",
213
+ "operation": "create",
214
+ "defineTaskInput": "json",
215
+ "taskJsonBody": {
216
+ "title": { "en": "Q4 Performance Review" },
217
+ "template": {
218
+ "form": {
219
+ "fields": [
220
+ { "name": "rating", "type": "number" },
221
+ { "name": "feedback", "type": "text" }
222
+ ]
223
+ }
224
+ }
225
+ }
226
+ }
227
+ ```
228
+ **Example - Get Tasks by Orgunit with Filtering:**
229
+ ```json
230
+ {
231
+ "resource": "task",
232
+ "operation": "getTaskByOrgunit",
233
+ "orgunitId": "root0077",
234
+ "limit": 50,
235
+ "options": {
236
+ "skip": 0,
237
+ "sortBy": "template.dueDate",
238
+ "sortOrder": 1,
239
+ "startDateGte": "2025-11-01T00:00:00Z",
240
+ "startDateLte": "2025-11-30T23:59:59Z"
241
+ }
242
+ }
243
+ ```
244
+ Parameters:
245
+
246
+ Orgunit ID (required): The organization unit ID to filter tasks
247
+
248
+ Limit (optional, default: 50): Maximum number of results to return
249
+
250
+ Options:
251
+
252
+ Skip: Number of results to skip (pagination)
253
+
254
+ Sort Field: Field to sort by (e.g., template.dueDate)
255
+
256
+ Sort Order: 1 for ascending, -1 for descending
257
+
258
+ Start Date After: Filter tasks created/updated after this date (dateTime picker)
259
+
260
+ Start Date Before: Filter tasks created/updated before this date (dateTime picker)
261
+
262
+ ---
263
+
264
+ ### ๐Ÿ“‹ **Form Submission Operations**
265
+
266
+ | Operation | Description |
267
+ |-----------|-------------|
268
+ | ๐Ÿ“ฅ **Get** | Fetch complete form submission data |
269
+ | ๐Ÿ‘ค **Get Submitter Details** | Retrieve full user profile of submitter |
270
+ | ๐Ÿข **Get Submission Orgunits** | View orgunit hierarchy |
271
+ | ๐Ÿ“ **Update Submission Orgunits** | Change visibility by orgunit |
272
+ | โฑ๏ธ **Calculate Response Duration** | Time from creation to submission |
273
+
274
+ **Example - Calculate Response Time:**
275
+ ```javascript
276
+ {
277
+ "resource": "formSubmission",
278
+ "operation": "calculateResponseDuration",
279
+ "formSubmissionId": "form_67890"
280
+ }
281
+
282
+ // Returns:
283
+ {
284
+ "duration": {
285
+ "days": 2,
286
+ "hours": 5,
287
+ "minutes": 30,
288
+ "totalSeconds": 183930
289
+ }
290
+ }
291
+ ```
292
+
293
+ ---
294
+
295
+ ### Orgchart Operations
296
+
297
+ | Operation | Description |
298
+ |-----------|-------------|
299
+ | **Get by ID** | Retrieve an orgchart node by ID |
300
+ | **Get Parent** | Fetch the parent node of an orgchart node |
301
+ | **Get Ancestors** | Get all ancestors in the org hierarchy |
302
+ | **Get Children** | Retrieve all children/descendants |
303
+
304
+ **Example:**
305
+ ```javascript
306
+ {
307
+ resource: "orgchart",
308
+ operation: "getChildren",
309
+ nodeId: "node123"
310
+ }
311
+ ```
312
+
313
+ ---
314
+
315
+
316
+ ## ๐Ÿ” Credentials Setup
317
+
318
+ ### Bearer Token Authentication
319
+ ```
320
+ โœ“ Most secure for API integrations
321
+ โœ“ Use existing API tokens from Keephub
322
+ โœ“ Perfect for server-to-server communication
323
+ ```
324
+
325
+ ### Username/Password Authentication
326
+ ```
327
+ โœ“ Automatic token generation
328
+ โœ“ Simple to set up
329
+ โœ“ Credentials securely stored in n8n
330
+ ```
331
+
332
+ **All credentials are encrypted** ๐Ÿ”’ and never exposed in logs or workflows.
333
+
334
+ ---
335
+
336
+ ## ๐Ÿ’ก Real-World Examples
337
+
338
+ ### ๐Ÿ“ง Example 1: Auto-Create Tasks from Email
339
+
340
+ ```
341
+ Gmail Trigger
342
+ โ†“
343
+ Extract email data
344
+ โ†“
345
+ Keephub: Create Task
346
+ โ†“
347
+ Send confirmation email
348
+ ```
349
+
350
+ ### ๐Ÿ“Š Example 2: Sync Users to Slack
351
+
352
+ ```
353
+ Keephub: Get all users in a group
354
+ โ†“
355
+ Filter active users
356
+ โ†“
357
+ Slack: Create channels per active users in group
358
+ ```
359
+
360
+ ### ๐Ÿ“‹ Example 3: Form Response Automation
361
+
362
+ ```
363
+ Keephub: Form Submission Trigger
364
+ โ†“
365
+ Get submitter details
366
+ โ†“
367
+ Calculate response time
368
+ โ†“
369
+ Store in database
370
+ โ†“
371
+ Send thank you message
372
+ ```
373
+
374
+ ---
375
+
376
+ ## โš™๏ธ Node Configuration
377
+
378
+ ### Input Data
379
+ - All parameters support dynamic expressions with `{{ }}`
380
+ - Use previous node outputs: `{{ $node["Previous Node"].json.field }}`
381
+ - Access environment variables: `{{ $env.MY_VAR }}`
382
+
383
+ ### Output Format
384
+ ```javascript
385
+ {
386
+ "pairedItem": { "item": 0 },
387
+ "json": {
388
+ // API response data
389
+ }
390
+ }
391
+ ```
392
+
393
+ ### Error Handling
394
+ Enable "Continue on Error" to handle failures gracefully in your workflow.
395
+
396
+ ---
397
+
398
+ ## ๐Ÿ“ฆ Requirements
399
+
400
+ | Requirement | Version |
401
+ |-----------|---------|
402
+ | **n8n** | v0.199.0+ |
403
+ | **Node.js** | 14.20.0+ |
404
+ | **npm** | 6.0.0+ |
405
+
406
+ ---
407
+
408
+ ## ๐Ÿ› Troubleshooting
409
+
410
+ ### โŒ "Authentication failed"
411
+ - โœ… Verify your Keephub instance URL
412
+ - โœ… Check API credentials are correct
413
+ - โœ… Ensure credentials have required permissions
414
+
415
+ ### โŒ "Unknown operation"
416
+ - โœ… Verify resource and operation combination exist
417
+ - โœ… Check node version is latest
418
+ - โœ… Try refreshing the node palette
419
+
420
+ ### โŒ "Connection timeout"
421
+ - โœ… Check network connectivity
422
+ - โœ… Verify firewall allows outbound HTTPS
423
+ - โœ… Check Keephub instance is accessible
424
+
425
+ ---
426
+
427
+ ## ๐Ÿ“š Documentation
428
+
429
+ - ๐Ÿ“– [n8n Documentation](https://docs.n8n.io/)
430
+ - ๐Ÿ”— [Keephub API Docs](https://dev.api.keephub.io/api-docs/)
431
+ - ๐Ÿ’ฌ [n8n Community Forum](https://community.n8n.io/)
432
+
433
+ ---
434
+
435
+ ## ๐Ÿ—๏ธ Project Structure
436
+
437
+ ```
438
+ n8n-nodes-keephub/
439
+ โ”œโ”€โ”€ nodes/
440
+ โ”‚ โ””โ”€โ”€ Keephub/
441
+ โ”‚ โ”œโ”€โ”€ Keephub.node.ts # Main node class
442
+ โ”‚ โ”œโ”€โ”€ descriptions/ # Field definitions
443
+ โ”‚ โ”‚ โ”œโ”€โ”€ UserDescription.ts
444
+ โ”‚ โ”‚ โ”œโ”€โ”€ ContentDescription.ts
445
+ โ”‚ โ”‚ โ”œโ”€โ”€ TaskDescription.ts
446
+ โ”‚ โ”‚ โ”œโ”€โ”€ FormSubmissionDescription.ts
447
+ โ”‚ โ”‚ โ””โ”€โ”€ OrgchartDescription.ts
448
+ โ”‚ โ”œโ”€โ”€ actions/ # Operation implementations
449
+ โ”‚ โ”‚ โ”œโ”€โ”€ user/
450
+ โ”‚ โ”‚ โ”œโ”€โ”€ content/
451
+ โ”‚ โ”‚ โ”œโ”€โ”€ task/
452
+ โ”‚ โ”‚ โ”œโ”€โ”€ formSubmission/
453
+ โ”‚ โ”‚ โ””โ”€โ”€ orgchart/
454
+ โ”‚ โ””โ”€โ”€ utils/
455
+ โ”‚ โ””โ”€โ”€ helpers.ts
456
+ โ”œโ”€โ”€ credentials/
457
+ โ”‚ โ””โ”€โ”€ KeephubApi.credentials.ts
458
+ โ”œโ”€โ”€ package.json
459
+ โ””โ”€โ”€ README.md
460
+ ```
461
+
462
+ ---
463
+
464
+ ## ๐Ÿš€ Development
465
+
466
+ ### Build
467
+ ```bash
468
+ npm run build
469
+ ```
470
+
471
+ ### Test
472
+ ```bash
473
+ npm run test
474
+ ```
475
+
476
+ ### Lint
477
+ ```bash
478
+ npm run lint
479
+ ```
480
+
481
+ ---
482
+
483
+ ## ๐Ÿ“ Version History
484
+
485
+ ### v1.0.0 (2025-01-09) ๐ŸŽ‰
486
+ - โœจ Initial release
487
+ - ๐Ÿ‘ฅ User management operations
488
+ - ๐Ÿ“ฐ Content creation & management
489
+ - โœ… Task template operations
490
+ - ๐Ÿ“‹ Form submission handling
491
+ - ๐Ÿ” Secure API authentication
492
+ - v1.1.0 (2025-11-10) ๐Ÿ“ฆ
493
+ - ๐Ÿ“Š Added Orgchart operations (Get, Parent, Ancestors, Children)
494
+ - ๐Ÿงน Fixed console.log in updateById operation
495
+ - ๐Ÿ”ง Code cleanup and optimizations
496
+ - v1.2.0 (2025-11-12) ๐Ÿ†•
497
+ - ๐Ÿ” Added Get By Orgunit task operation
498
+ - ๐Ÿ“… Date range filtering support for tasks (Start Date Before/After)
499
+ - ๐Ÿ“ฐ Enhanced Content filtering:
500
+
501
+ ---
502
+
503
+ ## ๐Ÿค Contributing
504
+
505
+ Contributions are welcome! ๐Ÿ™Œ
506
+
507
+ 1. **Fork** the repository
508
+ 2. **Create** a feature branch (`git checkout -b feature/amazing-feature`)
509
+ 3. **Commit** your changes (`git commit -m 'Add amazing feature'`)
510
+ 4. **Push** to the branch (`git push origin feature/amazing-feature`)
511
+ 5. **Open** a Pull Request
512
+
513
+ ### Development Setup
514
+ ```bash
515
+ git clone https://github.com/RetailInTouch/n8n-nodes-keephub.git
516
+ cd n8n-nodes-keephub
517
+ npm install
518
+ npm run build
519
+ ```
520
+
521
+ ---
522
+
523
+ ## ๐Ÿ“„ License
524
+
525
+ This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
526
+
527
+ ---
528
+
529
+ ## ๐Ÿ™ Support
530
+
531
+ Found a bug? Have a feature request?
532
+
533
+ - ๐Ÿ› [Open an Issue](https://github.com/RetailInTouch/n8n-nodes-keephub/issues)
534
+ - ๐Ÿ’ฌ [Start a Discussion](https://github.com/RetailInTouch/n8n-nodes-keephub/discussions)
535
+ -
536
+ ---
537
+
538
+ ## โญ Show Your Support
539
+
540
+ If you find this node useful, please consider:
541
+ - โญ Starring this repository
542
+ - ๐Ÿฆ Sharing it on social media
543
+ - ๐Ÿ“ข Recommending it to the community
544
+
545
+ ---
546
+
547
+ <div align="center">
548
+
549
+ **Made with โค๏ธ for the automation community**
550
+
551
+ [Visit n8n](https://n8n.io) โ€ข [View on npm](https://www.npmjs.com/package/n8n-nodes-keephub) โ€ข [GitHub Repo](https://github.com/RetailInTouch/n8n-nodes-keephub)
552
+
553
+ </div>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="525" height="525">
3
+ <path d="M0 0 C0.93384521 -0.00217529 1.86769043 -0.00435059 2.82983398 -0.0065918 C4.3255896 0.00053833 4.3255896 0.00053833 5.8515625 0.0078125 C6.85711182 0.01192139 7.86266113 0.01603027 8.89868164 0.02026367 C26.69092065 0.15440864 26.69092065 0.15440864 35.4765625 4.1328125 C37.45164923 4.38361716 39.42757742 4.63405556 41.41015625 4.81640625 C44.98247159 5.36339593 48.14406994 6.7641102 51.4765625 8.1328125 C51.4765625 8.7928125 51.4765625 9.4528125 51.4765625 10.1328125 C52.4665625 9.8028125 53.4565625 9.4728125 54.4765625 9.1328125 C56.640625 10.171875 56.640625 10.171875 59.1015625 11.7578125 C62.43448636 13.85668 65.76400633 15.87981594 69.2265625 17.7578125 C82.52136377 25.10740334 82.52136377 25.10740334 85.5390625 31.3203125 C86.75484407 33.67082354 88.14636006 34.00529519 90.4765625 35.1328125 C90.8065625 36.1228125 91.1365625 37.1128125 91.4765625 38.1328125 C93.35972409 39.24117673 93.35972409 39.24117673 95.4765625 40.1328125 C98.56449505 42.1914342 98.95494857 42.9881437 100.4765625 46.1328125 C101.1365625 46.4628125 101.7965625 46.7928125 102.4765625 47.1328125 C102.4765625 48.1228125 102.4765625 49.1128125 102.4765625 50.1328125 C103.1365625 50.1328125 103.7965625 50.1328125 104.4765625 50.1328125 C104.4765625 51.1228125 104.4765625 52.1128125 104.4765625 53.1328125 C105.1365625 53.1328125 105.7965625 53.1328125 106.4765625 53.1328125 C107.984375 55.25 107.984375 55.25 109.6015625 58.0078125 C110.14039063 58.91273438 110.67921875 59.81765625 111.234375 60.75 C112.4765625 63.1328125 112.4765625 63.1328125 112.4765625 65.1328125 C113.1365625 65.4628125 113.7965625 65.7928125 114.4765625 66.1328125 C115.6640625 68.0703125 115.6640625 68.0703125 116.4765625 70.1328125 C116.1465625 70.7928125 115.8165625 71.4528125 115.4765625 72.1328125 C116.1365625 72.1328125 116.7965625 72.1328125 117.4765625 72.1328125 C119.21626606 74.56839749 120.36795455 76.53546878 120.90625 79.49609375 C121.72099799 83.26290807 123.56848651 86.27964357 125.41796875 89.6328125 C126.57498074 92.36523933 126.5985555 94.20010087 126.4765625 97.1328125 C127.31969583 99.60198867 128.31616441 101.83088668 129.5390625 104.1328125 C130.63008964 106.46033707 131.04450191 108.60217193 131.4765625 111.1328125 C131.6828125 112.0403125 131.8890625 112.9478125 132.1015625 113.8828125 C132.2253125 114.6253125 132.3490625 115.3678125 132.4765625 116.1328125 C132.1465625 116.4628125 131.8165625 116.7928125 131.4765625 117.1328125 C131.693125 117.82246094 131.9096875 118.51210937 132.1328125 119.22265625 C133.97910367 125.45388894 134.6856239 130.65190921 134.4765625 137.1328125 C134.8065625 137.4628125 135.1365625 137.7928125 135.4765625 138.1328125 C135.54861761 139.81890216 135.56042318 141.50781909 135.5390625 143.1953125 C135.53003906 144.11441406 135.52101563 145.03351563 135.51171875 145.98046875 C135.49431641 147.04587891 135.49431641 147.04587891 135.4765625 148.1328125 C135.8065625 148.1328125 136.1365625 148.1328125 136.4765625 148.1328125 C136.50341345 150.61205051 136.52332797 153.0910009 136.5390625 155.5703125 C136.54744141 156.27736328 136.55582031 156.98441406 136.56445312 157.71289062 C136.57309838 159.51974809 136.52876261 161.32668853 136.4765625 163.1328125 C136.1465625 163.4628125 135.8165625 163.7928125 135.4765625 164.1328125 C135.40397804 166.62336672 135.4801989 169.09917747 135.5390625 171.58984375 C135.48052057 173.9717687 135.05764447 175.84051276 134.4765625 178.1328125 C134.44860146 180.40165125 134.53968995 182.64746977 134.63671875 184.9140625 C134.4547886 187.43446063 133.62659391 188.90941844 132.4765625 191.1328125 C132.4765625 192.2259375 132.4765625 193.3190625 132.4765625 194.4453125 C132.4765625 198.43081389 131.65447967 201.33730161 130.4765625 205.1328125 C129.03614348 210.57288977 129.03614348 210.57288977 128.4765625 216.1328125 C127.8165625 216.1328125 127.1565625 216.1328125 126.4765625 216.1328125 C126.5590625 217.1021875 126.6415625 218.0715625 126.7265625 219.0703125 C126.76089849 223.28505552 125.22060948 226.40505252 123.3515625 230.1171875 C122.27745949 232.22523467 122.27745949 232.22523467 122.4765625 235.1328125 C121.8165625 235.1328125 121.1565625 235.1328125 120.4765625 235.1328125 C120.3734375 236.1434375 120.2703125 237.1540625 120.1640625 238.1953125 C118.84507814 245.74949566 114.91317457 252.34622563 111.4765625 259.1328125 C110.43384537 261.21562027 109.39219615 263.29896298 108.3515625 265.3828125 C106.39322917 269.29947917 104.43489583 273.21614583 102.4765625 277.1328125 C101.8165625 277.1328125 101.1565625 277.1328125 100.4765625 277.1328125 C100.38117188 277.67808594 100.28578125 278.22335937 100.1875 278.78515625 C99.27882879 281.78576832 97.79937723 284.06262511 96.1015625 286.6953125 C95.49570312 287.64535156 94.88984375 288.59539062 94.265625 289.57421875 C92.78729304 291.68842711 91.37410598 293.4040689 89.4765625 295.1328125 C83.94377692 293.79153115 80.69234885 289.5811625 77.4765625 285.1328125 C77.4765625 284.4728125 77.4765625 283.8128125 77.4765625 283.1328125 C76.8165625 283.1328125 76.1565625 283.1328125 75.4765625 283.1328125 C75.2290625 282.3490625 74.9815625 281.5653125 74.7265625 280.7578125 C73.7671378 278.03447462 73.7671378 278.03447462 71.6328125 277.25 C68.88924433 275.82851359 67.5883248 274.08333724 65.7265625 271.6328125 C65.11296875 270.83875 64.499375 270.0446875 63.8671875 269.2265625 C62.4765625 267.1328125 62.4765625 267.1328125 62.4765625 265.1328125 C61.4865625 264.8028125 60.4965625 264.4728125 59.4765625 264.1328125 C59.4765625 263.4728125 59.4765625 262.8128125 59.4765625 262.1328125 C58.8165625 262.1328125 58.1565625 262.1328125 57.4765625 262.1328125 C57.4765625 261.1428125 57.4765625 260.1528125 57.4765625 259.1328125 C56.90679687 258.89820313 56.33703125 258.66359375 55.75 258.421875 C49.10252354 254.65268731 44.24977895 247.00045814 39.828125 240.88671875 C38.52129737 239.1908644 37.14563434 237.73718859 35.6015625 236.2578125 C34.9003125 235.5565625 34.1990625 234.8553125 33.4765625 234.1328125 C33.4765625 233.4728125 33.4765625 232.8128125 33.4765625 232.1328125 C32.8578125 231.8853125 32.2390625 231.6378125 31.6015625 231.3828125 C29.06363888 229.88991625 28.7350937 228.72853309 27.4765625 226.1328125 C26.4865625 225.3903125 26.4865625 225.3903125 25.4765625 224.6328125 C23.4765625 223.1328125 23.4765625 223.1328125 22.5390625 221.1953125 C21.55403968 218.93576958 21.55403968 218.93576958 19.1640625 217.296875 C11.1352506 210.83181426 5.31590654 201.87420669 3.4765625 191.6953125 C2.98227413 185.59192573 5.81446416 180.45700917 8.4765625 175.1328125 C9.1365625 175.1328125 9.7965625 175.1328125 10.4765625 175.1328125 C10.5590625 174.5140625 10.6415625 173.8953125 10.7265625 173.2578125 C11.4765625 171.1328125 11.4765625 171.1328125 13.5390625 169.8828125 C14.1784375 169.6353125 14.8178125 169.3878125 15.4765625 169.1328125 C15.4765625 168.4728125 15.4765625 167.8128125 15.4765625 167.1328125 C16.1365625 167.1328125 16.7965625 167.1328125 17.4765625 167.1328125 C17.8478125 165.9571875 17.8478125 165.9571875 18.2265625 164.7578125 C19.69796244 161.66787263 20.54974705 161.59622023 23.4765625 160.1328125 C23.8065625 159.3078125 24.1365625 158.4828125 24.4765625 157.6328125 C25.4765625 155.1328125 25.4765625 155.1328125 27.6015625 153.8203125 C28.2203125 153.5934375 28.8390625 153.3665625 29.4765625 153.1328125 C29.4765625 152.4728125 29.4765625 151.8128125 29.4765625 151.1328125 C30.1365625 151.1328125 30.7965625 151.1328125 31.4765625 151.1328125 C31.7240625 150.57078125 31.9715625 150.00875 32.2265625 149.4296875 C33.68931117 146.74188681 35.44461123 144.66875768 37.4765625 142.3828125 C38.1778125 141.58359375 38.8790625 140.784375 39.6015625 139.9609375 C41.4765625 138.1328125 41.4765625 138.1328125 43.4765625 138.1328125 C43.7034375 137.4315625 43.9303125 136.7303125 44.1640625 136.0078125 C45.81497538 132.39152715 47.767446 130.04511274 50.4765625 127.1328125 C51.1365625 127.1328125 51.7965625 127.1328125 52.4765625 127.1328125 C52.8478125 126.2665625 52.8478125 126.2665625 53.2265625 125.3828125 C54.65737618 122.80734788 56.36575131 121.18154101 58.4765625 119.1328125 C59.81483554 117.47010963 61.14846035 115.80365069 62.4765625 114.1328125 C64.21398447 112.31985045 66.0280426 110.61035767 67.8515625 108.8828125 C69.91276706 106.72345534 71.49516826 104.75719348 73.1640625 102.3203125 C73.9271875 101.2684375 74.6903125 100.2165625 75.4765625 99.1328125 C76.1365625 99.1328125 76.7965625 99.1328125 77.4765625 99.1328125 C77.4765625 98.4728125 77.4765625 97.8128125 77.4765625 97.1328125 C78.1365625 97.1328125 78.7965625 97.1328125 79.4765625 97.1328125 C79.69570313 96.59527344 79.91484375 96.05773437 80.140625 95.50390625 C81.93462089 92.31982582 84.3527841 89.82889342 86.8515625 87.1953125 C89.57542042 84.30030308 92.23586349 81.43727563 94.703125 78.31640625 C96.4765625 76.1328125 96.4765625 76.1328125 98.4765625 75.1328125 C99.1571875 73.988125 99.1571875 73.988125 99.8515625 72.8203125 C101.47252534 70.13948934 103.23454898 68.29640168 105.4765625 66.1328125 C95.55761069 66.07808405 85.63962552 66.06650334 75.72058773 66.10946655 C71.1142498 66.12807416 66.50888625 66.1320176 61.90258789 66.10205078 C57.45406201 66.0736565 53.00716069 66.08430167 48.55871773 66.12161255 C46.86473484 66.12903874 45.17063038 66.12257888 43.47675896 66.10177612 C34.24459058 65.70453153 34.24459058 65.70453153 25.9079895 68.91015625 C24.15204918 70.90454787 22.80813385 72.84211965 21.4765625 75.1328125 C20.8165625 75.7928125 20.1565625 76.4528125 19.4765625 77.1328125 C18.55190729 78.18836769 17.63617261 79.25176514 16.7265625 80.3203125 C16.200625 80.93519531 15.6746875 81.55007812 15.1328125 82.18359375 C14.02349723 83.48913224 12.91936133 84.79908842 11.8203125 86.11328125 C11.294375 86.73847656 10.7684375 87.36367187 10.2265625 88.0078125 C9.74703125 88.58273438 9.2675 89.15765625 8.7734375 89.75 C7.4765625 91.1328125 7.4765625 91.1328125 5.4765625 92.1328125 C5.0228125 92.9165625 4.5690625 93.7003125 4.1015625 94.5078125 C2.43070086 97.20689669 0.9713125 98.26175 -1.5234375 100.1328125 C-2.2659375 101.3703125 -2.2659375 101.3703125 -3.0234375 102.6328125 C-4.61378926 105.28339877 -6.08775766 106.30605262 -8.5234375 108.1328125 C-9.529865 109.79560577 -10.52929157 111.46264734 -11.5234375 113.1328125 C-13.17690637 114.81257327 -14.84623374 116.47674997 -16.5234375 118.1328125 C-18.60789697 120.34184396 -20.65920099 122.5809017 -22.7109375 124.8203125 C-28.29877534 130.90815034 -28.29877534 130.90815034 -30.5234375 133.1328125 C-31.36200459 134.17027051 -32.19504149 135.21221509 -33.0234375 136.2578125 C-33.8484375 137.2065625 -34.6734375 138.1553125 -35.5234375 139.1328125 C-36.1834375 139.1328125 -36.8434375 139.1328125 -37.5234375 139.1328125 C-37.5234375 140.1228125 -37.5234375 141.1128125 -37.5234375 142.1328125 C-38.1834375 142.1328125 -38.8434375 142.1328125 -39.5234375 142.1328125 C-39.7915625 142.7515625 -40.0596875 143.3703125 -40.3359375 144.0078125 C-41.5234375 146.1328125 -41.5234375 146.1328125 -44.5234375 148.1328125 C-45.0184375 148.9784375 -45.5134375 149.8240625 -46.0234375 150.6953125 C-47.5234375 153.1328125 -47.5234375 153.1328125 -50.5234375 154.1328125 C-50.5234375 154.7928125 -50.5234375 155.4528125 -50.5234375 156.1328125 C-51.1834375 156.1328125 -51.8434375 156.1328125 -52.5234375 156.1328125 C-52.6265625 156.7103125 -52.7296875 157.2878125 -52.8359375 157.8828125 C-53.63240215 160.48942408 -54.71409027 162.1063436 -56.5234375 164.1328125 C-57.1834375 164.1328125 -57.8434375 164.1328125 -58.5234375 164.1328125 C-59.59868944 166.78510062 -60.61799901 169.41649704 -61.5234375 172.1328125 C-62.1834375 172.1328125 -62.8434375 172.1328125 -63.5234375 172.1328125 C-63.6678125 173.1846875 -63.8121875 174.2365625 -63.9609375 175.3203125 C-64.5234375 179.1328125 -64.5234375 179.1328125 -65.046875 181.2421875 C-65.75804673 185.55585208 -65.70779086 189.8309208 -65.7109375 194.1953125 C-65.72318359 195.09314453 -65.73542969 195.99097656 -65.74804688 196.91601562 C-65.74998047 197.78291016 -65.75191406 198.64980469 -65.75390625 199.54296875 C-65.75801514 200.32808838 -65.76212402 201.11320801 -65.76635742 201.92211914 C-65.49445757 204.39654439 -64.71155078 205.96442822 -63.5234375 208.1328125 C-63.2965625 208.9990625 -63.0696875 209.8653125 -62.8359375 210.7578125 C-60.3703467 217.09790313 -55.99338644 222.4949863 -51.5859375 227.6328125 C-49.5234375 230.1328125 -49.5234375 230.1328125 -49.5234375 232.1328125 C-48.8634375 232.1328125 -48.2034375 232.1328125 -47.5234375 232.1328125 C-44.5234375 235.59435096 -44.5234375 235.59435096 -44.5234375 238.1328125 C-43.63398438 238.52146484 -43.63398438 238.52146484 -42.7265625 238.91796875 C-40.36485609 240.22025721 -39.01457304 241.52579728 -37.2734375 243.5703125 C-36.49226563 244.46556641 -36.49226563 244.46556641 -35.6953125 245.37890625 C-34.5234375 247.1328125 -34.5234375 247.1328125 -34.5234375 250.1328125 C-33.5334375 250.4628125 -32.5434375 250.7928125 -31.5234375 251.1328125 C-31.5234375 251.7928125 -31.5234375 252.4528125 -31.5234375 253.1328125 C-30.8634375 253.1328125 -30.2034375 253.1328125 -29.5234375 253.1328125 C-29.5234375 254.1228125 -29.5234375 255.1128125 -29.5234375 256.1328125 C-28.564375 256.5040625 -28.564375 256.5040625 -27.5859375 256.8828125 C-24.9791365 258.46269189 -25.23148672 259.30061561 -24.5234375 262.1328125 C-23.93691406 262.4009375 -23.35039062 262.6690625 -22.74609375 262.9453125 C-19.83008772 264.50324894 -18.44436964 266.50352289 -16.4609375 269.1328125 C-14.20375748 272.1135032 -12.65592361 274.04448843 -9.5234375 276.1328125 C-9.2346875 276.7309375 -8.9459375 277.3290625 -8.6484375 277.9453125 C-7.1196539 280.91794728 -4.91011528 282.80163885 -2.5234375 285.1328125 C2.4765625 290.63552989 2.4765625 290.63552989 2.4765625 293.1328125 C3.04117188 293.35195313 3.60578125 293.57109375 4.1875 293.796875 C7.21090513 295.56138789 8.91646391 297.78192028 11.1015625 300.5078125 C11.87757813 301.46429688 12.65359375 302.42078125 13.453125 303.40625 C15.4765625 306.1328125 15.4765625 306.1328125 16.5625 308.421875 C17.4182057 310.49544059 17.4182057 310.49544059 20.4765625 311.1328125 C20.7859375 311.9371875 21.0953125 312.7415625 21.4140625 313.5703125 C22.68453115 316.63438395 23.57003466 316.82018702 26.4765625 318.1328125 C26.8065625 319.1228125 27.1365625 320.1128125 27.4765625 321.1328125 C28.1571875 321.6278125 28.8378125 322.1228125 29.5390625 322.6328125 C30.498125 323.3753125 30.498125 323.3753125 31.4765625 324.1328125 C31.4765625 325.1228125 31.4765625 326.1128125 31.4765625 327.1328125 C32.1159375 327.4009375 32.7553125 327.6690625 33.4140625 327.9453125 C35.4765625 329.1328125 35.4765625 329.1328125 36.4765625 332.1328125 C37.4665625 332.9165625 38.4565625 333.7003125 39.4765625 334.5078125 C42.4765625 337.1328125 42.4765625 337.1328125 43.3515625 339.9453125 C43.3928125 340.6671875 43.4340625 341.3890625 43.4765625 342.1328125 C42.8165625 342.1328125 42.1565625 342.1328125 41.4765625 342.1328125 C41.1465625 343.1228125 40.8165625 344.1128125 40.4765625 345.1328125 C38 346.81640625 38 346.81640625 34.8515625 348.5703125 C33.21380859 349.49263672 33.21380859 349.49263672 31.54296875 350.43359375 C30.02509766 351.27470703 30.02509766 351.27470703 28.4765625 352.1328125 C27.24613368 352.83895111 26.01667281 353.54678525 24.7890625 354.2578125 C23.6959375 354.8765625 22.6028125 355.4953125 21.4765625 356.1328125 C20.72375 356.59042969 19.9709375 357.04804688 19.1953125 357.51953125 C18.00421875 358.22529297 18.00421875 358.22529297 16.7890625 358.9453125 C15.70044922 359.60466797 15.70044922 359.60466797 14.58984375 360.27734375 C12.08878724 361.28978622 10.96682614 361.04909461 8.4765625 360.1328125 C8.1465625 361.1228125 7.8165625 362.1128125 7.4765625 363.1328125 C2.46524639 365.64922445 -3.03419537 366.34863505 -8.5234375 367.1328125 C-9.1834375 367.7928125 -9.8434375 368.4528125 -10.5234375 369.1328125 C-12.19010417 369.1328125 -13.85677083 369.1328125 -15.5234375 369.1328125 C-16.25304687 369.44992187 -16.98265625 369.76703125 -17.734375 370.09375 C-21.15330078 371.36746745 -24.19900484 371.55387235 -27.8359375 371.7578125 C-29.71732422 371.86996094 -29.71732422 371.86996094 -31.63671875 371.984375 C-32.58933594 372.03335937 -33.54195312 372.08234375 -34.5234375 372.1328125 C-34.5234375 372.4628125 -34.5234375 372.7928125 -34.5234375 373.1328125 C-37.64841813 373.16177226 -40.7733644 373.17959733 -43.8984375 373.1953125 C-44.78789062 373.20369141 -45.67734375 373.21207031 -46.59375 373.22070312 C-47.86992187 373.22553711 -47.86992187 373.22553711 -49.171875 373.23046875 C-50.35015869 373.23832397 -50.35015869 373.23832397 -51.55224609 373.24633789 C-53.5234375 373.1328125 -53.5234375 373.1328125 -55.5234375 372.1328125 C-58.24598556 371.85661197 -60.96843441 371.68681679 -63.69921875 371.51171875 C-66.60189008 371.12228705 -68.84880454 370.29470586 -71.5234375 369.1328125 C-73.18665232 368.78266201 -74.85378299 368.45084193 -76.5234375 368.1328125 C-88.21326739 365.32725333 -99.19187552 359.15955699 -109.5234375 353.1328125 C-109.5234375 352.4728125 -109.5234375 351.8128125 -109.5234375 351.1328125 C-110.1009375 351.0296875 -110.6784375 350.9265625 -111.2734375 350.8203125 C-113.88004908 350.02384785 -115.4969686 348.94215973 -117.5234375 347.1328125 C-117.5234375 346.4728125 -117.5234375 345.8128125 -117.5234375 345.1328125 C-118.1215625 345.0503125 -118.7196875 344.9678125 -119.3359375 344.8828125 C-122.15276023 343.91704471 -123.00142882 342.64412683 -124.5234375 340.1328125 C-124.5234375 339.4728125 -124.5234375 338.8128125 -124.5234375 338.1328125 C-125.8434375 337.8028125 -127.1634375 337.4728125 -128.5234375 337.1328125 C-128.5234375 336.4728125 -128.5234375 335.8128125 -128.5234375 335.1328125 C-129.1834375 335.1328125 -129.8434375 335.1328125 -130.5234375 335.1328125 C-135.5234375 329.65662202 -135.5234375 329.65662202 -135.5234375 327.1328125 C-136.1834375 327.1328125 -136.8434375 327.1328125 -137.5234375 327.1328125 C-137.6265625 326.4934375 -137.7296875 325.8540625 -137.8359375 325.1953125 C-138.0628125 324.5146875 -138.2896875 323.8340625 -138.5234375 323.1328125 C-139.5134375 322.8028125 -140.5034375 322.4728125 -141.5234375 322.1328125 C-142.93383789 320.26269531 -142.93383789 320.26269531 -144.37109375 317.8359375 C-144.89380859 316.959375 -145.41652344 316.0828125 -145.95507812 315.1796875 C-146.76235352 313.79523438 -146.76235352 313.79523438 -147.5859375 312.3828125 C-148.12798828 311.4753125 -148.67003906 310.5678125 -149.22851562 309.6328125 C-151.65381888 305.53168166 -153.81565748 301.58853229 -155.5234375 297.1328125 C-156.32843648 295.37934938 -157.14124187 293.62945366 -157.9609375 291.8828125 C-161.27011486 284.62019316 -163.39425484 278.03709113 -164.5234375 270.1328125 C-165.1834375 269.4728125 -165.8434375 268.8128125 -166.5234375 268.1328125 C-167.18772021 264.95901735 -167.56573256 261.78840987 -167.9609375 258.5703125 C-168.33868751 255.23187185 -168.33868751 255.23187185 -169.6484375 252.8203125 C-171.02948261 248.57853108 -170.14941799 244.48929835 -169.5234375 240.1328125 C-170.1834375 240.1328125 -170.8434375 240.1328125 -171.5234375 240.1328125 C-171.1934375 239.1428125 -170.8634375 238.1528125 -170.5234375 237.1328125 C-171.1727334 235.79093432 -171.84075612 234.45801753 -172.5234375 233.1328125 C-172.5234375 231.8128125 -172.5234375 230.4928125 -172.5234375 229.1328125 C-171.8634375 229.1328125 -171.2034375 229.1328125 -170.5234375 229.1328125 C-170.8534375 228.1428125 -171.1834375 227.1528125 -171.5234375 226.1328125 C-171.61474272 224.76013327 -171.65409275 223.38352332 -171.65625 222.0078125 C-171.65753906 221.21890625 -171.65882813 220.43 -171.66015625 219.6171875 C-171.65435547 218.38742187 -171.65435547 218.38742187 -171.6484375 217.1328125 C-171.65230469 216.31296875 -171.65617187 215.493125 -171.66015625 214.6484375 C-171.65822266 213.46507812 -171.65822266 213.46507812 -171.65625 212.2578125 C-171.65512207 211.53851563 -171.65399414 210.81921875 -171.65283203 210.078125 C-171.5234375 208.1328125 -171.5234375 208.1328125 -170.5234375 205.1328125 C-171.1834375 205.1328125 -171.8434375 205.1328125 -172.5234375 205.1328125 C-172.1934375 201.1728125 -171.8634375 197.2128125 -171.5234375 193.1328125 C-170.8634375 193.1328125 -170.2034375 193.1328125 -169.5234375 193.1328125 C-169.61882812 192.49214844 -169.71421875 191.85148438 -169.8125 191.19140625 C-170.53366478 185.56464386 -170.43619589 181.56907317 -168.5234375 176.1328125 C-167.27812772 171.78676493 -166.23857505 167.69061174 -166.5234375 163.1328125 C-165.8634375 163.1328125 -165.2034375 163.1328125 -164.5234375 163.1328125 C-164.5646875 161.9159375 -164.6059375 160.6990625 -164.6484375 159.4453125 C-164.64212458 155.84063321 -164.08490599 153.42011458 -162.5234375 150.1328125 C-161.96970267 148.74172256 -161.42883679 147.34546609 -160.8984375 145.9453125 C-160.63804687 145.27113281 -160.37765625 144.59695312 -160.109375 143.90234375 C-159.41865714 142.12704549 -159.41865714 142.12704549 -159.5234375 140.1328125 C-158.8634375 140.1328125 -158.2034375 140.1328125 -157.5234375 140.1328125 C-157.8534375 139.1428125 -158.1834375 138.1528125 -158.5234375 137.1328125 C-157.5625 135.08203125 -157.5625 135.08203125 -156.1484375 132.8203125 C-153.99619127 129.16622411 -153.08686554 126.35852282 -152.5234375 122.1328125 C-151.58401264 120.10365481 -150.59745365 118.09405938 -149.5234375 116.1328125 C-148.8634375 116.1328125 -148.2034375 116.1328125 -147.5234375 116.1328125 C-147.8534375 115.1428125 -148.1834375 114.1528125 -148.5234375 113.1328125 C-147.34375 110.7578125 -147.34375 110.7578125 -145.6484375 108.1328125 C-143.90499323 105.40817402 -142.54945948 103.21087843 -141.5234375 100.1328125 C-140.8634375 100.1328125 -140.2034375 100.1328125 -139.5234375 100.1328125 C-139.41902344 99.58753906 -139.31460938 99.04226562 -139.20703125 98.48046875 C-138.36433268 95.5864011 -137.05100022 93.20312692 -135.5859375 90.5703125 C-135.06128906 89.62027344 -134.53664062 88.67023438 -133.99609375 87.69140625 C-132.90625561 85.79792089 -131.73530624 83.95061561 -130.5234375 82.1328125 C-129.8634375 82.1328125 -129.2034375 82.1328125 -128.5234375 82.1328125 C-128.2759375 81.5965625 -128.0284375 81.0603125 -127.7734375 80.5078125 C-126.22383578 77.56356922 -124.39414332 74.88385048 -122.5234375 72.1328125 C-121.8221875 71.0190625 -121.1209375 69.9053125 -120.3984375 68.7578125 C-119.7796875 67.8915625 -119.1609375 67.0253125 -118.5234375 66.1328125 C-117.8634375 66.1328125 -117.2034375 66.1328125 -116.5234375 66.1328125 C-116.2553125 65.4934375 -115.9871875 64.8540625 -115.7109375 64.1953125 C-114.5234375 62.1328125 -114.5234375 62.1328125 -111.5234375 61.1328125 C-110.84902619 59.4692646 -110.1834054 57.80214308 -109.5234375 56.1328125 C-107.5234375 53.8203125 -107.5234375 53.8203125 -105.5234375 52.1328125 C-104.8634375 52.1328125 -104.2034375 52.1328125 -103.5234375 52.1328125 C-103.2140625 51.2975 -103.2140625 51.2975 -102.8984375 50.4453125 C-101.35463685 47.84892049 -99.46871148 46.29044231 -97.109375 44.4375 C-95.25920544 42.96837156 -95.25920544 42.96837156 -92.8359375 40.3203125 C-90.5234375 38.1328125 -90.5234375 38.1328125 -87.5234375 38.1328125 C-87.1934375 37.1428125 -86.8634375 36.1528125 -86.5234375 35.1328125 C-84.81640625 33.5625 -84.81640625 33.5625 -82.7109375 32.0078125 C-82.02386719 31.48960938 -81.33679688 30.97140625 -80.62890625 30.4375 C-78.54699785 29.14741205 -76.87051416 28.71321757 -74.5234375 28.1328125 C-74.1934375 27.4728125 -73.8634375 26.8128125 -73.5234375 26.1328125 C-68.62842915 22.60385299 -63.52607571 19.287166 -57.5234375 18.1328125 C-57.5234375 17.4728125 -57.5234375 16.8128125 -57.5234375 16.1328125 C-56.5334375 15.8028125 -55.5434375 15.4728125 -54.5234375 15.1328125 C-53.5334375 15.6278125 -53.5334375 15.6278125 -52.5234375 16.1328125 C-52.5234375 15.4728125 -52.5234375 14.8128125 -52.5234375 14.1328125 C-50.73633164 13.26914428 -48.943591 12.41712656 -47.1484375 11.5703125 C-46.15070313 11.09464844 -45.15296875 10.61898437 -44.125 10.12890625 C-43.26648438 9.80019531 -42.40796875 9.47148438 -41.5234375 9.1328125 C-40.5334375 9.6278125 -40.5334375 9.6278125 -39.5234375 10.1328125 C-39.5234375 9.4728125 -39.5234375 8.8128125 -39.5234375 8.1328125 C-38.79898438 7.93945312 -38.07453125 7.74609375 -37.328125 7.546875 C-31.15298625 5.89017447 -31.15298625 5.89017447 -25.0859375 3.8828125 C-22.38981223 3.09370266 -21.11412978 3.13639239 -18.5234375 4.1328125 C-18.1934375 3.4728125 -17.8634375 2.8128125 -17.5234375 2.1328125 C-13.47720128 1.19182733 -9.65704693 1.1328125 -5.5234375 1.1328125 C-3.9205661 -0.4700589 -2.21587843 0.00295282 0 0 Z " fill="#422356" transform="translate(284.5234375,74.8671875)"/>
4
+ <path d="M0 0 C2 1 2 1 2 1 Z " fill="#472447" transform="translate(320,78)"/>
5
+ <path d="" fill="#5E005E" transform="translate(0,0)"/>
6
+ <path d="" fill="#630063" transform="translate(0,0)"/>
7
+ <path d="" fill="#2F2F2F" transform="translate(0,0)"/>
8
+ </svg>
@@ -0,0 +1,10 @@
1
+ import { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class KeephubApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ icon: "file:Keephub.svg";
7
+ properties: INodeProperties[];
8
+ test: ICredentialTestRequest;
9
+ }
10
+ //# sourceMappingURL=KeephubApi.credentials.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KeephubApi.credentials.d.ts","sourceRoot":"","sources":["../../credentials/KeephubApi.credentials.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,MAAM,cAAc,CAAC;AAEtB,qBAAa,UAAW,YAAW,eAAe;IACjD,IAAI,SAAgB;IACpB,WAAW,SAAiB;IAC5B,gBAAgB,SAA0C;IAC1D,IAAI,EAAG,kBAAkB,CAAU;IAEnC,UAAU,EAAE,eAAe,EAAE,CAkG3B;IAEF,IAAI,EAAE,sBAAsB,CAQ1B;CACF"}