@leavittsoftware/lg-core-typescript 2.0.383 → 2.0.384
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/api2.leavitt.com.ts +15 -0
- package/package.json +1 -1
package/api2.leavitt.com.ts
CHANGED
|
@@ -1414,6 +1414,21 @@ export interface PLGamePlayerDto {
|
|
|
1414
1414
|
TotalPoints: Partial<number>;
|
|
1415
1415
|
}
|
|
1416
1416
|
|
|
1417
|
+
export interface CompanyLeaseAttachmentSearchDto {
|
|
1418
|
+
CdnFileName: string | null;
|
|
1419
|
+
CompanyId: number;
|
|
1420
|
+
CompanyLeaseAttachmentEndDate: string | null;
|
|
1421
|
+
CompanyLeaseAttachmentId: number;
|
|
1422
|
+
CompanyLeaseAttachmentIsExpired: boolean | null;
|
|
1423
|
+
CompanyLeaseAttachmentStartDate: string;
|
|
1424
|
+
CompanyLeaseExpirationDate: string | null;
|
|
1425
|
+
CompanyLeaseId: number;
|
|
1426
|
+
CompanyName: string | null;
|
|
1427
|
+
Extension: string | null;
|
|
1428
|
+
Filename: string | null;
|
|
1429
|
+
Fragments: Array<string> | null;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1417
1432
|
export interface ITEmployeeLookupEmailDto {
|
|
1418
1433
|
Address: string | null;
|
|
1419
1434
|
IsPrimary: boolean;
|