ntk-cms-api 1.0.392 → 1.0.397

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.
Files changed (47) hide show
  1. package/bundles/ntk-cms-api.umd.js +45 -45
  2. package/bundles/ntk-cms-api.umd.js.map +1 -1
  3. package/bundles/ntk-cms-api.umd.min.js +1 -1
  4. package/bundles/ntk-cms-api.umd.min.js.map +1 -1
  5. package/esm2015/lib/models/entity/core-token/tokenInfoModel.js +1 -1
  6. package/esm2015/lib/models/entity/estate/estatePropertyModel.js +1 -1
  7. package/esm2015/lib/models/entity/sms/smsLogInBoxModel.js +1 -1
  8. package/esm2015/lib/models/entity/sms/smsMainApiPathModel.js +1 -1
  9. package/esm2015/lib/models/enums/_export.js +2 -2
  10. package/esm2015/lib/models/enums/enumApiReceiveMethod.js +7 -0
  11. package/esm2015/lib/service/article/_export.js +2 -2
  12. package/esm2015/lib/service/article/articleShareReceiverCategory.service.js +11 -0
  13. package/esm2015/lib/service/biography/_export.js +2 -2
  14. package/esm2015/lib/service/biography/biographyShareReceiverCategory.service.js +11 -0
  15. package/esm2015/lib/service/blog/_export.js +2 -2
  16. package/esm2015/lib/service/blog/blogShareReceiverCategory.service.js +11 -0
  17. package/esm2015/lib/service/chart/_export.js +2 -2
  18. package/esm2015/lib/service/chart/chartShareReceiverCategory.service.js +11 -0
  19. package/esm2015/lib/service/news/_export.js +2 -2
  20. package/esm2015/lib/service/news/newsShareReceiverCategory.service.js +11 -0
  21. package/fesm2015/ntk-cms-api.js +22 -22
  22. package/fesm2015/ntk-cms-api.js.map +1 -1
  23. package/lib/models/entity/core-token/tokenInfoModel.d.ts +2 -0
  24. package/lib/models/entity/estate/estatePropertyModel.d.ts +2 -0
  25. package/lib/models/entity/sms/smsLogInBoxModel.d.ts +2 -1
  26. package/lib/models/entity/sms/smsMainApiPathModel.d.ts +2 -1
  27. package/lib/models/enums/_export.d.ts +1 -1
  28. package/lib/models/enums/enumApiReceiveMethod.d.ts +5 -0
  29. package/lib/service/article/_export.d.ts +1 -1
  30. package/lib/service/article/{articleShareReciverCategory.service.d.ts → articleShareReceiverCategory.service.d.ts} +1 -1
  31. package/lib/service/biography/_export.d.ts +1 -1
  32. package/lib/service/biography/{biographyShareReciverCategory.service.d.ts → biographyShareReceiverCategory.service.d.ts} +1 -1
  33. package/lib/service/blog/_export.d.ts +1 -1
  34. package/lib/service/{chart/chartShareReciverCategory.service.d.ts → blog/blogShareReceiverCategory.service.d.ts} +1 -1
  35. package/lib/service/chart/_export.d.ts +1 -1
  36. package/lib/service/{blog/blogShareReciverCategory.service.d.ts → chart/chartShareReceiverCategory.service.d.ts} +1 -1
  37. package/lib/service/news/_export.d.ts +1 -1
  38. package/lib/service/news/{newsShareReciverCategory.service.d.ts → newsShareReceiverCategory.service.d.ts} +1 -1
  39. package/ntk-cms-api.metadata.json +1 -1
  40. package/package.json +1 -1
  41. package/esm2015/lib/models/enums/enumApiReciveMethod.js +0 -7
  42. package/esm2015/lib/service/article/articleShareReciverCategory.service.js +0 -11
  43. package/esm2015/lib/service/biography/biographyShareReciverCategory.service.js +0 -11
  44. package/esm2015/lib/service/blog/blogShareReciverCategory.service.js +0 -11
  45. package/esm2015/lib/service/chart/chartShareReciverCategory.service.js +0 -11
  46. package/esm2015/lib/service/news/newsShareReciverCategory.service.js +0 -11
  47. package/lib/models/enums/enumApiReciveMethod.d.ts +0 -5
