cat-qw-lib 2.1.42 → 2.1.46

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.
@@ -109,6 +109,7 @@ export declare class SHARED {
109
109
  static INCOME: string;
110
110
  static VALUATION: string;
111
111
  static VALUATIONID: string;
112
+ static BROKERCOMPANY_NAME: string;
112
113
  static WIDGET_NAME: string;
113
114
  static IS_MENU: string;
114
115
  static ON_WIDGET_UPDATE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.1.42",
3
+ "version": "2.1.46",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"