n8n-nodes-infomaniak-api 0.1.4 → 0.1.6

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 (31) hide show
  1. package/dist/nodes/InfomaniakAitools/InfomaniakAitools.node.js +0 -256
  2. package/dist/nodes/InfomaniakAitools/InfomaniakAitools.node.js.map +1 -1
  3. package/dist/nodes/InfomaniakCoreRessource/InfomaniakCoreRessource.node.js +3 -174
  4. package/dist/nodes/InfomaniakCoreRessource/InfomaniakCoreRessource.node.js.map +1 -1
  5. package/dist/nodes/InfomaniakEticket/InfomaniakEticket.node.js +3 -18
  6. package/dist/nodes/InfomaniakEticket/InfomaniakEticket.node.js.map +1 -1
  7. package/dist/nodes/InfomaniakKMeet/InfomaniakKMeet.node.js +0 -8
  8. package/dist/nodes/InfomaniakKMeet/InfomaniakKMeet.node.js.map +1 -1
  9. package/dist/nodes/InfomaniakKchat/InfomaniakKchat.node.js +10 -496
  10. package/dist/nodes/InfomaniakKchat/InfomaniakKchat.node.js.map +1 -1
  11. package/dist/nodes/InfomaniakKdrive/InfomaniakKdrive.node.js +29 -662
  12. package/dist/nodes/InfomaniakKdrive/InfomaniakKdrive.node.js.map +1 -1
  13. package/dist/nodes/InfomaniakMail/InfomaniakMail.node.js +11 -598
  14. package/dist/nodes/InfomaniakMail/InfomaniakMail.node.js.map +1 -1
  15. package/dist/nodes/InfomaniakNewsletter/InfomaniakNewsletter.node.js +15 -438
  16. package/dist/nodes/InfomaniakNewsletter/InfomaniakNewsletter.node.js.map +1 -1
  17. package/dist/nodes/InfomaniakPublicCloud/InfomaniakPublicCloud.node.js +10 -332
  18. package/dist/nodes/InfomaniakPublicCloud/InfomaniakPublicCloud.node.js.map +1 -1
  19. package/dist/nodes/InfomaniakStreamingRadio/InfomaniakStreamingRadio.node.js +36 -1646
  20. package/dist/nodes/InfomaniakStreamingRadio/InfomaniakStreamingRadio.node.js.map +1 -1
  21. package/dist/nodes/InfomaniakStreamingVideo/InfomaniakStreamingVideo.node.js +7 -474
  22. package/dist/nodes/InfomaniakStreamingVideo/InfomaniakStreamingVideo.node.js.map +1 -1
  23. package/dist/nodes/InfomaniakSwissBackup/InfomaniakSwissBackup.node.js +2 -52
  24. package/dist/nodes/InfomaniakSwissBackup/InfomaniakSwissBackup.node.js.map +1 -1
  25. package/dist/nodes/InfomaniakUrlShortner/InfomaniakUrlShortner.node.js +2 -44
  26. package/dist/nodes/InfomaniakUrlShortner/InfomaniakUrlShortner.node.js.map +1 -1
  27. package/dist/nodes/InfomaniakVod/InfomaniakVod.node.js +81 -1758
  28. package/dist/nodes/InfomaniakVod/InfomaniakVod.node.js.map +1 -1
  29. package/dist/package.json +1 -1
  30. package/dist/tsconfig.tsbuildinfo +1 -1
  31. package/package.json +1 -1
