n8n-nodes-base 1.105.2 → 1.106.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 (77) hide show
  1. package/dist/nodes/Airtable/test/v2/node/helpers.d.ts.map +1 -1
  2. package/dist/nodes/Airtable/test/v2/node/helpers.js +8 -8
  3. package/dist/nodes/Airtable/test/v2/node/helpers.js.map +1 -1
  4. package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts.map +1 -1
  5. package/dist/nodes/Airtable/v2/actions/record/create.operation.js +6 -5
  6. package/dist/nodes/Airtable/v2/actions/record/create.operation.js.map +1 -1
  7. package/dist/nodes/Code/Code.node.d.ts.map +1 -1
  8. package/dist/nodes/Code/Code.node.js +46 -26
  9. package/dist/nodes/Code/Code.node.js.map +1 -1
  10. package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts +0 -1
  11. package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts.map +1 -1
  12. package/dist/nodes/Code/JsTaskRunnerSandbox.js +3 -15
  13. package/dist/nodes/Code/JsTaskRunnerSandbox.js.map +1 -1
  14. package/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts +17 -0
  15. package/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts.map +1 -0
  16. package/dist/nodes/Code/PythonTaskRunnerSandbox.js +39 -0
  17. package/dist/nodes/Code/PythonTaskRunnerSandbox.js.map +1 -0
  18. package/dist/nodes/Code/descriptions/PythonCodeDescription.d.ts.map +1 -1
  19. package/dist/nodes/Code/descriptions/PythonCodeDescription.js +15 -3
  20. package/dist/nodes/Code/descriptions/PythonCodeDescription.js.map +1 -1
  21. package/dist/nodes/Code/native-python-without-runner.error.d.ts +5 -0
  22. package/dist/nodes/Code/native-python-without-runner.error.d.ts.map +1 -0
  23. package/dist/nodes/Code/native-python-without-runner.error.js +11 -0
  24. package/dist/nodes/Code/native-python-without-runner.error.js.map +1 -0
  25. package/dist/nodes/Code/throw-execution-error.d.ts +2 -0
  26. package/dist/nodes/Code/throw-execution-error.d.ts.map +1 -0
  27. package/dist/nodes/Code/throw-execution-error.js +17 -0
  28. package/dist/nodes/Code/throw-execution-error.js.map +1 -0
  29. package/dist/nodes/Form/Form.node.d.ts.map +1 -1
  30. package/dist/nodes/Form/Form.node.js +3 -1
  31. package/dist/nodes/Form/Form.node.js.map +1 -1
  32. package/dist/nodes/Form/FormTrigger.node.d.ts.map +1 -1
  33. package/dist/nodes/Form/FormTrigger.node.js +2 -1
  34. package/dist/nodes/Form/FormTrigger.node.js.map +1 -1
  35. package/dist/nodes/Form/common.descriptions.d.ts.map +1 -1
  36. package/dist/nodes/Form/common.descriptions.js +171 -14
  37. package/dist/nodes/Form/common.descriptions.js.map +1 -1
  38. package/dist/nodes/Form/interfaces.d.ts +21 -11
  39. package/dist/nodes/Form/interfaces.d.ts.map +1 -1
  40. package/dist/nodes/Form/interfaces.js.map +1 -1
  41. package/dist/nodes/Form/utils/utils.d.ts +4 -0
  42. package/dist/nodes/Form/utils/utils.d.ts.map +1 -1
  43. package/dist/nodes/Form/utils/utils.js +16 -2
  44. package/dist/nodes/Form/utils/utils.js.map +1 -1
  45. package/dist/nodes/Form/v2/FormTriggerV2.node.d.ts.map +1 -1
  46. package/dist/nodes/Form/v2/FormTriggerV2.node.js +3 -1
  47. package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
  48. package/dist/nodes/Grist/GenericFunctions.d.ts +1 -0
  49. package/dist/nodes/Grist/GenericFunctions.d.ts.map +1 -1
  50. package/dist/nodes/Grist/GenericFunctions.js +5 -1
  51. package/dist/nodes/Grist/GenericFunctions.js.map +1 -1
  52. package/dist/nodes/Todoist/GenericFunctions.d.ts +1 -1
  53. package/dist/nodes/Todoist/GenericFunctions.d.ts.map +1 -1
  54. package/dist/nodes/Todoist/GenericFunctions.js +2 -2
  55. package/dist/nodes/Todoist/GenericFunctions.js.map +1 -1
  56. package/dist/nodes/Todoist/v2/OperationHandler.d.ts +134 -15
  57. package/dist/nodes/Todoist/v2/OperationHandler.d.ts.map +1 -1
  58. package/dist/nodes/Todoist/v2/OperationHandler.js +555 -52
  59. package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -1
  60. package/dist/nodes/Todoist/v2/Service.d.ts +36 -3
  61. package/dist/nodes/Todoist/v2/Service.d.ts.map +1 -1
  62. package/dist/nodes/Todoist/v2/Service.js +105 -2
  63. package/dist/nodes/Todoist/v2/Service.js.map +1 -1
  64. package/dist/nodes/Todoist/v2/TodoistV2.node.d.ts.map +1 -1
  65. package/dist/nodes/Todoist/v2/TodoistV2.node.js +1240 -31
  66. package/dist/nodes/Todoist/v2/TodoistV2.node.js.map +1 -1
  67. package/dist/nodes/Wait/Wait.node.d.ts.map +1 -1
  68. package/dist/nodes/Wait/Wait.node.js +9 -1
  69. package/dist/nodes/Wait/Wait.node.js.map +1 -1
  70. package/dist/nodes/Wait/validation.d.ts +4 -0
  71. package/dist/nodes/Wait/validation.d.ts.map +1 -0
  72. package/dist/nodes/Wait/validation.js +11 -0
  73. package/dist/nodes/Wait/validation.js.map +1 -0
  74. package/dist/typecheck.tsbuildinfo +1 -1
  75. package/dist/types/credentials.json +1 -1
  76. package/dist/types/nodes.json +18 -18
  77. package/package.json +6 -6

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.