n8n-nodes-base 1.31.0 → 1.32.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 (78) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/methods/referenced.json +0 -1
  3. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js +3 -3
  4. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js.map +1 -1
  5. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.js +2 -1
  6. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.js.map +1 -1
  7. package/dist/nodes/Hubspot/Hubspot.node.js +2 -1
  8. package/dist/nodes/Hubspot/Hubspot.node.js.map +1 -1
  9. package/dist/nodes/Hubspot/V2/DealDescription.js +36 -1
  10. package/dist/nodes/Hubspot/V2/DealDescription.js.map +1 -1
  11. package/dist/nodes/Hubspot/V2/HubspotV2.node.js +28 -4
  12. package/dist/nodes/Hubspot/V2/HubspotV2.node.js.map +1 -1
  13. package/dist/nodes/Notion/NotionTrigger.node.d.ts +2 -4
  14. package/dist/nodes/Notion/NotionTrigger.node.js +3 -5
  15. package/dist/nodes/Notion/NotionTrigger.node.js.map +1 -1
  16. package/dist/nodes/Notion/{GenericFunctions.d.ts → shared/GenericFunctions.d.ts} +1 -1
  17. package/dist/nodes/Notion/{GenericFunctions.js → shared/GenericFunctions.js} +4 -4
  18. package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -0
  19. package/dist/nodes/Notion/shared/descriptions/BlockDescription.js.map +1 -0
  20. package/dist/nodes/Notion/shared/descriptions/Blocks.js.map +1 -0
  21. package/dist/nodes/Notion/shared/descriptions/DatabaseDescription.js.map +1 -0
  22. package/dist/nodes/Notion/{DatabasePageDescription.js → shared/descriptions/DatabasePageDescription.js} +1 -1
  23. package/dist/nodes/Notion/shared/descriptions/DatabasePageDescription.js.map +1 -0
  24. package/dist/nodes/Notion/shared/descriptions/Filters.js.map +1 -0
  25. package/dist/nodes/Notion/shared/descriptions/PageDescription.js.map +1 -0
  26. package/dist/nodes/Notion/shared/descriptions/UserDescription.js.map +1 -0
  27. package/dist/nodes/Notion/shared/methods/index.d.ts +1 -0
  28. package/dist/nodes/Notion/shared/methods/index.js +28 -0
  29. package/dist/nodes/Notion/shared/methods/index.js.map +1 -0
  30. package/dist/nodes/Notion/{SearchFunctions.js → shared/methods/listSearch.js} +2 -2
  31. package/dist/nodes/Notion/shared/methods/listSearch.js.map +1 -0
  32. package/dist/nodes/Notion/v1/NotionV1.node.d.ts +2 -4
  33. package/dist/nodes/Notion/v1/NotionV1.node.js +4 -6
  34. package/dist/nodes/Notion/v1/NotionV1.node.js.map +1 -1
  35. package/dist/nodes/Notion/v1/VersionDescription.js +5 -5
  36. package/dist/nodes/Notion/v1/VersionDescription.js.map +1 -1
  37. package/dist/nodes/Notion/v2/NotionV2.node.d.ts +5 -15
  38. package/dist/nodes/Notion/v2/NotionV2.node.js +477 -461
  39. package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
  40. package/dist/nodes/Notion/v2/VersionDescription.js +5 -5
  41. package/dist/nodes/Notion/v2/VersionDescription.js.map +1 -1
  42. package/dist/nodes/Notion/v2/methods/index.d.ts +1 -0
  43. package/dist/nodes/Notion/v2/methods/index.js +28 -0
  44. package/dist/nodes/Notion/v2/methods/index.js.map +1 -0
  45. package/dist/nodes/Notion/v2/methods/loadOptions.d.ts +9 -0
  46. package/dist/nodes/Notion/v2/methods/loadOptions.js +174 -0
  47. package/dist/nodes/Notion/v2/methods/loadOptions.js.map +1 -0
  48. package/dist/nodes/TheHiveProject/actions/alert/update.operation.js +1 -1
  49. package/dist/nodes/TheHiveProject/actions/alert/update.operation.js.map +1 -1
  50. package/dist/nodes/TheHiveProject/actions/case/update.operation.js +1 -1
  51. package/dist/nodes/TheHiveProject/actions/case/update.operation.js.map +1 -1
  52. package/dist/nodes/Wait/Wait.node.js +62 -30
  53. package/dist/nodes/Wait/Wait.node.js.map +1 -1
  54. package/dist/types/nodes.json +5 -5
  55. package/package.json +1 -1
  56. package/dist/nodes/Notion/BlockDescription.js.map +0 -1
  57. package/dist/nodes/Notion/Blocks.js.map +0 -1
  58. package/dist/nodes/Notion/DatabaseDescription.js.map +0 -1
  59. package/dist/nodes/Notion/DatabasePageDescription.js.map +0 -1
  60. package/dist/nodes/Notion/Filters.js.map +0 -1
  61. package/dist/nodes/Notion/GenericFunctions.js.map +0 -1
  62. package/dist/nodes/Notion/PageDescription.js.map +0 -1
  63. package/dist/nodes/Notion/SearchFunctions.js.map +0 -1
  64. package/dist/nodes/Notion/UserDescription.js.map +0 -1
  65. /package/dist/nodes/Notion/{BlockDescription.d.ts → shared/descriptions/BlockDescription.d.ts} +0 -0
  66. /package/dist/nodes/Notion/{BlockDescription.js → shared/descriptions/BlockDescription.js} +0 -0
  67. /package/dist/nodes/Notion/{Blocks.d.ts → shared/descriptions/Blocks.d.ts} +0 -0
  68. /package/dist/nodes/Notion/{Blocks.js → shared/descriptions/Blocks.js} +0 -0
  69. /package/dist/nodes/Notion/{DatabaseDescription.d.ts → shared/descriptions/DatabaseDescription.d.ts} +0 -0
  70. /package/dist/nodes/Notion/{DatabaseDescription.js → shared/descriptions/DatabaseDescription.js} +0 -0
  71. /package/dist/nodes/Notion/{DatabasePageDescription.d.ts → shared/descriptions/DatabasePageDescription.d.ts} +0 -0
  72. /package/dist/nodes/Notion/{Filters.d.ts → shared/descriptions/Filters.d.ts} +0 -0
  73. /package/dist/nodes/Notion/{Filters.js → shared/descriptions/Filters.js} +0 -0
  74. /package/dist/nodes/Notion/{PageDescription.d.ts → shared/descriptions/PageDescription.d.ts} +0 -0
  75. /package/dist/nodes/Notion/{PageDescription.js → shared/descriptions/PageDescription.js} +0 -0
  76. /package/dist/nodes/Notion/{UserDescription.d.ts → shared/descriptions/UserDescription.d.ts} +0 -0
  77. /package/dist/nodes/Notion/{UserDescription.js → shared/descriptions/UserDescription.js} +0 -0
  78. /package/dist/nodes/Notion/{SearchFunctions.d.ts → shared/methods/listSearch.d.ts} +0 -0

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.