@leavittsoftware/lg-core-typescript 2.0.411 → 2.0.412

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.
@@ -78,6 +78,7 @@ export interface GetServiceCompanyStatsDto {
78
78
 
79
79
  export interface GetServicesCountDto {
80
80
  Count: number;
81
+ CreatedDate: string;
81
82
  ServiceId: number;
82
83
  ServiceName: string | null;
83
84
  }
@@ -94,6 +95,21 @@ export interface GetServiceStatsDto {
94
95
  UsingCount: number;
95
96
  }
96
97
 
98
+ export interface ServiceDetailsChampionDto {
99
+ FirstName: string | null;
100
+ LastName: string | null;
101
+ PersonId: number;
102
+ }
103
+
104
+ export interface ServiceDetailsDto {
105
+ Category: string | null;
106
+ Champions: Array<Partial<ServiceDetailsChampionDto>> | null;
107
+ Description: string | null;
108
+ Id: number;
109
+ Name: string | null;
110
+ ServiceCost: string | null;
111
+ }
112
+
97
113
  export interface ServiceToCompanyToChampionDto {
98
114
  Id: number;
99
115
  PersonId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.411",
3
+ "version": "2.0.412",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [