cloud-ide-lms-model 1.0.284 → 1.0.285

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.
@@ -1,7 +1,7 @@
1
1
  import { MTableQueries } from "../../common-types";
2
2
  import { AuthUserMst, CoreEntityMapping, CoreEntityMappingBase } from "../../schema";
3
3
  import { CoreUserAttributes } from "../../schema/core/core_user_attributes";
4
- import { CoreUserContactAddresses, CoreUserContactAddressesBase } from "../../schema/core/core_user_contact_addresses";
4
+ import { CoreEntityAccessPassManagementSycadBase, CoreUserContactAddresses, CoreUserContactAddressesBase } from "../../schema/core/core_user_contact_addresses";
5
5
  import { CoreUserDocuments, CoreUserDocumentsBase } from "../../schema/core/core_user_documents";
6
6
  import { CoreUserFamilyDetails, CoreUserFamilyDetailsBase } from "../../schema/core/core_user_family_details";
7
7
  import { CoreUserRoleExceptions, CoreUserRoleExceptionsBase } from "../../schema/core/core_user_role_exceptions";
@@ -128,6 +128,7 @@ declare class AuthUserCoreUserDocuments extends CoreUserDocumentsBase {
128
128
  _id?: string;
129
129
  sygms_name?: string;
130
130
  };
131
+ core_entity_access_pass_management?: CoreEntityAccessPassManagementSycadBase;
131
132
  }
132
133
  declare class AuthUserCoreUserFamilyDetails extends CoreUserFamilyDetailsBase {
133
134
  syfdl_family_member_id_user?: {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "typescript": "^5.4.2"
6
6
  },
7
7
  "name": "cloud-ide-lms-model",
8
- "version": "1.0.284",
8
+ "version": "1.0.285",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",