@bitmovin/api-sdk 1.97.0 → 1.101.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/bitmovin-api-sdk.browser.js +1793 -290
- package/dist/bitmovin-api-sdk.browser.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.min.js +2 -2
- package/dist/common/RestClient.js +1 -1
- package/dist/common/RestClient.js.map +1 -1
- package/dist/encoding/EncodingApi.d.ts +2 -0
- package/dist/encoding/EncodingApi.js +2 -0
- package/dist/encoding/EncodingApi.js.map +1 -1
- package/dist/encoding/encodings/live/insertableContent/stop/StopApi.d.ts +1 -1
- package/dist/encoding/encodings/live/insertableContent/stop/StopApi.js +1 -1
- package/dist/encoding/encodings/muxings/MuxingsApi.d.ts +2 -0
- package/dist/encoding/encodings/muxings/MuxingsApi.js +2 -0
- package/dist/encoding/encodings/muxings/MuxingsApi.js.map +1 -1
- package/dist/encoding/encodings/muxings/type/TypeApi.d.ts +20 -0
- package/dist/encoding/encodings/muxings/type/TypeApi.js +49 -0
- package/dist/encoding/encodings/muxings/type/TypeApi.js.map +1 -0
- package/dist/encoding/{statistics/daily/DailyStatisticsListByDateRangeQueryParams.d.ts → manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.d.ts} +5 -5
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.js +30 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.d.ts +14 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.js +29 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.js.map +1 -1
- package/dist/encoding/{statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.d.ts → manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.d.ts} +5 -5
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.js +30 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/DashRepresentationListQueryParams.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.d.ts +15 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.js +31 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.js.map +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/imsc/ImscApi.d.ts +2 -2
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/imsc/ImscApi.js +2 -2
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/sprite/SpriteApi.d.ts +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/sprite/SpriteApi.js +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.d.ts +28 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.js +30 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/DashRepresentationTypeResponseGetQueryParams.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.d.ts +24 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.js +62 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/representations/type/TypeApi.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.d.ts +21 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.js +51 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.js.map +1 -0
- package/dist/encoding/simple/SimpleApi.d.ts +13 -0
- package/dist/encoding/simple/SimpleApi.js +34 -0
- package/dist/encoding/simple/SimpleApi.js.map +1 -0
- package/dist/encoding/simple/jobs/JobsApi.d.ts +13 -0
- package/dist/encoding/simple/jobs/JobsApi.js +34 -0
- package/dist/encoding/simple/jobs/JobsApi.js.map +1 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.d.ts +50 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js +46 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js.map +1 -0
- package/dist/encoding/simple/jobs/vod/VodApi.d.ts +36 -0
- package/dist/encoding/simple/jobs/vod/VodApi.js +78 -0
- package/dist/encoding/simple/jobs/vod/VodApi.js.map +1 -0
- package/dist/encoding/statistics/daily/DailyApi.d.ts +1 -3
- package/dist/encoding/statistics/daily/DailyApi.js +2 -11
- package/dist/encoding/statistics/daily/DailyApi.js.map +1 -1
- package/dist/encoding/statistics/encodings/live/daily/DailyApi.d.ts +1 -3
- package/dist/encoding/statistics/encodings/live/daily/DailyApi.js +2 -11
- package/dist/encoding/statistics/encodings/live/daily/DailyApi.js.map +1 -1
- package/dist/encoding/statistics/encodings/vod/VodApi.d.ts +2 -0
- package/dist/encoding/statistics/encodings/vod/VodApi.js +4 -1
- package/dist/encoding/statistics/encodings/vod/VodApi.js.map +1 -1
- package/dist/encoding/statistics/encodings/vod/daily/DailyApi.d.ts +21 -0
- package/dist/encoding/statistics/encodings/vod/daily/DailyApi.js +49 -0
- package/dist/encoding/statistics/encodings/vod/daily/DailyApi.js.map +1 -0
- package/dist/models/AacAudioConfiguration.d.ts +1 -1
- package/dist/models/AacAudioConfiguration.js.map +1 -1
- package/dist/models/Ac3AudioConfiguration.d.ts +1 -1
- package/dist/models/Ac3AudioConfiguration.js.map +1 -1
- package/dist/models/AdAnalyticsContainsFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsContainsFilter.js.map +1 -1
- package/dist/models/AdAnalyticsEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsEqualFilter.js.map +1 -1
- package/dist/models/AdAnalyticsGreaterThanFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsGreaterThanFilter.js.map +1 -1
- package/dist/models/AdAnalyticsGreaterThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsGreaterThanOrEqualFilter.js.map +1 -1
- package/dist/models/AdAnalyticsInFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsInFilter.js.map +1 -1
- package/dist/models/AdAnalyticsLessThanFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsLessThanFilter.js.map +1 -1
- package/dist/models/AdAnalyticsLessThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsLessThanOrEqualFilter.js.map +1 -1
- package/dist/models/AdAnalyticsNotContainsFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsNotContainsFilter.js.map +1 -1
- package/dist/models/AdAnalyticsNotEqualFilter.d.ts +1 -1
- package/dist/models/AdAnalyticsNotEqualFilter.js.map +1 -1
- package/dist/models/AdaptationSet.d.ts +10 -0
- package/dist/models/AdaptationSet.js +7 -0
- package/dist/models/AdaptationSet.js.map +1 -1
- package/dist/models/AdaptationSetType.d.ts +11 -0
- package/dist/models/AdaptationSetType.js +16 -0
- package/dist/models/AdaptationSetType.js.map +1 -0
- package/dist/models/AdaptationSetTypeResponse.d.ts +15 -0
- package/dist/models/AdaptationSetTypeResponse.js +20 -0
- package/dist/models/AdaptationSetTypeResponse.js.map +1 -0
- package/dist/models/AesEncryptionDrm.d.ts +1 -1
- package/dist/models/AesEncryptionDrm.js.map +1 -1
- package/dist/models/AkamaiMslOutput.d.ts +1 -1
- package/dist/models/AkamaiMslOutput.js.map +1 -1
- package/dist/models/AkamaiNetStorageInput.d.ts +1 -1
- package/dist/models/AkamaiNetStorageInput.js.map +1 -1
- package/dist/models/AkamaiNetStorageOutput.d.ts +1 -1
- package/dist/models/AkamaiNetStorageOutput.js.map +1 -1
- package/dist/models/AnalyticsAzureOutput.d.ts +1 -1
- package/dist/models/AnalyticsAzureOutput.js.map +1 -1
- package/dist/models/AnalyticsContainsFilter.d.ts +1 -1
- package/dist/models/AnalyticsContainsFilter.js.map +1 -1
- package/dist/models/AnalyticsEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsExportFileFormat.d.ts +10 -0
- package/dist/models/AnalyticsExportFileFormat.js +15 -0
- package/dist/models/AnalyticsExportFileFormat.js.map +1 -0
- package/dist/models/AnalyticsExportTask.d.ts +7 -0
- package/dist/models/AnalyticsExportTask.js +1 -0
- package/dist/models/AnalyticsExportTask.js.map +1 -1
- package/dist/models/AnalyticsGcsServiceAccountOutput.d.ts +1 -1
- package/dist/models/AnalyticsGcsServiceAccountOutput.js.map +1 -1
- package/dist/models/AnalyticsGreaterThanFilter.d.ts +1 -1
- package/dist/models/AnalyticsGreaterThanFilter.js.map +1 -1
- package/dist/models/AnalyticsGreaterThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsGreaterThanOrEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsInFilter.d.ts +1 -1
- package/dist/models/AnalyticsInFilter.js.map +1 -1
- package/dist/models/AnalyticsLessThanFilter.d.ts +1 -1
- package/dist/models/AnalyticsLessThanFilter.js.map +1 -1
- package/dist/models/AnalyticsLessThanOrEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsLessThanOrEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +25 -25
- package/dist/models/AnalyticsNotContainsFilter.d.ts +1 -1
- package/dist/models/AnalyticsNotContainsFilter.js.map +1 -1
- package/dist/models/AnalyticsNotEqualFilter.d.ts +1 -1
- package/dist/models/AnalyticsNotEqualFilter.js.map +1 -1
- package/dist/models/AnalyticsS3RoleBasedOutput.d.ts +1 -1
- package/dist/models/AnalyticsS3RoleBasedOutput.js.map +1 -1
- package/dist/models/AnalyticsVirtualLicense.d.ts +13 -0
- package/dist/models/AnalyticsVirtualLicense.js +3 -0
- package/dist/models/AnalyticsVirtualLicense.js.map +1 -1
- package/dist/models/AnalyticsVirtualLicenseRequest.d.ts +7 -0
- package/dist/models/AnalyticsVirtualLicenseRequest.js +2 -0
- package/dist/models/AnalyticsVirtualLicenseRequest.js.map +1 -1
- package/dist/models/AndConjunction.d.ts +1 -1
- package/dist/models/AndConjunction.js.map +1 -1
- package/dist/models/AsperaInput.d.ts +1 -1
- package/dist/models/AsperaInput.js.map +1 -1
- package/dist/models/AudioAdaptationSet.d.ts +7 -0
- package/dist/models/AudioAdaptationSet.js +7 -0
- package/dist/models/AudioAdaptationSet.js.map +1 -1
- package/dist/models/AudioMixFilter.d.ts +1 -1
- package/dist/models/AudioMixFilter.js.map +1 -1
- package/dist/models/AudioMixInputStream.d.ts +1 -1
- package/dist/models/AudioMixInputStream.js.map +1 -1
- package/dist/models/AudioVolumeFilter.d.ts +1 -1
- package/dist/models/AudioVolumeFilter.js.map +1 -1
- package/dist/models/Av1VideoConfiguration.d.ts +1 -1
- package/dist/models/Av1VideoConfiguration.js.map +1 -1
- package/dist/models/AzureInput.d.ts +1 -1
- package/dist/models/AzureInput.js.map +1 -1
- package/dist/models/AzureOutput.d.ts +1 -1
- package/dist/models/AzureOutput.js.map +1 -1
- package/dist/models/BroadcastTsMuxing.d.ts +1 -1
- package/dist/models/BroadcastTsMuxing.js.map +1 -1
- package/dist/models/Cea608CaptionInputStream.d.ts +1 -1
- package/dist/models/Cea608CaptionInputStream.js.map +1 -1
- package/dist/models/Cea708CaptionInputStream.d.ts +1 -1
- package/dist/models/Cea708CaptionInputStream.js.map +1 -1
- package/dist/models/CencDrm.d.ts +1 -1
- package/dist/models/CencDrm.js.map +1 -1
- package/dist/models/ChunkedTextMuxing.d.ts +1 -1
- package/dist/models/ChunkedTextMuxing.js.map +1 -1
- package/dist/models/ClearKeyDrm.d.ts +1 -1
- package/dist/models/ClearKeyDrm.js.map +1 -1
- package/dist/models/CmafMuxing.d.ts +1 -1
- package/dist/models/CmafMuxing.js.map +1 -1
- package/dist/models/ConcatenationInputStream.d.ts +1 -1
- package/dist/models/ConcatenationInputStream.js.map +1 -1
- package/dist/models/Condition.d.ts +1 -1
- package/dist/models/Condition.js.map +1 -1
- package/dist/models/ConformFilter.d.ts +1 -1
- package/dist/models/ConformFilter.js.map +1 -1
- package/dist/models/ContentProtection.d.ts +9 -2
- package/dist/models/ContentProtection.js +9 -2
- package/dist/models/ContentProtection.js.map +1 -1
- package/dist/models/CropFilter.d.ts +1 -1
- package/dist/models/CropFilter.js.map +1 -1
- package/dist/models/DashChunkedTextRepresentation.d.ts +7 -0
- package/dist/models/DashChunkedTextRepresentation.js +7 -0
- package/dist/models/DashChunkedTextRepresentation.js.map +1 -1
- package/dist/models/DashCmafRepresentation.d.ts +7 -0
- package/dist/models/DashCmafRepresentation.js +7 -0
- package/dist/models/DashCmafRepresentation.js.map +1 -1
- package/dist/models/DashFmp4DrmRepresentation.d.ts +7 -0
- package/dist/models/DashFmp4DrmRepresentation.js +7 -0
- package/dist/models/DashFmp4DrmRepresentation.js.map +1 -1
- package/dist/models/DashFmp4Representation.d.ts +7 -0
- package/dist/models/DashFmp4Representation.js +7 -0
- package/dist/models/DashFmp4Representation.js.map +1 -1
- package/dist/models/DashImscRepresentation.d.ts +9 -2
- package/dist/models/DashImscRepresentation.js +9 -2
- package/dist/models/DashImscRepresentation.js.map +1 -1
- package/dist/models/DashMp4DrmRepresentation.d.ts +7 -0
- package/dist/models/DashMp4DrmRepresentation.js +7 -0
- package/dist/models/DashMp4DrmRepresentation.js.map +1 -1
- package/dist/models/DashMp4Representation.d.ts +9 -2
- package/dist/models/DashMp4Representation.js +9 -2
- package/dist/models/DashMp4Representation.js.map +1 -1
- package/dist/models/DashMuxingRepresentation.d.ts +27 -0
- package/dist/models/DashMuxingRepresentation.js +39 -0
- package/dist/models/DashMuxingRepresentation.js.map +1 -0
- package/dist/models/DashProgressiveWebmRepresentation.d.ts +9 -2
- package/dist/models/DashProgressiveWebmRepresentation.js +9 -2
- package/dist/models/DashProgressiveWebmRepresentation.js.map +1 -1
- package/dist/models/DashRepresentation.d.ts +18 -18
- package/dist/models/DashRepresentation.js +15 -4
- package/dist/models/DashRepresentation.js.map +1 -1
- package/dist/models/DashRepresentationTypeDiscriminator.d.ts +19 -0
- package/dist/models/DashRepresentationTypeDiscriminator.js +24 -0
- package/dist/models/DashRepresentationTypeDiscriminator.js.map +1 -0
- package/dist/models/DashRepresentationTypeResponse.d.ts +15 -0
- package/dist/models/DashRepresentationTypeResponse.js +20 -0
- package/dist/models/DashRepresentationTypeResponse.js.map +1 -0
- package/dist/models/DashSegmentedRepresentation.d.ts +2 -2
- package/dist/models/DashSegmentedRepresentation.js +2 -2
- package/dist/models/DashSegmentedRepresentation.js.map +1 -1
- package/dist/models/DashVttRepresentation.d.ts +9 -2
- package/dist/models/DashVttRepresentation.js +9 -2
- package/dist/models/DashVttRepresentation.js.map +1 -1
- package/dist/models/DashWebmRepresentation.d.ts +7 -0
- package/dist/models/DashWebmRepresentation.js +7 -0
- package/dist/models/DashWebmRepresentation.js.map +1 -1
- package/dist/models/DefaultManifestAndCondition.d.ts +1 -1
- package/dist/models/DefaultManifestAndCondition.js.map +1 -1
- package/dist/models/DefaultManifestAttributeCondition.d.ts +1 -1
- package/dist/models/DefaultManifestAttributeCondition.js.map +1 -1
- package/dist/models/DefaultManifestOrCondition.d.ts +1 -1
- package/dist/models/DefaultManifestOrCondition.js.map +1 -1
- package/dist/models/DeinterlaceFilter.d.ts +1 -1
- package/dist/models/DeinterlaceFilter.js.map +1 -1
- package/dist/models/DenoiseHqdn3dFilter.d.ts +1 -1
- package/dist/models/DenoiseHqdn3dFilter.js.map +1 -1
- package/dist/models/DolbyAtmosAudioConfiguration.d.ts +1 -1
- package/dist/models/DolbyAtmosAudioConfiguration.js.map +1 -1
- package/dist/models/DolbyAtmosIngestInputStream.d.ts +1 -1
- package/dist/models/DolbyAtmosIngestInputStream.js.map +1 -1
- package/dist/models/DolbyDigitalAudioConfiguration.d.ts +1 -1
- package/dist/models/DolbyDigitalAudioConfiguration.js.map +1 -1
- package/dist/models/DolbyDigitalPlusAudioConfiguration.d.ts +1 -1
- package/dist/models/DolbyDigitalPlusAudioConfiguration.js.map +1 -1
- package/dist/models/DolbyVisionInputStream.d.ts +1 -1
- package/dist/models/DolbyVisionInputStream.js.map +1 -1
- package/dist/models/DolbyVisionMetadataIngestInputStream.d.ts +1 -1
- package/dist/models/DolbyVisionMetadataIngestInputStream.js.map +1 -1
- package/dist/models/DtsAudioConfiguration.d.ts +1 -1
- package/dist/models/DtsAudioConfiguration.js.map +1 -1
- package/dist/models/DtsPassthroughAudioConfiguration.d.ts +1 -1
- package/dist/models/DtsPassthroughAudioConfiguration.js.map +1 -1
- package/dist/models/DtsXAudioConfiguration.d.ts +1 -1
- package/dist/models/DtsXAudioConfiguration.js.map +1 -1
- package/dist/models/DvbSubtitleConfiguration.d.ts +1 -1
- package/dist/models/DvbSubtitleConfiguration.js.map +1 -1
- package/dist/models/DvbSubtitleInputStream.d.ts +1 -1
- package/dist/models/DvbSubtitleInputStream.js.map +1 -1
- package/dist/models/DvbTeletextInputStream.d.ts +1 -1
- package/dist/models/DvbTeletextInputStream.js.map +1 -1
- package/dist/models/Eac3AudioConfiguration.d.ts +1 -1
- package/dist/models/Eac3AudioConfiguration.js.map +1 -1
- package/dist/models/EbuR128SinglePassFilter.d.ts +1 -1
- package/dist/models/EbuR128SinglePassFilter.js.map +1 -1
- package/dist/models/EnhancedDeinterlaceFilter.d.ts +1 -1
- package/dist/models/EnhancedDeinterlaceFilter.js.map +1 -1
- package/dist/models/EnhancedWatermarkFilter.d.ts +1 -1
- package/dist/models/EnhancedWatermarkFilter.js.map +1 -1
- package/dist/models/FairPlayDrm.d.ts +1 -1
- package/dist/models/FairPlayDrm.js.map +1 -1
- package/dist/models/FileInputStream.d.ts +1 -1
- package/dist/models/FileInputStream.js.map +1 -1
- package/dist/models/Fmp4Muxing.d.ts +8 -1
- package/dist/models/Fmp4Muxing.js +1 -0
- package/dist/models/Fmp4Muxing.js.map +1 -1
- package/dist/models/FrameIdId3Tag.d.ts +1 -1
- package/dist/models/FrameIdId3Tag.js.map +1 -1
- package/dist/models/FtpInput.d.ts +1 -1
- package/dist/models/FtpInput.js.map +1 -1
- package/dist/models/FtpOutput.d.ts +1 -1
- package/dist/models/FtpOutput.js.map +1 -1
- package/dist/models/GcsInput.d.ts +1 -1
- package/dist/models/GcsInput.js.map +1 -1
- package/dist/models/GcsOutput.d.ts +1 -1
- package/dist/models/GcsOutput.js.map +1 -1
- package/dist/models/GcsServiceAccountInput.d.ts +1 -1
- package/dist/models/GcsServiceAccountInput.js.map +1 -1
- package/dist/models/GcsServiceAccountOutput.d.ts +1 -1
- package/dist/models/GcsServiceAccountOutput.js.map +1 -1
- package/dist/models/GenericS3Input.d.ts +1 -1
- package/dist/models/GenericS3Input.js.map +1 -1
- package/dist/models/GenericS3Output.d.ts +1 -1
- package/dist/models/GenericS3Output.js.map +1 -1
- package/dist/models/H262VideoConfiguration.d.ts +1 -1
- package/dist/models/H262VideoConfiguration.js.map +1 -1
- package/dist/models/H264PictureTimingTrimmingInputStream.d.ts +1 -1
- package/dist/models/H264PictureTimingTrimmingInputStream.js.map +1 -1
- package/dist/models/H264VideoConfiguration.d.ts +1 -1
- package/dist/models/H264VideoConfiguration.js.map +1 -1
- package/dist/models/H265VideoConfiguration.d.ts +1 -1
- package/dist/models/H265VideoConfiguration.js.map +1 -1
- package/dist/models/HeAacV1AudioConfiguration.d.ts +1 -1
- package/dist/models/HeAacV1AudioConfiguration.js.map +1 -1
- package/dist/models/HeAacV2AudioConfiguration.d.ts +1 -1
- package/dist/models/HeAacV2AudioConfiguration.js.map +1 -1
- package/dist/models/HttpInput.d.ts +1 -1
- package/dist/models/HttpInput.js.map +1 -1
- package/dist/models/HttpsInput.d.ts +1 -1
- package/dist/models/HttpsInput.js.map +1 -1
- package/dist/models/ImageAdaptationSet.d.ts +7 -0
- package/dist/models/ImageAdaptationSet.js +7 -0
- package/dist/models/ImageAdaptationSet.js.map +1 -1
- package/dist/models/ImscConfiguration.d.ts +1 -1
- package/dist/models/ImscConfiguration.js.map +1 -1
- package/dist/models/IngestInputStream.d.ts +1 -1
- package/dist/models/IngestInputStream.js.map +1 -1
- package/dist/models/InterlaceFilter.d.ts +1 -1
- package/dist/models/InterlaceFilter.js.map +1 -1
- package/dist/models/LiveMediaIngestOutput.d.ts +1 -1
- package/dist/models/LiveMediaIngestOutput.js.map +1 -1
- package/dist/models/LocalInput.d.ts +1 -1
- package/dist/models/LocalInput.js.map +1 -1
- package/dist/models/LocalOutput.d.ts +1 -1
- package/dist/models/LocalOutput.js.map +1 -1
- package/dist/models/MarlinDrm.d.ts +1 -1
- package/dist/models/MarlinDrm.js.map +1 -1
- package/dist/models/MjpegVideoConfiguration.d.ts +1 -1
- package/dist/models/MjpegVideoConfiguration.js.map +1 -1
- package/dist/models/Mp2AudioConfiguration.d.ts +1 -1
- package/dist/models/Mp2AudioConfiguration.js.map +1 -1
- package/dist/models/Mp3AudioConfiguration.d.ts +1 -1
- package/dist/models/Mp3AudioConfiguration.js.map +1 -1
- package/dist/models/Mp3Muxing.d.ts +1 -1
- package/dist/models/Mp3Muxing.js.map +1 -1
- package/dist/models/Mp4Muxing.d.ts +1 -1
- package/dist/models/Mp4Muxing.js.map +1 -1
- package/dist/models/MuxingTypeResponse.d.ts +15 -0
- package/dist/models/MuxingTypeResponse.js +20 -0
- package/dist/models/MuxingTypeResponse.js.map +1 -0
- package/dist/models/MxfMuxing.d.ts +1 -1
- package/dist/models/MxfMuxing.js.map +1 -1
- package/dist/models/OpusAudioConfiguration.d.ts +1 -1
- package/dist/models/OpusAudioConfiguration.js.map +1 -1
- package/dist/models/OrConjunction.d.ts +1 -1
- package/dist/models/OrConjunction.js.map +1 -1
- package/dist/models/PTSAlignMode.d.ts +9 -0
- package/dist/models/PTSAlignMode.js +14 -0
- package/dist/models/PTSAlignMode.js.map +1 -0
- package/dist/models/PackedAudioMuxing.d.ts +1 -1
- package/dist/models/PackedAudioMuxing.js.map +1 -1
- package/dist/models/PcmAudioConfiguration.d.ts +1 -1
- package/dist/models/PcmAudioConfiguration.js.map +1 -1
- package/dist/models/PlaintextId3Tag.d.ts +1 -1
- package/dist/models/PlaintextId3Tag.js.map +1 -1
- package/dist/models/PlayReadyDrm.d.ts +1 -1
- package/dist/models/PlayReadyDrm.js.map +1 -1
- package/dist/models/PrimeTimeDrm.d.ts +1 -1
- package/dist/models/PrimeTimeDrm.js.map +1 -1
- package/dist/models/ProgressiveMovMuxing.d.ts +1 -1
- package/dist/models/ProgressiveMovMuxing.js.map +1 -1
- package/dist/models/ProgressiveTsMuxing.d.ts +1 -1
- package/dist/models/ProgressiveTsMuxing.js.map +1 -1
- package/dist/models/ProgressiveWebmMuxing.d.ts +1 -1
- package/dist/models/ProgressiveWebmMuxing.js.map +1 -1
- package/dist/models/RawId3Tag.d.ts +1 -1
- package/dist/models/RawId3Tag.js.map +1 -1
- package/dist/models/RedundantRtmpInput.d.ts +1 -1
- package/dist/models/RedundantRtmpInput.js.map +1 -1
- package/dist/models/RotateFilter.d.ts +1 -1
- package/dist/models/RotateFilter.js.map +1 -1
- package/dist/models/RtmpInput.d.ts +1 -1
- package/dist/models/RtmpInput.js.map +1 -1
- package/dist/models/S3Input.d.ts +1 -1
- package/dist/models/S3Input.js.map +1 -1
- package/dist/models/S3Output.d.ts +1 -1
- package/dist/models/S3Output.js.map +1 -1
- package/dist/models/S3RoleBasedInput.d.ts +1 -1
- package/dist/models/S3RoleBasedInput.js.map +1 -1
- package/dist/models/S3RoleBasedOutput.d.ts +1 -1
- package/dist/models/S3RoleBasedOutput.js.map +1 -1
- package/dist/models/ScaleFilter.d.ts +1 -1
- package/dist/models/ScaleFilter.js.map +1 -1
- package/dist/models/SegmentedRawMuxing.d.ts +1 -1
- package/dist/models/SegmentedRawMuxing.js.map +1 -1
- package/dist/models/SftpInput.d.ts +1 -1
- package/dist/models/SftpInput.js.map +1 -1
- package/dist/models/SftpOutput.d.ts +1 -1
- package/dist/models/SftpOutput.js.map +1 -1
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.d.ts +15 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.js +37 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobCredentials.d.ts +8 -0
- package/dist/models/SimpleEncodingVodJobCredentials.js +18 -0
- package/dist/models/SimpleEncodingVodJobCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobErrors.d.ts +26 -0
- package/dist/models/SimpleEncodingVodJobErrors.js +22 -0
- package/dist/models/SimpleEncodingVodJobErrors.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.d.ts +15 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js +37 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobInputType.d.ts +11 -0
- package/dist/models/SimpleEncodingVodJobInputType.js +16 -0
- package/dist/models/SimpleEncodingVodJobInputType.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobRequest.d.ts +26 -0
- package/dist/models/SimpleEncodingVodJobRequest.js +24 -0
- package/dist/models/SimpleEncodingVodJobRequest.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobResponse.d.ts +64 -0
- package/dist/models/SimpleEncodingVodJobResponse.js +31 -0
- package/dist/models/SimpleEncodingVodJobResponse.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobStatus.d.ts +14 -0
- package/dist/models/SimpleEncodingVodJobStatus.js +19 -0
- package/dist/models/SimpleEncodingVodJobStatus.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +34 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.js +24 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +27 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.js +23 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js.map +1 -0
- package/dist/models/SpekeDrm.d.ts +1 -1
- package/dist/models/SpekeDrm.js.map +1 -1
- package/dist/models/SpriteRepresentation.d.ts +9 -2
- package/dist/models/SpriteRepresentation.js +9 -2
- package/dist/models/SpriteRepresentation.js.map +1 -1
- package/dist/models/SrtInput.d.ts +1 -1
- package/dist/models/SrtInput.js.map +1 -1
- package/dist/models/SubtitleAdaptationSet.d.ts +7 -0
- package/dist/models/SubtitleAdaptationSet.js +7 -0
- package/dist/models/SubtitleAdaptationSet.js.map +1 -1
- package/dist/models/TcpInput.d.ts +1 -1
- package/dist/models/TcpInput.js.map +1 -1
- package/dist/models/TextFilter.d.ts +1 -1
- package/dist/models/TextFilter.js.map +1 -1
- package/dist/models/TextMuxing.d.ts +1 -1
- package/dist/models/TextMuxing.js.map +1 -1
- package/dist/models/TimeBasedTrimmingInputStream.d.ts +1 -1
- package/dist/models/TimeBasedTrimmingInputStream.js.map +1 -1
- package/dist/models/TimecodeTrackTrimmingInputStream.d.ts +1 -1
- package/dist/models/TimecodeTrackTrimmingInputStream.js.map +1 -1
- package/dist/models/TsMuxing.d.ts +1 -1
- package/dist/models/TsMuxing.js.map +1 -1
- package/dist/models/UdpInput.d.ts +1 -1
- package/dist/models/UdpInput.js.map +1 -1
- package/dist/models/UdpMulticastInput.d.ts +1 -1
- package/dist/models/UdpMulticastInput.js.map +1 -1
- package/dist/models/UnsharpFilter.d.ts +1 -1
- package/dist/models/UnsharpFilter.js.map +1 -1
- package/dist/models/VideoAdaptationSet.d.ts +7 -0
- package/dist/models/VideoAdaptationSet.js +7 -0
- package/dist/models/VideoAdaptationSet.js.map +1 -1
- package/dist/models/VorbisAudioConfiguration.d.ts +1 -1
- package/dist/models/VorbisAudioConfiguration.js.map +1 -1
- package/dist/models/Vp8VideoConfiguration.d.ts +1 -1
- package/dist/models/Vp8VideoConfiguration.js.map +1 -1
- package/dist/models/Vp9VideoConfiguration.d.ts +1 -1
- package/dist/models/Vp9VideoConfiguration.js.map +1 -1
- package/dist/models/WatermarkFilter.d.ts +1 -1
- package/dist/models/WatermarkFilter.js.map +1 -1
- package/dist/models/WebVttConfiguration.d.ts +1 -1
- package/dist/models/WebVttConfiguration.js.map +1 -1
- package/dist/models/WebVttSidecarFile.d.ts +1 -1
- package/dist/models/WebVttSidecarFile.js.map +1 -1
- package/dist/models/WebmMuxing.d.ts +1 -1
- package/dist/models/WebmMuxing.js.map +1 -1
- package/dist/models/WidevineDrm.d.ts +1 -1
- package/dist/models/WidevineDrm.js.map +1 -1
- package/dist/models/ZixiInput.d.ts +1 -1
- package/dist/models/ZixiInput.js.map +1 -1
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/encoding/statistics/daily/DailyStatisticsListByDateRangeQueryParams.js +0 -30
- package/dist/encoding/statistics/daily/DailyStatisticsListByDateRangeQueryParams.js.map +0 -1
- package/dist/encoding/statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.js +0 -30
- package/dist/encoding/statistics/encodings/live/daily/EncodingStatisticsLiveListByDateRangeQueryParams.js.map +0 -1
|
@@ -2,7 +2,6 @@ import { BaseAPI } from '../../../../../common/BaseAPI';
|
|
|
2
2
|
import Configuration from '../../../../../common/Configuration';
|
|
3
3
|
import EncodingStatisticsLive from '../../../../../models/EncodingStatisticsLive';
|
|
4
4
|
import PaginationResponse from '../../../../../models/PaginationResponse';
|
|
5
|
-
import { EncodingStatisticsLiveListByDateRangeQueryParams, EncodingStatisticsLiveListByDateRangeQueryParamsBuilder } from './EncodingStatisticsLiveListByDateRangeQueryParams';
|
|
6
5
|
/**
|
|
7
6
|
* DailyApi - object-oriented interface
|
|
8
7
|
* @export
|
|
@@ -15,9 +14,8 @@ export default class DailyApi extends BaseAPI {
|
|
|
15
14
|
* @summary List daily live encoding statistics within specific dates
|
|
16
15
|
* @param {Date} from Start date, format: yyyy-MM-dd
|
|
17
16
|
* @param {Date} to End date, format: yyyy-MM-dd
|
|
18
|
-
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
19
17
|
* @throws {BitmovinError}
|
|
20
18
|
* @memberof DailyApi
|
|
21
19
|
*/
|
|
22
|
-
listByDateRange(from: Date, to: Date
|
|
20
|
+
listByDateRange(from: Date, to: Date): Promise<PaginationResponse<EncodingStatisticsLive>>;
|
|
23
21
|
}
|
|
@@ -16,7 +16,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
var BaseAPI_1 = require("../../../../../common/BaseAPI");
|
|
17
17
|
var EncodingStatisticsLive_1 = require("../../../../../models/EncodingStatisticsLive");
|
|
18
18
|
var PaginationResponse_1 = require("../../../../../models/PaginationResponse");
|
|
19
|
-
var EncodingStatisticsLiveListByDateRangeQueryParams_1 = require("./EncodingStatisticsLiveListByDateRangeQueryParams");
|
|
20
19
|
/**
|
|
21
20
|
* DailyApi - object-oriented interface
|
|
22
21
|
* @export
|
|
@@ -32,23 +31,15 @@ var DailyApi = /** @class */ (function (_super) {
|
|
|
32
31
|
* @summary List daily live encoding statistics within specific dates
|
|
33
32
|
* @param {Date} from Start date, format: yyyy-MM-dd
|
|
34
33
|
* @param {Date} to End date, format: yyyy-MM-dd
|
|
35
|
-
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
36
34
|
* @throws {BitmovinError}
|
|
37
35
|
* @memberof DailyApi
|
|
38
36
|
*/
|
|
39
|
-
DailyApi.prototype.listByDateRange = function (from, to
|
|
37
|
+
DailyApi.prototype.listByDateRange = function (from, to) {
|
|
40
38
|
var pathParamMap = {
|
|
41
39
|
from: from,
|
|
42
40
|
to: to
|
|
43
41
|
};
|
|
44
|
-
|
|
45
|
-
if (typeof queryParameters === 'function') {
|
|
46
|
-
queryParams = queryParameters(new EncodingStatisticsLiveListByDateRangeQueryParams_1.EncodingStatisticsLiveListByDateRangeQueryParamsBuilder()).buildQueryParams();
|
|
47
|
-
}
|
|
48
|
-
else if (queryParameters) {
|
|
49
|
-
queryParams = queryParameters;
|
|
50
|
-
}
|
|
51
|
-
return this.restClient.get('/encoding/statistics/encodings/live/daily/{from}/{to}', pathParamMap, queryParams).then(function (response) {
|
|
42
|
+
return this.restClient.get('/encoding/statistics/encodings/live/daily/{from}/{to}', pathParamMap).then(function (response) {
|
|
52
43
|
return new PaginationResponse_1.default(response, EncodingStatisticsLive_1.default);
|
|
53
44
|
});
|
|
54
45
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DailyApi.js","sourceRoot":"","sources":["../../../../../../src/encoding/statistics/encodings/live/daily/DailyApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,yDAAsD;AAGtD,uFAAkF;AAClF,+EAA0E;
|
|
1
|
+
{"version":3,"file":"DailyApi.js","sourceRoot":"","sources":["../../../../../../src/encoding/statistics/encodings/live/daily/DailyApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,yDAAsD;AAGtD,uFAAkF;AAClF,+EAA0E;AAE1E;;;;;GAKG;AACH;IAAsC,4BAAO;IAE3C,kBAAY,aAA4B;eACtC,kBAAM,aAAa,CAAC;IACtB,CAAC;IAED;;;;;;OAMG;IACI,kCAAe,GAAtB,UAAuB,IAAU,EAAE,EAAQ;QACzC,IAAM,YAAY,GAAG;YACnB,IAAI,EAAE,IAAI;YACV,EAAE,EAAE,EAAE;SACP,CAAC;QACF,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAA6C,uDAAuD,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YAC1J,OAAO,IAAI,4BAAkB,CAAyB,QAAQ,EAAE,gCAAsB,CAAC,CAAC;QAC1F,CAAC,CAAC,CAAC;IACL,CAAC;IACH,eAAC;AAAD,CAAC,AAtBD,CAAsC,iBAAO,GAsB5C"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { BaseAPI } from '../../../../common/BaseAPI';
|
|
2
2
|
import Configuration from '../../../../common/Configuration';
|
|
3
|
+
import DailyApi from './daily/DailyApi';
|
|
3
4
|
import EncodingStatisticsVod from '../../../../models/EncodingStatisticsVod';
|
|
4
5
|
import PaginationResponse from '../../../../models/PaginationResponse';
|
|
5
6
|
import { EncodingStatisticsVodListQueryParams, EncodingStatisticsVodListQueryParamsBuilder } from './EncodingStatisticsVodListQueryParams';
|
|
@@ -11,6 +12,7 @@ import { EncodingStatisticsVodListByDateRangeQueryParams, EncodingStatisticsVodL
|
|
|
11
12
|
* @extends {BaseAPI}
|
|
12
13
|
*/
|
|
13
14
|
export default class VodApi extends BaseAPI {
|
|
15
|
+
daily: DailyApi;
|
|
14
16
|
constructor(configuration: Configuration);
|
|
15
17
|
/**
|
|
16
18
|
* @summary List VOD Encoding Statistics
|
|
@@ -14,6 +14,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
14
14
|
})();
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
var BaseAPI_1 = require("../../../../common/BaseAPI");
|
|
17
|
+
var DailyApi_1 = require("./daily/DailyApi");
|
|
17
18
|
var EncodingStatisticsVod_1 = require("../../../../models/EncodingStatisticsVod");
|
|
18
19
|
var PaginationResponse_1 = require("../../../../models/PaginationResponse");
|
|
19
20
|
var EncodingStatisticsVodListQueryParams_1 = require("./EncodingStatisticsVodListQueryParams");
|
|
@@ -27,7 +28,9 @@ var EncodingStatisticsVodListByDateRangeQueryParams_1 = require("./EncodingStati
|
|
|
27
28
|
var VodApi = /** @class */ (function (_super) {
|
|
28
29
|
__extends(VodApi, _super);
|
|
29
30
|
function VodApi(configuration) {
|
|
30
|
-
|
|
31
|
+
var _this = _super.call(this, configuration) || this;
|
|
32
|
+
_this.daily = new DailyApi_1.default(configuration);
|
|
33
|
+
return _this;
|
|
31
34
|
}
|
|
32
35
|
/**
|
|
33
36
|
* @summary List VOD Encoding Statistics
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VodApi.js","sourceRoot":"","sources":["../../../../../src/encoding/statistics/encodings/vod/VodApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAmD;AAGnD,kFAA6E;AAC7E,4EAAuE;AACvE,+FAAyI;AACzI,qHAA0K;AAE1K;;;;;GAKG;AACH;IAAoC,0BAAO;
|
|
1
|
+
{"version":3,"file":"VodApi.js","sourceRoot":"","sources":["../../../../../src/encoding/statistics/encodings/vod/VodApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAmD;AAGnD,6CAAwC;AACxC,kFAA6E;AAC7E,4EAAuE;AACvE,+FAAyI;AACzI,qHAA0K;AAE1K;;;;;GAKG;AACH;IAAoC,0BAAO;IAGzC,gBAAY,aAA4B;QAAxC,YACE,kBAAM,aAAa,CAAC,SAErB;QADC,KAAI,CAAC,KAAK,GAAG,IAAI,kBAAQ,CAAC,aAAa,CAAC,CAAC;;IAC3C,CAAC;IAED;;;;;OAKG;IACI,qBAAI,GAAX,UAAY,eAA0J;QACpK,IAAI,WAAW,GAAyC,EAAE,CAAC;QAC3D,IAAI,OAAO,eAAe,KAAK,UAAU,EAAE;YACzC,WAAW,GAAG,eAAe,CAAC,IAAI,kFAA2C,EAAE,CAAC,CAAC,gBAAgB,EAAE,CAAC;SACrG;aAAM,IAAI,eAAe,EAAE;YAC1B,WAAW,GAAG,eAAe,CAAC;SAC/B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAA4C,oCAAoC,EAAE,EAAE,EAAE,WAAW,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACzI,OAAO,IAAI,4BAAkB,CAAwB,QAAQ,EAAE,+BAAqB,CAAC,CAAC;QACxF,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;OAOG;IACI,gCAAe,GAAtB,UAAuB,IAAU,EAAE,EAAQ,EAAE,eAA2L;QACtO,IAAM,YAAY,GAAG;YACnB,IAAI,EAAE,IAAI;YACV,EAAE,EAAE,EAAE;SACP,CAAC;QACF,IAAI,WAAW,GAAoD,EAAE,CAAC;QACtE,IAAI,OAAO,eAAe,KAAK,UAAU,EAAE;YACzC,WAAW,GAAG,eAAe,CAAC,IAAI,wGAAsD,EAAE,CAAC,CAAC,gBAAgB,EAAE,CAAC;SAChH;aAAM,IAAI,eAAe,EAAE;YAC1B,WAAW,GAAG,eAAe,CAAC;SAC/B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAA4C,gDAAgD,EAAE,YAAY,EAAE,WAAW,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YAC/J,OAAO,IAAI,4BAAkB,CAAwB,QAAQ,EAAE,+BAAqB,CAAC,CAAC;QACxF,CAAC,CAAC,CAAC;IACL,CAAC;IACH,aAAC;AAAD,CAAC,AAjDD,CAAoC,iBAAO,GAiD1C"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { BaseAPI } from '../../../../../common/BaseAPI';
|
|
2
|
+
import Configuration from '../../../../../common/Configuration';
|
|
3
|
+
import EncodingStatistics from '../../../../../models/EncodingStatistics';
|
|
4
|
+
import PaginationResponse from '../../../../../models/PaginationResponse';
|
|
5
|
+
/**
|
|
6
|
+
* DailyApi - object-oriented interface
|
|
7
|
+
* @export
|
|
8
|
+
* @class DailyApi
|
|
9
|
+
* @extends {BaseAPI}
|
|
10
|
+
*/
|
|
11
|
+
export default class DailyApi extends BaseAPI {
|
|
12
|
+
constructor(configuration: Configuration);
|
|
13
|
+
/**
|
|
14
|
+
* @summary List daily VoD encoding statistics within specific dates
|
|
15
|
+
* @param {Date} from Start date, format: yyyy-MM-dd
|
|
16
|
+
* @param {Date} to End date, format: yyyy-MM-dd
|
|
17
|
+
* @throws {BitmovinError}
|
|
18
|
+
* @memberof DailyApi
|
|
19
|
+
*/
|
|
20
|
+
listByDateRange(from: Date, to: Date): Promise<PaginationResponse<EncodingStatistics>>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
extendStatics(d, b);
|
|
11
|
+
function __() { this.constructor = d; }
|
|
12
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13
|
+
};
|
|
14
|
+
})();
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
var BaseAPI_1 = require("../../../../../common/BaseAPI");
|
|
17
|
+
var EncodingStatistics_1 = require("../../../../../models/EncodingStatistics");
|
|
18
|
+
var PaginationResponse_1 = require("../../../../../models/PaginationResponse");
|
|
19
|
+
/**
|
|
20
|
+
* DailyApi - object-oriented interface
|
|
21
|
+
* @export
|
|
22
|
+
* @class DailyApi
|
|
23
|
+
* @extends {BaseAPI}
|
|
24
|
+
*/
|
|
25
|
+
var DailyApi = /** @class */ (function (_super) {
|
|
26
|
+
__extends(DailyApi, _super);
|
|
27
|
+
function DailyApi(configuration) {
|
|
28
|
+
return _super.call(this, configuration) || this;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @summary List daily VoD encoding statistics within specific dates
|
|
32
|
+
* @param {Date} from Start date, format: yyyy-MM-dd
|
|
33
|
+
* @param {Date} to End date, format: yyyy-MM-dd
|
|
34
|
+
* @throws {BitmovinError}
|
|
35
|
+
* @memberof DailyApi
|
|
36
|
+
*/
|
|
37
|
+
DailyApi.prototype.listByDateRange = function (from, to) {
|
|
38
|
+
var pathParamMap = {
|
|
39
|
+
from: from,
|
|
40
|
+
to: to
|
|
41
|
+
};
|
|
42
|
+
return this.restClient.get('/encoding/statistics/encodings/vod/daily/{from}/{to}', pathParamMap).then(function (response) {
|
|
43
|
+
return new PaginationResponse_1.default(response, EncodingStatistics_1.default);
|
|
44
|
+
});
|
|
45
|
+
};
|
|
46
|
+
return DailyApi;
|
|
47
|
+
}(BaseAPI_1.BaseAPI));
|
|
48
|
+
exports.default = DailyApi;
|
|
49
|
+
//# sourceMappingURL=DailyApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DailyApi.js","sourceRoot":"","sources":["../../../../../../src/encoding/statistics/encodings/vod/daily/DailyApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,yDAAsD;AAGtD,+EAA0E;AAC1E,+EAA0E;AAE1E;;;;;GAKG;AACH;IAAsC,4BAAO;IAE3C,kBAAY,aAA4B;eACtC,kBAAM,aAAa,CAAC;IACtB,CAAC;IAED;;;;;;OAMG;IACI,kCAAe,GAAtB,UAAuB,IAAU,EAAE,EAAQ;QACzC,IAAM,YAAY,GAAG;YACnB,IAAI,EAAE,IAAI;YACV,EAAE,EAAE,EAAE;SACP,CAAC;QACF,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAyC,sDAAsD,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,QAAQ;YACrJ,OAAO,IAAI,4BAAkB,CAAqB,QAAQ,EAAE,4BAAkB,CAAC,CAAC;QAClF,CAAC,CAAC,CAAC;IACL,CAAC;IACH,eAAC;AAAD,CAAC,AAtBD,CAAsC,iBAAO,GAsB5C"}
|
|
@@ -11,7 +11,7 @@ export declare class AacAudioConfiguration extends AudioConfiguration {
|
|
|
11
11
|
* @type {string}
|
|
12
12
|
* @memberof AacAudioConfiguration
|
|
13
13
|
*/
|
|
14
|
-
type: CodecConfigType
|
|
14
|
+
readonly type: CodecConfigType;
|
|
15
15
|
/**
|
|
16
16
|
* Channel layout of the audio codec configuration
|
|
17
17
|
* @type {AacChannelLayout}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AacAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/AacAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,2DAAsD;AACtD,qDAAgD;AAEhD;;;GAGG;AACH;IAA2C,yCAAkB;IAsB3D,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AacAudioConfiguration.js","sourceRoot":"","sources":["../../src/models/AacAudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,2DAAsD;AACtD,qDAAgD;AAEhD;;;GAGG;AACH;IAA2C,yCAAkB;IAsB3D,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,GAAG,CAAC;QAkB1D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;;IAClD,CAAC;IACH,4BAAC;AAAD,CAAC,AA9BD,CAA2C,4BAAkB,GA8B5D;AA9BY,sDAAqB;AAgClC,kBAAe,qBAAqB,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare class Ac3AudioConfiguration extends AudioConfiguration {
|
|
|
11
11
|
* @type {string}
|
|
12
12
|
* @memberof Ac3AudioConfiguration
|
|
13
13
|
*/
|
|
14
|
-
type: CodecConfigType
|
|
14
|
+
readonly type: CodecConfigType;
|
|
15
15
|
/**
|
|
16
16
|
* Channel layout of the audio codec configuration
|
|
17
17
|
* @type {Ac3ChannelLayout}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ac3AudioConfiguration.js","sourceRoot":"","sources":["../../src/models/Ac3AudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,2DAAsD;AACtD,qDAAgD;AAEhD;;;GAGG;AACH;IAA2C,yCAAkB;IAsB3D,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"Ac3AudioConfiguration.js","sourceRoot":"","sources":["../../src/models/Ac3AudioConfiguration.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,2DAAsD;AACtD,qDAAgD;AAEhD;;;GAGG;AACH;IAA2C,yCAAkB;IAsB3D,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAMX;QA5BD;;;;WAIG;QACa,UAAI,GAAoB,yBAAe,CAAC,GAAG,CAAC;QAkB1D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,eAAe,GAAG,YAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;;IAClD,CAAC;IACH,4BAAC;AAAD,CAAC,AA9BD,CAA2C,4BAAkB,GA8B5D;AA9BY,sDAAqB;AAgClC,kBAAe,qBAAqB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AdAnalyticsContainsFilter extends AdAnalyticsAbstractFilter
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AdAnalyticsContainsFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any}
|
|
16
16
|
* @memberof AdAnalyticsContainsFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdAnalyticsContainsFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsContainsFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAA+C,6CAAyB;IActE,mCAAY,GAAwC;QAApD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AdAnalyticsContainsFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsContainsFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAA+C,6CAAyB;IActE,mCAAY,GAAwC;QAApD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;QACa,cAAQ,GAA2B,gCAAsB,CAAC,QAAQ,CAAC;QAUjF,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,gCAAC;AAAD,CAAC,AArBD,CAA+C,mCAAyB,GAqBvE;AArBY,8DAAyB;AAuBtC,kBAAe,yBAAyB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AdAnalyticsEqualFilter extends AdAnalyticsAbstractFilter {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AdAnalyticsEqualFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any}
|
|
16
16
|
* @memberof AdAnalyticsEqualFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdAnalyticsEqualFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsEqualFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAA4C,0CAAyB;IAcnE,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AdAnalyticsEqualFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsEqualFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAA4C,0CAAyB;IAcnE,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;QACa,cAAQ,GAA2B,gCAAsB,CAAC,EAAE,CAAC;QAU3E,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,6BAAC;AAAD,CAAC,AArBD,CAA4C,mCAAyB,GAqBpE;AArBY,wDAAsB;AAuBnC,kBAAe,sBAAsB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AdAnalyticsGreaterThanFilter extends AdAnalyticsAbstractFil
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AdAnalyticsGreaterThanFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any}
|
|
16
16
|
* @memberof AdAnalyticsGreaterThanFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdAnalyticsGreaterThanFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsGreaterThanFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAAkD,gDAAyB;IAczE,sCAAY,GAA2C;QAAvD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AdAnalyticsGreaterThanFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsGreaterThanFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAAkD,gDAAyB;IAczE,sCAAY,GAA2C;QAAvD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;QACa,cAAQ,GAA2B,gCAAsB,CAAC,EAAE,CAAC;QAU3E,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,mCAAC;AAAD,CAAC,AArBD,CAAkD,mCAAyB,GAqB1E;AArBY,oEAA4B;AAuBzC,kBAAe,4BAA4B,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AdAnalyticsGreaterThanOrEqualFilter extends AdAnalyticsAbst
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AdAnalyticsGreaterThanOrEqualFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any}
|
|
16
16
|
* @memberof AdAnalyticsGreaterThanOrEqualFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdAnalyticsGreaterThanOrEqualFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsGreaterThanOrEqualFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAAyD,uDAAyB;IAchF,6CAAY,GAAkD;QAA9D,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AdAnalyticsGreaterThanOrEqualFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsGreaterThanOrEqualFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAAyD,uDAAyB;IAchF,6CAAY,GAAkD;QAA9D,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;QACa,cAAQ,GAA2B,gCAAsB,CAAC,GAAG,CAAC;QAU5E,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,0CAAC;AAAD,CAAC,AArBD,CAAyD,mCAAyB,GAqBjF;AArBY,kFAAmC;AAuBhD,kBAAe,mCAAmC,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AdAnalyticsInFilter extends AdAnalyticsAbstractFilter {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AdAnalyticsInFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any[]}
|
|
16
16
|
* @memberof AdAnalyticsInFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdAnalyticsInFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsInFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAAyC,uCAAyB;IAchE,6BAAY,GAAkC;QAA9C,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AdAnalyticsInFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsInFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAAyC,uCAAyB;IAchE,6BAAY,GAAkC;QAA9C,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;QACa,cAAQ,GAA2B,gCAAsB,CAAC,EAAE,CAAC;QAU3E,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,iBAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IACnC,CAAC;IACH,0BAAC;AAAD,CAAC,AArBD,CAAyC,mCAAyB,GAqBjE;AArBY,kDAAmB;AAuBhC,kBAAe,mBAAmB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AdAnalyticsLessThanFilter extends AdAnalyticsAbstractFilter
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AdAnalyticsLessThanFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any}
|
|
16
16
|
* @memberof AdAnalyticsLessThanFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdAnalyticsLessThanFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsLessThanFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAA+C,6CAAyB;IActE,mCAAY,GAAwC;QAApD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AdAnalyticsLessThanFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsLessThanFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAA+C,6CAAyB;IActE,mCAAY,GAAwC;QAApD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;QACa,cAAQ,GAA2B,gCAAsB,CAAC,EAAE,CAAC;QAU3E,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,gCAAC;AAAD,CAAC,AArBD,CAA+C,mCAAyB,GAqBvE;AArBY,8DAAyB;AAuBtC,kBAAe,yBAAyB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AdAnalyticsLessThanOrEqualFilter extends AdAnalyticsAbstrac
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AdAnalyticsLessThanOrEqualFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any}
|
|
16
16
|
* @memberof AdAnalyticsLessThanOrEqualFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdAnalyticsLessThanOrEqualFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsLessThanOrEqualFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAAsD,oDAAyB;IAc7E,0CAAY,GAA+C;QAA3D,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AdAnalyticsLessThanOrEqualFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsLessThanOrEqualFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAAsD,oDAAyB;IAc7E,0CAAY,GAA+C;QAA3D,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;QACa,cAAQ,GAA2B,gCAAsB,CAAC,GAAG,CAAC;QAU5E,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,uCAAC;AAAD,CAAC,AArBD,CAAsD,mCAAyB,GAqB9E;AArBY,4EAAgC;AAuB7C,kBAAe,gCAAgC,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AdAnalyticsNotContainsFilter extends AdAnalyticsAbstractFil
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AdAnalyticsNotContainsFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any}
|
|
16
16
|
* @memberof AdAnalyticsNotContainsFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdAnalyticsNotContainsFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsNotContainsFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAAkD,gDAAyB;IAczE,sCAAY,GAA2C;QAAvD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AdAnalyticsNotContainsFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsNotContainsFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAAkD,gDAAyB;IAczE,sCAAY,GAA2C;QAAvD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;QACa,cAAQ,GAA2B,gCAAsB,CAAC,WAAW,CAAC;QAUpF,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,mCAAC;AAAD,CAAC,AArBD,CAAkD,mCAAyB,GAqB1E;AArBY,oEAA4B;AAuBzC,kBAAe,4BAA4B,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AdAnalyticsNotEqualFilter extends AdAnalyticsAbstractFilter
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AdAnalyticsNotEqualFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any}
|
|
16
16
|
* @memberof AdAnalyticsNotEqualFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdAnalyticsNotEqualFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsNotEqualFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAA+C,6CAAyB;IActE,mCAAY,GAAwC;QAApD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AdAnalyticsNotEqualFilter.js","sourceRoot":"","sources":["../../src/models/AdAnalyticsNotEqualFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,yEAAoE;AAEpE,mEAA8D;AAE9D;;;GAGG;AACH;IAA+C,6CAAyB;IActE,mCAAY,GAAwC;QAApD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;QACa,cAAQ,GAA2B,gCAAsB,CAAC,EAAE,CAAC;QAU3E,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,gCAAC;AAAD,CAAC,AArBD,CAA+C,mCAAyB,GAqBvE;AArBY,8DAAyB;AAuBtC,kBAAe,yBAAyB,CAAC"}
|
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
import Accessibility from './Accessibility';
|
|
2
2
|
import AdaptationSetRole from './AdaptationSetRole';
|
|
3
|
+
import AdaptationSetType from './AdaptationSetType';
|
|
4
|
+
import AudioAdaptationSet from './AudioAdaptationSet';
|
|
3
5
|
import BitmovinResponse from './BitmovinResponse';
|
|
4
6
|
import CustomAttribute from './CustomAttribute';
|
|
7
|
+
import ImageAdaptationSet from './ImageAdaptationSet';
|
|
5
8
|
import Label from './Label';
|
|
9
|
+
import SubtitleAdaptationSet from './SubtitleAdaptationSet';
|
|
10
|
+
import VideoAdaptationSet from './VideoAdaptationSet';
|
|
11
|
+
export declare type AdaptationSetUnion = VideoAdaptationSet | AudioAdaptationSet | ImageAdaptationSet | SubtitleAdaptationSet;
|
|
6
12
|
/**
|
|
7
13
|
* @export
|
|
8
14
|
* @class AdaptationSet
|
|
9
15
|
*/
|
|
10
16
|
export declare class AdaptationSet extends BitmovinResponse {
|
|
17
|
+
protected static readonly _discriminatorName = "type";
|
|
18
|
+
protected static readonly _discriminatorMapping: {
|
|
19
|
+
[key in keyof typeof AdaptationSetType]: string;
|
|
20
|
+
};
|
|
11
21
|
/**
|
|
12
22
|
* Custom adaptation set attributes
|
|
13
23
|
* @type {CustomAttribute[]}
|
|
@@ -36,6 +36,13 @@ var AdaptationSet = /** @class */ (function (_super) {
|
|
|
36
36
|
_this.labels = Mapper_1.mapArray(obj.labels, Label_1.default);
|
|
37
37
|
return _this;
|
|
38
38
|
}
|
|
39
|
+
AdaptationSet._discriminatorName = 'type';
|
|
40
|
+
AdaptationSet._discriminatorMapping = {
|
|
41
|
+
VIDEO: 'VideoAdaptationSet',
|
|
42
|
+
AUDIO: 'AudioAdaptationSet',
|
|
43
|
+
IMAGE: 'ImageAdaptationSet',
|
|
44
|
+
SUBTITLE: 'SubtitleAdaptationSet'
|
|
45
|
+
};
|
|
39
46
|
return AdaptationSet;
|
|
40
47
|
}(BitmovinResponse_1.default));
|
|
41
48
|
exports.AdaptationSet = AdaptationSet;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdaptationSet.js","sourceRoot":"","sources":["../../src/models/AdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iDAA4C;
|
|
1
|
+
{"version":3,"file":"AdaptationSet.js","sourceRoot":"","sources":["../../src/models/AdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iDAA4C;AAI5C,uDAAkD;AAClD,qDAAgD;AAEhD,iCAA4B;AAU5B;;;GAGG;AACH;IAAmC,iCAAgB;IAqCjD,uBAAY,GAA4B;QAAxC,YACE,kBAAM,GAAG,CAAC,SAQX;QAPC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,gBAAgB,GAAG,iBAAQ,CAAC,GAAG,CAAC,gBAAgB,EAAE,yBAAe,CAAC,CAAC;QACxE,KAAI,CAAC,KAAK,GAAG,iBAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACjC,KAAI,CAAC,eAAe,GAAG,iBAAQ,CAAC,GAAG,CAAC,eAAe,EAAE,uBAAa,CAAC,CAAC;QACpE,KAAI,CAAC,MAAM,GAAG,iBAAQ,CAAC,GAAG,CAAC,MAAM,EAAE,eAAK,CAAC,CAAC;;IAC5C,CAAC;IA7CyB,gCAAkB,GAAG,MAAM,CAAC;IAC5B,mCAAqB,GAAyD;QACtG,KAAK,EAAE,oBAAoB;QAC3B,KAAK,EAAE,oBAAoB;QAC3B,KAAK,EAAE,oBAAoB;QAC3B,QAAQ,EAAE,uBAAuB;KAClC,CAAC;IAwCJ,oBAAC;CAAA,AA/CD,CAAmC,0BAAgB,GA+ClD;AA/CY,sCAAa;AAiD1B,kBAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AdaptationSetType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* @export
|
|
6
|
+
* @enum {string}
|
|
7
|
+
*/
|
|
8
|
+
var AdaptationSetType;
|
|
9
|
+
(function (AdaptationSetType) {
|
|
10
|
+
AdaptationSetType["VIDEO"] = "VIDEO";
|
|
11
|
+
AdaptationSetType["AUDIO"] = "AUDIO";
|
|
12
|
+
AdaptationSetType["IMAGE"] = "IMAGE";
|
|
13
|
+
AdaptationSetType["SUBTITLE"] = "SUBTITLE";
|
|
14
|
+
})(AdaptationSetType = exports.AdaptationSetType || (exports.AdaptationSetType = {}));
|
|
15
|
+
exports.default = AdaptationSetType;
|
|
16
|
+
//# sourceMappingURL=AdaptationSetType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdaptationSetType.js","sourceRoot":"","sources":["../../src/models/AdaptationSetType.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,oCAAe,CAAA;IACf,oCAAe,CAAA;IACf,oCAAe,CAAA;IACf,0CAAqB,CAAA;AACvB,CAAC,EALW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAK5B;AAED,kBAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import AdaptationSetType from './AdaptationSetType';
|
|
2
|
+
/**
|
|
3
|
+
* @export
|
|
4
|
+
* @class AdaptationSetTypeResponse
|
|
5
|
+
*/
|
|
6
|
+
export declare class AdaptationSetTypeResponse {
|
|
7
|
+
/**
|
|
8
|
+
* The type of the adaptation set
|
|
9
|
+
* @type {AdaptationSetType}
|
|
10
|
+
* @memberof AdaptationSetTypeResponse
|
|
11
|
+
*/
|
|
12
|
+
type?: AdaptationSetType;
|
|
13
|
+
constructor(obj?: Partial<AdaptationSetTypeResponse>);
|
|
14
|
+
}
|
|
15
|
+
export default AdaptationSetTypeResponse;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AdaptationSetTypeResponse = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
/**
|
|
6
|
+
* @export
|
|
7
|
+
* @class AdaptationSetTypeResponse
|
|
8
|
+
*/
|
|
9
|
+
var AdaptationSetTypeResponse = /** @class */ (function () {
|
|
10
|
+
function AdaptationSetTypeResponse(obj) {
|
|
11
|
+
if (!obj) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
this.type = Mapper_1.map(obj.type);
|
|
15
|
+
}
|
|
16
|
+
return AdaptationSetTypeResponse;
|
|
17
|
+
}());
|
|
18
|
+
exports.AdaptationSetTypeResponse = AdaptationSetTypeResponse;
|
|
19
|
+
exports.default = AdaptationSetTypeResponse;
|
|
20
|
+
//# sourceMappingURL=AdaptationSetTypeResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdaptationSetTypeResponse.js","sourceRoot":"","sources":["../../src/models/AdaptationSetTypeResponse.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAG/C;;;GAGG;AACH;IAQE,mCAAY,GAAwC;QAClD,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IACH,gCAAC;AAAD,CAAC,AAdD,IAcC;AAdY,8DAAyB;AAgBtC,kBAAe,yBAAyB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AesEncryptionDrm.js","sourceRoot":"","sources":["../../src/models/AesEncryptionDrm.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,6BAAwB;AACxB,qCAAgC;AAGhC;;;GAGG;AACH;IAAsC,oCAAG;IAmCvC,0BAAY,GAA+B;QAA3C,YACE,kBAAM,GAAG,CAAC,SAQX;QA3CD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AesEncryptionDrm.js","sourceRoot":"","sources":["../../src/models/AesEncryptionDrm.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,6BAAwB;AACxB,qCAAgC;AAGhC;;;GAGG;AACH;IAAsC,oCAAG;IAmCvC,0BAAY,GAA+B;QAA3C,YACE,kBAAM,GAAG,CAAC,SAQX;QA3CD;;;;WAIG;QACa,UAAI,GAAY,iBAAO,CAAC,GAAG,CAAC;QA+B1C,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACxB,KAAI,CAAC,EAAE,GAAG,YAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACtB,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,KAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;;IAChC,CAAC;IACH,uBAAC;AAAD,CAAC,AA7CD,CAAsC,aAAG,GA6CxC;AA7CY,4CAAgB;AA+C7B,kBAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AkamaiMslOutput.js","sourceRoot":"","sources":["../../src/models/AkamaiMslOutput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAI/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAAqC,mCAAM;IAoCzC,yBAAY,GAA8B;QAA1C,YACE,kBAAM,GAAG,CAAC,SAQX;QA5CD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AkamaiMslOutput.js","sourceRoot":"","sources":["../../src/models/AkamaiMslOutput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAI/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAAqC,mCAAM;IAoCzC,yBAAY,GAA8B;QAA1C,YACE,kBAAM,GAAG,CAAC,SAQX;QA5CD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,UAAU,CAAC;QAgCvD,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;;IACxC,CAAC;IACH,sBAAC;AAAD,CAAC,AA9CD,CAAqC,gBAAM,GA8C1C;AA9CY,0CAAe;AAgD5B,kBAAe,eAAe,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AkamaiNetStorageInput extends Input {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AkamaiNetStorageInput
|
|
12
12
|
*/
|
|
13
|
-
type: InputType
|
|
13
|
+
readonly type: InputType;
|
|
14
14
|
/**
|
|
15
15
|
* Host to use for Akamai NetStorage transfers (required)
|
|
16
16
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AkamaiNetStorageInput.js","sourceRoot":"","sources":["../../src/models/AkamaiNetStorageInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iCAA4B;AAC5B,yCAAoC;AAEpC;;;GAGG;AACH;IAA2C,yCAAK;IA6B9C,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AkamaiNetStorageInput.js","sourceRoot":"","sources":["../../src/models/AkamaiNetStorageInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iCAA4B;AAC5B,yCAAoC;AAEpC;;;GAGG;AACH;IAA2C,yCAAK;IA6B9C,+BAAY,GAAoC;QAAhD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAc,mBAAS,CAAC,iBAAiB,CAAC;QAyB5D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;IACpC,CAAC;IACH,4BAAC;AAAD,CAAC,AAtCD,CAA2C,eAAK,GAsC/C;AAtCY,sDAAqB;AAwClC,kBAAe,qBAAqB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AkamaiNetStorageOutput extends Output {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AkamaiNetStorageOutput
|
|
12
12
|
*/
|
|
13
|
-
type: OutputType
|
|
13
|
+
readonly type: OutputType;
|
|
14
14
|
/**
|
|
15
15
|
* Host to use for Akamai NetStorage transfers (required)
|
|
16
16
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AkamaiNetStorageOutput.js","sourceRoot":"","sources":["../../src/models/AkamaiNetStorageOutput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAA4C,0CAAM;IA6BhD,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AkamaiNetStorageOutput.js","sourceRoot":"","sources":["../../src/models/AkamaiNetStorageOutput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,mCAA8B;AAC9B,2CAAsC;AAEtC;;;GAGG;AACH;IAA4C,0CAAM;IA6BhD,gCAAY,GAAqC;QAAjD,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAe,oBAAU,CAAC,iBAAiB,CAAC;QAyB9D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,KAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;IACpC,CAAC;IACH,6BAAC;AAAD,CAAC,AAtCD,CAA4C,gBAAM,GAsCjD;AAtCY,wDAAsB;AAwCnC,kBAAe,sBAAsB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AnalyticsAzureOutput extends AnalyticsOutput {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AnalyticsAzureOutput
|
|
12
12
|
*/
|
|
13
|
-
type: AnalyticsOutputType
|
|
13
|
+
readonly type: AnalyticsOutputType;
|
|
14
14
|
/**
|
|
15
15
|
* Azure Account Name (required)
|
|
16
16
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsAzureOutput.js","sourceRoot":"","sources":["../../src/models/AnalyticsAzureOutput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,qDAAgD;AAChD,6DAAwD;AAExD;;;GAGG;AACH;IAA0C,wCAAe;IA6BvD,8BAAY,GAAmC;QAA/C,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AnalyticsAzureOutput.js","sourceRoot":"","sources":["../../src/models/AnalyticsAzureOutput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,qDAAgD;AAChD,6DAAwD;AAExD;;;GAGG;AACH;IAA0C,wCAAe;IA6BvD,8BAAY,GAAmC;QAA/C,YACE,kBAAM,GAAG,CAAC,SAOX;QApCD;;;;WAIG;QACa,UAAI,GAAwB,6BAAmB,CAAC,KAAK,CAAC;QAyBpE,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;;IACtC,CAAC;IACH,2BAAC;AAAD,CAAC,AAtCD,CAA0C,yBAAe,GAsCxD;AAtCY,oDAAoB;AAwCjC,kBAAe,oBAAoB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AnalyticsContainsFilter extends AnalyticsAbstractFilter {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AnalyticsContainsFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any}
|
|
16
16
|
* @memberof AnalyticsContainsFilter
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsContainsFilter.js","sourceRoot":"","sources":["../../src/models/AnalyticsContainsFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,qEAAgE;AAEhE,mEAA8D;AAE9D;;;GAGG;AACH;IAA6C,2CAAuB;IAclE,iCAAY,GAAsC;QAAlD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;
|
|
1
|
+
{"version":3,"file":"AnalyticsContainsFilter.js","sourceRoot":"","sources":["../../src/models/AnalyticsContainsFilter.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,qEAAgE;AAEhE,mEAA8D;AAE9D;;;GAGG;AACH;IAA6C,2CAAuB;IAclE,iCAAY,GAAsC;QAAlD,YACE,kBAAM,GAAG,CAAC,SAKX;QAnBD;;;;WAIG;QACa,cAAQ,GAA2B,gCAAsB,CAAC,QAAQ,CAAC;QAUjF,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;IAC9B,CAAC;IACH,8BAAC;AAAD,CAAC,AArBD,CAA6C,iCAAuB,GAqBnE;AArBY,0DAAuB;AAuBpC,kBAAe,uBAAuB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare class AnalyticsEqualFilter extends AnalyticsAbstractFilter {
|
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @memberof AnalyticsEqualFilter
|
|
12
12
|
*/
|
|
13
|
-
operator: AnalyticsQueryOperator
|
|
13
|
+
readonly operator: AnalyticsQueryOperator;
|
|
14
14
|
/**
|
|
15
15
|
* @type {any}
|
|
16
16
|
* @memberof AnalyticsEqualFilter
|