@hubs101/js-api-skd-client 1.0.10618 → 1.0.10620

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.
@@ -820,7 +820,7 @@ const _importEventWebsiteContent = (basePath, token, eventId, eventSource, keysL
820
820
  source_event: eventSource,
821
821
  };
822
822
  if (keysList && keysList.length > 0) {
823
- requestBody.keys_list = keysList;
823
+ requestBody.keys_list = `"${keysList.join(",")}"`;
824
824
  }
825
825
  const response = yield (0, api_1.postRequest)(`${base.EVENTS}/${eventId}/import/websitecontent`, requestBody, token);
826
826
  return response === null || response === void 0 ? void 0 : response.data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10618",
3
+ "version": "1.0.10620",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",