@leavittsoftware/lg-core-typescript 4.128.0 → 4.129.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.
@@ -2991,6 +2991,7 @@ export interface CoOwnerAvailableServiceCountDtoV2 {
2991
2991
 
2992
2992
  export interface GetDashboardServiceStatsDtoV2 {
2993
2993
  InitialDemo: number;
2994
+ MeetingsRequestedThisWeek: number;
2994
2995
  Support: number;
2995
2996
  Training: number;
2996
2997
  }
@@ -3034,13 +3035,12 @@ export interface GetServicesCountDtoV2 {
3034
3035
 
3035
3036
  export interface GetServiceStatsDtoV2 {
3036
3037
  CategoryName: string | null;
3038
+ ConsideringCount: number;
3037
3039
  Id: number;
3038
3040
  ImplementationSuccessRate: Partial<number>;
3039
- ImplementingCount: number;
3040
3041
  Name: string | null;
3041
3042
  NotDiscussedCount: number;
3042
3043
  NotInterestedCount: number;
3043
- ServicesImplemented: number;
3044
3044
  ServicesOffered: number;
3045
3045
  UsingCount: number;
3046
3046
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "4.128.0",
3
+ "version": "4.129.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [