@leavittsoftware/lg-core-typescript 5.995.0 → 5.996.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
|
@@ -1136,17 +1136,15 @@ export interface UpdateSelectedPriceDto {
|
|
|
1136
1136
|
|
|
1137
1137
|
export interface ShareAgreementReviewDto {
|
|
1138
1138
|
Approved?: boolean;
|
|
1139
|
+
RejectionReason?: string | null ;
|
|
1139
1140
|
}
|
|
1140
1141
|
|
|
1141
1142
|
export interface ShareAms360SelectionDto {
|
|
1142
1143
|
Branches: Array<string>;
|
|
1143
|
-
CompanyId: number;
|
|
1144
|
-
DataSource: string;
|
|
1145
1144
|
Departments: Array<string>;
|
|
1146
1145
|
Divisions: Array<string>;
|
|
1147
|
-
PersonId: number;
|
|
1148
1146
|
Producers: Array<string>;
|
|
1149
|
-
ShareAgreementId
|
|
1147
|
+
ShareAgreementId: number;
|
|
1150
1148
|
}
|
|
1151
1149
|
|
|
1152
1150
|
export interface ShareDataSourcesDto {
|
|
@@ -1157,6 +1155,8 @@ export interface ShareDataSourcesDto {
|
|
|
1157
1155
|
export interface ShareDetailsDto {
|
|
1158
1156
|
BaselineAmount?: number | null ;
|
|
1159
1157
|
Class: string;
|
|
1158
|
+
EffectiveDate?: string | null ;
|
|
1159
|
+
EndDate?: string | null ;
|
|
1160
1160
|
MultipleAgencyLevelEbita?: number | null ;
|
|
1161
1161
|
MultipleAgencyLevelTotalNetCommission?: number | null ;
|
|
1162
1162
|
MultipleAgreement1?: number | null ;
|