@leavittsoftware/lg-core-typescript 4.36.0 → 4.36.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"lg.ams360.datawarehouse.js","sourceRoot":"","sources":["lg.ams360.datawarehouse.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;AA+rEzB,MAAM,CAAN,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACjC,uEAAO,CAAA;IACP,2EAAS,CAAA;AACb,CAAC,EAHW,yBAAyB,KAAzB,yBAAyB,QAGpC;AAID,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACtB,+DAAc,CAAA;IACd,mDAAQ,CAAA;IACR,2DAAY,CAAA;IACZ,yDAAW,CAAA;AACf,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB"}
1
+ {"version":3,"file":"lg.ams360.datawarehouse.js","sourceRoot":"","sources":["lg.ams360.datawarehouse.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;AAsyEzB,MAAM,CAAN,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACjC,uEAAO,CAAA;IACP,2EAAS,CAAA;AACb,CAAC,EAHW,yBAAyB,KAAzB,yBAAyB,QAGpC;AAID,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACtB,+DAAc,CAAA;IACd,mDAAQ,CAAA;IACR,2DAAY,CAAA;IACZ,yDAAW,CAAA;AACf,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB"}
@@ -34,6 +34,109 @@ export interface AuthInfo {
34
34
  WorkstationName: string | null;
35
35
  }
36
36
 
37
+ export interface PremiseInfo {
38
+ AlarmContact: string | null;
39
+ BldgCodeGrade: string | null;
40
+ BurgAlarmInstall: string | null;
41
+ BurgAlarmType: string | null;
42
+ BurgOtherDE: string | null;
43
+ CBldgId: string | null;
44
+ CertNo: string | null;
45
+ ChangedBy: string | null;
46
+ ChangedDate: string;
47
+ CLocId: string | null;
48
+ ConstType: string | null;
49
+ DatabaseName: string | null;
50
+ Description: string | null;
51
+ EffDate: string;
52
+ EnteredDate: string;
53
+ ExpDate: string | null;
54
+ Extent: string | null;
55
+ FireAlarmMan: string | null;
56
+ FireAlarmType: string | null;
57
+ FireCodeNo: string | null;
58
+ FireDist: string | null;
59
+ FireProt: string | null;
60
+ FireStatDist: string | null;
61
+ FrontDist: string | null;
62
+ FrontExpDist: string | null;
63
+ Grade: string | null;
64
+ Heating: string | null;
65
+ HeatingYr: string | null;
66
+ HydrantDist: string | null;
67
+ Id: number;
68
+ IMLocId: string | null;
69
+ IsBoilerPrem: string | null;
70
+ IsInsElsewhere: string | null;
71
+ IsSprinklered: string | null;
72
+ LeftDist: string | null;
73
+ LeftExpDist: string | null;
74
+ LOBId: string;
75
+ MercArea: string | null;
76
+ MfgArea: string | null;
77
+ NoOfBase: string | null;
78
+ NoOfGuards: string | null;
79
+ NoOfStories: string | null;
80
+ OpenSides: string | null;
81
+ OtherCoverages: string | null;
82
+ OtherOccup: string | null;
83
+ OtherUpdate: string | null;
84
+ OtherUpdateYear: string | null;
85
+ OtherUpdateYr: string | null;
86
+ PIId: string;
87
+ Plumbing: string | null;
88
+ PlumbingYr: string | null;
89
+ PolId: string;
90
+ ProtClass: string | null;
91
+ RearDist: string | null;
92
+ RearExpDist: string | null;
93
+ RightDist: string | null;
94
+ RightExpDist: string | null;
95
+ Roofing: string | null;
96
+ RoofingYr: string | null;
97
+ RoofType: string | null;
98
+ SprinkPct: string | null;
99
+ Status: string | null;
100
+ TaxCode: string | null;
101
+ TotalAmount: string | null;
102
+ TotalArea: string | null;
103
+ TotalItems: string | null;
104
+ TotalValues: string | null;
105
+ TypeOfBus: string | null;
106
+ WindClass: string | null;
107
+ Wiring: string | null;
108
+ WiringYr: string | null;
109
+ YearBlt: string | null;
110
+ }
111
+
112
+ export interface SubOfIns {
113
+ BlanketNumber: number | null;
114
+ BlanketType: string | null;
115
+ C100PercentVal: number | null;
116
+ ChangedBy: string | null;
117
+ ChangedDate: string;
118
+ CSPCode: string | null;
119
+ DatabaseName: string | null;
120
+ EffDate: string;
121
+ EnteredDate: string;
122
+ Id: number;
123
+ InsertSeqNo: number;
124
+ IsInclude139: string | null;
125
+ IsInclude159: string | null;
126
+ IsotelNo: string | null;
127
+ iSubAmt: number | null;
128
+ LOBId: string;
129
+ PerRestDay: string | null;
130
+ PIId: string;
131
+ PolId: string;
132
+ RatingType: string | null;
133
+ SOIId: string;
134
+ Status: string | null;
135
+ SubOfInsurance: string | null;
136
+ Valuation: string | null;
137
+ vSubAmt: string | null;
138
+ }
139
+
37
140
  export interface Dependent {
38
141
  BusAreaCode: string | null;
39
142
  BusExt: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "4.36.0",
3
+ "version": "4.36.1",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [