@leavittsoftware/lg-core-typescript 2.0.366 → 2.0.367

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
@@ -2733,7 +2733,7 @@ export interface GuidingPrinciple extends IIdentity {
2733
2733
  Sequence: number;
2734
2734
  }
2735
2735
 
2736
- export interface GuidingPrincipleIconAttachment extends IDatabaseAttachment {
2736
+ export interface GuidingPrincipleIconAttachment extends IDatabaseAttachment, IIdentity {
2737
2737
  GuidingPrinciple: Partial<GuidingPrinciple> | null;
2738
2738
  }
2739
2739
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.366",
3
+ "version": "2.0.367",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [