Skip to content

Releases: box/box-typescript-sdk-gen

v1.0.0

20 May 13:34
d86a9b3
Compare
Choose a tag to compare

Bug Fixes

New Features and Enhancements

  • Add suppressNotifications and externalSystemName fields for Box Sign (box/box-openapi#425) (#197) (f4e4d52)
  • Move schemas to separate modules (box/box-codegen#483) (#182) (cf55214)
  • Support excluding endpoints and schemas in parser (box/box-codegen#487) (#183) (3bd6076)
  • Strict checks during deserialization (box/box-codegen#484) (#185) (469afb9)

v0.5.4

09 May 15:55
d4142ec
Compare
Choose a tag to compare

Bug Fixes

  • Ensure AuthorizationManager in authentication classes is initialized with NetworkSession object (box/box-codegen#469) (#140) (464bc25)
  • Fix Box AI endpoints (box/box-openapi#418) (#171) (6450322)
  • Fix metadata filter resource (box/box-openapi#419) (#173) (38ca06c)
  • Remove most of use of any in generated code (box/box-codegen#475) (#166) (9fabddf)

New Features and Enhancements

  • Define interfaces for headers input (box/box-codegen#468) (#134) (28b266c)
  • pack optional arguments of API methods into a new record(box/box-codegen#471) (#156) (2f311c9)
  • Support Box AI endpoints (box/box-openapi#416) (#170) (febd8d0)
  • Support Date and DateTime types (box/box-codegen#476) (#152) (9939ea9)
  • Support revoking and downscoping token for BoxDeveloperTokenAuth (#147) (6d09845)
  • Support union of primitives and objects (box/box-codegen#481) (#172) (c3c6457)

v0.5.3

04 Apr 15:14
15508bf
Compare
Choose a tag to compare

Bug Fixes

  • docs: fixes for chunked uploads docs (box/box-codegen#457) (#128) (c94dbf5)

New Features and Enhancements

  • Assign default value to fields and args of type enum with only one value (box/box-codegen#465) (#131) (bf4d58c)
  • Change asUser and asEnterprise method names (box/box-codegen#464) (#125) (22c1907)
  • transformers: determineIsType (box/box-codegen#148) (#129) (57ccdac)

v0.5.2

26 Mar 13:16
1c2bab4
Compare
Choose a tag to compare

New Features and Enhancements

  • Support additionalProperties of type any in Python and TS (box/box-codegen#453) (#97) (d159548)
  • Support custom Agent in Typescript (box/box-codegen#452) (#117) (de06c26)
  • use getDiscriminatorsForUnion in generic serialization (box/box-codegen#448) (#95) (06680c0)

v0.5.1

11 Mar 07:26
14e1154
Compare
Choose a tag to compare

New Features and Enhancements

  • Replace jsonwebtoken with jose (box/box-codegen#444) (#85) (2ae8658)

v0.5.0

07 Mar 09:09
fb6c4f7
Compare
Choose a tag to compare

New features:
feat: add retrieveAuthorizationHeader method to authentication classes
feat: add additional data to ResponseInfo
feat: support local const, function, type, fields and methods
feat: Support version in request headers
feat: re-export all exports from box folder

Fixes:
fix: README and index export fixes

v0.4.0

28 Feb 13:08
c32e802
Compare
Choose a tag to compare

New features:
feat: Introduce new exception hierarchy including BoxSDKError and BoxAPIError
feat: change internal structure of the package

Fixes:
fix: remove obsolete async for asUser() and asEntrprise() functions, add fallback initialisation for tokenStorage

v0.3.0

08 Feb 10:12
2dd07d4
Compare
Choose a tag to compare
  • Implement request interceptor.
  • Rewrite Authentications to generated code.
  • Support custom base urls.

v0.2.0

28 Dec 10:20
63bf258
Compare
Choose a tag to compare
  • Improve naming of some methods and classes
  • Added possibility to configure base urls
  • Support application/x-www-form-urlencoded content type

v0.1.8

27 Nov 13:23
94d94c7
Compare
Choose a tag to compare

Release version 0.1.8

Introducing support for running in browser environment! See Readme for examples.