n8n-nodes-base 0.226.2 → 0.228.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/build.tsbuildinfo +1 -1
- package/dist/credentials/ERPNextApi.credentials.js +34 -2
- package/dist/credentials/ERPNextApi.credentials.js.map +1 -1
- package/dist/credentials/GotifyApi.credentials.js +13 -0
- package/dist/credentials/GotifyApi.credentials.js.map +1 -1
- package/dist/credentials/Ldap.credentials.d.ts +6 -0
- package/dist/credentials/Ldap.credentials.js +93 -0
- package/dist/credentials/Ldap.credentials.js.map +1 -0
- package/dist/credentials/LoneScaleApi.credentials.d.ts +8 -0
- package/dist/credentials/LoneScaleApi.credentials.js +34 -0
- package/dist/credentials/LoneScaleApi.credentials.js.map +1 -0
- package/dist/credentials/SshPrivateKey.credentials.js +1 -0
- package/dist/credentials/SshPrivateKey.credentials.js.map +1 -1
- package/dist/credentials/StrapiApi.credentials.js +6 -0
- package/dist/credentials/StrapiApi.credentials.js.map +1 -1
- package/dist/known/credentials.json +15 -0
- package/dist/known/nodes.json +16 -0
- package/dist/methods/defined.json +11 -0
- package/dist/methods/referenced.json +11 -0
- package/dist/nodes/DateTime/V2/CurrentDateDescription.js +1 -1
- package/dist/nodes/DateTime/V2/CurrentDateDescription.js.map +1 -1
- package/dist/nodes/ERPNext/GenericFunctions.js +1 -1
- package/dist/nodes/ERPNext/GenericFunctions.js.map +1 -1
- package/dist/nodes/EmailSend/v2/send.operation.js +5 -2
- package/dist/nodes/EmailSend/v2/send.operation.js.map +1 -1
- package/dist/nodes/ExecutionData/ExecutionData.node.d.ts +5 -0
- package/dist/nodes/ExecutionData/ExecutionData.node.js +100 -0
- package/dist/nodes/ExecutionData/ExecutionData.node.js.map +1 -0
- package/dist/nodes/ExecutionData/ExecutionData.node.json +22 -0
- package/dist/nodes/Google/Ads/CampaignDescription.js +2 -2
- package/dist/nodes/Google/Ads/GoogleAds.node.js +1 -1
- package/dist/nodes/Google/Calendar/EventDescription.js +3 -3
- package/dist/nodes/Google/Calendar/EventDescription.js.map +1 -1
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.js +2 -2
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.js.map +1 -1
- package/dist/nodes/Gotify/GenericFunctions.js +1 -0
- package/dist/nodes/Gotify/GenericFunctions.js.map +1 -1
- package/dist/nodes/Ldap/Helpers.d.ts +6 -0
- package/dist/nodes/Ldap/Helpers.js +43 -0
- package/dist/nodes/Ldap/Helpers.js.map +1 -0
- package/dist/nodes/Ldap/Ldap.node.d.ts +25 -0
- package/dist/nodes/Ldap/Ldap.node.js +332 -0
- package/dist/nodes/Ldap/Ldap.node.js.map +1 -0
- package/dist/nodes/Ldap/Ldap.node.json +19 -0
- package/dist/nodes/Ldap/LdapDescription.d.ts +2 -0
- package/dist/nodes/Ldap/LdapDescription.js +414 -0
- package/dist/nodes/Ldap/LdapDescription.js.map +1 -0
- package/dist/nodes/Ldap/ldap.svg +1 -0
- package/dist/nodes/LoneScale/GenericFunctions.d.ts +3 -0
- package/dist/nodes/LoneScale/GenericFunctions.js +37 -0
- package/dist/nodes/LoneScale/GenericFunctions.js.map +1 -0
- package/dist/nodes/LoneScale/LoneScale.node.json +18 -0
- package/dist/nodes/LoneScale/LoneScaleList.node.d.ts +10 -0
- package/dist/nodes/LoneScale/LoneScaleList.node.js +437 -0
- package/dist/nodes/LoneScale/LoneScaleList.node.js.map +1 -0
- package/dist/nodes/LoneScale/LoneScaleTrigger.node.d.ts +18 -0
- package/dist/nodes/LoneScale/LoneScaleTrigger.node.js +106 -0
- package/dist/nodes/LoneScale/LoneScaleTrigger.node.js.map +1 -0
- package/dist/nodes/LoneScale/LoneScaleTrigger.node.json +18 -0
- package/dist/nodes/LoneScale/constants.d.ts +1 -0
- package/dist/nodes/LoneScale/constants.js +5 -0
- package/dist/nodes/LoneScale/constants.js.map +1 -0
- package/dist/nodes/LoneScale/lonescale-logo.svg +8 -0
- package/dist/nodes/Notion/NotionTrigger.node.js +1 -1
- package/dist/nodes/Notion/NotionTrigger.node.js.map +1 -1
- package/dist/nodes/Notion/v1/VersionDescription.js +1 -1
- package/dist/nodes/Notion/v1/VersionDescription.js.map +1 -1
- package/dist/nodes/Notion/v2/VersionDescription.js +1 -1
- package/dist/nodes/Notion/v2/VersionDescription.js.map +1 -1
- package/dist/nodes/OpenAi/ChatDescription.js +2 -0
- package/dist/nodes/OpenAi/ChatDescription.js.map +1 -1
- package/dist/nodes/OpenAi/GenericFunctions.d.ts +2 -0
- package/dist/nodes/OpenAi/GenericFunctions.js +12 -0
- package/dist/nodes/OpenAi/GenericFunctions.js.map +1 -0
- package/dist/nodes/OpenAi/ImageDescription.js +2 -0
- package/dist/nodes/OpenAi/ImageDescription.js.map +1 -1
- package/dist/nodes/OpenAi/OpenAi.node.js +1 -0
- package/dist/nodes/OpenAi/OpenAi.node.js.map +1 -1
- package/dist/nodes/OpenAi/TextDescription.js +4 -0
- package/dist/nodes/OpenAi/TextDescription.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/update.operation.js +7 -0
- package/dist/nodes/Postgres/v2/actions/database/update.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js +7 -0
- package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/router.js +1 -1
- package/dist/nodes/Postgres/v2/actions/router.js.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts +1 -0
- package/dist/nodes/Postgres/v2/methods/credentialTest.js +1 -2
- package/dist/nodes/Postgres/v2/methods/credentialTest.js.map +1 -1
- package/dist/nodes/Postgres/v2/methods/listSearch.js +14 -2
- package/dist/nodes/Postgres/v2/methods/listSearch.js.map +1 -1
- package/dist/nodes/Postgres/v2/methods/loadOptions.js +7 -1
- package/dist/nodes/Postgres/v2/methods/loadOptions.js.map +1 -1
- package/dist/nodes/Postgres/v2/transport/index.d.ts +11 -8
- package/dist/nodes/Postgres/v2/transport/index.js +5 -24
- package/dist/nodes/Postgres/v2/transport/index.js.map +1 -1
- package/dist/nodes/RabbitMQ/RabbitMQ.node.js +73 -4
- package/dist/nodes/RabbitMQ/RabbitMQ.node.js.map +1 -1
- package/dist/nodes/RabbitMQ/RabbitMQTrigger.node.js +35 -3
- package/dist/nodes/RabbitMQ/RabbitMQTrigger.node.js.map +1 -1
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js +7 -2
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js.map +1 -1
- package/dist/nodes/Ssh/Ssh.node.d.ts +6 -1
- package/dist/nodes/Ssh/Ssh.node.js +80 -6
- package/dist/nodes/Ssh/Ssh.node.js.map +1 -1
- package/dist/nodes/Strapi/GenericFunctions.d.ts +1 -0
- package/dist/nodes/Strapi/GenericFunctions.js +12 -7
- package/dist/nodes/Strapi/GenericFunctions.js.map +1 -1
- package/dist/nodes/Strapi/Strapi.node.js +2 -3
- package/dist/nodes/Strapi/Strapi.node.js.map +1 -1
- package/dist/nodes/Strava/StravaTrigger.node.js +1 -1
- package/dist/nodes/Strava/StravaTrigger.node.js.map +1 -1
- package/dist/nodes/Wekan/Wekan.node.js +1 -1
- package/dist/nodes/Wekan/Wekan.node.js.map +1 -1
- package/dist/package.json +7 -1
- package/dist/types/credentials.json +6 -4
- package/dist/types/nodes.json +16 -12
- package/package.json +9 -3
|
@@ -0,0 +1,414 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ldapFields = void 0;
|
|
4
|
+
exports.ldapFields = [
|
|
5
|
+
{
|
|
6
|
+
displayName: 'DN',
|
|
7
|
+
name: 'dn',
|
|
8
|
+
type: 'string',
|
|
9
|
+
default: '',
|
|
10
|
+
placeholder: 'e.g. ou=users,dc=n8n,dc=io',
|
|
11
|
+
required: true,
|
|
12
|
+
typeOptions: {
|
|
13
|
+
alwaysOpenEditWindow: false,
|
|
14
|
+
},
|
|
15
|
+
displayOptions: {
|
|
16
|
+
show: {
|
|
17
|
+
operation: ['compare'],
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
description: 'The distinguished name of the entry to compare',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
displayName: 'DN',
|
|
24
|
+
name: 'dn',
|
|
25
|
+
type: 'string',
|
|
26
|
+
default: '',
|
|
27
|
+
placeholder: 'e.g. ou=users,dc=n8n,dc=io',
|
|
28
|
+
required: true,
|
|
29
|
+
typeOptions: {
|
|
30
|
+
alwaysOpenEditWindow: false,
|
|
31
|
+
},
|
|
32
|
+
displayOptions: {
|
|
33
|
+
show: {
|
|
34
|
+
operation: ['create'],
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
description: 'The distinguished name of the entry to create',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
displayName: 'DN',
|
|
41
|
+
name: 'dn',
|
|
42
|
+
type: 'string',
|
|
43
|
+
default: '',
|
|
44
|
+
placeholder: 'e.g. ou=users,dc=n8n,dc=io',
|
|
45
|
+
required: true,
|
|
46
|
+
typeOptions: {
|
|
47
|
+
alwaysOpenEditWindow: false,
|
|
48
|
+
},
|
|
49
|
+
displayOptions: {
|
|
50
|
+
show: {
|
|
51
|
+
operation: ['delete'],
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
description: 'The distinguished name of the entry to delete',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
displayName: 'DN',
|
|
58
|
+
name: 'dn',
|
|
59
|
+
type: 'string',
|
|
60
|
+
default: '',
|
|
61
|
+
placeholder: 'e.g. cn=john,ou=users,dc=n8n,dc=io',
|
|
62
|
+
required: true,
|
|
63
|
+
typeOptions: {
|
|
64
|
+
alwaysOpenEditWindow: false,
|
|
65
|
+
},
|
|
66
|
+
displayOptions: {
|
|
67
|
+
show: {
|
|
68
|
+
operation: ['rename'],
|
|
69
|
+
},
|
|
70
|
+
},
|
|
71
|
+
description: 'The distinguished name of the entry to rename',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
displayName: 'DN',
|
|
75
|
+
name: 'dn',
|
|
76
|
+
type: 'string',
|
|
77
|
+
default: '',
|
|
78
|
+
placeholder: 'e.g. ou=users,dc=n8n,dc=io',
|
|
79
|
+
required: true,
|
|
80
|
+
typeOptions: {
|
|
81
|
+
alwaysOpenEditWindow: false,
|
|
82
|
+
},
|
|
83
|
+
displayOptions: {
|
|
84
|
+
show: {
|
|
85
|
+
operation: ['modify'],
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
description: 'The distinguished name of the entry to modify',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
displayName: 'Attribute ID',
|
|
92
|
+
name: 'id',
|
|
93
|
+
type: 'options',
|
|
94
|
+
required: true,
|
|
95
|
+
default: [],
|
|
96
|
+
typeOptions: {
|
|
97
|
+
loadOptionsMethod: 'getAttributesForDn',
|
|
98
|
+
},
|
|
99
|
+
description: 'The ID of the attribute to compare',
|
|
100
|
+
displayOptions: {
|
|
101
|
+
show: {
|
|
102
|
+
operation: ['compare'],
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
displayName: 'Value',
|
|
108
|
+
name: 'value',
|
|
109
|
+
type: 'string',
|
|
110
|
+
default: '',
|
|
111
|
+
description: 'The value to compare',
|
|
112
|
+
displayOptions: {
|
|
113
|
+
show: {
|
|
114
|
+
operation: ['compare'],
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
displayName: 'New DN',
|
|
120
|
+
name: 'targetDn',
|
|
121
|
+
type: 'string',
|
|
122
|
+
default: '',
|
|
123
|
+
placeholder: 'e.g. cn=nathan,ou=users,dc=n8n,dc=io',
|
|
124
|
+
required: true,
|
|
125
|
+
displayOptions: {
|
|
126
|
+
show: {
|
|
127
|
+
operation: ['rename'],
|
|
128
|
+
},
|
|
129
|
+
},
|
|
130
|
+
description: 'The new distinguished name for the entry',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
displayName: 'Attributes',
|
|
134
|
+
name: 'attributes',
|
|
135
|
+
placeholder: 'Add Attributes',
|
|
136
|
+
description: 'Attributes to add to the entry',
|
|
137
|
+
type: 'fixedCollection',
|
|
138
|
+
typeOptions: {
|
|
139
|
+
multipleValues: true,
|
|
140
|
+
},
|
|
141
|
+
displayOptions: {
|
|
142
|
+
show: {
|
|
143
|
+
operation: ['create'],
|
|
144
|
+
},
|
|
145
|
+
},
|
|
146
|
+
default: {},
|
|
147
|
+
options: [
|
|
148
|
+
{
|
|
149
|
+
name: 'attribute',
|
|
150
|
+
displayName: 'Attribute',
|
|
151
|
+
values: [
|
|
152
|
+
{
|
|
153
|
+
displayName: 'Attribute ID',
|
|
154
|
+
name: 'id',
|
|
155
|
+
type: 'string',
|
|
156
|
+
default: '',
|
|
157
|
+
description: 'The ID of the attribute to add',
|
|
158
|
+
required: true,
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
displayName: 'Value',
|
|
162
|
+
name: 'value',
|
|
163
|
+
type: 'string',
|
|
164
|
+
default: '',
|
|
165
|
+
description: 'Value of the attribute to set',
|
|
166
|
+
},
|
|
167
|
+
],
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
displayName: 'Update Attributes',
|
|
173
|
+
name: 'attributes',
|
|
174
|
+
placeholder: 'Update Attributes',
|
|
175
|
+
type: 'fixedCollection',
|
|
176
|
+
typeOptions: {
|
|
177
|
+
multipleValues: true,
|
|
178
|
+
sortable: true,
|
|
179
|
+
},
|
|
180
|
+
displayOptions: {
|
|
181
|
+
show: {
|
|
182
|
+
operation: ['update'],
|
|
183
|
+
},
|
|
184
|
+
},
|
|
185
|
+
description: 'Update entry attributes',
|
|
186
|
+
default: {},
|
|
187
|
+
options: [
|
|
188
|
+
{
|
|
189
|
+
name: 'add',
|
|
190
|
+
displayName: 'Add',
|
|
191
|
+
values: [
|
|
192
|
+
{
|
|
193
|
+
displayName: 'Attribute ID',
|
|
194
|
+
name: 'id',
|
|
195
|
+
type: 'string',
|
|
196
|
+
default: '',
|
|
197
|
+
description: 'The ID of the attribute to add',
|
|
198
|
+
required: true,
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
displayName: 'Value',
|
|
202
|
+
name: 'value',
|
|
203
|
+
type: 'string',
|
|
204
|
+
default: '',
|
|
205
|
+
description: 'Value of the attribute to set',
|
|
206
|
+
},
|
|
207
|
+
],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
name: 'replace',
|
|
211
|
+
displayName: 'Replace',
|
|
212
|
+
values: [
|
|
213
|
+
{
|
|
214
|
+
displayName: 'Attribute ID',
|
|
215
|
+
name: 'id',
|
|
216
|
+
type: 'string',
|
|
217
|
+
default: '',
|
|
218
|
+
description: 'The ID of the attribute to replace',
|
|
219
|
+
required: true,
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
displayName: 'Value',
|
|
223
|
+
name: 'value',
|
|
224
|
+
type: 'string',
|
|
225
|
+
default: '',
|
|
226
|
+
description: 'Value of the attribute to replace',
|
|
227
|
+
},
|
|
228
|
+
],
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
name: 'delete',
|
|
232
|
+
displayName: 'Remove',
|
|
233
|
+
values: [
|
|
234
|
+
{
|
|
235
|
+
displayName: 'Attribute ID',
|
|
236
|
+
name: 'id',
|
|
237
|
+
type: 'string',
|
|
238
|
+
default: '',
|
|
239
|
+
description: 'The ID of the attribute to remove',
|
|
240
|
+
required: true,
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
displayName: 'Value',
|
|
244
|
+
name: 'value',
|
|
245
|
+
type: 'string',
|
|
246
|
+
default: '',
|
|
247
|
+
description: 'Value of the attribute to remove',
|
|
248
|
+
},
|
|
249
|
+
],
|
|
250
|
+
},
|
|
251
|
+
],
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
displayName: 'Base DN',
|
|
255
|
+
name: 'baseDN',
|
|
256
|
+
type: 'string',
|
|
257
|
+
default: '',
|
|
258
|
+
placeholder: 'e.g. ou=users, dc=n8n, dc=io',
|
|
259
|
+
required: true,
|
|
260
|
+
displayOptions: {
|
|
261
|
+
show: {
|
|
262
|
+
operation: ['search'],
|
|
263
|
+
},
|
|
264
|
+
},
|
|
265
|
+
description: 'The distinguished name of the subtree to search in',
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
displayName: 'Search For',
|
|
269
|
+
name: 'searchFor',
|
|
270
|
+
type: 'options',
|
|
271
|
+
default: [],
|
|
272
|
+
typeOptions: {
|
|
273
|
+
loadOptionsMethod: 'getObjectClasses',
|
|
274
|
+
},
|
|
275
|
+
displayOptions: {
|
|
276
|
+
show: {
|
|
277
|
+
operation: ['search'],
|
|
278
|
+
},
|
|
279
|
+
},
|
|
280
|
+
description: 'Directory object class to search for',
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
displayName: 'Custom Filter',
|
|
284
|
+
name: 'customFilter',
|
|
285
|
+
type: 'string',
|
|
286
|
+
default: '(objectclass=*)',
|
|
287
|
+
displayOptions: {
|
|
288
|
+
show: {
|
|
289
|
+
operation: ['search'],
|
|
290
|
+
searchFor: ['custom'],
|
|
291
|
+
},
|
|
292
|
+
},
|
|
293
|
+
description: 'Custom LDAP filter. Escape these chars * ( ) \\ with a backslash "\\".',
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
displayName: 'Attribute',
|
|
297
|
+
name: 'attribute',
|
|
298
|
+
type: 'options',
|
|
299
|
+
required: true,
|
|
300
|
+
default: [],
|
|
301
|
+
typeOptions: {
|
|
302
|
+
loadOptionsMethod: 'getAttributes',
|
|
303
|
+
},
|
|
304
|
+
description: 'Attribute to search for',
|
|
305
|
+
displayOptions: {
|
|
306
|
+
show: {
|
|
307
|
+
operation: ['search'],
|
|
308
|
+
},
|
|
309
|
+
hide: {
|
|
310
|
+
searchFor: ['custom'],
|
|
311
|
+
},
|
|
312
|
+
},
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
displayName: 'Search Text',
|
|
316
|
+
name: 'searchText',
|
|
317
|
+
type: 'string',
|
|
318
|
+
default: '',
|
|
319
|
+
required: true,
|
|
320
|
+
displayOptions: {
|
|
321
|
+
show: {
|
|
322
|
+
operation: ['search'],
|
|
323
|
+
},
|
|
324
|
+
hide: {
|
|
325
|
+
searchFor: ['custom'],
|
|
326
|
+
},
|
|
327
|
+
},
|
|
328
|
+
description: 'Text to search for, Use * for a wildcard',
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
displayName: 'Return All',
|
|
332
|
+
name: 'returnAll',
|
|
333
|
+
type: 'boolean',
|
|
334
|
+
default: false,
|
|
335
|
+
description: 'Whether to return all results or only up to a given limit',
|
|
336
|
+
displayOptions: {
|
|
337
|
+
show: {
|
|
338
|
+
operation: ['search'],
|
|
339
|
+
},
|
|
340
|
+
},
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
displayName: 'Limit',
|
|
344
|
+
name: 'limit',
|
|
345
|
+
type: 'number',
|
|
346
|
+
default: 50,
|
|
347
|
+
description: 'Max number of results to return',
|
|
348
|
+
typeOptions: {
|
|
349
|
+
minValue: 1,
|
|
350
|
+
},
|
|
351
|
+
displayOptions: {
|
|
352
|
+
show: {
|
|
353
|
+
operation: ['search'],
|
|
354
|
+
returnAll: [false],
|
|
355
|
+
},
|
|
356
|
+
},
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
displayName: 'Options',
|
|
360
|
+
name: 'options',
|
|
361
|
+
type: 'collection',
|
|
362
|
+
placeholder: 'Add Option',
|
|
363
|
+
default: {},
|
|
364
|
+
displayOptions: {
|
|
365
|
+
show: {
|
|
366
|
+
operation: ['search'],
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
options: [
|
|
370
|
+
{
|
|
371
|
+
displayName: 'Attribute Names or IDs',
|
|
372
|
+
name: 'attributes',
|
|
373
|
+
type: 'multiOptions',
|
|
374
|
+
typeOptions: {
|
|
375
|
+
loadOptionsMethod: 'getAttributes',
|
|
376
|
+
},
|
|
377
|
+
default: [],
|
|
378
|
+
description: 'Comma-separated list of attributes to return. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
displayName: 'Page Size',
|
|
382
|
+
name: 'pageSize',
|
|
383
|
+
type: 'number',
|
|
384
|
+
default: 1000,
|
|
385
|
+
typeOptions: {
|
|
386
|
+
minValue: 0,
|
|
387
|
+
},
|
|
388
|
+
description: 'Maximum number of results to request at one time. Set to 0 to disable paging.',
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
displayName: 'Scope',
|
|
392
|
+
name: 'scope',
|
|
393
|
+
default: 'sub',
|
|
394
|
+
description: 'The set of entries at or below the BaseDN that may be considered potential matches',
|
|
395
|
+
type: 'options',
|
|
396
|
+
options: [
|
|
397
|
+
{
|
|
398
|
+
name: 'Base Object',
|
|
399
|
+
value: 'base',
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
name: 'Single Level',
|
|
403
|
+
value: 'one',
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
name: 'Whole Subtree',
|
|
407
|
+
value: 'sub',
|
|
408
|
+
},
|
|
409
|
+
],
|
|
410
|
+
},
|
|
411
|
+
],
|
|
412
|
+
},
|
|
413
|
+
];
|
|
414
|
+
//# sourceMappingURL=LdapDescription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LdapDescription.js","sourceRoot":"","sources":["../../../nodes/Ldap/LdapDescription.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M206.9 564.6c17.7 0 32-14.3 32-32V188.8c0-16.4 13.3-29.6 29.6-29.6h467.4c16.4 0 29.6 13.3 29.6 29.6v345.3c0 3.9 0.7 7.8 2.1 11.4 12.6 33.2 61.9 24.1 61.9-11.4V188.8c0-51.7-41.9-93.6-93.6-93.6H268.5c-51.7 0-93.6 41.9-93.6 93.6v343.8c0 17.7 14.3 32 32 32z" /><path d="M671.4 294c0-17.7-14.3-32-32-32H363.1c-17.7 0-32 14.3-32 32s14.3 32 32 32h276.3c17.6 0 32-14.3 32-32zM639.4 412.7H363.1c-17.7 0-32 14.3-32 32s14.3 32 32 32h276.3c17.7 0 32-14.3 32-32s-14.4-32-32-32zM40.9 645.5h-1.8c-16.2 0-29.4 13.2-29.4 29.4v261.4c0 16.2 13.2 29.4 29.4 29.4h160.2c16.2 0 29.4-13.2 29.4-29.4s-13.2-29.4-29.4-29.4h-129v-232c0-16.2-13.1-29.4-29.4-29.4zM502.2 805.6c0-51.1-12.7-90.1-37.5-117-26.2-28.7-64.1-43.1-114.7-43.1h-84.4c-16.2 0-29.4 13.2-29.4 29.4v261.4c0 16.2 13.2 29.4 29.4 29.4H350c50.6 0 88.6-14.4 114.7-43.1 24.9-27.3 37.5-66.3 37.5-117z m-81.1 77c-17.4 17.1-49.6 24.7-76.7 24.7h-47.3v-205h47.3c34.5 0 60.8 8 76.7 24.3 15.5 15.9 23.3 35.5 23.3 71.4 0 44.4-9.4 71-23.3 84.6zM585.5 664.7l-97.2 261.4c-7.2 19.2 7.1 39.7 27.6 39.7h2.4c12.5 0 23.6-7.9 27.7-19.6l21.4-60.7h109.4l21.4 60.7c4.2 11.8 15.3 19.6 27.7 19.6h1.4c20.5 0 34.7-20.5 27.6-39.7l-97.2-261.4c-4.3-11.5-15.3-19.2-27.6-19.2H613c-12.2 0-23.2 7.6-27.5 19.2z m0.1 169.5l35.3-100.6h1.3l35 100.6h-71.6zM896.3 645.5h-99.7c-16.2 0-29.4 13.2-29.4 29.4v261.4c0 16.2 13.2 29.4 29.4 29.4h2.2c16.2 0 29.4-13.2 29.4-29.4v-93.5h67.2c75.9 0 113.9-33.2 113.9-99.1 0-65.5-38-98.2-113-98.2z m45.8 131.9c-10.5 8.1-27 12.6-49.7 12.6h-64.2v-90.6h64.2c22.2 0 38.8 4 49.3 12.6 10.5 8.1 16.1 17.9 16.1 31.8 0 16.7-5.2 25.1-15.7 33.6z" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { IExecuteFunctions, ILoadOptionsFunctions } from 'n8n-core';
|
|
2
|
+
import type { IDataObject, IHookFunctions, IWebhookFunctions } from 'n8n-workflow';
|
|
3
|
+
export declare function lonescaleApiRequest(this: IExecuteFunctions | IWebhookFunctions | IHookFunctions | ILoadOptionsFunctions, method: string, resource: string, body?: IDataObject, query?: IDataObject, uri?: string): Promise<any>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.lonescaleApiRequest = void 0;
|
|
4
|
+
const constants_1 = require("./constants");
|
|
5
|
+
async function lonescaleApiRequest(method, resource, body = {}, query = {}, uri) {
|
|
6
|
+
const endpoint = `${constants_1.BASE_URL}`;
|
|
7
|
+
const credentials = await this.getCredentials('loneScaleApi');
|
|
8
|
+
const options = {
|
|
9
|
+
headers: {
|
|
10
|
+
'Content-Type': 'application/json',
|
|
11
|
+
'X-API-KEY': credentials === null || credentials === void 0 ? void 0 : credentials.apiKey,
|
|
12
|
+
},
|
|
13
|
+
method,
|
|
14
|
+
body,
|
|
15
|
+
qs: query,
|
|
16
|
+
uri: uri || `${endpoint}${resource}`,
|
|
17
|
+
json: true,
|
|
18
|
+
};
|
|
19
|
+
if (!Object.keys(body).length) {
|
|
20
|
+
delete options.body;
|
|
21
|
+
}
|
|
22
|
+
if (!Object.keys(query).length) {
|
|
23
|
+
delete options.qs;
|
|
24
|
+
}
|
|
25
|
+
try {
|
|
26
|
+
return await this.helpers.requestWithAuthentication.call(this, 'loneScaleApi', options);
|
|
27
|
+
}
|
|
28
|
+
catch (error) {
|
|
29
|
+
if (error.response) {
|
|
30
|
+
const errorMessage = error.response.body.message || error.response.body.description || error.message;
|
|
31
|
+
throw new Error(`Autopilot error response [${error.statusCode}]: ${errorMessage}`);
|
|
32
|
+
}
|
|
33
|
+
throw error;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.lonescaleApiRequest = lonescaleApiRequest;
|
|
37
|
+
//# sourceMappingURL=GenericFunctions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenericFunctions.js","sourceRoot":"","sources":["../../../nodes/LoneScale/GenericFunctions.ts"],"names":[],"mappings":";;;AAKA,2CAAuC;AAEhC,KAAK,UAAU,mBAAmB,CAExC,MAAc,EACd,QAAgB,EAChB,OAAoB,EAAE,EACtB,QAAqB,EAAE,EACvB,GAAY;IAEZ,MAAM,QAAQ,GAAG,GAAG,oBAAQ,EAAE,CAAC;IAC/B,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IAC9D,MAAM,OAAO,GAAmB;QAC/B,OAAO,EAAE;YACR,cAAc,EAAE,kBAAkB;YAClC,WAAW,EAAE,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,MAAM;SAChC;QACD,MAAM;QACN,IAAI;QACJ,EAAE,EAAE,KAAK;QACT,GAAG,EAAE,GAAG,IAAI,GAAG,QAAQ,GAAG,QAAQ,EAAE;QACpC,IAAI,EAAE,IAAI;KACV,CAAC;IACF,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE;QAC9B,OAAO,OAAO,CAAC,IAAI,CAAC;KACpB;IACD,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,EAAE;QAC/B,OAAO,OAAO,CAAC,EAAE,CAAC;KAClB;IAED,IAAI;QACH,OAAO,MAAM,IAAI,CAAC,OAAO,CAAC,yBAAyB,CAAC,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;KACxF;IAAC,OAAO,KAAK,EAAE;QACf,IAAI,KAAK,CAAC,QAAQ,EAAE;YACnB,MAAM,YAAY,GACjB,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,IAAI,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,IAAI,KAAK,CAAC,OAAO,CAAC;YACjF,MAAM,IAAI,KAAK,CAAC,6BAA6B,KAAK,CAAC,UAAU,MAAM,YAAY,EAAE,CAAC,CAAC;SACnF;QACD,MAAM,KAAK,CAAC;KACZ;AACF,CAAC;AAtCD,kDAsCC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"node": "n8n-nodes-base.lonescale",
|
|
3
|
+
"nodeVersion": "1.0",
|
|
4
|
+
"codexVersion": "1.0",
|
|
5
|
+
"categories": ["Sales"],
|
|
6
|
+
"resources": {
|
|
7
|
+
"credentialDocumentation": [
|
|
8
|
+
{
|
|
9
|
+
"url": "https://docs.n8n.io/credentials/lonescale"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"primaryDocumentation": [
|
|
13
|
+
{
|
|
14
|
+
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.lonescale/"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow';
|
|
2
|
+
export declare class LoneScaleList implements INodeType {
|
|
3
|
+
description: INodeTypeDescription;
|
|
4
|
+
methods: {
|
|
5
|
+
loadOptions: {
|
|
6
|
+
getLists(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
|
|
10
|
+
}
|