cloud-ide-lms-model 1.0.284 → 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.
|
@@ -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";
|
|
@@ -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?: {
|
|
@@ -128,6 +129,7 @@ declare class AuthUserCoreUserDocuments extends CoreUserDocumentsBase {
|
|
|
128
129
|
_id?: string;
|
|
129
130
|
sygms_name?: string;
|
|
130
131
|
};
|
|
132
|
+
core_entity_access_pass_management?: CoreEntityAccessPassManagementSycadBase;
|
|
131
133
|
}
|
|
132
134
|
declare class AuthUserCoreUserFamilyDetails extends CoreUserFamilyDetailsBase {
|
|
133
135
|
syfdl_family_member_id_user?: {
|