ntk-cms-api 1.2.27 → 1.2.30

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.
@@ -2440,6 +2440,21 @@
2440
2440
  return _this.errorExceptionResultCheck(ret);
2441
2441
  }));
2442
2442
  };
2443
+ CoreLocationService.prototype.ServiceGetAllCountry = function (model) {
2444
+ var _this = this;
2445
+ if (model == null) {
2446
+ model = new FilterModel();
2447
+ }
2448
+ return this.http
2449
+ .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCountry', model, {
2450
+ headers: this.getHeaders(),
2451
+ })
2452
+ .pipe(operators.retry(this.configApiRetry),
2453
+ // catchError(this.handleError)
2454
+ operators.map(function (ret) {
2455
+ return _this.errorExceptionResultCheck(ret);
2456
+ }));
2457
+ };
2443
2458
  return CoreLocationService;
2444
2459
  }(ApiCmsServerBase));
2445
2460
  CoreLocationService.decorators = [
@@ -11797,6 +11812,20 @@
11797
11812
  { type: i0.Injectable }
11798
11813
  ];
11799
11814
 
11815
+ var EstatePropertyProjectService = /** @class */ (function (_super) {
11816
+ __extends(EstatePropertyProjectService, _super);
11817
+ function EstatePropertyProjectService() {
11818
+ return _super !== null && _super.apply(this, arguments) || this;
11819
+ }
11820
+ EstatePropertyProjectService.prototype.getModuleControllerUrl = function () {
11821
+ return 'EstatePropertyProject';
11822
+ };
11823
+ return EstatePropertyProjectService;
11824
+ }(ApiCmsServerBase));
11825
+ EstatePropertyProjectService.decorators = [
11826
+ { type: i0.Injectable }
11827
+ ];
11828
+
11800
11829
  var EstateModuleConfigAdminMainValuesModel = /** @class */ (function (_super) {
11801
11830
  __extends(EstateModuleConfigAdminMainValuesModel, _super);
11802
11831
  function EstateModuleConfigAdminMainValuesModel() {
@@ -12006,6 +12035,14 @@
12006
12035
  return EstatePropertyShareSiteModel;
12007
12036
  }(BaseModuleEntity));
12008
12037
 
12038
+ var EstatePropertyProjectModel = /** @class */ (function (_super) {
12039
+ __extends(EstatePropertyProjectModel, _super);
12040
+ function EstatePropertyProjectModel() {
12041
+ return _super !== null && _super.apply(this, arguments) || this;
12042
+ }
12043
+ return EstatePropertyProjectModel;
12044
+ }(BaseModuleEntity));
12045
+
12009
12046
  (function (EnumEstateUserType) {
12010
12047
  EnumEstateUserType[EnumEstateUserType["Customer"] = 1] = "Customer";
12011
12048
  EnumEstateUserType[EnumEstateUserType["Agent"] = 2] = "Agent";
@@ -14195,6 +14232,8 @@
14195
14232
  exports.EstatePropertyHistoryModel = EstatePropertyHistoryModel;
14196
14233
  exports.EstatePropertyHistoryService = EstatePropertyHistoryService;
14197
14234
  exports.EstatePropertyModel = EstatePropertyModel;
14235
+ exports.EstatePropertyProjectModel = EstatePropertyProjectModel;
14236
+ exports.EstatePropertyProjectService = EstatePropertyProjectService;
14198
14237
  exports.EstatePropertyService = EstatePropertyService;
14199
14238
  exports.EstatePropertyShareAgencyModel = EstatePropertyShareAgencyModel;
14200
14239
  exports.EstatePropertyShareAgencyService = EstatePropertyShareAgencyService;