ntk-cms-api 1.0.356 → 1.0.360
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 +2 -11
- 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 +1 -2
- package/esm2015/lib/models/entity/estate/estateBillboardModel.js +1 -1
- package/esm2015/lib/models/entity/estate/estatePropertyModel.js +1 -1
- package/esm2015/lib/service/estate/estateProperty.service.js +3 -3
- package/fesm2015/ntk-cms-api.js +3 -6
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/estate/_export.d.ts +0 -1
- package/lib/models/entity/estate/estateBillboardModel.d.ts +7 -2
- package/lib/models/entity/estate/estatePropertyModel.d.ts +2 -0
- package/lib/service/estate/estateProperty.service.d.ts +1 -1
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
- package/esm2015/lib/models/entity/estate/estateBillboardDetailModel.js +0 -4
- package/lib/models/entity/estate/estateBillboardDetailModel.d.ts +0 -7
|
@@ -9646,7 +9646,7 @@
|
|
|
9646
9646
|
return _this.errorExceptionResultCheck(ret);
|
|
9647
9647
|
}));
|
|
9648
9648
|
};
|
|
9649
|
-
EstatePropertyService.prototype.
|
|
9649
|
+
EstatePropertyService.prototype.ServiceGetAllWithBillbordId = function (billbordId, model) {
|
|
9650
9650
|
var _this = this;
|
|
9651
9651
|
if (model == null) {
|
|
9652
9652
|
model = new FilterModel();
|
|
@@ -9655,7 +9655,7 @@
|
|
|
9655
9655
|
billbordId = '00';
|
|
9656
9656
|
}
|
|
9657
9657
|
return this.http
|
|
9658
|
-
.post(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/
|
|
9658
|
+
.post(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/GetAllWithBillbordId/' + billbordId, model, {
|
|
9659
9659
|
headers: this.getHeaders(),
|
|
9660
9660
|
})
|
|
9661
9661
|
.pipe(operators.retry(this.configApiRetry),
|
|
@@ -9907,14 +9907,6 @@
|
|
|
9907
9907
|
return EstateBillboardModel;
|
|
9908
9908
|
}(BaseModuleEntity));
|
|
9909
9909
|
|
|
9910
|
-
var EstateBillboardDetailModel = /** @class */ (function (_super) {
|
|
9911
|
-
__extends(EstateBillboardDetailModel, _super);
|
|
9912
|
-
function EstateBillboardDetailModel() {
|
|
9913
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
9914
|
-
}
|
|
9915
|
-
return EstateBillboardDetailModel;
|
|
9916
|
-
}(BaseModuleEntity));
|
|
9917
|
-
|
|
9918
9910
|
var EstatePropertyTypeModel = /** @class */ (function (_super) {
|
|
9919
9911
|
__extends(EstatePropertyTypeModel, _super);
|
|
9920
9912
|
function EstatePropertyTypeModel() {
|
|
@@ -11518,7 +11510,6 @@
|
|
|
11518
11510
|
exports.EstateAccountUserService = EstateAccountUserService;
|
|
11519
11511
|
exports.EstateAdsTypeModel = EstateAdsTypeModel;
|
|
11520
11512
|
exports.EstateAdsTypeService = EstateAdsTypeService;
|
|
11521
|
-
exports.EstateBillboardDetailModel = EstateBillboardDetailModel;
|
|
11522
11513
|
exports.EstateBillboardModel = EstateBillboardModel;
|
|
11523
11514
|
exports.EstateBillboardService = EstateBillboardService;
|
|
11524
11515
|
exports.EstateConfigurationService = EstateConfigurationService;
|