@tillhub/javascript-sdk 4.173.0 → 4.174.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.174.0](https://github.com/tillhub/tillhub-sdk-javascript/compare/v4.173.0...v4.174.0) (2024-12-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * **iam-user:** change route - UOD-1018 ([e17319d](https://github.com/tillhub/tillhub-sdk-javascript/commit/e17319d4ffd411861a0f5578b82f0fed668cf328))
7
+
1
8
  # [4.173.0](https://github.com/tillhub/tillhub-sdk-javascript/compare/v4.172.0...v4.173.0) (2024-12-04)
2
9
 
3
10
 
@@ -198,7 +198,7 @@ var IamUsers = (function (_super) {
198
198
  });
199
199
  });
200
200
  };
201
- IamUsers.baseEndpoint = '/api/v0/iam-users';
201
+ IamUsers.baseEndpoint = '/api/v0/iam/users';
202
202
  return IamUsers;
203
203
  }(base_1.ThBaseHandler));
204
204
  exports.IamUsers = IamUsers;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/javascript-sdk",
3
- "version": "4.173.0",
3
+ "version": "4.174.0",
4
4
  "description": "The JavaScript (Browser) SDK for the Tillhub API.",
5
5
  "keywords": [],
6
6
  "main": "dist/tillhub-js.js",