ntk-cms-api 1.0.420 → 1.0.421

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.
@@ -553,6 +553,35 @@
553
553
  EnumProcessFlowSmsStatus[EnumProcessFlowSmsStatus["DeniedConfirmed"] = 5] = "DeniedConfirmed";
554
554
  })(exports.EnumProcessFlowSmsStatus || (exports.EnumProcessFlowSmsStatus = {}));
555
555
 
556
+ (function (EnumRecordStatusOutBox) {
557
+ EnumRecordStatusOutBox[EnumRecordStatusOutBox["Null"] = 0] = "Null";
558
+ EnumRecordStatusOutBox[EnumRecordStatusOutBox["AllowToSend"] = 1] = "AllowToSend";
559
+ EnumRecordStatusOutBox[EnumRecordStatusOutBox["NeedControl"] = 2] = "NeedControl";
560
+ EnumRecordStatusOutBox[EnumRecordStatusOutBox["BlockFromControl"] = 3] = "BlockFromControl";
561
+ })(exports.EnumRecordStatusOutBox || (exports.EnumRecordStatusOutBox = {}));
562
+
563
+ (function (EnumOutBoxType) {
564
+ EnumOutBoxType[EnumOutBoxType["One"] = 1] = "One";
565
+ EnumOutBoxType[EnumOutBoxType["List"] = 2] = "List";
566
+ EnumOutBoxType[EnumOutBoxType["UserList"] = 3] = "UserList";
567
+ EnumOutBoxType[EnumOutBoxType["From_N_To_M"] = 4] = "From_N_To_M";
568
+ EnumOutBoxType[EnumOutBoxType["VCALENDAR"] = 5] = "VCALENDAR";
569
+ EnumOutBoxType[EnumOutBoxType["WAPPUSH"] = 6] = "WAPPUSH";
570
+ EnumOutBoxType[EnumOutBoxType["BINARY"] = 7] = "BINARY";
571
+ EnumOutBoxType[EnumOutBoxType["PhoneBook"] = 8] = "PhoneBook";
572
+ EnumOutBoxType[EnumOutBoxType["CityBook"] = 9] = "CityBook";
573
+ EnumOutBoxType[EnumOutBoxType["CityPostCode"] = 10] = "CityPostCode";
574
+ EnumOutBoxType[EnumOutBoxType["ImportFile"] = 11] = "ImportFile";
575
+ EnumOutBoxType[EnumOutBoxType["WarinningCredit"] = 12] = "WarinningCredit";
576
+ EnumOutBoxType[EnumOutBoxType["One_Fast"] = 13] = "One_Fast";
577
+ EnumOutBoxType[EnumOutBoxType["Api"] = 14] = "Api";
578
+ EnumOutBoxType[EnumOutBoxType["Resms"] = 15] = "Resms";
579
+ EnumOutBoxType[EnumOutBoxType["SMSBulk_PhoneBook"] = 16] = "SMSBulk_PhoneBook";
580
+ EnumOutBoxType[EnumOutBoxType["OneFast"] = 17] = "OneFast";
581
+ EnumOutBoxType[EnumOutBoxType["Charge"] = 18] = "Charge";
582
+ EnumOutBoxType[EnumOutBoxType["Login"] = 19] = "Login";
583
+ })(exports.EnumOutBoxType || (exports.EnumOutBoxType = {}));
584
+
556
585
  (function (EnumCmsModuleSaleItemType) {
557
586
  EnumCmsModuleSaleItemType[EnumCmsModuleSaleItemType["SaleOrRenew"] = 0] = "SaleOrRenew";
558
587
  EnumCmsModuleSaleItemType[EnumCmsModuleSaleItemType["OnlyFirstSale"] = 1] = "OnlyFirstSale";