New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clockodo

Package Overview
Dependencies
Maintainers
8
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clockodo - npm Package Compare versions

Comparing version

to
25.0.0-beta.3

6

dist/clockodo.d.ts

@@ -96,3 +96,3 @@ import { Api, type Config, type Params, type ParamsWithPage, type ResponseWithFilter, type ResponseWithoutPaging, type ResponseWithPaging } from "./lib/api.js";

}>): Promise<UserReturnType>;
getUsers(params?: Params): Promise<UsersReturnType>;
getUsers(params?: Params<UsersParam>): Promise<UsersReturnType>;
getSurchargeModel(params: Params<{

@@ -257,2 +257,5 @@ id: SurchargeModel["id"];

};
export type UsersParam = {
filterScope?: "manageAbsences" | "viewAbsences" | "manage";
};
export type UsersReturnType = {

@@ -485,2 +488,3 @@ users: Array<User>;

usersId?: number;
year?: number;
};

@@ -487,0 +491,0 @@ export type HolidaysCarryoversReturnType = {

2

package.json
{
"name": "clockodo",
"version": "25.0.0-beta.2",
"version": "25.0.0-beta.3",
"description": "Unofficial JavaScript/TypeScript SDK for Clockodo",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet