@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.
@@ -3748,7 +3748,7 @@ type WorkspacesCreateResponse = SetNonNullable<Required<RouteResponse<'/workspac
3748
3748
  type WorkspacesCreateRequest = SeamHttpRequest<WorkspacesCreateResponse, 'workspace'>;
3749
3749
  interface WorkspacesCreateOptions {
3750
3750
  }
3751
- type WorkspacesFindAnythingParameters = RouteRequestParams<'/workspaces/find_anything'>;
3751
+ type WorkspacesFindAnythingParameters = RouteRequestBody<'/workspaces/find_anything'>;
3752
3752
  /**
3753
3753
  * @deprecated Use WorkspacesFindAnythingParameters instead.
3754
3754
  */
package/dist/index.cjs CHANGED
@@ -8354,8 +8354,8 @@ var _SeamHttpWorkspaces = class _SeamHttpWorkspaces {
8354
8354
  }
8355
8355
  return new SeamHttpRequest(this, {
8356
8356
  pathname: "/workspaces/find_anything",
8357
- method: "GET",
8358
- params: parameters,
8357
+ method: "POST",
8358
+ body: parameters,
8359
8359
  responseKey: "batch",
8360
8360
  options
8361
8361
  });