@@ -52,10 +52,6 @@ const operations = {
52
52
  "queryParams": [],
53
53
  "optionalQueryCollectionName": null,
54
54
  "bodyFields": [
55
- {
56
- "name": "content_html",
57
- "field": "body_content_html"
58
- },
59
55
  {
60
56
  "name": "email_from_addr",
61
57
  "field": "body_email_from_addr"
@@ -64,45 +60,13 @@ const operations = {
64
60
  "name": "email_from_name",
65
61
  "field": "body_email_from_name"
66
62
  },
67
- {
68
- "name": "force_sended",
69
- "field": "body_force_sended"
70
- },
71
63
  {
72
64
  "name": "lang",
73
65
  "field": "body_lang"
74
66
  },
75
- {
76
- "name": "preheader",
77
- "field": "body_preheader"
78
- },
79
- {
80
- "name": "recipients",
81
- "field": "body_recipients"
82
- },
83
67
  {
84
68
  "name": "subject",
85
69
  "field": "body_subject"
86
- },
87
- {
88
- "name": "template_id",
89
- "field": "body_template_id"
90
- },
91
- {
92
- "name": "tracking_link",
93
- "field": "body_tracking_link"
94
- },
95
- {
96
- "name": "tracking_opening",
97
- "field": "body_tracking_opening"
98
- },
99
- {
100
- "name": "tracking_utm",
101
- "field": "body_tracking_utm"
102
- },
103
- {
104
- "name": "unsub_link",
105
- "field": "body_unsub_link"
106
70
  }
107
71
  ],
108
72
  "optionalBodyCollectionName": "bodyParameters",
@@ -120,12 +84,7 @@ const operations = {
120
84
  ],
121
85
  "queryParams": [],
122
86
  "optionalQueryCollectionName": "queryParameters",
123
- "bodyFields": [
124
- {
125
- "name": "select",
126
- "field": "body_select"
127
- }
128
- ],
87
+ "bodyFields": [],
129
88
  "optionalBodyCollectionName": "bodyParameters",
130
89
  "bodyFieldName": null
131
90
  },
@@ -145,12 +104,7 @@ const operations = {
145
104
  ],
146
105
  "queryParams": [],
147
106
  "optionalQueryCollectionName": "queryParameters",
148
- "bodyFields": [
149
- {
150
- "name": "*",
151
- "field": "body__"
152
- }
153
- ],
107
+ "bodyFields": [],
154
108
  "optionalBodyCollectionName": "bodyParameters",
155
109
  "bodyFieldName": null
156
110
  },
@@ -170,60 +124,7 @@ const operations = {
170
124
  ],
171
125
  "queryParams": [],
172
126
  "optionalQueryCollectionName": null,
173
- "bodyFields": [
174
- {
175
- "name": "content_html",
176
- "field": "body_content_html"
177
- },
178
- {
179
- "name": "email_from_addr",
180
- "field": "body_email_from_addr"
181
- },
182
- {
183
- "name": "email_from_name",
184
- "field": "body_email_from_name"
185
- },
186
- {
187
- "name": "force_sended",
188
- "field": "body_force_sended"
189
- },
190
- {
191
- "name": "lang",
192
- "field": "body_lang"
193
- },
194
- {
195
- "name": "preheader",
196
- "field": "body_preheader"
197
- },
198
- {
199
- "name": "recipients",
200
- "field": "body_recipients"
201
- },
202
- {
203
- "name": "subject",
204
- "field": "body_subject"
205
- },
206
- {
207
- "name": "template_id",
208
- "field": "body_template_id"
209
- },
210
- {
211
- "name": "tracking_link",
212
- "field": "body_tracking_link"
213
- },
214
- {
215
- "name": "tracking_opening",
216
- "field": "body_tracking_opening"
217
- },
218
- {
219
- "name": "tracking_utm",
220
- "field": "body_tracking_utm"
221
- },
222
- {
223
- "name": "unsub_link",
224
- "field": "body_unsub_link"
225
- }
226
- ],
127
+ "bodyFields": [],
227
128
  "optionalBodyCollectionName": "bodyParameters",
228
129
  "bodyFieldName": null
229
130
  },
@@ -243,12 +144,7 @@ const operations = {
243
144
  ],
244
145
  "queryParams": [],
245
146
  "optionalQueryCollectionName": null,
246
- "bodyFields": [
247
- {
248
- "name": "*",
249
- "field": "body__"
250
- }
251
- ],
147
+ "bodyFields": [],
252
148
  "optionalBodyCollectionName": "bodyParameters",
