@leavittsoftware/lg-core-typescript 5.1227.0 → 5.1228.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.
@@ -823,7 +823,7 @@ export interface MyRankDto {
823
823
 
824
824
  export interface PolicySaleDto {
825
825
  ClientName?: string | null ;
826
- EffectiveDate: string;
826
+ EffectiveDate?: string | null ;
827
827
  LineOfBusiness: LineOfBusinessTypeString;
828
828
  Written: number;
829
829
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.1227.0",
3
+ "version": "5.1228.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [