@leavittsoftware/lg-core-typescript 5.922.0 → 5.923.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
|
@@ -7777,15 +7777,15 @@ export interface PolicySplitsDto {
|
|
|
7777
7777
|
}
|
|
7778
7778
|
|
|
7779
7779
|
export interface ReassignSalesLeadDto {
|
|
7780
|
+
DatasourceId: number;
|
|
7780
7781
|
EmployerId: number;
|
|
7781
7782
|
SalesLeadId?: number | null ;
|
|
7782
|
-
TenantId: string;
|
|
7783
7783
|
}
|
|
7784
7784
|
|
|
7785
7785
|
export interface ReassignServiceLeadDto {
|
|
7786
|
+
DatasourceId: number;
|
|
7786
7787
|
EmployerId: number;
|
|
7787
7788
|
ServiceLeadId?: number | null ;
|
|
7788
|
-
TenantId: string;
|
|
7789
7789
|
}
|
|
7790
7790
|
|
|
7791
7791
|
export interface SplitColumnDto {
|
|
@@ -7888,8 +7888,8 @@ export interface UpdateAmsPolicyDto {
|
|
|
7888
7888
|
export interface UpdateBenefitPointAccountFieldsDto {
|
|
7889
7889
|
AccountType?: AccountTypeDtoString | null ;
|
|
7890
7890
|
Active?: boolean;
|
|
7891
|
+
DatasourceId: number;
|
|
7891
7892
|
EmployerId: number;
|
|
7892
|
-
TenantId: number;
|
|
7893
7893
|
UpdateAccountType?: boolean;
|
|
7894
7894
|
}
|
|
7895
7895
|
|
|
@@ -7910,12 +7910,12 @@ export interface UpdateBenefitPointPlanFieldsDto {
|
|
|
7910
7910
|
|
|
7911
7911
|
export interface UpdateBenefitPointProductFieldsDto {
|
|
7912
7912
|
CarrierId?: number | null ;
|
|
7913
|
+
DatasourceId: number;
|
|
7913
7914
|
EffDate?: string | null ;
|
|
7914
7915
|
IsContinuous?: boolean;
|
|
7915
7916
|
ProductId: number;
|
|
7916
7917
|
SalesLeadId?: number | null ;
|
|
7917
7918
|
ServiceLeadId?: number | null ;
|
|
7918
|
-
TenantId: string;
|
|
7919
7919
|
UpdateCarrierId?: boolean;
|
|
7920
7920
|
UpdateEffDate?: boolean;
|
|
7921
7921
|
UpdateIsContinuous?: boolean;
|