You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- SDK up to date with [API v1.0.238](https://ordercloud.io/release-notes/v1.0.238)
15
20
- Introduces Order Returns and adds Message Sender templates
16
21
- PriceScheduleID added to LineItems
22
+
17
23
## [4.7.8] - 2022-05-04
18
24
### Added
19
25
- Added an optional `customRoles` array to the authentication methods to support authenticating with custom roles, in addition to standard ApiRoles.
26
+
20
27
## [4.6.8] - 2022-05-02
21
28
### Fixed
22
29
- Docs now up to date with API v1.0.235 and previous changes to DecodedToken.role
23
30
### Removed
24
31
- The ApiRole `InventoryAdmin` was removed from the OrderCloud API and is now considered a custom role. This role was removed from the `ApiRole` type definition. This could be a breaking change if your application uses the role `InventoryAdmin`. In this case, we recommend making this role a custom role.
32
+
25
33
## [4.6.7] - 2022-04-27
26
34
### Fixed
27
35
- DecodedToken.role was not properly typed. It is now (ApiRole[] | ApiRole | undefined)
0 commit comments