@leavittsoftware/lg-core-typescript 2.0.461 → 2.0.462

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":"AA4WA,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":"AA0XA,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,yEAAkB,CAAA;IAClB,iEAAc,CAAA;IACd,iFAAsB,CAAA;AAC1B,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
@@ -153,6 +153,20 @@ export interface GetGlobalAccessUsersDto {
153
153
  PersonId: number;
154
154
  }
155
155
 
156
+ export interface DocumentSearchDto {
157
+ CdnFileName: string | null;
158
+ CompanyId: number | null;
159
+ CompanyName: string | null;
160
+ CreatedDate: string | null;
161
+ DocumentId: number | null;
162
+ DocumentTypeId: number | null;
163
+ ElasticScore: number | null;
164
+ Extension: string | null;
165
+ Fields: Array<string> | null;
166
+ Filename: string | null;
167
+ Fragments: Array<string> | null;
168
+ }
169
+
156
170
  export interface DocumentTypeWithPermissions extends DocumentType {
157
171
  CanAdminAllCompanies: boolean;
158
172
  CanAdminOwnCompany: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.461",
3
+ "version": "2.0.462",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [