@bitmovin/api-sdk 1.92.0 → 1.96.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/account/organizations/groups/invitations/InvitationListQueryParams.d.ts +28 -0
- package/dist/account/organizations/groups/invitations/InvitationListQueryParams.js +30 -0
- package/dist/account/organizations/groups/invitations/InvitationListQueryParams.js.map +1 -0
- package/dist/account/organizations/groups/invitations/InvitationsApi.d.ts +22 -1
- package/dist/account/organizations/groups/invitations/InvitationsApi.js +48 -2
- package/dist/account/organizations/groups/invitations/InvitationsApi.js.map +1 -1
- package/dist/account/organizations/groups/tenants/TenantListQueryParams.d.ts +28 -0
- package/dist/account/organizations/groups/tenants/TenantListQueryParams.js +30 -0
- package/dist/account/organizations/groups/tenants/TenantListQueryParams.js.map +1 -0
- package/dist/account/organizations/groups/tenants/TenantsApi.d.ts +3 -1
- package/dist/account/organizations/groups/tenants/TenantsApi.js +11 -2
- package/dist/account/organizations/groups/tenants/TenantsApi.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.js +392 -171
- 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/encoding/configurations/video/av1/Av1Api.js.map +1 -1
- package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.d.ts +6 -6
- package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.js +6 -6
- package/dist/models/AdAnalyticsAttribute.d.ts +20 -0
- package/dist/models/AdAnalyticsAttribute.js +20 -0
- package/dist/models/AdAnalyticsAttribute.js.map +1 -1
- package/dist/models/AdaptationSet.d.ts +7 -0
- package/dist/models/AdaptationSet.js +2 -0
- package/dist/models/AdaptationSet.js.map +1 -1
- package/dist/models/AnalyticsAdsImpressionSample.d.ts +108 -0
- package/dist/models/AnalyticsAdsImpressionSample.js +18 -0
- package/dist/models/AnalyticsAdsImpressionSample.js.map +1 -1
- package/dist/models/AnalyticsAttribute.d.ts +20 -0
- package/dist/models/AnalyticsAttribute.js +20 -0
- package/dist/models/AnalyticsAttribute.js.map +1 -1
- package/dist/models/AnalyticsImpressionSample.d.ts +108 -0
- package/dist/models/AnalyticsImpressionSample.js +18 -0
- package/dist/models/AnalyticsImpressionSample.js.map +1 -1
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +108 -0
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js +18 -0
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js.map +1 -1
- package/dist/models/AudioAdaptationSet.js.map +1 -1
- package/dist/models/Av1VideoConfiguration.d.ts +0 -150
- package/dist/models/Av1VideoConfiguration.js +0 -26
- package/dist/models/Av1VideoConfiguration.js.map +1 -1
- package/dist/models/AzureCloudRegion.d.ts +6 -30
- package/dist/models/AzureCloudRegion.js +6 -30
- package/dist/models/AzureCloudRegion.js.map +1 -1
- package/dist/models/Bif.d.ts +1 -1
- package/dist/models/ChunkedTextMuxing.d.ts +6 -0
- package/dist/models/ChunkedTextMuxing.js +1 -0
- package/dist/models/ChunkedTextMuxing.js.map +1 -1
- package/dist/models/CloudRegion.d.ts +3 -0
- package/dist/models/CloudRegion.js +3 -0
- package/dist/models/CloudRegion.js.map +1 -1
- package/dist/models/H264DynamicRangeFormat.d.ts +9 -0
- package/dist/models/H264DynamicRangeFormat.js +14 -0
- package/dist/models/H264DynamicRangeFormat.js.map +1 -0
- package/dist/models/H264VideoConfiguration.d.ts +7 -0
- package/dist/models/H264VideoConfiguration.js +1 -0
- package/dist/models/H264VideoConfiguration.js.map +1 -1
- package/dist/models/ImageAdaptationSet.js.map +1 -1
- package/dist/models/Label.d.ts +26 -0
- package/dist/models/Label.js +22 -0
- package/dist/models/Label.js.map +1 -0
- package/dist/models/StatisticsPerStream.d.ts +12 -0
- package/dist/models/StatisticsPerStream.js +2 -0
- package/dist/models/StatisticsPerStream.js.map +1 -1
- package/dist/models/SubtitleAdaptationSet.js.map +1 -1
- package/dist/models/TextMuxing.d.ts +6 -0
- package/dist/models/TextMuxing.js +1 -0
- package/dist/models/TextMuxing.js.map +1 -1
- package/dist/models/VideoAdaptationSet.js.map +1 -1
- package/dist/models/Vp9DynamicRangeFormat.d.ts +10 -0
- package/dist/models/Vp9DynamicRangeFormat.js +15 -0
- package/dist/models/Vp9DynamicRangeFormat.js.map +1 -0
- package/dist/models/Vp9VideoConfiguration.d.ts +7 -0
- package/dist/models/Vp9VideoConfiguration.js +1 -0
- package/dist/models/Vp9VideoConfiguration.js.map +1 -1
- package/dist/models/Webhook.d.ts +3 -3
- package/dist/models/index.d.ts +3 -2
- package/dist/models/index.js +3 -2
- package/dist/models/index.js.map +1 -1
- package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.d.ts +10 -10
- package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.js +10 -10
- package/dist/notifications/webhooks/encoding/encodings/error/customdata/CustomdataApi.d.ts +2 -2
- package/dist/notifications/webhooks/encoding/encodings/error/customdata/CustomdataApi.js +2 -2
- package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.d.ts +10 -10
- package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.js +10 -10
- package/dist/notifications/webhooks/encoding/encodings/finished/customdata/CustomdataApi.d.ts +2 -2
- package/dist/notifications/webhooks/encoding/encodings/finished/customdata/CustomdataApi.js +2 -2
- package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.d.ts +10 -10
- package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.js +10 -10
- package/dist/notifications/webhooks/encoding/encodings/transferError/customdata/CustomdataApi.d.ts +2 -2
- package/dist/notifications/webhooks/encoding/encodings/transferError/customdata/CustomdataApi.js +2 -2
- package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.d.ts +6 -6
- package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.js +6 -6
- package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.d.ts +4 -4
- package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.js +4 -4
- package/package.json +1 -1
- package/dist/models/Av1AdaptiveQuantMode.d.ts +0 -13
- package/dist/models/Av1AdaptiveQuantMode.js +0 -18
- package/dist/models/Av1AdaptiveQuantMode.js.map +0 -1
- package/dist/models/Av1KeyPlacementMode.d.ts +0 -11
- package/dist/models/Av1KeyPlacementMode.js +0 -16
- package/dist/models/Av1KeyPlacementMode.js.map +0 -1
|
@@ -35,8 +35,8 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
35
35
|
return _this;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
* @summary Add Encoding Finished Webhook
|
|
39
|
-
* @param {Webhook} webhook The Encoding Finished Webhook to be added.
|
|
38
|
+
* @summary Add 'Encoding Finished' Webhook
|
|
39
|
+
* @param {Webhook} webhook The 'Encoding Finished' Webhook to be added. A maximum number of 5 webhooks is allowed
|
|
40
40
|
* @throws {BitmovinError}
|
|
41
41
|
* @memberof FinishedApi
|
|
42
42
|
*/
|
|
@@ -46,9 +46,9 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
46
46
|
});
|
|
47
47
|
};
|
|
48
48
|
/**
|
|
49
|
-
* @summary Add Encoding Finished Webhook for specific Encoding
|
|
49
|
+
* @summary Add 'Encoding Finished' Webhook for a specific Encoding
|
|
50
50
|
* @param {string} encodingId Id of the encoding
|
|
51
|
-
* @param {Webhook} webhook The Encoding Finished Webhook to be added.
|
|
51
|
+
* @param {Webhook} webhook The 'Encoding Finished' Webhook to be added. A maximum number of 5 webhooks per Encoding is allowed
|
|
52
52
|
* @throws {BitmovinError}
|
|
53
53
|
* @memberof FinishedApi
|
|
54
54
|
*/
|
|
@@ -61,7 +61,7 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
61
61
|
});
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
|
-
* @summary Delete Encoding Finished Webhook for specific Encoding
|
|
64
|
+
* @summary Delete 'Encoding Finished' Webhook for a specific Encoding
|
|
65
65
|
* @param {string} encodingId Id of the encoding
|
|
66
66
|
* @param {string} webhookId Id of the webhook
|
|
67
67
|
* @throws {BitmovinError}
|
|
@@ -77,7 +77,7 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
77
77
|
});
|
|
78
78
|
};
|
|
79
79
|
/**
|
|
80
|
-
* @summary Delete Encoding Finished Webhook
|
|
80
|
+
* @summary Delete 'Encoding Finished' Webhook
|
|
81
81
|
* @param {string} webhookId Id of the webhook
|
|
82
82
|
* @throws {BitmovinError}
|
|
83
83
|
* @memberof FinishedApi
|
|
@@ -91,7 +91,7 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
91
91
|
});
|
|
92
92
|
};
|
|
93
93
|
/**
|
|
94
|
-
* @summary Encoding Finished Webhook Details for specific Encoding
|
|
94
|
+
* @summary 'Encoding Finished' Webhook Details for a specific Encoding
|
|
95
95
|
* @param {string} encodingId Id of the encoding
|
|
96
96
|
* @param {string} webhookId Id of the webhook
|
|
97
97
|
* @throws {BitmovinError}
|
|
@@ -107,7 +107,7 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
107
107
|
});
|
|
108
108
|
};
|
|
109
109
|
/**
|
|
110
|
-
* @summary Encoding Finished Webhook Details
|
|
110
|
+
* @summary 'Encoding Finished' Webhook Details
|
|
111
111
|
* @param {string} webhookId Id of the webhook
|
|
112
112
|
* @throws {BitmovinError}
|
|
113
113
|
* @memberof FinishedApi
|
|
@@ -121,7 +121,7 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
121
121
|
});
|
|
122
122
|
};
|
|
123
123
|
/**
|
|
124
|
-
* @summary List Encoding Finished Webhooks
|
|
124
|
+
* @summary List 'Encoding Finished' Webhooks
|
|
125
125
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
126
126
|
* @throws {BitmovinError}
|
|
127
127
|
* @memberof FinishedApi
|
|
@@ -139,7 +139,7 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
139
139
|
});
|
|
140
140
|
};
|
|
141
141
|
/**
|
|
142
|
-
* @summary List Encoding Finished Webhooks for specific Encoding
|
|
142
|
+
* @summary List 'Encoding Finished' Webhooks for a specific Encoding
|
|
143
143
|
* @param {string} encodingId Id of the encoding
|
|
144
144
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
145
145
|
* @throws {BitmovinError}
|
package/dist/notifications/webhooks/encoding/encodings/finished/customdata/CustomdataApi.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import CustomData from '../../../../../../models/CustomData';
|
|
|
10
10
|
export default class CustomdataApi extends BaseAPI {
|
|
11
11
|
constructor(configuration: Configuration);
|
|
12
12
|
/**
|
|
13
|
-
* @summary Encoding Finished Webhook Custom Data for specific Encoding
|
|
13
|
+
* @summary 'Encoding Finished' Webhook Custom Data for a specific Encoding
|
|
14
14
|
* @param {string} encodingId Id of the encoding
|
|
15
15
|
* @param {string} webhookId Id of the webhook
|
|
16
16
|
* @throws {BitmovinError}
|
|
@@ -18,7 +18,7 @@ export default class CustomdataApi extends BaseAPI {
|
|
|
18
18
|
*/
|
|
19
19
|
getCustomDataByEncodingIdAndWebhookId(encodingId: string, webhookId: string): Promise<CustomData>;
|
|
20
20
|
/**
|
|
21
|
-
* @summary Encoding Finished Webhook Custom Data
|
|
21
|
+
* @summary 'Encoding Finished' Webhook Custom Data
|
|
22
22
|
* @param {string} webhookId Id of the webhook
|
|
23
23
|
* @throws {BitmovinError}
|
|
24
24
|
* @memberof CustomdataApi
|
|
@@ -28,7 +28,7 @@ var CustomdataApi = /** @class */ (function (_super) {
|
|
|
28
28
|
return _super.call(this, configuration) || this;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
* @summary Encoding Finished Webhook Custom Data for specific Encoding
|
|
31
|
+
* @summary 'Encoding Finished' Webhook Custom Data for a specific Encoding
|
|
32
32
|
* @param {string} encodingId Id of the encoding
|
|
33
33
|
* @param {string} webhookId Id of the webhook
|
|
34
34
|
* @throws {BitmovinError}
|
|
@@ -44,7 +44,7 @@ var CustomdataApi = /** @class */ (function (_super) {
|
|
|
44
44
|
});
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
47
|
-
* @summary Encoding Finished Webhook Custom Data
|
|
47
|
+
* @summary 'Encoding Finished' Webhook Custom Data
|
|
48
48
|
* @param {string} webhookId Id of the webhook
|
|
49
49
|
* @throws {BitmovinError}
|
|
50
50
|
* @memberof CustomdataApi
|
|
@@ -16,22 +16,22 @@ export default class TransferErrorApi extends BaseAPI {
|
|
|
16
16
|
customdata: CustomdataApi;
|
|
17
17
|
constructor(configuration: Configuration);
|
|
18
18
|
/**
|
|
19
|
-
* @summary Add Encoding Transfer Error Webhook
|
|
20
|
-
* @param {Webhook} webhook The Encoding Transfer Error Webhook to be added.
|
|
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
|
|
21
21
|
* @throws {BitmovinError}
|
|
22
22
|
* @memberof TransferErrorApi
|
|
23
23
|
*/
|
|
24
24
|
create(webhook?: Webhook): Promise<Webhook>;
|
|
25
25
|
/**
|
|
26
|
-
* @summary Add Encoding Transfer Error Webhook for specific Encoding
|
|
26
|
+
* @summary Add 'Encoding Transfer Error' Webhook for a specific Encoding
|
|
27
27
|
* @param {string} encodingId Id of the encoding
|
|
28
|
-
* @param {Webhook} webhook The Encoding Transfer Error Webhook to be added.
|
|
28
|
+
* @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added. A maximum number of 5 webhooks per Encoding is allowed
|
|
29
29
|
* @throws {BitmovinError}
|
|
30
30
|
* @memberof TransferErrorApi
|
|
31
31
|
*/
|
|
32
32
|
createByEncodingId(encodingId: string, webhook?: Webhook): Promise<Webhook>;
|
|
33
33
|
/**
|
|
34
|
-
* @summary Delete Encoding Transfer Error Webhook for specific Encoding
|
|
34
|
+
* @summary Delete 'Encoding Transfer Error' Webhook for a specific Encoding
|
|
35
35
|
* @param {string} encodingId Id of the encoding
|
|
36
36
|
* @param {string} webhookId Id of the webhook
|
|
37
37
|
* @throws {BitmovinError}
|
|
@@ -39,14 +39,14 @@ export default class TransferErrorApi extends BaseAPI {
|
|
|
39
39
|
*/
|
|
40
40
|
deleteByEncodingIdAndWebhookId(encodingId: string, webhookId: string): Promise<BitmovinResponse>;
|
|
41
41
|
/**
|
|
42
|
-
* @summary Delete Encoding Transfer Error Webhook
|
|
42
|
+
* @summary Delete 'Encoding Transfer Error' Webhook
|
|
43
43
|
* @param {string} webhookId Id of the webhook
|
|
44
44
|
* @throws {BitmovinError}
|
|
45
45
|
* @memberof TransferErrorApi
|
|
46
46
|
*/
|
|
47
47
|
deleteByWebhookId(webhookId: string): Promise<BitmovinResponse>;
|
|
48
48
|
/**
|
|
49
|
-
* @summary Encoding Transfer Error Webhook Details for specific Encoding
|
|
49
|
+
* @summary 'Encoding Transfer Error' Webhook Details for a specific Encoding
|
|
50
50
|
* @param {string} encodingId Id of the encoding
|
|
51
51
|
* @param {string} webhookId Id of the webhook
|
|
52
52
|
* @throws {BitmovinError}
|
|
@@ -54,21 +54,21 @@ export default class TransferErrorApi extends BaseAPI {
|
|
|
54
54
|
*/
|
|
55
55
|
getByEncodingIdAndWebhookId(encodingId: string, webhookId: string): Promise<Webhook>;
|
|
56
56
|
/**
|
|
57
|
-
* @summary Encoding Transfer Error Webhook Details
|
|
57
|
+
* @summary 'Encoding Transfer Error' Webhook Details
|
|
58
58
|
* @param {string} webhookId Id of the webhook
|
|
59
59
|
* @throws {BitmovinError}
|
|
60
60
|
* @memberof TransferErrorApi
|
|
61
61
|
*/
|
|
62
62
|
getByWebhookId(webhookId: string): Promise<Webhook>;
|
|
63
63
|
/**
|
|
64
|
-
* @summary List Encoding Transfer
|
|
64
|
+
* @summary List 'Encoding Transfer Error' Webhooks
|
|
65
65
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
66
66
|
* @throws {BitmovinError}
|
|
67
67
|
* @memberof TransferErrorApi
|
|
68
68
|
*/
|
|
69
69
|
list(queryParameters?: WebhookListQueryParams | ((q: WebhookListQueryParamsBuilder) => WebhookListQueryParamsBuilder)): Promise<PaginationResponse<Webhook>>;
|
|
70
70
|
/**
|
|
71
|
-
* @summary List Encoding Transfer Error Webhooks for specific Encoding
|
|
71
|
+
* @summary List 'Encoding Transfer Error' Webhooks for a specific Encoding
|
|
72
72
|
* @param {string} encodingId Id of the encoding
|
|
73
73
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
74
74
|
* @throws {BitmovinError}
|
|
@@ -35,8 +35,8 @@ var TransferErrorApi = /** @class */ (function (_super) {
|
|
|
35
35
|
return _this;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
* @summary Add Encoding Transfer Error Webhook
|
|
39
|
-
* @param {Webhook} webhook The Encoding Transfer Error Webhook to be added.
|
|
38
|
+
* @summary Add 'Encoding Transfer Error' Webhook
|
|
39
|
+
* @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added. A maximum number of 5 webhooks is allowed
|
|
40
40
|
* @throws {BitmovinError}
|
|
41
41
|
* @memberof TransferErrorApi
|
|
42
42
|
*/
|
|
@@ -46,9 +46,9 @@ var TransferErrorApi = /** @class */ (function (_super) {
|
|
|
46
46
|
});
|
|
47
47
|
};
|
|
48
48
|
/**
|
|
49
|
-
* @summary Add Encoding Transfer Error Webhook for specific Encoding
|
|
49
|
+
* @summary Add 'Encoding Transfer Error' Webhook for a specific Encoding
|
|
50
50
|
* @param {string} encodingId Id of the encoding
|
|
51
|
-
* @param {Webhook} webhook The Encoding Transfer Error Webhook to be added.
|
|
51
|
+
* @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added. A maximum number of 5 webhooks per Encoding is allowed
|
|
52
52
|
* @throws {BitmovinError}
|
|
53
53
|
* @memberof TransferErrorApi
|
|
54
54
|
*/
|
|
@@ -61,7 +61,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
|
|
|
61
61
|
});
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
|
-
* @summary Delete Encoding Transfer Error Webhook for specific Encoding
|
|
64
|
+
* @summary Delete 'Encoding Transfer Error' Webhook for a specific Encoding
|
|
65
65
|
* @param {string} encodingId Id of the encoding
|
|
66
66
|
* @param {string} webhookId Id of the webhook
|
|
67
67
|
* @throws {BitmovinError}
|
|
@@ -77,7 +77,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
|
|
|
77
77
|
});
|
|
78
78
|
};
|
|
79
79
|
/**
|
|
80
|
-
* @summary Delete Encoding Transfer Error Webhook
|
|
80
|
+
* @summary Delete 'Encoding Transfer Error' Webhook
|
|
81
81
|
* @param {string} webhookId Id of the webhook
|
|
82
82
|
* @throws {BitmovinError}
|
|
83
83
|
* @memberof TransferErrorApi
|
|
@@ -91,7 +91,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
|
|
|
91
91
|
});
|
|
92
92
|
};
|
|
93
93
|
/**
|
|
94
|
-
* @summary Encoding Transfer Error Webhook Details for specific Encoding
|
|
94
|
+
* @summary 'Encoding Transfer Error' Webhook Details for a specific Encoding
|
|
95
95
|
* @param {string} encodingId Id of the encoding
|
|
96
96
|
* @param {string} webhookId Id of the webhook
|
|
97
97
|
* @throws {BitmovinError}
|
|
@@ -107,7 +107,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
|
|
|
107
107
|
});
|
|
108
108
|
};
|
|
109
109
|
/**
|
|
110
|
-
* @summary Encoding Transfer Error Webhook Details
|
|
110
|
+
* @summary 'Encoding Transfer Error' Webhook Details
|
|
111
111
|
* @param {string} webhookId Id of the webhook
|
|
112
112
|
* @throws {BitmovinError}
|
|
113
113
|
* @memberof TransferErrorApi
|
|
@@ -121,7 +121,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
|
|
|
121
121
|
});
|
|
122
122
|
};
|
|
123
123
|
/**
|
|
124
|
-
* @summary List Encoding Transfer
|
|
124
|
+
* @summary List 'Encoding Transfer Error' Webhooks
|
|
125
125
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
126
126
|
* @throws {BitmovinError}
|
|
127
127
|
* @memberof TransferErrorApi
|
|
@@ -139,7 +139,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
|
|
|
139
139
|
});
|
|
140
140
|
};
|
|
141
141
|
/**
|
|
142
|
-
* @summary List Encoding Transfer Error Webhooks for specific Encoding
|
|
142
|
+
* @summary List 'Encoding Transfer Error' Webhooks for a specific Encoding
|
|
143
143
|
* @param {string} encodingId Id of the encoding
|
|
144
144
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
145
145
|
* @throws {BitmovinError}
|
package/dist/notifications/webhooks/encoding/encodings/transferError/customdata/CustomdataApi.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import CustomData from '../../../../../../models/CustomData';
|
|
|
10
10
|
export default class CustomdataApi extends BaseAPI {
|
|
11
11
|
constructor(configuration: Configuration);
|
|
12
12
|
/**
|
|
13
|
-
* @summary Encoding Transfer Error Webhook Custom Data for specific Encoding
|
|
13
|
+
* @summary 'Encoding Transfer Error' Webhook Custom Data for a specific Encoding
|
|
14
14
|
* @param {string} encodingId Id of the encoding
|
|
15
15
|
* @param {string} webhookId Id of the webhook
|
|
16
16
|
* @throws {BitmovinError}
|
|
@@ -18,7 +18,7 @@ export default class CustomdataApi extends BaseAPI {
|
|
|
18
18
|
*/
|
|
19
19
|
getCustomDataByEncodingIdAndWebhookId(encodingId: string, webhookId: string): Promise<CustomData>;
|
|
20
20
|
/**
|
|
21
|
-
* @summary Encoding Transfer Error Webhook Custom Data
|
|
21
|
+
* @summary 'Encoding Transfer Error' Webhook Custom Data
|
|
22
22
|
* @param {string} webhookId Id of the webhook
|
|
23
23
|
* @throws {BitmovinError}
|
|
24
24
|
* @memberof CustomdataApi
|
package/dist/notifications/webhooks/encoding/encodings/transferError/customdata/CustomdataApi.js
CHANGED
|
@@ -28,7 +28,7 @@ var CustomdataApi = /** @class */ (function (_super) {
|
|
|
28
28
|
return _super.call(this, configuration) || this;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
* @summary Encoding Transfer Error Webhook Custom Data for specific Encoding
|
|
31
|
+
* @summary 'Encoding Transfer Error' Webhook Custom Data for a specific Encoding
|
|
32
32
|
* @param {string} encodingId Id of the encoding
|
|
33
33
|
* @param {string} webhookId Id of the webhook
|
|
34
34
|
* @throws {BitmovinError}
|
|
@@ -44,7 +44,7 @@ var CustomdataApi = /** @class */ (function (_super) {
|
|
|
44
44
|
});
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
47
|
-
* @summary Encoding Transfer Error Webhook Custom Data
|
|
47
|
+
* @summary 'Encoding Transfer Error' Webhook Custom Data
|
|
48
48
|
* @param {string} webhookId Id of the webhook
|
|
49
49
|
* @throws {BitmovinError}
|
|
50
50
|
* @memberof CustomdataApi
|
|
@@ -11,29 +11,29 @@ import Webhook from '../../../../../models/Webhook';
|
|
|
11
11
|
export default class ErrorApi extends BaseAPI {
|
|
12
12
|
constructor(configuration: Configuration);
|
|
13
13
|
/**
|
|
14
|
-
* @summary Add Manifest Error Webhook (All Manifests)
|
|
15
|
-
* @param {Webhook} webhook Add a new webhook notification if a manifest creation failed with an error.
|
|
14
|
+
* @summary Add 'Manifest Error' Webhook (All Manifests)
|
|
15
|
+
* @param {Webhook} webhook Add a new webhook notification if a manifest creation failed with an error. A maximum number of 5 webhooks is allowed
|
|
16
16
|
* @throws {BitmovinError}
|
|
17
17
|
* @memberof ErrorApi
|
|
18
18
|
*/
|
|
19
19
|
create(webhook?: Webhook): Promise<Webhook>;
|
|
20
20
|
/**
|
|
21
|
-
* @summary Add Manifest Error Webhook Notification (Specific Manifest)
|
|
21
|
+
* @summary Add 'Manifest Error' Webhook Notification (Specific Manifest)
|
|
22
22
|
* @param {string} manifestId Id of the manifest resource
|
|
23
|
-
* @param {Webhook} webhook The webhook notifications object.
|
|
23
|
+
* @param {Webhook} webhook The webhook notifications object. A maximum number of 5 webhooks per Manifest is allowed
|
|
24
24
|
* @throws {BitmovinError}
|
|
25
25
|
* @memberof ErrorApi
|
|
26
26
|
*/
|
|
27
27
|
createByManifestId(manifestId: string, webhook?: Webhook): Promise<Webhook>;
|
|
28
28
|
/**
|
|
29
|
-
* @summary Delete Manifest Error Webhook
|
|
29
|
+
* @summary Delete 'Manifest Error' Webhook
|
|
30
30
|
* @param {string} notificationId Id of the webhook notification
|
|
31
31
|
* @throws {BitmovinError}
|
|
32
32
|
* @memberof ErrorApi
|
|
33
33
|
*/
|
|
34
34
|
delete(notificationId: string): Promise<BitmovinResponse>;
|
|
35
35
|
/**
|
|
36
|
-
* @summary Replace Manifest Error Webhook Notification
|
|
36
|
+
* @summary Replace 'Manifest Error' Webhook Notification
|
|
37
37
|
* @param {string} notificationId Id of the webhook notification
|
|
38
38
|
* @param {Webhook} webhook The webhook notification with the updated values
|
|
39
39
|
* @throws {BitmovinError}
|
|
@@ -29,8 +29,8 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
29
29
|
return _super.call(this, configuration) || this;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
* @summary Add Manifest Error Webhook (All Manifests)
|
|
33
|
-
* @param {Webhook} webhook Add a new webhook notification if a manifest creation failed with an error.
|
|
32
|
+
* @summary Add 'Manifest Error' Webhook (All Manifests)
|
|
33
|
+
* @param {Webhook} webhook Add a new webhook notification if a manifest creation failed with an error. A maximum number of 5 webhooks is allowed
|
|
34
34
|
* @throws {BitmovinError}
|
|
35
35
|
* @memberof ErrorApi
|
|
36
36
|
*/
|
|
@@ -40,9 +40,9 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
40
40
|
});
|
|
41
41
|
};
|
|
42
42
|
/**
|
|
43
|
-
* @summary Add Manifest Error Webhook Notification (Specific Manifest)
|
|
43
|
+
* @summary Add 'Manifest Error' Webhook Notification (Specific Manifest)
|
|
44
44
|
* @param {string} manifestId Id of the manifest resource
|
|
45
|
-
* @param {Webhook} webhook The webhook notifications object.
|
|
45
|
+
* @param {Webhook} webhook The webhook notifications object. A maximum number of 5 webhooks per Manifest is allowed
|
|
46
46
|
* @throws {BitmovinError}
|
|
47
47
|
* @memberof ErrorApi
|
|
48
48
|
*/
|
|
@@ -55,7 +55,7 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
55
55
|
});
|
|
56
56
|
};
|
|
57
57
|
/**
|
|
58
|
-
* @summary Delete Manifest Error Webhook
|
|
58
|
+
* @summary Delete 'Manifest Error' Webhook
|
|
59
59
|
* @param {string} notificationId Id of the webhook notification
|
|
60
60
|
* @throws {BitmovinError}
|
|
61
61
|
* @memberof ErrorApi
|
|
@@ -69,7 +69,7 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
69
69
|
});
|
|
70
70
|
};
|
|
71
71
|
/**
|
|
72
|
-
* @summary Replace Manifest Error Webhook Notification
|
|
72
|
+
* @summary Replace 'Manifest Error' Webhook Notification
|
|
73
73
|
* @param {string} notificationId Id of the webhook notification
|
|
74
74
|
* @param {Webhook} webhook The webhook notification with the updated values
|
|
75
75
|
* @throws {BitmovinError}
|
|
@@ -11,16 +11,16 @@ import Webhook from '../../../../../models/Webhook';
|
|
|
11
11
|
export default class FinishedApi extends BaseAPI {
|
|
12
12
|
constructor(configuration: Configuration);
|
|
13
13
|
/**
|
|
14
|
-
* @summary Add Manifest Finished Successfully Webhook (All Manifests)
|
|
15
|
-
* @param {Webhook} webhook Add a new webhook notification if a manifest creation finished successfully.
|
|
14
|
+
* @summary Add 'Manifest Finished Successfully' Webhook (All Manifests)
|
|
15
|
+
* @param {Webhook} webhook Add a new webhook notification if a manifest creation finished successfully. A maximum number of 5 webhooks is allowed
|
|
16
16
|
* @throws {BitmovinError}
|
|
17
17
|
* @memberof FinishedApi
|
|
18
18
|
*/
|
|
19
19
|
create(webhook?: Webhook): Promise<Webhook>;
|
|
20
20
|
/**
|
|
21
|
-
* @summary Add Manifest Finished Successfully Webhook Notification (Specific Manifest)
|
|
21
|
+
* @summary Add 'Manifest Finished Successfully' Webhook Notification (Specific Manifest)
|
|
22
22
|
* @param {string} manifestId Id of the manifest resource
|
|
23
|
-
* @param {Webhook} webhook The webhook notifications object.
|
|
23
|
+
* @param {Webhook} webhook The webhook notifications object. A maximum number of 5 webhooks per Manifest is allowed
|
|
24
24
|
* @throws {BitmovinError}
|
|
25
25
|
* @memberof FinishedApi
|
|
26
26
|
*/
|
|
@@ -29,8 +29,8 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
29
29
|
return _super.call(this, configuration) || this;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
* @summary Add Manifest Finished Successfully Webhook (All Manifests)
|
|
33
|
-
* @param {Webhook} webhook Add a new webhook notification if a manifest creation finished successfully.
|
|
32
|
+
* @summary Add 'Manifest Finished Successfully' Webhook (All Manifests)
|
|
33
|
+
* @param {Webhook} webhook Add a new webhook notification if a manifest creation finished successfully. A maximum number of 5 webhooks is allowed
|
|
34
34
|
* @throws {BitmovinError}
|
|
35
35
|
* @memberof FinishedApi
|
|
36
36
|
*/
|
|
@@ -40,9 +40,9 @@ var FinishedApi = /** @class */ (function (_super) {
|
|
|
40
40
|
});
|
|
41
41
|
};
|
|
42
42
|
/**
|
|
43
|
-
* @summary Add Manifest Finished Successfully Webhook Notification (Specific Manifest)
|
|
43
|
+
* @summary Add 'Manifest Finished Successfully' Webhook Notification (Specific Manifest)
|
|
44
44
|
* @param {string} manifestId Id of the manifest resource
|
|
45
|
-
* @param {Webhook} webhook The webhook notifications object.
|
|
45
|
+
* @param {Webhook} webhook The webhook notifications object. A maximum number of 5 webhooks per Manifest is allowed
|
|
46
46
|
* @throws {BitmovinError}
|
|
47
47
|
* @memberof FinishedApi
|
|
48
48
|
*/
|
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AV1 has a segment based feature that allows the encoder to adaptively change quantization parameter for each segment within a frame
|
|
3
|
-
* @export
|
|
4
|
-
* @enum {string}
|
|
5
|
-
*/
|
|
6
|
-
export declare enum Av1AdaptiveQuantMode {
|
|
7
|
-
OFF = "OFF",
|
|
8
|
-
VARIANCE = "VARIANCE",
|
|
9
|
-
COMPLEXITY = "COMPLEXITY",
|
|
10
|
-
CYCLIC_REFRESH = "CYCLIC_REFRESH",
|
|
11
|
-
DELTA_QUANT = "DELTA_QUANT"
|
|
12
|
-
}
|
|
13
|
-
export default Av1AdaptiveQuantMode;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Av1AdaptiveQuantMode = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* AV1 has a segment based feature that allows the encoder to adaptively change quantization parameter for each segment within a frame
|
|
6
|
-
* @export
|
|
7
|
-
* @enum {string}
|
|
8
|
-
*/
|
|
9
|
-
var Av1AdaptiveQuantMode;
|
|
10
|
-
(function (Av1AdaptiveQuantMode) {
|
|
11
|
-
Av1AdaptiveQuantMode["OFF"] = "OFF";
|
|
12
|
-
Av1AdaptiveQuantMode["VARIANCE"] = "VARIANCE";
|
|
13
|
-
Av1AdaptiveQuantMode["COMPLEXITY"] = "COMPLEXITY";
|
|
14
|
-
Av1AdaptiveQuantMode["CYCLIC_REFRESH"] = "CYCLIC_REFRESH";
|
|
15
|
-
Av1AdaptiveQuantMode["DELTA_QUANT"] = "DELTA_QUANT";
|
|
16
|
-
})(Av1AdaptiveQuantMode = exports.Av1AdaptiveQuantMode || (exports.Av1AdaptiveQuantMode = {}));
|
|
17
|
-
exports.default = Av1AdaptiveQuantMode;
|
|
18
|
-
//# sourceMappingURL=Av1AdaptiveQuantMode.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Av1AdaptiveQuantMode.js","sourceRoot":"","sources":["../../src/models/Av1AdaptiveQuantMode.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,IAAY,oBAMX;AAND,WAAY,oBAAoB;IAC9B,mCAAW,CAAA;IACX,6CAAqB,CAAA;IACrB,iDAAyB,CAAA;IACzB,yDAAiC,CAAA;IACjC,mDAA2B,CAAA;AAC7B,CAAC,EANW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAM/B;AAED,kBAAe,oBAAoB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Specifies whether keyframes should be placed at fixed intervals or the encoder may determine optimal placement automatically
|
|
3
|
-
* @export
|
|
4
|
-
* @enum {string}
|
|
5
|
-
*/
|
|
6
|
-
export declare enum Av1KeyPlacementMode {
|
|
7
|
-
AUTO = "AUTO",
|
|
8
|
-
FIXED = "FIXED",
|
|
9
|
-
DISABLED = "DISABLED"
|
|
10
|
-
}
|
|
11
|
-
export default Av1KeyPlacementMode;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Av1KeyPlacementMode = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Specifies whether keyframes should be placed at fixed intervals or the encoder may determine optimal placement automatically
|
|
6
|
-
* @export
|
|
7
|
-
* @enum {string}
|
|
8
|
-
*/
|
|
9
|
-
var Av1KeyPlacementMode;
|
|
10
|
-
(function (Av1KeyPlacementMode) {
|
|
11
|
-
Av1KeyPlacementMode["AUTO"] = "AUTO";
|
|
12
|
-
Av1KeyPlacementMode["FIXED"] = "FIXED";
|
|
13
|
-
Av1KeyPlacementMode["DISABLED"] = "DISABLED";
|
|
14
|
-
})(Av1KeyPlacementMode = exports.Av1KeyPlacementMode || (exports.Av1KeyPlacementMode = {}));
|
|
15
|
-
exports.default = Av1KeyPlacementMode;
|
|
16
|
-
//# sourceMappingURL=Av1KeyPlacementMode.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Av1KeyPlacementMode.js","sourceRoot":"","sources":["../../src/models/Av1KeyPlacementMode.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC7B,oCAAa,CAAA;IACb,sCAAe,CAAA;IACf,4CAAqB,CAAA;AACvB,CAAC,EAJW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAI9B;AAED,kBAAe,mBAAmB,CAAC"}
|