Releases: box/box-typescript-sdk-gen
Releases · box/box-typescript-sdk-gen
v1.16.0
Bug Fixes
- Compute webhook signature with and without escaping the body (box/box-codegen#737) (#627) (6a21b8e)
- Fix circular dependency in
boxNetworkClient
(box/box-codegen#708) (#591) (b383889) - Fix downscope token to use
retrieveToken
method for token retrieval (box/box-codegen#731) (#618) (90edb0c) - Fix slash escaping when calculating webhook signature (box/box-codegen#736) (#624) (a0307d0)
- Handle list of strings in metadata filter (box/box-codegen#716) (#597) (979ff2c)
- Improve file download to avoid storing content in memory (box/box-codegen#701) (#589) (513a15e)
- Modify utility functions for browser (box/box-codegen#686) (#585) (7232170)
- Use constant-time comparison for HMAC signatures (box/box-codegen#739) (#630) (efdcaaf)
New Features and Enhancements
- Add AI agents warnings; allow for more types of metadata value (box/box-openapi#520) (#600) (a5a555f)
- Add security settings properties on sign template schema (box/box-openapi#518) (#588) (dfd3e5f)
- Add Shield Lists APIs (box/box-openapi#528) (#622) (be3af44)
- Add support of IBM models to AI API (box/box-openapi#522) (#601) (b060b8c)
- Increase max items for ai extract endpoints (box/box-openapi#525) (#602) (86c5d14)
- Update legal holds and AI models (box/box-openapi#526) (#620) (de3df57)
v1.15.1
v1.15.0
v1.14.0
v1.13.2
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)