n8n-nodes-base 0.160.0 โ†’ 0.161.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.
Files changed (135) hide show
  1. package/dist/credentials/HaloPSAApi.credentials.d.ts +7 -0
  2. package/dist/credentials/HaloPSAApi.credentials.js +83 -0
  3. package/dist/credentials/HaloPSAApi.credentials.js.map +1 -0
  4. package/dist/credentials/LinearApi.credentials.d.ts +7 -0
  5. package/dist/credentials/LinearApi.credentials.js +20 -0
  6. package/dist/credentials/LinearApi.credentials.js.map +1 -0
  7. package/dist/credentials/ZammadBasicAuthApi.credentials.d.ts +7 -0
  8. package/dist/credentials/ZammadBasicAuthApi.credentials.js +46 -0
  9. package/dist/credentials/ZammadBasicAuthApi.credentials.js.map +1 -0
  10. package/dist/credentials/ZammadTokenAuthApi.credentials.d.ts +7 -0
  11. package/dist/credentials/ZammadTokenAuthApi.credentials.js +38 -0
  12. package/dist/credentials/ZammadTokenAuthApi.credentials.js.map +1 -0
  13. package/dist/nodes/Airtable/Airtable.node.json +9 -0
  14. package/dist/nodes/Aws/Comprehend/AwsComprehend.node.json +6 -0
  15. package/dist/nodes/Aws/Rekognition/AwsRekognition.node.json +6 -0
  16. package/dist/nodes/Aws/S3/AwsS3.node.json +4 -0
  17. package/dist/nodes/Aws/SES/AwsSes.node.json +4 -0
  18. package/dist/nodes/Aws/Textract/AwsTextract.node.json +6 -0
  19. package/dist/nodes/Calendly/CalendlyTrigger.node.json +5 -0
  20. package/dist/nodes/CircleCi/CircleCi.node.json +7 -0
  21. package/dist/nodes/Cron/Cron.node.json +5 -0
  22. package/dist/nodes/DateTime/DateTime.node.json +12 -0
  23. package/dist/nodes/DeepL/DeepL.node.json +5 -1
  24. package/dist/nodes/Dropbox/Dropbox.node.json +4 -0
  25. package/dist/nodes/ExecuteCommand/ExecuteCommand.node.json +5 -0
  26. package/dist/nodes/Function/Function.node.json +19 -0
  27. package/dist/nodes/FunctionItem/FunctionItem.node.json +17 -0
  28. package/dist/nodes/Github/Github.node.js +32 -0
  29. package/dist/nodes/Github/Github.node.js.map +1 -1
  30. package/dist/nodes/Github/Github.node.json +10 -0
  31. package/dist/nodes/Github/GithubTrigger.node.json +10 -0
  32. package/dist/nodes/Google/Drive/GoogleDrive.node.json +4 -0
  33. package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.json +6 -0
  34. package/dist/nodes/Google/Gmail/Gmail.node.json +10 -0
  35. package/dist/nodes/Google/Perspective/GooglePerspective.node.json +7 -0
  36. package/dist/nodes/Google/Sheet/GoogleSheets.node.json +14 -0
  37. package/dist/nodes/Google/Slides/GoogleSlides.node.json +5 -0
  38. package/dist/nodes/HaloPSA/GenericFunctions.d.ts +17 -0
  39. package/dist/nodes/HaloPSA/GenericFunctions.js +149 -0
  40. package/dist/nodes/HaloPSA/GenericFunctions.js.map +1 -0
  41. package/dist/nodes/HaloPSA/HaloPSA.node.d.ts +17 -0
  42. package/dist/nodes/HaloPSA/HaloPSA.node.js +417 -0
  43. package/dist/nodes/HaloPSA/HaloPSA.node.js.map +1 -0
  44. package/dist/nodes/HaloPSA/HaloPSA.node.json +22 -0
  45. package/dist/nodes/HaloPSA/descriptions/ClientDescription.d.ts +3 -0
  46. package/dist/nodes/HaloPSA/descriptions/ClientDescription.js +287 -0
  47. package/dist/nodes/HaloPSA/descriptions/ClientDescription.js.map +1 -0
  48. package/dist/nodes/HaloPSA/descriptions/SiteDescription.d.ts +3 -0
  49. package/dist/nodes/HaloPSA/descriptions/SiteDescription.js +303 -0
  50. package/dist/nodes/HaloPSA/descriptions/SiteDescription.js.map +1 -0
  51. package/dist/nodes/HaloPSA/descriptions/TicketDescription.d.ts +3 -0
  52. package/dist/nodes/HaloPSA/descriptions/TicketDescription.js +288 -0
  53. package/dist/nodes/HaloPSA/descriptions/TicketDescription.js.map +1 -0
  54. package/dist/nodes/HaloPSA/descriptions/UserDescription.d.ts +3 -0
  55. package/dist/nodes/HaloPSA/descriptions/UserDescription.js +307 -0
  56. package/dist/nodes/HaloPSA/descriptions/UserDescription.js.map +1 -0
  57. package/dist/nodes/HaloPSA/descriptions/index.d.ts +5 -0
  58. package/dist/nodes/HaloPSA/descriptions/index.js +16 -0
  59. package/dist/nodes/HaloPSA/descriptions/index.js.map +1 -0
  60. package/dist/nodes/HaloPSA/halopsa.svg +1 -0
  61. package/dist/nodes/Harvest/Harvest.node.json +7 -0
  62. package/dist/nodes/HtmlExtract/HtmlExtract.node.json +5 -0
  63. package/dist/nodes/HttpRequest/HttpRequest.node.json +19 -0
  64. package/dist/nodes/Hubspot/Hubspot.node.json +10 -0
  65. package/dist/nodes/Hubspot/HubspotTrigger.node.json +5 -0
  66. package/dist/nodes/If/If.node.json +34 -0
  67. package/dist/nodes/ItemLists/ItemLists.node.js +1 -1
  68. package/dist/nodes/ItemLists/ItemLists.node.json +20 -11
  69. package/dist/nodes/Jira/Jira.node.json +1 -2
  70. package/dist/nodes/Linear/GenericFunctions.d.ts +4 -0
  71. package/dist/nodes/Linear/GenericFunctions.js +31 -0
  72. package/dist/nodes/Linear/GenericFunctions.js.map +1 -0
  73. package/dist/nodes/Linear/LinearTrigger.node.d.ts +18 -0
  74. package/dist/nodes/Linear/LinearTrigger.node.js +211 -0
  75. package/dist/nodes/Linear/LinearTrigger.node.js.map +1 -0
  76. package/dist/nodes/Linear/linear.svg +1 -0
  77. package/dist/nodes/Mailchimp/Mailchimp.node.json +7 -0
  78. package/dist/nodes/Mattermost/Mattermost.node.json +5 -2
  79. package/dist/nodes/Mautic/Mautic.node.json +5 -0
  80. package/dist/nodes/Mautic/MauticTrigger.node.json +7 -0
  81. package/dist/nodes/Merge/Merge.node.json +9 -0
  82. package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.json +5 -1
  83. package/dist/nodes/MongoDb/MongoDb.node.json +5 -0
  84. package/dist/nodes/NoOp/NoOp.node.json +24 -0
  85. package/dist/nodes/PagerDuty/PagerDuty.node.json +1 -2
  86. package/dist/nodes/Pipedrive/Pipedrive.node.json +12 -0
  87. package/dist/nodes/ReadBinaryFile/ReadBinaryFile.node.json +5 -0
  88. package/dist/nodes/Set/Set.node.json +29 -0
  89. package/dist/nodes/Shopify/ShopifyTrigger.node.json +7 -0
  90. package/dist/nodes/Slack/Slack.node.json +10 -0
  91. package/dist/nodes/SplitInBatches/SplitInBatches.node.json +5 -0
  92. package/dist/nodes/Spotify/Spotify.node.json +5 -1
  93. package/dist/nodes/Switch/Switch.node.json +10 -0
  94. package/dist/nodes/Telegram/Telegram.node.json +19 -0
  95. package/dist/nodes/Telegram/TelegramTrigger.node.json +14 -0
  96. package/dist/nodes/TravisCi/TravisCi.node.json +7 -0
  97. package/dist/nodes/Trello/Trello.node.json +5 -0
  98. package/dist/nodes/Twilio/Twilio.node.js +17 -0
  99. package/dist/nodes/Twilio/Twilio.node.js.map +1 -1
  100. package/dist/nodes/Twilio/Twilio.node.json +4 -1
  101. package/dist/nodes/Twitter/Twitter.node.json +5 -0
  102. package/dist/nodes/Typeform/TypeformTrigger.node.json +9 -0
  103. package/dist/nodes/UProc/UProc.node.js +1 -1
  104. package/dist/nodes/UProc/UProc.node.js.map +1 -1
  105. package/dist/nodes/UProc/UProc.node.json +11 -0
  106. package/dist/nodes/Vonage/Vonage.node.json +4 -1
  107. package/dist/nodes/Wait/Wait.node.json +11 -0
  108. package/dist/nodes/Webhook/Webhook.node.json +1 -2
  109. package/dist/nodes/Wise/Wise.node.json +4 -1
  110. package/dist/nodes/WriteBinaryFile/WriteBinaryFile.node.json +7 -0
  111. package/dist/nodes/Zammad/GenericFunctions.d.ts +24 -0
  112. package/dist/nodes/Zammad/GenericFunctions.js +103 -0
  113. package/dist/nodes/Zammad/GenericFunctions.js.map +1 -0
  114. package/dist/nodes/Zammad/Zammad.node.d.ts +70 -0
  115. package/dist/nodes/Zammad/Zammad.node.js +416 -0
  116. package/dist/nodes/Zammad/Zammad.node.js.map +1 -0
  117. package/dist/nodes/Zammad/Zammad.node.json +20 -0
  118. package/dist/nodes/Zammad/descriptions/GroupDescription.d.ts +2 -0
  119. package/dist/nodes/Zammad/descriptions/GroupDescription.js +302 -0
  120. package/dist/nodes/Zammad/descriptions/GroupDescription.js.map +1 -0
  121. package/dist/nodes/Zammad/descriptions/OrganizationDescription.d.ts +2 -0
  122. package/dist/nodes/Zammad/descriptions/OrganizationDescription.js +302 -0
  123. package/dist/nodes/Zammad/descriptions/OrganizationDescription.js.map +1 -0
  124. package/dist/nodes/Zammad/descriptions/TicketDescription.d.ts +2 -0
  125. package/dist/nodes/Zammad/descriptions/TicketDescription.js +325 -0
  126. package/dist/nodes/Zammad/descriptions/TicketDescription.js.map +1 -0
  127. package/dist/nodes/Zammad/descriptions/UserDescription.d.ts +2 -0
  128. package/dist/nodes/Zammad/descriptions/UserDescription.js +655 -0
  129. package/dist/nodes/Zammad/descriptions/UserDescription.js.map +1 -0
  130. package/dist/nodes/Zammad/descriptions/index.d.ts +4 -0
  131. package/dist/nodes/Zammad/descriptions/index.js +17 -0
  132. package/dist/nodes/Zammad/descriptions/index.js.map +1 -0
  133. package/dist/nodes/Zammad/zammad.svg +27 -0
  134. package/dist/nodes/Zoho/ZohoCrm.node.json +7 -0
  135. package/package.json +8 -1
