ntk-cms-api 1.0.424 → 1.0.425

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.
@@ -7904,12 +7904,12 @@
7904
7904
  return SmsMainApiNumberPermissionModel;
7905
7905
  }(BaseModuleEntity));
7906
7906
 
7907
- var SmsMainCustomerCreditViewModel = /** @class */ (function (_super) {
7908
- __extends(SmsMainCustomerCreditViewModel, _super);
7909
- function SmsMainCustomerCreditViewModel() {
7907
+ var SmsMainCustomerCreditModel = /** @class */ (function (_super) {
7908
+ __extends(SmsMainCustomerCreditModel, _super);
7909
+ function SmsMainCustomerCreditModel() {
7910
7910
  return _super !== null && _super.apply(this, arguments) || this;
7911
7911
  }
7912
- return SmsMainCustomerCreditViewModel;
7912
+ return SmsMainCustomerCreditModel;
7913
7913
  }(BaseModuleEntity));
7914
7914
 
7915
7915
  var SmsConfigurationService = /** @class */ (function (_super) {
@@ -12972,7 +12972,7 @@
12972
12972
  exports.SmsMainApiPathService = SmsMainApiPathService;
12973
12973
  exports.SmsMainApiPathSuperSederModel = SmsMainApiPathSuperSederModel;
12974
12974
  exports.SmsMainApiPathSuperSederService = SmsMainApiPathSuperSederService;
12975
- exports.SmsMainCustomerCreditViewModel = SmsMainCustomerCreditViewModel;
12975
+ exports.SmsMainCustomerCreditModel = SmsMainCustomerCreditModel;
12976
12976
  exports.SmsModuleConfigAdminMainValuesModel = SmsModuleConfigAdminMainValuesModel;
12977
12977
  exports.SmsModuleConfigSiteAccessValuesModel = SmsModuleConfigSiteAccessValuesModel;
12978
12978
  exports.SmsModuleConfigSiteValuesModel = SmsModuleConfigSiteValuesModel;