Releases: box/box-typescript-sdk-gen
Releases · box/box-typescript-sdk-gen
v1.15.0
New Features and Enhancements
- Support sensitive data sanitization in errors (box/box-codegen#695) (#573) (488e76a)
v1.14.0
Bug Fixes
- Add
verification_phone_number
property to create sign request (box/box-openapi#515) (#546) (916502c)
New Features and Enhancements
- Add find app item for shared link endpoint (box/box-openapi#514) (#545) (7c32eaf)
- Add Integration Mappings Teams API (box/box-openapi#517) (#548) (6ce1c7c)
- Support upload with preflight check (box/box-codegen#676) (#554) (e3aa784)
v1.13.2
Bug Fixes
- Fix
rollup
plugin output directory in Typescript (box/box-codegen#678) (#543) (f828d5e)
v1.13.1
Bug Fixes
- Split browser configuration in
package.json
for TypeScript (box/box-codegen#672) (#538) (ca7e291)
v1.13.0
New Features and Enhancements
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 of items
property from AiItemBase[]
to AiItemAsk[]
in the AiAsk
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
and thumb
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
- Remove unused parameter from
SignRequest
(box/box-openapi#489) (#450) (f5683b7)
New Features and Enhancements
- Add support for replacing the network client implementation (box/box-codegen#629) (#454) (1cb7ddb)
- Allow for customizing retry strategy (box/box-codegen#635) (#457) (530ca33)
- Support webhook message validation (box/box-codegen#631) (#455) (09765a4)
v1.9.0
Bug Fixes
- Fix signature of
beforeRequest
method in Interceptor
interface (box/box-codegen#625) (#446) (ef2e765)
New Features and Enhancements
- Add
aiAgent
info to AiResponse
(box/box-codegen#624) (#440) (24c2013)
- Support optional
userId
parameter for updating files, folders and web links (box/box-openapi#488) (#445) (874f259)