ntk-cms-api 1.0.345 → 1.0.349
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 +311 -0
- 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/core/_export.js +2 -1
- package/esm2015/lib/models/dto/core/ressellerChartModel.js +3 -0
- package/esm2015/lib/models/entity/link-management/_export.js +10 -1
- package/esm2015/lib/models/entity/link-management/linkManagementAccountingDetailModel.js +4 -0
- package/esm2015/lib/models/entity/link-management/linkManagementAccountingModel.js +4 -0
- package/esm2015/lib/models/entity/link-management/linkManagementBillboardModel.js +4 -0
- package/esm2015/lib/models/entity/link-management/linkManagementBillboardPatternModel.js +4 -0
- package/esm2015/lib/models/entity/link-management/linkManagementBillboardTargetCategoryModel.js +4 -0
- package/esm2015/lib/models/entity/link-management/linkManagementMemberModel.js +4 -0
- package/esm2015/lib/models/entity/link-management/linkManagementTargetBillboardLogModel.js +4 -0
- package/esm2015/lib/models/entity/link-management/linkManagementTargetCategoryModel.js +4 -0
- package/esm2015/lib/models/entity/link-management/linkManagementTargetModel.js +4 -0
- package/esm2015/lib/models/enums/linkManagement/_export.js +4 -0
- package/esm2015/lib/models/enums/linkManagement/enumManagementContentSettingType.js +12 -0
- package/esm2015/lib/models/enums/linkManagement/enumSharingAccountingType.js +12 -0
- package/esm2015/lib/models/enums/linkManagement/enumSharingPriceType.js +7 -0
- package/esm2015/lib/service/core-main/coreSite.service.js +12 -1
- package/esm2015/lib/service/core-main/coreUser.service.js +12 -1
- package/esm2015/lib/service/link-management/_export.js +10 -1
- package/esm2015/lib/service/link-management/linkManagementAccounting.service.js +11 -0
- package/esm2015/lib/service/link-management/linkManagementAccountingDetail.service.js +11 -0
- package/esm2015/lib/service/link-management/linkManagementBillboard.service.js +11 -0
- package/esm2015/lib/service/link-management/linkManagementBillboardPattern.service.js +11 -0
- package/esm2015/lib/service/link-management/linkManagementBillboardTargetCategory.service.js +11 -0
- package/esm2015/lib/service/link-management/linkManagementEnum.service.js +45 -0
- package/esm2015/lib/service/link-management/linkManagementMember.service.js +11 -0
- package/esm2015/lib/service/link-management/linkManagementTarget.service.js +1 -1
- package/esm2015/lib/service/link-management/linkManagementTargetBillboardLog.service.js +11 -0
- package/esm2015/lib/service/link-management/linkManagementTargetCategory.service.js +11 -0
- package/esm2015/public-api.js +2 -1
- package/fesm2015/ntk-cms-api.js +198 -1
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/dto/core/_export.d.ts +1 -0
- package/lib/models/dto/core/ressellerChartModel.d.ts +10 -0
- package/lib/models/entity/link-management/_export.d.ts +9 -0
- package/lib/models/entity/link-management/linkManagementAccountingDetailModel.d.ts +17 -0
- package/lib/models/entity/link-management/linkManagementAccountingModel.d.ts +16 -0
- package/lib/models/entity/link-management/linkManagementBillboardModel.d.ts +23 -0
- package/lib/models/entity/link-management/linkManagementBillboardPatternModel.d.ts +23 -0
- package/lib/models/entity/link-management/linkManagementBillboardTargetCategoryModel.d.ts +11 -0
- package/lib/models/entity/link-management/linkManagementMemberModel.d.ts +10 -0
- package/lib/models/entity/link-management/linkManagementTargetBillboardLogModel.d.ts +17 -0
- package/lib/models/entity/link-management/linkManagementTargetCategoryModel.d.ts +16 -0
- package/lib/models/entity/link-management/linkManagementTargetModel.d.ts +32 -0
- package/lib/models/enums/linkManagement/_export.d.ts +3 -0
- package/lib/models/enums/linkManagement/enumManagementContentSettingType.d.ts +10 -0
- package/lib/models/enums/linkManagement/enumSharingAccountingType.d.ts +10 -0
- package/lib/models/enums/linkManagement/enumSharingPriceType.d.ts +5 -0
- package/lib/service/core-main/coreSite.service.d.ts +2 -0
- package/lib/service/core-main/coreUser.service.d.ts +2 -0
- package/lib/service/link-management/_export.d.ts +9 -0
- package/lib/service/link-management/linkManagementAccounting.service.d.ts +5 -0
- package/lib/service/link-management/linkManagementAccountingDetail.service.d.ts +5 -0
- package/lib/service/link-management/linkManagementBillboard.service.d.ts +5 -0
- package/lib/service/link-management/linkManagementBillboardPattern.service.d.ts +5 -0
- package/lib/service/link-management/linkManagementBillboardTargetCategory.service.d.ts +5 -0
- package/lib/service/link-management/linkManagementEnum.service.d.ts +10 -0
- package/lib/service/link-management/linkManagementMember.service.d.ts +5 -0
- package/lib/service/link-management/linkManagementTarget.service.d.ts +2 -1
- package/lib/service/link-management/linkManagementTargetBillboardLog.service.d.ts +5 -0
- package/lib/service/link-management/linkManagementTargetCategory.service.d.ts +5 -0
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -2606,6 +2606,18 @@
|
|
|
2606
2606
|
return _this.errorExceptionResultCheck(ret);
|
|
2607
2607
|
}));
|
|
2608
2608
|
};
|
|
2609
|
+
CoreSiteService.prototype.ServiceGetRessellerChart = function (linkSiteId) {
|
|
2610
|
+
var _this = this;
|
|
2611
|
+
return this.http
|
|
2612
|
+
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/GetRessellerChart/' + linkSiteId, {
|
|
2613
|
+
headers: this.getHeaders(),
|
|
2614
|
+
})
|
|
2615
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
2616
|
+
// catchError(this.handleError)
|
|
2617
|
+
operators.map(function (ret) {
|
|
2618
|
+
return _this.errorExceptionResultCheck(ret);
|
|
2619
|
+
}));
|
|
2620
|
+
};
|
|
2609
2621
|
CoreSiteService.prototype.ServiceCurrectSite = function () {
|
|
2610
2622
|
var _this = this;
|
|
2611
2623
|
return this.http
|
|
@@ -2855,6 +2867,18 @@
|
|
|
2855
2867
|
CoreUserService.prototype.getModuleCotrolerUrl = function () {
|
|
2856
2868
|
return 'CoreUser';
|
|
2857
2869
|
};
|
|
2870
|
+
CoreUserService.prototype.ServiceGetRessellerChart = function (linkUserId) {
|
|
2871
|
+
var _this = this;
|
|
2872
|
+
return this.http
|
|
2873
|
+
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/GetRessellerChart/' + linkUserId, {
|
|
2874
|
+
headers: this.getHeaders(),
|
|
2875
|
+
})
|
|
2876
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
2877
|
+
// catchError(this.handleError)
|
|
2878
|
+
operators.map(function (ret) {
|
|
2879
|
+
return _this.errorExceptionResultCheck(ret);
|
|
2880
|
+
}));
|
|
2881
|
+
};
|
|
2858
2882
|
CoreUserService.prototype.SetCurrentUser = function (model) {
|
|
2859
2883
|
if (model == null) {
|
|
2860
2884
|
model = new CoreUserModel();
|
|
@@ -4005,6 +4029,12 @@
|
|
|
4005
4029
|
return ShareInfoModel;
|
|
4006
4030
|
}());
|
|
4007
4031
|
|
|
4032
|
+
var RessellerChartModel = /** @class */ (function () {
|
|
4033
|
+
function RessellerChartModel() {
|
|
4034
|
+
}
|
|
4035
|
+
return RessellerChartModel;
|
|
4036
|
+
}());
|
|
4037
|
+
|
|
4008
4038
|
var CoreModuleTagService = /** @class */ (function (_super) {
|
|
4009
4039
|
__extends(CoreModuleTagService, _super);
|
|
4010
4040
|
function CoreModuleTagService() {
|
|
@@ -4463,6 +4493,140 @@
|
|
|
4463
4493
|
{ type: i0.Injectable }
|
|
4464
4494
|
];
|
|
4465
4495
|
|
|
4496
|
+
var LinkManagementEnumService = /** @class */ (function (_super) {
|
|
4497
|
+
__extends(LinkManagementEnumService, _super);
|
|
4498
|
+
function LinkManagementEnumService() {
|
|
4499
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4500
|
+
}
|
|
4501
|
+
LinkManagementEnumService.prototype.getModuleCotrolerUrl = function () {
|
|
4502
|
+
return 'LinkManagementEnum';
|
|
4503
|
+
};
|
|
4504
|
+
LinkManagementEnumService.prototype.ServiceEnumSharingPriceType = function () {
|
|
4505
|
+
var _this = this;
|
|
4506
|
+
return this.http
|
|
4507
|
+
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/EnumSharingPriceType', {
|
|
4508
|
+
headers: this.getHeaders(),
|
|
4509
|
+
})
|
|
4510
|
+
.pipe(
|
|
4511
|
+
// catchError(this.handleError)
|
|
4512
|
+
operators.map(function (ret) {
|
|
4513
|
+
return _this.errorExceptionResultCheck(ret);
|
|
4514
|
+
}));
|
|
4515
|
+
};
|
|
4516
|
+
LinkManagementEnumService.prototype.ServiceEnumManagementContentSettingType = function () {
|
|
4517
|
+
var _this = this;
|
|
4518
|
+
return this.http
|
|
4519
|
+
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/EnumManagementContentSettingType', {
|
|
4520
|
+
headers: this.getHeaders(),
|
|
4521
|
+
})
|
|
4522
|
+
.pipe(
|
|
4523
|
+
// catchError(this.handleError)
|
|
4524
|
+
operators.map(function (ret) {
|
|
4525
|
+
return _this.errorExceptionResultCheck(ret);
|
|
4526
|
+
}));
|
|
4527
|
+
};
|
|
4528
|
+
LinkManagementEnumService.prototype.ServiceEnumSharingAccountingType = function () {
|
|
4529
|
+
var _this = this;
|
|
4530
|
+
return this.http
|
|
4531
|
+
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/EnumSharingAccountingType', {
|
|
4532
|
+
headers: this.getHeaders(),
|
|
4533
|
+
})
|
|
4534
|
+
.pipe(
|
|
4535
|
+
// catchError(this.handleError)
|
|
4536
|
+
operators.map(function (ret) {
|
|
4537
|
+
return _this.errorExceptionResultCheck(ret);
|
|
4538
|
+
}));
|
|
4539
|
+
};
|
|
4540
|
+
return LinkManagementEnumService;
|
|
4541
|
+
}(ApiServerBase));
|
|
4542
|
+
LinkManagementEnumService.decorators = [
|
|
4543
|
+
{ type: i0.Injectable }
|
|
4544
|
+
];
|
|
4545
|
+
|
|
4546
|
+
var LinkManagementAccountingService = /** @class */ (function (_super) {
|
|
4547
|
+
__extends(LinkManagementAccountingService, _super);
|
|
4548
|
+
function LinkManagementAccountingService() {
|
|
4549
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4550
|
+
}
|
|
4551
|
+
LinkManagementAccountingService.prototype.getModuleCotrolerUrl = function () {
|
|
4552
|
+
return 'LinkManagementAccounting';
|
|
4553
|
+
};
|
|
4554
|
+
return LinkManagementAccountingService;
|
|
4555
|
+
}(ApiCmsServerBase));
|
|
4556
|
+
LinkManagementAccountingService.decorators = [
|
|
4557
|
+
{ type: i0.Injectable }
|
|
4558
|
+
];
|
|
4559
|
+
|
|
4560
|
+
var LinkManagementAccountingDetailService = /** @class */ (function (_super) {
|
|
4561
|
+
__extends(LinkManagementAccountingDetailService, _super);
|
|
4562
|
+
function LinkManagementAccountingDetailService() {
|
|
4563
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4564
|
+
}
|
|
4565
|
+
LinkManagementAccountingDetailService.prototype.getModuleCotrolerUrl = function () {
|
|
4566
|
+
return 'LinkManagementAccountingDetail';
|
|
4567
|
+
};
|
|
4568
|
+
return LinkManagementAccountingDetailService;
|
|
4569
|
+
}(ApiCmsServerBase));
|
|
4570
|
+
LinkManagementAccountingDetailService.decorators = [
|
|
4571
|
+
{ type: i0.Injectable }
|
|
4572
|
+
];
|
|
4573
|
+
|
|
4574
|
+
var LinkManagementBillboardService = /** @class */ (function (_super) {
|
|
4575
|
+
__extends(LinkManagementBillboardService, _super);
|
|
4576
|
+
function LinkManagementBillboardService() {
|
|
4577
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4578
|
+
}
|
|
4579
|
+
LinkManagementBillboardService.prototype.getModuleCotrolerUrl = function () {
|
|
4580
|
+
return 'LinkManagementBillboard';
|
|
4581
|
+
};
|
|
4582
|
+
return LinkManagementBillboardService;
|
|
4583
|
+
}(ApiCmsServerBase));
|
|
4584
|
+
LinkManagementBillboardService.decorators = [
|
|
4585
|
+
{ type: i0.Injectable }
|
|
4586
|
+
];
|
|
4587
|
+
|
|
4588
|
+
var LinkManagementBillboardPatternService = /** @class */ (function (_super) {
|
|
4589
|
+
__extends(LinkManagementBillboardPatternService, _super);
|
|
4590
|
+
function LinkManagementBillboardPatternService() {
|
|
4591
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4592
|
+
}
|
|
4593
|
+
LinkManagementBillboardPatternService.prototype.getModuleCotrolerUrl = function () {
|
|
4594
|
+
return 'LinkManagementBillboardPattern';
|
|
4595
|
+
};
|
|
4596
|
+
return LinkManagementBillboardPatternService;
|
|
4597
|
+
}(ApiCmsServerBase));
|
|
4598
|
+
LinkManagementBillboardPatternService.decorators = [
|
|
4599
|
+
{ type: i0.Injectable }
|
|
4600
|
+
];
|
|
4601
|
+
|
|
4602
|
+
var LinkManagementBillboardTargetCategoryService = /** @class */ (function (_super) {
|
|
4603
|
+
__extends(LinkManagementBillboardTargetCategoryService, _super);
|
|
4604
|
+
function LinkManagementBillboardTargetCategoryService() {
|
|
4605
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4606
|
+
}
|
|
4607
|
+
LinkManagementBillboardTargetCategoryService.prototype.getModuleCotrolerUrl = function () {
|
|
4608
|
+
return 'LinkManagementBillboardTargetCategory';
|
|
4609
|
+
};
|
|
4610
|
+
return LinkManagementBillboardTargetCategoryService;
|
|
4611
|
+
}(ApiCmsServerBase));
|
|
4612
|
+
LinkManagementBillboardTargetCategoryService.decorators = [
|
|
4613
|
+
{ type: i0.Injectable }
|
|
4614
|
+
];
|
|
4615
|
+
|
|
4616
|
+
var LinkManagementMemberService = /** @class */ (function (_super) {
|
|
4617
|
+
__extends(LinkManagementMemberService, _super);
|
|
4618
|
+
function LinkManagementMemberService() {
|
|
4619
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4620
|
+
}
|
|
4621
|
+
LinkManagementMemberService.prototype.getModuleCotrolerUrl = function () {
|
|
4622
|
+
return 'LinkManagementMember';
|
|
4623
|
+
};
|
|
4624
|
+
return LinkManagementMemberService;
|
|
4625
|
+
}(ApiCmsServerBase));
|
|
4626
|
+
LinkManagementMemberService.decorators = [
|
|
4627
|
+
{ type: i0.Injectable }
|
|
4628
|
+
];
|
|
4629
|
+
|
|
4466
4630
|
var LinkManagementTargetShortLinkGetDtoModel = /** @class */ (function () {
|
|
4467
4631
|
function LinkManagementTargetShortLinkGetDtoModel() {
|
|
4468
4632
|
}
|
|
@@ -4519,6 +4683,34 @@
|
|
|
4519
4683
|
{ type: i0.Injectable }
|
|
4520
4684
|
];
|
|
4521
4685
|
|
|
4686
|
+
var LinkManagementTargetBillboardLogService = /** @class */ (function (_super) {
|
|
4687
|
+
__extends(LinkManagementTargetBillboardLogService, _super);
|
|
4688
|
+
function LinkManagementTargetBillboardLogService() {
|
|
4689
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4690
|
+
}
|
|
4691
|
+
LinkManagementTargetBillboardLogService.prototype.getModuleCotrolerUrl = function () {
|
|
4692
|
+
return 'LinkManagementTargetBillboardLog';
|
|
4693
|
+
};
|
|
4694
|
+
return LinkManagementTargetBillboardLogService;
|
|
4695
|
+
}(ApiCmsServerBase));
|
|
4696
|
+
LinkManagementTargetBillboardLogService.decorators = [
|
|
4697
|
+
{ type: i0.Injectable }
|
|
4698
|
+
];
|
|
4699
|
+
|
|
4700
|
+
var LinkManagementTargetCategoryService = /** @class */ (function (_super) {
|
|
4701
|
+
__extends(LinkManagementTargetCategoryService, _super);
|
|
4702
|
+
function LinkManagementTargetCategoryService() {
|
|
4703
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4704
|
+
}
|
|
4705
|
+
LinkManagementTargetCategoryService.prototype.getModuleCotrolerUrl = function () {
|
|
4706
|
+
return 'LinkManagementTargetCategory';
|
|
4707
|
+
};
|
|
4708
|
+
return LinkManagementTargetCategoryService;
|
|
4709
|
+
}(ApiCmsServerBase));
|
|
4710
|
+
LinkManagementTargetCategoryService.decorators = [
|
|
4711
|
+
{ type: i0.Injectable }
|
|
4712
|
+
];
|
|
4713
|
+
|
|
4522
4714
|
var LinkManagementModuleConfigAdminMainValuesModel = /** @class */ (function (_super) {
|
|
4523
4715
|
__extends(LinkManagementModuleConfigAdminMainValuesModel, _super);
|
|
4524
4716
|
function LinkManagementModuleConfigAdminMainValuesModel() {
|
|
@@ -4552,6 +4744,78 @@
|
|
|
4552
4744
|
return LinkManagementModuleSiteStorageValuesModel;
|
|
4553
4745
|
}(BaseModuleSiteStorageValuesModel));
|
|
4554
4746
|
|
|
4747
|
+
var LinkManagementAccountingDetailModel = /** @class */ (function (_super) {
|
|
4748
|
+
__extends(LinkManagementAccountingDetailModel, _super);
|
|
4749
|
+
function LinkManagementAccountingDetailModel() {
|
|
4750
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4751
|
+
}
|
|
4752
|
+
return LinkManagementAccountingDetailModel;
|
|
4753
|
+
}(BaseModuleEntity));
|
|
4754
|
+
|
|
4755
|
+
var LinkManagementAccountingModel = /** @class */ (function (_super) {
|
|
4756
|
+
__extends(LinkManagementAccountingModel, _super);
|
|
4757
|
+
function LinkManagementAccountingModel() {
|
|
4758
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4759
|
+
}
|
|
4760
|
+
return LinkManagementAccountingModel;
|
|
4761
|
+
}(BaseModuleEntity));
|
|
4762
|
+
|
|
4763
|
+
var LinkManagementBillboardModel = /** @class */ (function (_super) {
|
|
4764
|
+
__extends(LinkManagementBillboardModel, _super);
|
|
4765
|
+
function LinkManagementBillboardModel() {
|
|
4766
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4767
|
+
}
|
|
4768
|
+
return LinkManagementBillboardModel;
|
|
4769
|
+
}(BaseModuleEntity));
|
|
4770
|
+
|
|
4771
|
+
var LinkManagementBillboardPatternModel = /** @class */ (function (_super) {
|
|
4772
|
+
__extends(LinkManagementBillboardPatternModel, _super);
|
|
4773
|
+
function LinkManagementBillboardPatternModel() {
|
|
4774
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4775
|
+
}
|
|
4776
|
+
return LinkManagementBillboardPatternModel;
|
|
4777
|
+
}(BaseModuleEntity));
|
|
4778
|
+
|
|
4779
|
+
var LinkManagementBillboardTargetCategoryModel = /** @class */ (function (_super) {
|
|
4780
|
+
__extends(LinkManagementBillboardTargetCategoryModel, _super);
|
|
4781
|
+
function LinkManagementBillboardTargetCategoryModel() {
|
|
4782
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4783
|
+
}
|
|
4784
|
+
return LinkManagementBillboardTargetCategoryModel;
|
|
4785
|
+
}(BaseModuleEntity));
|
|
4786
|
+
|
|
4787
|
+
var LinkManagementMemberModel = /** @class */ (function (_super) {
|
|
4788
|
+
__extends(LinkManagementMemberModel, _super);
|
|
4789
|
+
function LinkManagementMemberModel() {
|
|
4790
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4791
|
+
}
|
|
4792
|
+
return LinkManagementMemberModel;
|
|
4793
|
+
}(BaseModuleEntity));
|
|
4794
|
+
|
|
4795
|
+
var LinkManagementTargetBillboardLogModel = /** @class */ (function (_super) {
|
|
4796
|
+
__extends(LinkManagementTargetBillboardLogModel, _super);
|
|
4797
|
+
function LinkManagementTargetBillboardLogModel() {
|
|
4798
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4799
|
+
}
|
|
4800
|
+
return LinkManagementTargetBillboardLogModel;
|
|
4801
|
+
}(BaseModuleEntity));
|
|
4802
|
+
|
|
4803
|
+
var LinkManagementTargetCategoryModel = /** @class */ (function (_super) {
|
|
4804
|
+
__extends(LinkManagementTargetCategoryModel, _super);
|
|
4805
|
+
function LinkManagementTargetCategoryModel() {
|
|
4806
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4807
|
+
}
|
|
4808
|
+
return LinkManagementTargetCategoryModel;
|
|
4809
|
+
}(BaseModuleEntity));
|
|
4810
|
+
|
|
4811
|
+
var LinkManagementTargetModel = /** @class */ (function (_super) {
|
|
4812
|
+
__extends(LinkManagementTargetModel, _super);
|
|
4813
|
+
function LinkManagementTargetModel() {
|
|
4814
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4815
|
+
}
|
|
4816
|
+
return LinkManagementTargetModel;
|
|
4817
|
+
}(BaseModuleEntity));
|
|
4818
|
+
|
|
4555
4819
|
var LinkManagementTargetShortLinkGetResponceModel = /** @class */ (function () {
|
|
4556
4820
|
function LinkManagementTargetShortLinkGetResponceModel() {
|
|
4557
4821
|
}
|
|
@@ -4564,6 +4828,34 @@
|
|
|
4564
4828
|
return LinkManagementTargetShortLinkSetResponceModel;
|
|
4565
4829
|
}());
|
|
4566
4830
|
|
|
4831
|
+
(function (EnumManagementContentSettingType) {
|
|
4832
|
+
EnumManagementContentSettingType[EnumManagementContentSettingType["Rss"] = 0] = "Rss";
|
|
4833
|
+
EnumManagementContentSettingType[EnumManagementContentSettingType["Html"] = 1] = "Html";
|
|
4834
|
+
EnumManagementContentSettingType[EnumManagementContentSettingType["Banner"] = 2] = "Banner";
|
|
4835
|
+
EnumManagementContentSettingType[EnumManagementContentSettingType["VideoBanner"] = 3] = "VideoBanner";
|
|
4836
|
+
EnumManagementContentSettingType[EnumManagementContentSettingType["Aparat"] = 4] = "Aparat";
|
|
4837
|
+
EnumManagementContentSettingType[EnumManagementContentSettingType["MobileHtml"] = 5] = "MobileHtml";
|
|
4838
|
+
EnumManagementContentSettingType[EnumManagementContentSettingType["MobileBanner"] = 6] = "MobileBanner";
|
|
4839
|
+
EnumManagementContentSettingType[EnumManagementContentSettingType["MobileVideo"] = 7] = "MobileVideo";
|
|
4840
|
+
})(exports.EnumManagementContentSettingType || (exports.EnumManagementContentSettingType = {}));
|
|
4841
|
+
|
|
4842
|
+
(function (EnumSharingAccountingType) {
|
|
4843
|
+
EnumSharingAccountingType[EnumSharingAccountingType["PaymentDebtor"] = 0] = "PaymentDebtor";
|
|
4844
|
+
EnumSharingAccountingType[EnumSharingAccountingType["PaymentCreditor"] = 1] = "PaymentCreditor";
|
|
4845
|
+
EnumSharingAccountingType[EnumSharingAccountingType["ClickDebtor"] = 2] = "ClickDebtor";
|
|
4846
|
+
EnumSharingAccountingType[EnumSharingAccountingType["ClickCreditor"] = 3] = "ClickCreditor";
|
|
4847
|
+
EnumSharingAccountingType[EnumSharingAccountingType["DiscountDebtor"] = 4] = "DiscountDebtor";
|
|
4848
|
+
EnumSharingAccountingType[EnumSharingAccountingType["DiscountCreditor"] = 5] = "DiscountCreditor";
|
|
4849
|
+
EnumSharingAccountingType[EnumSharingAccountingType["DisplayDebtor"] = 6] = "DisplayDebtor";
|
|
4850
|
+
EnumSharingAccountingType[EnumSharingAccountingType["DisplayCreditor"] = 7] = "DisplayCreditor";
|
|
4851
|
+
})(exports.EnumSharingAccountingType || (exports.EnumSharingAccountingType = {}));
|
|
4852
|
+
|
|
4853
|
+
(function (EnumSharingPriceType) {
|
|
4854
|
+
EnumSharingPriceType[EnumSharingPriceType["PerClickCountAndView"] = 0] = "PerClickCountAndView";
|
|
4855
|
+
EnumSharingPriceType[EnumSharingPriceType["PerClickCount"] = 1] = "PerClickCount";
|
|
4856
|
+
EnumSharingPriceType[EnumSharingPriceType["PerView"] = 2] = "PerView";
|
|
4857
|
+
})(exports.EnumSharingPriceType || (exports.EnumSharingPriceType = {}));
|
|
4858
|
+
|
|
4567
4859
|
var NewsConfigurationService = /** @class */ (function (_super) {
|
|
4568
4860
|
__extends(NewsConfigurationService, _super);
|
|
4569
4861
|
function NewsConfigurationService() {
|
|
@@ -11350,11 +11642,29 @@
|
|
|
11350
11642
|
exports.HyperShopOrderService = HyperShopOrderService;
|
|
11351
11643
|
exports.HyperShopPaymentModel = HyperShopPaymentModel;
|
|
11352
11644
|
exports.ItemState = ItemState;
|
|
11645
|
+
exports.LinkManagementAccountingDetailModel = LinkManagementAccountingDetailModel;
|
|
11646
|
+
exports.LinkManagementAccountingDetailService = LinkManagementAccountingDetailService;
|
|
11647
|
+
exports.LinkManagementAccountingModel = LinkManagementAccountingModel;
|
|
11648
|
+
exports.LinkManagementAccountingService = LinkManagementAccountingService;
|
|
11649
|
+
exports.LinkManagementBillboardModel = LinkManagementBillboardModel;
|
|
11650
|
+
exports.LinkManagementBillboardPatternModel = LinkManagementBillboardPatternModel;
|
|
11651
|
+
exports.LinkManagementBillboardPatternService = LinkManagementBillboardPatternService;
|
|
11652
|
+
exports.LinkManagementBillboardService = LinkManagementBillboardService;
|
|
11653
|
+
exports.LinkManagementBillboardTargetCategoryModel = LinkManagementBillboardTargetCategoryModel;
|
|
11654
|
+
exports.LinkManagementBillboardTargetCategoryService = LinkManagementBillboardTargetCategoryService;
|
|
11353
11655
|
exports.LinkManagementConfigurationService = LinkManagementConfigurationService;
|
|
11656
|
+
exports.LinkManagementEnumService = LinkManagementEnumService;
|
|
11657
|
+
exports.LinkManagementMemberModel = LinkManagementMemberModel;
|
|
11658
|
+
exports.LinkManagementMemberService = LinkManagementMemberService;
|
|
11354
11659
|
exports.LinkManagementModuleConfigAdminMainValuesModel = LinkManagementModuleConfigAdminMainValuesModel;
|
|
11355
11660
|
exports.LinkManagementModuleConfigSiteAccessValuesModel = LinkManagementModuleConfigSiteAccessValuesModel;
|
|
11356
11661
|
exports.LinkManagementModuleConfigSiteValuesModel = LinkManagementModuleConfigSiteValuesModel;
|
|
11357
11662
|
exports.LinkManagementModuleSiteStorageValuesModel = LinkManagementModuleSiteStorageValuesModel;
|
|
11663
|
+
exports.LinkManagementTargetBillboardLogModel = LinkManagementTargetBillboardLogModel;
|
|
11664
|
+
exports.LinkManagementTargetBillboardLogService = LinkManagementTargetBillboardLogService;
|
|
11665
|
+
exports.LinkManagementTargetCategoryModel = LinkManagementTargetCategoryModel;
|
|
11666
|
+
exports.LinkManagementTargetCategoryService = LinkManagementTargetCategoryService;
|
|
11667
|
+
exports.LinkManagementTargetModel = LinkManagementTargetModel;
|
|
11358
11668
|
exports.LinkManagementTargetService = LinkManagementTargetService;
|
|
11359
11669
|
exports.LinkManagementTargetShortLinkGetDtoModel = LinkManagementTargetShortLinkGetDtoModel;
|
|
11360
11670
|
exports.LinkManagementTargetShortLinkGetResponceModel = LinkManagementTargetShortLinkGetResponceModel;
|
|
@@ -11415,6 +11725,7 @@
|
|
|
11415
11725
|
exports.PollingVoteModel = PollingVoteModel;
|
|
11416
11726
|
exports.PollingVoteService = PollingVoteService;
|
|
11417
11727
|
exports.RenderModelApplicationSendNotificationInput = RenderModelApplicationSendNotificationInput;
|
|
11728
|
+
exports.RessellerChartModel = RessellerChartModel;
|
|
11418
11729
|
exports.SET_IN_PROCESSING_LIST = SET_IN_PROCESSING_LIST;
|
|
11419
11730
|
exports.SET_LOADING_STATE = SET_LOADING_STATE;
|
|
11420
11731
|
exports.SET_TOKEN_INFO = SET_TOKEN_INFO;
|