Files
turnstone/sdk/typescript
Patrick Buckley fa1ba2cc01 fix(api): type initial_message_status as a Literal enum
str | None under-specified the field: the implementation and the TS SDK
union both constrain it to queue_full / refused_closed, and the Literal
projects a proper enum into the generated OpenAPI spec so clients
reject unexpected values. Specs regenerated.
2026-07-07 16:42:36 -07:00
..