253
149
  "bodyFieldName": null
254
150
  },
@@ -353,12 +249,7 @@ const operations = {
353
249
  ],
354
250
  "queryParams": [],
355
251
  "optionalQueryCollectionName": null,
356
- "bodyFields": [
357
- {
358
- "name": "*",
359
- "field": "body__"
360
- }
361
- ],
252
+ "bodyFields": [],
362
253
  "optionalBodyCollectionName": "bodyParameters",
363
254
  "bodyFieldName": null
364
255
  },
@@ -403,12 +294,7 @@ const operations = {
403
294
  ],
404
295
  "queryParams": [],
405
296
  "optionalQueryCollectionName": null,
406
- "bodyFields": [
407
- {
408
- "name": "*",
409
- "field": "body__"
410
- }
411
- ],
297
+ "bodyFields": [],
412
298
  "optionalBodyCollectionName": "bodyParameters",
413
299
  "bodyFieldName": null
414
300
  },
@@ -428,12 +314,7 @@ const operations = {
428
314
  ],
429
315
  "queryParams": [],
430
316
  "optionalQueryCollectionName": null,
431
- "bodyFields": [
432
- {
433
- "name": "started_at",
434
- "field": "body_started_at"
435
- }
436
- ],
317
+ "bodyFields": [],
437
318
  "optionalBodyCollectionName": "bodyParameters",
438
319
  "bodyFieldName": null
439
320
  }
@@ -592,10 +473,6 @@ const operations = {
592
473
  "name": "name",
593
474
  "field": "body_name"
594
475
  },
