@activepieces/shared 0.41.1 → 0.42.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (615) hide show
  1. package/package.json +4 -4
  2. package/src/index.d.ts +2 -0
  3. package/src/index.d.ts.map +1 -0
  4. package/src/index.js +1 -4
  5. package/src/index.js.map +1 -1
  6. package/src/lib/automation/agents/index.d.ts +105 -118
  7. package/src/lib/automation/agents/index.d.ts.map +1 -0
  8. package/src/lib/automation/agents/index.js +22 -22
  9. package/src/lib/automation/agents/index.js.map +1 -1
  10. package/src/lib/automation/agents/mcp-tool-name-util.d.ts +1 -0
  11. package/src/lib/automation/agents/mcp-tool-name-util.d.ts.map +1 -0
  12. package/src/lib/automation/agents/mcp.d.ts +1 -0
  13. package/src/lib/automation/agents/mcp.d.ts.map +1 -0
  14. package/src/lib/automation/agents/tools.d.ts +142 -141
  15. package/src/lib/automation/agents/tools.d.ts.map +1 -0
  16. package/src/lib/automation/agents/tools.js +30 -31
  17. package/src/lib/automation/agents/tools.js.map +1 -1
  18. package/src/lib/automation/app-connection/app-connection.d.ts +41 -42
  19. package/src/lib/automation/app-connection/app-connection.d.ts.map +1 -0
  20. package/src/lib/automation/app-connection/app-connection.js +6 -8
  21. package/src/lib/automation/app-connection/app-connection.js.map +1 -1
  22. package/src/lib/automation/app-connection/dto/read-app-connection-request.d.ts +29 -28
  23. package/src/lib/automation/app-connection/dto/read-app-connection-request.d.ts.map +1 -0
  24. package/src/lib/automation/app-connection/dto/read-app-connection-request.js +15 -14
  25. package/src/lib/automation/app-connection/dto/read-app-connection-request.js.map +1 -1
  26. package/src/lib/automation/app-connection/dto/upsert-app-connection-request.d.ts +366 -365
  27. package/src/lib/automation/app-connection/dto/upsert-app-connection-request.d.ts.map +1 -0
  28. package/src/lib/automation/app-connection/dto/upsert-app-connection-request.js +61 -102
  29. package/src/lib/automation/app-connection/dto/upsert-app-connection-request.js.map +1 -1
  30. package/src/lib/automation/app-connection/oauth2-authorization-method.d.ts +1 -0
  31. package/src/lib/automation/app-connection/oauth2-authorization-method.d.ts.map +1 -0
  32. package/src/lib/automation/engine/engine-constants.d.ts +1 -0
  33. package/src/lib/automation/engine/engine-constants.d.ts.map +1 -0
  34. package/src/lib/automation/engine/engine-operation.d.ts +22 -21
  35. package/src/lib/automation/engine/engine-operation.d.ts.map +1 -0
  36. package/src/lib/automation/engine/engine-operation.js +14 -14
  37. package/src/lib/automation/engine/engine-operation.js.map +1 -1
  38. package/src/lib/automation/engine/execution-errors.d.ts +4 -0
  39. package/src/lib/automation/engine/execution-errors.d.ts.map +1 -0
  40. package/src/lib/automation/engine/execution-errors.js +7 -1
  41. package/src/lib/automation/engine/execution-errors.js.map +1 -1
  42. package/src/lib/automation/engine/index.d.ts +1 -0
  43. package/src/lib/automation/engine/index.d.ts.map +1 -0
  44. package/src/lib/automation/engine/requests.d.ts +89 -88
  45. package/src/lib/automation/engine/requests.d.ts.map +1 -0
  46. package/src/lib/automation/engine/requests.js +35 -35
  47. package/src/lib/automation/engine/requests.js.map +1 -1
  48. package/src/lib/automation/flow-run/dto/list-flow-runs-request.d.ts +16 -15
  49. package/src/lib/automation/flow-run/dto/list-flow-runs-request.d.ts.map +1 -0
  50. package/src/lib/automation/flow-run/dto/list-flow-runs-request.js +13 -12
  51. package/src/lib/automation/flow-run/dto/list-flow-runs-request.js.map +1 -1
  52. package/src/lib/automation/flow-run/execution/execution-journal.d.ts +1 -0
  53. package/src/lib/automation/flow-run/execution/execution-journal.d.ts.map +1 -0
  54. package/src/lib/automation/flow-run/execution/execution-output.d.ts +6 -4
  55. package/src/lib/automation/flow-run/execution/execution-output.d.ts.map +1 -0
  56. package/src/lib/automation/flow-run/execution/execution-output.js +4 -4
  57. package/src/lib/automation/flow-run/execution/execution-output.js.map +1 -1
  58. package/src/lib/automation/flow-run/execution/flow-execution.d.ts +56 -54
  59. package/src/lib/automation/flow-run/execution/flow-execution.d.ts.map +1 -0
  60. package/src/lib/automation/flow-run/execution/flow-execution.js +24 -22
  61. package/src/lib/automation/flow-run/execution/flow-execution.js.map +1 -1
  62. package/src/lib/automation/flow-run/execution/step-output.d.ts +1 -0
  63. package/src/lib/automation/flow-run/execution/step-output.d.ts.map +1 -0
  64. package/src/lib/automation/flow-run/flow-run.d.ts +55 -56
  65. package/src/lib/automation/flow-run/flow-run.d.ts.map +1 -0
  66. package/src/lib/automation/flow-run/flow-run.js +12 -12
  67. package/src/lib/automation/flow-run/flow-run.js.map +1 -1
  68. package/src/lib/automation/flow-run/log-serializer.d.ts +1 -0
  69. package/src/lib/automation/flow-run/log-serializer.d.ts.map +1 -0
  70. package/src/lib/automation/flow-run/test-flow-run-request.d.ts +44 -43
  71. package/src/lib/automation/flow-run/test-flow-run-request.d.ts.map +1 -0
  72. package/src/lib/automation/flow-run/test-flow-run-request.js +31 -31
  73. package/src/lib/automation/flow-run/test-flow-run-request.js.map +1 -1
  74. package/src/lib/automation/flows/actions/action.d.ts +493 -571
  75. package/src/lib/automation/flows/actions/action.d.ts.map +1 -0
  76. package/src/lib/automation/flows/actions/action.js +114 -118
  77. package/src/lib/automation/flows/actions/action.js.map +1 -1
  78. package/src/lib/automation/flows/dto/count-flows-request.d.ts +7 -6
  79. package/src/lib/automation/flows/dto/count-flows-request.d.ts.map +1 -0
  80. package/src/lib/automation/flows/dto/count-flows-request.js +4 -4
  81. package/src/lib/automation/flows/dto/count-flows-request.js.map +1 -1
  82. package/src/lib/automation/flows/dto/create-flow-request.d.ts +11 -11
  83. package/src/lib/automation/flows/dto/create-flow-request.d.ts.map +1 -0
  84. package/src/lib/automation/flows/dto/create-flow-request.js +8 -8
  85. package/src/lib/automation/flows/dto/create-flow-request.js.map +1 -1
  86. package/src/lib/automation/flows/dto/flow-mcp.requests.d.ts +8 -7
  87. package/src/lib/automation/flows/dto/flow-mcp.requests.d.ts.map +1 -0
  88. package/src/lib/automation/flows/dto/flow-mcp.requests.js +5 -5
  89. package/src/lib/automation/flows/dto/flow-mcp.requests.js.map +1 -1
  90. package/src/lib/automation/flows/dto/list-flows-request.d.ts +24 -23
  91. package/src/lib/automation/flows/dto/list-flows-request.d.ts.map +1 -0
  92. package/src/lib/automation/flows/dto/list-flows-request.js +18 -17
  93. package/src/lib/automation/flows/dto/list-flows-request.js.map +1 -1
  94. package/src/lib/automation/flows/flow-version.d.ts +92 -91
  95. package/src/lib/automation/flows/flow-version.d.ts.map +1 -0
  96. package/src/lib/automation/flows/flow-version.js +4 -4
  97. package/src/lib/automation/flows/flow-version.js.map +1 -1
  98. package/src/lib/automation/flows/flow.d.ts +138 -143
  99. package/src/lib/automation/flows/flow.d.ts.map +1 -0
  100. package/src/lib/automation/flows/flow.js +9 -15
  101. package/src/lib/automation/flows/flow.js.map +1 -1
  102. package/src/lib/automation/flows/folders/folder-requests.d.ts +21 -20
  103. package/src/lib/automation/flows/folders/folder-requests.d.ts.map +1 -0
  104. package/src/lib/automation/flows/folders/folder-requests.js +12 -12
  105. package/src/lib/automation/flows/folders/folder-requests.js.map +1 -1
  106. package/src/lib/automation/flows/folders/folder.d.ts +11 -10
  107. package/src/lib/automation/flows/folders/folder.d.ts.map +1 -0
  108. package/src/lib/automation/flows/folders/folder.js +2 -2
  109. package/src/lib/automation/flows/folders/folder.js.map +1 -1
  110. package/src/lib/automation/flows/folders/list-folders-response.d.ts +1 -0
  111. package/src/lib/automation/flows/folders/list-folders-response.d.ts.map +1 -0
  112. package/src/lib/automation/flows/form.d.ts +50 -49
  113. package/src/lib/automation/flows/form.d.ts.map +1 -0
  114. package/src/lib/automation/flows/form.js +22 -22
  115. package/src/lib/automation/flows/form.js.map +1 -1
  116. package/src/lib/automation/flows/index.d.ts +1 -0
  117. package/src/lib/automation/flows/index.d.ts.map +1 -0
  118. package/src/lib/automation/flows/note.d.ts +19 -18
  119. package/src/lib/automation/flows/note.d.ts.map +1 -0
  120. package/src/lib/automation/flows/note.js +14 -14
  121. package/src/lib/automation/flows/note.js.map +1 -1
  122. package/src/lib/automation/flows/operations/add-action-util.d.ts +1 -0
  123. package/src/lib/automation/flows/operations/add-action-util.d.ts.map +1 -0
  124. package/src/lib/automation/flows/operations/add-action-util.js +3 -0
  125. package/src/lib/automation/flows/operations/add-action-util.js.map +1 -1
  126. package/src/lib/automation/flows/operations/add-action.d.ts +1 -0
  127. package/src/lib/automation/flows/operations/add-action.d.ts.map +1 -0
  128. package/src/lib/automation/flows/operations/add-action.js +5 -3
  129. package/src/lib/automation/flows/operations/add-action.js.map +1 -1
  130. package/src/lib/automation/flows/operations/add-branch.d.ts +1 -0
  131. package/src/lib/automation/flows/operations/add-branch.d.ts.map +1 -0
  132. package/src/lib/automation/flows/operations/copy-action-operations.d.ts +1 -0
  133. package/src/lib/automation/flows/operations/copy-action-operations.d.ts.map +1 -0
  134. package/src/lib/automation/flows/operations/delete-action.d.ts +1 -0
  135. package/src/lib/automation/flows/operations/delete-action.d.ts.map +1 -0
  136. package/src/lib/automation/flows/operations/delete-branch.d.ts +1 -0
  137. package/src/lib/automation/flows/operations/delete-branch.d.ts.map +1 -0
  138. package/src/lib/automation/flows/operations/duplicate-step.d.ts +1 -0
  139. package/src/lib/automation/flows/operations/duplicate-step.d.ts.map +1 -0
  140. package/src/lib/automation/flows/operations/import-flow.d.ts +1 -0
  141. package/src/lib/automation/flows/operations/import-flow.d.ts.map +1 -0
  142. package/src/lib/automation/flows/operations/index.d.ts +1067 -1165
  143. package/src/lib/automation/flows/operations/index.d.ts.map +1 -0
  144. package/src/lib/automation/flows/operations/index.js +154 -183
  145. package/src/lib/automation/flows/operations/index.js.map +1 -1
  146. package/src/lib/automation/flows/operations/move-action.d.ts +1 -0
  147. package/src/lib/automation/flows/operations/move-action.d.ts.map +1 -0
  148. package/src/lib/automation/flows/operations/move-branch.d.ts +1 -0
  149. package/src/lib/automation/flows/operations/move-branch.d.ts.map +1 -0
  150. package/src/lib/automation/flows/operations/notes-operations.d.ts +1 -0
  151. package/src/lib/automation/flows/operations/notes-operations.d.ts.map +1 -0
  152. package/src/lib/automation/flows/operations/notes-operations.js +4 -2
  153. package/src/lib/automation/flows/operations/notes-operations.js.map +1 -1
  154. package/src/lib/automation/flows/operations/paste-operations.d.ts +204 -248
  155. package/src/lib/automation/flows/operations/paste-operations.d.ts.map +1 -0
  156. package/src/lib/automation/flows/operations/skip-action.d.ts +1 -0
  157. package/src/lib/automation/flows/operations/skip-action.d.ts.map +1 -0
  158. package/src/lib/automation/flows/operations/update-action.d.ts +1 -0
  159. package/src/lib/automation/flows/operations/update-action.d.ts.map +1 -0
  160. package/src/lib/automation/flows/operations/update-action.js +15 -7
  161. package/src/lib/automation/flows/operations/update-action.js.map +1 -1
  162. package/src/lib/automation/flows/operations/update-sample-data-info.d.ts +67 -0
  163. package/src/lib/automation/flows/operations/update-sample-data-info.d.ts.map +1 -0
  164. package/src/lib/automation/flows/operations/update-sample-data-info.js +16 -0
  165. package/src/lib/automation/flows/operations/update-sample-data-info.js.map +1 -0
  166. package/src/lib/automation/flows/operations/update-trigger.d.ts +1 -0
  167. package/src/lib/automation/flows/operations/update-trigger.d.ts.map +1 -0
  168. package/src/lib/automation/flows/operations/update-trigger.js +9 -6
  169. package/src/lib/automation/flows/operations/update-trigger.js.map +1 -1
  170. package/src/lib/automation/flows/properties/index.d.ts +1 -0
  171. package/src/lib/automation/flows/properties/index.d.ts.map +1 -0
  172. package/src/lib/automation/flows/properties/property.d.ts +7 -6
  173. package/src/lib/automation/flows/properties/property.d.ts.map +1 -0
  174. package/src/lib/automation/flows/properties/property.js +4 -4
  175. package/src/lib/automation/flows/properties/property.js.map +1 -1
  176. package/src/lib/automation/flows/sample-data/index.d.ts +47 -46
  177. package/src/lib/automation/flows/sample-data/index.d.ts.map +1 -0
  178. package/src/lib/automation/flows/sample-data/index.js +31 -33
  179. package/src/lib/automation/flows/sample-data/index.js.map +1 -1
  180. package/src/lib/automation/flows/step-file/step-file.d.ts +17 -16
  181. package/src/lib/automation/flows/step-file/step-file.d.ts.map +1 -0
  182. package/src/lib/automation/flows/step-file/step-file.js +10 -10
  183. package/src/lib/automation/flows/step-file/step-file.js.map +1 -1
  184. package/src/lib/automation/flows/test-trigger.d.ts +14 -13
  185. package/src/lib/automation/flows/test-trigger.d.ts.map +1 -0
  186. package/src/lib/automation/flows/test-trigger.js +4 -4
  187. package/src/lib/automation/flows/test-trigger.js.map +1 -1
  188. package/src/lib/automation/flows/triggers/trigger-events/trigger-event.d.ts +19 -18
  189. package/src/lib/automation/flows/triggers/trigger-events/trigger-event.d.ts.map +1 -0
  190. package/src/lib/automation/flows/triggers/trigger-events/trigger-event.js +10 -13
  191. package/src/lib/automation/flows/triggers/trigger-events/trigger-event.js.map +1 -1
  192. package/src/lib/automation/flows/triggers/trigger-events/trigger-events-dto.d.ts +15 -14
  193. package/src/lib/automation/flows/triggers/trigger-events/trigger-events-dto.d.ts.map +1 -0
  194. package/src/lib/automation/flows/triggers/trigger-events/trigger-events-dto.js +8 -8
  195. package/src/lib/automation/flows/triggers/trigger-events/trigger-events-dto.js.map +1 -1
  196. package/src/lib/automation/flows/triggers/trigger-run.d.ts +12 -11
  197. package/src/lib/automation/flows/triggers/trigger-run.d.ts.map +1 -0
  198. package/src/lib/automation/flows/triggers/trigger-run.js +7 -7
  199. package/src/lib/automation/flows/triggers/trigger-run.js.map +1 -1
  200. package/src/lib/automation/flows/triggers/trigger.d.ts +87 -82
  201. package/src/lib/automation/flows/triggers/trigger.d.ts.map +1 -0
  202. package/src/lib/automation/flows/triggers/trigger.js +16 -15
  203. package/src/lib/automation/flows/triggers/trigger.js.map +1 -1
  204. package/src/lib/automation/flows/util/flow-canvas-util.d.ts +19 -0
  205. package/src/lib/automation/flows/util/flow-canvas-util.d.ts.map +1 -0
  206. package/src/lib/automation/flows/util/flow-canvas-util.js +126 -0
  207. package/src/lib/automation/flows/util/flow-canvas-util.js.map +1 -0
  208. package/src/lib/automation/flows/util/flow-piece-util.d.ts +1 -0
  209. package/src/lib/automation/flows/util/flow-piece-util.d.ts.map +1 -0
  210. package/src/lib/automation/flows/util/flow-structure-util.d.ts +6 -5
  211. package/src/lib/automation/flows/util/flow-structure-util.d.ts.map +1 -0
  212. package/src/lib/automation/forms/index.d.ts +43 -42
  213. package/src/lib/automation/forms/index.d.ts.map +1 -0
  214. package/src/lib/automation/forms/index.js +21 -21
  215. package/src/lib/automation/forms/index.js.map +1 -1
  216. package/src/lib/automation/mcp/index.d.ts +1 -0
  217. package/src/lib/automation/mcp/index.d.ts.map +1 -0
  218. package/src/lib/automation/mcp/mcp.d.ts +122 -108
  219. package/src/lib/automation/mcp/mcp.d.ts.map +1 -0
  220. package/src/lib/automation/mcp/mcp.js +8 -7
  221. package/src/lib/automation/mcp/mcp.js.map +1 -1
  222. package/src/lib/automation/mcp/pieces/mcp-piece.d.ts +25 -24
  223. package/src/lib/automation/mcp/pieces/mcp-piece.d.ts.map +1 -0
  224. package/src/lib/automation/mcp/pieces/mcp-piece.js +14 -14
  225. package/src/lib/automation/mcp/pieces/mcp-piece.js.map +1 -1
  226. package/src/lib/automation/pieces/dto/piece-requests.d.ts +68 -67
  227. package/src/lib/automation/pieces/dto/piece-requests.d.ts.map +1 -0
  228. package/src/lib/automation/pieces/dto/piece-requests.js +47 -58
  229. package/src/lib/automation/pieces/dto/piece-requests.js.map +1 -1
  230. package/src/lib/automation/pieces/index.d.ts +1 -0
  231. package/src/lib/automation/pieces/index.d.ts.map +1 -0
  232. package/src/lib/automation/pieces/piece.d.ts +57 -56
  233. package/src/lib/automation/pieces/piece.d.ts.map +1 -0
  234. package/src/lib/automation/pieces/piece.js +21 -21
  235. package/src/lib/automation/pieces/piece.js.map +1 -1
  236. package/src/lib/automation/pieces/utils.d.ts +1 -0
  237. package/src/lib/automation/pieces/utils.d.ts.map +1 -0
  238. package/src/lib/automation/project-release/project-release.d.ts +28 -27
  239. package/src/lib/automation/project-release/project-release.d.ts.map +1 -0
  240. package/src/lib/automation/project-release/project-release.js +2 -2
  241. package/src/lib/automation/project-release/project-release.js.map +1 -1
  242. package/src/lib/automation/project-release/project-release.request.d.ts +66 -65
  243. package/src/lib/automation/project-release/project-release.request.d.ts.map +1 -0
  244. package/src/lib/automation/project-release/project-release.request.js +25 -25
  245. package/src/lib/automation/project-release/project-release.request.js.map +1 -1
  246. package/src/lib/automation/project-release/project-state.d.ts +1267 -1286
  247. package/src/lib/automation/project-release/project-state.d.ts.map +1 -0
  248. package/src/lib/automation/project-release/project-state.js +73 -73
  249. package/src/lib/automation/project-release/project-state.js.map +1 -1
  250. package/src/lib/automation/tables/cell.d.ts +12 -11
  251. package/src/lib/automation/tables/cell.d.ts.map +1 -0
  252. package/src/lib/automation/tables/cell.js +2 -2
  253. package/src/lib/automation/tables/cell.js.map +1 -1
  254. package/src/lib/automation/tables/dto/fields.dto.d.ts +27 -26
  255. package/src/lib/automation/tables/dto/fields.dto.d.ts.map +1 -0
  256. package/src/lib/automation/tables/dto/fields.dto.js +18 -18
  257. package/src/lib/automation/tables/dto/fields.dto.js.map +1 -1
  258. package/src/lib/automation/tables/dto/records.dto.d.ts +41 -40
  259. package/src/lib/automation/tables/dto/records.dto.d.ts.map +1 -0
  260. package/src/lib/automation/tables/dto/records.dto.js +26 -25
  261. package/src/lib/automation/tables/dto/records.dto.js.map +1 -1
  262. package/src/lib/automation/tables/dto/tables.dto.d.ts +56 -55
  263. package/src/lib/automation/tables/dto/tables.dto.d.ts.map +1 -0
  264. package/src/lib/automation/tables/dto/tables.dto.js +32 -31
  265. package/src/lib/automation/tables/dto/tables.dto.js.map +1 -1
  266. package/src/lib/automation/tables/field.d.ts +27 -26
  267. package/src/lib/automation/tables/field.d.ts.map +1 -0
  268. package/src/lib/automation/tables/field.js +5 -5
  269. package/src/lib/automation/tables/field.js.map +1 -1
  270. package/src/lib/automation/tables/index.d.ts +1 -0
  271. package/src/lib/automation/tables/index.d.ts.map +1 -0
  272. package/src/lib/automation/tables/record.d.ts +24 -23
  273. package/src/lib/automation/tables/record.d.ts.map +1 -0
  274. package/src/lib/automation/tables/record.js +7 -13
  275. package/src/lib/automation/tables/record.js.map +1 -1
  276. package/src/lib/automation/tables/table-webhook.d.ts +12 -11
  277. package/src/lib/automation/tables/table-webhook.d.ts.map +1 -0
  278. package/src/lib/automation/tables/table-webhook.js +2 -2
  279. package/src/lib/automation/tables/table-webhook.js.map +1 -1
  280. package/src/lib/automation/tables/table.d.ts +50 -49
  281. package/src/lib/automation/tables/table.d.ts.map +1 -0
  282. package/src/lib/automation/tables/table.js +5 -8
  283. package/src/lib/automation/tables/table.js.map +1 -1
  284. package/src/lib/automation/trigger/index.d.ts +33 -32
  285. package/src/lib/automation/trigger/index.d.ts.map +1 -0
  286. package/src/lib/automation/trigger/index.js +9 -9
  287. package/src/lib/automation/trigger/index.js.map +1 -1
  288. package/src/lib/automation/webhook/dto.d.ts +6 -5
  289. package/src/lib/automation/webhook/dto.d.ts.map +1 -0
  290. package/src/lib/automation/webhook/dto.js +2 -2
  291. package/src/lib/automation/webhook/dto.js.map +1 -1
  292. package/src/lib/automation/webhook/index.d.ts +1 -0
  293. package/src/lib/automation/webhook/index.d.ts.map +1 -0
  294. package/src/lib/automation/websocket/index.d.ts +7 -6
  295. package/src/lib/automation/websocket/index.d.ts.map +1 -0
  296. package/src/lib/automation/websocket/index.js +4 -4
  297. package/src/lib/automation/websocket/index.js.map +1 -1
  298. package/src/lib/automation/websocket/socket-utils.d.ts +1 -0
  299. package/src/lib/automation/websocket/socket-utils.d.ts.map +1 -0
  300. package/src/lib/automation/workers/index.d.ts +368 -367
  301. package/src/lib/automation/workers/index.d.ts.map +1 -0
  302. package/src/lib/automation/workers/index.js +75 -75
  303. package/src/lib/automation/workers/index.js.map +1 -1
  304. package/src/lib/automation/workers/job-data.d.ts +782 -781
  305. package/src/lib/automation/workers/job-data.d.ts.map +1 -0
  306. package/src/lib/automation/workers/job-data.js +106 -106
  307. package/src/lib/automation/workers/job-data.js.map +1 -1
  308. package/src/lib/automation/workers/queue-metrics.d.ts +26 -25
  309. package/src/lib/automation/workers/queue-metrics.d.ts.map +1 -0
  310. package/src/lib/automation/workers/queue-metrics.js +11 -11
  311. package/src/lib/automation/workers/queue-metrics.js.map +1 -1
  312. package/src/lib/core/authentication/dto/authentication-response.d.ts +26 -25
  313. package/src/lib/core/authentication/dto/authentication-response.d.ts.map +1 -0
  314. package/src/lib/core/authentication/dto/authentication-response.js +6 -10
  315. package/src/lib/core/authentication/dto/authentication-response.js.map +1 -1
  316. package/src/lib/core/authentication/dto/sign-in-request.d.ts +7 -6
  317. package/src/lib/core/authentication/dto/sign-in-request.d.ts.map +1 -0
  318. package/src/lib/core/authentication/dto/sign-in-request.js +2 -2
  319. package/src/lib/core/authentication/dto/sign-in-request.js.map +1 -1
  320. package/src/lib/core/authentication/dto/sign-up-request.d.ts +15 -14
  321. package/src/lib/core/authentication/dto/sign-up-request.d.ts.map +1 -0
  322. package/src/lib/core/authentication/dto/sign-up-request.js +7 -11
  323. package/src/lib/core/authentication/dto/sign-up-request.js.map +1 -1
  324. package/src/lib/core/authentication/model/principal-type.d.ts +1 -0
  325. package/src/lib/core/authentication/model/principal-type.d.ts.map +1 -0
  326. package/src/lib/core/authentication/model/principal.d.ts +1 -0
  327. package/src/lib/core/authentication/model/principal.d.ts.map +1 -0
  328. package/src/lib/core/authentication/user-identity.d.ts +18 -17
  329. package/src/lib/core/authentication/user-identity.d.ts.map +1 -0
  330. package/src/lib/core/authentication/user-identity.js +2 -2
  331. package/src/lib/core/authentication/user-identity.js.map +1 -1
  332. package/src/lib/core/common/activepieces-error.d.ts +7 -1
  333. package/src/lib/core/common/activepieces-error.d.ts.map +1 -0
  334. package/src/lib/core/common/activepieces-error.js +1 -0
  335. package/src/lib/core/common/activepieces-error.js.map +1 -1
  336. package/src/lib/core/common/base-model.d.ts +10 -22
  337. package/src/lib/core/common/base-model.d.ts.map +1 -0
  338. package/src/lib/core/common/base-model.js +12 -21
  339. package/src/lib/core/common/base-model.js.map +1 -1
  340. package/src/lib/core/common/color.d.ts +4 -3
  341. package/src/lib/core/common/color.d.ts.map +1 -0
  342. package/src/lib/core/common/color.js +2 -4
  343. package/src/lib/core/common/color.js.map +1 -1
  344. package/src/lib/core/common/id-generator.d.ts +4 -3
  345. package/src/lib/core/common/id-generator.d.ts.map +1 -0
  346. package/src/lib/core/common/id-generator.js +2 -4
  347. package/src/lib/core/common/id-generator.js.map +1 -1
  348. package/src/lib/core/common/index.d.ts +1 -0
  349. package/src/lib/core/common/index.d.ts.map +1 -0
  350. package/src/lib/core/common/locale.d.ts +1 -0
  351. package/src/lib/core/common/locale.d.ts.map +1 -0
  352. package/src/lib/core/common/metadata.d.ts +4 -3
  353. package/src/lib/core/common/metadata.d.ts.map +1 -0
  354. package/src/lib/core/common/metadata.js +2 -2
  355. package/src/lib/core/common/metadata.js.map +1 -1
  356. package/src/lib/core/common/multipart-file.d.ts +9 -8
  357. package/src/lib/core/common/multipart-file.d.ts.map +1 -0
  358. package/src/lib/core/common/multipart-file.js +6 -6
  359. package/src/lib/core/common/multipart-file.js.map +1 -1
  360. package/src/lib/core/common/security/index.d.ts +1 -0
  361. package/src/lib/core/common/security/index.d.ts.map +1 -0
  362. package/src/lib/core/common/security/permission.d.ts +1 -0
  363. package/src/lib/core/common/security/permission.d.ts.map +1 -0
  364. package/src/lib/core/common/seek-page.d.ts +3 -2
  365. package/src/lib/core/common/seek-page.d.ts.map +1 -0
  366. package/src/lib/core/common/seek-page.js +5 -5
  367. package/src/lib/core/common/seek-page.js.map +1 -1
  368. package/src/lib/core/common/telemetry.d.ts +1 -0
  369. package/src/lib/core/common/telemetry.d.ts.map +1 -0
  370. package/src/lib/core/common/try-catch.d.ts +1 -0
  371. package/src/lib/core/common/try-catch.d.ts.map +1 -0
  372. package/src/lib/core/common/utils/assertions.d.ts +1 -0
  373. package/src/lib/core/common/utils/assertions.d.ts.map +1 -0
  374. package/src/lib/core/common/utils/index.d.ts +1 -0
  375. package/src/lib/core/common/utils/index.d.ts.map +1 -0
  376. package/src/lib/core/common/utils/object-utils.d.ts +1 -0
  377. package/src/lib/core/common/utils/object-utils.d.ts.map +1 -0
  378. package/src/lib/core/common/utils/utils.d.ts +1 -0
  379. package/src/lib/core/common/utils/utils.d.ts.map +1 -0
  380. package/src/lib/core/federated-authn/authn-provider-name.d.ts +1 -0
  381. package/src/lib/core/federated-authn/authn-provider-name.d.ts.map +1 -0
  382. package/src/lib/core/federated-authn/index.d.ts +51 -50
  383. package/src/lib/core/federated-authn/index.d.ts.map +1 -0
  384. package/src/lib/core/federated-authn/index.js +20 -20
  385. package/src/lib/core/federated-authn/index.js.map +1 -1
  386. package/src/lib/core/feedback-url.d.ts +1 -0
  387. package/src/lib/core/feedback-url.d.ts.map +1 -0
  388. package/src/lib/core/file/index.d.ts +21 -18
  389. package/src/lib/core/file/index.d.ts.map +1 -0
  390. package/src/lib/core/file/index.js +4 -2
  391. package/src/lib/core/file/index.js.map +1 -1
  392. package/src/lib/core/flag/flag.d.ts +1 -0
  393. package/src/lib/core/flag/flag.d.ts.map +1 -0
  394. package/src/lib/core/flag/flag.requests.d.ts +6 -5
  395. package/src/lib/core/flag/flag.requests.d.ts.map +1 -0
  396. package/src/lib/core/flag/flag.requests.js +3 -3
  397. package/src/lib/core/flag/flag.requests.js.map +1 -1
  398. package/src/lib/core/flag/index.d.ts +1 -0
  399. package/src/lib/core/flag/index.d.ts.map +1 -0
  400. package/src/lib/core/health/index.d.ts +9 -8
  401. package/src/lib/core/health/index.d.ts.map +1 -0
  402. package/src/lib/core/health/index.js +6 -6
  403. package/src/lib/core/health/index.js.map +1 -1
  404. package/src/lib/core/license-keys/index.d.ts +59 -58
  405. package/src/lib/core/license-keys/index.d.ts.map +1 -0
  406. package/src/lib/core/license-keys/index.js +35 -35
  407. package/src/lib/core/license-keys/index.js.map +1 -1
  408. package/src/lib/core/property/markdown/index.d.ts +1 -0
  409. package/src/lib/core/property/markdown/index.d.ts.map +1 -0
  410. package/src/lib/core/store-entry/dto/store-entry-request.d.ts +15 -14
  411. package/src/lib/core/store-entry/dto/store-entry-request.d.ts.map +1 -0
  412. package/src/lib/core/store-entry/dto/store-entry-request.js +8 -10
  413. package/src/lib/core/store-entry/dto/store-entry-request.js.map +1 -1
  414. package/src/lib/core/store-entry/store-entry.d.ts +1 -0
  415. package/src/lib/core/store-entry/store-entry.d.ts.map +1 -0
  416. package/src/lib/core/support-url.d.ts +1 -0
  417. package/src/lib/core/support-url.d.ts.map +1 -0
  418. package/src/lib/core/tag/index.d.ts +37 -32
  419. package/src/lib/core/tag/index.d.ts.map +1 -0
  420. package/src/lib/core/tag/index.js +15 -12
  421. package/src/lib/core/tag/index.js.map +1 -1
  422. package/src/lib/core/user/badges/index.d.ts +10 -9
  423. package/src/lib/core/user/badges/index.d.ts.map +1 -0
  424. package/src/lib/core/user/badges/index.js +2 -2
  425. package/src/lib/core/user/badges/index.js.map +1 -1
  426. package/src/lib/core/user/index.d.ts +14 -13
  427. package/src/lib/core/user/index.d.ts.map +1 -0
  428. package/src/lib/core/user/index.js +9 -9
  429. package/src/lib/core/user/index.js.map +1 -1
  430. package/src/lib/core/user/user.d.ts +63 -62
  431. package/src/lib/core/user/user.d.ts.map +1 -0
  432. package/src/lib/core/user/user.js +27 -32
  433. package/src/lib/core/user/user.js.map +1 -1
  434. package/src/lib/ee/alerts/alerts-dto.d.ts +11 -10
  435. package/src/lib/ee/alerts/alerts-dto.d.ts.map +1 -0
  436. package/src/lib/ee/alerts/alerts-dto.js +2 -2
  437. package/src/lib/ee/alerts/alerts-dto.js.map +1 -1
  438. package/src/lib/ee/alerts/alerts-requests.d.ts +14 -13
  439. package/src/lib/ee/alerts/alerts-requests.d.ts.map +1 -0
  440. package/src/lib/ee/alerts/alerts-requests.js +7 -7
  441. package/src/lib/ee/alerts/alerts-requests.js.map +1 -1
  442. package/src/lib/ee/alerts/index.d.ts +1 -0
  443. package/src/lib/ee/alerts/index.d.ts.map +1 -0
  444. package/src/lib/ee/api-key/index.d.ts +38 -37
  445. package/src/lib/ee/api-key/index.d.ts.map +1 -0
  446. package/src/lib/ee/api-key/index.js +8 -11
  447. package/src/lib/ee/api-key/index.js.map +1 -1
  448. package/src/lib/ee/audit-events/index.d.ts +1450 -1487
  449. package/src/lib/ee/audit-events/index.d.ts.map +1 -0
  450. package/src/lib/ee/audit-events/index.js +142 -113
  451. package/src/lib/ee/audit-events/index.js.map +1 -1
  452. package/src/lib/ee/authn/access-control-list.d.ts +1 -0
  453. package/src/lib/ee/authn/access-control-list.d.ts.map +1 -0
  454. package/src/lib/ee/authn/enterprise-local-authn/index.d.ts +1 -0
  455. package/src/lib/ee/authn/enterprise-local-authn/index.d.ts.map +1 -0
  456. package/src/lib/ee/authn/enterprise-local-authn/requests.d.ts +22 -21
  457. package/src/lib/ee/authn/enterprise-local-authn/requests.d.ts.map +1 -0
  458. package/src/lib/ee/authn/enterprise-local-authn/requests.js +9 -12
  459. package/src/lib/ee/authn/enterprise-local-authn/requests.js.map +1 -1
  460. package/src/lib/ee/authn/index.d.ts +1 -0
  461. package/src/lib/ee/authn/index.d.ts.map +1 -0
  462. package/src/lib/ee/billing/index.d.ts +24 -23
  463. package/src/lib/ee/billing/index.d.ts.map +1 -0
  464. package/src/lib/ee/billing/index.js +15 -15
  465. package/src/lib/ee/billing/index.js.map +1 -1
  466. package/src/lib/ee/custom-domains/index.d.ts +20 -19
  467. package/src/lib/ee/custom-domains/index.d.ts.map +1 -0
  468. package/src/lib/ee/custom-domains/index.js +7 -9
  469. package/src/lib/ee/custom-domains/index.js.map +1 -1
  470. package/src/lib/ee/event-destinations/dto.d.ts +21 -20
  471. package/src/lib/ee/event-destinations/dto.d.ts.map +1 -0
  472. package/src/lib/ee/event-destinations/dto.js +9 -9
  473. package/src/lib/ee/event-destinations/dto.js.map +1 -1
  474. package/src/lib/ee/event-destinations/index.d.ts +30 -29
  475. package/src/lib/ee/event-destinations/index.d.ts.map +1 -0
  476. package/src/lib/ee/event-destinations/index.js +5 -5
  477. package/src/lib/ee/event-destinations/index.js.map +1 -1
  478. package/src/lib/ee/git-repo/index.d.ts +64 -63
  479. package/src/lib/ee/git-repo/index.d.ts.map +1 -0
  480. package/src/lib/ee/git-repo/index.js +22 -38
  481. package/src/lib/ee/git-repo/index.js.map +1 -1
  482. package/src/lib/ee/managed-authn/index.d.ts +1 -0
  483. package/src/lib/ee/managed-authn/index.d.ts.map +1 -0
  484. package/src/lib/ee/managed-authn/managed-authn-requests.d.ts +6 -5
  485. package/src/lib/ee/managed-authn/managed-authn-requests.d.ts.map +1 -0
  486. package/src/lib/ee/managed-authn/managed-authn-requests.js +4 -4
  487. package/src/lib/ee/managed-authn/managed-authn-requests.js.map +1 -1
  488. package/src/lib/ee/oauth-apps/index.d.ts +1 -0
  489. package/src/lib/ee/oauth-apps/index.d.ts.map +1 -0
  490. package/src/lib/ee/oauth-apps/oauth-app.d.ts +22 -21
  491. package/src/lib/ee/oauth-apps/oauth-app.d.ts.map +1 -0
  492. package/src/lib/ee/oauth-apps/oauth-app.js +9 -9
  493. package/src/lib/ee/oauth-apps/oauth-app.js.map +1 -1
  494. package/src/lib/ee/otp/index.d.ts +1 -0
  495. package/src/lib/ee/otp/index.d.ts.map +1 -0
  496. package/src/lib/ee/otp/otp-model.d.ts +12 -11
  497. package/src/lib/ee/otp/otp-model.d.ts.map +1 -0
  498. package/src/lib/ee/otp/otp-model.js +2 -2
  499. package/src/lib/ee/otp/otp-model.js.map +1 -1
  500. package/src/lib/ee/otp/otp-requests.d.ts +7 -6
  501. package/src/lib/ee/otp/otp-requests.d.ts.map +1 -0
  502. package/src/lib/ee/otp/otp-requests.js +4 -4
  503. package/src/lib/ee/otp/otp-requests.js.map +1 -1
  504. package/src/lib/ee/otp/otp-type.d.ts +1 -0
  505. package/src/lib/ee/otp/otp-type.d.ts.map +1 -0
  506. package/src/lib/ee/product-embed/app-credentials/app-credentials-requests.d.ts +51 -50
  507. package/src/lib/ee/product-embed/app-credentials/app-credentials-requests.d.ts.map +1 -0
  508. package/src/lib/ee/product-embed/app-credentials/app-credentials-requests.js +24 -24
  509. package/src/lib/ee/product-embed/app-credentials/app-credentials-requests.js.map +1 -1
  510. package/src/lib/ee/product-embed/app-credentials/app-credentials.d.ts +1 -0
  511. package/src/lib/ee/product-embed/app-credentials/app-credentials.d.ts.map +1 -0
  512. package/src/lib/ee/product-embed/app-credentials/index.d.ts +1 -0
  513. package/src/lib/ee/product-embed/app-credentials/index.d.ts.map +1 -0
  514. package/src/lib/ee/product-embed/connection-keys/connection-key.d.ts +1 -0
  515. package/src/lib/ee/product-embed/connection-keys/connection-key.d.ts.map +1 -0
  516. package/src/lib/ee/product-embed/connection-keys/connection-requests.d.ts +47 -46
  517. package/src/lib/ee/product-embed/connection-keys/connection-requests.d.ts.map +1 -0
  518. package/src/lib/ee/product-embed/connection-keys/connection-requests.js +24 -24
  519. package/src/lib/ee/product-embed/connection-keys/connection-requests.js.map +1 -1
  520. package/src/lib/ee/product-embed/connection-keys/index.d.ts +1 -0
  521. package/src/lib/ee/product-embed/connection-keys/index.d.ts.map +1 -0
  522. package/src/lib/ee/project-members/project-member-request.d.ts +25 -24
  523. package/src/lib/ee/project-members/project-member-request.d.ts.map +1 -0
  524. package/src/lib/ee/project-members/project-member-request.js +14 -14
  525. package/src/lib/ee/project-members/project-member-request.js.map +1 -1
  526. package/src/lib/ee/project-members/project-member.d.ts +50 -49
  527. package/src/lib/ee/project-members/project-member.d.ts.map +1 -0
  528. package/src/lib/ee/project-members/project-member.js +6 -8
  529. package/src/lib/ee/project-members/project-member.js.map +1 -1
  530. package/src/lib/ee/scim/index.d.ts +168 -172
  531. package/src/lib/ee/scim/index.d.ts.map +1 -0
  532. package/src/lib/ee/scim/index.js +79 -79
  533. package/src/lib/ee/scim/index.js.map +1 -1
  534. package/src/lib/ee/secret-managers/dto.d.ts +60 -59
  535. package/src/lib/ee/secret-managers/dto.d.ts.map +1 -0
  536. package/src/lib/ee/secret-managers/dto.js +28 -29
  537. package/src/lib/ee/secret-managers/dto.js.map +1 -1
  538. package/src/lib/ee/secret-managers/index.d.ts +161 -208
  539. package/src/lib/ee/secret-managers/index.d.ts.map +1 -0
  540. package/src/lib/ee/secret-managers/index.js +27 -27
  541. package/src/lib/ee/secret-managers/index.js.map +1 -1
  542. package/src/lib/ee/signing-key/index.d.ts +1 -0
  543. package/src/lib/ee/signing-key/index.d.ts.map +1 -0
  544. package/src/lib/ee/signing-key/signing-key-model.d.ts +12 -11
  545. package/src/lib/ee/signing-key/signing-key-model.d.ts.map +1 -0
  546. package/src/lib/ee/signing-key/signing-key-model.js +3 -3
  547. package/src/lib/ee/signing-key/signing-key-model.js.map +1 -1
  548. package/src/lib/ee/signing-key/signing-key-response.d.ts +1 -0
  549. package/src/lib/ee/signing-key/signing-key-response.d.ts.map +1 -0
  550. package/src/lib/ee/signing-key/signing-key.request.d.ts +6 -5
  551. package/src/lib/ee/signing-key/signing-key.request.d.ts.map +1 -0
  552. package/src/lib/ee/signing-key/signing-key.request.js +3 -3
  553. package/src/lib/ee/signing-key/signing-key.request.js.map +1 -1
  554. package/src/lib/management/ai-providers/index.d.ts +413 -419
  555. package/src/lib/management/ai-providers/index.d.ts.map +1 -0
  556. package/src/lib/management/ai-providers/index.js +74 -84
  557. package/src/lib/management/ai-providers/index.js.map +1 -1
  558. package/src/lib/management/analytics/index.d.ts +92 -91
  559. package/src/lib/management/analytics/index.d.ts.map +1 -0
  560. package/src/lib/management/analytics/index.js +29 -29
  561. package/src/lib/management/analytics/index.js.map +1 -1
  562. package/src/lib/management/invitations/index.d.ts +72 -71
  563. package/src/lib/management/invitations/index.d.ts.map +1 -0
  564. package/src/lib/management/invitations/index.js +23 -23
  565. package/src/lib/management/invitations/index.js.map +1 -1
  566. package/src/lib/management/platform/index.d.ts +1 -0
  567. package/src/lib/management/platform/index.d.ts.map +1 -0
  568. package/src/lib/management/platform/platform.model.d.ts +265 -270
  569. package/src/lib/management/platform/platform.model.d.ts.map +1 -0
  570. package/src/lib/management/platform/platform.model.js +39 -41
  571. package/src/lib/management/platform/platform.model.js.map +1 -1
  572. package/src/lib/management/platform/platform.request.d.ts +67 -66
  573. package/src/lib/management/platform/platform.request.d.ts.map +1 -0
  574. package/src/lib/management/platform/platform.request.js +29 -30
  575. package/src/lib/management/platform/platform.request.js.map +1 -1
  576. package/src/lib/management/project/index.d.ts +1 -0
  577. package/src/lib/management/project/index.d.ts.map +1 -0
  578. package/src/lib/management/project/project-member.d.ts +1 -0
  579. package/src/lib/management/project/project-member.d.ts.map +1 -0
  580. package/src/lib/management/project/project-requests.d.ts +33 -34
  581. package/src/lib/management/project/project-requests.d.ts.map +1 -0
  582. package/src/lib/management/project/project-requests.js +23 -27
  583. package/src/lib/management/project/project-requests.js.map +1 -1
  584. package/src/lib/management/project/project.d.ts +119 -124
  585. package/src/lib/management/project/project.d.ts.map +1 -0
  586. package/src/lib/management/project/project.js +26 -31
  587. package/src/lib/management/project/project.js.map +1 -1
  588. package/src/lib/management/project-role/project-role.d.ts +13 -12
  589. package/src/lib/management/project-role/project-role.d.ts.map +1 -0
  590. package/src/lib/management/project-role/project-role.js +2 -2
  591. package/src/lib/management/project-role/project-role.js.map +1 -1
  592. package/src/lib/management/project-role/project-role.request.d.ts +18 -17
  593. package/src/lib/management/project-role/project-role.request.d.ts.map +1 -0
  594. package/src/lib/management/project-role/project-role.request.js +11 -15
  595. package/src/lib/management/project-role/project-role.request.js.map +1 -1
  596. package/src/lib/management/template/flow-template/flow-template.request.d.ts +6 -5
  597. package/src/lib/management/template/flow-template/flow-template.request.d.ts.map +1 -0
  598. package/src/lib/management/template/flow-template/flow-template.request.js +3 -3
  599. package/src/lib/management/template/flow-template/flow-template.request.js.map +1 -1
  600. package/src/lib/management/template/flow-template/index.d.ts +1 -0
  601. package/src/lib/management/template/flow-template/index.d.ts.map +1 -0
  602. package/src/lib/management/template/index.d.ts +1 -0
  603. package/src/lib/management/template/index.d.ts.map +1 -0
  604. package/src/lib/management/template/template-telemetry.d.ts +22 -21
  605. package/src/lib/management/template/template-telemetry.d.ts.map +1 -0
  606. package/src/lib/management/template/template-telemetry.js +20 -21
  607. package/src/lib/management/template/template-telemetry.js.map +1 -1
  608. package/src/lib/management/template/template.d.ts +289 -286
  609. package/src/lib/management/template/template.d.ts.map +1 -0
  610. package/src/lib/management/template/template.js +44 -20
  611. package/src/lib/management/template/template.js.map +1 -1
  612. package/src/lib/management/template/template.requests.d.ts +226 -225
  613. package/src/lib/management/template/template.requests.d.ts.map +1 -0
  614. package/src/lib/management/template/template.requests.js +26 -26
  615. package/src/lib/management/template/template.requests.js.map +1 -1
