stentor-models 1.67.0 → 1.68.23

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.
@@ -4,6 +4,6 @@ import { ImageType } from "./Types";
4
4
  /**
5
5
  * Image media
6
6
  */
7
- export interface Image extends Media {
7
+ export interface ImageMedia extends Media {
8
8
  type: ImageType;
9
9
  }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Image.js.map
3
+ //# sourceMappingURL=ImageMedia.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageMedia.js","sourceRoot":"","sources":["../../src/Media/ImageMedia.ts"],"names":[],"mappings":""}
@@ -1,5 +1,6 @@
1
1
  /*! Copyright (c) 2019, XAPPmedia */
2
2
  export * from "./Audio";
3
+ export * from "./ImageMedia";
3
4
  export * from "./LiveStream";
4
5
  export * from "./Media";
5
6
  export * from "./OnDemand";
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*! Copyright (c) 2019, XAPPmedia */
18
18
  __exportStar(require("./Audio"), exports);
19
+ __exportStar(require("./ImageMedia"), exports);
19
20
  __exportStar(require("./LiveStream"), exports);
20
21
  __exportStar(require("./Media"), exports);
21
22
  __exportStar(require("./OnDemand"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Media/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oCAAoC;AACpC,0CAAwB;AACxB,+CAA6B;AAC7B,0CAAwB;AACxB,6CAA2B;AAC3B,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,mDAAiC;AACjC,+CAA6B;AAC7B,oDAAkC;AAClC,gDAA8B;AAC9B,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB;AACxB,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Media/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oCAAoC;AACpC,0CAAwB;AACxB,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,6CAA2B;AAC3B,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,mDAAiC;AACjC,+CAA6B;AAC7B,oDAAkC;AAClC,gDAA8B;AAC9B,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB;AACxB,0CAAwB"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.67.0",
7
+ "version": "1.68.23",
8
8
  "description": "Models for 📣 stentor",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -17,7 +17,7 @@
17
17
  "node": "^12 || ^14 || ^16 || ^18 || ^20 || ^22 || ^24.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@microsoft/api-extractor": "7.55.2",
20
+ "@microsoft/api-extractor": "7.56.3",
21
21
  "@rollup/plugin-typescript": "12.3.0",
22
22
  "@xapp/config": "0.2.3",
23
23
  "rollup": "3.29.5",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "2.0.2"
35
35
  },
36
- "gitHead": "c5ca79c64508ee3c3d135bd6dbab6567a72a366f"
36
+ "gitHead": "6c554d947304e85778369ec4de8fc1433c370317"
37
37
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"Image.js","sourceRoot":"","sources":["../../src/Media/Image.ts"],"names":[],"mappings":""}