cloud-ide-model-schema 1.1.95 → 1.1.96

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.
@@ -27,6 +27,7 @@ import { CCoreUserFamilyDetails } from './core_user_family_details';
27
27
  import { CCoreUserRole } from './core_user_role';
28
28
  import { CCoreUserRoleRights } from './core_user_role_rights';
29
29
  export * from './core_user_contact_addresses';
30
+ export * from './core_entity_access_pass_management';
30
31
  export { CCoreSypg, CCoreSytm, CCoreSyme, CCoreSylog, CCoreSyen, CCoreSyco, CCoreSypin, CCoreSyptb, CCoreSypgr, CCoreSype, CCoreSygms, CCoreSygmt, CCoreSyenm, CCoreCyfm, CCoreSyctr,
31
32
  /** system language schemas */
32
33
  CCoreSylang,
@@ -72,3 +72,4 @@ Object.defineProperty(exports, "CCoreUserRole", { enumerable: true, get: functio
72
72
  var core_user_role_rights_1 = require("./core_user_role_rights");
73
73
  Object.defineProperty(exports, "CCoreUserRoleRights", { enumerable: true, get: function () { return core_user_role_rights_1.CCoreUserRoleRights; } });
74
74
  __exportStar(require("./core_user_contact_addresses"), exports);
75
+ __exportStar(require("./core_entity_access_pass_management"), exports);
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript": "^5.8.3"
10
10
  },
11
11
  "name": "cloud-ide-model-schema",
12
- "version": "1.1.95",
12
+ "version": "1.1.96",
13
13
  "description": "Pachage for schema management of Cloud IDEsys LMS",
14
14
  "main": "lib/index.js",
15
15
  "types": "lib/index.d.ts",