n8n-nodes-klicktipp 1.0.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 (122) hide show
  1. package/LICENSE.md +19 -0
  2. package/README.md +105 -0
  3. package/dist/credentials/KlickTippApi.credentials.d.ts +12 -0
  4. package/dist/credentials/KlickTippApi.credentials.js +84 -0
  5. package/dist/credentials/KlickTippApi.credentials.js.map +1 -0
  6. package/dist/nodes/KlickTipp/KlickTipp.node.d.ts +10 -0
  7. package/dist/nodes/KlickTipp/KlickTipp.node.js +20 -0
  8. package/dist/nodes/KlickTipp/KlickTipp.node.js.map +1 -0
  9. package/dist/nodes/KlickTipp/KlickTipp.node.json +18 -0
  10. package/dist/nodes/KlickTipp/actions/field/index.d.ts +4 -0
  11. package/dist/nodes/KlickTipp/actions/field/index.js +52 -0
  12. package/dist/nodes/KlickTipp/actions/field/index.js.map +1 -0
  13. package/dist/nodes/KlickTipp/actions/field/index.operation.d.ts +26 -0
  14. package/dist/nodes/KlickTipp/actions/field/index.operation.js +24 -0
  15. package/dist/nodes/KlickTipp/actions/field/index.operation.js.map +1 -0
  16. package/dist/nodes/KlickTipp/actions/node.description.d.ts +2 -0
  17. package/dist/nodes/KlickTipp/actions/node.description.js +82 -0
  18. package/dist/nodes/KlickTipp/actions/node.description.js.map +1 -0
  19. package/dist/nodes/KlickTipp/actions/node.type.d.ts +9 -0
  20. package/dist/nodes/KlickTipp/actions/node.type.js +3 -0
  21. package/dist/nodes/KlickTipp/actions/node.type.js.map +1 -0
  22. package/dist/nodes/KlickTipp/actions/opt-in-process/get-redirect.operation.d.ts +26 -0
  23. package/dist/nodes/KlickTipp/actions/opt-in-process/get-redirect.operation.js +55 -0
  24. package/dist/nodes/KlickTipp/actions/opt-in-process/get-redirect.operation.js.map +1 -0
  25. package/dist/nodes/KlickTipp/actions/opt-in-process/get.operation.d.ts +26 -0
  26. package/dist/nodes/KlickTipp/actions/opt-in-process/get.operation.js +39 -0
  27. package/dist/nodes/KlickTipp/actions/opt-in-process/get.operation.js.map +1 -0
  28. package/dist/nodes/KlickTipp/actions/opt-in-process/index.d.ts +6 -0
  29. package/dist/nodes/KlickTipp/actions/opt-in-process/index.js +69 -0
  30. package/dist/nodes/KlickTipp/actions/opt-in-process/index.js.map +1 -0
  31. package/dist/nodes/KlickTipp/actions/opt-in-process/index.operation.d.ts +26 -0
  32. package/dist/nodes/KlickTipp/actions/opt-in-process/index.operation.js +29 -0
  33. package/dist/nodes/KlickTipp/actions/opt-in-process/index.operation.js.map +1 -0
  34. package/dist/nodes/KlickTipp/actions/router.d.ts +2 -0
  35. package/dist/nodes/KlickTipp/actions/router.js +80 -0
  36. package/dist/nodes/KlickTipp/actions/router.js.map +1 -0
  37. package/dist/nodes/KlickTipp/actions/subscriber/delete.operation.d.ts +26 -0
  38. package/dist/nodes/KlickTipp/actions/subscriber/delete.operation.js +36 -0
  39. package/dist/nodes/KlickTipp/actions/subscriber/delete.operation.js.map +1 -0
  40. package/dist/nodes/KlickTipp/actions/subscriber/get.operation.d.ts +26 -0
  41. package/dist/nodes/KlickTipp/actions/subscriber/get.operation.js +37 -0
  42. package/dist/nodes/KlickTipp/actions/subscriber/get.operation.js.map +1 -0
  43. package/dist/nodes/KlickTipp/actions/subscriber/index.d.ts +17 -0
  44. package/dist/nodes/KlickTipp/actions/subscriber/index.js +169 -0
  45. package/dist/nodes/KlickTipp/actions/subscriber/index.js.map +1 -0
  46. package/dist/nodes/KlickTipp/actions/subscriber/index.operation.d.ts +26 -0
  47. package/dist/nodes/KlickTipp/actions/subscriber/index.operation.js +24 -0
  48. package/dist/nodes/KlickTipp/actions/subscriber/index.operation.js.map +1 -0
  49. package/dist/nodes/KlickTipp/actions/subscriber/resend-autoresponder.operation.d.ts +26 -0
  50. package/dist/nodes/KlickTipp/actions/subscriber/resend-autoresponder.operation.js +48 -0
  51. package/dist/nodes/KlickTipp/actions/subscriber/resend-autoresponder.operation.js.map +1 -0
  52. package/dist/nodes/KlickTipp/actions/subscriber/search.operation.d.ts +26 -0
  53. package/dist/nodes/KlickTipp/actions/subscriber/search.operation.js +36 -0
  54. package/dist/nodes/KlickTipp/actions/subscriber/search.operation.js.map +1 -0
  55. package/dist/nodes/KlickTipp/actions/subscriber/sign-in.operation.d.ts +26 -0
  56. package/dist/nodes/KlickTipp/actions/subscriber/sign-in.operation.js +94 -0
  57. package/dist/nodes/KlickTipp/actions/subscriber/sign-in.operation.js.map +1 -0
  58. package/dist/nodes/KlickTipp/actions/subscriber/sign-off.operation.d.ts +26 -0
  59. package/dist/nodes/KlickTipp/actions/subscriber/sign-off.operation.js +48 -0
  60. package/dist/nodes/KlickTipp/actions/subscriber/sign-off.operation.js.map +1 -0
  61. package/dist/nodes/KlickTipp/actions/subscriber/sign-out.operation.d.ts +26 -0
  62. package/dist/nodes/KlickTipp/actions/subscriber/sign-out.operation.js +48 -0
  63. package/dist/nodes/KlickTipp/actions/subscriber/sign-out.operation.js.map +1 -0
  64. package/dist/nodes/KlickTipp/actions/subscriber/subscribe.operation.d.ts +26 -0
  65. package/dist/nodes/KlickTipp/actions/subscriber/subscribe.operation.js +109 -0
  66. package/dist/nodes/KlickTipp/actions/subscriber/subscribe.operation.js.map +1 -0
  67. package/dist/nodes/KlickTipp/actions/subscriber/tag.operation.d.ts +26 -0
  68. package/dist/nodes/KlickTipp/actions/subscriber/tag.operation.js +54 -0
  69. package/dist/nodes/KlickTipp/actions/subscriber/tag.operation.js.map +1 -0
  70. package/dist/nodes/KlickTipp/actions/subscriber/tagged.operation.d.ts +26 -0
  71. package/dist/nodes/KlickTipp/actions/subscriber/tagged.operation.js +41 -0
  72. package/dist/nodes/KlickTipp/actions/subscriber/tagged.operation.js.map +1 -0
  73. package/dist/nodes/KlickTipp/actions/subscriber/unsubscribe.operation.d.ts +26 -0
  74. package/dist/nodes/KlickTipp/actions/subscriber/unsubscribe.operation.js +36 -0
  75. package/dist/nodes/KlickTipp/actions/subscriber/unsubscribe.operation.js.map +1 -0
  76. package/dist/nodes/KlickTipp/actions/subscriber/untag.operation.d.ts +26 -0
  77. package/dist/nodes/KlickTipp/actions/subscriber/untag.operation.js +54 -0
  78. package/dist/nodes/KlickTipp/actions/subscriber/untag.operation.js.map +1 -0
  79. package/dist/nodes/KlickTipp/actions/subscriber/update.operation.d.ts +26 -0
  80. package/dist/nodes/KlickTipp/actions/subscriber/update.operation.js +93 -0
  81. package/dist/nodes/KlickTipp/actions/subscriber/update.operation.js.map +1 -0
  82. package/dist/nodes/KlickTipp/actions/tag/create.operation.d.ts +26 -0
  83. package/dist/nodes/KlickTipp/actions/tag/create.operation.js +50 -0
  84. package/dist/nodes/KlickTipp/actions/tag/create.operation.js.map +1 -0
  85. package/dist/nodes/KlickTipp/actions/tag/delete.operation.d.ts +26 -0
  86. package/dist/nodes/KlickTipp/actions/tag/delete.operation.js +41 -0
  87. package/dist/nodes/KlickTipp/actions/tag/delete.operation.js.map +1 -0
  88. package/dist/nodes/KlickTipp/actions/tag/get.operation.d.ts +26 -0
  89. package/dist/nodes/KlickTipp/actions/tag/get.operation.js +40 -0
  90. package/dist/nodes/KlickTipp/actions/tag/get.operation.js.map +1 -0
  91. package/dist/nodes/KlickTipp/actions/tag/index.d.ts +8 -0
  92. package/dist/nodes/KlickTipp/actions/tag/index.js +87 -0
  93. package/dist/nodes/KlickTipp/actions/tag/index.js.map +1 -0
  94. package/dist/nodes/KlickTipp/actions/tag/index.operation.d.ts +26 -0
  95. package/dist/nodes/KlickTipp/actions/tag/index.operation.js +24 -0
  96. package/dist/nodes/KlickTipp/actions/tag/index.operation.js.map +1 -0
  97. package/dist/nodes/KlickTipp/actions/tag/update.operation.d.ts +26 -0
  98. package/dist/nodes/KlickTipp/actions/tag/update.operation.js +61 -0
  99. package/dist/nodes/KlickTipp/actions/tag/update.operation.js.map +1 -0
  100. package/dist/nodes/KlickTipp/helpers/constants.d.ts +3 -0
  101. package/dist/nodes/KlickTipp/helpers/constants.js +7 -0
  102. package/dist/nodes/KlickTipp/helpers/constants.js.map +1 -0
  103. package/dist/nodes/KlickTipp/helpers/interfaces.d.ts +3 -0
  104. package/dist/nodes/KlickTipp/helpers/interfaces.js +3 -0
  105. package/dist/nodes/KlickTipp/helpers/interfaces.js.map +1 -0
  106. package/dist/nodes/KlickTipp/klicktipp.svg +4 -0
  107. package/dist/nodes/KlickTipp/methods/index.d.ts +1 -0
  108. package/dist/nodes/KlickTipp/methods/index.js +28 -0
  109. package/dist/nodes/KlickTipp/methods/index.js.map +1 -0
  110. package/dist/nodes/KlickTipp/methods/loadOptions.d.ts +5 -0
  111. package/dist/nodes/KlickTipp/methods/loadOptions.js +52 -0
  112. package/dist/nodes/KlickTipp/methods/loadOptions.js.map +1 -0
  113. package/dist/nodes/KlickTipp/transport/index.d.ts +3 -0
  114. package/dist/nodes/KlickTipp/transport/index.js +62 -0
  115. package/dist/nodes/KlickTipp/transport/index.js.map +1 -0
  116. package/dist/nodes/KlickTipp/utils/utilities.d.ts +31 -0
  117. package/dist/nodes/KlickTipp/utils/utilities.js +57 -0
  118. package/dist/nodes/KlickTipp/utils/utilities.js.map +1 -0
  119. package/dist/package.json +72 -0
  120. package/dist/tsconfig.tsbuildinfo +1 -0
  121. package/index.js +0 -0
  122. package/package.json +70 -0
package/LICENSE.md ADDED
@@ -0,0 +1,19 @@
1
+ Copyright 2022 n8n
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
4
+ this software and associated documentation files (the "Software"), to deal in
5
+ the Software without restriction, including without limitation the rights to
6
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
+ of the Software, and to permit persons to whom the Software is furnished to do
8
+ so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,105 @@
1
+ # n8n-nodes-klicktipp
2
+
3
+ ## KlickTipp API Integration for n8n
4
+
5
+ What is the KlickTipp Marketing Suite?
6
+
7
+ <a href="https://www.klicktipp.com/de?source=n8n" title="E-Mail-Marketing" target="_blank" rel="noopener noreferrer">KlickTipp Marketing Suite</a> is a digital marketing platform that empowers creators and small businesses to generate leads and turn them into passionate customers. It boosts growth with GDPR-compliant tools for email and SMS marketing, marketing automation, landing pages, and conversion rate optimization.
8
+
9
+ This package provides a set of nodes for interacting with the KlickTipp API, allowing you to manage subscribers, tags, subscription processes, and more directly from n8n.
10
+ For more detailed information on the KlickTipp API, including available functions for managing subscribers, tags, fields, and more, please refer to <a href="https://www.klicktipp.com/de/support/wissensdatenbank/application-programming-interface-api?source=n8n" target="_blank" rel="noopener" title="E-Mail-Marketing API">official KlickTipp API client documentation</a>.
11
+ ---
12
+
13
+ ## Table of Contents
14
+
15
+ - [Installation](#installation)
16
+ - [Nodes Overview](#nodes-overview)
17
+ - [Opt-in Process](#opt-in-process)
18
+ - [Tags](#tags)
19
+ - [Subscribers](#subscribers)
20
+ - [Data Fields](#data-fields)
21
+ - [Autoresponder](#autoresponder)
22
+ - [Credentials](#credentials)
23
+ - [Error Handling](#error-handling)
24
+ - [License](#license)
25
+ - [Example Workflows](#example-workflows)
26
+
27
+ ---
28
+
29
+ ## Installation
30
+
31
+ To install the package, run the following command in your n8n directory:
32
+
33
+ ```bash
34
+ npm install n8n-nodes-klicktipp
35
+ ```
36
+
37
+ ## Nodes Overview
38
+
39
+ This package includes nodes to interact with various aspects of the KlickTipp API:
40
+
41
+ ### Opt-in Process
42
+
43
+ - **Nodes**:
44
+ - `Opt-in Process Index`
45
+ - `Opt-in Process Get`
46
+ - `Opt-in Process Redirect URL`
47
+ - **Description**: Manages opt-in processes, including listing all processes, retrieving details of a specific process, and obtaining redirect URLs.
48
+
49
+ ### Tags
50
+
51
+ - **Nodes**:
52
+ - `Tag Index`
53
+ - `Tag Get`
54
+ - `Tag Create`
55
+ - `Tag Update`
56
+ - `Tag Delete`
57
+ - **Description**: Manages tags within KlickTipp, enabling operations to list, create, update, and delete tags.
58
+
59
+ ### Subscribers
60
+
61
+ - **Nodes**:
62
+ - `Resend Autoresponder`
63
+ - `Subscriber Index`
64
+ - `Subscriber Search`
65
+ - `Subscriber Tagged`
66
+ - `Subscriber Get`
67
+ - `Subscriber Subscribe`
68
+ - `Subscriber Update`
69
+ - `Subscriber Tag`
70
+ - `Subscriber Untag`
71
+ - `Subscriber Unsubscribe`
72
+ - `Subscriber Delete`
73
+ - `Subscriber Sign-In`
74
+ - `Subscriber Sign-Out`
75
+ - `Subscriber Sign-Off`
76
+ - **Description**: Provides full management capabilities for subscribers, such as searching, tagging, updating, and deleting subscriber data.
77
+
78
+ ### Data Fields
79
+
80
+ - **Node**: `Field Index`
81
+ - **Description**: Retrieves all available data fields for subscribers.
82
+
83
+ ---
84
+
85
+ ## Credentials
86
+
87
+ To authenticate with the KlickTipp API, configure your API credentials:
88
+
89
+ - **Username**
90
+ - **Password**
91
+ - **API key**
92
+
93
+ Once set up, these credentials will be used across all KlickTipp nodes in the package.
94
+
95
+ ---
96
+
97
+ ## License
98
+
99
+ This package is licensed under the MIT License. For details, see the `LICENSE` file.
100
+
101
+ ---
102
+
103
+ ## Example Workflows
104
+
105
+ Refer to the `examples/n8n-nodes-klicktipp.json` file for sample workflows showcasing the integration.
@@ -0,0 +1,12 @@
1
+ import { IAuthenticateGeneric, ICredentialDataDecryptedObject, ICredentialType, IHttpRequestHelper, INodeProperties } from 'n8n-workflow';
2
+ export declare class KlickTippApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ properties: INodeProperties[];
7
+ preAuthentication(this: IHttpRequestHelper, credentials: ICredentialDataDecryptedObject): Promise<{
8
+ sessionId: any;
9
+ sessionName: any;
10
+ }>;
11
+ authenticate: IAuthenticateGeneric;
12
+ }
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KlickTippApi = void 0;
4
+ const constants_1 = require("../nodes/KlickTipp/helpers/constants");
5
+ class KlickTippApi {
6
+ constructor() {
7
+ this.name = constants_1.KLICKTIPP_API_CREDENTIAL_NAME;
8
+ this.displayName = 'KlickTipp API';
9
+ this.documentationUrl = 'https://www.klicktipp.com/de/support/wissensdatenbank/application-programming-interface-api?source=n8n';
10
+ this.properties = [
11
+ {
12
+ displayName: 'API Key',
13
+ name: 'apiKey',
14
+ type: 'string',
15
+ typeOptions: {
16
+ password: true,
17
+ },
18
+ default: '',
19
+ },
20
+ {
21
+ displayName: 'Username',
22
+ name: 'username',
23
+ type: 'string',
24
+ default: '',
25
+ },
26
+ {
27
+ displayName: 'Password',
28
+ name: 'password',
29
+ type: 'string',
30
+ typeOptions: {
31
+ password: true,
32
+ },
33
+ default: '',
34
+ },
35
+ {
36
+ displayName: 'Session ID',
37
+ name: 'sessionId',
38
+ type: 'hidden',
39
+ typeOptions: {
40
+ expirable: true,
41
+ },
42
+ default: '',
43
+ },
44
+ {
45
+ displayName: 'Session Name',
46
+ name: 'sessionName',
47
+ type: 'hidden',
48
+ typeOptions: {
49
+ expirable: true,
50
+ },
51
+ default: '',
52
+ },
53
+ ];
54
+ this.authenticate = {
55
+ type: 'generic',
56
+ properties: {
57
+ headers: {
58
+ Cookie: '={{ $credentials.sessionName + "=" + $credentials.sessionId }}',
59
+ },
60
+ },
61
+ };
62
+ }
63
+ async preAuthentication(credentials) {
64
+ const loginResponse = await this.helpers.httpRequest({
65
+ method: 'POST',
66
+ url: `${constants_1.BASE_URL}/account/login`,
67
+ body: {
68
+ username: credentials.username,
69
+ password: credentials.password,
70
+ },
71
+ json: true,
72
+ });
73
+ const { sessid, session_name } = loginResponse;
74
+ if (!sessid || !session_name) {
75
+ throw new Error('Login failed: Invalid credentials or missing session data.');
76
+ }
77
+ return {
78
+ sessionId: sessid,
79
+ sessionName: session_name,
80
+ };
81
+ }
82
+ }
83
+ exports.KlickTippApi = KlickTippApi;
84
+ //# sourceMappingURL=KlickTippApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KlickTippApi.credentials.js","sourceRoot":"","sources":["../../credentials/KlickTippApi.credentials.ts"],"names":[],"mappings":";;;AAOA,oEAA+F;AAE/F,MAAa,YAAY;IAAzB;QACE,SAAI,GAAG,yCAA6B,CAAC;QACrC,gBAAW,GAAG,eAAe,CAAC;QAC9B,qBAAgB,GAAG,wGAAwG,CAAC;QAC5H,eAAU,GAAsB;YAC9B;gBACE,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,OAAO,EAAE,EAAE;aACZ;YACD;gBACE,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACZ;YACD;gBACE,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,OAAO,EAAE,EAAE;aACZ;YACD;gBACE,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACX,SAAS,EAAE,IAAI;iBAChB;gBACD,OAAO,EAAE,EAAE;aACZ;YACD;gBACE,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACX,SAAS,EAAE,IAAI;iBAChB;gBACD,OAAO,EAAE,EAAE;aACZ;SACF,CAAC;QA4BF,iBAAY,GAAyB;YACnC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACV,OAAO,EAAE;oBACP,MAAM,EAAE,gEAAgE;iBACzE;aACF;SACF,CAAC;IACJ,CAAC;IAlCC,KAAK,CAAC,iBAAiB,CAA2B,WAA2C;QAC3F,MAAM,aAAa,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC;YACnD,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,GAAG,oBAAQ,gBAAgB;YAChC,IAAI,EAAE;gBACJ,QAAQ,EAAE,WAAW,CAAC,QAAQ;gBAC9B,QAAQ,EAAE,WAAW,CAAC,QAAQ;aAC/B;YACD,IAAI,EAAE,IAAI;SACX,CAAC,CAAC;QAGH,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,GAAG,aAAa,CAAC;QAE/C,IAAI,CAAC,MAAM,IAAI,CAAC,YAAY,EAAE,CAAC;YAC7B,MAAM,IAAI,KAAK,CAAC,4DAA4D,CAAC,CAAC;QAChF,CAAC;QAGD,OAAO;YACL,SAAS,EAAE,MAAM;YACjB,WAAW,EAAE,YAAY;SAC1B,CAAC;IACJ,CAAC;CAWF;AAnFD,oCAmFC"}
@@ -0,0 +1,10 @@
1
+ import type { IExecuteFunctions, INodeType, INodeTypeBaseDescription, INodeTypeDescription } from 'n8n-workflow';
2
+ import { loadOptions } from './methods';
3
+ export declare class KlickTipp implements INodeType {
4
+ description: INodeTypeDescription;
5
+ constructor(baseDescription: INodeTypeBaseDescription);
6
+ methods: {
7
+ loadOptions: typeof loadOptions;
8
+ };
9
+ execute(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[][]>;
10
+ }
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KlickTipp = void 0;
4
+ const methods_1 = require("./methods");
5
+ const node_description_1 = require("./actions/node.description");
6
+ const router_1 = require("./actions/router");
7
+ class KlickTipp {
8
+ constructor(baseDescription) {
9
+ this.methods = { loadOptions: methods_1.loadOptions };
10
+ this.description = {
11
+ ...baseDescription,
12
+ ...node_description_1.description,
13
+ };
14
+ }
15
+ async execute() {
16
+ return await router_1.router.call(this);
17
+ }
18
+ }
19
+ exports.KlickTipp = KlickTipp;
20
+ //# sourceMappingURL=KlickTipp.node.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KlickTipp.node.js","sourceRoot":"","sources":["../../../nodes/KlickTipp/KlickTipp.node.ts"],"names":[],"mappings":";;;AAOA,uCAAwC;AACxC,iEAAyD;AACzD,6CAA0C;AAE1C,MAAa,SAAS;IAGrB,YAAY,eAAyC;QAOrD,YAAO,GAAG,EAAE,WAAW,EAAX,qBAAW,EAAE,CAAC;QANzB,IAAI,CAAC,WAAW,GAAG;YAClB,GAAG,eAAe;YAClB,GAAG,8BAAW;SACd,CAAC;IACH,CAAC;IAID,KAAK,CAAC,OAAO;QACZ,OAAO,MAAM,eAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAChC,CAAC;CACD;AAfD,8BAeC"}
@@ -0,0 +1,18 @@
1
+ {
2
+ "node": "n8n-community.klickTipp",
3
+ "nodeVersion": "1.0.0",
4
+ "codexVersion": "1.0.0",
5
+ "categories": ["KlickTipp", "Integration", "API"],
6
+ "resources": {
7
+ "credentialDocumentation": [
8
+ {
9
+ "url": "https://www.klicktipp.com/de/support/wissensdatenbank/application-programming-interface-api?source=n8n"
10
+ }
11
+ ],
12
+ "primaryDocumentation": [
13
+ {
14
+ "url": "https://www.klicktipp.com/de/support/wissensdatenbank/application-programming-interface-api?source=n8n"
15
+ }
16
+ ]
17
+ }
18
+ }
@@ -0,0 +1,4 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ import * as index from './index.operation';
3
+ export { index };
4
+ export declare const description: INodeProperties[];
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.description = exports.index = void 0;
27
+ const index = __importStar(require("./index.operation"));
28
+ exports.index = index;
29
+ exports.description = [
30
+ {
31
+ displayName: 'Operation',
32
+ name: 'operation',
33
+ type: 'options',
34
+ noDataExpression: true,
35
+ displayOptions: {
36
+ show: {
37
+ resource: ['field'],
38
+ },
39
+ },
40
+ options: [
41
+ {
42
+ name: 'Field Index',
43
+ value: 'index',
44
+ description: 'Returns an associative array <code>[field_id] => [field_name]</code> of all data fields',
45
+ action: 'Field index',
46
+ },
47
+ ],
48
+ default: 'index',
49
+ },
50
+ ...index.description,
51
+ ];
52
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/KlickTipp/actions/field/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,yDAA2C;AAElC,sBAAK;AAED,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,OAAO,CAAC;aACnB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,aAAa;gBACnB,KAAK,EAAE,OAAO;gBACd,WAAW,EAAE,yFAAyF;gBACtG,MAAM,EAAE,aAAa;aACrB;SACD;QACD,OAAO,EAAE,OAAO;KAChB;IACD,GAAG,KAAK,CAAC,WAAW;CACpB,CAAC"}
@@ -0,0 +1,26 @@
1
+ import type { IExecuteFunctions, INodeProperties } from 'n8n-workflow';
2
+ export declare const properties: INodeProperties[];
3
+ export declare const description: {
4
+ displayOptions: import("n8n-workflow").IDisplayOptions;
5
+ displayName: string;
6
+ name: string;
7
+ type: import("n8n-workflow").NodePropertyTypes;
8
+ typeOptions?: import("n8n-workflow").INodePropertyTypeOptions;
9
+ default: import("n8n-workflow").NodeParameterValueType;
10
+ description?: string;
11
+ hint?: string;
12
+ options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
13
+ placeholder?: string;
14
+ isNodeSetting?: boolean;
15
+ noDataExpression?: boolean;
16
+ required?: boolean;
17
+ routing?: import("n8n-workflow").INodePropertyRouting;
18
+ credentialTypes?: Array<"extends:oAuth2Api" | "extends:oAuth1Api" | "has:authenticate" | "has:genericAuth">;
19
+ extractValue?: import("n8n-workflow").INodePropertyValueExtractor;
20
+ modes?: import("n8n-workflow").INodePropertyMode[];
21
+ requiresDataPath?: "single" | "multiple";
22
+ doNotInherit?: boolean;
23
+ validateType?: import("n8n-workflow").FieldType;
24
+ ignoreValidationDuringExecution?: boolean;
25
+ }[];
26
+ export declare function execute(this: IExecuteFunctions, index: number): Promise<import("n8n-workflow").INodeExecutionData[]>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = exports.properties = void 0;
4
+ exports.execute = execute;
5
+ const transport_1 = require("../../transport");
6
+ const utilities_1 = require("../../utils/utilities");
7
+ exports.properties = [];
8
+ const displayOptions = {
9
+ show: {
10
+ resource: ['field'],
11
+ operation: ['index'],
12
+ },
13
+ };
14
+ exports.description = (0, utilities_1.updateDisplayOptions)(displayOptions, exports.properties);
15
+ async function execute(index) {
16
+ try {
17
+ const responseData = await transport_1.apiRequest.call(this, 'GET', `/field`);
18
+ return utilities_1.handleResponse.call(this, responseData, index);
19
+ }
20
+ catch (error) {
21
+ return utilities_1.handleError.call(this, error);
22
+ }
23
+ }
24
+ //# sourceMappingURL=index.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.operation.js","sourceRoot":"","sources":["../../../../../nodes/KlickTipp/actions/field/index.operation.ts"],"names":[],"mappings":";;;AAeA,0BAOC;AArBD,+CAA6C;AAC7C,qDAA0F;AAE7E,QAAA,UAAU,GAAsB,EAAE,CAAC;AAEhD,MAAM,cAAc,GAAG;IACtB,IAAI,EAAE;QACL,QAAQ,EAAE,CAAC,OAAO,CAAC;QACnB,SAAS,EAAE,CAAC,OAAO,CAAC;KACpB;CACD,CAAC;AAEW,QAAA,WAAW,GAAG,IAAA,gCAAoB,EAAC,cAAc,EAAE,kBAAU,CAAC,CAAC;AAErE,KAAK,UAAU,OAAO,CAA0B,KAAa;IACnE,IAAI,CAAC;QACJ,MAAM,YAAY,GAAG,MAAM,sBAAU,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC;QAClE,OAAO,0BAAc,CAAC,IAAI,CAAC,IAAI,EAAE,YAAY,EAAE,KAAK,CAAC,CAAC;IACvD,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QAChB,OAAO,uBAAW,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IACtC,CAAC;AACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import { type INodeTypeDescription } from 'n8n-workflow';
2
+ export declare const description: INodeTypeDescription;
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.description = void 0;
27
+ const tag = __importStar(require("./tag"));
28
+ const optIn = __importStar(require("./opt-in-process"));
29
+ const subscriber = __importStar(require("./subscriber"));
30
+ const field = __importStar(require("./field"));
31
+ exports.description = {
32
+ displayName: 'KlickTipp',
33
+ name: 'klicktipp',
34
+ group: ['transform'],
35
+ icon: 'file:klicktipp.svg',
36
+ version: 2,
37
+ subtitle: '={{$parameter["resource"] + ": " + $parameter["operation"]}}',
38
+ description: 'Interact with KlickTipp API',
39
+ defaults: {
40
+ name: 'KlickTipp',
41
+ },
42
+ inputs: ["main"],
43
+ outputs: ["main"],
44
+ credentials: [
45
+ {
46
+ name: 'klickTippApi',
47
+ required: true,
48
+ },
49
+ ],
50
+ properties: [
51
+ {
52
+ displayName: 'Resource',
53
+ name: 'resource',
54
+ type: 'options',
55
+ noDataExpression: true,
56
+ default: 'tag',
57
+ options: [
58
+ {
59
+ name: 'Tag',
60
+ value: 'tag',
61
+ },
62
+ {
63
+ name: 'Opt-in Process',
64
+ value: 'opt-in',
65
+ },
66
+ {
67
+ name: 'Subscriber',
68
+ value: 'subscriber',
69
+ },
70
+ {
71
+ name: 'Field',
72
+ value: 'field',
73
+ },
74
+ ],
75
+ },
76
+ ...tag.description,
77
+ ...optIn.description,
78
+ ...subscriber.description,
79
+ ...field.description,
80
+ ],
81
+ };
82
+ //# sourceMappingURL=node.description.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node.description.js","sourceRoot":"","sources":["../../../../nodes/KlickTipp/actions/node.description.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,2CAA6B;AAC7B,wDAA0C;AAC1C,yDAA2C;AAC3C,+CAAiC;AAEpB,QAAA,WAAW,GAAyB;IAChD,WAAW,EAAE,WAAW;IACxB,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,CAAC,WAAW,CAAC;IACpB,IAAI,EAAE,oBAAoB;IAC1B,OAAO,EAAE,CAAC;IACV,QAAQ,EAAE,8DAA8D;IACxE,WAAW,EAAE,6BAA6B;IAC1C,QAAQ,EAAE;QACT,IAAI,EAAE,WAAW;KACjB;IACD,MAAM,EAAE,QAAyB;IAEjC,OAAO,EAAE,QAAyB;IAClC,WAAW,EAAE;QACZ;YACC,IAAI,EAAE,cAAc;YACpB,QAAQ,EAAE,IAAI;SACd;KACD;IACD,UAAU,EAAE;QACX;YACC,WAAW,EAAE,UAAU;YACvB,IAAI,EAAE,UAAU;YAChB,IAAI,EAAE,SAAS;YACf,gBAAgB,EAAE,IAAI;YACtB,OAAO,EAAE,KAAK;YACd,OAAO,EAAE;gBACR;oBACC,IAAI,EAAE,KAAK;oBACX,KAAK,EAAE,KAAK;iBACZ;gBACD;oBACC,IAAI,EAAE,gBAAgB;oBACtB,KAAK,EAAE,QAAQ;iBACf;gBACD;oBACC,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,YAAY;iBACnB;gBACD;oBACC,IAAI,EAAE,OAAO;oBACb,KAAK,EAAE,OAAO;iBACd;aACD;SACD;QACD,GAAG,GAAG,CAAC,WAAW;QAClB,GAAG,KAAK,CAAC,WAAW;QACpB,GAAG,UAAU,CAAC,WAAW;QACzB,GAAG,KAAK,CAAC,WAAW;KACpB;CACD,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { AllEntities } from 'n8n-workflow';
2
+ type NodeMap = {
3
+ tag: 'create' | 'delete' | 'get' | 'index' | 'update';
4
+ ['opt-in']: 'get' | 'getRedirect' | 'index';
5
+ subscriber: 'resendAutoresponder' | 'subscribe' | 'unsubscribe' | 'index' | 'delete' | 'get' | 'search' | 'signIn' | 'signOff' | 'signOut' | 'tag' | 'tagged' | 'untag' | 'update';
6
+ field: 'index';
7
+ };
8
+ export type KlickTippType = AllEntities<NodeMap>;
9
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=node.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node.type.js","sourceRoot":"","sources":["../../../../nodes/KlickTipp/actions/node.type.ts"],"names":[],"mappings":""}
@@ -0,0 +1,26 @@
1
+ import type { IExecuteFunctions, INodeProperties } from 'n8n-workflow';
2
+ export declare const properties: INodeProperties[];
3
+ export declare const description: {
4
+ displayOptions: import("n8n-workflow").IDisplayOptions;
5
+ displayName: string;
6
+ name: string;
7
+ type: import("n8n-workflow").NodePropertyTypes;
8
+ typeOptions?: import("n8n-workflow").INodePropertyTypeOptions;
9
+ default: import("n8n-workflow").NodeParameterValueType;
10
+ description?: string;
11
+ hint?: string;
12
+ options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
13
+ placeholder?: string;
14
+ isNodeSetting?: boolean;
15
+ noDataExpression?: boolean;
16
+ required?: boolean;
17
+ routing?: import("n8n-workflow").INodePropertyRouting;
18
+ credentialTypes?: Array<"extends:oAuth2Api" | "extends:oAuth1Api" | "has:authenticate" | "has:genericAuth">;
19
+ extractValue?: import("n8n-workflow").INodePropertyValueExtractor;
20
+ modes?: import("n8n-workflow").INodePropertyMode[];
21
+ requiresDataPath?: "single" | "multiple";
22
+ doNotInherit?: boolean;
23
+ validateType?: import("n8n-workflow").FieldType;
24
+ ignoreValidationDuringExecution?: boolean;
25
+ }[];
26
+ export declare function execute(this: IExecuteFunctions, index: number): Promise<import("n8n-workflow").INodeExecutionData[]>;
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.description = exports.properties = void 0;
4
+ exports.execute = execute;
5
+ const transport_1 = require("../../transport");
6
+ const utilities_1 = require("../../utils/utilities");
7
+ exports.properties = [
8
+ {
9
+ displayName: 'Opt-in Process',
10
+ name: 'listId',
11
+ type: 'options',
12
+ typeOptions: {
13
+ loadOptionsMethod: 'getOptInProcesses',
14
+ },
15
+ default: '',
16
+ description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
17
+ },
18
+ {
19
+ displayName: 'Email',
20
+ name: 'email',
21
+ type: 'string',
22
+ placeholder: 'Enter email address (required)',
23
+ default: '',
24
+ description: 'Email address',
25
+ },
26
+ ];
27
+ const displayOptions = {
28
+ show: {
29
+ resource: ['opt-in'],
30
+ operation: ['getRedirect'],
31
+ },
32
+ };
33
+ exports.description = (0, utilities_1.updateDisplayOptions)(displayOptions, exports.properties);
34
+ async function execute(index) {
35
+ const listId = this.getNodeParameter('listId', index);
36
+ const email = this.getNodeParameter('email', index);
37
+ if (!listId) {
38
+ return utilities_1.handleError.call(this, 'The opt-in process ID is required.');
39
+ }
40
+ if (!email) {
41
+ return utilities_1.handleError.call(this, 'The email address is required.');
42
+ }
43
+ const body = {
44
+ listid: listId,
45
+ email,
46
+ };
47
+ try {
48
+ const responseData = await transport_1.apiRequest.call(this, 'POST', '/list/redirect', body);
49
+ return utilities_1.handleResponse.call(this, responseData, index);
50
+ }
51
+ catch (error) {
52
+ return utilities_1.handleError.call(this, error);
53
+ }
54
+ }
55
+ //# sourceMappingURL=get-redirect.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-redirect.operation.js","sourceRoot":"","sources":["../../../../../nodes/KlickTipp/actions/opt-in-process/get-redirect.operation.ts"],"names":[],"mappings":";;;AAmCA,0BAuBC;AAzDD,+CAA6C;AAC7C,qDAA0F;AAE7E,QAAA,UAAU,GAAsB;IAC5C;QAEC,WAAW,EAAE,gBAAgB;QAC7B,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,SAAS;QACf,WAAW,EAAE;YACZ,iBAAiB,EAAE,mBAAmB;SACtC;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,yHAAyH;KACtI;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,gCAAgC;QAC7C,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,eAAe;KAC5B;CACD,CAAC;AAEF,MAAM,cAAc,GAAG;IACtB,IAAI,EAAE;QACL,QAAQ,EAAE,CAAC,QAAQ,CAAC;QACpB,SAAS,EAAE,CAAC,aAAa,CAAC;KAC1B;CACD,CAAC;AAEW,QAAA,WAAW,GAAG,IAAA,gCAAoB,EAAC,cAAc,EAAE,kBAAU,CAAC,CAAC;AAErE,KAAK,UAAU,OAAO,CAA0B,KAAa;IACnE,MAAM,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,KAAK,CAAW,CAAC;IAChE,MAAM,KAAK,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,KAAK,CAAW,CAAC;IAE9D,IAAI,CAAC,MAAM,EAAE,CAAC;QACb,OAAO,uBAAW,CAAC,IAAI,CAAC,IAAI,EAAE,oCAAoC,CAAC,CAAC;IACrE,CAAC;IAED,IAAI,CAAC,KAAK,EAAE,CAAC;QACZ,OAAO,uBAAW,CAAC,IAAI,CAAC,IAAI,EAAE,gCAAgC,CAAC,CAAC;IACjE,CAAC;IAED,MAAM,IAAI,GAAgB;QACzB,MAAM,EAAE,MAAM;QACd,KAAK;KACL,CAAC;IAEF,IAAI,CAAC;QACJ,MAAM,YAAY,GAAG,MAAM,sBAAU,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,CAAC,CAAC;QACjF,OAAO,0BAAc,CAAC,IAAI,CAAC,IAAI,EAAE,YAAY,EAAE,KAAK,CAAC,CAAC;IACvD,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QAChB,OAAO,uBAAW,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IACtC,CAAC;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import type { IExecuteFunctions, INodeProperties } from 'n8n-workflow';
2
+ export declare const properties: INodeProperties[];
3
+ export declare const description: {
4
+ displayOptions: import("n8n-workflow").IDisplayOptions;
5
+ displayName: string;
6
+ name: string;
7
+ type: import("n8n-workflow").NodePropertyTypes;
8
+ typeOptions?: import("n8n-workflow").INodePropertyTypeOptions;
9
+ default: import("n8n-workflow").NodeParameterValueType;
10
+ description?: string;
11
+ hint?: string;
12
+ options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
13
+ placeholder?: string;
14
+ isNodeSetting?: boolean;
15
+ noDataExpression?: boolean;
16
+ required?: boolean;
17
+ routing?: import("n8n-workflow").INodePropertyRouting;
18
+ credentialTypes?: Array<"extends:oAuth2Api" | "extends:oAuth1Api" | "has:authenticate" | "has:genericAuth">;
19
+ extractValue?: import("n8n-workflow").INodePropertyValueExtractor;
20
+ modes?: import("n8n-workflow").INodePropertyMode[];
21
+ requiresDataPath?: "single" | "multiple";
22
+ doNotInherit?: boolean;
23
+ validateType?: import("n8n-workflow").FieldType;
24
+ ignoreValidationDuringExecution?: boolean;
25
+ }[];
26
+ export declare function execute(this: IExecuteFunctions, index: number): Promise<import("n8n-workflow").INodeExecutionData[]>;