@leavittsoftware/lg-core-typescript 5.794.0 → 5.795.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.
@@ -3032,6 +3032,7 @@ export interface AFW_BasicPolInfo {
3032
3032
  GLDeptCode?: string | null ;
3033
3033
  GLDivCode?: string | null ;
3034
3034
  GLGrpCode?: string | null ;
3035
+ HomeRatings: Array<Partial<AFW_HomeRating>>;
3035
3036
  InstDay?: number | null ;
3036
3037
  IsContinuous?: string | null ;
3037
3038
  IsExclDelete?: string | null ;
@@ -3046,6 +3047,7 @@ export interface AFW_BasicPolInfo {
3046
3047
  IssuedState?: string | null ;
3047
3048
  IsSuspended?: string | null ;
3048
3049
  ISTId?: string | null ;
3050
+ Locations: Array<Partial<AFW_Location>>;
3049
3051
  MasterAgent?: string | null ;
3050
3052
  Method?: string | null ;
3051
3053
  MethodOfPayments?: string | null ;
@@ -7077,6 +7079,7 @@ export interface AFW_HomeFeature {
7077
7079
  export interface AFW_HomeRating {
7078
7080
  ___datasource: string;
7079
7081
  ___sequencenumber: number;
7082
+ BasicPolInfo?: Partial<AFW_BasicPolInfo> | null ;
7080
7083
  BldgCodeGrade?: string | null ;
7081
7084
  Burglar?: string | null ;
7082
7085
  ChangedBy?: string | null ;
@@ -7113,6 +7116,7 @@ export interface AFW_HomeRating {
7113
7116
  IsSmokeDetector?: string | null ;
7114
7117
  IsVisToNeighbor?: string | null ;
7115
7118
  LobId: string;
7119
+ Location?: Partial<AFW_Location> | null ;
7116
7120
  LocationFenceHRat?: string | null ;
7117
7121
  LocId: string;
7118
7122
  MarketValue?: number | null ;
@@ -7814,12 +7818,14 @@ export interface AFW_Location {
7814
7818
  Addr1?: string | null ;
7815
7819
  Addr2?: string | null ;
7816
7820
  AddrSameAsApp?: string | null ;
7821
+ BasicPolInfo?: Partial<AFW_BasicPolInfo> | null ;
7817
7822
  ChangedBy?: string | null ;
7818
7823
  ChangedDate?: string | null ;
7819
7824
  City?: string | null ;
7820
7825
  County?: string | null ;
7821
7826
  EffDate: string;
7822
7827
  EnteredDate?: string | null ;
7828
+ HomeRatings: Array<Partial<AFW_HomeRating>>;
7823
7829
  Interest?: string | null ;
7824
7830
  LegalDesc?: string | null ;
7825
7831
  LobId: string;
@@ -1 +1 @@
1
- {"version":3,"file":"lg.net.automation.js","sourceRoot":"","sources":["lg.net.automation.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;AAYzB,MAAM,CAAN,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,iDAAQ,CAAA;IACR,iDAAQ,CAAA;IACR,mDAAS,CAAA;AACb,CAAC,EAJW,aAAa,KAAb,aAAa,QAIxB;AAID,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,uDAAY,CAAA;IACZ,qDAAW,CAAA;AACf,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB"}
1
+ {"version":3,"file":"lg.net.automation.js","sourceRoot":"","sources":["lg.net.automation.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;AAezB,MAAM,CAAN,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,iDAAQ,CAAA;IACR,iDAAQ,CAAA;IACR,mDAAS,CAAA;AACb,CAAC,EAJW,aAAa,KAAb,aAAa,QAIxB;AAID,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,uDAAY,CAAA;IACZ,qDAAW,CAAA;AACf,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB"}
@@ -4,6 +4,9 @@
4
4
  // </auto-generated>
5
5
  // ----------------------
6
6
 
7
+ export interface LoggingHandler {
8
+ }
9
+
7
10
  export interface EsLogEntryItem {
8
11
  AutomatedApplicationId: number;
9
12
  DateTime: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.794.0",
3
+ "version": "5.795.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [