@bitmovin/api-sdk 1.122.0 → 1.123.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.
|
@@ -240,7 +240,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
240
240
|
var headers = {
|
|
241
241
|
'X-Api-Key': apiKey,
|
|
242
242
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
243
|
-
'X-Api-Client-Version': '1.
|
|
243
|
+
'X-Api-Client-Version': '1.123.0',
|
|
244
244
|
'Content-Type': 'application/json'
|
|
245
245
|
};
|
|
246
246
|
if (tenantOrgId) {
|
package/dist/models/Period.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare class Period extends BitmovinResponse {
|
|
|
11
11
|
*/
|
|
12
12
|
start?: number;
|
|
13
13
|
/**
|
|
14
|
-
* Duration in seconds
|
|
14
|
+
* Duration in seconds.<br/>Please note that the duration of a Period is usually determined by the media contained therein.<br/>Setting the `duration` property to a specific value will override this default behaviour.<br/>Warning: Use at your own risk!
|
|
15
15
|
* @type {number}
|
|
16
16
|
* @memberof Period
|
|
17
17
|
*/
|