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.
@@ -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;