bruce-models 0.8.5 → 0.8.6

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.
@@ -155,9 +155,9 @@ var Api;
155
155
  */
156
156
  function PrepReqParams(base) {
157
157
  base = __assign({}, base);
158
- base.headers = __assign({}, base.headers);
159
- if (!base.headers.encoding) {
160
- base.headers.encoding = Api.EEncoding.UTF16;
158
+ base.response = __assign({}, base.response);
159
+ if (!base.response.encoding) {
160
+ base.response.encoding = Api.EEncoding.UTF16;
161
161
  }
162
162
  return base;
163
163
  }