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.
- package/dist/nodes/InfomaniakAitools/InfomaniakAitools.node.js +0 -256
- package/dist/nodes/InfomaniakAitools/InfomaniakAitools.node.js.map +1 -1
- package/dist/nodes/InfomaniakCoreRessource/InfomaniakCoreRessource.node.js +3 -174
- package/dist/nodes/InfomaniakCoreRessource/InfomaniakCoreRessource.node.js.map +1 -1
- package/dist/nodes/InfomaniakEticket/InfomaniakEticket.node.js +3 -18
- package/dist/nodes/InfomaniakEticket/InfomaniakEticket.node.js.map +1 -1
- package/dist/nodes/InfomaniakKMeet/InfomaniakKMeet.node.js +0 -8
- package/dist/nodes/InfomaniakKMeet/InfomaniakKMeet.node.js.map +1 -1
- package/dist/nodes/InfomaniakKchat/InfomaniakKchat.node.js +10 -496
- package/dist/nodes/InfomaniakKchat/InfomaniakKchat.node.js.map +1 -1
- package/dist/nodes/InfomaniakKdrive/InfomaniakKdrive.node.js +29 -662
- package/dist/nodes/InfomaniakKdrive/InfomaniakKdrive.node.js.map +1 -1
- package/dist/nodes/InfomaniakMail/InfomaniakMail.node.js +11 -598
- package/dist/nodes/InfomaniakMail/InfomaniakMail.node.js.map +1 -1
- package/dist/nodes/InfomaniakNewsletter/InfomaniakNewsletter.node.js +15 -438
- package/dist/nodes/InfomaniakNewsletter/InfomaniakNewsletter.node.js.map +1 -1
- package/dist/nodes/InfomaniakPublicCloud/InfomaniakPublicCloud.node.js +10 -332
- package/dist/nodes/InfomaniakPublicCloud/InfomaniakPublicCloud.node.js.map +1 -1
- package/dist/nodes/InfomaniakStreamingRadio/InfomaniakStreamingRadio.node.js +36 -1646
- package/dist/nodes/InfomaniakStreamingRadio/InfomaniakStreamingRadio.node.js.map +1 -1
- package/dist/nodes/InfomaniakStreamingVideo/InfomaniakStreamingVideo.node.js +7 -474
- package/dist/nodes/InfomaniakStreamingVideo/InfomaniakStreamingVideo.node.js.map +1 -1
- package/dist/nodes/InfomaniakSwissBackup/InfomaniakSwissBackup.node.js +2 -52
- package/dist/nodes/InfomaniakSwissBackup/InfomaniakSwissBackup.node.js.map +1 -1
- package/dist/nodes/InfomaniakUrlShortner/InfomaniakUrlShortner.node.js +2 -44
- package/dist/nodes/InfomaniakUrlShortner/InfomaniakUrlShortner.node.js.map +1 -1
- package/dist/nodes/InfomaniakVod/InfomaniakVod.node.js +81 -1758
- package/dist/nodes/InfomaniakVod/InfomaniakVod.node.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -319,81 +319,9 @@ const operations = {
|
|
|
319
319
|
"queryParams": [],
|
|
320
320
|
"optionalQueryCollectionName": "queryParameters",
|
|
321
321
|
"bodyFields": [
|
|
322
|
-
{
|
|
323
|
-
"name": "birth_at",
|
|
324
|
-
"field": "body_birth_at"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "country_id",
|
|
328
|
-
"field": "body_country_id"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"name": "current_account_id",
|
|
332
|
-
"field": "body_current_account_id"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"name": "current_password",
|
|
336
|
-
"field": "body_current_password"
|
|
337
|
-
},
|
|
338
322
|
{
|
|
339
323
|
"name": "email",
|
|
340
324
|
"field": "body_email"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "firstname",
|
|
344
|
-
"field": "body_firstname"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"name": "keep_session_ids",
|
|
348
|
-
"field": "body_keep_session_ids"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "language_id",
|
|
352
|
-
"field": "body_language_id"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "lastname",
|
|
356
|
-
"field": "body_lastname"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "locale",
|
|
360
|
-
"field": "body_locale"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"name": "password",
|
|
364
|
-
"field": "body_password"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"name": "reminder_email",
|
|
368
|
-
"field": "body_reminder_email"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"name": "reminder_phone",
|
|
372
|
-
"field": "body_reminder_phone"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"name": "successful_connexion_notification",
|
|
376
|
-
"field": "body_successful_connexion_notification"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"name": "timezone",
|
|
380
|
-
"field": "body_timezone"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "timezone_id",
|
|
384
|
-
"field": "body_timezone_id"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"name": "unsuccessful_connexion_limit",
|
|
388
|
-
"field": "body_unsuccessful_connexion_limit"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"name": "unsuccessful_connexion_notification",
|
|
392
|
-
"field": "body_unsuccessful_connexion_notification"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"name": "unsuccessful_connexion_rate_limit",
|
|
396
|
-
"field": "body_unsuccessful_connexion_rate_limit"
|
|
397
325
|
}
|
|
398
326
|
],
|
|
399
327
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -626,29 +554,9 @@ const operations = {
|
|
|
626
554
|
"name": "locale",
|
|
627
555
|
"field": "body_locale"
|
|
628
556
|
},
|
|
629
|
-
{
|
|
630
|
-
"name": "notifications",
|
|
631
|
-
"field": "body_notifications"
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"name": "permissions",
|
|
635
|
-
"field": "body_permissions"
|
|
636
|
-
},
|
|
637
557
|
{
|
|
638
558
|
"name": "role_type",
|
|
639
559
|
"field": "body_role_type"
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"name": "silent",
|
|
643
|
-
"field": "body_silent"
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"name": "strict",
|
|
647
|
-
"field": "body_strict"
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"name": "teams",
|
|
651
|
-
"field": "body_teams"
|
|
652
560
|
}
|
|
653
561
|
],
|
|
654
562
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -852,36 +760,7 @@ const operations = {
|
|
|
852
760
|
],
|
|
853
761
|
"queryParams": [],
|
|
854
762
|
"optionalQueryCollectionName": null,
|
|
855
|
-
"bodyFields": [
|
|
856
|
-
{
|
|
857
|
-
"name": "has_billing",
|
|
858
|
-
"field": "body_has_billing"
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"name": "has_billing_mailing",
|
|
862
|
-
"field": "body_has_billing_mailing"
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"name": "has_mailing",
|
|
866
|
-
"field": "body_has_mailing"
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"name": "language_id",
|
|
870
|
-
"field": "body_language_id"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"name": "permissions",
|
|
874
|
-
"field": "body_permissions"
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"name": "role_type",
|
|
878
|
-
"field": "body_role_type"
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"name": "team_ids",
|
|
882
|
-
"field": "body_team_ids"
|
|
883
|
-
}
|
|
884
|
-
],
|
|
763
|
+
"bodyFields": [],
|
|
885
764
|
"optionalBodyCollectionName": "bodyParameters",
|
|
886
765
|
"bodyFieldName": null
|
|
887
766
|
},
|
|
@@ -1027,16 +906,7 @@ const operations = {
|
|
|
1027
906
|
],
|
|
1028
907
|
"queryParams": [],
|
|
1029
908
|
"optionalQueryCollectionName": null,
|
|
1030
|
-
"bodyFields": [
|
|
1031
|
-
{
|
|
1032
|
-
"name": "right",
|
|
1033
|
-
"field": "body_right"
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"name": "role",
|
|
1037
|
-
"field": "body_role"
|
|
1038
|
-
}
|
|
1039
|
-
],
|
|
909
|
+
"bodyFields": [],
|
|
1040
910
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1041
911
|
"bodyFieldName": null
|
|
1042
912
|
},
|
|
@@ -1125,10 +995,6 @@ const operations = {
|
|
|
1125
995
|
{
|
|
1126
996
|
"name": "mailbox_name",
|
|
1127
997
|
"field": "body_mailbox_name"
|
|
1128
|
-
},
|
|
1129
|
-
{
|
|
1130
|
-
"name": "password",
|
|
1131
|
-
"field": "body_password"
|
|
1132
998
|
}
|
|
1133
999
|
],
|
|
1134
1000
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1251,18 +1117,6 @@ const operations = {
|
|
|
1251
1117
|
{
|
|
1252
1118
|
"name": "ksuite_access",
|
|
1253
1119
|
"field": "body_ksuite_access"
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"name": "mailbox_name",
|
|
1257
|
-
"field": "body_mailbox_name"
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"name": "mailbox_permissions",
|
|
1261
|
-
"field": "body_mailbox_permissions"
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
"name": "mailbox_signature_model_id",
|
|
1265
|
-
"field": "body_mailbox_signature_model_id"
|
|
1266
1120
|
}
|
|
1267
1121
|
],
|
|
1268
1122
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1322,14 +1176,6 @@ const operations = {
|
|
|
1322
1176
|
{
|
|
1323
1177
|
"name": "name",
|
|
1324
1178
|
"field": "body_name"
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"name": "owned_by_id",
|
|
1328
|
-
"field": "body_owned_by_id"
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "permissions",
|
|
1332
|
-
"field": "body_permissions"
|
|
1333
1179
|
}
|
|
1334
1180
|
],
|
|
1335
1181
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1371,20 +1217,7 @@ const operations = {
|
|
|
1371
1217
|
],
|
|
1372
1218
|
"queryParams": [],
|
|
1373
1219
|
"optionalQueryCollectionName": null,
|
|
1374
|
-
"bodyFields": [
|
|
1375
|
-
{
|
|
1376
|
-
"name": "name",
|
|
1377
|
-
"field": "body_name"
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
"name": "owned_by_id",
|
|
1381
|
-
"field": "body_owned_by_id"
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"name": "permissions",
|
|
1385
|
-
"field": "body_permissions"
|
|
1386
|
-
}
|
|
1387
|
-
],
|
|
1220
|
+
"bodyFields": [],
|
|
1388
1221
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1389
1222
|
"bodyFieldName": null
|
|
1390
1223
|
},
|
|
@@ -1504,10 +1337,6 @@ const operations = {
|
|
|
1504
1337
|
{
|
|
1505
1338
|
"name": "password",
|
|
1506
1339
|
"field": "body_password"
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"name": "is_primary",
|
|
1510
|
-
"field": "body_is_primary"
|
|
1511
1340
|
}
|
|
1512
1341
|
],
|
|
1513
1342
|
"optionalBodyCollectionName": "bodyParameters",
|