@bitmovin/api-sdk 1.165.0 → 1.167.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 +149 -116
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- 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/EncodingListQueryParams.d.ts +4 -4
- package/dist/encoding/encodings/EncodingListQueryParams.js +2 -2
- 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/muxings/mp4/Mp4Api.d.ts +1 -1
- package/dist/encoding/encodings/muxings/mp4/Mp4Api.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 +1 -1
- package/dist/encoding/manifests/dash/DashApi.js +1 -1
- 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 +1 -1
- package/dist/encoding/manifests/hls/HlsApi.js +1 -1
- 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 +1 -1
- package/dist/encoding/manifests/smooth/SmoothApi.js +1 -1
- 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/AnalyticsLicense.d.ts +7 -1
- package/dist/models/AnalyticsLicense.js +1 -0
- package/dist/models/AnalyticsVirtualLicense.d.ts +6 -0
- package/dist/models/AnalyticsVirtualLicense.js +1 -0
- package/dist/models/Encoding.d.ts +8 -1
- package/dist/models/Encoding.js +1 -0
- package/dist/models/LiveOptionsType.d.ts +8 -0
- package/dist/models/LiveOptionsType.js +12 -0
- package/dist/models/Mp4Muxing.d.ts +1 -1
- package/dist/models/PresetConfiguration.d.ts +2 -1
- package/dist/models/PresetConfiguration.js +1 -0
- package/dist/models/PrewarmedEncoderPool.d.ts +6 -0
- package/dist/models/PrewarmedEncoderPool.js +1 -0
- package/dist/models/SpekeDrmProvider.d.ts +6 -0
- package/dist/models/SpekeDrmProvider.js +1 -0
- package/dist/models/StartEncodingRequest.d.ts +1 -1
- package/dist/models/StartLiveEncodingRequest.d.ts +1 -1
- package/dist/models/Stream.d.ts +1 -1
- package/dist/models/StreamsContentProtectionResponse.d.ts +6 -0
- package/dist/models/StreamsContentProtectionResponse.js +1 -0
- package/dist/models/StreamsLiveCreateRequest.d.ts +2 -2
- package/dist/models/StreamsLiveCreateRequest.js +1 -1
- package/dist/models/StreamsLiveResponse.d.ts +3 -3
- package/dist/models/StreamsLiveResponse.js +2 -2
- package/dist/models/StreamsLiveUpdateRequest.d.ts +8 -2
- package/dist/models/StreamsLiveUpdateRequest.js +2 -1
- package/dist/models/{StreamsConfigPlayerStyle.d.ts → StreamsStyleConfigPlayerStyle.d.ts} +11 -11
- package/dist/models/{StreamsConfigPlayerStyle.js → StreamsStyleConfigPlayerStyle.js} +7 -7
- package/dist/models/StreamsStyleConfigResponse.d.ts +38 -0
- package/dist/models/{StreamsConfigResponse.js → StreamsStyleConfigResponse.js} +9 -9
- package/dist/models/StreamsVideoCreateRequest.d.ts +2 -2
- package/dist/models/StreamsVideoCreateRequest.js +1 -1
- package/dist/models/StreamsVideoResponse.d.ts +3 -3
- package/dist/models/StreamsVideoResponse.js +2 -2
- package/dist/models/StreamsVideoUpdateRequest.d.ts +8 -2
- package/dist/models/StreamsVideoUpdateRequest.js +2 -1
- package/dist/models/VideoConfiguration.d.ts +1 -1
- package/dist/models/index.d.ts +3 -2
- package/dist/models/index.js +3 -2
- 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/dist/streams/live/LiveApi.d.ts +1 -1
- package/dist/streams/live/LiveApi.js +1 -1
- package/dist/streams/video/VideoApi.d.ts +1 -1
- package/dist/streams/video/VideoApi.js +1 -1
- package/package.json +1 -1
- package/dist/models/StreamsConfigResponse.d.ts +0 -38
|
@@ -38,7 +38,7 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* @summary Add 'Encoding Finished' Webhook
|
|
41
|
-
* @param {Webhook} webhook The 'Encoding Finished' Webhook to be added.
|
|
41
|
+
* @param {Webhook} webhook The 'Encoding Finished' Webhook to be added.
|
|
42
42
|
* @throws {BitmovinError}
|
|
43
43
|
* @memberof FinishedApi
|
|
44
44
|
*/
|
|
@@ -17,7 +17,7 @@ export default class TransferErrorApi extends BaseAPI {
|
|
|
17
17
|
constructor(configuration: Configuration);
|
|
18
18
|
/**
|
|
19
19
|
* @summary Add 'Encoding Transfer Error' Webhook
|
|
20
|
-
* @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added.
|
|
20
|
+
* @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added.
|
|
21
21
|
* @throws {BitmovinError}
|
|
22
22
|
* @memberof TransferErrorApi
|
|
23
23
|
*/
|
|
@@ -38,7 +38,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
|
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* @summary Add 'Encoding Transfer Error' Webhook
|
|
41
|
-
* @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added.
|
|
41
|
+
* @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added.
|
|
42
42
|
* @throws {BitmovinError}
|
|
43
43
|
* @memberof TransferErrorApi
|
|
44
44
|
*/
|
|
@@ -12,7 +12,7 @@ export default class ErrorApi extends BaseAPI {
|
|
|
12
12
|
constructor(configuration: Configuration);
|
|
13
13
|
/**
|
|
14
14
|
* @summary Add 'Manifest Error' Webhook (All Manifests)
|
|
15
|
-
* @param {Webhook} webhook
|
|
15
|
+
* @param {Webhook} webhook The 'Manifest Error' Webhook to be added.
|
|
16
16
|
* @throws {BitmovinError}
|
|
17
17
|
* @memberof ErrorApi
|
|
18
18
|
*/
|
|
@@ -32,7 +32,7 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* @summary Add 'Manifest Error' Webhook (All Manifests)
|
|
35
|
-
* @param {Webhook} webhook
|
|
35
|
+
* @param {Webhook} webhook The 'Manifest Error' Webhook to be added.
|
|
36
36
|
* @throws {BitmovinError}
|
|
37
37
|
* @memberof ErrorApi
|
|
38
38
|
*/
|
|
@@ -12,7 +12,7 @@ export default class FinishedApi extends BaseAPI {
|
|
|
12
12
|
constructor(configuration: Configuration);
|
|
13
13
|
/**
|
|
14
14
|
* @summary Add 'Manifest Finished Successfully' Webhook (All Manifests)
|
|
15
|
-
* @param {Webhook} webhook Add a new webhook notification if a manifest generation finished successfully. A maximum number of 5 webhooks is allowed
|
|
15
|
+
* @param {Webhook} webhook Add a new webhook notification that triggers if a manifest generation finished successfully. A maximum number of 5 webhooks is allowed
|
|
16
16
|
* @throws {BitmovinError}
|
|
17
17
|
* @memberof FinishedApi
|
|
18
18
|
*/
|
|
@@ -32,7 +32,7 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* @summary Add 'Manifest Finished Successfully' Webhook (All Manifests)
|
|
35
|
-
* @param {Webhook} webhook Add a new webhook notification if a manifest generation finished successfully. A maximum number of 5 webhooks is allowed
|
|
35
|
+
* @param {Webhook} webhook Add a new webhook notification that triggers if a manifest generation finished successfully. A maximum number of 5 webhooks is allowed
|
|
36
36
|
* @throws {BitmovinError}
|
|
37
37
|
* @memberof FinishedApi
|
|
38
38
|
*/
|
|
@@ -49,7 +49,7 @@ export default class LiveApi extends BaseAPI {
|
|
|
49
49
|
/**
|
|
50
50
|
* @summary Update live stream by id
|
|
51
51
|
* @param {string} streamId Id of the stream.
|
|
52
|
-
* @param {StreamsLiveUpdateRequest} streamsLiveUpdateRequest The updated
|
|
52
|
+
* @param {StreamsLiveUpdateRequest} streamsLiveUpdateRequest The updated Streams live object.
|
|
53
53
|
* @throws {BitmovinError}
|
|
54
54
|
* @memberof LiveApi
|
|
55
55
|
*/
|
|
@@ -97,7 +97,7 @@ var LiveApi = /** @class */ (function (_super) {
|
|
|
97
97
|
/**
|
|
98
98
|
* @summary Update live stream by id
|
|
99
99
|
* @param {string} streamId Id of the stream.
|
|
100
|
-
* @param {StreamsLiveUpdateRequest} streamsLiveUpdateRequest The updated
|
|
100
|
+
* @param {StreamsLiveUpdateRequest} streamsLiveUpdateRequest The updated Streams live object.
|
|
101
101
|
* @throws {BitmovinError}
|
|
102
102
|
* @memberof LiveApi
|
|
103
103
|
*/
|
|
@@ -35,7 +35,7 @@ export default class VideoApi extends BaseAPI {
|
|
|
35
35
|
*/
|
|
36
36
|
list(queryParameters?: StreamsVideoResponseListQueryParams | ((q: StreamsVideoResponseListQueryParamsBuilder) => StreamsVideoResponseListQueryParamsBuilder)): Promise<PaginationResponse<StreamsVideoResponse>>;
|
|
37
37
|
/**
|
|
38
|
-
* @summary Partially update stream
|
|
38
|
+
* @summary Partially update video stream by id
|
|
39
39
|
* @param {string} streamId Id of the stream.
|
|
40
40
|
* @param {StreamsVideoUpdateRequest} streamsVideoUpdateRequest Stream fields to update.
|
|
41
41
|
* @throws {BitmovinError}
|
|
@@ -75,7 +75,7 @@ var VideoApi = /** @class */ (function (_super) {
|
|
|
75
75
|
});
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
|
-
* @summary Partially update stream
|
|
78
|
+
* @summary Partially update video stream by id
|
|
79
79
|
* @param {string} streamId Id of the stream.
|
|
80
80
|
* @param {StreamsVideoUpdateRequest} streamsVideoUpdateRequest Stream fields to update.
|
|
81
81
|
* @throws {BitmovinError}
|
package/package.json
CHANGED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import StreamsConfigPlayerStyle from './StreamsConfigPlayerStyle';
|
|
2
|
-
/**
|
|
3
|
-
* @export
|
|
4
|
-
* @class StreamsConfigResponse
|
|
5
|
-
*/
|
|
6
|
-
export declare class StreamsConfigResponse {
|
|
7
|
-
/**
|
|
8
|
-
* The identifier of the stream config
|
|
9
|
-
* @type {string}
|
|
10
|
-
* @memberof StreamsConfigResponse
|
|
11
|
-
*/
|
|
12
|
-
id?: string;
|
|
13
|
-
/**
|
|
14
|
-
* UUID of the associated organization
|
|
15
|
-
* @type {string}
|
|
16
|
-
* @memberof StreamsConfigResponse
|
|
17
|
-
*/
|
|
18
|
-
orgId?: string;
|
|
19
|
-
/**
|
|
20
|
-
* @type {StreamsConfigPlayerStyle}
|
|
21
|
-
* @memberof StreamsConfigResponse
|
|
22
|
-
*/
|
|
23
|
-
playerStyle?: StreamsConfigPlayerStyle;
|
|
24
|
-
/**
|
|
25
|
-
* URL of the watermark image
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof StreamsConfigResponse
|
|
28
|
-
*/
|
|
29
|
-
watermarkUrl?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Target link of the watermark image
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof StreamsConfigResponse
|
|
34
|
-
*/
|
|
35
|
-
watermarkTargetLink?: string;
|
|
36
|
-
constructor(obj?: Partial<StreamsConfigResponse>);
|
|
37
|
-
}
|
|
38
|
-
export default StreamsConfigResponse;
|