You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove isUndocumentedApiEnabled and all undocumented routes, endpoints,
resources, parameters, properties, and enum values. There is no replacement for undocumented APIs.
Remove deprecated generated *Params and *Body request type aliases. Use the
corresponding *Parameters types instead.
Rename generated resource types by removing the Resource suffix. For example, DeviceResource becomes Device, ActionAttemptResource becomes ActionAttempt, and EventResource becomes SeamEvent.
Remove the generated UnknownResource fallback. Code generation now fails when
Blueprint cannot identify a non-batch response resource.
Change batch response typing from an unknown record to Batch<TKey>, where TKey
limits the optional resource collections available on the batch.
Generate endpoint response types from Blueprint resources instead of RouteResponse from @seamapi/types. This may produce stricter response and action-attempt types.