ntk-cms-api 1.2.113 → 1.2.114
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.
- package/bundles/ntk-cms-api.umd.js +14 -14
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/entity/estate/_export.js +2 -2
- package/esm2015/lib/models/entity/estate/estateAccountAgencyUserModel.js +5 -0
- package/esm2015/lib/models/entity/estate/estatePropertyModel.js +1 -1
- package/esm2015/lib/service/estate/_export.js +2 -2
- package/esm2015/lib/service/estate/estateAccountAgencyUser.service.js +11 -0
- package/fesm2015/ntk-cms-api.js +6 -6
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/estate/_export.d.ts +1 -1
- package/lib/models/entity/estate/estateAccountAgencyUserModel.d.ts +5 -0
- package/lib/models/entity/estate/estatePropertyModel.d.ts +1 -1
- package/lib/service/estate/_export.d.ts +1 -1
- package/lib/service/estate/estateAccountAgencyUser.service.d.ts +5 -0
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
- package/esm2015/lib/models/entity/estate/estateAccountAgencyTypeUserModel.js +0 -5
- package/esm2015/lib/service/estate/estateAccountAgencyTypeUser.service.js +0 -11
- package/lib/models/entity/estate/estateAccountAgencyTypeUserModel.d.ts +0 -8
- package/lib/service/estate/estateAccountAgencyTypeUser.service.d.ts +0 -5
|
@@ -12103,17 +12103,17 @@
|
|
|
12103
12103
|
{ type: i0.Injectable }
|
|
12104
12104
|
];
|
|
12105
12105
|
|
|
12106
|
-
var
|
|
12107
|
-
__extends(
|
|
12108
|
-
function
|
|
12106
|
+
var EstateAccountAgencyUserService = /** @class */ (function (_super) {
|
|
12107
|
+
__extends(EstateAccountAgencyUserService, _super);
|
|
12108
|
+
function EstateAccountAgencyUserService() {
|
|
12109
12109
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
12110
12110
|
}
|
|
12111
|
-
|
|
12112
|
-
return '
|
|
12111
|
+
EstateAccountAgencyUserService.prototype.getModuleControllerUrl = function () {
|
|
12112
|
+
return 'EstateAccountAgencyUser';
|
|
12113
12113
|
};
|
|
12114
|
-
return
|
|
12114
|
+
return EstateAccountAgencyUserService;
|
|
12115
12115
|
}(ApiCmsServerBase));
|
|
12116
|
-
|
|
12116
|
+
EstateAccountAgencyUserService.decorators = [
|
|
12117
12117
|
{ type: i0.Injectable }
|
|
12118
12118
|
];
|
|
12119
12119
|
|
|
@@ -12804,13 +12804,13 @@
|
|
|
12804
12804
|
return EstateAccountAgencyAdsModel;
|
|
12805
12805
|
}(BaseModuleEntity));
|
|
12806
12806
|
|
|
12807
|
-
//@@tag-Version-
|
|
12808
|
-
var
|
|
12809
|
-
__extends(
|
|
12810
|
-
function
|
|
12807
|
+
//@@tag-Version-2212181
|
|
12808
|
+
var EstateAccountAgencyUserModel = /** @class */ (function (_super) {
|
|
12809
|
+
__extends(EstateAccountAgencyUserModel, _super);
|
|
12810
|
+
function EstateAccountAgencyUserModel() {
|
|
12811
12811
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
12812
12812
|
}
|
|
12813
|
-
return
|
|
12813
|
+
return EstateAccountAgencyUserModel;
|
|
12814
12814
|
}(BaseModuleEntity));
|
|
12815
12815
|
|
|
12816
12816
|
//@@tag-Version-2212171
|
|
@@ -15569,8 +15569,8 @@
|
|
|
15569
15569
|
exports.EstateAccountAgencyAdsService = EstateAccountAgencyAdsService;
|
|
15570
15570
|
exports.EstateAccountAgencyModel = EstateAccountAgencyModel;
|
|
15571
15571
|
exports.EstateAccountAgencyService = EstateAccountAgencyService;
|
|
15572
|
-
exports.
|
|
15573
|
-
exports.
|
|
15572
|
+
exports.EstateAccountAgencyUserModel = EstateAccountAgencyUserModel;
|
|
15573
|
+
exports.EstateAccountAgencyUserService = EstateAccountAgencyUserService;
|
|
15574
15574
|
exports.EstateAccountUserModel = EstateAccountUserModel;
|
|
15575
15575
|
exports.EstateAccountUserService = EstateAccountUserService;
|
|
15576
15576
|
exports.EstateActivityTypeModel = EstateActivityTypeModel;
|