@leavittsoftware/lg-core-typescript 2.14.1 → 2.17.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":"AAqvBA,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":"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"}
@@ -48,14 +48,6 @@ export interface FileExplorerFolderDto {
48
48
  Name: string | null;
49
49
  }
50
50
 
51
- export interface RecaptchaResponseDtoV3 {
52
- Action: string | null;
53
- ErrorCodes: Array<string> | null;
54
- Hostname: string | null;
55
- Score: Partial<number>;
56
- Success: boolean;
57
- }
58
-
59
51
  export interface FruitHolderDto {
60
52
  FirstName: string | null;
61
53
  GroupSource: Array<string> | null;
@@ -200,6 +192,7 @@ export interface BopQuoteDto {
200
192
  IsTest: boolean;
201
193
  Name: string | null;
202
194
  PhoneNumber: string | null;
195
+ RecaptchaUserResponse: string | null;
203
196
  SpectrumClassCode: string | null;
204
197
  State: string | null;
205
198
  Street1: string | null;
@@ -207,6 +200,13 @@ export interface BopQuoteDto {
207
200
  Zip: string | null;
208
201
  }
209
202
 
203
+ export interface HartfordEmailQuoteDto {
204
+ CallUsPhoneNumber: string | null;
205
+ EmailAddress: string | null;
206
+ QuoteRequestSessionIds: Array<string> | null;
207
+ RecaptchaUserResponse: string | null;
208
+ }
209
+
210
210
  export interface SpectrumDto {
211
211
  AnswerSet: Array<Partial<AnswerSetDto>> | null;
212
212
  ClassName: string | null;
@@ -228,6 +228,7 @@ export interface WorkersCompQuoteDto {
228
228
  Name: string | null;
229
229
  NumberOfEmployees: number;
230
230
  PhoneNumber: string | null;
231
+ RecaptchaUserResponse: string | null;
231
232
  SpectrumClassCode: string | null;
232
233
  State: string | null;
233
234
  Street1: string | null;
@@ -348,7 +349,6 @@ export interface LdapAdObject {
348
349
 
349
350
  export interface MultiTransferDto {
350
351
  CompanyAddressId: number | null;
351
- CompanyId: number | null;
352
352
  DepartmentId: number | null;
353
353
  PersonIds: Array<number> | null;
354
354
  }
@@ -685,7 +685,9 @@ export interface AgencySearchInfo {
685
685
  }
686
686
 
687
687
  export interface CompanyDetailsDto {
688
+ AcquisitionDate: string | null;
688
689
  DbaName: string | null;
690
+ Ein: string | null;
689
691
  Fax: string | null;
690
692
  FolderPath: string | null;
691
693
  HrName: string | null;
@@ -16,6 +16,8 @@ export interface UserPermissionsDto {
16
16
  PermissionId: number;
17
17
  PermissionName: string | null;
18
18
  PersonToPermissionId: number | null;
19
+ ScopeId: number | null;
20
+ ScopeName: string | null;
19
21
  }
20
22
 
21
23
  export interface AMSCodeDto {
package/lg.net.core.ts CHANGED
@@ -106,9 +106,9 @@ export interface SurgePointType {
106
106
  Id: number;
107
107
  IsDeleted: boolean;
108
108
  Name: string | null;
109
+ Points: Array<Partial<SurgePoint>> | null;
109
110
  Surge: Partial<Surge> | null;
110
111
  SurgeId: number;
111
- SurgePoints: Array<Partial<SurgePoint>> | null;
112
112
  Value: number;
113
113
  }
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.14.1",
3
+ "version": "2.17.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [