@bitmovin/api-sdk 1.225.0 → 1.226.0
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/README.md +1 -1
- package/dist/BitmovinApi.d.ts +2 -0
- package/dist/BitmovinApi.js +2 -0
- package/dist/aiSceneAnalysis/AiSceneAnalysisApi.d.ts +13 -0
- package/dist/{models/SimpleEncodingVodJobAzureCredentials.js → aiSceneAnalysis/AiSceneAnalysisApi.js} +13 -16
- package/dist/aiSceneAnalysis/analyses/AnalysesApi.d.ts +13 -0
- package/dist/{encoding/simple/SimpleApi.js → aiSceneAnalysis/analyses/AnalysesApi.js} +9 -9
- package/dist/aiSceneAnalysis/analyses/byEncodingId/ByEncodingIdApi.d.ts +13 -0
- package/dist/{encoding/simple/jobs/JobsApi.js → aiSceneAnalysis/analyses/byEncodingId/ByEncodingIdApi.js} +9 -11
- package/dist/aiSceneAnalysis/analyses/byEncodingId/details/DetailsApi.d.ts +19 -0
- package/dist/aiSceneAnalysis/analyses/byEncodingId/details/DetailsApi.js +48 -0
- package/dist/bitmovin-api-sdk.browser.js +709 -2080
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/encoding/EncodingApi.d.ts +0 -2
- package/dist/encoding/EncodingApi.js +0 -2
- package/dist/encoding/statistics/encodings/liveStatistics/events/LiveEncodingStatsEventListQueryParams.d.ts +11 -0
- package/dist/encoding/statistics/encodings/liveStatistics/events/LiveEncodingStatsEventListQueryParams.js +8 -0
- package/dist/models/Atmosphere.d.ts +23 -0
- package/dist/models/Atmosphere.js +21 -0
- package/dist/models/CacheControl.d.ts +1 -1
- package/dist/models/Character.d.ts +23 -0
- package/dist/models/Character.js +21 -0
- package/dist/models/Content.d.ts +26 -0
- package/dist/models/Content.js +24 -0
- package/dist/models/Fmp4Muxing.d.ts +6 -0
- package/dist/models/Fmp4Muxing.js +1 -0
- package/dist/models/IABTaxonomy.d.ts +28 -0
- package/dist/models/IABTaxonomy.js +22 -0
- package/dist/models/Location.d.ts +18 -0
- package/dist/models/Location.js +20 -0
- package/dist/models/Rating.d.ts +23 -0
- package/dist/models/Rating.js +21 -0
- package/dist/models/Scene.d.ts +50 -0
- package/dist/models/Scene.js +28 -0
- package/dist/models/SceneAnalysisDetailsResponse.d.ts +40 -0
- package/dist/models/SceneAnalysisDetailsResponse.js +26 -0
- package/dist/models/SceneObject.d.ts +18 -0
- package/dist/models/SceneObject.js +20 -0
- package/dist/models/Setting.d.ts +25 -0
- package/dist/models/Setting.js +23 -0
- package/dist/models/index.d.ts +10 -40
- package/dist/models/index.js +10 -40
- package/package.json +1 -1
- package/dist/encoding/simple/SimpleApi.d.ts +0 -13
- package/dist/encoding/simple/jobs/JobsApi.d.ts +0 -15
- package/dist/encoding/simple/jobs/live/LiveApi.d.ts +0 -27
- package/dist/encoding/simple/jobs/live/LiveApi.js +0 -59
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.d.ts +0 -50
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js +0 -45
- package/dist/encoding/simple/jobs/vod/VodApi.d.ts +0 -36
- package/dist/encoding/simple/jobs/vod/VodApi.js +0 -79
- package/dist/models/EncodingTemplate.d.ts +0 -10
- package/dist/models/EncodingTemplate.js +0 -14
- package/dist/models/SimpleEncodingLiveCloudRegion.d.ts +0 -13
- package/dist/models/SimpleEncodingLiveCloudRegion.js +0 -17
- package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js +0 -39
- package/dist/models/SimpleEncodingLiveJobAzureCredentials.d.ts +0 -15
- package/dist/models/SimpleEncodingLiveJobAzureCredentials.js +0 -38
- package/dist/models/SimpleEncodingLiveJobCdnOutput.d.ts +0 -16
- package/dist/models/SimpleEncodingLiveJobCdnOutput.js +0 -43
- package/dist/models/SimpleEncodingLiveJobCredentials.d.ts +0 -8
- package/dist/models/SimpleEncodingLiveJobCredentials.js +0 -17
- package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.d.ts +0 -15
- package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js +0 -38
- package/dist/models/SimpleEncodingLiveJobInput.d.ts +0 -15
- package/dist/models/SimpleEncodingLiveJobInput.js +0 -19
- package/dist/models/SimpleEncodingLiveJobInputType.d.ts +0 -9
- package/dist/models/SimpleEncodingLiveJobInputType.js +0 -13
- package/dist/models/SimpleEncodingLiveJobOutput.d.ts +0 -23
- package/dist/models/SimpleEncodingLiveJobOutput.js +0 -24
- package/dist/models/SimpleEncodingLiveJobOutputType.d.ts +0 -10
- package/dist/models/SimpleEncodingLiveJobOutputType.js +0 -14
- package/dist/models/SimpleEncodingLiveJobRequest.d.ts +0 -42
- package/dist/models/SimpleEncodingLiveJobRequest.js +0 -25
- package/dist/models/SimpleEncodingLiveJobResponse.d.ts +0 -90
- package/dist/models/SimpleEncodingLiveJobResponse.js +0 -34
- package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js +0 -39
- package/dist/models/SimpleEncodingLiveJobStatus.d.ts +0 -15
- package/dist/models/SimpleEncodingLiveJobStatus.js +0 -19
- package/dist/models/SimpleEncodingLiveJobUrlOutput.d.ts +0 -35
- package/dist/models/SimpleEncodingLiveJobUrlOutput.js +0 -48
- package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js +0 -39
- package/dist/models/SimpleEncodingLiveMaxResolution.d.ts +0 -10
- package/dist/models/SimpleEncodingLiveMaxResolution.js +0 -14
- package/dist/models/SimpleEncodingLiveProfile.d.ts +0 -9
- package/dist/models/SimpleEncodingLiveProfile.js +0 -13
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js +0 -39
- package/dist/models/SimpleEncodingVodJobAzureCredentials.d.ts +0 -15
- package/dist/models/SimpleEncodingVodJobCdnOutput.d.ts +0 -23
- package/dist/models/SimpleEncodingVodJobCdnOutput.js +0 -45
- package/dist/models/SimpleEncodingVodJobCredentials.d.ts +0 -8
- package/dist/models/SimpleEncodingVodJobCredentials.js +0 -17
- package/dist/models/SimpleEncodingVodJobDirectFileUploadInput.d.ts +0 -35
- package/dist/models/SimpleEncodingVodJobDirectFileUploadInput.js +0 -47
- package/dist/models/SimpleEncodingVodJobErrors.d.ts +0 -26
- package/dist/models/SimpleEncodingVodJobErrors.js +0 -21
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.d.ts +0 -15
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js +0 -38
- package/dist/models/SimpleEncodingVodJobInput.d.ts +0 -16
- package/dist/models/SimpleEncodingVodJobInput.js +0 -22
- package/dist/models/SimpleEncodingVodJobInputSourceType.d.ts +0 -10
- package/dist/models/SimpleEncodingVodJobInputSourceType.js +0 -14
- package/dist/models/SimpleEncodingVodJobInputType.d.ts +0 -11
- package/dist/models/SimpleEncodingVodJobInputType.js +0 -15
- package/dist/models/SimpleEncodingVodJobOptions.d.ts +0 -14
- package/dist/models/SimpleEncodingVodJobOptions.js +0 -19
- package/dist/models/SimpleEncodingVodJobOutput.d.ts +0 -23
- package/dist/models/SimpleEncodingVodJobOutput.js +0 -25
- package/dist/models/SimpleEncodingVodJobOutputArtifact.d.ts +0 -20
- package/dist/models/SimpleEncodingVodJobOutputArtifact.js +0 -20
- package/dist/models/SimpleEncodingVodJobOutputType.d.ts +0 -10
- package/dist/models/SimpleEncodingVodJobOutputType.js +0 -14
- package/dist/models/SimpleEncodingVodJobRequest.d.ts +0 -42
- package/dist/models/SimpleEncodingVodJobRequest.js +0 -26
- package/dist/models/SimpleEncodingVodJobResponse.d.ts +0 -78
- package/dist/models/SimpleEncodingVodJobResponse.js +0 -33
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js +0 -39
- package/dist/models/SimpleEncodingVodJobStatus.d.ts +0 -14
- package/dist/models/SimpleEncodingVodJobStatus.js +0 -18
- package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +0 -42
- package/dist/models/SimpleEncodingVodJobUrlInput.js +0 -49
- package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +0 -35
- package/dist/models/SimpleEncodingVodJobUrlOutput.js +0 -48
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js +0 -39
package/dist/models/index.d.ts
CHANGED
|
@@ -120,6 +120,7 @@ export * from './ApiErrorDefinition';
|
|
|
120
120
|
export * from './AppliedStreamSettings';
|
|
121
121
|
export * from './AspectMode';
|
|
122
122
|
export * from './AsperaInput';
|
|
123
|
+
export * from './Atmosphere';
|
|
123
124
|
export * from './AudioAdaptationSet';
|
|
124
125
|
export * from './AudioConfiguration';
|
|
125
126
|
export * from './AudioGroup';
|
|
@@ -202,6 +203,7 @@ export * from './CencPlayReady';
|
|
|
202
203
|
export * from './CencWidevine';
|
|
203
204
|
export * from './ChannelLayout';
|
|
204
205
|
export * from './ChannelsAttributeForAudio';
|
|
206
|
+
export * from './Character';
|
|
205
207
|
export * from './CheckOutputPermissionsRequest';
|
|
206
208
|
export * from './CheckOutputPermissionsResponse';
|
|
207
209
|
export * from './ChromaLocation';
|
|
@@ -225,6 +227,7 @@ export * from './ConditionAttribute';
|
|
|
225
227
|
export * from './ConditionOperator';
|
|
226
228
|
export * from './ConditionType';
|
|
227
229
|
export * from './ConformFilter';
|
|
230
|
+
export * from './Content';
|
|
228
231
|
export * from './ContentProtection';
|
|
229
232
|
export * from './ConvertSccCaption';
|
|
230
233
|
export * from './ConvertSccCaptionWebVttSettings';
|
|
@@ -363,7 +366,6 @@ export * from './EncodingStatisticsVod';
|
|
|
363
366
|
export * from './EncodingStats';
|
|
364
367
|
export * from './EncodingStreamInput';
|
|
365
368
|
export * from './EncodingStreamInputDetails';
|
|
366
|
-
export * from './EncodingTemplate';
|
|
367
369
|
export * from './EncodingTemplateDetails';
|
|
368
370
|
export * from './EncodingTemplateRequest';
|
|
369
371
|
export * from './EncodingTemplateResponse';
|
|
@@ -433,6 +435,7 @@ export * from './HlsTargetDurationRoundingMode';
|
|
|
433
435
|
export * from './HlsVersion';
|
|
434
436
|
export * from './HttpInput';
|
|
435
437
|
export * from './HttpsInput';
|
|
438
|
+
export * from './IABTaxonomy';
|
|
436
439
|
export * from './IFramePlaylist';
|
|
437
440
|
export * from './Id3Tag';
|
|
438
441
|
export * from './Id3TagPositionMode';
|
|
@@ -507,6 +510,7 @@ export * from './LiveStandbyPoolStatus';
|
|
|
507
510
|
export * from './LiveStandbyPoolUpdate';
|
|
508
511
|
export * from './LocalInput';
|
|
509
512
|
export * from './LocalOutput';
|
|
513
|
+
export * from './Location';
|
|
510
514
|
export * from './Manifest';
|
|
511
515
|
export * from './ManifestGenerator';
|
|
512
516
|
export * from './ManifestResource';
|
|
@@ -627,6 +631,7 @@ export * from './QuantizationGroupSize';
|
|
|
627
631
|
export * from './RaiUnit';
|
|
628
632
|
export * from './RateDistortionLevelForQuantization';
|
|
629
633
|
export * from './RateDistortionPenaltyMode';
|
|
634
|
+
export * from './Rating';
|
|
630
635
|
export * from './RawId3Tag';
|
|
631
636
|
export * from './RedundantRtmpInput';
|
|
632
637
|
export * from './ReprioritizeEncodingRequest';
|
|
@@ -651,6 +656,9 @@ export * from './S3SignatureVersion';
|
|
|
651
656
|
export * from './ScaleFilter';
|
|
652
657
|
export * from './ScalingAlgorithm';
|
|
653
658
|
export * from './SccCaption';
|
|
659
|
+
export * from './Scene';
|
|
660
|
+
export * from './SceneAnalysisDetailsResponse';
|
|
661
|
+
export * from './SceneObject';
|
|
654
662
|
export * from './ScheduledInsertableContent';
|
|
655
663
|
export * from './ScheduledInsertableContentStatus';
|
|
656
664
|
export * from './Scheduling';
|
|
@@ -658,6 +666,7 @@ export * from './Scte35Cue';
|
|
|
658
666
|
export * from './Scte35Trigger';
|
|
659
667
|
export * from './SegmentedRawMuxing';
|
|
660
668
|
export * from './SegmentsMediaInfo';
|
|
669
|
+
export * from './Setting';
|
|
661
670
|
export * from './SftpInput';
|
|
662
671
|
export * from './SftpOutput';
|
|
663
672
|
export * from './SidecarErrorMode';
|
|
@@ -665,45 +674,6 @@ export * from './SidecarFile';
|
|
|
665
674
|
export * from './SidecarFileType';
|
|
666
675
|
export * from './SignatureType';
|
|
667
676
|
export * from './SignupSource';
|
|
668
|
-
export * from './SimpleEncodingLiveCloudRegion';
|
|
669
|
-
export * from './SimpleEncodingLiveJobAccessKeyCredentials';
|
|
670
|
-
export * from './SimpleEncodingLiveJobAzureCredentials';
|
|
671
|
-
export * from './SimpleEncodingLiveJobCdnOutput';
|
|
672
|
-
export * from './SimpleEncodingLiveJobCredentials';
|
|
673
|
-
export * from './SimpleEncodingLiveJobGcsServiceAccountCredentials';
|
|
674
|
-
export * from './SimpleEncodingLiveJobInput';
|
|
675
|
-
export * from './SimpleEncodingLiveJobInputType';
|
|
676
|
-
export * from './SimpleEncodingLiveJobOutput';
|
|
677
|
-
export * from './SimpleEncodingLiveJobOutputType';
|
|
678
|
-
export * from './SimpleEncodingLiveJobRequest';
|
|
679
|
-
export * from './SimpleEncodingLiveJobResponse';
|
|
680
|
-
export * from './SimpleEncodingLiveJobS3RoleBasedCredentials';
|
|
681
|
-
export * from './SimpleEncodingLiveJobStatus';
|
|
682
|
-
export * from './SimpleEncodingLiveJobUrlOutput';
|
|
683
|
-
export * from './SimpleEncodingLiveJobUsernamePasswordCredentials';
|
|
684
|
-
export * from './SimpleEncodingLiveMaxResolution';
|
|
685
|
-
export * from './SimpleEncodingLiveProfile';
|
|
686
|
-
export * from './SimpleEncodingVodJobAccessKeyCredentials';
|
|
687
|
-
export * from './SimpleEncodingVodJobAzureCredentials';
|
|
688
|
-
export * from './SimpleEncodingVodJobCdnOutput';
|
|
689
|
-
export * from './SimpleEncodingVodJobCredentials';
|
|
690
|
-
export * from './SimpleEncodingVodJobDirectFileUploadInput';
|
|
691
|
-
export * from './SimpleEncodingVodJobErrors';
|
|
692
|
-
export * from './SimpleEncodingVodJobGcsServiceAccountCredentials';
|
|
693
|
-
export * from './SimpleEncodingVodJobInput';
|
|
694
|
-
export * from './SimpleEncodingVodJobInputSourceType';
|
|
695
|
-
export * from './SimpleEncodingVodJobInputType';
|
|
696
|
-
export * from './SimpleEncodingVodJobOptions';
|
|
697
|
-
export * from './SimpleEncodingVodJobOutput';
|
|
698
|
-
export * from './SimpleEncodingVodJobOutputArtifact';
|
|
699
|
-
export * from './SimpleEncodingVodJobOutputType';
|
|
700
|
-
export * from './SimpleEncodingVodJobRequest';
|
|
701
|
-
export * from './SimpleEncodingVodJobResponse';
|
|
702
|
-
export * from './SimpleEncodingVodJobS3RoleBasedCredentials';
|
|
703
|
-
export * from './SimpleEncodingVodJobStatus';
|
|
704
|
-
export * from './SimpleEncodingVodJobUrlInput';
|
|
705
|
-
export * from './SimpleEncodingVodJobUrlOutput';
|
|
706
|
-
export * from './SimpleEncodingVodJobUsernamePasswordCredentials';
|
|
707
677
|
export * from './SmoothManifestContentProtection';
|
|
708
678
|
export * from './SmoothManifestDefault';
|
|
709
679
|
export * from './SmoothManifestDefaultVersion';
|
package/dist/models/index.js
CHANGED
|
@@ -136,6 +136,7 @@ __exportStar(require("./ApiErrorDefinition"), exports);
|
|
|
136
136
|
__exportStar(require("./AppliedStreamSettings"), exports);
|
|
137
137
|
__exportStar(require("./AspectMode"), exports);
|
|
138
138
|
__exportStar(require("./AsperaInput"), exports);
|
|
139
|
+
__exportStar(require("./Atmosphere"), exports);
|
|
139
140
|
__exportStar(require("./AudioAdaptationSet"), exports);
|
|
140
141
|
__exportStar(require("./AudioConfiguration"), exports);
|
|
141
142
|
__exportStar(require("./AudioGroup"), exports);
|
|
@@ -218,6 +219,7 @@ __exportStar(require("./CencPlayReady"), exports);
|
|
|
218
219
|
__exportStar(require("./CencWidevine"), exports);
|
|
219
220
|
__exportStar(require("./ChannelLayout"), exports);
|
|
220
221
|
__exportStar(require("./ChannelsAttributeForAudio"), exports);
|
|
222
|
+
__exportStar(require("./Character"), exports);
|
|
221
223
|
__exportStar(require("./CheckOutputPermissionsRequest"), exports);
|
|
222
224
|
__exportStar(require("./CheckOutputPermissionsResponse"), exports);
|
|
223
225
|
__exportStar(require("./ChromaLocation"), exports);
|
|
@@ -241,6 +243,7 @@ __exportStar(require("./ConditionAttribute"), exports);
|
|
|
241
243
|
__exportStar(require("./ConditionOperator"), exports);
|
|
242
244
|
__exportStar(require("./ConditionType"), exports);
|
|
243
245
|
__exportStar(require("./ConformFilter"), exports);
|
|
246
|
+
__exportStar(require("./Content"), exports);
|
|
244
247
|
__exportStar(require("./ContentProtection"), exports);
|
|
245
248
|
__exportStar(require("./ConvertSccCaption"), exports);
|
|
246
249
|
__exportStar(require("./ConvertSccCaptionWebVttSettings"), exports);
|
|
@@ -379,7 +382,6 @@ __exportStar(require("./EncodingStatisticsVod"), exports);
|
|
|
379
382
|
__exportStar(require("./EncodingStats"), exports);
|
|
380
383
|
__exportStar(require("./EncodingStreamInput"), exports);
|
|
381
384
|
__exportStar(require("./EncodingStreamInputDetails"), exports);
|
|
382
|
-
__exportStar(require("./EncodingTemplate"), exports);
|
|
383
385
|
__exportStar(require("./EncodingTemplateDetails"), exports);
|
|
384
386
|
__exportStar(require("./EncodingTemplateRequest"), exports);
|
|
385
387
|
__exportStar(require("./EncodingTemplateResponse"), exports);
|
|
@@ -449,6 +451,7 @@ __exportStar(require("./HlsTargetDurationRoundingMode"), exports);
|
|
|
449
451
|
__exportStar(require("./HlsVersion"), exports);
|
|
450
452
|
__exportStar(require("./HttpInput"), exports);
|
|
451
453
|
__exportStar(require("./HttpsInput"), exports);
|
|
454
|
+
__exportStar(require("./IABTaxonomy"), exports);
|
|
452
455
|
__exportStar(require("./IFramePlaylist"), exports);
|
|
453
456
|
__exportStar(require("./Id3Tag"), exports);
|
|
454
457
|
__exportStar(require("./Id3TagPositionMode"), exports);
|
|
@@ -523,6 +526,7 @@ __exportStar(require("./LiveStandbyPoolStatus"), exports);
|
|
|
523
526
|
__exportStar(require("./LiveStandbyPoolUpdate"), exports);
|
|
524
527
|
__exportStar(require("./LocalInput"), exports);
|
|
525
528
|
__exportStar(require("./LocalOutput"), exports);
|
|
529
|
+
__exportStar(require("./Location"), exports);
|
|
526
530
|
__exportStar(require("./Manifest"), exports);
|
|
527
531
|
__exportStar(require("./ManifestGenerator"), exports);
|
|
528
532
|
__exportStar(require("./ManifestResource"), exports);
|
|
@@ -643,6 +647,7 @@ __exportStar(require("./QuantizationGroupSize"), exports);
|
|
|
643
647
|
__exportStar(require("./RaiUnit"), exports);
|
|
644
648
|
__exportStar(require("./RateDistortionLevelForQuantization"), exports);
|
|
645
649
|
__exportStar(require("./RateDistortionPenaltyMode"), exports);
|
|
650
|
+
__exportStar(require("./Rating"), exports);
|
|
646
651
|
__exportStar(require("./RawId3Tag"), exports);
|
|
647
652
|
__exportStar(require("./RedundantRtmpInput"), exports);
|
|
648
653
|
__exportStar(require("./ReprioritizeEncodingRequest"), exports);
|
|
@@ -667,6 +672,9 @@ __exportStar(require("./S3SignatureVersion"), exports);
|
|
|
667
672
|
__exportStar(require("./ScaleFilter"), exports);
|
|
668
673
|
__exportStar(require("./ScalingAlgorithm"), exports);
|
|
669
674
|
__exportStar(require("./SccCaption"), exports);
|
|
675
|
+
__exportStar(require("./Scene"), exports);
|
|
676
|
+
__exportStar(require("./SceneAnalysisDetailsResponse"), exports);
|
|
677
|
+
__exportStar(require("./SceneObject"), exports);
|
|
670
678
|
__exportStar(require("./ScheduledInsertableContent"), exports);
|
|
671
679
|
__exportStar(require("./ScheduledInsertableContentStatus"), exports);
|
|
672
680
|
__exportStar(require("./Scheduling"), exports);
|
|
@@ -674,6 +682,7 @@ __exportStar(require("./Scte35Cue"), exports);
|
|
|
674
682
|
__exportStar(require("./Scte35Trigger"), exports);
|
|
675
683
|
__exportStar(require("./SegmentedRawMuxing"), exports);
|
|
676
684
|
__exportStar(require("./SegmentsMediaInfo"), exports);
|
|
685
|
+
__exportStar(require("./Setting"), exports);
|
|
677
686
|
__exportStar(require("./SftpInput"), exports);
|
|
678
687
|
__exportStar(require("./SftpOutput"), exports);
|
|
679
688
|
__exportStar(require("./SidecarErrorMode"), exports);
|
|
@@ -681,45 +690,6 @@ __exportStar(require("./SidecarFile"), exports);
|
|
|
681
690
|
__exportStar(require("./SidecarFileType"), exports);
|
|
682
691
|
__exportStar(require("./SignatureType"), exports);
|
|
683
692
|
__exportStar(require("./SignupSource"), exports);
|
|
684
|
-
__exportStar(require("./SimpleEncodingLiveCloudRegion"), exports);
|
|
685
|
-
__exportStar(require("./SimpleEncodingLiveJobAccessKeyCredentials"), exports);
|
|
686
|
-
__exportStar(require("./SimpleEncodingLiveJobAzureCredentials"), exports);
|
|
687
|
-
__exportStar(require("./SimpleEncodingLiveJobCdnOutput"), exports);
|
|
688
|
-
__exportStar(require("./SimpleEncodingLiveJobCredentials"), exports);
|
|
689
|
-
__exportStar(require("./SimpleEncodingLiveJobGcsServiceAccountCredentials"), exports);
|
|
690
|
-
__exportStar(require("./SimpleEncodingLiveJobInput"), exports);
|
|
691
|
-
__exportStar(require("./SimpleEncodingLiveJobInputType"), exports);
|
|
692
|
-
__exportStar(require("./SimpleEncodingLiveJobOutput"), exports);
|
|
693
|
-
__exportStar(require("./SimpleEncodingLiveJobOutputType"), exports);
|
|
694
|
-
__exportStar(require("./SimpleEncodingLiveJobRequest"), exports);
|
|
695
|
-
__exportStar(require("./SimpleEncodingLiveJobResponse"), exports);
|
|
696
|
-
__exportStar(require("./SimpleEncodingLiveJobS3RoleBasedCredentials"), exports);
|
|
697
|
-
__exportStar(require("./SimpleEncodingLiveJobStatus"), exports);
|
|
698
|
-
__exportStar(require("./SimpleEncodingLiveJobUrlOutput"), exports);
|
|
699
|
-
__exportStar(require("./SimpleEncodingLiveJobUsernamePasswordCredentials"), exports);
|
|
700
|
-
__exportStar(require("./SimpleEncodingLiveMaxResolution"), exports);
|
|
701
|
-
__exportStar(require("./SimpleEncodingLiveProfile"), exports);
|
|
702
|
-
__exportStar(require("./SimpleEncodingVodJobAccessKeyCredentials"), exports);
|
|
703
|
-
__exportStar(require("./SimpleEncodingVodJobAzureCredentials"), exports);
|
|
704
|
-
__exportStar(require("./SimpleEncodingVodJobCdnOutput"), exports);
|
|
705
|
-
__exportStar(require("./SimpleEncodingVodJobCredentials"), exports);
|
|
706
|
-
__exportStar(require("./SimpleEncodingVodJobDirectFileUploadInput"), exports);
|
|
707
|
-
__exportStar(require("./SimpleEncodingVodJobErrors"), exports);
|
|
708
|
-
__exportStar(require("./SimpleEncodingVodJobGcsServiceAccountCredentials"), exports);
|
|
709
|
-
__exportStar(require("./SimpleEncodingVodJobInput"), exports);
|
|
710
|
-
__exportStar(require("./SimpleEncodingVodJobInputSourceType"), exports);
|
|
711
|
-
__exportStar(require("./SimpleEncodingVodJobInputType"), exports);
|
|
712
|
-
__exportStar(require("./SimpleEncodingVodJobOptions"), exports);
|
|
713
|
-
__exportStar(require("./SimpleEncodingVodJobOutput"), exports);
|
|
714
|
-
__exportStar(require("./SimpleEncodingVodJobOutputArtifact"), exports);
|
|
715
|
-
__exportStar(require("./SimpleEncodingVodJobOutputType"), exports);
|
|
716
|
-
__exportStar(require("./SimpleEncodingVodJobRequest"), exports);
|
|
717
|
-
__exportStar(require("./SimpleEncodingVodJobResponse"), exports);
|
|
718
|
-
__exportStar(require("./SimpleEncodingVodJobS3RoleBasedCredentials"), exports);
|
|
719
|
-
__exportStar(require("./SimpleEncodingVodJobStatus"), exports);
|
|
720
|
-
__exportStar(require("./SimpleEncodingVodJobUrlInput"), exports);
|
|
721
|
-
__exportStar(require("./SimpleEncodingVodJobUrlOutput"), exports);
|
|
722
|
-
__exportStar(require("./SimpleEncodingVodJobUsernamePasswordCredentials"), exports);
|
|
723
693
|
__exportStar(require("./SmoothManifestContentProtection"), exports);
|
|
724
694
|
__exportStar(require("./SmoothManifestDefault"), exports);
|
|
725
695
|
__exportStar(require("./SmoothManifestDefaultVersion"), exports);
|
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { BaseAPI } from '../../common/BaseAPI';
|
|
2
|
-
import Configuration from '../../common/Configuration';
|
|
3
|
-
import JobsApi from './jobs/JobsApi';
|
|
4
|
-
/**
|
|
5
|
-
* SimpleApi - object-oriented interface
|
|
6
|
-
* @export
|
|
7
|
-
* @class SimpleApi
|
|
8
|
-
* @extends {BaseAPI}
|
|
9
|
-
*/
|
|
10
|
-
export default class SimpleApi extends BaseAPI {
|
|
11
|
-
jobs: JobsApi;
|
|
12
|
-
constructor(configuration: Configuration);
|
|
13
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { BaseAPI } from '../../../common/BaseAPI';
|
|
2
|
-
import Configuration from '../../../common/Configuration';
|
|
3
|
-
import VodApi from './vod/VodApi';
|
|
4
|
-
import LiveApi from './live/LiveApi';
|
|
5
|
-
/**
|
|
6
|
-
* JobsApi - object-oriented interface
|
|
7
|
-
* @export
|
|
8
|
-
* @class JobsApi
|
|
9
|
-
* @extends {BaseAPI}
|
|
10
|
-
*/
|
|
11
|
-
export default class JobsApi extends BaseAPI {
|
|
12
|
-
vod: VodApi;
|
|
13
|
-
live: LiveApi;
|
|
14
|
-
constructor(configuration: Configuration);
|
|
15
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { BaseAPI } from '../../../../common/BaseAPI';
|
|
2
|
-
import Configuration from '../../../../common/Configuration';
|
|
3
|
-
import SimpleEncodingLiveJobRequest from '../../../../models/SimpleEncodingLiveJobRequest';
|
|
4
|
-
import SimpleEncodingLiveJobResponse from '../../../../models/SimpleEncodingLiveJobResponse';
|
|
5
|
-
/**
|
|
6
|
-
* LiveApi - object-oriented interface
|
|
7
|
-
* @export
|
|
8
|
-
* @class LiveApi
|
|
9
|
-
* @extends {BaseAPI}
|
|
10
|
-
*/
|
|
11
|
-
export default class LiveApi extends BaseAPI {
|
|
12
|
-
constructor(configuration: Configuration);
|
|
13
|
-
/**
|
|
14
|
-
* @summary Create a Simple Encoding Live Job
|
|
15
|
-
* @param {SimpleEncodingLiveJobRequest} simpleEncodingLiveJobRequest The Simple Encoding Live Job to be created.
|
|
16
|
-
* @throws {BitmovinError}
|
|
17
|
-
* @memberof LiveApi
|
|
18
|
-
*/
|
|
19
|
-
create(simpleEncodingLiveJobRequest?: SimpleEncodingLiveJobRequest): Promise<SimpleEncodingLiveJobResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @summary Simple Encoding Live Job details
|
|
22
|
-
* @param {string} simpleEncodingJobId Id of the Simple Encoding Live Job
|
|
23
|
-
* @throws {BitmovinError}
|
|
24
|
-
* @memberof LiveApi
|
|
25
|
-
*/
|
|
26
|
-
get(simpleEncodingJobId: string): Promise<SimpleEncodingLiveJobResponse>;
|
|
27
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
var BaseAPI_1 = require("../../../../common/BaseAPI");
|
|
19
|
-
var Mapper_1 = require("../../../../common/Mapper");
|
|
20
|
-
var SimpleEncodingLiveJobResponse_1 = require("../../../../models/SimpleEncodingLiveJobResponse");
|
|
21
|
-
/**
|
|
22
|
-
* LiveApi - object-oriented interface
|
|
23
|
-
* @export
|
|
24
|
-
* @class LiveApi
|
|
25
|
-
* @extends {BaseAPI}
|
|
26
|
-
*/
|
|
27
|
-
var LiveApi = /** @class */ (function (_super) {
|
|
28
|
-
__extends(LiveApi, _super);
|
|
29
|
-
function LiveApi(configuration) {
|
|
30
|
-
return _super.call(this, configuration) || this;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* @summary Create a Simple Encoding Live Job
|
|
34
|
-
* @param {SimpleEncodingLiveJobRequest} simpleEncodingLiveJobRequest The Simple Encoding Live Job to be created.
|
|
35
|
-
* @throws {BitmovinError}
|
|
36
|
-
* @memberof LiveApi
|
|
37
|
-
*/
|
|
38
|
-
LiveApi.prototype.create = function (simpleEncodingLiveJobRequest) {
|
|
39
|
-
return this.restClient.post('/encoding/simple/jobs/live', {}, simpleEncodingLiveJobRequest).then(function (response) {
|
|
40
|
-
return (0, Mapper_1.map)(response, SimpleEncodingLiveJobResponse_1.default);
|
|
41
|
-
});
|
|
42
|
-
};
|
|
43
|
-
/**
|
|
44
|
-
* @summary Simple Encoding Live Job details
|
|
45
|
-
* @param {string} simpleEncodingJobId Id of the Simple Encoding Live Job
|
|
46
|
-
* @throws {BitmovinError}
|
|
47
|
-
* @memberof LiveApi
|
|
48
|
-
*/
|
|
49
|
-
LiveApi.prototype.get = function (simpleEncodingJobId) {
|
|
50
|
-
var pathParamMap = {
|
|
51
|
-
simple_encoding_job_id: simpleEncodingJobId
|
|
52
|
-
};
|
|
53
|
-
return this.restClient.get('/encoding/simple/jobs/live/{simple_encoding_job_id}', pathParamMap).then(function (response) {
|
|
54
|
-
return (0, Mapper_1.map)(response, SimpleEncodingLiveJobResponse_1.default);
|
|
55
|
-
});
|
|
56
|
-
};
|
|
57
|
-
return LiveApi;
|
|
58
|
-
}(BaseAPI_1.BaseAPI));
|
|
59
|
-
exports.default = LiveApi;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
export interface SimpleEncodingVodJobResponseListQueryParams {
|
|
2
|
-
/**
|
|
3
|
-
* Index of the first item to return, starting at 0. Default is 0
|
|
4
|
-
* @type {number}
|
|
5
|
-
* @memberof SimpleEncodingVodJobResponseListQueryParams
|
|
6
|
-
*/
|
|
7
|
-
offset?: number | undefined;
|
|
8
|
-
/**
|
|
9
|
-
* Maximum number of items to return. Default is 25, maximum is 100
|
|
10
|
-
* @type {number}
|
|
11
|
-
* @memberof SimpleEncodingVodJobResponseListQueryParams
|
|
12
|
-
*/
|
|
13
|
-
limit?: number | undefined;
|
|
14
|
-
/**
|
|
15
|
-
* Order list result according to a Simple Encoding VOD Job attribute. The fields that can be used for sorting are: + `createdAt`
|
|
16
|
-
* @type {string}
|
|
17
|
-
* @memberof SimpleEncodingVodJobResponseListQueryParams
|
|
18
|
-
*/
|
|
19
|
-
sort?: string | undefined;
|
|
20
|
-
/**
|
|
21
|
-
* Filter Simple Encoding VOD Jobs to only show the ones with the status specified.
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof SimpleEncodingVodJobResponseListQueryParams
|
|
24
|
-
*/
|
|
25
|
-
status?: string | undefined;
|
|
26
|
-
}
|
|
27
|
-
export declare class SimpleEncodingVodJobResponseListQueryParamsBuilder {
|
|
28
|
-
private internalParams;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
32
|
-
*/
|
|
33
|
-
offset(offset: number): this;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
37
|
-
*/
|
|
38
|
-
limit(limit: number): this;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @param sort Order list result according to a Simple Encoding VOD Job attribute. The fields that can be used for sorting are: + `createdAt`
|
|
42
|
-
*/
|
|
43
|
-
sort(sort: string): this;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @param status Filter Simple Encoding VOD Jobs to only show the ones with the status specified.
|
|
47
|
-
*/
|
|
48
|
-
status(status: string): this;
|
|
49
|
-
buildQueryParams(): SimpleEncodingVodJobResponseListQueryParams;
|
|
50
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SimpleEncodingVodJobResponseListQueryParamsBuilder = void 0;
|
|
4
|
-
var SimpleEncodingVodJobResponseListQueryParamsBuilder = /** @class */ (function () {
|
|
5
|
-
function SimpleEncodingVodJobResponseListQueryParamsBuilder() {
|
|
6
|
-
this.internalParams = {};
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
*
|
|
10
|
-
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
11
|
-
*/
|
|
12
|
-
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.offset = function (offset) {
|
|
13
|
-
this.internalParams.offset = offset;
|
|
14
|
-
return this;
|
|
15
|
-
};
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
19
|
-
*/
|
|
20
|
-
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.limit = function (limit) {
|
|
21
|
-
this.internalParams.limit = limit;
|
|
22
|
-
return this;
|
|
23
|
-
};
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @param sort Order list result according to a Simple Encoding VOD Job attribute. The fields that can be used for sorting are: + `createdAt`
|
|
27
|
-
*/
|
|
28
|
-
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.sort = function (sort) {
|
|
29
|
-
this.internalParams.sort = sort;
|
|
30
|
-
return this;
|
|
31
|
-
};
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @param status Filter Simple Encoding VOD Jobs to only show the ones with the status specified.
|
|
35
|
-
*/
|
|
36
|
-
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.status = function (status) {
|
|
37
|
-
this.internalParams.status = status;
|
|
38
|
-
return this;
|
|
39
|
-
};
|
|
40
|
-
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
41
|
-
return this.internalParams;
|
|
42
|
-
};
|
|
43
|
-
return SimpleEncodingVodJobResponseListQueryParamsBuilder;
|
|
44
|
-
}());
|
|
45
|
-
exports.SimpleEncodingVodJobResponseListQueryParamsBuilder = SimpleEncodingVodJobResponseListQueryParamsBuilder;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { BaseAPI } from '../../../../common/BaseAPI';
|
|
2
|
-
import Configuration from '../../../../common/Configuration';
|
|
3
|
-
import SimpleEncodingVodJobRequest from '../../../../models/SimpleEncodingVodJobRequest';
|
|
4
|
-
import SimpleEncodingVodJobResponse from '../../../../models/SimpleEncodingVodJobResponse';
|
|
5
|
-
import PaginationResponse from '../../../../models/PaginationResponse';
|
|
6
|
-
import { SimpleEncodingVodJobResponseListQueryParams, SimpleEncodingVodJobResponseListQueryParamsBuilder } from './SimpleEncodingVodJobResponseListQueryParams';
|
|
7
|
-
/**
|
|
8
|
-
* VodApi - object-oriented interface
|
|
9
|
-
* @export
|
|
10
|
-
* @class VodApi
|
|
11
|
-
* @extends {BaseAPI}
|
|
12
|
-
*/
|
|
13
|
-
export default class VodApi extends BaseAPI {
|
|
14
|
-
constructor(configuration: Configuration);
|
|
15
|
-
/**
|
|
16
|
-
* @summary Create a Simple Encoding VOD Job
|
|
17
|
-
* @param {SimpleEncodingVodJobRequest} simpleEncodingVodJobRequest The Simple Encoding VOD Job to be created.
|
|
18
|
-
* @throws {BitmovinError}
|
|
19
|
-
* @memberof VodApi
|
|
20
|
-
*/
|
|
21
|
-
create(simpleEncodingVodJobRequest?: SimpleEncodingVodJobRequest): Promise<SimpleEncodingVodJobResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* @summary Simple Encoding VOD Job details
|
|
24
|
-
* @param {string} simpleEncodingJobId Id of the Simple Encoding VOD Job
|
|
25
|
-
* @throws {BitmovinError}
|
|
26
|
-
* @memberof VodApi
|
|
27
|
-
*/
|
|
28
|
-
get(simpleEncodingJobId: string): Promise<SimpleEncodingVodJobResponse>;
|
|
29
|
-
/**
|
|
30
|
-
* @summary List all Simple Encoding VOD Jobs
|
|
31
|
-
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
32
|
-
* @throws {BitmovinError}
|
|
33
|
-
* @memberof VodApi
|
|
34
|
-
*/
|
|
35
|
-
list(queryParameters?: SimpleEncodingVodJobResponseListQueryParams | ((q: SimpleEncodingVodJobResponseListQueryParamsBuilder) => SimpleEncodingVodJobResponseListQueryParamsBuilder)): Promise<PaginationResponse<SimpleEncodingVodJobResponse>>;
|
|
36
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
var BaseAPI_1 = require("../../../../common/BaseAPI");
|
|
19
|
-
var Mapper_1 = require("../../../../common/Mapper");
|
|
20
|
-
var SimpleEncodingVodJobResponse_1 = require("../../../../models/SimpleEncodingVodJobResponse");
|
|
21
|
-
var PaginationResponse_1 = require("../../../../models/PaginationResponse");
|
|
22
|
-
var SimpleEncodingVodJobResponseListQueryParams_1 = require("./SimpleEncodingVodJobResponseListQueryParams");
|
|
23
|
-
/**
|
|
24
|
-
* VodApi - object-oriented interface
|
|
25
|
-
* @export
|
|
26
|
-
* @class VodApi
|
|
27
|
-
* @extends {BaseAPI}
|
|
28
|
-
*/
|
|
29
|
-
var VodApi = /** @class */ (function (_super) {
|
|
30
|
-
__extends(VodApi, _super);
|
|
31
|
-
function VodApi(configuration) {
|
|
32
|
-
return _super.call(this, configuration) || this;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @summary Create a Simple Encoding VOD Job
|
|
36
|
-
* @param {SimpleEncodingVodJobRequest} simpleEncodingVodJobRequest The Simple Encoding VOD Job to be created.
|
|
37
|
-
* @throws {BitmovinError}
|
|
38
|
-
* @memberof VodApi
|
|
39
|
-
*/
|
|
40
|
-
VodApi.prototype.create = function (simpleEncodingVodJobRequest) {
|
|
41
|
-
return this.restClient.post('/encoding/simple/jobs/vod', {}, simpleEncodingVodJobRequest).then(function (response) {
|
|
42
|
-
return (0, Mapper_1.map)(response, SimpleEncodingVodJobResponse_1.default);
|
|
43
|
-
});
|
|
44
|
-
};
|
|
45
|
-
/**
|
|
46
|
-
* @summary Simple Encoding VOD Job details
|
|
47
|
-
* @param {string} simpleEncodingJobId Id of the Simple Encoding VOD Job
|
|
48
|
-
* @throws {BitmovinError}
|
|
49
|
-
* @memberof VodApi
|
|
50
|
-
*/
|
|
51
|
-
VodApi.prototype.get = function (simpleEncodingJobId) {
|
|
52
|
-
var pathParamMap = {
|
|
53
|
-
simple_encoding_job_id: simpleEncodingJobId
|
|
54
|
-
};
|
|
55
|
-
return this.restClient.get('/encoding/simple/jobs/vod/{simple_encoding_job_id}', pathParamMap).then(function (response) {
|
|
56
|
-
return (0, Mapper_1.map)(response, SimpleEncodingVodJobResponse_1.default);
|
|
57
|
-
});
|
|
58
|
-
};
|
|
59
|
-
/**
|
|
60
|
-
* @summary List all Simple Encoding VOD Jobs
|
|
61
|
-
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
62
|
-
* @throws {BitmovinError}
|
|
63
|
-
* @memberof VodApi
|
|
64
|
-
*/
|
|
65
|
-
VodApi.prototype.list = function (queryParameters) {
|
|
66
|
-
var queryParams = {};
|
|
67
|
-
if (typeof queryParameters === 'function') {
|
|
68
|
-
queryParams = queryParameters(new SimpleEncodingVodJobResponseListQueryParams_1.SimpleEncodingVodJobResponseListQueryParamsBuilder()).buildQueryParams();
|
|
69
|
-
}
|
|
70
|
-
else if (queryParameters) {
|
|
71
|
-
queryParams = queryParameters;
|
|
72
|
-
}
|
|
73
|
-
return this.restClient.get('/encoding/simple/jobs/vod', {}, queryParams).then(function (response) {
|
|
74
|
-
return new PaginationResponse_1.default(response, SimpleEncodingVodJobResponse_1.default);
|
|
75
|
-
});
|
|
76
|
-
};
|
|
77
|
-
return VodApi;
|
|
78
|
-
}(BaseAPI_1.BaseAPI));
|
|
79
|
-
exports.default = VodApi;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EncodingTemplate = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* @export
|
|
6
|
-
* @enum {string}
|
|
7
|
-
*/
|
|
8
|
-
var EncodingTemplate;
|
|
9
|
-
(function (EncodingTemplate) {
|
|
10
|
-
EncodingTemplate["H264"] = "H264";
|
|
11
|
-
EncodingTemplate["H264_FIXED_RESOLUTIONS"] = "H264_FIXED_RESOLUTIONS";
|
|
12
|
-
EncodingTemplate["AV1"] = "AV1";
|
|
13
|
-
})(EncodingTemplate || (exports.EncodingTemplate = EncodingTemplate = {}));
|
|
14
|
-
exports.default = EncodingTemplate;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @export
|
|
3
|
-
* @enum {string}
|
|
4
|
-
*/
|
|
5
|
-
export declare enum SimpleEncodingLiveCloudRegion {
|
|
6
|
-
NORTH_AMERICA = "NORTH_AMERICA",
|
|
7
|
-
SOUTH_AMERICA = "SOUTH_AMERICA",
|
|
8
|
-
EUROPE = "EUROPE",
|
|
9
|
-
AFRICA = "AFRICA",
|
|
10
|
-
ASIA = "ASIA",
|
|
11
|
-
AUSTRALIA = "AUSTRALIA"
|
|
12
|
-
}
|
|
13
|
-
export default SimpleEncodingLiveCloudRegion;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SimpleEncodingLiveCloudRegion = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* @export
|
|
6
|
-
* @enum {string}
|
|
7
|
-
*/
|
|
8
|
-
var SimpleEncodingLiveCloudRegion;
|
|
9
|
-
(function (SimpleEncodingLiveCloudRegion) {
|
|
10
|
-
SimpleEncodingLiveCloudRegion["NORTH_AMERICA"] = "NORTH_AMERICA";
|
|
11
|
-
SimpleEncodingLiveCloudRegion["SOUTH_AMERICA"] = "SOUTH_AMERICA";
|
|
12
|
-
SimpleEncodingLiveCloudRegion["EUROPE"] = "EUROPE";
|
|
13
|
-
SimpleEncodingLiveCloudRegion["AFRICA"] = "AFRICA";
|
|
14
|
-
SimpleEncodingLiveCloudRegion["ASIA"] = "ASIA";
|
|
15
|
-
SimpleEncodingLiveCloudRegion["AUSTRALIA"] = "AUSTRALIA";
|
|
16
|
-
})(SimpleEncodingLiveCloudRegion || (exports.SimpleEncodingLiveCloudRegion = SimpleEncodingLiveCloudRegion = {}));
|
|
17
|
-
exports.default = SimpleEncodingLiveCloudRegion;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import SimpleEncodingLiveJobCredentials from './SimpleEncodingLiveJobCredentials';
|
|
2
|
-
/**
|
|
3
|
-
* @export
|
|
4
|
-
* @class SimpleEncodingLiveJobAccessKeyCredentials
|
|
5
|
-
*/
|
|
6
|
-
export declare class SimpleEncodingLiveJobAccessKeyCredentials extends SimpleEncodingLiveJobCredentials {
|
|
7
|
-
/**
|
|
8
|
-
* The identifier of the access key (required)
|
|
9
|
-
* @type {string}
|
|
10
|
-
* @memberof SimpleEncodingLiveJobAccessKeyCredentials
|
|
11
|
-
*/
|
|
12
|
-
accessKey?: string;
|
|
13
|
-
/**
|
|
14
|
-
* The secret to be used for authentication (required)
|
|
15
|
-
* @type {string}
|
|
16
|
-
* @memberof SimpleEncodingLiveJobAccessKeyCredentials
|
|
17
|
-
*/
|
|
18
|
-
secretKey?: string;
|
|
19
|
-
constructor(obj?: Partial<SimpleEncodingLiveJobAccessKeyCredentials>);
|
|
20
|
-
}
|
|
21
|
-
export default SimpleEncodingLiveJobAccessKeyCredentials;
|