@bitmovin/api-sdk 1.91.0 → 1.95.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/analytics/licenses/LicensesApi.d.ts +2 -3
- package/dist/analytics/licenses/LicensesApi.js +3 -3
- package/dist/analytics/licenses/LicensesApi.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.js +325 -240
- 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/AdaptationSet.d.ts +7 -0
- package/dist/models/AdaptationSet.js +2 -0
- package/dist/models/AdaptationSet.js.map +1 -1
- package/dist/models/AnalyticsLicense.d.ts +73 -18
- package/dist/models/AnalyticsLicense.js +22 -30
- package/dist/models/AnalyticsLicense.js.map +1 -1
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +12 -0
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js +2 -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 -3
- package/dist/models/index.js +3 -3
- 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/AnalyticsLicenseUpdateRequest.d.ts +0 -30
- package/dist/models/AnalyticsLicenseUpdateRequest.js +0 -24
- package/dist/models/AnalyticsLicenseUpdateRequest.js.map +0 -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
package/dist/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0DAAwC;AACxC,qDAAmC;AACnC,sDAAoC;AACpC,wDAAsC;AACtC,0DAAwC;AACxC,qDAAmC;AACnC,kDAAgC;AAChC,kDAAgC;AAChC,uDAAqC;AACrC,wCAAsB;AACtB,6CAA2B;AAC3B,kDAAgC;AAChC,8DAA4C;AAC5C,yDAAuC;AACvC,+DAA6C;AAC7C,8DAA4C;AAC5C,iEAA+C;AAC/C,2DAAyC;AACzC,iEAA+C;AAC/C,wEAAsD;AACtD,wDAAsC;AACtC,8DAA4C;AAC5C,qEAAmD;AACnD,+DAA6C;AAC7C,kEAAgD;AAChD,+DAA6C;AAC7C,iEAA+C;AAC/C,8DAA4C;AAC5C,4DAA0C;AAC1C,sEAAoD;AACpD,4DAA0C;AAC1C,kEAAgD;AAChD,+DAA6C;AAC7C,oEAAkD;AAClD,kDAAgC;AAChC,sDAAoC;AACpC,sDAAoC;AACpC,qDAAmC;AACnC,wDAAsC;AACtC,oDAAkC;AAClC,0DAAwC;AACxC,qDAAmC;AACnC,0DAAwC;AACxC,2DAAyC;AACzC,4DAA0C;AAC1C,iEAA+C;AAC/C,oEAAkD;AAClD,uDAAqC;AACrC,0EAAwD;AACxD,sEAAoD;AACpD,6DAA2C;AAC3C,yDAAuC;AACvC,yDAAuC;AACvC,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,yDAAuC;AACvC,uDAAqC;AACrC,yDAAuC;AACvC,kEAAgD;AAChD,0DAAwC;AACxC,wDAAsC;AACtC,oEAAkD;AAClD,wDAAsC;AACtC,qEAAmD;AACnD,+DAA6C;AAC7C,sEAAoD;AACpD,yDAAuC;AACvC,6DAA2C;AAC3C,+DAA6C;AAC7C,gEAA8C;AAC9C,8DAA4C;AAC5C,8DAA4C;AAC5C,iEAA+C;AAC/C,sDAAoC;AACpC,0EAAwD;AACxD,iFAA+D;AAC/D,sDAAoC;AACpC,4DAA0C;AAC1C,mEAAiD;AACjD,qDAAmC;AACnC,0EAAwD;AACxD,2DAAyC;AACzC,uEAAqD;AACrD,6DAA2C;AAC3C,wDAAsC;AACtC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,22 +16,22 @@ export default class ErrorApi extends BaseAPI {
|
|
|
16
16
|
customdata: CustomdataApi;
|
|
17
17
|
constructor(configuration: Configuration);
|
|
18
18
|
/**
|
|
19
|
-
* @summary Add Encoding Error Webhook
|
|
20
|
-
* @param {Webhook} webhook The Encoding Error Webhook to be added.
|
|
19
|
+
* @summary Add 'Encoding Error' Webhook
|
|
20
|
+
* @param {Webhook} webhook The 'Encoding Error' Webhook to be added. A maximum number of 5 webhooks is allowed
|
|
21
21
|
* @throws {BitmovinError}
|
|
22
22
|
* @memberof ErrorApi
|
|
23
23
|
*/
|
|
24
24
|
create(webhook?: Webhook): Promise<Webhook>;
|
|
25
25
|
/**
|
|
26
|
-
* @summary Add
|
|
26
|
+
* @summary Add Error Webhook for a specific Encoding
|
|
27
27
|
* @param {string} encodingId Id of the encoding
|
|
28
|
-
* @param {Webhook} webhook The Encoding Error Webhook to be added
|
|
28
|
+
* @param {Webhook} webhook The 'Encoding Error' Webhook to be added. A maximum number of 5 webhooks per Encoding is allowed
|
|
29
29
|
* @throws {BitmovinError}
|
|
30
30
|
* @memberof ErrorApi
|
|
31
31
|
*/
|
|
32
32
|
createByEncodingId(encodingId: string, webhook?: Webhook): Promise<Webhook>;
|
|
33
33
|
/**
|
|
34
|
-
* @summary Delete Encoding Error Webhook for specific Encoding
|
|
34
|
+
* @summary Delete 'Encoding 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 ErrorApi extends BaseAPI {
|
|
|
39
39
|
*/
|
|
40
40
|
deleteByEncodingIdAndWebhookId(encodingId: string, webhookId: string): Promise<BitmovinResponse>;
|
|
41
41
|
/**
|
|
42
|
-
* @summary Delete Encoding Error Webhook
|
|
42
|
+
* @summary Delete 'Encoding Error' Webhook
|
|
43
43
|
* @param {string} webhookId Id of the webhook
|
|
44
44
|
* @throws {BitmovinError}
|
|
45
45
|
* @memberof ErrorApi
|
|
46
46
|
*/
|
|
47
47
|
deleteByWebhookId(webhookId: string): Promise<BitmovinResponse>;
|
|
48
48
|
/**
|
|
49
|
-
* @summary Encoding Error Webhook Details for specific Encoding
|
|
49
|
+
* @summary 'Encoding 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 ErrorApi extends BaseAPI {
|
|
|
54
54
|
*/
|
|
55
55
|
getByEncodingIdAndWebhookId(encodingId: string, webhookId: string): Promise<Webhook>;
|
|
56
56
|
/**
|
|
57
|
-
* @summary Encoding Error Webhook Details
|
|
57
|
+
* @summary 'Encoding Error' Webhook Details
|
|
58
58
|
* @param {string} webhookId Id of the webhook
|
|
59
59
|
* @throws {BitmovinError}
|
|
60
60
|
* @memberof ErrorApi
|
|
61
61
|
*/
|
|
62
62
|
getByWebhookId(webhookId: string): Promise<Webhook>;
|
|
63
63
|
/**
|
|
64
|
-
* @summary List Encoding Error Webhooks
|
|
64
|
+
* @summary List 'Encoding Error' Webhooks
|
|
65
65
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
66
66
|
* @throws {BitmovinError}
|
|
67
67
|
* @memberof ErrorApi
|
|
68
68
|
*/
|
|
69
69
|
list(queryParameters?: WebhookListQueryParams | ((q: WebhookListQueryParamsBuilder) => WebhookListQueryParamsBuilder)): Promise<PaginationResponse<Webhook>>;
|
|
70
70
|
/**
|
|
71
|
-
* @summary List Encoding Error Webhooks for specific Encoding
|
|
71
|
+
* @summary List 'Encoding 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 ErrorApi = /** @class */ (function (_super) {
|
|
|
35
35
|
return _this;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
* @summary Add Encoding Error Webhook
|
|
39
|
-
* @param {Webhook} webhook The Encoding Error Webhook to be added.
|
|
38
|
+
* @summary Add 'Encoding Error' Webhook
|
|
39
|
+
* @param {Webhook} webhook The 'Encoding Error' Webhook to be added. A maximum number of 5 webhooks is allowed
|
|
40
40
|
* @throws {BitmovinError}
|
|
41
41
|
* @memberof ErrorApi
|
|
42
42
|
*/
|
|
@@ -46,9 +46,9 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
46
46
|
});
|
|
47
47
|
};
|
|
48
48
|
/**
|
|
49
|
-
* @summary Add
|
|
49
|
+
* @summary Add Error Webhook for a specific Encoding
|
|
50
50
|
* @param {string} encodingId Id of the encoding
|
|
51
|
-
* @param {Webhook} webhook The Encoding Error Webhook to be added
|
|
51
|
+
* @param {Webhook} webhook The 'Encoding Error' Webhook to be added. A maximum number of 5 webhooks per Encoding is allowed
|
|
52
52
|
* @throws {BitmovinError}
|
|
53
53
|
* @memberof ErrorApi
|
|
54
54
|
*/
|
|
@@ -61,7 +61,7 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
61
61
|
});
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
|
-
* @summary Delete Encoding Error Webhook for specific Encoding
|
|
64
|
+
* @summary Delete 'Encoding 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 ErrorApi = /** @class */ (function (_super) {
|
|
|
77
77
|
});
|
|
78
78
|
};
|
|
79
79
|
/**
|
|
80
|
-
* @summary Delete Encoding Error Webhook
|
|
80
|
+
* @summary Delete 'Encoding Error' Webhook
|
|
81
81
|
* @param {string} webhookId Id of the webhook
|
|
82
82
|
* @throws {BitmovinError}
|
|
83
83
|
* @memberof ErrorApi
|
|
@@ -91,7 +91,7 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
91
91
|
});
|
|
92
92
|
};
|
|
93
93
|
/**
|
|
94
|
-
* @summary Encoding Error Webhook Details for specific Encoding
|
|
94
|
+
* @summary 'Encoding 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 ErrorApi = /** @class */ (function (_super) {
|
|
|
107
107
|
});
|
|
108
108
|
};
|
|
109
109
|
/**
|
|
110
|
-
* @summary Encoding Error Webhook Details
|
|
110
|
+
* @summary 'Encoding Error' Webhook Details
|
|
111
111
|
* @param {string} webhookId Id of the webhook
|
|
112
112
|
* @throws {BitmovinError}
|
|
113
113
|
* @memberof ErrorApi
|
|
@@ -121,7 +121,7 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
121
121
|
});
|
|
122
122
|
};
|
|
123
123
|
/**
|
|
124
|
-
* @summary List Encoding Error Webhooks
|
|
124
|
+
* @summary List 'Encoding Error' Webhooks
|
|
125
125
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
126
126
|
* @throws {BitmovinError}
|
|
127
127
|
* @memberof ErrorApi
|
|
@@ -139,7 +139,7 @@ var ErrorApi = /** @class */ (function (_super) {
|
|
|
139
139
|
});
|
|
140
140
|
};
|
|
141
141
|
/**
|
|
142
|
-
* @summary List Encoding Error Webhooks for specific Encoding
|
|
142
|
+
* @summary List 'Encoding 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}
|
|
@@ -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 Error Webhook Custom Data for specific Encoding
|
|
13
|
+
* @summary 'Encoding 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 Error Webhook Custom Data
|
|
21
|
+
* @summary 'Encoding Error' 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 Error Webhook Custom Data for specific Encoding
|
|
31
|
+
* @summary 'Encoding 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 Error Webhook Custom Data
|
|
47
|
+
* @summary 'Encoding Error' 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 FinishedApi extends BaseAPI {
|
|
|
16
16
|
customdata: CustomdataApi;
|
|
17
17
|
constructor(configuration: Configuration);
|
|
18
18
|
/**
|
|
19
|
-
* @summary Add Encoding Finished Webhook
|
|
20
|
-
* @param {Webhook} webhook The Encoding Finished Webhook to be added.
|
|
19
|
+
* @summary Add 'Encoding Finished' Webhook
|
|
20
|
+
* @param {Webhook} webhook The 'Encoding Finished' Webhook to be added. A maximum number of 5 webhooks is allowed
|
|
21
21
|
* @throws {BitmovinError}
|
|
22
22
|
* @memberof FinishedApi
|
|
23
23
|
*/
|
|
24
24
|
create(webhook?: Webhook): Promise<Webhook>;
|
|
25
25
|
/**
|
|
26
|
-
* @summary Add Encoding Finished Webhook for specific Encoding
|
|
26
|
+
* @summary Add 'Encoding Finished' Webhook for a specific Encoding
|
|
27
27
|
* @param {string} encodingId Id of the encoding
|
|
28
|
-
* @param {Webhook} webhook The Encoding Finished Webhook to be added.
|
|
28
|
+
* @param {Webhook} webhook The 'Encoding Finished' Webhook to be added. A maximum number of 5 webhooks per Encoding is allowed
|
|
29
29
|
* @throws {BitmovinError}
|
|
30
30
|
* @memberof FinishedApi
|
|
31
31
|
*/
|
|
32
32
|
createByEncodingId(encodingId: string, webhook?: Webhook): Promise<Webhook>;
|
|
33
33
|
/**
|
|
34
|
-
* @summary Delete Encoding Finished Webhook for specific Encoding
|
|
34
|
+
* @summary Delete 'Encoding Finished' 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 FinishedApi extends BaseAPI {
|
|
|
39
39
|
*/
|
|
40
40
|
deleteByEncodingIdAndWebhookId(encodingId: string, webhookId: string): Promise<BitmovinResponse>;
|
|
41
41
|
/**
|
|
42
|
-
* @summary Delete Encoding Finished Webhook
|
|
42
|
+
* @summary Delete 'Encoding Finished' Webhook
|
|
43
43
|
* @param {string} webhookId Id of the webhook
|
|
44
44
|
* @throws {BitmovinError}
|
|
45
45
|
* @memberof FinishedApi
|
|
46
46
|
*/
|
|
47
47
|
deleteByWebhookId(webhookId: string): Promise<BitmovinResponse>;
|
|
48
48
|
/**
|
|
49
|
-
* @summary Encoding Finished Webhook Details for specific Encoding
|
|
49
|
+
* @summary 'Encoding Finished' 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 FinishedApi extends BaseAPI {
|
|
|
54
54
|
*/
|
|
55
55
|
getByEncodingIdAndWebhookId(encodingId: string, webhookId: string): Promise<Webhook>;
|
|
56
56
|
/**
|
|
57
|
-
* @summary Encoding Finished Webhook Details
|
|
57
|
+
* @summary 'Encoding Finished' Webhook Details
|
|
58
58
|
* @param {string} webhookId Id of the webhook
|
|
59
59
|
* @throws {BitmovinError}
|
|
60
60
|
* @memberof FinishedApi
|
|
61
61
|
*/
|
|
62
62
|
getByWebhookId(webhookId: string): Promise<Webhook>;
|
|
63
63
|
/**
|
|
64
|
-
* @summary List Encoding Finished Webhooks
|
|
64
|
+
* @summary List 'Encoding Finished' Webhooks
|
|
65
65
|
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
66
66
|
* @throws {BitmovinError}
|
|
67
67
|
* @memberof FinishedApi
|
|
68
68
|
*/
|
|
69
69
|
list(queryParameters?: WebhookListQueryParams | ((q: WebhookListQueryParamsBuilder) => WebhookListQueryParamsBuilder)): Promise<PaginationResponse<Webhook>>;
|
|
70
70
|
/**
|
|
71
|
-
* @summary List Encoding Finished Webhooks for specific Encoding
|
|
71
|
+
* @summary List 'Encoding Finished' 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 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}
|