@parra/parra-js-sdk 0.2.48 → 0.2.51

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.
Files changed (2) hide show
  1. package/dist/ParraAPI.js +3 -0
  2. package/package.json +3 -3
package/dist/ParraAPI.js CHANGED
@@ -94,6 +94,7 @@ var ParraAPI = /** @class */ (function () {
94
94
  headers: {
95
95
  "content-type": "application/json",
96
96
  },
97
+ raw: true,
97
98
  });
98
99
  };
99
100
  this.getTenantById = function (tenant_id) {
@@ -195,6 +196,7 @@ var ParraAPI = /** @class */ (function () {
195
196
  headers: {
196
197
  "content-type": "application/json",
197
198
  },
199
+ raw: true,
198
200
  });
199
201
  };
200
202
  this.bulkAnswerQuestions = function (body) {
@@ -204,6 +206,7 @@ var ParraAPI = /** @class */ (function () {
204
206
  headers: {
205
207
  "content-type": "application/json",
206
208
  },
209
+ raw: true,
207
210
  });
208
211
  };
209
212
  this.createUser = function (body) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.48",
3
+ "version": "0.2.51",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,10 +19,10 @@
19
19
  "license": "ISC",
20
20
  "devDependencies": {
21
21
  "prettier": "^2.6.2",
22
- "typescript": "^4.6.3"
22
+ "typescript": "^4.6.4"
23
23
  },
24
24
  "dependencies": {
25
- "@parra/http-client": "0.2.1",
25
+ "@parra/http-client": "0.2.5",
26
26
  "isomorphic-fetch": "^3.0.0"
27
27
  }
28
28
  }