@leavittsoftware/lg-core-typescript 4.116.0 → 4.117.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.
@@ -133,11 +133,11 @@ export interface SlideUpsertDto {
133
133
  }
134
134
 
135
135
  export interface TvGroupUpsertDto {
136
- Host: string;
136
+ Host: string | null;
137
137
  Id: number | null;
138
138
  Name: string;
139
139
  SlideShowId: number | null;
140
- SubnetMask: string;
140
+ SubnetMask: string | null;
141
141
  Tvs: Array<Partial<Tv>>;
142
142
  }
143
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "4.116.0",
3
+ "version": "4.117.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [