Releases: ordercloud-api/ordercloud-javascript-sdk
Last update before breaking changes v4
Updated to be in line with API version 1.0.46.
This will be the last update to v3. After this we'll roll out v4 which introduces quite a few breaking changes. The data source we will be using for code generation on v4 has more information so we can do a lot more with it.
fix: PartialDeep breaking on type 'any'
3.5.9 fix: PartialDeep breaking on type 'any'
browser only bug fix and type error bug
url encode auth parameters and fix invalid token on error responses
Merge pull request #41 from crhistianramirez/bugfixes small bug fixes
API v1.0.109
New features:
- enforce password expiration
- allow promo to be assigned to all buyers in a seller org
Bugfixes:
- naming conflict errors
- minor bug fixes and performance
add managing security profiles and custom roles
Merge pull request #37 from crhistianramirez/fix-genbug fix: codegen output
Message sender model change: ElevatedRolesList => ElevatedRoles
Merge pull request #33 from crhistianramirez/message-senders Message sender model change: ElevatedRolesList => ElevatedRoles
Dist not generating full models
pesky bug that is caused because some time ago we added the "browser" property to the package.json this is helpful for webpack and other build systems to identify the browser version of the library to use depending on the target. Unfortunately if there is a "browser" property browserify just looks at that instead of our src/index.js. Its a bit of a catch-22 and there might be a better solution that I'll have to look into more later
Message senders, OpenID connect and variant level inventory
Merge pull request #31 from crhistianramirez/message-senders bump version so we're semantic
feat: add typescript definition file
Provides typescript definitions for consumers of the sdk that are using typescript.
Refer to this PR:
#28