Skip to content

Releases: box/box-typescript-sdk-gen

v1.13.1

07 Mar 16:01
463423e
Compare
Choose a tag to compare

Bug Fixes

  • Split browser configuration in package.json for TypeScript (box/box-codegen#672) (#538) (ca7e291)

v1.13.0

20 Feb 13:55
f3abf45
Compare
Choose a tag to compare

New Features and Enhancements

v1.12.0

06 Feb 14:45
86a5a1a
Compare
Choose a tag to compare

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

21 Jan 13:15
24cc6e2
Compare
Choose a tag to compare

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

30 Dec 14:40
e44c4a0
Compare
Choose a tag to compare

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

09 Dec 13:24
03d7f3e
Compare
Choose a tag to compare

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)

v1.8.0

03 Dec 17:17
2735750
Compare
Choose a tag to compare

Bug Fixes

  • Fix additionalProperties in ClientError (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)

v1.7.0

17 Oct 12:38
02ff276
Compare
Choose a tag to compare

New Features and Enhancements

  • Include raw data in response object (box/box-codegen#576) (#375) (bdb9d0c)
  • Support ai/extract and ai/extract_structured endpoints (box/box-codegen#566) (#356) (4a33562)

v1.6.0

11 Sep 09:40
38ab75b
Compare
Choose a tag to compare

Bug Fixes

  • Add the missing license to package.json (box/box-codegen#562) (#343) (cc9a8b8)
  • Fix variants in metadata query results (box/box-openapi#456) (#349) (2131e98)

New Features and Enhancements

v1.5.1

30 Aug 11:58
329c3ac
Compare
Choose a tag to compare

Bug Fixes

  • Fix fetch options with interceptor (box/box-codegen#556) (#326) (3751eea)