@seamapi/http 1.45.0 → 1.46.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/connect.cjs CHANGED
@@ -6167,8 +6167,8 @@ var _SeamHttpSpaces = class _SeamHttpSpaces {
6167
6167
  list(parameters, options = {}) {
6168
6168
  return new SeamHttpRequest(this, {
6169
6169
  pathname: "/spaces/list",
6170
- method: "GET",
6171
- params: parameters,
6170
+ method: "POST",
6171
+ body: parameters,
6172
6172
  responseKey: "spaces",
6173
6173
  options
6174
6174
  });