595
- {
596
- "name": "slug",
597
- "field": "body_slug"
598
- },
599
476
  {
600
477
  "name": "type",
601
478
  "field": "body_type"
@@ -617,10 +494,6 @@ const operations = {
617
494
  "queryParams": [],
618
495
  "optionalQueryCollectionName": null,
619
496
  "bodyFields": [
620
- {
621
- "name": "filter",
622
- "field": "body_filter"
623
- },
624
497
  {
625
498
  "name": "select",
626
499
  "field": "body_select"
@@ -726,10 +599,6 @@ const operations = {
726
599
  "queryParams": [],
727
600
  "optionalQueryCollectionName": null,
728
601
  "bodyFields": [
729
- {
730
- "name": "filter",
731
- "field": "body_filter"
732
- },
733
602
  {
734
603
  "name": "select",
735
604
  "field": "body_select"
@@ -951,10 +820,6 @@ const operations = {
951
820
  "queryParams": [],
952
821
  "optionalQueryCollectionName": "queryParameters",
953
822
  "bodyFields": [
954
- {
955
- "name": "filter",
956
- "field": "body_filter"
957
- },
958
823
  {
959
824
  "name": "select",
960
825
  "field": "body_select"
@@ -999,16 +864,7 @@ const operations = {
999
864
  ],
1000
865
  "queryParams": [],
1001
866
  "optionalQueryCollectionName": null,
1002
- "bodyFields": [
1003
- {
1004
- "name": "data",
1005
- "field": "body_data"
1006
- },
1007
- {
1008
- "name": "name",
1009
- "field": "body_name"
1010
- }
1011
- ],
867
+ "bodyFields": [],
1012
868
  "optionalBodyCollectionName": "bodyParameters",
1013
869
  "bodyFieldName": null
1014
870
  },
@@ -1086,18 +942,6 @@ const operations = {
1086
942
  {
1087
943
  "name": "email",
1088
944
  "field": "body_email"
1089
- },
1090
- {
1091
- "name": "fields",
1092
- "field": "body_fields"
1093
- },
1094
- {
1095
- "name": "groups",
1096
- "field": "body_groups"
1097
- },
1098
- {
1099
- "name": "status",
1100
- "field": "body_status"
1101
945
  }
1102
946
  ],
1103
947
  "optionalBodyCollectionName": "bodyParameters",
@@ -1116,14 +960,6 @@ const operations = {
1116
960
  "queryParams": [],
1117
961
  "optionalQueryCollectionName": null,
1118
962
  "bodyFields": [
1119
- {
1120
- "name": "filter",
1121
- "field": "body_filter"
1122
- },
1123
- {
1124
- "name": "segment",
1125
- "field": "body_segment"
1126
- },
1127
963
  {
1128
964
  "name": "select",
1129
965
  "field": "body_select"
@@ -1184,20 +1020,7 @@ const operations = {
1184
1020
  ],
1185
1021
  "queryParams": [],
1186
1022
  "optionalQueryCollectionName": "queryParameters",
1187
- "bodyFields": [
1188
- {
1189
- "name": "fields",
1190
- "field": "body_fields"
1191
- },
1192
- {
1193
- "name": "groups",
1194
- "field": "body_groups"
1195
- },
1196
- {
1197
- "name": "status",
1198
- "field": "body_status"
1199
- }
1200
- ],
1023
+ "bodyFields": [],
1201
1024
  "optionalBodyCollectionName": "bodyParameters",
1202
1025
  "bodyFieldName": null
1203
1026
  },
@@ -1233,16 +1056,7 @@ const operations = {
1233
1056
  ],
1234
1057
  "queryParams": [],
1235
1058
  "optionalQueryCollectionName": "queryParameters",
1236
- "bodyFields": [
1237
- {
1238
- "name": "filter",
1239
- "field": "body_filter"
1240
- },
1241
- {
1242
- "name": "segment",
1243
- "field": "body_segment"
1244
- }
1245
- ],
1059
+ "bodyFields": [],
1246
1060
  "optionalBodyCollectionName": "bodyParameters",
1247
1061
  "bodyFieldName": null
1248
1062
  },
@@ -1259,14 +1073,6 @@ const operations = {
1259
1073
  "queryParams": [],
1260
1074
  "optionalQueryCollectionName": null,
1261
1075
  "bodyFields": [
1262
- {
1263
- "name": "filter",
1264
- "field": "body_filter"
1265
- },
1266
- {
1267
- "name": "segment",
1268
- "field": "body_segment"
1269
- },
1270
1076
  {
1271
1077
  "name": "select",
1272
1078
  "field": "body_select"
@@ -1288,33 +1094,9 @@ const operations = {
1288
1094
  "queryParams": [],
1289
1095
  "optionalQueryCollectionName": null,
1290
1096
  "bodyFields": [
1291
- {
1292
- "name": "csv_enclosure",
1293
- "field": "body_csv_enclosure"
1294
- },
1295
- {
1296
- "name": "csv_separator",
1297
- "field": "body_csv_separator"
1298
- },
1299
1097
  {
1300
1098
  "name": "fields",
1301
1099
  "field": "body_fields"
1302
- },
1303
- {
1304
- "name": "groups",
1305
- "field": "body_groups"
1306
- },
1307
- {
1308
- "name": "ipd_uuid",
1309
- "field": "body_ipd_uuid"
1310
- },
1311
- {
1312
- "name": "replace_fields",
1313
- "field": "body_replace_fields"
1314
- },
1315
- {
1316
- "name": "upload_id",
1317
- "field": "body_upload_id"
1318
1100
  }
1319
1101
  ],
1320
1102
  "optionalBodyCollectionName": "bodyParameters",
@@ -1332,16 +1114,7 @@ const operations = {
1332
1114
  ],
1333
1115
  "queryParams": [],
1334
1116
  "optionalQueryCollectionName": null,
1335
- "bodyFields": [
1336
- {
1337
- "name": "content",
1338
- "field": "body_content"
1339
- },
1340
- {
1341
- "name": "file",
1342
- "field": "body_file"
1343
- }
1344
- ],
1117
+ "bodyFields": [],
1345
1118
  "optionalBodyCollectionName": "bodyParameters",
1346
1119
  "bodyFieldName": null
1347
1120
  },
@@ -1378,14 +1151,6 @@ const operations = {
1378
1151
  "queryParams": [],
1379
1152
  "optionalQueryCollectionName": null,
1380
1153
  "bodyFields": [
1381
- {
1382
- "name": "filter",
1383
- "field": "body_filter"
1384
- },
1385
- {
1386
- "name": "segment",
1387
- "field": "body_segment"
1388
- },
1389
1154
  {
1390
1155
  "name": "select",
1391
1156
  "field": "body_select"
@@ -1407,18 +1172,6 @@ const operations = {
1407
1172
  "queryParams": [],
1408
1173
  "optionalQueryCollectionName": null,
1409
1174
  "bodyFields": [
1410
- {
1411
- "name": "filter",
1412
- "field": "body_filter"
1413
- },
1414
- {
1415
- "name": "groups",
1416
- "field": "body_groups"
1417
- },
1418
- {
1419
- "name": "segment",
1420
- "field": "body_segment"
1421
- },
1422
1175
  {
1423
1176
  "name": "select",
1424
1177
  "field": "body_select"
@@ -1440,18 +1193,10 @@ const operations = {
1440
1193
  "queryParams": [],
1441
1194
  "optionalQueryCollectionName": null,
1442
1195
  "bodyFields": [
1443
- {
1444
- "name": "filter",
1445
- "field": "body_filter"
1446
- },
1447
1196
  {
1448
1197
  "name": "group_id",
1449
1198
  "field": "body_group_id"
1450
1199
  },
1451
- {
1452
- "name": "segment",
1453
- "field": "body_segment"
1454
- },
1455
1200
  {
1456
1201
  "name": "select",
1457
1202
  "field": "body_select"
@@ -1518,12 +1263,7 @@ const operations = {
1518
1263
  ],
1519
1264
  "queryParams": [],
1520
1265
  "optionalQueryCollectionName": null,
1521
- "bodyFields": [
1522
- {
1523
- "name": "*",
1524
- "field": "body__"
1525
- }
1526
- ],
1266
+ "bodyFields": [],
1527
1267
  "optionalBodyCollectionName": "bodyParameters",
1528
1268
  "bodyFieldName": null
1529
1269
  },
@@ -1543,12 +1283,7 @@ const operations = {
1543
1283
  ],
1544
1284
  "queryParams": [],
1545
1285
  "optionalQueryCollectionName": null,
1546
- "bodyFields": [
1547
- {
1548
- "name": "*",
1549
- "field": "body__"
1550
- }
1551
- ],
1286
+ "bodyFields": [],
1552
1287
  "optionalBodyCollectionName": "bodyParameters",
1553
1288
  "bodyFieldName": null
1554
1289
  }
@@ -1582,84 +1317,7 @@ const operations = {
1582
1317
  ],
1583
1318
  "queryParams": [],
1584
1319
  "optionalQueryCollectionName": null,
1585
- "bodyFields": [
1586
- {
1587
- "name": "button",
1588
- "field": "body_button"
1589
- },
1590
- {
1591
- "name": "confirmation_url",
1592
- "field": "body_confirmation_url"
1593
- },
1594
- {
1595
- "name": "design",
1596
- "field": "body_design"
1597
- },
1598
- {
1599
- "name": "email_from_addr",
1600
- "field": "body_email_from_addr"
1601
- },
1602
- {
1603
- "name": "email_from_name",
1604
- "field": "body_email_from_name"
1605
- },
1606
- {
1607
- "name": "email_title",
1608
- "field": "body_email_title"
1609
- },
1610
- {
1611
- "name": "fields",
1612
- "field": "body_fields"
1613
- },
1614
- {
1615
- "name": "groups",
1616
- "field": "body_groups"
1617
- },
1618
- {
1619
- "name": "msg_ok",
1620
- "field": "body_msg_ok"
1621
- },
1622
- {
1623
- "name": "name",
1624
- "field": "body_name"
1625
- },
1626
- {
1627
- "name": "notify",
1628
- "field": "body_notify"
1629
- },
1630
- {
1631
- "name": "notify_address",
1632
- "field": "body_notify_address"
1633
- },
1634
- {
1635
- "name": "notify_lang",
1636
- "field": "body_notify_lang"
1637
- },
1638
- {
1639
- "name": "placeholder",
1640
- "field": "body_placeholder"
1641
- },
1642
- {
1643
- "name": "rgpd",
1644
- "field": "body_rgpd"
1645
- },
1646
- {
1647
- "name": "rgpd_msg",
1648
- "field": "body_rgpd_msg"
1649
- },
1650
- {
1651
- "name": "subtitle",
1652
- "field": "body_subtitle"
1653
- },
1654
- {
1655
- "name": "title",
1656
- "field": "body_title"
1657
- },
1658
- {
1659
- "name": "validation_url",
1660
- "field": "body_validation_url"
1661
- }
1662
- ],
1320
+ "bodyFields": [],
1663
1321
  "optionalBodyCollectionName": "bodyParameters",
1664
1322
  "bodyFieldName": null
1665
1323
  },
@@ -1676,10 +1334,6 @@ const operations = {
1676
1334
  "queryParams": [],
1677
1335
  "optionalQueryCollectionName": null,
1678
1336
  "bodyFields": [
1679
- {
1680
- "name": "filter",
1681
- "field": "body_filter"
1682
- },
1683
1337
  {
1684
1338
  "name": "select",
1685
1339
  "field": "body_select"
@@ -1740,84 +1394,7 @@ const operations = {
1740
1394
  ],
1741
1395
  "queryParams": [],
1742
1396
  "optionalQueryCollectionName": "queryParameters",
1743
- "bodyFields": [
1744
- {
1745
- "name": "button",
1746
- "field": "body_button"
1747
- },
1748
- {
1749
- "name": "confirmation_url",
1750
- "field": "body_confirmation_url"
1751
- },
1752
- {
1753
- "name": "design",
1754
- "field": "body_design"
1755
- },
1756
- {
1757
- "name": "email_from_addr",
1758
- "field": "body_email_from_addr"
1759
- },
1760
- {
1761
- "name": "email_from_name",
1762
- "field": "body_email_from_name"
1763
- },
1764
- {
1765
- "name": "email_title",
1766
- "field": "body_email_title"
1767
- },
1768
- {
1769
- "name": "fields",
1770
- "field": "body_fields"
1771
- },
1772
- {
1773
- "name": "groups",
1774
- "field": "body_groups"
1775
- },
1776
- {
1777
- "name": "msg_ok",
1778
- "field": "body_msg_ok"
1779
- },
1780
- {
1781
- "name": "name",
1782
- "field": "body_name"
1783
- },
1784
- {
1785
- "name": "notify",
1786
- "field": "body_notify"
1787
- },
1788
- {
1789
- "name": "notify_address",
1790
- "field": "body_notify_address"
1791
- },
1792
- {
1793
- "name": "notify_lang",
1794
- "field": "body_notify_lang"
1795
- },
1796
- {
1797
- "name": "placeholder",
1798
- "field": "body_placeholder"
1799
- },
1800
- {
1801
- "name": "rgpd",
1802
- "field": "body_rgpd"
1803
- },
1804
- {
1805
- "name": "rgpd_msg",
1806
- "field": "body_rgpd_msg"
1807
- },
1808
- {
1809
- "name": "subtitle",
1810
- "field": "body_subtitle"
1811
- },
1812
- {
1813
- "name": "title",
1814
- "field": "body_title"
1815
- },
1816
- {
1817
- "name": "validation_url",
1818
- "field": "body_validation_url"
1819
- }
1820
- ],
1397
+ "bodyFields": [],
1821
1398
  "optionalBodyCollectionName": "bodyParameters",
1822
1399
  "bodyFieldName": null
1823
1400
  },