@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.
@@ -0,0 +1,8 @@
1
+ import { IDefaultFields } from "./IDefaultFields";
2
+ export interface IMeetingGroup extends IDefaultFields {
3
+ _customerID: ObjectId;
4
+ _clientID?: ObjectId[];
5
+ _subID?: ObjectId[];
6
+ name?: string;
7
+ note?: string;
8
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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";
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.92.0",
3
+ "version": "2024.93.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",