@@ -0,0 +1,7 @@
1
+ import { ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class HaloPSAApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ properties: INodeProperties[];
7
+ }
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.HaloPSAApi = void 0;
4
+ class HaloPSAApi {
5
+ constructor() {
6
+ this.name = 'haloPSAApi';
7
+ this.displayName = 'HaloPSA API';
8
+ this.documentationUrl = 'halopsa';
9
+ this.properties = [
10
+ {
11
+ displayName: 'Hosting Type',
12
+ name: 'hostingType',
13
+ type: 'options',
14
+ options: [
15
+ {
16
+ name: 'On-Premise Solution',
17
+ value: 'onPremise',
18
+ },
19
+ {
20
+ name: 'Hosted Solution Of Halo',
21
+ value: 'hostedHalo',
22
+ },
23
+ ],
24
+ default: '',
25
+ description: 'Hosting Type',
26
+ },
27
+ {
28
+ displayName: 'HaloPSA Authorisation Server URL',
29
+ name: 'authUrl',
30
+ type: 'string',
31
+ default: '',
32
+ required: true,
33
+ },
34
+ {
35
+ displayName: 'Resource Server',
36
+ name: 'resourceApiUrl',
37
+ type: 'string',
38
+ default: '',
39
+ required: true,
40
+ description: `The Resource server is available at your "Halo Web Application url/api"`,
41
+ },
42
+ {
43
+ displayName: 'Client ID',
44
+ name: 'client_id',
45
+ type: 'string',
46
+ default: '',
47
+ required: true,
48
+ description: 'Must be your application client id',
49
+ },
50
+ {
51
+ displayName: 'Client Secret',
52
+ name: 'client_secret',
53
+ type: 'string',
54
+ default: '',
55
+ required: true,
56
+ description: 'Must be your application client secret',
57
+ },
58
+ {
59
+ displayName: 'Tenant',
60
+ name: 'tenant',
61
+ type: 'string',
62
+ displayOptions: {
63
+ show: {
64
+ hostingType: [
65
+ 'hostedHalo',
66
+ ],
67
+ },
68
+ },
69
+ default: '',
70
+ description: 'An additional tenant parameter for HaloPSA hosted solution',
71
+ },
72
+ {
73
+ displayName: 'Scope',
74
+ name: 'scope',
75
+ type: 'hidden',
76
+ default: 'admin edit:tickets edit:customers',
77
+ required: true,
78
+ },
79
+ ];
80
+ }
81
+ }
82
+ exports.HaloPSAApi = HaloPSAApi;
83
+ //# sourceMappingURL=HaloPSAApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HaloPSAApi.credentials.js","sourceRoot":"","sources":["../../credentials/HaloPSAApi.credentials.ts"],"names":[],"mappings":";;;AAKA,MAAa,UAAU;IAAvB;QACC,SAAI,GAAG,YAAY,CAAC;QACpB,gBAAW,GAAG,aAAa,CAAC;QAC5B,qBAAgB,GAAG,SAAS,CAAC;QAC7B,eAAU,GAAuB;YAChC;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,qBAAqB;wBAC3B,KAAK,EAAE,WAAW;qBAClB;oBACD;wBACC,IAAI,EAAE,yBAAyB;wBAC/B,KAAK,EAAE,YAAY;qBACnB;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,cAAc;aAC3B;YACD;gBACC,WAAW,EAAE,kCAAkC;gBAC/C,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,iBAAiB;gBAC9B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,yEAAyE;aACtF;YACD;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,oCAAoC;aACjD;YACD;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,wCAAwC;aACrD;YACD;gBACC,WAAW,EAAE,QAAQ;gBACrB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,WAAW,EAAE;4BACZ,YAAY;yBACZ;qBACD;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,4DAA4D;aACzE;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,mCAAmC;gBAC5C,QAAQ,EAAE,IAAI;aACd;SACD,CAAC;IACH,CAAC;CAAA;AA3ED,gCA2EC"}
@@ -0,0 +1,7 @@
1
+ import { ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class LinearApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ properties: INodeProperties[];
7
+ }
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LinearApi = void 0;
4
+ class LinearApi {
5
+ constructor() {
6
+ this.name = 'linearApi';
7
+ this.displayName = 'Linear API';
8
+ this.documentationUrl = 'linear';
9
+ this.properties = [
10
+ {
11
+ displayName: 'API Key',
12
+ name: 'apiKey',
13
+ type: 'string',
14
+ default: '',
15
+ },
16
+ ];
17
+ }
18
+ }
19
+ exports.LinearApi = LinearApi;
20
+ //# sourceMappingURL=LinearApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinearApi.credentials.js","sourceRoot":"","sources":["../../credentials/LinearApi.credentials.ts"],"names":[],"mappings":";;;AAKA,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,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;IACH,CAAC;CAAA;AAZD,8BAYC"}
@@ -0,0 +1,7 @@
1
+ import { ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class ZammadBasicAuthApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ properties: INodeProperties[];
7
+ }
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ZammadBasicAuthApi = void 0;
4
+ class ZammadBasicAuthApi {
5
+ constructor() {
6
+ this.name = 'zammadBasicAuthApi';
7
+ this.displayName = 'Zammad Basic Auth API';
8
+ this.documentationUrl = 'zammad';
9
+ this.properties = [
10
+ {
11
+ displayName: 'Base URL',
12
+ name: 'baseUrl',
13
+ type: 'string',
14
+ default: '',
15
+ placeholder: 'https://n8n-helpdesk.zammad.com',
16
+ required: true,
17
+ },
18
+ {
19
+ displayName: 'Email',
20
+ name: 'username',
21
+ type: 'string',
22
+ default: '',
23
+ placeholder: 'helpdesk@n8n.io',
24
+ required: true,
25
+ },
26
+ {
27
+ displayName: 'Password',
28
+ name: 'password',
29
+ type: 'string',
30
+ typeOptions: {
31
+ password: true,
32
+ },
33
+ default: '',
34
+ required: true,
35
+ },
36
+ {
37
+ displayName: 'Ignore SSL Issues',
38
+ name: 'allowUnauthorizedCerts',
39
+ type: 'boolean',
40
+ default: false,
41
+ },
42
+ ];
43
+ }
44
+ }
45
+ exports.ZammadBasicAuthApi = ZammadBasicAuthApi;
46
+ //# sourceMappingURL=ZammadBasicAuthApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ZammadBasicAuthApi.credentials.js","sourceRoot":"","sources":["../../credentials/ZammadBasicAuthApi.credentials.ts"],"names":[],"mappings":";;;AAKA,MAAa,kBAAkB;IAA/B;QACC,SAAI,GAAG,oBAAoB,CAAC;QAC5B,gBAAW,GAAG,uBAAuB,CAAC;QACtC,qBAAgB,GAAG,QAAQ,CAAC;QAC5B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,iCAAiC;gBAC9C,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,iBAAiB;gBAC9B,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,wBAAwB;gBAC9B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;aACd;SACD,CAAC;IACH,CAAC;CAAA;AAtCD,gDAsCC"}
@@ -0,0 +1,7 @@
1
+ import { ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class ZammadTokenAuthApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ properties: INodeProperties[];
7
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ZammadTokenAuthApi = void 0;
4
+ class ZammadTokenAuthApi {
5
+ constructor() {
6
+ this.name = 'zammadTokenAuthApi';
7
+ this.displayName = 'Zammad Token Auth API';
8
+ this.documentationUrl = 'zammad';
9
+ this.properties = [
10
+ {
11
+ displayName: 'Base URL',
12
+ name: 'baseUrl',
13
+ type: 'string',
14
+ default: '',
15
+ placeholder: 'https://n8n-helpdesk.zammad.com',
16
+ required: true,
17
+ },
18
+ {
19
+ displayName: 'Access Token',
20
+ name: 'accessToken',
21
+ type: 'string',
22
+ typeOptions: {
23
+ password: true,
24
+ },
25
+ default: '',
26
+ required: true,
27
+ },
28
+ {
29
+ displayName: 'Ignore SSL Issues',
30
+ name: 'allowUnauthorizedCerts',
31
+ type: 'boolean',
32
+ default: false,
33
+ },
34
+ ];
35
+ }
36
+ }
37
+ exports.ZammadTokenAuthApi = ZammadTokenAuthApi;
38
+ //# sourceMappingURL=ZammadTokenAuthApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ZammadTokenAuthApi.credentials.js","sourceRoot":"","sources":["../../credentials/ZammadTokenAuthApi.credentials.ts"],"names":[],"mappings":";;;AAKA,MAAa,kBAAkB;IAA/B;QACC,SAAI,GAAG,oBAAoB,CAAC;QAC5B,gBAAW,GAAG,uBAAuB,CAAC;QACtC,qBAAgB,GAAG,QAAQ,CAAC;QAC5B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,iCAAiC;gBAC9C,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,wBAAwB;gBAC9B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;aACd;SACD,CAAC;IACH,CAAC;CAAA;AA9BD,gDA8BC"}
@@ -32,6 +32,11 @@
32
32
  "icon": "๐Ÿ”—",
33
33
  "url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
34
34
  },
35
+ {
36
+ "label": "How to get started with CRM automation (with 3 no-code workflow ideas",
37
+ "icon": "๐Ÿ‘ฅ",
38
+ "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/"
39
+ },
35
40
  {
36
41
  "label": "15 Google apps you can combine and automate to increase productivity",
37
42
  "icon": "๐Ÿ’ก",
@@ -71,6 +76,10 @@
71
76
  "label": "How Goomer automated their operations with over 200 n8n workflows",
72
77
  "icon": "๐Ÿ›ต",
73
78
  "url": "https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/"
79
+ },
80
+ {
81
+ "label": "7 no-code workflow automations for Amazon Web Services",
82
+ "url": "https://n8n.io/blog/aws-workflow-automation/"
74
83
  }
75
84
  ]
76
85
  }
@@ -15,6 +15,12 @@
15
15
  {
16
16
  "url": "https://docs.n8n.io/nodes/n8n-nodes-base.awsComprehend/"
17
17
  }
18
+ ],
19
+ "generic": [
20
+ {
21
+ "label": "7 no-code workflow automations for Amazon Web Services",
22
+ "url": "https://n8n.io/blog/aws-workflow-automation/"
23
+ }
18
24
  ]
19
25
  }
20
26
  }
@@ -15,6 +15,12 @@
15
15
  {
16
16
  "url": "https://docs.n8n.io/nodes/n8n-nodes-base.awsRekognition/"
17
17
  }
