n8n-nodes-base 2.11.1 → 2.12.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/CustomerIoApi.credentials.d.ts.map +1 -1
- package/dist/credentials/CustomerIoApi.credentials.js +4 -5
- package/dist/credentials/CustomerIoApi.credentials.js.map +1 -1
- package/dist/credentials/FacebookGraphAppApi.credentials.js +1 -1
- package/dist/credentials/FacebookGraphAppApi.credentials.js.map +1 -1
- package/dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js +1 -1
- package/dist/credentials/OAuth2Api.credentials.d.ts.map +1 -1
- package/dist/credentials/OAuth2Api.credentials.js +8 -0
- package/dist/credentials/OAuth2Api.credentials.js.map +1 -1
- package/dist/node-definitions/.nodes-hash +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/asana/v1/resource_user/operation_get.ts +7 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/azureCosmosDb/v1/resource_item/operation_query.ts +15 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/clickUp/v1/resource_list/operation_custom_fields.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/coda/v1/resource_table/operation_create_row.ts +10 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/coda/v11/resource_table/operation_create_row.ts +10 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/coinGecko/v1/resource_coin/operation_price.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/dropbox/v1/resource_folder/operation_delete.ts +7 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/dropbox/v1/resource_search/operation_query.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/elasticsearch/v1/resource_document/operation_get_all.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/filter/v1.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/filter/v2.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/filter/v21.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/filter/v22.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/filter/v23.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/gSuiteAdmin/v1/resource_user/operation_create.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/gSuiteAdmin/v1/resource_user/operation_get.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/gitlab/v1/resource_file/operation_get.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/googleAds/v1/resource_campaign/operation_get_all.ts +1 -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/googleBusinessProfile/v1/resource_review/operation_reply.ts +6 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/googleChat/v1/resource_space/operation_get_all.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/haloPSA/v1/resource_client/operation_get.ts +8 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/haloPSA/v1/resource_site/operation_get_all.ts +7 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/highLevel/v2/resource_calendar/operation_get_free_slots.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/highLevel/v2/resource_contact/operation_create.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/jira/v1/resource_issue/operation_get.ts +162 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/jira/v1/resource_issue/operation_get_all.ts +54 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/lemlist/v2/resource_lead/operation_create.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/mailchimp/v1/resource_campaign/operation_get_all.ts +60 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftEntra/v1/resource_group/operation_get.ts +12 -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/microsoftOutlook/v2/resource_folder_message/operation_get_all.ts +33 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get.ts +6 -0
- package/dist/nodes/Asana/__schema__/v1.0.0/user/get.json +21 -1
- package/dist/nodes/ClickUp/__schema__/v1.0.0/list/customFields.json +4 -1
- package/dist/nodes/Coda/__schema__/v1.1.0/table/createRow.json +24 -0
- package/dist/nodes/Code/Code.node.d.ts +2 -2
- package/dist/nodes/Code/Code.node.d.ts.map +1 -1
- package/dist/nodes/Code/Code.node.js +2 -83
- package/dist/nodes/Code/Code.node.js.map +1 -1
- package/dist/nodes/CoinGecko/__schema__/v1.0.0/coin/price.json +17 -2
- package/dist/nodes/CustomerIo/CustomerIo.node.js +3 -3
- package/dist/nodes/CustomerIo/CustomerIo.node.js.map +1 -1
- package/dist/nodes/CustomerIo/CustomerIoTrigger.node.d.ts.map +1 -1
- package/dist/nodes/CustomerIo/CustomerIoTrigger.node.js +5 -33
- package/dist/nodes/CustomerIo/CustomerIoTrigger.node.js.map +1 -1
- package/dist/nodes/CustomerIo/GenericFunctions.d.ts +4 -1
- package/dist/nodes/CustomerIo/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/CustomerIo/GenericFunctions.js +13 -23
- package/dist/nodes/CustomerIo/GenericFunctions.js.map +1 -1
- package/dist/nodes/DataTable/__schema__/v1.1.0/table/update.json +9 -0
- package/dist/nodes/Dropbox/__schema__/v1.0.0/folder/delete.json +21 -1
- package/dist/nodes/Dropbox/__schema__/v1.0.0/search/query.json +10 -1
- package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/fetchRequest.json +1 -1
- package/dist/nodes/ERPNext/__schema__/v1.0.0/document/getAll.json +19 -1
- package/dist/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/getAll.json +4 -1
- package/dist/nodes/Facebook/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Facebook/GenericFunctions.js +8 -0
- package/dist/nodes/Facebook/GenericFunctions.js.map +1 -1
- package/dist/nodes/Filter/Filter.node.js +1 -1
- package/dist/nodes/Filter/Filter.node.js.map +1 -1
- package/dist/nodes/Form/utils/formCompletionUtils.js +1 -1
- package/dist/nodes/Form/utils/formCompletionUtils.js.map +1 -1
- package/dist/nodes/Form/utils/formNodeUtils.js +1 -1
- package/dist/nodes/Form/utils/formNodeUtils.js.map +1 -1
- package/dist/nodes/Form/utils/utils.d.ts.map +1 -1
- package/dist/nodes/Form/utils/utils.js +9 -6
- package/dist/nodes/Form/utils/utils.js.map +1 -1
- package/dist/nodes/Gitlab/__schema__/v1.0.0/file/get.json +16 -1
- package/dist/nodes/Google/Ads/__schema__/v1.0.0/campaign/getAll.json +4 -1
- package/dist/nodes/Google/BusinessProfile/__schema__/v1.0.0/review/reply.json +12 -0
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/space/getAll.json +4 -1
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/create.json +4 -1
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/get.json +65 -1
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/label/get.json +27 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/delete.json +9 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/get.json +7 -1
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/removeLabels.json +18 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/thread/get.json +4 -1
- package/dist/nodes/HaloPSA/__schema__/v1.0.0/client/get.json +18 -0
- package/dist/nodes/HaloPSA/__schema__/v1.0.0/site/getAll.json +15 -0
- package/dist/nodes/HighLevel/__schema__/v2.0.0/calendar/getFreeSlots.json +12 -1
- package/dist/nodes/HighLevel/__schema__/v2.0.0/contact/create.json +15 -1
- package/dist/nodes/Hubspot/__schema__/v2.2.0/contact/upsert.json +4 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +465 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +155 -1
- package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/create.json +4 -1
- package/dist/nodes/Linear/__schema__/v1.1.0/issue/get.json +12 -1
- package/dist/nodes/Mailchimp/__schema__/v1.0.0/campaign/getAll.json +180 -1
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/query.json +45 -1
- package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/group/get.json +30 -0
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.1.0/file/copy.json +9 -0
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.1.0/file/download.json +89 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json +99 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json +21 -1
- package/dist/nodes/Notion/shared/GenericFunctions.js +1 -1
- package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -1
- package/dist/nodes/Slack/SlackTrigger.node.js +1 -1
- package/dist/nodes/Slack/SlackTrigger.node.js.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.js +10 -2
- package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -1
- package/dist/nodes/Webhook/Webhook.node.d.ts.map +1 -1
- package/dist/nodes/Webhook/Webhook.node.js +1 -0
- package/dist/nodes/Webhook/Webhook.node.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/credentials.json +3 -3
- package/dist/types/nodes.json +5 -5
- package/package.json +10 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerIoApi.credentials.d.ts","sourceRoot":"","sources":["../../credentials/CustomerIoApi.credentials.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACX,8BAA8B,EAC9B,eAAe,EACf,mBAAmB,EACnB,eAAe,EACf,MAAM,cAAc,CAAC;AAEtB,qBAAa,aAAc,YAAW,eAAe;IACpD,IAAI,SAAmB;IAEvB,WAAW,SAAqB;IAEhC,gBAAgB,SAAgB;IAEhC,UAAU,EAAE,eAAe,EAAE,CA4C3B;IAEI,YAAY,CACjB,WAAW,EAAE,8BAA8B,EAC3C,cAAc,EAAE,mBAAmB,GACjC,OAAO,CAAC,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"CustomerIoApi.credentials.d.ts","sourceRoot":"","sources":["../../credentials/CustomerIoApi.credentials.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACX,8BAA8B,EAC9B,eAAe,EACf,mBAAmB,EACnB,eAAe,EACf,MAAM,cAAc,CAAC;AAEtB,qBAAa,aAAc,YAAW,eAAe;IACpD,IAAI,SAAmB;IAEvB,WAAW,SAAqB;IAEhC,gBAAgB,SAAgB;IAEhC,UAAU,EAAE,eAAe,EAAE,CA4C3B;IAEI,YAAY,CACjB,WAAW,EAAE,8BAA8B,EAC3C,cAAc,EAAE,mBAAmB,GACjC,OAAO,CAAC,mBAAmB,CAAC;CAyB/B"}
|
|
@@ -54,15 +54,14 @@ class CustomerIoApi {
|
|
|
54
54
|
async authenticate(credentials, requestOptions) {
|
|
55
55
|
// @ts-ignore
|
|
56
56
|
const url = new URL(requestOptions.url ? requestOptions.url : requestOptions.uri);
|
|
57
|
-
if (url.hostname === 'track.customer.io' ||
|
|
58
|
-
url.hostname === 'track-eu.customer.io' ||
|
|
59
|
-
url.hostname === 'api.customer.io' ||
|
|
60
|
-
url.hostname === 'api-eu.customer.io') {
|
|
57
|
+
if (url.hostname === 'track.customer.io' || url.hostname === 'track-eu.customer.io') {
|
|
61
58
|
const basicAuthKey = Buffer.from(`${credentials.trackingSiteId}:${credentials.trackingApiKey}`).toString('base64');
|
|
62
59
|
// @ts-ignore
|
|
63
60
|
Object.assign(requestOptions.headers, { Authorization: `Basic ${basicAuthKey}` });
|
|
64
61
|
}
|
|
65
|
-
else if (url.hostname === '
|
|
62
|
+
else if (url.hostname === 'api.customer.io' ||
|
|
63
|
+
url.hostname === 'api-eu.customer.io' ||
|
|
64
|
+
url.hostname === 'beta-api.customer.io' ||
|
|
66
65
|
url.hostname === 'beta-api-eu.customer.io') {
|
|
67
66
|
// @ts-ignore
|
|
68
67
|
Object.assign(requestOptions.headers, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerIoApi.credentials.js","sourceRoot":"","sources":["../../credentials/CustomerIoApi.credentials.ts"],"names":[],"mappings":";;;AAAA,wCAA+C;AAQ/C,MAAa,aAAa;IACzB,IAAI,GAAG,eAAe,CAAC;IAEvB,WAAW,GAAG,iBAAiB,CAAC;IAEhC,gBAAgB,GAAG,YAAY,CAAC;IAEhC,UAAU,GAAsB;QAC/B;YACC,WAAW,EAAE,kBAAkB;YAC/B,IAAI,EAAE,gBAAgB;YACtB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/B,OAAO,EAAE,EAAE;YACX,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,IAAI;SACd;QACD;YACC,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,SAAS;YACf,OAAO,EAAE;gBACR;oBACC,IAAI,EAAE,WAAW;oBACjB,KAAK,EAAE,sBAAsB;iBAC7B;gBACD;oBACC,IAAI,EAAE,eAAe;oBACrB,KAAK,EAAE,mBAAmB;iBAC1B;aACD;YACD,OAAO,EAAE,mBAAmB;YAC5B,WAAW,EAAE,4CAA4C;YACzD,IAAI,EAAE,+DAA+D;YACrE,QAAQ,EAAE,IAAI;SACd;QACD;YACC,WAAW,EAAE,kBAAkB;YAC/B,IAAI,EAAE,gBAAgB;YACtB,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,EAAE;YACX,WAAW,EAAE,2BAA2B;SACxC;QACD;YACC,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/B,OAAO,EAAE,EAAE;YACX,WAAW,EAAE,sBAAsB;SACnC;KACD,CAAC;IAEF,KAAK,CAAC,YAAY,CACjB,WAA2C,EAC3C,cAAmC;QAEnC,aAAa;QACb,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;QAClF,
|
|
1
|
+
{"version":3,"file":"CustomerIoApi.credentials.js","sourceRoot":"","sources":["../../credentials/CustomerIoApi.credentials.ts"],"names":[],"mappings":";;;AAAA,wCAA+C;AAQ/C,MAAa,aAAa;IACzB,IAAI,GAAG,eAAe,CAAC;IAEvB,WAAW,GAAG,iBAAiB,CAAC;IAEhC,gBAAgB,GAAG,YAAY,CAAC;IAEhC,UAAU,GAAsB;QAC/B;YACC,WAAW,EAAE,kBAAkB;YAC/B,IAAI,EAAE,gBAAgB;YACtB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/B,OAAO,EAAE,EAAE;YACX,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,IAAI;SACd;QACD;YACC,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,SAAS;YACf,OAAO,EAAE;gBACR;oBACC,IAAI,EAAE,WAAW;oBACjB,KAAK,EAAE,sBAAsB;iBAC7B;gBACD;oBACC,IAAI,EAAE,eAAe;oBACrB,KAAK,EAAE,mBAAmB;iBAC1B;aACD;YACD,OAAO,EAAE,mBAAmB;YAC5B,WAAW,EAAE,4CAA4C;YACzD,IAAI,EAAE,+DAA+D;YACrE,QAAQ,EAAE,IAAI;SACd;QACD;YACC,WAAW,EAAE,kBAAkB;YAC/B,IAAI,EAAE,gBAAgB;YACtB,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,EAAE;YACX,WAAW,EAAE,2BAA2B;SACxC;QACD;YACC,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/B,OAAO,EAAE,EAAE;YACX,WAAW,EAAE,sBAAsB;SACnC;KACD,CAAC;IAEF,KAAK,CAAC,YAAY,CACjB,WAA2C,EAC3C,cAAmC;QAEnC,aAAa;QACb,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;QAClF,IAAI,GAAG,CAAC,QAAQ,KAAK,mBAAmB,IAAI,GAAG,CAAC,QAAQ,KAAK,sBAAsB,EAAE,CAAC;YACrF,MAAM,YAAY,GAAG,MAAM,CAAC,IAAI,CAC/B,GAAG,WAAW,CAAC,cAAc,IAAI,WAAW,CAAC,cAAc,EAAE,CAC7D,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;YACrB,aAAa;YACb,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,EAAE,aAAa,EAAE,SAAS,YAAY,EAAE,EAAE,CAAC,CAAC;QACnF,CAAC;aAAM,IACN,GAAG,CAAC,QAAQ,KAAK,iBAAiB;YAClC,GAAG,CAAC,QAAQ,KAAK,oBAAoB;YACrC,GAAG,CAAC,QAAQ,KAAK,sBAAsB;YACvC,GAAG,CAAC,QAAQ,KAAK,yBAAyB,EACzC,CAAC;YACF,aAAa;YACb,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE;gBACrC,aAAa,EAAE,UAAU,WAAW,CAAC,SAAmB,EAAE;aAC1D,CAAC,CAAC;QACJ,CAAC;aAAM,CAAC;YACP,MAAM,IAAI,yBAAgB,CAAC,+BAA+B,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;QACnF,CAAC;QAED,OAAO,cAAc,CAAC;IACvB,CAAC;CACD;AAjFD,sCAiFC"}
|
|
@@ -13,7 +13,7 @@ class FacebookGraphAppApi {
|
|
|
13
13
|
type: 'string',
|
|
14
14
|
typeOptions: { password: true },
|
|
15
15
|
default: '',
|
|
16
|
-
description: '(Optional) When
|
|
16
|
+
description: '(Optional) When set, the node will sign API calls and verify incoming webhook payloads for added security',
|
|
17
17
|
},
|
|
18
18
|
];
|
|
19
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FacebookGraphAppApi.credentials.js","sourceRoot":"","sources":["../../credentials/FacebookGraphAppApi.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;IAC/B,IAAI,GAAG,qBAAqB,CAAC;IAE7B,WAAW,GAAG,0BAA0B,CAAC;IAEzC,gBAAgB,GAAG,aAAa,CAAC;IAEjC,OAAO,GAAG,CAAC,kBAAkB,CAAC,CAAC;IAE/B,UAAU,GAAsB;QAC/B;YACC,WAAW,EAAE,YAAY;YACzB,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/B,OAAO,EAAE,EAAE;YACX,WAAW,EACV
|
|
1
|
+
{"version":3,"file":"FacebookGraphAppApi.credentials.js","sourceRoot":"","sources":["../../credentials/FacebookGraphAppApi.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;IAC/B,IAAI,GAAG,qBAAqB,CAAC;IAE7B,WAAW,GAAG,0BAA0B,CAAC;IAEzC,gBAAgB,GAAG,aAAa,CAAC;IAEjC,OAAO,GAAG,CAAC,kBAAkB,CAAC,CAAC;IAE/B,UAAU,GAAsB;QAC/B;YACC,WAAW,EAAE,YAAY;YACzB,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/B,OAAO,EAAE,EAAE;YACX,WAAW,EACV,2GAA2G;SAC5G;KACD,CAAC;CACF;AApBD,kDAoBC"}
|
|
@@ -57,7 +57,7 @@ class MicrosoftTeamsOAuth2Api {
|
|
|
57
57
|
<br><code>ChannelMessage.Read.All</code>
|
|
58
58
|
<br><code>Chat.Read.All</code>
|
|
59
59
|
<br><code>Team.ReadBasic.All</code>
|
|
60
|
-
<br><code>Subscription.
|
|
60
|
+
<br><code>Subscription.Read.All</code>
|
|
61
61
|
<br>Configure these permissions in <a href="https://portal.azure.com">Microsoft Entra</a>
|
|
62
62
|
`,
|
|
63
63
|
name: 'notice',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OAuth2Api.credentials.d.ts","sourceRoot":"","sources":["../../credentials/OAuth2Api.credentials.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAErE,qBAAa,SAAU,YAAW,eAAe;IAChD,IAAI,SAAe;IAEnB,WAAW,SAAgB;IAE3B,gBAAgB,SAAiB;IAEjC,WAAW,UAAQ;IAEnB,UAAU,EAAE,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"OAuth2Api.credentials.d.ts","sourceRoot":"","sources":["../../credentials/OAuth2Api.credentials.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAErE,qBAAa,SAAU,YAAW,eAAe;IAChD,IAAI,SAAe;IAEnB,WAAW,SAAgB;IAE3B,gBAAgB,SAAiB;IAEjC,WAAW,UAAQ;IAEnB,UAAU,EAAE,eAAe,EAAE,CAkM3B;CACF"}
|
|
@@ -190,6 +190,14 @@ class OAuth2Api {
|
|
|
190
190
|
default: false,
|
|
191
191
|
doNotInherit: true,
|
|
192
192
|
},
|
|
193
|
+
{
|
|
194
|
+
displayName: 'Token Expired Status Code',
|
|
195
|
+
name: 'tokenExpiredStatusCode',
|
|
196
|
+
type: 'number',
|
|
197
|
+
default: 401,
|
|
198
|
+
description: 'HTTP status code that indicates the token has expired. Some APIs return 403 instead of 401.',
|
|
199
|
+
doNotInherit: true,
|
|
200
|
+
},
|
|
193
201
|
];
|
|
194
202
|
}
|
|
195
203
|
exports.OAuth2Api = OAuth2Api;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/OAuth2Api.credentials.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"OAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/OAuth2Api.credentials.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9129ce20e9f01441d2e017f0e4318cec2a692ea2be2dc2765c5461c884164ad9
|
|
@@ -24,6 +24,13 @@ export type AsanaV1UserGetOutput = {
|
|
|
24
24
|
email?: string;
|
|
25
25
|
gid?: string;
|
|
26
26
|
name?: string;
|
|
27
|
+
photo?: {
|
|
28
|
+
image_128x128?: string;
|
|
29
|
+
image_21x21?: string;
|
|
30
|
+
image_27x27?: string;
|
|
31
|
+
image_36x36?: string;
|
|
32
|
+
image_60x60?: string;
|
|
33
|
+
};
|
|
27
34
|
resource_type?: string;
|
|
28
35
|
workspaces?: Array<{
|
|
29
36
|
gid?: string;
|
package/dist/node-definitions/nodes/n8n-nodes-base/azureCosmosDb/v1/resource_item/operation_query.ts
CHANGED
|
@@ -73,15 +73,30 @@ export type AzureCosmosDbV1ItemQueryParams = {
|
|
|
73
73
|
};
|
|
74
74
|
|
|
75
75
|
export type AzureCosmosDbV1ItemQueryOutput = {
|
|
76
|
+
answer?: string;
|
|
76
77
|
createdDate?: string;
|
|
77
78
|
documentType?: string;
|
|
78
79
|
eTag?: string;
|
|
79
80
|
id?: string;
|
|
80
81
|
isActive?: boolean;
|
|
81
82
|
lastModifiedDate?: string;
|
|
83
|
+
metadados?: {
|
|
84
|
+
Email?: string;
|
|
85
|
+
EnvioEmail?: string;
|
|
86
|
+
FollowUp?: string;
|
|
87
|
+
IdLead?: string;
|
|
88
|
+
MensagemTimestamp?: string;
|
|
89
|
+
Nome?: string;
|
|
90
|
+
RespostaAgenteTimestamp?: string;
|
|
91
|
+
sessionId?: string;
|
|
92
|
+
Status?: string;
|
|
93
|
+
Telefone?: string;
|
|
94
|
+
};
|
|
82
95
|
partitionKey?: string;
|
|
96
|
+
query?: string;
|
|
83
97
|
resourceId?: string;
|
|
84
98
|
selfLink?: string;
|
|
99
|
+
timestamp?: string;
|
|
85
100
|
timeStamp?: number;
|
|
86
101
|
version?: number;
|
|
87
102
|
};
|
package/dist/node-definitions/nodes/n8n-nodes-base/coda/v1/resource_table/operation_create_row.ts
CHANGED
|
@@ -35,9 +35,19 @@ export type CodaV1TableCreateRowParams = {
|
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
|
|
38
|
+
export type CodaV1TableCreateRowOutput = {
|
|
39
|
+
InboundMessage?: string;
|
|
40
|
+
LeadEmail?: string;
|
|
41
|
+
LeadID?: string;
|
|
42
|
+
LeadLinkedInURL?: string;
|
|
43
|
+
LeadName?: string;
|
|
44
|
+
MsgStatus?: string;
|
|
45
|
+
};
|
|
46
|
+
|
|
38
47
|
export type CodaV1TableCreateRowNode = {
|
|
39
48
|
type: 'n8n-nodes-base.coda';
|
|
40
49
|
version: 1;
|
|
41
50
|
credentials?: Credentials;
|
|
42
51
|
config: NodeConfig<CodaV1TableCreateRowParams>;
|
|
52
|
+
output?: Items<CodaV1TableCreateRowOutput>;
|
|
43
53
|
};
|
package/dist/node-definitions/nodes/n8n-nodes-base/coda/v11/resource_table/operation_create_row.ts
CHANGED
|
@@ -35,9 +35,19 @@ export type CodaV11TableCreateRowParams = {
|
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
|
|
38
|
+
export type CodaV11TableCreateRowOutput = {
|
|
39
|
+
InboundMessage?: string;
|
|
40
|
+
LeadEmail?: string;
|
|
41
|
+
LeadID?: string;
|
|
42
|
+
LeadLinkedInURL?: string;
|
|
43
|
+
LeadName?: string;
|
|
44
|
+
MsgStatus?: string;
|
|
45
|
+
};
|
|
46
|
+
|
|
38
47
|
export type CodaV11TableCreateRowNode = {
|
|
39
48
|
type: 'n8n-nodes-base.coda';
|
|
40
49
|
version: 1.1;
|
|
41
50
|
credentials?: Credentials;
|
|
42
51
|
config: NodeConfig<CodaV11TableCreateRowParams>;
|
|
52
|
+
output?: Items<CodaV11TableCreateRowOutput>;
|
|
43
53
|
};
|
package/dist/node-definitions/nodes/n8n-nodes-base/coinGecko/v1/resource_coin/operation_price.ts
CHANGED
|
@@ -81,8 +81,13 @@ export type CoinGeckoV1CoinPriceOutput = {
|
|
|
81
81
|
usd_market_cap?: number;
|
|
82
82
|
};
|
|
83
83
|
cardano?: {
|
|
84
|
+
gbp?: number;
|
|
85
|
+
gbp_24h_change?: number;
|
|
86
|
+
gbp_24h_vol?: number;
|
|
87
|
+
gbp_market_cap?: number;
|
|
84
88
|
usd?: number;
|
|
85
89
|
usd_24h_change?: number;
|
|
90
|
+
usd_24h_vol?: number;
|
|
86
91
|
usd_market_cap?: number;
|
|
87
92
|
};
|
|
88
93
|
chainlink?: {
|
package/dist/node-definitions/nodes/n8n-nodes-base/dropbox/v1/resource_folder/operation_delete.ts
CHANGED
|
@@ -29,8 +29,15 @@ export type DropboxV1FolderDeleteOutput = {
|
|
|
29
29
|
'.tag'?: string;
|
|
30
30
|
id?: string;
|
|
31
31
|
name?: string;
|
|
32
|
+
parent_shared_folder_id?: string;
|
|
32
33
|
path_display?: string;
|
|
33
34
|
path_lower?: string;
|
|
35
|
+
sharing_info?: {
|
|
36
|
+
no_access?: boolean;
|
|
37
|
+
parent_shared_folder_id?: string;
|
|
38
|
+
read_only?: boolean;
|
|
39
|
+
traverse_only?: boolean;
|
|
40
|
+
};
|
|
34
41
|
};
|
|
35
42
|
};
|
|
36
43
|
|
package/dist/node-definitions/nodes/n8n-nodes-base/dropbox/v1/resource_search/operation_query.ts
CHANGED
|
@@ -73,9 +73,12 @@ export type DropboxV1SearchQueryOutput = {
|
|
|
73
73
|
rev?: string;
|
|
74
74
|
server_modified?: string;
|
|
75
75
|
sharing_info?: {
|
|
76
|
+
is_parent_shared_folder_read_only?: boolean;
|
|
76
77
|
modified_by?: string;
|
|
78
|
+
no_access?: boolean;
|
|
77
79
|
parent_shared_folder_id?: string;
|
|
78
80
|
read_only?: boolean;
|
|
81
|
+
traverse_only?: boolean;
|
|
79
82
|
};
|
|
80
83
|
size?: number;
|
|
81
84
|
};
|
package/dist/node-definitions/nodes/n8n-nodes-base/gSuiteAdmin/v1/resource_user/operation_get.ts
CHANGED
|
@@ -42,16 +42,36 @@ export type GSuiteAdminV1UserGetParams = {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
export type GSuiteAdminV1UserGetOutput = {
|
|
45
|
+
agreedToTerms?: boolean;
|
|
46
|
+
archived?: boolean;
|
|
47
|
+
changePasswordAtNextLogin?: boolean;
|
|
45
48
|
creationTime?: string;
|
|
49
|
+
customerId?: string;
|
|
50
|
+
emails?: Array<{
|
|
51
|
+
address?: string;
|
|
52
|
+
primary?: boolean;
|
|
53
|
+
}>;
|
|
54
|
+
etag?: string;
|
|
46
55
|
id?: string;
|
|
56
|
+
includeInGlobalAddressList?: boolean;
|
|
57
|
+
ipWhitelisted?: boolean;
|
|
47
58
|
isAdmin?: boolean;
|
|
59
|
+
isDelegatedAdmin?: boolean;
|
|
60
|
+
isEnforcedIn2Sv?: boolean;
|
|
61
|
+
isEnrolledIn2Sv?: boolean;
|
|
62
|
+
isMailboxSetup?: boolean;
|
|
48
63
|
kind?: string;
|
|
64
|
+
languages?: Array<{
|
|
65
|
+
languageCode?: string;
|
|
66
|
+
preference?: string;
|
|
67
|
+
}>;
|
|
49
68
|
lastLoginTime?: string;
|
|
50
69
|
name?: {
|
|
51
70
|
familyName?: string;
|
|
52
71
|
fullName?: string;
|
|
53
72
|
givenName?: string;
|
|
54
73
|
};
|
|
74
|
+
orgUnitPath?: string;
|
|
55
75
|
primaryEmail?: string;
|
|
56
76
|
suspended?: boolean;
|
|
57
77
|
};
|
|
@@ -60,9 +60,14 @@ export type GitlabV1FileGetOutput = {
|
|
|
60
60
|
execute_filemode?: boolean;
|
|
61
61
|
file_name?: string;
|
|
62
62
|
file_path?: string;
|
|
63
|
+
id?: string;
|
|
63
64
|
last_commit_id?: string;
|
|
65
|
+
mode?: string;
|
|
66
|
+
name?: string;
|
|
67
|
+
path?: string;
|
|
64
68
|
ref?: string;
|
|
65
69
|
size?: number;
|
|
70
|
+
type?: string;
|
|
66
71
|
};
|
|
67
72
|
|
|
68
73
|
export type GitlabV1FileGetNode = {
|
|
@@ -33,13 +33,13 @@ export type GoogleAnalyticsV2ReportGetParams = {
|
|
|
33
33
|
/**
|
|
34
34
|
* Start
|
|
35
35
|
* @displayOptions.show { dateRange: ["custom"], propertyType: ["ga4"] }
|
|
36
|
-
* @default 2026-
|
|
36
|
+
* @default 2026-03-01T00:00:00.000+00:00
|
|
37
37
|
*/
|
|
38
38
|
startDate?: string | Expression<string>;
|
|
39
39
|
/**
|
|
40
40
|
* End
|
|
41
41
|
* @displayOptions.show { dateRange: ["custom"], propertyType: ["ga4"] }
|
|
42
|
-
* @default 2026-03-
|
|
42
|
+
* @default 2026-03-08T00:00:00.000+00:00
|
|
43
43
|
*/
|
|
44
44
|
endDate?: string | Expression<string>;
|
|
45
45
|
/**
|
|
@@ -63,9 +63,15 @@ export type GoogleBusinessProfileV1ReviewReplyParams = {
|
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
+
export type GoogleBusinessProfileV1ReviewReplyOutput = {
|
|
67
|
+
comment?: string;
|
|
68
|
+
updateTime?: string;
|
|
69
|
+
};
|
|
70
|
+
|
|
66
71
|
export type GoogleBusinessProfileV1ReviewReplyNode = {
|
|
67
72
|
type: 'n8n-nodes-base.googleBusinessProfile';
|
|
68
73
|
version: 1;
|
|
69
74
|
credentials?: Credentials;
|
|
70
75
|
config: NodeConfig<GoogleBusinessProfileV1ReviewReplyParams>;
|
|
76
|
+
output?: Items<GoogleBusinessProfileV1ReviewReplyOutput>;
|
|
71
77
|
};
|
package/dist/node-definitions/nodes/n8n-nodes-base/haloPSA/v1/resource_client/operation_get.ts
CHANGED
|
@@ -23,9 +23,17 @@ export type HaloPSAV1ClientGetParams = {
|
|
|
23
23
|
simplify?: boolean | Expression<boolean>;
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
+
export type HaloPSAV1ClientGetOutput = {
|
|
27
|
+
id?: number;
|
|
28
|
+
is_vip?: boolean;
|
|
29
|
+
name?: string;
|
|
30
|
+
website?: string;
|
|
31
|
+
};
|
|
32
|
+
|
|
26
33
|
export type HaloPSAV1ClientGetNode = {
|
|
27
34
|
type: 'n8n-nodes-base.haloPSA';
|
|
28
35
|
version: 1;
|
|
29
36
|
credentials?: Credentials;
|
|
30
37
|
config: NodeConfig<HaloPSAV1ClientGetParams>;
|
|
38
|
+
output?: Items<HaloPSAV1ClientGetOutput>;
|
|
31
39
|
};
|
package/dist/node-definitions/nodes/n8n-nodes-base/haloPSA/v1/resource_site/operation_get_all.ts
CHANGED
|
@@ -43,9 +43,16 @@ export type HaloPSAV1SiteGetAllParams = {
|
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
|
|
46
|
+
export type HaloPSAV1SiteGetAllOutput = {
|
|
47
|
+
client_id?: number;
|
|
48
|
+
id?: number;
|
|
49
|
+
name?: string;
|
|
50
|
+
};
|
|
51
|
+
|
|
46
52
|
export type HaloPSAV1SiteGetAllNode = {
|
|
47
53
|
type: 'n8n-nodes-base.haloPSA';
|
|
48
54
|
version: 1;
|
|
49
55
|
credentials?: Credentials;
|
|
50
56
|
config: NodeConfig<HaloPSAV1SiteGetAllParams>;
|
|
57
|
+
output?: Items<HaloPSAV1SiteGetAllOutput>;
|
|
51
58
|
};
|
package/dist/node-definitions/nodes/n8n-nodes-base/highLevel/v2/resource_contact/operation_create.ts
CHANGED
|
@@ -115,6 +115,9 @@ export type HighLevelV2ContactCreateParams = {
|
|
|
115
115
|
};
|
|
116
116
|
|
|
117
117
|
export type HighLevelV2ContactCreateOutput = {
|
|
118
|
+
additionalEmails?: Array<{
|
|
119
|
+
email?: string;
|
|
120
|
+
}>;
|
|
118
121
|
additionalPhones?: Array<{
|
|
119
122
|
phone?: string;
|
|
120
123
|
phoneLabel?: null;
|
|
@@ -141,6 +144,7 @@ export type HighLevelV2ContactCreateOutput = {
|
|
|
141
144
|
lastName?: string;
|
|
142
145
|
lastNameLowerCase?: string;
|
|
143
146
|
locationId?: string;
|
|
147
|
+
source?: string;
|
|
144
148
|
tags?: Array<string>;
|
|
145
149
|
type?: string;
|
|
146
150
|
};
|