ntk-cms-api 1.0.377 → 1.0.381
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 +19 -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/ipModel.js +3 -0
- package/esm2015/lib/models/entity/estate/estateContractModel.js +1 -1
- package/esm2015/lib/models/entity/estate/estateContractTypeModel.js +1 -1
- package/esm2015/lib/models/entity/estate/estatePropertyModel.js +1 -1
- package/esm2015/lib/service/core-main/coreConfiguration.service.js +12 -1
- package/fesm2015/ntk-cms-api.js +15 -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/ipModel.d.ts +8 -0
- package/lib/models/entity/estate/estateContractModel.d.ts +0 -1
- package/lib/models/entity/estate/estateContractTypeModel.d.ts +11 -0
- package/lib/models/entity/estate/estatePropertyModel.d.ts +1 -0
- package/lib/service/core-main/coreConfiguration.service.d.ts +2 -0
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1693,6 +1693,18 @@
|
|
|
1693
1693
|
return _this.errorExceptionResultCheck(ret);
|
|
1694
1694
|
}));
|
|
1695
1695
|
};
|
|
1696
|
+
CoreConfigurationService.prototype.ServiceIp = function () {
|
|
1697
|
+
var _this = this;
|
|
1698
|
+
return this.http
|
|
1699
|
+
.get(this.getBaseUrl() + 'ip', {
|
|
1700
|
+
headers: this.getHeaders(),
|
|
1701
|
+
})
|
|
1702
|
+
.pipe(
|
|
1703
|
+
// catchError(this.handleError)
|
|
1704
|
+
operators.map(function (ret) {
|
|
1705
|
+
return _this.errorExceptionResultCheck(ret);
|
|
1706
|
+
}));
|
|
1707
|
+
};
|
|
1696
1708
|
return CoreConfigurationService;
|
|
1697
1709
|
}(ApiServerConfigSiteBase));
|
|
1698
1710
|
CoreConfigurationService.decorators = [
|
|
@@ -3932,6 +3944,12 @@
|
|
|
3932
3944
|
return CoreTokenMicroServiceLogModel;
|
|
3933
3945
|
}(CoreTokenMicroServiceModel));
|
|
3934
3946
|
|
|
3947
|
+
var IpModel = /** @class */ (function () {
|
|
3948
|
+
function IpModel() {
|
|
3949
|
+
}
|
|
3950
|
+
return IpModel;
|
|
3951
|
+
}());
|
|
3952
|
+
|
|
3935
3953
|
var AuthUserSignInModel = /** @class */ (function () {
|
|
3936
3954
|
function AuthUserSignInModel() {
|
|
3937
3955
|
}
|
|
@@ -11719,6 +11737,7 @@
|
|
|
11719
11737
|
exports.HyperShopOrderPaymentDtoModel = HyperShopOrderPaymentDtoModel;
|
|
11720
11738
|
exports.HyperShopOrderService = HyperShopOrderService;
|
|
11721
11739
|
exports.HyperShopPaymentModel = HyperShopPaymentModel;
|
|
11740
|
+
exports.IpModel = IpModel;
|
|
11722
11741
|
exports.ItemState = ItemState;
|
|
11723
11742
|
exports.LinkManagementAccountingDetailModel = LinkManagementAccountingDetailModel;
|
|
11724
11743
|
exports.LinkManagementAccountingDetailService = LinkManagementAccountingDetailService;
|