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
|
@@ -61,48 +61,7 @@ const operations = {
|
|
|
61
61
|
],
|
|
62
62
|
"queryParams": [],
|
|
63
63
|
"optionalQueryCollectionName": null,
|
|
64
|
-
"bodyFields": [
|
|
65
|
-
{
|
|
66
|
-
"name": "fade_time",
|
|
67
|
-
"field": "body_fade_time"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "fade_type",
|
|
71
|
-
"field": "body_fade_type"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "is_hybrid",
|
|
75
|
-
"field": "body_is_hybrid"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "is_live_priority",
|
|
79
|
-
"field": "body_is_live_priority"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"name": "is_normalized_song",
|
|
83
|
-
"field": "body_is_normalized_song"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"name": "time_before_same_song",
|
|
87
|
-
"field": "body_time_before_same_song"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"name": "vod_default_folder_id",
|
|
91
|
-
"field": "body_vod_default_folder_id"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"name": "vod_fill_mixtape_id",
|
|
95
|
-
"field": "body_vod_fill_mixtape_id"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "vod_fill_mixtape_type",
|
|
99
|
-
"field": "body_vod_fill_mixtape_type"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"name": "vod_id",
|
|
103
|
-
"field": "body_vod_id"
|
|
104
|
-
}
|
|
105
|
-
],
|
|
64
|
+
"bodyFields": [],
|
|
106
65
|
"optionalBodyCollectionName": "bodyParameters",
|
|
107
66
|
"bodyFieldName": null
|
|
108
67
|
},
|
|
@@ -162,48 +121,7 @@ const operations = {
|
|
|
162
121
|
],
|
|
163
122
|
"queryParams": [],
|
|
164
123
|
"optionalQueryCollectionName": null,
|
|
165
|
-
"bodyFields": [
|
|
166
|
-
{
|
|
167
|
-
"name": "fade_time",
|
|
168
|
-
"field": "body_fade_time"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"name": "fade_type",
|
|
172
|
-
"field": "body_fade_type"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"name": "is_hybrid",
|
|
176
|
-
"field": "body_is_hybrid"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"name": "is_live_priority",
|
|
180
|
-
"field": "body_is_live_priority"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"name": "is_normalized_song",
|
|
184
|
-
"field": "body_is_normalized_song"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "time_before_same_song",
|
|
188
|
-
"field": "body_time_before_same_song"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"name": "vod_default_folder_id",
|
|
192
|
-
"field": "body_vod_default_folder_id"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"name": "vod_fill_mixtape_id",
|
|
196
|
-
"field": "body_vod_fill_mixtape_id"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "vod_fill_mixtape_type",
|
|
200
|
-
"field": "body_vod_fill_mixtape_type"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"name": "vod_id",
|
|
204
|
-
"field": "body_vod_id"
|
|
205
|
-
}
|
|
206
|
-
],
|
|
124
|
+
"bodyFields": [],
|
|
207
125
|
"optionalBodyCollectionName": "bodyParameters",
|
|
208
126
|
"bodyFieldName": null
|
|
209
127
|
},
|
|
@@ -295,26 +213,10 @@ const operations = {
|
|
|
295
213
|
"queryParams": [],
|
|
296
214
|
"optionalQueryCollectionName": null,
|
|
297
215
|
"bodyFields": [
|
|
298
|
-
{
|
|
299
|
-
"name": "color",
|
|
300
|
-
"field": "body_color"
|
|
301
|
-
},
|
|
302
216
|
{
|
|
303
217
|
"name": "end",
|
|
304
218
|
"field": "body_end"
|
|
305
219
|
},
|
|
306
|
-
{
|
|
307
|
-
"name": "has_perfect_timing",
|
|
308
|
-
"field": "body_has_perfect_timing"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"name": "is_random",
|
|
312
|
-
"field": "body_is_random"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "rrule",
|
|
316
|
-
"field": "body_rrule"
|
|
317
|
-
},
|
|
318
220
|
{
|
|
319
221
|
"name": "start",
|
|
320
222
|
"field": "body_start"
|
|
@@ -334,10 +236,6 @@ const operations = {
|
|
|
334
236
|
{
|
|
335
237
|
"name": "type",
|
|
336
238
|
"field": "body_type"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"name": "type_target",
|
|
340
|
-
"field": "body_type_target"
|
|
341
239
|
}
|
|
342
240
|
],
|
|
343
241
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -387,60 +285,7 @@ const operations = {
|
|
|
387
285
|
],
|
|
388
286
|
"queryParams": [],
|
|
389
287
|
"optionalQueryCollectionName": null,
|
|
390
|
-
"bodyFields": [
|
|
391
|
-
{
|
|
392
|
-
"name": "color",
|
|
393
|
-
"field": "body_color"
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"name": "end",
|
|
397
|
-
"field": "body_end"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"name": "has_perfect_timing",
|
|
401
|
-
"field": "body_has_perfect_timing"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"name": "is_random",
|
|
405
|
-
"field": "body_is_random"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"name": "recurrence_id",
|
|
409
|
-
"field": "body_recurrence_id"
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"name": "rrule",
|
|
413
|
-
"field": "body_rrule"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"name": "scope",
|
|
417
|
-
"field": "body_scope"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"name": "start",
|
|
421
|
-
"field": "body_start"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "timezone_end",
|
|
425
|
-
"field": "body_timezone_end"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"name": "timezone_start",
|
|
429
|
-
"field": "body_timezone_start"
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"name": "title",
|
|
433
|
-
"field": "body_title"
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"name": "type",
|
|
437
|
-
"field": "body_type"
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"name": "type_target",
|
|
441
|
-
"field": "body_type_target"
|
|
442
|
-
}
|
|
443
|
-
],
|
|
288
|
+
"bodyFields": [],
|
|
444
289
|
"optionalBodyCollectionName": "bodyParameters",
|
|
445
290
|
"bodyFieldName": null
|
|
446
291
|
},
|
|
@@ -514,26 +359,10 @@ const operations = {
|
|
|
514
359
|
"queryParams": [],
|
|
515
360
|
"optionalQueryCollectionName": null,
|
|
516
361
|
"bodyFields": [
|
|
517
|
-
{
|
|
518
|
-
"name": "color",
|
|
519
|
-
"field": "body_color"
|
|
520
|
-
},
|
|
521
362
|
{
|
|
522
363
|
"name": "end",
|
|
523
364
|
"field": "body_end"
|
|
524
365
|
},
|
|
525
|
-
{
|
|
526
|
-
"name": "has_perfect_timing",
|
|
527
|
-
"field": "body_has_perfect_timing"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"name": "is_random",
|
|
531
|
-
"field": "body_is_random"
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"name": "rrule",
|
|
535
|
-
"field": "body_rrule"
|
|
536
|
-
},
|
|
537
366
|
{
|
|
538
367
|
"name": "start",
|
|
539
368
|
"field": "body_start"
|
|
@@ -553,10 +382,6 @@ const operations = {
|
|
|
553
382
|
{
|
|
554
383
|
"name": "type",
|
|
555
384
|
"field": "body_type"
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"name": "type_target",
|
|
559
|
-
"field": "body_type_target"
|
|
560
385
|
}
|
|
561
386
|
],
|
|
562
387
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -606,60 +431,7 @@ const operations = {
|
|
|
606
431
|
],
|
|
607
432
|
"queryParams": [],
|
|
608
433
|
"optionalQueryCollectionName": null,
|
|
609
|
-
"bodyFields": [
|
|
610
|
-
{
|
|
611
|
-
"name": "color",
|
|
612
|
-
"field": "body_color"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"name": "end",
|
|
616
|
-
"field": "body_end"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "has_perfect_timing",
|
|
620
|
-
"field": "body_has_perfect_timing"
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"name": "is_random",
|
|
624
|
-
"field": "body_is_random"
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"name": "recurrence_id",
|
|
628
|
-
"field": "body_recurrence_id"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"name": "rrule",
|
|
632
|
-
"field": "body_rrule"
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"name": "scope",
|
|
636
|
-
"field": "body_scope"
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"name": "start",
|
|
640
|
-
"field": "body_start"
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"name": "timezone_end",
|
|
644
|
-
"field": "body_timezone_end"
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
"name": "timezone_start",
|
|
648
|
-
"field": "body_timezone_start"
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"name": "title",
|
|
652
|
-
"field": "body_title"
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"name": "type",
|
|
656
|
-
"field": "body_type"
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"name": "type_target",
|
|
660
|
-
"field": "body_type_target"
|
|
661
|
-
}
|
|
662
|
-
],
|
|
434
|
+
"bodyFields": [],
|
|
663
435
|
"optionalBodyCollectionName": "bodyParameters",
|
|
664
436
|
"bodyFieldName": null
|
|
665
437
|
},
|
|
@@ -726,17 +498,9 @@ const operations = {
|
|
|
726
498
|
"queryParams": [],
|
|
727
499
|
"optionalQueryCollectionName": null,
|
|
728
500
|
"bodyFields": [
|
|
729
|
-
{
|
|
730
|
-
"name": "file",
|
|
731
|
-
"field": "body_file"
|
|
732
|
-
},
|
|
733
501
|
{
|
|
734
502
|
"name": "name",
|
|
735
503
|
"field": "body_name"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"name": "url",
|
|
739
|
-
"field": "body_url"
|
|
740
504
|
}
|
|
741
505
|
],
|
|
742
506
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -786,40 +550,7 @@ const operations = {
|
|
|
786
550
|
],
|
|
787
551
|
"queryParams": [],
|
|
788
552
|
"optionalQueryCollectionName": null,
|
|
789
|
-
"bodyFields": [
|
|
790
|
-
{
|
|
791
|
-
"name": "albums",
|
|
792
|
-
"field": "body_albums"
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"name": "artists",
|
|
796
|
-
"field": "body_artists"
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"name": "cover",
|
|
800
|
-
"field": "body_cover"
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"name": "genres",
|
|
804
|
-
"field": "body_genres"
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
"name": "name",
|
|
808
|
-
"field": "body_name"
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"name": "tags",
|
|
812
|
-
"field": "body_tags"
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"name": "title",
|
|
816
|
-
"field": "body_title"
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"name": "year",
|
|
820
|
-
"field": "body_year"
|
|
821
|
-
}
|
|
822
|
-
],
|
|
553
|
+
"bodyFields": [],
|
|
823
554
|
"optionalBodyCollectionName": "bodyParameters",
|
|
824
555
|
"bodyFieldName": null
|
|
825
556
|
},
|
|
@@ -884,17 +615,9 @@ const operations = {
|
|
|
884
615
|
"queryParams": [],
|
|
885
616
|
"optionalQueryCollectionName": null,
|
|
886
617
|
"bodyFields": [
|
|
887
|
-
{
|
|
888
|
-
"name": "file",
|
|
889
|
-
"field": "body_file"
|
|
890
|
-
},
|
|
891
618
|
{
|
|
892
619
|
"name": "name",
|
|
893
620
|
"field": "body_name"
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"name": "url",
|
|
897
|
-
"field": "body_url"
|
|
898
621
|
}
|
|
899
622
|
],
|
|
900
623
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -944,40 +667,7 @@ const operations = {
|
|
|
944
667
|
],
|
|
945
668
|
"queryParams": [],
|
|
946
669
|
"optionalQueryCollectionName": null,
|
|
947
|
-
"bodyFields": [
|
|
948
|
-
{
|
|
949
|
-
"name": "albums",
|
|
950
|
-
"field": "body_albums"
|
|
951
|
-
},
|
|
952
|
-
{
|
|
953
|
-
"name": "artists",
|
|
954
|
-
"field": "body_artists"
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"name": "cover",
|
|
958
|
-
"field": "body_cover"
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"name": "genres",
|
|
962
|
-
"field": "body_genres"
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"name": "name",
|
|
966
|
-
"field": "body_name"
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
"name": "tags",
|
|
970
|
-
"field": "body_tags"
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "title",
|
|
974
|
-
"field": "body_title"
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"name": "year",
|
|
978
|
-
"field": "body_year"
|
|
979
|
-
}
|
|
980
|
-
],
|
|
670
|
+
"bodyFields": [],
|
|
981
671
|
"optionalBodyCollectionName": "bodyParameters",
|
|
982
672
|
"bodyFieldName": null
|
|
983
673
|
},
|
|
@@ -1139,12 +829,7 @@ const operations = {
|
|
|
1139
829
|
],
|
|
1140
830
|
"queryParams": [],
|
|
1141
831
|
"optionalQueryCollectionName": null,
|
|
1142
|
-
"bodyFields": [
|
|
1143
|
-
{
|
|
1144
|
-
"name": "force",
|
|
1145
|
-
"field": "body_force"
|
|
1146
|
-
}
|
|
1147
|
-
],
|
|
832
|
+
"bodyFields": [],
|
|
1148
833
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1149
834
|
"bodyFieldName": null
|
|
1150
835
|
},
|
|
@@ -1230,12 +915,7 @@ const operations = {
|
|
|
1230
915
|
],
|
|
1231
916
|
"queryParams": [],
|
|
1232
917
|
"optionalQueryCollectionName": null,
|
|
1233
|
-
"bodyFields": [
|
|
1234
|
-
{
|
|
1235
|
-
"name": "force",
|
|
1236
|
-
"field": "body_force"
|
|
1237
|
-
}
|
|
1238
|
-
],
|
|
918
|
+
"bodyFields": [],
|
|
1239
919
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1240
920
|
"bodyFieldName": null
|
|
1241
921
|
},
|
|
@@ -1452,10 +1132,6 @@ const operations = {
|
|
|
1452
1132
|
{
|
|
1453
1133
|
"name": "criteria",
|
|
1454
1134
|
"field": "body_criteria"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"name": "name",
|
|
1458
|
-
"field": "body_name"
|
|
1459
1135
|
}
|
|
1460
1136
|
],
|
|
1461
1137
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1606,10 +1282,6 @@ const operations = {
|
|
|
1606
1282
|
{
|
|
1607
1283
|
"name": "criteria",
|
|
1608
1284
|
"field": "body_criteria"
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"name": "name",
|
|
1612
|
-
"field": "body_name"
|
|
1613
1285
|
}
|
|
1614
1286
|
],
|
|
1615
1287
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -1819,48 +1491,7 @@ const operations = {
|
|
|
1819
1491
|
],
|
|
1820
1492
|
"queryParams": [],
|
|
1821
1493
|
"optionalQueryCollectionName": null,
|
|
1822
|
-
"bodyFields": [
|
|
1823
|
-
{
|
|
1824
|
-
"name": "bitrates",
|
|
1825
|
-
"field": "body_bitrates"
|
|
1826
|
-
},
|
|
1827
|
-
{
|
|
1828
|
-
"name": "buffer_size",
|
|
1829
|
-
"field": "body_buffer_size"
|
|
1830
|
-
},
|
|
1831
|
-
{
|
|
1832
|
-
"name": "country_list",
|
|
1833
|
-
"field": "body_country_list"
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"name": "domains",
|
|
1837
|
-
"field": "body_domains"
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "hash_key",
|
|
1841
|
-
"field": "body_hash_key"
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"name": "ip_exclude_list",
|
|
1845
|
-
"field": "body_ip_exclude_list"
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"name": "ip_include_list",
|
|
1849
|
-
"field": "body_ip_include_list"
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "is_allow_country",
|
|
1853
|
-
"field": "body_is_allow_country"
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"name": "is_hash_restriction",
|
|
1857
|
-
"field": "body_is_hash_restriction"
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"name": "source_id",
|
|
1861
|
-
"field": "body_source_id"
|
|
1862
|
-
}
|
|
1863
|
-
],
|
|
1494
|
+
"bodyFields": [],
|
|
1864
1495
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1865
1496
|
"bodyFieldName": null
|
|
1866
1497
|
},
|
|
@@ -1925,48 +1556,7 @@ const operations = {
|
|
|
1925
1556
|
],
|
|
1926
1557
|
"queryParams": [],
|
|
1927
1558
|
"optionalQueryCollectionName": null,
|
|
1928
|
-
"bodyFields": [
|
|
1929
|
-
{
|
|
1930
|
-
"name": "bitrates",
|
|
1931
|
-
"field": "body_bitrates"
|
|
1932
|
-
},
|
|
1933
|
-
{
|
|
1934
|
-
"name": "buffer_size",
|
|
1935
|
-
"field": "body_buffer_size"
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
"name": "country_list",
|
|
1939
|
-
"field": "body_country_list"
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"name": "domains",
|
|
1943
|
-
"field": "body_domains"
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"name": "hash_key",
|
|
1947
|
-
"field": "body_hash_key"
|
|
1948
|
-
},
|
|
1949
|
-
{
|
|
1950
|
-
"name": "ip_exclude_list",
|
|
1951
|
-
"field": "body_ip_exclude_list"
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"name": "ip_include_list",
|
|
1955
|
-
"field": "body_ip_include_list"
|
|
1956
|
-
},
|
|
1957
|
-
{
|
|
1958
|
-
"name": "is_allow_country",
|
|
1959
|
-
"field": "body_is_allow_country"
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"name": "is_hash_restriction",
|
|
1963
|
-
"field": "body_is_hash_restriction"
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"name": "source_id",
|
|
1967
|
-
"field": "body_source_id"
|
|
1968
|
-
}
|
|
1969
|
-
],
|
|
1559
|
+
"bodyFields": [],
|
|
1970
1560
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1971
1561
|
"bodyFieldName": null
|
|
1972
1562
|
},
|
|
@@ -2011,12 +1601,7 @@ const operations = {
|
|
|
2011
1601
|
],
|
|
2012
1602
|
"queryParams": [],
|
|
2013
1603
|
"optionalQueryCollectionName": null,
|
|
2014
|
-
"bodyFields": [
|
|
2015
|
-
{
|
|
2016
|
-
"name": "buffer_size",
|
|
2017
|
-
"field": "body_buffer_size"
|
|
2018
|
-
}
|
|
2019
|
-
],
|
|
1604
|
+
"bodyFields": [],
|
|
2020
1605
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2021
1606
|
"bodyFieldName": null
|
|
2022
1607
|
},
|
|
@@ -2036,12 +1621,7 @@ const operations = {
|
|
|
2036
1621
|
],
|
|
2037
1622
|
"queryParams": [],
|
|
2038
1623
|
"optionalQueryCollectionName": null,
|
|
2039
|
-
"bodyFields": [
|
|
2040
|
-
{
|
|
2041
|
-
"name": "buffer_size",
|
|
2042
|
-
"field": "body_buffer_size"
|
|
2043
|
-
}
|
|
2044
|
-
],
|
|
1624
|
+
"bodyFields": [],
|
|
2045
1625
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2046
1626
|
"bodyFieldName": null
|
|
2047
1627
|
}
|
|
@@ -2293,60 +1873,7 @@ const operations = {
|
|
|
2293
1873
|
],
|
|
2294
1874
|
"queryParams": [],
|
|
2295
1875
|
"optionalQueryCollectionName": null,
|
|
2296
|
-
"bodyFields": [
|
|
2297
|
-
{
|
|
2298
|
-
"name": "end_hour",
|
|
2299
|
-
"field": "body_end_hour"
|
|
2300
|
-
},
|
|
2301
|
-
{
|
|
2302
|
-
"name": "is_enabled",
|
|
2303
|
-
"field": "body_is_enabled"
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"name": "is_friday",
|
|
2307
|
-
"field": "body_is_friday"
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"name": "is_mail",
|
|
2311
|
-
"field": "body_is_mail"
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"name": "is_monday",
|
|
2315
|
-
"field": "body_is_monday"
|
|
2316
|
-
},
|
|
2317
|
-
{
|
|
2318
|
-
"name": "is_saturday",
|
|
2319
|
-
"field": "body_is_saturday"
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"name": "is_sms",
|
|
2323
|
-
"field": "body_is_sms"
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"name": "is_sunday",
|
|
2327
|
-
"field": "body_is_sunday"
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"name": "is_thursday",
|
|
2331
|
-
"field": "body_is_thursday"
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"name": "is_tuesday",
|
|
2335
|
-
"field": "body_is_tuesday"
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"name": "is_wednesday",
|
|
2339
|
-
"field": "body_is_wednesday"
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"name": "start_hour",
|
|
2343
|
-
"field": "body_start_hour"
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"name": "users",
|
|
2347
|
-
"field": "body_users"
|
|
2348
|
-
}
|
|
2349
|
-
],
|
|
1876
|
+
"bodyFields": [],
|
|
2350
1877
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2351
1878
|
"bodyFieldName": null
|
|
2352
1879
|
},
|
|
@@ -2382,60 +1909,7 @@ const operations = {
|
|
|
2382
1909
|
],
|
|
2383
1910
|
"queryParams": [],
|
|
2384
1911
|
"optionalQueryCollectionName": null,
|
|
2385
|
-
"bodyFields": [
|
|
2386
|
-
{
|
|
2387
|
-
"name": "end_hour",
|
|
2388
|
-
"field": "body_end_hour"
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"name": "is_enabled",
|
|
2392
|
-
"field": "body_is_enabled"
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"name": "is_friday",
|
|
2396
|
-
"field": "body_is_friday"
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"name": "is_mail",
|
|
2400
|
-
"field": "body_is_mail"
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"name": "is_monday",
|
|
2404
|
-
"field": "body_is_monday"
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"name": "is_saturday",
|
|
2408
|
-
"field": "body_is_saturday"
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"name": "is_sms",
|
|
2412
|
-
"field": "body_is_sms"
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"name": "is_sunday",
|
|
2416
|
-
"field": "body_is_sunday"
|
|
2417
|
-
},
|
|
2418
|
-
{
|
|
2419
|
-
"name": "is_thursday",
|
|
2420
|
-
"field": "body_is_thursday"
|
|
2421
|
-
},
|
|
2422
|
-
{
|
|
2423
|
-
"name": "is_tuesday",
|
|
2424
|
-
"field": "body_is_tuesday"
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"name": "is_wednesday",
|
|
2428
|
-
"field": "body_is_wednesday"
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"name": "start_hour",
|
|
2432
|
-
"field": "body_start_hour"
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"name": "users",
|
|
2436
|
-
"field": "body_users"
|
|
2437
|
-
}
|
|
2438
|
-
],
|
|
1912
|
+
"bodyFields": [],
|
|
2439
1913
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2440
1914
|
"bodyFieldName": null
|
|
2441
1915
|
},
|
|
@@ -2475,60 +1949,7 @@ const operations = {
|
|
|
2475
1949
|
],
|
|
2476
1950
|
"queryParams": [],
|
|
2477
1951
|
"optionalQueryCollectionName": null,
|
|
2478
|
-
"bodyFields": [
|
|
2479
|
-
{
|
|
2480
|
-
"name": "end_hour",
|
|
2481
|
-
"field": "body_end_hour"
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"name": "is_enabled",
|
|
2485
|
-
"field": "body_is_enabled"
|
|
2486
|
-
},
|
|
2487
|
-
{
|
|
2488
|
-
"name": "is_friday",
|
|
2489
|
-
"field": "body_is_friday"
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "is_mail",
|
|
2493
|
-
"field": "body_is_mail"
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"name": "is_monday",
|
|
2497
|
-
"field": "body_is_monday"
|
|
2498
|
-
},
|
|
2499
|
-
{
|
|
2500
|
-
"name": "is_saturday",
|
|
2501
|
-
"field": "body_is_saturday"
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"name": "is_sms",
|
|
2505
|
-
"field": "body_is_sms"
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"name": "is_sunday",
|
|
2509
|
-
"field": "body_is_sunday"
|
|
2510
|
-
},
|
|
2511
|
-
{
|
|
2512
|
-
"name": "is_thursday",
|
|
2513
|
-
"field": "body_is_thursday"
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"name": "is_tuesday",
|
|
2517
|
-
"field": "body_is_tuesday"
|
|
2518
|
-
},
|
|
2519
|
-
{
|
|
2520
|
-
"name": "is_wednesday",
|
|
2521
|
-
"field": "body_is_wednesday"
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"name": "start_hour",
|
|
2525
|
-
"field": "body_start_hour"
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"name": "users",
|
|
2529
|
-
"field": "body_users"
|
|
2530
|
-
}
|
|
2531
|
-
],
|
|
1952
|
+
"bodyFields": [],
|
|
2532
1953
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2533
1954
|
"bodyFieldName": null
|
|
2534
1955
|
},
|
|
@@ -2564,60 +1985,7 @@ const operations = {
|
|
|
2564
1985
|
],
|
|
2565
1986
|
"queryParams": [],
|
|
2566
1987
|
"optionalQueryCollectionName": null,
|
|
2567
|
-
"bodyFields": [
|
|
2568
|
-
{
|
|
2569
|
-
"name": "end_hour",
|
|
2570
|
-
"field": "body_end_hour"
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
"name": "is_enabled",
|
|
2574
|
-
"field": "body_is_enabled"
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"name": "is_friday",
|
|
2578
|
-
"field": "body_is_friday"
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
"name": "is_mail",
|
|
2582
|
-
"field": "body_is_mail"
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
"name": "is_monday",
|
|
2586
|
-
"field": "body_is_monday"
|
|
2587
|
-
},
|
|
2588
|
-
{
|
|
2589
|
-
"name": "is_saturday",
|
|
2590
|
-
"field": "body_is_saturday"
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
"name": "is_sms",
|
|
2594
|
-
"field": "body_is_sms"
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
"name": "is_sunday",
|
|
2598
|
-
"field": "body_is_sunday"
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"name": "is_thursday",
|
|
2602
|
-
"field": "body_is_thursday"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"name": "is_tuesday",
|
|
2606
|
-
"field": "body_is_tuesday"
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"name": "is_wednesday",
|
|
2610
|
-
"field": "body_is_wednesday"
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"name": "start_hour",
|
|
2614
|
-
"field": "body_start_hour"
|
|
2615
|
-
},
|
|
2616
|
-
{
|
|
2617
|
-
"name": "users",
|
|
2618
|
-
"field": "body_users"
|
|
2619
|
-
}
|
|
2620
|
-
],
|
|
1988
|
+
"bodyFields": [],
|
|
2621
1989
|
"optionalBodyCollectionName": "bodyParameters",
|
|
2622
1990
|
"bodyFieldName": null
|
|
2623
1991
|
}
|
|
@@ -2752,141 +2120,21 @@ const operations = {
|
|
|
2752
2120
|
"queryParams": [],
|
|
2753
2121
|
"optionalQueryCollectionName": null,
|
|
2754
2122
|
"bodyFields": [
|
|
2755
|
-
{
|
|
2756
|
-
"name": "background_color",
|
|
2757
|
-
"field": "body_background_color"
|
|
2758
|
-
},
|
|
2759
|
-
{
|
|
2760
|
-
"name": "button_color",
|
|
2761
|
-
"field": "body_button_color"
|
|
2762
|
-
},
|
|
2763
2123
|
{
|
|
2764
2124
|
"name": "display_name",
|
|
2765
2125
|
"field": "body_display_name"
|
|
2766
2126
|
},
|
|
2767
|
-
{
|
|
2768
|
-
"name": "domains",
|
|
2769
|
-
"field": "body_domains"
|
|
2770
|
-
},
|
|
2771
|
-
{
|
|
2772
|
-
"name": "facebook_link",
|
|
2773
|
-
"field": "body_facebook_link"
|
|
2774
|
-
},
|
|
2775
|
-
{
|
|
2776
|
-
"name": "height",
|
|
2777
|
-
"field": "body_height"
|
|
2778
|
-
},
|
|
2779
|
-
{
|
|
2780
|
-
"name": "history_display",
|
|
2781
|
-
"field": "body_history_display"
|
|
2782
|
-
},
|
|
2783
|
-
{
|
|
2784
|
-
"name": "history_hold",
|
|
2785
|
-
"field": "body_history_hold"
|
|
2786
|
-
},
|
|
2787
|
-
{
|
|
2788
|
-
"name": "is_auto_start",
|
|
2789
|
-
"field": "body_is_auto_start"
|
|
2790
|
-
},
|
|
2791
|
-
{
|
|
2792
|
-
"name": "is_cover",
|
|
2793
|
-
"field": "body_is_cover"
|
|
2794
|
-
},
|
|
2795
|
-
{
|
|
2796
|
-
"name": "is_direct_control",
|
|
2797
|
-
"field": "body_is_direct_control"
|
|
2798
|
-
},
|
|
2799
|
-
{
|
|
2800
|
-
"name": "is_embed",
|
|
2801
|
-
"field": "body_is_embed"
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
"name": "is_facebook_embed",
|
|
2805
|
-
"field": "body_is_facebook_embed"
|
|
2806
|
-
},
|
|
2807
|
-
{
|
|
2808
|
-
"name": "is_history_clickable",
|
|
2809
|
-
"field": "body_is_history_clickable"
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"name": "is_history_time_display",
|
|
2813
|
-
"field": "body_is_history_time_display"
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"name": "is_hls_buffered",
|
|
2817
|
-
"field": "body_is_hls_buffered"
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"name": "is_listeners",
|
|
2821
|
-
"field": "body_is_listeners"
|
|
2822
|
-
},
|
|
2823
|
-
{
|
|
2824
|
-
"name": "is_listeners_hold",
|
|
2825
|
-
"field": "body_is_listeners_hold"
|
|
2826
|
-
},
|
|
2827
|
-
{
|
|
2828
|
-
"name": "is_logo",
|
|
2829
|
-
"field": "body_is_logo"
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
"name": "is_metadata_display",
|
|
2833
|
-
"field": "body_is_metadata_display"
|
|
2834
|
-
},
|
|
2835
|
-
{
|
|
2836
|
-
"name": "is_spectrum",
|
|
2837
|
-
"field": "body_is_spectrum"
|
|
2838
|
-
},
|
|
2839
|
-
{
|
|
2840
|
-
"name": "is_station_thumbnail",
|
|
2841
|
-
"field": "body_is_station_thumbnail"
|
|
2842
|
-
},
|
|
2843
|
-
{
|
|
2844
|
-
"name": "is_twitter_embed",
|
|
2845
|
-
"field": "body_is_twitter_embed"
|
|
2846
|
-
},
|
|
2847
|
-
{
|
|
2848
|
-
"name": "language",
|
|
2849
|
-
"field": "body_language"
|
|
2850
|
-
},
|
|
2851
|
-
{
|
|
2852
|
-
"name": "listeners_hold",
|
|
2853
|
-
"field": "body_listeners_hold"
|
|
2854
|
-
},
|
|
2855
2127
|
{
|
|
2856
2128
|
"name": "name",
|
|
2857
2129
|
"field": "body_name"
|
|
2858
2130
|
},
|
|
2859
|
-
{
|
|
2860
|
-
"name": "secondary_color",
|
|
2861
|
-
"field": "body_secondary_color"
|
|
2862
|
-
},
|
|
2863
2131
|
{
|
|
2864
2132
|
"name": "stations",
|
|
2865
2133
|
"field": "body_stations"
|
|
2866
2134
|
},
|
|
2867
|
-
{
|
|
2868
|
-
"name": "twitter_account",
|
|
2869
|
-
"field": "body_twitter_account"
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"name": "twitter_backlink",
|
|
2873
|
-
"field": "body_twitter_backlink"
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"name": "twitter_hashtag",
|
|
2877
|
-
"field": "body_twitter_hashtag"
|
|
2878
|
-
},
|
|
2879
2135
|
{
|
|
2880
2136
|
"name": "type",
|
|
2881
2137
|
"field": "body_type"
|
|
2882
|
-
},
|
|
2883
|
-
{
|
|
2884
|
-
"name": "volume",
|
|
2885
|
-
"field": "body_volume"
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"name": "width",
|
|
2889
|
-
"field": "body_width"
|
|
2890
2138
|
}
|
|
2891
2139
|
],
|
|
2892
2140
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -2928,144 +2176,7 @@ const operations = {
|
|
|
2928
2176
|
],
|
|
2929
2177
|
"queryParams": [],
|
|
2930
2178
|
"optionalQueryCollectionName": null,
|
|
2931
|
-
"bodyFields": [
|
|
2932
|
-
{
|
|
2933
|
-
"name": "background_color",
|
|
2934
|
-
"field": "body_background_color"
|
|
2935
|
-
},
|
|
2936
|
-
{
|
|
2937
|
-
"name": "button_color",
|
|
2938
|
-
"field": "body_button_color"
|
|
2939
|
-
},
|
|
2940
|
-
{
|
|
2941
|
-
"name": "display_name",
|
|
2942
|
-
"field": "body_display_name"
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"name": "domains",
|
|
2946
|
-
"field": "body_domains"
|
|
2947
|
-
},
|
|
2948
|
-
{
|
|
2949
|
-
"name": "facebook_link",
|
|
2950
|
-
"field": "body_facebook_link"
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
"name": "height",
|
|
2954
|
-
"field": "body_height"
|
|
2955
|
-
},
|
|
2956
|
-
{
|
|
2957
|
-
"name": "history_display",
|
|
2958
|
-
"field": "body_history_display"
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"name": "history_hold",
|
|
2962
|
-
"field": "body_history_hold"
|
|
2963
|
-
},
|
|
2964
|
-
{
|
|
2965
|
-
"name": "is_auto_start",
|
|
2966
|
-
"field": "body_is_auto_start"
|
|
2967
|
-
},
|
|
2968
|
-
{
|
|
2969
|
-
"name": "is_cover",
|
|
2970
|
-
"field": "body_is_cover"
|
|
2971
|
-
},
|
|
2972
|
-
{
|
|
2973
|
-
"name": "is_direct_control",
|
|
2974
|
-
"field": "body_is_direct_control"
|
|
2975
|
-
},
|
|
2976
|
-
{
|
|
2977
|
-
"name": "is_embed",
|
|
2978
|
-
"field": "body_is_embed"
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"name": "is_facebook_embed",
|
|
2982
|
-
"field": "body_is_facebook_embed"
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"name": "is_history_clickable",
|
|
2986
|
-
"field": "body_is_history_clickable"
|
|
2987
|
-
},
|
|
2988
|
-
{
|
|
2989
|
-
"name": "is_history_time_display",
|
|
2990
|
-
"field": "body_is_history_time_display"
|
|
2991
|
-
},
|
|
2992
|
-
{
|
|
2993
|
-
"name": "is_hls_buffered",
|
|
2994
|
-
"field": "body_is_hls_buffered"
|
|
2995
|
-
},
|
|
2996
|
-
{
|
|
2997
|
-
"name": "is_listeners",
|
|
2998
|
-
"field": "body_is_listeners"
|
|
2999
|
-
},
|
|
3000
|
-
{
|
|
3001
|
-
"name": "is_listeners_hold",
|
|
3002
|
-
"field": "body_is_listeners_hold"
|
|
3003
|
-
},
|
|
3004
|
-
{
|
|
3005
|
-
"name": "is_logo",
|
|
3006
|
-
"field": "body_is_logo"
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"name": "is_metadata_display",
|
|
3010
|
-
"field": "body_is_metadata_display"
|
|
3011
|
-
},
|
|
3012
|
-
{
|
|
3013
|
-
"name": "is_spectrum",
|
|
3014
|
-
"field": "body_is_spectrum"
|
|
3015
|
-
},
|
|
3016
|
-
{
|
|
3017
|
-
"name": "is_station_thumbnail",
|
|
3018
|
-
"field": "body_is_station_thumbnail"
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"name": "is_twitter_embed",
|
|
3022
|
-
"field": "body_is_twitter_embed"
|
|
3023
|
-
},
|
|
3024
|
-
{
|
|
3025
|
-
"name": "language",
|
|
3026
|
-
"field": "body_language"
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"name": "listeners_hold",
|
|
3030
|
-
"field": "body_listeners_hold"
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"name": "name",
|
|
3034
|
-
"field": "body_name"
|
|
3035
|
-
},
|
|
3036
|
-
{
|
|
3037
|
-
"name": "secondary_color",
|
|
3038
|
-
"field": "body_secondary_color"
|
|
3039
|
-
},
|
|
3040
|
-
{
|
|
3041
|
-
"name": "stations",
|
|
3042
|
-
"field": "body_stations"
|
|
3043
|
-
},
|
|
3044
|
-
{
|
|
3045
|
-
"name": "twitter_account",
|
|
3046
|
-
"field": "body_twitter_account"
|
|
3047
|
-
},
|
|
3048
|
-
{
|
|
3049
|
-
"name": "twitter_backlink",
|
|
3050
|
-
"field": "body_twitter_backlink"
|
|
3051
|
-
},
|
|
3052
|
-
{
|
|
3053
|
-
"name": "twitter_hashtag",
|
|
3054
|
-
"field": "body_twitter_hashtag"
|
|
3055
|
-
},
|
|
3056
|
-
{
|
|
3057
|
-
"name": "type",
|
|
3058
|
-
"field": "body_type"
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
"name": "volume",
|
|
3062
|
-
"field": "body_volume"
|
|
3063
|
-
},
|
|
3064
|
-
{
|
|
3065
|
-
"name": "width",
|
|
3066
|
-
"field": "body_width"
|
|
3067
|
-
}
|
|
3068
|
-
],
|
|
2179
|
+
"bodyFields": [],
|
|
3069
2180
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3070
2181
|
"bodyFieldName": null
|
|
3071
2182
|
},
|
|
@@ -3170,141 +2281,21 @@ const operations = {
|
|
|
3170
2281
|
"queryParams": [],
|
|
3171
2282
|
"optionalQueryCollectionName": null,
|
|
3172
2283
|
"bodyFields": [
|
|
3173
|
-
{
|
|
3174
|
-
"name": "background_color",
|
|
3175
|
-
"field": "body_background_color"
|
|
3176
|
-
},
|
|
3177
|
-
{
|
|
3178
|
-
"name": "button_color",
|
|
3179
|
-
"field": "body_button_color"
|
|
3180
|
-
},
|
|
3181
2284
|
{
|
|
3182
2285
|
"name": "display_name",
|
|
3183
2286
|
"field": "body_display_name"
|
|
3184
2287
|
},
|
|
3185
|
-
{
|
|
3186
|
-
"name": "domains",
|
|
3187
|
-
"field": "body_domains"
|
|
3188
|
-
},
|
|
3189
|
-
{
|
|
3190
|
-
"name": "facebook_link",
|
|
3191
|
-
"field": "body_facebook_link"
|
|
3192
|
-
},
|
|
3193
|
-
{
|
|
3194
|
-
"name": "height",
|
|
3195
|
-
"field": "body_height"
|
|
3196
|
-
},
|
|
3197
|
-
{
|
|
3198
|
-
"name": "history_display",
|
|
3199
|
-
"field": "body_history_display"
|
|
3200
|
-
},
|
|
3201
|
-
{
|
|
3202
|
-
"name": "history_hold",
|
|
3203
|
-
"field": "body_history_hold"
|
|
3204
|
-
},
|
|
3205
|
-
{
|
|
3206
|
-
"name": "is_auto_start",
|
|
3207
|
-
"field": "body_is_auto_start"
|
|
3208
|
-
},
|
|
3209
|
-
{
|
|
3210
|
-
"name": "is_cover",
|
|
3211
|
-
"field": "body_is_cover"
|
|
3212
|
-
},
|
|
3213
|
-
{
|
|
3214
|
-
"name": "is_direct_control",
|
|
3215
|
-
"field": "body_is_direct_control"
|
|
3216
|
-
},
|
|
3217
|
-
{
|
|
3218
|
-
"name": "is_embed",
|
|
3219
|
-
"field": "body_is_embed"
|
|
3220
|
-
},
|
|
3221
|
-
{
|
|
3222
|
-
"name": "is_facebook_embed",
|
|
3223
|
-
"field": "body_is_facebook_embed"
|
|
3224
|
-
},
|
|
3225
|
-
{
|
|
3226
|
-
"name": "is_history_clickable",
|
|
3227
|
-
"field": "body_is_history_clickable"
|
|
3228
|
-
},
|
|
3229
|
-
{
|
|
3230
|
-
"name": "is_history_time_display",
|
|
3231
|
-
"field": "body_is_history_time_display"
|
|
3232
|
-
},
|
|
3233
|
-
{
|
|
3234
|
-
"name": "is_hls_buffered",
|
|
3235
|
-
"field": "body_is_hls_buffered"
|
|
3236
|
-
},
|
|
3237
|
-
{
|
|
3238
|
-
"name": "is_listeners",
|
|
3239
|
-
"field": "body_is_listeners"
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"name": "is_listeners_hold",
|
|
3243
|
-
"field": "body_is_listeners_hold"
|
|
3244
|
-
},
|
|
3245
|
-
{
|
|
3246
|
-
"name": "is_logo",
|
|
3247
|
-
"field": "body_is_logo"
|
|
3248
|
-
},
|
|
3249
|
-
{
|
|
3250
|
-
"name": "is_metadata_display",
|
|
3251
|
-
"field": "body_is_metadata_display"
|
|
3252
|
-
},
|
|
3253
|
-
{
|
|
3254
|
-
"name": "is_spectrum",
|
|
3255
|
-
"field": "body_is_spectrum"
|
|
3256
|
-
},
|
|
3257
|
-
{
|
|
3258
|
-
"name": "is_station_thumbnail",
|
|
3259
|
-
"field": "body_is_station_thumbnail"
|
|
3260
|
-
},
|
|
3261
|
-
{
|
|
3262
|
-
"name": "is_twitter_embed",
|
|
3263
|
-
"field": "body_is_twitter_embed"
|
|
3264
|
-
},
|
|
3265
|
-
{
|
|
3266
|
-
"name": "language",
|
|
3267
|
-
"field": "body_language"
|
|
3268
|
-
},
|
|
3269
|
-
{
|
|
3270
|
-
"name": "listeners_hold",
|
|
3271
|
-
"field": "body_listeners_hold"
|
|
3272
|
-
},
|
|
3273
2288
|
{
|
|
3274
2289
|
"name": "name",
|
|
3275
2290
|
"field": "body_name"
|
|
3276
2291
|
},
|
|
3277
|
-
{
|
|
3278
|
-
"name": "secondary_color",
|
|
3279
|
-
"field": "body_secondary_color"
|
|
3280
|
-
},
|
|
3281
2292
|
{
|
|
3282
2293
|
"name": "stations",
|
|
3283
2294
|
"field": "body_stations"
|
|
3284
2295
|
},
|
|
3285
|
-
{
|
|
3286
|
-
"name": "twitter_account",
|
|
3287
|
-
"field": "body_twitter_account"
|
|
3288
|
-
},
|
|
3289
|
-
{
|
|
3290
|
-
"name": "twitter_backlink",
|
|
3291
|
-
"field": "body_twitter_backlink"
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"name": "twitter_hashtag",
|
|
3295
|
-
"field": "body_twitter_hashtag"
|
|
3296
|
-
},
|
|
3297
2296
|
{
|
|
3298
2297
|
"name": "type",
|
|
3299
2298
|
"field": "body_type"
|
|
3300
|
-
},
|
|
3301
|
-
{
|
|
3302
|
-
"name": "volume",
|
|
3303
|
-
"field": "body_volume"
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
"name": "width",
|
|
3307
|
-
"field": "body_width"
|
|
3308
2299
|
}
|
|
3309
2300
|
],
|
|
3310
2301
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -3346,144 +2337,7 @@ const operations = {
|
|
|
3346
2337
|
],
|
|
3347
2338
|
"queryParams": [],
|
|
3348
2339
|
"optionalQueryCollectionName": null,
|
|
3349
|
-
"bodyFields": [
|
|
3350
|
-
{
|
|
3351
|
-
"name": "background_color",
|
|
3352
|
-
"field": "body_background_color"
|
|
3353
|
-
},
|
|
3354
|
-
{
|
|
3355
|
-
"name": "button_color",
|
|
3356
|
-
"field": "body_button_color"
|
|
3357
|
-
},
|
|
3358
|
-
{
|
|
3359
|
-
"name": "display_name",
|
|
3360
|
-
"field": "body_display_name"
|
|
3361
|
-
},
|
|
3362
|
-
{
|
|
3363
|
-
"name": "domains",
|
|
3364
|
-
"field": "body_domains"
|
|
3365
|
-
},
|
|
3366
|
-
{
|
|
3367
|
-
"name": "facebook_link",
|
|
3368
|
-
"field": "body_facebook_link"
|
|
3369
|
-
},
|
|
3370
|
-
{
|
|
3371
|
-
"name": "height",
|
|
3372
|
-
"field": "body_height"
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"name": "history_display",
|
|
3376
|
-
"field": "body_history_display"
|
|
3377
|
-
},
|
|
3378
|
-
{
|
|
3379
|
-
"name": "history_hold",
|
|
3380
|
-
"field": "body_history_hold"
|
|
3381
|
-
},
|
|
3382
|
-
{
|
|
3383
|
-
"name": "is_auto_start",
|
|
3384
|
-
"field": "body_is_auto_start"
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"name": "is_cover",
|
|
3388
|
-
"field": "body_is_cover"
|
|
3389
|
-
},
|
|
3390
|
-
{
|
|
3391
|
-
"name": "is_direct_control",
|
|
3392
|
-
"field": "body_is_direct_control"
|
|
3393
|
-
},
|
|
3394
|
-
{
|
|
3395
|
-
"name": "is_embed",
|
|
3396
|
-
"field": "body_is_embed"
|
|
3397
|
-
},
|
|
3398
|
-
{
|
|
3399
|
-
"name": "is_facebook_embed",
|
|
3400
|
-
"field": "body_is_facebook_embed"
|
|
3401
|
-
},
|
|
3402
|
-
{
|
|
3403
|
-
"name": "is_history_clickable",
|
|
3404
|
-
"field": "body_is_history_clickable"
|
|
3405
|
-
},
|
|
3406
|
-
{
|
|
3407
|
-
"name": "is_history_time_display",
|
|
3408
|
-
"field": "body_is_history_time_display"
|
|
3409
|
-
},
|
|
3410
|
-
{
|
|
3411
|
-
"name": "is_hls_buffered",
|
|
3412
|
-
"field": "body_is_hls_buffered"
|
|
3413
|
-
},
|
|
3414
|
-
{
|
|
3415
|
-
"name": "is_listeners",
|
|
3416
|
-
"field": "body_is_listeners"
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"name": "is_listeners_hold",
|
|
3420
|
-
"field": "body_is_listeners_hold"
|
|
3421
|
-
},
|
|
3422
|
-
{
|
|
3423
|
-
"name": "is_logo",
|
|
3424
|
-
"field": "body_is_logo"
|
|
3425
|
-
},
|
|
3426
|
-
{
|
|
3427
|
-
"name": "is_metadata_display",
|
|
3428
|
-
"field": "body_is_metadata_display"
|
|
3429
|
-
},
|
|
3430
|
-
{
|
|
3431
|
-
"name": "is_spectrum",
|
|
3432
|
-
"field": "body_is_spectrum"
|
|
3433
|
-
},
|
|
3434
|
-
{
|
|
3435
|
-
"name": "is_station_thumbnail",
|
|
3436
|
-
"field": "body_is_station_thumbnail"
|
|
3437
|
-
},
|
|
3438
|
-
{
|
|
3439
|
-
"name": "is_twitter_embed",
|
|
3440
|
-
"field": "body_is_twitter_embed"
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
"name": "language",
|
|
3444
|
-
"field": "body_language"
|
|
3445
|
-
},
|
|
3446
|
-
{
|
|
3447
|
-
"name": "listeners_hold",
|
|
3448
|
-
"field": "body_listeners_hold"
|
|
3449
|
-
},
|
|
3450
|
-
{
|
|
3451
|
-
"name": "name",
|
|
3452
|
-
"field": "body_name"
|
|
3453
|
-
},
|
|
3454
|
-
{
|
|
3455
|
-
"name": "secondary_color",
|
|
3456
|
-
"field": "body_secondary_color"
|
|
3457
|
-
},
|
|
3458
|
-
{
|
|
3459
|
-
"name": "stations",
|
|
3460
|
-
"field": "body_stations"
|
|
3461
|
-
},
|
|
3462
|
-
{
|
|
3463
|
-
"name": "twitter_account",
|
|
3464
|
-
"field": "body_twitter_account"
|
|
3465
|
-
},
|
|
3466
|
-
{
|
|
3467
|
-
"name": "twitter_backlink",
|
|
3468
|
-
"field": "body_twitter_backlink"
|
|
3469
|
-
},
|
|
3470
|
-
{
|
|
3471
|
-
"name": "twitter_hashtag",
|
|
3472
|
-
"field": "body_twitter_hashtag"
|
|
3473
|
-
},
|
|
3474
|
-
{
|
|
3475
|
-
"name": "type",
|
|
3476
|
-
"field": "body_type"
|
|
3477
|
-
},
|
|
3478
|
-
{
|
|
3479
|
-
"name": "volume",
|
|
3480
|
-
"field": "body_volume"
|
|
3481
|
-
},
|
|
3482
|
-
{
|
|
3483
|
-
"name": "width",
|
|
3484
|
-
"field": "body_width"
|
|
3485
|
-
}
|
|
3486
|
-
],
|
|
2340
|
+
"bodyFields": [],
|
|
3487
2341
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3488
2342
|
"bodyFieldName": null
|
|
3489
2343
|
},
|
|
@@ -3859,12 +2713,7 @@ const operations = {
|
|
|
3859
2713
|
],
|
|
3860
2714
|
"queryParams": [],
|
|
3861
2715
|
"optionalQueryCollectionName": null,
|
|
3862
|
-
"bodyFields": [
|
|
3863
|
-
{
|
|
3864
|
-
"name": "customer_name",
|
|
3865
|
-
"field": "body_customer_name"
|
|
3866
|
-
}
|
|
3867
|
-
],
|
|
2716
|
+
"bodyFields": [],
|
|
3868
2717
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3869
2718
|
"bodyFieldName": null
|
|
3870
2719
|
},
|
|
@@ -3944,12 +2793,7 @@ const operations = {
|
|
|
3944
2793
|
],
|
|
3945
2794
|
"queryParams": [],
|
|
3946
2795
|
"optionalQueryCollectionName": null,
|
|
3947
|
-
"bodyFields": [
|
|
3948
|
-
{
|
|
3949
|
-
"name": "customer_name",
|
|
3950
|
-
"field": "body_customer_name"
|
|
3951
|
-
}
|
|
3952
|
-
],
|
|
2796
|
+
"bodyFields": [],
|
|
3953
2797
|
"optionalBodyCollectionName": "bodyParameters",
|
|
3954
2798
|
"bodyFieldName": null
|
|
3955
2799
|
},
|
|
@@ -3984,41 +2828,20 @@ const operations = {
|
|
|
3984
2828
|
"bodyFields": [],
|
|
3985
2829
|
"optionalBodyCollectionName": null,
|
|
3986
2830
|
"bodyFieldName": null
|
|
3987
|
-
},
|
|
3988
|
-
"Set The Restrictions To All Streams In Product": {
|
|
3989
|
-
"method": "POST",
|
|
3990
|
-
"path": "/1/radios/{radio_product_id}/restrictions",
|
|
3991
|
-
"pagination": "none",
|
|
3992
|
-
"pathParams": [
|
|
3993
|
-
{
|
|
3994
|
-
"name": "radio_product_id",
|
|
3995
|
-
"field": "path_radio_product_id"
|
|
3996
|
-
}
|
|
3997
|
-
],
|
|
3998
|
-
"queryParams": [],
|
|
3999
|
-
"optionalQueryCollectionName": null,
|
|
4000
|
-
"bodyFields": [
|
|
4001
|
-
{
|
|
4002
|
-
"name": "country_list",
|
|
4003
|
-
"field": "body_country_list"
|
|
4004
|
-
},
|
|
4005
|
-
{
|
|
4006
|
-
"name": "ip_exclude_list",
|
|
4007
|
-
"field": "body_ip_exclude_list"
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
"name": "ip_include_list",
|
|
4011
|
-
"field": "body_ip_include_list"
|
|
4012
|
-
},
|
|
4013
|
-
{
|
|
4014
|
-
"name": "is_allow_country",
|
|
4015
|
-
"field": "body_is_allow_country"
|
|
4016
|
-
},
|
|
2831
|
+
},
|
|
2832
|
+
"Set The Restrictions To All Streams In Product": {
|
|
2833
|
+
"method": "POST",
|
|
2834
|
+
"path": "/1/radios/{radio_product_id}/restrictions",
|
|
2835
|
+
"pagination": "none",
|
|
2836
|
+
"pathParams": [
|
|
4017
2837
|
{
|
|
4018
|
-
"name": "
|
|
4019
|
-
"field": "
|
|
2838
|
+
"name": "radio_product_id",
|
|
2839
|
+
"field": "path_radio_product_id"
|
|
4020
2840
|
}
|
|
4021
2841
|
],
|
|
2842
|
+
"queryParams": [],
|
|
2843
|
+
"optionalQueryCollectionName": null,
|
|
2844
|
+
"bodyFields": [],
|
|
4022
2845
|
"optionalBodyCollectionName": "bodyParameters",
|
|
4023
2846
|
"bodyFieldName": null
|
|
4024
2847
|
},
|
|
@@ -4034,28 +2857,7 @@ const operations = {
|
|
|
4034
2857
|
],
|
|
4035
2858
|
"queryParams": [],
|
|
4036
2859
|
"optionalQueryCollectionName": null,
|
|
4037
|
-
"bodyFields": [
|
|
4038
|
-
{
|
|
4039
|
-
"name": "country_list",
|
|
4040
|
-
"field": "body_country_list"
|
|
4041
|
-
},
|
|
4042
|
-
{
|
|
4043
|
-
"name": "ip_exclude_list",
|
|
4044
|
-
"field": "body_ip_exclude_list"
|
|
4045
|
-
},
|
|
4046
|
-
{
|
|
4047
|
-
"name": "ip_include_list",
|
|
4048
|
-
"field": "body_ip_include_list"
|
|
4049
|
-
},
|
|
4050
|
-
{
|
|
4051
|
-
"name": "is_allow_country",
|
|
4052
|
-
"field": "body_is_allow_country"
|
|
4053
|
-
},
|
|
4054
|
-
{
|
|
4055
|
-
"name": "is_hash_restriction",
|
|
4056
|
-
"field": "body_is_hash_restriction"
|
|
4057
|
-
}
|
|
4058
|
-
],
|
|
2860
|
+
"bodyFields": [],
|
|
4059
2861
|
"optionalBodyCollectionName": "bodyParameters",
|
|
4060
2862
|
"bodyFieldName": null
|
|
4061
2863
|
}
|
|
@@ -4150,25 +2952,9 @@ const operations = {
|
|
|
4150
2952
|
"queryParams": [],
|
|
4151
2953
|
"optionalQueryCollectionName": null,
|
|
4152
2954
|
"bodyFields": [
|
|
4153
|
-
{
|
|
4154
|
-
"name": "is_daily_restart",
|
|
4155
|
-
"field": "body_is_daily_restart"
|
|
4156
|
-
},
|
|
4157
|
-
{
|
|
4158
|
-
"name": "is_send_logs",
|
|
4159
|
-
"field": "body_is_send_logs"
|
|
4160
|
-
},
|
|
4161
2955
|
{
|
|
4162
2956
|
"name": "name",
|
|
4163
2957
|
"field": "body_name"
|
|
4164
|
-
},
|
|
4165
|
-
{
|
|
4166
|
-
"name": "time_daily_restart",
|
|
4167
|
-
"field": "body_time_daily_restart"
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"name": "timezone_daily_restart",
|
|
4171
|
-
"field": "body_timezone_daily_restart"
|
|
4172
2958
|
}
|
|
4173
2959
|
],
|
|
4174
2960
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -4210,60 +2996,7 @@ const operations = {
|
|
|
4210
2996
|
],
|
|
4211
2997
|
"queryParams": [],
|
|
4212
2998
|
"optionalQueryCollectionName": null,
|
|
4213
|
-
"bodyFields": [
|
|
4214
|
-
{
|
|
4215
|
-
"name": "deactivate_acpm",
|
|
4216
|
-
"field": "body_deactivate_acpm"
|
|
4217
|
-
},
|
|
4218
|
-
{
|
|
4219
|
-
"name": "deactivate_indes",
|
|
4220
|
-
"field": "body_deactivate_indes"
|
|
4221
|
-
},
|
|
4222
|
-
{
|
|
4223
|
-
"name": "deactivate_mediapulse",
|
|
4224
|
-
"field": "body_deactivate_mediapulse"
|
|
4225
|
-
},
|
|
4226
|
-
{
|
|
4227
|
-
"name": "is_daily_restart",
|
|
4228
|
-
"field": "body_is_daily_restart"
|
|
4229
|
-
},
|
|
4230
|
-
{
|
|
4231
|
-
"name": "is_enabled",
|
|
4232
|
-
"field": "body_is_enabled"
|
|
4233
|
-
},
|
|
4234
|
-
{
|
|
4235
|
-
"name": "is_send_logs",
|
|
4236
|
-
"field": "body_is_send_logs"
|
|
4237
|
-
},
|
|
4238
|
-
{
|
|
4239
|
-
"name": "log_login",
|
|
4240
|
-
"field": "body_log_login"
|
|
4241
|
-
},
|
|
4242
|
-
{
|
|
4243
|
-
"name": "log_password",
|
|
4244
|
-
"field": "body_log_password"
|
|
4245
|
-
},
|
|
4246
|
-
{
|
|
4247
|
-
"name": "log_path",
|
|
4248
|
-
"field": "body_log_path"
|
|
4249
|
-
},
|
|
4250
|
-
{
|
|
4251
|
-
"name": "log_server",
|
|
4252
|
-
"field": "body_log_server"
|
|
4253
|
-
},
|
|
4254
|
-
{
|
|
4255
|
-
"name": "name",
|
|
4256
|
-
"field": "body_name"
|
|
4257
|
-
},
|
|
4258
|
-
{
|
|
4259
|
-
"name": "time_daily_restart",
|
|
4260
|
-
"field": "body_time_daily_restart"
|
|
4261
|
-
},
|
|
4262
|
-
{
|
|
4263
|
-
"name": "timezone_daily_restart",
|
|
4264
|
-
"field": "body_timezone_daily_restart"
|
|
4265
|
-
}
|
|
4266
|
-
],
|
|
2999
|
+
"bodyFields": [],
|
|
4267
3000
|
"optionalBodyCollectionName": "bodyParameters",
|
|
4268
3001
|
"bodyFieldName": null
|
|
4269
3002
|
},
|
|
@@ -4321,25 +3054,9 @@ const operations = {
|
|
|
4321
3054
|
"queryParams": [],
|
|
4322
3055
|
"optionalQueryCollectionName": null,
|
|
4323
3056
|
"bodyFields": [
|
|
4324
|
-
{
|
|
4325
|
-
"name": "is_daily_restart",
|
|
4326
|
-
"field": "body_is_daily_restart"
|
|
4327
|
-
},
|
|
4328
|
-
{
|
|
4329
|
-
"name": "is_send_logs",
|
|
4330
|
-
"field": "body_is_send_logs"
|
|
4331
|
-
},
|
|
4332
3057
|
{
|
|
4333
3058
|
"name": "name",
|
|
4334
3059
|
"field": "body_name"
|
|
4335
|
-
},
|
|
4336
|
-
{
|
|
4337
|
-
"name": "time_daily_restart",
|
|
4338
|
-
"field": "body_time_daily_restart"
|
|
4339
|
-
},
|
|
4340
|
-
{
|
|
4341
|
-
"name": "timezone_daily_restart",
|
|
4342
|
-
"field": "body_timezone_daily_restart"
|
|
4343
3060
|
}
|
|
4344
3061
|
],
|
|
4345
3062
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -4381,60 +3098,7 @@ const operations = {
|
|
|
4381
3098
|
],
|
|
4382
3099
|
"queryParams": [],
|
|
4383
3100
|
"optionalQueryCollectionName": null,
|
|
4384
|
-
"bodyFields": [
|
|
4385
|
-
{
|
|
4386
|
-
"name": "deactivate_acpm",
|
|
4387
|
-
"field": "body_deactivate_acpm"
|
|
4388
|
-
},
|
|
4389
|
-
{
|
|
4390
|
-
"name": "deactivate_indes",
|
|
4391
|
-
"field": "body_deactivate_indes"
|
|
4392
|
-
},
|
|
4393
|
-
{
|
|
4394
|
-
"name": "deactivate_mediapulse",
|
|
4395
|
-
"field": "body_deactivate_mediapulse"
|
|
4396
|
-
},
|
|
4397
|
-
{
|
|
4398
|
-
"name": "is_daily_restart",
|
|
4399
|
-
"field": "body_is_daily_restart"
|
|
4400
|
-
},
|
|
4401
|
-
{
|
|
4402
|
-
"name": "is_enabled",
|
|
4403
|
-
"field": "body_is_enabled"
|
|
4404
|
-
},
|
|
4405
|
-
{
|
|
4406
|
-
"name": "is_send_logs",
|
|
4407
|
-
"field": "body_is_send_logs"
|
|
4408
|
-
},
|
|
4409
|
-
{
|
|
4410
|
-
"name": "log_login",
|
|
4411
|
-
"field": "body_log_login"
|
|
4412
|
-
},
|
|
4413
|
-
{
|
|
4414
|
-
"name": "log_password",
|
|
4415
|
-
"field": "body_log_password"
|
|
4416
|
-
},
|
|
4417
|
-
{
|
|
4418
|
-
"name": "log_path",
|
|
4419
|
-
"field": "body_log_path"
|
|
4420
|
-
},
|
|
4421
|
-
{
|
|
4422
|
-
"name": "log_server",
|
|
4423
|
-
"field": "body_log_server"
|
|
4424
|
-
},
|
|
4425
|
-
{
|
|
4426
|
-
"name": "name",
|
|
4427
|
-
"field": "body_name"
|
|
4428
|
-
},
|
|
4429
|
-
{
|
|
4430
|
-
"name": "time_daily_restart",
|
|
4431
|
-
"field": "body_time_daily_restart"
|
|
4432
|
-
},
|
|
4433
|
-
{
|
|
4434
|
-
"name": "timezone_daily_restart",
|
|
4435
|
-
"field": "body_timezone_daily_restart"
|
|
4436
|
-
}
|
|
4437
|
-
],
|
|
3101
|
+
"bodyFields": [],
|
|
4438
3102
|
"optionalBodyCollectionName": "bodyParameters",
|
|
4439
3103
|
"bodyFieldName": null
|
|
4440
3104
|
},
|
|
@@ -7820,69 +6484,9 @@ const operations = {
|
|
|
7820
6484
|
"name": "codec",
|
|
7821
6485
|
"field": "body_codec"
|
|
7822
6486
|
},
|
|
7823
|
-
{
|
|
7824
|
-
"name": "country_list",
|
|
7825
|
-
"field": "body_country_list"
|
|
7826
|
-
},
|
|
7827
|
-
{
|
|
7828
|
-
"name": "fallback_is_active_relay",
|
|
7829
|
-
"field": "body_fallback_is_active_relay"
|
|
7830
|
-
},
|
|
7831
|
-
{
|
|
7832
|
-
"name": "fallback_relay_mountpoint",
|
|
7833
|
-
"field": "body_fallback_relay_mountpoint"
|
|
7834
|
-
},
|
|
7835
|
-
{
|
|
7836
|
-
"name": "fallback_relay_port",
|
|
7837
|
-
"field": "body_fallback_relay_port"
|
|
7838
|
-
},
|
|
7839
|
-
{
|
|
7840
|
-
"name": "fallback_relay_server",
|
|
7841
|
-
"field": "body_fallback_relay_server"
|
|
7842
|
-
},
|
|
7843
|
-
{
|
|
7844
|
-
"name": "hash_key",
|
|
7845
|
-
"field": "body_hash_key"
|
|
7846
|
-
},
|
|
7847
|
-
{
|
|
7848
|
-
"name": "ip_exclude_list",
|
|
7849
|
-
"field": "body_ip_exclude_list"
|
|
7850
|
-
},
|
|
7851
|
-
{
|
|
7852
|
-
"name": "ip_include_list",
|
|
7853
|
-
"field": "body_ip_include_list"
|
|
7854
|
-
},
|
|
7855
|
-
{
|
|
7856
|
-
"name": "is_active_relay",
|
|
7857
|
-
"field": "body_is_active_relay"
|
|
7858
|
-
},
|
|
7859
|
-
{
|
|
7860
|
-
"name": "is_allow_country",
|
|
7861
|
-
"field": "body_is_allow_country"
|
|
7862
|
-
},
|
|
7863
|
-
{
|
|
7864
|
-
"name": "is_fallback",
|
|
7865
|
-
"field": "body_is_fallback"
|
|
7866
|
-
},
|
|
7867
|
-
{
|
|
7868
|
-
"name": "is_hash_restriction",
|
|
7869
|
-
"field": "body_is_hash_restriction"
|
|
7870
|
-
},
|
|
7871
6487
|
{
|
|
7872
6488
|
"name": "mountpoint",
|
|
7873
6489
|
"field": "body_mountpoint"
|
|
7874
|
-
},
|
|
7875
|
-
{
|
|
7876
|
-
"name": "relay_mountpoint",
|
|
7877
|
-
"field": "body_relay_mountpoint"
|
|
7878
|
-
},
|
|
7879
|
-
{
|
|
7880
|
-
"name": "relay_port",
|
|
7881
|
-
"field": "body_relay_port"
|
|
7882
|
-
},
|
|
7883
|
-
{
|
|
7884
|
-
"name": "relay_server",
|
|
7885
|
-
"field": "body_relay_server"
|
|
7886
6490
|
}
|
|
7887
6491
|
],
|
|
7888
6492
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -7932,84 +6536,7 @@ const operations = {
|
|
|
7932
6536
|
],
|
|
7933
6537
|
"queryParams": [],
|
|
7934
6538
|
"optionalQueryCollectionName": null,
|
|
7935
|
-
"bodyFields": [
|
|
7936
|
-
{
|
|
7937
|
-
"name": "bitrate",
|
|
7938
|
-
"field": "body_bitrate"
|
|
7939
|
-
},
|
|
7940
|
-
{
|
|
7941
|
-
"name": "codec",
|
|
7942
|
-
"field": "body_codec"
|
|
7943
|
-
},
|
|
7944
|
-
{
|
|
7945
|
-
"name": "country_list",
|
|
7946
|
-
"field": "body_country_list"
|
|
7947
|
-
},
|
|
7948
|
-
{
|
|
7949
|
-
"name": "fallback_is_active_relay",
|
|
7950
|
-
"field": "body_fallback_is_active_relay"
|
|
7951
|
-
},
|
|
7952
|
-
{
|
|
7953
|
-
"name": "fallback_relay_mountpoint",
|
|
7954
|
-
"field": "body_fallback_relay_mountpoint"
|
|
7955
|
-
},
|
|
7956
|
-
{
|
|
7957
|
-
"name": "fallback_relay_port",
|
|
7958
|
-
"field": "body_fallback_relay_port"
|
|
7959
|
-
},
|
|
7960
|
-
{
|
|
7961
|
-
"name": "fallback_relay_server",
|
|
7962
|
-
"field": "body_fallback_relay_server"
|
|
7963
|
-
},
|
|
7964
|
-
{
|
|
7965
|
-
"name": "hash_key",
|
|
7966
|
-
"field": "body_hash_key"
|
|
7967
|
-
},
|
|
7968
|
-
{
|
|
7969
|
-
"name": "ip_exclude_list",
|
|
7970
|
-
"field": "body_ip_exclude_list"
|
|
7971
|
-
},
|
|
7972
|
-
{
|
|
7973
|
-
"name": "ip_include_list",
|
|
7974
|
-
"field": "body_ip_include_list"
|
|
7975
|
-
},
|
|
7976
|
-
{
|
|
7977
|
-
"name": "is_active_relay",
|
|
7978
|
-
"field": "body_is_active_relay"
|
|
7979
|
-
},
|
|
7980
|
-
{
|
|
7981
|
-
"name": "is_allow_country",
|
|
7982
|
-
"field": "body_is_allow_country"
|
|
7983
|
-
},
|
|
7984
|
-
{
|
|
7985
|
-
"name": "is_fallback",
|
|
7986
|
-
"field": "body_is_fallback"
|
|
7987
|
-
},
|
|
7988
|
-
{
|
|
7989
|
-
"name": "is_hash_restriction",
|
|
7990
|
-
"field": "body_is_hash_restriction"
|
|
7991
|
-
},
|
|
7992
|
-
{
|
|
7993
|
-
"name": "mountpoint",
|
|
7994
|
-
"field": "body_mountpoint"
|
|
7995
|
-
},
|
|
7996
|
-
{
|
|
7997
|
-
"name": "password",
|
|
7998
|
-
"field": "body_password"
|
|
7999
|
-
},
|
|
8000
|
-
{
|
|
8001
|
-
"name": "relay_mountpoint",
|
|
8002
|
-
"field": "body_relay_mountpoint"
|
|
8003
|
-
},
|
|
8004
|
-
{
|
|
8005
|
-
"name": "relay_port",
|
|
8006
|
-
"field": "body_relay_port"
|
|
8007
|
-
},
|
|
8008
|
-
{
|
|
8009
|
-
"name": "relay_server",
|
|
8010
|
-
"field": "body_relay_server"
|
|
8011
|
-
}
|
|
8012
|
-
],
|
|
6539
|
+
"bodyFields": [],
|
|
8013
6540
|
"optionalBodyCollectionName": "bodyParameters",
|
|
8014
6541
|
"bodyFieldName": null
|
|
8015
6542
|
},
|
|
@@ -8236,69 +6763,9 @@ const operations = {
|
|
|
8236
6763
|
"name": "codec",
|
|
8237
6764
|
"field": "body_codec"
|
|
8238
6765
|
},
|
|
8239
|
-
{
|
|
8240
|
-
"name": "country_list",
|
|
8241
|
-
"field": "body_country_list"
|
|
8242
|
-
},
|
|
8243
|
-
{
|
|
8244
|
-
"name": "fallback_is_active_relay",
|
|
8245
|
-
"field": "body_fallback_is_active_relay"
|
|
8246
|
-
},
|
|
8247
|
-
{
|
|
8248
|
-
"name": "fallback_relay_mountpoint",
|
|
8249
|
-
"field": "body_fallback_relay_mountpoint"
|
|
8250
|
-
},
|
|
8251
|
-
{
|
|
8252
|
-
"name": "fallback_relay_port",
|
|
8253
|
-
"field": "body_fallback_relay_port"
|
|
8254
|
-
},
|
|
8255
|
-
{
|
|
8256
|
-
"name": "fallback_relay_server",
|
|
8257
|
-
"field": "body_fallback_relay_server"
|
|
8258
|
-
},
|
|
8259
|
-
{
|
|
8260
|
-
"name": "hash_key",
|
|
8261
|
-
"field": "body_hash_key"
|
|
8262
|
-
},
|
|
8263
|
-
{
|
|
8264
|
-
"name": "ip_exclude_list",
|
|
8265
|
-
"field": "body_ip_exclude_list"
|
|
8266
|
-
},
|
|
8267
|
-
{
|
|
8268
|
-
"name": "ip_include_list",
|
|
8269
|
-
"field": "body_ip_include_list"
|
|
8270
|
-
},
|
|
8271
|
-
{
|
|
8272
|
-
"name": "is_active_relay",
|
|
8273
|
-
"field": "body_is_active_relay"
|
|
8274
|
-
},
|
|
8275
|
-
{
|
|
8276
|
-
"name": "is_allow_country",
|
|
8277
|
-
"field": "body_is_allow_country"
|
|
8278
|
-
},
|
|
8279
|
-
{
|
|
8280
|
-
"name": "is_fallback",
|
|
8281
|
-
"field": "body_is_fallback"
|
|
8282
|
-
},
|
|
8283
|
-
{
|
|
8284
|
-
"name": "is_hash_restriction",
|
|
8285
|
-
"field": "body_is_hash_restriction"
|
|
8286
|
-
},
|
|
8287
6766
|
{
|
|
8288
6767
|
"name": "mountpoint",
|
|
8289
6768
|
"field": "body_mountpoint"
|
|
8290
|
-
},
|
|
8291
|
-
{
|
|
8292
|
-
"name": "relay_mountpoint",
|
|
8293
|
-
"field": "body_relay_mountpoint"
|
|
8294
|
-
},
|
|
8295
|
-
{
|
|
8296
|
-
"name": "relay_port",
|
|
8297
|
-
"field": "body_relay_port"
|
|
8298
|
-
},
|
|
8299
|
-
{
|
|
8300
|
-
"name": "relay_server",
|
|
8301
|
-
"field": "body_relay_server"
|
|
8302
6769
|
}
|
|
8303
6770
|
],
|
|
8304
6771
|
"optionalBodyCollectionName": "bodyParameters",
|
|
@@ -8348,84 +6815,7 @@ const operations = {
|
|
|
8348
6815
|
],
|
|
8349
6816
|
"queryParams": [],
|
|
8350
6817
|
"optionalQueryCollectionName": null,
|
|
8351
|
-
"bodyFields": [
|
|
8352
|
-
{
|
|
8353
|
-
"name": "bitrate",
|
|
8354
|
-
"field": "body_bitrate"
|
|
8355
|
-
},
|
|
8356
|
-
{
|
|
8357
|
-
"name": "codec",
|
|
8358
|
-
"field": "body_codec"
|
|
8359
|
-
},
|
|
8360
|
-
{
|
|
8361
|
-
"name": "country_list",
|
|
8362
|
-
"field": "body_country_list"
|
|
8363
|
-
},
|
|
8364
|
-
{
|
|
8365
|
-
"name": "fallback_is_active_relay",
|
|
8366
|
-
"field": "body_fallback_is_active_relay"
|
|
8367
|
-
},
|
|
8368
|
-
{
|
|
8369
|
-
"name": "fallback_relay_mountpoint",
|
|
8370
|
-
"field": "body_fallback_relay_mountpoint"
|
|
8371
|
-
},
|
|
8372
|
-
{
|
|
8373
|
-
"name": "fallback_relay_port",
|
|
8374
|
-
"field": "body_fallback_relay_port"
|
|
8375
|
-
},
|
|
8376
|
-
{
|
|
8377
|
-
"name": "fallback_relay_server",
|
|
8378
|
-
"field": "body_fallback_relay_server"
|
|
8379
|
-
},
|
|
8380
|
-
{
|
|
8381
|
-
"name": "hash_key",
|
|
8382
|
-
"field": "body_hash_key"
|
|
8383
|
-
},
|
|
8384
|
-
{
|
|
8385
|
-
"name": "ip_exclude_list",
|
|
8386
|
-
"field": "body_ip_exclude_list"
|
|
8387
|
-
},
|
|
8388
|
-
{
|
|
8389
|
-
"name": "ip_include_list",
|
|
8390
|
-
"field": "body_ip_include_list"
|
|
8391
|
-
},
|
|
8392
|
-
{
|
|
8393
|
-
"name": "is_active_relay",
|
|
8394
|
-
"field": "body_is_active_relay"
|
|
8395
|
-
},
|
|
8396
|
-
{
|
|
8397
|
-
"name": "is_allow_country",
|
|
8398
|
-
"field": "body_is_allow_country"
|
|
8399
|
-
},
|
|
8400
|
-
{
|
|
8401
|
-
"name": "is_fallback",
|
|
8402
|
-
"field": "body_is_fallback"
|
|
8403
|
-
},
|
|
8404
|
-
{
|
|
8405
|
-
"name": "is_hash_restriction",
|
|
8406
|
-
"field": "body_is_hash_restriction"
|
|
8407
|
-
},
|
|
8408
|
-
{
|
|
8409
|
-
"name": "mountpoint",
|
|
8410
|
-
"field": "body_mountpoint"
|
|
8411
|
-
},
|
|
8412
|
-
{
|
|
8413
|
-
"name": "password",
|
|
8414
|
-
"field": "body_password"
|
|
8415
|
-
},
|
|
8416
|
-
{
|
|
8417
|
-
"name": "relay_mountpoint",
|
|
8418
|
-
"field": "body_relay_mountpoint"
|
|
8419
|
-
},
|
|
8420
|
-
{
|
|
8421
|
-
"name": "relay_port",
|
|
8422
|
-
"field": "body_relay_port"
|
|
8423
|
-
},
|
|
8424
|
-
{
|
|
8425
|
-
"name": "relay_server",
|
|
8426
|
-
"field": "body_relay_server"
|
|
8427
|
-
}
|
|
8428
|
-
],
|
|
6818
|
+
"bodyFields": [],
|
|
8429
6819
|
"optionalBodyCollectionName": "bodyParameters",
|
|
8430
6820
|
"bodyFieldName": null
|
|
8431
6821
|
},
|