18
+ ],
19
+ "generic": [
20
+ {
21
+ "label": "7 no-code workflow automations for Amazon Web Services",
22
+ "url": "https://n8n.io/blog/aws-workflow-automation/"
23
+ }
18
24
  ]
19
25
  }
20
26
  }
@@ -22,6 +22,10 @@
22
22
  "label": "Why business process automation with n8n can change your daily life",
23
23
  "icon": "๐Ÿงฌ",
24
24
  "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/"
25
+ },
26
+ {
27
+ "label": "7 no-code workflow automations for Amazon Web Services",
28
+ "url": "https://n8n.io/blog/aws-workflow-automation/"
25
29
  }
26
30
  ]
27
31
  }
@@ -22,6 +22,10 @@
22
22
  "label": "Why business process automation with n8n can change your daily life",
23
23
  "icon": "๐Ÿงฌ",
24
24
  "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/"
25
+ },
26
+ {
27
+ "label": "7 no-code workflow automations for Amazon Web Services",
28
+ "url": "https://n8n.io/blog/aws-workflow-automation/"
25
29
  }
26
30
  ]
27
31
  }
@@ -15,6 +15,12 @@
15
15
  {
16
16
  "url": "https://docs.n8n.io/nodes/n8n-nodes-base.awsTextract/"
17
17
  }
