@leavittsoftware/lg-core-typescript 2.0.462 → 2.0.463

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":"AA0XA,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":"AAmYA,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,yEAAkB,CAAA;IAClB,iEAAc,CAAA;IACd,iFAAsB,CAAA;AAC1B,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
@@ -103,6 +103,11 @@ export interface NaicsSummaryDto {
103
103
  TotalPremiums: number;
104
104
  }
105
105
 
106
+ export interface SequenceDto {
107
+ Id: number;
108
+ Sequence: number;
109
+ }
110
+
106
111
  export interface GetSignaturePrefillDataDto {
107
112
  AgencyOrDepartment: string | null;
108
113
  City: string | null;
@@ -153,6 +158,10 @@ export interface GetGlobalAccessUsersDto {
153
158
  PersonId: number;
154
159
  }
155
160
 
161
+ export interface ReorderDocumentFieldsDto {
162
+ Fields: Array<Partial<SequenceDto>> | null;
163
+ }
164
+
156
165
  export interface DocumentSearchDto {
157
166
  CdnFileName: string | null;
158
167
  CompanyId: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.462",
3
+ "version": "2.0.463",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [