@saritasa/crm-delmar-core-sdk 0.0.286 → 0.0.288
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.
|
@@ -20,5 +20,8 @@ export interface UserCapacityDto {
|
|
|
20
20
|
branch: number;
|
|
21
21
|
work_type: number;
|
|
22
22
|
department: number;
|
|
23
|
-
|
|
23
|
+
/**
|
|
24
|
+
* True - user has jobs on his day off. False - user has no jobs on his day off. Personal Work Day is always return False.
|
|
25
|
+
*/
|
|
26
|
+
readonly is_with_jobs_on_day_off: boolean;
|
|
24
27
|
}
|
package/model/who-am-i.dto.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.
|
|
3
|
+
"version": "0.0.288",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.148)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|