@leavittsoftware/lg-core-typescript 2.0.410 → 2.0.413

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.
@@ -5,6 +5,12 @@
5
5
  // ----------------------
6
6
  import { ServiceToChampion,ServiceToCompany,ConnectedStatusString } from './lg.net.core'
7
7
 
8
+ export interface GetOverallServiceUsageDto {
9
+ ImplementationSuccessRate: Partial<number>;
10
+ ServicesImplemented: number;
11
+ ServicesOffered: number;
12
+ }
13
+
8
14
  export interface UpsertConnectedServicesDto {
9
15
  AssignToAllCompanies: boolean;
10
16
  CategoryId: number;
@@ -58,6 +64,13 @@ export interface GetLicensingBreakdownByCompanyDto {
58
64
  TotalCost: Partial<number> | null;
59
65
  }
60
66
 
67
+ export interface GetPopularServicesDto {
68
+ Id: number;
69
+ InUseCount: number;
70
+ Name: string | null;
71
+ TotalAvailableToCount: number;
72
+ }
73
+
61
74
  export interface GetServiceCompanyStatsDto {
62
75
  AgencyPartners: Array<Partial<AgencyPartnerDto>> | null;
63
76
  CompanyId: number;
@@ -71,6 +84,7 @@ export interface GetServiceCompanyStatsDto {
71
84
 
72
85
  export interface GetServicesCountDto {
73
86
  Count: number;
87
+ CreatedDate: string;
74
88
  ServiceId: number;
75
89
  ServiceName: string | null;
76
90
  }
@@ -87,6 +101,21 @@ export interface GetServiceStatsDto {
87
101
  UsingCount: number;
88
102
  }
89
103
 
104
+ export interface ServiceDetailsChampionDto {
105
+ FirstName: string | null;
106
+ LastName: string | null;
107
+ PersonId: number;
108
+ }
109
+
110
+ export interface ServiceDetailsDto {
111
+ Category: string | null;
112
+ Champions: Array<Partial<ServiceDetailsChampionDto>> | null;
113
+ Description: string | null;
114
+ Id: number;
115
+ Name: string | null;
116
+ ServiceCost: string | null;
117
+ }
118
+
90
119
  export interface ServiceToCompanyToChampionDto {
91
120
  Id: number;
92
121
  PersonId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.410",
3
+ "version": "2.0.413",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [