n8n-nodes-base 0.181.0 → 0.182.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/AsanaApi.credentials.d.ts +2 -2
- package/dist/credentials/AsanaApi.credentials.js +6 -2
- package/dist/credentials/AsanaApi.credentials.js.map +1 -1
- package/dist/credentials/CalApi.credentials.d.ts +2 -2
- package/dist/credentials/CalApi.credentials.js +4 -3
- package/dist/credentials/CalApi.credentials.js.map +1 -1
- package/dist/credentials/ClockifyApi.credentials.d.ts +3 -1
- package/dist/credentials/ClockifyApi.credentials.js +14 -0
- package/dist/credentials/ClockifyApi.credentials.js.map +1 -1
- package/dist/credentials/CortexApi.credentials.d.ts +3 -1
- package/dist/credentials/CortexApi.credentials.js +14 -0
- package/dist/credentials/CortexApi.credentials.js.map +1 -1
- package/dist/credentials/GithubApi.credentials.d.ts +2 -2
- package/dist/credentials/GithubApi.credentials.js +4 -3
- package/dist/credentials/GithubApi.credentials.js.map +1 -1
- package/dist/credentials/HttpHeaderAuth.credentials.d.ts +2 -2
- package/dist/credentials/HttpHeaderAuth.credentials.js +4 -3
- package/dist/credentials/HttpHeaderAuth.credentials.js.map +1 -1
- package/dist/credentials/Magento2Api.credentials.d.ts +2 -2
- package/dist/credentials/Magento2Api.credentials.js +6 -2
- package/dist/credentials/Magento2Api.credentials.js.map +1 -1
- package/dist/credentials/MailjetEmailApi.credentials.d.ts +2 -2
- package/dist/credentials/MailjetEmailApi.credentials.js +5 -3
- package/dist/credentials/MailjetEmailApi.credentials.js.map +1 -1
- package/dist/credentials/MailjetSmsApi.credentials.d.ts +2 -2
- package/dist/credentials/MailjetSmsApi.credentials.js +4 -3
- package/dist/credentials/MailjetSmsApi.credentials.js.map +1 -1
- package/dist/credentials/PipedriveApi.credentials.d.ts +2 -2
- package/dist/credentials/PipedriveApi.credentials.js +4 -3
- package/dist/credentials/PipedriveApi.credentials.js.map +1 -1
- package/dist/credentials/ServiceNowBasicApi.credentials.d.ts +2 -2
- package/dist/credentials/ServiceNowBasicApi.credentials.js +7 -2
- package/dist/credentials/ServiceNowBasicApi.credentials.js.map +1 -1
- package/dist/credentials/SlackApi.credentials.d.ts +2 -2
- package/dist/credentials/SlackApi.credentials.js +4 -2
- package/dist/credentials/SlackApi.credentials.js.map +1 -1
- package/dist/credentials/TodoistApi.credentials.d.ts +2 -2
- package/dist/credentials/TodoistApi.credentials.js +4 -2
- package/dist/credentials/TodoistApi.credentials.js.map +1 -1
- package/dist/credentials/TwakeCloudApi.credentials.d.ts +2 -2
- package/dist/credentials/TwakeCloudApi.credentials.js +4 -2
- package/dist/credentials/TwakeCloudApi.credentials.js.map +1 -1
- package/dist/nodes/Automizy/ContactDescription.js +1 -1
- package/dist/nodes/Automizy/ContactDescription.js.map +1 -1
- package/dist/nodes/Clockify/ClientDescription.d.ts +3 -0
- package/dist/nodes/Clockify/ClientDescription.js +253 -0
- package/dist/nodes/Clockify/ClientDescription.js.map +1 -0
- package/dist/nodes/Clockify/Clockify.node.js +99 -1
- package/dist/nodes/Clockify/Clockify.node.js.map +1 -1
- package/dist/nodes/Clockify/GenericFunctions.js +1 -3
- package/dist/nodes/Clockify/GenericFunctions.js.map +1 -1
- package/dist/nodes/Clockify/TaskDescription.js.map +1 -1
- package/dist/nodes/Clockify/TimeEntryDescription.js.map +1 -1
- package/dist/nodes/Clockify/UserDescription.d.ts +3 -0
- package/dist/nodes/Clockify/UserDescription.js +164 -0
- package/dist/nodes/Clockify/UserDescription.js.map +1 -0
- package/dist/nodes/Clockify/WorkspaceDescription.d.ts +3 -0
- package/dist/nodes/Clockify/WorkspaceDescription.js +70 -0
- package/dist/nodes/Clockify/WorkspaceDescription.js.map +1 -0
- package/dist/nodes/Cockpit/CollectionDescription.js +0 -1
- package/dist/nodes/Cockpit/CollectionDescription.js.map +1 -1
- package/dist/nodes/CoinGecko/CoinDescription.js +2 -2
- package/dist/nodes/Cortex/Cortex.node.js +2 -2
- package/dist/nodes/Cortex/Cortex.node.js.map +1 -1
- package/dist/nodes/Cortex/GenericFunctions.js +2 -3
- package/dist/nodes/Cortex/GenericFunctions.js.map +1 -1
- package/dist/nodes/Cortex/ResponderDescription.js +224 -223
- package/dist/nodes/Cortex/ResponderDescription.js.map +1 -1
- package/dist/nodes/Freshdesk/Freshdesk.node.js +0 -1
- package/dist/nodes/Freshdesk/Freshdesk.node.js.map +1 -1
- package/dist/nodes/Freshservice/descriptions/AgentDescription.js +4 -4
- package/dist/nodes/Freshservice/descriptions/AgentDescription.js.map +1 -1
- package/dist/nodes/Ftp/Ftp.node.js +0 -2
- package/dist/nodes/Ftp/Ftp.node.js.map +1 -1
- package/dist/nodes/GoToWebinar/descriptions/WebinarDescription.js +0 -1
- package/dist/nodes/GoToWebinar/descriptions/WebinarDescription.js.map +1 -1
- package/dist/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.js +0 -1
- package/dist/nodes/Google/CloudNaturalLanguage/GoogleCloudNaturalLanguage.node.js.map +1 -1
- package/dist/nodes/Google/Drive/GoogleDrive.node.js +0 -4
- package/dist/nodes/Google/Drive/GoogleDrive.node.js.map +1 -1
- package/dist/nodes/Google/GSuiteAdmin/UserDescription.js +2 -2
- package/dist/nodes/Google/GSuiteAdmin/UserDescription.js.map +1 -1
- package/dist/nodes/HttpRequest/HttpRequest.node.js +15 -1
- package/dist/nodes/HttpRequest/HttpRequest.node.js.map +1 -1
- package/dist/nodes/Hubspot/DealDescription.js +2 -3
- package/dist/nodes/Hubspot/DealDescription.js.map +1 -1
- package/dist/nodes/Lemlist/descriptions/ActivityDescription.js +0 -1
- package/dist/nodes/Lemlist/descriptions/ActivityDescription.js.map +1 -1
- package/dist/nodes/LinkedIn/LinkedIn.node.js +8 -1
- package/dist/nodes/LinkedIn/LinkedIn.node.js.map +1 -1
- package/dist/nodes/LinkedIn/PostDescription.js +1 -1
- package/dist/nodes/LinkedIn/PostDescription.js.map +1 -1
- package/dist/nodes/LinkedIn/linkedin.svg +1 -0
- package/dist/nodes/Mailchimp/Mailchimp.node.js +0 -1
- package/dist/nodes/Mailchimp/Mailchimp.node.js.map +1 -1
- package/dist/nodes/MongoDb/mongo.node.options.js +0 -1
- package/dist/nodes/MongoDb/mongo.node.options.js.map +1 -1
- package/dist/nodes/MonicaCrm/descriptions/ConversationMessageDescription.js +0 -1
- package/dist/nodes/MonicaCrm/descriptions/ConversationMessageDescription.js.map +1 -1
- package/dist/nodes/Pipedrive/Pipedrive.node.js +0 -3
- package/dist/nodes/Pipedrive/Pipedrive.node.js.map +1 -1
- package/dist/nodes/Reddit/PostDescription.js +0 -1
- package/dist/nodes/Reddit/PostDescription.js.map +1 -1
- package/dist/nodes/Salesforce/Salesforce.node.js +1 -2
- package/dist/nodes/Salesforce/Salesforce.node.js.map +1 -1
- package/dist/nodes/Splunk/descriptions/UserDescription.js +0 -1
- package/dist/nodes/Splunk/descriptions/UserDescription.js.map +1 -1
- package/dist/nodes/Wait/Wait.node.js +0 -1
- package/dist/nodes/Wait/Wait.node.js.map +1 -1
- package/package.json +3 -3
- package/dist/nodes/LinkedIn/linkedin.png +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class AsanaApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
-
authenticate:
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AsanaApi.credentials.js","sourceRoot":"","sources":["../../credentials/AsanaApi.credentials.ts"],"names":[],"mappings":";;;AAMA,MAAa,QAAQ;IAArB;QACC,SAAI,GAAG,UAAU,CAAC;QAClB,gBAAW,GAAG,WAAW,CAAC;QAC1B,qBAAgB,GAAG,OAAO,CAAC;QAC3B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,
|
|
1
|
+
{"version":3,"file":"AsanaApi.credentials.js","sourceRoot":"","sources":["../../credentials/AsanaApi.credentials.ts"],"names":[],"mappings":";;;AAMA,MAAa,QAAQ;IAArB;QACC,SAAI,GAAG,UAAU,CAAC;QAClB,gBAAW,GAAG,WAAW,CAAC;QAC1B,qBAAgB,GAAG,OAAO,CAAC;QAC3B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,sCAAsC;iBACrD;aACD;SACD,CAAC;IAEH,CAAC;CAAA;AAtBD,4BAsBC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class CalApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
-
authenticate:
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
8
|
test: ICredentialTestRequest;
|
|
9
9
|
}
|
|
@@ -21,10 +21,11 @@ class CalApi {
|
|
|
21
21
|
},
|
|
22
22
|
];
|
|
23
23
|
this.authenticate = {
|
|
24
|
-
type: '
|
|
24
|
+
type: 'generic',
|
|
25
25
|
properties: {
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
qs: {
|
|
27
|
+
apiKey: '={{$credentials.apiKey}}',
|
|
28
|
+
},
|
|
28
29
|
},
|
|
29
30
|
};
|
|
30
31
|
this.test = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalApi.credentials.js","sourceRoot":"","sources":["../../credentials/CalApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,MAAM;IAAnB;QACC,SAAI,GAAG,QAAQ,CAAC;QAChB,gBAAW,GAAG,SAAS,CAAC;QACxB,qBAAgB,GAAG,KAAK,CAAC;QACzB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,qBAAqB;aAC9B;SACD,CAAC;QAEF,iBAAY,
|
|
1
|
+
{"version":3,"file":"CalApi.credentials.js","sourceRoot":"","sources":["../../credentials/CalApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,MAAM;IAAnB;QACC,SAAI,GAAG,QAAQ,CAAC;QAChB,gBAAW,GAAG,SAAS,CAAC;QACxB,qBAAgB,GAAG,KAAK,CAAC;QACzB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,qBAAqB;aAC9B;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,EAAE,EAAE;oBACH,MAAM,EAAE,0BAA0B;iBAClC;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,wBAAwB;gBACjC,GAAG,EAAE,kBAAkB;aACvB;SACD,CAAC;IACH,CAAC;CAAA;AAlCD,wBAkCC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class ClockifyApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
|
+
test: ICredentialTestRequest;
|
|
7
9
|
}
|
|
@@ -14,6 +14,20 @@ class ClockifyApi {
|
|
|
14
14
|
default: '',
|
|
15
15
|
},
|
|
16
16
|
];
|
|
17
|
+
this.authenticate = {
|
|
18
|
+
type: 'generic',
|
|
19
|
+
properties: {
|
|
20
|
+
headers: {
|
|
21
|
+
'X-Api-Key': '={{$credentials.apiKey}}',
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
this.test = {
|
|
26
|
+
request: {
|
|
27
|
+
baseURL: 'https://api.clockify.me/api/v1',
|
|
28
|
+
url: '/workspaces',
|
|
29
|
+
},
|
|
30
|
+
};
|
|
17
31
|
}
|
|
18
32
|
}
|
|
19
33
|
exports.ClockifyApi = ClockifyApi;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClockifyApi.credentials.js","sourceRoot":"","sources":["../../credentials/ClockifyApi.credentials.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ClockifyApi.credentials.js","sourceRoot":"","sources":["../../credentials/ClockifyApi.credentials.ts"],"names":[],"mappings":";;;AAQA,MAAa,WAAW;IAAxB;QACC,SAAI,GAAG,aAAa,CAAC;QACrB,gBAAW,GAAG,cAAc,CAAC;QAC7B,qBAAgB,GAAG,UAAU,CAAC;QAC9B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QACF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,WAAW,EAAE,0BAA0B;iBACvC;aACD;SACD,CAAC;QACF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,gCAAgC;gBACzC,GAAG,EAAE,aAAa;aAClB;SACD,CAAC;IACH,CAAC;CAAA;AA1BD,kCA0BC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class CortexApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
|
+
test: ICredentialTestRequest;
|
|
7
9
|
}
|
|
@@ -22,6 +22,20 @@ class CortexApi {
|
|
|
22
22
|
placeholder: 'https://localhost:9001',
|
|
23
23
|
},
|
|
24
24
|
];
|
|
25
|
+
this.authenticate = {
|
|
26
|
+
type: 'generic',
|
|
27
|
+
properties: {
|
|
28
|
+
headers: {
|
|
29
|
+
Authorization: '=Bearer {{$credentials.cortexApiKey}}',
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
this.test = {
|
|
34
|
+
request: {
|
|
35
|
+
baseURL: '={{$credentials.host}}',
|
|
36
|
+
url: '/api/analyzer',
|
|
37
|
+
},
|
|
38
|
+
};
|
|
25
39
|
}
|
|
26
40
|
}
|
|
27
41
|
exports.CortexApi = CortexApi;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CortexApi.credentials.js","sourceRoot":"","sources":["../../credentials/CortexApi.credentials.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"CortexApi.credentials.js","sourceRoot":"","sources":["../../credentials/CortexApi.credentials.ts"],"names":[],"mappings":";;;AAQA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QACnB,gBAAW,GAAG,YAAY,CAAC;QAC3B,qBAAgB,GAAG,QAAQ,CAAC;QAC5B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,iBAAiB;gBAC9B,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gCAAgC;gBAC7C,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,wBAAwB;aACrC;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,uCAAuC;iBACtD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,wBAAwB;gBACjC,GAAG,EAAE,eAAe;aACpB;SACD,CAAC;IAEH,CAAC;CAAA;AArCD,8BAqCC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class GithubApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
-
authenticate:
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
8
|
test: ICredentialTestRequest;
|
|
9
9
|
}
|
|
@@ -28,10 +28,11 @@ class GithubApi {
|
|
|
28
28
|
},
|
|
29
29
|
];
|
|
30
30
|
this.authenticate = {
|
|
31
|
-
type: '
|
|
31
|
+
type: 'generic',
|
|
32
32
|
properties: {
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
headers: {
|
|
34
|
+
Authorization: '=token {{$credentials?.accessToken}}',
|
|
35
|
+
},
|
|
35
36
|
},
|
|
36
37
|
};
|
|
37
38
|
this.test = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GithubApi.credentials.js","sourceRoot":"","sources":["../../credentials/GithubApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QACnB,gBAAW,GAAG,YAAY,CAAC;QAC3B,qBAAgB,GAAG,QAAQ,CAAC;QAC5B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,wBAAwB;gBACjC,WAAW,EAAE,4EAA4E;aACzF;YACD;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;
|
|
1
|
+
{"version":3,"file":"GithubApi.credentials.js","sourceRoot":"","sources":["../../credentials/GithubApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QACnB,gBAAW,GAAG,YAAY,CAAC;QAC3B,qBAAgB,GAAG,QAAQ,CAAC;QAC5B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,wBAAwB;gBACjC,WAAW,EAAE,4EAA4E;aACzF;YACD;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,sCAAsC;iBACrD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,2BAA2B;gBACpC,GAAG,EAAE,OAAO;gBACZ,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AA1CD,8BA0CC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class HttpHeaderAuth implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
@@ -6,5 +6,5 @@ export declare class HttpHeaderAuth implements ICredentialType {
|
|
|
6
6
|
genericAuth: boolean;
|
|
7
7
|
icon: string;
|
|
8
8
|
properties: INodeProperties[];
|
|
9
|
-
authenticate:
|
|
9
|
+
authenticate: IAuthenticateGeneric;
|
|
10
10
|
}
|
|
@@ -23,10 +23,11 @@ class HttpHeaderAuth {
|
|
|
23
23
|
},
|
|
24
24
|
];
|
|
25
25
|
this.authenticate = {
|
|
26
|
-
type: '
|
|
26
|
+
type: 'generic',
|
|
27
27
|
properties: {
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
headers: {
|
|
29
|
+
'={{$credentials.name}}': '={{$credentials.value}}',
|
|
30
|
+
},
|
|
30
31
|
},
|
|
31
32
|
};
|
|
32
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HttpHeaderAuth.credentials.js","sourceRoot":"","sources":["../../credentials/HttpHeaderAuth.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,cAAc;IAA3B;QACC,SAAI,GAAG,gBAAgB,CAAC;QACxB,gBAAW,GAAG,aAAa,CAAC;QAC5B,qBAAgB,GAAG,aAAa,CAAC;QACjC,gBAAW,GAAG,IAAI,CAAC;QACnB,SAAI,GAAG,iCAAiC,CAAC;QACzC,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aAEX;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;
|
|
1
|
+
{"version":3,"file":"HttpHeaderAuth.credentials.js","sourceRoot":"","sources":["../../credentials/HttpHeaderAuth.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,cAAc;IAA3B;QACC,SAAI,GAAG,gBAAgB,CAAC;QACxB,gBAAW,GAAG,aAAa,CAAC;QAC5B,qBAAgB,GAAG,aAAa,CAAC;QACjC,gBAAW,GAAG,IAAI,CAAC;QACnB,SAAI,GAAG,iCAAiC,CAAC;QACzC,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aAEX;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,wBAAwB,EAAE,yBAAyB;iBACnD;aACD;SACD,CAAC;IACH,CAAC;CAAA;AA9BD,wCA8BC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class Magento2Api implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
7
|
test: ICredentialTestRequest;
|
|
8
|
-
authenticate:
|
|
8
|
+
authenticate: IAuthenticateGeneric;
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Magento2Api.credentials.js","sourceRoot":"","sources":["../../credentials/Magento2Api.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,WAAW;IAAxB;QACC,SAAI,GAAG,aAAa,CAAC;QACrB,gBAAW,GAAG,eAAe,CAAC;QAC9B,qBAAgB,GAAG,UAAU,CAAC;QAC9B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QACF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,wBAAwB;gBACjC,GAAG,EAAE,0BAA0B;aAC/B;SACD,CAAC;QAEF,iBAAY,
|
|
1
|
+
{"version":3,"file":"Magento2Api.credentials.js","sourceRoot":"","sources":["../../credentials/Magento2Api.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,WAAW;IAAxB;QACC,SAAI,GAAG,aAAa,CAAC;QACrB,gBAAW,GAAG,eAAe,CAAC;QAC9B,qBAAgB,GAAG,UAAU,CAAC;QAC9B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QACF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,wBAAwB;gBACjC,GAAG,EAAE,0BAA0B;aAC/B;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,sCAAsC;iBACrD;aACD;SACD,CAAC;IACH,CAAC;CAAA;AAjCD,kCAiCC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class MailjetEmailApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
-
authenticate:
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
8
|
test: ICredentialTestRequest;
|
|
9
9
|
}
|
|
@@ -28,10 +28,12 @@ class MailjetEmailApi {
|
|
|
28
28
|
},
|
|
29
29
|
];
|
|
30
30
|
this.authenticate = {
|
|
31
|
-
type: '
|
|
31
|
+
type: 'generic',
|
|
32
32
|
properties: {
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
auth: {
|
|
34
|
+
username: '={{$credentials.apiKey}}',
|
|
35
|
+
password: '={{$credentials.secretKey}}',
|
|
36
|
+
},
|
|
35
37
|
},
|
|
36
38
|
};
|
|
37
39
|
this.test = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MailjetEmailApi.credentials.js","sourceRoot":"","sources":["../../credentials/MailjetEmailApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,eAAe;IAA5B;QACC,SAAI,GAAG,iBAAiB,CAAC;QACzB,gBAAW,GAAG,mBAAmB,CAAC;QAClC,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,0IAA0I;aACvJ;SACD,CAAC;
|
|
1
|
+
{"version":3,"file":"MailjetEmailApi.credentials.js","sourceRoot":"","sources":["../../credentials/MailjetEmailApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,eAAe;IAA5B;QACC,SAAI,GAAG,iBAAiB,CAAC;QACzB,gBAAW,GAAG,mBAAmB,CAAC;QAClC,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,0IAA0I;aACvJ;SACD,CAAC;QAEF,iBAAY,GAAyB;YACrC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,IAAI,EAAE;oBACL,QAAQ,EAAE,0BAA0B;oBACpC,QAAQ,EAAE,6BAA6B;iBACvC;aACD;SACD,CAAC;QAED,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,yBAAyB;gBAClC,GAAG,EAAE,mBAAmB;gBACxB,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AA3CD,0CA2CC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class MailjetSmsApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
-
authenticate:
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
8
|
test: ICredentialTestRequest;
|
|
9
9
|
}
|
|
@@ -15,10 +15,11 @@ class MailjetSmsApi {
|
|
|
15
15
|
},
|
|
16
16
|
];
|
|
17
17
|
this.authenticate = {
|
|
18
|
-
type: '
|
|
18
|
+
type: 'generic',
|
|
19
19
|
properties: {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
headers: {
|
|
21
|
+
Authorization: '=Bearer {{$credentials.token}}',
|
|
22
|
+
},
|
|
22
23
|
},
|
|
23
24
|
};
|
|
24
25
|
this.test = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MailjetSmsApi.credentials.js","sourceRoot":"","sources":["../../credentials/MailjetSmsApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,aAAa;IAA1B;QACC,SAAI,GAAG,eAAe,CAAC;QACvB,gBAAW,GAAG,iBAAiB,CAAC;QAChC,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;
|
|
1
|
+
{"version":3,"file":"MailjetSmsApi.credentials.js","sourceRoot":"","sources":["../../credentials/MailjetSmsApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,aAAa;IAA1B;QACC,SAAI,GAAG,eAAe,CAAC;QACvB,gBAAW,GAAG,iBAAiB,CAAC;QAChC,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,gCAAgC;iBAC/C;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,yBAAyB;gBAClC,GAAG,EAAE,SAAS;gBACd,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AA7BD,sCA6BC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class PipedriveApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
-
authenticate:
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
8
|
}
|
|
@@ -15,10 +15,11 @@ class PipedriveApi {
|
|
|
15
15
|
},
|
|
16
16
|
];
|
|
17
17
|
this.authenticate = {
|
|
18
|
-
type: '
|
|
18
|
+
type: 'generic',
|
|
19
19
|
properties: {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
qs: {
|
|
21
|
+
api_token: '={{$credentials.apiToken}}',
|
|
22
|
+
},
|
|
22
23
|
},
|
|
23
24
|
};
|
|
24
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PipedriveApi.credentials.js","sourceRoot":"","sources":["../../credentials/PipedriveApi.credentials.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"PipedriveApi.credentials.js","sourceRoot":"","sources":["../../credentials/PipedriveApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,YAAY;IAAzB;QACC,SAAI,GAAG,cAAc,CAAC;QACtB,gBAAW,GAAG,eAAe,CAAC;QAC9B,qBAAgB,GAAG,WAAW,CAAC;QAC/B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,EAAE,EAAE;oBACH,SAAS,EAAE,4BAA4B;iBACvC;aACD;SACD,CAAC;IACH,CAAC;CAAA;AArBD,oCAqBC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class ServiceNowBasicApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
extends: string[];
|
|
5
5
|
displayName: string;
|
|
6
6
|
documentationUrl: string;
|
|
7
7
|
properties: INodeProperties[];
|
|
8
|
-
authenticate:
|
|
8
|
+
authenticate: IAuthenticateGeneric;
|
|
9
9
|
test: ICredentialTestRequest;
|
|
10
10
|
}
|
|
@@ -37,8 +37,13 @@ class ServiceNowBasicApi {
|
|
|
37
37
|
},
|
|
38
38
|
];
|
|
39
39
|
this.authenticate = {
|
|
40
|
-
type: '
|
|
41
|
-
properties: {
|
|
40
|
+
type: 'generic',
|
|
41
|
+
properties: {
|
|
42
|
+
auth: {
|
|
43
|
+
username: '={{$credentials.user}}',
|
|
44
|
+
password: '={{$credentials.password}}',
|
|
45
|
+
},
|
|
46
|
+
},
|
|
42
47
|
};
|
|
43
48
|
this.test = {
|
|
44
49
|
request: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServiceNowBasicApi.credentials.js","sourceRoot":"","sources":["../../credentials/ServiceNowBasicApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,kBAAkB;IAA/B;QACC,SAAI,GAAG,oBAAoB,CAAC;QAC5B,YAAO,GAAG;YACT,eAAe;SACf,CAAC;QACF,gBAAW,GAAG,2BAA2B,CAAC;QAC1C,qBAAgB,GAAG,YAAY,CAAC;QAChC,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE;aAEX;YACD;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,IAAI,EAAE,wHAAwH;gBAC9H,QAAQ,EAAE,IAAI;aACd;SACD,CAAC;
|
|
1
|
+
{"version":3,"file":"ServiceNowBasicApi.credentials.js","sourceRoot":"","sources":["../../credentials/ServiceNowBasicApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,kBAAkB;IAA/B;QACC,SAAI,GAAG,oBAAoB,CAAC;QAC5B,YAAO,GAAG;YACT,eAAe;SACf,CAAC;QACF,gBAAW,GAAG,2BAA2B,CAAC;QAC1C,qBAAgB,GAAG,YAAY,CAAC;QAChC,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE;aAEX;YACD;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,IAAI,EAAE,wHAAwH;gBAC9H,QAAQ,EAAE,IAAI;aACd;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,IAAI,EAAE;oBACL,QAAQ,EAAE,wBAAwB;oBAClC,QAAQ,EAAE,4BAA4B;iBACtC;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,sDAAsD;gBAC/D,GAAG,EAAE,8BAA8B;aACnC;SACD,CAAC;IACH,CAAC;CAAA;AApDD,gDAoDC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class SlackApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
-
authenticate:
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
8
|
test: ICredentialTestRequest;
|
|
9
9
|
}
|
|
@@ -16,9 +16,11 @@ class SlackApi {
|
|
|
16
16
|
},
|
|
17
17
|
];
|
|
18
18
|
this.authenticate = {
|
|
19
|
-
type: '
|
|
19
|
+
type: 'generic',
|
|
20
20
|
properties: {
|
|
21
|
-
|
|
21
|
+
headers: {
|
|
22
|
+
Authorization: '=Bearer {{$credentials.accessToken}}',
|
|
23
|
+
},
|
|
22
24
|
},
|
|
23
25
|
};
|
|
24
26
|
this.test = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SlackApi.credentials.js","sourceRoot":"","sources":["../../credentials/SlackApi.credentials.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"SlackApi.credentials.js","sourceRoot":"","sources":["../../credentials/SlackApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,QAAQ;IAArB;QACC,SAAI,GAAG,UAAU,CAAC;QAClB,gBAAW,GAAG,WAAW,CAAC;QAC1B,qBAAgB,GAAG,OAAO,CAAC;QAC3B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,sCAAsC;iBACrD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,mBAAmB;gBAC5B,GAAG,EAAE,wBAAwB;aAC7B;YACD,KAAK,EAAE;gBACN;oBACC,IAAI,EAAE,qBAAqB;oBAC3B,UAAU,EAAE;wBACX,GAAG,EAAE,OAAO;wBACZ,KAAK,EAAE,cAAc;wBACrB,OAAO,EAAE,sBAAsB;qBAC/B;iBACD;aACD;SACD,CAAC;IACH,CAAC;CAAA;AAvCD,4BAuCC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class TodoistApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
-
authenticate:
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
8
|
test: ICredentialTestRequest;
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TodoistApi.credentials.js","sourceRoot":"","sources":["../../credentials/TodoistApi.credentials.ts"],"names":[],"mappings":";;;AAMA,MAAa,UAAU;IAAvB;QACC,SAAI,GAAG,YAAY,CAAC;QACpB,gBAAW,GAAG,aAAa,CAAC;QAC5B,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SAED,CAAC;QAEF,iBAAY,
|
|
1
|
+
{"version":3,"file":"TodoistApi.credentials.js","sourceRoot":"","sources":["../../credentials/TodoistApi.credentials.ts"],"names":[],"mappings":";;;AAMA,MAAa,UAAU;IAAvB;QACC,SAAI,GAAG,YAAY,CAAC;QACpB,gBAAW,GAAG,aAAa,CAAC;QAC5B,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SAED,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,iCAAiC;iBAChD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,iCAAiC;gBAC1C,GAAG,EAAE,SAAS;aACd;SACD,CAAC;IACH,CAAC;CAAA;AA7BD,gCA6BC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class TwakeCloudApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
-
authenticate:
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
8
|
test: ICredentialTestRequest;
|
|
9
9
|
}
|
|
@@ -15,9 +15,11 @@ class TwakeCloudApi {
|
|
|
15
15
|
},
|
|
16
16
|
];
|
|
17
17
|
this.authenticate = {
|
|
18
|
-
type: '
|
|
18
|
+
type: 'generic',
|
|
19
19
|
properties: {
|
|
20
|
-
|
|
20
|
+
headers: {
|
|
21
|
+
Authorization: '=Bearer {{$credentials.workspaceKey}}',
|
|
22
|
+
},
|
|
21
23
|
},
|
|
22
24
|
};
|
|
23
25
|
this.test = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TwakeCloudApi.credentials.js","sourceRoot":"","sources":["../../credentials/TwakeCloudApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,aAAa;IAA1B;QACC,SAAI,GAAG,eAAe,CAAC;QACvB,gBAAW,GAAG,iBAAiB,CAAC;QAChC,qBAAgB,GAAG,OAAO,CAAC;QAC3B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;
|
|
1
|
+
{"version":3,"file":"TwakeCloudApi.credentials.js","sourceRoot":"","sources":["../../credentials/TwakeCloudApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,aAAa;IAA1B;QACC,SAAI,GAAG,eAAe,CAAC;QACvB,gBAAW,GAAG,iBAAiB,CAAC;QAChC,qBAAgB,GAAG,OAAO,CAAC;QAC3B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,uCAAuC;iBACtD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,uCAAuC;gBAChD,GAAG,EAAE,UAAU;gBACf,MAAM,EAAE,MAAM;aACd;SACD,CAAC;IACH,CAAC;CAAA;AA7BD,sCA6BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContactDescription.js","sourceRoot":"","sources":["../../../nodes/Automizy/ContactDescription.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ContactDescription.js","sourceRoot":"","sources":["../../../nodes/Automizy/ContactDescription.ts"],"names":[],"mappings":"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"}
|