@saritasa/crm-delmar-core-sdk 0.1.29 → 0.1.30

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/crm-delmar-core-sdk@0.1.29
1
+ # @@saritasa/crm-delmar-core-sdk@0.1.30
2
2
 
3
3
  ```bash
4
- npm install @saritasa/crm-delmar-core-sdk@0.1.29 --save
4
+ npm install @saritasa/crm-delmar-core-sdk@0.1.30 --save
5
5
  ```
@@ -51,6 +51,10 @@ export interface ProfileDto {
51
51
  readonly jira_account_id: string | null;
52
52
  readonly supervisors: Array<number>;
53
53
  readonly supervisees: Array<number>;
54
+ readonly on_vacation: boolean;
55
+ readonly is_sick: boolean;
56
+ readonly on_personal_workday: boolean;
57
+ readonly on_personal_holiday: boolean;
54
58
  readonly utilization: string;
55
59
  readonly billable_utilization: string;
56
60
  readonly branch_data: SimpleBranchDto;
@@ -43,6 +43,10 @@ export interface UserDto {
43
43
  dismissal_reasons: Array<number>;
44
44
  supervisors: Array<number>;
45
45
  supervisees: Array<number>;
46
+ readonly on_vacation: boolean;
47
+ readonly is_sick: boolean;
48
+ readonly on_personal_workday: boolean;
49
+ readonly on_personal_holiday: boolean;
46
50
  readonly utilization: string;
47
51
  readonly billable_utilization: string;
48
52
  readonly role_data: SimpleRoleDto | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.23)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {