@tolinax/ayoune-interfaces 2024.110.0 → 2024.111.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.
@@ -262,7 +262,7 @@ interface IConfig {
262
262
  userData?: string;
263
263
  }
264
264
  export interface IProductDates {
265
- useMeeting?: string;
265
+ useMeeting?: boolean;
266
266
  _meeting: ObjectId;
267
267
  start?: Date;
268
268
  end?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.110.0",
3
+ "version": "2024.111.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",