@@ -626,11 +626,11 @@
626
626
  EnumUserClaimGroupActionType[EnumUserClaimGroupActionType["ApproveUserBankPayment"] = 1] = "ApproveUserBankPayment";
627
627
  })(exports.EnumUserClaimGroupActionType || (exports.EnumUserClaimGroupActionType = {}));
628
628
 
629
- (function (EnumApiReciveMethod) {
630
- EnumApiReciveMethod[EnumApiReciveMethod["none"] = 0] = "none";
631
- EnumApiReciveMethod[EnumApiReciveMethod["Post"] = 1] = "Post";
632
- EnumApiReciveMethod[EnumApiReciveMethod["Get"] = 2] = "Get";
633
- })(exports.EnumApiReciveMethod || (exports.EnumApiReciveMethod = {}));
629
+ (function (EnumApiReceiveMethod) {
630
+ EnumApiReceiveMethod[EnumApiReceiveMethod["none"] = 0] = "none";
631
+ EnumApiReceiveMethod[EnumApiReceiveMethod["Post"] = 1] = "Post";
632
+ EnumApiReceiveMethod[EnumApiReceiveMethod["Get"] = 2] = "Get";
633
+ })(exports.EnumApiReceiveMethod || (exports.EnumApiReceiveMethod = {}));
634
634
 
635
635
  (function (EnumClauseType) {
636
636
  EnumClauseType[EnumClauseType["Or"] = 1] = "Or";
@@ -6035,17 +6035,17 @@
6035
6035
  { type: i0.Injectable }
6036
6036
  ];
6037
6037
 
6038
- var NewsShareReciverCategoryService = /** @class */ (function (_super) {
6039
- __extends(NewsShareReciverCategoryService, _super);
6040
- function NewsShareReciverCategoryService() {
6038
+ var NewsShareReceiverCategoryService = /** @class */ (function (_super) {
6039
+ __extends(NewsShareReceiverCategoryService, _super);
6040
+ function NewsShareReceiverCategoryService() {
6041
6041
  return _super !== null && _super.apply(this, arguments) || this;
6042
6042
  }
6043
- NewsShareReciverCategoryService.prototype.getModuleCotrolerUrl = function () {
6044
- return 'NewsShareReciverCategory';
6043
+ NewsShareReceiverCategoryService.prototype.getModuleCotrolerUrl = function () {
6044
+ return 'NewsShareReceiverCategory';
6045
6045
  };
6046
- return NewsShareReciverCategoryService;
6046
+ return NewsShareReceiverCategoryService;
6047
6047
  }(ApiCmsServerBase));
6048
- NewsShareReciverCategoryService.decorators = [
6048
+ NewsShareReceiverCategoryService.decorators = [
6049
6049
  { type: i0.Injectable }
6050
6050
  ];
6051
6051
 
@@ -6571,17 +6571,17 @@
6571
6571
  { type: i0.Injectable }
6572
6572
  ];
6573
6573
 
6574
- var ChartShareReciverCategoryService = /** @class */ (function (_super) {
6575
- __extends(ChartShareReciverCategoryService, _super);
6576
- function ChartShareReciverCategoryService() {
6574
+ var ChartShareReceiverCategoryService = /** @class */ (function (_super) {
6575
+ __extends(ChartShareReceiverCategoryService, _super);
6576
+ function ChartShareReceiverCategoryService() {
6577
6577
  return _super !== null && _super.apply(this, arguments) || this;
6578
6578
  }
6579
- ChartShareReciverCategoryService.prototype.getModuleCotrolerUrl = function () {
6580
- return 'ChartShareReciverCategory';
6579
+ ChartShareReceiverCategoryService.prototype.getModuleCotrolerUrl = function () {
6580
+ return 'ChartShareReceiverCategory';
6581
6581
  };
6582
- return ChartShareReciverCategoryService;
6582
+ return ChartShareReceiverCategoryService;
6583
6583
  }(ApiCmsServerBase));
6584
- ChartShareReciverCategoryService.decorators = [
6584
+ ChartShareReceiverCategoryService.decorators = [
6585
6585
  { type: i0.Injectable }
6586
6586
  ];
6587
6587
 
@@ -7107,17 +7107,17 @@
7107
7107
  { type: i0.Injectable }
7108
7108
  ];
7109
7109
 
7110
- var BlogShareReciverCategoryService = /** @class */ (function (_super) {
7111
- __extends(BlogShareReciverCategoryService, _super);
7112
- function BlogShareReciverCategoryService() {
7110
+ var BlogShareReceiverCategoryService = /** @class */ (function (_super) {
7111
+ __extends(BlogShareReceiverCategoryService, _super);
7112
+ function BlogShareReceiverCategoryService() {
7113
7113
  return _super !== null && _super.apply(this, arguments) || this;
7114
7114
  }
7115
- BlogShareReciverCategoryService.prototype.getModuleCotrolerUrl = function () {
7116
- return 'BlogShareReciverCategory';
7115
+ BlogShareReceiverCategoryService.prototype.getModuleCotrolerUrl = function () {
7116
+ return 'BlogShareReceiverCategory';
7117
7117
  };
7118
- return BlogShareReciverCategoryService;
7118
+ return BlogShareReceiverCategoryService;
7119
7119
  }(ApiCmsServerBase));
7120
- BlogShareReciverCategoryService.decorators = [
7120
+ BlogShareReceiverCategoryService.decorators = [
7121
7121
  { type: i0.Injectable }
7122
7122
  ];
7123
7123
 
@@ -9879,17 +9879,17 @@
9879
9879
  { type: i0.Injectable }
9880
9880
  ];
9881
9881
 
9882
- var BiographyShareReciverCategoryService = /** @class */ (function (_super) {
9883
- __extends(BiographyShareReciverCategoryService, _super);
9884
- function BiographyShareReciverCategoryService() {
9882
+ var BiographyShareReceiverCategoryService = /** @class */ (function (_super) {
9883
+ __extends(BiographyShareReceiverCategoryService, _super);
9884
+ function BiographyShareReceiverCategoryService() {
9885
9885
  return _super !== null && _super.apply(this, arguments) || this;
9886
9886
  }
9887
- BiographyShareReciverCategoryService.prototype.getModuleCotrolerUrl = function () {
9888
- return 'BiographyShareReciverCategory';
9887
+ BiographyShareReceiverCategoryService.prototype.getModuleCotrolerUrl = function () {
9888
+ return 'BiographyShareReceiverCategory';
9889
9889
  };
9890
- return BiographyShareReciverCategoryService;
9890
+ return BiographyShareReceiverCategoryService;
9891
9891
  }(ApiCmsServerBase));
9892
- BiographyShareReciverCategoryService.decorators = [
9892
+ BiographyShareReceiverCategoryService.decorators = [
9893
9893
  { type: i0.Injectable }
9894
9894
  ];
9895
9895
 
@@ -11603,17 +11603,17 @@
11603
11603
  { type: i0.Injectable }
11604
11604
  ];
11605
11605
 
11606
- var ArticleShareReciverCategoryService = /** @class */ (function (_super) {
11607
- __extends(ArticleShareReciverCategoryService, _super);
11608
- function ArticleShareReciverCategoryService() {
11606
+ var ArticleShareReceiverCategoryService = /** @class */ (function (_super) {
11607
+ __extends(ArticleShareReceiverCategoryService, _super);
11608
+ function ArticleShareReceiverCategoryService() {
11609
11609
  return _super !== null && _super.apply(this, arguments) || this;
11610
11610
  }
11611
- ArticleShareReciverCategoryService.prototype.getModuleCotrolerUrl = function () {
11612
- return 'ArticleShareReciverCategory';
11611
+ ArticleShareReceiverCategoryService.prototype.getModuleCotrolerUrl = function () {
11612
+ return 'ArticleShareReceiverCategory';
11613
11613
  };
11614
- return ArticleShareReciverCategoryService;
11614
+ return ArticleShareReceiverCategoryService;
11615
11615
  }(ApiCmsServerBase));
11616
- ArticleShareReciverCategoryService.decorators = [
11616
+ ArticleShareReceiverCategoryService.decorators = [
11617
11617
  { type: i0.Injectable }
11618
11618
  ];
11619
11619
 
@@ -12130,7 +12130,7 @@
12130
12130
  exports.ArticleModuleConfigSiteValuesModel = ArticleModuleConfigSiteValuesModel;
12131
12131
  exports.ArticleModuleSiteStorageValuesModel = ArticleModuleSiteStorageValuesModel;
12132
12132
  exports.ArticleShareMainAdminSettingService = ArticleShareMainAdminSettingService;
12133
- exports.ArticleShareReciverCategoryService = ArticleShareReciverCategoryService;
12133
+ exports.ArticleShareReceiverCategoryService = ArticleShareReceiverCategoryService;
12134
12134
  exports.ArticleShareServerCategoryService = ArticleShareServerCategoryService;
12135
12135
  exports.AuthEmailConfirmDtoModel = AuthEmailConfirmDtoModel;
12136
12136
  exports.AuthMobileConfirmDtoModel = AuthMobileConfirmDtoModel;
@@ -12199,7 +12199,7 @@
12199
12199
  exports.BiographyModuleConfigSiteValuesModel = BiographyModuleConfigSiteValuesModel;
12200
12200
  exports.BiographyModuleSiteStorageValuesModel = BiographyModuleSiteStorageValuesModel;
12201
12201
  exports.BiographyShareMainAdminSettingService = BiographyShareMainAdminSettingService;
12202
- exports.BiographyShareReciverCategoryService = BiographyShareReciverCategoryService;
12202
+ exports.BiographyShareReceiverCategoryService = BiographyShareReceiverCategoryService;
12203
12203
  exports.BiographyShareServerCategoryService = BiographyShareServerCategoryService;
12204
12204
  exports.BlogCategoryModel = BlogCategoryModel;
12205
12205
  exports.BlogCategoryService = BlogCategoryService;
@@ -12224,7 +12224,7 @@
12224
12224
  exports.BlogModuleConfigSiteValuesModel = BlogModuleConfigSiteValuesModel;
12225
12225
  exports.BlogModuleSiteStorageValuesModel = BlogModuleSiteStorageValuesModel;
12226
12226
  exports.BlogShareMainAdminSettingService = BlogShareMainAdminSettingService;
12227
- exports.BlogShareReciverCategoryService = BlogShareReciverCategoryService;
12227
+ exports.BlogShareReceiverCategoryService = BlogShareReceiverCategoryService;
12228
12228
  exports.BlogShareServerCategoryService = BlogShareServerCategoryService;
12229
12229
  exports.BuilderInfoStatusDtoModel = BuilderInfoStatusDtoModel;
12230
12230
  exports.CaptchaModel = CaptchaModel;
@@ -12251,7 +12251,7 @@
12251
12251
  exports.ChartModuleConfigSiteValuesModel = ChartModuleConfigSiteValuesModel;
12252
12252
  exports.ChartModuleSiteStorageValuesModel = ChartModuleSiteStorageValuesModel;
12253
12253
  exports.ChartShareMainAdminSettingService = ChartShareMainAdminSettingService;
12254
- exports.ChartShareReciverCategoryService = ChartShareReciverCategoryService;
12254
+ exports.ChartShareReceiverCategoryService = ChartShareReceiverCategoryService;
12255
12255
  exports.ChartShareServerCategoryService = ChartShareServerCategoryService;
12256
12256
  exports.CheckStatusActionModel = CheckStatusActionModel;
12257
12257
  exports.CmsPageUtilityToolsDtoModel = CmsPageUtilityToolsDtoModel;
@@ -12533,7 +12533,7 @@
12533
12533
  exports.NewsModuleConfigSiteValuesModel = NewsModuleConfigSiteValuesModel;
12534
12534
  exports.NewsModuleSiteStorageValuesModel = NewsModuleSiteStorageValuesModel;
12535
12535
  exports.NewsShareMainAdminSettingService = NewsShareMainAdminSettingService;
12536
- exports.NewsShareReciverCategoryService = NewsShareReciverCategoryService;
12536
+ exports.NewsShareReceiverCategoryService = NewsShareReceiverCategoryService;
12537
12537
  exports.NewsShareServerCategoryService = NewsShareServerCategoryService;
12538
12538
  exports.NtkCmsApiComponent = NtkCmsApiComponent;
12539
12539
  exports.NtkCmsApiModule = NtkCmsApiModule;