Releases: box/box-typescript-sdk-gen
Releases · box/box-typescript-sdk-gen
v1.0.0
Bug Fixes
- Change base urls (box/box-codegen#491) (#199) (8a732e9)
- Fix schemas for updating classification on a file and folder (box/box-openapi#423) (#188) (68ecb04)
- Fix union deserialization (box/box-codegen#493) (#202) (23b9016)
- Stop exporting
PartAccumulator
class (box/box-codegen#494) (#200) (98a668e)
New Features and Enhancements
- Add
suppressNotifications
andexternalSystemName
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
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
Bug Fixes
New Features and Enhancements
v0.5.2
v0.5.1
v0.5.0
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
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
- Implement request interceptor.
- Rewrite Authentications to generated code.
- Support custom base urls.
v0.2.0
- Improve naming of some methods and classes
- Added possibility to configure base urls
- Support
application/x-www-form-urlencoded
content type
v0.1.8
Release version 0.1.8
Introducing support for running in browser environment! See Readme for examples.