@seamapi/http 1.114.0 → 1.115.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.
@@ -1946,7 +1946,7 @@ type CustomersCreatePortalBody = CustomersCreatePortalParameters;
1946
1946
  * @deprecated Use CustomersCreatePortalRequest instead.
1947
1947
  */
1948
1948
  type CustomersCreatePortalResponse = SetNonNullable<Required<RouteResponse<'/customers/create_portal'>>>;
1949
- type CustomersCreatePortalRequest = SeamHttpRequest<CustomersCreatePortalResponse, 'magic_link'>;
1949
+ type CustomersCreatePortalRequest = SeamHttpRequest<CustomersCreatePortalResponse, 'customer_portal'>;
1950
1950
  interface CustomersCreatePortalOptions {
1951
1951
  }
1952
1952
  type CustomersDeleteDataParameters = RouteRequestBody<'/customers/delete_data'>;
package/dist/index.cjs CHANGED
@@ -4669,7 +4669,7 @@ var SeamHttpCustomers = class _SeamHttpCustomers {
4669
4669
  pathname: "/customers/create_portal",
4670
4670
  method: "POST",
4671
4671
  body: parameters,
4672
- responseKey: "magic_link",
4672
+ responseKey: "customer_portal",
4673
4673
  options
4674
4674
  });
4675
4675
  }