@axinom/mosaic-messages 0.31.0-rc.0 → 0.31.0-rc.1
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/dist/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.d.ts +3 -0
- package/dist/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.d.ts.map +1 -1
- package/dist/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.js +3 -0
- package/dist/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.js.map +1 -1
- package/dist/generated/schemas/payloads/video/commands/import-custom-video-command.json +301 -0
- package/dist/generated/schemas/payloads/video/commands/index.d.ts +202 -0
- package/dist/generated/schemas/payloads/video/commands/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/video/commands/index.js +3 -1
- package/dist/generated/schemas/payloads/video/commands/index.js.map +1 -1
- package/dist/generated/schemas/payloads/video/events/index.d.ts +58 -0
- package/dist/generated/schemas/payloads/video/events/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/video/events/index.js +5 -1
- package/dist/generated/schemas/payloads/video/events/index.js.map +1 -1
- package/dist/generated/schemas/payloads/video/events/video-encoding-failed-event.json +38 -0
- package/dist/generated/schemas/payloads/video/events/video-encoding-finished-event.json +33 -0
- package/dist/generated/types/payloads/video/commands/import-custom-video-command.d.ts +88 -0
- package/dist/generated/types/payloads/video/commands/import-custom-video-command.d.ts.map +1 -0
- package/dist/generated/types/payloads/video/commands/import-custom-video-command.js +3 -0
- package/dist/generated/types/payloads/video/commands/import-custom-video-command.js.map +1 -0
- package/dist/generated/types/payloads/video/commands/index.d.ts +3 -0
- package/dist/generated/types/payloads/video/commands/index.d.ts.map +1 -1
- package/dist/generated/types/payloads/video/commands/index.js +3 -0
- package/dist/generated/types/payloads/video/commands/index.js.map +1 -1
- package/dist/generated/types/payloads/video/events/index.d.ts +6 -0
- package/dist/generated/types/payloads/video/events/index.d.ts.map +1 -1
- package/dist/generated/types/payloads/video/events/index.js +6 -0
- package/dist/generated/types/payloads/video/events/index.js.map +1 -1
- package/dist/generated/types/payloads/video/events/video-encoding-failed-event.d.ts +22 -0
- package/dist/generated/types/payloads/video/events/video-encoding-failed-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/video/events/video-encoding-failed-event.js +3 -0
- package/dist/generated/types/payloads/video/events/video-encoding-failed-event.js.map +1 -0
- package/dist/generated/types/payloads/video/events/video-encoding-finished-event.d.ts +18 -0
- package/dist/generated/types/payloads/video/events/video-encoding-finished-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/video/events/video-encoding-finished-event.js +3 -0
- package/dist/generated/types/payloads/video/events/video-encoding-finished-event.js.map +1 -0
- package/dist/generated/types/payloads/video/types/custom-video-stream.d.ts +76 -0
- package/dist/generated/types/payloads/video/types/custom-video-stream.d.ts.map +1 -0
- package/dist/generated/types/payloads/video/types/custom-video-stream.js +3 -0
- package/dist/generated/types/payloads/video/types/custom-video-stream.js.map +1 -0
- package/dist/generated/types/payloads/video/types/index.d.ts +1 -0
- package/dist/generated/types/payloads/video/types/index.d.ts.map +1 -1
- package/dist/generated/types/payloads/video/types/index.js +1 -0
- package/dist/generated/types/payloads/video/types/index.js.map +1 -1
- package/package.json +4 -4
- package/src/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.ts +15 -0
- package/src/generated/schemas/payloads/video/commands/import-custom-video-command.json +301 -0
- package/src/generated/schemas/payloads/video/commands/index.ts +2 -0
- package/src/generated/schemas/payloads/video/events/index.ts +4 -0
- package/src/generated/schemas/payloads/video/events/video-encoding-failed-event.json +38 -0
- package/src/generated/schemas/payloads/video/events/video-encoding-finished-event.json +33 -0
- package/src/generated/types/payloads/video/commands/import-custom-video-command.ts +87 -0
- package/src/generated/types/payloads/video/commands/index.ts +3 -0
- package/src/generated/types/payloads/video/events/index.ts +6 -0
- package/src/generated/types/payloads/video/events/video-encoding-failed-event.ts +21 -0
- package/src/generated/types/payloads/video/events/video-encoding-finished-event.ts +17 -0
- package/src/generated/types/payloads/video/types/custom-video-stream.ts +75 -0
- package/src/generated/types/payloads/video/types/index.ts +1 -0
package/dist/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export declare class VideoServiceMultiTenantMessagingSettings extends MultiTenan
|
|
|
7
7
|
static EnsureVideoExists: VideoServiceMultiTenantMessagingSettings;
|
|
8
8
|
static ArchiveVideos: VideoServiceMultiTenantMessagingSettings;
|
|
9
9
|
static UnarchiveVideos: VideoServiceMultiTenantMessagingSettings;
|
|
10
|
+
static ImportCustomVideo: VideoServiceMultiTenantMessagingSettings;
|
|
10
11
|
static CuePointTypesDeclared: VideoServiceMultiTenantMessagingSettings;
|
|
11
12
|
static CuePointTypesDeclareFailed: VideoServiceMultiTenantMessagingSettings;
|
|
12
13
|
static EnsureVideoExistsAlreadyExisted: VideoServiceMultiTenantMessagingSettings;
|
|
@@ -14,6 +15,8 @@ export declare class VideoServiceMultiTenantMessagingSettings extends MultiTenan
|
|
|
14
15
|
static EnsureVideoExistsFailed: VideoServiceMultiTenantMessagingSettings;
|
|
15
16
|
static ArchiveVideosFinished: VideoServiceMultiTenantMessagingSettings;
|
|
16
17
|
static UnarchiveVideosFinished: VideoServiceMultiTenantMessagingSettings;
|
|
18
|
+
static VideoEncodingFinished: VideoServiceMultiTenantMessagingSettings;
|
|
19
|
+
static VideoEncodingFailed: VideoServiceMultiTenantMessagingSettings;
|
|
17
20
|
private constructor();
|
|
18
21
|
toString: () => string;
|
|
19
22
|
}
|
package/dist/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"video-service-multi-tenant-messaging-settings.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AAEvF,qBAAa,wCAAyC,SAAQ,4BAA4B;
|
|
1
|
+
{"version":3,"file":"video-service-multi-tenant-messaging-settings.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AAEvF,qBAAa,wCAAyC,SAAQ,4BAA4B;aAyEtE,WAAW,EAAE,MAAM;aACnB,KAAK,EAAE,MAAM;aACb,UAAU,EAAE,MAAM;IA1EpC,OAAc,oBAAoB,2CAI9B;IACJ,OAAc,iBAAiB,2CAI3B;IACJ,OAAc,aAAa,2CAIvB;IACJ,OAAc,eAAe,2CAIzB;IACJ,OAAc,iBAAiB,2CAI3B;IACJ,OAAc,qBAAqB,2CAI/B;IACJ,OAAc,0BAA0B,2CAIpC;IACJ,OAAc,+BAA+B,2CAIzC;IACJ,OAAc,gCAAgC,2CAI1C;IACJ,OAAc,uBAAuB,2CAIjC;IACJ,OAAc,qBAAqB,2CAI/B;IACJ,OAAc,uBAAuB,2CAIjC;IACJ,OAAc,qBAAqB,2CAI/B;IACJ,OAAc,mBAAmB,2CAI7B;IAEJ,OAAO;IAQA,QAAQ,QAAO,MAAM,CAE1B;CACH"}
|
package/dist/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.js
CHANGED
|
@@ -17,6 +17,7 @@ VideoServiceMultiTenantMessagingSettings.DeclareCuePointTypes = new VideoService
|
|
|
17
17
|
VideoServiceMultiTenantMessagingSettings.EnsureVideoExists = new VideoServiceMultiTenantMessagingSettings('EnsureVideoExists', 'video:ensure_exists', '*.*.video.ensure_exists');
|
|
18
18
|
VideoServiceMultiTenantMessagingSettings.ArchiveVideos = new VideoServiceMultiTenantMessagingSettings('ArchiveVideos', 'videos:archive', '*.*.videos.archive');
|
|
19
19
|
VideoServiceMultiTenantMessagingSettings.UnarchiveVideos = new VideoServiceMultiTenantMessagingSettings('UnarchiveVideos', 'videos:unarchive', '*.*.videos.unarchive');
|
|
20
|
+
VideoServiceMultiTenantMessagingSettings.ImportCustomVideo = new VideoServiceMultiTenantMessagingSettings('ImportCustomVideo', 'custom_video:import', '*.*.custom_video.import');
|
|
20
21
|
VideoServiceMultiTenantMessagingSettings.CuePointTypesDeclared = new VideoServiceMultiTenantMessagingSettings('CuePointTypesDeclared', 'cue_point_types:declared', '*.*.cue_point_types.declared');
|
|
21
22
|
VideoServiceMultiTenantMessagingSettings.CuePointTypesDeclareFailed = new VideoServiceMultiTenantMessagingSettings('CuePointTypesDeclareFailed', 'cue_point_types:declare_failed', '*.*.cue_point_types.declare_failed');
|
|
22
23
|
VideoServiceMultiTenantMessagingSettings.EnsureVideoExistsAlreadyExisted = new VideoServiceMultiTenantMessagingSettings('EnsureVideoExistsAlreadyExisted', 'video:ensure_exists_already_existed', '*.*.video.ensure_exists_already_existed');
|
|
@@ -24,5 +25,7 @@ VideoServiceMultiTenantMessagingSettings.EnsureVideoExistsCreationStarted = new
|
|
|
24
25
|
VideoServiceMultiTenantMessagingSettings.EnsureVideoExistsFailed = new VideoServiceMultiTenantMessagingSettings('EnsureVideoExistsFailed', 'video:ensure_exists_failed', '*.*.video.ensure_exists_failed');
|
|
25
26
|
VideoServiceMultiTenantMessagingSettings.ArchiveVideosFinished = new VideoServiceMultiTenantMessagingSettings('ArchiveVideosFinished', 'videos:archive_finished', '*.*.videos.archive_finished');
|
|
26
27
|
VideoServiceMultiTenantMessagingSettings.UnarchiveVideosFinished = new VideoServiceMultiTenantMessagingSettings('UnarchiveVideosFinished', 'videos:unarchive_finished', '*.*.videos.unarchive_finished');
|
|
28
|
+
VideoServiceMultiTenantMessagingSettings.VideoEncodingFinished = new VideoServiceMultiTenantMessagingSettings('VideoEncodingFinished', 'video:encoding_finished', '*.*.video.encoding_finished');
|
|
29
|
+
VideoServiceMultiTenantMessagingSettings.VideoEncodingFailed = new VideoServiceMultiTenantMessagingSettings('VideoEncodingFailed', 'video:encoding_failed', '*.*.video.encoding_failed');
|
|
27
30
|
exports.VideoServiceMultiTenantMessagingSettings = VideoServiceMultiTenantMessagingSettings;
|
|
28
31
|
//# sourceMappingURL=video-service-multi-tenant-messaging-settings.js.map
|
package/dist/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"video-service-multi-tenant-messaging-settings.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.ts"],"names":[],"mappings":";;;AAAA,6FAAuF;AAEvF,MAAa,wCAAyC,SAAQ,8DAA4B;
|
|
1
|
+
{"version":3,"file":"video-service-multi-tenant-messaging-settings.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/video/video-service-multi-tenant-messaging-settings.ts"],"names":[],"mappings":";;;AAAA,6FAAuF;AAEvF,MAAa,wCAAyC,SAAQ,8DAA4B;IAwExF,YACkB,WAAmB,EACnB,KAAa,EACb,UAAkB;QAElC,KAAK,CAAC,qBAAqB,EAAE,WAAW,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC;QAJ7C,gBAAW,GAAX,WAAW,CAAQ;QACnB,UAAK,GAAL,KAAK,CAAQ;QACb,eAAU,GAAV,UAAU,CAAQ;QAK7B,aAAQ,GAAG,GAAW,EAAE;YAC7B,OAAO,IAAI,CAAC,WAAW,CAAC;QAC1B,CAAC,CAAC;IAJF,CAAC;;AA7Ea,6DAAoB,GAAG,IAAI,wCAAwC,CAC/E,sBAAsB,EACtB,yBAAyB,EACzB,6BAA6B,CAC5B,AAJ+B,CAI9B;AACU,0DAAiB,GAAG,IAAI,wCAAwC,CAC5E,mBAAmB,EACnB,qBAAqB,EACrB,yBAAyB,CACxB,AAJ4B,CAI3B;AACU,sDAAa,GAAG,IAAI,wCAAwC,CACxE,eAAe,EACf,gBAAgB,EAChB,oBAAoB,CACnB,AAJwB,CAIvB;AACU,wDAAe,GAAG,IAAI,wCAAwC,CAC1E,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,CACrB,AAJ0B,CAIzB;AACU,0DAAiB,GAAG,IAAI,wCAAwC,CAC5E,mBAAmB,EACnB,qBAAqB,EACrB,yBAAyB,CACxB,AAJ4B,CAI3B;AACU,8DAAqB,GAAG,IAAI,wCAAwC,CAChF,uBAAuB,EACvB,0BAA0B,EAC1B,8BAA8B,CAC7B,AAJgC,CAI/B;AACU,mEAA0B,GAAG,IAAI,wCAAwC,CACrF,4BAA4B,EAC5B,gCAAgC,EAChC,oCAAoC,CACnC,AAJqC,CAIpC;AACU,wEAA+B,GAAG,IAAI,wCAAwC,CAC1F,iCAAiC,EACjC,qCAAqC,EACrC,yCAAyC,CACxC,AAJ0C,CAIzC;AACU,yEAAgC,GAAG,IAAI,wCAAwC,CAC3F,kCAAkC,EAClC,sCAAsC,EACtC,0CAA0C,CACzC,AAJ2C,CAI1C;AACU,gEAAuB,GAAG,IAAI,wCAAwC,CAClF,yBAAyB,EACzB,4BAA4B,EAC5B,gCAAgC,CAC/B,AAJkC,CAIjC;AACU,8DAAqB,GAAG,IAAI,wCAAwC,CAChF,uBAAuB,EACvB,yBAAyB,EACzB,6BAA6B,CAC5B,AAJgC,CAI/B;AACU,gEAAuB,GAAG,IAAI,wCAAwC,CAClF,yBAAyB,EACzB,2BAA2B,EAC3B,+BAA+B,CAC9B,AAJkC,CAIjC;AACU,8DAAqB,GAAG,IAAI,wCAAwC,CAChF,uBAAuB,EACvB,yBAAyB,EACzB,6BAA6B,CAC5B,AAJgC,CAI/B;AACU,4DAAmB,GAAG,IAAI,wCAAwC,CAC9E,qBAAqB,EACrB,uBAAuB,EACvB,2BAA2B,CAC1B,AAJ8B,CAI7B;AAtEO,4FAAwC"}
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "import_custom_video_command",
|
|
5
|
+
"description": "Import custom video command schema.",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"title",
|
|
9
|
+
"source_location"
|
|
10
|
+
],
|
|
11
|
+
"properties": {
|
|
12
|
+
"custom_id": {
|
|
13
|
+
"type": [
|
|
14
|
+
"string",
|
|
15
|
+
"null"
|
|
16
|
+
],
|
|
17
|
+
"description": "An identifier for the custom video."
|
|
18
|
+
},
|
|
19
|
+
"title": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"minLength": 1,
|
|
22
|
+
"pattern": "^$|.*\\S.*",
|
|
23
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
24
|
+
},
|
|
25
|
+
"is_protected": {
|
|
26
|
+
"type": "boolean",
|
|
27
|
+
"description": "Is video DRM-protected or not."
|
|
28
|
+
},
|
|
29
|
+
"source_file_name": {
|
|
30
|
+
"type": [
|
|
31
|
+
"string",
|
|
32
|
+
"null"
|
|
33
|
+
],
|
|
34
|
+
"description": "Source file name of the custom video."
|
|
35
|
+
},
|
|
36
|
+
"source_file_extension": {
|
|
37
|
+
"type": [
|
|
38
|
+
"string",
|
|
39
|
+
"null"
|
|
40
|
+
],
|
|
41
|
+
"description": "Source file extension of the custom video."
|
|
42
|
+
},
|
|
43
|
+
"source_location": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"minLength": 1,
|
|
46
|
+
"pattern": "^$|.*\\S.*",
|
|
47
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
48
|
+
},
|
|
49
|
+
"source_size_in_bytes": {
|
|
50
|
+
"type": [
|
|
51
|
+
"number",
|
|
52
|
+
"null"
|
|
53
|
+
],
|
|
54
|
+
"description": "The combined size of all source video, audio, and subtitle files."
|
|
55
|
+
},
|
|
56
|
+
"audio_languages": {
|
|
57
|
+
"type": "array",
|
|
58
|
+
"description": "An array of audio language values.",
|
|
59
|
+
"uniqueItems": true,
|
|
60
|
+
"additionalItems": false,
|
|
61
|
+
"items": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "An audio language value."
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"subtitle_languages": {
|
|
67
|
+
"type": "array",
|
|
68
|
+
"description": "An array of subtitle language values.",
|
|
69
|
+
"uniqueItems": true,
|
|
70
|
+
"additionalItems": false,
|
|
71
|
+
"items": {
|
|
72
|
+
"type": "string",
|
|
73
|
+
"description": "A subtitle language value."
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"caption_languages": {
|
|
77
|
+
"type": "array",
|
|
78
|
+
"description": "An array of closed caption language values.",
|
|
79
|
+
"uniqueItems": true,
|
|
80
|
+
"additionalItems": false,
|
|
81
|
+
"items": {
|
|
82
|
+
"type": "string",
|
|
83
|
+
"description": "A closed caption language value."
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"video_bitrates": {
|
|
87
|
+
"type": "array",
|
|
88
|
+
"description": "An array of video bitrate values.",
|
|
89
|
+
"uniqueItems": true,
|
|
90
|
+
"additionalItems": false,
|
|
91
|
+
"items": {
|
|
92
|
+
"type": "number",
|
|
93
|
+
"description": "A video bitrate value in kilobits per second."
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"hls_size_in_bytes": {
|
|
97
|
+
"type": [
|
|
98
|
+
"number",
|
|
99
|
+
"null"
|
|
100
|
+
],
|
|
101
|
+
"description": "HLS output size in bytes."
|
|
102
|
+
},
|
|
103
|
+
"dash_size_in_bytes": {
|
|
104
|
+
"type": [
|
|
105
|
+
"number",
|
|
106
|
+
"null"
|
|
107
|
+
],
|
|
108
|
+
"description": "DASH output size in bytes."
|
|
109
|
+
},
|
|
110
|
+
"cmaf_size_in_bytes": {
|
|
111
|
+
"type": [
|
|
112
|
+
"number",
|
|
113
|
+
"null"
|
|
114
|
+
],
|
|
115
|
+
"description": "CMAF output size in bytes."
|
|
116
|
+
},
|
|
117
|
+
"hls_manifest_path": {
|
|
118
|
+
"type": [
|
|
119
|
+
"string",
|
|
120
|
+
"null"
|
|
121
|
+
],
|
|
122
|
+
"description": "Path to the HLS manifest in the output storage."
|
|
123
|
+
},
|
|
124
|
+
"dash_manifest_path": {
|
|
125
|
+
"type": [
|
|
126
|
+
"string",
|
|
127
|
+
"null"
|
|
128
|
+
],
|
|
129
|
+
"description": "Path to the DASH manifest in the output storage."
|
|
130
|
+
},
|
|
131
|
+
"length_in_seconds": {
|
|
132
|
+
"type": [
|
|
133
|
+
"number",
|
|
134
|
+
"null"
|
|
135
|
+
],
|
|
136
|
+
"description": "Video length in seconds."
|
|
137
|
+
},
|
|
138
|
+
"finished_date": {
|
|
139
|
+
"type": [
|
|
140
|
+
"string",
|
|
141
|
+
"null"
|
|
142
|
+
],
|
|
143
|
+
"description": "ISO 8601 Datetime when the encoding finished."
|
|
144
|
+
},
|
|
145
|
+
"output_format": {
|
|
146
|
+
"type": "string",
|
|
147
|
+
"title": "output_format",
|
|
148
|
+
"enum": [
|
|
149
|
+
"HLS",
|
|
150
|
+
"DASH",
|
|
151
|
+
"DASH_HLS",
|
|
152
|
+
"CMAF",
|
|
153
|
+
"DASH_ON_DEMAND"
|
|
154
|
+
],
|
|
155
|
+
"description": "Output format."
|
|
156
|
+
},
|
|
157
|
+
"video_streams": {
|
|
158
|
+
"type": "array",
|
|
159
|
+
"description": "An array of video stream objects.",
|
|
160
|
+
"additionalItems": false,
|
|
161
|
+
"items": {
|
|
162
|
+
"type": "object",
|
|
163
|
+
"title": "custom_video_stream",
|
|
164
|
+
"description": "Information about a video stream.",
|
|
165
|
+
"additionalProperties": false,
|
|
166
|
+
"required": [
|
|
167
|
+
"label",
|
|
168
|
+
"format",
|
|
169
|
+
"type"
|
|
170
|
+
],
|
|
171
|
+
"properties": {
|
|
172
|
+
"label": {
|
|
173
|
+
"type": "string",
|
|
174
|
+
"description": "Stream label for grouping streams by the same quality level: audio, sd, hd, uhd1, uhd2."
|
|
175
|
+
},
|
|
176
|
+
"format": {
|
|
177
|
+
"type": "string",
|
|
178
|
+
"title": "output_format",
|
|
179
|
+
"enum": [
|
|
180
|
+
"HLS",
|
|
181
|
+
"DASH",
|
|
182
|
+
"DASH_HLS",
|
|
183
|
+
"CMAF",
|
|
184
|
+
"DASH_ON_DEMAND"
|
|
185
|
+
],
|
|
186
|
+
"description": "Output format."
|
|
187
|
+
},
|
|
188
|
+
"type": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"title": "video_stream_type",
|
|
191
|
+
"enum": [
|
|
192
|
+
"VIDEO",
|
|
193
|
+
"AUDIO",
|
|
194
|
+
"SUBTITLE",
|
|
195
|
+
"CLOSED_CAPTION"
|
|
196
|
+
],
|
|
197
|
+
"description": "Stream type"
|
|
198
|
+
},
|
|
199
|
+
"file": {
|
|
200
|
+
"type": [
|
|
201
|
+
"string",
|
|
202
|
+
"null"
|
|
203
|
+
],
|
|
204
|
+
"description": "File path to the initialization segment."
|
|
205
|
+
},
|
|
206
|
+
"key_id": {
|
|
207
|
+
"type": [
|
|
208
|
+
"string",
|
|
209
|
+
"null"
|
|
210
|
+
],
|
|
211
|
+
"description": "Key ID."
|
|
212
|
+
},
|
|
213
|
+
"iv": {
|
|
214
|
+
"type": [
|
|
215
|
+
"string",
|
|
216
|
+
"null"
|
|
217
|
+
],
|
|
218
|
+
"description": "IV."
|
|
219
|
+
},
|
|
220
|
+
"bitrate_in_kbps": {
|
|
221
|
+
"type": [
|
|
222
|
+
"number",
|
|
223
|
+
"null"
|
|
224
|
+
],
|
|
225
|
+
"description": "Bitrate in kilobits per second."
|
|
226
|
+
},
|
|
227
|
+
"file_template": {
|
|
228
|
+
"type": [
|
|
229
|
+
"string",
|
|
230
|
+
"null"
|
|
231
|
+
],
|
|
232
|
+
"description": "File Template."
|
|
233
|
+
},
|
|
234
|
+
"codecs": {
|
|
235
|
+
"type": [
|
|
236
|
+
"string",
|
|
237
|
+
"null"
|
|
238
|
+
],
|
|
239
|
+
"description": "The used codec like H.264 (AVC), H.265 (HEVC), AAC, ..."
|
|
240
|
+
},
|
|
241
|
+
"frame_rate": {
|
|
242
|
+
"type": [
|
|
243
|
+
"number",
|
|
244
|
+
"null"
|
|
245
|
+
],
|
|
246
|
+
"description": "Frames per second of the video stream."
|
|
247
|
+
},
|
|
248
|
+
"height": {
|
|
249
|
+
"type": [
|
|
250
|
+
"integer",
|
|
251
|
+
"null"
|
|
252
|
+
],
|
|
253
|
+
"description": "Height in pixels of the video stream."
|
|
254
|
+
},
|
|
255
|
+
"width": {
|
|
256
|
+
"type": [
|
|
257
|
+
"integer",
|
|
258
|
+
"null"
|
|
259
|
+
],
|
|
260
|
+
"description": "Width in pixels of the video stream."
|
|
261
|
+
},
|
|
262
|
+
"display_aspect_ratio": {
|
|
263
|
+
"type": [
|
|
264
|
+
"string",
|
|
265
|
+
"null"
|
|
266
|
+
],
|
|
267
|
+
"description": "The proportional relationship between the width and the height of how to display the video like 16:9, 4:3, 3:2, ..."
|
|
268
|
+
},
|
|
269
|
+
"pixel_aspect_ratio": {
|
|
270
|
+
"type": [
|
|
271
|
+
"string",
|
|
272
|
+
"null"
|
|
273
|
+
],
|
|
274
|
+
"description": "This ratio describes how the width of a pixel compares to the height of that pixel e.g. 1:1. But pixels are not always square."
|
|
275
|
+
},
|
|
276
|
+
"sampling_rate": {
|
|
277
|
+
"type": [
|
|
278
|
+
"integer",
|
|
279
|
+
"null"
|
|
280
|
+
],
|
|
281
|
+
"description": "The average number of samples in one second for audio streams."
|
|
282
|
+
},
|
|
283
|
+
"language_code": {
|
|
284
|
+
"type": [
|
|
285
|
+
"string",
|
|
286
|
+
"null"
|
|
287
|
+
],
|
|
288
|
+
"description": "Language code for for audio, subtitle, or caption streams."
|
|
289
|
+
},
|
|
290
|
+
"language_name": {
|
|
291
|
+
"type": [
|
|
292
|
+
"string",
|
|
293
|
+
"null"
|
|
294
|
+
],
|
|
295
|
+
"description": "Language name for audio, subtitle, or caption streams."
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
}
|
|
@@ -96,6 +96,208 @@ export declare const EnsureVideoExistsCommandSchema: {
|
|
|
96
96
|
};
|
|
97
97
|
};
|
|
98
98
|
};
|
|
99
|
+
export declare const ImportCustomVideoCommandSchema: {
|
|
100
|
+
$schema: string;
|
|
101
|
+
type: string;
|
|
102
|
+
title: string;
|
|
103
|
+
description: string;
|
|
104
|
+
additionalProperties: boolean;
|
|
105
|
+
required: string[];
|
|
106
|
+
properties: {
|
|
107
|
+
custom_id: {
|
|
108
|
+
type: string[];
|
|
109
|
+
description: string;
|
|
110
|
+
};
|
|
111
|
+
title: {
|
|
112
|
+
type: string;
|
|
113
|
+
minLength: number;
|
|
114
|
+
pattern: string;
|
|
115
|
+
description: string;
|
|
116
|
+
};
|
|
117
|
+
is_protected: {
|
|
118
|
+
type: string;
|
|
119
|
+
description: string;
|
|
120
|
+
};
|
|
121
|
+
source_file_name: {
|
|
122
|
+
type: string[];
|
|
123
|
+
description: string;
|
|
124
|
+
};
|
|
125
|
+
source_file_extension: {
|
|
126
|
+
type: string[];
|
|
127
|
+
description: string;
|
|
128
|
+
};
|
|
129
|
+
source_location: {
|
|
130
|
+
type: string;
|
|
131
|
+
minLength: number;
|
|
132
|
+
pattern: string;
|
|
133
|
+
description: string;
|
|
134
|
+
};
|
|
135
|
+
source_size_in_bytes: {
|
|
136
|
+
type: string[];
|
|
137
|
+
description: string;
|
|
138
|
+
};
|
|
139
|
+
audio_languages: {
|
|
140
|
+
type: string;
|
|
141
|
+
description: string;
|
|
142
|
+
uniqueItems: boolean;
|
|
143
|
+
additionalItems: boolean;
|
|
144
|
+
items: {
|
|
145
|
+
type: string;
|
|
146
|
+
description: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
subtitle_languages: {
|
|
150
|
+
type: string;
|
|
151
|
+
description: string;
|
|
152
|
+
uniqueItems: boolean;
|
|
153
|
+
additionalItems: boolean;
|
|
154
|
+
items: {
|
|
155
|
+
type: string;
|
|
156
|
+
description: string;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
caption_languages: {
|
|
160
|
+
type: string;
|
|
161
|
+
description: string;
|
|
162
|
+
uniqueItems: boolean;
|
|
163
|
+
additionalItems: boolean;
|
|
164
|
+
items: {
|
|
165
|
+
type: string;
|
|
166
|
+
description: string;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
video_bitrates: {
|
|
170
|
+
type: string;
|
|
171
|
+
description: string;
|
|
172
|
+
uniqueItems: boolean;
|
|
173
|
+
additionalItems: boolean;
|
|
174
|
+
items: {
|
|
175
|
+
type: string;
|
|
176
|
+
description: string;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
hls_size_in_bytes: {
|
|
180
|
+
type: string[];
|
|
181
|
+
description: string;
|
|
182
|
+
};
|
|
183
|
+
dash_size_in_bytes: {
|
|
184
|
+
type: string[];
|
|
185
|
+
description: string;
|
|
186
|
+
};
|
|
187
|
+
cmaf_size_in_bytes: {
|
|
188
|
+
type: string[];
|
|
189
|
+
description: string;
|
|
190
|
+
};
|
|
191
|
+
hls_manifest_path: {
|
|
192
|
+
type: string[];
|
|
193
|
+
description: string;
|
|
194
|
+
};
|
|
195
|
+
dash_manifest_path: {
|
|
196
|
+
type: string[];
|
|
197
|
+
description: string;
|
|
198
|
+
};
|
|
199
|
+
length_in_seconds: {
|
|
200
|
+
type: string[];
|
|
201
|
+
description: string;
|
|
202
|
+
};
|
|
203
|
+
finished_date: {
|
|
204
|
+
type: string[];
|
|
205
|
+
description: string;
|
|
206
|
+
};
|
|
207
|
+
output_format: {
|
|
208
|
+
type: string;
|
|
209
|
+
title: string;
|
|
210
|
+
enum: string[];
|
|
211
|
+
description: string;
|
|
212
|
+
};
|
|
213
|
+
video_streams: {
|
|
214
|
+
type: string;
|
|
215
|
+
description: string;
|
|
216
|
+
additionalItems: boolean;
|
|
217
|
+
items: {
|
|
218
|
+
type: string;
|
|
219
|
+
title: string;
|
|
220
|
+
description: string;
|
|
221
|
+
additionalProperties: boolean;
|
|
222
|
+
required: string[];
|
|
223
|
+
properties: {
|
|
224
|
+
label: {
|
|
225
|
+
type: string;
|
|
226
|
+
description: string;
|
|
227
|
+
};
|
|
228
|
+
format: {
|
|
229
|
+
type: string;
|
|
230
|
+
title: string;
|
|
231
|
+
enum: string[];
|
|
232
|
+
description: string;
|
|
233
|
+
};
|
|
234
|
+
type: {
|
|
235
|
+
type: string;
|
|
236
|
+
title: string;
|
|
237
|
+
enum: string[];
|
|
238
|
+
description: string;
|
|
239
|
+
};
|
|
240
|
+
file: {
|
|
241
|
+
type: string[];
|
|
242
|
+
description: string;
|
|
243
|
+
};
|
|
244
|
+
key_id: {
|
|
245
|
+
type: string[];
|
|
246
|
+
description: string;
|
|
247
|
+
};
|
|
248
|
+
iv: {
|
|
249
|
+
type: string[];
|
|
250
|
+
description: string;
|
|
251
|
+
};
|
|
252
|
+
bitrate_in_kbps: {
|
|
253
|
+
type: string[];
|
|
254
|
+
description: string;
|
|
255
|
+
};
|
|
256
|
+
file_template: {
|
|
257
|
+
type: string[];
|
|
258
|
+
description: string;
|
|
259
|
+
};
|
|
260
|
+
codecs: {
|
|
261
|
+
type: string[];
|
|
262
|
+
description: string;
|
|
263
|
+
};
|
|
264
|
+
frame_rate: {
|
|
265
|
+
type: string[];
|
|
266
|
+
description: string;
|
|
267
|
+
};
|
|
268
|
+
height: {
|
|
269
|
+
type: string[];
|
|
270
|
+
description: string;
|
|
271
|
+
};
|
|
272
|
+
width: {
|
|
273
|
+
type: string[];
|
|
274
|
+
description: string;
|
|
275
|
+
};
|
|
276
|
+
display_aspect_ratio: {
|
|
277
|
+
type: string[];
|
|
278
|
+
description: string;
|
|
279
|
+
};
|
|
280
|
+
pixel_aspect_ratio: {
|
|
281
|
+
type: string[];
|
|
282
|
+
description: string;
|
|
283
|
+
};
|
|
284
|
+
sampling_rate: {
|
|
285
|
+
type: string[];
|
|
286
|
+
description: string;
|
|
287
|
+
};
|
|
288
|
+
language_code: {
|
|
289
|
+
type: string[];
|
|
290
|
+
description: string;
|
|
291
|
+
};
|
|
292
|
+
language_name: {
|
|
293
|
+
type: string[];
|
|
294
|
+
description: string;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
};
|
|
99
301
|
export declare const UnarchiveVideosCommandSchema: {
|
|
100
302
|
$schema: string;
|
|
101
303
|
type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/video/commands/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/video/commands/index.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;CAAuB,CAAC;AAC/D,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AACnE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC"}
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VideoServiceEnableCommandSchema = exports.VideoServiceDisableCommandSchema = exports.UnarchiveVideosCommandSchema = exports.EnsureVideoExistsCommandSchema = exports.DeclareCuePointTypesCommandSchema = exports.ArchiveVideosCommandSchema = void 0;
|
|
3
|
+
exports.VideoServiceEnableCommandSchema = exports.VideoServiceDisableCommandSchema = exports.UnarchiveVideosCommandSchema = exports.ImportCustomVideoCommandSchema = exports.EnsureVideoExistsCommandSchema = exports.DeclareCuePointTypesCommandSchema = exports.ArchiveVideosCommandSchema = void 0;
|
|
4
4
|
const ArchiveVideosCommand = require("./archive-videos-command.json");
|
|
5
5
|
const DeclareCuePointTypesCommand = require("./declare-cue-point-types-command.json");
|
|
6
6
|
const EnsureVideoExistsCommand = require("./ensure-video-exists-command.json");
|
|
7
|
+
const ImportCustomVideoCommand = require("./import-custom-video-command.json");
|
|
7
8
|
const UnarchiveVideosCommand = require("./unarchive-videos-command.json");
|
|
8
9
|
const VideoServiceDisableCommand = require("./video-service-disable-command.json");
|
|
9
10
|
const VideoServiceEnableCommand = require("./video-service-enable-command.json");
|
|
10
11
|
exports.ArchiveVideosCommandSchema = ArchiveVideosCommand;
|
|
11
12
|
exports.DeclareCuePointTypesCommandSchema = DeclareCuePointTypesCommand;
|
|
12
13
|
exports.EnsureVideoExistsCommandSchema = EnsureVideoExistsCommand;
|
|
14
|
+
exports.ImportCustomVideoCommandSchema = ImportCustomVideoCommand;
|
|
13
15
|
exports.UnarchiveVideosCommandSchema = UnarchiveVideosCommand;
|
|
14
16
|
exports.VideoServiceDisableCommandSchema = VideoServiceDisableCommand;
|
|
15
17
|
exports.VideoServiceEnableCommandSchema = VideoServiceEnableCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/video/commands/index.ts"],"names":[],"mappings":";;;AAAA,sEAAsE;AACtE,sFAAsF;AACtF,+EAA+E;AAC/E,0EAA0E;AAC1E,mFAAmF;AACnF,iFAAiF;AAEpE,QAAA,0BAA0B,GAAG,oBAAoB,CAAC;AAClD,QAAA,iCAAiC,GAAG,2BAA2B,CAAC;AAChE,QAAA,8BAA8B,GAAG,wBAAwB,CAAC;AAC1D,QAAA,4BAA4B,GAAG,sBAAsB,CAAC;AACtD,QAAA,gCAAgC,GAAG,0BAA0B,CAAC;AAC9D,QAAA,+BAA+B,GAAG,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/video/commands/index.ts"],"names":[],"mappings":";;;AAAA,sEAAsE;AACtE,sFAAsF;AACtF,+EAA+E;AAC/E,+EAA+E;AAC/E,0EAA0E;AAC1E,mFAAmF;AACnF,iFAAiF;AAEpE,QAAA,0BAA0B,GAAG,oBAAoB,CAAC;AAClD,QAAA,iCAAiC,GAAG,2BAA2B,CAAC;AAChE,QAAA,8BAA8B,GAAG,wBAAwB,CAAC;AAC1D,QAAA,8BAA8B,GAAG,wBAAwB,CAAC;AAC1D,QAAA,4BAA4B,GAAG,sBAAsB,CAAC;AACtD,QAAA,gCAAgC,GAAG,0BAA0B,CAAC;AAC9D,QAAA,+BAA+B,GAAG,yBAAyB,CAAC"}
|
|
@@ -272,6 +272,64 @@ export declare const UnarchiveVideosFinishedEventSchema: {
|
|
|
272
272
|
};
|
|
273
273
|
};
|
|
274
274
|
};
|
|
275
|
+
export declare const VideoEncodingFailedEventSchema: {
|
|
276
|
+
$schema: string;
|
|
277
|
+
type: string;
|
|
278
|
+
title: string;
|
|
279
|
+
description: string;
|
|
280
|
+
additionalProperties: boolean;
|
|
281
|
+
required: string[];
|
|
282
|
+
properties: {
|
|
283
|
+
video_id: {
|
|
284
|
+
type: string;
|
|
285
|
+
minLength: number;
|
|
286
|
+
maxLength: number;
|
|
287
|
+
format: string;
|
|
288
|
+
description: string;
|
|
289
|
+
};
|
|
290
|
+
custom_id: {
|
|
291
|
+
type: string[];
|
|
292
|
+
description: string;
|
|
293
|
+
};
|
|
294
|
+
source_location: {
|
|
295
|
+
type: string;
|
|
296
|
+
minLength: number;
|
|
297
|
+
pattern: string;
|
|
298
|
+
description: string;
|
|
299
|
+
};
|
|
300
|
+
message: {
|
|
301
|
+
type: string;
|
|
302
|
+
description: string;
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
export declare const VideoEncodingFinishedEventSchema: {
|
|
307
|
+
$schema: string;
|
|
308
|
+
type: string;
|
|
309
|
+
title: string;
|
|
310
|
+
description: string;
|
|
311
|
+
additionalProperties: boolean;
|
|
312
|
+
required: string[];
|
|
313
|
+
properties: {
|
|
314
|
+
video_id: {
|
|
315
|
+
type: string;
|
|
316
|
+
minLength: number;
|
|
317
|
+
maxLength: number;
|
|
318
|
+
format: string;
|
|
319
|
+
description: string;
|
|
320
|
+
};
|
|
321
|
+
custom_id: {
|
|
322
|
+
type: string[];
|
|
323
|
+
description: string;
|
|
324
|
+
};
|
|
325
|
+
source_location: {
|
|
326
|
+
type: string;
|
|
327
|
+
minLength: number;
|
|
328
|
+
pattern: string;
|
|
329
|
+
description: string;
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
};
|
|
275
333
|
export declare const VideoServiceDisableFailedEventSchema: {
|
|
276
334
|
$schema: string;
|
|
277
335
|
type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/video/events/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/video/events/index.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AACrF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC;AAC/F,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AACjG,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC"}
|