@@ -14,10 +14,10 @@ export type PasteLocation = InsideBranchPasteLocation | OutsideBranchPasteLocati
14
14
  export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion: FlowVersion, pastingDetails: PasteLocation) => ({
15
15
  type: FlowOperationType.MOVE_ACTION;
16
16
  request: {
17
- branchIndex?: number | undefined;
18
- stepLocationRelativeToNewParent?: StepLocationRelativeToParent | undefined;
19
17
  name: string;
20
18
  newParentStep: string;
19
+ stepLocationRelativeToNewParent?: StepLocationRelativeToParent | undefined;
20
+ branchIndex?: number | undefined;
21
21
  };
22
22
  } | {
23
23
  type: FlowOperationType.CHANGE_STATUS;
@@ -36,62 +36,61 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
36
36
  };
37
37
  } | {
38
38
  type: FlowOperationType.LOCK_FLOW;
39
- request: {};
39
+ request: Record<string, never>;
40
40
  } | {
41
41
  type: FlowOperationType.IMPORT_FLOW;
42
42
  request: {
43
- schemaVersion?: string | null | undefined;
44
- notes?: {
45
- ownerId?: string | null | undefined;
46
- id: string;
47
- content: string;
48
- color: import("..").NoteColorVariant;
49
- position: {
50
- x: number;
51
- y: number;
52
- };
53
- size: {
54
- width: number;
55
- height: number;
56
- };
57
- createdAt: string;
58
- updatedAt: string;
59
- }[] | null | undefined;
60
43
  displayName: string;
61
44
  trigger: {
62
- nextAction?: any;
63
45
  type: import("../triggers/trigger").FlowTriggerType.EMPTY;
64
- name: string;
65
46
  settings: any;
47
+ name: string;
66
48
  valid: boolean;
67
49
  displayName: string;
68
- } | {
50
+ lastUpdatedDate: string;
69
51
  nextAction?: any;
52
+ } | {
70
53
  type: import("../triggers/trigger").FlowTriggerType.PIECE;
71
- name: string;
72
54
  settings: {
73
- triggerName?: string | undefined;
55
+ propertySettings: Record<string, {
56
+ type: import("..").PropertyExecutionType;
57
+ schema?: any;
58
+ }>;
59
+ pieceName: string;
60
+ pieceVersion: string;
61
+ input: Record<string, any>;
74
62
  sampleData?: {
63
+ [x: string]: unknown;
75
64
  sampleDataFileId?: string | undefined;
76
65
  sampleDataInputFileId?: string | undefined;
77
66
  lastTestDate?: string | undefined;
78
67
  } | undefined;
79
68
  customLogoUrl?: string | undefined;
80
- pieceName: string;
81
- pieceVersion: string;
82
- input: {
83
- [x: string]: any;
84
- };
85
- propertySettings: {
86
- [x: string]: {
87
- schema?: any;
88
- type: import("..").PropertyExecutionType;
89
- };
90
- };
69
+ triggerName?: string | undefined;
91
70
  };
71
+ name: string;
92
72
  valid: boolean;
93
73
  displayName: string;
74
+ lastUpdatedDate: string;
75
+ nextAction?: any;
94
76
  };
77
+ schemaVersion?: string | null | undefined;
78
+ notes?: {
79
+ id: string;
80
+ content: string;
81
+ color: import("..").NoteColorVariant;
82
+ position: {
83
+ x: number;
84
+ y: number;
85
+ };
86
+ size: {
87
+ width: number;
88
+ height: number;
89
+ };
90
+ createdAt: string;
91
+ updatedAt: string;
92
+ ownerId?: string | null | undefined;
93
+ }[] | null | undefined;
95
94
  };
96
95
  } | {
97
96
  type: FlowOperationType.CHANGE_NAME;
@@ -105,65 +104,19 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
105
104
  };
