Releases: seamapi/javascript-http
Releases · seamapi/javascript-http
Release list
v2.3.0
v2.2.0
v2.1.0
v2.0.0
Features
BREAKING CHANGES
- Remove
isUndocumentedApiEnabledand all undocumented routes, endpoints,
resources, parameters, properties, and enum values. There is no replacement for undocumented APIs. - Remove deprecated generated
*Paramsand*Bodyrequest type aliases. Use the
corresponding*Parameterstypes instead. - Rename generated resource types by removing the
Resourcesuffix. For example,
DeviceResourcebecomesDevice,ActionAttemptResourcebecomesActionAttempt, and
EventResourcebecomesSeamEvent. - Remove the generated
UnknownResourcefallback. Code generation now fails when
Blueprint cannot identify a non-batch response resource. - Change batch response typing from an unknown record to
Batch<TKey>, whereTKey
limits the optional resource collections available on the batch. - Generate endpoint response types from Blueprint resources instead of
RouteResponsefrom@seamapi/types. This may produce stricter response and action-attempt types.