n8n-nodes-base 1.32.0 → 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.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/credentials/CustomerIoApi.credentials.js +1 -1
- package/dist/credentials/CustomerIoApi.credentials.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.js +2 -0
- package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/create.operation.js +1 -0
- package/dist/nodes/Airtable/v2/actions/record/create.operation.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.js +1 -1
- package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/get.operation.js +1 -1
- package/dist/nodes/Airtable/v2/actions/record/get.operation.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/update.operation.js +1 -1
- package/dist/nodes/Airtable/v2/actions/record/update.operation.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/upsert.operation.js +1 -0
- package/dist/nodes/Airtable/v2/actions/record/upsert.operation.js.map +1 -1
- package/dist/nodes/Airtable/v2/helpers/utils.d.ts +1 -1
- package/dist/nodes/Airtable/v2/helpers/utils.js +8 -1
- package/dist/nodes/Airtable/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/Aws/S3/V1/FileDescription.js +1 -1
- package/dist/nodes/Aws/S3/V1/FileDescription.js.map +1 -1
- package/dist/nodes/Aws/S3/V2/FileDescription.js +1 -1
- package/dist/nodes/Aws/S3/V2/FileDescription.js.map +1 -1
- package/dist/nodes/Cal/GenericFunctions.js +2 -0
- package/dist/nodes/Cal/GenericFunctions.js.map +1 -1
- package/dist/nodes/Code/Code.node.js +10 -2
- package/dist/nodes/Code/Code.node.js.map +1 -1
- package/dist/nodes/Filter/Filter.node.json +1 -1
- package/dist/nodes/Filter/V2/FilterV2.node.js +3 -1
- package/dist/nodes/Filter/V2/FilterV2.node.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/transport/index.js +3 -13
- package/dist/nodes/Google/Drive/v2/transport/index.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/router.d.ts +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/router.js +3 -10
- package/dist/nodes/Google/Sheet/v2/actions/router.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/remove.operation.d.ts +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/remove.operation.js +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/remove.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +2 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/transport/index.js +11 -5
- package/dist/nodes/Google/Sheet/v2/transport/index.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +11 -2
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/Hubspot/V2/HubspotV2.node.js +11 -3
- package/dist/nodes/Hubspot/V2/HubspotV2.node.js.map +1 -1
- package/dist/nodes/If/V2/IfV2.node.js +3 -1
- package/dist/nodes/If/V2/IfV2.node.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/MicrosoftOutlookTrigger.node.json +1 -1
- package/dist/nodes/Notion/Notion.node.js +2 -1
- package/dist/nodes/Notion/Notion.node.js.map +1 -1
- package/dist/nodes/Notion/shared/GenericFunctions.d.ts +1 -0
- package/dist/nodes/Notion/shared/GenericFunctions.js +35 -1
- package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -1
- package/dist/nodes/Notion/shared/descriptions/BlockDescription.js +66 -0
- package/dist/nodes/Notion/shared/descriptions/BlockDescription.js.map +1 -1
- package/dist/nodes/Notion/v2/NotionV2.node.js +3 -3
- package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
- package/dist/nodes/Notion/v2/VersionDescription.js +1 -1
- package/dist/nodes/Notion/v2/VersionDescription.js.map +1 -1
- package/dist/nodes/OpenAi/OpenAi.node.json +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts +1 -0
- package/dist/nodes/Switch/V3/SwitchV3.node.js +7 -1
- package/dist/nodes/Switch/V3/SwitchV3.node.js.map +1 -1
- package/dist/nodes/UProc/GenericFunctions.js +2 -0
- package/dist/nodes/UProc/GenericFunctions.js.map +1 -1
- package/dist/nodes/Wordpress/PageDescription.d.ts +3 -0
- package/dist/nodes/Wordpress/PageDescription.js +817 -0
- package/dist/nodes/Wordpress/PageDescription.js.map +1 -0
- package/dist/nodes/Wordpress/PageInterface.d.ts +16 -0
- package/dist/nodes/Wordpress/PageInterface.js +3 -0
- package/dist/nodes/Wordpress/PageInterface.js.map +1 -0
- package/dist/nodes/Wordpress/PostDescription.js.map +1 -1
- package/dist/nodes/Wordpress/UserDescription.js.map +1 -1
- package/dist/nodes/Wordpress/Wordpress.node.js +154 -0
- package/dist/nodes/Wordpress/Wordpress.node.js.map +1 -1
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +10 -10
- package/package.json +3 -3
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.