ntk-cms-api 1.2.76 → 1.2.78

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.
@@ -1366,6 +1366,7 @@
1366
1366
  this.accessCountRow = false;
1367
1367
  this.accessEditRow = false;
1368
1368
  this.accessAddRow = false;
1369
+ this.accessExportFile = false;
1369
1370
  this.accessRowInPanelDemo = false;
1370
1371
  this.accessRowWatchInSharingCategory = false;
1371
1372
  this.accessWatchRowOtherSiteId = false;
@@ -4165,6 +4166,7 @@
4165
4166
  _this.accessCountRow = false;
4166
4167
  _this.accessEditRow = false;
4167
4168
  _this.accessAddRow = false;
4169
+ _this.accessExportFile = false;
4168
4170
  _this.accessRowInPanelDemo = false;
4169
4171
  _this.accessRowWatchInSharingCategory = false;
4170
4172
  _this.accessWatchRowOtherSiteId = false;
@@ -12361,6 +12363,20 @@
12361
12363
  { type: i0.Injectable }
12362
12364
  ];
12363
12365
 
12366
+ var EstateCustomerOrderResultService = /** @class */ (function (_super) {
12367
+ __extends(EstateCustomerOrderResultService, _super);
12368
+ function EstateCustomerOrderResultService() {
12369
+ return _super !== null && _super.apply(this, arguments) || this;
12370
+ }
12371
+ EstateCustomerOrderResultService.prototype.getModuleControllerUrl = function () {
12372
+ return 'EstateCustomerOrderResult';
12373
+ };
12374
+ return EstateCustomerOrderResultService;
12375
+ }(ApiCmsServerBase));
12376
+ EstateCustomerOrderResultService.decorators = [
12377
+ { type: i0.Injectable }
12378
+ ];
12379
+
12364
12380
  var EstateModuleConfigAdminMainValuesModel = /** @class */ (function (_super) {
12365
12381
  __extends(EstateModuleConfigAdminMainValuesModel, _super);
12366
12382
  function EstateModuleConfigAdminMainValuesModel() {
@@ -12594,6 +12610,14 @@
12594
12610
  return EstatePropertyExpertPriceModel;
12595
12611
  }(BaseModuleEntity));
12596
12612
 
12613
+ var EstateCustomerOrderResultModel = /** @class */ (function (_super) {
12614
+ __extends(EstateCustomerOrderResultModel, _super);
12615
+ function EstateCustomerOrderResultModel() {
12616
+ return _super !== null && _super.apply(this, arguments) || this;
12617
+ }
12618
+ return EstateCustomerOrderResultModel;
12619
+ }(BaseModuleEntity));
12620
+
12597
12621
  (function (EstateUserTypeEnum) {
12598
12622
  EstateUserTypeEnum[EstateUserTypeEnum["Customer"] = 1] = "Customer";
12599
12623
  EstateUserTypeEnum[EstateUserTypeEnum["Agent"] = 2] = "Agent";
@@ -15096,6 +15120,8 @@
15096
15120
  exports.EstateContractTypeModel = EstateContractTypeModel;
15097
15121
  exports.EstateContractTypeService = EstateContractTypeService;
15098
15122
  exports.EstateCustomerOrderModel = EstateCustomerOrderModel;
15123
+ exports.EstateCustomerOrderResultModel = EstateCustomerOrderResultModel;
15124
+ exports.EstateCustomerOrderResultService = EstateCustomerOrderResultService;
15099
15125
  exports.EstateCustomerOrderService = EstateCustomerOrderService;
15100
15126
  exports.EstateEnumService = EstateEnumService;
15101
15127
  exports.EstateModuleConfigAdminMainValuesModel = EstateModuleConfigAdminMainValuesModel;