n8n-nodes-base 2.22.3 → 2.24.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/credentials/BitbucketAccessTokenApi.credentials.d.ts.map +1 -1
- package/dist/credentials/BitbucketAccessTokenApi.credentials.js +1 -1
- package/dist/credentials/BitbucketAccessTokenApi.credentials.js.map +1 -1
- package/dist/credentials/GumroadApi.credentials.d.ts +2 -1
- package/dist/credentials/GumroadApi.credentials.d.ts.map +1 -1
- package/dist/credentials/GumroadApi.credentials.js +8 -0
- package/dist/credentials/GumroadApi.credentials.js.map +1 -1
- package/dist/credentials/GumroadOAuth2Api.credentials.d.ts +10 -0
- package/dist/credentials/GumroadOAuth2Api.credentials.d.ts.map +1 -0
- package/dist/credentials/GumroadOAuth2Api.credentials.js +83 -0
- package/dist/credentials/GumroadOAuth2Api.credentials.js.map +1 -0
- package/dist/credentials/LinearOAuth2Api.credentials.js +1 -1
- package/dist/credentials/LinearOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/MicrosoftOneDriveOAuth2Api.credentials.d.ts.map +1 -1
- package/dist/credentials/MicrosoftOneDriveOAuth2Api.credentials.js +33 -2
- package/dist/credentials/MicrosoftOneDriveOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/MicrosoftOutlookOAuth2Api.credentials.d.ts.map +1 -1
- package/dist/credentials/MicrosoftOutlookOAuth2Api.credentials.js +33 -3
- package/dist/credentials/MicrosoftOutlookOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/MicrosoftSharePointOAuth2Api.credentials.d.ts.map +1 -1
- package/dist/credentials/MicrosoftSharePointOAuth2Api.credentials.js +34 -1
- package/dist/credentials/MicrosoftSharePointOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/OAuth2Api.credentials.d.ts.map +1 -1
- package/dist/credentials/OAuth2Api.credentials.js +17 -0
- package/dist/credentials/OAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/OdooApi.credentials.d.ts.map +1 -1
- package/dist/credentials/OdooApi.credentials.js +6 -0
- package/dist/credentials/OdooApi.credentials.js.map +1 -1
- package/dist/credentials/OdooApiKeyApi.credentials.d.ts +10 -0
- package/dist/credentials/OdooApiKeyApi.credentials.d.ts.map +1 -0
- package/dist/credentials/OdooApiKeyApi.credentials.js +68 -0
- package/dist/credentials/OdooApiKeyApi.credentials.js.map +1 -0
- package/dist/credentials/common/aws/utils.d.ts +6 -0
- package/dist/credentials/common/aws/utils.d.ts.map +1 -1
- package/dist/credentials/common/aws/utils.js +14 -0
- package/dist/credentials/common/aws/utils.js.map +1 -1
- package/dist/known/credentials.json +17 -0
- package/dist/methods/defined.json +3 -0
- package/dist/methods/referenced.json +3 -0
- package/dist/node-definitions/.nodes-hash +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/azureCosmosDb/v1/resource_item/operation_query.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/azureCosmosDb/v1/resource_item/operation_query.ts +5 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/crypto/v1.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/crypto/v1.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/crypto/v2.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/crypto/v2.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/emailSend/v2.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/emailSend/v2.ts +4 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/emailSend/v21.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/emailSend/v21.ts +4 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflowTrigger/index.ts +3 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflowTrigger/v1.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflowTrigger/v1.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflowTrigger/v11.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflowTrigger/v11.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflowTrigger/v12.schema.js +27 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/executeWorkflowTrigger/v12.ts +58 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/facebookGraphApi/v1.ts +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/index.ts +3 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v2.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v2.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v21.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v21.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v22.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v22.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v23.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v23.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v24.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v24.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v25.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v25.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v26.schema.js +29 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v26.ts +249 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/gumroadTrigger/v1.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/gumroadTrigger/v1.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v3/mode_append.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v3/mode_choose_branch.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v3/mode_combine.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v3/mode_combine_by_sql.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v31/mode_append.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v31/mode_choose_branch.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v31/mode_combine.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v31/mode_combine_by_sql.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v32/mode_append.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v32/mode_choose_branch.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v32/mode_combine.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v32/mode_combine_by_sql.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/index.ts +3 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/index.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/index.ts +21 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/index.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/index.ts +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/operation_create.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/operation_create.ts +52 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/operation_delete.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/operation_delete.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/operation_get.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/operation_get.ts +41 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/operation_get_all.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/operation_get_all.ts +59 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/operation_update.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_activity/operation_update.ts +40 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/index.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/index.ts +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/operation_create.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/operation_create.ts +39 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/operation_delete.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/operation_delete.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/operation_get.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/operation_get.ts +46 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/operation_get_all.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/operation_get_all.ts +73 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/operation_update.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_contact/operation_update.ts +40 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/index.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/index.ts +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_create.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_create.ts +45 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_delete.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_delete.ts +41 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_get.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_get.ts +51 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_get_all.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_get_all.ts +56 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_update.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_update.ts +46 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/index.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/index.ts +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/operation_create.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/operation_create.ts +39 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/operation_delete.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/operation_delete.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/operation_get.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/operation_get.ts +59 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/operation_get_all.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/operation_get_all.ts +75 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/operation_update.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_opportunity/operation_update.ts +40 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/index.ts +3 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/index.schema.js +42 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/index.ts +45 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/index.schema.js +34 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/index.ts +33 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_add_note.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_add_note.ts +53 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_create.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_create.ts +139 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_delete.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_delete.ts +37 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_get.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_get.ts +59 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_get_all.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_get_all.ts +78 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_get_summary.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_get_summary.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_update.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_update.ts +141 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_upsert.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_upsert.ts +142 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/index.schema.js +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/index.ts +27 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_create.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_create.ts +59 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_delete.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_delete.ts +32 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_get.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_get.ts +32 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_get_all.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_get_all.ts +78 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_get_summary.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_get_summary.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_update.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_update.ts +57 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/index.schema.js +32 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/index.ts +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_add_comment.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_add_comment.ts +45 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_create.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_create.ts +116 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_delete.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_delete.ts +32 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_get.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_get.ts +58 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_get_all.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_get_all.ts +79 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_get_summary.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_get_summary.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_update.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_update.ts +118 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/index.schema.js +36 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/index.ts +36 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_add_note.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_add_note.ts +53 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_add_to_campaign.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_add_to_campaign.ts +51 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_create.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_create.ts +173 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_delete.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_delete.ts +37 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_get.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_get.ts +61 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_get_all.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_get_all.ts +78 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_get_summary.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_get_summary.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_update.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_update.ts +175 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_upsert.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_upsert.ts +183 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/index.schema.js +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/index.ts +27 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_create.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_create.ts +66 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_delete.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_delete.ts +42 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_get.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_get.ts +55 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_get_all.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_get_all.ts +84 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_update.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_update.ts +69 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_upsert.schema.js +27 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_custom_object/operation_upsert.ts +76 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_document/index.schema.js +18 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_document/index.ts +10 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_document/operation_upload.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_document/operation_upload.ts +60 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_flow/index.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_flow/index.ts +15 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_flow/operation_get_all.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_flow/operation_get_all.ts +47 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_flow/operation_invoke.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_flow/operation_invoke.ts +101 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/index.schema.js +36 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/index.ts +36 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_add_note.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_add_note.ts +59 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_add_to_campaign.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_add_to_campaign.ts +52 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_create.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_create.ts +149 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_delete.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_delete.ts +32 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_get.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_get.ts +65 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_get_all.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_get_all.ts +78 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_get_summary.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_get_summary.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_update.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_update.ts +150 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_upsert.schema.js +27 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_upsert.ts +159 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/index.schema.js +34 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/index.ts +33 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_add_note.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_add_note.ts +53 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_create.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_create.ts +109 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_delete.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_delete.ts +32 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_get.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_get.ts +64 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_get_all.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_get_all.ts +78 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_get_summary.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_get_summary.ts +79 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_update.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_update.ts +109 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_upsert.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_upsert.ts +112 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_search/index.schema.js +18 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_search/index.ts +10 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_search/operation_query.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_search/operation_query.ts +41 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/index.schema.js +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/index.ts +27 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_create.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_create.ts +141 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_delete.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_delete.ts +32 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_get.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_get.ts +62 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_get_all.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_get_all.ts +77 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_get_summary.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_get_summary.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_update.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_update.ts +143 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_user/index.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_user/index.ts +15 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_user/operation_get.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_user/operation_get.ts +32 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_user/operation_get_all.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_user/operation_get_all.ts +79 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforceTrigger/index.ts +3 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforceTrigger/v11.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforceTrigger/v11.ts +84 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/stickyNote/v1.ts +0 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/switch/v3/mode_rules.ts +3 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/switch/v31/mode_rules.ts +3 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/switch/v32/mode_rules.ts +3 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/switch/v33/mode_rules.ts +3 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/switch/v34/mode_rules.ts +3 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/webhook/v1.ts +0 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/webhook/v11.ts +0 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/webhook/v2.ts +0 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/webhook/v21.ts +0 -1
- package/dist/nodes/Aws/DynamoDB/GenericFunctions.d.ts +1 -2
- package/dist/nodes/Aws/DynamoDB/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Aws/DynamoDB/GenericFunctions.js +0 -14
- package/dist/nodes/Aws/DynamoDB/GenericFunctions.js.map +1 -1
- package/dist/nodes/Aws/DynamoDB/utils.d.ts +1 -2
- package/dist/nodes/Aws/DynamoDB/utils.d.ts.map +1 -1
- package/dist/nodes/Aws/DynamoDB/utils.js +0 -14
- package/dist/nodes/Aws/DynamoDB/utils.js.map +1 -1
- package/dist/nodes/Aws/Textract/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Aws/Textract/GenericFunctions.js +2 -0
- package/dist/nodes/Aws/Textract/GenericFunctions.js.map +1 -1
- package/dist/nodes/Aws/Transcribe/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Aws/Transcribe/GenericFunctions.js +2 -0
- package/dist/nodes/Aws/Transcribe/GenericFunctions.js.map +1 -1
- package/dist/nodes/Bitbucket/BitbucketTrigger.node.js +3 -3
- package/dist/nodes/Bitbucket/BitbucketTrigger.node.js.map +1 -1
- package/dist/nodes/Bubble/Bubble.node.js +2 -2
- package/dist/nodes/Bubble/Bubble.node.js.map +1 -1
- package/dist/nodes/Compression/Compression.node.d.ts.map +1 -1
- package/dist/nodes/Compression/Compression.node.js +9 -6
- package/dist/nodes/Compression/Compression.node.js.map +1 -1
- package/dist/nodes/Compression/decompress/BoundedGunzip.d.ts +6 -0
- package/dist/nodes/Compression/decompress/BoundedGunzip.d.ts.map +1 -0
- package/dist/nodes/Compression/decompress/BoundedGunzip.js +83 -0
- package/dist/nodes/Compression/decompress/BoundedGunzip.js.map +1 -0
- package/dist/nodes/Compression/decompress/BoundedUnzip.d.ts +6 -0
- package/dist/nodes/Compression/decompress/BoundedUnzip.d.ts.map +1 -0
- package/dist/nodes/Compression/decompress/BoundedUnzip.js +118 -0
- package/dist/nodes/Compression/decompress/BoundedUnzip.js.map +1 -0
- package/dist/nodes/Compression/decompress/DecompressedSizeExceededError.d.ts +5 -0
- package/dist/nodes/Compression/decompress/DecompressedSizeExceededError.d.ts.map +1 -0
- package/dist/nodes/Compression/decompress/DecompressedSizeExceededError.js +12 -0
- package/dist/nodes/Compression/decompress/DecompressedSizeExceededError.js.map +1 -0
- package/dist/nodes/Compression/decompress/FeedInChunks.d.ts +7 -0
- package/dist/nodes/Compression/decompress/FeedInChunks.d.ts.map +1 -0
- package/dist/nodes/Compression/decompress/FeedInChunks.js +18 -0
- package/dist/nodes/Compression/decompress/FeedInChunks.js.map +1 -0
- package/dist/nodes/Compression/decompress/GunzipOutputAccumulator.d.ts +16 -0
- package/dist/nodes/Compression/decompress/GunzipOutputAccumulator.d.ts.map +1 -0
- package/dist/nodes/Compression/decompress/GunzipOutputAccumulator.js +34 -0
- package/dist/nodes/Compression/decompress/GunzipOutputAccumulator.js.map +1 -0
- package/dist/nodes/Compression/decompress/ZipEntryDecompressor.d.ts +19 -0
- package/dist/nodes/Compression/decompress/ZipEntryDecompressor.d.ts.map +1 -0
- package/dist/nodes/Compression/decompress/ZipEntryDecompressor.js +60 -0
- package/dist/nodes/Compression/decompress/ZipEntryDecompressor.js.map +1 -0
- package/dist/nodes/Compression/decompress/ZipOutputAccumulator.d.ts +20 -0
- package/dist/nodes/Compression/decompress/ZipOutputAccumulator.d.ts.map +1 -0
- package/dist/nodes/Compression/decompress/ZipOutputAccumulator.js +63 -0
- package/dist/nodes/Compression/decompress/ZipOutputAccumulator.js.map +1 -0
- package/dist/nodes/Crypto/v1/CryptoV1.node.d.ts.map +1 -1
- package/dist/nodes/Crypto/v1/CryptoV1.node.js +8 -0
- package/dist/nodes/Crypto/v1/CryptoV1.node.js.map +1 -1
- package/dist/nodes/Crypto/v2/CryptoV2.node.d.ts.map +1 -1
- package/dist/nodes/Crypto/v2/CryptoV2.node.js +8 -0
- package/dist/nodes/Crypto/v2/CryptoV2.node.js.map +1 -1
- package/dist/nodes/EmailReadImap/v2/utils.d.ts.map +1 -1
- package/dist/nodes/EmailReadImap/v2/utils.js +13 -10
- package/dist/nodes/EmailReadImap/v2/utils.js.map +1 -1
- package/dist/nodes/EmailSend/v2/send.operation.d.ts.map +1 -1
- package/dist/nodes/EmailSend/v2/send.operation.js +30 -11
- package/dist/nodes/EmailSend/v2/send.operation.js.map +1 -1
- package/dist/nodes/EmailSend/v2/utils.d.ts +1 -0
- package/dist/nodes/EmailSend/v2/utils.d.ts.map +1 -1
- package/dist/nodes/EmailSend/v2/utils.js.map +1 -1
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.d.ts.map +1 -1
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.js +26 -1
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.js.map +1 -1
- package/dist/nodes/Facebook/FacebookGraphApi.node.d.ts.map +1 -1
- package/dist/nodes/Facebook/FacebookGraphApi.node.js +3 -2
- package/dist/nodes/Facebook/FacebookGraphApi.node.js.map +1 -1
- package/dist/nodes/Facebook/FacebookTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Facebook/FacebookTrigger.node.js +5 -11
- package/dist/nodes/Facebook/FacebookTrigger.node.js.map +1 -1
- package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.js +1 -1
- package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.js.map +1 -1
- package/dist/nodes/Filter/V2/FilterV2.node.d.ts.map +1 -1
- package/dist/nodes/Filter/V2/FilterV2.node.js +1 -1
- package/dist/nodes/Filter/V2/FilterV2.node.js.map +1 -1
- package/dist/nodes/Form/Form.node.d.ts.map +1 -1
- package/dist/nodes/Form/Form.node.js +15 -3
- package/dist/nodes/Form/Form.node.js.map +1 -1
- package/dist/nodes/Form/FormTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Form/FormTrigger.node.js +2 -1
- package/dist/nodes/Form/FormTrigger.node.js.map +1 -1
- package/dist/nodes/Form/utils/formCompletionUtils.d.ts +2 -2
- package/dist/nodes/Form/utils/formCompletionUtils.d.ts.map +1 -1
- package/dist/nodes/Form/utils/formCompletionUtils.js +8 -1
- package/dist/nodes/Form/utils/formCompletionUtils.js.map +1 -1
- package/dist/nodes/Form/utils/formNodeUtils.d.ts +2 -2
- package/dist/nodes/Form/utils/formNodeUtils.d.ts.map +1 -1
- package/dist/nodes/Form/utils/formNodeUtils.js +7 -1
- package/dist/nodes/Form/utils/formNodeUtils.js.map +1 -1
- package/dist/nodes/Form/utils/utils.d.ts +31 -2
- package/dist/nodes/Form/utils/utils.d.ts.map +1 -1
- package/dist/nodes/Form/utils/utils.js +196 -16
- package/dist/nodes/Form/utils/utils.js.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.d.ts.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.js +41 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
- package/dist/nodes/Git/Git.node.d.ts.map +1 -1
- package/dist/nodes/Git/Git.node.js +5 -9
- package/dist/nodes/Git/Git.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +2 -2
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.types.d.ts +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.types.d.ts.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.d.ts.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.js +5 -13
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.js.map +1 -1
- package/dist/nodes/Gumroad/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Gumroad/GenericFunctions.js +4 -4
- package/dist/nodes/Gumroad/GenericFunctions.js.map +1 -1
- package/dist/nodes/Gumroad/GumroadTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Gumroad/GumroadTrigger.node.js +30 -0
- package/dist/nodes/Gumroad/GumroadTrigger.node.js.map +1 -1
- package/dist/nodes/HighLevel/v1/description/ContactDescription.d.ts.map +1 -1
- package/dist/nodes/HighLevel/v1/description/ContactDescription.js +13 -1
- package/dist/nodes/HighLevel/v1/description/ContactDescription.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.d.ts.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +16 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/If/V2/IfV2.node.d.ts.map +1 -1
- package/dist/nodes/If/V2/IfV2.node.js +1 -1
- package/dist/nodes/If/V2/IfV2.node.js.map +1 -1
- package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/query.operation.d.ts.map +1 -1
- package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/query.operation.js +13 -1
- package/dist/nodes/Microsoft/AzureCosmosDb/descriptions/item/query.operation.js.map +1 -1
- package/dist/nodes/Microsoft/AzureCosmosDb/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/Microsoft/AzureCosmosDb/helpers/utils.js +18 -3
- package/dist/nodes/Microsoft/AzureCosmosDb/helpers/utils.js.map +1 -1
- package/dist/nodes/Microsoft/Sql/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Microsoft/Sql/GenericFunctions.js +5 -5
- package/dist/nodes/Microsoft/Sql/GenericFunctions.js.map +1 -1
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.d.ts.map +1 -1
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js +4 -4
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js.map +1 -1
- package/dist/nodes/Microsoft/Teams/MicrosoftTeamsTrigger.node.js +1 -1
- package/dist/nodes/Microsoft/Teams/MicrosoftTeamsTrigger.node.js.map +1 -1
- package/dist/nodes/MongoDb/GenericFunctions.d.ts +2 -1
- package/dist/nodes/MongoDb/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/MongoDb/GenericFunctions.js +26 -2
- package/dist/nodes/MongoDb/GenericFunctions.js.map +1 -1
- package/dist/nodes/MongoDb/MongoDb.node.d.ts.map +1 -1
- package/dist/nodes/MongoDb/MongoDb.node.js +40 -59
- package/dist/nodes/MongoDb/MongoDb.node.js.map +1 -1
- package/dist/nodes/Odoo/Odoo.node.d.ts +3 -15
- package/dist/nodes/Odoo/Odoo.node.d.ts.map +1 -1
- package/dist/nodes/Odoo/Odoo.node.js +17 -439
- package/dist/nodes/Odoo/Odoo.node.js.map +1 -1
- package/dist/nodes/Odoo/v1/GenericFunctions.d.ts.map +1 -0
- package/dist/nodes/Odoo/v1/GenericFunctions.js.map +1 -0
- package/dist/nodes/Odoo/v1/OdooV1.node.d.ts +18 -0
- package/dist/nodes/Odoo/v1/OdooV1.node.d.ts.map +1 -0
- package/dist/nodes/Odoo/v1/OdooV1.node.js +446 -0
- package/dist/nodes/Odoo/v1/OdooV1.node.js.map +1 -0
- package/dist/nodes/Odoo/v1/descriptions/ContactDescription.d.ts +4 -0
- package/dist/nodes/Odoo/v1/descriptions/ContactDescription.d.ts.map +1 -0
- package/dist/nodes/Odoo/v1/descriptions/ContactDescription.js +405 -0
- package/dist/nodes/Odoo/v1/descriptions/ContactDescription.js.map +1 -0
- package/dist/nodes/Odoo/v1/descriptions/CustomResourceDescription.d.ts +4 -0
- package/dist/nodes/Odoo/v1/descriptions/CustomResourceDescription.d.ts.map +1 -0
- package/dist/nodes/Odoo/v1/descriptions/CustomResourceDescription.js +339 -0
- package/dist/nodes/Odoo/v1/descriptions/CustomResourceDescription.js.map +1 -0
- package/dist/nodes/Odoo/v1/descriptions/NoteDescription.d.ts +4 -0
- package/dist/nodes/Odoo/v1/descriptions/NoteDescription.d.ts.map +1 -0
- package/dist/nodes/Odoo/v1/descriptions/NoteDescription.js +228 -0
- package/dist/nodes/Odoo/v1/descriptions/NoteDescription.js.map +1 -0
- package/dist/nodes/Odoo/v1/descriptions/OpportunityDescription.d.ts +4 -0
- package/dist/nodes/Odoo/v1/descriptions/OpportunityDescription.d.ts.map +1 -0
- package/dist/nodes/Odoo/v1/descriptions/OpportunityDescription.js +315 -0
- package/dist/nodes/Odoo/v1/descriptions/OpportunityDescription.js.map +1 -0
- package/dist/nodes/Odoo/v1/descriptions/index.d.ts +6 -0
- package/dist/nodes/Odoo/v1/descriptions/index.d.ts.map +1 -0
- package/dist/nodes/Odoo/v1/descriptions/index.js +16 -0
- package/dist/nodes/Odoo/v1/descriptions/index.js.map +1 -0
- package/dist/nodes/Odoo/v2/OdooV2.node.d.ts +29 -0
- package/dist/nodes/Odoo/v2/OdooV2.node.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/OdooV2.node.js +70 -0
- package/dist/nodes/Odoo/v2/OdooV2.node.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/create.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/activity/create.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/create.operation.js +119 -0
- package/dist/nodes/Odoo/v2/actions/activity/create.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/delete.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/activity/delete.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/delete.operation.js +39 -0
- package/dist/nodes/Odoo/v2/actions/activity/delete.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/get.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/activity/get.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/get.operation.js +59 -0
- package/dist/nodes/Odoo/v2/actions/activity/get.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/getAll.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/activity/getAll.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/getAll.operation.js +101 -0
- package/dist/nodes/Odoo/v2/actions/activity/getAll.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/index.d.ts +9 -0
- package/dist/nodes/Odoo/v2/actions/activity/index.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/index.js +94 -0
- package/dist/nodes/Odoo/v2/actions/activity/index.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/update.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/activity/update.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/activity/update.operation.js +64 -0
- package/dist/nodes/Odoo/v2/actions/activity/update.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/create.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/contact/create.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/create.operation.js +66 -0
- package/dist/nodes/Odoo/v2/actions/contact/create.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/delete.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/contact/delete.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/delete.operation.js +37 -0
- package/dist/nodes/Odoo/v2/actions/contact/delete.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/get.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/contact/get.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/get.operation.js +59 -0
- package/dist/nodes/Odoo/v2/actions/contact/get.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/getAll.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/contact/getAll.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/getAll.operation.js +120 -0
- package/dist/nodes/Odoo/v2/actions/contact/getAll.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/index.d.ts +9 -0
- package/dist/nodes/Odoo/v2/actions/contact/index.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/index.js +94 -0
- package/dist/nodes/Odoo/v2/actions/contact/index.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/update.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/contact/update.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/contact/update.operation.js +61 -0
- package/dist/nodes/Odoo/v2/actions/contact/update.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/create.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/custom/create.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/create.operation.js +69 -0
- package/dist/nodes/Odoo/v2/actions/custom/create.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/delete.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/custom/delete.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/delete.operation.js +44 -0
- package/dist/nodes/Odoo/v2/actions/custom/delete.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/get.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/custom/get.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/get.operation.js +71 -0
- package/dist/nodes/Odoo/v2/actions/custom/get.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/getAll.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/custom/getAll.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/getAll.operation.js +81 -0
- package/dist/nodes/Odoo/v2/actions/custom/getAll.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/index.d.ts +9 -0
- package/dist/nodes/Odoo/v2/actions/custom/index.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/index.js +129 -0
- package/dist/nodes/Odoo/v2/actions/custom/index.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/update.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/custom/update.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/update.operation.js +75 -0
- package/dist/nodes/Odoo/v2/actions/custom/update.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/node.type.d.ts +10 -0
- package/dist/nodes/Odoo/v2/actions/node.type.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/node.type.js +3 -0
- package/dist/nodes/Odoo/v2/actions/node.type.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/create.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/create.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/create.operation.js +66 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/create.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/delete.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/delete.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/delete.operation.js +37 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/delete.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/get.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/get.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/get.operation.js +59 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/get.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/getAll.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/getAll.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/getAll.operation.js +120 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/getAll.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/index.d.ts +9 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/index.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/index.js +94 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/index.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/update.operation.d.ts +31 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/update.operation.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/update.operation.js +61 -0
- package/dist/nodes/Odoo/v2/actions/opportunity/update.operation.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/router.d.ts +3 -0
- package/dist/nodes/Odoo/v2/actions/router.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/router.js +66 -0
- package/dist/nodes/Odoo/v2/actions/router.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/versionDescription.d.ts +3 -0
- package/dist/nodes/Odoo/v2/actions/versionDescription.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/actions/versionDescription.js +116 -0
- package/dist/nodes/Odoo/v2/actions/versionDescription.js.map +1 -0
- package/dist/nodes/Odoo/v2/helpers/utils.d.ts +21 -0
- package/dist/nodes/Odoo/v2/helpers/utils.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/helpers/utils.js +84 -0
- package/dist/nodes/Odoo/v2/helpers/utils.js.map +1 -0
- package/dist/nodes/Odoo/v2/methods/index.d.ts +2 -0
- package/dist/nodes/Odoo/v2/methods/index.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/methods/index.js +8 -0
- package/dist/nodes/Odoo/v2/methods/index.js.map +1 -0
- package/dist/nodes/Odoo/v2/methods/listSearch.d.ts +10 -0
- package/dist/nodes/Odoo/v2/methods/listSearch.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/methods/listSearch.js +152 -0
- package/dist/nodes/Odoo/v2/methods/listSearch.js.map +1 -0
- package/dist/nodes/Odoo/v2/methods/loadOptions.d.ts +5 -0
- package/dist/nodes/Odoo/v2/methods/loadOptions.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/methods/loadOptions.js +38 -0
- package/dist/nodes/Odoo/v2/methods/loadOptions.js.map +1 -0
- package/dist/nodes/Odoo/v2/methods/resourceMapping.d.ts +6 -0
- package/dist/nodes/Odoo/v2/methods/resourceMapping.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/methods/resourceMapping.js +84 -0
- package/dist/nodes/Odoo/v2/methods/resourceMapping.js.map +1 -0
- package/dist/nodes/Odoo/v2/transport/index.d.ts +25 -0
- package/dist/nodes/Odoo/v2/transport/index.d.ts.map +1 -0
- package/dist/nodes/Odoo/v2/transport/index.js +163 -0
- package/dist/nodes/Odoo/v2/transport/index.js.map +1 -0
- package/dist/nodes/Phantombuster/Phantombuster.node.d.ts.map +1 -1
- package/dist/nodes/Phantombuster/Phantombuster.node.js +1 -2
- package/dist/nodes/Phantombuster/Phantombuster.node.js.map +1 -1
- package/dist/nodes/Phantombuster/phantombuster.svg +7 -0
- package/dist/nodes/Pipedrive/v2/actions/activity/create.operation.d.ts.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/activity/create.operation.js +7 -1
- package/dist/nodes/Pipedrive/v2/actions/activity/create.operation.js.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/activity/getAll.operation.d.ts.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/activity/getAll.operation.js +3 -1
- package/dist/nodes/Pipedrive/v2/actions/activity/getAll.operation.js.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/activity/update.operation.d.ts.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/activity/update.operation.js +7 -1
- package/dist/nodes/Pipedrive/v2/actions/activity/update.operation.js.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/deal/create.operation.d.ts.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/deal/create.operation.js +7 -1
- package/dist/nodes/Pipedrive/v2/actions/deal/create.operation.js.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/deal/getAll.operation.d.ts.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/deal/getAll.operation.js +3 -1
- package/dist/nodes/Pipedrive/v2/actions/deal/getAll.operation.js.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/deal/update.operation.d.ts.map +1 -1
- package/dist/nodes/Pipedrive/v2/actions/deal/update.operation.js +7 -1
- package/dist/nodes/Pipedrive/v2/actions/deal/update.operation.js.map +1 -1
- package/dist/nodes/Pipedrive/v2/helpers/index.d.ts +1 -1
- package/dist/nodes/Pipedrive/v2/helpers/index.d.ts.map +1 -1
- package/dist/nodes/Pipedrive/v2/helpers/index.js +2 -1
- package/dist/nodes/Pipedrive/v2/helpers/index.js.map +1 -1
- package/dist/nodes/Pipedrive/v2/helpers/typeCoercion.d.ts +14 -0
- package/dist/nodes/Pipedrive/v2/helpers/typeCoercion.d.ts.map +1 -1
- package/dist/nodes/Pipedrive/v2/helpers/typeCoercion.js +24 -0
- package/dist/nodes/Pipedrive/v2/helpers/typeCoercion.js.map +1 -1
- package/dist/nodes/Postgres/v1/genericFunctions.js +2 -2
- package/dist/nodes/Postgres/v1/genericFunctions.js.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts +1 -0
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.js +136 -10
- package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/Salesforce/GenericFunctions.d.ts +4 -4
- package/dist/nodes/Salesforce/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Salesforce/GenericFunctions.js +23 -10
- package/dist/nodes/Salesforce/GenericFunctions.js.map +1 -1
- package/dist/nodes/Salesforce/Salesforce.node.d.ts.map +1 -1
- package/dist/nodes/Salesforce/Salesforce.node.js +20 -19
- package/dist/nodes/Salesforce/Salesforce.node.js.map +1 -1
- package/dist/nodes/Salesforce/SalesforceTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Salesforce/SalesforceTrigger.node.js +5 -4
- package/dist/nodes/Salesforce/SalesforceTrigger.node.js.map +1 -1
- package/dist/nodes/SpreadsheetFile/v2/fromFile.operation.d.ts.map +1 -1
- package/dist/nodes/SpreadsheetFile/v2/fromFile.operation.js +4 -4
- package/dist/nodes/SpreadsheetFile/v2/fromFile.operation.js.map +1 -1
- package/dist/nodes/Stripe/StripeTriggerHelpers.d.ts.map +1 -1
- package/dist/nodes/Stripe/StripeTriggerHelpers.js +55 -47
- package/dist/nodes/Stripe/StripeTriggerHelpers.js.map +1 -1
- package/dist/nodes/Switch/V3/SwitchV3.node.js +4 -4
- package/dist/nodes/Switch/V3/SwitchV3.node.js.map +1 -1
- package/dist/nodes/Webhook/utils.d.ts.map +1 -1
- package/dist/nodes/WhatsApp/WhatsAppTrigger.node.js +1 -1
- package/dist/nodes/WhatsApp/WhatsAppTrigger.node.js.map +1 -1
- package/dist/nodes/Zulip/GenericFunctions.d.ts +1 -0
- package/dist/nodes/Zulip/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Zulip/GenericFunctions.js +22 -0
- package/dist/nodes/Zulip/GenericFunctions.js.map +1 -1
- package/dist/nodes/Zulip/Zulip.node.js +1 -1
- package/dist/nodes/Zulip/Zulip.node.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/credentials.json +11 -9
- package/dist/types/nodes.json +18 -17
- package/package.json +24 -19
- package/dist/nodes/Odoo/GenericFunctions.d.ts.map +0 -1
- package/dist/nodes/Odoo/GenericFunctions.js.map +0 -1
- package/dist/nodes/Phantombuster/phantombuster.png +0 -0
- /package/dist/nodes/Odoo/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +0 -0
- /package/dist/nodes/Odoo/{GenericFunctions.js → v1/GenericFunctions.js} +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.awsCredentialsTest = void 0;
|
|
4
|
+
exports.assertSupportedAwsRegion = assertSupportedAwsRegion;
|
|
4
5
|
exports.getAwsDomain = getAwsDomain;
|
|
5
6
|
exports.parseAwsUrl = parseAwsUrl;
|
|
6
7
|
exports.awsGetSignInOptionsAndUpdateRequest = awsGetSignInOptionsAndUpdateRequest;
|
|
@@ -25,6 +26,17 @@ function shouldStringifyBody(value, headers) {
|
|
|
25
26
|
}
|
|
26
27
|
return false;
|
|
27
28
|
}
|
|
29
|
+
const SUPPORTED_AWS_REGIONS = new Set(types_1.regions.map((r) => r.name));
|
|
30
|
+
/**
|
|
31
|
+
* Ensures the region value belongs to the supported AWS regions list before it
|
|
32
|
+
* is interpolated into request URLs or signing options. Anything outside the
|
|
33
|
+
* known set is rejected with a controlled error.
|
|
34
|
+
*/
|
|
35
|
+
function assertSupportedAwsRegion(region) {
|
|
36
|
+
if (typeof region !== 'string' || !SUPPORTED_AWS_REGIONS.has(region)) {
|
|
37
|
+
throw new n8n_workflow_1.ApplicationError('Unsupported AWS region');
|
|
38
|
+
}
|
|
39
|
+
}
|
|
28
40
|
/**
|
|
29
41
|
* Gets the AWS domain for a specific region.
|
|
30
42
|
*
|
|
@@ -83,6 +95,7 @@ exports.awsCredentialsTest = {
|
|
|
83
95
|
* @returns Object containing signing options and the constructed endpoint URL
|
|
84
96
|
*/
|
|
85
97
|
function awsGetSignInOptionsAndUpdateRequest(requestOptions, credentials, path, method, service, region) {
|
|
98
|
+
assertSupportedAwsRegion(region);
|
|
86
99
|
let body = requestOptions.body;
|
|
87
100
|
let endpoint;
|
|
88
101
|
let query = requestOptions.qs?.query;
|
|
@@ -214,6 +227,7 @@ function awsGetSignInOptionsAndUpdateRequest(requestOptions, credentials, path,
|
|
|
214
227
|
* @see {@link https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html STS AssumeRole API}
|
|
215
228
|
*/
|
|
216
229
|
async function assumeRole(credentials, region) {
|
|
230
|
+
assertSupportedAwsRegion(region);
|
|
217
231
|
let stsCallCredentials;
|
|
218
232
|
const useSystemCredentialsForRole = credentials.useSystemCredentialsForRole ?? false;
|
|
219
233
|
if (useSystemCredentialsForRole) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../credentials/common/aws/utils.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../credentials/common/aws/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -1200,6 +1200,16 @@
|
|
|
1200
1200
|
"gumroadTrigger"
|
|
1201
1201
|
]
|
|
1202
1202
|
},
|
|
1203
|
+
"gumroadOAuth2Api": {
|
|
1204
|
+
"className": "GumroadOAuth2Api",
|
|
1205
|
+
"sourcePath": "dist/credentials/GumroadOAuth2Api.credentials.js",
|
|
1206
|
+
"extends": [
|
|
1207
|
+
"oAuth2Api"
|
|
1208
|
+
],
|
|
1209
|
+
"supportedNodes": [
|
|
1210
|
+
"gumroadTrigger"
|
|
1211
|
+
]
|
|
1212
|
+
},
|
|
1203
1213
|
"haloPSAApi": {
|
|
1204
1214
|
"className": "HaloPSAApi",
|
|
1205
1215
|
"sourcePath": "dist/credentials/HaloPSAApi.credentials.js",
|
|
@@ -2049,6 +2059,13 @@
|
|
|
2049
2059
|
"odoo"
|
|
2050
2060
|
]
|
|
2051
2061
|
},
|
|
2062
|
+
"odooApiKeyApi": {
|
|
2063
|
+
"className": "OdooApiKeyApi",
|
|
2064
|
+
"sourcePath": "dist/credentials/OdooApiKeyApi.credentials.js",
|
|
2065
|
+
"supportedNodes": [
|
|
2066
|
+
"odoo"
|
|
2067
|
+
]
|
|
2068
|
+
},
|
|
2052
2069
|
"oktaApi": {
|
|
2053
2070
|
"className": "OktaApi",
|
|
2054
2071
|
"sourcePath": "dist/credentials/OktaApi.credentials.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
c4e92941d971ad749f0beead14a3777cf45d1283c927bfecd392f943958a91f6
|
|
@@ -19,7 +19,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
19
19
|
container: z.union([z.object({ __rl: z.literal(true), mode: z.union([z.literal('list'), z.literal('id')]), value: z.union([z.string(), z.number()]), cachedResultName: z.string().optional(), cachedResultUrl: z.string().optional() }), expressionSchema]).optional(),
|
|
20
20
|
query: z.string(),
|
|
21
21
|
simple: booleanOrExpression.optional(),
|
|
22
|
-
options: z.object({ queryOptions: z.object({ queryParameters: stringOrExpression.optional() }).optional() }).optional(),
|
|
22
|
+
options: z.object({ queryOptions: z.object({ queryParameters: stringOrExpression.optional(), queryParametersJson: stringOrExpression.optional() }).optional() }).optional(),
|
|
23
23
|
requestOptions: z.object({ batching: z.object({ batch: z.object({ batchSize: numberOrExpression.optional(), batchInterval: numberOrExpression.optional() }).optional() }).optional(), allowUnauthorizedCerts: z.boolean().optional(), proxy: stringOrExpression.optional(), timeout: numberOrExpression.optional() }).optional(),
|
|
24
24
|
}).optional(),
|
|
25
25
|
});
|
package/dist/node-definitions/nodes/n8n-nodes-base/azureCosmosDb/v1/resource_item/operation_query.ts
CHANGED
|
@@ -35,10 +35,14 @@ export type AzureCosmosDbV1ItemQueryParams = {
|
|
|
35
35
|
/** Query Options
|
|
36
36
|
*/
|
|
37
37
|
queryOptions?: {
|
|
38
|
-
/** Comma-separated list of values used as query parameters. Use $1, $2, $3, etc., in your query.
|
|
38
|
+
/** Comma-separated list of string values used as query parameters. Use $1, $2, $3, etc., in your query. All values are treated as strings — use "Query Parameters (JSON)" for typed values.
|
|
39
39
|
* @hint Reference them in your query as $1, $2, $3…
|
|
40
40
|
*/
|
|
41
41
|
queryParameters?: string | Expression<string>;
|
|
42
|
+
/** JSON array of values used as query parameters. Preserves types (numbers, booleans, null, strings with leading zeros). Use $1, $2, $3, etc., in your query.
|
|
43
|
+
* @hint E.g. [1737062400000, "01234", true, null]. Use this instead of "Query Parameters" when type precision matters.
|
|
44
|
+
*/
|
|
45
|
+
queryParametersJson?: string | Expression<string>;
|
|
42
46
|
};
|
|
43
47
|
};
|
|
44
48
|
requestOptions?: {
|
|
@@ -17,7 +17,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
17
17
|
action: z.union([z.literal('generate'), z.literal('hash'), z.literal('hmac'), z.literal('sign'), expressionSchema]).optional(),
|
|
18
18
|
binaryData: resolveSchema({ parameters, schema: booleanOrExpression, required: false, displayOptions: {"show":{"action":["hash","hmac"]}}, defaults: {"action":"hash"} }),
|
|
19
19
|
binaryPropertyName: resolveSchema({ parameters, schema: stringOrExpression, required: false, displayOptions: {"show":{"action":["hash","hmac"],"binaryData":[true]}}, defaults: {"action":"hash","binaryData":false} }),
|
|
20
|
-
type: resolveSchema({ parameters, schema: z.union([z.literal('MD5'), z.literal('SHA256'), z.literal('SHA3-256'), z.literal('SHA3-384'), z.literal('SHA3-512'), z.literal('SHA384'), z.literal('SHA512'), expressionSchema]), required: false, displayOptions: {"show":{"action":["hash","hmac"]}}, defaults: {"action":"hash"} }),
|
|
20
|
+
type: resolveSchema({ parameters, schema: z.union([z.literal('MD5'), z.literal('SHA1'), z.literal('SHA256'), z.literal('SHA3-256'), z.literal('SHA3-384'), z.literal('SHA3-512'), z.literal('SHA384'), z.literal('SHA512'), expressionSchema]), required: false, displayOptions: {"show":{"action":["hash","hmac"]}}, defaults: {"action":"hash"} }),
|
|
21
21
|
value: resolveSchema({ parameters, schema: stringOrExpression, required: true, displayOptions: {"show":{"action":["hash","hmac","sign"],"binaryData":[false]}}, defaults: {"action":"hash","binaryData":false} }),
|
|
22
22
|
dataPropertyName: resolveSchema({ parameters, schema: stringOrExpression, required: false, displayOptions: {"show":{"action":["hash","hmac","sign","generate"]}}, defaults: {"action":"hash"} }),
|
|
23
23
|
encoding: resolveSchema({ parameters, schema: z.union([z.literal('base64'), z.literal('hex'), expressionSchema]), required: false, displayOptions: {"show":{"action":["hash","hmac","sign"]}}, defaults: {"action":"hash"} }),
|
|
@@ -23,7 +23,7 @@ export interface CryptoV1Params {
|
|
|
23
23
|
* @displayOptions.show { action: ["hash"] }
|
|
24
24
|
* @default MD5
|
|
25
25
|
*/
|
|
26
|
-
type?: 'MD5' | 'SHA256' | 'SHA3-256' | 'SHA3-384' | 'SHA3-512' | 'SHA384' | 'SHA512' | Expression<string>;
|
|
26
|
+
type?: 'MD5' | 'SHA1' | 'SHA256' | 'SHA3-256' | 'SHA3-384' | 'SHA3-512' | 'SHA384' | 'SHA512' | Expression<string>;
|
|
27
27
|
/**
|
|
28
28
|
* The value that should be hashed
|
|
29
29
|
* @displayOptions.show { action: ["hash"], binaryData: [false] }
|
|
@@ -17,7 +17,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
17
17
|
action: z.union([z.literal('decrypt'), z.literal('encrypt'), z.literal('generate'), z.literal('hash'), z.literal('hmac'), z.literal('sign'), expressionSchema]).optional(),
|
|
18
18
|
binaryData: resolveSchema({ parameters, schema: booleanOrExpression, required: false, displayOptions: {"show":{"action":["hash","hmac"]}}, defaults: {"action":"hash"} }),
|
|
19
19
|
binaryPropertyName: resolveSchema({ parameters, schema: stringOrExpression, required: false, displayOptions: {"show":{"action":["hash","hmac"],"binaryData":[true]}}, defaults: {"action":"hash","binaryData":false} }),
|
|
20
|
-
type: resolveSchema({ parameters, schema: z.union([z.literal('MD5'), z.literal('SHA256'), z.literal('SHA3-256'), z.literal('SHA3-384'), z.literal('SHA3-512'), z.literal('SHA384'), z.literal('SHA512'), expressionSchema]), required: false, displayOptions: {"show":{"action":["hash","hmac"]}}, defaults: {"action":"hash"} }),
|
|
20
|
+
type: resolveSchema({ parameters, schema: z.union([z.literal('MD5'), z.literal('SHA1'), z.literal('SHA256'), z.literal('SHA3-256'), z.literal('SHA3-384'), z.literal('SHA3-512'), z.literal('SHA384'), z.literal('SHA512'), expressionSchema]), required: false, displayOptions: {"show":{"action":["hash","hmac"]}}, defaults: {"action":"hash"} }),
|
|
21
21
|
value: resolveSchema({ parameters, schema: stringOrExpression, required: true, displayOptions: {"show":{"action":["hash","hmac","sign","encrypt","decrypt"],"binaryData":[false]}}, defaults: {"action":"hash","binaryData":false} }),
|
|
22
22
|
dataPropertyName: resolveSchema({ parameters, schema: stringOrExpression, required: false, displayOptions: {"show":{"action":["hash","hmac","sign","generate","encrypt","decrypt"]}}, defaults: {"action":"hash"} }),
|
|
23
23
|
encoding: resolveSchema({ parameters, schema: z.union([z.literal('base64'), z.literal('hex'), expressionSchema]), required: false, displayOptions: {"show":{"action":["hash","hmac","sign"]}}, defaults: {"action":"hash"} }),
|
|
@@ -23,7 +23,7 @@ export interface CryptoV2Params {
|
|
|
23
23
|
* @displayOptions.show { action: ["hash"] }
|
|
24
24
|
* @default SHA256
|
|
25
25
|
*/
|
|
26
|
-
type?: 'MD5' | 'SHA256' | 'SHA3-256' | 'SHA3-384' | 'SHA3-512' | 'SHA384' | 'SHA512' | Expression<string>;
|
|
26
|
+
type?: 'MD5' | 'SHA1' | 'SHA256' | 'SHA3-256' | 'SHA3-384' | 'SHA3-512' | 'SHA384' | 'SHA512' | Expression<string>;
|
|
27
27
|
/**
|
|
28
28
|
* The value that should be hashed
|
|
29
29
|
* @displayOptions.show { action: ["hash"], binaryData: [false] }
|
|
@@ -22,7 +22,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
22
22
|
emailFormat: resolveSchema({ parameters, schema: z.union([z.literal('text'), z.literal('html'), z.literal('both'), expressionSchema]), required: false, displayOptions: {"show":{"resource":["email"],"operation":["send"]}}, defaults: {"resource":"email","operation":"send"} }),
|
|
23
23
|
text: resolveSchema({ parameters, schema: stringOrExpression, required: false, displayOptions: {"show":{"emailFormat":["text","both"],"resource":["email"],"operation":["send"]}}, defaults: {"emailFormat":"text","resource":"email","operation":"send"} }),
|
|
24
24
|
html: resolveSchema({ parameters, schema: stringOrExpression, required: false, displayOptions: {"show":{"emailFormat":["html","both"],"resource":["email"],"operation":["send"]}}, defaults: {"emailFormat":"text","resource":"email","operation":"send"} }),
|
|
25
|
-
options: resolveSchema({ parameters, schema: z.object({ appendAttribution: booleanOrExpression.optional(), attachments: stringOrExpression.optional(), ccEmail: stringOrExpression.optional(), bccEmail: stringOrExpression.optional(), allowUnauthorizedCerts: booleanOrExpression.optional(), replyTo: stringOrExpression.optional(), limitWaitTime: z.object({ values: z.object({ limitType: z.union([z.literal('afterTimeInterval'), z.literal('atSpecifiedTime'), expressionSchema]).optional(), resumeAmount: numberOrExpression.optional(), resumeUnit: z.union([z.literal('minutes'), z.literal('hours'), z.literal('days'), expressionSchema]).optional(), maxDateAndTime: stringOrExpression.optional() }).optional() }).optional(), messageButtonLabel: stringOrExpression.optional(), responseFormTitle: stringOrExpression.optional(), responseFormDescription: stringOrExpression.optional(), responseFormButtonLabel: stringOrExpression.optional(), responseFormCustomCss: stringOrExpression.optional() }), required: false, displayOptions: {"show":{"resource":["email"],"operation":["send","sendAndWait"],"responseType":["approval","freeText","customForm"]}}, defaults: {"resource":"email","operation":"send","responseType":"approval"} }),
|
|
25
|
+
options: resolveSchema({ parameters, schema: z.object({ appendAttribution: booleanOrExpression.optional(), attachments: stringOrExpression.optional(), fileAttachments: stringOrExpression.optional(), ccEmail: stringOrExpression.optional(), bccEmail: stringOrExpression.optional(), allowUnauthorizedCerts: booleanOrExpression.optional(), replyTo: stringOrExpression.optional(), limitWaitTime: z.object({ values: z.object({ limitType: z.union([z.literal('afterTimeInterval'), z.literal('atSpecifiedTime'), expressionSchema]).optional(), resumeAmount: numberOrExpression.optional(), resumeUnit: z.union([z.literal('minutes'), z.literal('hours'), z.literal('days'), expressionSchema]).optional(), maxDateAndTime: stringOrExpression.optional() }).optional() }).optional(), messageButtonLabel: stringOrExpression.optional(), responseFormTitle: stringOrExpression.optional(), responseFormDescription: stringOrExpression.optional(), responseFormButtonLabel: stringOrExpression.optional(), responseFormCustomCss: stringOrExpression.optional() }), required: false, displayOptions: {"show":{"resource":["email"],"operation":["send","sendAndWait"],"responseType":["approval","freeText","customForm"]}}, defaults: {"resource":"email","operation":"send","responseType":"approval"} }),
|
|
26
26
|
message: resolveSchema({ parameters, schema: stringOrExpression, required: true, displayOptions: {"show":{"resource":["email"],"operation":["sendAndWait"]}}, defaults: {"resource":"email","operation":"send"} }),
|
|
27
27
|
responseType: resolveSchema({ parameters, schema: z.union([z.literal('approval'), z.literal('freeText'), z.literal('customForm'), expressionSchema]), required: false, displayOptions: {"show":{"resource":["email"],"operation":["sendAndWait"]}}, defaults: {"resource":"email","operation":"send"} }),
|
|
28
28
|
defineForm: resolveSchema({ parameters, schema: z.union([z.literal('fields'), z.literal('json')]), required: false, displayOptions: {"show":{"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}, defaults: {"responseType":"approval","resource":"email","operation":"send"} }),
|
|
@@ -53,9 +53,12 @@ export interface EmailSendV2Params {
|
|
|
53
53
|
* @default true
|
|
54
54
|
*/
|
|
55
55
|
appendAttribution?: boolean | Expression<boolean>;
|
|
56
|
-
/**
|
|
56
|
+
/** Binary properties to embed in the email body. Multiple ones can be comma-separated. Reference them in HTML via <code>cid:propertyName</code>, e.g. <img src="cid:image_1">. Use 'Attachments (File)' for regular file attachments.
|
|
57
57
|
*/
|
|
58
58
|
attachments?: string | Expression<string>;
|
|
59
|
+
/** Binary properties to attach to the email as regular files. Multiple ones can be comma-separated. They appear in the recipient's attachments list and are not embedded in the body.
|
|
60
|
+
*/
|
|
61
|
+
fileAttachments?: string | Expression<string>;
|
|
59
62
|
/** Email address of CC recipient
|
|
60
63
|
*/
|
|
61
64
|
ccEmail?: string | Expression<string>;
|
|
@@ -22,7 +22,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
22
22
|
emailFormat: resolveSchema({ parameters, schema: z.union([z.literal('text'), z.literal('html'), z.literal('both'), expressionSchema]), required: false, displayOptions: {"show":{"resource":["email"],"operation":["send"]}}, defaults: {"resource":"email","operation":"send"} }),
|
|
23
23
|
text: resolveSchema({ parameters, schema: stringOrExpression, required: false, displayOptions: {"show":{"emailFormat":["text","both"],"resource":["email"],"operation":["send"]}}, defaults: {"emailFormat":"html","resource":"email","operation":"send"} }),
|
|
24
24
|
html: resolveSchema({ parameters, schema: stringOrExpression, required: false, displayOptions: {"show":{"emailFormat":["html","both"],"resource":["email"],"operation":["send"]}}, defaults: {"emailFormat":"html","resource":"email","operation":"send"} }),
|
|
25
|
-
options: resolveSchema({ parameters, schema: z.object({ appendAttribution: booleanOrExpression.optional(), attachments: stringOrExpression.optional(), ccEmail: stringOrExpression.optional(), bccEmail: stringOrExpression.optional(), allowUnauthorizedCerts: booleanOrExpression.optional(), replyTo: stringOrExpression.optional(), limitWaitTime: z.object({ values: z.object({ limitType: z.union([z.literal('afterTimeInterval'), z.literal('atSpecifiedTime'), expressionSchema]).optional(), resumeAmount: numberOrExpression.optional(), resumeUnit: z.union([z.literal('minutes'), z.literal('hours'), z.literal('days'), expressionSchema]).optional(), maxDateAndTime: stringOrExpression.optional() }).optional() }).optional(), messageButtonLabel: stringOrExpression.optional(), responseFormTitle: stringOrExpression.optional(), responseFormDescription: stringOrExpression.optional(), responseFormButtonLabel: stringOrExpression.optional(), responseFormCustomCss: stringOrExpression.optional() }), required: false, displayOptions: {"show":{"resource":["email"],"operation":["send","sendAndWait"],"responseType":["approval","freeText","customForm"]}}, defaults: {"resource":"email","operation":"send","responseType":"approval"} }),
|
|
25
|
+
options: resolveSchema({ parameters, schema: z.object({ appendAttribution: booleanOrExpression.optional(), attachments: stringOrExpression.optional(), fileAttachments: stringOrExpression.optional(), ccEmail: stringOrExpression.optional(), bccEmail: stringOrExpression.optional(), allowUnauthorizedCerts: booleanOrExpression.optional(), replyTo: stringOrExpression.optional(), limitWaitTime: z.object({ values: z.object({ limitType: z.union([z.literal('afterTimeInterval'), z.literal('atSpecifiedTime'), expressionSchema]).optional(), resumeAmount: numberOrExpression.optional(), resumeUnit: z.union([z.literal('minutes'), z.literal('hours'), z.literal('days'), expressionSchema]).optional(), maxDateAndTime: stringOrExpression.optional() }).optional() }).optional(), messageButtonLabel: stringOrExpression.optional(), responseFormTitle: stringOrExpression.optional(), responseFormDescription: stringOrExpression.optional(), responseFormButtonLabel: stringOrExpression.optional(), responseFormCustomCss: stringOrExpression.optional() }), required: false, displayOptions: {"show":{"resource":["email"],"operation":["send","sendAndWait"],"responseType":["approval","freeText","customForm"]}}, defaults: {"resource":"email","operation":"send","responseType":"approval"} }),
|
|
26
26
|
message: resolveSchema({ parameters, schema: stringOrExpression, required: true, displayOptions: {"show":{"resource":["email"],"operation":["sendAndWait"]}}, defaults: {"resource":"email","operation":"send"} }),
|
|
27
27
|
responseType: resolveSchema({ parameters, schema: z.union([z.literal('approval'), z.literal('freeText'), z.literal('customForm'), expressionSchema]), required: false, displayOptions: {"show":{"resource":["email"],"operation":["sendAndWait"]}}, defaults: {"resource":"email","operation":"send"} }),
|
|
28
28
|
defineForm: resolveSchema({ parameters, schema: z.union([z.literal('fields'), z.literal('json')]), required: false, displayOptions: {"show":{"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}, defaults: {"responseType":"approval","resource":"email","operation":"send"} }),
|
|
@@ -53,9 +53,12 @@ export interface EmailSendV21Params {
|
|
|
53
53
|
* @default true
|
|
54
54
|
*/
|
|
55
55
|
appendAttribution?: boolean | Expression<boolean>;
|
|
56
|
-
/**
|
|
56
|
+
/** Binary properties to embed in the email body. Multiple ones can be comma-separated. Reference them in HTML via <code>cid:propertyName</code>, e.g. <img src="cid:image_1">. Use 'Attachments (File)' for regular file attachments.
|
|
57
57
|
*/
|
|
58
58
|
attachments?: string | Expression<string>;
|
|
59
|
+
/** Binary properties to attach to the email as regular files. Multiple ones can be comma-separated. They appear in the recipient's attachments list and are not embedded in the body.
|
|
60
|
+
*/
|
|
61
|
+
fileAttachments?: string | Expression<string>;
|
|
59
62
|
/** Email address of CC recipient
|
|
60
63
|
*/
|
|
61
64
|
ccEmail?: string | Expression<string>;
|
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
* Re-exports all version-specific types and provides combined union type.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
import type { ExecuteWorkflowTriggerV12Node } from './v12';
|
|
7
8
|
import type { ExecuteWorkflowTriggerV11Node } from './v11';
|
|
8
9
|
import type { ExecuteWorkflowTriggerV1Node } from './v1';
|
|
9
10
|
|
|
11
|
+
export * from './v12';
|
|
10
12
|
export * from './v11';
|
|
11
13
|
export * from './v1';
|
|
12
14
|
|
|
13
15
|
// Combined union type for all versions
|
|
14
|
-
export type ExecuteWorkflowTriggerNode = ExecuteWorkflowTriggerV11Node | ExecuteWorkflowTriggerV1Node;
|
|
16
|
+
export type ExecuteWorkflowTriggerNode = ExecuteWorkflowTriggerV12Node | ExecuteWorkflowTriggerV11Node | ExecuteWorkflowTriggerV1Node;
|
|
@@ -15,6 +15,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
15
15
|
// Parameters schema
|
|
16
16
|
const parametersSchema = z.object({
|
|
17
17
|
events: z.unknown().optional(),
|
|
18
|
+
returnOutput: z.union([z.literal('allRuns'), z.literal('lastRunOnly')]).optional(),
|
|
18
19
|
});
|
|
19
20
|
|
|
20
21
|
// Return combined config schema
|
|
@@ -6,6 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
export interface ExecuteWorkflowTriggerV1Params {
|
|
8
8
|
events?: unknown;
|
|
9
|
+
/**
|
|
10
|
+
* Choose what to send back when the last node ran multiple times (for example, after a Loop Over Items)
|
|
11
|
+
* @default lastRunOnly
|
|
12
|
+
*/
|
|
13
|
+
returnOutput?: 'allRuns' | 'lastRunOnly';
|
|
9
14
|
}
|
|
10
15
|
|
|
11
16
|
interface ExecuteWorkflowTriggerV1NodeBase {
|
|
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
18
18
|
inputSource: z.union([z.literal('workflowInputs'), z.literal('jsonExample'), z.literal('passthrough')]).optional(),
|
|
19
19
|
jsonExample: resolveSchema({ parameters, schema: z.union([iDataObjectSchema, z.string()]), required: false, displayOptions: {"show":{"inputSource":["jsonExample"]}}, defaults: {"inputSource":"workflowInputs"} }),
|
|
20
20
|
workflowInputs: resolveSchema({ parameters, schema: z.object({ values: z.array(z.object({ name: z.string().optional(), type: z.union([z.literal('any'), z.literal('string'), z.literal('number'), z.literal('boolean'), z.literal('array'), z.literal('object')]).optional() })).min(1) }), required: true, displayOptions: {"show":{"inputSource":["workflowInputs"]}}, defaults: {"inputSource":"workflowInputs"} }),
|
|
21
|
+
returnOutput: z.union([z.literal('allRuns'), z.literal('lastRunOnly')]).optional(),
|
|
21
22
|
});
|
|
22
23
|
|
|
23
24
|
// Return combined config schema
|
|
@@ -43,6 +43,11 @@ export interface ExecuteWorkflowTriggerV11Params {
|
|
|
43
43
|
type?: 'any' | 'string' | 'number' | 'boolean' | 'array' | 'object';
|
|
44
44
|
}>];
|
|
45
45
|
};
|
|
46
|
+
/**
|
|
47
|
+
* Choose what to send back when the last node ran multiple times (for example, after a Loop Over Items)
|
|
48
|
+
* @default lastRunOnly
|
|
49
|
+
*/
|
|
50
|
+
returnOutput?: 'allRuns' | 'lastRunOnly';
|
|
46
51
|
}
|
|
47
52
|
|
|
48
53
|
interface ExecuteWorkflowTriggerV11NodeBase {
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Execute Workflow Trigger Node - Version 1.2 - Zod Validation Schemas
|
|
3
|
+
*
|
|
4
|
+
* These schemas validate node configuration at runtime.
|
|
5
|
+
* Use .parse() for strict validation or .safeParse() for error handling.
|
|
6
|
+
*
|
|
7
|
+
* Schema helpers (z, expressionSchema, etc.) are passed as parameters
|
|
8
|
+
* by the schema-validator, not imported from external files.
|
|
9
|
+
*
|
|
10
|
+
* @generated - CommonJS JavaScript for runtime loading
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
module.exports = function getSchema({ parameters, z, expressionSchema, stringOrExpression, numberOrExpression, booleanOrExpression, resourceLocatorValueSchema, resourceMapperValueSchema, filterValueSchema, assignmentCollectionValueSchema, iDataObjectSchema, resolveSchema }) {
|
|
14
|
+
|
|
15
|
+
// Parameters schema
|
|
16
|
+
const parametersSchema = z.object({
|
|
17
|
+
events: z.unknown().optional(),
|
|
18
|
+
inputSource: z.union([z.literal('workflowInputs'), z.literal('jsonExample'), z.literal('passthrough')]).optional(),
|
|
19
|
+
jsonExample: resolveSchema({ parameters, schema: z.union([iDataObjectSchema, z.string()]), required: false, displayOptions: {"show":{"inputSource":["jsonExample"]}}, defaults: {"inputSource":"workflowInputs"} }),
|
|
20
|
+
workflowInputs: resolveSchema({ parameters, schema: z.object({ values: z.array(z.object({ name: z.string().optional(), type: z.union([z.literal('any'), z.literal('string'), z.literal('number'), z.literal('boolean'), z.literal('array'), z.literal('object')]).optional() })).min(1) }), required: true, displayOptions: {"show":{"inputSource":["workflowInputs"]}}, defaults: {"inputSource":"workflowInputs"} }),
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
// Return combined config schema
|
|
24
|
+
return z.object({
|
|
25
|
+
parameters: parametersSchema.nullable().optional(),
|
|
26
|
+
});
|
|
27
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Execute Workflow Trigger Node - Version 1.2
|
|
3
|
+
* Helpers for calling other n8n workflows. Used for designing modular, microservice-like workflows.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export interface ExecuteWorkflowTriggerV12Params {
|
|
8
|
+
events?: unknown;
|
|
9
|
+
/**
|
|
10
|
+
* Input data mode
|
|
11
|
+
* @default workflowInputs
|
|
12
|
+
*/
|
|
13
|
+
inputSource?: 'workflowInputs' | 'jsonExample' | 'passthrough';
|
|
14
|
+
/**
|
|
15
|
+
* JSON Example
|
|
16
|
+
* @displayOptions.show { inputSource: ["jsonExample"] }
|
|
17
|
+
*/
|
|
18
|
+
jsonExample?: IDataObject | string;
|
|
19
|
+
/**
|
|
20
|
+
* Define expected input fields. If no inputs are provided, all data from the calling workflow will be passed through.
|
|
21
|
+
* @displayOptions.show { inputSource: ["workflowInputs"] }
|
|
22
|
+
* @default {}
|
|
23
|
+
*/
|
|
24
|
+
workflowInputs: {
|
|
25
|
+
/** Values
|
|
26
|
+
* @minItems 1
|
|
27
|
+
*/
|
|
28
|
+
values: [{
|
|
29
|
+
/** A unique name for this workflow input, used to reference it from another workflows
|
|
30
|
+
*/
|
|
31
|
+
name?: string;
|
|
32
|
+
/** Expected data type for this input value. Determines how this field's values are stored, validated, and displayed.
|
|
33
|
+
* @default string
|
|
34
|
+
*/
|
|
35
|
+
type?: 'any' | 'string' | 'number' | 'boolean' | 'array' | 'object';
|
|
36
|
+
}, ...Array<{
|
|
37
|
+
/** A unique name for this workflow input, used to reference it from another workflows
|
|
38
|
+
*/
|
|
39
|
+
name?: string;
|
|
40
|
+
/** Expected data type for this input value. Determines how this field's values are stored, validated, and displayed.
|
|
41
|
+
* @default string
|
|
42
|
+
*/
|
|
43
|
+
type?: 'any' | 'string' | 'number' | 'boolean' | 'array' | 'object';
|
|
44
|
+
}>];
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
interface ExecuteWorkflowTriggerV12NodeBase {
|
|
49
|
+
type: 'n8n-nodes-base.executeWorkflowTrigger';
|
|
50
|
+
version: 1.2;
|
|
51
|
+
isTrigger: true;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export type ExecuteWorkflowTriggerV12ParamsNode = ExecuteWorkflowTriggerV12NodeBase & {
|
|
55
|
+
config: NodeConfig<ExecuteWorkflowTriggerV12Params>;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
export type ExecuteWorkflowTriggerV12Node = ExecuteWorkflowTriggerV12ParamsNode;
|
|
@@ -38,13 +38,14 @@ export interface FacebookGraphApiV1Params {
|
|
|
38
38
|
*/
|
|
39
39
|
allowUnauthorizedCerts?: boolean | Expression<boolean>;
|
|
40
40
|
/**
|
|
41
|
-
* Whether binary data
|
|
41
|
+
* Whether to upload binary data as multipart/form-data
|
|
42
|
+
* @hint Page <code>/photos</code> and <code>/videos</code> edges accept binary uploads. Instagram container endpoints (e.g. <code>/media</code>) require <code>image_url</code> or <code>video_url</code> as Query Parameters instead.
|
|
42
43
|
* @displayOptions.show { httpRequestMethod: ["POST", "PUT"] }
|
|
43
44
|
* @default false
|
|
44
45
|
*/
|
|
45
46
|
sendBinaryData?: boolean | Expression<boolean>;
|
|
46
47
|
/**
|
|
47
|
-
* For Form-Data Multipart,
|
|
48
|
+
* For Form-Data Multipart, multiple files can be provided in the format: <code>sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>
|
|
48
49
|
* @hint The name of the input binary field containing the file to be uploaded
|
|
49
50
|
* @displayOptions.show { httpRequestMethod: ["POST", "PUT"] }
|
|
50
51
|
* @displayOptions.hide { sendBinaryData: [false] }
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* Re-exports all version-specific types and provides combined union type.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
import type { FormTriggerV26Node } from './v26';
|
|
7
8
|
import type { FormTriggerV25Node } from './v25';
|
|
8
9
|
import type { FormTriggerV24Node } from './v24';
|
|
9
10
|
import type { FormTriggerV23Node } from './v23';
|
|
@@ -12,6 +13,7 @@ import type { FormTriggerV21Node } from './v21';
|
|
|
12
13
|
import type { FormTriggerV2Node } from './v2';
|
|
13
14
|
import type { FormTriggerV1Node } from './v1';
|
|
14
15
|
|
|
16
|
+
export * from './v26';
|
|
15
17
|
export * from './v25';
|
|
16
18
|
export * from './v24';
|
|
17
19
|
export * from './v23';
|
|
@@ -21,4 +23,4 @@ export * from './v2';
|
|
|
21
23
|
export * from './v1';
|
|
22
24
|
|
|
23
25
|
// Combined union type for all versions
|
|
24
|
-
export type FormTriggerNode = FormTriggerV25Node | FormTriggerV24Node | FormTriggerV23Node | FormTriggerV22Node | FormTriggerV21Node | FormTriggerV2Node | FormTriggerV1Node;
|
|
26
|
+
export type FormTriggerNode = FormTriggerV26Node | FormTriggerV25Node | FormTriggerV24Node | FormTriggerV23Node | FormTriggerV22Node | FormTriggerV21Node | FormTriggerV2Node | FormTriggerV1Node;
|
|
@@ -20,7 +20,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
20
20
|
formDescription: stringOrExpression.optional(),
|
|
21
21
|
formFields: z.object({ values: z.array(z.object({ fieldName: stringOrExpression.optional(), fieldLabel: stringOrExpression.optional(), fieldLabel: stringOrExpression.optional(), fieldName: stringOrExpression.optional(), fieldType: z.union([z.literal('checkbox'), z.literal('html'), z.literal('date'), z.literal('dropdown'), z.literal('email'), z.literal('file'), z.literal('hiddenField'), z.literal('number'), z.literal('password'), z.literal('radio'), z.literal('text'), z.literal('textarea'), expressionSchema]).optional(), elementName: stringOrExpression.optional(), fieldName: stringOrExpression.optional(), placeholder: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), fieldValue: stringOrExpression.optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), multiselect: booleanOrExpression.optional(), limitSelection: z.union([z.literal('exact'), z.literal('range'), z.literal('unlimited'), expressionSchema]).optional(), numberOfSelections: numberOrExpression.optional(), minSelections: numberOrExpression.optional(), maxSelections: numberOrExpression.optional(), html: z.string().optional(), multipleFiles: booleanOrExpression.optional(), acceptFileTypes: stringOrExpression.optional(), requiredField: booleanOrExpression.optional() })).optional() }).optional(),
|
|
22
22
|
responseMode: z.union([z.literal('onReceived'), z.literal('lastNode'), z.literal('responseNode'), expressionSchema]).optional(),
|
|
23
|
-
options: z.object({ appendAttribution: booleanOrExpression.optional(), ipWhitelist: stringOrExpression.optional(), buttonLabel: stringOrExpression.optional(), path: stringOrExpression.optional(), respondWithOptions: z.object({ values: z.object({ respondWith: z.union([z.literal('text'), z.literal('redirect'), expressionSchema]).optional(), formSubmittedText: stringOrExpression.optional(), redirectUrl: stringOrExpression.optional() }).optional() }).optional(), ignoreBots: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), customCss: stringOrExpression.optional() }).optional(),
|
|
23
|
+
options: z.object({ appendAttribution: booleanOrExpression.optional(), ipWhitelist: stringOrExpression.optional(), buttonLabel: stringOrExpression.optional(), path: stringOrExpression.optional(), respondWithOptions: z.object({ values: z.object({ respondWith: z.union([z.literal('text'), z.literal('redirect'), expressionSchema]).optional(), formSubmittedText: stringOrExpression.optional(), redirectUrl: stringOrExpression.optional() }).optional() }).optional(), ignoreBots: booleanOrExpression.optional(), includeUserInOutput: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), customCss: stringOrExpression.optional() }).optional(),
|
|
24
24
|
});
|
|
25
25
|
|
|
26
26
|
// Return combined config schema
|
|
@@ -216,6 +216,11 @@ export interface FormTriggerV2Params {
|
|
|
216
216
|
* @default false
|
|
217
217
|
*/
|
|
218
218
|
ignoreBots?: boolean | Expression<boolean>;
|
|
219
|
+
/** Whether to include the logged-in user's ID, email and name in the trigger output
|
|
220
|
+
* @displayOptions.show { /authentication: ["n8nUserAuth"] }
|
|
221
|
+
* @default true
|
|
222
|
+
*/
|
|
223
|
+
includeUserInOutput?: boolean | Expression<boolean>;
|
|
219
224
|
/** Whether to use the workflow timezone in 'submittedAt' field or UTC
|
|
220
225
|
* @default false
|
|
221
226
|
*/
|
|
@@ -20,7 +20,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
20
20
|
formDescription: stringOrExpression.optional(),
|
|
21
21
|
formFields: z.object({ values: z.array(z.object({ fieldName: stringOrExpression.optional(), fieldLabel: stringOrExpression.optional(), fieldLabel: stringOrExpression.optional(), fieldName: stringOrExpression.optional(), fieldType: z.union([z.literal('checkbox'), z.literal('html'), z.literal('date'), z.literal('dropdown'), z.literal('email'), z.literal('file'), z.literal('hiddenField'), z.literal('number'), z.literal('password'), z.literal('radio'), z.literal('text'), z.literal('textarea'), expressionSchema]).optional(), elementName: stringOrExpression.optional(), fieldName: stringOrExpression.optional(), placeholder: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), fieldValue: stringOrExpression.optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), multiselect: booleanOrExpression.optional(), limitSelection: z.union([z.literal('exact'), z.literal('range'), z.literal('unlimited'), expressionSchema]).optional(), numberOfSelections: numberOrExpression.optional(), minSelections: numberOrExpression.optional(), maxSelections: numberOrExpression.optional(), html: z.string().optional(), multipleFiles: booleanOrExpression.optional(), acceptFileTypes: stringOrExpression.optional(), requiredField: booleanOrExpression.optional() })).optional() }).optional(),
|
|
22
22
|
responseMode: z.union([z.literal('onReceived'), z.literal('lastNode'), z.literal('responseNode'), expressionSchema]).optional(),
|
|
23
|
-
options: z.object({ appendAttribution: booleanOrExpression.optional(), ipWhitelist: stringOrExpression.optional(), buttonLabel: stringOrExpression.optional(), path: stringOrExpression.optional(), respondWithOptions: z.object({ values: z.object({ respondWith: z.union([z.literal('text'), z.literal('redirect'), expressionSchema]).optional(), formSubmittedText: stringOrExpression.optional(), redirectUrl: stringOrExpression.optional() }).optional() }).optional(), ignoreBots: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), customCss: stringOrExpression.optional() }).optional(),
|
|
23
|
+
options: z.object({ appendAttribution: booleanOrExpression.optional(), ipWhitelist: stringOrExpression.optional(), buttonLabel: stringOrExpression.optional(), path: stringOrExpression.optional(), respondWithOptions: z.object({ values: z.object({ respondWith: z.union([z.literal('text'), z.literal('redirect'), expressionSchema]).optional(), formSubmittedText: stringOrExpression.optional(), redirectUrl: stringOrExpression.optional() }).optional() }).optional(), ignoreBots: booleanOrExpression.optional(), includeUserInOutput: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), customCss: stringOrExpression.optional() }).optional(),
|
|
24
24
|
});
|
|
25
25
|
|
|
26
26
|
// Return combined config schema
|
|
@@ -216,6 +216,11 @@ export interface FormTriggerV21Params {
|
|
|
216
216
|
* @default false
|
|
217
217
|
*/
|
|
218
218
|
ignoreBots?: boolean | Expression<boolean>;
|
|
219
|
+
/** Whether to include the logged-in user's ID, email and name in the trigger output
|
|
220
|
+
* @displayOptions.show { /authentication: ["n8nUserAuth"] }
|
|
221
|
+
* @default true
|
|
222
|
+
*/
|
|
223
|
+
includeUserInOutput?: boolean | Expression<boolean>;
|
|
219
224
|
/** Whether to use the workflow timezone in 'submittedAt' field or UTC
|
|
220
225
|
* @default false
|
|
221
226
|
*/
|
|
@@ -19,7 +19,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
19
19
|
formDescription: stringOrExpression.optional(),
|
|
20
20
|
formFields: z.object({ values: z.array(z.object({ fieldName: stringOrExpression.optional(), fieldLabel: stringOrExpression.optional(), fieldLabel: stringOrExpression.optional(), fieldName: stringOrExpression.optional(), fieldType: z.union([z.literal('checkbox'), z.literal('html'), z.literal('date'), z.literal('dropdown'), z.literal('email'), z.literal('file'), z.literal('hiddenField'), z.literal('number'), z.literal('password'), z.literal('radio'), z.literal('text'), z.literal('textarea'), expressionSchema]).optional(), elementName: stringOrExpression.optional(), fieldName: stringOrExpression.optional(), placeholder: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), fieldValue: stringOrExpression.optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), multiselect: booleanOrExpression.optional(), limitSelection: z.union([z.literal('exact'), z.literal('range'), z.literal('unlimited'), expressionSchema]).optional(), numberOfSelections: numberOrExpression.optional(), minSelections: numberOrExpression.optional(), maxSelections: numberOrExpression.optional(), html: z.string().optional(), multipleFiles: booleanOrExpression.optional(), acceptFileTypes: stringOrExpression.optional(), requiredField: booleanOrExpression.optional() })).optional() }).optional(),
|
|
21
21
|
responseMode: z.union([z.literal('onReceived'), z.literal('lastNode'), expressionSchema]).optional(),
|
|
22
|
-
options: z.object({ appendAttribution: booleanOrExpression.optional(), ipWhitelist: stringOrExpression.optional(), buttonLabel: stringOrExpression.optional(), path: stringOrExpression.optional(), respondWithOptions: z.object({ values: z.object({ respondWith: z.union([z.literal('text'), z.literal('redirect'), expressionSchema]).optional(), formSubmittedText: stringOrExpression.optional(), redirectUrl: stringOrExpression.optional() }).optional() }).optional(), ignoreBots: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), customCss: stringOrExpression.optional() }).optional(),
|
|
22
|
+
options: z.object({ appendAttribution: booleanOrExpression.optional(), ipWhitelist: stringOrExpression.optional(), buttonLabel: stringOrExpression.optional(), path: stringOrExpression.optional(), respondWithOptions: z.object({ values: z.object({ respondWith: z.union([z.literal('text'), z.literal('redirect'), expressionSchema]).optional(), formSubmittedText: stringOrExpression.optional(), redirectUrl: stringOrExpression.optional() }).optional() }).optional(), ignoreBots: booleanOrExpression.optional(), includeUserInOutput: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), customCss: stringOrExpression.optional() }).optional(),
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
// Return combined config schema
|
|
@@ -212,6 +212,11 @@ export interface FormTriggerV22Params {
|
|
|
212
212
|
* @default false
|
|
213
213
|
*/
|
|
214
214
|
ignoreBots?: boolean | Expression<boolean>;
|
|
215
|
+
/** Whether to include the logged-in user's ID, email and name in the trigger output
|
|
216
|
+
* @displayOptions.show { /authentication: ["n8nUserAuth"] }
|
|
217
|
+
* @default true
|
|
218
|
+
*/
|
|
219
|
+
includeUserInOutput?: boolean | Expression<boolean>;
|
|
215
220
|
/** Whether to use the workflow timezone in 'submittedAt' field or UTC
|
|
216
221
|
* @default false
|
|
217
222
|
*/
|
|
@@ -19,7 +19,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
|
|
|
19
19
|
formDescription: stringOrExpression.optional(),
|
|
20
20
|
formFields: z.object({ values: z.array(z.object({ fieldName: stringOrExpression.optional(), fieldLabel: stringOrExpression.optional(), fieldLabel: stringOrExpression.optional(), fieldName: stringOrExpression.optional(), fieldType: z.union([z.literal('checkbox'), z.literal('html'), z.literal('date'), z.literal('dropdown'), z.literal('email'), z.literal('file'), z.literal('hiddenField'), z.literal('number'), z.literal('password'), z.literal('radio'), z.literal('text'), z.literal('textarea'), expressionSchema]).optional(), elementName: stringOrExpression.optional(), fieldName: stringOrExpression.optional(), placeholder: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), defaultValue: stringOrExpression.optional(), fieldValue: stringOrExpression.optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), fieldOptions: z.object({ values: z.array(z.object({ option: stringOrExpression.optional() })).optional() }).optional(), multiselect: booleanOrExpression.optional(), limitSelection: z.union([z.literal('exact'), z.literal('range'), z.literal('unlimited'), expressionSchema]).optional(), numberOfSelections: numberOrExpression.optional(), minSelections: numberOrExpression.optional(), maxSelections: numberOrExpression.optional(), html: z.string().optional(), multipleFiles: booleanOrExpression.optional(), acceptFileTypes: stringOrExpression.optional(), requiredField: booleanOrExpression.optional() })).optional() }).optional(),
|
|
21
21
|
responseMode: z.union([z.literal('onReceived'), z.literal('lastNode'), expressionSchema]).optional(),
|
|
22
|
-
options: z.object({ appendAttribution: booleanOrExpression.optional(), ipWhitelist: stringOrExpression.optional(), buttonLabel: stringOrExpression.optional(), path: stringOrExpression.optional(), respondWithOptions: z.object({ values: z.object({ respondWith: z.union([z.literal('text'), z.literal('redirect'), expressionSchema]).optional(), formSubmittedText: stringOrExpression.optional(), redirectUrl: stringOrExpression.optional() }).optional() }).optional(), ignoreBots: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), customCss: stringOrExpression.optional() }).optional(),
|
|
22
|
+
options: z.object({ appendAttribution: booleanOrExpression.optional(), ipWhitelist: stringOrExpression.optional(), buttonLabel: stringOrExpression.optional(), path: stringOrExpression.optional(), respondWithOptions: z.object({ values: z.object({ respondWith: z.union([z.literal('text'), z.literal('redirect'), expressionSchema]).optional(), formSubmittedText: stringOrExpression.optional(), redirectUrl: stringOrExpression.optional() }).optional() }).optional(), ignoreBots: booleanOrExpression.optional(), includeUserInOutput: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), useWorkflowTimezone: booleanOrExpression.optional(), customCss: stringOrExpression.optional() }).optional(),
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
// Return combined config schema
|
|
@@ -212,6 +212,11 @@ export interface FormTriggerV23Params {
|
|
|
212
212
|
* @default false
|
|
213
213
|
*/
|
|
214
214
|
ignoreBots?: boolean | Expression<boolean>;
|
|
215
|
+
/** Whether to include the logged-in user's ID, email and name in the trigger output
|
|
216
|
+
* @displayOptions.show { /authentication: ["n8nUserAuth"] }
|
|
217
|
+
* @default true
|
|
218
|
+
*/
|
|
219
|
+
includeUserInOutput?: boolean | Expression<boolean>;
|
|
215
220
|
/** Whether to use the workflow timezone in 'submittedAt' field or UTC
|
|
216
221
|
* @default false
|
|
217
222
|
*/
|