@leavittsoftware/lg-core-typescript 2.0.484 → 2.0.485

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.
Files changed (2) hide show
  1. package/lg.net.core.ts +3 -3
  2. package/package.json +1 -1
package/lg.net.core.ts CHANGED
@@ -2808,12 +2808,12 @@ export interface Address {
2808
2808
  City: string | null;
2809
2809
  Country: string | null;
2810
2810
  County: string | null;
2811
- CreatedDate: string | null;
2811
+ CreatedDate: string;
2812
2812
  EndDate: string | null;
2813
2813
  Id: number;
2814
2814
  IsExpired: boolean | null;
2815
- LastModifiedDate: string | null;
2816
- StartDate: string | null;
2815
+ LastModifiedDate: string;
2816
+ StartDate: string;
2817
2817
  State: string | null;
2818
2818
  Street1: string | null;
2819
2819
  Street2: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.484",
3
+ "version": "2.0.485",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [