@aldb2b/common 1.0.367 → 1.0.369

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.
@@ -767,8 +767,8 @@
767
767
  "affectsGlobalScope": false
768
768
  },
769
769
  "../src/types/meeting-setting.interface.ts": {
770
- "version": "274aff14e0cbd7ea2dccddfc76bf0e032087d6d091d164b356c39f65c14666bd",
771
- "signature": "61512cb5fc3c05088f41c49c77873ad85278d8c784b17a04d79b29cfa1c428f7",
770
+ "version": "1abb727778fedda8de54601ae32a7628dd0c61ca3a1e9fd51162faf582acd8f0",
771
+ "signature": "802531a3bedc3930b869e179832ebfd0f52238fc0aef8d15c2ac9e21dad2bab0",
772
772
  "affectsGlobalScope": false
773
773
  },
774
774
  "../src/events/create-meeting-setting.interface.ts": {
@@ -3,4 +3,5 @@ export interface MeetingSetting {
3
3
  maxGuest?: number;
4
4
  minHost?: number;
5
5
  maxHost?: number;
6
+ slotSize?: number[];
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.367",
3
+ "version": "1.0.369",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",