@leavittsoftware/lg-core-typescript 2.33.0 → 2.36.0
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 +142 -51
- 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;
|
|
@@ -901,6 +917,81 @@ export interface UpsertCompanyOwnershipDto {
|
|
|
901
917
|
CompanyOwnerships: Array<Partial<CompanyOwnership>> | null;
|
|
902
918
|
}
|
|
903
919
|
|
|
920
|
+
export interface CLGameBreakdownDto {
|
|
921
|
+
Divisions: Array<Partial<CLGameDivisionBreakdownDto>> | null;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
export interface CLGameDivisionBreakdownDto {
|
|
925
|
+
DivisionId: number;
|
|
926
|
+
DivisionName: string | null;
|
|
927
|
+
DivisionSequence: number;
|
|
928
|
+
Teams: Array<Partial<CLGameTeamBreakdownDto>> | null;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
export interface CLGamePlayerBreakdownDto {
|
|
932
|
+
FirstName: string | null;
|
|
933
|
+
GrandPrizeName: string | null;
|
|
934
|
+
IsTeamCaptain: boolean;
|
|
935
|
+
LastName: string | null;
|
|
936
|
+
PersonId: number;
|
|
937
|
+
PrizeAmount: Partial<number> | null;
|
|
938
|
+
TeamStartDate: string;
|
|
939
|
+
TotalPoints: Partial<number>;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
export interface CLGameScoreboardDto {
|
|
943
|
+
CLGameId: number;
|
|
944
|
+
Id: number | null;
|
|
945
|
+
IsEnabled: boolean;
|
|
946
|
+
Name: string | null;
|
|
947
|
+
PlayerGroups: Array<Partial<CLGameScoreboardToPlayerGroup>> | null;
|
|
948
|
+
Prizes: Array<Partial<CLGamePrize>> | null;
|
|
949
|
+
QualificationAmount: Partial<number> | null;
|
|
950
|
+
SegmentTypeId: number | null;
|
|
951
|
+
Sequence: number;
|
|
952
|
+
SponsorId: number | null;
|
|
953
|
+
Take: number | null;
|
|
954
|
+
WebComponentHTMLTag: string | null;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
export interface CLGameTeamBreakdownDto {
|
|
958
|
+
GrandPrizeName: string | null;
|
|
959
|
+
Players: Array<Partial<CLGamePlayerBreakdownDto>> | null;
|
|
960
|
+
PrizeAmount: Partial<number> | null;
|
|
961
|
+
TeamId: number;
|
|
962
|
+
TeamImageCdnFileName: string | null;
|
|
963
|
+
TeamImageExtension: string | null;
|
|
964
|
+
TeamImageId: number | null;
|
|
965
|
+
TeamImagePreviewExtension: string | null;
|
|
966
|
+
TeamImagePreviewSizes: string | null;
|
|
967
|
+
TeamName: string | null;
|
|
968
|
+
TeamThumbnailCdnFileName: string | null;
|
|
969
|
+
TeamThumbnailExtension: string | null;
|
|
970
|
+
TeamThumbnailFileName: string | null;
|
|
971
|
+
TeamThumbnailId: number | null;
|
|
972
|
+
TeamThumbnailPreviewSizes: string | null;
|
|
973
|
+
TotalPoints: Partial<number>;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
export interface CLGameTopPlayerDto {
|
|
977
|
+
AgencyId: number | null;
|
|
978
|
+
AgencyName: string | null;
|
|
979
|
+
EmailAddress: string | null;
|
|
980
|
+
FirstName: string | null;
|
|
981
|
+
GrandPrizeName: string | null;
|
|
982
|
+
IsSubsidized: boolean;
|
|
983
|
+
LastName: string | null;
|
|
984
|
+
PersonId: number;
|
|
985
|
+
PrizeAmount: Partial<number> | null;
|
|
986
|
+
TotalPoints: Partial<number>;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
export interface CLGameTopPlayerGroupsDto {
|
|
990
|
+
PlayerGroupId: number;
|
|
991
|
+
PlayerGroupName: string | null;
|
|
992
|
+
Players: Array<Partial<CLGameTopPlayerDto>> | null;
|
|
993
|
+
}
|
|
994
|
+
|
|
904
995
|
export interface IDatabaseAttachment {
|
|
905
996
|
CdnFileName: string | null;
|
|
906
997
|
CreatedDate: string;
|