monkey-front-core 21.2.3 → 21.2.4

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "21.2.3",
3
+ "version": "21.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.4",
6
6
  "@angular/core": "^21.2.4",
@@ -650,6 +650,7 @@ interface MonkeyEcxWhiteLabel {
650
650
  };
651
651
  };
652
652
  support?: {
653
+ disable: boolean;
653
654
  phones?: {
654
655
  attendant?: string;
655
656
  endHour: number;
Binary file