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
@@ -76,10 +76,6 @@ const operations = {
76
76
  "queryParams": [],
77
77
  "optionalQueryCollectionName": null,
78
78
  "bodyFields": [
79
- {
80
- "name": "backup_schedule",
81
- "field": "body_backup_schedule"
82
- },
83
79
  {
84
80
  "name": "name",
85
81
  "field": "body_name"
@@ -148,16 +144,7 @@ const operations = {
148
144
  ],
149
145
  "queryParams": [],
150
146
  "optionalQueryCollectionName": null,
151
- "bodyFields": [
152
- {
153
- "name": "name",
154
- "field": "body_name"
155
- },
156
- {
157
- "name": "pack_id",
158
- "field": "body_pack_id"
159
- }
160
- ],
147
+ "bodyFields": [],
161
148
  "optionalBodyCollectionName": "bodyParameters",
162
149
  "bodyFieldName": null
163
150
  },
@@ -181,12 +168,7 @@ const operations = {
181
168
  ],
182
169
  "queryParams": [],
183
170
  "optionalQueryCollectionName": null,
184
- "bodyFields": [
185
- {
186
- "name": "keep_backup_files",
187
- "field": "body_keep_backup_files"
188
- }
189
- ],
171
+ "bodyFields": [],
190
172
  "optionalBodyCollectionName": "bodyParameters",
191
173
  "bodyFieldName": null
192
174
  },
@@ -343,14 +325,6 @@ const operations = {
343
325
  "queryParams": [],
344
326
  "optionalQueryCollectionName": null,
345
327
  "bodyFields": [
346
- {
347
- "name": "is_pitr_enabled",
348
- "field": "body_is_pitr_enabled"
349
- },
350
- {
351
- "name": "retention",
352
- "field": "body_retention"
353
- },
354
328
  {
355
329
  "name": "scheduled_at",
356
330
  "field": "body_scheduled_at"
@@ -412,14 +386,6 @@ const operations = {
412
386
  "queryParams": [],
413
387
  "optionalQueryCollectionName": null,
414
388
  "bodyFields": [
415
- {
416
- "name": "is_pitr_enabled",
417
- "field": "body_is_pitr_enabled"
418
- },
419
- {
420
- "name": "retention",
421
- "field": "body_retention"
422
- },
423
389
  {
424
390
  "name": "scheduled_at",
425
391
  "field": "body_scheduled_at"
@@ -513,180 +479,7 @@ const operations = {
513
479
  ],
514
480
  "queryParams": [],
515
481
  "optionalQueryCollectionName": null,
516
- "bodyFields": [
517
- {
518
- "name": "auto_increment_increment",
519
- "field": "body_auto_increment_increment"
520
- },
521
- {
522
- "name": "auto_increment_offset",
523
- "field": "body_auto_increment_offset"
524
- },
525
- {
526
- "name": "character_set_server",
527
- "field": "body_character_set_server"
528
- },
529
- {
530
- "name": "connect_timeout",
531
- "field": "body_connect_timeout"
532
- },
533
- {
534
- "name": "group_concat_max_len",
535
- "field": "body_group_concat_max_len"
536
- },
537
- {
538
- "name": "information_schema_stats_expiry",
539
- "field": "body_information_schema_stats_expiry"
540
- },
541
- {
542
- "name": "innodb_change_buffer_max_size",
543
- "field": "body_innodb_change_buffer_max_size"
544
- },
545
- {
546
- "name": "innodb_flush_neighbors",
547
- "field": "body_innodb_flush_neighbors"
548
- },
549
- {
550
- "name": "innodb_ft_max_token_size",
551
- "field": "body_innodb_ft_max_token_size"
552
- },
553
- {
554
- "name": "innodb_ft_min_token_size",
555
- "field": "body_innodb_ft_min_token_size"
556
- },
557
- {
558
- "name": "innodb_ft_server_stopword_table",
559
- "field": "body_innodb_ft_server_stopword_table"
560
- },
561
- {
562
- "name": "innodb_lock_wait_timeout",
563
- "field": "body_innodb_lock_wait_timeout"
564
- },
565
- {
566
- "name": "innodb_log_buffer_size",
567
- "field": "body_innodb_log_buffer_size"
568
- },
569
- {
570
- "name": "innodb_online_alter_log_max_size",
571
- "field": "body_innodb_online_alter_log_max_size"
572
- },
573
- {
574
- "name": "innodb_print_all_deadlocks",
575
- "field": "body_innodb_print_all_deadlocks"
576
- },
577
- {
578
- "name": "innodb_read_io_threads",
579
- "field": "body_innodb_read_io_threads"
580
- },
581
- {
582
- "name": "innodb_rollback_on_timeout",
583
- "field": "body_innodb_rollback_on_timeout"
584
- },
585
- {
586
- "name": "innodb_stats_persistent_sample_pages",
587
- "field": "body_innodb_stats_persistent_sample_pages"
588
- },
589
- {
590
- "name": "innodb_thread_concurrency",
591
- "field": "body_innodb_thread_concurrency"
592
- },
593
- {
594
- "name": "innodb_write_io_threads",
595
- "field": "body_innodb_write_io_threads"
596
- },
597
- {
598
- "name": "interactive_timeout",
599
- "field": "body_interactive_timeout"
600
- },
601
- {
602
- "name": "lock_wait_timeout",
603
- "field": "body_lock_wait_timeout"
604
- },
605
- {
606
- "name": "log_bin_trust_function_creators",
607
- "field": "body_log_bin_trust_function_creators"
608
- },
609
- {
610
- "name": "long_query_time",
611
- "field": "body_long_query_time"
612
- },
613
- {
614
- "name": "max_allowed_packet",
615
- "field": "body_max_allowed_packet"
616
- },
617
- {
618
- "name": "max_connections",
619
- "field": "body_max_connections"
620
- },
621
- {
622
- "name": "max_digest_length",
623
- "field": "body_max_digest_length"
624
- },
625
- {
626
- "name": "max_heap_table_size",
627
- "field": "body_max_heap_table_size"
628
- },
629
- {
630
- "name": "max_prepared_stmt_count",
631
- "field": "body_max_prepared_stmt_count"
632
- },
633
- {
634
- "name": "min_examined_row_limit",
635
- "field": "body_min_examined_row_limit"
636
- },
637
- {
638
- "name": "net_buffer_length",
639
- "field": "body_net_buffer_length"
640
- },
641
- {
642
- "name": "net_read_timeout",
643
- "field": "body_net_read_timeout"
644
- },
645
- {
646
- "name": "net_write_timeout",
647
- "field": "body_net_write_timeout"
648
- },
649
- {
650
- "name": "performance_schema_max_digest_length",
651
- "field": "body_performance_schema_max_digest_length"
652
- },
653
- {
654
- "name": "require_secure_transport",
655
- "field": "body_require_secure_transport"
656
- },
657
- {
658
- "name": "sort_buffer_size",
659
- "field": "body_sort_buffer_size"
660
- },
661
- {
662
- "name": "sql_mode",
663
- "field": "body_sql_mode"
664
- },
665
- {
666
- "name": "table_definition_cache",
667
- "field": "body_table_definition_cache"
668
- },
669
- {
670
- "name": "table_open_cache",
671
- "field": "body_table_open_cache"
672
- },
673
- {
674
- "name": "table_open_cache_instances",
675
- "field": "body_table_open_cache_instances"
676
- },
677
- {
678
- "name": "thread_stack",
679
- "field": "body_thread_stack"
680
- },
681
- {
682
- "name": "transaction_isolation",
683
- "field": "body_transaction_isolation"
684
- },
685
- {
686
- "name": "wait_timeout",
687
- "field": "body_wait_timeout"
688
- }
689
- ],
482
+ "bodyFields": [],
690
483
  "optionalBodyCollectionName": "bodyParameters",
691
484
  "bodyFieldName": null
692
485
  },
@@ -806,12 +599,7 @@ const operations = {
806
599
  ],
807
600
  "queryParams": [],
808
601
  "optionalQueryCollectionName": null,
809
- "bodyFields": [
810
- {
811
- "name": "ip_filters",
812
- "field": "body_ip_filters"
813
- }
814
- ],
602
+ "bodyFields": [],
815
603
  "optionalBodyCollectionName": "bodyParameters",
816
604
  "bodyFieldName": null
817
605
  },
@@ -889,20 +677,7 @@ const operations = {
889
677
  ],
890
678
  "queryParams": [],
891
679
  "optionalQueryCollectionName": null,
892
- "bodyFields": [
893
- {
894
- "name": "backup_id",
895
- "field": "body_backup_id"
896
- },
897
- {
898
- "name": "new_service",
899
- "field": "body_new_service"
900
- },
901
- {
902
- "name": "pitr_restore_date",
903
- "field": "body_pitr_restore_date"
904
- }
905
- ],
680
+ "bodyFields": [],
906
681
  "optionalBodyCollectionName": "bodyParameters",
907
682
  "bodyFieldName": null
908
683
  }
@@ -1025,16 +800,7 @@ const operations = {
1025
800
  ],
1026
801
  "queryParams": [],
1027
802
  "optionalQueryCollectionName": null,
1028
- "bodyFields": [
1029
- {
1030
- "name": "kubernetes_version",
1031
- "field": "body_kubernetes_version"
1032
- },
1033
- {
1034
- "name": "name",
1035
- "field": "body_name"
1036
- }
1037
- ],
803
+ "bodyFields": [],
1038
804
  "optionalBodyCollectionName": "bodyParameters",
1039
805
  "bodyFieldName": null
1040
806
  },
@@ -1106,12 +872,7 @@ const operations = {
1106
872
  ],
1107
873
  "queryParams": [],
1108
874
  "optionalQueryCollectionName": null,
1109
- "bodyFields": [
1110
- {
1111
- "name": "apiserver_params",
1112
- "field": "body_apiserver_params"
1113
- }
1114
- ],
875
+ "bodyFields": [],
1115
876
  "optionalBodyCollectionName": "bodyParameters",
1116
877
  "bodyFieldName": null
1117
878
  },
@@ -1366,22 +1127,10 @@ const operations = {
1366
1127
  "queryParams": [],
1367
1128
  "optionalQueryCollectionName": null,
1368
1129
  "bodyFields": [
1369
- {
1370
- "name": "availability_zone",
1371
- "field": "body_availability_zone"
1372
- },
1373
1130
  {
1374
1131
  "name": "flavor",
1375
1132
  "field": "body_flavor"
1376
1133
  },
1377
- {
1378
- "name": "labels",
1379
- "field": "body_labels"
1380
- },
1381
- {
1382
- "name": "maximum_instances",
1383
- "field": "body_maximum_instances"
1384
- },
1385
1134
  {
1386
1135
  "name": "minimum_instances",
1387
1136
  "field": "body_minimum_instances"
@@ -1389,10 +1138,6 @@ const operations = {
1389
1138
  {
1390
1139
  "name": "name",
1391
1140
  "field": "body_name"
1392
- },
1393
- {
1394
- "name": "prefix",
1395
- "field": "body_prefix"
1396
1141
  }
1397
1142
  ],
1398
1143
  "optionalBodyCollectionName": "bodyParameters",
@@ -1450,24 +1195,7 @@ const operations = {
1450
1195
  ],
1451
1196
  "queryParams": [],
1452
1197
  "optionalQueryCollectionName": null,
1453
- "bodyFields": [
1454
- {
1455
- "name": "labels",
1456
- "field": "body_labels"
1457
- },
1458
- {
1459
- "name": "maximum_instances",
1460
- "field": "body_maximum_instances"
1461
- },
1462
- {
1463
- "name": "minimum_instances",
1464
- "field": "body_minimum_instances"
1465
- },
1466
- {
1467
- "name": "name",
1468
- "field": "body_name"
1469
- }
1470
- ],
1198
+ "bodyFields": [],
1471
1199
  "optionalBodyCollectionName": "bodyParameters",
1472
1200
  "bodyFieldName": null
1473
1201
  },
@@ -1561,20 +1289,7 @@ const operations = {
1561
1289
  ],
1562
1290
  "queryParams": [],
1563
1291
  "optionalQueryCollectionName": null,
1564
- "bodyFields": [
1565
- {
1566
- "name": "bill_reference",
1567
- "field": "body_bill_reference"
1568
- },
1569
- {
1570
- "name": "customer_name",
1571
- "field": "body_customer_name"
1572
- },
1573
- {
1574
- "name": "description",
1575
- "field": "body_description"
1576
- }
1577
- ],
1292
+ "bodyFields": [],
1578
1293
  "optionalBodyCollectionName": "bodyParameters",
1579
1294
  "bodyFieldName": null
1580
1295
  }
@@ -1613,14 +1328,6 @@ const operations = {
1613
1328
  "name": "project_name",
1614
1329
  "field": "body_project_name"
1615
1330
  },
1616
- {
1617
- "name": "user_description",
1618
- "field": "body_user_description"
1619
- },
1620
- {
1621
- "name": "user_email",
1622
- "field": "body_user_email"
1623
- },
1624
1331
  {
1625
1332
  "name": "user_password",
1626
1333
  "field": "body_user_password"
@@ -1711,10 +1418,6 @@ const operations = {
1711
1418
  "name": "project_name",
1712
1419
  "field": "body_project_name"
1713
1420
  },
1714
- {
1715
- "name": "user_description",
1716
- "field": "body_user_description"
1717
- },
1718
1421
  {
1719
1422
  "name": "user_email",
1720
1423
  "field": "body_user_email"
@@ -1762,10 +1465,6 @@ const operations = {
1762
1465
  "queryParams": [],
1763
1466
  "optionalQueryCollectionName": null,
1764
1467
  "bodyFields": [
1765
- {
1766
- "name": "description",
1767
- "field": "body_description"
1768
- },
1769
1468
  {
1770
1469
  "name": "password",
1771
1470
  "field": "body_password"
@@ -1818,20 +1517,7 @@ const operations = {
1818
1517
  ],
1819
1518
  "queryParams": [],
1820
1519
  "optionalQueryCollectionName": null,
1821
- "bodyFields": [
1822
- {
1823
- "name": "description",
1824
- "field": "body_description"
1825
- },
1826
- {
1827
- "name": "email",
1828
- "field": "body_email"
1829
- },
1830
- {
1831
- "name": "password",
1832
- "field": "body_password"
1833
- }
1834
- ],
1520
+ "bodyFields": [],
1835
1521
  "optionalBodyCollectionName": "bodyParameters",
1836
1522
  "bodyFieldName": null
1837
1523
  },
@@ -1932,10 +1618,6 @@ const operations = {
1932
1618
  "queryParams": [],
1933
1619
  "optionalQueryCollectionName": null,
1934
1620
  "bodyFields": [
1935
- {
1936
- "name": "description",
1937
- "field": "body_description"
1938
- },
1939
1621
  {
1940
1622
  "name": "email",
1941
1623
  "field": "body_email"
@@ -1965,10 +1647,6 @@ const operations = {
1965
1647
  "queryParams": [],
1966
1648
  "optionalQueryCollectionName": null,
1967
1649
  "bodyFields": [
1968
- {
1969
- "name": "description",
1970
- "field": "body_description"
1971
- },
1972
1650
  {
1973
1651
  "name": "email",
1974
1652
  "field": "body_email"