@leavittsoftware/lg-core-typescript 2.0.372 → 2.0.373
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.apfc.ts +0 -4
- package/lg.core.ts +4 -4
- package/package.json +1 -1
package/lg.apfc.ts
CHANGED
package/lg.core.ts
CHANGED
|
@@ -23,10 +23,6 @@ export interface Detail extends IIdentity {
|
|
|
23
23
|
Value: string | null;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
export interface IIdentity {
|
|
27
|
-
Id: number;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
26
|
export interface CPACDeduction extends Deduction {
|
|
31
27
|
}
|
|
32
28
|
|
|
@@ -4090,6 +4086,10 @@ export interface Version {
|
|
|
4090
4086
|
Revision: number;
|
|
4091
4087
|
}
|
|
4092
4088
|
|
|
4089
|
+
export interface IIdentity {
|
|
4090
|
+
Id: number;
|
|
4091
|
+
}
|
|
4092
|
+
|
|
4093
4093
|
export interface IExpirable {
|
|
4094
4094
|
EndDate: string | null;
|
|
4095
4095
|
IsExpired: boolean;
|