@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 CHANGED
@@ -4,10 +4,6 @@
4
4
  // </auto-generated>
5
5
  // ----------------------
6
6
 
7
- export interface IIdentity {
8
- Id: number;
9
- }
10
-
11
7
  export interface Account_100 {
12
8
  AccountNumber: string | null;
13
9
  AccountPayoff: Partial<number> | null;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.372",
3
+ "version": "2.0.373",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [