n8n-nodes-base 1.31.1 → 1.33.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 (127) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/CustomerIoApi.credentials.js +1 -1
  3. package/dist/credentials/CustomerIoApi.credentials.js.map +1 -1
  4. package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.js +2 -0
  5. package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.js.map +1 -1
  6. package/dist/nodes/Airtable/v2/actions/record/create.operation.js +1 -0
  7. package/dist/nodes/Airtable/v2/actions/record/create.operation.js.map +1 -1
  8. package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.js +1 -1
  9. package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.js.map +1 -1
  10. package/dist/nodes/Airtable/v2/actions/record/get.operation.js +1 -1
  11. package/dist/nodes/Airtable/v2/actions/record/get.operation.js.map +1 -1
  12. package/dist/nodes/Airtable/v2/actions/record/update.operation.js +1 -1
  13. package/dist/nodes/Airtable/v2/actions/record/update.operation.js.map +1 -1
  14. package/dist/nodes/Airtable/v2/actions/record/upsert.operation.js +1 -0
  15. package/dist/nodes/Airtable/v2/actions/record/upsert.operation.js.map +1 -1
  16. package/dist/nodes/Airtable/v2/helpers/utils.d.ts +1 -1
  17. package/dist/nodes/Airtable/v2/helpers/utils.js +8 -1
  18. package/dist/nodes/Airtable/v2/helpers/utils.js.map +1 -1
  19. package/dist/nodes/Aws/S3/V1/FileDescription.js +1 -1
  20. package/dist/nodes/Aws/S3/V1/FileDescription.js.map +1 -1
  21. package/dist/nodes/Aws/S3/V2/FileDescription.js +1 -1
  22. package/dist/nodes/Aws/S3/V2/FileDescription.js.map +1 -1
  23. package/dist/nodes/Cal/GenericFunctions.js +2 -0
  24. package/dist/nodes/Cal/GenericFunctions.js.map +1 -1
  25. package/dist/nodes/Code/Code.node.js +10 -2
  26. package/dist/nodes/Code/Code.node.js.map +1 -1
  27. package/dist/nodes/Filter/Filter.node.json +1 -1
  28. package/dist/nodes/Filter/V2/FilterV2.node.js +3 -1
  29. package/dist/nodes/Filter/V2/FilterV2.node.js.map +1 -1
  30. package/dist/nodes/Google/Drive/v2/transport/index.js +3 -13
  31. package/dist/nodes/Google/Drive/v2/transport/index.js.map +1 -1
  32. package/dist/nodes/Google/Sheet/v2/actions/router.d.ts +1 -1
  33. package/dist/nodes/Google/Sheet/v2/actions/router.js +3 -10
  34. package/dist/nodes/Google/Sheet/v2/actions/router.js.map +1 -1
  35. package/dist/nodes/Google/Sheet/v2/actions/sheet/remove.operation.d.ts +1 -1
  36. package/dist/nodes/Google/Sheet/v2/actions/sheet/remove.operation.js +1 -1
  37. package/dist/nodes/Google/Sheet/v2/actions/sheet/remove.operation.js.map +1 -1
  38. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +2 -1
  39. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
  40. package/dist/nodes/Google/Sheet/v2/transport/index.js +11 -5
  41. package/dist/nodes/Google/Sheet/v2/transport/index.js.map +1 -1
  42. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +11 -2
  43. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  44. package/dist/nodes/Hubspot/V2/HubspotV2.node.js +11 -3
  45. package/dist/nodes/Hubspot/V2/HubspotV2.node.js.map +1 -1
  46. package/dist/nodes/If/V2/IfV2.node.js +3 -1
  47. package/dist/nodes/If/V2/IfV2.node.js.map +1 -1
  48. package/dist/nodes/Microsoft/Outlook/MicrosoftOutlookTrigger.node.json +1 -1
  49. package/dist/nodes/Notion/Notion.node.js +2 -1
  50. package/dist/nodes/Notion/Notion.node.js.map +1 -1
  51. package/dist/nodes/Notion/NotionTrigger.node.d.ts +2 -4
  52. package/dist/nodes/Notion/NotionTrigger.node.js +3 -5
  53. package/dist/nodes/Notion/NotionTrigger.node.js.map +1 -1
  54. package/dist/nodes/Notion/{GenericFunctions.d.ts → shared/GenericFunctions.d.ts} +2 -1
  55. package/dist/nodes/Notion/{GenericFunctions.js → shared/GenericFunctions.js} +38 -4
  56. package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -0
  57. package/dist/nodes/Notion/{BlockDescription.js → shared/descriptions/BlockDescription.js} +66 -0
  58. package/dist/nodes/Notion/shared/descriptions/BlockDescription.js.map +1 -0
  59. package/dist/nodes/Notion/shared/descriptions/Blocks.js.map +1 -0
  60. package/dist/nodes/Notion/shared/descriptions/DatabaseDescription.js.map +1 -0
  61. package/dist/nodes/Notion/{DatabasePageDescription.js → shared/descriptions/DatabasePageDescription.js} +1 -1
  62. package/dist/nodes/Notion/shared/descriptions/DatabasePageDescription.js.map +1 -0
  63. package/dist/nodes/Notion/shared/descriptions/Filters.js.map +1 -0
  64. package/dist/nodes/Notion/shared/descriptions/PageDescription.js.map +1 -0
  65. package/dist/nodes/Notion/shared/descriptions/UserDescription.js.map +1 -0
  66. package/dist/nodes/Notion/shared/methods/index.d.ts +1 -0
  67. package/dist/nodes/Notion/shared/methods/index.js +28 -0
  68. package/dist/nodes/Notion/shared/methods/index.js.map +1 -0
  69. package/dist/nodes/Notion/{SearchFunctions.js → shared/methods/listSearch.js} +2 -2
  70. package/dist/nodes/Notion/shared/methods/listSearch.js.map +1 -0
  71. package/dist/nodes/Notion/v1/NotionV1.node.d.ts +2 -4
  72. package/dist/nodes/Notion/v1/NotionV1.node.js +4 -6
  73. package/dist/nodes/Notion/v1/NotionV1.node.js.map +1 -1
  74. package/dist/nodes/Notion/v1/VersionDescription.js +5 -5
  75. package/dist/nodes/Notion/v1/VersionDescription.js.map +1 -1
  76. package/dist/nodes/Notion/v2/NotionV2.node.d.ts +5 -15
  77. package/dist/nodes/Notion/v2/NotionV2.node.js +477 -461
  78. package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
  79. package/dist/nodes/Notion/v2/VersionDescription.js +6 -6
  80. package/dist/nodes/Notion/v2/VersionDescription.js.map +1 -1
  81. package/dist/nodes/Notion/v2/methods/index.d.ts +1 -0
  82. package/dist/nodes/Notion/v2/methods/index.js +28 -0
  83. package/dist/nodes/Notion/v2/methods/index.js.map +1 -0
  84. package/dist/nodes/Notion/v2/methods/loadOptions.d.ts +9 -0
  85. package/dist/nodes/Notion/v2/methods/loadOptions.js +174 -0
  86. package/dist/nodes/Notion/v2/methods/loadOptions.js.map +1 -0
  87. package/dist/nodes/OpenAi/OpenAi.node.json +1 -1
  88. package/dist/nodes/Postgres/v2/helpers/utils.d.ts +1 -0
  89. package/dist/nodes/Switch/V3/SwitchV3.node.js +7 -1
  90. package/dist/nodes/Switch/V3/SwitchV3.node.js.map +1 -1
  91. package/dist/nodes/UProc/GenericFunctions.js +2 -0
  92. package/dist/nodes/UProc/GenericFunctions.js.map +1 -1
  93. package/dist/nodes/Wordpress/PageDescription.d.ts +3 -0
  94. package/dist/nodes/Wordpress/PageDescription.js +817 -0
  95. package/dist/nodes/Wordpress/PageDescription.js.map +1 -0
  96. package/dist/nodes/Wordpress/PageInterface.d.ts +16 -0
  97. package/dist/nodes/Wordpress/PageInterface.js +3 -0
  98. package/dist/nodes/Wordpress/PageInterface.js.map +1 -0
  99. package/dist/nodes/Wordpress/PostDescription.js.map +1 -1
  100. package/dist/nodes/Wordpress/UserDescription.js.map +1 -1
  101. package/dist/nodes/Wordpress/Wordpress.node.js +154 -0
  102. package/dist/nodes/Wordpress/Wordpress.node.js.map +1 -1
  103. package/dist/types/credentials.json +1 -1
  104. package/dist/types/nodes.json +10 -10
  105. package/package.json +3 -3
  106. package/dist/nodes/Notion/BlockDescription.js.map +0 -1
  107. package/dist/nodes/Notion/Blocks.js.map +0 -1
  108. package/dist/nodes/Notion/DatabaseDescription.js.map +0 -1
  109. package/dist/nodes/Notion/DatabasePageDescription.js.map +0 -1
  110. package/dist/nodes/Notion/Filters.js.map +0 -1
  111. package/dist/nodes/Notion/GenericFunctions.js.map +0 -1
  112. package/dist/nodes/Notion/PageDescription.js.map +0 -1
  113. package/dist/nodes/Notion/SearchFunctions.js.map +0 -1
  114. package/dist/nodes/Notion/UserDescription.js.map +0 -1
  115. /package/dist/nodes/Notion/{BlockDescription.d.ts → shared/descriptions/BlockDescription.d.ts} +0 -0
  116. /package/dist/nodes/Notion/{Blocks.d.ts → shared/descriptions/Blocks.d.ts} +0 -0
  117. /package/dist/nodes/Notion/{Blocks.js → shared/descriptions/Blocks.js} +0 -0
  118. /package/dist/nodes/Notion/{DatabaseDescription.d.ts → shared/descriptions/DatabaseDescription.d.ts} +0 -0
  119. /package/dist/nodes/Notion/{DatabaseDescription.js → shared/descriptions/DatabaseDescription.js} +0 -0
  120. /package/dist/nodes/Notion/{DatabasePageDescription.d.ts → shared/descriptions/DatabasePageDescription.d.ts} +0 -0
  121. /package/dist/nodes/Notion/{Filters.d.ts → shared/descriptions/Filters.d.ts} +0 -0
  122. /package/dist/nodes/Notion/{Filters.js → shared/descriptions/Filters.js} +0 -0
  123. /package/dist/nodes/Notion/{PageDescription.d.ts → shared/descriptions/PageDescription.d.ts} +0 -0
  124. /package/dist/nodes/Notion/{PageDescription.js → shared/descriptions/PageDescription.js} +0 -0
  125. /package/dist/nodes/Notion/{UserDescription.d.ts → shared/descriptions/UserDescription.d.ts} +0 -0
  126. /package/dist/nodes/Notion/{UserDescription.js → shared/descriptions/UserDescription.js} +0 -0
  127. /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.