@axinom/mosaic-messages 0.53.1 → 0.54.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.
@@ -191,6 +191,7 @@
191
191
  "enum": [
192
192
  "VIDEO",
193
193
  "AUDIO",
194
+ "DESCRIPTIVE_AUDIO",
194
195
  "SUBTITLE",
195
196
  "CLOSED_CAPTION"
196
197
  ],
@@ -274,6 +274,7 @@
274
274
  "enum": [
275
275
  "VIDEO",
276
276
  "AUDIO",
277
+ "DESCRIPTIVE_AUDIO",
277
278
  "SUBTITLE",
278
279
  "CLOSED_CAPTION"
279
280
  ],
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Stream type
3
3
  */
4
- export type VideoStreamType = "VIDEO" | "AUDIO" | "SUBTITLE" | "CLOSED_CAPTION";
4
+ export type VideoStreamType = "VIDEO" | "AUDIO" | "DESCRIPTIVE_AUDIO" | "SUBTITLE" | "CLOSED_CAPTION";
5
5
  //# sourceMappingURL=video-stream-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"video-stream-type.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/video/types/video-stream-type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,gBAAgB,CAAC"}
1
+ {"version":3,"file":"video-stream-type.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/video/types/video-stream-type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,OAAO,GAAG,mBAAmB,GAAG,UAAU,GAAG,gBAAgB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-messages",
3
- "version": "0.53.1",
3
+ "version": "0.54.0-rc.1",
4
4
  "description": "Shared types for Axinom Mosaic service messages",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -29,7 +29,7 @@
29
29
  "dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
30
30
  },
31
31
  "devDependencies": {
32
- "@axinom/mosaic-cli": "^0.43.1",
32
+ "@axinom/mosaic-cli": "^0.43.2-rc.1",
33
33
  "@axinom/mosaic-message-bus-abstractions": "^0.24.0",
34
34
  "@types/glob": "^7.1.3",
35
35
  "@types/node": "^18.11.18",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "f7e8abab9205e305b8ab86b1827df98354c044c7"
46
+ "gitHead": "7b391f5bb6355416635e545e1001fe8e5c2335d2"
47
47
  }
@@ -191,6 +191,7 @@
191
191
  "enum": [
192
192
  "VIDEO",
193
193
  "AUDIO",
194
+ "DESCRIPTIVE_AUDIO",
194
195
  "SUBTITLE",
195
196
  "CLOSED_CAPTION"
196
197
  ],
@@ -274,6 +274,7 @@
274
274
  "enum": [
275
275
  "VIDEO",
276
276
  "AUDIO",
277
+ "DESCRIPTIVE_AUDIO",
277
278
  "SUBTITLE",
278
279
  "CLOSED_CAPTION"
279
280
  ],
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Stream type
3
3
  */
4
- export type VideoStreamType = "VIDEO" | "AUDIO" | "SUBTITLE" | "CLOSED_CAPTION";
4
+ export type VideoStreamType = "VIDEO" | "AUDIO" | "DESCRIPTIVE_AUDIO" | "SUBTITLE" | "CLOSED_CAPTION";