18
+ ],
19
+ "generic": [
20
+ {
21
+ "label": "7 no-code workflow automations for Amazon Web Services",
22
+ "url": "https://n8n.io/blog/aws-workflow-automation/"
23
+ }
18
24
  ]
19
25
  }
20
26
  }
@@ -18,6 +18,11 @@
18
18
  }
19
19
  ],
20
20
  "generic": [
21
+ {
22
+ "label": "How to get started with CRM automation (with 3 no-code workflow ideas",
23
+ "icon": "๐Ÿ‘ฅ",
24
+ "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/"
25
+ },
21
26
  {
22
27
  "label": "5 tasks you can automate with the new Notion API ",
23
28
  "icon": "โšก๏ธ",
@@ -15,6 +15,13 @@
15
15
  {
16
16
  "url": "https://docs.n8n.io/nodes/n8n-nodes-base.circleCi/"
17
17
  }
18
+ ],
19
+ "generic": [
20
+ {
21
+ "label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI",
22
+ "icon": "๐ŸŽก",
23
+ "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/"
24
+ }
18
25
  ]
19
26
  }
20
27
  }
@@ -48,6 +48,11 @@
48
48
  "icon": "๐Ÿ“ˆ",
49
49
  "url": "https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/"
50
50
  },
51
+ {
52
+ "label": "How to synchronize data between two systems (one-way vs. two-way sync",
53
+ "icon": "๐Ÿฌ",
54
+ "url": "https://n8n.io/blog/how-to-sync-data-between-two-systems/"
55
+ },
51
56
  {
52
57
  "label": "Database Monitoring and Alerting with n8n",
53
58
  "icon": "๐Ÿ“ก",
@@ -10,6 +10,18 @@
10
10
  {
11
11
  "url": "https://docs.n8n.io/nodes/n8n-nodes-base.dateTime/"
12
12
  }
13
+ ],
14
+ "generic": [
15
+ {
16
+ "label": "6 e-commerce workflows to power up your Shopify s",
17
+ "icon": "store",
18
+ "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/"
19
+ },
20
+ {
21
+ "label": "How to get started with CRM automation (with 3 no-code workflow ideas",
22
+ "icon": "๐Ÿ‘ฅ",
23
+ "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/"
24
+ }
13
25
  ]
