@leavittsoftware/lg-core-typescript 2.0.436 → 2.0.437
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/lg.net.core.ts +9 -9
- package/package.json +1 -1
package/lg.net.core.ts
CHANGED
|
@@ -956,15 +956,6 @@ export interface CompanyUltiProAccount {
|
|
|
956
956
|
LastModifiedDate: string;
|
|
957
957
|
}
|
|
958
958
|
|
|
959
|
-
export interface CredentialActivationCode {
|
|
960
|
-
Attempts: number;
|
|
961
|
-
Code: string | null;
|
|
962
|
-
ExpiredDate: string;
|
|
963
|
-
Id: number;
|
|
964
|
-
IsExpired: boolean | null;
|
|
965
|
-
StartDate: string;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
959
|
export interface Department {
|
|
969
960
|
Company: Partial<Company> | null;
|
|
970
961
|
CompanyId: number;
|
|
@@ -4514,6 +4505,15 @@ export interface CompanyRole extends Role {
|
|
|
4514
4505
|
CompanyId: number;
|
|
4515
4506
|
}
|
|
4516
4507
|
|
|
4508
|
+
export interface CredentialActivationCode {
|
|
4509
|
+
Attempts: number;
|
|
4510
|
+
Code: string | null;
|
|
4511
|
+
ExpiredDate: string;
|
|
4512
|
+
Id: number;
|
|
4513
|
+
IsExpired: boolean | null;
|
|
4514
|
+
StartDate: string;
|
|
4515
|
+
}
|
|
4516
|
+
|
|
4517
4517
|
export interface IDatabaseAttachment {
|
|
4518
4518
|
CdnFileName: string | null;
|
|
4519
4519
|
CreatedDate: string;
|