cloud-ide-lms-model 1.1.86 → 1.1.87

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.
@@ -18,6 +18,8 @@ declare class CoreSystemEntitySaveUpdatePayload {
18
18
  }
19
19
  declare class MEntity extends MTableQueries {
20
20
  syen_id?: string;
21
+ /** When set (e.g. from entity list page), filter list to this entity and its children only. */
22
+ syen_logged_in_entity_id?: string;
21
23
  constructor(init: MEntity);
22
24
  Validate?(): Partial<IEntityErrorLogger>;
23
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-lms-model",
3
- "version": "1.1.86",
3
+ "version": "1.1.87",
4
4
  "description": "Package for Model management of Cloud IDEsys LMS",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",