@joshuanode/n8n-nodes-cipp 0.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 +142 -0
- package/dist/credentials/CippApi.credentials.d.ts +10 -0
- package/dist/credentials/CippApi.credentials.d.ts.map +1 -0
- package/dist/credentials/CippApi.credentials.js +58 -0
- package/dist/credentials/CippApi.credentials.js.map +1 -0
- package/dist/credentials/cipp.svg +4 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +19 -0
- package/dist/index.js.map +1 -0
- package/dist/nodes/Cipp/Cipp.node.d.ts +11 -0
- package/dist/nodes/Cipp/Cipp.node.d.ts.map +1 -0
- package/dist/nodes/Cipp/Cipp.node.js +949 -0
- package/dist/nodes/Cipp/Cipp.node.js.map +1 -0
- package/dist/nodes/Cipp/GenericFunctions.d.ts +23 -0
- package/dist/nodes/Cipp/GenericFunctions.d.ts.map +1 -0
- package/dist/nodes/Cipp/GenericFunctions.js +181 -0
- package/dist/nodes/Cipp/GenericFunctions.js.map +1 -0
- package/dist/nodes/Cipp/cipp.svg +4 -0
- package/dist/nodes/Cipp/descriptions/AlertDescription.d.ts +4 -0
- package/dist/nodes/Cipp/descriptions/AlertDescription.d.ts.map +1 -0
- package/dist/nodes/Cipp/descriptions/AlertDescription.js +251 -0
- package/dist/nodes/Cipp/descriptions/AlertDescription.js.map +1 -0
- package/dist/nodes/Cipp/descriptions/ApplicationDescription.d.ts +4 -0
- package/dist/nodes/Cipp/descriptions/ApplicationDescription.d.ts.map +1 -0
- package/dist/nodes/Cipp/descriptions/ApplicationDescription.js +458 -0
- package/dist/nodes/Cipp/descriptions/ApplicationDescription.js.map +1 -0
- package/dist/nodes/Cipp/descriptions/CippDescription.d.ts +8 -0
- package/dist/nodes/Cipp/descriptions/CippDescription.d.ts.map +1 -0
- package/dist/nodes/Cipp/descriptions/CippDescription.js +534 -0
- package/dist/nodes/Cipp/descriptions/CippDescription.js.map +1 -0
- package/dist/nodes/Cipp/descriptions/DeviceDescription.d.ts +6 -0
- package/dist/nodes/Cipp/descriptions/DeviceDescription.d.ts.map +1 -0
- package/dist/nodes/Cipp/descriptions/DeviceDescription.js +374 -0
- package/dist/nodes/Cipp/descriptions/DeviceDescription.js.map +1 -0
- package/dist/nodes/Cipp/descriptions/GroupDescription.d.ts +4 -0
- package/dist/nodes/Cipp/descriptions/GroupDescription.d.ts.map +1 -0
- package/dist/nodes/Cipp/descriptions/GroupDescription.js +315 -0
- package/dist/nodes/Cipp/descriptions/GroupDescription.js.map +1 -0
- package/dist/nodes/Cipp/descriptions/MailboxDescription.d.ts +4 -0
- package/dist/nodes/Cipp/descriptions/MailboxDescription.d.ts.map +1 -0
- package/dist/nodes/Cipp/descriptions/MailboxDescription.js +175 -0
- package/dist/nodes/Cipp/descriptions/MailboxDescription.js.map +1 -0
- package/dist/nodes/Cipp/descriptions/TeamDescription.d.ts +6 -0
- package/dist/nodes/Cipp/descriptions/TeamDescription.d.ts.map +1 -0
- package/dist/nodes/Cipp/descriptions/TeamDescription.js +509 -0
- package/dist/nodes/Cipp/descriptions/TeamDescription.js.map +1 -0
- package/dist/nodes/Cipp/descriptions/TenantDescription.d.ts +4 -0
- package/dist/nodes/Cipp/descriptions/TenantDescription.d.ts.map +1 -0
- package/dist/nodes/Cipp/descriptions/TenantDescription.js +102 -0
- package/dist/nodes/Cipp/descriptions/TenantDescription.js.map +1 -0
- package/dist/nodes/Cipp/descriptions/UserDescription.d.ts +4 -0
- package/dist/nodes/Cipp/descriptions/UserDescription.d.ts.map +1 -0
- package/dist/nodes/Cipp/descriptions/UserDescription.js +374 -0
- package/dist/nodes/Cipp/descriptions/UserDescription.js.map +1 -0
- package/dist/nodes/Cipp/descriptions/index.d.ts +3 -0
- package/dist/nodes/Cipp/descriptions/index.d.ts.map +1 -0
- package/dist/nodes/Cipp/descriptions/index.js +43 -0
- package/dist/nodes/Cipp/descriptions/index.js.map +1 -0
- package/dist/nodes/Cipp/types.d.ts +142 -0
- package/dist/nodes/Cipp/types.d.ts.map +1 -0
- package/dist/nodes/Cipp/types.js +3 -0
- package/dist/nodes/Cipp/types.js.map +1 -0
- package/package.json +68 -0
|
@@ -0,0 +1,534 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.toolsFields = exports.toolsOperations = exports.backupFields = exports.backupOperations = exports.scheduledItemFields = exports.scheduledItemOperations = void 0;
|
|
4
|
+
exports.scheduledItemOperations = [
|
|
5
|
+
{
|
|
6
|
+
displayName: 'Operation',
|
|
7
|
+
name: 'operation',
|
|
8
|
+
type: 'options',
|
|
9
|
+
noDataExpression: true,
|
|
10
|
+
displayOptions: {
|
|
11
|
+
show: {
|
|
12
|
+
resource: ['scheduledItem'],
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
options: [
|
|
16
|
+
{
|
|
17
|
+
name: 'Add',
|
|
18
|
+
value: 'add',
|
|
19
|
+
description: 'Create a new scheduled item',
|
|
20
|
+
action: 'Add scheduled item',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: 'Get Many',
|
|
24
|
+
value: 'getAll',
|
|
25
|
+
description: 'Get a list of scheduled items',
|
|
26
|
+
action: 'Get many scheduled items',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Remove',
|
|
30
|
+
value: 'remove',
|
|
31
|
+
description: 'Remove a scheduled item',
|
|
32
|
+
action: 'Remove scheduled item',
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
default: 'getAll',
|
|
36
|
+
},
|
|
37
|
+
];
|
|
38
|
+
exports.scheduledItemFields = [
|
|
39
|
+
// Get Many fields
|
|
40
|
+
{
|
|
41
|
+
displayName: 'Return All',
|
|
42
|
+
name: 'returnAll',
|
|
43
|
+
type: 'boolean',
|
|
44
|
+
displayOptions: {
|
|
45
|
+
show: {
|
|
46
|
+
resource: ['scheduledItem'],
|
|
47
|
+
operation: ['getAll'],
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
default: false,
|
|
51
|
+
description: 'Whether to return all results or only up to a given limit',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
displayName: 'Limit',
|
|
55
|
+
name: 'limit',
|
|
56
|
+
type: 'number',
|
|
57
|
+
displayOptions: {
|
|
58
|
+
show: {
|
|
59
|
+
resource: ['scheduledItem'],
|
|
60
|
+
operation: ['getAll'],
|
|
61
|
+
returnAll: [false],
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
typeOptions: {
|
|
65
|
+
minValue: 1,
|
|
66
|
+
maxValue: 500,
|
|
67
|
+
},
|
|
68
|
+
default: 50,
|
|
69
|
+
description: 'Max number of results to return',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
displayName: 'Options',
|
|
73
|
+
name: 'options',
|
|
74
|
+
type: 'collection',
|
|
75
|
+
placeholder: 'Add Option',
|
|
76
|
+
default: {},
|
|
77
|
+
displayOptions: {
|
|
78
|
+
show: {
|
|
79
|
+
resource: ['scheduledItem'],
|
|
80
|
+
operation: ['getAll'],
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
options: [
|
|
84
|
+
{
|
|
85
|
+
displayName: 'Show Hidden',
|
|
86
|
+
name: 'showHidden',
|
|
87
|
+
type: 'boolean',
|
|
88
|
+
default: false,
|
|
89
|
+
description: 'Whether to show hidden system jobs',
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
displayName: 'Filter by Name',
|
|
93
|
+
name: 'name',
|
|
94
|
+
type: 'string',
|
|
95
|
+
default: '',
|
|
96
|
+
description: 'Filter scheduled items by name',
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
},
|
|
100
|
+
// Add Scheduled Item fields
|
|
101
|
+
{
|
|
102
|
+
displayName: 'Tenant',
|
|
103
|
+
name: 'tenantFilter',
|
|
104
|
+
type: 'resourceLocator',
|
|
105
|
+
default: { mode: 'list', value: '' },
|
|
106
|
+
description: 'The tenant to run the job for (optional for all-tenant jobs)',
|
|
107
|
+
displayOptions: {
|
|
108
|
+
show: {
|
|
109
|
+
resource: ['scheduledItem'],
|
|
110
|
+
operation: ['add'],
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
modes: [
|
|
114
|
+
{
|
|
115
|
+
displayName: 'From List',
|
|
116
|
+
name: 'list',
|
|
117
|
+
type: 'list',
|
|
118
|
+
typeOptions: {
|
|
119
|
+
searchListMethod: 'tenantSearch',
|
|
120
|
+
searchable: true,
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
displayName: 'By Domain',
|
|
125
|
+
name: 'id',
|
|
126
|
+
type: 'string',
|
|
127
|
+
placeholder: 'e.g. contoso.onmicrosoft.com',
|
|
128
|
+
},
|
|
129
|
+
],
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
displayName: 'Job Name',
|
|
133
|
+
name: 'jobName',
|
|
134
|
+
type: 'string',
|
|
135
|
+
required: true,
|
|
136
|
+
displayOptions: {
|
|
137
|
+
show: {
|
|
138
|
+
resource: ['scheduledItem'],
|
|
139
|
+
operation: ['add'],
|
|
140
|
+
},
|
|
141
|
+
},
|
|
142
|
+
default: '',
|
|
143
|
+
description: 'Name of the scheduled job',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
displayName: 'Command',
|
|
147
|
+
name: 'command',
|
|
148
|
+
type: 'string',
|
|
149
|
+
required: true,
|
|
150
|
+
displayOptions: {
|
|
151
|
+
show: {
|
|
152
|
+
resource: ['scheduledItem'],
|
|
153
|
+
operation: ['add'],
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
default: '',
|
|
157
|
+
placeholder: 'e.g. Get-CIPPUsers',
|
|
158
|
+
description: 'The command to execute',
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
displayName: 'Scheduled Time',
|
|
162
|
+
name: 'scheduledTime',
|
|
163
|
+
type: 'dateTime',
|
|
164
|
+
displayOptions: {
|
|
165
|
+
show: {
|
|
166
|
+
resource: ['scheduledItem'],
|
|
167
|
+
operation: ['add'],
|
|
168
|
+
},
|
|
169
|
+
},
|
|
170
|
+
default: '',
|
|
171
|
+
description: 'When the job should run',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
displayName: 'Recurrence',
|
|
175
|
+
name: 'recurrence',
|
|
176
|
+
type: 'options',
|
|
177
|
+
displayOptions: {
|
|
178
|
+
show: {
|
|
179
|
+
resource: ['scheduledItem'],
|
|
180
|
+
operation: ['add'],
|
|
181
|
+
},
|
|
182
|
+
},
|
|
183
|
+
options: [
|
|
184
|
+
{ name: 'Once', value: '0' },
|
|
185
|
+
{ name: 'Daily', value: '1d' },
|
|
186
|
+
{ name: 'Weekly', value: '7d' },
|
|
187
|
+
{ name: 'Monthly', value: '30d' },
|
|
188
|
+
{ name: 'Yearly', value: '365d' },
|
|
189
|
+
],
|
|
190
|
+
default: '0',
|
|
191
|
+
description: 'How often the job should recur',
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
displayName: 'Parameters',
|
|
195
|
+
name: 'parameters',
|
|
196
|
+
type: 'json',
|
|
197
|
+
displayOptions: {
|
|
198
|
+
show: {
|
|
199
|
+
resource: ['scheduledItem'],
|
|
200
|
+
operation: ['add'],
|
|
201
|
+
},
|
|
202
|
+
},
|
|
203
|
+
default: '{}',
|
|
204
|
+
description: 'JSON parameters for the command',
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
displayName: 'Post-Execution Actions',
|
|
208
|
+
name: 'postExecution',
|
|
209
|
+
type: 'multiOptions',
|
|
210
|
+
displayOptions: {
|
|
211
|
+
show: {
|
|
212
|
+
resource: ['scheduledItem'],
|
|
213
|
+
operation: ['add'],
|
|
214
|
+
},
|
|
215
|
+
},
|
|
216
|
+
options: [
|
|
217
|
+
{ name: 'Webhook', value: 'Webhook' },
|
|
218
|
+
{ name: 'Email', value: 'Email' },
|
|
219
|
+
{ name: 'PSA', value: 'PSA' },
|
|
220
|
+
],
|
|
221
|
+
default: [],
|
|
222
|
+
description: 'Actions to take after job execution',
|
|
223
|
+
},
|
|
224
|
+
// Remove Scheduled Item fields
|
|
225
|
+
{
|
|
226
|
+
displayName: 'Row Key',
|
|
227
|
+
name: 'rowKey',
|
|
228
|
+
type: 'string',
|
|
229
|
+
required: true,
|
|
230
|
+
displayOptions: {
|
|
231
|
+
show: {
|
|
232
|
+
resource: ['scheduledItem'],
|
|
233
|
+
operation: ['remove'],
|
|
234
|
+
},
|
|
235
|
+
},
|
|
236
|
+
default: '',
|
|
237
|
+
description: 'The RowKey of the scheduled item to remove',
|
|
238
|
+
},
|
|
239
|
+
];
|
|
240
|
+
// Backup operations
|
|
241
|
+
exports.backupOperations = [
|
|
242
|
+
{
|
|
243
|
+
displayName: 'Operation',
|
|
244
|
+
name: 'operation',
|
|
245
|
+
type: 'options',
|
|
246
|
+
noDataExpression: true,
|
|
247
|
+
displayOptions: {
|
|
248
|
+
show: {
|
|
249
|
+
resource: ['backup'],
|
|
250
|
+
},
|
|
251
|
+
},
|
|
252
|
+
options: [
|
|
253
|
+
{
|
|
254
|
+
name: 'Get Many',
|
|
255
|
+
value: 'getAll',
|
|
256
|
+
description: 'Get a list of backups',
|
|
257
|
+
action: 'Get many backups',
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
name: 'Restore',
|
|
261
|
+
value: 'restore',
|
|
262
|
+
description: 'Restore a backup',
|
|
263
|
+
action: 'Restore backup',
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
name: 'Run',
|
|
267
|
+
value: 'run',
|
|
268
|
+
description: 'Create a new backup',
|
|
269
|
+
action: 'Run backup',
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
name: 'Set Auto-Backup',
|
|
273
|
+
value: 'setAutoBackup',
|
|
274
|
+
description: 'Enable or disable automatic backups',
|
|
275
|
+
action: 'Set auto backup',
|
|
276
|
+
},
|
|
277
|
+
],
|
|
278
|
+
default: 'getAll',
|
|
279
|
+
},
|
|
280
|
+
];
|
|
281
|
+
exports.backupFields = [
|
|
282
|
+
// Get Many fields
|
|
283
|
+
{
|
|
284
|
+
displayName: 'Return All',
|
|
285
|
+
name: 'returnAll',
|
|
286
|
+
type: 'boolean',
|
|
287
|
+
displayOptions: {
|
|
288
|
+
show: {
|
|
289
|
+
resource: ['backup'],
|
|
290
|
+
operation: ['getAll'],
|
|
291
|
+
},
|
|
292
|
+
},
|
|
293
|
+
default: false,
|
|
294
|
+
description: 'Whether to return all results or only up to a given limit',
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
displayName: 'Limit',
|
|
298
|
+
name: 'limit',
|
|
299
|
+
type: 'number',
|
|
300
|
+
displayOptions: {
|
|
301
|
+
show: {
|
|
302
|
+
resource: ['backup'],
|
|
303
|
+
operation: ['getAll'],
|
|
304
|
+
returnAll: [false],
|
|
305
|
+
},
|
|
306
|
+
},
|
|
307
|
+
typeOptions: {
|
|
308
|
+
minValue: 1,
|
|
309
|
+
maxValue: 100,
|
|
310
|
+
},
|
|
311
|
+
default: 50,
|
|
312
|
+
description: 'Max number of results to return',
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
displayName: 'Options',
|
|
316
|
+
name: 'options',
|
|
317
|
+
type: 'collection',
|
|
318
|
+
placeholder: 'Add Option',
|
|
319
|
+
default: {},
|
|
320
|
+
displayOptions: {
|
|
321
|
+
show: {
|
|
322
|
+
resource: ['backup'],
|
|
323
|
+
operation: ['getAll'],
|
|
324
|
+
},
|
|
325
|
+
},
|
|
326
|
+
options: [
|
|
327
|
+
{
|
|
328
|
+
displayName: 'Names Only',
|
|
329
|
+
name: 'namesOnly',
|
|
330
|
+
type: 'boolean',
|
|
331
|
+
default: false,
|
|
332
|
+
description: 'Whether to return only backup names',
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
displayName: 'Backup Name',
|
|
336
|
+
name: 'backupName',
|
|
337
|
+
type: 'string',
|
|
338
|
+
default: '',
|
|
339
|
+
description: 'Get a specific backup by name',
|
|
340
|
+
},
|
|
341
|
+
],
|
|
342
|
+
},
|
|
343
|
+
// Restore fields
|
|
344
|
+
{
|
|
345
|
+
displayName: 'Backup Data',
|
|
346
|
+
name: 'backupData',
|
|
347
|
+
type: 'json',
|
|
348
|
+
required: true,
|
|
349
|
+
displayOptions: {
|
|
350
|
+
show: {
|
|
351
|
+
resource: ['backup'],
|
|
352
|
+
operation: ['restore'],
|
|
353
|
+
},
|
|
354
|
+
},
|
|
355
|
+
default: '{}',
|
|
356
|
+
description: 'The backup data to restore',
|
|
357
|
+
},
|
|
358
|
+
// Auto-Backup fields
|
|
359
|
+
{
|
|
360
|
+
displayName: 'Enable Auto-Backup',
|
|
361
|
+
name: 'enableAutoBackup',
|
|
362
|
+
type: 'boolean',
|
|
363
|
+
required: true,
|
|
364
|
+
displayOptions: {
|
|
365
|
+
show: {
|
|
366
|
+
resource: ['backup'],
|
|
367
|
+
operation: ['setAutoBackup'],
|
|
368
|
+
},
|
|
369
|
+
},
|
|
370
|
+
default: true,
|
|
371
|
+
description: 'Whether to enable automatic backups',
|
|
372
|
+
},
|
|
373
|
+
];
|
|
374
|
+
// Tools operations
|
|
375
|
+
exports.toolsOperations = [
|
|
376
|
+
{
|
|
377
|
+
displayName: 'Operation',
|
|
378
|
+
name: 'operation',
|
|
379
|
+
type: 'options',
|
|
380
|
+
noDataExpression: true,
|
|
381
|
+
displayOptions: {
|
|
382
|
+
show: {
|
|
383
|
+
resource: ['tools'],
|
|
384
|
+
},
|
|
385
|
+
},
|
|
386
|
+
options: [
|
|
387
|
+
{
|
|
388
|
+
name: 'Breach Search (Account)',
|
|
389
|
+
value: 'breachAccount',
|
|
390
|
+
description: 'Check breaches for an email or domain',
|
|
391
|
+
action: 'Search breaches for account',
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
name: 'Breach Search (Tenant)',
|
|
395
|
+
value: 'breachTenant',
|
|
396
|
+
description: 'Get breaches for a tenant',
|
|
397
|
+
action: 'Search breaches for tenant',
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
name: 'Execute Breach Search',
|
|
401
|
+
value: 'executeBreachSearch',
|
|
402
|
+
description: 'Execute a comprehensive breach search',
|
|
403
|
+
action: 'Execute breach search',
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
name: 'Graph Request',
|
|
407
|
+
value: 'graphRequest',
|
|
408
|
+
description: 'Make a custom Microsoft Graph API request',
|
|
409
|
+
action: 'Execute graph request',
|
|
410
|
+
},
|
|
411
|
+
],
|
|
412
|
+
default: 'graphRequest',
|
|
413
|
+
},
|
|
414
|
+
];
|
|
415
|
+
exports.toolsFields = [
|
|
416
|
+
// Tenant selector for tenant-specific operations
|
|
417
|
+
{
|
|
418
|
+
displayName: 'Tenant',
|
|
419
|
+
name: 'tenantFilter',
|
|
420
|
+
type: 'resourceLocator',
|
|
421
|
+
default: { mode: 'list', value: '' },
|
|
422
|
+
required: true,
|
|
423
|
+
description: 'The tenant to perform the operation on',
|
|
424
|
+
displayOptions: {
|
|
425
|
+
show: {
|
|
426
|
+
resource: ['tools'],
|
|
427
|
+
operation: ['breachTenant', 'executeBreachSearch', 'graphRequest'],
|
|
428
|
+
},
|
|
429
|
+
},
|
|
430
|
+
modes: [
|
|
431
|
+
{
|
|
432
|
+
displayName: 'From List',
|
|
433
|
+
name: 'list',
|
|
434
|
+
type: 'list',
|
|
435
|
+
typeOptions: {
|
|
436
|
+
searchListMethod: 'tenantSearch',
|
|
437
|
+
searchable: true,
|
|
438
|
+
},
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
displayName: 'By Domain',
|
|
442
|
+
name: 'id',
|
|
443
|
+
type: 'string',
|
|
444
|
+
placeholder: 'e.g. contoso.onmicrosoft.com',
|
|
445
|
+
},
|
|
446
|
+
],
|
|
447
|
+
},
|
|
448
|
+
// Breach Account fields
|
|
449
|
+
{
|
|
450
|
+
displayName: 'Account',
|
|
451
|
+
name: 'account',
|
|
452
|
+
type: 'string',
|
|
453
|
+
required: true,
|
|
454
|
+
displayOptions: {
|
|
455
|
+
show: {
|
|
456
|
+
resource: ['tools'],
|
|
457
|
+
operation: ['breachAccount'],
|
|
458
|
+
},
|
|
459
|
+
},
|
|
460
|
+
default: '',
|
|
461
|
+
placeholder: 'user@domain.com or domain.com',
|
|
462
|
+
description: 'The email address or domain to check for breaches',
|
|
463
|
+
},
|
|
464
|
+
// Graph Request fields
|
|
465
|
+
{
|
|
466
|
+
displayName: 'Endpoint',
|
|
467
|
+
name: 'graphEndpoint',
|
|
468
|
+
type: 'string',
|
|
469
|
+
required: true,
|
|
470
|
+
displayOptions: {
|
|
471
|
+
show: {
|
|
472
|
+
resource: ['tools'],
|
|
473
|
+
operation: ['graphRequest'],
|
|
474
|
+
},
|
|
475
|
+
},
|
|
476
|
+
default: 'users',
|
|
477
|
+
placeholder: 'e.g. users, groups, devices',
|
|
478
|
+
description: 'The Graph API endpoint to call',
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
displayName: 'Options',
|
|
482
|
+
name: 'graphOptions',
|
|
483
|
+
type: 'collection',
|
|
484
|
+
placeholder: 'Add Option',
|
|
485
|
+
default: {},
|
|
486
|
+
displayOptions: {
|
|
487
|
+
show: {
|
|
488
|
+
resource: ['tools'],
|
|
489
|
+
operation: ['graphRequest'],
|
|
490
|
+
},
|
|
491
|
+
},
|
|
492
|
+
options: [
|
|
493
|
+
{
|
|
494
|
+
displayName: '$Count',
|
|
495
|
+
name: 'count',
|
|
496
|
+
type: 'boolean',
|
|
497
|
+
default: false,
|
|
498
|
+
description: 'Whether to include count',
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
displayName: '$Filter',
|
|
502
|
+
name: 'filter',
|
|
503
|
+
type: 'string',
|
|
504
|
+
default: '',
|
|
505
|
+
placeholder: "startsWith(displayName,'John')",
|
|
506
|
+
description: 'OData filter',
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
displayName: '$Orderby',
|
|
510
|
+
name: 'orderby',
|
|
511
|
+
type: 'string',
|
|
512
|
+
default: '',
|
|
513
|
+
placeholder: 'displayName',
|
|
514
|
+
description: 'Field to order by',
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
displayName: '$Select',
|
|
518
|
+
name: 'select',
|
|
519
|
+
type: 'string',
|
|
520
|
+
default: '',
|
|
521
|
+
placeholder: 'ID,displayName,userPrincipalName',
|
|
522
|
+
description: 'Fields to select',
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
displayName: '$Top',
|
|
526
|
+
name: 'top',
|
|
527
|
+
type: 'number',
|
|
528
|
+
default: 100,
|
|
529
|
+
description: 'Number of records to return',
|
|
530
|
+
},
|
|
531
|
+
],
|
|
532
|
+
},
|
|
533
|
+
];
|
|
534
|
+
//# sourceMappingURL=CippDescription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CippDescription.js","sourceRoot":"","sources":["../../../../nodes/Cipp/descriptions/CippDescription.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare const deviceOperations: INodeProperties[];
|
|
3
|
+
export declare const deviceFields: INodeProperties[];
|
|
4
|
+
export declare const autopilotOperations: INodeProperties[];
|
|
5
|
+
export declare const autopilotFields: INodeProperties[];
|
|
6
|
+
//# sourceMappingURL=DeviceDescription.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeviceDescription.d.ts","sourceRoot":"","sources":["../../../../nodes/Cipp/descriptions/DeviceDescription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,gBAAgB,EAAE,eAAe,EA6C7C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,EA0JzC,CAAC;AAGF,eAAO,MAAM,mBAAmB,EAAE,eAAe,EA6ChD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,EAkI5C,CAAC"}
|