@bitmovin/api-sdk 1.97.0 → 1.101.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/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/bitmovin-api-sdk.browser.js +1793 -290
- package/dist/bitmovin-api-sdk.browser.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.min.js +2 -2
- package/dist/common/RestClient.js +1 -1
- package/dist/common/RestClient.js.map +1 -1
- package/dist/encoding/EncodingApi.d.ts +2 -0
- package/dist/encoding/EncodingApi.js +2 -0
- package/dist/encoding/EncodingApi.js.map +1 -1
- package/dist/encoding/encodings/live/insertableContent/stop/StopApi.d.ts +1 -1
- package/dist/encoding/encodings/live/insertableContent/stop/StopApi.js +1 -1
- package/dist/encoding/encodings/muxings/MuxingsApi.d.ts +2 -0
- package/dist/encoding/encodings/muxings/MuxingsApi.js +2 -0
- package/dist/encoding/encodings/muxings/MuxingsApi.js.map +1 -1
- package/dist/encoding/encodings/muxings/type/TypeApi.d.ts +20 -0
- package/dist/encoding/encodings/muxings/type/TypeApi.js +49 -0
- package/dist/encoding/encodings/muxings/type/TypeApi.js.map +1 -0
- package/dist/encoding/{statistics/daily/DailyStatisticsListByDateRangeQueryParams.d.ts → manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.d.ts} +5 -5
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.js +30 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.d.ts +14 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.js +29 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.js.map +1 -1
- package/dist/encoding/{statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.d.ts → manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.d.ts} +5 -5
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.js +30 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.d.ts +15 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.js +31 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.js.map +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/imsc/ImscApi.d.ts +2 -2
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/imsc/ImscApi.js +2 -2
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/sprite/SpriteApi.d.ts +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/sprite/SpriteApi.js +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.d.ts +28 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.js +30 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.d.ts +24 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.js +62 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.d.ts +21 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.js +51 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.js.map +1 -0
- package/dist/encoding/simple/SimpleApi.d.ts +13 -0
- package/dist/encoding/simple/SimpleApi.js +34 -0
- package/dist/encoding/simple/SimpleApi.js.map +1 -0
- package/dist/encoding/simple/jobs/JobsApi.d.ts +13 -0
- package/dist/encoding/simple/jobs/JobsApi.js +34 -0
- package/dist/encoding/simple/jobs/JobsApi.js.map +1 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.d.ts +50 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js +46 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js.map +1 -0
- package/dist/encoding/simple/jobs/vod/VodApi.d.ts +36 -0
- package/dist/encoding/simple/jobs/vod/VodApi.js +78 -0
- package/dist/encoding/simple/jobs/vod/VodApi.js.map +1 -0
- package/dist/encoding/statistics/daily/DailyApi.d.ts +1 -3
- package/dist/encoding/statistics/daily/DailyApi.js +2 -11
- package/dist/encoding/statistics/daily/DailyApi.js.map +1 -1
- package/dist/encoding/statistics/encodings/live/daily/DailyApi.d.ts +1 -3
- package/dist/encoding/statistics/encodings/live/daily/DailyApi.js +2 -11
- package/dist/encoding/statistics/encodings/live/daily/DailyApi.js.map +1 -1
- package/dist/encoding/statistics/encodings/vod/VodApi.d.ts +2 -0
- package/dist/encoding/statistics/encodings/vod/VodApi.js +4 -1
- package/dist/encoding/statistics/encodings/vod/VodApi.js.map +1 -1
- package/dist/encoding/statistics/encodings/vod/daily/DailyApi.d.ts +21 -0
- package/dist/encoding/statistics/encodings/vod/daily/DailyApi.js +49 -0
- package/dist/encoding/statistics/encodings/vod/daily/DailyApi.js.map +1 -0
- package/dist/models/AacAudioConfiguration.d.ts +1 -1
- package/dist/models/AacAudioConfiguration.js.map +1 -1
- package/dist/models/Ac3AudioConfiguration.d.ts +1 -1
- package/dist/models/Ac3AudioConfiguration.js.map +1 -1
- package/dist/models/AdAnalyticsContainsFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsContainsFilter.js.map +1 -1
- package/dist/models/AdAnalyticsEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsEqualFilter.js.map +1 -1
- package/dist/models/AdAnalyticsGreaterThanFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsGreaterThanFilter.js.map +1 -1
- package/dist/models/AdAnalyticsGreaterThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsGreaterThanOrEqualFilter.js.map +1 -1
- package/dist/models/AdAnalyticsInFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsInFilter.js.map +1 -1
- package/dist/models/AdAnalyticsLessThanFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsLessThanFilter.js.map +1 -1
- package/dist/models/AdAnalyticsLessThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsLessThanOrEqualFilter.js.map +1 -1
- package/dist/models/AdAnalyticsNotContainsFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsNotContainsFilter.js.map +1 -1
- package/dist/models/AdAnalyticsNotEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsNotEqualFilter.js.map +1 -1
- package/dist/models/AdaptationSet.d.ts +10 -0
- package/dist/models/AdaptationSet.js +7 -0
- package/dist/models/AdaptationSet.js.map +1 -1
- package/dist/models/AdaptationSetType.d.ts +11 -0
- package/dist/models/AdaptationSetType.js +16 -0
- package/dist/models/AdaptationSetType.js.map +1 -0
- package/dist/models/AdaptationSetTypeResponse.d.ts +15 -0
- package/dist/models/AdaptationSetTypeResponse.js +20 -0
- package/dist/models/AdaptationSetTypeResponse.js.map +1 -0
- package/dist/models/AesEncryptionDrm.d.ts +1 -1
- package/dist/models/AesEncryptionDrm.js.map +1 -1
- package/dist/models/AkamaiMslOutput.d.ts +1 -1
- package/dist/models/AkamaiMslOutput.js.map +1 -1
- package/dist/models/AkamaiNetStorageInput.d.ts +1 -1
- package/dist/models/AkamaiNetStorageInput.js.map +1 -1
- package/dist/models/AkamaiNetStorageOutput.d.ts +1 -1
- package/dist/models/AkamaiNetStorageOutput.js.map +1 -1
- package/dist/models/AnalyticsAzureOutput.d.ts +1 -1
- package/dist/models/AnalyticsAzureOutput.js.map +1 -1
- package/dist/models/AnalyticsContainsFilter.d.ts +1 -1
- package/dist/models/AnalyticsContainsFilter.js.map +1 -1
- package/dist/models/AnalyticsEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsExportFileFormat.d.ts +10 -0
- package/dist/models/AnalyticsExportFileFormat.js +15 -0
- package/dist/models/AnalyticsExportFileFormat.js.map +1 -0
- package/dist/models/AnalyticsExportTask.d.ts +7 -0
- package/dist/models/AnalyticsExportTask.js +1 -0
- package/dist/models/AnalyticsExportTask.js.map +1 -1
- package/dist/models/AnalyticsGcsServiceAccountOutput.d.ts +1 -1
- package/dist/models/AnalyticsGcsServiceAccountOutput.js.map +1 -1
- package/dist/models/AnalyticsGreaterThanFilter.d.ts +1 -1
- package/dist/models/AnalyticsGreaterThanFilter.js.map +1 -1
- package/dist/models/AnalyticsGreaterThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsGreaterThanOrEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsInFilter.d.ts +1 -1
- package/dist/models/AnalyticsInFilter.js.map +1 -1
- package/dist/models/AnalyticsLessThanFilter.d.ts +1 -1
- package/dist/models/AnalyticsLessThanFilter.js.map +1 -1
- package/dist/models/AnalyticsLessThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsLessThanOrEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +25 -25
- package/dist/models/AnalyticsNotContainsFilter.d.ts +1 -1
- package/dist/models/AnalyticsNotContainsFilter.js.map +1 -1
- package/dist/models/AnalyticsNotEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsNotEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsS3RoleBasedOutput.d.ts +1 -1
- package/dist/models/AnalyticsS3RoleBasedOutput.js.map +1 -1
- package/dist/models/AnalyticsVirtualLicense.d.ts +13 -0
- package/dist/models/AnalyticsVirtualLicense.js +3 -0
- package/dist/models/AnalyticsVirtualLicense.js.map +1 -1
- package/dist/models/AnalyticsVirtualLicenseRequest.d.ts +7 -0
- package/dist/models/AnalyticsVirtualLicenseRequest.js +2 -0
- package/dist/models/AnalyticsVirtualLicenseRequest.js.map +1 -1
- package/dist/models/AndConjunction.d.ts +1 -1
- package/dist/models/AndConjunction.js.map +1 -1
- package/dist/models/AsperaInput.d.ts +1 -1
- package/dist/models/AsperaInput.js.map +1 -1
- package/dist/models/AudioAdaptationSet.d.ts +7 -0
- package/dist/models/AudioAdaptationSet.js +7 -0
- package/dist/models/AudioAdaptationSet.js.map +1 -1
- package/dist/models/AudioMixFilter.d.ts +1 -1
- package/dist/models/AudioMixFilter.js.map +1 -1
- package/dist/models/AudioMixInputStream.d.ts +1 -1
- package/dist/models/AudioMixInputStream.js.map +1 -1
- package/dist/models/AudioVolumeFilter.d.ts +1 -1
- package/dist/models/AudioVolumeFilter.js.map +1 -1
- package/dist/models/Av1VideoConfiguration.d.ts +1 -1
- package/dist/models/Av1VideoConfiguration.js.map +1 -1
- package/dist/models/AzureInput.d.ts +1 -1
- package/dist/models/AzureInput.js.map +1 -1
- package/dist/models/AzureOutput.d.ts +1 -1
- package/dist/models/AzureOutput.js.map +1 -1
- package/dist/models/BroadcastTsMuxing.d.ts +1 -1
- package/dist/models/BroadcastTsMuxing.js.map +1 -1
- package/dist/models/Cea608CaptionInputStream.d.ts +1 -1
- package/dist/models/Cea608CaptionInputStream.js.map +1 -1
- package/dist/models/Cea708CaptionInputStream.d.ts +1 -1
- package/dist/models/Cea708CaptionInputStream.js.map +1 -1
- package/dist/models/CencDrm.d.ts +1 -1
- package/dist/models/CencDrm.js.map +1 -1
- package/dist/models/ChunkedTextMuxing.d.ts +1 -1
- package/dist/models/ChunkedTextMuxing.js.map +1 -1
- package/dist/models/ClearKeyDrm.d.ts +1 -1
- package/dist/models/ClearKeyDrm.js.map +1 -1
- package/dist/models/CmafMuxing.d.ts +1 -1
- package/dist/models/CmafMuxing.js.map +1 -1
- package/dist/models/ConcatenationInputStream.d.ts +1 -1
- package/dist/models/ConcatenationInputStream.js.map +1 -1
- package/dist/models/Condition.d.ts +1 -1
- package/dist/models/Condition.js.map +1 -1
- package/dist/models/ConformFilter.d.ts +1 -1
- package/dist/models/ConformFilter.js.map +1 -1
- package/dist/models/ContentProtection.d.ts +9 -2
- package/dist/models/ContentProtection.js +9 -2
- package/dist/models/ContentProtection.js.map +1 -1
- package/dist/models/CropFilter.d.ts +1 -1
- package/dist/models/CropFilter.js.map +1 -1
- package/dist/models/DashChunkedTextRepresentation.d.ts +7 -0
- package/dist/models/DashChunkedTextRepresentation.js +7 -0
- package/dist/models/DashChunkedTextRepresentation.js.map +1 -1
- package/dist/models/DashCmafRepresentation.d.ts +7 -0
- package/dist/models/DashCmafRepresentation.js +7 -0
- package/dist/models/DashCmafRepresentation.js.map +1 -1
- package/dist/models/DashFmp4DrmRepresentation.d.ts +7 -0
- package/dist/models/DashFmp4DrmRepresentation.js +7 -0
- package/dist/models/DashFmp4DrmRepresentation.js.map +1 -1
- package/dist/models/DashFmp4Representation.d.ts +7 -0
- package/dist/models/DashFmp4Representation.js +7 -0
- package/dist/models/DashFmp4Representation.js.map +1 -1
- package/dist/models/DashImscRepresentation.d.ts +9 -2
- package/dist/models/DashImscRepresentation.js +9 -2
- package/dist/models/DashImscRepresentation.js.map +1 -1
- package/dist/models/DashMp4DrmRepresentation.d.ts +7 -0
- package/dist/models/DashMp4DrmRepresentation.js +7 -0
- package/dist/models/DashMp4DrmRepresentation.js.map +1 -1
- package/dist/models/DashMp4Representation.d.ts +9 -2
- package/dist/models/DashMp4Representation.js +9 -2
- package/dist/models/DashMp4Representation.js.map +1 -1
- package/dist/models/DashMuxingRepresentation.d.ts +27 -0
- package/dist/models/DashMuxingRepresentation.js +39 -0
- package/dist/models/DashMuxingRepresentation.js.map +1 -0
- package/dist/models/DashProgressiveWebmRepresentation.d.ts +9 -2
- package/dist/models/DashProgressiveWebmRepresentation.js +9 -2
- package/dist/models/DashProgressiveWebmRepresentation.js.map +1 -1
- package/dist/models/DashRepresentation.d.ts +18 -18
- package/dist/models/DashRepresentation.js +15 -4
- package/dist/models/DashRepresentation.js.map +1 -1
- package/dist/models/DashRepresentationTypeDiscriminator.d.ts +19 -0
- package/dist/models/DashRepresentationTypeDiscriminator.js +24 -0
- package/dist/models/DashRepresentationTypeDiscriminator.js.map +1 -0
- package/dist/models/DashRepresentationTypeResponse.d.ts +15 -0
- package/dist/models/DashRepresentationTypeResponse.js +20 -0
- package/dist/models/DashRepresentationTypeResponse.js.map +1 -0
- package/dist/models/DashSegmentedRepresentation.d.ts +2 -2
- package/dist/models/DashSegmentedRepresentation.js +2 -2
- package/dist/models/DashSegmentedRepresentation.js.map +1 -1
- package/dist/models/DashVttRepresentation.d.ts +9 -2
- package/dist/models/DashVttRepresentation.js +9 -2
- package/dist/models/DashVttRepresentation.js.map +1 -1
- package/dist/models/DashWebmRepresentation.d.ts +7 -0
- package/dist/models/DashWebmRepresentation.js +7 -0
- package/dist/models/DashWebmRepresentation.js.map +1 -1
- package/dist/models/DefaultManifestAndCondition.d.ts +1 -1
- package/dist/models/DefaultManifestAndCondition.js.map +1 -1
- package/dist/models/DefaultManifestAttributeCondition.d.ts +1 -1
- package/dist/models/DefaultManifestAttributeCondition.js.map +1 -1
- package/dist/models/DefaultManifestOrCondition.d.ts +1 -1
- package/dist/models/DefaultManifestOrCondition.js.map +1 -1
- package/dist/models/DeinterlaceFilter.d.ts +1 -1
- package/dist/models/DeinterlaceFilter.js.map +1 -1
- package/dist/models/DenoiseHqdn3dFilter.d.ts +1 -1
- package/dist/models/DenoiseHqdn3dFilter.js.map +1 -1
- package/dist/models/DolbyAtmosAudioConfiguration.d.ts +1 -1
- package/dist/models/DolbyAtmosAudioConfiguration.js.map +1 -1
- package/dist/models/DolbyAtmosIngestInputStream.d.ts +1 -1
- package/dist/models/DolbyAtmosIngestInputStream.js.map +1 -1
- package/dist/models/DolbyDigitalAudioConfiguration.d.ts +1 -1
- package/dist/models/DolbyDigitalAudioConfiguration.js.map +1 -1
- package/dist/models/DolbyDigitalPlusAudioConfiguration.d.ts +1 -1
- package/dist/models/DolbyDigitalPlusAudioConfiguration.js.map +1 -1
- package/dist/models/DolbyVisionInputStream.d.ts +1 -1
- package/dist/models/DolbyVisionInputStream.js.map +1 -1
- package/dist/models/DolbyVisionMetadataIngestInputStream.d.ts +1 -1
- package/dist/models/DolbyVisionMetadataIngestInputStream.js.map +1 -1
- package/dist/models/DtsAudioConfiguration.d.ts +1 -1
- package/dist/models/DtsAudioConfiguration.js.map +1 -1
- package/dist/models/DtsPassthroughAudioConfiguration.d.ts +1 -1
- package/dist/models/DtsPassthroughAudioConfiguration.js.map +1 -1
- package/dist/models/DtsXAudioConfiguration.d.ts +1 -1
- package/dist/models/DtsXAudioConfiguration.js.map +1 -1
- package/dist/models/DvbSubtitleConfiguration.d.ts +1 -1
- package/dist/models/DvbSubtitleConfiguration.js.map +1 -1
- package/dist/models/DvbSubtitleInputStream.d.ts +1 -1
- package/dist/models/DvbSubtitleInputStream.js.map +1 -1
- package/dist/models/DvbTeletextInputStream.d.ts +1 -1
- package/dist/models/DvbTeletextInputStream.js.map +1 -1
- package/dist/models/Eac3AudioConfiguration.d.ts +1 -1
- package/dist/models/Eac3AudioConfiguration.js.map +1 -1
- package/dist/models/EbuR128SinglePassFilter.d.ts +1 -1
- package/dist/models/EbuR128SinglePassFilter.js.map +1 -1
- package/dist/models/EnhancedDeinterlaceFilter.d.ts +1 -1
- package/dist/models/EnhancedDeinterlaceFilter.js.map +1 -1
- package/dist/models/EnhancedWatermarkFilter.d.ts +1 -1
- package/dist/models/EnhancedWatermarkFilter.js.map +1 -1
- package/dist/models/FairPlayDrm.d.ts +1 -1
- package/dist/models/FairPlayDrm.js.map +1 -1
- package/dist/models/FileInputStream.d.ts +1 -1
- package/dist/models/FileInputStream.js.map +1 -1
- package/dist/models/Fmp4Muxing.d.ts +8 -1
- package/dist/models/Fmp4Muxing.js +1 -0
- package/dist/models/Fmp4Muxing.js.map +1 -1
- package/dist/models/FrameIdId3Tag.d.ts +1 -1
- package/dist/models/FrameIdId3Tag.js.map +1 -1
- package/dist/models/FtpInput.d.ts +1 -1
- package/dist/models/FtpInput.js.map +1 -1
- package/dist/models/FtpOutput.d.ts +1 -1
- package/dist/models/FtpOutput.js.map +1 -1
- package/dist/models/GcsInput.d.ts +1 -1
- package/dist/models/GcsInput.js.map +1 -1
- package/dist/models/GcsOutput.d.ts +1 -1
- package/dist/models/GcsOutput.js.map +1 -1
- package/dist/models/GcsServiceAccountInput.d.ts +1 -1
- package/dist/models/GcsServiceAccountInput.js.map +1 -1
- package/dist/models/GcsServiceAccountOutput.d.ts +1 -1
- package/dist/models/GcsServiceAccountOutput.js.map +1 -1
- package/dist/models/GenericS3Input.d.ts +1 -1
- package/dist/models/GenericS3Input.js.map +1 -1
- package/dist/models/GenericS3Output.d.ts +1 -1
- package/dist/models/GenericS3Output.js.map +1 -1
- package/dist/models/H262VideoConfiguration.d.ts +1 -1
- package/dist/models/H262VideoConfiguration.js.map +1 -1
- package/dist/models/H264PictureTimingTrimmingInputStream.d.ts +1 -1
- package/dist/models/H264PictureTimingTrimmingInputStream.js.map +1 -1
- package/dist/models/H264VideoConfiguration.d.ts +1 -1
- package/dist/models/H264VideoConfiguration.js.map +1 -1
- package/dist/models/H265VideoConfiguration.d.ts +1 -1
- package/dist/models/H265VideoConfiguration.js.map +1 -1
- package/dist/models/HeAacV1AudioConfiguration.d.ts +1 -1
- package/dist/models/HeAacV1AudioConfiguration.js.map +1 -1
- package/dist/models/HeAacV2AudioConfiguration.d.ts +1 -1
- package/dist/models/HeAacV2AudioConfiguration.js.map +1 -1
- package/dist/models/HttpInput.d.ts +1 -1
- package/dist/models/HttpInput.js.map +1 -1
- package/dist/models/HttpsInput.d.ts +1 -1
- package/dist/models/HttpsInput.js.map +1 -1
- package/dist/models/ImageAdaptationSet.d.ts +7 -0
- package/dist/models/ImageAdaptationSet.js +7 -0
- package/dist/models/ImageAdaptationSet.js.map +1 -1
- package/dist/models/ImscConfiguration.d.ts +1 -1
- package/dist/models/ImscConfiguration.js.map +1 -1
- package/dist/models/IngestInputStream.d.ts +1 -1
- package/dist/models/IngestInputStream.js.map +1 -1
- package/dist/models/InterlaceFilter.d.ts +1 -1
- package/dist/models/InterlaceFilter.js.map +1 -1
- package/dist/models/LiveMediaIngestOutput.d.ts +1 -1
- package/dist/models/LiveMediaIngestOutput.js.map +1 -1
- package/dist/models/LocalInput.d.ts +1 -1
- package/dist/models/LocalInput.js.map +1 -1
- package/dist/models/LocalOutput.d.ts +1 -1
- package/dist/models/LocalOutput.js.map +1 -1
- package/dist/models/MarlinDrm.d.ts +1 -1
- package/dist/models/MarlinDrm.js.map +1 -1
- package/dist/models/MjpegVideoConfiguration.d.ts +1 -1
- package/dist/models/MjpegVideoConfiguration.js.map +1 -1
- package/dist/models/Mp2AudioConfiguration.d.ts +1 -1
- package/dist/models/Mp2AudioConfiguration.js.map +1 -1
- package/dist/models/Mp3AudioConfiguration.d.ts +1 -1
- package/dist/models/Mp3AudioConfiguration.js.map +1 -1
- package/dist/models/Mp3Muxing.d.ts +1 -1
- package/dist/models/Mp3Muxing.js.map +1 -1
- package/dist/models/Mp4Muxing.d.ts +1 -1
- package/dist/models/Mp4Muxing.js.map +1 -1
- package/dist/models/MuxingTypeResponse.d.ts +15 -0
- package/dist/models/MuxingTypeResponse.js +20 -0
- package/dist/models/MuxingTypeResponse.js.map +1 -0
- package/dist/models/MxfMuxing.d.ts +1 -1
- package/dist/models/MxfMuxing.js.map +1 -1
- package/dist/models/OpusAudioConfiguration.d.ts +1 -1
- package/dist/models/OpusAudioConfiguration.js.map +1 -1
- package/dist/models/OrConjunction.d.ts +1 -1
- package/dist/models/OrConjunction.js.map +1 -1
- package/dist/models/PTSAlignMode.d.ts +9 -0
- package/dist/models/PTSAlignMode.js +14 -0
- package/dist/models/PTSAlignMode.js.map +1 -0
- package/dist/models/PackedAudioMuxing.d.ts +1 -1
- package/dist/models/PackedAudioMuxing.js.map +1 -1
- package/dist/models/PcmAudioConfiguration.d.ts +1 -1
- package/dist/models/PcmAudioConfiguration.js.map +1 -1
- package/dist/models/PlaintextId3Tag.d.ts +1 -1
- package/dist/models/PlaintextId3Tag.js.map +1 -1
- package/dist/models/PlayReadyDrm.d.ts +1 -1
- package/dist/models/PlayReadyDrm.js.map +1 -1
- package/dist/models/PrimeTimeDrm.d.ts +1 -1
- package/dist/models/PrimeTimeDrm.js.map +1 -1
- package/dist/models/ProgressiveMovMuxing.d.ts +1 -1
- package/dist/models/ProgressiveMovMuxing.js.map +1 -1
- package/dist/models/ProgressiveTsMuxing.d.ts +1 -1
- package/dist/models/ProgressiveTsMuxing.js.map +1 -1
- package/dist/models/ProgressiveWebmMuxing.d.ts +1 -1
- package/dist/models/ProgressiveWebmMuxing.js.map +1 -1
- package/dist/models/RawId3Tag.d.ts +1 -1
- package/dist/models/RawId3Tag.js.map +1 -1
- package/dist/models/RedundantRtmpInput.d.ts +1 -1
- package/dist/models/RedundantRtmpInput.js.map +1 -1
- package/dist/models/RotateFilter.d.ts +1 -1
- package/dist/models/RotateFilter.js.map +1 -1
- package/dist/models/RtmpInput.d.ts +1 -1
- package/dist/models/RtmpInput.js.map +1 -1
- package/dist/models/S3Input.d.ts +1 -1
- package/dist/models/S3Input.js.map +1 -1
- package/dist/models/S3Output.d.ts +1 -1
- package/dist/models/S3Output.js.map +1 -1
- package/dist/models/S3RoleBasedInput.d.ts +1 -1
- package/dist/models/S3RoleBasedInput.js.map +1 -1
- package/dist/models/S3RoleBasedOutput.d.ts +1 -1
- package/dist/models/S3RoleBasedOutput.js.map +1 -1
- package/dist/models/ScaleFilter.d.ts +1 -1
- package/dist/models/ScaleFilter.js.map +1 -1
- package/dist/models/SegmentedRawMuxing.d.ts +1 -1
- package/dist/models/SegmentedRawMuxing.js.map +1 -1
- package/dist/models/SftpInput.d.ts +1 -1
- package/dist/models/SftpInput.js.map +1 -1
- package/dist/models/SftpOutput.d.ts +1 -1
- package/dist/models/SftpOutput.js.map +1 -1
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.d.ts +15 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.js +37 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobCredentials.d.ts +8 -0
- package/dist/models/SimpleEncodingVodJobCredentials.js +18 -0
- package/dist/models/SimpleEncodingVodJobCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobErrors.d.ts +26 -0
- package/dist/models/SimpleEncodingVodJobErrors.js +22 -0
- package/dist/models/SimpleEncodingVodJobErrors.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.d.ts +15 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js +37 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobInputType.d.ts +11 -0
- package/dist/models/SimpleEncodingVodJobInputType.js +16 -0
- package/dist/models/SimpleEncodingVodJobInputType.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobRequest.d.ts +26 -0
- package/dist/models/SimpleEncodingVodJobRequest.js +24 -0
- package/dist/models/SimpleEncodingVodJobRequest.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobResponse.d.ts +64 -0
- package/dist/models/SimpleEncodingVodJobResponse.js +31 -0
- package/dist/models/SimpleEncodingVodJobResponse.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobStatus.d.ts +14 -0
- package/dist/models/SimpleEncodingVodJobStatus.js +19 -0
- package/dist/models/SimpleEncodingVodJobStatus.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +34 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.js +24 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +27 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.js +23 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js.map +1 -0
- package/dist/models/SpekeDrm.d.ts +1 -1
- package/dist/models/SpekeDrm.js.map +1 -1
- package/dist/models/SpriteRepresentation.d.ts +9 -2
- package/dist/models/SpriteRepresentation.js +9 -2
- package/dist/models/SpriteRepresentation.js.map +1 -1
- package/dist/models/SrtInput.d.ts +1 -1
- package/dist/models/SrtInput.js.map +1 -1
- package/dist/models/SubtitleAdaptationSet.d.ts +7 -0
- package/dist/models/SubtitleAdaptationSet.js +7 -0
- package/dist/models/SubtitleAdaptationSet.js.map +1 -1
- package/dist/models/TcpInput.d.ts +1 -1
- package/dist/models/TcpInput.js.map +1 -1
- package/dist/models/TextFilter.d.ts +1 -1
- package/dist/models/TextFilter.js.map +1 -1
- package/dist/models/TextMuxing.d.ts +1 -1
- package/dist/models/TextMuxing.js.map +1 -1
- package/dist/models/TimeBasedTrimmingInputStream.d.ts +1 -1
- package/dist/models/TimeBasedTrimmingInputStream.js.map +1 -1
- package/dist/models/TimecodeTrackTrimmingInputStream.d.ts +1 -1
- package/dist/models/TimecodeTrackTrimmingInputStream.js.map +1 -1
- package/dist/models/TsMuxing.d.ts +1 -1
- package/dist/models/TsMuxing.js.map +1 -1
- package/dist/models/UdpInput.d.ts +1 -1
- package/dist/models/UdpInput.js.map +1 -1
- package/dist/models/UdpMulticastInput.d.ts +1 -1
- package/dist/models/UdpMulticastInput.js.map +1 -1
- package/dist/models/UnsharpFilter.d.ts +1 -1
- package/dist/models/UnsharpFilter.js.map +1 -1
- package/dist/models/VideoAdaptationSet.d.ts +7 -0
- package/dist/models/VideoAdaptationSet.js +7 -0
- package/dist/models/VideoAdaptationSet.js.map +1 -1
- package/dist/models/VorbisAudioConfiguration.d.ts +1 -1
- package/dist/models/VorbisAudioConfiguration.js.map +1 -1
- package/dist/models/Vp8VideoConfiguration.d.ts +1 -1
- package/dist/models/Vp8VideoConfiguration.js.map +1 -1
- package/dist/models/Vp9VideoConfiguration.d.ts +1 -1
- package/dist/models/Vp9VideoConfiguration.js.map +1 -1
- package/dist/models/WatermarkFilter.d.ts +1 -1
- package/dist/models/WatermarkFilter.js.map +1 -1
- package/dist/models/WebVttConfiguration.d.ts +1 -1
- package/dist/models/WebVttConfiguration.js.map +1 -1
- package/dist/models/WebVttSidecarFile.d.ts +1 -1
- package/dist/models/WebVttSidecarFile.js.map +1 -1
- package/dist/models/WebmMuxing.d.ts +1 -1
- package/dist/models/WebmMuxing.js.map +1 -1
- package/dist/models/WidevineDrm.d.ts +1 -1
- package/dist/models/WidevineDrm.js.map +1 -1
- package/dist/models/ZixiInput.d.ts +1 -1
- package/dist/models/ZixiInput.js.map +1 -1
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/encoding/statistics/daily/DailyStatisticsListByDateRangeQueryParams.js +0 -30
- package/dist/encoding/statistics/daily/DailyStatisticsListByDateRangeQueryParams.js.map +0 -1
- package/dist/encoding/statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.js +0 -30
- package/dist/encoding/statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.js.map +0 -1
|
@@ -6974,7 +6974,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
6974
6974
|
var headers = {
|
|
6975
6975
|
'X-Api-Key': apiKey,
|
|
6976
6976
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
6977
|
-
'X-Api-Client-Version': '1.
|
|
6977
|
+
'X-Api-Client-Version': '1.101.0',
|
|
6978
6978
|
'Content-Type': 'application/json'
|
|
6979
6979
|
};
|
|
6980
6980
|
if (tenantOrgId) {
|
|
@@ -7157,6 +7157,7 @@ var ManifestsApi_1 = __webpack_require__(/*! ./manifests/ManifestsApi */ "./enco
|
|
|
7157
7157
|
var InfrastructureApi_1 = __webpack_require__(/*! ./infrastructure/InfrastructureApi */ "./encoding/infrastructure/InfrastructureApi.ts");
|
|
7158
7158
|
var StatisticsApi_1 = __webpack_require__(/*! ./statistics/StatisticsApi */ "./encoding/statistics/StatisticsApi.ts");
|
|
7159
7159
|
var WatchFoldersApi_1 = __webpack_require__(/*! ./watchFolders/WatchFoldersApi */ "./encoding/watchFolders/WatchFoldersApi.ts");
|
|
7160
|
+
var SimpleApi_1 = __webpack_require__(/*! ./simple/SimpleApi */ "./encoding/simple/SimpleApi.ts");
|
|
7160
7161
|
var ErrorDefinitionsApi_1 = __webpack_require__(/*! ./errorDefinitions/ErrorDefinitionsApi */ "./encoding/errorDefinitions/ErrorDefinitionsApi.ts");
|
|
7161
7162
|
/**
|
|
7162
7163
|
* EncodingApi - object-oriented interface
|
|
@@ -7177,6 +7178,7 @@ var EncodingApi = /** @class */ (function (_super) {
|
|
|
7177
7178
|
_this.infrastructure = new InfrastructureApi_1.default(configuration);
|
|
7178
7179
|
_this.statistics = new StatisticsApi_1.default(configuration);
|
|
7179
7180
|
_this.watchFolders = new WatchFoldersApi_1.default(configuration);
|
|
7181
|
+
_this.simple = new SimpleApi_1.default(configuration);
|
|
7180
7182
|
_this.errorDefinitions = new ErrorDefinitionsApi_1.default(configuration);
|
|
7181
7183
|
return _this;
|
|
7182
7184
|
}
|
|
@@ -17052,7 +17054,7 @@ var StopApi = /** @class */ (function (_super) {
|
|
|
17052
17054
|
return _super.call(this, configuration) || this;
|
|
17053
17055
|
}
|
|
17054
17056
|
/**
|
|
17055
|
-
* @summary Stops
|
|
17057
|
+
* @summary Stops currently running Inserted Content
|
|
17056
17058
|
* @param {string} encodingId Id of the encoding.
|
|
17057
17059
|
* @throws {BitmovinError}
|
|
17058
17060
|
* @memberof StopApi
|
|
@@ -17695,6 +17697,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
17695
17697
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17696
17698
|
var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
17697
17699
|
var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
|
|
17700
|
+
var TypeApi_1 = __webpack_require__(/*! ./type/TypeApi */ "./encoding/encodings/muxings/type/TypeApi.ts");
|
|
17698
17701
|
var Fmp4Api_1 = __webpack_require__(/*! ./fmp4/Fmp4Api */ "./encoding/encodings/muxings/fmp4/Fmp4Api.ts");
|
|
17699
17702
|
var ChunkedTextApi_1 = __webpack_require__(/*! ./chunkedText/ChunkedTextApi */ "./encoding/encodings/muxings/chunkedText/ChunkedTextApi.ts");
|
|
17700
17703
|
var CmafApi_1 = __webpack_require__(/*! ./cmaf/CmafApi */ "./encoding/encodings/muxings/cmaf/CmafApi.ts");
|
|
@@ -17723,6 +17726,7 @@ var MuxingsApi = /** @class */ (function (_super) {
|
|
|
17723
17726
|
__extends(MuxingsApi, _super);
|
|
17724
17727
|
function MuxingsApi(configuration) {
|
|
17725
17728
|
var _this = _super.call(this, configuration) || this;
|
|
17729
|
+
_this.type = new TypeApi_1.default(configuration);
|
|
17726
17730
|
_this.fmp4 = new Fmp4Api_1.default(configuration);
|
|
17727
17731
|
_this.chunkedText = new ChunkedTextApi_1.default(configuration);
|
|
17728
17732
|
_this.cmaf = new CmafApi_1.default(configuration);
|
|
@@ -28190,6 +28194,66 @@ var CustomdataApi = /** @class */ (function (_super) {
|
|
|
28190
28194
|
exports.default = CustomdataApi;
|
|
28191
28195
|
|
|
28192
28196
|
|
|
28197
|
+
/***/ }),
|
|
28198
|
+
|
|
28199
|
+
/***/ "./encoding/encodings/muxings/type/TypeApi.ts":
|
|
28200
|
+
/*!****************************************************!*\
|
|
28201
|
+
!*** ./encoding/encodings/muxings/type/TypeApi.ts ***!
|
|
28202
|
+
\****************************************************/
|
|
28203
|
+
/*! no static exports found */
|
|
28204
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
28205
|
+
|
|
28206
|
+
"use strict";
|
|
28207
|
+
|
|
28208
|
+
var __extends = (this && this.__extends) || (function () {
|
|
28209
|
+
var extendStatics = function (d, b) {
|
|
28210
|
+
extendStatics = Object.setPrototypeOf ||
|
|
28211
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
28212
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
28213
|
+
return extendStatics(d, b);
|
|
28214
|
+
};
|
|
28215
|
+
return function (d, b) {
|
|
28216
|
+
extendStatics(d, b);
|
|
28217
|
+
function __() { this.constructor = d; }
|
|
28218
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28219
|
+
};
|
|
28220
|
+
})();
|
|
28221
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28222
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
28223
|
+
var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
|
|
28224
|
+
var MuxingTypeResponse_1 = __webpack_require__(/*! ../../../../models/MuxingTypeResponse */ "./models/MuxingTypeResponse.ts");
|
|
28225
|
+
/**
|
|
28226
|
+
* TypeApi - object-oriented interface
|
|
28227
|
+
* @export
|
|
28228
|
+
* @class TypeApi
|
|
28229
|
+
* @extends {BaseAPI}
|
|
28230
|
+
*/
|
|
28231
|
+
var TypeApi = /** @class */ (function (_super) {
|
|
28232
|
+
__extends(TypeApi, _super);
|
|
28233
|
+
function TypeApi(configuration) {
|
|
28234
|
+
return _super.call(this, configuration) || this;
|
|
28235
|
+
}
|
|
28236
|
+
/**
|
|
28237
|
+
* @summary Get Muxing type
|
|
28238
|
+
* @param {string} encodingId Id of the encoding.
|
|
28239
|
+
* @param {string} muxingId Id of the muxing.
|
|
28240
|
+
* @throws {BitmovinError}
|
|
28241
|
+
* @memberof TypeApi
|
|
28242
|
+
*/
|
|
28243
|
+
TypeApi.prototype.get = function (encodingId, muxingId) {
|
|
28244
|
+
var pathParamMap = {
|
|
28245
|
+
encoding_id: encodingId,
|
|
28246
|
+
muxing_id: muxingId
|
|
28247
|
+
};
|
|
28248
|
+
return this.restClient.get('/encoding/encodings/{encoding_id}/muxings/{muxing_id}/type', pathParamMap).then(function (response) {
|
|
28249
|
+
return Mapper_1.map(response, MuxingTypeResponse_1.default);
|
|
28250
|
+
});
|
|
28251
|
+
};
|
|
28252
|
+
return TypeApi;
|
|
28253
|
+
}(BaseAPI_1.BaseAPI));
|
|
28254
|
+
exports.default = TypeApi;
|
|
28255
|
+
|
|
28256
|
+
|
|
28193
28257
|
/***/ }),
|
|
28194
28258
|
|
|
28195
28259
|
/***/ "./encoding/encodings/muxings/webm/WebmApi.ts":
|
|
@@ -41787,81 +41851,26 @@ exports.default = PeriodsApi;
|
|
|
41787
41851
|
|
|
41788
41852
|
/***/ }),
|
|
41789
41853
|
|
|
41790
|
-
/***/ "./encoding/manifests/dash/periods/adaptationsets/
|
|
41791
|
-
|
|
41792
|
-
!*** ./encoding/manifests/dash/periods/adaptationsets/
|
|
41793
|
-
|
|
41794
|
-
/*! no static exports found */
|
|
41795
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
41796
|
-
|
|
41797
|
-
"use strict";
|
|
41798
|
-
|
|
41799
|
-
var __extends = (this && this.__extends) || (function () {
|
|
41800
|
-
var extendStatics = function (d, b) {
|
|
41801
|
-
extendStatics = Object.setPrototypeOf ||
|
|
41802
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
41803
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
41804
|
-
return extendStatics(d, b);
|
|
41805
|
-
};
|
|
41806
|
-
return function (d, b) {
|
|
41807
|
-
extendStatics(d, b);
|
|
41808
|
-
function __() { this.constructor = d; }
|
|
41809
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
41810
|
-
};
|
|
41811
|
-
})();
|
|
41812
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41813
|
-
var BaseAPI_1 = __webpack_require__(/*! ../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
41814
|
-
var AudioApi_1 = __webpack_require__(/*! ./audio/AudioApi */ "./encoding/manifests/dash/periods/adaptationsets/audio/AudioApi.ts");
|
|
41815
|
-
var VideoApi_1 = __webpack_require__(/*! ./video/VideoApi */ "./encoding/manifests/dash/periods/adaptationsets/video/VideoApi.ts");
|
|
41816
|
-
var SubtitleApi_1 = __webpack_require__(/*! ./subtitle/SubtitleApi */ "./encoding/manifests/dash/periods/adaptationsets/subtitle/SubtitleApi.ts");
|
|
41817
|
-
var ImageApi_1 = __webpack_require__(/*! ./image/ImageApi */ "./encoding/manifests/dash/periods/adaptationsets/image/ImageApi.ts");
|
|
41818
|
-
var RepresentationsApi_1 = __webpack_require__(/*! ./representations/RepresentationsApi */ "./encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.ts");
|
|
41819
|
-
var ContentprotectionApi_1 = __webpack_require__(/*! ./contentprotection/ContentprotectionApi */ "./encoding/manifests/dash/periods/adaptationsets/contentprotection/ContentprotectionApi.ts");
|
|
41820
|
-
/**
|
|
41821
|
-
* AdaptationsetsApi - object-oriented interface
|
|
41822
|
-
* @export
|
|
41823
|
-
* @class AdaptationsetsApi
|
|
41824
|
-
* @extends {BaseAPI}
|
|
41825
|
-
*/
|
|
41826
|
-
var AdaptationsetsApi = /** @class */ (function (_super) {
|
|
41827
|
-
__extends(AdaptationsetsApi, _super);
|
|
41828
|
-
function AdaptationsetsApi(configuration) {
|
|
41829
|
-
var _this = _super.call(this, configuration) || this;
|
|
41830
|
-
_this.audio = new AudioApi_1.default(configuration);
|
|
41831
|
-
_this.video = new VideoApi_1.default(configuration);
|
|
41832
|
-
_this.subtitle = new SubtitleApi_1.default(configuration);
|
|
41833
|
-
_this.image = new ImageApi_1.default(configuration);
|
|
41834
|
-
_this.representations = new RepresentationsApi_1.default(configuration);
|
|
41835
|
-
_this.contentprotection = new ContentprotectionApi_1.default(configuration);
|
|
41836
|
-
return _this;
|
|
41837
|
-
}
|
|
41838
|
-
return AdaptationsetsApi;
|
|
41839
|
-
}(BaseAPI_1.BaseAPI));
|
|
41840
|
-
exports.default = AdaptationsetsApi;
|
|
41841
|
-
|
|
41842
|
-
|
|
41843
|
-
/***/ }),
|
|
41844
|
-
|
|
41845
|
-
/***/ "./encoding/manifests/dash/periods/adaptationsets/audio/AudioAdaptationSetListQueryParams.ts":
|
|
41846
|
-
/*!***************************************************************************************************!*\
|
|
41847
|
-
!*** ./encoding/manifests/dash/periods/adaptationsets/audio/AudioAdaptationSetListQueryParams.ts ***!
|
|
41848
|
-
\***************************************************************************************************/
|
|
41854
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.ts":
|
|
41855
|
+
/*!****************************************************************************************!*\
|
|
41856
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.ts ***!
|
|
41857
|
+
\****************************************************************************************/
|
|
41849
41858
|
/*! no static exports found */
|
|
41850
41859
|
/***/ (function(module, exports, __webpack_require__) {
|
|
41851
41860
|
|
|
41852
41861
|
"use strict";
|
|
41853
41862
|
|
|
41854
41863
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41855
|
-
exports.
|
|
41856
|
-
var
|
|
41857
|
-
function
|
|
41864
|
+
exports.AdaptationSetListQueryParamsBuilder = void 0;
|
|
41865
|
+
var AdaptationSetListQueryParamsBuilder = /** @class */ (function () {
|
|
41866
|
+
function AdaptationSetListQueryParamsBuilder() {
|
|
41858
41867
|
this.internalParams = {};
|
|
41859
41868
|
}
|
|
41860
41869
|
/**
|
|
41861
41870
|
*
|
|
41862
41871
|
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
41863
41872
|
*/
|
|
41864
|
-
|
|
41873
|
+
AdaptationSetListQueryParamsBuilder.prototype.offset = function (offset) {
|
|
41865
41874
|
this.internalParams.offset = offset;
|
|
41866
41875
|
return this;
|
|
41867
41876
|
};
|
|
@@ -41869,24 +41878,24 @@ var AudioAdaptationSetListQueryParamsBuilder = /** @class */ (function () {
|
|
|
41869
41878
|
*
|
|
41870
41879
|
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
41871
41880
|
*/
|
|
41872
|
-
|
|
41881
|
+
AdaptationSetListQueryParamsBuilder.prototype.limit = function (limit) {
|
|
41873
41882
|
this.internalParams.limit = limit;
|
|
41874
41883
|
return this;
|
|
41875
41884
|
};
|
|
41876
|
-
|
|
41885
|
+
AdaptationSetListQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
41877
41886
|
return this.internalParams;
|
|
41878
41887
|
};
|
|
41879
|
-
return
|
|
41888
|
+
return AdaptationSetListQueryParamsBuilder;
|
|
41880
41889
|
}());
|
|
41881
|
-
exports.
|
|
41890
|
+
exports.AdaptationSetListQueryParamsBuilder = AdaptationSetListQueryParamsBuilder;
|
|
41882
41891
|
|
|
41883
41892
|
|
|
41884
41893
|
/***/ }),
|
|
41885
41894
|
|
|
41886
|
-
/***/ "./encoding/manifests/dash/periods/adaptationsets/
|
|
41887
|
-
|
|
41888
|
-
!*** ./encoding/manifests/dash/periods/adaptationsets/
|
|
41889
|
-
|
|
41895
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.ts":
|
|
41896
|
+
/*!*****************************************************************************!*\
|
|
41897
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.ts ***!
|
|
41898
|
+
\*****************************************************************************/
|
|
41890
41899
|
/*! no static exports found */
|
|
41891
41900
|
/***/ (function(module, exports, __webpack_require__) {
|
|
41892
41901
|
|
|
@@ -41906,127 +41915,87 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
41906
41915
|
};
|
|
41907
41916
|
})();
|
|
41908
41917
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41909
|
-
var BaseAPI_1 = __webpack_require__(/*!
|
|
41910
|
-
var
|
|
41911
|
-
var
|
|
41912
|
-
var
|
|
41913
|
-
var
|
|
41914
|
-
var
|
|
41918
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
41919
|
+
var TypeApi_1 = __webpack_require__(/*! ./type/TypeApi */ "./encoding/manifests/dash/periods/adaptationsets/type/TypeApi.ts");
|
|
41920
|
+
var AudioApi_1 = __webpack_require__(/*! ./audio/AudioApi */ "./encoding/manifests/dash/periods/adaptationsets/audio/AudioApi.ts");
|
|
41921
|
+
var VideoApi_1 = __webpack_require__(/*! ./video/VideoApi */ "./encoding/manifests/dash/periods/adaptationsets/video/VideoApi.ts");
|
|
41922
|
+
var SubtitleApi_1 = __webpack_require__(/*! ./subtitle/SubtitleApi */ "./encoding/manifests/dash/periods/adaptationsets/subtitle/SubtitleApi.ts");
|
|
41923
|
+
var ImageApi_1 = __webpack_require__(/*! ./image/ImageApi */ "./encoding/manifests/dash/periods/adaptationsets/image/ImageApi.ts");
|
|
41924
|
+
var RepresentationsApi_1 = __webpack_require__(/*! ./representations/RepresentationsApi */ "./encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.ts");
|
|
41925
|
+
var ContentprotectionApi_1 = __webpack_require__(/*! ./contentprotection/ContentprotectionApi */ "./encoding/manifests/dash/periods/adaptationsets/contentprotection/ContentprotectionApi.ts");
|
|
41926
|
+
var AdaptationSet_1 = __webpack_require__(/*! ../../../../../models/AdaptationSet */ "./models/AdaptationSet.ts");
|
|
41927
|
+
var PaginationResponse_1 = __webpack_require__(/*! ../../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
41928
|
+
var AdaptationSetListQueryParams_1 = __webpack_require__(/*! ./AdaptationSetListQueryParams */ "./encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.ts");
|
|
41915
41929
|
/**
|
|
41916
|
-
*
|
|
41930
|
+
* AdaptationsetsApi - object-oriented interface
|
|
41917
41931
|
* @export
|
|
41918
|
-
* @class
|
|
41932
|
+
* @class AdaptationsetsApi
|
|
41919
41933
|
* @extends {BaseAPI}
|
|
41920
41934
|
*/
|
|
41921
|
-
var
|
|
41922
|
-
__extends(
|
|
41923
|
-
function
|
|
41924
|
-
|
|
41935
|
+
var AdaptationsetsApi = /** @class */ (function (_super) {
|
|
41936
|
+
__extends(AdaptationsetsApi, _super);
|
|
41937
|
+
function AdaptationsetsApi(configuration) {
|
|
41938
|
+
var _this = _super.call(this, configuration) || this;
|
|
41939
|
+
_this.type = new TypeApi_1.default(configuration);
|
|
41940
|
+
_this.audio = new AudioApi_1.default(configuration);
|
|
41941
|
+
_this.video = new VideoApi_1.default(configuration);
|
|
41942
|
+
_this.subtitle = new SubtitleApi_1.default(configuration);
|
|
41943
|
+
_this.image = new ImageApi_1.default(configuration);
|
|
41944
|
+
_this.representations = new RepresentationsApi_1.default(configuration);
|
|
41945
|
+
_this.contentprotection = new ContentprotectionApi_1.default(configuration);
|
|
41946
|
+
return _this;
|
|
41925
41947
|
}
|
|
41926
41948
|
/**
|
|
41927
|
-
* @summary
|
|
41928
|
-
* @param {string} manifestId Id of the
|
|
41929
|
-
* @param {string} periodId Id of the
|
|
41930
|
-
* @param {AudioAdaptationSet} audioAdaptationSet The audio adaptation set to be added to the period
|
|
41931
|
-
* @throws {BitmovinError}
|
|
41932
|
-
* @memberof AudioApi
|
|
41933
|
-
*/
|
|
41934
|
-
AudioApi.prototype.create = function (manifestId, periodId, audioAdaptationSet) {
|
|
41935
|
-
var pathParamMap = {
|
|
41936
|
-
manifest_id: manifestId,
|
|
41937
|
-
period_id: periodId
|
|
41938
|
-
};
|
|
41939
|
-
return this.restClient.post('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/audio', pathParamMap, audioAdaptationSet).then(function (response) {
|
|
41940
|
-
return Mapper_1.map(response, AudioAdaptationSet_1.default);
|
|
41941
|
-
});
|
|
41942
|
-
};
|
|
41943
|
-
/**
|
|
41944
|
-
* @summary Delete Audio AdaptationSet
|
|
41945
|
-
* @param {string} manifestId Id of the manifest
|
|
41946
|
-
* @param {string} periodId Id of the period
|
|
41947
|
-
* @param {string} adaptationsetId Id of the audio adaptation set to be deleted
|
|
41948
|
-
* @throws {BitmovinError}
|
|
41949
|
-
* @memberof AudioApi
|
|
41950
|
-
*/
|
|
41951
|
-
AudioApi.prototype.delete = function (manifestId, periodId, adaptationsetId) {
|
|
41952
|
-
var pathParamMap = {
|
|
41953
|
-
manifest_id: manifestId,
|
|
41954
|
-
period_id: periodId,
|
|
41955
|
-
adaptationset_id: adaptationsetId
|
|
41956
|
-
};
|
|
41957
|
-
return this.restClient.delete('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/audio/{adaptationset_id}', pathParamMap).then(function (response) {
|
|
41958
|
-
return Mapper_1.map(response, BitmovinResponse_1.default);
|
|
41959
|
-
});
|
|
41960
|
-
};
|
|
41961
|
-
/**
|
|
41962
|
-
* @summary Audio AdaptationSet Details
|
|
41963
|
-
* @param {string} manifestId Id of the manifest
|
|
41964
|
-
* @param {string} periodId Id of the period
|
|
41965
|
-
* @param {string} adaptationsetId Id of the audio adaptation set
|
|
41966
|
-
* @throws {BitmovinError}
|
|
41967
|
-
* @memberof AudioApi
|
|
41968
|
-
*/
|
|
41969
|
-
AudioApi.prototype.get = function (manifestId, periodId, adaptationsetId) {
|
|
41970
|
-
var pathParamMap = {
|
|
41971
|
-
manifest_id: manifestId,
|
|
41972
|
-
period_id: periodId,
|
|
41973
|
-
adaptationset_id: adaptationsetId
|
|
41974
|
-
};
|
|
41975
|
-
return this.restClient.get('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/audio/{adaptationset_id}', pathParamMap).then(function (response) {
|
|
41976
|
-
return Mapper_1.map(response, AudioAdaptationSet_1.default);
|
|
41977
|
-
});
|
|
41978
|
-
};
|
|
41979
|
-
/**
|
|
41980
|
-
* @summary List all Audio AdaptationSets
|
|
41981
|
-
* @param {string} manifestId Id of the manifest
|
|
41982
|
-
* @param {string} periodId Id of the period
|
|
41949
|
+
* @summary List all AdaptationSets
|
|
41950
|
+
* @param {string} manifestId Id of the Manifest
|
|
41951
|
+
* @param {string} periodId Id of the Period
|
|
41983
41952
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
41984
41953
|
* @throws {BitmovinError}
|
|
41985
|
-
* @memberof
|
|
41954
|
+
* @memberof AdaptationsetsApi
|
|
41986
41955
|
*/
|
|
41987
|
-
|
|
41956
|
+
AdaptationsetsApi.prototype.list = function (manifestId, periodId, queryParameters) {
|
|
41988
41957
|
var pathParamMap = {
|
|
41989
41958
|
manifest_id: manifestId,
|
|
41990
41959
|
period_id: periodId
|
|
41991
41960
|
};
|
|
41992
41961
|
var queryParams = {};
|
|
41993
41962
|
if (typeof queryParameters === 'function') {
|
|
41994
|
-
queryParams = queryParameters(new
|
|
41963
|
+
queryParams = queryParameters(new AdaptationSetListQueryParams_1.AdaptationSetListQueryParamsBuilder()).buildQueryParams();
|
|
41995
41964
|
}
|
|
41996
41965
|
else if (queryParameters) {
|
|
41997
41966
|
queryParams = queryParameters;
|
|
41998
41967
|
}
|
|
41999
|
-
return this.restClient.get('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets
|
|
42000
|
-
return new PaginationResponse_1.default(response,
|
|
41968
|
+
return this.restClient.get('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets', pathParamMap, queryParams).then(function (response) {
|
|
41969
|
+
return new PaginationResponse_1.default(response, AdaptationSet_1.default);
|
|
42001
41970
|
});
|
|
42002
41971
|
};
|
|
42003
|
-
return
|
|
41972
|
+
return AdaptationsetsApi;
|
|
42004
41973
|
}(BaseAPI_1.BaseAPI));
|
|
42005
|
-
exports.default =
|
|
41974
|
+
exports.default = AdaptationsetsApi;
|
|
42006
41975
|
|
|
42007
41976
|
|
|
42008
41977
|
/***/ }),
|
|
42009
41978
|
|
|
42010
|
-
/***/ "./encoding/manifests/dash/periods/adaptationsets/
|
|
42011
|
-
|
|
42012
|
-
!*** ./encoding/manifests/dash/periods/adaptationsets/
|
|
42013
|
-
|
|
41979
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/audio/AudioAdaptationSetListQueryParams.ts":
|
|
41980
|
+
/*!***************************************************************************************************!*\
|
|
41981
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/audio/AudioAdaptationSetListQueryParams.ts ***!
|
|
41982
|
+
\***************************************************************************************************/
|
|
42014
41983
|
/*! no static exports found */
|
|
42015
41984
|
/***/ (function(module, exports, __webpack_require__) {
|
|
42016
41985
|
|
|
42017
41986
|
"use strict";
|
|
42018
41987
|
|
|
42019
41988
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42020
|
-
exports.
|
|
42021
|
-
var
|
|
42022
|
-
function
|
|
41989
|
+
exports.AudioAdaptationSetListQueryParamsBuilder = void 0;
|
|
41990
|
+
var AudioAdaptationSetListQueryParamsBuilder = /** @class */ (function () {
|
|
41991
|
+
function AudioAdaptationSetListQueryParamsBuilder() {
|
|
42023
41992
|
this.internalParams = {};
|
|
42024
41993
|
}
|
|
42025
41994
|
/**
|
|
42026
41995
|
*
|
|
42027
41996
|
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
42028
41997
|
*/
|
|
42029
|
-
|
|
41998
|
+
AudioAdaptationSetListQueryParamsBuilder.prototype.offset = function (offset) {
|
|
42030
41999
|
this.internalParams.offset = offset;
|
|
42031
42000
|
return this;
|
|
42032
42001
|
};
|
|
@@ -42034,24 +42003,189 @@ var ContentProtectionListQueryParamsBuilder = /** @class */ (function () {
|
|
|
42034
42003
|
*
|
|
42035
42004
|
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
42036
42005
|
*/
|
|
42037
|
-
|
|
42006
|
+
AudioAdaptationSetListQueryParamsBuilder.prototype.limit = function (limit) {
|
|
42038
42007
|
this.internalParams.limit = limit;
|
|
42039
42008
|
return this;
|
|
42040
42009
|
};
|
|
42041
|
-
|
|
42010
|
+
AudioAdaptationSetListQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
42042
42011
|
return this.internalParams;
|
|
42043
42012
|
};
|
|
42044
|
-
return
|
|
42013
|
+
return AudioAdaptationSetListQueryParamsBuilder;
|
|
42045
42014
|
}());
|
|
42046
|
-
exports.
|
|
42015
|
+
exports.AudioAdaptationSetListQueryParamsBuilder = AudioAdaptationSetListQueryParamsBuilder;
|
|
42047
42016
|
|
|
42048
42017
|
|
|
42049
42018
|
/***/ }),
|
|
42050
42019
|
|
|
42051
|
-
/***/ "./encoding/manifests/dash/periods/adaptationsets/
|
|
42052
|
-
|
|
42053
|
-
!*** ./encoding/manifests/dash/periods/adaptationsets/
|
|
42054
|
-
|
|
42020
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/audio/AudioApi.ts":
|
|
42021
|
+
/*!**************************************************************************!*\
|
|
42022
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/audio/AudioApi.ts ***!
|
|
42023
|
+
\**************************************************************************/
|
|
42024
|
+
/*! no static exports found */
|
|
42025
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
42026
|
+
|
|
42027
|
+
"use strict";
|
|
42028
|
+
|
|
42029
|
+
var __extends = (this && this.__extends) || (function () {
|
|
42030
|
+
var extendStatics = function (d, b) {
|
|
42031
|
+
extendStatics = Object.setPrototypeOf ||
|
|
42032
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
42033
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
42034
|
+
return extendStatics(d, b);
|
|
42035
|
+
};
|
|
42036
|
+
return function (d, b) {
|
|
42037
|
+
extendStatics(d, b);
|
|
42038
|
+
function __() { this.constructor = d; }
|
|
42039
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
42040
|
+
};
|
|
42041
|
+
})();
|
|
42042
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42043
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
42044
|
+
var Mapper_1 = __webpack_require__(/*! ../../../../../../common/Mapper */ "./common/Mapper.ts");
|
|
42045
|
+
var AudioAdaptationSet_1 = __webpack_require__(/*! ../../../../../../models/AudioAdaptationSet */ "./models/AudioAdaptationSet.ts");
|
|
42046
|
+
var BitmovinResponse_1 = __webpack_require__(/*! ../../../../../../models/BitmovinResponse */ "./models/BitmovinResponse.ts");
|
|
42047
|
+
var PaginationResponse_1 = __webpack_require__(/*! ../../../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
42048
|
+
var AudioAdaptationSetListQueryParams_1 = __webpack_require__(/*! ./AudioAdaptationSetListQueryParams */ "./encoding/manifests/dash/periods/adaptationsets/audio/AudioAdaptationSetListQueryParams.ts");
|
|
42049
|
+
/**
|
|
42050
|
+
* AudioApi - object-oriented interface
|
|
42051
|
+
* @export
|
|
42052
|
+
* @class AudioApi
|
|
42053
|
+
* @extends {BaseAPI}
|
|
42054
|
+
*/
|
|
42055
|
+
var AudioApi = /** @class */ (function (_super) {
|
|
42056
|
+
__extends(AudioApi, _super);
|
|
42057
|
+
function AudioApi(configuration) {
|
|
42058
|
+
return _super.call(this, configuration) || this;
|
|
42059
|
+
}
|
|
42060
|
+
/**
|
|
42061
|
+
* @summary Add Audio AdaptationSet
|
|
42062
|
+
* @param {string} manifestId Id of the manifest
|
|
42063
|
+
* @param {string} periodId Id of the period
|
|
42064
|
+
* @param {AudioAdaptationSet} audioAdaptationSet The audio adaptation set to be added to the period
|
|
42065
|
+
* @throws {BitmovinError}
|
|
42066
|
+
* @memberof AudioApi
|
|
42067
|
+
*/
|
|
42068
|
+
AudioApi.prototype.create = function (manifestId, periodId, audioAdaptationSet) {
|
|
42069
|
+
var pathParamMap = {
|
|
42070
|
+
manifest_id: manifestId,
|
|
42071
|
+
period_id: periodId
|
|
42072
|
+
};
|
|
42073
|
+
return this.restClient.post('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/audio', pathParamMap, audioAdaptationSet).then(function (response) {
|
|
42074
|
+
return Mapper_1.map(response, AudioAdaptationSet_1.default);
|
|
42075
|
+
});
|
|
42076
|
+
};
|
|
42077
|
+
/**
|
|
42078
|
+
* @summary Delete Audio AdaptationSet
|
|
42079
|
+
* @param {string} manifestId Id of the manifest
|
|
42080
|
+
* @param {string} periodId Id of the period
|
|
42081
|
+
* @param {string} adaptationsetId Id of the audio adaptation set to be deleted
|
|
42082
|
+
* @throws {BitmovinError}
|
|
42083
|
+
* @memberof AudioApi
|
|
42084
|
+
*/
|
|
42085
|
+
AudioApi.prototype.delete = function (manifestId, periodId, adaptationsetId) {
|
|
42086
|
+
var pathParamMap = {
|
|
42087
|
+
manifest_id: manifestId,
|
|
42088
|
+
period_id: periodId,
|
|
42089
|
+
adaptationset_id: adaptationsetId
|
|
42090
|
+
};
|
|
42091
|
+
return this.restClient.delete('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/audio/{adaptationset_id}', pathParamMap).then(function (response) {
|
|
42092
|
+
return Mapper_1.map(response, BitmovinResponse_1.default);
|
|
42093
|
+
});
|
|
42094
|
+
};
|
|
42095
|
+
/**
|
|
42096
|
+
* @summary Audio AdaptationSet Details
|
|
42097
|
+
* @param {string} manifestId Id of the manifest
|
|
42098
|
+
* @param {string} periodId Id of the period
|
|
42099
|
+
* @param {string} adaptationsetId Id of the audio adaptation set
|
|
42100
|
+
* @throws {BitmovinError}
|
|
42101
|
+
* @memberof AudioApi
|
|
42102
|
+
*/
|
|
42103
|
+
AudioApi.prototype.get = function (manifestId, periodId, adaptationsetId) {
|
|
42104
|
+
var pathParamMap = {
|
|
42105
|
+
manifest_id: manifestId,
|
|
42106
|
+
period_id: periodId,
|
|
42107
|
+
adaptationset_id: adaptationsetId
|
|
42108
|
+
};
|
|
42109
|
+
return this.restClient.get('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/audio/{adaptationset_id}', pathParamMap).then(function (response) {
|
|
42110
|
+
return Mapper_1.map(response, AudioAdaptationSet_1.default);
|
|
42111
|
+
});
|
|
42112
|
+
};
|
|
42113
|
+
/**
|
|
42114
|
+
* @summary List all Audio AdaptationSets
|
|
42115
|
+
* @param {string} manifestId Id of the manifest
|
|
42116
|
+
* @param {string} periodId Id of the period
|
|
42117
|
+
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
42118
|
+
* @throws {BitmovinError}
|
|
42119
|
+
* @memberof AudioApi
|
|
42120
|
+
*/
|
|
42121
|
+
AudioApi.prototype.list = function (manifestId, periodId, queryParameters) {
|
|
42122
|
+
var pathParamMap = {
|
|
42123
|
+
manifest_id: manifestId,
|
|
42124
|
+
period_id: periodId
|
|
42125
|
+
};
|
|
42126
|
+
var queryParams = {};
|
|
42127
|
+
if (typeof queryParameters === 'function') {
|
|
42128
|
+
queryParams = queryParameters(new AudioAdaptationSetListQueryParams_1.AudioAdaptationSetListQueryParamsBuilder()).buildQueryParams();
|
|
42129
|
+
}
|
|
42130
|
+
else if (queryParameters) {
|
|
42131
|
+
queryParams = queryParameters;
|
|
42132
|
+
}
|
|
42133
|
+
return this.restClient.get('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/audio', pathParamMap, queryParams).then(function (response) {
|
|
42134
|
+
return new PaginationResponse_1.default(response, AudioAdaptationSet_1.default);
|
|
42135
|
+
});
|
|
42136
|
+
};
|
|
42137
|
+
return AudioApi;
|
|
42138
|
+
}(BaseAPI_1.BaseAPI));
|
|
42139
|
+
exports.default = AudioApi;
|
|
42140
|
+
|
|
42141
|
+
|
|
42142
|
+
/***/ }),
|
|
42143
|
+
|
|
42144
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/contentprotection/ContentProtectionListQueryParams.ts":
|
|
42145
|
+
/*!**************************************************************************************************************!*\
|
|
42146
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/contentprotection/ContentProtectionListQueryParams.ts ***!
|
|
42147
|
+
\**************************************************************************************************************/
|
|
42148
|
+
/*! no static exports found */
|
|
42149
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
42150
|
+
|
|
42151
|
+
"use strict";
|
|
42152
|
+
|
|
42153
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42154
|
+
exports.ContentProtectionListQueryParamsBuilder = void 0;
|
|
42155
|
+
var ContentProtectionListQueryParamsBuilder = /** @class */ (function () {
|
|
42156
|
+
function ContentProtectionListQueryParamsBuilder() {
|
|
42157
|
+
this.internalParams = {};
|
|
42158
|
+
}
|
|
42159
|
+
/**
|
|
42160
|
+
*
|
|
42161
|
+
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
42162
|
+
*/
|
|
42163
|
+
ContentProtectionListQueryParamsBuilder.prototype.offset = function (offset) {
|
|
42164
|
+
this.internalParams.offset = offset;
|
|
42165
|
+
return this;
|
|
42166
|
+
};
|
|
42167
|
+
/**
|
|
42168
|
+
*
|
|
42169
|
+
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
42170
|
+
*/
|
|
42171
|
+
ContentProtectionListQueryParamsBuilder.prototype.limit = function (limit) {
|
|
42172
|
+
this.internalParams.limit = limit;
|
|
42173
|
+
return this;
|
|
42174
|
+
};
|
|
42175
|
+
ContentProtectionListQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
42176
|
+
return this.internalParams;
|
|
42177
|
+
};
|
|
42178
|
+
return ContentProtectionListQueryParamsBuilder;
|
|
42179
|
+
}());
|
|
42180
|
+
exports.ContentProtectionListQueryParamsBuilder = ContentProtectionListQueryParamsBuilder;
|
|
42181
|
+
|
|
42182
|
+
|
|
42183
|
+
/***/ }),
|
|
42184
|
+
|
|
42185
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/contentprotection/ContentprotectionApi.ts":
|
|
42186
|
+
/*!**************************************************************************************************!*\
|
|
42187
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/contentprotection/ContentprotectionApi.ts ***!
|
|
42188
|
+
\**************************************************************************************************/
|
|
42055
42189
|
/*! no static exports found */
|
|
42056
42190
|
/***/ (function(module, exports, __webpack_require__) {
|
|
42057
42191
|
|
|
@@ -42343,6 +42477,47 @@ var ImageApi = /** @class */ (function (_super) {
|
|
|
42343
42477
|
exports.default = ImageApi;
|
|
42344
42478
|
|
|
42345
42479
|
|
|
42480
|
+
/***/ }),
|
|
42481
|
+
|
|
42482
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.ts":
|
|
42483
|
+
/*!*************************************************************************************************************!*\
|
|
42484
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.ts ***!
|
|
42485
|
+
\*************************************************************************************************************/
|
|
42486
|
+
/*! no static exports found */
|
|
42487
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
42488
|
+
|
|
42489
|
+
"use strict";
|
|
42490
|
+
|
|
42491
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42492
|
+
exports.DashRepresentationListQueryParamsBuilder = void 0;
|
|
42493
|
+
var DashRepresentationListQueryParamsBuilder = /** @class */ (function () {
|
|
42494
|
+
function DashRepresentationListQueryParamsBuilder() {
|
|
42495
|
+
this.internalParams = {};
|
|
42496
|
+
}
|
|
42497
|
+
/**
|
|
42498
|
+
*
|
|
42499
|
+
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
42500
|
+
*/
|
|
42501
|
+
DashRepresentationListQueryParamsBuilder.prototype.offset = function (offset) {
|
|
42502
|
+
this.internalParams.offset = offset;
|
|
42503
|
+
return this;
|
|
42504
|
+
};
|
|
42505
|
+
/**
|
|
42506
|
+
*
|
|
42507
|
+
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
42508
|
+
*/
|
|
42509
|
+
DashRepresentationListQueryParamsBuilder.prototype.limit = function (limit) {
|
|
42510
|
+
this.internalParams.limit = limit;
|
|
42511
|
+
return this;
|
|
42512
|
+
};
|
|
42513
|
+
DashRepresentationListQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
42514
|
+
return this.internalParams;
|
|
42515
|
+
};
|
|
42516
|
+
return DashRepresentationListQueryParamsBuilder;
|
|
42517
|
+
}());
|
|
42518
|
+
exports.DashRepresentationListQueryParamsBuilder = DashRepresentationListQueryParamsBuilder;
|
|
42519
|
+
|
|
42520
|
+
|
|
42346
42521
|
/***/ }),
|
|
42347
42522
|
|
|
42348
42523
|
/***/ "./encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.ts":
|
|
@@ -42369,6 +42544,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
42369
42544
|
})();
|
|
42370
42545
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42371
42546
|
var BaseAPI_1 = __webpack_require__(/*! ../../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
42547
|
+
var TypeApi_1 = __webpack_require__(/*! ./type/TypeApi */ "./encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.ts");
|
|
42372
42548
|
var VttApi_1 = __webpack_require__(/*! ./vtt/VttApi */ "./encoding/manifests/dash/periods/adaptationsets/representations/vtt/VttApi.ts");
|
|
42373
42549
|
var ImscApi_1 = __webpack_require__(/*! ./imsc/ImscApi */ "./encoding/manifests/dash/periods/adaptationsets/representations/imsc/ImscApi.ts");
|
|
42374
42550
|
var SpriteApi_1 = __webpack_require__(/*! ./sprite/SpriteApi */ "./encoding/manifests/dash/periods/adaptationsets/representations/sprite/SpriteApi.ts");
|
|
@@ -42378,6 +42554,9 @@ var CmafApi_1 = __webpack_require__(/*! ./cmaf/CmafApi */ "./encoding/manifests/
|
|
|
42378
42554
|
var Mp4Api_1 = __webpack_require__(/*! ./mp4/Mp4Api */ "./encoding/manifests/dash/periods/adaptationsets/representations/mp4/Mp4Api.ts");
|
|
42379
42555
|
var WebmApi_1 = __webpack_require__(/*! ./webm/WebmApi */ "./encoding/manifests/dash/periods/adaptationsets/representations/webm/WebmApi.ts");
|
|
42380
42556
|
var ProgressiveWebmApi_1 = __webpack_require__(/*! ./progressiveWebm/ProgressiveWebmApi */ "./encoding/manifests/dash/periods/adaptationsets/representations/progressiveWebm/ProgressiveWebmApi.ts");
|
|
42557
|
+
var DashRepresentation_1 = __webpack_require__(/*! ../../../../../../models/DashRepresentation */ "./models/DashRepresentation.ts");
|
|
42558
|
+
var PaginationResponse_1 = __webpack_require__(/*! ../../../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
42559
|
+
var DashRepresentationListQueryParams_1 = __webpack_require__(/*! ./DashRepresentationListQueryParams */ "./encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.ts");
|
|
42381
42560
|
/**
|
|
42382
42561
|
* RepresentationsApi - object-oriented interface
|
|
42383
42562
|
* @export
|
|
@@ -42388,6 +42567,7 @@ var RepresentationsApi = /** @class */ (function (_super) {
|
|
|
42388
42567
|
__extends(RepresentationsApi, _super);
|
|
42389
42568
|
function RepresentationsApi(configuration) {
|
|
42390
42569
|
var _this = _super.call(this, configuration) || this;
|
|
42570
|
+
_this.type = new TypeApi_1.default(configuration);
|
|
42391
42571
|
_this.vtt = new VttApi_1.default(configuration);
|
|
42392
42572
|
_this.imsc = new ImscApi_1.default(configuration);
|
|
42393
42573
|
_this.sprite = new SpriteApi_1.default(configuration);
|
|
@@ -42399,6 +42579,32 @@ var RepresentationsApi = /** @class */ (function (_super) {
|
|
|
42399
42579
|
_this.progressiveWebm = new ProgressiveWebmApi_1.default(configuration);
|
|
42400
42580
|
return _this;
|
|
42401
42581
|
}
|
|
42582
|
+
/**
|
|
42583
|
+
* @summary List all DASH Representations
|
|
42584
|
+
* @param {string} manifestId Id of the manifest
|
|
42585
|
+
* @param {string} periodId Id of the period
|
|
42586
|
+
* @param {string} adaptationsetId Id of the adaptation set
|
|
42587
|
+
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
42588
|
+
* @throws {BitmovinError}
|
|
42589
|
+
* @memberof RepresentationsApi
|
|
42590
|
+
*/
|
|
42591
|
+
RepresentationsApi.prototype.list = function (manifestId, periodId, adaptationsetId, queryParameters) {
|
|
42592
|
+
var pathParamMap = {
|
|
42593
|
+
manifest_id: manifestId,
|
|
42594
|
+
period_id: periodId,
|
|
42595
|
+
adaptationset_id: adaptationsetId
|
|
42596
|
+
};
|
|
42597
|
+
var queryParams = {};
|
|
42598
|
+
if (typeof queryParameters === 'function') {
|
|
42599
|
+
queryParams = queryParameters(new DashRepresentationListQueryParams_1.DashRepresentationListQueryParamsBuilder()).buildQueryParams();
|
|
42600
|
+
}
|
|
42601
|
+
else if (queryParameters) {
|
|
42602
|
+
queryParams = queryParameters;
|
|
42603
|
+
}
|
|
42604
|
+
return this.restClient.get('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/{adaptationset_id}/representations', pathParamMap, queryParams).then(function (response) {
|
|
42605
|
+
return new PaginationResponse_1.default(response, DashRepresentation_1.default);
|
|
42606
|
+
});
|
|
42607
|
+
};
|
|
42402
42608
|
return RepresentationsApi;
|
|
42403
42609
|
}(BaseAPI_1.BaseAPI));
|
|
42404
42610
|
exports.default = RepresentationsApi;
|
|
@@ -43737,8 +43943,8 @@ var ImscApi = /** @class */ (function (_super) {
|
|
|
43737
43943
|
* @summary Add IMSC Representation
|
|
43738
43944
|
* @param {string} manifestId Id of the manifest
|
|
43739
43945
|
* @param {string} periodId Id of the period
|
|
43740
|
-
* @param {string} adaptationsetId Id of the adaptation set
|
|
43741
|
-
* @param {DashImscRepresentation} dashImscRepresentation The IMSC representation to be added to the adaptation set
|
|
43946
|
+
* @param {string} adaptationsetId Id of the subtitle adaptation set
|
|
43947
|
+
* @param {DashImscRepresentation} dashImscRepresentation The IMSC representation to be added to the adaptation set. Note that the adaptation set has to be a subtitle adaptation set.
|
|
43742
43948
|
* @throws {BitmovinError}
|
|
43743
43949
|
* @memberof ImscApi
|
|
43744
43950
|
*/
|
|
@@ -44391,7 +44597,7 @@ var SpriteApi = /** @class */ (function (_super) {
|
|
|
44391
44597
|
* @summary Add Sprite Representation
|
|
44392
44598
|
* @param {string} manifestId Id of the manifest
|
|
44393
44599
|
* @param {string} periodId Id of the period
|
|
44394
|
-
* @param {string} adaptationsetId Id of the adaptation set
|
|
44600
|
+
* @param {string} adaptationsetId Id of the image adaptation set
|
|
44395
44601
|
* @param {SpriteRepresentation} spriteRepresentation The Sprite representation to be added to the adaptation set. Note that the adaptation set has to be an image adaptation set. Only supported for sprites generated with encoder version `2.76.0` or above.
|
|
44396
44602
|
* @throws {BitmovinError}
|
|
44397
44603
|
* @memberof SpriteApi
|
|
@@ -44518,6 +44724,120 @@ var SpriteRepresentationListQueryParamsBuilder = /** @class */ (function () {
|
|
|
44518
44724
|
exports.SpriteRepresentationListQueryParamsBuilder = SpriteRepresentationListQueryParamsBuilder;
|
|
44519
44725
|
|
|
44520
44726
|
|
|
44727
|
+
/***/ }),
|
|
44728
|
+
|
|
44729
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.ts":
|
|
44730
|
+
/*!*****************************************************************************************************************************!*\
|
|
44731
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.ts ***!
|
|
44732
|
+
\*****************************************************************************************************************************/
|
|
44733
|
+
/*! no static exports found */
|
|
44734
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
44735
|
+
|
|
44736
|
+
"use strict";
|
|
44737
|
+
|
|
44738
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44739
|
+
exports.DashRepresentationTypeResponseGetQueryParamsBuilder = void 0;
|
|
44740
|
+
var DashRepresentationTypeResponseGetQueryParamsBuilder = /** @class */ (function () {
|
|
44741
|
+
function DashRepresentationTypeResponseGetQueryParamsBuilder() {
|
|
44742
|
+
this.internalParams = {};
|
|
44743
|
+
}
|
|
44744
|
+
/**
|
|
44745
|
+
*
|
|
44746
|
+
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
44747
|
+
*/
|
|
44748
|
+
DashRepresentationTypeResponseGetQueryParamsBuilder.prototype.offset = function (offset) {
|
|
44749
|
+
this.internalParams.offset = offset;
|
|
44750
|
+
return this;
|
|
44751
|
+
};
|
|
44752
|
+
/**
|
|
44753
|
+
*
|
|
44754
|
+
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
44755
|
+
*/
|
|
44756
|
+
DashRepresentationTypeResponseGetQueryParamsBuilder.prototype.limit = function (limit) {
|
|
44757
|
+
this.internalParams.limit = limit;
|
|
44758
|
+
return this;
|
|
44759
|
+
};
|
|
44760
|
+
DashRepresentationTypeResponseGetQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
44761
|
+
return this.internalParams;
|
|
44762
|
+
};
|
|
44763
|
+
return DashRepresentationTypeResponseGetQueryParamsBuilder;
|
|
44764
|
+
}());
|
|
44765
|
+
exports.DashRepresentationTypeResponseGetQueryParamsBuilder = DashRepresentationTypeResponseGetQueryParamsBuilder;
|
|
44766
|
+
|
|
44767
|
+
|
|
44768
|
+
/***/ }),
|
|
44769
|
+
|
|
44770
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.ts":
|
|
44771
|
+
/*!****************************************************************************************!*\
|
|
44772
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.ts ***!
|
|
44773
|
+
\****************************************************************************************/
|
|
44774
|
+
/*! no static exports found */
|
|
44775
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
44776
|
+
|
|
44777
|
+
"use strict";
|
|
44778
|
+
|
|
44779
|
+
var __extends = (this && this.__extends) || (function () {
|
|
44780
|
+
var extendStatics = function (d, b) {
|
|
44781
|
+
extendStatics = Object.setPrototypeOf ||
|
|
44782
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
44783
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
44784
|
+
return extendStatics(d, b);
|
|
44785
|
+
};
|
|
44786
|
+
return function (d, b) {
|
|
44787
|
+
extendStatics(d, b);
|
|
44788
|
+
function __() { this.constructor = d; }
|
|
44789
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
44790
|
+
};
|
|
44791
|
+
})();
|
|
44792
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44793
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
44794
|
+
var Mapper_1 = __webpack_require__(/*! ../../../../../../../common/Mapper */ "./common/Mapper.ts");
|
|
44795
|
+
var DashRepresentationTypeResponse_1 = __webpack_require__(/*! ../../../../../../../models/DashRepresentationTypeResponse */ "./models/DashRepresentationTypeResponse.ts");
|
|
44796
|
+
var DashRepresentationTypeResponseGetQueryParams_1 = __webpack_require__(/*! ./DashRepresentationTypeResponseGetQueryParams */ "./encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.ts");
|
|
44797
|
+
/**
|
|
44798
|
+
* TypeApi - object-oriented interface
|
|
44799
|
+
* @export
|
|
44800
|
+
* @class TypeApi
|
|
44801
|
+
* @extends {BaseAPI}
|
|
44802
|
+
*/
|
|
44803
|
+
var TypeApi = /** @class */ (function (_super) {
|
|
44804
|
+
__extends(TypeApi, _super);
|
|
44805
|
+
function TypeApi(configuration) {
|
|
44806
|
+
return _super.call(this, configuration) || this;
|
|
44807
|
+
}
|
|
44808
|
+
/**
|
|
44809
|
+
* @summary Get DASH representation type
|
|
44810
|
+
* @param {string} manifestId Id of the manifest
|
|
44811
|
+
* @param {string} periodId Id of the period
|
|
44812
|
+
* @param {string} adaptationsetId Id of the adaptation set
|
|
44813
|
+
* @param {string} representationId Id of the representation
|
|
44814
|
+
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
44815
|
+
* @throws {BitmovinError}
|
|
44816
|
+
* @memberof TypeApi
|
|
44817
|
+
*/
|
|
44818
|
+
TypeApi.prototype.get = function (manifestId, periodId, adaptationsetId, representationId, queryParameters) {
|
|
44819
|
+
var pathParamMap = {
|
|
44820
|
+
manifest_id: manifestId,
|
|
44821
|
+
period_id: periodId,
|
|
44822
|
+
adaptationset_id: adaptationsetId,
|
|
44823
|
+
representation_id: representationId
|
|
44824
|
+
};
|
|
44825
|
+
var queryParams = {};
|
|
44826
|
+
if (typeof queryParameters === 'function') {
|
|
44827
|
+
queryParams = queryParameters(new DashRepresentationTypeResponseGetQueryParams_1.DashRepresentationTypeResponseGetQueryParamsBuilder()).buildQueryParams();
|
|
44828
|
+
}
|
|
44829
|
+
else if (queryParameters) {
|
|
44830
|
+
queryParams = queryParameters;
|
|
44831
|
+
}
|
|
44832
|
+
return this.restClient.get('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/{adaptationset_id}/representations/{representation_id}/type', pathParamMap, queryParams).then(function (response) {
|
|
44833
|
+
return Mapper_1.map(response, DashRepresentationTypeResponse_1.default);
|
|
44834
|
+
});
|
|
44835
|
+
};
|
|
44836
|
+
return TypeApi;
|
|
44837
|
+
}(BaseAPI_1.BaseAPI));
|
|
44838
|
+
exports.default = TypeApi;
|
|
44839
|
+
|
|
44840
|
+
|
|
44521
44841
|
/***/ }),
|
|
44522
44842
|
|
|
44523
44843
|
/***/ "./encoding/manifests/dash/periods/adaptationsets/representations/vtt/DashVttRepresentationListQueryParams.ts":
|
|
@@ -45213,6 +45533,68 @@ var SubtitleApi = /** @class */ (function (_super) {
|
|
|
45213
45533
|
exports.default = SubtitleApi;
|
|
45214
45534
|
|
|
45215
45535
|
|
|
45536
|
+
/***/ }),
|
|
45537
|
+
|
|
45538
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/type/TypeApi.ts":
|
|
45539
|
+
/*!************************************************************************!*\
|
|
45540
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/type/TypeApi.ts ***!
|
|
45541
|
+
\************************************************************************/
|
|
45542
|
+
/*! no static exports found */
|
|
45543
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
45544
|
+
|
|
45545
|
+
"use strict";
|
|
45546
|
+
|
|
45547
|
+
var __extends = (this && this.__extends) || (function () {
|
|
45548
|
+
var extendStatics = function (d, b) {
|
|
45549
|
+
extendStatics = Object.setPrototypeOf ||
|
|
45550
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
45551
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
45552
|
+
return extendStatics(d, b);
|
|
45553
|
+
};
|
|
45554
|
+
return function (d, b) {
|
|
45555
|
+
extendStatics(d, b);
|
|
45556
|
+
function __() { this.constructor = d; }
|
|
45557
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
45558
|
+
};
|
|
45559
|
+
})();
|
|
45560
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45561
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
45562
|
+
var Mapper_1 = __webpack_require__(/*! ../../../../../../common/Mapper */ "./common/Mapper.ts");
|
|
45563
|
+
var AdaptationSetTypeResponse_1 = __webpack_require__(/*! ../../../../../../models/AdaptationSetTypeResponse */ "./models/AdaptationSetTypeResponse.ts");
|
|
45564
|
+
/**
|
|
45565
|
+
* TypeApi - object-oriented interface
|
|
45566
|
+
* @export
|
|
45567
|
+
* @class TypeApi
|
|
45568
|
+
* @extends {BaseAPI}
|
|
45569
|
+
*/
|
|
45570
|
+
var TypeApi = /** @class */ (function (_super) {
|
|
45571
|
+
__extends(TypeApi, _super);
|
|
45572
|
+
function TypeApi(configuration) {
|
|
45573
|
+
return _super.call(this, configuration) || this;
|
|
45574
|
+
}
|
|
45575
|
+
/**
|
|
45576
|
+
* @summary Get adaptation set type
|
|
45577
|
+
* @param {string} manifestId Id of the manifest
|
|
45578
|
+
* @param {string} periodId Id of the period
|
|
45579
|
+
* @param {string} adaptationsetId Id of the adaptation set
|
|
45580
|
+
* @throws {BitmovinError}
|
|
45581
|
+
* @memberof TypeApi
|
|
45582
|
+
*/
|
|
45583
|
+
TypeApi.prototype.get = function (manifestId, periodId, adaptationsetId) {
|
|
45584
|
+
var pathParamMap = {
|
|
45585
|
+
manifest_id: manifestId,
|
|
45586
|
+
period_id: periodId,
|
|
45587
|
+
adaptationset_id: adaptationsetId
|
|
45588
|
+
};
|
|
45589
|
+
return this.restClient.get('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/{adaptationset_id}/type', pathParamMap).then(function (response) {
|
|
45590
|
+
return Mapper_1.map(response, AdaptationSetTypeResponse_1.default);
|
|
45591
|
+
});
|
|
45592
|
+
};
|
|
45593
|
+
return TypeApi;
|
|
45594
|
+
}(BaseAPI_1.BaseAPI));
|
|
45595
|
+
exports.default = TypeApi;
|
|
45596
|
+
|
|
45597
|
+
|
|
45216
45598
|
/***/ }),
|
|
45217
45599
|
|
|
45218
45600
|
/***/ "./encoding/manifests/dash/periods/adaptationsets/video/VideoAdaptationSetListQueryParams.ts":
|
|
@@ -50927,6 +51309,242 @@ var TypeApi = /** @class */ (function (_super) {
|
|
|
50927
51309
|
exports.default = TypeApi;
|
|
50928
51310
|
|
|
50929
51311
|
|
|
51312
|
+
/***/ }),
|
|
51313
|
+
|
|
51314
|
+
/***/ "./encoding/simple/SimpleApi.ts":
|
|
51315
|
+
/*!**************************************!*\
|
|
51316
|
+
!*** ./encoding/simple/SimpleApi.ts ***!
|
|
51317
|
+
\**************************************/
|
|
51318
|
+
/*! no static exports found */
|
|
51319
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
51320
|
+
|
|
51321
|
+
"use strict";
|
|
51322
|
+
|
|
51323
|
+
var __extends = (this && this.__extends) || (function () {
|
|
51324
|
+
var extendStatics = function (d, b) {
|
|
51325
|
+
extendStatics = Object.setPrototypeOf ||
|
|
51326
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
51327
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
51328
|
+
return extendStatics(d, b);
|
|
51329
|
+
};
|
|
51330
|
+
return function (d, b) {
|
|
51331
|
+
extendStatics(d, b);
|
|
51332
|
+
function __() { this.constructor = d; }
|
|
51333
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
51334
|
+
};
|
|
51335
|
+
})();
|
|
51336
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51337
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
51338
|
+
var JobsApi_1 = __webpack_require__(/*! ./jobs/JobsApi */ "./encoding/simple/jobs/JobsApi.ts");
|
|
51339
|
+
/**
|
|
51340
|
+
* SimpleApi - object-oriented interface
|
|
51341
|
+
* @export
|
|
51342
|
+
* @class SimpleApi
|
|
51343
|
+
* @extends {BaseAPI}
|
|
51344
|
+
*/
|
|
51345
|
+
var SimpleApi = /** @class */ (function (_super) {
|
|
51346
|
+
__extends(SimpleApi, _super);
|
|
51347
|
+
function SimpleApi(configuration) {
|
|
51348
|
+
var _this = _super.call(this, configuration) || this;
|
|
51349
|
+
_this.jobs = new JobsApi_1.default(configuration);
|
|
51350
|
+
return _this;
|
|
51351
|
+
}
|
|
51352
|
+
return SimpleApi;
|
|
51353
|
+
}(BaseAPI_1.BaseAPI));
|
|
51354
|
+
exports.default = SimpleApi;
|
|
51355
|
+
|
|
51356
|
+
|
|
51357
|
+
/***/ }),
|
|
51358
|
+
|
|
51359
|
+
/***/ "./encoding/simple/jobs/JobsApi.ts":
|
|
51360
|
+
/*!*****************************************!*\
|
|
51361
|
+
!*** ./encoding/simple/jobs/JobsApi.ts ***!
|
|
51362
|
+
\*****************************************/
|
|
51363
|
+
/*! no static exports found */
|
|
51364
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
51365
|
+
|
|
51366
|
+
"use strict";
|
|
51367
|
+
|
|
51368
|
+
var __extends = (this && this.__extends) || (function () {
|
|
51369
|
+
var extendStatics = function (d, b) {
|
|
51370
|
+
extendStatics = Object.setPrototypeOf ||
|
|
51371
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
51372
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
51373
|
+
return extendStatics(d, b);
|
|
51374
|
+
};
|
|
51375
|
+
return function (d, b) {
|
|
51376
|
+
extendStatics(d, b);
|
|
51377
|
+
function __() { this.constructor = d; }
|
|
51378
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
51379
|
+
};
|
|
51380
|
+
})();
|
|
51381
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51382
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
51383
|
+
var VodApi_1 = __webpack_require__(/*! ./vod/VodApi */ "./encoding/simple/jobs/vod/VodApi.ts");
|
|
51384
|
+
/**
|
|
51385
|
+
* JobsApi - object-oriented interface
|
|
51386
|
+
* @export
|
|
51387
|
+
* @class JobsApi
|
|
51388
|
+
* @extends {BaseAPI}
|
|
51389
|
+
*/
|
|
51390
|
+
var JobsApi = /** @class */ (function (_super) {
|
|
51391
|
+
__extends(JobsApi, _super);
|
|
51392
|
+
function JobsApi(configuration) {
|
|
51393
|
+
var _this = _super.call(this, configuration) || this;
|
|
51394
|
+
_this.vod = new VodApi_1.default(configuration);
|
|
51395
|
+
return _this;
|
|
51396
|
+
}
|
|
51397
|
+
return JobsApi;
|
|
51398
|
+
}(BaseAPI_1.BaseAPI));
|
|
51399
|
+
exports.default = JobsApi;
|
|
51400
|
+
|
|
51401
|
+
|
|
51402
|
+
/***/ }),
|
|
51403
|
+
|
|
51404
|
+
/***/ "./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts":
|
|
51405
|
+
/*!*********************************************************************************!*\
|
|
51406
|
+
!*** ./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts ***!
|
|
51407
|
+
\*********************************************************************************/
|
|
51408
|
+
/*! no static exports found */
|
|
51409
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
51410
|
+
|
|
51411
|
+
"use strict";
|
|
51412
|
+
|
|
51413
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51414
|
+
exports.SimpleEncodingVodJobResponseListQueryParamsBuilder = void 0;
|
|
51415
|
+
var SimpleEncodingVodJobResponseListQueryParamsBuilder = /** @class */ (function () {
|
|
51416
|
+
function SimpleEncodingVodJobResponseListQueryParamsBuilder() {
|
|
51417
|
+
this.internalParams = {};
|
|
51418
|
+
}
|
|
51419
|
+
/**
|
|
51420
|
+
*
|
|
51421
|
+
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
51422
|
+
*/
|
|
51423
|
+
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.offset = function (offset) {
|
|
51424
|
+
this.internalParams.offset = offset;
|
|
51425
|
+
return this;
|
|
51426
|
+
};
|
|
51427
|
+
/**
|
|
51428
|
+
*
|
|
51429
|
+
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
51430
|
+
*/
|
|
51431
|
+
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.limit = function (limit) {
|
|
51432
|
+
this.internalParams.limit = limit;
|
|
51433
|
+
return this;
|
|
51434
|
+
};
|
|
51435
|
+
/**
|
|
51436
|
+
*
|
|
51437
|
+
* @param sort Order list result according to a Simple Encoding VOD Job attribute. The fields that can be used for sorting are: + `createdAt`
|
|
51438
|
+
*/
|
|
51439
|
+
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.sort = function (sort) {
|
|
51440
|
+
this.internalParams.sort = sort;
|
|
51441
|
+
return this;
|
|
51442
|
+
};
|
|
51443
|
+
/**
|
|
51444
|
+
*
|
|
51445
|
+
* @param status Filter Simple Encoding VOD Jobs to only show the ones with the status specified.
|
|
51446
|
+
*/
|
|
51447
|
+
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.status = function (status) {
|
|
51448
|
+
this.internalParams.status = status;
|
|
51449
|
+
return this;
|
|
51450
|
+
};
|
|
51451
|
+
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
51452
|
+
return this.internalParams;
|
|
51453
|
+
};
|
|
51454
|
+
return SimpleEncodingVodJobResponseListQueryParamsBuilder;
|
|
51455
|
+
}());
|
|
51456
|
+
exports.SimpleEncodingVodJobResponseListQueryParamsBuilder = SimpleEncodingVodJobResponseListQueryParamsBuilder;
|
|
51457
|
+
|
|
51458
|
+
|
|
51459
|
+
/***/ }),
|
|
51460
|
+
|
|
51461
|
+
/***/ "./encoding/simple/jobs/vod/VodApi.ts":
|
|
51462
|
+
/*!********************************************!*\
|
|
51463
|
+
!*** ./encoding/simple/jobs/vod/VodApi.ts ***!
|
|
51464
|
+
\********************************************/
|
|
51465
|
+
/*! no static exports found */
|
|
51466
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
51467
|
+
|
|
51468
|
+
"use strict";
|
|
51469
|
+
|
|
51470
|
+
var __extends = (this && this.__extends) || (function () {
|
|
51471
|
+
var extendStatics = function (d, b) {
|
|
51472
|
+
extendStatics = Object.setPrototypeOf ||
|
|
51473
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
51474
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
51475
|
+
return extendStatics(d, b);
|
|
51476
|
+
};
|
|
51477
|
+
return function (d, b) {
|
|
51478
|
+
extendStatics(d, b);
|
|
51479
|
+
function __() { this.constructor = d; }
|
|
51480
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
51481
|
+
};
|
|
51482
|
+
})();
|
|
51483
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51484
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
51485
|
+
var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
|
|
51486
|
+
var SimpleEncodingVodJobResponse_1 = __webpack_require__(/*! ../../../../models/SimpleEncodingVodJobResponse */ "./models/SimpleEncodingVodJobResponse.ts");
|
|
51487
|
+
var PaginationResponse_1 = __webpack_require__(/*! ../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
51488
|
+
var SimpleEncodingVodJobResponseListQueryParams_1 = __webpack_require__(/*! ./SimpleEncodingVodJobResponseListQueryParams */ "./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts");
|
|
51489
|
+
/**
|
|
51490
|
+
* VodApi - object-oriented interface
|
|
51491
|
+
* @export
|
|
51492
|
+
* @class VodApi
|
|
51493
|
+
* @extends {BaseAPI}
|
|
51494
|
+
*/
|
|
51495
|
+
var VodApi = /** @class */ (function (_super) {
|
|
51496
|
+
__extends(VodApi, _super);
|
|
51497
|
+
function VodApi(configuration) {
|
|
51498
|
+
return _super.call(this, configuration) || this;
|
|
51499
|
+
}
|
|
51500
|
+
/**
|
|
51501
|
+
* @summary Create a Simple Encoding VOD Job
|
|
51502
|
+
* @param {SimpleEncodingVodJobRequest} simpleEncodingVodJobRequest The Simple Encoding VOD Job to be created. Check out our [Simple Encoding API Documentation](https://bitmovin.com/docs/encoding/articles/simple-encoding-api) for additional information about the Simple Encoding API.
|
|
51503
|
+
* @throws {BitmovinError}
|
|
51504
|
+
* @memberof VodApi
|
|
51505
|
+
*/
|
|
51506
|
+
VodApi.prototype.create = function (simpleEncodingVodJobRequest) {
|
|
51507
|
+
return this.restClient.post('/encoding/simple/jobs/vod', {}, simpleEncodingVodJobRequest).then(function (response) {
|
|
51508
|
+
return Mapper_1.map(response, SimpleEncodingVodJobResponse_1.default);
|
|
51509
|
+
});
|
|
51510
|
+
};
|
|
51511
|
+
/**
|
|
51512
|
+
* @summary Simple Encoding VOD Job details
|
|
51513
|
+
* @param {string} simpleEncodingJobId Id of the Simple Encoding VOD Job
|
|
51514
|
+
* @throws {BitmovinError}
|
|
51515
|
+
* @memberof VodApi
|
|
51516
|
+
*/
|
|
51517
|
+
VodApi.prototype.get = function (simpleEncodingJobId) {
|
|
51518
|
+
var pathParamMap = {
|
|
51519
|
+
simple_encoding_job_id: simpleEncodingJobId
|
|
51520
|
+
};
|
|
51521
|
+
return this.restClient.get('/encoding/simple/jobs/vod/{simple_encoding_job_id}', pathParamMap).then(function (response) {
|
|
51522
|
+
return Mapper_1.map(response, SimpleEncodingVodJobResponse_1.default);
|
|
51523
|
+
});
|
|
51524
|
+
};
|
|
51525
|
+
/**
|
|
51526
|
+
* @summary List all Simple Encoding VOD Jobs
|
|
51527
|
+
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
51528
|
+
* @throws {BitmovinError}
|
|
51529
|
+
* @memberof VodApi
|
|
51530
|
+
*/
|
|
51531
|
+
VodApi.prototype.list = function (queryParameters) {
|
|
51532
|
+
var queryParams = {};
|
|
51533
|
+
if (typeof queryParameters === 'function') {
|
|
51534
|
+
queryParams = queryParameters(new SimpleEncodingVodJobResponseListQueryParams_1.SimpleEncodingVodJobResponseListQueryParamsBuilder()).buildQueryParams();
|
|
51535
|
+
}
|
|
51536
|
+
else if (queryParameters) {
|
|
51537
|
+
queryParams = queryParameters;
|
|
51538
|
+
}
|
|
51539
|
+
return this.restClient.get('/encoding/simple/jobs/vod', {}, queryParams).then(function (response) {
|
|
51540
|
+
return new PaginationResponse_1.default(response, SimpleEncodingVodJobResponse_1.default);
|
|
51541
|
+
});
|
|
51542
|
+
};
|
|
51543
|
+
return VodApi;
|
|
51544
|
+
}(BaseAPI_1.BaseAPI));
|
|
51545
|
+
exports.default = VodApi;
|
|
51546
|
+
|
|
51547
|
+
|
|
50930
51548
|
/***/ }),
|
|
50931
51549
|
|
|
50932
51550
|
/***/ "./encoding/statistics/StatisticsApi.ts":
|
|
@@ -51084,7 +51702,6 @@ var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/Bas
|
|
|
51084
51702
|
var DailyStatistics_1 = __webpack_require__(/*! ../../../models/DailyStatistics */ "./models/DailyStatistics.ts");
|
|
51085
51703
|
var PaginationResponse_1 = __webpack_require__(/*! ../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
51086
51704
|
var DailyStatisticsListQueryParams_1 = __webpack_require__(/*! ./DailyStatisticsListQueryParams */ "./encoding/statistics/daily/DailyStatisticsListQueryParams.ts");
|
|
51087
|
-
var DailyStatisticsListByDateRangeQueryParams_1 = __webpack_require__(/*! ./DailyStatisticsListByDateRangeQueryParams */ "./encoding/statistics/daily/DailyStatisticsListByDateRangeQueryParams.ts");
|
|
51088
51705
|
/**
|
|
51089
51706
|
* DailyApi - object-oriented interface
|
|
51090
51707
|
* @export
|
|
@@ -51118,23 +51735,15 @@ var DailyApi = /** @class */ (function (_super) {
|
|
|
51118
51735
|
* @summary List daily statistics within specific dates
|
|
51119
51736
|
* @param {Date} from Start date, format: yyyy-MM-dd
|
|
51120
51737
|
* @param {Date} to End date, format: yyyy-MM-dd
|
|
51121
|
-
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
51122
51738
|
* @throws {BitmovinError}
|
|
51123
51739
|
* @memberof DailyApi
|
|
51124
51740
|
*/
|
|
51125
|
-
DailyApi.prototype.listByDateRange = function (from, to
|
|
51741
|
+
DailyApi.prototype.listByDateRange = function (from, to) {
|
|
51126
51742
|
var pathParamMap = {
|
|
51127
51743
|
from: from,
|
|
51128
51744
|
to: to
|
|
51129
51745
|
};
|
|
51130
|
-
|
|
51131
|
-
if (typeof queryParameters === 'function') {
|
|
51132
|
-
queryParams = queryParameters(new DailyStatisticsListByDateRangeQueryParams_1.DailyStatisticsListByDateRangeQueryParamsBuilder()).buildQueryParams();
|
|
51133
|
-
}
|
|
51134
|
-
else if (queryParameters) {
|
|
51135
|
-
queryParams = queryParameters;
|
|
51136
|
-
}
|
|
51137
|
-
return this.restClient.get('/encoding/statistics/daily/{from}/{to}', pathParamMap, queryParams).then(function (response) {
|
|
51746
|
+
return this.restClient.get('/encoding/statistics/daily/{from}/{to}', pathParamMap).then(function (response) {
|
|
51138
51747
|
return new PaginationResponse_1.default(response, DailyStatistics_1.default);
|
|
51139
51748
|
});
|
|
51140
51749
|
};
|
|
@@ -51143,47 +51752,6 @@ var DailyApi = /** @class */ (function (_super) {
|
|
|
51143
51752
|
exports.default = DailyApi;
|
|
51144
51753
|
|
|
51145
51754
|
|
|
51146
|
-
/***/ }),
|
|
51147
|
-
|
|
51148
|
-
/***/ "./encoding/statistics/daily/DailyStatisticsListByDateRangeQueryParams.ts":
|
|
51149
|
-
/*!********************************************************************************!*\
|
|
51150
|
-
!*** ./encoding/statistics/daily/DailyStatisticsListByDateRangeQueryParams.ts ***!
|
|
51151
|
-
\********************************************************************************/
|
|
51152
|
-
/*! no static exports found */
|
|
51153
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
51154
|
-
|
|
51155
|
-
"use strict";
|
|
51156
|
-
|
|
51157
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51158
|
-
exports.DailyStatisticsListByDateRangeQueryParamsBuilder = void 0;
|
|
51159
|
-
var DailyStatisticsListByDateRangeQueryParamsBuilder = /** @class */ (function () {
|
|
51160
|
-
function DailyStatisticsListByDateRangeQueryParamsBuilder() {
|
|
51161
|
-
this.internalParams = {};
|
|
51162
|
-
}
|
|
51163
|
-
/**
|
|
51164
|
-
*
|
|
51165
|
-
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
51166
|
-
*/
|
|
51167
|
-
DailyStatisticsListByDateRangeQueryParamsBuilder.prototype.offset = function (offset) {
|
|
51168
|
-
this.internalParams.offset = offset;
|
|
51169
|
-
return this;
|
|
51170
|
-
};
|
|
51171
|
-
/**
|
|
51172
|
-
*
|
|
51173
|
-
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
51174
|
-
*/
|
|
51175
|
-
DailyStatisticsListByDateRangeQueryParamsBuilder.prototype.limit = function (limit) {
|
|
51176
|
-
this.internalParams.limit = limit;
|
|
51177
|
-
return this;
|
|
51178
|
-
};
|
|
51179
|
-
DailyStatisticsListByDateRangeQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
51180
|
-
return this.internalParams;
|
|
51181
|
-
};
|
|
51182
|
-
return DailyStatisticsListByDateRangeQueryParamsBuilder;
|
|
51183
|
-
}());
|
|
51184
|
-
exports.DailyStatisticsListByDateRangeQueryParamsBuilder = DailyStatisticsListByDateRangeQueryParamsBuilder;
|
|
51185
|
-
|
|
51186
|
-
|
|
51187
51755
|
/***/ }),
|
|
51188
51756
|
|
|
51189
51757
|
/***/ "./encoding/statistics/daily/DailyStatisticsListQueryParams.ts":
|
|
@@ -51491,7 +52059,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
51491
52059
|
var BaseAPI_1 = __webpack_require__(/*! ../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
51492
52060
|
var EncodingStatisticsLive_1 = __webpack_require__(/*! ../../../../../models/EncodingStatisticsLive */ "./models/EncodingStatisticsLive.ts");
|
|
51493
52061
|
var PaginationResponse_1 = __webpack_require__(/*! ../../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
51494
|
-
var EncodingStatisticsLiveListByDateRangeQueryParams_1 = __webpack_require__(/*! ./EncodingStatisticsLiveListByDateRangeQueryParams */ "./encoding/statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.ts");
|
|
51495
52062
|
/**
|
|
51496
52063
|
* DailyApi - object-oriented interface
|
|
51497
52064
|
* @export
|
|
@@ -51507,23 +52074,15 @@ var DailyApi = /** @class */ (function (_super) {
|
|
|
51507
52074
|
* @summary List daily live encoding statistics within specific dates
|
|
51508
52075
|
* @param {Date} from Start date, format: yyyy-MM-dd
|
|
51509
52076
|
* @param {Date} to End date, format: yyyy-MM-dd
|
|
51510
|
-
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
51511
52077
|
* @throws {BitmovinError}
|
|
51512
52078
|
* @memberof DailyApi
|
|
51513
52079
|
*/
|
|
51514
|
-
DailyApi.prototype.listByDateRange = function (from, to
|
|
52080
|
+
DailyApi.prototype.listByDateRange = function (from, to) {
|
|
51515
52081
|
var pathParamMap = {
|
|
51516
52082
|
from: from,
|
|
51517
52083
|
to: to
|
|
51518
52084
|
};
|
|
51519
|
-
|
|
51520
|
-
if (typeof queryParameters === 'function') {
|
|
51521
|
-
queryParams = queryParameters(new EncodingStatisticsLiveListByDateRangeQueryParams_1.EncodingStatisticsLiveListByDateRangeQueryParamsBuilder()).buildQueryParams();
|
|
51522
|
-
}
|
|
51523
|
-
else if (queryParameters) {
|
|
51524
|
-
queryParams = queryParameters;
|
|
51525
|
-
}
|
|
51526
|
-
return this.restClient.get('/encoding/statistics/encodings/live/daily/{from}/{to}', pathParamMap, queryParams).then(function (response) {
|
|
52085
|
+
return this.restClient.get('/encoding/statistics/encodings/live/daily/{from}/{to}', pathParamMap).then(function (response) {
|
|
51527
52086
|
return new PaginationResponse_1.default(response, EncodingStatisticsLive_1.default);
|
|
51528
52087
|
});
|
|
51529
52088
|
};
|
|
@@ -51532,47 +52091,6 @@ var DailyApi = /** @class */ (function (_super) {
|
|
|
51532
52091
|
exports.default = DailyApi;
|
|
51533
52092
|
|
|
51534
52093
|
|
|
51535
|
-
/***/ }),
|
|
51536
|
-
|
|
51537
|
-
/***/ "./encoding/statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.ts":
|
|
51538
|
-
/*!******************************************************************************************************!*\
|
|
51539
|
-
!*** ./encoding/statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.ts ***!
|
|
51540
|
-
\******************************************************************************************************/
|
|
51541
|
-
/*! no static exports found */
|
|
51542
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
51543
|
-
|
|
51544
|
-
"use strict";
|
|
51545
|
-
|
|
51546
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51547
|
-
exports.EncodingStatisticsLiveListByDateRangeQueryParamsBuilder = void 0;
|
|
51548
|
-
var EncodingStatisticsLiveListByDateRangeQueryParamsBuilder = /** @class */ (function () {
|
|
51549
|
-
function EncodingStatisticsLiveListByDateRangeQueryParamsBuilder() {
|
|
51550
|
-
this.internalParams = {};
|
|
51551
|
-
}
|
|
51552
|
-
/**
|
|
51553
|
-
*
|
|
51554
|
-
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
51555
|
-
*/
|
|
51556
|
-
EncodingStatisticsLiveListByDateRangeQueryParamsBuilder.prototype.offset = function (offset) {
|
|
51557
|
-
this.internalParams.offset = offset;
|
|
51558
|
-
return this;
|
|
51559
|
-
};
|
|
51560
|
-
/**
|
|
51561
|
-
*
|
|
51562
|
-
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
51563
|
-
*/
|
|
51564
|
-
EncodingStatisticsLiveListByDateRangeQueryParamsBuilder.prototype.limit = function (limit) {
|
|
51565
|
-
this.internalParams.limit = limit;
|
|
51566
|
-
return this;
|
|
51567
|
-
};
|
|
51568
|
-
EncodingStatisticsLiveListByDateRangeQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
51569
|
-
return this.internalParams;
|
|
51570
|
-
};
|
|
51571
|
-
return EncodingStatisticsLiveListByDateRangeQueryParamsBuilder;
|
|
51572
|
-
}());
|
|
51573
|
-
exports.EncodingStatisticsLiveListByDateRangeQueryParamsBuilder = EncodingStatisticsLiveListByDateRangeQueryParamsBuilder;
|
|
51574
|
-
|
|
51575
|
-
|
|
51576
52094
|
/***/ }),
|
|
51577
52095
|
|
|
51578
52096
|
/***/ "./encoding/statistics/encodings/liveStatistics/LiveStatisticsApi.ts":
|
|
@@ -52136,6 +52654,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
52136
52654
|
})();
|
|
52137
52655
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
52138
52656
|
var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
52657
|
+
var DailyApi_1 = __webpack_require__(/*! ./daily/DailyApi */ "./encoding/statistics/encodings/vod/daily/DailyApi.ts");
|
|
52139
52658
|
var EncodingStatisticsVod_1 = __webpack_require__(/*! ../../../../models/EncodingStatisticsVod */ "./models/EncodingStatisticsVod.ts");
|
|
52140
52659
|
var PaginationResponse_1 = __webpack_require__(/*! ../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
52141
52660
|
var EncodingStatisticsVodListQueryParams_1 = __webpack_require__(/*! ./EncodingStatisticsVodListQueryParams */ "./encoding/statistics/encodings/vod/EncodingStatisticsVodListQueryParams.ts");
|
|
@@ -52149,7 +52668,9 @@ var EncodingStatisticsVodListByDateRangeQueryParams_1 = __webpack_require__(/*!
|
|
|
52149
52668
|
var VodApi = /** @class */ (function (_super) {
|
|
52150
52669
|
__extends(VodApi, _super);
|
|
52151
52670
|
function VodApi(configuration) {
|
|
52152
|
-
|
|
52671
|
+
var _this = _super.call(this, configuration) || this;
|
|
52672
|
+
_this.daily = new DailyApi_1.default(configuration);
|
|
52673
|
+
return _this;
|
|
52153
52674
|
}
|
|
52154
52675
|
/**
|
|
52155
52676
|
* @summary List VOD Encoding Statistics
|
|
@@ -52198,6 +52719,66 @@ var VodApi = /** @class */ (function (_super) {
|
|
|
52198
52719
|
exports.default = VodApi;
|
|
52199
52720
|
|
|
52200
52721
|
|
|
52722
|
+
/***/ }),
|
|
52723
|
+
|
|
52724
|
+
/***/ "./encoding/statistics/encodings/vod/daily/DailyApi.ts":
|
|
52725
|
+
/*!*************************************************************!*\
|
|
52726
|
+
!*** ./encoding/statistics/encodings/vod/daily/DailyApi.ts ***!
|
|
52727
|
+
\*************************************************************/
|
|
52728
|
+
/*! no static exports found */
|
|
52729
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
52730
|
+
|
|
52731
|
+
"use strict";
|
|
52732
|
+
|
|
52733
|
+
var __extends = (this && this.__extends) || (function () {
|
|
52734
|
+
var extendStatics = function (d, b) {
|
|
52735
|
+
extendStatics = Object.setPrototypeOf ||
|
|
52736
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
52737
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
52738
|
+
return extendStatics(d, b);
|
|
52739
|
+
};
|
|
52740
|
+
return function (d, b) {
|
|
52741
|
+
extendStatics(d, b);
|
|
52742
|
+
function __() { this.constructor = d; }
|
|
52743
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
52744
|
+
};
|
|
52745
|
+
})();
|
|
52746
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
52747
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
52748
|
+
var EncodingStatistics_1 = __webpack_require__(/*! ../../../../../models/EncodingStatistics */ "./models/EncodingStatistics.ts");
|
|
52749
|
+
var PaginationResponse_1 = __webpack_require__(/*! ../../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
52750
|
+
/**
|
|
52751
|
+
* DailyApi - object-oriented interface
|
|
52752
|
+
* @export
|
|
52753
|
+
* @class DailyApi
|
|
52754
|
+
* @extends {BaseAPI}
|
|
52755
|
+
*/
|
|
52756
|
+
var DailyApi = /** @class */ (function (_super) {
|
|
52757
|
+
__extends(DailyApi, _super);
|
|
52758
|
+
function DailyApi(configuration) {
|
|
52759
|
+
return _super.call(this, configuration) || this;
|
|
52760
|
+
}
|
|
52761
|
+
/**
|
|
52762
|
+
* @summary List daily VoD encoding statistics within specific dates
|
|
52763
|
+
* @param {Date} from Start date, format: yyyy-MM-dd
|
|
52764
|
+
* @param {Date} to End date, format: yyyy-MM-dd
|
|
52765
|
+
* @throws {BitmovinError}
|
|
52766
|
+
* @memberof DailyApi
|
|
52767
|
+
*/
|
|
52768
|
+
DailyApi.prototype.listByDateRange = function (from, to) {
|
|
52769
|
+
var pathParamMap = {
|
|
52770
|
+
from: from,
|
|
52771
|
+
to: to
|
|
52772
|
+
};
|
|
52773
|
+
return this.restClient.get('/encoding/statistics/encodings/vod/daily/{from}/{to}', pathParamMap).then(function (response) {
|
|
52774
|
+
return new PaginationResponse_1.default(response, EncodingStatistics_1.default);
|
|
52775
|
+
});
|
|
52776
|
+
};
|
|
52777
|
+
return DailyApi;
|
|
52778
|
+
}(BaseAPI_1.BaseAPI));
|
|
52779
|
+
exports.default = DailyApi;
|
|
52780
|
+
|
|
52781
|
+
|
|
52201
52782
|
/***/ }),
|
|
52202
52783
|
|
|
52203
52784
|
/***/ "./encoding/statistics/labels/LabelsApi.ts":
|
|
@@ -54682,6 +55263,13 @@ var AdaptationSet = /** @class */ (function (_super) {
|
|
|
54682
55263
|
_this.labels = Mapper_1.mapArray(obj.labels, Label_1.default);
|
|
54683
55264
|
return _this;
|
|
54684
55265
|
}
|
|
55266
|
+
AdaptationSet._discriminatorName = 'type';
|
|
55267
|
+
AdaptationSet._discriminatorMapping = {
|
|
55268
|
+
VIDEO: 'VideoAdaptationSet',
|
|
55269
|
+
AUDIO: 'AudioAdaptationSet',
|
|
55270
|
+
IMAGE: 'ImageAdaptationSet',
|
|
55271
|
+
SUBTITLE: 'SubtitleAdaptationSet'
|
|
55272
|
+
};
|
|
54685
55273
|
return AdaptationSet;
|
|
54686
55274
|
}(BitmovinResponse_1.default));
|
|
54687
55275
|
exports.AdaptationSet = AdaptationSet;
|
|
@@ -54718,6 +55306,64 @@ var AdaptationSetRole;
|
|
|
54718
55306
|
exports.default = AdaptationSetRole;
|
|
54719
55307
|
|
|
54720
55308
|
|
|
55309
|
+
/***/ }),
|
|
55310
|
+
|
|
55311
|
+
/***/ "./models/AdaptationSetType.ts":
|
|
55312
|
+
/*!*************************************!*\
|
|
55313
|
+
!*** ./models/AdaptationSetType.ts ***!
|
|
55314
|
+
\*************************************/
|
|
55315
|
+
/*! no static exports found */
|
|
55316
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
55317
|
+
|
|
55318
|
+
"use strict";
|
|
55319
|
+
|
|
55320
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55321
|
+
exports.AdaptationSetType = void 0;
|
|
55322
|
+
/**
|
|
55323
|
+
* @export
|
|
55324
|
+
* @enum {string}
|
|
55325
|
+
*/
|
|
55326
|
+
var AdaptationSetType;
|
|
55327
|
+
(function (AdaptationSetType) {
|
|
55328
|
+
AdaptationSetType["VIDEO"] = "VIDEO";
|
|
55329
|
+
AdaptationSetType["AUDIO"] = "AUDIO";
|
|
55330
|
+
AdaptationSetType["IMAGE"] = "IMAGE";
|
|
55331
|
+
AdaptationSetType["SUBTITLE"] = "SUBTITLE";
|
|
55332
|
+
})(AdaptationSetType = exports.AdaptationSetType || (exports.AdaptationSetType = {}));
|
|
55333
|
+
exports.default = AdaptationSetType;
|
|
55334
|
+
|
|
55335
|
+
|
|
55336
|
+
/***/ }),
|
|
55337
|
+
|
|
55338
|
+
/***/ "./models/AdaptationSetTypeResponse.ts":
|
|
55339
|
+
/*!*********************************************!*\
|
|
55340
|
+
!*** ./models/AdaptationSetTypeResponse.ts ***!
|
|
55341
|
+
\*********************************************/
|
|
55342
|
+
/*! no static exports found */
|
|
55343
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
55344
|
+
|
|
55345
|
+
"use strict";
|
|
55346
|
+
|
|
55347
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55348
|
+
exports.AdaptationSetTypeResponse = void 0;
|
|
55349
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
55350
|
+
/**
|
|
55351
|
+
* @export
|
|
55352
|
+
* @class AdaptationSetTypeResponse
|
|
55353
|
+
*/
|
|
55354
|
+
var AdaptationSetTypeResponse = /** @class */ (function () {
|
|
55355
|
+
function AdaptationSetTypeResponse(obj) {
|
|
55356
|
+
if (!obj) {
|
|
55357
|
+
return;
|
|
55358
|
+
}
|
|
55359
|
+
this.type = Mapper_1.map(obj.type);
|
|
55360
|
+
}
|
|
55361
|
+
return AdaptationSetTypeResponse;
|
|
55362
|
+
}());
|
|
55363
|
+
exports.AdaptationSetTypeResponse = AdaptationSetTypeResponse;
|
|
55364
|
+
exports.default = AdaptationSetTypeResponse;
|
|
55365
|
+
|
|
55366
|
+
|
|
54721
55367
|
/***/ }),
|
|
54722
55368
|
|
|
54723
55369
|
/***/ "./models/AdaptiveQuantMode.ts":
|
|
@@ -55929,6 +56575,32 @@ exports.AnalyticsErrorDetailsResponse = AnalyticsErrorDetailsResponse;
|
|
|
55929
56575
|
exports.default = AnalyticsErrorDetailsResponse;
|
|
55930
56576
|
|
|
55931
56577
|
|
|
56578
|
+
/***/ }),
|
|
56579
|
+
|
|
56580
|
+
/***/ "./models/AnalyticsExportFileFormat.ts":
|
|
56581
|
+
/*!*********************************************!*\
|
|
56582
|
+
!*** ./models/AnalyticsExportFileFormat.ts ***!
|
|
56583
|
+
\*********************************************/
|
|
56584
|
+
/*! no static exports found */
|
|
56585
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
56586
|
+
|
|
56587
|
+
"use strict";
|
|
56588
|
+
|
|
56589
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56590
|
+
exports.AnalyticsExportFileFormat = void 0;
|
|
56591
|
+
/**
|
|
56592
|
+
* Analytics Export File Format
|
|
56593
|
+
* @export
|
|
56594
|
+
* @enum {string}
|
|
56595
|
+
*/
|
|
56596
|
+
var AnalyticsExportFileFormat;
|
|
56597
|
+
(function (AnalyticsExportFileFormat) {
|
|
56598
|
+
AnalyticsExportFileFormat["CSV"] = "CSV";
|
|
56599
|
+
AnalyticsExportFileFormat["PARQUET"] = "PARQUET";
|
|
56600
|
+
})(AnalyticsExportFileFormat = exports.AnalyticsExportFileFormat || (exports.AnalyticsExportFileFormat = {}));
|
|
56601
|
+
exports.default = AnalyticsExportFileFormat;
|
|
56602
|
+
|
|
56603
|
+
|
|
55932
56604
|
/***/ }),
|
|
55933
56605
|
|
|
55934
56606
|
/***/ "./models/AnalyticsExportStatus.ts":
|
|
@@ -56008,6 +56680,7 @@ var AnalyticsExportTask = /** @class */ (function (_super) {
|
|
|
56008
56680
|
_this.finishedAt = Mapper_1.map(obj.finishedAt, Date);
|
|
56009
56681
|
_this.type = Mapper_1.map(obj.type);
|
|
56010
56682
|
_this.columns = Mapper_1.mapArray(obj.columns);
|
|
56683
|
+
_this.fileFormat = Mapper_1.map(obj.fileFormat);
|
|
56011
56684
|
return _this;
|
|
56012
56685
|
}
|
|
56013
56686
|
return AnalyticsExportTask;
|
|
@@ -58040,6 +58713,7 @@ exports.default = AnalyticsVideoStartFailedReason;
|
|
|
58040
58713
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58041
58714
|
exports.AnalyticsVirtualLicense = void 0;
|
|
58042
58715
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
58716
|
+
var AnalyticsLicenseCustomDataFieldLabels_1 = __webpack_require__(/*! ./AnalyticsLicenseCustomDataFieldLabels */ "./models/AnalyticsLicenseCustomDataFieldLabels.ts");
|
|
58043
58717
|
var AnalyticsVirtualLicenseLicensesListItem_1 = __webpack_require__(/*! ./AnalyticsVirtualLicenseLicensesListItem */ "./models/AnalyticsVirtualLicenseLicensesListItem.ts");
|
|
58044
58718
|
/**
|
|
58045
58719
|
* @export
|
|
@@ -58054,6 +58728,8 @@ var AnalyticsVirtualLicense = /** @class */ (function () {
|
|
|
58054
58728
|
this.name = Mapper_1.map(obj.name);
|
|
58055
58729
|
this.timezone = Mapper_1.map(obj.timezone);
|
|
58056
58730
|
this.licenses = Mapper_1.mapArray(obj.licenses, AnalyticsVirtualLicenseLicensesListItem_1.default);
|
|
58731
|
+
this.customDataFieldsCount = Mapper_1.map(obj.customDataFieldsCount);
|
|
58732
|
+
this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
|
|
58057
58733
|
}
|
|
58058
58734
|
return AnalyticsVirtualLicense;
|
|
58059
58735
|
}());
|
|
@@ -58109,6 +58785,7 @@ exports.default = AnalyticsVirtualLicenseLicensesListItem;
|
|
|
58109
58785
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58110
58786
|
exports.AnalyticsVirtualLicenseRequest = void 0;
|
|
58111
58787
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
58788
|
+
var AnalyticsLicenseCustomDataFieldLabels_1 = __webpack_require__(/*! ./AnalyticsLicenseCustomDataFieldLabels */ "./models/AnalyticsLicenseCustomDataFieldLabels.ts");
|
|
58112
58789
|
var AnalyticsVirtualLicenseLicensesListItem_1 = __webpack_require__(/*! ./AnalyticsVirtualLicenseLicensesListItem */ "./models/AnalyticsVirtualLicenseLicensesListItem.ts");
|
|
58113
58790
|
/**
|
|
58114
58791
|
* @export
|
|
@@ -58122,6 +58799,7 @@ var AnalyticsVirtualLicenseRequest = /** @class */ (function () {
|
|
|
58122
58799
|
this.name = Mapper_1.map(obj.name);
|
|
58123
58800
|
this.timezone = Mapper_1.map(obj.timezone);
|
|
58124
58801
|
this.licenses = Mapper_1.mapArray(obj.licenses, AnalyticsVirtualLicenseLicensesListItem_1.default);
|
|
58802
|
+
this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
|
|
58125
58803
|
}
|
|
58126
58804
|
return AnalyticsVirtualLicenseRequest;
|
|
58127
58805
|
}());
|
|
@@ -58363,6 +59041,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58363
59041
|
exports.AudioAdaptationSet = void 0;
|
|
58364
59042
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
58365
59043
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
59044
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
58366
59045
|
/**
|
|
58367
59046
|
* @export
|
|
58368
59047
|
* @class AudioAdaptationSet
|
|
@@ -58371,6 +59050,12 @@ var AudioAdaptationSet = /** @class */ (function (_super) {
|
|
|
58371
59050
|
__extends(AudioAdaptationSet, _super);
|
|
58372
59051
|
function AudioAdaptationSet(obj) {
|
|
58373
59052
|
var _this = _super.call(this, obj) || this;
|
|
59053
|
+
/**
|
|
59054
|
+
* Discriminator property for AdaptationSet
|
|
59055
|
+
* @type {string}
|
|
59056
|
+
* @memberof AudioAdaptationSet
|
|
59057
|
+
*/
|
|
59058
|
+
_this.type = AdaptationSetType_1.default.AUDIO;
|
|
58374
59059
|
if (!obj) {
|
|
58375
59060
|
return _this;
|
|
58376
59061
|
}
|
|
@@ -62291,7 +62976,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
62291
62976
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62292
62977
|
exports.ContentProtection = void 0;
|
|
62293
62978
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
62294
|
-
var
|
|
62979
|
+
var DashMuxingRepresentation_1 = __webpack_require__(/*! ./DashMuxingRepresentation */ "./models/DashMuxingRepresentation.ts");
|
|
62980
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
62295
62981
|
/**
|
|
62296
62982
|
* @export
|
|
62297
62983
|
* @class ContentProtection
|
|
@@ -62300,6 +62986,12 @@ var ContentProtection = /** @class */ (function (_super) {
|
|
|
62300
62986
|
__extends(ContentProtection, _super);
|
|
62301
62987
|
function ContentProtection(obj) {
|
|
62302
62988
|
var _this = _super.call(this, obj) || this;
|
|
62989
|
+
/**
|
|
62990
|
+
* Discriminator property for DashRepresentation
|
|
62991
|
+
* @type {string}
|
|
62992
|
+
* @memberof ContentProtection
|
|
62993
|
+
*/
|
|
62994
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.CONTENT_PROTECTION;
|
|
62303
62995
|
if (!obj) {
|
|
62304
62996
|
return _this;
|
|
62305
62997
|
}
|
|
@@ -62307,7 +62999,7 @@ var ContentProtection = /** @class */ (function (_super) {
|
|
|
62307
62999
|
return _this;
|
|
62308
63000
|
}
|
|
62309
63001
|
return ContentProtection;
|
|
62310
|
-
}(
|
|
63002
|
+
}(DashMuxingRepresentation_1.default));
|
|
62311
63003
|
exports.ContentProtection = ContentProtection;
|
|
62312
63004
|
exports.default = ContentProtection;
|
|
62313
63005
|
|
|
@@ -62916,6 +63608,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
62916
63608
|
})();
|
|
62917
63609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62918
63610
|
exports.DashChunkedTextRepresentation = void 0;
|
|
63611
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
62919
63612
|
var DashSegmentedRepresentation_1 = __webpack_require__(/*! ./DashSegmentedRepresentation */ "./models/DashSegmentedRepresentation.ts");
|
|
62920
63613
|
/**
|
|
62921
63614
|
* @export
|
|
@@ -62925,6 +63618,12 @@ var DashChunkedTextRepresentation = /** @class */ (function (_super) {
|
|
|
62925
63618
|
__extends(DashChunkedTextRepresentation, _super);
|
|
62926
63619
|
function DashChunkedTextRepresentation(obj) {
|
|
62927
63620
|
var _this = _super.call(this, obj) || this;
|
|
63621
|
+
/**
|
|
63622
|
+
* Discriminator property for DashRepresentation
|
|
63623
|
+
* @type {string}
|
|
63624
|
+
* @memberof DashChunkedTextRepresentation
|
|
63625
|
+
*/
|
|
63626
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.CHUNKED_TEXT;
|
|
62928
63627
|
if (!obj) {
|
|
62929
63628
|
return _this;
|
|
62930
63629
|
}
|
|
@@ -62962,6 +63661,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
62962
63661
|
})();
|
|
62963
63662
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62964
63663
|
exports.DashCmafRepresentation = void 0;
|
|
63664
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
62965
63665
|
var DashSegmentedRepresentation_1 = __webpack_require__(/*! ./DashSegmentedRepresentation */ "./models/DashSegmentedRepresentation.ts");
|
|
62966
63666
|
/**
|
|
62967
63667
|
* @export
|
|
@@ -62971,6 +63671,12 @@ var DashCmafRepresentation = /** @class */ (function (_super) {
|
|
|
62971
63671
|
__extends(DashCmafRepresentation, _super);
|
|
62972
63672
|
function DashCmafRepresentation(obj) {
|
|
62973
63673
|
var _this = _super.call(this, obj) || this;
|
|
63674
|
+
/**
|
|
63675
|
+
* Discriminator property for DashRepresentation
|
|
63676
|
+
* @type {string}
|
|
63677
|
+
* @memberof DashCmafRepresentation
|
|
63678
|
+
*/
|
|
63679
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.CMAF;
|
|
62974
63680
|
if (!obj) {
|
|
62975
63681
|
return _this;
|
|
62976
63682
|
}
|
|
@@ -63034,6 +63740,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
63034
63740
|
exports.DashFmp4DrmRepresentation = void 0;
|
|
63035
63741
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63036
63742
|
var DashFmp4Representation_1 = __webpack_require__(/*! ./DashFmp4Representation */ "./models/DashFmp4Representation.ts");
|
|
63743
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63037
63744
|
/**
|
|
63038
63745
|
* @export
|
|
63039
63746
|
* @class DashFmp4DrmRepresentation
|
|
@@ -63042,6 +63749,12 @@ var DashFmp4DrmRepresentation = /** @class */ (function (_super) {
|
|
|
63042
63749
|
__extends(DashFmp4DrmRepresentation, _super);
|
|
63043
63750
|
function DashFmp4DrmRepresentation(obj) {
|
|
63044
63751
|
var _this = _super.call(this, obj) || this;
|
|
63752
|
+
/**
|
|
63753
|
+
* Discriminator property for DashRepresentation
|
|
63754
|
+
* @type {string}
|
|
63755
|
+
* @memberof DashFmp4DrmRepresentation
|
|
63756
|
+
*/
|
|
63757
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.DRM_FMP4;
|
|
63045
63758
|
if (!obj) {
|
|
63046
63759
|
return _this;
|
|
63047
63760
|
}
|
|
@@ -63080,6 +63793,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63080
63793
|
})();
|
|
63081
63794
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63082
63795
|
exports.DashFmp4Representation = void 0;
|
|
63796
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63083
63797
|
var DashSegmentedRepresentation_1 = __webpack_require__(/*! ./DashSegmentedRepresentation */ "./models/DashSegmentedRepresentation.ts");
|
|
63084
63798
|
/**
|
|
63085
63799
|
* @export
|
|
@@ -63089,6 +63803,12 @@ var DashFmp4Representation = /** @class */ (function (_super) {
|
|
|
63089
63803
|
__extends(DashFmp4Representation, _super);
|
|
63090
63804
|
function DashFmp4Representation(obj) {
|
|
63091
63805
|
var _this = _super.call(this, obj) || this;
|
|
63806
|
+
/**
|
|
63807
|
+
* Discriminator property for DashRepresentation
|
|
63808
|
+
* @type {string}
|
|
63809
|
+
* @memberof DashFmp4Representation
|
|
63810
|
+
*/
|
|
63811
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.FMP4;
|
|
63092
63812
|
if (!obj) {
|
|
63093
63813
|
return _this;
|
|
63094
63814
|
}
|
|
@@ -63127,7 +63847,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63127
63847
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63128
63848
|
exports.DashImscRepresentation = void 0;
|
|
63129
63849
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63130
|
-
var
|
|
63850
|
+
var DashRepresentation_1 = __webpack_require__(/*! ./DashRepresentation */ "./models/DashRepresentation.ts");
|
|
63851
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63131
63852
|
/**
|
|
63132
63853
|
* @export
|
|
63133
63854
|
* @class DashImscRepresentation
|
|
@@ -63136,6 +63857,12 @@ var DashImscRepresentation = /** @class */ (function (_super) {
|
|
|
63136
63857
|
__extends(DashImscRepresentation, _super);
|
|
63137
63858
|
function DashImscRepresentation(obj) {
|
|
63138
63859
|
var _this = _super.call(this, obj) || this;
|
|
63860
|
+
/**
|
|
63861
|
+
* Discriminator property for DashRepresentation
|
|
63862
|
+
* @type {string}
|
|
63863
|
+
* @memberof DashImscRepresentation
|
|
63864
|
+
*/
|
|
63865
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.IMSC;
|
|
63139
63866
|
if (!obj) {
|
|
63140
63867
|
return _this;
|
|
63141
63868
|
}
|
|
@@ -63143,7 +63870,7 @@ var DashImscRepresentation = /** @class */ (function (_super) {
|
|
|
63143
63870
|
return _this;
|
|
63144
63871
|
}
|
|
63145
63872
|
return DashImscRepresentation;
|
|
63146
|
-
}(
|
|
63873
|
+
}(DashRepresentation_1.default));
|
|
63147
63874
|
exports.DashImscRepresentation = DashImscRepresentation;
|
|
63148
63875
|
exports.default = DashImscRepresentation;
|
|
63149
63876
|
|
|
@@ -63307,6 +64034,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
63307
64034
|
exports.DashMp4DrmRepresentation = void 0;
|
|
63308
64035
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63309
64036
|
var DashMp4Representation_1 = __webpack_require__(/*! ./DashMp4Representation */ "./models/DashMp4Representation.ts");
|
|
64037
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63310
64038
|
/**
|
|
63311
64039
|
* @export
|
|
63312
64040
|
* @class DashMp4DrmRepresentation
|
|
@@ -63315,6 +64043,12 @@ var DashMp4DrmRepresentation = /** @class */ (function (_super) {
|
|
|
63315
64043
|
__extends(DashMp4DrmRepresentation, _super);
|
|
63316
64044
|
function DashMp4DrmRepresentation(obj) {
|
|
63317
64045
|
var _this = _super.call(this, obj) || this;
|
|
64046
|
+
/**
|
|
64047
|
+
* Discriminator property for DashRepresentation
|
|
64048
|
+
* @type {string}
|
|
64049
|
+
* @memberof DashMp4DrmRepresentation
|
|
64050
|
+
*/
|
|
64051
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.DRM_MP4;
|
|
63318
64052
|
if (!obj) {
|
|
63319
64053
|
return _this;
|
|
63320
64054
|
}
|
|
@@ -63354,7 +64088,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63354
64088
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63355
64089
|
exports.DashMp4Representation = void 0;
|
|
63356
64090
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63357
|
-
var
|
|
64091
|
+
var DashMuxingRepresentation_1 = __webpack_require__(/*! ./DashMuxingRepresentation */ "./models/DashMuxingRepresentation.ts");
|
|
64092
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63358
64093
|
/**
|
|
63359
64094
|
* @export
|
|
63360
64095
|
* @class DashMp4Representation
|
|
@@ -63363,6 +64098,12 @@ var DashMp4Representation = /** @class */ (function (_super) {
|
|
|
63363
64098
|
__extends(DashMp4Representation, _super);
|
|
63364
64099
|
function DashMp4Representation(obj) {
|
|
63365
64100
|
var _this = _super.call(this, obj) || this;
|
|
64101
|
+
/**
|
|
64102
|
+
* Discriminator property for DashRepresentation
|
|
64103
|
+
* @type {string}
|
|
64104
|
+
* @memberof DashMp4Representation
|
|
64105
|
+
*/
|
|
64106
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.MP4;
|
|
63366
64107
|
if (!obj) {
|
|
63367
64108
|
return _this;
|
|
63368
64109
|
}
|
|
@@ -63371,11 +64112,61 @@ var DashMp4Representation = /** @class */ (function (_super) {
|
|
|
63371
64112
|
return _this;
|
|
63372
64113
|
}
|
|
63373
64114
|
return DashMp4Representation;
|
|
63374
|
-
}(
|
|
64115
|
+
}(DashMuxingRepresentation_1.default));
|
|
63375
64116
|
exports.DashMp4Representation = DashMp4Representation;
|
|
63376
64117
|
exports.default = DashMp4Representation;
|
|
63377
64118
|
|
|
63378
64119
|
|
|
64120
|
+
/***/ }),
|
|
64121
|
+
|
|
64122
|
+
/***/ "./models/DashMuxingRepresentation.ts":
|
|
64123
|
+
/*!********************************************!*\
|
|
64124
|
+
!*** ./models/DashMuxingRepresentation.ts ***!
|
|
64125
|
+
\********************************************/
|
|
64126
|
+
/*! no static exports found */
|
|
64127
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
64128
|
+
|
|
64129
|
+
"use strict";
|
|
64130
|
+
|
|
64131
|
+
var __extends = (this && this.__extends) || (function () {
|
|
64132
|
+
var extendStatics = function (d, b) {
|
|
64133
|
+
extendStatics = Object.setPrototypeOf ||
|
|
64134
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
64135
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
64136
|
+
return extendStatics(d, b);
|
|
64137
|
+
};
|
|
64138
|
+
return function (d, b) {
|
|
64139
|
+
extendStatics(d, b);
|
|
64140
|
+
function __() { this.constructor = d; }
|
|
64141
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
64142
|
+
};
|
|
64143
|
+
})();
|
|
64144
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
64145
|
+
exports.DashMuxingRepresentation = void 0;
|
|
64146
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64147
|
+
var DashRepresentation_1 = __webpack_require__(/*! ./DashRepresentation */ "./models/DashRepresentation.ts");
|
|
64148
|
+
/**
|
|
64149
|
+
* @export
|
|
64150
|
+
* @class DashMuxingRepresentation
|
|
64151
|
+
*/
|
|
64152
|
+
var DashMuxingRepresentation = /** @class */ (function (_super) {
|
|
64153
|
+
__extends(DashMuxingRepresentation, _super);
|
|
64154
|
+
function DashMuxingRepresentation(obj) {
|
|
64155
|
+
var _this = _super.call(this, obj) || this;
|
|
64156
|
+
if (!obj) {
|
|
64157
|
+
return _this;
|
|
64158
|
+
}
|
|
64159
|
+
_this.encodingId = Mapper_1.map(obj.encodingId);
|
|
64160
|
+
_this.muxingId = Mapper_1.map(obj.muxingId);
|
|
64161
|
+
_this.dependencyId = Mapper_1.map(obj.dependencyId);
|
|
64162
|
+
return _this;
|
|
64163
|
+
}
|
|
64164
|
+
return DashMuxingRepresentation;
|
|
64165
|
+
}(DashRepresentation_1.default));
|
|
64166
|
+
exports.DashMuxingRepresentation = DashMuxingRepresentation;
|
|
64167
|
+
exports.default = DashMuxingRepresentation;
|
|
64168
|
+
|
|
64169
|
+
|
|
63379
64170
|
/***/ }),
|
|
63380
64171
|
|
|
63381
64172
|
/***/ "./models/DashOnDemandRepresentationType.ts":
|
|
@@ -63453,7 +64244,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63453
64244
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63454
64245
|
exports.DashProgressiveWebmRepresentation = void 0;
|
|
63455
64246
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63456
|
-
var
|
|
64247
|
+
var DashMuxingRepresentation_1 = __webpack_require__(/*! ./DashMuxingRepresentation */ "./models/DashMuxingRepresentation.ts");
|
|
64248
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63457
64249
|
/**
|
|
63458
64250
|
* @export
|
|
63459
64251
|
* @class DashProgressiveWebmRepresentation
|
|
@@ -63462,6 +64254,12 @@ var DashProgressiveWebmRepresentation = /** @class */ (function (_super) {
|
|
|
63462
64254
|
__extends(DashProgressiveWebmRepresentation, _super);
|
|
63463
64255
|
function DashProgressiveWebmRepresentation(obj) {
|
|
63464
64256
|
var _this = _super.call(this, obj) || this;
|
|
64257
|
+
/**
|
|
64258
|
+
* Discriminator property for DashRepresentation
|
|
64259
|
+
* @type {string}
|
|
64260
|
+
* @memberof DashProgressiveWebmRepresentation
|
|
64261
|
+
*/
|
|
64262
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.PROGRESSIVE_WEBM;
|
|
63465
64263
|
if (!obj) {
|
|
63466
64264
|
return _this;
|
|
63467
64265
|
}
|
|
@@ -63469,7 +64267,7 @@ var DashProgressiveWebmRepresentation = /** @class */ (function (_super) {
|
|
|
63469
64267
|
return _this;
|
|
63470
64268
|
}
|
|
63471
64269
|
return DashProgressiveWebmRepresentation;
|
|
63472
|
-
}(
|
|
64270
|
+
}(DashMuxingRepresentation_1.default));
|
|
63473
64271
|
exports.DashProgressiveWebmRepresentation = DashProgressiveWebmRepresentation;
|
|
63474
64272
|
exports.default = DashProgressiveWebmRepresentation;
|
|
63475
64273
|
|
|
@@ -63500,7 +64298,6 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63500
64298
|
})();
|
|
63501
64299
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63502
64300
|
exports.DashRepresentation = void 0;
|
|
63503
|
-
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63504
64301
|
var BitmovinResponse_1 = __webpack_require__(/*! ./BitmovinResponse */ "./models/BitmovinResponse.ts");
|
|
63505
64302
|
/**
|
|
63506
64303
|
* @export
|
|
@@ -63513,11 +64310,23 @@ var DashRepresentation = /** @class */ (function (_super) {
|
|
|
63513
64310
|
if (!obj) {
|
|
63514
64311
|
return _this;
|
|
63515
64312
|
}
|
|
63516
|
-
_this.encodingId = Mapper_1.map(obj.encodingId);
|
|
63517
|
-
_this.muxingId = Mapper_1.map(obj.muxingId);
|
|
63518
|
-
_this.dependencyId = Mapper_1.map(obj.dependencyId);
|
|
63519
64313
|
return _this;
|
|
63520
64314
|
}
|
|
64315
|
+
DashRepresentation._discriminatorName = 'typeDiscriminator';
|
|
64316
|
+
DashRepresentation._discriminatorMapping = {
|
|
64317
|
+
DRM_FMP4: 'DashFmp4DrmRepresentation',
|
|
64318
|
+
FMP4: 'DashFmp4Representation',
|
|
64319
|
+
WEBM: 'DashWebmRepresentation',
|
|
64320
|
+
CMAF: 'DashCmafRepresentation',
|
|
64321
|
+
CHUNKED_TEXT: 'DashChunkedTextRepresentation',
|
|
64322
|
+
MP4: 'DashMp4Representation',
|
|
64323
|
+
DRM_MP4: 'DashMp4DrmRepresentation',
|
|
64324
|
+
PROGRESSIVE_WEBM: 'DashProgressiveWebmRepresentation',
|
|
64325
|
+
VTT: 'DashVttRepresentation',
|
|
64326
|
+
SPRITE: 'SpriteRepresentation',
|
|
64327
|
+
IMSC: 'DashImscRepresentation',
|
|
64328
|
+
CONTENT_PROTECTION: 'ContentProtection'
|
|
64329
|
+
};
|
|
63521
64330
|
return DashRepresentation;
|
|
63522
64331
|
}(BitmovinResponse_1.default));
|
|
63523
64332
|
exports.DashRepresentation = DashRepresentation;
|
|
@@ -63550,6 +64359,41 @@ var DashRepresentationType;
|
|
|
63550
64359
|
exports.default = DashRepresentationType;
|
|
63551
64360
|
|
|
63552
64361
|
|
|
64362
|
+
/***/ }),
|
|
64363
|
+
|
|
64364
|
+
/***/ "./models/DashRepresentationTypeDiscriminator.ts":
|
|
64365
|
+
/*!*******************************************************!*\
|
|
64366
|
+
!*** ./models/DashRepresentationTypeDiscriminator.ts ***!
|
|
64367
|
+
\*******************************************************/
|
|
64368
|
+
/*! no static exports found */
|
|
64369
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
64370
|
+
|
|
64371
|
+
"use strict";
|
|
64372
|
+
|
|
64373
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
64374
|
+
exports.DashRepresentationTypeDiscriminator = void 0;
|
|
64375
|
+
/**
|
|
64376
|
+
* @export
|
|
64377
|
+
* @enum {string}
|
|
64378
|
+
*/
|
|
64379
|
+
var DashRepresentationTypeDiscriminator;
|
|
64380
|
+
(function (DashRepresentationTypeDiscriminator) {
|
|
64381
|
+
DashRepresentationTypeDiscriminator["DRM_FMP4"] = "DRM_FMP4";
|
|
64382
|
+
DashRepresentationTypeDiscriminator["FMP4"] = "FMP4";
|
|
64383
|
+
DashRepresentationTypeDiscriminator["WEBM"] = "WEBM";
|
|
64384
|
+
DashRepresentationTypeDiscriminator["CMAF"] = "CMAF";
|
|
64385
|
+
DashRepresentationTypeDiscriminator["CHUNKED_TEXT"] = "CHUNKED_TEXT";
|
|
64386
|
+
DashRepresentationTypeDiscriminator["MP4"] = "MP4";
|
|
64387
|
+
DashRepresentationTypeDiscriminator["DRM_MP4"] = "DRM_MP4";
|
|
64388
|
+
DashRepresentationTypeDiscriminator["PROGRESSIVE_WEBM"] = "PROGRESSIVE_WEBM";
|
|
64389
|
+
DashRepresentationTypeDiscriminator["VTT"] = "VTT";
|
|
64390
|
+
DashRepresentationTypeDiscriminator["SPRITE"] = "SPRITE";
|
|
64391
|
+
DashRepresentationTypeDiscriminator["IMSC"] = "IMSC";
|
|
64392
|
+
DashRepresentationTypeDiscriminator["CONTENT_PROTECTION"] = "CONTENT_PROTECTION";
|
|
64393
|
+
})(DashRepresentationTypeDiscriminator = exports.DashRepresentationTypeDiscriminator || (exports.DashRepresentationTypeDiscriminator = {}));
|
|
64394
|
+
exports.default = DashRepresentationTypeDiscriminator;
|
|
64395
|
+
|
|
64396
|
+
|
|
63553
64397
|
/***/ }),
|
|
63554
64398
|
|
|
63555
64399
|
/***/ "./models/DashRepresentationTypeMode.ts":
|
|
@@ -63575,6 +64419,37 @@ var DashRepresentationTypeMode;
|
|
|
63575
64419
|
exports.default = DashRepresentationTypeMode;
|
|
63576
64420
|
|
|
63577
64421
|
|
|
64422
|
+
/***/ }),
|
|
64423
|
+
|
|
64424
|
+
/***/ "./models/DashRepresentationTypeResponse.ts":
|
|
64425
|
+
/*!**************************************************!*\
|
|
64426
|
+
!*** ./models/DashRepresentationTypeResponse.ts ***!
|
|
64427
|
+
\**************************************************/
|
|
64428
|
+
/*! no static exports found */
|
|
64429
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
64430
|
+
|
|
64431
|
+
"use strict";
|
|
64432
|
+
|
|
64433
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
64434
|
+
exports.DashRepresentationTypeResponse = void 0;
|
|
64435
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64436
|
+
/**
|
|
64437
|
+
* @export
|
|
64438
|
+
* @class DashRepresentationTypeResponse
|
|
64439
|
+
*/
|
|
64440
|
+
var DashRepresentationTypeResponse = /** @class */ (function () {
|
|
64441
|
+
function DashRepresentationTypeResponse(obj) {
|
|
64442
|
+
if (!obj) {
|
|
64443
|
+
return;
|
|
64444
|
+
}
|
|
64445
|
+
this.type = Mapper_1.map(obj.type);
|
|
64446
|
+
}
|
|
64447
|
+
return DashRepresentationTypeResponse;
|
|
64448
|
+
}());
|
|
64449
|
+
exports.DashRepresentationTypeResponse = DashRepresentationTypeResponse;
|
|
64450
|
+
exports.default = DashRepresentationTypeResponse;
|
|
64451
|
+
|
|
64452
|
+
|
|
63578
64453
|
/***/ }),
|
|
63579
64454
|
|
|
63580
64455
|
/***/ "./models/DashSegmentedRepresentation.ts":
|
|
@@ -63602,7 +64477,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63602
64477
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63603
64478
|
exports.DashSegmentedRepresentation = void 0;
|
|
63604
64479
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63605
|
-
var
|
|
64480
|
+
var DashMuxingRepresentation_1 = __webpack_require__(/*! ./DashMuxingRepresentation */ "./models/DashMuxingRepresentation.ts");
|
|
63606
64481
|
/**
|
|
63607
64482
|
* @export
|
|
63608
64483
|
* @class DashSegmentedRepresentation
|
|
@@ -63624,7 +64499,7 @@ var DashSegmentedRepresentation = /** @class */ (function (_super) {
|
|
|
63624
64499
|
return _this;
|
|
63625
64500
|
}
|
|
63626
64501
|
return DashSegmentedRepresentation;
|
|
63627
|
-
}(
|
|
64502
|
+
}(DashMuxingRepresentation_1.default));
|
|
63628
64503
|
exports.DashSegmentedRepresentation = DashSegmentedRepresentation;
|
|
63629
64504
|
exports.default = DashSegmentedRepresentation;
|
|
63630
64505
|
|
|
@@ -63656,7 +64531,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63656
64531
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63657
64532
|
exports.DashVttRepresentation = void 0;
|
|
63658
64533
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63659
|
-
var
|
|
64534
|
+
var DashRepresentation_1 = __webpack_require__(/*! ./DashRepresentation */ "./models/DashRepresentation.ts");
|
|
64535
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63660
64536
|
/**
|
|
63661
64537
|
* @export
|
|
63662
64538
|
* @class DashVttRepresentation
|
|
@@ -63665,6 +64541,12 @@ var DashVttRepresentation = /** @class */ (function (_super) {
|
|
|
63665
64541
|
__extends(DashVttRepresentation, _super);
|
|
63666
64542
|
function DashVttRepresentation(obj) {
|
|
63667
64543
|
var _this = _super.call(this, obj) || this;
|
|
64544
|
+
/**
|
|
64545
|
+
* Discriminator property for DashRepresentation
|
|
64546
|
+
* @type {string}
|
|
64547
|
+
* @memberof DashVttRepresentation
|
|
64548
|
+
*/
|
|
64549
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.VTT;
|
|
63668
64550
|
if (!obj) {
|
|
63669
64551
|
return _this;
|
|
63670
64552
|
}
|
|
@@ -63672,7 +64554,7 @@ var DashVttRepresentation = /** @class */ (function (_super) {
|
|
|
63672
64554
|
return _this;
|
|
63673
64555
|
}
|
|
63674
64556
|
return DashVttRepresentation;
|
|
63675
|
-
}(
|
|
64557
|
+
}(DashRepresentation_1.default));
|
|
63676
64558
|
exports.DashVttRepresentation = DashVttRepresentation;
|
|
63677
64559
|
exports.default = DashVttRepresentation;
|
|
63678
64560
|
|
|
@@ -63703,6 +64585,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63703
64585
|
})();
|
|
63704
64586
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63705
64587
|
exports.DashWebmRepresentation = void 0;
|
|
64588
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63706
64589
|
var DashSegmentedRepresentation_1 = __webpack_require__(/*! ./DashSegmentedRepresentation */ "./models/DashSegmentedRepresentation.ts");
|
|
63707
64590
|
/**
|
|
63708
64591
|
* @export
|
|
@@ -63712,6 +64595,12 @@ var DashWebmRepresentation = /** @class */ (function (_super) {
|
|
|
63712
64595
|
__extends(DashWebmRepresentation, _super);
|
|
63713
64596
|
function DashWebmRepresentation(obj) {
|
|
63714
64597
|
var _this = _super.call(this, obj) || this;
|
|
64598
|
+
/**
|
|
64599
|
+
* Discriminator property for DashRepresentation
|
|
64600
|
+
* @type {string}
|
|
64601
|
+
* @memberof DashWebmRepresentation
|
|
64602
|
+
*/
|
|
64603
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.WEBM;
|
|
63715
64604
|
if (!obj) {
|
|
63716
64605
|
return _this;
|
|
63717
64606
|
}
|
|
@@ -67895,6 +68784,7 @@ var Fmp4Muxing = /** @class */ (function (_super) {
|
|
|
67895
68784
|
_this.initSegmentNameTemplate = Mapper_1.map(obj.initSegmentNameTemplate);
|
|
67896
68785
|
_this.writeDurationPerSample = Mapper_1.map(obj.writeDurationPerSample);
|
|
67897
68786
|
_this.segmentsMuxed = Mapper_1.map(obj.segmentsMuxed);
|
|
68787
|
+
_this.ptsAlignMode = Mapper_1.map(obj.ptsAlignMode);
|
|
67898
68788
|
return _this;
|
|
67899
68789
|
}
|
|
67900
68790
|
return Fmp4Muxing;
|
|
@@ -70236,6 +71126,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
70236
71126
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
70237
71127
|
exports.ImageAdaptationSet = void 0;
|
|
70238
71128
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
71129
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
70239
71130
|
/**
|
|
70240
71131
|
* @export
|
|
70241
71132
|
* @class ImageAdaptationSet
|
|
@@ -70244,6 +71135,12 @@ var ImageAdaptationSet = /** @class */ (function (_super) {
|
|
|
70244
71135
|
__extends(ImageAdaptationSet, _super);
|
|
70245
71136
|
function ImageAdaptationSet(obj) {
|
|
70246
71137
|
var _this = _super.call(this, obj) || this;
|
|
71138
|
+
/**
|
|
71139
|
+
* Discriminator property for AdaptationSet
|
|
71140
|
+
* @type {string}
|
|
71141
|
+
* @memberof ImageAdaptationSet
|
|
71142
|
+
*/
|
|
71143
|
+
_this.type = AdaptationSetType_1.default.IMAGE;
|
|
70247
71144
|
if (!obj) {
|
|
70248
71145
|
return _this;
|
|
70249
71146
|
}
|
|
@@ -73154,6 +74051,37 @@ var MuxingType;
|
|
|
73154
74051
|
exports.default = MuxingType;
|
|
73155
74052
|
|
|
73156
74053
|
|
|
74054
|
+
/***/ }),
|
|
74055
|
+
|
|
74056
|
+
/***/ "./models/MuxingTypeResponse.ts":
|
|
74057
|
+
/*!**************************************!*\
|
|
74058
|
+
!*** ./models/MuxingTypeResponse.ts ***!
|
|
74059
|
+
\**************************************/
|
|
74060
|
+
/*! no static exports found */
|
|
74061
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
74062
|
+
|
|
74063
|
+
"use strict";
|
|
74064
|
+
|
|
74065
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
74066
|
+
exports.MuxingTypeResponse = void 0;
|
|
74067
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
74068
|
+
/**
|
|
74069
|
+
* @export
|
|
74070
|
+
* @class MuxingTypeResponse
|
|
74071
|
+
*/
|
|
74072
|
+
var MuxingTypeResponse = /** @class */ (function () {
|
|
74073
|
+
function MuxingTypeResponse(obj) {
|
|
74074
|
+
if (!obj) {
|
|
74075
|
+
return;
|
|
74076
|
+
}
|
|
74077
|
+
this.type = Mapper_1.map(obj.type);
|
|
74078
|
+
}
|
|
74079
|
+
return MuxingTypeResponse;
|
|
74080
|
+
}());
|
|
74081
|
+
exports.MuxingTypeResponse = MuxingTypeResponse;
|
|
74082
|
+
exports.default = MuxingTypeResponse;
|
|
74083
|
+
|
|
74084
|
+
|
|
73157
74085
|
/***/ }),
|
|
73158
74086
|
|
|
73159
74087
|
/***/ "./models/MvPredictionMode.ts":
|
|
@@ -74057,6 +74985,31 @@ exports.OutputTypeResponse = OutputTypeResponse;
|
|
|
74057
74985
|
exports.default = OutputTypeResponse;
|
|
74058
74986
|
|
|
74059
74987
|
|
|
74988
|
+
/***/ }),
|
|
74989
|
+
|
|
74990
|
+
/***/ "./models/PTSAlignMode.ts":
|
|
74991
|
+
/*!********************************!*\
|
|
74992
|
+
!*** ./models/PTSAlignMode.ts ***!
|
|
74993
|
+
\********************************/
|
|
74994
|
+
/*! no static exports found */
|
|
74995
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
74996
|
+
|
|
74997
|
+
"use strict";
|
|
74998
|
+
|
|
74999
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
75000
|
+
exports.PTSAlignMode = void 0;
|
|
75001
|
+
/**
|
|
75002
|
+
* Alignmet mode for PTS
|
|
75003
|
+
* @export
|
|
75004
|
+
* @enum {string}
|
|
75005
|
+
*/
|
|
75006
|
+
var PTSAlignMode;
|
|
75007
|
+
(function (PTSAlignMode) {
|
|
75008
|
+
PTSAlignMode["ALIGN_ZERO_NEGATIVE_CTO"] = "ALIGN_ZERO_NEGATIVE_CTO";
|
|
75009
|
+
})(PTSAlignMode = exports.PTSAlignMode || (exports.PTSAlignMode = {}));
|
|
75010
|
+
exports.default = PTSAlignMode;
|
|
75011
|
+
|
|
75012
|
+
|
|
74060
75013
|
/***/ }),
|
|
74061
75014
|
|
|
74062
75015
|
/***/ "./models/PackedAudioMuxing.ts":
|
|
@@ -77607,6 +78560,514 @@ var SignatureType;
|
|
|
77607
78560
|
exports.default = SignatureType;
|
|
77608
78561
|
|
|
77609
78562
|
|
|
78563
|
+
/***/ }),
|
|
78564
|
+
|
|
78565
|
+
/***/ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts":
|
|
78566
|
+
/*!************************************************************!*\
|
|
78567
|
+
!*** ./models/SimpleEncodingVodJobAccessKeyCredentials.ts ***!
|
|
78568
|
+
\************************************************************/
|
|
78569
|
+
/*! no static exports found */
|
|
78570
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78571
|
+
|
|
78572
|
+
"use strict";
|
|
78573
|
+
|
|
78574
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78575
|
+
var extendStatics = function (d, b) {
|
|
78576
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78577
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78578
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78579
|
+
return extendStatics(d, b);
|
|
78580
|
+
};
|
|
78581
|
+
return function (d, b) {
|
|
78582
|
+
extendStatics(d, b);
|
|
78583
|
+
function __() { this.constructor = d; }
|
|
78584
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78585
|
+
};
|
|
78586
|
+
})();
|
|
78587
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78588
|
+
exports.SimpleEncodingVodJobAccessKeyCredentials = void 0;
|
|
78589
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78590
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78591
|
+
/**
|
|
78592
|
+
* @export
|
|
78593
|
+
* @class SimpleEncodingVodJobAccessKeyCredentials
|
|
78594
|
+
*/
|
|
78595
|
+
var SimpleEncodingVodJobAccessKeyCredentials = /** @class */ (function (_super) {
|
|
78596
|
+
__extends(SimpleEncodingVodJobAccessKeyCredentials, _super);
|
|
78597
|
+
function SimpleEncodingVodJobAccessKeyCredentials(obj) {
|
|
78598
|
+
var _this = _super.call(this, obj) || this;
|
|
78599
|
+
if (!obj) {
|
|
78600
|
+
return _this;
|
|
78601
|
+
}
|
|
78602
|
+
_this.accessKey = Mapper_1.map(obj.accessKey);
|
|
78603
|
+
_this.secretKey = Mapper_1.map(obj.secretKey);
|
|
78604
|
+
return _this;
|
|
78605
|
+
}
|
|
78606
|
+
return SimpleEncodingVodJobAccessKeyCredentials;
|
|
78607
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78608
|
+
exports.SimpleEncodingVodJobAccessKeyCredentials = SimpleEncodingVodJobAccessKeyCredentials;
|
|
78609
|
+
exports.default = SimpleEncodingVodJobAccessKeyCredentials;
|
|
78610
|
+
|
|
78611
|
+
|
|
78612
|
+
/***/ }),
|
|
78613
|
+
|
|
78614
|
+
/***/ "./models/SimpleEncodingVodJobAzureCredentials.ts":
|
|
78615
|
+
/*!********************************************************!*\
|
|
78616
|
+
!*** ./models/SimpleEncodingVodJobAzureCredentials.ts ***!
|
|
78617
|
+
\********************************************************/
|
|
78618
|
+
/*! no static exports found */
|
|
78619
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78620
|
+
|
|
78621
|
+
"use strict";
|
|
78622
|
+
|
|
78623
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78624
|
+
var extendStatics = function (d, b) {
|
|
78625
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78626
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78627
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78628
|
+
return extendStatics(d, b);
|
|
78629
|
+
};
|
|
78630
|
+
return function (d, b) {
|
|
78631
|
+
extendStatics(d, b);
|
|
78632
|
+
function __() { this.constructor = d; }
|
|
78633
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78634
|
+
};
|
|
78635
|
+
})();
|
|
78636
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78637
|
+
exports.SimpleEncodingVodJobAzureCredentials = void 0;
|
|
78638
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78639
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78640
|
+
/**
|
|
78641
|
+
* @export
|
|
78642
|
+
* @class SimpleEncodingVodJobAzureCredentials
|
|
78643
|
+
*/
|
|
78644
|
+
var SimpleEncodingVodJobAzureCredentials = /** @class */ (function (_super) {
|
|
78645
|
+
__extends(SimpleEncodingVodJobAzureCredentials, _super);
|
|
78646
|
+
function SimpleEncodingVodJobAzureCredentials(obj) {
|
|
78647
|
+
var _this = _super.call(this, obj) || this;
|
|
78648
|
+
if (!obj) {
|
|
78649
|
+
return _this;
|
|
78650
|
+
}
|
|
78651
|
+
_this.key = Mapper_1.map(obj.key);
|
|
78652
|
+
return _this;
|
|
78653
|
+
}
|
|
78654
|
+
return SimpleEncodingVodJobAzureCredentials;
|
|
78655
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78656
|
+
exports.SimpleEncodingVodJobAzureCredentials = SimpleEncodingVodJobAzureCredentials;
|
|
78657
|
+
exports.default = SimpleEncodingVodJobAzureCredentials;
|
|
78658
|
+
|
|
78659
|
+
|
|
78660
|
+
/***/ }),
|
|
78661
|
+
|
|
78662
|
+
/***/ "./models/SimpleEncodingVodJobCredentials.ts":
|
|
78663
|
+
/*!***************************************************!*\
|
|
78664
|
+
!*** ./models/SimpleEncodingVodJobCredentials.ts ***!
|
|
78665
|
+
\***************************************************/
|
|
78666
|
+
/*! no static exports found */
|
|
78667
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78668
|
+
|
|
78669
|
+
"use strict";
|
|
78670
|
+
|
|
78671
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78672
|
+
exports.SimpleEncodingVodJobCredentials = void 0;
|
|
78673
|
+
/**
|
|
78674
|
+
* @export
|
|
78675
|
+
* @class SimpleEncodingVodJobCredentials
|
|
78676
|
+
*/
|
|
78677
|
+
var SimpleEncodingVodJobCredentials = /** @class */ (function () {
|
|
78678
|
+
function SimpleEncodingVodJobCredentials(obj) {
|
|
78679
|
+
if (!obj) {
|
|
78680
|
+
return;
|
|
78681
|
+
}
|
|
78682
|
+
}
|
|
78683
|
+
return SimpleEncodingVodJobCredentials;
|
|
78684
|
+
}());
|
|
78685
|
+
exports.SimpleEncodingVodJobCredentials = SimpleEncodingVodJobCredentials;
|
|
78686
|
+
exports.default = SimpleEncodingVodJobCredentials;
|
|
78687
|
+
|
|
78688
|
+
|
|
78689
|
+
/***/ }),
|
|
78690
|
+
|
|
78691
|
+
/***/ "./models/SimpleEncodingVodJobErrors.ts":
|
|
78692
|
+
/*!**********************************************!*\
|
|
78693
|
+
!*** ./models/SimpleEncodingVodJobErrors.ts ***!
|
|
78694
|
+
\**********************************************/
|
|
78695
|
+
/*! no static exports found */
|
|
78696
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78697
|
+
|
|
78698
|
+
"use strict";
|
|
78699
|
+
|
|
78700
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78701
|
+
exports.SimpleEncodingVodJobErrors = void 0;
|
|
78702
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78703
|
+
/**
|
|
78704
|
+
* @export
|
|
78705
|
+
* @class SimpleEncodingVodJobErrors
|
|
78706
|
+
*/
|
|
78707
|
+
var SimpleEncodingVodJobErrors = /** @class */ (function () {
|
|
78708
|
+
function SimpleEncodingVodJobErrors(obj) {
|
|
78709
|
+
if (!obj) {
|
|
78710
|
+
return;
|
|
78711
|
+
}
|
|
78712
|
+
this.errorCode = Mapper_1.map(obj.errorCode);
|
|
78713
|
+
this.message = Mapper_1.map(obj.message);
|
|
78714
|
+
this.details = Mapper_1.map(obj.details);
|
|
78715
|
+
}
|
|
78716
|
+
return SimpleEncodingVodJobErrors;
|
|
78717
|
+
}());
|
|
78718
|
+
exports.SimpleEncodingVodJobErrors = SimpleEncodingVodJobErrors;
|
|
78719
|
+
exports.default = SimpleEncodingVodJobErrors;
|
|
78720
|
+
|
|
78721
|
+
|
|
78722
|
+
/***/ }),
|
|
78723
|
+
|
|
78724
|
+
/***/ "./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts":
|
|
78725
|
+
/*!********************************************************************!*\
|
|
78726
|
+
!*** ./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts ***!
|
|
78727
|
+
\********************************************************************/
|
|
78728
|
+
/*! no static exports found */
|
|
78729
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78730
|
+
|
|
78731
|
+
"use strict";
|
|
78732
|
+
|
|
78733
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78734
|
+
var extendStatics = function (d, b) {
|
|
78735
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78736
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78737
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78738
|
+
return extendStatics(d, b);
|
|
78739
|
+
};
|
|
78740
|
+
return function (d, b) {
|
|
78741
|
+
extendStatics(d, b);
|
|
78742
|
+
function __() { this.constructor = d; }
|
|
78743
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78744
|
+
};
|
|
78745
|
+
})();
|
|
78746
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78747
|
+
exports.SimpleEncodingVodJobGcsServiceAccountCredentials = void 0;
|
|
78748
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78749
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78750
|
+
/**
|
|
78751
|
+
* @export
|
|
78752
|
+
* @class SimpleEncodingVodJobGcsServiceAccountCredentials
|
|
78753
|
+
*/
|
|
78754
|
+
var SimpleEncodingVodJobGcsServiceAccountCredentials = /** @class */ (function (_super) {
|
|
78755
|
+
__extends(SimpleEncodingVodJobGcsServiceAccountCredentials, _super);
|
|
78756
|
+
function SimpleEncodingVodJobGcsServiceAccountCredentials(obj) {
|
|
78757
|
+
var _this = _super.call(this, obj) || this;
|
|
78758
|
+
if (!obj) {
|
|
78759
|
+
return _this;
|
|
78760
|
+
}
|
|
78761
|
+
_this.serviceAccountCredentials = Mapper_1.map(obj.serviceAccountCredentials);
|
|
78762
|
+
return _this;
|
|
78763
|
+
}
|
|
78764
|
+
return SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
78765
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78766
|
+
exports.SimpleEncodingVodJobGcsServiceAccountCredentials = SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
78767
|
+
exports.default = SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
78768
|
+
|
|
78769
|
+
|
|
78770
|
+
/***/ }),
|
|
78771
|
+
|
|
78772
|
+
/***/ "./models/SimpleEncodingVodJobInputType.ts":
|
|
78773
|
+
/*!*************************************************!*\
|
|
78774
|
+
!*** ./models/SimpleEncodingVodJobInputType.ts ***!
|
|
78775
|
+
\*************************************************/
|
|
78776
|
+
/*! no static exports found */
|
|
78777
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78778
|
+
|
|
78779
|
+
"use strict";
|
|
78780
|
+
|
|
78781
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78782
|
+
exports.SimpleEncodingVodJobInputType = void 0;
|
|
78783
|
+
/**
|
|
78784
|
+
* @export
|
|
78785
|
+
* @enum {string}
|
|
78786
|
+
*/
|
|
78787
|
+
var SimpleEncodingVodJobInputType;
|
|
78788
|
+
(function (SimpleEncodingVodJobInputType) {
|
|
78789
|
+
SimpleEncodingVodJobInputType["VIDEO"] = "VIDEO";
|
|
78790
|
+
SimpleEncodingVodJobInputType["AUDIO"] = "AUDIO";
|
|
78791
|
+
SimpleEncodingVodJobInputType["SUBTITLES"] = "SUBTITLES";
|
|
78792
|
+
SimpleEncodingVodJobInputType["CLOSED_CAPTIONS"] = "CLOSED_CAPTIONS";
|
|
78793
|
+
})(SimpleEncodingVodJobInputType = exports.SimpleEncodingVodJobInputType || (exports.SimpleEncodingVodJobInputType = {}));
|
|
78794
|
+
exports.default = SimpleEncodingVodJobInputType;
|
|
78795
|
+
|
|
78796
|
+
|
|
78797
|
+
/***/ }),
|
|
78798
|
+
|
|
78799
|
+
/***/ "./models/SimpleEncodingVodJobRequest.ts":
|
|
78800
|
+
/*!***********************************************!*\
|
|
78801
|
+
!*** ./models/SimpleEncodingVodJobRequest.ts ***!
|
|
78802
|
+
\***********************************************/
|
|
78803
|
+
/*! no static exports found */
|
|
78804
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78805
|
+
|
|
78806
|
+
"use strict";
|
|
78807
|
+
|
|
78808
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78809
|
+
exports.SimpleEncodingVodJobRequest = void 0;
|
|
78810
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78811
|
+
var SimpleEncodingVodJobUrlInput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlInput */ "./models/SimpleEncodingVodJobUrlInput.ts");
|
|
78812
|
+
var SimpleEncodingVodJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlOutput */ "./models/SimpleEncodingVodJobUrlOutput.ts");
|
|
78813
|
+
/**
|
|
78814
|
+
* @export
|
|
78815
|
+
* @class SimpleEncodingVodJobRequest
|
|
78816
|
+
*/
|
|
78817
|
+
var SimpleEncodingVodJobRequest = /** @class */ (function () {
|
|
78818
|
+
function SimpleEncodingVodJobRequest(obj) {
|
|
78819
|
+
if (!obj) {
|
|
78820
|
+
return;
|
|
78821
|
+
}
|
|
78822
|
+
this.inputs = Mapper_1.mapArray(obj.inputs, SimpleEncodingVodJobUrlInput_1.default);
|
|
78823
|
+
this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingVodJobUrlOutput_1.default);
|
|
78824
|
+
this.name = Mapper_1.map(obj.name);
|
|
78825
|
+
}
|
|
78826
|
+
return SimpleEncodingVodJobRequest;
|
|
78827
|
+
}());
|
|
78828
|
+
exports.SimpleEncodingVodJobRequest = SimpleEncodingVodJobRequest;
|
|
78829
|
+
exports.default = SimpleEncodingVodJobRequest;
|
|
78830
|
+
|
|
78831
|
+
|
|
78832
|
+
/***/ }),
|
|
78833
|
+
|
|
78834
|
+
/***/ "./models/SimpleEncodingVodJobResponse.ts":
|
|
78835
|
+
/*!************************************************!*\
|
|
78836
|
+
!*** ./models/SimpleEncodingVodJobResponse.ts ***!
|
|
78837
|
+
\************************************************/
|
|
78838
|
+
/*! no static exports found */
|
|
78839
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78840
|
+
|
|
78841
|
+
"use strict";
|
|
78842
|
+
|
|
78843
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78844
|
+
exports.SimpleEncodingVodJobResponse = void 0;
|
|
78845
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78846
|
+
var SimpleEncodingVodJobErrors_1 = __webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts");
|
|
78847
|
+
var SimpleEncodingVodJobUrlInput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlInput */ "./models/SimpleEncodingVodJobUrlInput.ts");
|
|
78848
|
+
var SimpleEncodingVodJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlOutput */ "./models/SimpleEncodingVodJobUrlOutput.ts");
|
|
78849
|
+
/**
|
|
78850
|
+
* @export
|
|
78851
|
+
* @class SimpleEncodingVodJobResponse
|
|
78852
|
+
*/
|
|
78853
|
+
var SimpleEncodingVodJobResponse = /** @class */ (function () {
|
|
78854
|
+
function SimpleEncodingVodJobResponse(obj) {
|
|
78855
|
+
if (!obj) {
|
|
78856
|
+
return;
|
|
78857
|
+
}
|
|
78858
|
+
this.id = Mapper_1.map(obj.id);
|
|
78859
|
+
this.status = Mapper_1.map(obj.status);
|
|
78860
|
+
this.encodingId = Mapper_1.map(obj.encodingId);
|
|
78861
|
+
this.inputs = Mapper_1.mapArray(obj.inputs, SimpleEncodingVodJobUrlInput_1.default);
|
|
78862
|
+
this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingVodJobUrlOutput_1.default);
|
|
78863
|
+
this.errors = Mapper_1.mapArray(obj.errors, SimpleEncodingVodJobErrors_1.default);
|
|
78864
|
+
this.createdAt = Mapper_1.map(obj.createdAt, Date);
|
|
78865
|
+
this.modifiedAt = Mapper_1.map(obj.modifiedAt, Date);
|
|
78866
|
+
this.name = Mapper_1.map(obj.name);
|
|
78867
|
+
}
|
|
78868
|
+
return SimpleEncodingVodJobResponse;
|
|
78869
|
+
}());
|
|
78870
|
+
exports.SimpleEncodingVodJobResponse = SimpleEncodingVodJobResponse;
|
|
78871
|
+
exports.default = SimpleEncodingVodJobResponse;
|
|
78872
|
+
|
|
78873
|
+
|
|
78874
|
+
/***/ }),
|
|
78875
|
+
|
|
78876
|
+
/***/ "./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts":
|
|
78877
|
+
/*!**************************************************************!*\
|
|
78878
|
+
!*** ./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts ***!
|
|
78879
|
+
\**************************************************************/
|
|
78880
|
+
/*! no static exports found */
|
|
78881
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78882
|
+
|
|
78883
|
+
"use strict";
|
|
78884
|
+
|
|
78885
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78886
|
+
var extendStatics = function (d, b) {
|
|
78887
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78888
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78889
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78890
|
+
return extendStatics(d, b);
|
|
78891
|
+
};
|
|
78892
|
+
return function (d, b) {
|
|
78893
|
+
extendStatics(d, b);
|
|
78894
|
+
function __() { this.constructor = d; }
|
|
78895
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78896
|
+
};
|
|
78897
|
+
})();
|
|
78898
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78899
|
+
exports.SimpleEncodingVodJobS3RoleBasedCredentials = void 0;
|
|
78900
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78901
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78902
|
+
/**
|
|
78903
|
+
* @export
|
|
78904
|
+
* @class SimpleEncodingVodJobS3RoleBasedCredentials
|
|
78905
|
+
*/
|
|
78906
|
+
var SimpleEncodingVodJobS3RoleBasedCredentials = /** @class */ (function (_super) {
|
|
78907
|
+
__extends(SimpleEncodingVodJobS3RoleBasedCredentials, _super);
|
|
78908
|
+
function SimpleEncodingVodJobS3RoleBasedCredentials(obj) {
|
|
78909
|
+
var _this = _super.call(this, obj) || this;
|
|
78910
|
+
if (!obj) {
|
|
78911
|
+
return _this;
|
|
78912
|
+
}
|
|
78913
|
+
_this.roleArn = Mapper_1.map(obj.roleArn);
|
|
78914
|
+
_this.useExternalId = Mapper_1.map(obj.useExternalId);
|
|
78915
|
+
return _this;
|
|
78916
|
+
}
|
|
78917
|
+
return SimpleEncodingVodJobS3RoleBasedCredentials;
|
|
78918
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78919
|
+
exports.SimpleEncodingVodJobS3RoleBasedCredentials = SimpleEncodingVodJobS3RoleBasedCredentials;
|
|
78920
|
+
exports.default = SimpleEncodingVodJobS3RoleBasedCredentials;
|
|
78921
|
+
|
|
78922
|
+
|
|
78923
|
+
/***/ }),
|
|
78924
|
+
|
|
78925
|
+
/***/ "./models/SimpleEncodingVodJobStatus.ts":
|
|
78926
|
+
/*!**********************************************!*\
|
|
78927
|
+
!*** ./models/SimpleEncodingVodJobStatus.ts ***!
|
|
78928
|
+
\**********************************************/
|
|
78929
|
+
/*! no static exports found */
|
|
78930
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78931
|
+
|
|
78932
|
+
"use strict";
|
|
78933
|
+
|
|
78934
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78935
|
+
exports.SimpleEncodingVodJobStatus = void 0;
|
|
78936
|
+
/**
|
|
78937
|
+
* @export
|
|
78938
|
+
* @enum {string}
|
|
78939
|
+
*/
|
|
78940
|
+
var SimpleEncodingVodJobStatus;
|
|
78941
|
+
(function (SimpleEncodingVodJobStatus) {
|
|
78942
|
+
SimpleEncodingVodJobStatus["CREATED"] = "CREATED";
|
|
78943
|
+
SimpleEncodingVodJobStatus["EXECUTING"] = "EXECUTING";
|
|
78944
|
+
SimpleEncodingVodJobStatus["FAILURE"] = "FAILURE";
|
|
78945
|
+
SimpleEncodingVodJobStatus["RUNNING"] = "RUNNING";
|
|
78946
|
+
SimpleEncodingVodJobStatus["FINISHED"] = "FINISHED";
|
|
78947
|
+
SimpleEncodingVodJobStatus["ERROR"] = "ERROR";
|
|
78948
|
+
SimpleEncodingVodJobStatus["CANCELED"] = "CANCELED";
|
|
78949
|
+
})(SimpleEncodingVodJobStatus = exports.SimpleEncodingVodJobStatus || (exports.SimpleEncodingVodJobStatus = {}));
|
|
78950
|
+
exports.default = SimpleEncodingVodJobStatus;
|
|
78951
|
+
|
|
78952
|
+
|
|
78953
|
+
/***/ }),
|
|
78954
|
+
|
|
78955
|
+
/***/ "./models/SimpleEncodingVodJobUrlInput.ts":
|
|
78956
|
+
/*!************************************************!*\
|
|
78957
|
+
!*** ./models/SimpleEncodingVodJobUrlInput.ts ***!
|
|
78958
|
+
\************************************************/
|
|
78959
|
+
/*! no static exports found */
|
|
78960
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78961
|
+
|
|
78962
|
+
"use strict";
|
|
78963
|
+
|
|
78964
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78965
|
+
exports.SimpleEncodingVodJobUrlInput = void 0;
|
|
78966
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78967
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78968
|
+
/**
|
|
78969
|
+
* @export
|
|
78970
|
+
* @class SimpleEncodingVodJobUrlInput
|
|
78971
|
+
*/
|
|
78972
|
+
var SimpleEncodingVodJobUrlInput = /** @class */ (function () {
|
|
78973
|
+
function SimpleEncodingVodJobUrlInput(obj) {
|
|
78974
|
+
if (!obj) {
|
|
78975
|
+
return;
|
|
78976
|
+
}
|
|
78977
|
+
this.url = Mapper_1.map(obj.url);
|
|
78978
|
+
this.credentials = Mapper_1.map(obj.credentials, SimpleEncodingVodJobCredentials_1.default);
|
|
78979
|
+
this.inputType = Mapper_1.map(obj.inputType);
|
|
78980
|
+
this.language = Mapper_1.map(obj.language);
|
|
78981
|
+
}
|
|
78982
|
+
return SimpleEncodingVodJobUrlInput;
|
|
78983
|
+
}());
|
|
78984
|
+
exports.SimpleEncodingVodJobUrlInput = SimpleEncodingVodJobUrlInput;
|
|
78985
|
+
exports.default = SimpleEncodingVodJobUrlInput;
|
|
78986
|
+
|
|
78987
|
+
|
|
78988
|
+
/***/ }),
|
|
78989
|
+
|
|
78990
|
+
/***/ "./models/SimpleEncodingVodJobUrlOutput.ts":
|
|
78991
|
+
/*!*************************************************!*\
|
|
78992
|
+
!*** ./models/SimpleEncodingVodJobUrlOutput.ts ***!
|
|
78993
|
+
\*************************************************/
|
|
78994
|
+
/*! no static exports found */
|
|
78995
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78996
|
+
|
|
78997
|
+
"use strict";
|
|
78998
|
+
|
|
78999
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
79000
|
+
exports.SimpleEncodingVodJobUrlOutput = void 0;
|
|
79001
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
79002
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
79003
|
+
/**
|
|
79004
|
+
* @export
|
|
79005
|
+
* @class SimpleEncodingVodJobUrlOutput
|
|
79006
|
+
*/
|
|
79007
|
+
var SimpleEncodingVodJobUrlOutput = /** @class */ (function () {
|
|
79008
|
+
function SimpleEncodingVodJobUrlOutput(obj) {
|
|
79009
|
+
if (!obj) {
|
|
79010
|
+
return;
|
|
79011
|
+
}
|
|
79012
|
+
this.url = Mapper_1.map(obj.url);
|
|
79013
|
+
this.credentials = Mapper_1.map(obj.credentials, SimpleEncodingVodJobCredentials_1.default);
|
|
79014
|
+
this.makePublic = Mapper_1.map(obj.makePublic);
|
|
79015
|
+
}
|
|
79016
|
+
return SimpleEncodingVodJobUrlOutput;
|
|
79017
|
+
}());
|
|
79018
|
+
exports.SimpleEncodingVodJobUrlOutput = SimpleEncodingVodJobUrlOutput;
|
|
79019
|
+
exports.default = SimpleEncodingVodJobUrlOutput;
|
|
79020
|
+
|
|
79021
|
+
|
|
79022
|
+
/***/ }),
|
|
79023
|
+
|
|
79024
|
+
/***/ "./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts":
|
|
79025
|
+
/*!*******************************************************************!*\
|
|
79026
|
+
!*** ./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts ***!
|
|
79027
|
+
\*******************************************************************/
|
|
79028
|
+
/*! no static exports found */
|
|
79029
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
79030
|
+
|
|
79031
|
+
"use strict";
|
|
79032
|
+
|
|
79033
|
+
var __extends = (this && this.__extends) || (function () {
|
|
79034
|
+
var extendStatics = function (d, b) {
|
|
79035
|
+
extendStatics = Object.setPrototypeOf ||
|
|
79036
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
79037
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
79038
|
+
return extendStatics(d, b);
|
|
79039
|
+
};
|
|
79040
|
+
return function (d, b) {
|
|
79041
|
+
extendStatics(d, b);
|
|
79042
|
+
function __() { this.constructor = d; }
|
|
79043
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
79044
|
+
};
|
|
79045
|
+
})();
|
|
79046
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
79047
|
+
exports.SimpleEncodingVodJobUsernamePasswordCredentials = void 0;
|
|
79048
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
79049
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
79050
|
+
/**
|
|
79051
|
+
* @export
|
|
79052
|
+
* @class SimpleEncodingVodJobUsernamePasswordCredentials
|
|
79053
|
+
*/
|
|
79054
|
+
var SimpleEncodingVodJobUsernamePasswordCredentials = /** @class */ (function (_super) {
|
|
79055
|
+
__extends(SimpleEncodingVodJobUsernamePasswordCredentials, _super);
|
|
79056
|
+
function SimpleEncodingVodJobUsernamePasswordCredentials(obj) {
|
|
79057
|
+
var _this = _super.call(this, obj) || this;
|
|
79058
|
+
if (!obj) {
|
|
79059
|
+
return _this;
|
|
79060
|
+
}
|
|
79061
|
+
_this.username = Mapper_1.map(obj.username);
|
|
79062
|
+
_this.password = Mapper_1.map(obj.password);
|
|
79063
|
+
return _this;
|
|
79064
|
+
}
|
|
79065
|
+
return SimpleEncodingVodJobUsernamePasswordCredentials;
|
|
79066
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
79067
|
+
exports.SimpleEncodingVodJobUsernamePasswordCredentials = SimpleEncodingVodJobUsernamePasswordCredentials;
|
|
79068
|
+
exports.default = SimpleEncodingVodJobUsernamePasswordCredentials;
|
|
79069
|
+
|
|
79070
|
+
|
|
77610
79071
|
/***/ }),
|
|
77611
79072
|
|
|
77612
79073
|
/***/ "./models/SmoothManifestContentProtection.ts":
|
|
@@ -78167,7 +79628,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
78167
79628
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78168
79629
|
exports.SpriteRepresentation = void 0;
|
|
78169
79630
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78170
|
-
var
|
|
79631
|
+
var DashRepresentation_1 = __webpack_require__(/*! ./DashRepresentation */ "./models/DashRepresentation.ts");
|
|
79632
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
78171
79633
|
/**
|
|
78172
79634
|
* @export
|
|
78173
79635
|
* @class SpriteRepresentation
|
|
@@ -78176,6 +79638,12 @@ var SpriteRepresentation = /** @class */ (function (_super) {
|
|
|
78176
79638
|
__extends(SpriteRepresentation, _super);
|
|
78177
79639
|
function SpriteRepresentation(obj) {
|
|
78178
79640
|
var _this = _super.call(this, obj) || this;
|
|
79641
|
+
/**
|
|
79642
|
+
* Discriminator property for DashRepresentation
|
|
79643
|
+
* @type {string}
|
|
79644
|
+
* @memberof SpriteRepresentation
|
|
79645
|
+
*/
|
|
79646
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.SPRITE;
|
|
78179
79647
|
if (!obj) {
|
|
78180
79648
|
return _this;
|
|
78181
79649
|
}
|
|
@@ -78186,7 +79654,7 @@ var SpriteRepresentation = /** @class */ (function (_super) {
|
|
|
78186
79654
|
return _this;
|
|
78187
79655
|
}
|
|
78188
79656
|
return SpriteRepresentation;
|
|
78189
|
-
}(
|
|
79657
|
+
}(DashRepresentation_1.default));
|
|
78190
79658
|
exports.SpriteRepresentation = SpriteRepresentation;
|
|
78191
79659
|
exports.default = SpriteRepresentation;
|
|
78192
79660
|
|
|
@@ -79613,6 +81081,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
79613
81081
|
exports.SubtitleAdaptationSet = void 0;
|
|
79614
81082
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
79615
81083
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
81084
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
79616
81085
|
/**
|
|
79617
81086
|
* @export
|
|
79618
81087
|
* @class SubtitleAdaptationSet
|
|
@@ -79621,6 +81090,12 @@ var SubtitleAdaptationSet = /** @class */ (function (_super) {
|
|
|
79621
81090
|
__extends(SubtitleAdaptationSet, _super);
|
|
79622
81091
|
function SubtitleAdaptationSet(obj) {
|
|
79623
81092
|
var _this = _super.call(this, obj) || this;
|
|
81093
|
+
/**
|
|
81094
|
+
* Discriminator property for AdaptationSet
|
|
81095
|
+
* @type {string}
|
|
81096
|
+
* @memberof SubtitleAdaptationSet
|
|
81097
|
+
*/
|
|
81098
|
+
_this.type = AdaptationSetType_1.default.SUBTITLE;
|
|
79624
81099
|
if (!obj) {
|
|
79625
81100
|
return _this;
|
|
79626
81101
|
}
|
|
@@ -81208,6 +82683,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
81208
82683
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81209
82684
|
exports.VideoAdaptationSet = void 0;
|
|
81210
82685
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
82686
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
81211
82687
|
/**
|
|
81212
82688
|
* @export
|
|
81213
82689
|
* @class VideoAdaptationSet
|
|
@@ -81216,6 +82692,12 @@ var VideoAdaptationSet = /** @class */ (function (_super) {
|
|
|
81216
82692
|
__extends(VideoAdaptationSet, _super);
|
|
81217
82693
|
function VideoAdaptationSet(obj) {
|
|
81218
82694
|
var _this = _super.call(this, obj) || this;
|
|
82695
|
+
/**
|
|
82696
|
+
* Discriminator property for AdaptationSet
|
|
82697
|
+
* @type {string}
|
|
82698
|
+
* @memberof VideoAdaptationSet
|
|
82699
|
+
*/
|
|
82700
|
+
_this.type = AdaptationSetType_1.default.VIDEO;
|
|
81219
82701
|
if (!obj) {
|
|
81220
82702
|
return _this;
|
|
81221
82703
|
}
|
|
@@ -82938,6 +84420,8 @@ __exportStar(__webpack_require__(/*! ./AdAnalyticsSumQueryRequest */ "./models/A
|
|
|
82938
84420
|
__exportStar(__webpack_require__(/*! ./AdAnalyticsVarianceQueryRequest */ "./models/AdAnalyticsVarianceQueryRequest.ts"), exports);
|
|
82939
84421
|
__exportStar(__webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts"), exports);
|
|
82940
84422
|
__exportStar(__webpack_require__(/*! ./AdaptationSetRole */ "./models/AdaptationSetRole.ts"), exports);
|
|
84423
|
+
__exportStar(__webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts"), exports);
|
|
84424
|
+
__exportStar(__webpack_require__(/*! ./AdaptationSetTypeResponse */ "./models/AdaptationSetTypeResponse.ts"), exports);
|
|
82941
84425
|
__exportStar(__webpack_require__(/*! ./AdaptiveQuantMode */ "./models/AdaptiveQuantMode.ts"), exports);
|
|
82942
84426
|
__exportStar(__webpack_require__(/*! ./AesEncryptionDrm */ "./models/AesEncryptionDrm.ts"), exports);
|
|
82943
84427
|
__exportStar(__webpack_require__(/*! ./AesEncryptionMethod */ "./models/AesEncryptionMethod.ts"), exports);
|
|
@@ -82962,6 +84446,7 @@ __exportStar(__webpack_require__(/*! ./AnalyticsEqualFilter */ "./models/Analyti
|
|
|
82962
84446
|
__exportStar(__webpack_require__(/*! ./AnalyticsErrorData */ "./models/AnalyticsErrorData.ts"), exports);
|
|
82963
84447
|
__exportStar(__webpack_require__(/*! ./AnalyticsErrorDetail */ "./models/AnalyticsErrorDetail.ts"), exports);
|
|
82964
84448
|
__exportStar(__webpack_require__(/*! ./AnalyticsErrorDetailsResponse */ "./models/AnalyticsErrorDetailsResponse.ts"), exports);
|
|
84449
|
+
__exportStar(__webpack_require__(/*! ./AnalyticsExportFileFormat */ "./models/AnalyticsExportFileFormat.ts"), exports);
|
|
82965
84450
|
__exportStar(__webpack_require__(/*! ./AnalyticsExportStatus */ "./models/AnalyticsExportStatus.ts"), exports);
|
|
82966
84451
|
__exportStar(__webpack_require__(/*! ./AnalyticsExportTask */ "./models/AnalyticsExportTask.ts"), exports);
|
|
82967
84452
|
__exportStar(__webpack_require__(/*! ./AnalyticsExportTaskOutputTarget */ "./models/AnalyticsExportTaskOutputTarget.ts"), exports);
|
|
@@ -83128,12 +84613,15 @@ __exportStar(__webpack_require__(/*! ./DashManifestDefault */ "./models/DashMani
|
|
|
83128
84613
|
__exportStar(__webpack_require__(/*! ./DashManifestDefaultVersion */ "./models/DashManifestDefaultVersion.ts"), exports);
|
|
83129
84614
|
__exportStar(__webpack_require__(/*! ./DashMp4DrmRepresentation */ "./models/DashMp4DrmRepresentation.ts"), exports);
|
|
83130
84615
|
__exportStar(__webpack_require__(/*! ./DashMp4Representation */ "./models/DashMp4Representation.ts"), exports);
|
|
84616
|
+
__exportStar(__webpack_require__(/*! ./DashMuxingRepresentation */ "./models/DashMuxingRepresentation.ts"), exports);
|
|
83131
84617
|
__exportStar(__webpack_require__(/*! ./DashOnDemandRepresentationType */ "./models/DashOnDemandRepresentationType.ts"), exports);
|
|
83132
84618
|
__exportStar(__webpack_require__(/*! ./DashProfile */ "./models/DashProfile.ts"), exports);
|
|
83133
84619
|
__exportStar(__webpack_require__(/*! ./DashProgressiveWebmRepresentation */ "./models/DashProgressiveWebmRepresentation.ts"), exports);
|
|
83134
84620
|
__exportStar(__webpack_require__(/*! ./DashRepresentation */ "./models/DashRepresentation.ts"), exports);
|
|
83135
84621
|
__exportStar(__webpack_require__(/*! ./DashRepresentationType */ "./models/DashRepresentationType.ts"), exports);
|
|
84622
|
+
__exportStar(__webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts"), exports);
|
|
83136
84623
|
__exportStar(__webpack_require__(/*! ./DashRepresentationTypeMode */ "./models/DashRepresentationTypeMode.ts"), exports);
|
|
84624
|
+
__exportStar(__webpack_require__(/*! ./DashRepresentationTypeResponse */ "./models/DashRepresentationTypeResponse.ts"), exports);
|
|
83137
84625
|
__exportStar(__webpack_require__(/*! ./DashSegmentedRepresentation */ "./models/DashSegmentedRepresentation.ts"), exports);
|
|
83138
84626
|
__exportStar(__webpack_require__(/*! ./DashVttRepresentation */ "./models/DashVttRepresentation.ts"), exports);
|
|
83139
84627
|
__exportStar(__webpack_require__(/*! ./DashWebmRepresentation */ "./models/DashWebmRepresentation.ts"), exports);
|
|
@@ -83374,6 +84862,7 @@ __exportStar(__webpack_require__(/*! ./MuxingInformationAudioTrack */ "./models/
|
|
|
83374
84862
|
__exportStar(__webpack_require__(/*! ./MuxingInformationVideoTrack */ "./models/MuxingInformationVideoTrack.ts"), exports);
|
|
83375
84863
|
__exportStar(__webpack_require__(/*! ./MuxingStream */ "./models/MuxingStream.ts"), exports);
|
|
83376
84864
|
__exportStar(__webpack_require__(/*! ./MuxingType */ "./models/MuxingType.ts"), exports);
|
|
84865
|
+
__exportStar(__webpack_require__(/*! ./MuxingTypeResponse */ "./models/MuxingTypeResponse.ts"), exports);
|
|
83377
84866
|
__exportStar(__webpack_require__(/*! ./MvPredictionMode */ "./models/MvPredictionMode.ts"), exports);
|
|
83378
84867
|
__exportStar(__webpack_require__(/*! ./MxfMuxing */ "./models/MxfMuxing.ts"), exports);
|
|
83379
84868
|
__exportStar(__webpack_require__(/*! ./NexGuardABWatermarkingFeature */ "./models/NexGuardABWatermarkingFeature.ts"), exports);
|
|
@@ -83396,6 +84885,7 @@ __exportStar(__webpack_require__(/*! ./OttLoudnessMode */ "./models/OttLoudnessM
|
|
|
83396
84885
|
__exportStar(__webpack_require__(/*! ./Output */ "./models/Output.ts"), exports);
|
|
83397
84886
|
__exportStar(__webpack_require__(/*! ./OutputType */ "./models/OutputType.ts"), exports);
|
|
83398
84887
|
__exportStar(__webpack_require__(/*! ./OutputTypeResponse */ "./models/OutputTypeResponse.ts"), exports);
|
|
84888
|
+
__exportStar(__webpack_require__(/*! ./PTSAlignMode */ "./models/PTSAlignMode.ts"), exports);
|
|
83399
84889
|
__exportStar(__webpack_require__(/*! ./PackedAudioMuxing */ "./models/PackedAudioMuxing.ts"), exports);
|
|
83400
84890
|
__exportStar(__webpack_require__(/*! ./PackedAudioMuxingInformation */ "./models/PackedAudioMuxingInformation.ts"), exports);
|
|
83401
84891
|
__exportStar(__webpack_require__(/*! ./PaddingDurationUnit */ "./models/PaddingDurationUnit.ts"), exports);
|
|
@@ -83487,6 +84977,19 @@ __exportStar(__webpack_require__(/*! ./SidecarErrorMode */ "./models/SidecarErro
|
|
|
83487
84977
|
__exportStar(__webpack_require__(/*! ./SidecarFile */ "./models/SidecarFile.ts"), exports);
|
|
83488
84978
|
__exportStar(__webpack_require__(/*! ./SidecarFileType */ "./models/SidecarFileType.ts"), exports);
|
|
83489
84979
|
__exportStar(__webpack_require__(/*! ./SignatureType */ "./models/SignatureType.ts"), exports);
|
|
84980
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAccessKeyCredentials */ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts"), exports);
|
|
84981
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAzureCredentials */ "./models/SimpleEncodingVodJobAzureCredentials.ts"), exports);
|
|
84982
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts"), exports);
|
|
84983
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts"), exports);
|
|
84984
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobGcsServiceAccountCredentials */ "./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts"), exports);
|
|
84985
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobInputType */ "./models/SimpleEncodingVodJobInputType.ts"), exports);
|
|
84986
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobRequest */ "./models/SimpleEncodingVodJobRequest.ts"), exports);
|
|
84987
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobResponse */ "./models/SimpleEncodingVodJobResponse.ts"), exports);
|
|
84988
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobS3RoleBasedCredentials */ "./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts"), exports);
|
|
84989
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobStatus */ "./models/SimpleEncodingVodJobStatus.ts"), exports);
|
|
84990
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUrlInput */ "./models/SimpleEncodingVodJobUrlInput.ts"), exports);
|
|
84991
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUrlOutput */ "./models/SimpleEncodingVodJobUrlOutput.ts"), exports);
|
|
84992
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUsernamePasswordCredentials */ "./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts"), exports);
|
|
83490
84993
|
__exportStar(__webpack_require__(/*! ./SmoothManifestContentProtection */ "./models/SmoothManifestContentProtection.ts"), exports);
|
|
83491
84994
|
__exportStar(__webpack_require__(/*! ./SmoothManifestDefault */ "./models/SmoothManifestDefault.ts"), exports);
|
|
83492
84995
|
__exportStar(__webpack_require__(/*! ./SmoothManifestDefaultVersion */ "./models/SmoothManifestDefaultVersion.ts"), exports);
|