@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.
Files changed (95) hide show
  1. package/README.md +1 -1
  2. package/dist/bitmovin-api-sdk.browser.js +149 -116
  3. package/dist/bitmovin-api-sdk.browser.min.js +1 -1
  4. package/dist/common/RestClient.js +1 -1
  5. package/dist/encoding/configurations/audio/ac3/Ac3Api.d.ts +4 -4
  6. package/dist/encoding/configurations/audio/ac3/Ac3Api.js +4 -4
  7. package/dist/encoding/configurations/audio/eac3/Eac3Api.d.ts +4 -4
  8. package/dist/encoding/configurations/audio/eac3/Eac3Api.js +4 -4
  9. package/dist/encoding/encodings/EncodingListQueryParams.d.ts +4 -4
  10. package/dist/encoding/encodings/EncodingListQueryParams.js +2 -2
  11. package/dist/encoding/encodings/live/insertableContent/InsertableContentApi.d.ts +2 -2
  12. package/dist/encoding/encodings/live/insertableContent/InsertableContentApi.js +2 -2
  13. package/dist/encoding/encodings/live/insertableContent/schedule/ScheduleApi.d.ts +1 -1
  14. package/dist/encoding/encodings/live/insertableContent/schedule/ScheduleApi.js +1 -1
  15. package/dist/encoding/encodings/live/insertableContent/scheduled/ScheduledApi.d.ts +1 -1
  16. package/dist/encoding/encodings/live/insertableContent/scheduled/ScheduledApi.js +1 -1
  17. package/dist/encoding/encodings/muxings/mp4/Mp4Api.d.ts +1 -1
  18. package/dist/encoding/encodings/muxings/mp4/Mp4Api.js +1 -1
  19. package/dist/encoding/encodings/streams/qc/psnr/PsnrApi.d.ts +1 -1
  20. package/dist/encoding/encodings/streams/qc/psnr/PsnrApi.js +1 -1
  21. package/dist/encoding/encodings/transferRetries/TransferRetriesApi.d.ts +1 -1
  22. package/dist/encoding/encodings/transferRetries/TransferRetriesApi.js +1 -1
  23. package/dist/encoding/filters/conform/ConformApi.d.ts +1 -1
  24. package/dist/encoding/filters/conform/ConformApi.js +1 -1
  25. package/dist/encoding/manifests/dash/DashApi.d.ts +1 -1
  26. package/dist/encoding/manifests/dash/DashApi.js +1 -1
  27. package/dist/encoding/manifests/dash/default/DefaultApi.d.ts +1 -1
  28. package/dist/encoding/manifests/dash/default/DefaultApi.js +1 -1
  29. package/dist/encoding/manifests/hls/HlsApi.d.ts +1 -1
  30. package/dist/encoding/manifests/hls/HlsApi.js +1 -1
  31. package/dist/encoding/manifests/hls/default/DefaultApi.d.ts +1 -1
  32. package/dist/encoding/manifests/hls/default/DefaultApi.js +1 -1
  33. package/dist/encoding/manifests/smooth/SmoothApi.d.ts +1 -1
  34. package/dist/encoding/manifests/smooth/SmoothApi.js +1 -1
  35. package/dist/encoding/manifests/smooth/default/DefaultApi.d.ts +1 -1
  36. package/dist/encoding/manifests/smooth/default/DefaultApi.js +1 -1
  37. package/dist/encoding/simple/jobs/live/LiveApi.d.ts +1 -1
  38. package/dist/encoding/simple/jobs/live/LiveApi.js +1 -1
  39. package/dist/encoding/simple/jobs/vod/VodApi.d.ts +1 -1
  40. package/dist/encoding/simple/jobs/vod/VodApi.js +1 -1
  41. package/dist/models/AnalyticsLicense.d.ts +7 -1
  42. package/dist/models/AnalyticsLicense.js +1 -0
  43. package/dist/models/AnalyticsVirtualLicense.d.ts +6 -0
  44. package/dist/models/AnalyticsVirtualLicense.js +1 -0
  45. package/dist/models/Encoding.d.ts +8 -1
  46. package/dist/models/Encoding.js +1 -0
  47. package/dist/models/LiveOptionsType.d.ts +8 -0
  48. package/dist/models/LiveOptionsType.js +12 -0
  49. package/dist/models/Mp4Muxing.d.ts +1 -1
  50. package/dist/models/PresetConfiguration.d.ts +2 -1
  51. package/dist/models/PresetConfiguration.js +1 -0
  52. package/dist/models/PrewarmedEncoderPool.d.ts +6 -0
  53. package/dist/models/PrewarmedEncoderPool.js +1 -0
  54. package/dist/models/SpekeDrmProvider.d.ts +6 -0
  55. package/dist/models/SpekeDrmProvider.js +1 -0
  56. package/dist/models/StartEncodingRequest.d.ts +1 -1
  57. package/dist/models/StartLiveEncodingRequest.d.ts +1 -1
  58. package/dist/models/Stream.d.ts +1 -1
  59. package/dist/models/StreamsContentProtectionResponse.d.ts +6 -0
  60. package/dist/models/StreamsContentProtectionResponse.js +1 -0
  61. package/dist/models/StreamsLiveCreateRequest.d.ts +2 -2
  62. package/dist/models/StreamsLiveCreateRequest.js +1 -1
  63. package/dist/models/StreamsLiveResponse.d.ts +3 -3
  64. package/dist/models/StreamsLiveResponse.js +2 -2
  65. package/dist/models/StreamsLiveUpdateRequest.d.ts +8 -2
  66. package/dist/models/StreamsLiveUpdateRequest.js +2 -1
  67. package/dist/models/{StreamsConfigPlayerStyle.d.ts → StreamsStyleConfigPlayerStyle.d.ts} +11 -11
  68. package/dist/models/{StreamsConfigPlayerStyle.js → StreamsStyleConfigPlayerStyle.js} +7 -7
  69. package/dist/models/StreamsStyleConfigResponse.d.ts +38 -0
  70. package/dist/models/{StreamsConfigResponse.js → StreamsStyleConfigResponse.js} +9 -9
  71. package/dist/models/StreamsVideoCreateRequest.d.ts +2 -2
  72. package/dist/models/StreamsVideoCreateRequest.js +1 -1
  73. package/dist/models/StreamsVideoResponse.d.ts +3 -3
  74. package/dist/models/StreamsVideoResponse.js +2 -2
  75. package/dist/models/StreamsVideoUpdateRequest.d.ts +8 -2
  76. package/dist/models/StreamsVideoUpdateRequest.js +2 -1
  77. package/dist/models/VideoConfiguration.d.ts +1 -1
  78. package/dist/models/index.d.ts +3 -2
  79. package/dist/models/index.js +3 -2
  80. package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.d.ts +1 -1
  81. package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.js +1 -1
  82. package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.d.ts +1 -1
  83. package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.js +1 -1
  84. package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.d.ts +1 -1
  85. package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.js +1 -1
  86. package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.d.ts +1 -1
  87. package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.js +1 -1
  88. package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.d.ts +1 -1
  89. package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.js +1 -1
  90. package/dist/streams/live/LiveApi.d.ts +1 -1
  91. package/dist/streams/live/LiveApi.js +1 -1
  92. package/dist/streams/video/VideoApi.d.ts +1 -1
  93. package/dist/streams/video/VideoApi.js +1 -1
  94. package/package.json +1 -1
  95. 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. A maximum number of 5 webhooks is allowed
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. A maximum number of 5 webhooks is allowed
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. A maximum number of 5 webhooks is allowed
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 Add a new webhook notification if a manifest generation failed with an error. A maximum number of 5 webhooks is allowed
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 Add a new webhook notification if a manifest generation failed with an error. A maximum number of 5 webhooks is allowed
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 stream config object.
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 stream config object.
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 config by id
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 config by id
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.165.0",
3
+ "version": "1.167.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [
@@ -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;