@leavittsoftware/lg-core-typescript 5.291.0 → 5.292.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.
@@ -4034,9 +4034,9 @@ export interface RevenueReportDto {
4034
4034
  }
4035
4035
 
4036
4036
  export interface AgencyPartnerDtoV2 {
4037
- FirstName: string | null;
4037
+ FullName: string | null;
4038
4038
  Id: number;
4039
- LastName: string | null;
4039
+ ProfilePictureCdnFileName: string | null;
4040
4040
  }
4041
4041
 
4042
4042
  export interface CompanyBreakdownDtoV2 {
@@ -4111,9 +4111,9 @@ export interface GetServiceStatsDtoV2 {
4111
4111
  }
4112
4112
 
4113
4113
  export interface ServiceDetailsChampionDtoV2 {
4114
- FirstName: string | null;
4115
- LastName: string | null;
4114
+ FullName: string | null;
4116
4115
  PersonId: number;
4116
+ ProfilePictureCdnFileName: string | null;
4117
4117
  }
4118
4118
 
4119
4119
  export interface ServiceDetailsDtoV2 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.291.0",
3
+ "version": "5.292.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [