@leavittsoftware/lg-core-typescript 2.17.0 → 2.20.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.js.map +1 -1
- package/api3.leavitt.com.ts +3 -0
- package/lg.net.core.ts +1 -1
- package/lg.net.leavittlink.js.map +1 -1
- package/lg.net.leavittlink.ts +3 -1
- package/package.json +1 -1
package/api3.leavitt.com.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AA0vBA,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACrB,qDAAU,CAAA;IACV,yDAAY,CAAA;IACZ,uEAAmB,CAAA;IACnB,qDAAU,CAAA;IACV,mEAAiB,CAAA;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;AAID,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,+DAAgB,CAAA;IAChB,mDAAU,CAAA;IACV,6CAAO,CAAA;AACX,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAID,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,yEAAkB,CAAA;IAClB,iEAAc,CAAA;IACd,iFAAsB,CAAA;AAC1B,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
|
package/api3.leavitt.com.ts
CHANGED
|
@@ -189,6 +189,7 @@ export interface NaicsSummaryDto {
|
|
|
189
189
|
export interface BopQuoteDto {
|
|
190
190
|
BusinessStartYear: number;
|
|
191
191
|
City: string | null;
|
|
192
|
+
ClassName: string | null;
|
|
192
193
|
IsTest: boolean;
|
|
193
194
|
Name: string | null;
|
|
194
195
|
PhoneNumber: string | null;
|
|
@@ -246,10 +247,12 @@ export interface CampaignSummaryDto {
|
|
|
246
247
|
|
|
247
248
|
export interface SmallBusinessSummaryDto {
|
|
248
249
|
BopQuotes: number;
|
|
250
|
+
BopQuotesWithError: number;
|
|
249
251
|
CampaignSummaries: Array<Partial<CampaignSummaryDto>> | null;
|
|
250
252
|
RatingFailed: number;
|
|
251
253
|
RatingReturnedQuote: number;
|
|
252
254
|
WcQuotes: number;
|
|
255
|
+
WcQuotesWithError: number;
|
|
253
256
|
}
|
|
254
257
|
|
|
255
258
|
export interface SequenceDto {
|
package/lg.net.core.ts
CHANGED
|
@@ -195,8 +195,8 @@ export interface SurgeTeamPersonRole extends PersonRole {
|
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
export interface SurgeViewerPersonRole extends PersonRole {
|
|
198
|
+
Surge: Partial<Surge> | null;
|
|
198
199
|
SurgeId: number;
|
|
199
|
-
ViewerRoleSurge: Partial<Surge> | null;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
export interface SurgeViewerToPeopleGroup {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lg.net.leavittlink.js","sourceRoot":"","sources":["lg.net.leavittlink.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;
|
|
1
|
+
{"version":3,"file":"lg.net.leavittlink.js","sourceRoot":"","sources":["lg.net.leavittlink.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;AAmDzB,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC1B,qEAAa,CAAA;IACb,mEAAY,CAAA;AAChB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAID,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAChC,qEAAO,CAAA;IACP,qFAAe,CAAA;AACnB,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC"}
|
package/lg.net.leavittlink.ts
CHANGED
|
@@ -21,13 +21,15 @@ export interface HartfordQuoteRequest {
|
|
|
21
21
|
BusinessStartYear: number;
|
|
22
22
|
CarrierErrors: Array<Partial<CarrierError>> | null;
|
|
23
23
|
City: string | null;
|
|
24
|
+
ClassName: string | null;
|
|
24
25
|
CreatedDate: string;
|
|
25
26
|
Email: string | null;
|
|
27
|
+
EmailSentDate: string | null;
|
|
26
28
|
HartfordQuote: Partial<HartfordQuote> | null;
|
|
27
29
|
Id: number;
|
|
28
30
|
IsTest: boolean;
|
|
29
31
|
Name: string | null;
|
|
30
|
-
NumberOfEmployees: number;
|
|
32
|
+
NumberOfEmployees: number | null;
|
|
31
33
|
PhoneNumber: string | null;
|
|
32
34
|
QuoteRequestSessionId: string | null;
|
|
33
35
|
RequestPayload: string | null;
|