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.
@@ -9646,7 +9646,7 @@
9646
9646
  return _this.errorExceptionResultCheck(ret);
9647
9647
  }));
9648
9648
  };
9649
- EstatePropertyService.prototype.ServiceGetAllWithBillbord = function (billbordId, model) {
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() + '/GetAllWithBillbord/' + billbordId, model, {
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;