14
26
  },
15
27
  "subcategories": {
@@ -16,5 +16,9 @@
16
16
  "url": "https://docs.n8n.io/nodes/n8n-nodes-base.deepL/"
17
17
  }
18
18
  ]
19
- }
19
+ },
20
+ "alias": [
21
+ "Translate",
22
+ "Translator"
23
+ ]
20
24
  }
@@ -21,6 +21,10 @@
21
21
  "label": "Hey founders! Your business doesn't need you to operate",
22
22
  "icon": " ๐Ÿ–ฅ๏ธ",
23
23
  "url": "https://n8n.io/blog/your-business-doesnt-need-you-to-operate/"
24
+ },
25
+ {
26
+ "label": "7 no-code workflow automations for Amazon Web Services",
27
+ "url": "https://n8n.io/blog/aws-workflow-automation/"
24
28
  }
25
29
  ]
26
30
  }
@@ -14,6 +14,11 @@
14
14
  }
15
15
  ],
16
16
  "generic": [
17
+ {
18
+ "label": "How uProc scraped a multi-page website with a low-code workflow",
19
+ "icon": " ๐Ÿ•ธ๏ธ",
20
+ "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/"
21
+ },
17
22
  {
18
23
  "label": "Why this Product Manager loves workflow automation with n8n",
19
24
  "icon": "๐Ÿง ",
@@ -64,6 +64,11 @@
64
64
  "icon": "โฒ",
65
65
  "url": "https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/"
66
66
  },
67
+ {
68
+ "label": "6 e-commerce workflows to power up your Shopify s",
69
+ "icon": "store",
70
+ "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/"
71
+ },
67
72
  {
68
73
  "label": "How to build a low-code, self-hosted URL shortener in 3 steps",
69
74
  "icon": "๐Ÿ”—",
@@ -74,6 +79,11 @@
74
79
  "icon": "๐Ÿ‘ฆ",
75
80
  "url": "https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/"
76
81
  },
82
+ {
83
+ "label": "How uProc scraped a multi-page website with a low-code workflow",
84
+ "icon": " ๐Ÿ•ธ๏ธ",
85
+ "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/"
86
+ },
77
87
  {
78
88
  "label": "How to automatically give kudos to contributors with GitHub, Slack, and n8n",
79
89
  "icon": "๐Ÿ‘",
@@ -99,10 +109,19 @@
99
109
  "icon": "๐Ÿ™Œ",
100
110
  "url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/"
101
111
  },
112
+ {
113
+ "label": "How a Membership Development Manager automates his work and investments",
114
+ "icon": "๐Ÿ“ˆ",
115
+ "url": "https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/"
116
+ },
102
117
  {
103
118
  "label": "How Goomer automated their operations with over 200 n8n workflows",
104
119
  "icon": "๐Ÿ›ต",
105
120
  "url": "https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/"
121
+ },
122
+ {
123
+ "label": "7 no-code workflow automations for Amazon Web Services",
124
+ "url": "https://n8n.io/blog/aws-workflow-automation/"
106
125
  }
107
126
  ]
