@leavittsoftware/lg-core-typescript 2.44.1 → 2.47.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":"AA2+BA,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":"AAkgCA,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"}
@@ -364,6 +364,25 @@ export interface WorkersCompQuoteDto {
364
364
  Zip: string | null;
365
365
  }
366
366
 
367
+ export interface LifeGettingStartedStepOneDto {
368
+ DateOfBirth: string;
369
+ FirstName: string | null;
370
+ LastName: string | null;
371
+ LifeQuoteRequestId: number | null;
372
+ RaterUniqueId: string | null;
373
+ RecaptchaUserResponse: string | null;
374
+ ReferringUrl: string | null;
375
+ }
376
+
377
+ export interface LifeGettingStartedStepTwoDto {
378
+ City: string | null;
379
+ EmailAddress: string | null;
380
+ PhoneNumber: string | null;
381
+ State: string | null;
382
+ Street1: string | null;
383
+ ZipCode: string | null;
384
+ }
385
+
367
386
  export interface CampaignSummaryDto {
368
387
  Attempted: number;
369
388
  Completed: number;
@@ -922,6 +941,10 @@ export interface CLGameDivisionReorderDto {
922
941
  Divisions: Array<Partial<SequenceDto>> | null;
923
942
  }
924
943
 
944
+ export interface CLGameVideoReorderDto {
945
+ Videos: Array<Partial<SequenceDto>> | null;
946
+ }
947
+
925
948
  export interface ReorderCLGameCarouselSlideAttachmentDto {
926
949
  CLGameCarouselSlideAttachments: Array<Partial<SequenceDto>> | null;
927
950
  }
@@ -0,0 +1,7 @@
1
+ // ----------------------
2
+ // <auto-generated>
3
+ // generated using a custom program
4
+ // </auto-generated>
5
+ // ----------------------
6
+ export {};
7
+ //# sourceMappingURL=lg.net.system.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lg.net.system.js","sourceRoot":"","sources":["lg.net.system.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB"}
@@ -0,0 +1,17 @@
1
+ // ----------------------
2
+ // <auto-generated>
3
+ // generated using a custom program
4
+ // </auto-generated>
5
+ // ----------------------
6
+
7
+ export interface IDatabaseAttachment {
8
+ CdnFileName: string | null;
9
+ CreatedDate: string;
10
+ Extension: string | null;
11
+ Id: number;
12
+ Name: string | null;
13
+ PreviewExtension: string | null;
14
+ PreviewSizes: string | null;
15
+ Size: number;
16
+ }
17
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.44.1",
3
+ "version": "2.47.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [
@@ -26,6 +26,9 @@
26
26
  "lg.net.leavittlink.js.map",
27
27
  "lg.net.leavittlink.js",
28
28
  "lg.net.leavittlink.ts",
29
+ "lg.net.system.js.map",
30
+ "lg.net.system.js",
31
+ "lg.net.system.ts",
29
32
  "lg.net.core.js.map",
30
33
  "lg.net.core.js",
31
34
  "lg.net.core.ts",