@axinom/mosaic-messages 0.52.0-rc.6 → 0.52.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/dist/generated/schemas/payloads/video/commands/register-cue-points-command.json +1 -1
- package/dist/generated/types/payloads/video/commands/register-cue-points-command.d.ts +1 -1
- package/package.json +4 -4
- package/src/generated/schemas/payloads/video/commands/register-cue-points-command.json +1 -1
- package/src/generated/types/payloads/video/commands/register-cue-points-command.ts +1 -1
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"skip_validation": {
|
|
53
53
|
"type": "boolean",
|
|
54
|
-
"description": "If true, the cue point times will not be validated against the video duration."
|
|
54
|
+
"description": "If true, the cue point times will not be validated against the video duration. The default value is `false`."
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -12,7 +12,7 @@ export interface RegisterCuePointsCommand {
|
|
|
12
12
|
*/
|
|
13
13
|
cue_points: CuePoint[];
|
|
14
14
|
/**
|
|
15
|
-
* If true, the cue point times will not be validated against the video duration.
|
|
15
|
+
* If true, the cue point times will not be validated against the video duration. The default value is `false`.
|
|
16
16
|
*/
|
|
17
17
|
skip_validation?: boolean;
|
|
18
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.52.0
|
|
3
|
+
"version": "0.52.0",
|
|
4
4
|
"description": "Shared types for Axinom Mosaic service messages",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@axinom/mosaic-cli": "^0.42.0
|
|
33
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.23.0
|
|
32
|
+
"@axinom/mosaic-cli": "^0.42.0",
|
|
33
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.23.0",
|
|
34
34
|
"@types/glob": "^7.1.3",
|
|
35
35
|
"@types/node": "^18.11.18",
|
|
36
36
|
"chokidar-cli": "^3.0.0",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "c3802f0be74822f25268d4fdf7497a1c1577309d"
|
|
47
47
|
}
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"skip_validation": {
|
|
53
53
|
"type": "boolean",
|
|
54
|
-
"description": "If true, the cue point times will not be validated against the video duration."
|
|
54
|
+
"description": "If true, the cue point times will not be validated against the video duration. The default value is `false`."
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -12,7 +12,7 @@ export interface RegisterCuePointsCommand {
|
|
|
12
12
|
*/
|
|
13
13
|
cue_points: CuePoint[];
|
|
14
14
|
/**
|
|
15
|
-
* If true, the cue point times will not be validated against the video duration.
|
|
15
|
+
* If true, the cue point times will not be validated against the video duration. The default value is `false`.
|
|
16
16
|
*/
|
|
17
17
|
skip_validation?: boolean;
|
|
18
18
|
}
|