@parra/parra-js-sdk 0.2.49 → 0.2.50
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/dist/ParraAPI.js +3 -0
- package/package.json +2 -2
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.
|
|
3
|
+
"version": "0.2.50",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"typescript": "^4.6.4"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@parra/http-client": "0.2.
|
|
25
|
+
"@parra/http-client": "0.2.4",
|
|
26
26
|
"isomorphic-fetch": "^3.0.0"
|
|
27
27
|
}
|
|
28
28
|
}
|