Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@timetac/js-client-library

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@timetac/js-client-library - npm Package Compare versions

Comparing version 0.26.3 to 0.26.4

18

dist/users/types.d.ts

@@ -5,5 +5,3 @@ export declare type UserRead = {

department_id_valid_from: string;
internal_user_group: number;
active: boolean;
hr_manager: boolean;
department_id: number;

@@ -19,14 +17,5 @@ role_id: number;

restrict_to_ip: boolean;
permission_change_all_timers: boolean;
permission_change_assigned_user_timers: boolean;
permission_change_own_timers: boolean;
permission_statistic_for_all_users: boolean;
permission_hr_statistic_for_all_users: boolean;
permission_show_tt_ex_post_one_employees: boolean;
permission_show_tt_ex_post_more_employees: boolean;
permission_show_assign_favourites: boolean;
permission_show_assign_todos: boolean;
permission_edit_tasks_projects: boolean;
permission_show_settings_pm_skills: boolean;
permission_show_settings_client_list: boolean;
internal_cost_per_hour: number;

@@ -51,3 +40,2 @@ revenue_per_hour: number;

mobile_allowed: boolean;
gender: string;
country_id: number;

@@ -62,5 +50,2 @@ allowed_ips: string;

cost_acc_non_working_task_id: number;
allow_start_task: boolean;
allow_cancel_holiday_request: boolean;
salutation_id: number;
phone_1: string;

@@ -76,3 +61,2 @@ phone_2: string;

zip: string;
allow_to_see_other_user_leave_type: boolean;
permission_show_edit_user_user_settings: boolean;

@@ -99,7 +83,5 @@ terminal_transponder_nr: string;

time_tracking_ex_post_earliest_working_time: string;
show_status_overview: boolean;
};
export declare type User = UserRead;
export interface UserCreate extends Partial<UserRead> {
internal_user_group: number;
department_id: number;

@@ -106,0 +88,0 @@ lastname: string;

2

package.json
{
"name": "@timetac/js-client-library",
"version": "0.26.3",
"version": "0.26.4",
"description": "TimeTac API JS client library",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/TimeTac/js-client-library#readme",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc