cloud-ide-lms-model 1.0.232 → 1.0.234
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.
|
@@ -98,4 +98,4 @@ declare class AuthUserCoreUserContactAddresses extends CoreUserContactAddressesB
|
|
|
98
98
|
}
|
|
99
99
|
export { AuthUserMstListErrorLogger, //interface
|
|
100
100
|
AuthUserMstListPayload, // model
|
|
101
|
-
authUserMstListControllerResponse, AuthUserMstCreatePayload, authUserMstCreateControllerResponse, AuthUserMstGetByIdPayload, authUserMstGetByIdControllerResponse, AuthUserMstGetByIdErrorLogger, AuthUserMstCreateErrorLogger, AuthUserMstGetByIdData, AuthUserCoreEntityMapping };
|
|
101
|
+
authUserMstListControllerResponse, AuthUserMstCreatePayload, authUserMstCreateControllerResponse, AuthUserMstGetByIdPayload, authUserMstGetByIdControllerResponse, AuthUserMstGetByIdErrorLogger, AuthUserMstCreateErrorLogger, AuthUserMstGetByIdData, AuthUserCoreEntityMapping, AuthUserCoreUserContactAddresses };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AuthUserCoreEntityMapping = exports.AuthUserMstGetByIdData = exports.AuthUserMstGetByIdPayload = exports.AuthUserMstCreatePayload = exports.AuthUserMstListPayload = void 0;
|
|
3
|
+
exports.AuthUserCoreUserContactAddresses = exports.AuthUserCoreEntityMapping = exports.AuthUserMstGetByIdData = exports.AuthUserMstGetByIdPayload = exports.AuthUserMstCreatePayload = exports.AuthUserMstListPayload = void 0;
|
|
4
4
|
const common_types_1 = require("../../common-types");
|
|
5
5
|
const schema_1 = require("../../schema");
|
|
6
6
|
const core_user_contact_addresses_1 = require("../../schema/core/core_user_contact_addresses");
|
|
@@ -76,3 +76,4 @@ class AuthUserCoreEntityMapping extends schema_1.CoreEntityMappingBase {
|
|
|
76
76
|
exports.AuthUserCoreEntityMapping = AuthUserCoreEntityMapping;
|
|
77
77
|
class AuthUserCoreUserContactAddresses extends core_user_contact_addresses_1.CoreUserContactAddressesBase {
|
|
78
78
|
}
|
|
79
|
+
exports.AuthUserCoreUserContactAddresses = AuthUserCoreUserContactAddresses;
|