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.
- package/bundles/ntk-cms-api.umd.js +0 -9
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/dto/estate/_export.js +1 -1
- package/esm2015/lib/models/entity/core-main/coreModuleSaleSerialModel.js +1 -1
- package/esm2015/lib/models/entity/estate/estatePropertyModel.js +1 -1
- package/esm2015/lib/reducers/ntkCmsApiStore.service.js +1 -7
- package/fesm2015/ntk-cms-api.js +1 -7
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/core-main/coreModuleSaleSerialModel.d.ts +3 -3
- package/lib/models/entity/estate/estatePropertyModel.d.ts +4 -0
- package/lib/reducers/ntkCmsApiStore.service.d.ts +0 -6
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -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;
|