@tolinax/ayoune-interfaces 2024.63.1 → 2024.64.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/interfaces/index.d.ts +1 -0
- package/interfaces/index.js +1 -0
- package/package.json +1 -1
package/interfaces/index.d.ts
CHANGED
|
@@ -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";
|
package/interfaces/index.js
CHANGED
|
@@ -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);
|