@leavittsoftware/lg-core-typescript 2.216.0 → 4.0.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/lg.net.core.ts CHANGED
@@ -831,9 +831,9 @@ export interface STTask {
831
831
  }
832
832
 
833
833
  export interface STTaskCategory {
834
- GlobalTasks: Array<Partial<STTask>>;
835
834
  Id: number;
836
835
  Name: string | null;
836
+ Tasks: Array<Partial<STTask>>;
837
837
  }
838
838
 
839
839
  export interface TaskReminder {
@@ -0,0 +1,3 @@
1
+ export * from "./api3.leavitt.com";
2
+ export * from "./lg.net.core";
3
+ //# sourceMappingURL=lg.typescript.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lg.typescript.js","sourceRoot":"","sources":["lg.typescript.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./api3.leavitt.com";
2
+ export * from "./lg.net.core";
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.216.0",
3
+ "version": "4.0.0",
4
4
  "description": "Typescript of lg core",
5
- "main": "lg.core.js",
5
+ "main": "lg.typescript.js",
6
6
  "files": [
7
+ "lg.typescript.js.map",
8
+ "lg.typescript.js",
9
+ "lg.typescript.ts",
7
10
  "lg.core.js.map",
8
11
  "lg.core.js",
9
12
  "lg.core.ts",