Comparing version
@@ -95,3 +95,3 @@ import { NonbusinessGroup } from "./models/nonbusinessGroup.js"; | ||
}>): Promise<UserReturnType>; | ||
getUsers(params?: Params): Promise<UsersReturnType>; | ||
getUsers(params?: Params<UsersParam>): Promise<UsersReturnType>; | ||
getSurchargeModel(params: Params<{ | ||
@@ -256,2 +256,5 @@ id: SurchargeModel["id"]; | ||
}; | ||
export type UsersParam = { | ||
filterScope?: "manageAbsences" | "viewAbsences" | "manage"; | ||
}; | ||
export type UsersReturnType = { | ||
@@ -258,0 +261,0 @@ users: Array<User>; |
{ | ||
"name": "clockodo", | ||
"version": "24.1.0", | ||
"version": "24.2.0", | ||
"description": "Unofficial JavaScript/TypeScript SDK for Clockodo", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
497864
0.08%6224
0.05%0
-100%