@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.
- package/lg.core.ts +1 -1
- 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
|
|