106
105
  } | {
107
106
  type: FlowOperationType.UPDATE_ACTION;
108
- request: {
109
- skip?: boolean | undefined;
110
- type: import("../actions/action").FlowActionType.ROUTER;
111
- name: string;
112
- settings: {
113
- sampleData?: {
114
- sampleDataFileId?: string | undefined;
115
- sampleDataInputFileId?: string | undefined;
116
- lastTestDate?: string | undefined;
117
- } | undefined;
118
- customLogoUrl?: string | undefined;
119
- branches: ({
120
- conditions: ({
121
- caseSensitive?: boolean | undefined;
122
- operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
123
- firstValue: string;
124
- secondValue: string;
125
- } | {
126
- operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
127
- firstValue: string;
128
- secondValue: string;
129
- } | {
130
- operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
131
- firstValue: string;
132
- secondValue: string;
133
- } | {
134
- operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
135
- firstValue: string;
136
- })[][];
137
- branchType: import("../actions/action").BranchExecutionType.CONDITION;
138
- branchName: string;
139
- } | {
140
- branchType: import("../actions/action").BranchExecutionType.FALLBACK;
141
- branchName: string;
142
- })[];
143
- executionType: import("../actions/action").RouterExecutionType;
144
- };
145
- valid: boolean;
146
- displayName: string;
147
- } | {
148
- skip?: boolean | undefined;
149
- type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
107
+ request: ({
108
+ type: import("../actions/action").FlowActionType.CODE;
150
109
  name: string;
151
- settings: {
152
- sampleData?: {
153
- sampleDataFileId?: string | undefined;
154
- sampleDataInputFileId?: string | undefined;
155
- lastTestDate?: string | undefined;
156
- } | undefined;
157
- customLogoUrl?: string | undefined;
158
- items: string;
159
- };
160
110
  valid: boolean;
161
111
  displayName: string;
162
- } | {
163
112
  skip?: boolean | undefined;
164
- type: import("../actions/action").FlowActionType.PIECE;
165
- name: string;
113
+ } & {
166
114
  settings: {
115
+ input: Record<string, any>;
116
+ sourceCode: {
117
+ packageJson: string;
118
+ code: string;
119
+ };
167
120
  errorHandlingOptions?: {
168
121
  continueOnFailure?: {
169
122
  value?: boolean | undefined;
@@ -172,32 +125,34 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
172
125
  value?: boolean | undefined;
173
126
  } | undefined;
174
127
  } | undefined;
175
- sampleData?: {
176
- sampleDataFileId?: string | undefined;
177
- sampleDataInputFileId?: string | undefined;
178
- lastTestDate?: string | undefined;
179
- } | undefined;
180
128
  customLogoUrl?: string | undefined;
181
- actionName?: string | undefined;
182
- pieceName: string;
183
- pieceVersion: string;
184
- input: {
185
- [x: string]: unknown;
186
- };
187
- propertySettings: {
188
- [x: string]: {
189
- schema?: any;
190
- type: import("..").PropertyExecutionType;
191
- };
192
- };
193
129
  };
130
+ }) | ({
131
+ type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
132
+ name: string;
194
133
  valid: boolean;
195
134
  displayName: string;
196
- } | {
197
135
  skip?: boolean | undefined;
198
- type: import("../actions/action").FlowActionType.CODE;
136
+ } & {
137
+ settings: {
138
+ items: string;
139
+ customLogoUrl?: string | undefined;
140
+ };
141
+ }) | ({
142
+ type: import("../actions/action").FlowActionType.PIECE;
199
143
  name: string;
144
+ valid: boolean;
145
+ displayName: string;
146
+ skip?: boolean | undefined;
147
+ } & {
200
148
  settings: {
149
+ pieceName: string;
150
+ input: Record<string, unknown>;
151
+ pieceVersion: string;
152
+ propertySettings: Record<string, {
153
+ type: import("..").PropertyExecutionType;
154
+ schema?: any;
155
+ }>;
201
156
  errorHandlingOptions?: {
202
157
  continueOnFailure?: {
203
158
  value?: boolean | undefined;
@@ -206,88 +161,62 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
206
161
  value?: boolean | undefined;
207
162
  } | undefined;
208
163
  } | undefined;
209
- sampleData?: {
210
- sampleDataFileId?: string | undefined;
211
- sampleDataInputFileId?: string | undefined;
212
- lastTestDate?: string | undefined;
213
- } | undefined;
214
164
  customLogoUrl?: string | undefined;
215
- input: {
216
- [x: string]: any;
217
- };
218
- sourceCode: {
219
- packageJson: string;
220
- code: string;
221
- };
165
+ actionName?: string | undefined;
222
166
  };
167
+ }) | ({
168
+ type: import("../actions/action").FlowActionType.ROUTER;
169
+ name: string;
223
170
  valid: boolean;
224
171
  displayName: string;
225
- };
172
+ skip?: boolean | undefined;
173
+ } & {
174
+ settings: {
175
+ branches: ({
176
+ conditions: ({
177
+ firstValue: string;
178
+ secondValue: string;
179
+ caseSensitive?: boolean | undefined;
180
+ operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
181
+ } | {
182
+ firstValue: string;
183
+ secondValue: string;
184
+ operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
185
+ } | {
186
+ firstValue: string;
187
+ secondValue: string;
188
+ operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
189
+ } | {
190
+ firstValue: string;
191
+ operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
192
+ })[][];
193
+ branchType: import("../actions/action").BranchExecutionType.CONDITION;
194
+ branchName: string;
195
+ } | {
196
+ branchType: import("../actions/action").BranchExecutionType.FALLBACK;
197
+ branchName: string;
198
+ })[];
199
+ executionType: import("../actions/action").RouterExecutionType;
200
+ customLogoUrl?: string | undefined;
201
+ };
202
+ });
226
203
  } | {
227
204
  type: FlowOperationType.ADD_ACTION;
228
205
  request: {
229
- stepLocationRelativeToParent?: StepLocationRelativeToParent | undefined;
230
- branchIndex?: number | undefined;
231
206
  parentStep: string;
232
- action: {
233
- skip?: boolean | undefined;
234
- type: import("../actions/action").FlowActionType.ROUTER;
235
- name: string;
236
- settings: {
237
- sampleData?: {
238
- sampleDataFileId?: string | undefined;
239
- sampleDataInputFileId?: string | undefined;
240
- lastTestDate?: string | undefined;
241
- } | undefined;
242
- customLogoUrl?: string | undefined;
243
- branches: ({
244
- conditions: ({
245
- caseSensitive?: boolean | undefined;
246
- operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
247
- firstValue: string;
248
- secondValue: string;
249
- } | {
250
- operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
251
- firstValue: string;
252
- secondValue: string;
253
- } | {
254
- operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
255
- firstValue: string;
256
- secondValue: string;
257
- } | {
258
- operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
259
- firstValue: string;
260
- })[][];
261
- branchType: import("../actions/action").BranchExecutionType.CONDITION;
262
- branchName: string;
263
- } | {
264
- branchType: import("../actions/action").BranchExecutionType.FALLBACK;
265
- branchName: string;
266
- })[];
267
- executionType: import("../actions/action").RouterExecutionType;
268
- };
269
- valid: boolean;
270
- displayName: string;
271
- } | {
272
- skip?: boolean | undefined;
273
- type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
207
+ action: ({
208
+ type: import("../actions/action").FlowActionType.CODE;
274
209
  name: string;
275
- settings: {
276
- sampleData?: {
277
- sampleDataFileId?: string | undefined;
278
- sampleDataInputFileId?: string | undefined;
279
- lastTestDate?: string | undefined;
280
- } | undefined;
281
- customLogoUrl?: string | undefined;
282
- items: string;
283
- };
284
210
  valid: boolean;
285
211
  displayName: string;
286
- } | {
287
212
  skip?: boolean | undefined;
288
- type: import("../actions/action").FlowActionType.PIECE;
289
- name: string;
213
+ } & {
290
214
  settings: {
215
+ input: Record<string, any>;
216
+ sourceCode: {
217
+ packageJson: string;
218
+ code: string;
219
+ };
291
220
  errorHandlingOptions?: {
292
221
  continueOnFailure?: {
293
222
  value?: boolean | undefined;
@@ -296,32 +225,34 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
296
225
  value?: boolean | undefined;
297
226
  } | undefined;
298
227
  } | undefined;
299
- sampleData?: {
300
- sampleDataFileId?: string | undefined;
301
- sampleDataInputFileId?: string | undefined;
302
- lastTestDate?: string | undefined;
303
- } | undefined;
304
228
  customLogoUrl?: string | undefined;
305
- actionName?: string | undefined;
306
- pieceName: string;
307
- pieceVersion: string;
308
- input: {
309
- [x: string]: unknown;
310
- };
311
- propertySettings: {
312
- [x: string]: {
313
- schema?: any;
314
- type: import("..").PropertyExecutionType;
315
- };
316
- };
317
229
  };
230
+ }) | ({
231
+ type: import("../actions/action").FlowActionType.LOOP_ON_ITEMS;
232
+ name: string;
318
233
  valid: boolean;
319
234
  displayName: string;
320
- } | {
321
235
  skip?: boolean | undefined;
322
- type: import("../actions/action").FlowActionType.CODE;
236
+ } & {
237
+ settings: {
238
+ items: string;
239
+ customLogoUrl?: string | undefined;
240
+ };
241
+ }) | ({
242
+ type: import("../actions/action").FlowActionType.PIECE;
323
243
  name: string;
244
+ valid: boolean;
245
+ displayName: string;
246
+ skip?: boolean | undefined;
247
+ } & {
324
248
  settings: {
249
+ pieceName: string;
250
+ input: Record<string, unknown>;
251
+ pieceVersion: string;
252
+ propertySettings: Record<string, {
253
+ type: import("..").PropertyExecutionType;
254
+ schema?: any;
255
+ }>;
325
256
  errorHandlingOptions?: {
326
257
  continueOnFailure?: {
327
258
  value?: boolean | undefined;
@@ -330,60 +261,76 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
330
261
  value?: boolean | undefined;
331
262
  } | undefined;
332
263
  } | undefined;
333
- sampleData?: {
334
- sampleDataFileId?: string | undefined;
335
- sampleDataInputFileId?: string | undefined;
336
- lastTestDate?: string | undefined;
337
- } | undefined;
338
264
  customLogoUrl?: string | undefined;
339
- input: {
340
- [x: string]: any;
341
- };
342
- sourceCode: {
343
- packageJson: string;
344
- code: string;
345
- };
265
+ actionName?: string | undefined;
346
266
  };
267
+ }) | ({
268
+ type: import("../actions/action").FlowActionType.ROUTER;
269
+ name: string;
347
270
  valid: boolean;
348
271
  displayName: string;
349
- };
272
+ skip?: boolean | undefined;
273
+ } & {
274
+ settings: {
275
+ branches: ({
276
+ conditions: ({
277
+ firstValue: string;
278
+ secondValue: string;
279
+ caseSensitive?: boolean | undefined;
280
+ operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
281
+ } | {
282
+ firstValue: string;
283
+ secondValue: string;
284
+ operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
285
+ } | {
286
+ firstValue: string;
287
+ secondValue: string;
288
+ operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
289
+ } | {
290
+ firstValue: string;
291
+ operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
292
+ })[][];
293
+ branchType: import("../actions/action").BranchExecutionType.CONDITION;
294
+ branchName: string;
295
+ } | {
296
+ branchType: import("../actions/action").BranchExecutionType.FALLBACK;
297
+ branchName: string;
298
+ })[];
299
+ executionType: import("../actions/action").RouterExecutionType;
300
+ customLogoUrl?: string | undefined;
301
+ };
302
+ });
303
+ stepLocationRelativeToParent?: StepLocationRelativeToParent | undefined;
304
+ branchIndex?: number | undefined;
350
305
  };
351
306
  } | {
352
307
  type: FlowOperationType.UPDATE_TRIGGER;
353
308
  request: {
354
- nextAction?: any;
355
309
  type: import("../triggers/trigger").FlowTriggerType.EMPTY;
356
310
  name: string;
357
311
  settings: any;
358
312
  valid: boolean;
359
313
  displayName: string;
360
- } | {
361
314
  nextAction?: any;
315
+ } | ({
362
316
  type: import("../triggers/trigger").FlowTriggerType.PIECE;
363
317
  name: string;
318
+ valid: boolean;
319
+ displayName: string;
320
+ nextAction?: any;
321
+ } & {
364
322
  settings: {
365
- triggerName?: string | undefined;
366
- sampleData?: {
367
- sampleDataFileId?: string | undefined;
368
- sampleDataInputFileId?: string | undefined;
369
- lastTestDate?: string | undefined;
370
- } | undefined;
371
- customLogoUrl?: string | undefined;
372
323
  pieceName: string;
324
+ input: Record<string, any>;
373
325
  pieceVersion: string;
374
- input: {
375
- [x: string]: any;
376
- };
377
- propertySettings: {
378
- [x: string]: {
379
- schema?: any;
380
- type: import("..").PropertyExecutionType;
381
- };
382
- };
326
+ propertySettings: Record<string, {
327
+ type: import("..").PropertyExecutionType;
328
+ schema?: any;
329
+ }>;
330
+ triggerName?: string | undefined;
331
+ customLogoUrl?: string | undefined;
383
332
  };
384
- valid: boolean;
385
- displayName: string;
386
- };
333
+ });
387
334
  } | {
388
335
  type: FlowOperationType.CHANGE_FOLDER;
389
336
  request: {
@@ -397,65 +344,63 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
397
344
  } | {
398
345
  type: FlowOperationType.DELETE_BRANCH;
399
346
  request: {
400
- stepName: string;
401
347
  branchIndex: number;
348
+ stepName: string;
402
349
  };
403
350
  } | {
404
351
  type: FlowOperationType.ADD_BRANCH;
405
352
  request: {
353
+ branchIndex: number;
354
+ stepName: string;
355
+ branchName: string;
406
356
  conditions?: ({
407
- caseSensitive?: boolean | undefined;
408
- operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
409
357
  firstValue: string;
410
358
  secondValue: string;
359
+ caseSensitive?: boolean | undefined;
360
+ operator?: import("../actions/action").BranchOperator.TEXT_CONTAINS | import("../actions/action").BranchOperator.TEXT_DOES_NOT_CONTAIN | import("../actions/action").BranchOperator.TEXT_EXACTLY_MATCHES | import("../actions/action").BranchOperator.TEXT_DOES_NOT_EXACTLY_MATCH | import("../actions/action").BranchOperator.TEXT_STARTS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_START_WITH | import("../actions/action").BranchOperator.TEXT_ENDS_WITH | import("../actions/action").BranchOperator.TEXT_DOES_NOT_END_WITH | import("../actions/action").BranchOperator.LIST_CONTAINS | import("../actions/action").BranchOperator.LIST_DOES_NOT_CONTAIN | undefined;
411
361
  } | {
412
- operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
413
362
  firstValue: string;
414
363
  secondValue: string;
364
+ operator?: import("../actions/action").BranchOperator.NUMBER_IS_GREATER_THAN | import("../actions/action").BranchOperator.NUMBER_IS_LESS_THAN | import("../actions/action").BranchOperator.NUMBER_IS_EQUAL_TO | undefined;
415
365
  } | {
416
- operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
417
366
  firstValue: string;
418
367
  secondValue: string;
368
+ operator?: import("../actions/action").BranchOperator.DATE_IS_BEFORE | import("../actions/action").BranchOperator.DATE_IS_EQUAL | import("../actions/action").BranchOperator.DATE_IS_AFTER | undefined;
419
369
  } | {
420
- operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
421
370
  firstValue: string;
371
+ operator?: import("../actions/action").BranchOperator.BOOLEAN_IS_TRUE | import("../actions/action").BranchOperator.BOOLEAN_IS_FALSE | import("../actions/action").BranchOperator.LIST_IS_EMPTY | import("../actions/action").BranchOperator.LIST_IS_NOT_EMPTY | import("../actions/action").BranchOperator.EXISTS | import("../actions/action").BranchOperator.DOES_NOT_EXIST | undefined;
422
372
  })[][] | undefined;
423
- stepName: string;
424
- branchName: string;
425
- branchIndex: number;
426
373
  };
427
374
  } | {
428
375
  type: FlowOperationType.DUPLICATE_BRANCH;
429
376
  request: {
430
- stepName: string;
431
377
  branchIndex: number;
378
+ stepName: string;
432
379
  };
433
380
  } | {
434
381
  type: FlowOperationType.SET_SKIP_ACTION;
435
382
  request: {
436
- skip: boolean;
437
383
  names: string[];
384
+ skip: boolean;
438
385
  };
439
386
  } | {
440
387
  type: FlowOperationType.UPDATE_METADATA;
441
388
  request: {
442
- metadata?: {
443
- [x: string]: unknown;
444
- } | null | undefined;
389
+ metadata?: Record<string, unknown> | null | undefined;
445
390
  };
446
391
  } | {
447
392
  type: FlowOperationType.MOVE_BRANCH;
448
393
  request: {
449
- stepName: string;
450
394
  sourceBranchIndex: number;
451
395
  targetBranchIndex: number;
396
+ stepName: string;
452
397
  };
453
398
  } | {
454
399
  type: FlowOperationType.SAVE_SAMPLE_DATA;
455
400
  request: {
456
- type: import("..").SampleDataFileType;
457
401
  stepName: string;
458
402
  payload: unknown;
403
+ type: import("..").SampleDataFileType;
459
404
  };
460
405
  } | {
461
406
  type: FlowOperationType.UPDATE_MINUTES_SAVED;
@@ -470,7 +415,6 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
470
415
  } | {
471
416
  type: FlowOperationType.UPDATE_NOTE;
472
417
  request: {
473
- ownerId?: string | null | undefined;
474
418
  id: string;
475
419
  content: string;
476
420
  color: import("..").NoteColorVariant;
@@ -482,6 +426,7 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
482
426
  width: number;
483
427
  height: number;
484
428
  };
429
+ ownerId?: string | null | undefined;
485
430
  };
486
431
  } | {
487
432
  type: FlowOperationType.DELETE_NOTE;
@@ -503,4 +448,15 @@ export declare const _getOperationsForPaste: (actions: FlowAction[], flowVersion
503
448
  height: number;
504
449
  };
505
450
  };
451
+ } | {
452
+ type: FlowOperationType.UPDATE_SAMPLE_DATA_INFO;
453
+ request: {
454
+ stepName: string;
455
+ sampleDataSettings: {
456
+ [x: string]: unknown;
457
+ sampleDataFileId?: string | undefined;
458
+ sampleDataInputFileId?: string | undefined;
459
+ };
460
+ };
506
461
  })[];
462
+ //# sourceMappingURL=paste-operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paste-operations.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/automation/flows/operations/paste-operations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAI7C,OAAO,EAAwB,iBAAiB,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAA;AAG/F,MAAM,MAAM,yBAAyB,GAAG;IACpC,WAAW,EAAE,MAAM,CAAA;IACnB,4BAA4B,EAAE,4BAA4B,CAAC,aAAa,CAAA;IACxE,cAAc,EAAE,MAAM,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG;IACrC,cAAc,EAAE,MAAM,CAAA;IACtB,4BAA4B,EAC1B,4BAA4B,CAAC,KAAK,GAClC,4BAA4B,CAAC,WAAW,CAAA;CAC7C,CAAA;AAED,MAAM,MAAM,aAAa,GAAG,yBAAyB,GAAG,0BAA0B,CAAA;AAElF,eAAO,MAAM,sBAAsB,YACtB,UAAU,EAAE,eACR,WAAW,kBACR,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiChC,CAAA"}
@@ -1,3 +1,4 @@
1
1
  import { FlowVersion } from '../flow-version';
2
2
  import { SkipActionRequest } from '.';
3
3
  export declare function _skipAction(flowVersion: FlowVersion, request: SkipActionRequest): FlowVersion;
4
+ //# sourceMappingURL=skip-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skip-action.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/automation/flows/operations/skip-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAE7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,GAAG,CAAA;AAErC,wBAAgB,WAAW,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,iBAAiB,GAAG,WAAW,CAU7F"}
@@ -2,3 +2,4 @@ import { FlowVersion } from '../flow-version';
2
2
  import { UpdateActionRequest } from './index';
3
3
  declare function _updateAction(flowVersion: FlowVersion, request: UpdateActionRequest): FlowVersion;
4
4
  export { _updateAction };
5
+ //# sourceMappingURL=update-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-action.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/automation/flows/operations/update-action.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAE7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAE7C,iBAAS,aAAa,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,mBAAmB,GAAG,WAAW,CA0E1F;AAED,OAAO,EAAE,aAAa,EAAE,CAAA"}