@bitmovin/api-sdk 1.96.0 → 1.100.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 +1696 -184
- 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/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/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.d.ts +28 -0
- 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/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.d.ts +28 -0
- 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/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/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 +20 -0
- package/dist/models/index.js +20 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -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.100.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
|
}
|
|
@@ -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":
|
|
@@ -54682,6 +55300,13 @@ var AdaptationSet = /** @class */ (function (_super) {
|
|
|
54682
55300
|
_this.labels = Mapper_1.mapArray(obj.labels, Label_1.default);
|
|
54683
55301
|
return _this;
|
|
54684
55302
|
}
|
|
55303
|
+
AdaptationSet._discriminatorName = 'type';
|
|
55304
|
+
AdaptationSet._discriminatorMapping = {
|
|
55305
|
+
VIDEO: 'VideoAdaptationSet',
|
|
55306
|
+
AUDIO: 'AudioAdaptationSet',
|
|
55307
|
+
IMAGE: 'ImageAdaptationSet',
|
|
55308
|
+
SUBTITLE: 'SubtitleAdaptationSet'
|
|
55309
|
+
};
|
|
54685
55310
|
return AdaptationSet;
|
|
54686
55311
|
}(BitmovinResponse_1.default));
|
|
54687
55312
|
exports.AdaptationSet = AdaptationSet;
|
|
@@ -54718,6 +55343,64 @@ var AdaptationSetRole;
|
|
|
54718
55343
|
exports.default = AdaptationSetRole;
|
|
54719
55344
|
|
|
54720
55345
|
|
|
55346
|
+
/***/ }),
|
|
55347
|
+
|
|
55348
|
+
/***/ "./models/AdaptationSetType.ts":
|
|
55349
|
+
/*!*************************************!*\
|
|
55350
|
+
!*** ./models/AdaptationSetType.ts ***!
|
|
55351
|
+
\*************************************/
|
|
55352
|
+
/*! no static exports found */
|
|
55353
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
55354
|
+
|
|
55355
|
+
"use strict";
|
|
55356
|
+
|
|
55357
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55358
|
+
exports.AdaptationSetType = void 0;
|
|
55359
|
+
/**
|
|
55360
|
+
* @export
|
|
55361
|
+
* @enum {string}
|
|
55362
|
+
*/
|
|
55363
|
+
var AdaptationSetType;
|
|
55364
|
+
(function (AdaptationSetType) {
|
|
55365
|
+
AdaptationSetType["VIDEO"] = "VIDEO";
|
|
55366
|
+
AdaptationSetType["AUDIO"] = "AUDIO";
|
|
55367
|
+
AdaptationSetType["IMAGE"] = "IMAGE";
|
|
55368
|
+
AdaptationSetType["SUBTITLE"] = "SUBTITLE";
|
|
55369
|
+
})(AdaptationSetType = exports.AdaptationSetType || (exports.AdaptationSetType = {}));
|
|
55370
|
+
exports.default = AdaptationSetType;
|
|
55371
|
+
|
|
55372
|
+
|
|
55373
|
+
/***/ }),
|
|
55374
|
+
|
|
55375
|
+
/***/ "./models/AdaptationSetTypeResponse.ts":
|
|
55376
|
+
/*!*********************************************!*\
|
|
55377
|
+
!*** ./models/AdaptationSetTypeResponse.ts ***!
|
|
55378
|
+
\*********************************************/
|
|
55379
|
+
/*! no static exports found */
|
|
55380
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
55381
|
+
|
|
55382
|
+
"use strict";
|
|
55383
|
+
|
|
55384
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55385
|
+
exports.AdaptationSetTypeResponse = void 0;
|
|
55386
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
55387
|
+
/**
|
|
55388
|
+
* @export
|
|
55389
|
+
* @class AdaptationSetTypeResponse
|
|
55390
|
+
*/
|
|
55391
|
+
var AdaptationSetTypeResponse = /** @class */ (function () {
|
|
55392
|
+
function AdaptationSetTypeResponse(obj) {
|
|
55393
|
+
if (!obj) {
|
|
55394
|
+
return;
|
|
55395
|
+
}
|
|
55396
|
+
this.type = Mapper_1.map(obj.type);
|
|
55397
|
+
}
|
|
55398
|
+
return AdaptationSetTypeResponse;
|
|
55399
|
+
}());
|
|
55400
|
+
exports.AdaptationSetTypeResponse = AdaptationSetTypeResponse;
|
|
55401
|
+
exports.default = AdaptationSetTypeResponse;
|
|
55402
|
+
|
|
55403
|
+
|
|
54721
55404
|
/***/ }),
|
|
54722
55405
|
|
|
54723
55406
|
/***/ "./models/AdaptiveQuantMode.ts":
|
|
@@ -58040,6 +58723,7 @@ exports.default = AnalyticsVideoStartFailedReason;
|
|
|
58040
58723
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58041
58724
|
exports.AnalyticsVirtualLicense = void 0;
|
|
58042
58725
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
58726
|
+
var AnalyticsLicenseCustomDataFieldLabels_1 = __webpack_require__(/*! ./AnalyticsLicenseCustomDataFieldLabels */ "./models/AnalyticsLicenseCustomDataFieldLabels.ts");
|
|
58043
58727
|
var AnalyticsVirtualLicenseLicensesListItem_1 = __webpack_require__(/*! ./AnalyticsVirtualLicenseLicensesListItem */ "./models/AnalyticsVirtualLicenseLicensesListItem.ts");
|
|
58044
58728
|
/**
|
|
58045
58729
|
* @export
|
|
@@ -58054,6 +58738,8 @@ var AnalyticsVirtualLicense = /** @class */ (function () {
|
|
|
58054
58738
|
this.name = Mapper_1.map(obj.name);
|
|
58055
58739
|
this.timezone = Mapper_1.map(obj.timezone);
|
|
58056
58740
|
this.licenses = Mapper_1.mapArray(obj.licenses, AnalyticsVirtualLicenseLicensesListItem_1.default);
|
|
58741
|
+
this.customDataFieldsCount = Mapper_1.map(obj.customDataFieldsCount);
|
|
58742
|
+
this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
|
|
58057
58743
|
}
|
|
58058
58744
|
return AnalyticsVirtualLicense;
|
|
58059
58745
|
}());
|
|
@@ -58109,6 +58795,7 @@ exports.default = AnalyticsVirtualLicenseLicensesListItem;
|
|
|
58109
58795
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58110
58796
|
exports.AnalyticsVirtualLicenseRequest = void 0;
|
|
58111
58797
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
58798
|
+
var AnalyticsLicenseCustomDataFieldLabels_1 = __webpack_require__(/*! ./AnalyticsLicenseCustomDataFieldLabels */ "./models/AnalyticsLicenseCustomDataFieldLabels.ts");
|
|
58112
58799
|
var AnalyticsVirtualLicenseLicensesListItem_1 = __webpack_require__(/*! ./AnalyticsVirtualLicenseLicensesListItem */ "./models/AnalyticsVirtualLicenseLicensesListItem.ts");
|
|
58113
58800
|
/**
|
|
58114
58801
|
* @export
|
|
@@ -58122,6 +58809,7 @@ var AnalyticsVirtualLicenseRequest = /** @class */ (function () {
|
|
|
58122
58809
|
this.name = Mapper_1.map(obj.name);
|
|
58123
58810
|
this.timezone = Mapper_1.map(obj.timezone);
|
|
58124
58811
|
this.licenses = Mapper_1.mapArray(obj.licenses, AnalyticsVirtualLicenseLicensesListItem_1.default);
|
|
58812
|
+
this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
|
|
58125
58813
|
}
|
|
58126
58814
|
return AnalyticsVirtualLicenseRequest;
|
|
58127
58815
|
}());
|
|
@@ -58363,6 +59051,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58363
59051
|
exports.AudioAdaptationSet = void 0;
|
|
58364
59052
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
58365
59053
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
59054
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
58366
59055
|
/**
|
|
58367
59056
|
* @export
|
|
58368
59057
|
* @class AudioAdaptationSet
|
|
@@ -58371,6 +59060,12 @@ var AudioAdaptationSet = /** @class */ (function (_super) {
|
|
|
58371
59060
|
__extends(AudioAdaptationSet, _super);
|
|
58372
59061
|
function AudioAdaptationSet(obj) {
|
|
58373
59062
|
var _this = _super.call(this, obj) || this;
|
|
59063
|
+
/**
|
|
59064
|
+
* Discriminator property for AdaptationSet
|
|
59065
|
+
* @type {string}
|
|
59066
|
+
* @memberof AudioAdaptationSet
|
|
59067
|
+
*/
|
|
59068
|
+
_this.type = AdaptationSetType_1.default.AUDIO;
|
|
58374
59069
|
if (!obj) {
|
|
58375
59070
|
return _this;
|
|
58376
59071
|
}
|
|
@@ -62291,7 +62986,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
62291
62986
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62292
62987
|
exports.ContentProtection = void 0;
|
|
62293
62988
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
62294
|
-
var
|
|
62989
|
+
var DashMuxingRepresentation_1 = __webpack_require__(/*! ./DashMuxingRepresentation */ "./models/DashMuxingRepresentation.ts");
|
|
62990
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
62295
62991
|
/**
|
|
62296
62992
|
* @export
|
|
62297
62993
|
* @class ContentProtection
|
|
@@ -62300,6 +62996,12 @@ var ContentProtection = /** @class */ (function (_super) {
|
|
|
62300
62996
|
__extends(ContentProtection, _super);
|
|
62301
62997
|
function ContentProtection(obj) {
|
|
62302
62998
|
var _this = _super.call(this, obj) || this;
|
|
62999
|
+
/**
|
|
63000
|
+
* Discriminator property for DashRepresentation
|
|
63001
|
+
* @type {string}
|
|
63002
|
+
* @memberof ContentProtection
|
|
63003
|
+
*/
|
|
63004
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.CONTENT_PROTECTION;
|
|
62303
63005
|
if (!obj) {
|
|
62304
63006
|
return _this;
|
|
62305
63007
|
}
|
|
@@ -62307,7 +63009,7 @@ var ContentProtection = /** @class */ (function (_super) {
|
|
|
62307
63009
|
return _this;
|
|
62308
63010
|
}
|
|
62309
63011
|
return ContentProtection;
|
|
62310
|
-
}(
|
|
63012
|
+
}(DashMuxingRepresentation_1.default));
|
|
62311
63013
|
exports.ContentProtection = ContentProtection;
|
|
62312
63014
|
exports.default = ContentProtection;
|
|
62313
63015
|
|
|
@@ -62916,6 +63618,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
62916
63618
|
})();
|
|
62917
63619
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62918
63620
|
exports.DashChunkedTextRepresentation = void 0;
|
|
63621
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
62919
63622
|
var DashSegmentedRepresentation_1 = __webpack_require__(/*! ./DashSegmentedRepresentation */ "./models/DashSegmentedRepresentation.ts");
|
|
62920
63623
|
/**
|
|
62921
63624
|
* @export
|
|
@@ -62925,6 +63628,12 @@ var DashChunkedTextRepresentation = /** @class */ (function (_super) {
|
|
|
62925
63628
|
__extends(DashChunkedTextRepresentation, _super);
|
|
62926
63629
|
function DashChunkedTextRepresentation(obj) {
|
|
62927
63630
|
var _this = _super.call(this, obj) || this;
|
|
63631
|
+
/**
|
|
63632
|
+
* Discriminator property for DashRepresentation
|
|
63633
|
+
* @type {string}
|
|
63634
|
+
* @memberof DashChunkedTextRepresentation
|
|
63635
|
+
*/
|
|
63636
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.CHUNKED_TEXT;
|
|
62928
63637
|
if (!obj) {
|
|
62929
63638
|
return _this;
|
|
62930
63639
|
}
|
|
@@ -62962,6 +63671,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
62962
63671
|
})();
|
|
62963
63672
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62964
63673
|
exports.DashCmafRepresentation = void 0;
|
|
63674
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
62965
63675
|
var DashSegmentedRepresentation_1 = __webpack_require__(/*! ./DashSegmentedRepresentation */ "./models/DashSegmentedRepresentation.ts");
|
|
62966
63676
|
/**
|
|
62967
63677
|
* @export
|
|
@@ -62971,6 +63681,12 @@ var DashCmafRepresentation = /** @class */ (function (_super) {
|
|
|
62971
63681
|
__extends(DashCmafRepresentation, _super);
|
|
62972
63682
|
function DashCmafRepresentation(obj) {
|
|
62973
63683
|
var _this = _super.call(this, obj) || this;
|
|
63684
|
+
/**
|
|
63685
|
+
* Discriminator property for DashRepresentation
|
|
63686
|
+
* @type {string}
|
|
63687
|
+
* @memberof DashCmafRepresentation
|
|
63688
|
+
*/
|
|
63689
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.CMAF;
|
|
62974
63690
|
if (!obj) {
|
|
62975
63691
|
return _this;
|
|
62976
63692
|
}
|
|
@@ -63034,6 +63750,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
63034
63750
|
exports.DashFmp4DrmRepresentation = void 0;
|
|
63035
63751
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63036
63752
|
var DashFmp4Representation_1 = __webpack_require__(/*! ./DashFmp4Representation */ "./models/DashFmp4Representation.ts");
|
|
63753
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63037
63754
|
/**
|
|
63038
63755
|
* @export
|
|
63039
63756
|
* @class DashFmp4DrmRepresentation
|
|
@@ -63042,6 +63759,12 @@ var DashFmp4DrmRepresentation = /** @class */ (function (_super) {
|
|
|
63042
63759
|
__extends(DashFmp4DrmRepresentation, _super);
|
|
63043
63760
|
function DashFmp4DrmRepresentation(obj) {
|
|
63044
63761
|
var _this = _super.call(this, obj) || this;
|
|
63762
|
+
/**
|
|
63763
|
+
* Discriminator property for DashRepresentation
|
|
63764
|
+
* @type {string}
|
|
63765
|
+
* @memberof DashFmp4DrmRepresentation
|
|
63766
|
+
*/
|
|
63767
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.DRM_FMP4;
|
|
63045
63768
|
if (!obj) {
|
|
63046
63769
|
return _this;
|
|
63047
63770
|
}
|
|
@@ -63080,6 +63803,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63080
63803
|
})();
|
|
63081
63804
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63082
63805
|
exports.DashFmp4Representation = void 0;
|
|
63806
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63083
63807
|
var DashSegmentedRepresentation_1 = __webpack_require__(/*! ./DashSegmentedRepresentation */ "./models/DashSegmentedRepresentation.ts");
|
|
63084
63808
|
/**
|
|
63085
63809
|
* @export
|
|
@@ -63089,6 +63813,12 @@ var DashFmp4Representation = /** @class */ (function (_super) {
|
|
|
63089
63813
|
__extends(DashFmp4Representation, _super);
|
|
63090
63814
|
function DashFmp4Representation(obj) {
|
|
63091
63815
|
var _this = _super.call(this, obj) || this;
|
|
63816
|
+
/**
|
|
63817
|
+
* Discriminator property for DashRepresentation
|
|
63818
|
+
* @type {string}
|
|
63819
|
+
* @memberof DashFmp4Representation
|
|
63820
|
+
*/
|
|
63821
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.FMP4;
|
|
63092
63822
|
if (!obj) {
|
|
63093
63823
|
return _this;
|
|
63094
63824
|
}
|
|
@@ -63127,7 +63857,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63127
63857
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63128
63858
|
exports.DashImscRepresentation = void 0;
|
|
63129
63859
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63130
|
-
var
|
|
63860
|
+
var DashRepresentation_1 = __webpack_require__(/*! ./DashRepresentation */ "./models/DashRepresentation.ts");
|
|
63861
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63131
63862
|
/**
|
|
63132
63863
|
* @export
|
|
63133
63864
|
* @class DashImscRepresentation
|
|
@@ -63136,6 +63867,12 @@ var DashImscRepresentation = /** @class */ (function (_super) {
|
|
|
63136
63867
|
__extends(DashImscRepresentation, _super);
|
|
63137
63868
|
function DashImscRepresentation(obj) {
|
|
63138
63869
|
var _this = _super.call(this, obj) || this;
|
|
63870
|
+
/**
|
|
63871
|
+
* Discriminator property for DashRepresentation
|
|
63872
|
+
* @type {string}
|
|
63873
|
+
* @memberof DashImscRepresentation
|
|
63874
|
+
*/
|
|
63875
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.IMSC;
|
|
63139
63876
|
if (!obj) {
|
|
63140
63877
|
return _this;
|
|
63141
63878
|
}
|
|
@@ -63143,7 +63880,7 @@ var DashImscRepresentation = /** @class */ (function (_super) {
|
|
|
63143
63880
|
return _this;
|
|
63144
63881
|
}
|
|
63145
63882
|
return DashImscRepresentation;
|
|
63146
|
-
}(
|
|
63883
|
+
}(DashRepresentation_1.default));
|
|
63147
63884
|
exports.DashImscRepresentation = DashImscRepresentation;
|
|
63148
63885
|
exports.default = DashImscRepresentation;
|
|
63149
63886
|
|
|
@@ -63307,6 +64044,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
63307
64044
|
exports.DashMp4DrmRepresentation = void 0;
|
|
63308
64045
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63309
64046
|
var DashMp4Representation_1 = __webpack_require__(/*! ./DashMp4Representation */ "./models/DashMp4Representation.ts");
|
|
64047
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63310
64048
|
/**
|
|
63311
64049
|
* @export
|
|
63312
64050
|
* @class DashMp4DrmRepresentation
|
|
@@ -63315,6 +64053,12 @@ var DashMp4DrmRepresentation = /** @class */ (function (_super) {
|
|
|
63315
64053
|
__extends(DashMp4DrmRepresentation, _super);
|
|
63316
64054
|
function DashMp4DrmRepresentation(obj) {
|
|
63317
64055
|
var _this = _super.call(this, obj) || this;
|
|
64056
|
+
/**
|
|
64057
|
+
* Discriminator property for DashRepresentation
|
|
64058
|
+
* @type {string}
|
|
64059
|
+
* @memberof DashMp4DrmRepresentation
|
|
64060
|
+
*/
|
|
64061
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.DRM_MP4;
|
|
63318
64062
|
if (!obj) {
|
|
63319
64063
|
return _this;
|
|
63320
64064
|
}
|
|
@@ -63354,7 +64098,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63354
64098
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63355
64099
|
exports.DashMp4Representation = void 0;
|
|
63356
64100
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63357
|
-
var
|
|
64101
|
+
var DashMuxingRepresentation_1 = __webpack_require__(/*! ./DashMuxingRepresentation */ "./models/DashMuxingRepresentation.ts");
|
|
64102
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63358
64103
|
/**
|
|
63359
64104
|
* @export
|
|
63360
64105
|
* @class DashMp4Representation
|
|
@@ -63363,6 +64108,12 @@ var DashMp4Representation = /** @class */ (function (_super) {
|
|
|
63363
64108
|
__extends(DashMp4Representation, _super);
|
|
63364
64109
|
function DashMp4Representation(obj) {
|
|
63365
64110
|
var _this = _super.call(this, obj) || this;
|
|
64111
|
+
/**
|
|
64112
|
+
* Discriminator property for DashRepresentation
|
|
64113
|
+
* @type {string}
|
|
64114
|
+
* @memberof DashMp4Representation
|
|
64115
|
+
*/
|
|
64116
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.MP4;
|
|
63366
64117
|
if (!obj) {
|
|
63367
64118
|
return _this;
|
|
63368
64119
|
}
|
|
@@ -63371,11 +64122,61 @@ var DashMp4Representation = /** @class */ (function (_super) {
|
|
|
63371
64122
|
return _this;
|
|
63372
64123
|
}
|
|
63373
64124
|
return DashMp4Representation;
|
|
63374
|
-
}(
|
|
64125
|
+
}(DashMuxingRepresentation_1.default));
|
|
63375
64126
|
exports.DashMp4Representation = DashMp4Representation;
|
|
63376
64127
|
exports.default = DashMp4Representation;
|
|
63377
64128
|
|
|
63378
64129
|
|
|
64130
|
+
/***/ }),
|
|
64131
|
+
|
|
64132
|
+
/***/ "./models/DashMuxingRepresentation.ts":
|
|
64133
|
+
/*!********************************************!*\
|
|
64134
|
+
!*** ./models/DashMuxingRepresentation.ts ***!
|
|
64135
|
+
\********************************************/
|
|
64136
|
+
/*! no static exports found */
|
|
64137
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
64138
|
+
|
|
64139
|
+
"use strict";
|
|
64140
|
+
|
|
64141
|
+
var __extends = (this && this.__extends) || (function () {
|
|
64142
|
+
var extendStatics = function (d, b) {
|
|
64143
|
+
extendStatics = Object.setPrototypeOf ||
|
|
64144
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
64145
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
64146
|
+
return extendStatics(d, b);
|
|
64147
|
+
};
|
|
64148
|
+
return function (d, b) {
|
|
64149
|
+
extendStatics(d, b);
|
|
64150
|
+
function __() { this.constructor = d; }
|
|
64151
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
64152
|
+
};
|
|
64153
|
+
})();
|
|
64154
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
64155
|
+
exports.DashMuxingRepresentation = void 0;
|
|
64156
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64157
|
+
var DashRepresentation_1 = __webpack_require__(/*! ./DashRepresentation */ "./models/DashRepresentation.ts");
|
|
64158
|
+
/**
|
|
64159
|
+
* @export
|
|
64160
|
+
* @class DashMuxingRepresentation
|
|
64161
|
+
*/
|
|
64162
|
+
var DashMuxingRepresentation = /** @class */ (function (_super) {
|
|
64163
|
+
__extends(DashMuxingRepresentation, _super);
|
|
64164
|
+
function DashMuxingRepresentation(obj) {
|
|
64165
|
+
var _this = _super.call(this, obj) || this;
|
|
64166
|
+
if (!obj) {
|
|
64167
|
+
return _this;
|
|
64168
|
+
}
|
|
64169
|
+
_this.encodingId = Mapper_1.map(obj.encodingId);
|
|
64170
|
+
_this.muxingId = Mapper_1.map(obj.muxingId);
|
|
64171
|
+
_this.dependencyId = Mapper_1.map(obj.dependencyId);
|
|
64172
|
+
return _this;
|
|
64173
|
+
}
|
|
64174
|
+
return DashMuxingRepresentation;
|
|
64175
|
+
}(DashRepresentation_1.default));
|
|
64176
|
+
exports.DashMuxingRepresentation = DashMuxingRepresentation;
|
|
64177
|
+
exports.default = DashMuxingRepresentation;
|
|
64178
|
+
|
|
64179
|
+
|
|
63379
64180
|
/***/ }),
|
|
63380
64181
|
|
|
63381
64182
|
/***/ "./models/DashOnDemandRepresentationType.ts":
|
|
@@ -63453,7 +64254,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63453
64254
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63454
64255
|
exports.DashProgressiveWebmRepresentation = void 0;
|
|
63455
64256
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63456
|
-
var
|
|
64257
|
+
var DashMuxingRepresentation_1 = __webpack_require__(/*! ./DashMuxingRepresentation */ "./models/DashMuxingRepresentation.ts");
|
|
64258
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63457
64259
|
/**
|
|
63458
64260
|
* @export
|
|
63459
64261
|
* @class DashProgressiveWebmRepresentation
|
|
@@ -63462,6 +64264,12 @@ var DashProgressiveWebmRepresentation = /** @class */ (function (_super) {
|
|
|
63462
64264
|
__extends(DashProgressiveWebmRepresentation, _super);
|
|
63463
64265
|
function DashProgressiveWebmRepresentation(obj) {
|
|
63464
64266
|
var _this = _super.call(this, obj) || this;
|
|
64267
|
+
/**
|
|
64268
|
+
* Discriminator property for DashRepresentation
|
|
64269
|
+
* @type {string}
|
|
64270
|
+
* @memberof DashProgressiveWebmRepresentation
|
|
64271
|
+
*/
|
|
64272
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.PROGRESSIVE_WEBM;
|
|
63465
64273
|
if (!obj) {
|
|
63466
64274
|
return _this;
|
|
63467
64275
|
}
|
|
@@ -63469,7 +64277,7 @@ var DashProgressiveWebmRepresentation = /** @class */ (function (_super) {
|
|
|
63469
64277
|
return _this;
|
|
63470
64278
|
}
|
|
63471
64279
|
return DashProgressiveWebmRepresentation;
|
|
63472
|
-
}(
|
|
64280
|
+
}(DashMuxingRepresentation_1.default));
|
|
63473
64281
|
exports.DashProgressiveWebmRepresentation = DashProgressiveWebmRepresentation;
|
|
63474
64282
|
exports.default = DashProgressiveWebmRepresentation;
|
|
63475
64283
|
|
|
@@ -63500,7 +64308,6 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63500
64308
|
})();
|
|
63501
64309
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63502
64310
|
exports.DashRepresentation = void 0;
|
|
63503
|
-
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63504
64311
|
var BitmovinResponse_1 = __webpack_require__(/*! ./BitmovinResponse */ "./models/BitmovinResponse.ts");
|
|
63505
64312
|
/**
|
|
63506
64313
|
* @export
|
|
@@ -63513,11 +64320,23 @@ var DashRepresentation = /** @class */ (function (_super) {
|
|
|
63513
64320
|
if (!obj) {
|
|
63514
64321
|
return _this;
|
|
63515
64322
|
}
|
|
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
64323
|
return _this;
|
|
63520
64324
|
}
|
|
64325
|
+
DashRepresentation._discriminatorName = 'typeDiscriminator';
|
|
64326
|
+
DashRepresentation._discriminatorMapping = {
|
|
64327
|
+
DRM_FMP4: 'DashFmp4DrmRepresentation',
|
|
64328
|
+
FMP4: 'DashFmp4Representation',
|
|
64329
|
+
WEBM: 'DashWebmRepresentation',
|
|
64330
|
+
CMAF: 'DashCmafRepresentation',
|
|
64331
|
+
CHUNKED_TEXT: 'DashChunkedTextRepresentation',
|
|
64332
|
+
MP4: 'DashMp4Representation',
|
|
64333
|
+
DRM_MP4: 'DashMp4DrmRepresentation',
|
|
64334
|
+
PROGRESSIVE_WEBM: 'DashProgressiveWebmRepresentation',
|
|
64335
|
+
VTT: 'DashVttRepresentation',
|
|
64336
|
+
SPRITE: 'SpriteRepresentation',
|
|
64337
|
+
IMSC: 'DashImscRepresentation',
|
|
64338
|
+
CONTENT_PROTECTION: 'ContentProtection'
|
|
64339
|
+
};
|
|
63521
64340
|
return DashRepresentation;
|
|
63522
64341
|
}(BitmovinResponse_1.default));
|
|
63523
64342
|
exports.DashRepresentation = DashRepresentation;
|
|
@@ -63550,6 +64369,41 @@ var DashRepresentationType;
|
|
|
63550
64369
|
exports.default = DashRepresentationType;
|
|
63551
64370
|
|
|
63552
64371
|
|
|
64372
|
+
/***/ }),
|
|
64373
|
+
|
|
64374
|
+
/***/ "./models/DashRepresentationTypeDiscriminator.ts":
|
|
64375
|
+
/*!*******************************************************!*\
|
|
64376
|
+
!*** ./models/DashRepresentationTypeDiscriminator.ts ***!
|
|
64377
|
+
\*******************************************************/
|
|
64378
|
+
/*! no static exports found */
|
|
64379
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
64380
|
+
|
|
64381
|
+
"use strict";
|
|
64382
|
+
|
|
64383
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
64384
|
+
exports.DashRepresentationTypeDiscriminator = void 0;
|
|
64385
|
+
/**
|
|
64386
|
+
* @export
|
|
64387
|
+
* @enum {string}
|
|
64388
|
+
*/
|
|
64389
|
+
var DashRepresentationTypeDiscriminator;
|
|
64390
|
+
(function (DashRepresentationTypeDiscriminator) {
|
|
64391
|
+
DashRepresentationTypeDiscriminator["DRM_FMP4"] = "DRM_FMP4";
|
|
64392
|
+
DashRepresentationTypeDiscriminator["FMP4"] = "FMP4";
|
|
64393
|
+
DashRepresentationTypeDiscriminator["WEBM"] = "WEBM";
|
|
64394
|
+
DashRepresentationTypeDiscriminator["CMAF"] = "CMAF";
|
|
64395
|
+
DashRepresentationTypeDiscriminator["CHUNKED_TEXT"] = "CHUNKED_TEXT";
|
|
64396
|
+
DashRepresentationTypeDiscriminator["MP4"] = "MP4";
|
|
64397
|
+
DashRepresentationTypeDiscriminator["DRM_MP4"] = "DRM_MP4";
|
|
64398
|
+
DashRepresentationTypeDiscriminator["PROGRESSIVE_WEBM"] = "PROGRESSIVE_WEBM";
|
|
64399
|
+
DashRepresentationTypeDiscriminator["VTT"] = "VTT";
|
|
64400
|
+
DashRepresentationTypeDiscriminator["SPRITE"] = "SPRITE";
|
|
64401
|
+
DashRepresentationTypeDiscriminator["IMSC"] = "IMSC";
|
|
64402
|
+
DashRepresentationTypeDiscriminator["CONTENT_PROTECTION"] = "CONTENT_PROTECTION";
|
|
64403
|
+
})(DashRepresentationTypeDiscriminator = exports.DashRepresentationTypeDiscriminator || (exports.DashRepresentationTypeDiscriminator = {}));
|
|
64404
|
+
exports.default = DashRepresentationTypeDiscriminator;
|
|
64405
|
+
|
|
64406
|
+
|
|
63553
64407
|
/***/ }),
|
|
63554
64408
|
|
|
63555
64409
|
/***/ "./models/DashRepresentationTypeMode.ts":
|
|
@@ -63575,6 +64429,37 @@ var DashRepresentationTypeMode;
|
|
|
63575
64429
|
exports.default = DashRepresentationTypeMode;
|
|
63576
64430
|
|
|
63577
64431
|
|
|
64432
|
+
/***/ }),
|
|
64433
|
+
|
|
64434
|
+
/***/ "./models/DashRepresentationTypeResponse.ts":
|
|
64435
|
+
/*!**************************************************!*\
|
|
64436
|
+
!*** ./models/DashRepresentationTypeResponse.ts ***!
|
|
64437
|
+
\**************************************************/
|
|
64438
|
+
/*! no static exports found */
|
|
64439
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
64440
|
+
|
|
64441
|
+
"use strict";
|
|
64442
|
+
|
|
64443
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
64444
|
+
exports.DashRepresentationTypeResponse = void 0;
|
|
64445
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
64446
|
+
/**
|
|
64447
|
+
* @export
|
|
64448
|
+
* @class DashRepresentationTypeResponse
|
|
64449
|
+
*/
|
|
64450
|
+
var DashRepresentationTypeResponse = /** @class */ (function () {
|
|
64451
|
+
function DashRepresentationTypeResponse(obj) {
|
|
64452
|
+
if (!obj) {
|
|
64453
|
+
return;
|
|
64454
|
+
}
|
|
64455
|
+
this.type = Mapper_1.map(obj.type);
|
|
64456
|
+
}
|
|
64457
|
+
return DashRepresentationTypeResponse;
|
|
64458
|
+
}());
|
|
64459
|
+
exports.DashRepresentationTypeResponse = DashRepresentationTypeResponse;
|
|
64460
|
+
exports.default = DashRepresentationTypeResponse;
|
|
64461
|
+
|
|
64462
|
+
|
|
63578
64463
|
/***/ }),
|
|
63579
64464
|
|
|
63580
64465
|
/***/ "./models/DashSegmentedRepresentation.ts":
|
|
@@ -63602,7 +64487,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63602
64487
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63603
64488
|
exports.DashSegmentedRepresentation = void 0;
|
|
63604
64489
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63605
|
-
var
|
|
64490
|
+
var DashMuxingRepresentation_1 = __webpack_require__(/*! ./DashMuxingRepresentation */ "./models/DashMuxingRepresentation.ts");
|
|
63606
64491
|
/**
|
|
63607
64492
|
* @export
|
|
63608
64493
|
* @class DashSegmentedRepresentation
|
|
@@ -63624,7 +64509,7 @@ var DashSegmentedRepresentation = /** @class */ (function (_super) {
|
|
|
63624
64509
|
return _this;
|
|
63625
64510
|
}
|
|
63626
64511
|
return DashSegmentedRepresentation;
|
|
63627
|
-
}(
|
|
64512
|
+
}(DashMuxingRepresentation_1.default));
|
|
63628
64513
|
exports.DashSegmentedRepresentation = DashSegmentedRepresentation;
|
|
63629
64514
|
exports.default = DashSegmentedRepresentation;
|
|
63630
64515
|
|
|
@@ -63656,7 +64541,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63656
64541
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63657
64542
|
exports.DashVttRepresentation = void 0;
|
|
63658
64543
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
63659
|
-
var
|
|
64544
|
+
var DashRepresentation_1 = __webpack_require__(/*! ./DashRepresentation */ "./models/DashRepresentation.ts");
|
|
64545
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63660
64546
|
/**
|
|
63661
64547
|
* @export
|
|
63662
64548
|
* @class DashVttRepresentation
|
|
@@ -63665,6 +64551,12 @@ var DashVttRepresentation = /** @class */ (function (_super) {
|
|
|
63665
64551
|
__extends(DashVttRepresentation, _super);
|
|
63666
64552
|
function DashVttRepresentation(obj) {
|
|
63667
64553
|
var _this = _super.call(this, obj) || this;
|
|
64554
|
+
/**
|
|
64555
|
+
* Discriminator property for DashRepresentation
|
|
64556
|
+
* @type {string}
|
|
64557
|
+
* @memberof DashVttRepresentation
|
|
64558
|
+
*/
|
|
64559
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.VTT;
|
|
63668
64560
|
if (!obj) {
|
|
63669
64561
|
return _this;
|
|
63670
64562
|
}
|
|
@@ -63672,7 +64564,7 @@ var DashVttRepresentation = /** @class */ (function (_super) {
|
|
|
63672
64564
|
return _this;
|
|
63673
64565
|
}
|
|
63674
64566
|
return DashVttRepresentation;
|
|
63675
|
-
}(
|
|
64567
|
+
}(DashRepresentation_1.default));
|
|
63676
64568
|
exports.DashVttRepresentation = DashVttRepresentation;
|
|
63677
64569
|
exports.default = DashVttRepresentation;
|
|
63678
64570
|
|
|
@@ -63703,6 +64595,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
63703
64595
|
})();
|
|
63704
64596
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63705
64597
|
exports.DashWebmRepresentation = void 0;
|
|
64598
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
63706
64599
|
var DashSegmentedRepresentation_1 = __webpack_require__(/*! ./DashSegmentedRepresentation */ "./models/DashSegmentedRepresentation.ts");
|
|
63707
64600
|
/**
|
|
63708
64601
|
* @export
|
|
@@ -63712,6 +64605,12 @@ var DashWebmRepresentation = /** @class */ (function (_super) {
|
|
|
63712
64605
|
__extends(DashWebmRepresentation, _super);
|
|
63713
64606
|
function DashWebmRepresentation(obj) {
|
|
63714
64607
|
var _this = _super.call(this, obj) || this;
|
|
64608
|
+
/**
|
|
64609
|
+
* Discriminator property for DashRepresentation
|
|
64610
|
+
* @type {string}
|
|
64611
|
+
* @memberof DashWebmRepresentation
|
|
64612
|
+
*/
|
|
64613
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.WEBM;
|
|
63715
64614
|
if (!obj) {
|
|
63716
64615
|
return _this;
|
|
63717
64616
|
}
|
|
@@ -67895,6 +68794,7 @@ var Fmp4Muxing = /** @class */ (function (_super) {
|
|
|
67895
68794
|
_this.initSegmentNameTemplate = Mapper_1.map(obj.initSegmentNameTemplate);
|
|
67896
68795
|
_this.writeDurationPerSample = Mapper_1.map(obj.writeDurationPerSample);
|
|
67897
68796
|
_this.segmentsMuxed = Mapper_1.map(obj.segmentsMuxed);
|
|
68797
|
+
_this.ptsAlignMode = Mapper_1.map(obj.ptsAlignMode);
|
|
67898
68798
|
return _this;
|
|
67899
68799
|
}
|
|
67900
68800
|
return Fmp4Muxing;
|
|
@@ -70236,6 +71136,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
70236
71136
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
70237
71137
|
exports.ImageAdaptationSet = void 0;
|
|
70238
71138
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
71139
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
70239
71140
|
/**
|
|
70240
71141
|
* @export
|
|
70241
71142
|
* @class ImageAdaptationSet
|
|
@@ -70244,6 +71145,12 @@ var ImageAdaptationSet = /** @class */ (function (_super) {
|
|
|
70244
71145
|
__extends(ImageAdaptationSet, _super);
|
|
70245
71146
|
function ImageAdaptationSet(obj) {
|
|
70246
71147
|
var _this = _super.call(this, obj) || this;
|
|
71148
|
+
/**
|
|
71149
|
+
* Discriminator property for AdaptationSet
|
|
71150
|
+
* @type {string}
|
|
71151
|
+
* @memberof ImageAdaptationSet
|
|
71152
|
+
*/
|
|
71153
|
+
_this.type = AdaptationSetType_1.default.IMAGE;
|
|
70247
71154
|
if (!obj) {
|
|
70248
71155
|
return _this;
|
|
70249
71156
|
}
|
|
@@ -73154,6 +74061,37 @@ var MuxingType;
|
|
|
73154
74061
|
exports.default = MuxingType;
|
|
73155
74062
|
|
|
73156
74063
|
|
|
74064
|
+
/***/ }),
|
|
74065
|
+
|
|
74066
|
+
/***/ "./models/MuxingTypeResponse.ts":
|
|
74067
|
+
/*!**************************************!*\
|
|
74068
|
+
!*** ./models/MuxingTypeResponse.ts ***!
|
|
74069
|
+
\**************************************/
|
|
74070
|
+
/*! no static exports found */
|
|
74071
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
74072
|
+
|
|
74073
|
+
"use strict";
|
|
74074
|
+
|
|
74075
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
74076
|
+
exports.MuxingTypeResponse = void 0;
|
|
74077
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
74078
|
+
/**
|
|
74079
|
+
* @export
|
|
74080
|
+
* @class MuxingTypeResponse
|
|
74081
|
+
*/
|
|
74082
|
+
var MuxingTypeResponse = /** @class */ (function () {
|
|
74083
|
+
function MuxingTypeResponse(obj) {
|
|
74084
|
+
if (!obj) {
|
|
74085
|
+
return;
|
|
74086
|
+
}
|
|
74087
|
+
this.type = Mapper_1.map(obj.type);
|
|
74088
|
+
}
|
|
74089
|
+
return MuxingTypeResponse;
|
|
74090
|
+
}());
|
|
74091
|
+
exports.MuxingTypeResponse = MuxingTypeResponse;
|
|
74092
|
+
exports.default = MuxingTypeResponse;
|
|
74093
|
+
|
|
74094
|
+
|
|
73157
74095
|
/***/ }),
|
|
73158
74096
|
|
|
73159
74097
|
/***/ "./models/MvPredictionMode.ts":
|
|
@@ -74057,6 +74995,31 @@ exports.OutputTypeResponse = OutputTypeResponse;
|
|
|
74057
74995
|
exports.default = OutputTypeResponse;
|
|
74058
74996
|
|
|
74059
74997
|
|
|
74998
|
+
/***/ }),
|
|
74999
|
+
|
|
75000
|
+
/***/ "./models/PTSAlignMode.ts":
|
|
75001
|
+
/*!********************************!*\
|
|
75002
|
+
!*** ./models/PTSAlignMode.ts ***!
|
|
75003
|
+
\********************************/
|
|
75004
|
+
/*! no static exports found */
|
|
75005
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
75006
|
+
|
|
75007
|
+
"use strict";
|
|
75008
|
+
|
|
75009
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
75010
|
+
exports.PTSAlignMode = void 0;
|
|
75011
|
+
/**
|
|
75012
|
+
* Alignmet mode for PTS
|
|
75013
|
+
* @export
|
|
75014
|
+
* @enum {string}
|
|
75015
|
+
*/
|
|
75016
|
+
var PTSAlignMode;
|
|
75017
|
+
(function (PTSAlignMode) {
|
|
75018
|
+
PTSAlignMode["ALIGN_ZERO_NEGATIVE_CTO"] = "ALIGN_ZERO_NEGATIVE_CTO";
|
|
75019
|
+
})(PTSAlignMode = exports.PTSAlignMode || (exports.PTSAlignMode = {}));
|
|
75020
|
+
exports.default = PTSAlignMode;
|
|
75021
|
+
|
|
75022
|
+
|
|
74060
75023
|
/***/ }),
|
|
74061
75024
|
|
|
74062
75025
|
/***/ "./models/PackedAudioMuxing.ts":
|
|
@@ -77607,6 +78570,514 @@ var SignatureType;
|
|
|
77607
78570
|
exports.default = SignatureType;
|
|
77608
78571
|
|
|
77609
78572
|
|
|
78573
|
+
/***/ }),
|
|
78574
|
+
|
|
78575
|
+
/***/ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts":
|
|
78576
|
+
/*!************************************************************!*\
|
|
78577
|
+
!*** ./models/SimpleEncodingVodJobAccessKeyCredentials.ts ***!
|
|
78578
|
+
\************************************************************/
|
|
78579
|
+
/*! no static exports found */
|
|
78580
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78581
|
+
|
|
78582
|
+
"use strict";
|
|
78583
|
+
|
|
78584
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78585
|
+
var extendStatics = function (d, b) {
|
|
78586
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78587
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78588
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78589
|
+
return extendStatics(d, b);
|
|
78590
|
+
};
|
|
78591
|
+
return function (d, b) {
|
|
78592
|
+
extendStatics(d, b);
|
|
78593
|
+
function __() { this.constructor = d; }
|
|
78594
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78595
|
+
};
|
|
78596
|
+
})();
|
|
78597
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78598
|
+
exports.SimpleEncodingVodJobAccessKeyCredentials = void 0;
|
|
78599
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78600
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78601
|
+
/**
|
|
78602
|
+
* @export
|
|
78603
|
+
* @class SimpleEncodingVodJobAccessKeyCredentials
|
|
78604
|
+
*/
|
|
78605
|
+
var SimpleEncodingVodJobAccessKeyCredentials = /** @class */ (function (_super) {
|
|
78606
|
+
__extends(SimpleEncodingVodJobAccessKeyCredentials, _super);
|
|
78607
|
+
function SimpleEncodingVodJobAccessKeyCredentials(obj) {
|
|
78608
|
+
var _this = _super.call(this, obj) || this;
|
|
78609
|
+
if (!obj) {
|
|
78610
|
+
return _this;
|
|
78611
|
+
}
|
|
78612
|
+
_this.accessKey = Mapper_1.map(obj.accessKey);
|
|
78613
|
+
_this.secretKey = Mapper_1.map(obj.secretKey);
|
|
78614
|
+
return _this;
|
|
78615
|
+
}
|
|
78616
|
+
return SimpleEncodingVodJobAccessKeyCredentials;
|
|
78617
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78618
|
+
exports.SimpleEncodingVodJobAccessKeyCredentials = SimpleEncodingVodJobAccessKeyCredentials;
|
|
78619
|
+
exports.default = SimpleEncodingVodJobAccessKeyCredentials;
|
|
78620
|
+
|
|
78621
|
+
|
|
78622
|
+
/***/ }),
|
|
78623
|
+
|
|
78624
|
+
/***/ "./models/SimpleEncodingVodJobAzureCredentials.ts":
|
|
78625
|
+
/*!********************************************************!*\
|
|
78626
|
+
!*** ./models/SimpleEncodingVodJobAzureCredentials.ts ***!
|
|
78627
|
+
\********************************************************/
|
|
78628
|
+
/*! no static exports found */
|
|
78629
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78630
|
+
|
|
78631
|
+
"use strict";
|
|
78632
|
+
|
|
78633
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78634
|
+
var extendStatics = function (d, b) {
|
|
78635
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78636
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78637
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78638
|
+
return extendStatics(d, b);
|
|
78639
|
+
};
|
|
78640
|
+
return function (d, b) {
|
|
78641
|
+
extendStatics(d, b);
|
|
78642
|
+
function __() { this.constructor = d; }
|
|
78643
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78644
|
+
};
|
|
78645
|
+
})();
|
|
78646
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78647
|
+
exports.SimpleEncodingVodJobAzureCredentials = void 0;
|
|
78648
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78649
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78650
|
+
/**
|
|
78651
|
+
* @export
|
|
78652
|
+
* @class SimpleEncodingVodJobAzureCredentials
|
|
78653
|
+
*/
|
|
78654
|
+
var SimpleEncodingVodJobAzureCredentials = /** @class */ (function (_super) {
|
|
78655
|
+
__extends(SimpleEncodingVodJobAzureCredentials, _super);
|
|
78656
|
+
function SimpleEncodingVodJobAzureCredentials(obj) {
|
|
78657
|
+
var _this = _super.call(this, obj) || this;
|
|
78658
|
+
if (!obj) {
|
|
78659
|
+
return _this;
|
|
78660
|
+
}
|
|
78661
|
+
_this.key = Mapper_1.map(obj.key);
|
|
78662
|
+
return _this;
|
|
78663
|
+
}
|
|
78664
|
+
return SimpleEncodingVodJobAzureCredentials;
|
|
78665
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78666
|
+
exports.SimpleEncodingVodJobAzureCredentials = SimpleEncodingVodJobAzureCredentials;
|
|
78667
|
+
exports.default = SimpleEncodingVodJobAzureCredentials;
|
|
78668
|
+
|
|
78669
|
+
|
|
78670
|
+
/***/ }),
|
|
78671
|
+
|
|
78672
|
+
/***/ "./models/SimpleEncodingVodJobCredentials.ts":
|
|
78673
|
+
/*!***************************************************!*\
|
|
78674
|
+
!*** ./models/SimpleEncodingVodJobCredentials.ts ***!
|
|
78675
|
+
\***************************************************/
|
|
78676
|
+
/*! no static exports found */
|
|
78677
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78678
|
+
|
|
78679
|
+
"use strict";
|
|
78680
|
+
|
|
78681
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78682
|
+
exports.SimpleEncodingVodJobCredentials = void 0;
|
|
78683
|
+
/**
|
|
78684
|
+
* @export
|
|
78685
|
+
* @class SimpleEncodingVodJobCredentials
|
|
78686
|
+
*/
|
|
78687
|
+
var SimpleEncodingVodJobCredentials = /** @class */ (function () {
|
|
78688
|
+
function SimpleEncodingVodJobCredentials(obj) {
|
|
78689
|
+
if (!obj) {
|
|
78690
|
+
return;
|
|
78691
|
+
}
|
|
78692
|
+
}
|
|
78693
|
+
return SimpleEncodingVodJobCredentials;
|
|
78694
|
+
}());
|
|
78695
|
+
exports.SimpleEncodingVodJobCredentials = SimpleEncodingVodJobCredentials;
|
|
78696
|
+
exports.default = SimpleEncodingVodJobCredentials;
|
|
78697
|
+
|
|
78698
|
+
|
|
78699
|
+
/***/ }),
|
|
78700
|
+
|
|
78701
|
+
/***/ "./models/SimpleEncodingVodJobErrors.ts":
|
|
78702
|
+
/*!**********************************************!*\
|
|
78703
|
+
!*** ./models/SimpleEncodingVodJobErrors.ts ***!
|
|
78704
|
+
\**********************************************/
|
|
78705
|
+
/*! no static exports found */
|
|
78706
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78707
|
+
|
|
78708
|
+
"use strict";
|
|
78709
|
+
|
|
78710
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78711
|
+
exports.SimpleEncodingVodJobErrors = void 0;
|
|
78712
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78713
|
+
/**
|
|
78714
|
+
* @export
|
|
78715
|
+
* @class SimpleEncodingVodJobErrors
|
|
78716
|
+
*/
|
|
78717
|
+
var SimpleEncodingVodJobErrors = /** @class */ (function () {
|
|
78718
|
+
function SimpleEncodingVodJobErrors(obj) {
|
|
78719
|
+
if (!obj) {
|
|
78720
|
+
return;
|
|
78721
|
+
}
|
|
78722
|
+
this.errorCode = Mapper_1.map(obj.errorCode);
|
|
78723
|
+
this.message = Mapper_1.map(obj.message);
|
|
78724
|
+
this.details = Mapper_1.map(obj.details);
|
|
78725
|
+
}
|
|
78726
|
+
return SimpleEncodingVodJobErrors;
|
|
78727
|
+
}());
|
|
78728
|
+
exports.SimpleEncodingVodJobErrors = SimpleEncodingVodJobErrors;
|
|
78729
|
+
exports.default = SimpleEncodingVodJobErrors;
|
|
78730
|
+
|
|
78731
|
+
|
|
78732
|
+
/***/ }),
|
|
78733
|
+
|
|
78734
|
+
/***/ "./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts":
|
|
78735
|
+
/*!********************************************************************!*\
|
|
78736
|
+
!*** ./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts ***!
|
|
78737
|
+
\********************************************************************/
|
|
78738
|
+
/*! no static exports found */
|
|
78739
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78740
|
+
|
|
78741
|
+
"use strict";
|
|
78742
|
+
|
|
78743
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78744
|
+
var extendStatics = function (d, b) {
|
|
78745
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78746
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78747
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78748
|
+
return extendStatics(d, b);
|
|
78749
|
+
};
|
|
78750
|
+
return function (d, b) {
|
|
78751
|
+
extendStatics(d, b);
|
|
78752
|
+
function __() { this.constructor = d; }
|
|
78753
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78754
|
+
};
|
|
78755
|
+
})();
|
|
78756
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78757
|
+
exports.SimpleEncodingVodJobGcsServiceAccountCredentials = void 0;
|
|
78758
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78759
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78760
|
+
/**
|
|
78761
|
+
* @export
|
|
78762
|
+
* @class SimpleEncodingVodJobGcsServiceAccountCredentials
|
|
78763
|
+
*/
|
|
78764
|
+
var SimpleEncodingVodJobGcsServiceAccountCredentials = /** @class */ (function (_super) {
|
|
78765
|
+
__extends(SimpleEncodingVodJobGcsServiceAccountCredentials, _super);
|
|
78766
|
+
function SimpleEncodingVodJobGcsServiceAccountCredentials(obj) {
|
|
78767
|
+
var _this = _super.call(this, obj) || this;
|
|
78768
|
+
if (!obj) {
|
|
78769
|
+
return _this;
|
|
78770
|
+
}
|
|
78771
|
+
_this.serviceAccountCredentials = Mapper_1.map(obj.serviceAccountCredentials);
|
|
78772
|
+
return _this;
|
|
78773
|
+
}
|
|
78774
|
+
return SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
78775
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78776
|
+
exports.SimpleEncodingVodJobGcsServiceAccountCredentials = SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
78777
|
+
exports.default = SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
78778
|
+
|
|
78779
|
+
|
|
78780
|
+
/***/ }),
|
|
78781
|
+
|
|
78782
|
+
/***/ "./models/SimpleEncodingVodJobInputType.ts":
|
|
78783
|
+
/*!*************************************************!*\
|
|
78784
|
+
!*** ./models/SimpleEncodingVodJobInputType.ts ***!
|
|
78785
|
+
\*************************************************/
|
|
78786
|
+
/*! no static exports found */
|
|
78787
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78788
|
+
|
|
78789
|
+
"use strict";
|
|
78790
|
+
|
|
78791
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78792
|
+
exports.SimpleEncodingVodJobInputType = void 0;
|
|
78793
|
+
/**
|
|
78794
|
+
* @export
|
|
78795
|
+
* @enum {string}
|
|
78796
|
+
*/
|
|
78797
|
+
var SimpleEncodingVodJobInputType;
|
|
78798
|
+
(function (SimpleEncodingVodJobInputType) {
|
|
78799
|
+
SimpleEncodingVodJobInputType["VIDEO"] = "VIDEO";
|
|
78800
|
+
SimpleEncodingVodJobInputType["AUDIO"] = "AUDIO";
|
|
78801
|
+
SimpleEncodingVodJobInputType["SUBTITLES"] = "SUBTITLES";
|
|
78802
|
+
SimpleEncodingVodJobInputType["CLOSED_CAPTIONS"] = "CLOSED_CAPTIONS";
|
|
78803
|
+
})(SimpleEncodingVodJobInputType = exports.SimpleEncodingVodJobInputType || (exports.SimpleEncodingVodJobInputType = {}));
|
|
78804
|
+
exports.default = SimpleEncodingVodJobInputType;
|
|
78805
|
+
|
|
78806
|
+
|
|
78807
|
+
/***/ }),
|
|
78808
|
+
|
|
78809
|
+
/***/ "./models/SimpleEncodingVodJobRequest.ts":
|
|
78810
|
+
/*!***********************************************!*\
|
|
78811
|
+
!*** ./models/SimpleEncodingVodJobRequest.ts ***!
|
|
78812
|
+
\***********************************************/
|
|
78813
|
+
/*! no static exports found */
|
|
78814
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78815
|
+
|
|
78816
|
+
"use strict";
|
|
78817
|
+
|
|
78818
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78819
|
+
exports.SimpleEncodingVodJobRequest = void 0;
|
|
78820
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78821
|
+
var SimpleEncodingVodJobUrlInput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlInput */ "./models/SimpleEncodingVodJobUrlInput.ts");
|
|
78822
|
+
var SimpleEncodingVodJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlOutput */ "./models/SimpleEncodingVodJobUrlOutput.ts");
|
|
78823
|
+
/**
|
|
78824
|
+
* @export
|
|
78825
|
+
* @class SimpleEncodingVodJobRequest
|
|
78826
|
+
*/
|
|
78827
|
+
var SimpleEncodingVodJobRequest = /** @class */ (function () {
|
|
78828
|
+
function SimpleEncodingVodJobRequest(obj) {
|
|
78829
|
+
if (!obj) {
|
|
78830
|
+
return;
|
|
78831
|
+
}
|
|
78832
|
+
this.inputs = Mapper_1.mapArray(obj.inputs, SimpleEncodingVodJobUrlInput_1.default);
|
|
78833
|
+
this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingVodJobUrlOutput_1.default);
|
|
78834
|
+
this.name = Mapper_1.map(obj.name);
|
|
78835
|
+
}
|
|
78836
|
+
return SimpleEncodingVodJobRequest;
|
|
78837
|
+
}());
|
|
78838
|
+
exports.SimpleEncodingVodJobRequest = SimpleEncodingVodJobRequest;
|
|
78839
|
+
exports.default = SimpleEncodingVodJobRequest;
|
|
78840
|
+
|
|
78841
|
+
|
|
78842
|
+
/***/ }),
|
|
78843
|
+
|
|
78844
|
+
/***/ "./models/SimpleEncodingVodJobResponse.ts":
|
|
78845
|
+
/*!************************************************!*\
|
|
78846
|
+
!*** ./models/SimpleEncodingVodJobResponse.ts ***!
|
|
78847
|
+
\************************************************/
|
|
78848
|
+
/*! no static exports found */
|
|
78849
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78850
|
+
|
|
78851
|
+
"use strict";
|
|
78852
|
+
|
|
78853
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78854
|
+
exports.SimpleEncodingVodJobResponse = void 0;
|
|
78855
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78856
|
+
var SimpleEncodingVodJobErrors_1 = __webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts");
|
|
78857
|
+
var SimpleEncodingVodJobUrlInput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlInput */ "./models/SimpleEncodingVodJobUrlInput.ts");
|
|
78858
|
+
var SimpleEncodingVodJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlOutput */ "./models/SimpleEncodingVodJobUrlOutput.ts");
|
|
78859
|
+
/**
|
|
78860
|
+
* @export
|
|
78861
|
+
* @class SimpleEncodingVodJobResponse
|
|
78862
|
+
*/
|
|
78863
|
+
var SimpleEncodingVodJobResponse = /** @class */ (function () {
|
|
78864
|
+
function SimpleEncodingVodJobResponse(obj) {
|
|
78865
|
+
if (!obj) {
|
|
78866
|
+
return;
|
|
78867
|
+
}
|
|
78868
|
+
this.id = Mapper_1.map(obj.id);
|
|
78869
|
+
this.status = Mapper_1.map(obj.status);
|
|
78870
|
+
this.encodingId = Mapper_1.map(obj.encodingId);
|
|
78871
|
+
this.inputs = Mapper_1.mapArray(obj.inputs, SimpleEncodingVodJobUrlInput_1.default);
|
|
78872
|
+
this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingVodJobUrlOutput_1.default);
|
|
78873
|
+
this.errors = Mapper_1.mapArray(obj.errors, SimpleEncodingVodJobErrors_1.default);
|
|
78874
|
+
this.createdAt = Mapper_1.map(obj.createdAt, Date);
|
|
78875
|
+
this.modifiedAt = Mapper_1.map(obj.modifiedAt, Date);
|
|
78876
|
+
this.name = Mapper_1.map(obj.name);
|
|
78877
|
+
}
|
|
78878
|
+
return SimpleEncodingVodJobResponse;
|
|
78879
|
+
}());
|
|
78880
|
+
exports.SimpleEncodingVodJobResponse = SimpleEncodingVodJobResponse;
|
|
78881
|
+
exports.default = SimpleEncodingVodJobResponse;
|
|
78882
|
+
|
|
78883
|
+
|
|
78884
|
+
/***/ }),
|
|
78885
|
+
|
|
78886
|
+
/***/ "./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts":
|
|
78887
|
+
/*!**************************************************************!*\
|
|
78888
|
+
!*** ./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts ***!
|
|
78889
|
+
\**************************************************************/
|
|
78890
|
+
/*! no static exports found */
|
|
78891
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78892
|
+
|
|
78893
|
+
"use strict";
|
|
78894
|
+
|
|
78895
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78896
|
+
var extendStatics = function (d, b) {
|
|
78897
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78898
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78899
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78900
|
+
return extendStatics(d, b);
|
|
78901
|
+
};
|
|
78902
|
+
return function (d, b) {
|
|
78903
|
+
extendStatics(d, b);
|
|
78904
|
+
function __() { this.constructor = d; }
|
|
78905
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78906
|
+
};
|
|
78907
|
+
})();
|
|
78908
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78909
|
+
exports.SimpleEncodingVodJobS3RoleBasedCredentials = void 0;
|
|
78910
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78911
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78912
|
+
/**
|
|
78913
|
+
* @export
|
|
78914
|
+
* @class SimpleEncodingVodJobS3RoleBasedCredentials
|
|
78915
|
+
*/
|
|
78916
|
+
var SimpleEncodingVodJobS3RoleBasedCredentials = /** @class */ (function (_super) {
|
|
78917
|
+
__extends(SimpleEncodingVodJobS3RoleBasedCredentials, _super);
|
|
78918
|
+
function SimpleEncodingVodJobS3RoleBasedCredentials(obj) {
|
|
78919
|
+
var _this = _super.call(this, obj) || this;
|
|
78920
|
+
if (!obj) {
|
|
78921
|
+
return _this;
|
|
78922
|
+
}
|
|
78923
|
+
_this.roleArn = Mapper_1.map(obj.roleArn);
|
|
78924
|
+
_this.useExternalId = Mapper_1.map(obj.useExternalId);
|
|
78925
|
+
return _this;
|
|
78926
|
+
}
|
|
78927
|
+
return SimpleEncodingVodJobS3RoleBasedCredentials;
|
|
78928
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78929
|
+
exports.SimpleEncodingVodJobS3RoleBasedCredentials = SimpleEncodingVodJobS3RoleBasedCredentials;
|
|
78930
|
+
exports.default = SimpleEncodingVodJobS3RoleBasedCredentials;
|
|
78931
|
+
|
|
78932
|
+
|
|
78933
|
+
/***/ }),
|
|
78934
|
+
|
|
78935
|
+
/***/ "./models/SimpleEncodingVodJobStatus.ts":
|
|
78936
|
+
/*!**********************************************!*\
|
|
78937
|
+
!*** ./models/SimpleEncodingVodJobStatus.ts ***!
|
|
78938
|
+
\**********************************************/
|
|
78939
|
+
/*! no static exports found */
|
|
78940
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78941
|
+
|
|
78942
|
+
"use strict";
|
|
78943
|
+
|
|
78944
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78945
|
+
exports.SimpleEncodingVodJobStatus = void 0;
|
|
78946
|
+
/**
|
|
78947
|
+
* @export
|
|
78948
|
+
* @enum {string}
|
|
78949
|
+
*/
|
|
78950
|
+
var SimpleEncodingVodJobStatus;
|
|
78951
|
+
(function (SimpleEncodingVodJobStatus) {
|
|
78952
|
+
SimpleEncodingVodJobStatus["CREATED"] = "CREATED";
|
|
78953
|
+
SimpleEncodingVodJobStatus["EXECUTING"] = "EXECUTING";
|
|
78954
|
+
SimpleEncodingVodJobStatus["FAILURE"] = "FAILURE";
|
|
78955
|
+
SimpleEncodingVodJobStatus["RUNNING"] = "RUNNING";
|
|
78956
|
+
SimpleEncodingVodJobStatus["FINISHED"] = "FINISHED";
|
|
78957
|
+
SimpleEncodingVodJobStatus["ERROR"] = "ERROR";
|
|
78958
|
+
SimpleEncodingVodJobStatus["CANCELED"] = "CANCELED";
|
|
78959
|
+
})(SimpleEncodingVodJobStatus = exports.SimpleEncodingVodJobStatus || (exports.SimpleEncodingVodJobStatus = {}));
|
|
78960
|
+
exports.default = SimpleEncodingVodJobStatus;
|
|
78961
|
+
|
|
78962
|
+
|
|
78963
|
+
/***/ }),
|
|
78964
|
+
|
|
78965
|
+
/***/ "./models/SimpleEncodingVodJobUrlInput.ts":
|
|
78966
|
+
/*!************************************************!*\
|
|
78967
|
+
!*** ./models/SimpleEncodingVodJobUrlInput.ts ***!
|
|
78968
|
+
\************************************************/
|
|
78969
|
+
/*! no static exports found */
|
|
78970
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78971
|
+
|
|
78972
|
+
"use strict";
|
|
78973
|
+
|
|
78974
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78975
|
+
exports.SimpleEncodingVodJobUrlInput = void 0;
|
|
78976
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78977
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78978
|
+
/**
|
|
78979
|
+
* @export
|
|
78980
|
+
* @class SimpleEncodingVodJobUrlInput
|
|
78981
|
+
*/
|
|
78982
|
+
var SimpleEncodingVodJobUrlInput = /** @class */ (function () {
|
|
78983
|
+
function SimpleEncodingVodJobUrlInput(obj) {
|
|
78984
|
+
if (!obj) {
|
|
78985
|
+
return;
|
|
78986
|
+
}
|
|
78987
|
+
this.url = Mapper_1.map(obj.url);
|
|
78988
|
+
this.credentials = Mapper_1.map(obj.credentials, SimpleEncodingVodJobCredentials_1.default);
|
|
78989
|
+
this.inputType = Mapper_1.map(obj.inputType);
|
|
78990
|
+
this.language = Mapper_1.map(obj.language);
|
|
78991
|
+
}
|
|
78992
|
+
return SimpleEncodingVodJobUrlInput;
|
|
78993
|
+
}());
|
|
78994
|
+
exports.SimpleEncodingVodJobUrlInput = SimpleEncodingVodJobUrlInput;
|
|
78995
|
+
exports.default = SimpleEncodingVodJobUrlInput;
|
|
78996
|
+
|
|
78997
|
+
|
|
78998
|
+
/***/ }),
|
|
78999
|
+
|
|
79000
|
+
/***/ "./models/SimpleEncodingVodJobUrlOutput.ts":
|
|
79001
|
+
/*!*************************************************!*\
|
|
79002
|
+
!*** ./models/SimpleEncodingVodJobUrlOutput.ts ***!
|
|
79003
|
+
\*************************************************/
|
|
79004
|
+
/*! no static exports found */
|
|
79005
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
79006
|
+
|
|
79007
|
+
"use strict";
|
|
79008
|
+
|
|
79009
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
79010
|
+
exports.SimpleEncodingVodJobUrlOutput = void 0;
|
|
79011
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
79012
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
79013
|
+
/**
|
|
79014
|
+
* @export
|
|
79015
|
+
* @class SimpleEncodingVodJobUrlOutput
|
|
79016
|
+
*/
|
|
79017
|
+
var SimpleEncodingVodJobUrlOutput = /** @class */ (function () {
|
|
79018
|
+
function SimpleEncodingVodJobUrlOutput(obj) {
|
|
79019
|
+
if (!obj) {
|
|
79020
|
+
return;
|
|
79021
|
+
}
|
|
79022
|
+
this.url = Mapper_1.map(obj.url);
|
|
79023
|
+
this.credentials = Mapper_1.map(obj.credentials, SimpleEncodingVodJobCredentials_1.default);
|
|
79024
|
+
this.makePublic = Mapper_1.map(obj.makePublic);
|
|
79025
|
+
}
|
|
79026
|
+
return SimpleEncodingVodJobUrlOutput;
|
|
79027
|
+
}());
|
|
79028
|
+
exports.SimpleEncodingVodJobUrlOutput = SimpleEncodingVodJobUrlOutput;
|
|
79029
|
+
exports.default = SimpleEncodingVodJobUrlOutput;
|
|
79030
|
+
|
|
79031
|
+
|
|
79032
|
+
/***/ }),
|
|
79033
|
+
|
|
79034
|
+
/***/ "./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts":
|
|
79035
|
+
/*!*******************************************************************!*\
|
|
79036
|
+
!*** ./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts ***!
|
|
79037
|
+
\*******************************************************************/
|
|
79038
|
+
/*! no static exports found */
|
|
79039
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
79040
|
+
|
|
79041
|
+
"use strict";
|
|
79042
|
+
|
|
79043
|
+
var __extends = (this && this.__extends) || (function () {
|
|
79044
|
+
var extendStatics = function (d, b) {
|
|
79045
|
+
extendStatics = Object.setPrototypeOf ||
|
|
79046
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
79047
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
79048
|
+
return extendStatics(d, b);
|
|
79049
|
+
};
|
|
79050
|
+
return function (d, b) {
|
|
79051
|
+
extendStatics(d, b);
|
|
79052
|
+
function __() { this.constructor = d; }
|
|
79053
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
79054
|
+
};
|
|
79055
|
+
})();
|
|
79056
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
79057
|
+
exports.SimpleEncodingVodJobUsernamePasswordCredentials = void 0;
|
|
79058
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
79059
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
79060
|
+
/**
|
|
79061
|
+
* @export
|
|
79062
|
+
* @class SimpleEncodingVodJobUsernamePasswordCredentials
|
|
79063
|
+
*/
|
|
79064
|
+
var SimpleEncodingVodJobUsernamePasswordCredentials = /** @class */ (function (_super) {
|
|
79065
|
+
__extends(SimpleEncodingVodJobUsernamePasswordCredentials, _super);
|
|
79066
|
+
function SimpleEncodingVodJobUsernamePasswordCredentials(obj) {
|
|
79067
|
+
var _this = _super.call(this, obj) || this;
|
|
79068
|
+
if (!obj) {
|
|
79069
|
+
return _this;
|
|
79070
|
+
}
|
|
79071
|
+
_this.username = Mapper_1.map(obj.username);
|
|
79072
|
+
_this.password = Mapper_1.map(obj.password);
|
|
79073
|
+
return _this;
|
|
79074
|
+
}
|
|
79075
|
+
return SimpleEncodingVodJobUsernamePasswordCredentials;
|
|
79076
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
79077
|
+
exports.SimpleEncodingVodJobUsernamePasswordCredentials = SimpleEncodingVodJobUsernamePasswordCredentials;
|
|
79078
|
+
exports.default = SimpleEncodingVodJobUsernamePasswordCredentials;
|
|
79079
|
+
|
|
79080
|
+
|
|
77610
79081
|
/***/ }),
|
|
77611
79082
|
|
|
77612
79083
|
/***/ "./models/SmoothManifestContentProtection.ts":
|
|
@@ -78167,7 +79638,8 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
78167
79638
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78168
79639
|
exports.SpriteRepresentation = void 0;
|
|
78169
79640
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78170
|
-
var
|
|
79641
|
+
var DashRepresentation_1 = __webpack_require__(/*! ./DashRepresentation */ "./models/DashRepresentation.ts");
|
|
79642
|
+
var DashRepresentationTypeDiscriminator_1 = __webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts");
|
|
78171
79643
|
/**
|
|
78172
79644
|
* @export
|
|
78173
79645
|
* @class SpriteRepresentation
|
|
@@ -78176,6 +79648,12 @@ var SpriteRepresentation = /** @class */ (function (_super) {
|
|
|
78176
79648
|
__extends(SpriteRepresentation, _super);
|
|
78177
79649
|
function SpriteRepresentation(obj) {
|
|
78178
79650
|
var _this = _super.call(this, obj) || this;
|
|
79651
|
+
/**
|
|
79652
|
+
* Discriminator property for DashRepresentation
|
|
79653
|
+
* @type {string}
|
|
79654
|
+
* @memberof SpriteRepresentation
|
|
79655
|
+
*/
|
|
79656
|
+
_this.typeDiscriminator = DashRepresentationTypeDiscriminator_1.default.SPRITE;
|
|
78179
79657
|
if (!obj) {
|
|
78180
79658
|
return _this;
|
|
78181
79659
|
}
|
|
@@ -78186,7 +79664,7 @@ var SpriteRepresentation = /** @class */ (function (_super) {
|
|
|
78186
79664
|
return _this;
|
|
78187
79665
|
}
|
|
78188
79666
|
return SpriteRepresentation;
|
|
78189
|
-
}(
|
|
79667
|
+
}(DashRepresentation_1.default));
|
|
78190
79668
|
exports.SpriteRepresentation = SpriteRepresentation;
|
|
78191
79669
|
exports.default = SpriteRepresentation;
|
|
78192
79670
|
|
|
@@ -79613,6 +81091,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
79613
81091
|
exports.SubtitleAdaptationSet = void 0;
|
|
79614
81092
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
79615
81093
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
81094
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
79616
81095
|
/**
|
|
79617
81096
|
* @export
|
|
79618
81097
|
* @class SubtitleAdaptationSet
|
|
@@ -79621,6 +81100,12 @@ var SubtitleAdaptationSet = /** @class */ (function (_super) {
|
|
|
79621
81100
|
__extends(SubtitleAdaptationSet, _super);
|
|
79622
81101
|
function SubtitleAdaptationSet(obj) {
|
|
79623
81102
|
var _this = _super.call(this, obj) || this;
|
|
81103
|
+
/**
|
|
81104
|
+
* Discriminator property for AdaptationSet
|
|
81105
|
+
* @type {string}
|
|
81106
|
+
* @memberof SubtitleAdaptationSet
|
|
81107
|
+
*/
|
|
81108
|
+
_this.type = AdaptationSetType_1.default.SUBTITLE;
|
|
79624
81109
|
if (!obj) {
|
|
79625
81110
|
return _this;
|
|
79626
81111
|
}
|
|
@@ -81208,6 +82693,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
81208
82693
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81209
82694
|
exports.VideoAdaptationSet = void 0;
|
|
81210
82695
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
82696
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
81211
82697
|
/**
|
|
81212
82698
|
* @export
|
|
81213
82699
|
* @class VideoAdaptationSet
|
|
@@ -81216,6 +82702,12 @@ var VideoAdaptationSet = /** @class */ (function (_super) {
|
|
|
81216
82702
|
__extends(VideoAdaptationSet, _super);
|
|
81217
82703
|
function VideoAdaptationSet(obj) {
|
|
81218
82704
|
var _this = _super.call(this, obj) || this;
|
|
82705
|
+
/**
|
|
82706
|
+
* Discriminator property for AdaptationSet
|
|
82707
|
+
* @type {string}
|
|
82708
|
+
* @memberof VideoAdaptationSet
|
|
82709
|
+
*/
|
|
82710
|
+
_this.type = AdaptationSetType_1.default.VIDEO;
|
|
81219
82711
|
if (!obj) {
|
|
81220
82712
|
return _this;
|
|
81221
82713
|
}
|
|
@@ -82938,6 +84430,8 @@ __exportStar(__webpack_require__(/*! ./AdAnalyticsSumQueryRequest */ "./models/A
|
|
|
82938
84430
|
__exportStar(__webpack_require__(/*! ./AdAnalyticsVarianceQueryRequest */ "./models/AdAnalyticsVarianceQueryRequest.ts"), exports);
|
|
82939
84431
|
__exportStar(__webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts"), exports);
|
|
82940
84432
|
__exportStar(__webpack_require__(/*! ./AdaptationSetRole */ "./models/AdaptationSetRole.ts"), exports);
|
|
84433
|
+
__exportStar(__webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts"), exports);
|
|
84434
|
+
__exportStar(__webpack_require__(/*! ./AdaptationSetTypeResponse */ "./models/AdaptationSetTypeResponse.ts"), exports);
|
|
82941
84435
|
__exportStar(__webpack_require__(/*! ./AdaptiveQuantMode */ "./models/AdaptiveQuantMode.ts"), exports);
|
|
82942
84436
|
__exportStar(__webpack_require__(/*! ./AesEncryptionDrm */ "./models/AesEncryptionDrm.ts"), exports);
|
|
82943
84437
|
__exportStar(__webpack_require__(/*! ./AesEncryptionMethod */ "./models/AesEncryptionMethod.ts"), exports);
|
|
@@ -83128,12 +84622,15 @@ __exportStar(__webpack_require__(/*! ./DashManifestDefault */ "./models/DashMani
|
|
|
83128
84622
|
__exportStar(__webpack_require__(/*! ./DashManifestDefaultVersion */ "./models/DashManifestDefaultVersion.ts"), exports);
|
|
83129
84623
|
__exportStar(__webpack_require__(/*! ./DashMp4DrmRepresentation */ "./models/DashMp4DrmRepresentation.ts"), exports);
|
|
83130
84624
|
__exportStar(__webpack_require__(/*! ./DashMp4Representation */ "./models/DashMp4Representation.ts"), exports);
|
|
84625
|
+
__exportStar(__webpack_require__(/*! ./DashMuxingRepresentation */ "./models/DashMuxingRepresentation.ts"), exports);
|
|
83131
84626
|
__exportStar(__webpack_require__(/*! ./DashOnDemandRepresentationType */ "./models/DashOnDemandRepresentationType.ts"), exports);
|
|
83132
84627
|
__exportStar(__webpack_require__(/*! ./DashProfile */ "./models/DashProfile.ts"), exports);
|
|
83133
84628
|
__exportStar(__webpack_require__(/*! ./DashProgressiveWebmRepresentation */ "./models/DashProgressiveWebmRepresentation.ts"), exports);
|
|
83134
84629
|
__exportStar(__webpack_require__(/*! ./DashRepresentation */ "./models/DashRepresentation.ts"), exports);
|
|
83135
84630
|
__exportStar(__webpack_require__(/*! ./DashRepresentationType */ "./models/DashRepresentationType.ts"), exports);
|
|
84631
|
+
__exportStar(__webpack_require__(/*! ./DashRepresentationTypeDiscriminator */ "./models/DashRepresentationTypeDiscriminator.ts"), exports);
|
|
83136
84632
|
__exportStar(__webpack_require__(/*! ./DashRepresentationTypeMode */ "./models/DashRepresentationTypeMode.ts"), exports);
|
|
84633
|
+
__exportStar(__webpack_require__(/*! ./DashRepresentationTypeResponse */ "./models/DashRepresentationTypeResponse.ts"), exports);
|
|
83137
84634
|
__exportStar(__webpack_require__(/*! ./DashSegmentedRepresentation */ "./models/DashSegmentedRepresentation.ts"), exports);
|
|
83138
84635
|
__exportStar(__webpack_require__(/*! ./DashVttRepresentation */ "./models/DashVttRepresentation.ts"), exports);
|
|
83139
84636
|
__exportStar(__webpack_require__(/*! ./DashWebmRepresentation */ "./models/DashWebmRepresentation.ts"), exports);
|
|
@@ -83374,6 +84871,7 @@ __exportStar(__webpack_require__(/*! ./MuxingInformationAudioTrack */ "./models/
|
|
|
83374
84871
|
__exportStar(__webpack_require__(/*! ./MuxingInformationVideoTrack */ "./models/MuxingInformationVideoTrack.ts"), exports);
|
|
83375
84872
|
__exportStar(__webpack_require__(/*! ./MuxingStream */ "./models/MuxingStream.ts"), exports);
|
|
83376
84873
|
__exportStar(__webpack_require__(/*! ./MuxingType */ "./models/MuxingType.ts"), exports);
|
|
84874
|
+
__exportStar(__webpack_require__(/*! ./MuxingTypeResponse */ "./models/MuxingTypeResponse.ts"), exports);
|
|
83377
84875
|
__exportStar(__webpack_require__(/*! ./MvPredictionMode */ "./models/MvPredictionMode.ts"), exports);
|
|
83378
84876
|
__exportStar(__webpack_require__(/*! ./MxfMuxing */ "./models/MxfMuxing.ts"), exports);
|
|
83379
84877
|
__exportStar(__webpack_require__(/*! ./NexGuardABWatermarkingFeature */ "./models/NexGuardABWatermarkingFeature.ts"), exports);
|
|
@@ -83396,6 +84894,7 @@ __exportStar(__webpack_require__(/*! ./OttLoudnessMode */ "./models/OttLoudnessM
|
|
|
83396
84894
|
__exportStar(__webpack_require__(/*! ./Output */ "./models/Output.ts"), exports);
|
|
83397
84895
|
__exportStar(__webpack_require__(/*! ./OutputType */ "./models/OutputType.ts"), exports);
|
|
83398
84896
|
__exportStar(__webpack_require__(/*! ./OutputTypeResponse */ "./models/OutputTypeResponse.ts"), exports);
|
|
84897
|
+
__exportStar(__webpack_require__(/*! ./PTSAlignMode */ "./models/PTSAlignMode.ts"), exports);
|
|
83399
84898
|
__exportStar(__webpack_require__(/*! ./PackedAudioMuxing */ "./models/PackedAudioMuxing.ts"), exports);
|
|
83400
84899
|
__exportStar(__webpack_require__(/*! ./PackedAudioMuxingInformation */ "./models/PackedAudioMuxingInformation.ts"), exports);
|
|
83401
84900
|
__exportStar(__webpack_require__(/*! ./PaddingDurationUnit */ "./models/PaddingDurationUnit.ts"), exports);
|
|
@@ -83487,6 +84986,19 @@ __exportStar(__webpack_require__(/*! ./SidecarErrorMode */ "./models/SidecarErro
|
|
|
83487
84986
|
__exportStar(__webpack_require__(/*! ./SidecarFile */ "./models/SidecarFile.ts"), exports);
|
|
83488
84987
|
__exportStar(__webpack_require__(/*! ./SidecarFileType */ "./models/SidecarFileType.ts"), exports);
|
|
83489
84988
|
__exportStar(__webpack_require__(/*! ./SignatureType */ "./models/SignatureType.ts"), exports);
|
|
84989
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAccessKeyCredentials */ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts"), exports);
|
|
84990
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAzureCredentials */ "./models/SimpleEncodingVodJobAzureCredentials.ts"), exports);
|
|
84991
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts"), exports);
|
|
84992
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts"), exports);
|
|
84993
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobGcsServiceAccountCredentials */ "./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts"), exports);
|
|
84994
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobInputType */ "./models/SimpleEncodingVodJobInputType.ts"), exports);
|
|
84995
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobRequest */ "./models/SimpleEncodingVodJobRequest.ts"), exports);
|
|
84996
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobResponse */ "./models/SimpleEncodingVodJobResponse.ts"), exports);
|
|
84997
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobS3RoleBasedCredentials */ "./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts"), exports);
|
|
84998
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobStatus */ "./models/SimpleEncodingVodJobStatus.ts"), exports);
|
|
84999
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUrlInput */ "./models/SimpleEncodingVodJobUrlInput.ts"), exports);
|
|
85000
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUrlOutput */ "./models/SimpleEncodingVodJobUrlOutput.ts"), exports);
|
|
85001
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUsernamePasswordCredentials */ "./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts"), exports);
|
|
83490
85002
|
__exportStar(__webpack_require__(/*! ./SmoothManifestContentProtection */ "./models/SmoothManifestContentProtection.ts"), exports);
|
|
83491
85003
|
__exportStar(__webpack_require__(/*! ./SmoothManifestDefault */ "./models/SmoothManifestDefault.ts"), exports);
|
|
83492
85004
|
__exportStar(__webpack_require__(/*! ./SmoothManifestDefaultVersion */ "./models/SmoothManifestDefaultVersion.ts"), exports);
|