@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 CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/crm-delmar-core-sdk@0.0.358
1
+ # @@saritasa/crm-delmar-core-sdk@0.0.367
2
2
 
3
3
  ```bash
4
- npm install @saritasa/crm-delmar-core-sdk@0.0.358 --save
4
+ npm install @saritasa/crm-delmar-core-sdk@0.0.367 --save
5
5
  ```
@@ -25,4 +25,5 @@ export interface NotifyDataLinkedUserPeriodDto {
25
25
  type: UserPeriodTypeEnumDto;
26
26
  file: string;
27
27
  description: string;
28
+ coverage_plan?: string;
28
29
  }
@@ -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
  }
@@ -25,4 +25,8 @@ export interface UserPeriodForStatsDto {
25
25
  status_updated?: string | null;
26
26
  file?: string | null;
27
27
  description?: string;
28
+ /**
29
+ * Link to the document where user describes who will cover their projects.
30
+ */
31
+ coverage_plan?: string;
28
32
  }
@@ -20,4 +20,8 @@ export interface UserPeriodRequestDto {
20
20
  approver_users: Array<number>;
21
21
  file?: string | null;
22
22
  description?: string;
23
+ /**
24
+ * Link to the document where user describes who will cover their projects.
25
+ */
26
+ coverage_plan?: string;
23
27
  }
@@ -18,4 +18,8 @@ export interface UserPeriodUpdateRequestDto {
18
18
  approver_users: Array<number>;
19
19
  file?: string | null;
20
20
  description?: string;
21
+ /**
22
+ * Link to the document where user describes who will cover their projects.
23
+ */
24
+ coverage_plan?: string;
21
25
  }
@@ -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.358",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.174)",
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",