@seamapi/http 1.62.0 → 1.63.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
@@ -8118,8 +8118,8 @@ var _SeamHttpWorkspaces = class _SeamHttpWorkspaces {
8118
8118
  }
8119
8119
  return new SeamHttpRequest(this, {
8120
8120
  pathname: "/workspaces/find_anything",
8121
- method: "GET",
8122
- params: parameters,
8121
+ method: "POST",
8122
+ body: parameters,
8123
8123
  responseKey: "batch",
8124
8124
  options
8125
8125
  });