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
|
@@ -17,20 +17,7 @@ const operations = {
|
|
|
17
17
|
],
|
|
18
18
|
"queryParams": [],
|
|
19
19
|
"optionalQueryCollectionName": null,
|
|
20
|
-
"bodyFields": [
|
|
21
|
-
{
|
|
22
|
-
"name": "bill_reference",
|
|
23
|
-
"field": "body_bill_reference"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "customer_name",
|
|
27
|
-
"field": "body_customer_name"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"name": "description",
|
|
31
|
-
"field": "body_description"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
20
|
+
"bodyFields": [],
|
|
34
21
|
"optionalBodyCollectionName": "bodyParameters",
|
|
35
22
|
"bodyFieldName": null
|
|
36
23
|
},
|
|
@@ -182,40 +169,7 @@ const operations = {
|
|
|
182
169
|
],
|
|
183
170
|
"queryParams": [],
|
|
184
171
|
"optionalQueryCollectionName": "queryParameters",
|
|
185
|
-
"bodyFields": [
|
|
186
|
-
{
|
|
187
|
-
"name": "actions",
|
|
188
|
-
"field": "body_actions"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"name": "depth",
|
|
192
|
-
"field": "body_depth"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"name": "files",
|
|
196
|
-
"field": "body_files"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "from",
|
|
200
|
-
"field": "body_from"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"name": "terms",
|
|
204
|
-
"field": "body_terms"
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"name": "until",
|
|
208
|
-
"field": "body_until"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"name": "user_id",
|
|
212
|
-
"field": "body_user_id"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"name": "users",
|
|
216
|
-
"field": "body_users"
|
|
217
|
-
}
|
|
218
|
-
],
|
|
172
|
+
"bodyFields": [],
|
|
219
173
|
"optionalBodyCollectionName": "bodyParameters",
|
|
220
174
|
"bodyFieldName": null
|
|
221
175
|
},
|
|
@@ -395,14 +349,6 @@ const operations = {
|
|
|
395
349
|
"queryParams": [],
|
|
396
350
|
"optionalQueryCollectionName": "queryParameters",
|
|
397
351
|
"bodyFields": [
|
|
398
|
-
{
|
|
399
|
-
"name": "color",
|
|
400
|
-
"field": "body_color"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"name": "for_all_user",
|
|
404
|
-
"field": "body_for_all_user"
|
|
405
|
-
},
|
|
406
352
|
{
|
|
407
353
|
"name": "name",
|
|
408
354
|
"field": "body_name"
|
|
@@ -441,16 +387,7 @@ const operations = {
|
|
|
441
387
|
],
|
|
442
388
|
"queryParams": [],
|
|
443
389
|
"optionalQueryCollectionName": null,
|
|
444
|
-
"bodyFields": [
|
|
445
|
-
{
|
|
446
|
-
"name": "cancel_id",
|
|
447
|
-
"field": "body_cancel_id"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"name": "cancel_ids",
|
|
451
|
-
"field": "body_cancel_ids"
|
|
452
|
-
}
|
|
453
|
-
],
|
|
390
|
+
"bodyFields": [],
|
|
454
391
|
"optionalBodyCollectionName": "bodyParameters",
|
|
455
392
|
"bodyFieldName": null
|
|
456
393
|
}
|
|
@@ -488,20 +425,7 @@ const operations = {
|
|
|
488
425
|
],
|
|
489
426
|
"queryParams": [],
|
|
490
427
|
"optionalQueryCollectionName": null,
|
|
491
|
-
"bodyFields": [
|
|
492
|
-
{
|
|
493
|
-
"name": "except_file_ids",
|
|
494
|
-
"field": "body_except_file_ids"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"name": "file_ids",
|
|
498
|
-
"field": "body_file_ids"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "parent_id",
|
|
502
|
-
"field": "body_parent_id"
|
|
503
|
-
}
|
|
504
|
-
],
|
|
428
|
+
"bodyFields": [],
|
|
505
429
|
"optionalBodyCollectionName": "bodyParameters",
|
|
506
430
|
"bodyFieldName": null
|
|
507
431
|
}
|
|
@@ -536,10 +460,6 @@ const operations = {
|
|
|
536
460
|
"queryParams": [],
|
|
537
461
|
"optionalQueryCollectionName": null,
|
|
538
462
|
"bodyFields": [
|
|
539
|
-
{
|
|
540
|
-
"name": "color",
|
|
541
|
-
"field": "body_color"
|
|
542
|
-
},
|
|
543
463
|
{
|
|
544
464
|
"name": "name",
|
|
545
465
|
"field": "body_name"
|
|
@@ -564,16 +484,7 @@ const operations = {
|
|
|
564
484
|
],
|
|
565
485
|
"queryParams": [],
|
|
566
486
|
"optionalQueryCollectionName": null,
|
|
567
|
-
"bodyFields": [
|
|
568
|
-
{
|
|
569
|
-
"name": "color",
|
|
570
|
-
"field": "body_color"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"name": "name",
|
|
574
|
-
"field": "body_name"
|
|
575
|
-
}
|
|
576
|
-
],
|
|
487
|
+
"bodyFields": [],
|
|
577
488
|
"optionalBodyCollectionName": "bodyParameters",
|
|
578
489
|
"bodyFieldName": null
|
|
579
490
|
},
|
|
@@ -774,36 +685,7 @@ const operations = {
|
|
|
774
685
|
],
|
|
775
686
|
"queryParams": [],
|
|
776
687
|
"optionalQueryCollectionName": null,
|
|
777
|
-
"bodyFields": [
|
|
778
|
-
{
|
|
779
|
-
"name": "can_create_category",
|
|
780
|
-
"field": "body_can_create_category"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"name": "can_delete_category",
|
|
784
|
-
"field": "body_can_delete_category"
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"name": "can_edit_category",
|
|
788
|
-
"field": "body_can_edit_category"
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"name": "can_put_category_on_file",
|
|
792
|
-
"field": "body_can_put_category_on_file"
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"name": "can_read_category_on_file",
|
|
796
|
-
"field": "body_can_read_category_on_file"
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"name": "team_id",
|
|
800
|
-
"field": "body_team_id"
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"name": "user_id",
|
|
804
|
-
"field": "body_user_id"
|
|
805
|
-
}
|
|
806
|
-
],
|
|
688
|
+
"bodyFields": [],
|
|
807
689
|
"optionalBodyCollectionName": "bodyParameters",
|
|
808
690
|
"bodyFieldName": null
|
|
809
691
|
}
|
|
@@ -845,28 +727,7 @@ const operations = {
|
|
|
845
727
|
],
|
|
846
728
|
"queryParams": [],
|
|
847
729
|
"optionalQueryCollectionName": null,
|
|
848
|
-
"bodyFields": [
|
|
849
|
-
{
|
|
850
|
-
"name": "alias",
|
|
851
|
-
"field": "body_alias"
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"name": "email_when_finished",
|
|
855
|
-
"field": "body_email_when_finished"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"name": "limit_file_size",
|
|
859
|
-
"field": "body_limit_file_size"
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"name": "password",
|
|
863
|
-
"field": "body_password"
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"name": "valid_until",
|
|
867
|
-
"field": "body_valid_until"
|
|
868
|
-
}
|
|
869
|
-
],
|
|
730
|
+
"bodyFields": [],
|
|
870
731
|
"optionalBodyCollectionName": "bodyParameters",
|
|
871
732
|
"bodyFieldName": null
|
|
872
733
|
},
|
|
@@ -886,28 +747,7 @@ const operations = {
|
|
|
886
747
|
],
|
|
887
748
|
"queryParams": [],
|
|
888
749
|
"optionalQueryCollectionName": null,
|
|
889
|
-
"bodyFields": [
|
|
890
|
-
{
|
|
891
|
-
"name": "alias",
|
|
892
|
-
"field": "body_alias"
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"name": "email_when_finished",
|
|
896
|
-
"field": "body_email_when_finished"
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"name": "limit_file_size",
|
|
900
|
-
"field": "body_limit_file_size"
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"name": "password",
|
|
904
|
-
"field": "body_password"
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"name": "valid_until",
|
|
908
|
-
"field": "body_valid_until"
|
|
909
|
-
}
|
|
910
|
-
],
|
|
750
|
+
"bodyFields": [],
|
|
911
751
|
"optionalBodyCollectionName": "bodyParameters",
|
|
912
752
|
"bodyFieldName": null
|
|
913
753
|
},
|
|
@@ -947,20 +787,7 @@ const operations = {
|
|
|
947
787
|
],
|
|
948
788
|
"queryParams": [],
|
|
949
789
|
"optionalQueryCollectionName": null,
|
|
950
|
-
"bodyFields": [
|
|
951
|
-
{
|
|
952
|
-
"name": "emails",
|
|
953
|
-
"field": "body_emails"
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"name": "message",
|
|
957
|
-
"field": "body_message"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"name": "user_ids",
|
|
961
|
-
"field": "body_user_ids"
|
|
962
|
-
}
|
|
963
|
-
],
|
|
790
|
+
"bodyFields": [],
|
|
964
791
|
"optionalBodyCollectionName": "bodyParameters",
|
|
965
792
|
"bodyFieldName": null
|
|
966
793
|
},
|
|
@@ -996,10 +823,6 @@ const operations = {
|
|
|
996
823
|
{
|
|
997
824
|
"name": "name",
|
|
998
825
|
"field": "body_name"
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"name": "parent_directory_id",
|
|
1002
|
-
"field": "body_parent_directory_id"
|
|
1003
826
|
}
|
|
1004
827
|
],
|
|
1005
828
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1056,18 +879,6 @@ const operations = {
|
|
|
1056
879
|
"name": "destination_folder_id",
|
|
1057
880
|
"field": "body_destination_folder_id"
|
|
1058
881
|
},
|
|
1059
|
-
{
|
|
1060
|
-
"name": "except_file_ids",
|
|
1061
|
-
"field": "body_except_file_ids"
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"name": "file_ids",
|
|
1065
|
-
"field": "body_file_ids"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"name": "password",
|
|
1069
|
-
"field": "body_password"
|
|
1070
|
-
},
|
|
1071
882
|
{
|
|
1072
883
|
"name": "sharelink_uuid",
|
|
1073
884
|
"field": "body_sharelink_uuid"
|
|
@@ -1100,10 +911,6 @@ const operations = {
|
|
|
1100
911
|
{
|
|
1101
912
|
"name": "directory_id",
|
|
1102
913
|
"field": "body_directory_id"
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"name": "source_path",
|
|
1106
|
-
"field": "body_source_path"
|
|
1107
914
|
}
|
|
1108
915
|
],
|
|
1109
916
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1141,10 +948,6 @@ const operations = {
|
|
|
1141
948
|
{
|
|
1142
949
|
"name": "password",
|
|
1143
950
|
"field": "body_password"
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"name": "source_path",
|
|
1147
|
-
"field": "body_source_path"
|
|
1148
951
|
}
|
|
1149
952
|
],
|
|
1150
953
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1163,33 +966,13 @@ const operations = {
|
|
|
1163
966
|
"queryParams": [],
|
|
1164
967
|
"optionalQueryCollectionName": null,
|
|
1165
968
|
"bodyFields": [
|
|
1166
|
-
{
|
|
1167
|
-
"name": "access_token_id",
|
|
1168
|
-
"field": "body_access_token_id"
|
|
1169
|
-
},
|
|
1170
969
|
{
|
|
1171
970
|
"name": "application",
|
|
1172
971
|
"field": "body_application"
|
|
1173
972
|
},
|
|
1174
|
-
{
|
|
1175
|
-
"name": "application_drive_id",
|
|
1176
|
-
"field": "body_application_drive_id"
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"name": "auth_code",
|
|
1180
|
-
"field": "body_auth_code"
|
|
1181
|
-
},
|
|
1182
973
|
{
|
|
1183
974
|
"name": "directory_id",
|
|
1184
975
|
"field": "body_directory_id"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"name": "skip_shared_files",
|
|
1188
|
-
"field": "body_skip_shared_files"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"name": "source_path",
|
|
1192
|
-
"field": "body_source_path"
|
|
1193
976
|
}
|
|
1194
977
|
],
|
|
1195
978
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1607,21 +1390,9 @@ const operations = {
|
|
|
1607
1390
|
"queryParams": [],
|
|
1608
1391
|
"optionalQueryCollectionName": "queryParameters",
|
|
1609
1392
|
"bodyFields": [
|
|
1610
|
-
{
|
|
1611
|
-
"name": "color",
|
|
1612
|
-
"field": "body_color"
|
|
1613
|
-
},
|
|
1614
1393
|
{
|
|
1615
1394
|
"name": "name",
|
|
1616
1395
|
"field": "body_name"
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"name": "only_for_me",
|
|
1620
|
-
"field": "body_only_for_me"
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"name": "relative_path",
|
|
1624
|
-
"field": "body_relative_path"
|
|
1625
1396
|
}
|
|
1626
1397
|
],
|
|
1627
1398
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1676,12 +1447,7 @@ const operations = {
|
|
|
1676
1447
|
],
|
|
1677
1448
|
"queryParams": [],
|
|
1678
1449
|
"optionalQueryCollectionName": "queryParameters",
|
|
1679
|
-
"bodyFields": [
|
|
1680
|
-
{
|
|
1681
|
-
"name": "name",
|
|
1682
|
-
"field": "body_name"
|
|
1683
|
-
}
|
|
1684
|
-
],
|
|
1450
|
+
"bodyFields": [],
|
|
1685
1451
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1686
1452
|
"bodyFieldName": null
|
|
1687
1453
|
},
|
|
@@ -1701,12 +1467,7 @@ const operations = {
|
|
|
1701
1467
|
],
|
|
1702
1468
|
"queryParams": [],
|
|
1703
1469
|
"optionalQueryCollectionName": "queryParameters",
|
|
1704
|
-
"bodyFields": [
|
|
1705
|
-
{
|
|
1706
|
-
"name": "name",
|
|
1707
|
-
"field": "body_name"
|
|
1708
|
-
}
|
|
1709
|
-
],
|
|
1470
|
+
"bodyFields": [],
|
|
1710
1471
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1711
1472
|
"bodyFieldName": null
|
|
1712
1473
|
},
|
|
@@ -1750,16 +1511,7 @@ const operations = {
|
|
|
1750
1511
|
],
|
|
1751
1512
|
"queryParams": [],
|
|
1752
1513
|
"optionalQueryCollectionName": null,
|
|
1753
|
-
"bodyFields": [
|
|
1754
|
-
{
|
|
1755
|
-
"name": "conflict",
|
|
1756
|
-
"field": "body_conflict"
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"name": "name",
|
|
1760
|
-
"field": "body_name"
|
|
1761
|
-
}
|
|
1762
|
-
],
|
|
1514
|
+
"bodyFields": [],
|
|
1763
1515
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1764
1516
|
"bodyFieldName": null
|
|
1765
1517
|
},
|
|
@@ -1811,10 +1563,6 @@ const operations = {
|
|
|
1811
1563
|
"queryParams": [],
|
|
1812
1564
|
"optionalQueryCollectionName": null,
|
|
1813
1565
|
"bodyFields": [
|
|
1814
|
-
{
|
|
1815
|
-
"name": "mode",
|
|
1816
|
-
"field": "body_mode"
|
|
1817
|
-
},
|
|
1818
1566
|
{
|
|
1819
1567
|
"name": "type",
|
|
1820
1568
|
"field": "body_type"
|
|
@@ -1860,25 +1608,9 @@ const operations = {
|
|
|
1860
1608
|
"queryParams": [],
|
|
1861
1609
|
"optionalQueryCollectionName": "queryParameters",
|
|
1862
1610
|
"bodyFields": [
|
|
1863
|
-
{
|
|
1864
|
-
"name": "emails",
|
|
1865
|
-
"field": "body_emails"
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
"name": "message",
|
|
1869
|
-
"field": "body_message"
|
|
1870
|
-
},
|
|
1871
1611
|
{
|
|
1872
1612
|
"name": "right",
|
|
1873
1613
|
"field": "body_right"
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"name": "team_ids",
|
|
1877
|
-
"field": "body_team_ids"
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"name": "user_ids",
|
|
1881
|
-
"field": "body_user_ids"
|
|
1882
1614
|
}
|
|
1883
1615
|
],
|
|
1884
1616
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1921,21 +1653,9 @@ const operations = {
|
|
|
1921
1653
|
"queryParams": [],
|
|
1922
1654
|
"optionalQueryCollectionName": null,
|
|
1923
1655
|
"bodyFields": [
|
|
1924
|
-
{
|
|
1925
|
-
"name": "emails",
|
|
1926
|
-
"field": "body_emails"
|
|
1927
|
-
},
|
|
1928
1656
|
{
|
|
1929
1657
|
"name": "right",
|
|
1930
1658
|
"field": "body_right"
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"name": "team_ids",
|
|
1934
|
-
"field": "body_team_ids"
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"name": "user_ids",
|
|
1938
|
-
"field": "body_user_ids"
|
|
1939
1659
|
}
|
|
1940
1660
|
],
|
|
1941
1661
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1984,10 +1704,6 @@ const operations = {
|
|
|
1984
1704
|
"name": "emails",
|
|
1985
1705
|
"field": "body_emails"
|
|
1986
1706
|
},
|
|
1987
|
-
{
|
|
1988
|
-
"name": "message",
|
|
1989
|
-
"field": "body_message"
|
|
1990
|
-
},
|
|
1991
1707
|
{
|
|
1992
1708
|
"name": "right",
|
|
1993
1709
|
"field": "body_right"
|
|
@@ -2012,16 +1728,7 @@ const operations = {
|
|
|
2012
1728
|
],
|
|
2013
1729
|
"queryParams": [],
|
|
2014
1730
|
"optionalQueryCollectionName": null,
|
|
2015
|
-
"bodyFields": [
|
|
2016
|
-
{
|
|
2017
|
-
"name": "emails",
|
|
2018
|
-
"field": "body_emails"
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"name": "user_ids",
|
|
2022
|
-
"field": "body_user_ids"
|
|
2023
|
-
}
|
|
2024
|
-
],
|
|
1731
|
+
"bodyFields": [],
|
|
2025
1732
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2026
1733
|
"bodyFieldName": null
|
|
2027
1734
|
}
|
|
@@ -2103,12 +1810,7 @@ const operations = {
|
|
|
2103
1810
|
],
|
|
2104
1811
|
"queryParams": [],
|
|
2105
1812
|
"optionalQueryCollectionName": "queryParameters",
|
|
2106
|
-
"bodyFields": [
|
|
2107
|
-
{
|
|
2108
|
-
"name": "message",
|
|
2109
|
-
"field": "body_message"
|
|
2110
|
-
}
|
|
2111
|
-
],
|
|
1813
|
+
"bodyFields": [],
|
|
2112
1814
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2113
1815
|
"bodyFieldName": null
|
|
2114
1816
|
}
|
|
@@ -2151,17 +1853,9 @@ const operations = {
|
|
|
2151
1853
|
"queryParams": [],
|
|
2152
1854
|
"optionalQueryCollectionName": "queryParameters",
|
|
2153
1855
|
"bodyFields": [
|
|
2154
|
-
{
|
|
2155
|
-
"name": "message",
|
|
2156
|
-
"field": "body_message"
|
|
2157
|
-
},
|
|
2158
1856
|
{
|
|
2159
1857
|
"name": "right",
|
|
2160
1858
|
"field": "body_right"
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"name": "team_ids",
|
|
2164
|
-
"field": "body_team_ids"
|
|
2165
1859
|
}
|
|
2166
1860
|
],
|
|
2167
1861
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -2259,10 +1953,6 @@ const operations = {
|
|
|
2259
1953
|
"queryParams": [],
|
|
2260
1954
|
"optionalQueryCollectionName": "queryParameters",
|
|
2261
1955
|
"bodyFields": [
|
|
2262
|
-
{
|
|
2263
|
-
"name": "message",
|
|
2264
|
-
"field": "body_message"
|
|
2265
|
-
},
|
|
2266
1956
|
{
|
|
2267
1957
|
"name": "right",
|
|
2268
1958
|
"field": "body_right"
|
|
@@ -2468,16 +2158,7 @@ const operations = {
|
|
|
2468
2158
|
],
|
|
2469
2159
|
"queryParams": [],
|
|
2470
2160
|
"optionalQueryCollectionName": "queryParameters",
|
|
2471
|
-
"bodyFields": [
|
|
2472
|
-
{
|
|
2473
|
-
"name": "body",
|
|
2474
|
-
"field": "body_body"
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"name": "is_resolved",
|
|
2478
|
-
"field": "body_is_resolved"
|
|
2479
|
-
}
|
|
2480
|
-
],
|
|
2161
|
+
"bodyFields": [],
|
|
2481
2162
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2482
2163
|
"bodyFieldName": null
|
|
2483
2164
|
},
|
|
@@ -2567,20 +2248,7 @@ const operations = {
|
|
|
2567
2248
|
],
|
|
2568
2249
|
"queryParams": [],
|
|
2569
2250
|
"optionalQueryCollectionName": null,
|
|
2570
|
-
"bodyFields": [
|
|
2571
|
-
{
|
|
2572
|
-
"name": "directory_id",
|
|
2573
|
-
"field": "body_directory_id"
|
|
2574
|
-
},
|
|
2575
|
-
{
|
|
2576
|
-
"name": "directory_path",
|
|
2577
|
-
"field": "body_directory_path"
|
|
2578
|
-
},
|
|
2579
|
-
{
|
|
2580
|
-
"name": "file_name",
|
|
2581
|
-
"field": "body_file_name"
|
|
2582
|
-
}
|
|
2583
|
-
],
|
|
2251
|
+
"bodyFields": [],
|
|
2584
2252
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2585
2253
|
"bodyFieldName": null
|
|
2586
2254
|
},
|
|
@@ -2661,34 +2329,6 @@ const operations = {
|
|
|
2661
2329
|
"queryParams": [],
|
|
2662
2330
|
"optionalQueryCollectionName": "queryParameters",
|
|
2663
2331
|
"bodyFields": [
|
|
2664
|
-
{
|
|
2665
|
-
"name": "conflict",
|
|
2666
|
-
"field": "body_conflict"
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"name": "created_at",
|
|
2670
|
-
"field": "body_created_at"
|
|
2671
|
-
},
|
|
2672
|
-
{
|
|
2673
|
-
"name": "directory_id",
|
|
2674
|
-
"field": "body_directory_id"
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
2677
|
-
"name": "directory_path",
|
|
2678
|
-
"field": "body_directory_path"
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"name": "file_id",
|
|
2682
|
-
"field": "body_file_id"
|
|
2683
|
-
},
|
|
2684
|
-
{
|
|
2685
|
-
"name": "file_name",
|
|
2686
|
-
"field": "body_file_name"
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
"name": "last_modified_at",
|
|
2690
|
-
"field": "body_last_modified_at"
|
|
2691
|
-
},
|
|
2692
2332
|
{
|
|
2693
2333
|
"name": "total_chunks",
|
|
2694
2334
|
"field": "body_total_chunks"
|
|
@@ -2767,20 +2407,7 @@ const operations = {
|
|
|
2767
2407
|
],
|
|
2768
2408
|
"queryParams": [],
|
|
2769
2409
|
"optionalQueryCollectionName": "queryParameters",
|
|
2770
|
-
"bodyFields": [
|
|
2771
|
-
{
|
|
2772
|
-
"name": "created_at",
|
|
2773
|
-
"field": "body_created_at"
|
|
2774
|
-
},
|
|
2775
|
-
{
|
|
2776
|
-
"name": "last_modified_at",
|
|
2777
|
-
"field": "body_last_modified_at"
|
|
2778
|
-
},
|
|
2779
|
-
{
|
|
2780
|
-
"name": "total_chunk_hash",
|
|
2781
|
-
"field": "body_total_chunk_hash"
|
|
2782
|
-
}
|
|
2783
|
-
],
|
|
2410
|
+
"bodyFields": [],
|
|
2784
2411
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2785
2412
|
"bodyFieldName": null
|
|
2786
2413
|
},
|
|
@@ -3021,12 +2648,7 @@ const operations = {
|
|
|
3021
2648
|
],
|
|
3022
2649
|
"queryParams": [],
|
|
3023
2650
|
"optionalQueryCollectionName": "queryParameters",
|
|
3024
|
-
"bodyFields": [
|
|
3025
|
-
{
|
|
3026
|
-
"name": "name",
|
|
3027
|
-
"field": "body_name"
|
|
3028
|
-
}
|
|
3029
|
-
],
|
|
2651
|
+
"bodyFields": [],
|
|
3030
2652
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3031
2653
|
"bodyFieldName": null
|
|
3032
2654
|
},
|
|
@@ -3098,12 +2720,7 @@ const operations = {
|
|
|
3098
2720
|
],
|
|
3099
2721
|
"queryParams": [],
|
|
3100
2722
|
"optionalQueryCollectionName": "queryParameters",
|
|
3101
|
-
"bodyFields": [
|
|
3102
|
-
{
|
|
3103
|
-
"name": "name",
|
|
3104
|
-
"field": "body_name"
|
|
3105
|
-
}
|
|
3106
|
-
],
|
|
2723
|
+
"bodyFields": [],
|
|
3107
2724
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3108
2725
|
"bodyFieldName": null
|
|
3109
2726
|
}
|
|
@@ -3239,20 +2856,7 @@ const operations = {
|
|
|
3239
2856
|
],
|
|
3240
2857
|
"queryParams": [],
|
|
3241
2858
|
"optionalQueryCollectionName": null,
|
|
3242
|
-
"bodyFields": [
|
|
3243
|
-
{
|
|
3244
|
-
"name": "except_file_ids",
|
|
3245
|
-
"field": "body_except_file_ids"
|
|
3246
|
-
},
|
|
3247
|
-
{
|
|
3248
|
-
"name": "file_ids",
|
|
3249
|
-
"field": "body_file_ids"
|
|
3250
|
-
},
|
|
3251
|
-
{
|
|
3252
|
-
"name": "parent_id",
|
|
3253
|
-
"field": "body_parent_id"
|
|
3254
|
-
}
|
|
3255
|
-
],
|
|
2859
|
+
"bodyFields": [],
|
|
3256
2860
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3257
2861
|
"bodyFieldName": null
|
|
3258
2862
|
},
|
|
@@ -3319,41 +2923,9 @@ const operations = {
|
|
|
3319
2923
|
"queryParams": [],
|
|
3320
2924
|
"optionalQueryCollectionName": "queryParameters",
|
|
3321
2925
|
"bodyFields": [
|
|
3322
|
-
{
|
|
3323
|
-
"name": "can_comment",
|
|
3324
|
-
"field": "body_can_comment"
|
|
3325
|
-
},
|
|
3326
|
-
{
|
|
3327
|
-
"name": "can_download",
|
|
3328
|
-
"field": "body_can_download"
|
|
3329
|
-
},
|
|
3330
|
-
{
|
|
3331
|
-
"name": "can_edit",
|
|
3332
|
-
"field": "body_can_edit"
|
|
3333
|
-
},
|
|
3334
|
-
{
|
|
3335
|
-
"name": "can_request_access",
|
|
3336
|
-
"field": "body_can_request_access"
|
|
3337
|
-
},
|
|
3338
|
-
{
|
|
3339
|
-
"name": "can_see_info",
|
|
3340
|
-
"field": "body_can_see_info"
|
|
3341
|
-
},
|
|
3342
|
-
{
|
|
3343
|
-
"name": "can_see_stats",
|
|
3344
|
-
"field": "body_can_see_stats"
|
|
3345
|
-
},
|
|
3346
|
-
{
|
|
3347
|
-
"name": "password",
|
|
3348
|
-
"field": "body_password"
|
|
3349
|
-
},
|
|
3350
2926
|
{
|
|
3351
2927
|
"name": "right",
|
|
3352
2928
|
"field": "body_right"
|
|
3353
|
-
},
|
|
3354
|
-
{
|
|
3355
|
-
"name": "valid_until",
|
|
3356
|
-
"field": "body_valid_until"
|
|
3357
2929
|
}
|
|
3358
2930
|
],
|
|
3359
2931
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -3375,44 +2947,7 @@ const operations = {
|
|
|
3375
2947
|
],
|
|
3376
2948
|
"queryParams": [],
|
|
3377
2949
|
"optionalQueryCollectionName": null,
|
|
3378
|
-
"bodyFields": [
|
|
3379
|
-
{
|
|
3380
|
-
"name": "can_comment",
|
|
3381
|
-
"field": "body_can_comment"
|
|
3382
|
-
},
|
|
3383
|
-
{
|
|
3384
|
-
"name": "can_download",
|
|
3385
|
-
"field": "body_can_download"
|
|
3386
|
-
},
|
|
3387
|
-
{
|
|
3388
|
-
"name": "can_edit",
|
|
3389
|
-
"field": "body_can_edit"
|
|
3390
|
-
},
|
|
3391
|
-
{
|
|
3392
|
-
"name": "can_request_access",
|
|
3393
|
-
"field": "body_can_request_access"
|
|
3394
|
-
},
|
|
3395
|
-
{
|
|
3396
|
-
"name": "can_see_info",
|
|
3397
|
-
"field": "body_can_see_info"
|
|
3398
|
-
},
|
|
3399
|
-
{
|
|
3400
|
-
"name": "can_see_stats",
|
|
3401
|
-
"field": "body_can_see_stats"
|
|
3402
|
-
},
|
|
3403
|
-
{
|
|
3404
|
-
"name": "password",
|
|
3405
|
-
"field": "body_password"
|
|
3406
|
-
},
|
|
3407
|
-
{
|
|
3408
|
-
"name": "right",
|
|
3409
|
-
"field": "body_right"
|
|
3410
|
-
},
|
|
3411
|
-
{
|
|
3412
|
-
"name": "valid_until",
|
|
3413
|
-
"field": "body_valid_until"
|
|
3414
|
-
}
|
|
3415
|
-
],
|
|
2950
|
+
"bodyFields": [],
|
|
3416
2951
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3417
2952
|
"bodyFieldName": null
|
|
3418
2953
|
},
|
|
@@ -3452,20 +2987,7 @@ const operations = {
|
|
|
3452
2987
|
],
|
|
3453
2988
|
"queryParams": [],
|
|
3454
2989
|
"optionalQueryCollectionName": null,
|
|
3455
|
-
"bodyFields": [
|
|
3456
|
-
{
|
|
3457
|
-
"name": "emails",
|
|
3458
|
-
"field": "body_emails"
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
"name": "message",
|
|
3462
|
-
"field": "body_message"
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
3465
|
-
"name": "user_ids",
|
|
3466
|
-
"field": "body_user_ids"
|
|
3467
|
-
}
|
|
3468
|
-
],
|
|
2990
|
+
"bodyFields": [],
|
|
3469
2991
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3470
2992
|
"bodyFieldName": null
|
|
3471
2993
|
},
|
|
@@ -3734,28 +3256,7 @@ const operations = {
|
|
|
3734
3256
|
],
|
|
3735
3257
|
"queryParams": [],
|
|
3736
3258
|
"optionalQueryCollectionName": null,
|
|
3737
|
-
"bodyFields": [
|
|
3738
|
-
{
|
|
3739
|
-
"name": "email",
|
|
3740
|
-
"field": "body_email"
|
|
3741
|
-
},
|
|
3742
|
-
{
|
|
3743
|
-
"name": "message",
|
|
3744
|
-
"field": "body_message"
|
|
3745
|
-
},
|
|
3746
|
-
{
|
|
3747
|
-
"name": "name",
|
|
3748
|
-
"field": "body_name"
|
|
3749
|
-
},
|
|
3750
|
-
{
|
|
3751
|
-
"name": "right",
|
|
3752
|
-
"field": "body_right"
|
|
3753
|
-
},
|
|
3754
|
-
{
|
|
3755
|
-
"name": "role",
|
|
3756
|
-
"field": "body_role"
|
|
3757
|
-
}
|
|
3758
|
-
],
|
|
3259
|
+
"bodyFields": [],
|
|
3759
3260
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3760
3261
|
"bodyFieldName": null
|
|
3761
3262
|
},
|
|
@@ -3829,20 +3330,7 @@ const operations = {
|
|
|
3829
3330
|
],
|
|
3830
3331
|
"queryParams": [],
|
|
3831
3332
|
"optionalQueryCollectionName": null,
|
|
3832
|
-
"bodyFields": [
|
|
3833
|
-
{
|
|
3834
|
-
"name": "has_approved",
|
|
3835
|
-
"field": "body_has_approved"
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"name": "has_approved_ai_categories",
|
|
3839
|
-
"field": "body_has_approved_ai_categories"
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"name": "has_approved_content_search",
|
|
3843
|
-
"field": "body_has_approved_content_search"
|
|
3844
|
-
}
|
|
3845
|
-
],
|
|
3333
|
+
"bodyFields": [],
|
|
3846
3334
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3847
3335
|
"bodyFieldName": null
|
|
3848
3336
|
},
|
|
@@ -3867,10 +3355,6 @@ const operations = {
|
|
|
3867
3355
|
"name": "bgColor",
|
|
3868
3356
|
"field": "body_bgColor"
|
|
3869
3357
|
},
|
|
3870
|
-
{
|
|
3871
|
-
"name": "images",
|
|
3872
|
-
"field": "body_images"
|
|
3873
|
-
},
|
|
3874
3358
|
{
|
|
3875
3359
|
"name": "txtColor",
|
|
3876
3360
|
"field": "body_txtColor"
|
|
@@ -3912,24 +3396,7 @@ const operations = {
|
|
|
3912
3396
|
],
|
|
3913
3397
|
"queryParams": [],
|
|
3914
3398
|
"optionalQueryCollectionName": null,
|
|
3915
|
-
"bodyFields": [
|
|
3916
|
-
{
|
|
3917
|
-
"name": "form",
|
|
3918
|
-
"field": "body_form"
|
|
3919
|
-
},
|
|
3920
|
-
{
|
|
3921
|
-
"name": "presentation",
|
|
3922
|
-
"field": "body_presentation"
|
|
3923
|
-
},
|
|
3924
|
-
{
|
|
3925
|
-
"name": "spreadsheet",
|
|
3926
|
-
"field": "body_spreadsheet"
|
|
3927
|
-
},
|
|
3928
|
-
{
|
|
3929
|
-
"name": "text",
|
|
3930
|
-
"field": "body_text"
|
|
3931
|
-
}
|
|
3932
|
-
],
|
|
3399
|
+
"bodyFields": [],
|
|
3933
3400
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3934
3401
|
"bodyFieldName": null
|
|
3935
3402
|
},
|
|
@@ -3945,24 +3412,7 @@ const operations = {
|
|
|
3945
3412
|
],
|
|
3946
3413
|
"queryParams": [],
|
|
3947
3414
|
"optionalQueryCollectionName": null,
|
|
3948
|
-
"bodyFields": [
|
|
3949
|
-
{
|
|
3950
|
-
"name": "color",
|
|
3951
|
-
"field": "body_color"
|
|
3952
|
-
},
|
|
3953
|
-
{
|
|
3954
|
-
"name": "default_page",
|
|
3955
|
-
"field": "body_default_page"
|
|
3956
|
-
},
|
|
3957
|
-
{
|
|
3958
|
-
"name": "hide",
|
|
3959
|
-
"field": "body_hide"
|
|
3960
|
-
},
|
|
3961
|
-
{
|
|
3962
|
-
"name": "ui",
|
|
3963
|
-
"field": "body_ui"
|
|
3964
|
-
}
|
|
3965
|
-
],
|
|
3415
|
+
"bodyFields": [],
|
|
3966
3416
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3967
3417
|
"bodyFieldName": null
|
|
3968
3418
|
}
|
|
@@ -4231,49 +3681,9 @@ const operations = {
|
|
|
4231
3681
|
"queryParams": [],
|
|
4232
3682
|
"optionalQueryCollectionName": "queryParameters",
|
|
4233
3683
|
"bodyFields": [
|
|
4234
|
-
{
|
|
4235
|
-
"name": "emails",
|
|
4236
|
-
"field": "body_emails"
|
|
4237
|
-
},
|
|
4238
|
-
{
|
|
4239
|
-
"name": "file_id",
|
|
4240
|
-
"field": "body_file_id"
|
|
4241
|
-
},
|
|
4242
|
-
{
|
|
4243
|
-
"name": "lang",
|
|
4244
|
-
"field": "body_lang"
|
|
4245
|
-
},
|
|
4246
|
-
{
|
|
4247
|
-
"name": "message",
|
|
4248
|
-
"field": "body_message"
|
|
4249
|
-
},
|
|
4250
|
-
{
|
|
4251
|
-
"name": "name",
|
|
4252
|
-
"field": "body_name"
|
|
4253
|
-
},
|
|
4254
|
-
{
|
|
4255
|
-
"name": "right",
|
|
4256
|
-
"field": "body_right"
|
|
4257
|
-
},
|
|
4258
3684
|
{
|
|
4259
3685
|
"name": "role",
|
|
4260
3686
|
"field": "body_role"
|
|
4261
|
-
},
|
|
4262
|
-
{
|
|
4263
|
-
"name": "send_email",
|
|
4264
|
-
"field": "body_send_email"
|
|
4265
|
-
},
|
|
4266
|
-
{
|
|
4267
|
-
"name": "team_ids",
|
|
4268
|
-
"field": "body_team_ids"
|
|
4269
|
-
},
|
|
4270
|
-
{
|
|
4271
|
-
"name": "type",
|
|
4272
|
-
"field": "body_type"
|
|
4273
|
-
},
|
|
4274
|
-
{
|
|
4275
|
-
"name": "user_ids",
|
|
4276
|
-
"field": "body_user_ids"
|
|
4277
3687
|
}
|
|
4278
3688
|
],
|
|
4279
3689
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -4315,16 +3725,7 @@ const operations = {
|
|
|
4315
3725
|
],
|
|
4316
3726
|
"queryParams": [],
|
|
4317
3727
|
"optionalQueryCollectionName": null,
|
|
4318
|
-
"bodyFields": [
|
|
4319
|
-
{
|
|
4320
|
-
"name": "name",
|
|
4321
|
-
"field": "body_name"
|
|
4322
|
-
},
|
|
4323
|
-
{
|
|
4324
|
-
"name": "role",
|
|
4325
|
-
"field": "body_role"
|
|
4326
|
-
}
|
|
4327
|
-
],
|
|
3728
|
+
"bodyFields": [],
|
|
4328
3729
|
"optionalBodyCollectionName": "bodyParameters",
|
|
4329
3730
|
"bodyFieldName": null
|
|
4330
3731
|
},
|
|
@@ -4344,12 +3745,7 @@ const operations = {
|
|
|
4344
3745
|
],
|
|
4345
3746
|
"queryParams": [],
|
|
4346
3747
|
"optionalQueryCollectionName": null,
|
|
4347
|
-
"bodyFields": [
|
|
4348
|
-
{
|
|
4349
|
-
"name": "notify",
|
|
4350
|
-
"field": "body_notify"
|
|
4351
|
-
}
|
|
4352
|
-
],
|
|
3748
|
+
"bodyFields": [],
|
|
4353
3749
|
"optionalBodyCollectionName": "bodyParameters",
|
|
4354
3750
|
"bodyFieldName": null
|
|
4355
3751
|
},
|
|
@@ -4488,36 +3884,7 @@ const operations = {
|
|
|
4488
3884
|
"pathParams": [],
|
|
4489
3885
|
"queryParams": [],
|
|
4490
3886
|
"optionalQueryCollectionName": null,
|
|
4491
|
-
"bodyFields": [
|
|
4492
|
-
{
|
|
4493
|
-
"name": "date_format",
|
|
4494
|
-
"field": "body_date_format"
|
|
4495
|
-
},
|
|
4496
|
-
{
|
|
4497
|
-
"name": "default_drive",
|
|
4498
|
-
"field": "body_default_drive"
|
|
4499
|
-
},
|
|
4500
|
-
{
|
|
4501
|
-
"name": "density",
|
|
4502
|
-
"field": "body_density"
|
|
4503
|
-
},
|
|
4504
|
-
{
|
|
4505
|
-
"name": "list",
|
|
4506
|
-
"field": "body_list"
|
|
4507
|
-
},
|
|
4508
|
-
{
|
|
4509
|
-
"name": "sort_recent_file",
|
|
4510
|
-
"field": "body_sort_recent_file"
|
|
4511
|
-
},
|
|
4512
|
-
{
|
|
4513
|
-
"name": "tutorials",
|
|
4514
|
-
"field": "body_tutorials"
|
|
4515
|
-
},
|
|
4516
|
-
{
|
|
4517
|
-
"name": "use_shortcut",
|
|
4518
|
-
"field": "body_use_shortcut"
|
|
4519
|
-
}
|
|
4520
|
-
],
|
|
3887
|
+
"bodyFields": [],
|
|
4521
3888
|
"optionalBodyCollectionName": "bodyParameters",
|
|
4522
3889
|
"bodyFieldName": null
|
|
4523
3890
|
}
|