@leavittsoftware/lg-core-typescript 2.0.481 → 2.0.482

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":"AAkcA,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":"AA6eA,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"}
@@ -5,6 +5,49 @@
5
5
  // ----------------------
6
6
  import { SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,Company,CompanyLogo,CompanyOwnership } from './lg.net.core'
7
7
 
8
+ export interface FileExplorerDto {
9
+ AllowedFileTypes: string | null;
10
+ CanEdit: boolean;
11
+ Files: Array<Partial<FileExplorerFileDto>> | null;
12
+ FilesCount: number;
13
+ Folders: Array<Partial<FileExplorerFolderDto>> | null;
14
+ FoldersCount: number;
15
+ Name: string | null;
16
+ Path: Array<Partial<FileExplorerPathDto>> | null;
17
+ Size: number;
18
+ }
19
+
20
+ export interface FileExplorerPathDto {
21
+ FileExplorerId: number | null;
22
+ FolderId: number | null;
23
+ Name: string | null;
24
+ }
25
+
26
+ export interface FileExplorerFileDto {
27
+ CdnFileName: string | null;
28
+ CreatedDate: string;
29
+ CreatorFirstName: string | null;
30
+ CreatorId: number;
31
+ CreatorLastName: string | null;
32
+ Extension: string | null;
33
+ Id: number;
34
+ Name: string | null;
35
+ PreviewExtension: string | null;
36
+ PreviewSizes: string | null;
37
+ Size: number;
38
+ }
39
+
40
+ export interface FileExplorerFolderDto {
41
+ CreatedDate: string;
42
+ CreatorFirstName: string | null;
43
+ CreatorId: number;
44
+ CreatorLastName: string | null;
45
+ FilesCount: number;
46
+ FoldersCount: number;
47
+ Id: number;
48
+ Name: string | null;
49
+ }
50
+
8
51
  export interface FruitHolderDto {
9
52
  FirstName: string | null;
10
53
  GroupSource: Array<string> | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.481",
3
+ "version": "2.0.482",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [