@hubs101/js-api-skd-client 1.0.10598 → 1.0.10599

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.
@@ -777,7 +777,7 @@ const _updateTestimonial = (basePath, token, eventId, testimonialId, data, files
777
777
  exports._updateTestimonial = _updateTestimonial;
778
778
  const _createStatistic = (basePath, token, eventId, data) => __awaiter(void 0, void 0, void 0, function* () {
779
779
  const base = (0, base_1.getBasePath)(basePath);
780
- const response = yield (0, api_1.postRequestWE)(`${base.EVENTS}/${eventId}/statistics`, data, token, "put");
780
+ const response = yield (0, api_1.postFilesAndDataRequest)(`${base.EVENTS}/${eventId}/statistics`, data, [], token, "put");
781
781
  return response === null || response === void 0 ? void 0 : response.data;
782
782
  });
783
783
  exports._createStatistic = _createStatistic;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10598",
3
+ "version": "1.0.10599",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",