@leavittsoftware/lg-core-typescript 2.0.432 → 2.0.433

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.
Files changed (2) hide show
  1. package/lg.core.ts +1 -1
  2. package/package.json +1 -1
package/lg.core.ts CHANGED
@@ -2296,7 +2296,7 @@ export interface TemplateServiceTask extends TemplateTask {
2296
2296
  TimelineTemplateId: number;
2297
2297
  }
2298
2298
 
2299
- export interface GlobalServiceTask extends GlobalTask {
2299
+ export interface GlobalServiceTask extends GlobalTask, IIdentity {
2300
2300
  Attachments: Array<Partial<GlobalServiceTaskAttachment>> | null;
2301
2301
  }
2302
2302
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.432",
3
+ "version": "2.0.433",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [