ntk-cms-api 1.0.352 → 1.0.356
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 +51 -90
- 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/sms/smsApiSendTestDtoModel.js +1 -1
- package/esm2015/lib/models/entity/estate/_export.js +3 -1
- package/esm2015/lib/models/entity/estate/estateBillboardDetailModel.js +4 -0
- package/esm2015/lib/models/entity/estate/estateBillboardModel.js +4 -0
- package/esm2015/lib/models/entity/sms/smsMainApiPathModel.js +1 -1
- package/esm2015/lib/models/enums/_export.js +1 -6
- package/esm2015/lib/service/estate/_export.js +2 -1
- package/esm2015/lib/service/estate/estateBillboard.service.js +11 -0
- package/esm2015/lib/service/estate/estateProperty.service.js +18 -1
- package/esm2015/lib/service/sms/smsEnum.service.js +1 -56
- package/fesm2015/ntk-cms-api.js +33 -91
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/dto/sms/smsApiSendTestDtoModel.d.ts +4 -3
- package/lib/models/entity/estate/_export.d.ts +2 -0
- package/lib/models/entity/estate/estateBillboardDetailModel.d.ts +7 -0
- package/lib/models/entity/estate/estateBillboardModel.d.ts +11 -0
- package/lib/models/entity/sms/smsMainApiPathModel.d.ts +2 -19
- package/lib/models/enums/_export.d.ts +0 -5
- package/lib/service/estate/_export.d.ts +1 -0
- package/lib/service/estate/estateBillboard.service.d.ts +5 -0
- package/lib/service/estate/estateProperty.service.d.ts +1 -0
- package/lib/service/sms/smsEnum.service.d.ts +0 -5
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
- package/esm2015/lib/models/enums/enumApiDeliveryMethod.js +0 -7
- package/esm2015/lib/models/enums/enumApiInfoCreditCheckMethod.js +0 -7
- package/esm2015/lib/models/enums/enumApiPhoneBookMethod.js +0 -7
- package/esm2015/lib/models/enums/enumApiSendMessageMethod.js +0 -7
- package/esm2015/lib/models/enums/enumApiSendVoiceMethod.js +0 -7
- package/lib/models/enums/enumApiDeliveryMethod.d.ts +0 -5
- package/lib/models/enums/enumApiInfoCreditCheckMethod.d.ts +0 -5
- package/lib/models/enums/enumApiPhoneBookMethod.d.ts +0 -5
- package/lib/models/enums/enumApiSendMessageMethod.d.ts +0 -5
- package/lib/models/enums/enumApiSendVoiceMethod.d.ts +0 -5
|
@@ -626,42 +626,12 @@
|
|
|
626
626
|
EnumUserClaimGroupActionType[EnumUserClaimGroupActionType["ApproveUserBankPayment"] = 1] = "ApproveUserBankPayment";
|
|
627
627
|
})(exports.EnumUserClaimGroupActionType || (exports.EnumUserClaimGroupActionType = {}));
|
|
628
628
|
|
|
629
|
-
(function (EnumApiDeliveryMethod) {
|
|
630
|
-
EnumApiDeliveryMethod[EnumApiDeliveryMethod["None"] = 0] = "None";
|
|
631
|
-
EnumApiDeliveryMethod[EnumApiDeliveryMethod["Post"] = 1] = "Post";
|
|
632
|
-
EnumApiDeliveryMethod[EnumApiDeliveryMethod["Get"] = 2] = "Get";
|
|
633
|
-
})(exports.EnumApiDeliveryMethod || (exports.EnumApiDeliveryMethod = {}));
|
|
634
|
-
|
|
635
|
-
(function (EnumApiInfoCreditCheckMethod) {
|
|
636
|
-
EnumApiInfoCreditCheckMethod[EnumApiInfoCreditCheckMethod["None"] = 0] = "None";
|
|
637
|
-
EnumApiInfoCreditCheckMethod[EnumApiInfoCreditCheckMethod["Post"] = 1] = "Post";
|
|
638
|
-
EnumApiInfoCreditCheckMethod[EnumApiInfoCreditCheckMethod["Get"] = 2] = "Get";
|
|
639
|
-
})(exports.EnumApiInfoCreditCheckMethod || (exports.EnumApiInfoCreditCheckMethod = {}));
|
|
640
|
-
|
|
641
|
-
(function (EnumApiPhoneBookMethod) {
|
|
642
|
-
EnumApiPhoneBookMethod[EnumApiPhoneBookMethod["None"] = 0] = "None";
|
|
643
|
-
EnumApiPhoneBookMethod[EnumApiPhoneBookMethod["Post"] = 1] = "Post";
|
|
644
|
-
EnumApiPhoneBookMethod[EnumApiPhoneBookMethod["Get"] = 2] = "Get";
|
|
645
|
-
})(exports.EnumApiPhoneBookMethod || (exports.EnumApiPhoneBookMethod = {}));
|
|
646
|
-
|
|
647
629
|
(function (EnumApiReciveMethod) {
|
|
648
630
|
EnumApiReciveMethod[EnumApiReciveMethod["none"] = 0] = "none";
|
|
649
631
|
EnumApiReciveMethod[EnumApiReciveMethod["Post"] = 1] = "Post";
|
|
650
632
|
EnumApiReciveMethod[EnumApiReciveMethod["Get"] = 2] = "Get";
|
|
651
633
|
})(exports.EnumApiReciveMethod || (exports.EnumApiReciveMethod = {}));
|
|
652
634
|
|
|
653
|
-
(function (EnumApiSendMessageMethod) {
|
|
654
|
-
EnumApiSendMessageMethod[EnumApiSendMessageMethod["None"] = 0] = "None";
|
|
655
|
-
EnumApiSendMessageMethod[EnumApiSendMessageMethod["Post"] = 1] = "Post";
|
|
656
|
-
EnumApiSendMessageMethod[EnumApiSendMessageMethod["Get"] = 2] = "Get";
|
|
657
|
-
})(exports.EnumApiSendMessageMethod || (exports.EnumApiSendMessageMethod = {}));
|
|
658
|
-
|
|
659
|
-
(function (EnumApiSendVoiceMethod) {
|
|
660
|
-
EnumApiSendVoiceMethod[EnumApiSendVoiceMethod["None"] = 0] = "None";
|
|
661
|
-
EnumApiSendVoiceMethod[EnumApiSendVoiceMethod["Post"] = 1] = "Post";
|
|
662
|
-
EnumApiSendVoiceMethod[EnumApiSendVoiceMethod["Get"] = 2] = "Get";
|
|
663
|
-
})(exports.EnumApiSendVoiceMethod || (exports.EnumApiSendVoiceMethod = {}));
|
|
664
|
-
|
|
665
635
|
(function (EnumClauseType) {
|
|
666
636
|
EnumClauseType[EnumClauseType["Or"] = 1] = "Or";
|
|
667
637
|
EnumClauseType[EnumClauseType["And"] = 2] = "And";
|
|
@@ -6977,66 +6947,6 @@
|
|
|
6977
6947
|
SmsEnumService.prototype.getModuleCotrolerUrl = function () {
|
|
6978
6948
|
return 'SmsEnum';
|
|
6979
6949
|
};
|
|
6980
|
-
SmsEnumService.prototype.ServiceEnumApiSendMessageMethod = function () {
|
|
6981
|
-
var _this = this;
|
|
6982
|
-
return this.http
|
|
6983
|
-
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/EnumApiSendMessageMethod', {
|
|
6984
|
-
headers: this.getHeaders(),
|
|
6985
|
-
})
|
|
6986
|
-
.pipe(
|
|
6987
|
-
// catchError(this.handleError)
|
|
6988
|
-
operators.map(function (ret) {
|
|
6989
|
-
return _this.errorExceptionResultCheck(ret);
|
|
6990
|
-
}));
|
|
6991
|
-
};
|
|
6992
|
-
SmsEnumService.prototype.ServiceEnumApiDeliveryMethod = function () {
|
|
6993
|
-
var _this = this;
|
|
6994
|
-
return this.http
|
|
6995
|
-
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/EnumApiDeliveryMethod', {
|
|
6996
|
-
headers: this.getHeaders(),
|
|
6997
|
-
})
|
|
6998
|
-
.pipe(
|
|
6999
|
-
// catchError(this.handleError)
|
|
7000
|
-
operators.map(function (ret) {
|
|
7001
|
-
return _this.errorExceptionResultCheck(ret);
|
|
7002
|
-
}));
|
|
7003
|
-
};
|
|
7004
|
-
SmsEnumService.prototype.ServiceEnumApiPhoneBookMethod = function () {
|
|
7005
|
-
var _this = this;
|
|
7006
|
-
return this.http
|
|
7007
|
-
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/EnumApiPhoneBookMethod', {
|
|
7008
|
-
headers: this.getHeaders(),
|
|
7009
|
-
})
|
|
7010
|
-
.pipe(
|
|
7011
|
-
// catchError(this.handleError)
|
|
7012
|
-
operators.map(function (ret) {
|
|
7013
|
-
return _this.errorExceptionResultCheck(ret);
|
|
7014
|
-
}));
|
|
7015
|
-
};
|
|
7016
|
-
SmsEnumService.prototype.ServiceEnumApiSendVoiceMethod = function () {
|
|
7017
|
-
var _this = this;
|
|
7018
|
-
return this.http
|
|
7019
|
-
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/EnumApiSendVoiceMethod', {
|
|
7020
|
-
headers: this.getHeaders(),
|
|
7021
|
-
})
|
|
7022
|
-
.pipe(
|
|
7023
|
-
// catchError(this.handleError)
|
|
7024
|
-
operators.map(function (ret) {
|
|
7025
|
-
return _this.errorExceptionResultCheck(ret);
|
|
7026
|
-
}));
|
|
7027
|
-
};
|
|
7028
|
-
SmsEnumService.prototype.ServiceEnumApiInfoCreditCheckMethod = function () {
|
|
7029
|
-
var _this = this;
|
|
7030
|
-
return this.http
|
|
7031
|
-
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/EnumApiInfoCreditCheckMethod', {
|
|
7032
|
-
headers: this.getHeaders(),
|
|
7033
|
-
})
|
|
7034
|
-
.pipe(
|
|
7035
|
-
// catchError(this.handleError)
|
|
7036
|
-
operators.map(function (ret) {
|
|
7037
|
-
return _this.errorExceptionResultCheck(ret);
|
|
7038
|
-
}));
|
|
7039
|
-
};
|
|
7040
6950
|
SmsEnumService.prototype.ServiceEnumApiPathPermissionAccessStatus = function () {
|
|
7041
6951
|
var _this = this;
|
|
7042
6952
|
return this.http
|
|
@@ -9675,6 +9585,20 @@
|
|
|
9675
9585
|
{ type: i0.Injectable }
|
|
9676
9586
|
];
|
|
9677
9587
|
|
|
9588
|
+
var EstateBillboardService = /** @class */ (function (_super) {
|
|
9589
|
+
__extends(EstateBillboardService, _super);
|
|
9590
|
+
function EstateBillboardService() {
|
|
9591
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
9592
|
+
}
|
|
9593
|
+
EstateBillboardService.prototype.getModuleCotrolerUrl = function () {
|
|
9594
|
+
return 'EstateBillboard';
|
|
9595
|
+
};
|
|
9596
|
+
return EstateBillboardService;
|
|
9597
|
+
}(ApiCmsServerBase));
|
|
9598
|
+
EstateBillboardService.decorators = [
|
|
9599
|
+
{ type: i0.Injectable }
|
|
9600
|
+
];
|
|
9601
|
+
|
|
9678
9602
|
var EstatePropertyService = /** @class */ (function (_super) {
|
|
9679
9603
|
__extends(EstatePropertyService, _super);
|
|
9680
9604
|
function EstatePropertyService() {
|
|
@@ -9722,6 +9646,24 @@
|
|
|
9722
9646
|
return _this.errorExceptionResultCheck(ret);
|
|
9723
9647
|
}));
|
|
9724
9648
|
};
|
|
9649
|
+
EstatePropertyService.prototype.ServiceGetAllWithBillbord = function (billbordId, model) {
|
|
9650
|
+
var _this = this;
|
|
9651
|
+
if (model == null) {
|
|
9652
|
+
model = new FilterModel();
|
|
9653
|
+
}
|
|
9654
|
+
if (!billbordId || billbordId.length === 0) {
|
|
9655
|
+
billbordId = '00';
|
|
9656
|
+
}
|
|
9657
|
+
return this.http
|
|
9658
|
+
.post(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/GetAllWithBillbord/' + billbordId, model, {
|
|
9659
|
+
headers: this.getHeaders(),
|
|
9660
|
+
})
|
|
9661
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
9662
|
+
// catchError(this.handleError)
|
|
9663
|
+
operators.map(function (ret) {
|
|
9664
|
+
return _this.errorExceptionResultCheck(ret);
|
|
9665
|
+
}));
|
|
9666
|
+
};
|
|
9725
9667
|
return EstatePropertyService;
|
|
9726
9668
|
}(ApiCmsServerBase));
|
|
9727
9669
|
EstatePropertyService.decorators = [
|
|
@@ -9957,6 +9899,22 @@
|
|
|
9957
9899
|
return EstatePropertyModel;
|
|
9958
9900
|
}(BaseModuleEntity));
|
|
9959
9901
|
|
|
9902
|
+
var EstateBillboardModel = /** @class */ (function (_super) {
|
|
9903
|
+
__extends(EstateBillboardModel, _super);
|
|
9904
|
+
function EstateBillboardModel() {
|
|
9905
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
9906
|
+
}
|
|
9907
|
+
return EstateBillboardModel;
|
|
9908
|
+
}(BaseModuleEntity));
|
|
9909
|
+
|
|
9910
|
+
var EstateBillboardDetailModel = /** @class */ (function (_super) {
|
|
9911
|
+
__extends(EstateBillboardDetailModel, _super);
|
|
9912
|
+
function EstateBillboardDetailModel() {
|
|
9913
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
9914
|
+
}
|
|
9915
|
+
return EstateBillboardDetailModel;
|
|
9916
|
+
}(BaseModuleEntity));
|
|
9917
|
+
|
|
9960
9918
|
var EstatePropertyTypeModel = /** @class */ (function (_super) {
|
|
9961
9919
|
__extends(EstatePropertyTypeModel, _super);
|
|
9962
9920
|
function EstatePropertyTypeModel() {
|
|
@@ -11560,6 +11518,9 @@
|
|
|
11560
11518
|
exports.EstateAccountUserService = EstateAccountUserService;
|
|
11561
11519
|
exports.EstateAdsTypeModel = EstateAdsTypeModel;
|
|
11562
11520
|
exports.EstateAdsTypeService = EstateAdsTypeService;
|
|
11521
|
+
exports.EstateBillboardDetailModel = EstateBillboardDetailModel;
|
|
11522
|
+
exports.EstateBillboardModel = EstateBillboardModel;
|
|
11523
|
+
exports.EstateBillboardService = EstateBillboardService;
|
|
11563
11524
|
exports.EstateConfigurationService = EstateConfigurationService;
|
|
11564
11525
|
exports.EstateContractModel = EstateContractModel;
|
|
11565
11526
|
exports.EstateContractService = EstateContractService;
|