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
|
@@ -74,10 +74,6 @@ const operations = {
|
|
|
74
74
|
{
|
|
75
75
|
"name": "name",
|
|
76
76
|
"field": "body_name"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "remember_to_config",
|
|
80
|
-
"field": "body_remember_to_config"
|
|
81
77
|
}
|
|
82
78
|
],
|
|
83
79
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -173,22 +169,10 @@ const operations = {
|
|
|
173
169
|
],
|
|
174
170
|
"optionalQueryCollectionName": null,
|
|
175
171
|
"bodyFields": [
|
|
176
|
-
{
|
|
177
|
-
"name": "access_country",
|
|
178
|
-
"field": "body_access_country"
|
|
179
|
-
},
|
|
180
172
|
{
|
|
181
173
|
"name": "authorize_country",
|
|
182
174
|
"field": "body_authorize_country"
|
|
183
175
|
},
|
|
184
|
-
{
|
|
185
|
-
"name": "date",
|
|
186
|
-
"field": "body_date"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"name": "dvr_window",
|
|
190
|
-
"field": "body_dvr_window"
|
|
191
|
-
},
|
|
192
176
|
{
|
|
193
177
|
"name": "fragment_duration",
|
|
194
178
|
"field": "body_fragment_duration"
|
|
@@ -197,26 +181,6 @@ const operations = {
|
|
|
197
181
|
"name": "name",
|
|
198
182
|
"field": "body_name"
|
|
199
183
|
},
|
|
200
|
-
{
|
|
201
|
-
"name": "record",
|
|
202
|
-
"field": "body_record"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"name": "record_name",
|
|
206
|
-
"field": "body_record_name"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"name": "repeat_interval",
|
|
210
|
-
"field": "body_repeat_interval"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"name": "repeat_until",
|
|
214
|
-
"field": "body_repeat_until"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"name": "simulcasts",
|
|
218
|
-
"field": "body_simulcasts"
|
|
219
|
-
},
|
|
220
184
|
{
|
|
221
185
|
"name": "start_at",
|
|
222
186
|
"field": "body_start_at"
|
|
@@ -229,21 +193,9 @@ const operations = {
|
|
|
229
193
|
"name": "stop_live",
|
|
230
194
|
"field": "body_stop_live"
|
|
231
195
|
},
|
|
232
|
-
{
|
|
233
|
-
"name": "storage_machine_id",
|
|
234
|
-
"field": "body_storage_machine_id"
|
|
235
|
-
},
|
|
236
196
|
{
|
|
237
197
|
"name": "timezone",
|
|
238
198
|
"field": "body_timezone"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"name": "weekdays_only",
|
|
242
|
-
"field": "body_weekdays_only"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"name": "weekends_only",
|
|
246
|
-
"field": "body_weekends_only"
|
|
247
199
|
}
|
|
248
200
|
],
|
|
249
201
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -296,22 +248,10 @@ const operations = {
|
|
|
296
248
|
],
|
|
297
249
|
"optionalQueryCollectionName": null,
|
|
298
250
|
"bodyFields": [
|
|
299
|
-
{
|
|
300
|
-
"name": "access_country",
|
|
301
|
-
"field": "body_access_country"
|
|
302
|
-
},
|
|
303
251
|
{
|
|
304
252
|
"name": "authorize_country",
|
|
305
253
|
"field": "body_authorize_country"
|
|
306
254
|
},
|
|
307
|
-
{
|
|
308
|
-
"name": "date",
|
|
309
|
-
"field": "body_date"
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"name": "dvr_window",
|
|
313
|
-
"field": "body_dvr_window"
|
|
314
|
-
},
|
|
315
255
|
{
|
|
316
256
|
"name": "fragment_duration",
|
|
317
257
|
"field": "body_fragment_duration"
|
|
@@ -320,26 +260,6 @@ const operations = {
|
|
|
320
260
|
"name": "name",
|
|
321
261
|
"field": "body_name"
|
|
322
262
|
},
|
|
323
|
-
{
|
|
324
|
-
"name": "record",
|
|
325
|
-
"field": "body_record"
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"name": "record_name",
|
|
329
|
-
"field": "body_record_name"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"name": "repeat_interval",
|
|
333
|
-
"field": "body_repeat_interval"
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"name": "repeat_until",
|
|
337
|
-
"field": "body_repeat_until"
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"name": "simulcasts",
|
|
341
|
-
"field": "body_simulcasts"
|
|
342
|
-
},
|
|
343
263
|
{
|
|
344
264
|
"name": "start_at",
|
|
345
265
|
"field": "body_start_at"
|
|
@@ -352,10 +272,6 @@ const operations = {
|
|
|
352
272
|
"name": "stop_live",
|
|
353
273
|
"field": "body_stop_live"
|
|
354
274
|
},
|
|
355
|
-
{
|
|
356
|
-
"name": "storage_machine_id",
|
|
357
|
-
"field": "body_storage_machine_id"
|
|
358
|
-
},
|
|
359
275
|
{
|
|
360
276
|
"name": "timezone",
|
|
361
277
|
"field": "body_timezone"
|
|
@@ -363,14 +279,6 @@ const operations = {
|
|
|
363
279
|
{
|
|
364
280
|
"name": "type",
|
|
365
281
|
"field": "body_type"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"name": "weekdays_only",
|
|
369
|
-
"field": "body_weekdays_only"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"name": "weekends_only",
|
|
373
|
-
"field": "body_weekends_only"
|
|
374
282
|
}
|
|
375
283
|
],
|
|
376
284
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -397,16 +305,7 @@ const operations = {
|
|
|
397
305
|
}
|
|
398
306
|
],
|
|
399
307
|
"optionalQueryCollectionName": null,
|
|
400
|
-
"bodyFields": [
|
|
401
|
-
{
|
|
402
|
-
"name": "date",
|
|
403
|
-
"field": "body_date"
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"name": "type",
|
|
407
|
-
"field": "body_type"
|
|
408
|
-
}
|
|
409
|
-
],
|
|
308
|
+
"bodyFields": [],
|
|
410
309
|
"optionalBodyCollectionName": "bodyParameters",
|
|
411
310
|
"bodyFieldName": null
|
|
412
311
|
}
|
|
@@ -598,12 +497,7 @@ const operations = {
|
|
|
598
497
|
}
|
|
599
498
|
],
|
|
600
499
|
"optionalQueryCollectionName": null,
|
|
601
|
-
"bodyFields": [
|
|
602
|
-
{
|
|
603
|
-
"name": "instant",
|
|
604
|
-
"field": "body_instant"
|
|
605
|
-
}
|
|
606
|
-
],
|
|
500
|
+
"bodyFields": [],
|
|
607
501
|
"optionalBodyCollectionName": "bodyParameters",
|
|
608
502
|
"bodyFieldName": null
|
|
609
503
|
}
|
|
@@ -668,12 +562,7 @@ const operations = {
|
|
|
668
562
|
}
|
|
669
563
|
],
|
|
670
564
|
"optionalQueryCollectionName": null,
|
|
671
|
-
"bodyFields": [
|
|
672
|
-
{
|
|
673
|
-
"name": "auto_record",
|
|
674
|
-
"field": "body_auto_record"
|
|
675
|
-
}
|
|
676
|
-
],
|
|
565
|
+
"bodyFields": [],
|
|
677
566
|
"optionalBodyCollectionName": "bodyParameters",
|
|
678
567
|
"bodyFieldName": null
|
|
679
568
|
}
|
|
@@ -701,26 +590,10 @@ const operations = {
|
|
|
701
590
|
"name": "auto_stop",
|
|
702
591
|
"field": "body_auto_stop"
|
|
703
592
|
},
|
|
704
|
-
{
|
|
705
|
-
"name": "diffusion_at",
|
|
706
|
-
"field": "body_diffusion_at"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "diffusion_ends_at",
|
|
710
|
-
"field": "body_diffusion_ends_at"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "file_path",
|
|
714
|
-
"field": "body_file_path"
|
|
715
|
-
},
|
|
716
593
|
{
|
|
717
594
|
"name": "fragment_duration",
|
|
718
595
|
"field": "body_fragment_duration"
|
|
719
596
|
},
|
|
720
|
-
{
|
|
721
|
-
"name": "fragment_number",
|
|
722
|
-
"field": "body_fragment_number"
|
|
723
|
-
},
|
|
724
597
|
{
|
|
725
598
|
"name": "name",
|
|
726
599
|
"field": "body_name"
|
|
@@ -824,53 +697,13 @@ const operations = {
|
|
|
824
697
|
"name": "auto_fragment_duration",
|
|
825
698
|
"field": "body_auto_fragment_duration"
|
|
826
699
|
},
|
|
827
|
-
{
|
|
828
|
-
"name": "auto_record_name",
|
|
829
|
-
"field": "body_auto_record_name"
|
|
830
|
-
},
|
|
831
700
|
{
|
|
832
701
|
"name": "default",
|
|
833
702
|
"field": "body_default"
|
|
834
703
|
},
|
|
835
|
-
{
|
|
836
|
-
"name": "host",
|
|
837
|
-
"field": "body_host"
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"name": "login",
|
|
841
|
-
"field": "body_login"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"name": "name",
|
|
845
|
-
"field": "body_name"
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"name": "pass",
|
|
849
|
-
"field": "body_pass"
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"name": "path",
|
|
853
|
-
"field": "body_path"
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"name": "port",
|
|
857
|
-
"field": "body_port"
|
|
858
|
-
},
|
|
859
704
|
{
|
|
860
705
|
"name": "protocol",
|
|
861
706
|
"field": "body_protocol"
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"name": "url_http",
|
|
865
|
-
"field": "body_url_http"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"name": "use_path",
|
|
869
|
-
"field": "body_use_path"
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"name": "void_id",
|
|
873
|
-
"field": "body_void_id"
|
|
874
707
|
}
|
|
875
708
|
],
|
|
876
709
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1012,16 +845,7 @@ const operations = {
|
|
|
1012
845
|
}
|
|
1013
846
|
],
|
|
1014
847
|
"optionalQueryCollectionName": null,
|
|
1015
|
-
"bodyFields": [
|
|
1016
|
-
{
|
|
1017
|
-
"name": "enabled",
|
|
1018
|
-
"field": "body_enabled"
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"name": "record_window_duration",
|
|
1022
|
-
"field": "body_record_window_duration"
|
|
1023
|
-
}
|
|
1024
|
-
],
|
|
848
|
+
"bodyFields": [],
|
|
1025
849
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1026
850
|
"bodyFieldName": null
|
|
1027
851
|
}
|
|
@@ -1065,45 +889,13 @@ const operations = {
|
|
|
1065
889
|
"name": "align",
|
|
1066
890
|
"field": "body_align"
|
|
1067
891
|
},
|
|
1068
|
-
{
|
|
1069
|
-
"name": "enabled",
|
|
1070
|
-
"field": "body_enabled"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"name": "follow_update",
|
|
1074
|
-
"field": "body_follow_update"
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"name": "height",
|
|
1078
|
-
"field": "body_height"
|
|
1079
|
-
},
|
|
1080
892
|
{
|
|
1081
893
|
"name": "horizontal_offset",
|
|
1082
894
|
"field": "body_horizontal_offset"
|
|
1083
895
|
},
|
|
1084
|
-
{
|
|
1085
|
-
"name": "image_path",
|
|
1086
|
-
"field": "body_image_path"
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"name": "opacity_percentage",
|
|
1090
|
-
"field": "body_opacity_percentage"
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"name": "size_percentage",
|
|
1094
|
-
"field": "body_size_percentage"
|
|
1095
|
-
},
|
|
1096
896
|
{
|
|
1097
897
|
"name": "vertical_offset",
|
|
1098
898
|
"field": "body_vertical_offset"
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"name": "width",
|
|
1102
|
-
"field": "body_width"
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"name": "z_index",
|
|
1106
|
-
"field": "body_z_index"
|
|
1107
899
|
}
|
|
1108
900
|
],
|
|
1109
901
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1255,10 +1047,6 @@ const operations = {
|
|
|
1255
1047
|
],
|
|
1256
1048
|
"optionalQueryCollectionName": null,
|
|
1257
1049
|
"bodyFields": [
|
|
1258
|
-
{
|
|
1259
|
-
"name": "additional_config",
|
|
1260
|
-
"field": "body_additional_config"
|
|
1261
|
-
},
|
|
1262
1050
|
{
|
|
1263
1051
|
"name": "application_instance",
|
|
1264
1052
|
"field": "body_application_instance"
|
|
@@ -1267,25 +1055,13 @@ const operations = {
|
|
|
1267
1055
|
"name": "application_name",
|
|
1268
1056
|
"field": "body_application_name"
|
|
1269
1057
|
},
|
|
1270
|
-
{
|
|
1271
|
-
"name": "dest_stream",
|
|
1272
|
-
"field": "body_dest_stream"
|
|
1273
|
-
},
|
|
1274
1058
|
{
|
|
1275
1059
|
"name": "enabled",
|
|
1276
1060
|
"field": "body_enabled"
|
|
1277
1061
|
},
|
|
1278
|
-
{
|
|
1279
|
-
"name": "host",
|
|
1280
|
-
"field": "body_host"
|
|
1281
|
-
},
|
|
1282
1062
|
{
|
|
1283
1063
|
"name": "name",
|
|
1284
1064
|
"field": "body_name"
|
|
1285
|
-
},
|
|
1286
|
-
{
|
|
1287
|
-
"name": "port",
|
|
1288
|
-
"field": "body_port"
|
|
1289
1065
|
}
|
|
1290
1066
|
],
|
|
1291
1067
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1423,10 +1199,6 @@ const operations = {
|
|
|
1423
1199
|
"name": "ads_enabled",
|
|
1424
1200
|
"field": "body_ads_enabled"
|
|
1425
1201
|
},
|
|
1426
|
-
{
|
|
1427
|
-
"name": "ads_url",
|
|
1428
|
-
"field": "body_ads_url"
|
|
1429
|
-
},
|
|
1430
1202
|
{
|
|
1431
1203
|
"name": "allow_full_screen",
|
|
1432
1204
|
"field": "body_allow_full_screen"
|
|
@@ -1463,30 +1235,6 @@ const operations = {
|
|
|
1463
1235
|
"name": "countdown",
|
|
1464
1236
|
"field": "body_countdown"
|
|
1465
1237
|
},
|
|
1466
|
-
{
|
|
1467
|
-
"name": "countdown_days",
|
|
1468
|
-
"field": "body_countdown_days"
|
|
1469
|
-
},
|
|
1470
|
-
{
|
|
1471
|
-
"name": "countdown_hours",
|
|
1472
|
-
"field": "body_countdown_hours"
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"name": "countdown_minutes",
|
|
1476
|
-
"field": "body_countdown_minutes"
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"name": "countdown_seconds",
|
|
1480
|
-
"field": "body_countdown_seconds"
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"name": "countdown_txt",
|
|
1484
|
-
"field": "body_countdown_txt"
|
|
1485
|
-
},
|
|
1486
|
-
{
|
|
1487
|
-
"name": "description",
|
|
1488
|
-
"field": "body_description"
|
|
1489
|
-
},
|
|
1490
1238
|
{
|
|
1491
1239
|
"name": "enable_embed_code",
|
|
1492
1240
|
"field": "body_enable_embed_code"
|
|
@@ -1503,66 +1251,26 @@ const operations = {
|
|
|
1503
1251
|
"name": "extract_preload_img",
|
|
1504
1252
|
"field": "body_extract_preload_img"
|
|
1505
1253
|
},
|
|
1506
|
-
{
|
|
1507
|
-
"name": "facebook_back_link",
|
|
1508
|
-
"field": "body_facebook_back_link"
|
|
1509
|
-
},
|
|
1510
1254
|
{
|
|
1511
1255
|
"name": "facebook_player_embed",
|
|
1512
1256
|
"field": "body_facebook_player_embed"
|
|
1513
1257
|
},
|
|
1514
|
-
{
|
|
1515
|
-
"name": "geo_ip_img",
|
|
1516
|
-
"field": "body_geo_ip_img"
|
|
1517
|
-
},
|
|
1518
1258
|
{
|
|
1519
1259
|
"name": "height",
|
|
1520
1260
|
"field": "body_height"
|
|
1521
1261
|
},
|
|
1522
|
-
{
|
|
1523
|
-
"name": "interrupt_img",
|
|
1524
|
-
"field": "body_interrupt_img"
|
|
1525
|
-
},
|
|
1526
1262
|
{
|
|
1527
1263
|
"name": "is360",
|
|
1528
1264
|
"field": "body_is360"
|
|
1529
1265
|
},
|
|
1530
|
-
{
|
|
1531
|
-
"name": "logo_anchor",
|
|
1532
|
-
"field": "body_logo_anchor"
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
"name": "logo_img",
|
|
1536
|
-
"field": "body_logo_img"
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"name": "logo_margin_left",
|
|
1540
|
-
"field": "body_logo_margin_left"
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "logo_margin_top",
|
|
1544
|
-
"field": "body_logo_margin_top"
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
"name": "logo_percentage",
|
|
1548
|
-
"field": "body_logo_percentage"
|
|
1549
|
-
},
|
|
1550
1266
|
{
|
|
1551
1267
|
"name": "name",
|
|
1552
1268
|
"field": "body_name"
|
|
1553
1269
|
},
|
|
1554
|
-
{
|
|
1555
|
-
"name": "preload_img",
|
|
1556
|
-
"field": "body_preload_img"
|
|
1557
|
-
},
|
|
1558
1270
|
{
|
|
1559
1271
|
"name": "ratio",
|
|
1560
1272
|
"field": "body_ratio"
|
|
1561
1273
|
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "restrict_img",
|
|
1564
|
-
"field": "body_restrict_img"
|
|
1565
|
-
},
|
|
1566
1274
|
{
|
|
1567
1275
|
"name": "show_controls",
|
|
1568
1276
|
"field": "body_show_controls"
|
|
@@ -1571,18 +1279,10 @@ const operations = {
|
|
|
1571
1279
|
"name": "show_controls_during_ads",
|
|
1572
1280
|
"field": "body_show_controls_during_ads"
|
|
1573
1281
|
},
|
|
1574
|
-
{
|
|
1575
|
-
"name": "show_logo",
|
|
1576
|
-
"field": "body_show_logo"
|
|
1577
|
-
},
|
|
1578
1282
|
{
|
|
1579
1283
|
"name": "show_viewers",
|
|
1580
1284
|
"field": "body_show_viewers"
|
|
1581
1285
|
},
|
|
1582
|
-
{
|
|
1583
|
-
"name": "show_viewers_after",
|
|
1584
|
-
"field": "body_show_viewers_after"
|
|
1585
|
-
},
|
|
1586
1286
|
{
|
|
1587
1287
|
"name": "show_viewers_only_after",
|
|
1588
1288
|
"field": "body_show_viewers_only_after"
|
|
@@ -1595,30 +1295,10 @@ const operations = {
|
|
|
1595
1295
|
"name": "sound_percentage",
|
|
1596
1296
|
"field": "body_sound_percentage"
|
|
1597
1297
|
},
|
|
1598
|
-
{
|
|
1599
|
-
"name": "stereo_projection360",
|
|
1600
|
-
"field": "body_stereo_projection360"
|
|
1601
|
-
},
|
|
1602
1298
|
{
|
|
1603
1299
|
"name": "time_before_hide_cb",
|
|
1604
1300
|
"field": "body_time_before_hide_cb"
|
|
1605
1301
|
},
|
|
1606
|
-
{
|
|
1607
|
-
"name": "title",
|
|
1608
|
-
"field": "body_title"
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"name": "twitter_back_link",
|
|
1612
|
-
"field": "body_twitter_back_link"
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
"name": "twitter_related",
|
|
1616
|
-
"field": "body_twitter_related"
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"name": "twitter_via",
|
|
1620
|
-
"field": "body_twitter_via"
|
|
1621
|
-
},
|
|
1622
1302
|
{
|
|
1623
1303
|
"name": "use_geo_ip_img",
|
|
1624
1304
|
"field": "body_use_geo_ip_img"
|
|
@@ -1724,10 +1404,6 @@ const operations = {
|
|
|
1724
1404
|
"name": "ads_enabled",
|
|
1725
1405
|
"field": "body_ads_enabled"
|
|
1726
1406
|
},
|
|
1727
|
-
{
|
|
1728
|
-
"name": "ads_url",
|
|
1729
|
-
"field": "body_ads_url"
|
|
1730
|
-
},
|
|
1731
1407
|
{
|
|
1732
1408
|
"name": "allow_full_screen",
|
|
1733
1409
|
"field": "body_allow_full_screen"
|
|
@@ -1764,30 +1440,6 @@ const operations = {
|
|
|
1764
1440
|
"name": "countdown",
|
|
1765
1441
|
"field": "body_countdown"
|
|
1766
1442
|
},
|
|
1767
|
-
{
|
|
1768
|
-
"name": "countdown_days",
|
|
1769
|
-
"field": "body_countdown_days"
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"name": "countdown_hours",
|
|
1773
|
-
"field": "body_countdown_hours"
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"name": "countdown_minutes",
|
|
1777
|
-
"field": "body_countdown_minutes"
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"name": "countdown_seconds",
|
|
1781
|
-
"field": "body_countdown_seconds"
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
"name": "countdown_txt",
|
|
1785
|
-
"field": "body_countdown_txt"
|
|
1786
|
-
},
|
|
1787
|
-
{
|
|
1788
|
-
"name": "description",
|
|
1789
|
-
"field": "body_description"
|
|
1790
|
-
},
|
|
1791
1443
|
{
|
|
1792
1444
|
"name": "enable_embed_code",
|
|
1793
1445
|
"field": "body_enable_embed_code"
|
|
@@ -1804,66 +1456,26 @@ const operations = {
|
|
|
1804
1456
|
"name": "extract_preload_img",
|
|
1805
1457
|
"field": "body_extract_preload_img"
|
|
1806
1458
|
},
|
|
1807
|
-
{
|
|
1808
|
-
"name": "facebook_back_link",
|
|
1809
|
-
"field": "body_facebook_back_link"
|
|
1810
|
-
},
|
|
1811
1459
|
{
|
|
1812
1460
|
"name": "facebook_player_embed",
|
|
1813
1461
|
"field": "body_facebook_player_embed"
|
|
1814
1462
|
},
|
|
1815
|
-
{
|
|
1816
|
-
"name": "geo_ip_img",
|
|
1817
|
-
"field": "body_geo_ip_img"
|
|
1818
|
-
},
|
|
1819
1463
|
{
|
|
1820
1464
|
"name": "height",
|
|
1821
1465
|
"field": "body_height"
|
|
1822
1466
|
},
|
|
1823
|
-
{
|
|
1824
|
-
"name": "interrupt_img",
|
|
1825
|
-
"field": "body_interrupt_img"
|
|
1826
|
-
},
|
|
1827
1467
|
{
|
|
1828
1468
|
"name": "is360",
|
|
1829
1469
|
"field": "body_is360"
|
|
1830
1470
|
},
|
|
1831
|
-
{
|
|
1832
|
-
"name": "logo_anchor",
|
|
1833
|
-
"field": "body_logo_anchor"
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"name": "logo_img",
|
|
1837
|
-
"field": "body_logo_img"
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "logo_margin_left",
|
|
1841
|
-
"field": "body_logo_margin_left"
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"name": "logo_margin_top",
|
|
1845
|
-
"field": "body_logo_margin_top"
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"name": "logo_percentage",
|
|
1849
|
-
"field": "body_logo_percentage"
|
|
1850
|
-
},
|
|
1851
1471
|
{
|
|
1852
1472
|
"name": "name",
|
|
1853
1473
|
"field": "body_name"
|
|
1854
1474
|
},
|
|
1855
|
-
{
|
|
1856
|
-
"name": "preload_img",
|
|
1857
|
-
"field": "body_preload_img"
|
|
1858
|
-
},
|
|
1859
1475
|
{
|
|
1860
1476
|
"name": "ratio",
|
|
1861
1477
|
"field": "body_ratio"
|
|
1862
1478
|
},
|
|
1863
|
-
{
|
|
1864
|
-
"name": "restrict_img",
|
|
1865
|
-
"field": "body_restrict_img"
|
|
1866
|
-
},
|
|
1867
1479
|
{
|
|
1868
1480
|
"name": "show_controls",
|
|
1869
1481
|
"field": "body_show_controls"
|
|
@@ -1872,18 +1484,10 @@ const operations = {
|
|
|
1872
1484
|
"name": "show_controls_during_ads",
|
|
1873
1485
|
"field": "body_show_controls_during_ads"
|
|
1874
1486
|
},
|
|
1875
|
-
{
|
|
1876
|
-
"name": "show_logo",
|
|
1877
|
-
"field": "body_show_logo"
|
|
1878
|
-
},
|
|
1879
1487
|
{
|
|
1880
1488
|
"name": "show_viewers",
|
|
1881
1489
|
"field": "body_show_viewers"
|
|
1882
1490
|
},
|
|
1883
|
-
{
|
|
1884
|
-
"name": "show_viewers_after",
|
|
1885
|
-
"field": "body_show_viewers_after"
|
|
1886
|
-
},
|
|
1887
1491
|
{
|
|
1888
1492
|
"name": "show_viewers_only_after",
|
|
1889
1493
|
"field": "body_show_viewers_only_after"
|
|
@@ -1896,30 +1500,10 @@ const operations = {
|
|
|
1896
1500
|
"name": "sound_percentage",
|
|
1897
1501
|
"field": "body_sound_percentage"
|
|
1898
1502
|
},
|
|
1899
|
-
{
|
|
1900
|
-
"name": "stereo_projection360",
|
|
1901
|
-
"field": "body_stereo_projection360"
|
|
1902
|
-
},
|
|
1903
1503
|
{
|
|
1904
1504
|
"name": "time_before_hide_cb",
|
|
1905
1505
|
"field": "body_time_before_hide_cb"
|
|
1906
1506
|
},
|
|
1907
|
-
{
|
|
1908
|
-
"name": "title",
|
|
1909
|
-
"field": "body_title"
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"name": "twitter_back_link",
|
|
1913
|
-
"field": "body_twitter_back_link"
|
|
1914
|
-
},
|
|
1915
|
-
{
|
|
1916
|
-
"name": "twitter_related",
|
|
1917
|
-
"field": "body_twitter_related"
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"name": "twitter_via",
|
|
1921
|
-
"field": "body_twitter_via"
|
|
1922
|
-
},
|
|
1923
1507
|
{
|
|
1924
1508
|
"name": "use_geo_ip_img",
|
|
1925
1509
|
"field": "body_use_geo_ip_img"
|
|
@@ -2013,10 +1597,6 @@ const operations = {
|
|
|
2013
1597
|
],
|
|
2014
1598
|
"optionalQueryCollectionName": "queryParameters",
|
|
2015
1599
|
"bodyFields": [
|
|
2016
|
-
{
|
|
2017
|
-
"name": "is_periodic",
|
|
2018
|
-
"field": "body_is_periodic"
|
|
2019
|
-
},
|
|
2020
1600
|
{
|
|
2021
1601
|
"name": "offset",
|
|
2022
1602
|
"field": "body_offset"
|
|
@@ -2112,24 +1692,7 @@ const operations = {
|
|
|
2112
1692
|
}
|
|
2113
1693
|
],
|
|
2114
1694
|
"optionalQueryCollectionName": "queryParameters",
|
|
2115
|
-
"bodyFields": [
|
|
2116
|
-
{
|
|
2117
|
-
"name": "is_periodic",
|
|
2118
|
-
"field": "body_is_periodic"
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"name": "offset",
|
|
2122
|
-
"field": "body_offset"
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
"name": "type",
|
|
2126
|
-
"field": "body_type"
|
|
2127
|
-
},
|
|
2128
|
-
{
|
|
2129
|
-
"name": "url",
|
|
2130
|
-
"field": "body_url"
|
|
2131
|
-
}
|
|
2132
|
-
],
|
|
1695
|
+
"bodyFields": [],
|
|
2133
1696
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2134
1697
|
"bodyFieldName": null
|
|
2135
1698
|
},
|
|
@@ -2294,32 +1857,7 @@ const operations = {
|
|
|
2294
1857
|
}
|
|
2295
1858
|
],
|
|
2296
1859
|
"optionalQueryCollectionName": null,
|
|
2297
|
-
"bodyFields": [
|
|
2298
|
-
{
|
|
2299
|
-
"name": "access_country",
|
|
2300
|
-
"field": "body_access_country"
|
|
2301
|
-
},
|
|
2302
|
-
{
|
|
2303
|
-
"name": "allow_domain",
|
|
2304
|
-
"field": "body_allow_domain"
|
|
2305
|
-
},
|
|
2306
|
-
{
|
|
2307
|
-
"name": "authorize_country",
|
|
2308
|
-
"field": "body_authorize_country"
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"name": "exception_ip",
|
|
2312
|
-
"field": "body_exception_ip"
|
|
2313
|
-
},
|
|
2314
|
-
{
|
|
2315
|
-
"name": "forbidden_ip",
|
|
2316
|
-
"field": "body_forbidden_ip"
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"name": "shared_key",
|
|
2320
|
-
"field": "body_shared_key"
|
|
2321
|
-
}
|
|
2322
|
-
],
|
|
1860
|
+
"bodyFields": [],
|
|
2323
1861
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2324
1862
|
"bodyFieldName": null
|
|
2325
1863
|
},
|
|
@@ -3244,12 +2782,7 @@ const operations = {
|
|
|
3244
2782
|
}
|
|
3245
2783
|
],
|
|
3246
2784
|
"optionalQueryCollectionName": "queryParameters",
|
|
3247
|
-
"bodyFields": [
|
|
3248
|
-
{
|
|
3249
|
-
"name": "allowed_excess",
|
|
3250
|
-
"field": "body_allowed_excess"
|
|
3251
|
-
}
|
|
3252
|
-
],
|
|
2785
|
+
"bodyFields": [],
|
|
3253
2786
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3254
2787
|
"bodyFieldName": null
|
|
3255
2788
|
}
|