ntk-cms-api 1.2.29 → 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.
@@ -11812,6 +11812,20 @@
11812
11812
  { type: i0.Injectable }
11813
11813
  ];
11814
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
+
11815
11829
  var EstateModuleConfigAdminMainValuesModel = /** @class */ (function (_super) {
11816
11830
  __extends(EstateModuleConfigAdminMainValuesModel, _super);
11817
11831
  function EstateModuleConfigAdminMainValuesModel() {
@@ -12021,6 +12035,14 @@
12021
12035
  return EstatePropertyShareSiteModel;
12022
12036
  }(BaseModuleEntity));
12023
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
+
12024
12046
  (function (EnumEstateUserType) {
12025
12047
  EnumEstateUserType[EnumEstateUserType["Customer"] = 1] = "Customer";
12026
12048
  EnumEstateUserType[EnumEstateUserType["Agent"] = 2] = "Agent";
@@ -14210,6 +14232,8 @@
14210
14232
  exports.EstatePropertyHistoryModel = EstatePropertyHistoryModel;
14211
14233
  exports.EstatePropertyHistoryService = EstatePropertyHistoryService;
14212
14234
  exports.EstatePropertyModel = EstatePropertyModel;
14235
+ exports.EstatePropertyProjectModel = EstatePropertyProjectModel;
14236
+ exports.EstatePropertyProjectService = EstatePropertyProjectService;
14213
14237
  exports.EstatePropertyService = EstatePropertyService;
14214
14238
  exports.EstatePropertyShareAgencyModel = EstatePropertyShareAgencyModel;
14215
14239
  exports.EstatePropertyShareAgencyService = EstatePropertyShareAgencyService;