cloud-ide-lms-model 1.0.285 → 1.0.286

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.
@@ -110,6 +110,7 @@ declare class AuthUserCoreUserContactAddresses extends CoreUserContactAddressesB
110
110
  _id: string;
111
111
  syctr_country_iso_name: string;
112
112
  };
113
+ core_entity_access_pass_management?: CoreEntityAccessPassManagementSycadBase;
113
114
  }
114
115
  declare class AuthUserCoreUserDocuments extends CoreUserDocumentsBase {
115
116
  syusd_document_type_id_sygms?: {
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.285",
8
+ "version": "1.0.286",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",