@leavittsoftware/lg-core-typescript 5.693.0 → 5.694.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.
Files changed (2) hide show
  1. package/lg.net.core.ts +1 -1
  2. package/package.json +1 -1
package/lg.net.core.ts CHANGED
@@ -2089,7 +2089,7 @@ export interface CampaignTemplate {
2089
2089
  }
2090
2090
 
2091
2091
  export interface CompanyMessageTemplate extends MessageTemplate {
2092
- Company: Partial<Company>;
2092
+ Company: Partial<Company> | null;
2093
2093
  CompanyId: number;
2094
2094
  SharedTo: Array<Partial<CompanyMessageTemplateToPerson>>;
2095
2095
  ShareToAllInCompany: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.693.0",
3
+ "version": "5.694.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [