@saritasa/crm-delmar-core-sdk 0.0.299 → 0.0.302

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.
Files changed (210) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +1 -4
  3. package/api/branch-periods-api.service.d.ts +5 -0
  4. package/api/branch-periods-api.serviceInterface.d.ts +5 -0
  5. package/api/branches-api.service.d.ts +6 -0
  6. package/api/branches-api.serviceInterface.d.ts +6 -0
  7. package/api/client-notes-api.service.d.ts +5 -0
  8. package/api/client-notes-api.serviceInterface.d.ts +5 -0
  9. package/api/clients-api.service.d.ts +8 -0
  10. package/api/clients-api.serviceInterface.d.ts +8 -0
  11. package/api/components-api.service.d.ts +4 -0
  12. package/api/components-api.serviceInterface.d.ts +4 -0
  13. package/api/departments-api.service.d.ts +6 -0
  14. package/api/departments-api.serviceInterface.d.ts +6 -0
  15. package/api/dismissal-reasons-api.service.d.ts +5 -0
  16. package/api/dismissal-reasons-api.serviceInterface.d.ts +5 -0
  17. package/api/export-client-notes-api.service.d.ts +4 -0
  18. package/api/export-client-notes-api.serviceInterface.d.ts +4 -0
  19. package/api/export-clients-api.service.d.ts +4 -0
  20. package/api/export-clients-api.serviceInterface.d.ts +4 -0
  21. package/api/export-job-reports-departments-api.service.d.ts +4 -0
  22. package/api/export-job-reports-departments-api.serviceInterface.d.ts +6 -0
  23. package/api/export-job-reports-users-api.service.d.ts +4 -0
  24. package/api/export-job-reports-users-api.serviceInterface.d.ts +6 -0
  25. package/api/export-jobs-api.service.d.ts +4 -0
  26. package/api/export-jobs-api.serviceInterface.d.ts +6 -0
  27. package/api/export-project-notes-api.service.d.ts +4 -0
  28. package/api/export-project-notes-api.serviceInterface.d.ts +4 -0
  29. package/api/export-project-resources-api.service.d.ts +4 -0
  30. package/api/export-project-resources-api.serviceInterface.d.ts +4 -0
  31. package/api/export-projects-api.service.d.ts +4 -0
  32. package/api/export-projects-api.serviceInterface.d.ts +4 -0
  33. package/api/export-tasks-api.service.d.ts +4 -0
  34. package/api/export-tasks-api.serviceInterface.d.ts +4 -2
  35. package/api/export-user-periods-api.service.d.ts +4 -0
  36. package/api/export-user-periods-api.serviceInterface.d.ts +4 -0
  37. package/api/export-users-api.service.d.ts +4 -0
  38. package/api/export-users-api.serviceInterface.d.ts +4 -0
  39. package/api/jira-client-api.service.d.ts +1 -0
  40. package/api/jira-client-api.serviceInterface.d.ts +1 -0
  41. package/api/jira-instances-api.service.d.ts +2 -0
  42. package/api/jira-instances-api.serviceInterface.d.ts +2 -0
  43. package/api/jobs-api.service.d.ts +9 -0
  44. package/api/jobs-api.serviceInterface.d.ts +25 -0
  45. package/api/locations-api.service.d.ts +5 -0
  46. package/api/locations-api.serviceInterface.d.ts +5 -0
  47. package/api/notifications-api.service.d.ts +6 -0
  48. package/api/notifications-api.serviceInterface.d.ts +7 -1
  49. package/api/permission-data-api.service.d.ts +1 -0
  50. package/api/permission-data-api.serviceInterface.d.ts +1 -0
  51. package/api/profile-api.service.d.ts +25 -1
  52. package/api/profile-api.serviceInterface.d.ts +13 -0
  53. package/api/project-notes-api.service.d.ts +5 -0
  54. package/api/project-notes-api.serviceInterface.d.ts +5 -0
  55. package/api/project-priorities-api.service.d.ts +2 -0
  56. package/api/project-priorities-api.serviceInterface.d.ts +2 -0
  57. package/api/project-resources-api.service.d.ts +5 -0
  58. package/api/project-resources-api.serviceInterface.d.ts +5 -0
  59. package/api/projects-api.service.d.ts +9 -0
  60. package/api/projects-api.serviceInterface.d.ts +9 -0
  61. package/api/roles-api.service.d.ts +5 -0
  62. package/api/roles-api.serviceInterface.d.ts +5 -0
  63. package/api/s3-api.service.d.ts +3 -0
  64. package/api/s3-api.serviceInterface.d.ts +3 -0
  65. package/api/search-periods-api.service.d.ts +1 -0
  66. package/api/search-periods-api.serviceInterface.d.ts +1 -0
  67. package/api/sprints-api.service.d.ts +4 -0
  68. package/api/sprints-api.serviceInterface.d.ts +4 -0
  69. package/api/sso-api.service.d.ts +3 -0
  70. package/api/sso-api.serviceInterface.d.ts +3 -0
  71. package/api/tasks-api.service.d.ts +5 -0
  72. package/api/tasks-api.serviceInterface.d.ts +5 -8
  73. package/api/token-api.service.d.ts +2 -0
  74. package/api/token-api.serviceInterface.d.ts +2 -0
  75. package/api/user-capacities-api.service.d.ts +4 -0
  76. package/api/user-capacities-api.serviceInterface.d.ts +4 -0
  77. package/api/user-logins-api.service.d.ts +3 -0
  78. package/api/user-logins-api.serviceInterface.d.ts +3 -0
  79. package/api/user-period-approvers-api.service.d.ts +1 -0
  80. package/api/user-period-approvers-api.serviceInterface.d.ts +1 -0
  81. package/api/user-periods-api.service.d.ts +11 -3
  82. package/api/user-periods-api.serviceInterface.d.ts +11 -2
  83. package/api/user-scores-api.service.d.ts +4 -0
  84. package/api/user-scores-api.serviceInterface.d.ts +4 -0
  85. package/api/user-timezone-setting-api.service.d.ts +2 -0
  86. package/api/user-timezone-setting-api.serviceInterface.d.ts +2 -0
  87. package/api/user-timezones-api.service.d.ts +2 -0
  88. package/api/user-timezones-api.serviceInterface.d.ts +2 -0
  89. package/api/users-api.service.d.ts +51 -1
  90. package/api/users-api.serviceInterface.d.ts +28 -0
  91. package/api/vendors-api.service.d.ts +5 -0
  92. package/api/vendors-api.serviceInterface.d.ts +5 -0
  93. package/api/who-am-i-api.service.d.ts +1 -0
  94. package/api/who-am-i-api.serviceInterface.d.ts +1 -0
  95. package/api/work-types-api.service.d.ts +5 -0
  96. package/api/work-types-api.serviceInterface.d.ts +5 -0
  97. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +1932 -816
  98. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  99. package/model/branch-period.dto.d.ts +1 -1
  100. package/model/branch.dto.d.ts +1 -1
  101. package/model/client-note.dto.d.ts +2 -2
  102. package/model/client-serializer-with-stats.dto.d.ts +4 -4
  103. package/model/client.dto.d.ts +3 -3
  104. package/model/department.dto.d.ts +3 -3
  105. package/model/job-report-user.dto.d.ts +2 -2
  106. package/model/job.dto.d.ts +6 -6
  107. package/model/jobs-billable-chart-list-error.dto.d.ts +3 -1
  108. package/model/jobs-billable-chart-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  109. package/model/jobs-billable-chart-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  110. package/model/jobs-list-error.dto.d.ts +3 -1
  111. package/model/jobs-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  112. package/model/jobs-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  113. package/model/jobs-oversea-chart-list-error.dto.d.ts +3 -1
  114. package/model/jobs-oversea-chart-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  115. package/model/jobs-oversea-chart-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  116. package/model/jobs-production-chart-list-error.dto.d.ts +3 -1
  117. package/model/jobs-production-chart-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  118. package/model/jobs-production-chart-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  119. package/model/jobs-report-departments-list-error.dto.d.ts +3 -1
  120. package/model/jobs-report-departments-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  121. package/model/jobs-report-departments-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  122. package/model/jobs-report-hourly-list-error.dto.d.ts +3 -1
  123. package/model/jobs-report-hourly-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  124. package/model/jobs-report-hourly-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  125. package/model/jobs-report-users-list-error.dto.d.ts +3 -1
  126. package/model/jobs-report-users-list-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  127. package/model/jobs-report-users-list-task-jira-link-key-error-component.dto.d.ts +26 -0
  128. package/model/jobs-stats-retrieve-error.dto.d.ts +3 -1
  129. package/model/jobs-stats-retrieve-task-jira-link-key-contains-error-component.dto.d.ts +26 -0
  130. package/model/jobs-stats-retrieve-task-jira-link-key-error-component.dto.d.ts +26 -0
  131. package/model/location.dto.d.ts +2 -2
  132. package/model/models.d.ts +56 -8
  133. package/model/notification-data.dto.d.ts +2 -1
  134. package/model/notification-type-enum.dto.d.ts +3 -2
  135. package/model/notify-data-user-period-approver-with-period.dto.d.ts +26 -0
  136. package/model/notify-data-user-period-approver.dto.d.ts +24 -0
  137. package/model/notify-data-user-period.dto.d.ts +2 -0
  138. package/model/patched-patch-profile-request.dto.d.ts +20 -0
  139. package/model/patched-patch-user-request.dto.d.ts +31 -0
  140. package/model/period-approver.dto.d.ts +1 -1
  141. package/model/period-user.dto.d.ts +4 -4
  142. package/model/profile-partial-update-error-response400.dto.d.ts +16 -0
  143. package/model/profile-partial-update-error.dto.d.ts +21 -0
  144. package/model/profile-partial-update-github-username-error-component.dto.d.ts +30 -0
  145. package/model/profile-partial-update-home-phone-error-component.dto.d.ts +30 -0
  146. package/model/profile-partial-update-non-field-errors-error-component.dto.d.ts +27 -0
  147. package/model/profile-partial-update-personal-email-error-component.dto.d.ts +30 -0
  148. package/model/profile-partial-update-personal-phone-error-component.dto.d.ts +30 -0
  149. package/model/profile-partial-update-slack-id-error-component.dto.d.ts +30 -0
  150. package/model/profile-partial-update-timezone-error-component.dto.d.ts +30 -0
  151. package/model/{export-job-hourly-report-for-project-start-create-validation-error.dto.d.ts → profile-partial-update-validation-error.dto.d.ts} +3 -3
  152. package/model/profile.dto.d.ts +15 -11
  153. package/model/project-note.dto.d.ts +3 -3
  154. package/model/project-resource-update.dto.d.ts +5 -5
  155. package/model/project-resource.dto.d.ts +5 -5
  156. package/model/project-serializer-with-stats.dto.d.ts +9 -9
  157. package/model/project-status-report.dto.d.ts +9 -9
  158. package/model/project.dto.d.ts +8 -8
  159. package/model/simple-project.dto.d.ts +1 -1
  160. package/model/simple-task.dto.d.ts +2 -2
  161. package/model/simple-user-period-approver.dto.d.ts +1 -1
  162. package/model/simple-user.dto.d.ts +1 -1
  163. package/model/task.dto.d.ts +7 -7
  164. package/model/user-capacity.dto.d.ts +7 -0
  165. package/model/user-login.dto.d.ts +3 -3
  166. package/model/user-period-approver-payload.dto.d.ts +20 -0
  167. package/model/user-period-request.dto.d.ts +1 -0
  168. package/model/user-period-update-request.dto.d.ts +20 -0
  169. package/model/user-period-update.dto.d.ts +31 -0
  170. package/model/user-period.dto.d.ts +1 -1
  171. package/model/user-periods-create-approver-users-error-component.dto.d.ts +30 -0
  172. package/model/user-periods-create-error.dto.d.ts +2 -1
  173. package/model/user-periods-update-approver-users-error-component.dto.d.ts +30 -0
  174. package/model/user-periods-update-error.dto.d.ts +2 -2
  175. package/model/user-score.dto.d.ts +1 -1
  176. package/model/user-sum-capacity.dto.d.ts +1 -0
  177. package/model/user.dto.d.ts +16 -12
  178. package/model/users-partial-update-branch-error-component.dto.d.ts +29 -0
  179. package/model/users-partial-update-department-error-component.dto.d.ts +29 -0
  180. package/model/users-partial-update-error-response400.dto.d.ts +16 -0
  181. package/model/users-partial-update-error.dto.d.ts +32 -0
  182. package/model/users-partial-update-github-username-error-component.dto.d.ts +30 -0
  183. package/model/users-partial-update-home-phone-error-component.dto.d.ts +30 -0
  184. package/model/users-partial-update-is-intern-error-component.dto.d.ts +28 -0
  185. package/model/users-partial-update-is-part-time-error-component.dto.d.ts +28 -0
  186. package/model/users-partial-update-is-trainee-error-component.dto.d.ts +28 -0
  187. package/model/users-partial-update-location-error-component.dto.d.ts +27 -0
  188. package/model/users-partial-update-non-field-errors-error-component.dto.d.ts +27 -0
  189. package/model/users-partial-update-onsite-error-component.dto.d.ts +28 -0
  190. package/model/users-partial-update-personal-email-error-component.dto.d.ts +30 -0
  191. package/model/users-partial-update-personal-phone-error-component.dto.d.ts +30 -0
  192. package/model/users-partial-update-slack-id-error-component.dto.d.ts +30 -0
  193. package/model/users-partial-update-supervisees-error-component.dto.d.ts +30 -0
  194. package/model/users-partial-update-supervisors-error-component.dto.d.ts +30 -0
  195. package/model/users-partial-update-timezone-error-component.dto.d.ts +30 -0
  196. package/model/users-partial-update-utilization-percent-error-component.dto.d.ts +31 -0
  197. package/model/users-partial-update-validation-error.dto.d.ts +15 -0
  198. package/model/users-partial-update-work-type-error-component.dto.d.ts +29 -0
  199. package/model/who-am-i.dto.d.ts +2 -0
  200. package/model/work-type.dto.d.ts +4 -4
  201. package/package.json +3 -3
  202. package/api/export-job-hourly-report-for-project-api.service.d.ts +0 -98
  203. package/api/export-job-hourly-report-for-project-api.serviceInterface.d.ts +0 -67
  204. package/model/export-job-hourly-report-for-project-start-create-error-response400.dto.d.ts +0 -16
  205. package/model/export-job-hourly-report-for-project-start-create-error.dto.d.ts +0 -16
  206. package/model/export-job-hourly-report-for-project-start-create-file-format-error-component.dto.d.ts +0 -28
  207. package/model/export-job-hourly-report-for-project-start-create-non-field-errors-error-component.dto.d.ts +0 -27
  208. package/model/job-hourly-report-export-recourse-create-export-job-request.dto.d.ts +0 -16
  209. package/model/pdf-file-format-enum.dto.d.ts +0 -15
  210. package/model/user-periods-update-type-error-component.dto.d.ts +0 -28
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UserPeriodsUpdateApproverUsersErrorComponentDto {
11
+ /**
12
+ * * `approver_users` - approver_users
13
+ */
14
+ attr: UserPeriodsUpdateApproverUsersErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `not_a_list` - not_a_list * `null` - null * `required` - required
17
+ */
18
+ code: UserPeriodsUpdateApproverUsersErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UserPeriodsUpdateApproverUsersErrorComponentDtoAttrEnum {
22
+ ApproverUsers = "approver_users"
23
+ }
24
+ export declare enum UserPeriodsUpdateApproverUsersErrorComponentDtoCodeEnum {
25
+ DoesNotExist = "does_not_exist",
26
+ IncorrectType = "incorrect_type",
27
+ NotAList = "not_a_list",
28
+ Null = "null",
29
+ Required = "required"
30
+ }
@@ -11,12 +11,12 @@ import { UserPeriodsUpdatePeriodNonFieldErrorsErrorComponentDto } from "./user-p
11
11
  import { UserPeriodsUpdateFileErrorComponentDto } from "./user-periods-update-file-error-component.dto";
12
12
  import { UserPeriodsUpdateNonFieldErrorsErrorComponentDto } from "./user-periods-update-non-field-errors-error-component.dto";
13
13
  import { UserPeriodsUpdatePeriodStartErrorComponentDto } from "./user-periods-update-period-start-error-component.dto";
14
+ import { UserPeriodsUpdateApproverUsersErrorComponentDto } from "./user-periods-update-approver-users-error-component.dto";
14
15
  import { UserPeriodsUpdatePeriodEndErrorComponentDto } from "./user-periods-update-period-end-error-component.dto";
15
16
  import { UserPeriodsUpdateDescriptionErrorComponentDto } from "./user-periods-update-description-error-component.dto";
16
- import { UserPeriodsUpdateTypeErrorComponentDto } from "./user-periods-update-type-error-component.dto";
17
17
  import { UserPeriodsUpdateUserErrorComponentDto } from "./user-periods-update-user-error-component.dto";
18
18
  /**
19
19
  * @type UserPeriodsUpdateErrorDto
20
20
  * @export
21
21
  */
22
- export type UserPeriodsUpdateErrorDto = UserPeriodsUpdateDescriptionErrorComponentDto | UserPeriodsUpdateFileErrorComponentDto | UserPeriodsUpdateNonFieldErrorsErrorComponentDto | UserPeriodsUpdatePeriodEndErrorComponentDto | UserPeriodsUpdatePeriodNonFieldErrorsErrorComponentDto | UserPeriodsUpdatePeriodStartErrorComponentDto | UserPeriodsUpdateTypeErrorComponentDto | UserPeriodsUpdateUserErrorComponentDto;
22
+ export type UserPeriodsUpdateErrorDto = UserPeriodsUpdateApproverUsersErrorComponentDto | UserPeriodsUpdateDescriptionErrorComponentDto | UserPeriodsUpdateFileErrorComponentDto | UserPeriodsUpdateNonFieldErrorsErrorComponentDto | UserPeriodsUpdatePeriodEndErrorComponentDto | UserPeriodsUpdatePeriodNonFieldErrorsErrorComponentDto | UserPeriodsUpdatePeriodStartErrorComponentDto | UserPeriodsUpdateUserErrorComponentDto;
@@ -18,7 +18,7 @@ export interface UserScoreDto {
18
18
  score: number;
19
19
  comment: string;
20
20
  receiver: number;
21
- readonly receiver_data: SimpleUserDto;
22
21
  readonly created_by: number;
22
+ readonly receiver_data: SimpleUserDto;
23
23
  readonly created_by_data: SimpleUserDto;
24
24
  }
@@ -13,4 +13,5 @@
13
13
  export interface UserSumCapacityDto {
14
14
  object_id: number;
15
15
  capacity: number;
16
+ utilization_capacity: number;
16
17
  }
@@ -37,26 +37,30 @@ export interface UserDto {
37
37
  is_trainee: boolean;
38
38
  onsite: boolean;
39
39
  branch: number;
40
- readonly branch_data: SimpleBranchDto;
41
40
  department: number;
42
- readonly department_data: SimpleDepartmentDto;
43
41
  work_type: number;
44
- readonly work_type_data: SimpleWorkTypeDto;
45
42
  location: number | null;
46
- readonly location_data: SimpleLocationDto;
47
- readonly vendor_data: SimpleVendorDto;
48
- readonly recruited_by_data: SimpleUserDto;
49
43
  dismissal_reasons: Array<number>;
50
- readonly dismissal_reasons_data: Array<DismissalReasonDto>;
51
- readonly role_data: SimpleRoleDto;
52
44
  supervisors: Array<number>;
53
- readonly supervisors_data: Array<SimpleUserDto>;
54
45
  supervisees: Array<number>;
55
- readonly supervisees_data: Array<SimpleUserDto>;
56
- readonly created_by_data: SimpleUserDto;
57
- readonly updated_by_data: SimpleUserDto;
46
+ readonly on_vacation: boolean;
47
+ readonly is_sick: boolean;
48
+ readonly on_personal_workday: boolean;
49
+ readonly on_personal_holiday: boolean;
58
50
  readonly utilization: string;
59
51
  readonly billable_utilization: string;
52
+ readonly role_data: SimpleRoleDto | null;
53
+ readonly branch_data: SimpleBranchDto;
54
+ readonly department_data: SimpleDepartmentDto;
55
+ readonly work_type_data: SimpleWorkTypeDto;
56
+ readonly vendor_data: SimpleVendorDto | null;
57
+ readonly location_data: SimpleLocationDto | null;
58
+ readonly dismissal_reasons_data: Array<DismissalReasonDto>;
59
+ readonly recruited_by_data: SimpleUserDto | null;
60
+ readonly supervisors_data: Array<SimpleUserDto>;
61
+ readonly supervisees_data: Array<SimpleUserDto>;
62
+ readonly created_by_data: SimpleUserDto | null;
63
+ readonly updated_by_data: SimpleUserDto | null;
60
64
  middle_name?: string;
61
65
  avatar?: string | null;
62
66
  office_phone?: string;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateBranchErrorComponentDto {
11
+ /**
12
+ * * `branch` - branch
13
+ */
14
+ attr: UsersPartialUpdateBranchErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null * `required` - required
17
+ */
18
+ code: UsersPartialUpdateBranchErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateBranchErrorComponentDtoAttrEnum {
22
+ Branch = "branch"
23
+ }
24
+ export declare enum UsersPartialUpdateBranchErrorComponentDtoCodeEnum {
25
+ DoesNotExist = "does_not_exist",
26
+ IncorrectType = "incorrect_type",
27
+ Null = "null",
28
+ Required = "required"
29
+ }
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateDepartmentErrorComponentDto {
11
+ /**
12
+ * * `department` - department
13
+ */
14
+ attr: UsersPartialUpdateDepartmentErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null * `required` - required
17
+ */
18
+ code: UsersPartialUpdateDepartmentErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateDepartmentErrorComponentDtoAttrEnum {
22
+ Department = "department"
23
+ }
24
+ export declare enum UsersPartialUpdateDepartmentErrorComponentDtoCodeEnum {
25
+ DoesNotExist = "does_not_exist",
26
+ IncorrectType = "incorrect_type",
27
+ Null = "null",
28
+ Required = "required"
29
+ }
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ import { ParseErrorResponseDto } from "./parse-error-response.dto";
11
+ import { UsersPartialUpdateValidationErrorDto } from "./users-partial-update-validation-error.dto";
12
+ /**
13
+ * @type UsersPartialUpdateErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type UsersPartialUpdateErrorResponse400Dto = ParseErrorResponseDto | UsersPartialUpdateValidationErrorDto;
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ import { UsersPartialUpdateIsTraineeErrorComponentDto } from "./users-partial-update-is-trainee-error-component.dto";
11
+ import { UsersPartialUpdateGithubUsernameErrorComponentDto } from "./users-partial-update-github-username-error-component.dto";
12
+ import { UsersPartialUpdateWorkTypeErrorComponentDto } from "./users-partial-update-work-type-error-component.dto";
13
+ import { UsersPartialUpdateIsPartTimeErrorComponentDto } from "./users-partial-update-is-part-time-error-component.dto";
14
+ import { UsersPartialUpdateHomePhoneErrorComponentDto } from "./users-partial-update-home-phone-error-component.dto";
15
+ import { UsersPartialUpdateSupervisorsErrorComponentDto } from "./users-partial-update-supervisors-error-component.dto";
16
+ import { UsersPartialUpdateBranchErrorComponentDto } from "./users-partial-update-branch-error-component.dto";
17
+ import { UsersPartialUpdateSuperviseesErrorComponentDto } from "./users-partial-update-supervisees-error-component.dto";
18
+ import { UsersPartialUpdateOnsiteErrorComponentDto } from "./users-partial-update-onsite-error-component.dto";
19
+ import { UsersPartialUpdatePersonalEmailErrorComponentDto } from "./users-partial-update-personal-email-error-component.dto";
20
+ import { UsersPartialUpdatePersonalPhoneErrorComponentDto } from "./users-partial-update-personal-phone-error-component.dto";
21
+ import { UsersPartialUpdateLocationErrorComponentDto } from "./users-partial-update-location-error-component.dto";
22
+ import { UsersPartialUpdateTimezoneErrorComponentDto } from "./users-partial-update-timezone-error-component.dto";
23
+ import { UsersPartialUpdateSlackIdErrorComponentDto } from "./users-partial-update-slack-id-error-component.dto";
24
+ import { UsersPartialUpdateUtilizationPercentErrorComponentDto } from "./users-partial-update-utilization-percent-error-component.dto";
25
+ import { UsersPartialUpdateNonFieldErrorsErrorComponentDto } from "./users-partial-update-non-field-errors-error-component.dto";
26
+ import { UsersPartialUpdateDepartmentErrorComponentDto } from "./users-partial-update-department-error-component.dto";
27
+ import { UsersPartialUpdateIsInternErrorComponentDto } from "./users-partial-update-is-intern-error-component.dto";
28
+ /**
29
+ * @type UsersPartialUpdateErrorDto
30
+ * @export
31
+ */
32
+ export type UsersPartialUpdateErrorDto = UsersPartialUpdateBranchErrorComponentDto | UsersPartialUpdateDepartmentErrorComponentDto | UsersPartialUpdateGithubUsernameErrorComponentDto | UsersPartialUpdateHomePhoneErrorComponentDto | UsersPartialUpdateIsInternErrorComponentDto | UsersPartialUpdateIsPartTimeErrorComponentDto | UsersPartialUpdateIsTraineeErrorComponentDto | UsersPartialUpdateLocationErrorComponentDto | UsersPartialUpdateNonFieldErrorsErrorComponentDto | UsersPartialUpdateOnsiteErrorComponentDto | UsersPartialUpdatePersonalEmailErrorComponentDto | UsersPartialUpdatePersonalPhoneErrorComponentDto | UsersPartialUpdateSlackIdErrorComponentDto | UsersPartialUpdateSuperviseesErrorComponentDto | UsersPartialUpdateSupervisorsErrorComponentDto | UsersPartialUpdateTimezoneErrorComponentDto | UsersPartialUpdateUtilizationPercentErrorComponentDto | UsersPartialUpdateWorkTypeErrorComponentDto;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateGithubUsernameErrorComponentDto {
11
+ /**
12
+ * * `github_username` - github_username
13
+ */
14
+ attr: UsersPartialUpdateGithubUsernameErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
17
+ */
18
+ code: UsersPartialUpdateGithubUsernameErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateGithubUsernameErrorComponentDtoAttrEnum {
22
+ GithubUsername = "github_username"
23
+ }
24
+ export declare enum UsersPartialUpdateGithubUsernameErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxLength = "max_length",
27
+ Null = "null",
28
+ NullCharactersNotAllowed = "null_characters_not_allowed",
29
+ SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
30
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateHomePhoneErrorComponentDto {
11
+ /**
12
+ * * `home_phone` - home_phone
13
+ */
14
+ attr: UsersPartialUpdateHomePhoneErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
17
+ */
18
+ code: UsersPartialUpdateHomePhoneErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateHomePhoneErrorComponentDtoAttrEnum {
22
+ HomePhone = "home_phone"
23
+ }
24
+ export declare enum UsersPartialUpdateHomePhoneErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxLength = "max_length",
27
+ Null = "null",
28
+ NullCharactersNotAllowed = "null_characters_not_allowed",
29
+ SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
30
+ }
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateIsInternErrorComponentDto {
11
+ /**
12
+ * * `is_intern` - is_intern
13
+ */
14
+ attr: UsersPartialUpdateIsInternErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null * `required` - required
17
+ */
18
+ code: UsersPartialUpdateIsInternErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateIsInternErrorComponentDtoAttrEnum {
22
+ IsIntern = "is_intern"
23
+ }
24
+ export declare enum UsersPartialUpdateIsInternErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null",
27
+ Required = "required"
28
+ }
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateIsPartTimeErrorComponentDto {
11
+ /**
12
+ * * `is_part_time` - is_part_time
13
+ */
14
+ attr: UsersPartialUpdateIsPartTimeErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null * `required` - required
17
+ */
18
+ code: UsersPartialUpdateIsPartTimeErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateIsPartTimeErrorComponentDtoAttrEnum {
22
+ IsPartTime = "is_part_time"
23
+ }
24
+ export declare enum UsersPartialUpdateIsPartTimeErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null",
27
+ Required = "required"
28
+ }
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateIsTraineeErrorComponentDto {
11
+ /**
12
+ * * `is_trainee` - is_trainee
13
+ */
14
+ attr: UsersPartialUpdateIsTraineeErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null * `required` - required
17
+ */
18
+ code: UsersPartialUpdateIsTraineeErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateIsTraineeErrorComponentDtoAttrEnum {
22
+ IsTrainee = "is_trainee"
23
+ }
24
+ export declare enum UsersPartialUpdateIsTraineeErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null",
27
+ Required = "required"
28
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateLocationErrorComponentDto {
11
+ /**
12
+ * * `location` - location
13
+ */
14
+ attr: UsersPartialUpdateLocationErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type
17
+ */
18
+ code: UsersPartialUpdateLocationErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateLocationErrorComponentDtoAttrEnum {
22
+ Location = "location"
23
+ }
24
+ export declare enum UsersPartialUpdateLocationErrorComponentDtoCodeEnum {
25
+ DoesNotExist = "does_not_exist",
26
+ IncorrectType = "incorrect_type"
27
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateNonFieldErrorsErrorComponentDto {
11
+ /**
12
+ * * `non_field_errors` - non_field_errors
13
+ */
14
+ attr: UsersPartialUpdateNonFieldErrorsErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null
17
+ */
18
+ code: UsersPartialUpdateNonFieldErrorsErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateNonFieldErrorsErrorComponentDtoAttrEnum {
22
+ NonFieldErrors = "non_field_errors"
23
+ }
24
+ export declare enum UsersPartialUpdateNonFieldErrorsErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null"
27
+ }
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateOnsiteErrorComponentDto {
11
+ /**
12
+ * * `onsite` - onsite
13
+ */
14
+ attr: UsersPartialUpdateOnsiteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null * `required` - required
17
+ */
18
+ code: UsersPartialUpdateOnsiteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateOnsiteErrorComponentDtoAttrEnum {
22
+ Onsite = "onsite"
23
+ }
24
+ export declare enum UsersPartialUpdateOnsiteErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null",
27
+ Required = "required"
28
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdatePersonalEmailErrorComponentDto {
11
+ /**
12
+ * * `personal_email` - personal_email
13
+ */
14
+ attr: UsersPartialUpdatePersonalEmailErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
17
+ */
18
+ code: UsersPartialUpdatePersonalEmailErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdatePersonalEmailErrorComponentDtoAttrEnum {
22
+ PersonalEmail = "personal_email"
23
+ }
24
+ export declare enum UsersPartialUpdatePersonalEmailErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxLength = "max_length",
27
+ Null = "null",
28
+ NullCharactersNotAllowed = "null_characters_not_allowed",
29
+ SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
30
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdatePersonalPhoneErrorComponentDto {
11
+ /**
12
+ * * `personal_phone` - personal_phone
13
+ */
14
+ attr: UsersPartialUpdatePersonalPhoneErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
17
+ */
18
+ code: UsersPartialUpdatePersonalPhoneErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdatePersonalPhoneErrorComponentDtoAttrEnum {
22
+ PersonalPhone = "personal_phone"
23
+ }
24
+ export declare enum UsersPartialUpdatePersonalPhoneErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxLength = "max_length",
27
+ Null = "null",
28
+ NullCharactersNotAllowed = "null_characters_not_allowed",
29
+ SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
30
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateSlackIdErrorComponentDto {
11
+ /**
12
+ * * `slack_id` - slack_id
13
+ */
14
+ attr: UsersPartialUpdateSlackIdErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
17
+ */
18
+ code: UsersPartialUpdateSlackIdErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateSlackIdErrorComponentDtoAttrEnum {
22
+ SlackId = "slack_id"
23
+ }
24
+ export declare enum UsersPartialUpdateSlackIdErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxLength = "max_length",
27
+ Null = "null",
28
+ NullCharactersNotAllowed = "null_characters_not_allowed",
29
+ SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
30
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateSuperviseesErrorComponentDto {
11
+ /**
12
+ * * `supervisees` - supervisees
13
+ */
14
+ attr: UsersPartialUpdateSuperviseesErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `not_a_list` - not_a_list * `null` - null * `required` - required
17
+ */
18
+ code: UsersPartialUpdateSuperviseesErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateSuperviseesErrorComponentDtoAttrEnum {
22
+ Supervisees = "supervisees"
23
+ }
24
+ export declare enum UsersPartialUpdateSuperviseesErrorComponentDtoCodeEnum {
25
+ DoesNotExist = "does_not_exist",
26
+ IncorrectType = "incorrect_type",
27
+ NotAList = "not_a_list",
28
+ Null = "null",
29
+ Required = "required"
30
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateSupervisorsErrorComponentDto {
11
+ /**
12
+ * * `supervisors` - supervisors
13
+ */
14
+ attr: UsersPartialUpdateSupervisorsErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `not_a_list` - not_a_list * `null` - null * `required` - required
17
+ */
18
+ code: UsersPartialUpdateSupervisorsErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateSupervisorsErrorComponentDtoAttrEnum {
22
+ Supervisors = "supervisors"
23
+ }
24
+ export declare enum UsersPartialUpdateSupervisorsErrorComponentDtoCodeEnum {
25
+ DoesNotExist = "does_not_exist",
26
+ IncorrectType = "incorrect_type",
27
+ NotAList = "not_a_list",
28
+ Null = "null",
29
+ Required = "required"
30
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface UsersPartialUpdateTimezoneErrorComponentDto {
11
+ /**
12
+ * * `timezone` - timezone
13
+ */
14
+ attr: UsersPartialUpdateTimezoneErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
17
+ */
18
+ code: UsersPartialUpdateTimezoneErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum UsersPartialUpdateTimezoneErrorComponentDtoAttrEnum {
22
+ Timezone = "timezone"
23
+ }
24
+ export declare enum UsersPartialUpdateTimezoneErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxLength = "max_length",
27
+ Null = "null",
28
+ NullCharactersNotAllowed = "null_characters_not_allowed",
29
+ SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
30
+ }