@hubs101/js-api-skd-client 1.0.10482 → 1.0.10484

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.
@@ -696,6 +696,6 @@ exports._addMediaFolder = _addMediaFolder;
696
696
  const _updateEventWebsite = (basePath, token, eventId, keyData, data, files) => __awaiter(void 0, void 0, void 0, function* () {
697
697
  const base = (0, base_1.getBasePath)(basePath);
698
698
  const response = yield (0, api_1.postFilesAndDataRequest)(`${base.EVENTS}/${eventId}/websitedata/${keyData}`, data, files !== null && files !== void 0 ? files : [], token, "put");
699
- return response === null || response === void 0 ? void 0 : response.result;
699
+ return response === null || response === void 0 ? void 0 : response.data;
700
700
  });
701
701
  exports._updateEventWebsite = _updateEventWebsite;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10482",
3
+ "version": "1.0.10484",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",