@leavittsoftware/lg-core-typescript 2.34.0 → 2.36.1
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 +67 -51
- package/lg.core.ts +5 -5
- 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":"AA6+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"}
|
package/api3.leavitt.com.ts
CHANGED
|
@@ -3,50 +3,7 @@
|
|
|
3
3
|
// generated using a custom program
|
|
4
4
|
// </auto-generated>
|
|
5
5
|
// ----------------------
|
|
6
|
-
import { Person,PermissionToApplication,
|
|
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
|
-
}
|
|
6
|
+
import { ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,Company,CompanyLogo,CompanyOwnership,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
|
|
50
7
|
|
|
51
8
|
export interface FruitHolderDto {
|
|
52
9
|
FirstName: string | null;
|
|
@@ -206,6 +163,18 @@ export interface PLGameTopPlayerGroupsDto {
|
|
|
206
163
|
Players: Array<Partial<PLGameTopPlayerDto>> | null;
|
|
207
164
|
}
|
|
208
165
|
|
|
166
|
+
export interface ItManagedApplicationUpsertDto {
|
|
167
|
+
Description: string | null;
|
|
168
|
+
Id: number | null;
|
|
169
|
+
IsActive: boolean;
|
|
170
|
+
IsDiscoverable: boolean;
|
|
171
|
+
Name: string | null;
|
|
172
|
+
Owner: string | null;
|
|
173
|
+
Tags: Array<Partial<ApplicationToApplicationTag>> | null;
|
|
174
|
+
Tenants: Array<string> | null;
|
|
175
|
+
URL: string | null;
|
|
176
|
+
}
|
|
177
|
+
|
|
209
178
|
export interface CustomPeopleGroupMembershipDto {
|
|
210
179
|
GroupId: number;
|
|
211
180
|
GroupSource: Array<string> | null;
|
|
@@ -224,16 +193,20 @@ export interface LssApplicationUpsertDto {
|
|
|
224
193
|
URL: string | null;
|
|
225
194
|
}
|
|
226
195
|
|
|
227
|
-
export interface
|
|
196
|
+
export interface PermissionUpsertDto {
|
|
197
|
+
Applications: Array<Partial<PermissionToApplication>> | null;
|
|
228
198
|
Description: string | null;
|
|
229
199
|
Id: number | null;
|
|
230
|
-
IsActive: boolean;
|
|
231
|
-
IsDiscoverable: boolean;
|
|
232
200
|
Name: string | null;
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
201
|
+
ScopeId: number | null;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
export interface UserPermissionsDto {
|
|
205
|
+
PermissionId: number;
|
|
206
|
+
PermissionName: string | null;
|
|
207
|
+
PersonToPermissionId: number | null;
|
|
208
|
+
ScopeId: number | null;
|
|
209
|
+
ScopeName: string | null;
|
|
237
210
|
}
|
|
238
211
|
|
|
239
212
|
export interface NaicsCsvUploadDto {
|
|
@@ -412,6 +385,49 @@ export interface SequenceDto {
|
|
|
412
385
|
Sequence: number;
|
|
413
386
|
}
|
|
414
387
|
|
|
388
|
+
export interface FileExplorerDto {
|
|
389
|
+
AllowedFileTypes: string | null;
|
|
390
|
+
CanEdit: boolean;
|
|
391
|
+
Files: Array<Partial<FileExplorerFileDto>> | null;
|
|
392
|
+
FilesCount: number;
|
|
393
|
+
Folders: Array<Partial<FileExplorerFolderDto>> | null;
|
|
394
|
+
FoldersCount: number;
|
|
395
|
+
Name: string | null;
|
|
396
|
+
Path: Array<Partial<FileExplorerPathDto>> | null;
|
|
397
|
+
Size: number;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export interface FileExplorerPathDto {
|
|
401
|
+
FileExplorerId: number | null;
|
|
402
|
+
FolderId: number | null;
|
|
403
|
+
Name: string | null;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
export interface FileExplorerFileDto {
|
|
407
|
+
CdnFileName: string | null;
|
|
408
|
+
CreatedDate: string;
|
|
409
|
+
CreatorFirstName: string | null;
|
|
410
|
+
CreatorId: number;
|
|
411
|
+
CreatorLastName: string | null;
|
|
412
|
+
Extension: string | null;
|
|
413
|
+
Id: number;
|
|
414
|
+
Name: string | null;
|
|
415
|
+
PreviewExtension: string | null;
|
|
416
|
+
PreviewSizes: string | null;
|
|
417
|
+
Size: number;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
export interface FileExplorerFolderDto {
|
|
421
|
+
CreatedDate: string;
|
|
422
|
+
CreatorFirstName: string | null;
|
|
423
|
+
CreatorId: number;
|
|
424
|
+
CreatorLastName: string | null;
|
|
425
|
+
FilesCount: number;
|
|
426
|
+
FoldersCount: number;
|
|
427
|
+
Id: number;
|
|
428
|
+
Name: string | null;
|
|
429
|
+
}
|
|
430
|
+
|
|
415
431
|
export interface FileExplorerMemberDto {
|
|
416
432
|
FirstName: string | null;
|
|
417
433
|
GroupSource: Array<string> | null;
|
package/lg.core.ts
CHANGED
|
@@ -3137,15 +3137,13 @@ export interface CompanyGroupToCompany {
|
|
|
3137
3137
|
}
|
|
3138
3138
|
|
|
3139
3139
|
export interface CustomPeopleGroup extends PeopleGroup {
|
|
3140
|
-
GroupOperator: GroupLogicalOperatorString;
|
|
3141
|
-
PeopleGroups: Array<Partial<CustomPeopleGroupToPeopleGroup>> | null;
|
|
3142
3140
|
}
|
|
3143
3141
|
|
|
3144
|
-
export interface
|
|
3142
|
+
export interface PeopleGroupToPeopleGroup extends IExpirable, IIdentity {
|
|
3145
3143
|
ChildPeopleGroup: Partial<PeopleGroup> | null;
|
|
3146
3144
|
ChildPeopleGroupId: number;
|
|
3147
3145
|
ExcludeFromGroup: boolean;
|
|
3148
|
-
ParentPeopleGroup: Partial<
|
|
3146
|
+
ParentPeopleGroup: Partial<PeopleGroup> | null;
|
|
3149
3147
|
ParentPeopleGroupId: number;
|
|
3150
3148
|
}
|
|
3151
3149
|
|
|
@@ -3697,10 +3695,10 @@ export interface PersonAddress extends Address {
|
|
|
3697
3695
|
}
|
|
3698
3696
|
|
|
3699
3697
|
export interface PeopleGroup extends Group, IExpirable {
|
|
3698
|
+
ChildPeopleGroups: Array<Partial<PeopleGroupToPeopleGroup>> | null;
|
|
3700
3699
|
CourseAdminPeopleGroups: Array<Partial<CourseAdminPeopleGroup>> | null;
|
|
3701
3700
|
CourseMemberPeopleGroups: Array<Partial<CourseMemberPeopleGroup>> | null;
|
|
3702
3701
|
CourseReporteeToPeopleGroups: Array<Partial<CourseReporteeToPeopleGroup>> | null;
|
|
3703
|
-
CustomPeopleGroups: Array<Partial<CustomPeopleGroupToPeopleGroup>> | null;
|
|
3704
3702
|
DistributionGroupToPeopleGroups: Array<Partial<DistributionGroupToPeopleGroup>> | null;
|
|
3705
3703
|
DocumentTypeAgencyViewerToPeopleGroups: Array<Partial<DocumentTypeAgencyViewerToPeopleGroup>> | null;
|
|
3706
3704
|
DocumentTypeGlobalViewerToPeopleGroups: Array<Partial<DocumentTypeGlobalViewerToPeopleGroup>> | null;
|
|
@@ -3709,10 +3707,12 @@ export interface PeopleGroup extends Group, IExpirable {
|
|
|
3709
3707
|
FileExplorerViewersToPeopleGroups: Array<Partial<FileExplorerViewerToPeopleGroup>> | null;
|
|
3710
3708
|
ForumToPeopleGroups: Array<Partial<ForumToPeopleGroup>> | null;
|
|
3711
3709
|
FruitsToPeopleGroups: Array<Partial<FruitsToPeopleGroup>> | null;
|
|
3710
|
+
GroupOperator: GroupLogicalOperatorString;
|
|
3712
3711
|
GroupSurgeViewerToPeopleGroups: Array<Partial<SurgeViewerToPeopleGroup>> | null;
|
|
3713
3712
|
InvitedPeopleGroupToEvents: Array<Partial<InvitedPeopleGroupToEvent>> | null;
|
|
3714
3713
|
NewsToPeopleGroups: Array<Partial<NewsToPeopleGroup>> | null;
|
|
3715
3714
|
OutboundCallerIdToPeopleGroups: Array<Partial<OutboundCallerIdToPeopleGroup>> | null;
|
|
3715
|
+
ParentPeopleGroups: Array<Partial<PeopleGroupToPeopleGroup>> | null;
|
|
3716
3716
|
PeopleGroupToWebComponentSlides: Array<Partial<PeopleGroupToWebComponentSlide>> | null;
|
|
3717
3717
|
PermissionToPeopleGroups: Array<Partial<PermissionToPeopleGroup>> | null;
|
|
3718
3718
|
PermissionToPermissionManagerGroups: Array<Partial<PermissionToPermissionManagerGroup>> | null;
|