@shoutkol/n8n-nodes-pumble 0.1.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.
@@ -0,0 +1,655 @@
1
+ export declare const resourceOptions: {
2
+ name: string;
3
+ value: string;
4
+ }[];
5
+ export declare const channelOperations: {
6
+ displayName: string;
7
+ name: string;
8
+ type: "options";
9
+ noDataExpression: boolean;
10
+ displayOptions: {
11
+ show: {
12
+ resource: string[];
13
+ };
14
+ };
15
+ options: {
16
+ name: string;
17
+ value: string;
18
+ action: string;
19
+ }[];
20
+ default: string;
21
+ }[];
22
+ export declare const channelFields: ({
23
+ displayName: string;
24
+ name: string;
25
+ type: "string";
26
+ required: boolean;
27
+ default: string;
28
+ displayOptions: {
29
+ show: {
30
+ resource: string[];
31
+ operation: string[];
32
+ getBy?: undefined;
33
+ };
34
+ };
35
+ description: string;
36
+ options?: undefined;
37
+ } | {
38
+ displayName: string;
39
+ name: string;
40
+ type: "options";
41
+ options: {
42
+ name: string;
43
+ value: string;
44
+ }[];
45
+ default: string;
46
+ displayOptions: {
47
+ show: {
48
+ resource: string[];
49
+ operation: string[];
50
+ getBy?: undefined;
51
+ };
52
+ };
53
+ description: string;
54
+ required?: undefined;
55
+ } | {
56
+ displayName: string;
57
+ name: string;
58
+ type: "string";
59
+ default: string;
60
+ displayOptions: {
61
+ show: {
62
+ resource: string[];
63
+ operation: string[];
64
+ getBy?: undefined;
65
+ };
66
+ };
67
+ description: string;
68
+ required?: undefined;
69
+ options?: undefined;
70
+ } | {
71
+ displayName: string;
72
+ name: string;
73
+ type: "options";
74
+ options: {
75
+ name: string;
76
+ value: string;
77
+ }[];
78
+ default: string;
79
+ displayOptions: {
80
+ show: {
81
+ resource: string[];
82
+ operation: string[];
83
+ getBy?: undefined;
84
+ };
85
+ };
86
+ required?: undefined;
87
+ description?: undefined;
88
+ } | {
89
+ displayName: string;
90
+ name: string;
91
+ type: "string";
92
+ default: string;
93
+ displayOptions: {
94
+ show: {
95
+ resource: string[];
96
+ operation: string[];
97
+ getBy: string[];
98
+ };
99
+ };
100
+ description: string;
101
+ required?: undefined;
102
+ options?: undefined;
103
+ })[];
104
+ export declare const messageOperations: {
105
+ displayName: string;
106
+ name: string;
107
+ type: "options";
108
+ noDataExpression: boolean;
109
+ displayOptions: {
110
+ show: {
111
+ resource: string[];
112
+ };
113
+ };
114
+ options: {
115
+ name: string;
116
+ value: string;
117
+ action: string;
118
+ }[];
119
+ default: string;
120
+ }[];
121
+ export declare const messageFields: ({
122
+ displayName: string;
123
+ name: string;
124
+ type: "options";
125
+ options: {
126
+ name: string;
127
+ value: string;
128
+ }[];
129
+ default: string;
130
+ displayOptions: {
131
+ show: {
132
+ resource: string[];
133
+ operation: string[];
134
+ channelIdentType?: undefined;
135
+ dmUserBy?: undefined;
136
+ dmGroupBy?: undefined;
137
+ };
138
+ };
139
+ required?: undefined;
140
+ typeOptions?: undefined;
141
+ description?: undefined;
142
+ placeholder?: undefined;
143
+ } | {
144
+ displayName: string;
145
+ name: string;
146
+ type: "string";
147
+ default: string;
148
+ displayOptions: {
149
+ show: {
150
+ resource: string[];
151
+ operation: string[];
152
+ channelIdentType: string[];
153
+ dmUserBy?: undefined;
154
+ dmGroupBy?: undefined;
155
+ };
156
+ };
157
+ options?: undefined;
158
+ required?: undefined;
159
+ typeOptions?: undefined;
160
+ description?: undefined;
161
+ placeholder?: undefined;
162
+ } | {
163
+ displayName: string;
164
+ name: string;
165
+ type: "string";
166
+ required: boolean;
167
+ default: string;
168
+ typeOptions: {
169
+ rows: number;
170
+ };
171
+ displayOptions: {
172
+ show: {
173
+ resource: string[];
174
+ operation: string[];
175
+ channelIdentType?: undefined;
176
+ dmUserBy?: undefined;
177
+ dmGroupBy?: undefined;
178
+ };
179
+ };
180
+ description: string;
181
+ options?: undefined;
182
+ placeholder?: undefined;
183
+ } | {
184
+ displayName: string;
185
+ name: string;
186
+ type: "boolean";
187
+ default: boolean;
188
+ displayOptions: {
189
+ show: {
190
+ resource: string[];
191
+ operation: string[];
192
+ channelIdentType?: undefined;
193
+ dmUserBy?: undefined;
194
+ dmGroupBy?: undefined;
195
+ };
196
+ };
197
+ description: string;
198
+ options?: undefined;
199
+ required?: undefined;
200
+ typeOptions?: undefined;
201
+ placeholder?: undefined;
202
+ } | {
203
+ displayName: string;
204
+ name: string;
205
+ type: "string";
206
+ required: boolean;
207
+ default: string;
208
+ displayOptions: {
209
+ show: {
210
+ resource: string[];
211
+ operation: string[];
212
+ channelIdentType?: undefined;
213
+ dmUserBy?: undefined;
214
+ dmGroupBy?: undefined;
215
+ };
216
+ };
217
+ description: string;
218
+ options?: undefined;
219
+ typeOptions?: undefined;
220
+ placeholder?: undefined;
221
+ } | {
222
+ displayName: string;
223
+ name: string;
224
+ type: "string";
225
+ required: boolean;
226
+ default: string;
227
+ displayOptions: {
228
+ show: {
229
+ resource: string[];
230
+ operation: string[];
231
+ channelIdentType?: undefined;
232
+ dmUserBy?: undefined;
233
+ dmGroupBy?: undefined;
234
+ };
235
+ };
236
+ options?: undefined;
237
+ typeOptions?: undefined;
238
+ description?: undefined;
239
+ placeholder?: undefined;
240
+ } | {
241
+ displayName: string;
242
+ name: string;
243
+ type: "string";
244
+ required: boolean;
245
+ default: string;
246
+ typeOptions: {
247
+ rows: number;
248
+ };
249
+ displayOptions: {
250
+ show: {
251
+ resource: string[];
252
+ operation: string[];
253
+ channelIdentType?: undefined;
254
+ dmUserBy?: undefined;
255
+ dmGroupBy?: undefined;
256
+ };
257
+ };
258
+ options?: undefined;
259
+ description?: undefined;
260
+ placeholder?: undefined;
261
+ } | {
262
+ displayName: string;
263
+ name: string;
264
+ type: "collection";
265
+ placeholder: string;
266
+ default: {};
267
+ displayOptions: {
268
+ show: {
269
+ resource: string[];
270
+ operation: string[];
271
+ channelIdentType?: undefined;
272
+ dmUserBy?: undefined;
273
+ dmGroupBy?: undefined;
274
+ };
275
+ };
276
+ options: ({
277
+ displayName: string;
278
+ name: string;
279
+ type: "string";
280
+ default: string;
281
+ description: string;
282
+ } | {
283
+ displayName: string;
284
+ name: string;
285
+ type: "number";
286
+ default: number;
287
+ description: string;
288
+ } | {
289
+ displayName: string;
290
+ name: string;
291
+ type: "string";
292
+ default: string;
293
+ description?: undefined;
294
+ })[];
295
+ required?: undefined;
296
+ typeOptions?: undefined;
297
+ description?: undefined;
298
+ } | {
299
+ displayName: string;
300
+ name: string;
301
+ type: "collection";
302
+ placeholder: string;
303
+ default: {};
304
+ displayOptions: {
305
+ show: {
306
+ resource: string[];
307
+ operation: string[];
308
+ channelIdentType?: undefined;
309
+ dmUserBy?: undefined;
310
+ dmGroupBy?: undefined;
311
+ };
312
+ };
313
+ options: ({
314
+ displayName: string;
315
+ name: string;
316
+ type: "string";
317
+ default: string;
318
+ } | {
319
+ displayName: string;
320
+ name: string;
321
+ type: "number";
322
+ default: number;
323
+ })[];
324
+ required?: undefined;
325
+ typeOptions?: undefined;
326
+ description?: undefined;
327
+ } | {
328
+ displayName: string;
329
+ name: string;
330
+ type: "string";
331
+ default: string;
332
+ displayOptions: {
333
+ show: {
334
+ resource: string[];
335
+ operation: string[];
336
+ channelIdentType?: undefined;
337
+ dmUserBy?: undefined;
338
+ dmGroupBy?: undefined;
339
+ };
340
+ };
341
+ description: string;
342
+ options?: undefined;
343
+ required?: undefined;
344
+ typeOptions?: undefined;
345
+ placeholder?: undefined;
346
+ } | {
347
+ displayName: string;
348
+ name: string;
349
+ type: "string";
350
+ default: string;
351
+ displayOptions: {
352
+ show: {
353
+ resource: string[];
354
+ operation: string[];
355
+ dmUserBy: string[];
356
+ channelIdentType?: undefined;
357
+ dmGroupBy?: undefined;
358
+ };
359
+ };
360
+ options?: undefined;
361
+ required?: undefined;
362
+ typeOptions?: undefined;
363
+ description?: undefined;
364
+ placeholder?: undefined;
365
+ } | {
366
+ displayName: string;
367
+ name: string;
368
+ type: "string";
369
+ default: string;
370
+ displayOptions: {
371
+ show: {
372
+ resource: string[];
373
+ operation: string[];
374
+ dmGroupBy: string[];
375
+ channelIdentType?: undefined;
376
+ dmUserBy?: undefined;
377
+ };
378
+ };
379
+ description: string;
380
+ options?: undefined;
381
+ required?: undefined;
382
+ typeOptions?: undefined;
383
+ placeholder?: undefined;
384
+ })[];
385
+ export declare const reactionOperations: {
386
+ displayName: string;
387
+ name: string;
388
+ type: "options";
389
+ noDataExpression: boolean;
390
+ displayOptions: {
391
+ show: {
392
+ resource: string[];
393
+ };
394
+ };
395
+ options: {
396
+ name: string;
397
+ value: string;
398
+ action: string;
399
+ }[];
400
+ default: string;
401
+ }[];
402
+ export declare const reactionFields: ({
403
+ displayName: string;
404
+ name: string;
405
+ type: "string";
406
+ required: boolean;
407
+ default: string;
408
+ displayOptions: {
409
+ show: {
410
+ resource: string[];
411
+ operation: string[];
412
+ };
413
+ };
414
+ placeholder?: undefined;
415
+ description?: undefined;
416
+ } | {
417
+ displayName: string;
418
+ name: string;
419
+ type: "string";
420
+ required: boolean;
421
+ default: string;
422
+ placeholder: string;
423
+ displayOptions: {
424
+ show: {
425
+ resource: string[];
426
+ operation: string[];
427
+ };
428
+ };
429
+ description: string;
430
+ })[];
431
+ export declare const scheduledMessageOperations: {
432
+ displayName: string;
433
+ name: string;
434
+ type: "options";
435
+ noDataExpression: boolean;
436
+ displayOptions: {
437
+ show: {
438
+ resource: string[];
439
+ };
440
+ };
441
+ options: {
442
+ name: string;
443
+ value: string;
444
+ action: string;
445
+ }[];
446
+ default: string;
447
+ }[];
448
+ export declare const scheduledMessageFields: ({
449
+ displayName: string;
450
+ name: string;
451
+ type: "string";
452
+ required: boolean;
453
+ default: string;
454
+ displayOptions: {
455
+ show: {
456
+ resource: string[];
457
+ operation: string[];
458
+ };
459
+ };
460
+ typeOptions?: undefined;
461
+ description?: undefined;
462
+ placeholder?: undefined;
463
+ options?: undefined;
464
+ } | {
465
+ displayName: string;
466
+ name: string;
467
+ type: "string";
468
+ required: boolean;
469
+ default: string;
470
+ typeOptions: {
471
+ rows: number;
472
+ };
473
+ displayOptions: {
474
+ show: {
475
+ resource: string[];
476
+ operation: string[];
477
+ };
478
+ };
479
+ description?: undefined;
480
+ placeholder?: undefined;
481
+ options?: undefined;
482
+ } | {
483
+ displayName: string;
484
+ name: string;
485
+ type: "number";
486
+ required: boolean;
487
+ default: number;
488
+ displayOptions: {
489
+ show: {
490
+ resource: string[];
491
+ operation: string[];
492
+ };
493
+ };
494
+ description: string;
495
+ typeOptions?: undefined;
496
+ placeholder?: undefined;
497
+ options?: undefined;
498
+ } | {
499
+ displayName: string;
500
+ name: string;
501
+ type: "collection";
502
+ placeholder: string;
503
+ default: {};
504
+ displayOptions: {
505
+ show: {
506
+ resource: string[];
507
+ operation: string[];
508
+ };
509
+ };
510
+ options: ({
511
+ displayName: string;
512
+ name: string;
513
+ type: "string";
514
+ default: string;
515
+ } | {
516
+ displayName: string;
517
+ name: string;
518
+ type: "number";
519
+ default: number;
520
+ })[];
521
+ required?: undefined;
522
+ typeOptions?: undefined;
523
+ description?: undefined;
524
+ } | {
525
+ displayName: string;
526
+ name: string;
527
+ type: "string";
528
+ default: string;
529
+ typeOptions: {
530
+ rows: number;
531
+ };
532
+ displayOptions: {
533
+ show: {
534
+ resource: string[];
535
+ operation: string[];
536
+ };
537
+ };
538
+ required?: undefined;
539
+ description?: undefined;
540
+ placeholder?: undefined;
541
+ options?: undefined;
542
+ } | {
543
+ displayName: string;
544
+ name: string;
545
+ type: "number";
546
+ default: number;
547
+ displayOptions: {
548
+ show: {
549
+ resource: string[];
550
+ operation: string[];
551
+ };
552
+ };
553
+ description: string;
554
+ required?: undefined;
555
+ typeOptions?: undefined;
556
+ placeholder?: undefined;
557
+ options?: undefined;
558
+ } | {
559
+ displayName: string;
560
+ name: string;
561
+ type: "string";
562
+ default: string;
563
+ displayOptions: {
564
+ show: {
565
+ resource: string[];
566
+ operation: string[];
567
+ };
568
+ };
569
+ required?: undefined;
570
+ typeOptions?: undefined;
571
+ description?: undefined;
572
+ placeholder?: undefined;
573
+ options?: undefined;
574
+ })[];
575
+ export declare const userOperations: {
576
+ displayName: string;
577
+ name: string;
578
+ type: "options";
579
+ noDataExpression: boolean;
580
+ displayOptions: {
581
+ show: {
582
+ resource: string[];
583
+ };
584
+ };
585
+ options: {
586
+ name: string;
587
+ value: string;
588
+ action: string;
589
+ }[];
590
+ default: string;
591
+ }[];
592
+ export declare const userFields: ({
593
+ displayName: string;
594
+ name: string;
595
+ type: "string";
596
+ default: string;
597
+ placeholder: string;
598
+ displayOptions: {
599
+ show: {
600
+ resource: string[];
601
+ operation: string[];
602
+ expiration?: undefined;
603
+ };
604
+ };
605
+ description: string;
606
+ options?: undefined;
607
+ } | {
608
+ displayName: string;
609
+ name: string;
610
+ type: "string";
611
+ default: string;
612
+ displayOptions: {
613
+ show: {
614
+ resource: string[];
615
+ operation: string[];
616
+ expiration?: undefined;
617
+ };
618
+ };
619
+ placeholder?: undefined;
620
+ description?: undefined;
621
+ options?: undefined;
622
+ } | {
623
+ displayName: string;
624
+ name: string;
625
+ type: "options";
626
+ options: {
627
+ name: string;
628
+ value: string;
629
+ }[];
630
+ default: string;
631
+ displayOptions: {
632
+ show: {
633
+ resource: string[];
634
+ operation: string[];
635
+ expiration?: undefined;
636
+ };
637
+ };
638
+ placeholder?: undefined;
639
+ description?: undefined;
640
+ } | {
641
+ displayName: string;
642
+ name: string;
643
+ type: "number";
644
+ default: number;
645
+ displayOptions: {
646
+ show: {
647
+ resource: string[];
648
+ operation: string[];
649
+ expiration: string[];
650
+ };
651
+ };
652
+ description: string;
653
+ placeholder?: undefined;
654
+ options?: undefined;
655
+ })[];