rocketchat-ts-sdk 1.0.9 → 1.1.0

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.
package/dist/index.esm.js CHANGED
@@ -2950,6 +2950,8 @@ class BaseResource {
2950
2950
  addQuery(query) {
2951
2951
  return QueryString.stringify(query, {
2952
2952
  addQueryPrefix: true,
2953
+ arrayFormat: "brackets",
2954
+ encode: true,
2953
2955
  });
2954
2956
  }
2955
2957
  }