@hubs101/js-api-skd-client 1.0.10401 → 1.0.10402

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.
@@ -241,7 +241,7 @@ const _createDocument = (basePath, token, files, data) => __awaiter(void 0, void
241
241
  exports._createDocument = _createDocument;
242
242
  const _updateDocument = (basePath, token, documentId, data) => __awaiter(void 0, void 0, void 0, function* () {
243
243
  const base = (0, base_1.getBasePath)(basePath);
244
- const { data: response } = yield (0, api_1.postFilesAndDataRequest)(`${base.DOCUMENTS}/${documentId}`, data, [], token, "put");
244
+ const response = yield (0, api_1.postFilesAndDataRequest)(`${base.DOCUMENTS}/${documentId}`, data, [], token, "put");
245
245
  return response;
246
246
  });
247
247
  exports._updateDocument = _updateDocument;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10401",
3
+ "version": "1.0.10402",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",