ntk-cms-api 1.0.424 → 1.0.428

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.
@@ -487,6 +487,7 @@
487
487
  }
488
488
  var SET_LOADING_STATE = 'SET_LOADING_STATE';
489
489
  var SET_TOKEN_INFO = 'SET_TOKEN_INFO';
490
+ var SET_TOKEN_DEVICE = 'SET_TOKEN_DEVICE';
490
491
  var SET_IN_PROCESSING_LIST = 'SET_IN_PROCESSING_LIST';
491
492
  var SetLoadingState = /** @class */ (function () {
492
493
  function SetLoadingState() {
@@ -500,6 +501,12 @@
500
501
  }
501
502
  return SetTokenInfoState;
502
503
  }());
504
+ var SetDeviceTokenState = /** @class */ (function () {
505
+ function SetDeviceTokenState() {
506
+ this.type = SET_TOKEN_DEVICE;
507
+ }
508
+ return SetDeviceTokenState;
509
+ }());
503
510
  var SetInProcessingList = /** @class */ (function () {
504
511
  function SetInProcessingList() {
505
512
  this.type = SET_IN_PROCESSING_LIST;
@@ -3446,7 +3453,7 @@
3446
3453
  // catchError(this.handleError)
3447
3454
  operators.map(function (ret) {
3448
3455
  if (ret.IsSuccess) {
3449
- _this.SetCurrentTokenInfo(ret.Item);
3456
+ _this.setToken('', ret.DeviceToken, '');
3450
3457
  }
3451
3458
  return ret;
3452
3459
  }));
@@ -4026,6 +4033,12 @@
4026
4033
  return CoreTokenMicroServiceLogModel;
4027
4034
  }(CoreTokenMicroServiceModel));
4028
4035
 
4036
+ var TokenDeviceModel = /** @class */ (function () {
4037
+ function TokenDeviceModel() {
4038
+ }
4039
+ return TokenDeviceModel;
4040
+ }());
4041
+
4029
4042
  var IpModel = /** @class */ (function () {
4030
4043
  function IpModel() {
4031
4044
  }
@@ -7904,12 +7917,12 @@
7904
7917
  return SmsMainApiNumberPermissionModel;
7905
7918
  }(BaseModuleEntity));
7906
7919
 
7907
- var SmsMainCustomerCreditViewModel = /** @class */ (function (_super) {
7908
- __extends(SmsMainCustomerCreditViewModel, _super);
7909
- function SmsMainCustomerCreditViewModel() {
7920
+ var SmsMainCustomerCreditModel = /** @class */ (function (_super) {
7921
+ __extends(SmsMainCustomerCreditModel, _super);
7922
+ function SmsMainCustomerCreditModel() {
7910
7923
  return _super !== null && _super.apply(this, arguments) || this;
7911
7924
  }
7912
- return SmsMainCustomerCreditViewModel;
7925
+ return SmsMainCustomerCreditModel;
7913
7926
  }(BaseModuleEntity));
7914
7927
 
7915
7928
  var SmsConfigurationService = /** @class */ (function (_super) {
@@ -8336,6 +8349,20 @@
8336
8349
  { type: i0.Injectable }
8337
8350
  ];
8338
8351
 
8352
+ var SmsMainCustomerCreditService = /** @class */ (function (_super) {
8353
+ __extends(SmsMainCustomerCreditService, _super);
8354
+ function SmsMainCustomerCreditService() {
8355
+ return _super !== null && _super.apply(this, arguments) || this;
8356
+ }
8357
+ SmsMainCustomerCreditService.prototype.getModuleControllerUrl = function () {
8358
+ return 'SmsMainCustomerCredit';
8359
+ };
8360
+ return SmsMainCustomerCreditService;
8361
+ }(ApiCmsServerBase));
8362
+ SmsMainCustomerCreditService.decorators = [
8363
+ { type: i0.Injectable }
8364
+ ];
8365
+
8339
8366
  var SmsApiSendResultModel = /** @class */ (function () {
8340
8367
  function SmsApiSendResultModel() {
8341
8368
  }
@@ -12923,11 +12950,13 @@
12923
12950
  exports.RessellerChartModel = RessellerChartModel;
12924
12951
  exports.SET_IN_PROCESSING_LIST = SET_IN_PROCESSING_LIST;
12925
12952
  exports.SET_LOADING_STATE = SET_LOADING_STATE;
12953
+ exports.SET_TOKEN_DEVICE = SET_TOKEN_DEVICE;
12926
12954
  exports.SET_TOKEN_INFO = SET_TOKEN_INFO;
12927
12955
  exports.ScoreClickDtoModel = ScoreClickDtoModel;
12928
12956
  exports.ScoreClickInfoModel = ScoreClickInfoModel;
12929
12957
  exports.SearchTagModel = SearchTagModel;
12930
12958
  exports.SendNotificationModel = SendNotificationModel;
12959
+ exports.SetDeviceTokenState = SetDeviceTokenState;
12931
12960
  exports.SetInProcessingList = SetInProcessingList;
12932
12961
  exports.SetLoadingState = SetLoadingState;
12933
12962
  exports.SetTokenInfoState = SetTokenInfoState;
@@ -12972,7 +13001,8 @@
12972
13001
  exports.SmsMainApiPathService = SmsMainApiPathService;
12973
13002
  exports.SmsMainApiPathSuperSederModel = SmsMainApiPathSuperSederModel;
12974
13003
  exports.SmsMainApiPathSuperSederService = SmsMainApiPathSuperSederService;
12975
- exports.SmsMainCustomerCreditViewModel = SmsMainCustomerCreditViewModel;
13004
+ exports.SmsMainCustomerCreditModel = SmsMainCustomerCreditModel;
13005
+ exports.SmsMainCustomerCreditService = SmsMainCustomerCreditService;
12976
13006
  exports.SmsModuleConfigAdminMainValuesModel = SmsModuleConfigAdminMainValuesModel;
12977
13007
  exports.SmsModuleConfigSiteAccessValuesModel = SmsModuleConfigSiteAccessValuesModel;
12978
13008
  exports.SmsModuleConfigSiteValuesModel = SmsModuleConfigSiteValuesModel;
@@ -13000,6 +13030,7 @@
13000
13030
  exports.TicketingTemplateModel = TicketingTemplateModel;
13001
13031
  exports.TicketingTemplateService = TicketingTemplateService;
13002
13032
  exports.TokenDeviceClientInfoDtoModel = TokenDeviceClientInfoDtoModel;
13033
+ exports.TokenDeviceModel = TokenDeviceModel;
13003
13034
  exports.TokenInfoModel = TokenInfoModel;
13004
13035
  exports.UniversalActionModel = UniversalActionModel;
13005
13036
  exports.UniversalMenuConfigurationService = UniversalMenuConfigurationService;