@saritasa/crm-delmar-core-sdk 0.0.358 → 0.0.367
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/notify-data-linked-user-period.dto.d.ts +1 -0
- package/model/notify-data-user-period.dto.d.ts +1 -0
- package/model/user-period-for-stats.dto.d.ts +4 -0
- package/model/user-period-request.dto.d.ts +4 -0
- package/model/user-period-update-request.dto.d.ts +4 -0
- package/model/user-period-update.dto.d.ts +4 -0
- package/model/user-period.dto.d.ts +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -28,6 +28,7 @@ export interface NotifyDataUserPeriodDto {
|
|
|
28
28
|
file: string;
|
|
29
29
|
description: string;
|
|
30
30
|
approvers: Array<NotifyDataUserPeriodApproverDto>;
|
|
31
|
+
coverage_plan?: string;
|
|
31
32
|
linked_user_period?: NotifyDataLinkedUserPeriodDto | null;
|
|
32
33
|
linked_user_period_to?: NotifyDataLinkedUserPeriodDto | null;
|
|
33
34
|
}
|
|
@@ -35,4 +35,8 @@ export interface UserPeriodUpdateDto {
|
|
|
35
35
|
readonly linked_user_period_to_data: LinkedUserPeriodDto | null;
|
|
36
36
|
file?: string | null;
|
|
37
37
|
description?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Link to the document where user describes who will cover their projects.
|
|
40
|
+
*/
|
|
41
|
+
coverage_plan?: string;
|
|
38
42
|
}
|
|
@@ -35,4 +35,8 @@ export interface UserPeriodDto {
|
|
|
35
35
|
readonly linked_user_period_to_data: LinkedUserPeriodDto | null;
|
|
36
36
|
file?: string | null;
|
|
37
37
|
description?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Link to the document where user describes who will cover their projects.
|
|
40
|
+
*/
|
|
41
|
+
coverage_plan?: string;
|
|
38
42
|
}
|
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.367",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.176)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|