@tillhub/javascript-sdk 4.251.0 → 4.252.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [4.252.0](https://github.com/tillhub/tillhub-sdk-javascript/compare/v4.251.0...v4.252.0) (2026-02-27)
2
+
3
+
4
+ ### Features
5
+
6
+ * **2FA:** replace vairable to check totp status - UOD-2975 ([#706](https://github.com/tillhub/tillhub-sdk-javascript/issues/706)) ([aeb111b](https://github.com/tillhub/tillhub-sdk-javascript/commit/aeb111b2a1f227a95cd7c0f29f433ed3cce56db9))
7
+
1
8
  # [4.251.0](https://github.com/tillhub/tillhub-sdk-javascript/compare/v4.250.0...v4.251.0) (2026-02-25)
2
9
 
3
10
 
@@ -35,7 +35,7 @@ export interface IamUser {
35
35
  lastName?: string;
36
36
  attributes?: Record<string, unknown>;
37
37
  groups?: string[];
38
- requiredActions?: string[];
38
+ has2faConfigured?: boolean;
39
39
  }
40
40
  export interface IamUsersQueryHandler {
41
41
  limit?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/javascript-sdk",
3
- "version": "4.251.0",
3
+ "version": "4.252.0",
4
4
  "description": "The JavaScript (Browser) SDK for the Tillhub API",
5
5
  "keywords": [],
6
6
  "main": "dist/tillhub-js.js",