ntk-cms-api 1.0.430 → 1.0.431
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 +0 -21
- 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/dto/estate/_export.js +1 -2
- package/esm2015/lib/models/entity/estate/estatePropertyModel.js +1 -1
- package/esm2015/lib/service/estate/estateProperty.service.js +1 -13
- package/fesm2015/ntk-cms-api.js +1 -19
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/dto/estate/_export.d.ts +0 -1
- package/lib/models/entity/estate/estatePropertyModel.d.ts +4 -0
- package/lib/service/estate/estateProperty.service.d.ts +0 -2
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
- package/esm2015/lib/models/dto/estate/estatePropertyDtoModel.js +0 -7
- package/lib/models/dto/estate/estatePropertyDtoModel.d.ts +0 -46
|
@@ -10824,19 +10824,6 @@
|
|
|
10824
10824
|
EstatePropertyService.prototype.getModuleControllerUrl = function () {
|
|
10825
10825
|
return 'EstateProperty';
|
|
10826
10826
|
};
|
|
10827
|
-
EstatePropertyService.prototype.ServiceAdvanceAdd = function (model) {
|
|
10828
|
-
var _this = this;
|
|
10829
|
-
// this.loadingStatus=true;
|
|
10830
|
-
return this.http
|
|
10831
|
-
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/', model, {
|
|
10832
|
-
headers: this.getHeaders(),
|
|
10833
|
-
})
|
|
10834
|
-
.pipe(operators.retry(this.configApiRetry),
|
|
10835
|
-
// catchError(this.handleError)
|
|
10836
|
-
operators.map(function (ret) {
|
|
10837
|
-
return _this.errorExceptionResultCheck(ret);
|
|
10838
|
-
}));
|
|
10839
|
-
};
|
|
10840
10827
|
EstatePropertyService.prototype.ServiceFavoriteAdd = function (Id) {
|
|
10841
10828
|
var _this = this;
|
|
10842
10829
|
return this.http
|
|
@@ -11226,13 +11213,6 @@
|
|
|
11226
11213
|
EnumInputDataType[EnumInputDataType["TextArea"] = 5] = "TextArea";
|
|
11227
11214
|
})(exports.EnumInputDataType || (exports.EnumInputDataType = {}));
|
|
11228
11215
|
|
|
11229
|
-
var EstatePropertyDtoModel = /** @class */ (function () {
|
|
11230
|
-
function EstatePropertyDtoModel() {
|
|
11231
|
-
this.MainAdminRecordStatus = exports.EnumRecordStatus.Pending;
|
|
11232
|
-
}
|
|
11233
|
-
return EstatePropertyDtoModel;
|
|
11234
|
-
}());
|
|
11235
|
-
|
|
11236
11216
|
var WebDesignerEnumService = /** @class */ (function (_super) {
|
|
11237
11217
|
__extends(WebDesignerEnumService, _super);
|
|
11238
11218
|
function WebDesignerEnumService() {
|
|
@@ -12821,7 +12801,6 @@
|
|
|
12821
12801
|
exports.EstatePropertyDetailModel = EstatePropertyDetailModel;
|
|
12822
12802
|
exports.EstatePropertyDetailService = EstatePropertyDetailService;
|
|
12823
12803
|
exports.EstatePropertyDetailValueModel = EstatePropertyDetailValueModel;
|
|
12824
|
-
exports.EstatePropertyDtoModel = EstatePropertyDtoModel;
|
|
12825
12804
|
exports.EstatePropertyHistoryModel = EstatePropertyHistoryModel;
|
|
12826
12805
|
exports.EstatePropertyHistoryService = EstatePropertyHistoryService;
|
|
12827
12806
|
exports.EstatePropertyModel = EstatePropertyModel;
|