Patch Changes
-
#2224
74d8f37Thanks @aniravi24! - FixOpenAIFileschema decode failure on responses whereexpires_atandstatus_detailsare returned as literalnull. The OpenAI files endpoint returnsnull(not omitted) for these fields when no expiration / status detail applies (e.g. uploads withpurpose: "user_data"), but the upstream OpenAPI spec marks them only as optional. Codegen patches widen both fields to allownull, which now decodes cleanly viaOpenAiClient.createFile,retrieveFile,listFiles, and any other endpoint returning theOpenAIFileshape. -
Updated dependencies [
af7782d,7212d70]:- effect@4.0.0-beta.70