@leavittsoftware/lg-core-typescript 5.914.0 → 5.915.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 +1 -1
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -8090,12 +8090,12 @@ export interface UpdateBenefitPointAccountFieldsDto {
|
|
|
8090
8090
|
|
|
8091
8091
|
export interface UpdateBenefitPointPlanFieldsDto {
|
|
8092
8092
|
CarrierId?: number | null ;
|
|
8093
|
+
DatasourceId: number;
|
|
8093
8094
|
EffDate?: string | null ;
|
|
8094
8095
|
IsContinuous?: boolean;
|
|
8095
8096
|
ProductId: number;
|
|
8096
8097
|
SalesLeadId?: number | null ;
|
|
8097
8098
|
ServiceLeadId?: number | null ;
|
|
8098
|
-
TenantId: string;
|
|
8099
8099
|
UpdateCarrierId?: boolean;
|
|
8100
8100
|
UpdateEffDate?: boolean;
|
|
8101
8101
|
UpdateIsContinuous?: boolean;
|