@saritasa/crm-delmar-core-sdk 0.1.430 → 0.1.431

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.430
1
+ # @@saritasa/crm-delmar-core-sdk@0.1.431
2
2
 
3
3
  ```bash
4
- npm install @saritasa/crm-delmar-core-sdk@0.1.430 --save
4
+ npm install @saritasa/crm-delmar-core-sdk@0.1.431 --save
5
5
  ```
@@ -8,9 +8,7 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  import { DateRangeFieldDto } from "./date-range-field.dto";
11
- import { LinkedUserPeriodDto } from "./linked-user-period.dto";
12
11
  import { UserPeriodTypeEnumDto } from "./user-period-type-enum.dto";
13
- import { SimpleUserPeriodApproverDto } from "./simple-user-period-approver.dto";
14
12
  import { UserPeriodStatusEnumDto } from "./user-period-status-enum.dto";
15
13
  /**
16
14
  * Serializer used to show periods for user in calendar.
@@ -22,17 +20,4 @@ export interface UserPeriodUserCalendarDto {
22
20
  period: DateRangeFieldDto;
23
21
  type: UserPeriodTypeEnumDto;
24
22
  status: UserPeriodStatusEnumDto;
25
- readonly approvers_data: Array<SimpleUserPeriodApproverDto>;
26
- /**
27
- * Reference to another UserPeriod. For now it is used to link personal holidays to personal workdays.
28
- */
29
- readonly linked_user_period_data: LinkedUserPeriodDto | null;
30
- readonly linked_user_period_to_data: LinkedUserPeriodDto | null;
31
- status_updated?: string | null;
32
- file?: string | null;
33
- description?: string;
34
- /**
35
- * Link to the document where user describes who will cover their projects.
36
- */
37
- coverage_plan?: string;
38
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.430",
3
+ "version": "0.1.431",
4
4
  "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.67)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {