ntk-cms-api 1.2.68 → 1.2.70

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.
@@ -3204,6 +3204,20 @@
3204
3204
  { type: i0.Injectable }
3205
3205
  ];
3206
3206
 
3207
+ var CoreUserSupportAccessService = /** @class */ (function (_super) {
3208
+ __extends(CoreUserSupportAccessService, _super);
3209
+ function CoreUserSupportAccessService() {
3210
+ return _super !== null && _super.apply(this, arguments) || this;
3211
+ }
3212
+ CoreUserSupportAccessService.prototype.getModuleControllerUrl = function () {
3213
+ return 'CoreUserSupportAccess';
3214
+ };
3215
+ return CoreUserSupportAccessService;
3216
+ }(ApiCmsServerBase));
3217
+ CoreUserSupportAccessService.decorators = [
3218
+ { type: i0.Injectable }
3219
+ ];
3220
+
3207
3221
  var CoreModuleCheckSerialForSiteDtoModel = /** @class */ (function () {
3208
3222
  function CoreModuleCheckSerialForSiteDtoModel() {
3209
3223
  }
@@ -4123,6 +4137,29 @@
4123
4137
  return CoreCurrencyModel;
4124
4138
  }(BaseEntity));
4125
4139
 
4140
+ var CoreUserSupportAccessModel = /** @class */ (function (_super) {
4141
+ __extends(CoreUserSupportAccessModel, _super);
4142
+ function CoreUserSupportAccessModel() {
4143
+ var _this = _super.apply(this, __spread(arguments)) || this;
4144
+ _this.accessDeleteRow = false;
4145
+ _this.accessWatchRow = false;
4146
+ _this.accessCountRow = false;
4147
+ _this.accessEditRow = false;
4148
+ _this.accessAddRow = false;
4149
+ _this.accessRowInPanelDemo = false;
4150
+ _this.accessRowWatchInSharingCategory = false;
4151
+ _this.accessWatchRowOtherSiteId = false;
4152
+ _this.accessWatchRowOtherCreatedBy = false;
4153
+ _this.accessCountRowOtherSiteId = false;
4154
+ _this.accessCountRowOtherCreatedBy = false;
4155
+ _this.accessEditRowOtherSiteId = false;
4156
+ _this.accessEditRowOtherCreatedBy = false;
4157
+ _this.accessDeleteRowOtherCreatedBy = false;
4158
+ return _this;
4159
+ }
4160
+ return CoreUserSupportAccessModel;
4161
+ }(BaseEntity));
4162
+
4126
4163
  var BaseModuleSiteCheckSiteModel = /** @class */ (function () {
4127
4164
  function BaseModuleSiteCheckSiteModel() {
4128
4165
  }
@@ -14943,6 +14980,8 @@
14943
14980
  exports.CoreUserGroupService = CoreUserGroupService;
14944
14981
  exports.CoreUserModel = CoreUserModel;
14945
14982
  exports.CoreUserService = CoreUserService;
14983
+ exports.CoreUserSupportAccessModel = CoreUserSupportAccessModel;
14984
+ exports.CoreUserSupportAccessService = CoreUserSupportAccessService;
14946
14985
  exports.DataFieldInfoModel = DataFieldInfoModel;
14947
14986
  exports.DataProviderClientModel = DataProviderClientModel;
14948
14987
  exports.DataProviderClientService = DataProviderClientService;