ntk-cms-api 1.2.112 → 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 +16 -16
- 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/estateAccountAgencyModel.js +2 -2
- package/esm2015/lib/models/entity/estate/estateAccountAgencyUserModel.js +5 -0
- package/esm2015/lib/models/entity/estate/estateAccountUserModel.js +2 -2
- 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 +8 -8
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/estate/_export.d.ts +1 -1
- package/lib/models/entity/estate/estateAccountAgencyModel.d.ts +5 -0
- package/lib/models/entity/estate/estateAccountAgencyUserModel.d.ts +5 -0
- package/lib/models/entity/estate/estateAccountUserModel.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
|
|
|
@@ -12784,7 +12784,7 @@
|
|
|
12784
12784
|
return EstateModuleSiteStorageValuesModel;
|
|
12785
12785
|
}(BaseModuleSiteStorageValuesModel));
|
|
12786
12786
|
|
|
12787
|
-
//@@tag-Version-
|
|
12787
|
+
//@@tag-Version-2212171
|
|
12788
12788
|
var EstateAccountAgencyModel = /** @class */ (function (_super) {
|
|
12789
12789
|
__extends(EstateAccountAgencyModel, _super);
|
|
12790
12790
|
function EstateAccountAgencyModel() {
|
|
@@ -12804,16 +12804,16 @@
|
|
|
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
|
-
//@@tag-Version-
|
|
12816
|
+
//@@tag-Version-2212171
|
|
12817
12817
|
var EstateAccountUserModel = /** @class */ (function (_super) {
|
|
12818
12818
|
__extends(EstateAccountUserModel, _super);
|
|
12819
12819
|
function EstateAccountUserModel() {
|
|
@@ -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;
|