@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.
- package/api3.leavitt.com.ts +4 -4
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -4034,9 +4034,9 @@ export interface RevenueReportDto {
|
|
|
4034
4034
|
}
|
|
4035
4035
|
|
|
4036
4036
|
export interface AgencyPartnerDtoV2 {
|
|
4037
|
-
|
|
4037
|
+
FullName: string | null;
|
|
4038
4038
|
Id: number;
|
|
4039
|
-
|
|
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
|
-
|
|
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 {
|