@atom8n/n8n-nodes-base 2.5.0 → 2.5.1
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/Imap.credentials.js +0 -0
- package/dist/credentials/OpenCTIApi.credentials.js +0 -0
- package/dist/nodes/ActionNetwork/GenericFunctions.d.ts +19 -19
- package/dist/nodes/Airtable/v2/helpers/utils.d.ts +1 -1
- package/dist/nodes/Airtop/actions/common/output.utils.d.ts +1 -1
- package/dist/nodes/Airtop/actions/file/load.operation.js +0 -0
- package/dist/nodes/Airtop/actions/session/waitForDownload.operation.js +0 -0
- package/dist/nodes/Aws/ELB/AwsElb.node.js +0 -0
- package/dist/nodes/Aws/GenericFunctions.js +0 -0
- package/dist/nodes/Aws/IAM/descriptions/user/create.operation.js +0 -0
- package/dist/nodes/BambooHr/v1/transport/index.js +0 -0
- package/dist/nodes/Bitly/LinkDescription.js +0 -0
- package/dist/nodes/Calendly/CalendlyTrigger.node.js +0 -0
- package/dist/nodes/DateTime/V2/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Discourse/UserDescription.js +0 -0
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.js +15 -1
- package/dist/nodes/Facebook/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Flow/TaskDescription.js +0 -0
- package/dist/nodes/Google/Analytics/GoogleAnalytics.node.js +0 -0
- package/dist/nodes/Google/Analytics/v2/helpers/utils.d.ts +1 -1
- package/dist/nodes/Google/BigQuery/v2/helpers/utils.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js +0 -0
- package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js +0 -0
- package/dist/nodes/Google/Gmail/v1/DraftDescription.js +0 -0
- package/dist/nodes/Google/Sheet/v2/actions/sheet/commonDescription.js +0 -0
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.d.ts +1 -1
- package/dist/nodes/HelpScout/CustomerDescription.js +0 -0
- package/dist/nodes/Hubspot/V1/GenericFunctions.d.ts +19 -19
- package/dist/nodes/Hubspot/V2/GenericFunctions.d.ts +19 -19
- package/dist/nodes/KoBoToolbox/FileDescription.js +0 -0
- package/dist/nodes/Lemlist/Lemlist.node.js +0 -0
- package/dist/nodes/Linear/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Magento/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Mattermost/v1/actions/user/getByEmail/execute.js +0 -0
- package/dist/nodes/MessageBird/GenericFunctions.js +0 -0
- package/dist/nodes/Microsoft/Dynamics/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/get.operation.js +0 -0
- package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.d.ts +8 -8
- package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js +0 -0
- package/dist/nodes/Misp/descriptions/EventTagDescription.js +0 -0
- package/dist/nodes/MySql/v2/helpers/utils.d.ts +1 -4
- package/dist/nodes/Notion/shared/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Peekalink/Peekalink.node.js +0 -0
- package/dist/nodes/Pipedrive/GenericFunctions.js +0 -0
- package/dist/nodes/Pushcut/GenericFunctions.js +0 -0
- package/dist/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.js +0 -0
- package/dist/nodes/Slack/Slack.node.js +0 -0
- package/dist/nodes/SyncroMSP/v1/actions/rmm/del/execute.js +0 -0
- package/dist/nodes/TheHiveProject/actions/case/update.operation.js +0 -0
- package/dist/nodes/TheHiveProject/helpers/utils.d.ts +6 -6
- package/dist/nodes/TheHiveProject/methods/resourceMapping.js +0 -0
- package/dist/nodes/Twake/Twake.node.js +0 -0
- package/dist/nodes/Twitter/V1/DirectMessageDescription.js +0 -0
- package/dist/nodes/UnleashedSoftware/UnleashedSoftware.node.js +0 -0
- package/dist/nodes/UptimeRobot/AlertContactDescription.js +0 -0
- package/dist/nodes/UrlScanIo/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Wise/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Wordpress/PostInterface.js +0 -0
- package/dist/nodes/Zammad/descriptions/TicketDescription.js +0 -0
- package/dist/nodes/Zoho/GenericFunctions.d.ts +2 -2
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +3 -3
- package/dist/utils/sendAndWait/utils.d.ts +1 -1
- package/dist/utils/workflowInputsResourceMapping/GenericFunctions.js +4 -0
- package/package.json +9 -9
|
@@ -49,7 +49,7 @@ export declare function sendAndWaitWebhook(this: IWebhookFunctions): Promise<{
|
|
|
49
49
|
workflowData: {
|
|
50
50
|
json: {
|
|
51
51
|
data: {
|
|
52
|
-
text: IDataObject |
|
|
52
|
+
text: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[];
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
55
|
}[][];
|
|
@@ -146,6 +146,10 @@ async function loadWorkflowInputMappings() {
|
|
|
146
146
|
if (currentWorkflowInput.type !== 'any') {
|
|
147
147
|
field.type = currentWorkflowInput.type;
|
|
148
148
|
}
|
|
149
|
+
if (currentWorkflowInput.defaultValue !== undefined &&
|
|
150
|
+
currentWorkflowInput.defaultValue !== '') {
|
|
151
|
+
field.defaultValue = currentWorkflowInput.defaultValue;
|
|
152
|
+
}
|
|
149
153
|
return field;
|
|
150
154
|
});
|
|
151
155
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atom8n/n8n-nodes-base",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -848,8 +848,8 @@
|
|
|
848
848
|
"nodeTypePrefix": "n8n-nodes-base"
|
|
849
849
|
},
|
|
850
850
|
"devDependencies": {
|
|
851
|
-
"@n8n/eslint-plugin-community-nodes": "npm:@atom8n/eslint-plugin-community-nodes@0.10.
|
|
852
|
-
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.
|
|
851
|
+
"@n8n/eslint-plugin-community-nodes": "npm:@atom8n/eslint-plugin-community-nodes@0.10.1",
|
|
852
|
+
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.1",
|
|
853
853
|
"@types/amqplib": "^0.10.1",
|
|
854
854
|
"@types/aws4": "^1.5.1",
|
|
855
855
|
"@types/basic-auth": "^1.1.3",
|
|
@@ -875,16 +875,16 @@
|
|
|
875
875
|
"@types/uuid": "^10.0.0",
|
|
876
876
|
"@types/xml2js": "^0.4.14",
|
|
877
877
|
"eslint-plugin-n8n-nodes-base": "^1.16.3",
|
|
878
|
-
"n8n-core": "npm:@atom8n/n8n-core@2.5.
|
|
878
|
+
"n8n-core": "npm:@atom8n/n8n-core@2.5.1"
|
|
879
879
|
},
|
|
880
880
|
"dependencies": {
|
|
881
881
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
882
882
|
"@kafkajs/confluent-schema-registry": "3.8.0",
|
|
883
883
|
"@mozilla/readability": "0.6.0",
|
|
884
|
-
"@n8n/config": "npm:@atom8n/config@2.4.
|
|
885
|
-
"@n8n/di": "npm:@atom8n/di@0.13.
|
|
886
|
-
"@n8n/errors": "npm:@atom8n/errors@0.8.
|
|
887
|
-
"@n8n/imap": "npm:@atom8n/imap@0.19.
|
|
884
|
+
"@n8n/config": "npm:@atom8n/config@2.4.1",
|
|
885
|
+
"@n8n/di": "npm:@atom8n/di@0.13.1",
|
|
886
|
+
"@n8n/errors": "npm:@atom8n/errors@0.8.1",
|
|
887
|
+
"@n8n/imap": "npm:@atom8n/imap@0.19.1",
|
|
888
888
|
"@n8n/vm2": "3.9.25",
|
|
889
889
|
"@thednp/dommatrix": "^2.0.12",
|
|
890
890
|
"alasql": "4.4.0",
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
"mqtt": "5.7.2",
|
|
926
926
|
"mssql": "10.0.2",
|
|
927
927
|
"mysql2": "3.15.0",
|
|
928
|
-
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.
|
|
928
|
+
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.1",
|
|
929
929
|
"node-html-markdown": "1.2.0",
|
|
930
930
|
"node-ssh": "13.2.0",
|
|
931
931
|
"nodemailer": "7.0.11",
|