@tolinax/ayoune-interfaces 2024.92.0 → 2024.93.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
CHANGED
|
@@ -376,6 +376,7 @@ export * from "./IIndustryKPI";
|
|
|
376
376
|
export * from "./IMarketResearch";
|
|
377
377
|
export * from "./IMaterial";
|
|
378
378
|
export * from "./IMeeting";
|
|
379
|
+
export * from "./IMeetingGroup";
|
|
379
380
|
export * from "./IEventRegisterView";
|
|
380
381
|
export * from "./IMeetingLocation";
|
|
381
382
|
export * from "./IMeetingMinute";
|
package/interfaces/index.js
CHANGED
|
@@ -392,6 +392,7 @@ __exportStar(require("./IIndustryKPI"), exports);
|
|
|
392
392
|
__exportStar(require("./IMarketResearch"), exports);
|
|
393
393
|
__exportStar(require("./IMaterial"), exports);
|
|
394
394
|
__exportStar(require("./IMeeting"), exports);
|
|
395
|
+
__exportStar(require("./IMeetingGroup"), exports);
|
|
395
396
|
__exportStar(require("./IEventRegisterView"), exports);
|
|
396
397
|
__exportStar(require("./IMeetingLocation"), exports);
|
|
397
398
|
__exportStar(require("./IMeetingMinute"), exports);
|