ntk-cms-api 1.0.428 → 1.0.432

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,7 +487,6 @@
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';
491
490
  var SET_IN_PROCESSING_LIST = 'SET_IN_PROCESSING_LIST';
492
491
  var SetLoadingState = /** @class */ (function () {
493
492
  function SetLoadingState() {
@@ -501,12 +500,6 @@
501
500
  }
502
501
  return SetTokenInfoState;
503
502
  }());
504
- var SetDeviceTokenState = /** @class */ (function () {
505
- function SetDeviceTokenState() {
506
- this.type = SET_TOKEN_DEVICE;
507
- }
508
- return SetDeviceTokenState;
509
- }());
510
503
  var SetInProcessingList = /** @class */ (function () {
511
504
  function SetInProcessingList() {
512
505
  this.type = SET_IN_PROCESSING_LIST;
@@ -12950,13 +12943,11 @@
12950
12943
  exports.RessellerChartModel = RessellerChartModel;
12951
12944
  exports.SET_IN_PROCESSING_LIST = SET_IN_PROCESSING_LIST;
12952
12945
  exports.SET_LOADING_STATE = SET_LOADING_STATE;
12953
- exports.SET_TOKEN_DEVICE = SET_TOKEN_DEVICE;
12954
12946
  exports.SET_TOKEN_INFO = SET_TOKEN_INFO;
12955
12947
  exports.ScoreClickDtoModel = ScoreClickDtoModel;
12956
12948
  exports.ScoreClickInfoModel = ScoreClickInfoModel;
12957
12949
  exports.SearchTagModel = SearchTagModel;
12958
12950
  exports.SendNotificationModel = SendNotificationModel;
12959
- exports.SetDeviceTokenState = SetDeviceTokenState;
12960
12951
  exports.SetInProcessingList = SetInProcessingList;
12961
12952
  exports.SetLoadingState = SetLoadingState;
12962
12953
  exports.SetTokenInfoState = SetTokenInfoState;