@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.
@@ -1 +1 @@
1
- {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAuvBA,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"}
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"}
@@ -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;AAiDzB,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"}
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"}
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.17.0",
3
+ "version": "2.20.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [