@leavittsoftware/lg-core-typescript 5.606.0 → 5.607.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.
@@ -1876,8 +1876,8 @@ export interface PermissionUpsertDto {
1876
1876
  Applications: Array<Partial<PermissionToApplication>>;
1877
1877
  Description: string | null;
1878
1878
  Id: number | null;
1879
- Name: string | null;
1880
- ScopeId: number | null;
1879
+ Name: string;
1880
+ ScopeId: number;
1881
1881
  }
1882
1882
 
1883
1883
  export interface UserPermissionsDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.606.0",
3
+ "version": "5.607.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [