@leavittsoftware/lg-core-typescript 2.0.476 → 2.0.477
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.
- package/api3.leavitt.com.js.map +1 -1
- package/api3.leavitt.com.ts +12 -0
- package/lg.net.core.ts +12 -12
- package/package.json +1 -1
package/api3.leavitt.com.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"
|
|
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"}
|
package/api3.leavitt.com.ts
CHANGED
|
@@ -115,6 +115,18 @@ export interface SequenceDto {
|
|
|
115
115
|
Sequence: number;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
+
export interface FileExplorerMemberDto {
|
|
119
|
+
FirstName: string | null;
|
|
120
|
+
GroupSource: Array<string> | null;
|
|
121
|
+
LastName: string | null;
|
|
122
|
+
PersonId: number;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export interface FileExplorerPermissionsDto {
|
|
126
|
+
IsAdmin: boolean;
|
|
127
|
+
IsViewer: boolean;
|
|
128
|
+
}
|
|
129
|
+
|
|
118
130
|
export interface GetSignaturePrefillDataDto {
|
|
119
131
|
AgencyOrDepartment: string | null;
|
|
120
132
|
City: string | null;
|
package/lg.net.core.ts
CHANGED
|
@@ -3159,18 +3159,18 @@ export interface EmailAddress {
|
|
|
3159
3159
|
}
|
|
3160
3160
|
|
|
3161
3161
|
export interface FileExplorer {
|
|
3162
|
+
AdminPeopleGroups: Array<Partial<FileExplorerAdminToPeopleGroup>> | null;
|
|
3163
|
+
Admins: Array<Partial<FileExplorerAdmin>> | null;
|
|
3162
3164
|
AllowedFileTypes: string | null;
|
|
3163
|
-
|
|
3164
|
-
FileExplorerAdminToPeopleGroups: Array<Partial<FileExplorerAdminToPeopleGroup>> | null;
|
|
3165
|
-
FileExplorerAttachments: Array<Partial<FileExplorerAttachment>> | null;
|
|
3166
|
-
FileExplorerFolders: Array<Partial<FileExplorerFolder>> | null;
|
|
3167
|
-
FileExplorerViewers: Array<Partial<FileExplorerViewer>> | null;
|
|
3168
|
-
FileExplorerViewerToPeopleGroups: Array<Partial<FileExplorerViewerToPeopleGroup>> | null;
|
|
3165
|
+
Attachments: Array<Partial<FileExplorerAttachment>> | null;
|
|
3169
3166
|
FilesCount: number;
|
|
3167
|
+
Folders: Array<Partial<FileExplorerFolder>> | null;
|
|
3170
3168
|
FoldersCount: number;
|
|
3171
3169
|
Id: number;
|
|
3172
3170
|
Name: string | null;
|
|
3173
3171
|
Size: number;
|
|
3172
|
+
ViewerPeopleGroups: Array<Partial<FileExplorerViewerToPeopleGroup>> | null;
|
|
3173
|
+
Viewers: Array<Partial<FileExplorerViewer>> | null;
|
|
3174
3174
|
Website: string | null;
|
|
3175
3175
|
}
|
|
3176
3176
|
|
|
@@ -3200,17 +3200,17 @@ export interface FileExplorerAttachment extends IDatabaseAttachment {
|
|
|
3200
3200
|
Creator: Partial<Person> | null;
|
|
3201
3201
|
CreatorId: number;
|
|
3202
3202
|
FileExplorer: Partial<FileExplorer> | null;
|
|
3203
|
-
FileExplorerFolder: Partial<FileExplorerFolder> | null;
|
|
3204
3203
|
FileExplorerFolderId: number | null;
|
|
3205
3204
|
FileExplorerId: number;
|
|
3205
|
+
Folder: Partial<FileExplorerFolder> | null;
|
|
3206
3206
|
}
|
|
3207
3207
|
|
|
3208
3208
|
export interface FileExplorerFolder {
|
|
3209
|
+
Attachments: Array<Partial<FileExplorerAttachment>> | null;
|
|
3209
3210
|
CreatedDate: string;
|
|
3210
3211
|
CreatorPerson: Partial<Person> | null;
|
|
3211
3212
|
CreatorPersonId: number;
|
|
3212
3213
|
FileExplorer: Partial<FileExplorer> | null;
|
|
3213
|
-
FileExplorerAttachments: Array<Partial<FileExplorerAttachment>> | null;
|
|
3214
3214
|
FileExplorerId: number;
|
|
3215
3215
|
FilesCount: number;
|
|
3216
3216
|
FoldersCount: number;
|
|
@@ -3484,8 +3484,8 @@ export interface PeopleGroup {
|
|
|
3484
3484
|
Description: string | null;
|
|
3485
3485
|
DistributionGroupToPeopleGroups: Array<Partial<DistributionGroupToPeopleGroup>> | null;
|
|
3486
3486
|
EndDate: string | null;
|
|
3487
|
-
|
|
3488
|
-
|
|
3487
|
+
FileExplorerAdminsToPeopleGroups: Array<Partial<FileExplorerAdminToPeopleGroup>> | null;
|
|
3488
|
+
FileExplorerViewersToPeopleGroups: Array<Partial<FileExplorerViewerToPeopleGroup>> | null;
|
|
3489
3489
|
ForumToPeopleGroups: Array<Partial<ForumToPeopleGroup>> | null;
|
|
3490
3490
|
FruitsToPeopleGroups: Array<Partial<FruitsToPeopleGroup>> | null;
|
|
3491
3491
|
GlobalViewerToPeopleGroups: Array<Partial<DocumentTypeGlobalViewerToPeopleGroup>> | null;
|
|
@@ -3667,10 +3667,10 @@ export interface Person {
|
|
|
3667
3667
|
ExpenseFormCreatorPeople: Array<Partial<ExpenseForm>> | null;
|
|
3668
3668
|
ExpenseFormLastModifiedByPeople: Array<Partial<ExpenseForm>> | null;
|
|
3669
3669
|
ExpenseFormPaidByPeople: Array<Partial<ExpenseForm>> | null;
|
|
3670
|
-
|
|
3670
|
+
FileExplorerAdminships: Array<Partial<FileExplorerAdmin>> | null;
|
|
3671
3671
|
FileExplorerAttachments: Array<Partial<FileExplorerAttachment>> | null;
|
|
3672
3672
|
FileExplorerFolders: Array<Partial<FileExplorerFolder>> | null;
|
|
3673
|
-
|
|
3673
|
+
FileExplorerViewerships: Array<Partial<FileExplorerViewer>> | null;
|
|
3674
3674
|
FirstName: string | null;
|
|
3675
3675
|
Folders: Array<Partial<Folder>> | null;
|
|
3676
3676
|
ForumAdmins: Array<Partial<ForumAdmin>> | null;
|