@axinom/mosaic-messages 0.47.0-rc.0 → 0.47.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.
@@ -21,6 +21,18 @@
21
21
  "pattern": "^$|.*\\S.*",
22
22
  "description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
23
23
  },
24
+ "watermark_profiles": {
25
+ "type": "array",
26
+ "description": "An array of watermark profiles that the encoding process will use to watermark the video.",
27
+ "uniqueItems": true,
28
+ "additionalItems": false,
29
+ "items": {
30
+ "type": "string",
31
+ "minLength": 1,
32
+ "pattern": "^$|.*\\S.*",
33
+ "description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
34
+ }
35
+ },
24
36
  "tags": {
25
37
  "type": "array",
26
38
  "description": "An array of tags for video.",
@@ -104,6 +104,18 @@ export declare const EnsureVideoExistsCommandSchema: {
104
104
  pattern: string;
105
105
  description: string;
106
106
  };
107
+ watermark_profiles: {
108
+ type: string;
109
+ description: string;
110
+ uniqueItems: boolean;
111
+ additionalItems: boolean;
112
+ items: {
113
+ type: string;
114
+ minLength: number;
115
+ pattern: string;
116
+ description: string;
117
+ };
118
+ };
107
119
  tags: {
108
120
  type: string;
109
121
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/video/commands/index.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;CAAuB,CAAC;AAC/D,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;CAAqB,CAAC;AAC3D,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AACnE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/video/commands/index.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;CAAuB,CAAC;AAC/D,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;CAAqB,CAAC;AAC3D,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AACnE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC"}
@@ -10,6 +10,10 @@ export interface EnsureVideoExistsCommand {
10
10
  * The string has a minimum length of one character and it cannot consist of only whitespace characters.
11
11
  */
12
12
  video_profile: string;
13
+ /**
14
+ * An array of watermark profiles that the encoding process will use to watermark the video.
15
+ */
16
+ watermark_profiles?: string[];
13
17
  /**
14
18
  * An array of tags for video.
15
19
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ensure-video-exists-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/video/commands/ensure-video-exists-command.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB"}
1
+ {"version":3,"file":"ensure-video-exists-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/video/commands/ensure-video-exists-command.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-messages",
3
- "version": "0.47.0-rc.0",
3
+ "version": "0.47.0-rc.1",
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.37.0-rc.0",
33
- "@axinom/mosaic-message-bus-abstractions": "^0.18.0-rc.0",
32
+ "@axinom/mosaic-cli": "^0.37.0-rc.1",
33
+ "@axinom/mosaic-message-bus-abstractions": "^0.18.0-rc.1",
34
34
  "@types/glob": "^7.1.3",
35
35
  "@types/node": "^18.11.18",
36
36
  "concurrently": "^5.3.0",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "a99c608834292804eb1d93b7bbcea6624e55c6a0"
46
+ "gitHead": "5110af3a26f1b510fc54435238d12baaf630c086"
47
47
  }
@@ -21,6 +21,18 @@
21
21
  "pattern": "^$|.*\\S.*",
22
22
  "description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
23
23
  },
24
+ "watermark_profiles": {
25
+ "type": "array",
26
+ "description": "An array of watermark profiles that the encoding process will use to watermark the video.",
27
+ "uniqueItems": true,
28
+ "additionalItems": false,
29
+ "items": {
30
+ "type": "string",
31
+ "minLength": 1,
32
+ "pattern": "^$|.*\\S.*",
33
+ "description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
34
+ }
35
+ },
24
36
  "tags": {
25
37
  "type": "array",
26
38
  "description": "An array of tags for video.",
@@ -10,6 +10,10 @@ export interface EnsureVideoExistsCommand {
10
10
  * The string has a minimum length of one character and it cannot consist of only whitespace characters.
11
11
  */
12
12
  video_profile: string;
13
+ /**
14
+ * An array of watermark profiles that the encoding process will use to watermark the video.
15
+ */
16
+ watermark_profiles?: string[];
13
17
  /**
14
18
  * An array of tags for video.
15
19
  */