@saritasa/crm-delmar-core-sdk 0.1.364 → 0.1.366

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.364
1
+ # @@saritasa/crm-delmar-core-sdk@0.1.366
2
2
 
3
3
  ```bash
4
- npm install @saritasa/crm-delmar-core-sdk@0.1.364 --save
4
+ npm install @saritasa/crm-delmar-core-sdk@0.1.366 --save
5
5
  ```
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.364",
3
+ "version": "0.1.366",
4
4
  "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.63)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {