ntk-cms-api 1.2.113 → 1.2.114

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.
@@ -12103,17 +12103,17 @@
12103
12103
  { type: i0.Injectable }
12104
12104
  ];
12105
12105
 
12106
- var EstateAccountAgencyTypeUserService = /** @class */ (function (_super) {
12107
- __extends(EstateAccountAgencyTypeUserService, _super);
12108
- function EstateAccountAgencyTypeUserService() {
12106
+ var EstateAccountAgencyUserService = /** @class */ (function (_super) {
12107
+ __extends(EstateAccountAgencyUserService, _super);
12108
+ function EstateAccountAgencyUserService() {
12109
12109
  return _super !== null && _super.apply(this, arguments) || this;
12110
12110
  }
12111
- EstateAccountAgencyTypeUserService.prototype.getModuleControllerUrl = function () {
12112
- return 'EstateAccountAgencyTypeUser';
12111
+ EstateAccountAgencyUserService.prototype.getModuleControllerUrl = function () {
12112
+ return 'EstateAccountAgencyUser';
12113
12113
  };
12114
- return EstateAccountAgencyTypeUserService;
12114
+ return EstateAccountAgencyUserService;
12115
12115
  }(ApiCmsServerBase));
12116
- EstateAccountAgencyTypeUserService.decorators = [
12116
+ EstateAccountAgencyUserService.decorators = [
12117
12117
  { type: i0.Injectable }
12118
12118
  ];
12119
12119
 
@@ -12804,13 +12804,13 @@
12804
12804
  return EstateAccountAgencyAdsModel;
12805
12805
  }(BaseModuleEntity));
12806
12806
 
12807
- //@@tag-Version-2201011
12808
- var EstateAccountAgencyTypeUserModel = /** @class */ (function (_super) {
12809
- __extends(EstateAccountAgencyTypeUserModel, _super);
12810
- function EstateAccountAgencyTypeUserModel() {
12807
+ //@@tag-Version-2212181
12808
+ var EstateAccountAgencyUserModel = /** @class */ (function (_super) {
12809
+ __extends(EstateAccountAgencyUserModel, _super);
12810
+ function EstateAccountAgencyUserModel() {
12811
12811
  return _super !== null && _super.apply(this, arguments) || this;
12812
12812
  }
12813
- return EstateAccountAgencyTypeUserModel;
12813
+ return EstateAccountAgencyUserModel;
12814
12814
  }(BaseModuleEntity));
12815
12815
 
12816
12816
  //@@tag-Version-2212171
@@ -15569,8 +15569,8 @@
15569
15569
  exports.EstateAccountAgencyAdsService = EstateAccountAgencyAdsService;
15570
15570
  exports.EstateAccountAgencyModel = EstateAccountAgencyModel;
15571
15571
  exports.EstateAccountAgencyService = EstateAccountAgencyService;
15572
- exports.EstateAccountAgencyTypeUserModel = EstateAccountAgencyTypeUserModel;
15573
- exports.EstateAccountAgencyTypeUserService = EstateAccountAgencyTypeUserService;
15572
+ exports.EstateAccountAgencyUserModel = EstateAccountAgencyUserModel;
15573
+ exports.EstateAccountAgencyUserService = EstateAccountAgencyUserService;
15574
15574
  exports.EstateAccountUserModel = EstateAccountUserModel;
15575
15575
  exports.EstateAccountUserService = EstateAccountUserService;
15576
15576
  exports.EstateActivityTypeModel = EstateActivityTypeModel;