@tolinax/ayoune-interfaces 2024.63.1 → 2024.65.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.
@@ -9,6 +9,7 @@ export interface IStream extends IDefaultFields {
9
9
  _clientID?: ObjectId[];
10
10
  _subID?: ObjectId[];
11
11
  type?: "audio" | "video";
12
+ _product: ObjectId;
12
13
  name?: string;
13
14
  slug?: string;
14
15
  totalPlays?: number;
@@ -553,6 +553,7 @@ export * from "./IStoresCMS";
553
553
  export * from "./IStoreView";
554
554
  export * from "./IStory";
555
555
  export * from "./IStream";
556
+ export * from "./IStreamLog";
556
557
  export * from "./IStreet";
557
558
  export * from "./ISubClient";
558
559
  export * from "./ISubCompany";
@@ -569,6 +569,7 @@ __exportStar(require("./IStoresCMS"), exports);
569
569
  __exportStar(require("./IStoreView"), exports);
570
570
  __exportStar(require("./IStory"), exports);
571
571
  __exportStar(require("./IStream"), exports);
572
+ __exportStar(require("./IStreamLog"), exports);
572
573
  __exportStar(require("./IStreet"), exports);
573
574
  __exportStar(require("./ISubClient"), exports);
574
575
  __exportStar(require("./ISubCompany"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.63.1",
3
+ "version": "2024.65.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",