@leavittsoftware/lg-core-typescript 2.0.358 → 2.0.359

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
@@ -2686,7 +2686,7 @@ export interface GpNomination extends ICreatedBy {
2686
2686
  }
2687
2687
 
2688
2688
  export interface AgencyPrinciple {
2689
- company: Partial<Company> | null;
2689
+ Company: Partial<Company> | null;
2690
2690
  CompanyId: number;
2691
2691
  Description: string | null;
2692
2692
  GoverningPrinciples: Array<Partial<GuidingPrinciple>> | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.358",
3
+ "version": "2.0.359",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [