@saritasa/crm-delmar-core-sdk 0.0.287 → 0.0.289
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 +2 -2
- package/model/user.dto.d.ts +0 -1
- package/model/who-am-i.dto.d.ts +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/model/user.dto.d.ts
CHANGED
|
@@ -57,7 +57,6 @@ export interface UserDto {
|
|
|
57
57
|
readonly updated_by_data: SimpleUserDto;
|
|
58
58
|
readonly utilization: string;
|
|
59
59
|
readonly billable_utilization: string;
|
|
60
|
-
readonly vacation_days_left: number;
|
|
61
60
|
middle_name?: string;
|
|
62
61
|
avatar?: string | null;
|
|
63
62
|
office_phone?: string;
|
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.289",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.149)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|