108
127
  },
@@ -11,8 +11,25 @@
11
11
  {
12
12
  "url": "https://docs.n8n.io/nodes/n8n-nodes-base.functionItem/"
13
13
  }
14
+ ],
15
+ "generic": [
16
+ {
17
+ "label": "How uProc scraped a multi-page website with a low-code workflow",
18
+ "icon": " ๐Ÿ•ธ๏ธ",
19
+ "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/"
20
+ },
21
+ {
22
+ "label": "7 no-code workflow automations for Amazon Web Services",
23
+ "url": "https://n8n.io/blog/aws-workflow-automation/"
24
+ }
14
25
  ]
15
26
  },
27
+ "alias": [
28
+ "Javascript",
29
+ "Code",
30
+ "Custom Code",
31
+ "JS"
32
+ ],
16
33
  "subcategories": {
17
34
  "Core Nodes": [
18
35
  "Data Transformation"
@@ -600,6 +600,34 @@ class Github {
600
600
  placeholder: '',
601
601
  description: 'Name of the binary property in which to save the binary data of the received file.',
602
602
  },
603
+ {
604
+ displayName: 'Additional Parameters',
605
+ name: 'additionalParameters',
606
+ placeholder: 'Add Parameter',
607
+ description: 'Additional fields to add.',
608
+ type: 'collection',
609
+ default: {},
610
+ displayOptions: {
611
+ show: {
612
+ operation: [
613
+ 'get',
614
+ ],
615
+ resource: [
616
+ 'file',
617
+ ],
618
+ },
619
+ },
620
+ options: [
621
+ {
622
+ displayName: 'Reference',
623
+ name: 'reference',
624
+ type: 'string',
625
+ default: '',
626
+ placeholder: 'master',
627
+ description: 'The name of the commit/branch/tag. Default: the repositoryโ€™s default branch (usually master).',
628
+ },
629
+ ],
630
+ },
603
631
  {
604
632
  displayName: 'Title',
605
633
  name: 'title',
@@ -1742,6 +1770,10 @@ class Github {
1742
1770
  else if (operation === 'get' || operation === 'list') {
1743
1771
  requestMethod = 'GET';
1744
1772
  const filePath = this.getNodeParameter('filePath', i);
1773
+ const additionalParameters = this.getNodeParameter('additionalParameters', i);
1774
+ if (additionalParameters.reference) {
1775
+ qs.ref = additionalParameters.reference;
1776
+ }
1745
1777
  endpoint = `/repos/${owner}/${repository}/contents/${encodeURI(filePath)}`;
1746
1778
  }
1747
1779
  }