Releases: VirgilSecurity/ionic-admin-nodejs
Releases · VirgilSecurity/ionic-admin-nodejs
v0.3.0
v0.2.2
June 14, 2019
Fixed
createPolicy producing invalid policies by using *Bag types
v0.2.1
June 13, 2019
- Updated
axiosdependency
v0.2.0
June 13, 2019
Breaking changes
Clientclass has been renamed toIonicApiClient- All of the SCIM API methods are now available directly on
IonicApiClientinstance'sscimproperty - e.g.new IonicApiClient({...}).scim.listUsers(); fetchMarking()method of the Data Markings API - last argument is now an object withvalueLimitproperty instead of a numbercreateOrUpdatePolicies()method of the Data Policies API - last argument is now an object withmergeproperty instead of a string- Methods of the SCIM api client (
createUser,fetchUser,updateUser,createGroup,fetchGroup,updateGroup,patchGroup,fetchDevice,updateDevice) that accepted attributes to return in the response as an array of strings, now accept an object withattributesproperty.