@reactoo/watchtogether-sdk-js 2.8.13 → 2.8.15-beta.2

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.
@@ -44895,7 +44895,7 @@ let liveBarn = function () {
44895
44895
  startKey,
44896
44896
  sort
44897
44897
  } = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
44898
- return (0,_utils__WEBPACK_IMPORTED_MODULE_0__.chunkArray)(ids, 50).reduce((promiseChain, idsChunk) => {
44898
+ return (0,_utils__WEBPACK_IMPORTED_MODULE_0__.chunkArray)(ids, 30).reduce((promiseChain, idsChunk) => {
44899
44899
  return promiseChain.then(chainResponse => {
44900
44900
  const apiParams = {
44901
44901
  ...(fulltextPhrase && {
@@ -46298,7 +46298,8 @@ let user = function () {
46298
46298
  }, {
46299
46299
  requestBody: {
46300
46300
  displayname: data.displayname,
46301
- bio: data.bio
46301
+ bio: data.bio,
46302
+ permissions: data.permissions
46302
46303
  }
46303
46304
  }));
46304
46305
  },