@saritasa/crm-delmar-core-sdk 0.0.48 → 0.0.50

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.
@@ -12,4 +12,5 @@
12
12
  */
13
13
  export interface SimpleBranchRequestDto {
14
14
  name: string;
15
+ icon?: string | null;
15
16
  }
@@ -15,4 +15,5 @@ export interface SimpleBranchDto {
15
15
  readonly created: string;
16
16
  readonly modified: string;
17
17
  name: string;
18
+ icon?: string | null;
18
19
  }
@@ -15,6 +15,7 @@ import { SimpleVendorDto } from "./simple-vendor.dto";
15
15
  import { SimpleWorkTypeDto } from "./simple-work-type.dto";
16
16
  import { SimpleDepartmentDto } from "./simple-department.dto";
17
17
  import { UserStatusEnumDto } from "./user-status-enum.dto";
18
+ import { SimpleRoleDto } from "./simple-role.dto";
18
19
  /**
19
20
  * Serializer for representing `User`.
20
21
  */
@@ -45,6 +46,7 @@ export interface UserDto {
45
46
  readonly vendor_data: SimpleVendorDto;
46
47
  readonly recruited_by_data: SimpleUserDto;
47
48
  readonly dismissal_reason_data: SimpleDismissalReasonDto;
49
+ readonly role_data: SimpleRoleDto;
48
50
  supervisors: Array<number>;
49
51
  readonly supervisors_data: Array<SimpleUserDto>;
50
52
  supervisees: Array<number>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.0.48",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.42)",
3
+ "version": "0.0.50",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.44)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",