Releases: box/box-typescript-sdk-gen
Releases · box/box-typescript-sdk-gen
v1.13.1
v1.13.0
v1.12.0
New Features and Enhancements
- Add Box Sign shared requests (box/box-openapi#504) (#491) (e90255c)
- feat: Add hubs support to
/ai/ask
. Replace type ofitems
property fromAiItemBase[]
toAiItemAsk[]
in theAiAsk
interface (box/box-codegen#656) (#507) (9f29d8c) - Update
/ai/extract_structured
response schema (box/box-codegen#641) (#498) (502ac11)
v1.11.0
Bug Fixes
- Add missing field assignments in constructor (box/box-codegen#646) (#485) (0592f7b)
- Add missing token scope (box/box-openapi#490) (#459) (f0c0d91)
- Correct types of
paged
andthumb
properties in File representation (box/box-openapi#503) (#489) (d11529a) - Fix invalid variant config for Integration mapping Slack (box/box-openapi#492) (#462) (660dc6e)
- Fix order of fields in the
IntegrationMapping
schema (box/box-openapi#497) (#476) (93e2bc3) - Remove
eval
usage (box/box-codegen#636) (#474) (7c86f34) - Prevent
Authentication
header from being passed during cross-origin redirects (box/box-codegen#648) (#488) (56fb287)
New Features and Enhancements
v1.10.0
Bug Fixes
New Features and Enhancements
v1.9.0
v1.8.0
Bug Fixes
- Fix
additionalProperties
inClientError
(box/box-openapi#477) (#385) (4547148) - Fix chunked uploads in browser (box/box-codegen#619) (#436) (0af2484)
- Support status codes with no content (box/box-codegen#604) (#415) (c3f14c6)
- Update client error schema to support schema errors (box/box-openapi#467) (#381) (b845f12)
- Update integration mapping response description (box/box-openapi#463) (#379) (e3d71e1)
New Features and Enhancements
- Add AI LLM endpoint AWS
params
(box/box-openapi#478) (#388) (d2fd1ec) - Expose method for making custom HTTP requests, convert
FetchOptions
into a class (box/box-codegen#610) (#431) (9a9ea62) - Support get collection by ID endpoint (box/box-codegen#595) (#396) (f1f47be)
- Support getting file download URL and file thumbnail URL (box/box-codegen#617) (#435) (1cb4d5d)
- Support
nullable
fields in TypeScript (box/box-codegen#612) (#425) (991dc29)