@saritasa/crm-delmar-core-sdk 0.0.249 → 0.0.251

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.
@@ -8,14 +8,13 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  /**
11
- * * `manage_branch_periods` - Manage branch periods * `vacation_request` - Vacation request * `create_update_pto_user_periods` - Create and update PTO user periods * `delete_pto_user_periods` - Delete PTO user periods * `approve_reject_vacations` - Approve and reject vacations * `delete_vacations` - Delete vacations * `manage_users` - Manage users * `manage_clients` - Manage clients * `manage_projects` - Manage projects
11
+ * * `manage_branch_periods` - Manage branch periods * `vacation_request` - Vacation request * `create_update_pto_user_periods` - Create and update PTO user periods * `delete_pto_user_periods` - Delete PTO user periods * `delete_vacations` - Delete vacations * `manage_users` - Manage users * `manage_clients` - Manage clients * `manage_projects` - Manage projects
12
12
  */
13
13
  export declare enum PermissionEnumDto {
14
14
  ManageBranchPeriods = "manage_branch_periods",
15
15
  VacationRequest = "vacation_request",
16
16
  CreateUpdatePtoUserPeriods = "create_update_pto_user_periods",
17
17
  DeletePtoUserPeriods = "delete_pto_user_periods",
18
- ApproveRejectVacations = "approve_reject_vacations",
19
18
  DeleteVacations = "delete_vacations",
20
19
  ManageUsers = "manage_users",
21
20
  ManageClients = "manage_clients",
@@ -15,5 +15,5 @@ export interface ProjectNoteRequestDto {
15
15
  title: string;
16
16
  description: string;
17
17
  files: Array<ClientProjectNoteFileRequestDto>;
18
- project?: number | null;
18
+ project?: number;
19
19
  }
@@ -27,5 +27,5 @@ export interface ProjectNoteDto {
27
27
  readonly updated_by_data: SimpleUserDto;
28
28
  readonly project_data: SimpleProjectDto;
29
29
  readonly client_data: SimpleClientDto;
30
- project?: number | null;
30
+ project?: number;
31
31
  }
@@ -13,7 +13,7 @@ export interface ProjectNotesCreateProjectErrorComponentDto {
13
13
  */
14
14
  attr: ProjectNotesCreateProjectErrorComponentDtoAttrEnum;
15
15
  /**
16
- * * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type
16
+ * * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null
17
17
  */
18
18
  code: ProjectNotesCreateProjectErrorComponentDtoCodeEnum;
19
19
  detail: string;
@@ -23,5 +23,6 @@ export declare enum ProjectNotesCreateProjectErrorComponentDtoAttrEnum {
23
23
  }
24
24
  export declare enum ProjectNotesCreateProjectErrorComponentDtoCodeEnum {
25
25
  DoesNotExist = "does_not_exist",
26
- IncorrectType = "incorrect_type"
26
+ IncorrectType = "incorrect_type",
27
+ Null = "null"
27
28
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.0.249",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.131)",
3
+ "version": "0.0.251",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.132)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",