@seamapi/http 1.44.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.
@@ -1,7 +1,7 @@
1
+ export * from '@seamapi/url-search-params-serializer';
1
2
  import { RouteRequestBody, RouteResponse, RouteRequestParams, ActionAttempt, openapi } from '@seamapi/types/connect';
2
3
  import { AxiosRequestConfig, AxiosInstance, Method } from 'axios';
3
4
  import { AxiosRetry } from 'axios-retry';
4
- export * from '@seamapi/url-search-params-serializer';
5
5
 
6
6
  type Client = AxiosInstance;
7
7
  interface ClientOptions {
@@ -2653,7 +2653,7 @@ type SpacesGetRelatedResponse = SetNonNullable<Required<RouteResponse<'/spaces/g
2653
2653
  type SpacesGetRelatedRequest = SeamHttpRequest<SpacesGetRelatedResponse, 'batch'>;
2654
2654
  interface SpacesGetRelatedOptions {
2655
2655
  }
2656
- type SpacesListParameters = RouteRequestParams<'/spaces/list'>;
2656
+ type SpacesListParameters = RouteRequestBody<'/spaces/list'>;
2657
2657
  /**
2658
2658
  * @deprecated Use SpacesListParameters instead.
2659
2659
  */