ntk-cms-api 1.0.409 → 1.0.413

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.
@@ -8056,6 +8056,20 @@
8056
8056
  { type: i0.Injectable }
8057
8057
  ];
8058
8058
 
8059
+ var SmsMainApiPathAndCustomerNumberService = /** @class */ (function (_super) {
8060
+ __extends(SmsMainApiPathAndCustomerNumberService, _super);
8061
+ function SmsMainApiPathAndCustomerNumberService() {
8062
+ return _super !== null && _super.apply(this, arguments) || this;
8063
+ }
8064
+ SmsMainApiPathAndCustomerNumberService.prototype.getModuleCotrolerUrl = function () {
8065
+ return 'SmsMainApiPathAndCustomerNumber';
8066
+ };
8067
+ return SmsMainApiPathAndCustomerNumberService;
8068
+ }(ApiCmsServerBase));
8069
+ SmsMainApiPathAndCustomerNumberService.decorators = [
8070
+ { type: i0.Injectable }
8071
+ ];
8072
+
8059
8073
  var SmsMainApiPathProcessFlowService = /** @class */ (function (_super) {
8060
8074
  __extends(SmsMainApiPathProcessFlowService, _super);
8061
8075
  function SmsMainApiPathProcessFlowService() {
@@ -12700,6 +12714,7 @@
12700
12714
  exports.SmsLogOutBoxService = SmsLogOutBoxService;
12701
12715
  exports.SmsMainApiPathAliasJsonModel = SmsMainApiPathAliasJsonModel;
12702
12716
  exports.SmsMainApiPathAndCustomerNumberModel = SmsMainApiPathAndCustomerNumberModel;
12717
+ exports.SmsMainApiPathAndCustomerNumberService = SmsMainApiPathAndCustomerNumberService;
12703
12718
  exports.SmsMainApiPathCompanyModel = SmsMainApiPathCompanyModel;
12704
12719
  exports.SmsMainApiPathCompanyService = SmsMainApiPathCompanyService;
12705
12720
  exports.SmsMainApiPathModel = SmsMainApiPathModel;