UNPKG

@itwin/access-control-client

Version:

Access control client for the iTwin platform

92 lines (49 loc) 1.99 kB
# Change Log - @itwin/access-control-client <!-- This log was last generated on Wed, 23 Jul 2025 13:27:41 GMT and should not be manually modified. --> <!-- Start content --> ## 3.6.0 Wed, 23 Jul 2025 13:27:41 GMT ### Minor changes - Add optional data params 'membersCount' and 'imsGroupsCount' to Group and GroupMember types ([commit](https://github.com/iTwin/access-control-client/commit/868b2ff35829b867a3230cc66d3f7d0c074e6dd5)) ## 3.5.0 Wed, 18 Jun 2025 22:14:32 GMT ### Minor changes - Allow sending additionalHeaders for getITwinGroupsAsync ([commit](https://github.com/iTwin/access-control-client/commit/96a0431d91886c4a3ca316cb566b62e0f778ebc1)) ## 3.4.0 Thu, 15 May 2025 14:36:59 GMT ### Minor changes - Adding optional `customMessage` param to the `addITwinUserMembersAsync` function. ([commit](https://github.com/iTwin/access-control-client/commit/470d52c12eaf310f6d73aa356f49996703e0c29a)) ## 3.3.0 - Adding `deleteITwinMemberInvitationAsync` method to the `MemberInvitationsClient`. ## 3.2.0 - Adding iTwin jobs client ## 3.1.0 - Add headers to the API response object ## 3.0.2 - Upgrading axios version to ^1.7.4 ## 3.0.0 - **Breaking** Adjusting add user & add owner schemas to include invitations - **Breaking** Adjusting add user member and add group member schemas to support multiple roleIds - Adding member invitations client ## 2.3.1 - Upgrading axios version to ^1.6.1 ## 2.2.0 - Added owner member client ## 2.1.0 - Changed the `users` property to `members` on the `Groups` object. - `members` property now accepts a `GroupUser[]` object instead of a `string[]` ## 2.0.0 - Added groups client - Added group member client - Added user member client - Removed members client ## 1.3.0 - Added support for the `accept` header inside of `BaseClient`. ## 1.2.0 - Return newly added members. ## 1.1.1 - Fixed custom url bug. ## 1.1.0 - Added constructor parameter to AccessControlClient for custom url. ## 1.0.0 - Intial commit.