n8n-nodes-linkedin-toolkit 2.0.0 → 2.0.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/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# n8n-nodes-linkedin-toolkit
|
|
2
2
|
|
|
3
|
-
The n8n community node for [LinkedIn Toolkit](https://github.com/
|
|
3
|
+
The n8n community node for [LinkedIn Toolkit](https://github.com/OpenRecruiterTools/linkedin-toolkit).
|
|
4
4
|
Two nodes and one credential: every action of the local HTTP API, and a trigger fed by the
|
|
5
5
|
server's webhooks.
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@ exports.LinkedInToolkitApi = void 0;
|
|
|
11
11
|
class LinkedInToolkitApi {
|
|
12
12
|
name = 'linkedInToolkitApi';
|
|
13
13
|
displayName = 'LinkedIn Toolkit API';
|
|
14
|
-
documentationUrl = 'https://github.com/
|
|
14
|
+
documentationUrl = 'https://github.com/OpenRecruiterTools/linkedin-toolkit/blob/master/docs/agents/n8n.md';
|
|
15
15
|
properties = [
|
|
16
16
|
{
|
|
17
17
|
displayName: 'Base URL',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkedInToolkitApi.credentials.js","sourceRoot":"","sources":["../../credentials/LinkedInToolkitApi.credentials.ts"],"names":[],"mappings":";;;AAOA;;;;;;GAMG;AACH,MAAa,kBAAkB;IAC9B,IAAI,GAAG,oBAAoB,CAAC;IAE5B,WAAW,GAAG,sBAAsB,CAAC;IAErC,gBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"LinkedInToolkitApi.credentials.js","sourceRoot":"","sources":["../../credentials/LinkedInToolkitApi.credentials.ts"],"names":[],"mappings":";;;AAOA;;;;;;GAMG;AACH,MAAa,kBAAkB;IAC9B,IAAI,GAAG,oBAAoB,CAAC;IAE5B,WAAW,GAAG,sBAAsB,CAAC;IAErC,gBAAgB,GAAG,uFAAuF,CAAC;IAE3G,UAAU,GAAsB;QAC/B;YACC,WAAW,EAAE,UAAU;YACvB,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,IAAI;YACd,WAAW,EACV,qLAAqL;SACtL;QACD;YACC,WAAW,EAAE,OAAO;YACpB,IAAI,EAAE,OAAO;YACb,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/B,OAAO,EAAE,EAAE;YACX,QAAQ,EAAE,IAAI;YACd,WAAW,EACV,gIAAgI;SACjI;KACD,CAAC;IAEF,YAAY,GAAyB;QACpC,IAAI,EAAE,SAAS;QACf,UAAU,EAAE;YACX,OAAO,EAAE;gBACR,aAAa,EAAE,gCAAgC;aAC/C;SACD;KACD,CAAC;IAEF;;;;;OAKG;IACH,IAAI,GAA2B;QAC9B,OAAO,EAAE;YACR,OAAO,EAAE,2BAA2B;YACpC,GAAG,EAAE,SAAS;YACd,MAAM,EAAE,KAAK;SACb;KACD,CAAC;CACF;AAnDD,gDAmDC"}
|
package/package.json
CHANGED