@bitmovin/api-sdk 1.164.0 → 1.166.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/bitmovin-api-sdk.browser.js +147 -41
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +2 -2
- package/dist/encoding/configurations/audio/ac3/Ac3Api.d.ts +4 -4
- package/dist/encoding/configurations/audio/ac3/Ac3Api.js +4 -4
- package/dist/encoding/configurations/audio/eac3/Eac3Api.d.ts +4 -4
- package/dist/encoding/configurations/audio/eac3/Eac3Api.js +4 -4
- package/dist/encoding/encodings/EncodingsApi.d.ts +1 -1
- package/dist/encoding/encodings/EncodingsApi.js +1 -1
- package/dist/encoding/encodings/live/insertableContent/InsertableContentApi.d.ts +2 -2
- package/dist/encoding/encodings/live/insertableContent/InsertableContentApi.js +2 -2
- package/dist/encoding/encodings/live/insertableContent/schedule/ScheduleApi.d.ts +1 -1
- package/dist/encoding/encodings/live/insertableContent/schedule/ScheduleApi.js +1 -1
- package/dist/encoding/encodings/live/insertableContent/scheduled/ScheduledApi.d.ts +1 -1
- package/dist/encoding/encodings/live/insertableContent/scheduled/ScheduledApi.js +1 -1
- package/dist/encoding/encodings/streams/qc/psnr/PsnrApi.d.ts +1 -1
- package/dist/encoding/encodings/streams/qc/psnr/PsnrApi.js +1 -1
- package/dist/encoding/encodings/transferRetries/TransferRetriesApi.d.ts +1 -1
- package/dist/encoding/encodings/transferRetries/TransferRetriesApi.js +1 -1
- package/dist/encoding/filters/conform/ConformApi.d.ts +1 -1
- package/dist/encoding/filters/conform/ConformApi.js +1 -1
- package/dist/encoding/manifests/dash/DashApi.d.ts +4 -4
- package/dist/encoding/manifests/dash/DashApi.js +4 -4
- package/dist/encoding/manifests/dash/default/DefaultApi.d.ts +1 -1
- package/dist/encoding/manifests/dash/default/DefaultApi.js +1 -1
- package/dist/encoding/manifests/hls/HlsApi.d.ts +4 -4
- package/dist/encoding/manifests/hls/HlsApi.js +4 -4
- package/dist/encoding/manifests/hls/default/DefaultApi.d.ts +1 -1
- package/dist/encoding/manifests/hls/default/DefaultApi.js +1 -1
- package/dist/encoding/manifests/smooth/SmoothApi.d.ts +4 -4
- package/dist/encoding/manifests/smooth/SmoothApi.js +4 -4
- package/dist/encoding/manifests/smooth/default/DefaultApi.d.ts +1 -1
- package/dist/encoding/manifests/smooth/default/DefaultApi.js +1 -1
- package/dist/encoding/simple/jobs/live/LiveApi.d.ts +1 -1
- package/dist/encoding/simple/jobs/live/LiveApi.js +1 -1
- package/dist/encoding/simple/jobs/vod/VodApi.d.ts +1 -1
- package/dist/encoding/simple/jobs/vod/VodApi.js +1 -1
- package/dist/models/DashManifestDefault.d.ts +2 -2
- package/dist/models/Encoding.d.ts +8 -1
- package/dist/models/Encoding.js +1 -0
- package/dist/models/HlsManifestDefault.d.ts +2 -2
- package/dist/models/LiveOptionsType.d.ts +8 -0
- package/dist/models/LiveOptionsType.js +12 -0
- package/dist/models/PresetConfiguration.d.ts +2 -1
- package/dist/models/PresetConfiguration.js +1 -0
- package/dist/models/SmoothManifestDefault.d.ts +2 -2
- package/dist/models/SpekeDrmProvider.d.ts +6 -0
- package/dist/models/SpekeDrmProvider.js +1 -0
- package/dist/models/StartEncodingRequest.d.ts +6 -6
- package/dist/models/StartLiveEncodingRequest.d.ts +3 -3
- package/dist/models/Stream.d.ts +1 -1
- package/dist/models/StreamsConfigPlayerStyle.d.ts +51 -0
- package/dist/models/StreamsConfigPlayerStyle.js +26 -0
- package/dist/models/StreamsConfigResponse.d.ts +3 -3
- package/dist/models/StreamsConfigResponse.js +2 -1
- package/dist/models/StreamsContentProtectionResponse.d.ts +32 -0
- package/dist/models/StreamsContentProtectionResponse.js +22 -0
- package/dist/models/StreamsLiveResponse.d.ts +6 -0
- package/dist/models/StreamsLiveResponse.js +2 -0
- package/dist/models/StreamsLiveUpdateRequest.d.ts +6 -0
- package/dist/models/StreamsLiveUpdateRequest.js +1 -0
- package/dist/models/StreamsVideoResponse.d.ts +6 -0
- package/dist/models/StreamsVideoResponse.js +2 -0
- package/dist/models/StreamsVideoUpdateRequest.d.ts +6 -0
- package/dist/models/StreamsVideoUpdateRequest.js +1 -0
- package/dist/models/VideoConfiguration.d.ts +1 -1
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +3 -0
- package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.d.ts +1 -1
- package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.js +1 -1
- package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.d.ts +1 -1
- package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.js +1 -1
- package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.d.ts +1 -1
- package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.js +1 -1
- package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.d.ts +1 -1
- package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.js +1 -1
- package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.d.ts +1 -1
- package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5821,7 +5821,7 @@ function queryParams(params) {
|
|
|
5821
5821
|
var addSeperator = false;
|
|
5822
5822
|
for (var _i = 0, _a = Object.keys(params); _i < _a.length; _i++) {
|
|
5823
5823
|
var key = _a[_i];
|
|
5824
|
-
if (params[key] != null && typeof params[key] !== 'function') {
|
|
5824
|
+
if (params[key] != null && typeof params[key] !== 'function' && params[key] !== "") {
|
|
5825
5825
|
queryParameterString += (addSeperator ? '&' : '') + encodeURIComponent(key) + '=' + encodeURIComponent(prepareUrlParameterValue(params[key]));
|
|
5826
5826
|
addSeperator = true;
|
|
5827
5827
|
}
|
|
@@ -5987,7 +5987,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
5987
5987
|
var headers = {
|
|
5988
5988
|
'X-Api-Key': apiKey,
|
|
5989
5989
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
5990
|
-
'X-Api-Client-Version': '1.
|
|
5990
|
+
'X-Api-Client-Version': '1.166.0',
|
|
5991
5991
|
'Content-Type': 'application/json'
|
|
5992
5992
|
};
|
|
5993
5993
|
if (tenantOrgId) {
|
|
@@ -6680,7 +6680,7 @@ var Ac3Api = /** @class */ (function (_super) {
|
|
|
6680
6680
|
return _this;
|
|
6681
6681
|
}
|
|
6682
6682
|
/**
|
|
6683
|
-
* @summary Create AC3 Codec Configuration
|
|
6683
|
+
* @summary Create AC3 Codec Configuration
|
|
6684
6684
|
* @param {Ac3AudioConfiguration} ac3AudioConfiguration The AC3 Codec Configuration to be created
|
|
6685
6685
|
* @throws {BitmovinError}
|
|
6686
6686
|
* @memberof Ac3Api
|
|
@@ -6691,7 +6691,7 @@ var Ac3Api = /** @class */ (function (_super) {
|
|
|
6691
6691
|
});
|
|
6692
6692
|
};
|
|
6693
6693
|
/**
|
|
6694
|
-
* @summary Delete AC3 Codec Configuration
|
|
6694
|
+
* @summary Delete AC3 Codec Configuration
|
|
6695
6695
|
* @param {string} configurationId Id of the codec configuration
|
|
6696
6696
|
* @throws {BitmovinError}
|
|
6697
6697
|
* @memberof Ac3Api
|
|
@@ -6705,7 +6705,7 @@ var Ac3Api = /** @class */ (function (_super) {
|
|
|
6705
6705
|
});
|
|
6706
6706
|
};
|
|
6707
6707
|
/**
|
|
6708
|
-
* @summary AC3 Codec Configuration Details
|
|
6708
|
+
* @summary AC3 Codec Configuration Details
|
|
6709
6709
|
* @param {string} configurationId Id of the codec configuration
|
|
6710
6710
|
* @throws {BitmovinError}
|
|
6711
6711
|
* @memberof Ac3Api
|
|
@@ -6719,7 +6719,7 @@ var Ac3Api = /** @class */ (function (_super) {
|
|
|
6719
6719
|
});
|
|
6720
6720
|
};
|
|
6721
6721
|
/**
|
|
6722
|
-
* @summary List AC3 Configurations
|
|
6722
|
+
* @summary List AC3 Configurations
|
|
6723
6723
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
6724
6724
|
* @throws {BitmovinError}
|
|
6725
6725
|
* @memberof Ac3Api
|
|
@@ -8185,7 +8185,7 @@ var Eac3Api = /** @class */ (function (_super) {
|
|
|
8185
8185
|
return _this;
|
|
8186
8186
|
}
|
|
8187
8187
|
/**
|
|
8188
|
-
* @summary Create E-AC3 Codec Configuration
|
|
8188
|
+
* @summary Create E-AC3 Codec Configuration
|
|
8189
8189
|
* @param {Eac3AudioConfiguration} eac3AudioConfiguration The E-AC3 Codec Configuration to be created
|
|
8190
8190
|
* @throws {BitmovinError}
|
|
8191
8191
|
* @memberof Eac3Api
|
|
@@ -8196,7 +8196,7 @@ var Eac3Api = /** @class */ (function (_super) {
|
|
|
8196
8196
|
});
|
|
8197
8197
|
};
|
|
8198
8198
|
/**
|
|
8199
|
-
* @summary Delete E-AC3 Codec Configuration
|
|
8199
|
+
* @summary Delete E-AC3 Codec Configuration
|
|
8200
8200
|
* @param {string} configurationId Id of the codec configuration
|
|
8201
8201
|
* @throws {BitmovinError}
|
|
8202
8202
|
* @memberof Eac3Api
|
|
@@ -8210,7 +8210,7 @@ var Eac3Api = /** @class */ (function (_super) {
|
|
|
8210
8210
|
});
|
|
8211
8211
|
};
|
|
8212
8212
|
/**
|
|
8213
|
-
* @summary E-AC3 Codec Configuration Details
|
|
8213
|
+
* @summary E-AC3 Codec Configuration Details
|
|
8214
8214
|
* @param {string} configurationId Id of the codec configuration
|
|
8215
8215
|
* @throws {BitmovinError}
|
|
8216
8216
|
* @memberof Eac3Api
|
|
@@ -8224,7 +8224,7 @@ var Eac3Api = /** @class */ (function (_super) {
|
|
|
8224
8224
|
});
|
|
8225
8225
|
};
|
|
8226
8226
|
/**
|
|
8227
|
-
* @summary List E-AC3 Configurations
|
|
8227
|
+
* @summary List E-AC3 Configurations
|
|
8228
8228
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
8229
8229
|
* @throws {BitmovinError}
|
|
8230
8230
|
* @memberof Eac3Api
|
|
@@ -12510,7 +12510,7 @@ var EncodingsApi = /** @class */ (function (_super) {
|
|
|
12510
12510
|
});
|
|
12511
12511
|
};
|
|
12512
12512
|
/**
|
|
12513
|
-
* @summary Start Encoding
|
|
12513
|
+
* @summary Start VoD Encoding
|
|
12514
12514
|
* @param {string} encodingId Id of the encoding
|
|
12515
12515
|
* @param {StartEncodingRequest} [startEncodingRequest] Encoding Startup Options
|
|
12516
12516
|
* @throws {BitmovinError}
|
|
@@ -15812,7 +15812,7 @@ var InsertableContentApi = /** @class */ (function (_super) {
|
|
|
15812
15812
|
return _this;
|
|
15813
15813
|
}
|
|
15814
15814
|
/**
|
|
15815
|
-
* @summary
|
|
15815
|
+
* @summary Create Insertable Content
|
|
15816
15816
|
* @param {string} encodingId Id of the encoding.
|
|
15817
15817
|
* @param {InsertableContent} insertableContent The insertable content to be created
|
|
15818
15818
|
* @throws {BitmovinError}
|
|
@@ -15827,7 +15827,7 @@ var InsertableContentApi = /** @class */ (function (_super) {
|
|
|
15827
15827
|
});
|
|
15828
15828
|
};
|
|
15829
15829
|
/**
|
|
15830
|
-
* @summary List
|
|
15830
|
+
* @summary List Insertable Content
|
|
15831
15831
|
* @param {string} encodingId Id of the encoding.
|
|
15832
15832
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
15833
15833
|
* @throws {BitmovinError}
|
|
@@ -15935,7 +15935,7 @@ var ScheduleApi = /** @class */ (function (_super) {
|
|
|
15935
15935
|
return _super.call(this, configuration) || this;
|
|
15936
15936
|
}
|
|
15937
15937
|
/**
|
|
15938
|
-
* @summary Schedule Insertable Content
|
|
15938
|
+
* @summary Schedule Insertable Content
|
|
15939
15939
|
* @param {string} encodingId Id of the encoding.
|
|
15940
15940
|
* @param {string} contentId Id of the insertable content.
|
|
15941
15941
|
* @param {ScheduledInsertableContent} scheduledInsertableContent The scheduled insertable content to be created
|
|
@@ -16016,7 +16016,7 @@ var ScheduledApi = /** @class */ (function (_super) {
|
|
|
16016
16016
|
return _super.call(this, configuration) || this;
|
|
16017
16017
|
}
|
|
16018
16018
|
/**
|
|
16019
|
-
* @summary List
|
|
16019
|
+
* @summary List Scheduled Insertable Content
|
|
16020
16020
|
* @param {string} encodingId Id of the encoding.
|
|
16021
16021
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
16022
16022
|
* @throws {BitmovinError}
|
|
@@ -29859,7 +29859,7 @@ var PsnrApi = /** @class */ (function (_super) {
|
|
|
29859
29859
|
return _super.call(this, configuration) || this;
|
|
29860
29860
|
}
|
|
29861
29861
|
/**
|
|
29862
|
-
* @summary
|
|
29862
|
+
* @summary PSNR quality metrics
|
|
29863
29863
|
* @param {string} encodingId Id of the encoding.
|
|
29864
29864
|
* @param {string} streamId Id of the stream.
|
|
29865
29865
|
* @throws {BitmovinError}
|
|
@@ -30725,7 +30725,7 @@ var TransferRetriesApi = /** @class */ (function (_super) {
|
|
|
30725
30725
|
return _super.call(this, configuration) || this;
|
|
30726
30726
|
}
|
|
30727
30727
|
/**
|
|
30728
|
-
* @summary
|
|
30728
|
+
* @summary Transfer retry
|
|
30729
30729
|
* @param {string} encodingId Id of the encoding.
|
|
30730
30730
|
* @throws {BitmovinError}
|
|
30731
30731
|
* @memberof TransferRetriesApi
|
|
@@ -31562,7 +31562,7 @@ var ConformApi = /** @class */ (function (_super) {
|
|
|
31562
31562
|
return _this;
|
|
31563
31563
|
}
|
|
31564
31564
|
/**
|
|
31565
|
-
* @summary Create Conform Filter
|
|
31565
|
+
* @summary Create Conform Filter
|
|
31566
31566
|
* @param {ConformFilter} conformFilter The Conform Filter to be created
|
|
31567
31567
|
* @throws {BitmovinError}
|
|
31568
31568
|
* @memberof ConformApi
|
|
@@ -40232,7 +40232,7 @@ var DashApi = /** @class */ (function (_super) {
|
|
|
40232
40232
|
}
|
|
40233
40233
|
/**
|
|
40234
40234
|
* @summary Create Custom DASH Manifest
|
|
40235
|
-
* @param {DashManifest} dashManifest
|
|
40235
|
+
* @param {DashManifest} dashManifest The Custom DASH Manifest to be created.
|
|
40236
40236
|
* @throws {BitmovinError}
|
|
40237
40237
|
* @memberof DashApi
|
|
40238
40238
|
*/
|
|
@@ -40302,7 +40302,7 @@ var DashApi = /** @class */ (function (_super) {
|
|
|
40302
40302
|
});
|
|
40303
40303
|
};
|
|
40304
40304
|
/**
|
|
40305
|
-
* @summary Start DASH
|
|
40305
|
+
* @summary Start DASH manifest generation
|
|
40306
40306
|
* @param {string} manifestId Id of the DASH Manifest.
|
|
40307
40307
|
* @param {StartManifestRequest} [startManifestRequest] Manifest Startup Options
|
|
40308
40308
|
* @throws {BitmovinError}
|
|
@@ -40317,7 +40317,7 @@ var DashApi = /** @class */ (function (_super) {
|
|
|
40317
40317
|
});
|
|
40318
40318
|
};
|
|
40319
40319
|
/**
|
|
40320
|
-
* @summary DASH
|
|
40320
|
+
* @summary DASH manifest generation status
|
|
40321
40321
|
* @param {string} manifestId Id of the DASH Manifest.
|
|
40322
40322
|
* @throws {BitmovinError}
|
|
40323
40323
|
* @memberof DashApi
|
|
@@ -40331,7 +40331,7 @@ var DashApi = /** @class */ (function (_super) {
|
|
|
40331
40331
|
});
|
|
40332
40332
|
};
|
|
40333
40333
|
/**
|
|
40334
|
-
* @summary Stop DASH
|
|
40334
|
+
* @summary Stop DASH manifest generation
|
|
40335
40335
|
* @param {string} manifestId Id of the DASH Manifest.
|
|
40336
40336
|
* @throws {BitmovinError}
|
|
40337
40337
|
* @memberof DashApi
|
|
@@ -40498,7 +40498,7 @@ var DefaultApi = /** @class */ (function (_super) {
|
|
|
40498
40498
|
}
|
|
40499
40499
|
/**
|
|
40500
40500
|
* @summary Create Default DASH Manifest
|
|
40501
|
-
* @param {DashManifestDefault} dashManifestDefault
|
|
40501
|
+
* @param {DashManifestDefault} dashManifestDefault The Default DASH Manifest to be created.
|
|
40502
40502
|
* @throws {BitmovinError}
|
|
40503
40503
|
* @memberof DefaultApi
|
|
40504
40504
|
*/
|
|
@@ -44807,7 +44807,7 @@ var HlsApi = /** @class */ (function (_super) {
|
|
|
44807
44807
|
}
|
|
44808
44808
|
/**
|
|
44809
44809
|
* @summary Create Custom HLS Manifest
|
|
44810
|
-
* @param {HlsManifest} hlsManifest
|
|
44810
|
+
* @param {HlsManifest} hlsManifest The Custom HLS Manifest to be created.
|
|
44811
44811
|
* @throws {BitmovinError}
|
|
44812
44812
|
* @memberof HlsApi
|
|
44813
44813
|
*/
|
|
@@ -44877,7 +44877,7 @@ var HlsApi = /** @class */ (function (_super) {
|
|
|
44877
44877
|
});
|
|
44878
44878
|
};
|
|
44879
44879
|
/**
|
|
44880
|
-
* @summary Start HLS
|
|
44880
|
+
* @summary Start HLS manifest generation
|
|
44881
44881
|
* @param {string} manifestId Id of the HLS Manifest.
|
|
44882
44882
|
* @param {StartManifestRequest} [startManifestRequest] Manifest Startup Options
|
|
44883
44883
|
* @throws {BitmovinError}
|
|
@@ -44892,7 +44892,7 @@ var HlsApi = /** @class */ (function (_super) {
|
|
|
44892
44892
|
});
|
|
44893
44893
|
};
|
|
44894
44894
|
/**
|
|
44895
|
-
* @summary HLS
|
|
44895
|
+
* @summary HLS manifest generation status
|
|
44896
44896
|
* @param {string} manifestId Id of the HLS Manifest.
|
|
44897
44897
|
* @throws {BitmovinError}
|
|
44898
44898
|
* @memberof HlsApi
|
|
@@ -44906,7 +44906,7 @@ var HlsApi = /** @class */ (function (_super) {
|
|
|
44906
44906
|
});
|
|
44907
44907
|
};
|
|
44908
44908
|
/**
|
|
44909
|
-
* @summary Stop HLS
|
|
44909
|
+
* @summary Stop HLS manifest generation
|
|
44910
44910
|
* @param {string} manifestId Id of the HLS Manifest.
|
|
44911
44911
|
* @throws {BitmovinError}
|
|
44912
44912
|
* @memberof HlsApi
|
|
@@ -45073,7 +45073,7 @@ var DefaultApi = /** @class */ (function (_super) {
|
|
|
45073
45073
|
}
|
|
45074
45074
|
/**
|
|
45075
45075
|
* @summary Create Default HLS Manifest
|
|
45076
|
-
* @param {HlsManifestDefault} hlsManifestDefault
|
|
45076
|
+
* @param {HlsManifestDefault} hlsManifestDefault The Default HLS Manifest to be created.
|
|
45077
45077
|
* @throws {BitmovinError}
|
|
45078
45078
|
* @memberof DefaultApi
|
|
45079
45079
|
*/
|
|
@@ -46704,7 +46704,7 @@ var SmoothApi = /** @class */ (function (_super) {
|
|
|
46704
46704
|
}
|
|
46705
46705
|
/**
|
|
46706
46706
|
* @summary Create Smooth Streaming Manifest
|
|
46707
|
-
* @param {SmoothStreamingManifest} smoothStreamingManifest
|
|
46707
|
+
* @param {SmoothStreamingManifest} smoothStreamingManifest The Custom Smooth Streaming Manifest to be created.
|
|
46708
46708
|
* @throws {BitmovinError}
|
|
46709
46709
|
* @memberof SmoothApi
|
|
46710
46710
|
*/
|
|
@@ -46774,7 +46774,7 @@ var SmoothApi = /** @class */ (function (_super) {
|
|
|
46774
46774
|
});
|
|
46775
46775
|
};
|
|
46776
46776
|
/**
|
|
46777
|
-
* @summary Start Smooth Streaming
|
|
46777
|
+
* @summary Start Smooth Streaming manifest generation
|
|
46778
46778
|
* @param {string} manifestId Id of the Smooth Streaming Manifest.
|
|
46779
46779
|
* @param {StartManifestRequest} [startManifestRequest] Manifest Startup Options
|
|
46780
46780
|
* @throws {BitmovinError}
|
|
@@ -46789,7 +46789,7 @@ var SmoothApi = /** @class */ (function (_super) {
|
|
|
46789
46789
|
});
|
|
46790
46790
|
};
|
|
46791
46791
|
/**
|
|
46792
|
-
* @summary Smooth Streaming
|
|
46792
|
+
* @summary Smooth Streaming manifest generation status
|
|
46793
46793
|
* @param {string} manifestId Id of the Smooth Streaming Manifest.
|
|
46794
46794
|
* @throws {BitmovinError}
|
|
46795
46795
|
* @memberof SmoothApi
|
|
@@ -46803,7 +46803,7 @@ var SmoothApi = /** @class */ (function (_super) {
|
|
|
46803
46803
|
});
|
|
46804
46804
|
};
|
|
46805
46805
|
/**
|
|
46806
|
-
* @summary Stop Smooth Streaming
|
|
46806
|
+
* @summary Stop Smooth Streaming manifest generation
|
|
46807
46807
|
* @param {string} manifestId Id of the Smooth Streaming Manifest.
|
|
46808
46808
|
* @throws {BitmovinError}
|
|
46809
46809
|
* @memberof SmoothApi
|
|
@@ -47127,7 +47127,7 @@ var DefaultApi = /** @class */ (function (_super) {
|
|
|
47127
47127
|
}
|
|
47128
47128
|
/**
|
|
47129
47129
|
* @summary Create Default Smooth Streaming Manifest
|
|
47130
|
-
* @param {SmoothManifestDefault} smoothManifestDefault
|
|
47130
|
+
* @param {SmoothManifestDefault} smoothManifestDefault The Default Smooth Streaming Manifest to be created.
|
|
47131
47131
|
* @throws {BitmovinError}
|
|
47132
47132
|
* @memberof DefaultApi
|
|
47133
47133
|
*/
|
|
@@ -50475,7 +50475,7 @@ var LiveApi = /** @class */ (function (_super) {
|
|
|
50475
50475
|
}
|
|
50476
50476
|
/**
|
|
50477
50477
|
* @summary Create a Simple Encoding Live Job
|
|
50478
|
-
* @param {SimpleEncodingLiveJobRequest} simpleEncodingLiveJobRequest The Simple Encoding Live Job to be created.
|
|
50478
|
+
* @param {SimpleEncodingLiveJobRequest} simpleEncodingLiveJobRequest The Simple Encoding Live Job to be created.
|
|
50479
50479
|
* @throws {BitmovinError}
|
|
50480
50480
|
* @memberof LiveApi
|
|
50481
50481
|
*/
|
|
@@ -50603,7 +50603,7 @@ var VodApi = /** @class */ (function (_super) {
|
|
|
50603
50603
|
}
|
|
50604
50604
|
/**
|
|
50605
50605
|
* @summary Create a Simple Encoding VOD Job
|
|
50606
|
-
* @param {SimpleEncodingVodJobRequest} simpleEncodingVodJobRequest The Simple Encoding VOD Job to be created.
|
|
50606
|
+
* @param {SimpleEncodingVodJobRequest} simpleEncodingVodJobRequest The Simple Encoding VOD Job to be created.
|
|
50607
50607
|
* @throws {BitmovinError}
|
|
50608
50608
|
* @memberof VodApi
|
|
50609
50609
|
*/
|
|
@@ -67323,6 +67323,7 @@ var Encoding = /** @class */ (function (_super) {
|
|
|
67323
67323
|
_this.selectedCloudRegion = (0, Mapper_1.map)(obj.selectedCloudRegion);
|
|
67324
67324
|
_this.status = (0, Mapper_1.map)(obj.status);
|
|
67325
67325
|
_this.labels = (0, Mapper_1.mapArray)(obj.labels);
|
|
67326
|
+
_this.liveOptionsType = (0, Mapper_1.map)(obj.liveOptionsType);
|
|
67326
67327
|
return _this;
|
|
67327
67328
|
}
|
|
67328
67329
|
return Encoding;
|
|
@@ -72726,6 +72727,29 @@ exports.LiveMediaIngestOutput = LiveMediaIngestOutput;
|
|
|
72726
72727
|
exports["default"] = LiveMediaIngestOutput;
|
|
72727
72728
|
|
|
72728
72729
|
|
|
72730
|
+
/***/ }),
|
|
72731
|
+
|
|
72732
|
+
/***/ "./models/LiveOptionsType.ts":
|
|
72733
|
+
/*!***********************************!*\
|
|
72734
|
+
!*** ./models/LiveOptionsType.ts ***!
|
|
72735
|
+
\***********************************/
|
|
72736
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
72737
|
+
|
|
72738
|
+
"use strict";
|
|
72739
|
+
|
|
72740
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
72741
|
+
exports.LiveOptionsType = void 0;
|
|
72742
|
+
/**
|
|
72743
|
+
* @export
|
|
72744
|
+
* @enum {string}
|
|
72745
|
+
*/
|
|
72746
|
+
var LiveOptionsType;
|
|
72747
|
+
(function (LiveOptionsType) {
|
|
72748
|
+
LiveOptionsType["HD"] = "HD";
|
|
72749
|
+
})(LiveOptionsType = exports.LiveOptionsType || (exports.LiveOptionsType = {}));
|
|
72750
|
+
exports["default"] = LiveOptionsType;
|
|
72751
|
+
|
|
72752
|
+
|
|
72729
72753
|
/***/ }),
|
|
72730
72754
|
|
|
72731
72755
|
/***/ "./models/LocalInput.ts":
|
|
@@ -75978,6 +76002,7 @@ var PresetConfiguration;
|
|
|
75978
76002
|
PresetConfiguration["VOD_EXTRAHIGH_SPEED"] = "VOD_EXTRAHIGH_SPEED";
|
|
75979
76003
|
PresetConfiguration["VOD_SUPERHIGH_SPEED"] = "VOD_SUPERHIGH_SPEED";
|
|
75980
76004
|
PresetConfiguration["VOD_ULTRAHIGH_SPEED"] = "VOD_ULTRAHIGH_SPEED";
|
|
76005
|
+
PresetConfiguration["VOD_HARDWARE_SHORTFORM"] = "VOD_HARDWARE_SHORTFORM";
|
|
75981
76006
|
})(PresetConfiguration = exports.PresetConfiguration || (exports.PresetConfiguration = {}));
|
|
75982
76007
|
exports["default"] = PresetConfiguration;
|
|
75983
76008
|
|
|
@@ -80325,6 +80350,7 @@ var SpekeDrmProvider = /** @class */ (function () {
|
|
|
80325
80350
|
this.url = (0, Mapper_1.map)(obj.url);
|
|
80326
80351
|
this.username = (0, Mapper_1.map)(obj.username);
|
|
80327
80352
|
this.password = (0, Mapper_1.map)(obj.password);
|
|
80353
|
+
this.apiKey = (0, Mapper_1.map)(obj.apiKey);
|
|
80328
80354
|
this.roleArn = (0, Mapper_1.map)(obj.roleArn);
|
|
80329
80355
|
this.externalId = (0, Mapper_1.map)(obj.externalId);
|
|
80330
80356
|
this.externalIdMode = (0, Mapper_1.map)(obj.externalIdMode);
|
|
@@ -81891,6 +81917,43 @@ exports.StreamsAdConfigResponse = StreamsAdConfigResponse;
|
|
|
81891
81917
|
exports["default"] = StreamsAdConfigResponse;
|
|
81892
81918
|
|
|
81893
81919
|
|
|
81920
|
+
/***/ }),
|
|
81921
|
+
|
|
81922
|
+
/***/ "./models/StreamsConfigPlayerStyle.ts":
|
|
81923
|
+
/*!********************************************!*\
|
|
81924
|
+
!*** ./models/StreamsConfigPlayerStyle.ts ***!
|
|
81925
|
+
\********************************************/
|
|
81926
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
81927
|
+
|
|
81928
|
+
"use strict";
|
|
81929
|
+
|
|
81930
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
81931
|
+
exports.StreamsConfigPlayerStyle = void 0;
|
|
81932
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
81933
|
+
/**
|
|
81934
|
+
* Player style config
|
|
81935
|
+
* @export
|
|
81936
|
+
* @class StreamsConfigPlayerStyle
|
|
81937
|
+
*/
|
|
81938
|
+
var StreamsConfigPlayerStyle = /** @class */ (function () {
|
|
81939
|
+
function StreamsConfigPlayerStyle(obj) {
|
|
81940
|
+
if (!obj) {
|
|
81941
|
+
return;
|
|
81942
|
+
}
|
|
81943
|
+
this.playbackMarkerBgColor = (0, Mapper_1.map)(obj.playbackMarkerBgColor);
|
|
81944
|
+
this.playbackMarkerBorderColor = (0, Mapper_1.map)(obj.playbackMarkerBorderColor);
|
|
81945
|
+
this.playbackTrackPlayedColor = (0, Mapper_1.map)(obj.playbackTrackPlayedColor);
|
|
81946
|
+
this.playbackTrackBufferedColor = (0, Mapper_1.map)(obj.playbackTrackBufferedColor);
|
|
81947
|
+
this.playbackTrackBgColor = (0, Mapper_1.map)(obj.playbackTrackBgColor);
|
|
81948
|
+
this.textColor = (0, Mapper_1.map)(obj.textColor);
|
|
81949
|
+
this.backgroundColor = (0, Mapper_1.map)(obj.backgroundColor);
|
|
81950
|
+
}
|
|
81951
|
+
return StreamsConfigPlayerStyle;
|
|
81952
|
+
}());
|
|
81953
|
+
exports.StreamsConfigPlayerStyle = StreamsConfigPlayerStyle;
|
|
81954
|
+
exports["default"] = StreamsConfigPlayerStyle;
|
|
81955
|
+
|
|
81956
|
+
|
|
81894
81957
|
/***/ }),
|
|
81895
81958
|
|
|
81896
81959
|
/***/ "./models/StreamsConfigResponse.ts":
|
|
@@ -81904,6 +81967,7 @@ exports["default"] = StreamsAdConfigResponse;
|
|
|
81904
81967
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
81905
81968
|
exports.StreamsConfigResponse = void 0;
|
|
81906
81969
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
81970
|
+
var StreamsConfigPlayerStyle_1 = __webpack_require__(/*! ./StreamsConfigPlayerStyle */ "./models/StreamsConfigPlayerStyle.ts");
|
|
81907
81971
|
/**
|
|
81908
81972
|
* @export
|
|
81909
81973
|
* @class StreamsConfigResponse
|
|
@@ -81915,7 +81979,7 @@ var StreamsConfigResponse = /** @class */ (function () {
|
|
|
81915
81979
|
}
|
|
81916
81980
|
this.id = (0, Mapper_1.map)(obj.id);
|
|
81917
81981
|
this.orgId = (0, Mapper_1.map)(obj.orgId);
|
|
81918
|
-
this.playerStyle = (0, Mapper_1.map)(obj.playerStyle);
|
|
81982
|
+
this.playerStyle = (0, Mapper_1.map)(obj.playerStyle, StreamsConfigPlayerStyle_1.default);
|
|
81919
81983
|
this.watermarkUrl = (0, Mapper_1.map)(obj.watermarkUrl);
|
|
81920
81984
|
this.watermarkTargetLink = (0, Mapper_1.map)(obj.watermarkTargetLink);
|
|
81921
81985
|
}
|
|
@@ -81925,6 +81989,39 @@ exports.StreamsConfigResponse = StreamsConfigResponse;
|
|
|
81925
81989
|
exports["default"] = StreamsConfigResponse;
|
|
81926
81990
|
|
|
81927
81991
|
|
|
81992
|
+
/***/ }),
|
|
81993
|
+
|
|
81994
|
+
/***/ "./models/StreamsContentProtectionResponse.ts":
|
|
81995
|
+
/*!****************************************************!*\
|
|
81996
|
+
!*** ./models/StreamsContentProtectionResponse.ts ***!
|
|
81997
|
+
\****************************************************/
|
|
81998
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
81999
|
+
|
|
82000
|
+
"use strict";
|
|
82001
|
+
|
|
82002
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
82003
|
+
exports.StreamsContentProtectionResponse = void 0;
|
|
82004
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
82005
|
+
/**
|
|
82006
|
+
* @export
|
|
82007
|
+
* @class StreamsContentProtectionResponse
|
|
82008
|
+
*/
|
|
82009
|
+
var StreamsContentProtectionResponse = /** @class */ (function () {
|
|
82010
|
+
function StreamsContentProtectionResponse(obj) {
|
|
82011
|
+
if (!obj) {
|
|
82012
|
+
return;
|
|
82013
|
+
}
|
|
82014
|
+
this.id = (0, Mapper_1.map)(obj.id);
|
|
82015
|
+
this.allowedDomains = (0, Mapper_1.mapArray)(obj.allowedDomains);
|
|
82016
|
+
this.allowNoReferer = (0, Mapper_1.map)(obj.allowNoReferer);
|
|
82017
|
+
this.allowShare = (0, Mapper_1.map)(obj.allowShare);
|
|
82018
|
+
}
|
|
82019
|
+
return StreamsContentProtectionResponse;
|
|
82020
|
+
}());
|
|
82021
|
+
exports.StreamsContentProtectionResponse = StreamsContentProtectionResponse;
|
|
82022
|
+
exports["default"] = StreamsContentProtectionResponse;
|
|
82023
|
+
|
|
82024
|
+
|
|
81928
82025
|
/***/ }),
|
|
81929
82026
|
|
|
81930
82027
|
/***/ "./models/StreamsLiveCreateRequest.ts":
|
|
@@ -81999,6 +82096,7 @@ exports.StreamsLiveResponse = void 0;
|
|
|
81999
82096
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
82000
82097
|
var StreamsAdConfigResponse_1 = __webpack_require__(/*! ./StreamsAdConfigResponse */ "./models/StreamsAdConfigResponse.ts");
|
|
82001
82098
|
var StreamsConfigResponse_1 = __webpack_require__(/*! ./StreamsConfigResponse */ "./models/StreamsConfigResponse.ts");
|
|
82099
|
+
var StreamsContentProtectionResponse_1 = __webpack_require__(/*! ./StreamsContentProtectionResponse */ "./models/StreamsContentProtectionResponse.ts");
|
|
82002
82100
|
/**
|
|
82003
82101
|
* @export
|
|
82004
82102
|
* @class StreamsLiveResponse
|
|
@@ -82017,6 +82115,7 @@ var StreamsLiveResponse = /** @class */ (function () {
|
|
|
82017
82115
|
this.config = (0, Mapper_1.map)(obj.config, StreamsConfigResponse_1.default);
|
|
82018
82116
|
this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
|
|
82019
82117
|
this.adConfig = (0, Mapper_1.map)(obj.adConfig, StreamsAdConfigResponse_1.default);
|
|
82118
|
+
this.contentProtection = (0, Mapper_1.map)(obj.contentProtection, StreamsContentProtectionResponse_1.default);
|
|
82020
82119
|
}
|
|
82021
82120
|
return StreamsLiveResponse;
|
|
82022
82121
|
}());
|
|
@@ -82051,6 +82150,7 @@ var StreamsLiveUpdateRequest = /** @class */ (function () {
|
|
|
82051
82150
|
this.configId = (0, Mapper_1.map)(obj.configId);
|
|
82052
82151
|
this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
|
|
82053
82152
|
this.adConfigId = (0, Mapper_1.map)(obj.adConfigId);
|
|
82153
|
+
this.contentProtectionId = (0, Mapper_1.map)(obj.contentProtectionId);
|
|
82054
82154
|
}
|
|
82055
82155
|
return StreamsLiveUpdateRequest;
|
|
82056
82156
|
}());
|
|
@@ -82188,6 +82288,7 @@ exports.StreamsVideoResponse = void 0;
|
|
|
82188
82288
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
82189
82289
|
var StreamsAdConfigResponse_1 = __webpack_require__(/*! ./StreamsAdConfigResponse */ "./models/StreamsAdConfigResponse.ts");
|
|
82190
82290
|
var StreamsConfigResponse_1 = __webpack_require__(/*! ./StreamsConfigResponse */ "./models/StreamsConfigResponse.ts");
|
|
82291
|
+
var StreamsContentProtectionResponse_1 = __webpack_require__(/*! ./StreamsContentProtectionResponse */ "./models/StreamsContentProtectionResponse.ts");
|
|
82191
82292
|
var StreamsVideoEncodingTask_1 = __webpack_require__(/*! ./StreamsVideoEncodingTask */ "./models/StreamsVideoEncodingTask.ts");
|
|
82192
82293
|
/**
|
|
82193
82294
|
* @export
|
|
@@ -82208,6 +82309,7 @@ var StreamsVideoResponse = /** @class */ (function () {
|
|
|
82208
82309
|
this.encodingTasks = (0, Mapper_1.mapArray)(obj.encodingTasks, StreamsVideoEncodingTask_1.default);
|
|
82209
82310
|
this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
|
|
82210
82311
|
this.adConfig = (0, Mapper_1.map)(obj.adConfig, StreamsAdConfigResponse_1.default);
|
|
82312
|
+
this.contentProtection = (0, Mapper_1.map)(obj.contentProtection, StreamsContentProtectionResponse_1.default);
|
|
82211
82313
|
}
|
|
82212
82314
|
return StreamsVideoResponse;
|
|
82213
82315
|
}());
|
|
@@ -82267,6 +82369,7 @@ var StreamsVideoUpdateRequest = /** @class */ (function () {
|
|
|
82267
82369
|
this.configId = (0, Mapper_1.map)(obj.configId);
|
|
82268
82370
|
this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
|
|
82269
82371
|
this.adConfigId = (0, Mapper_1.map)(obj.adConfigId);
|
|
82372
|
+
this.contentProtectionId = (0, Mapper_1.map)(obj.contentProtectionId);
|
|
82270
82373
|
}
|
|
82271
82374
|
return StreamsVideoUpdateRequest;
|
|
82272
82375
|
}());
|
|
@@ -85971,6 +86074,7 @@ __exportStar(__webpack_require__(/*! ./LiveEncodingStatsEventDetails */ "./model
|
|
|
85971
86074
|
__exportStar(__webpack_require__(/*! ./LiveEncodingStatus */ "./models/LiveEncodingStatus.ts"), exports);
|
|
85972
86075
|
__exportStar(__webpack_require__(/*! ./LiveHlsManifest */ "./models/LiveHlsManifest.ts"), exports);
|
|
85973
86076
|
__exportStar(__webpack_require__(/*! ./LiveMediaIngestOutput */ "./models/LiveMediaIngestOutput.ts"), exports);
|
|
86077
|
+
__exportStar(__webpack_require__(/*! ./LiveOptionsType */ "./models/LiveOptionsType.ts"), exports);
|
|
85974
86078
|
__exportStar(__webpack_require__(/*! ./LocalInput */ "./models/LocalInput.ts"), exports);
|
|
85975
86079
|
__exportStar(__webpack_require__(/*! ./LocalOutput */ "./models/LocalOutput.ts"), exports);
|
|
85976
86080
|
__exportStar(__webpack_require__(/*! ./Manifest */ "./models/Manifest.ts"), exports);
|
|
@@ -86205,7 +86309,9 @@ __exportStar(__webpack_require__(/*! ./StreamPerTitleSettings */ "./models/Strea
|
|
|
86205
86309
|
__exportStar(__webpack_require__(/*! ./StreamSelectionMode */ "./models/StreamSelectionMode.ts"), exports);
|
|
86206
86310
|
__exportStar(__webpack_require__(/*! ./StreamsAdConfigAd */ "./models/StreamsAdConfigAd.ts"), exports);
|
|
86207
86311
|
__exportStar(__webpack_require__(/*! ./StreamsAdConfigResponse */ "./models/StreamsAdConfigResponse.ts"), exports);
|
|
86312
|
+
__exportStar(__webpack_require__(/*! ./StreamsConfigPlayerStyle */ "./models/StreamsConfigPlayerStyle.ts"), exports);
|
|
86208
86313
|
__exportStar(__webpack_require__(/*! ./StreamsConfigResponse */ "./models/StreamsConfigResponse.ts"), exports);
|
|
86314
|
+
__exportStar(__webpack_require__(/*! ./StreamsContentProtectionResponse */ "./models/StreamsContentProtectionResponse.ts"), exports);
|
|
86209
86315
|
__exportStar(__webpack_require__(/*! ./StreamsLiveCreateRequest */ "./models/StreamsLiveCreateRequest.ts"), exports);
|
|
86210
86316
|
__exportStar(__webpack_require__(/*! ./StreamsLiveLifeCycle */ "./models/StreamsLiveLifeCycle.ts"), exports);
|
|
86211
86317
|
__exportStar(__webpack_require__(/*! ./StreamsLiveResponse */ "./models/StreamsLiveResponse.ts"), exports);
|
|
@@ -87543,7 +87649,7 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
87543
87649
|
}
|
|
87544
87650
|
/**
|
|
87545
87651
|
* @summary Add 'Encoding Error' Webhook
|
|
87546
|
-
* @param {Webhook} webhook The 'Encoding Error' Webhook to be added.
|
|
87652
|
+
* @param {Webhook} webhook The 'Encoding Error' Webhook to be added.
|
|
87547
87653
|
* @throws {BitmovinError}
|
|
87548
87654
|
* @memberof ErrorApi
|
|
87549
87655
|
*/
|
|
@@ -87876,7 +87982,7 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
87876
87982
|
}
|
|
87877
87983
|
/**
|
|
87878
87984
|
* @summary Add 'Encoding Finished' Webhook
|
|
87879
|
-
* @param {Webhook} webhook The 'Encoding Finished' Webhook to be added.
|
|
87985
|
+
* @param {Webhook} webhook The 'Encoding Finished' Webhook to be added.
|
|
87880
87986
|
* @throws {BitmovinError}
|
|
87881
87987
|
* @memberof FinishedApi
|
|
87882
87988
|
*/
|
|
@@ -88295,7 +88401,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
|
|
|
88295
88401
|
}
|
|
88296
88402
|
/**
|
|
88297
88403
|
* @summary Add 'Encoding Transfer Error' Webhook
|
|
88298
|
-
* @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added.
|
|
88404
|
+
* @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added.
|
|
88299
88405
|
* @throws {BitmovinError}
|
|
88300
88406
|
* @memberof TransferErrorApi
|
|
88301
88407
|
*/
|
|
@@ -88735,7 +88841,7 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
88735
88841
|
}
|
|
88736
88842
|
/**
|
|
88737
88843
|
* @summary Add 'Manifest Error' Webhook (All Manifests)
|
|
88738
|
-
* @param {Webhook} webhook
|
|
88844
|
+
* @param {Webhook} webhook The 'Manifest Error' Webhook to be added.
|
|
88739
88845
|
* @throws {BitmovinError}
|
|
88740
88846
|
* @memberof ErrorApi
|
|
88741
88847
|
*/
|
|
@@ -88836,7 +88942,7 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
88836
88942
|
}
|
|
88837
88943
|
/**
|
|
88838
88944
|
* @summary Add 'Manifest Finished Successfully' Webhook (All Manifests)
|
|
88839
|
-
* @param {Webhook} webhook Add a new webhook notification if a manifest
|
|
88945
|
+
* @param {Webhook} webhook Add a new webhook notification that triggers if a manifest generation finished successfully. A maximum number of 5 webhooks is allowed
|
|
88840
88946
|
* @throws {BitmovinError}
|
|
88841
88947
|
* @memberof FinishedApi
|
|
88842
88948
|
*/
|