@nsshunt/stsrest01client 1.0.8 → 1.0.10

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.
@@ -3839,7 +3839,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3839
3839
  });
3840
3840
  __publicField(this, "PostEntity", async (resourceEntity, errorCb) => {
3841
3841
  var _a;
3842
- return ((_a = await this.PostEntityDBR(resourceEntity, errorCb)) == null ? void 0 : _a.resdesc) ?? null;
3842
+ return ((_a = await this.PostEntityDBR(resourceEntity, errorCb)) == null ? void 0 : _a.entvalue) ?? null;
3843
3843
  });
3844
3844
  // --- [ PUT.Entity ] -------------------------------------------------------------------------------------------------------------------
3845
3845
  __publicField(this, "PutEntityAR", async (entity, errorCb) => {
@@ -3852,7 +3852,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3852
3852
  });
3853
3853
  __publicField(this, "PutEntity", async (resourceEntity, errorCb) => {
3854
3854
  var _a;
3855
- return ((_a = await this.PutEntityDBR(resourceEntity, errorCb)) == null ? void 0 : _a.resdesc) ?? null;
3855
+ return ((_a = await this.PutEntityDBR(resourceEntity, errorCb)) == null ? void 0 : _a.entvalue) ?? null;
3856
3856
  });
3857
3857
  // --- [ PATCH.Entity ] -------------------------------------------------------------------------------------------------------------------
3858
3858
  __publicField(this, "PatchEntityAR", async (resourceEntity, errorCb) => {
@@ -3865,7 +3865,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3865
3865
  });
3866
3866
  __publicField(this, "PatchEntity", async (resourceEntity, errorCb) => {
3867
3867
  var _a;
3868
- return ((_a = await this.PatchEntityDBR(resourceEntity, errorCb)) == null ? void 0 : _a.resdesc) ?? null;
3868
+ return ((_a = await this.PatchEntityDBR(resourceEntity, errorCb)) == null ? void 0 : _a.entvalue) ?? null;
3869
3869
  });
3870
3870
  // --- [ DELETE.Entity ] -------------------------------------------------------------------------------------------------------------------
3871
3871
  __publicField(this, "DeleteEntityAR", async (resourceEntity, errorCb) => {
@@ -3878,7 +3878,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3878
3878
  });
3879
3879
  __publicField(this, "DeleteEntity", async (resourceEntity, errorCb) => {
3880
3880
  var _a;
3881
- return ((_a = await this.DeleteEntityDBR(resourceEntity, errorCb)) == null ? void 0 : _a.resdesc) ?? null;
3881
+ return ((_a = await this.DeleteEntityDBR(resourceEntity, errorCb)) == null ? void 0 : _a.entvalue) ?? null;
3882
3882
  });
3883
3883
  // --- [ GET.Entity ] -------------------------------------------------------------------------------------------------------------------
3884
3884
  __publicField(this, "GetEntityAR", async (resourceEntity, filters, errorCb) => {
@@ -3894,7 +3894,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3894
3894
  });
3895
3895
  __publicField(this, "GetEntity", async (resourceEntity, filters, errorCb) => {
3896
3896
  var _a;
3897
- return ((_a = await this.GetEntityDBR(resourceEntity, filters, errorCb)) == null ? void 0 : _a.resdesc) ?? null;
3897
+ return ((_a = await this.GetEntityDBR(resourceEntity, filters, errorCb)) == null ? void 0 : _a.entvalue) ?? null;
3898
3898
  });
3899
3899
  // --- [ GET.Entities ] -------------------------------------------------------------------------------------------------------------------
3900
3900
  __publicField(this, "GetEntitiesAR", async (resource, filters, errorCb) => {
@@ -3910,7 +3910,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3910
3910
  });
3911
3911
  __publicField(this, "GetEntities", async (resource, filters, errorCb) => {
3912
3912
  var _a;
3913
- return ((_a = await this.GetEntitiesDBR(resource, filters, errorCb)) == null ? void 0 : _a.map((r) => r.resdesc)) ?? null;
3913
+ return ((_a = await this.GetEntitiesDBR(resource, filters, errorCb)) == null ? void 0 : _a.map((r) => r.entvalue)) ?? null;
3914
3914
  });
3915
3915
  __privateSet(this, _options2, options);
3916
3916
  __privateSet(this, _axiosClient, new AxiosClient({