@saritasa/crm-delmar-core-sdk 0.0.63 → 0.0.65

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 (73) hide show
  1. package/README.md +2 -2
  2. package/api/branches-api.service.d.ts +11 -11
  3. package/api/branches-api.serviceInterface.d.ts +10 -6
  4. package/api/departments-api.service.d.ts +11 -11
  5. package/api/departments-api.serviceInterface.d.ts +9 -7
  6. package/api/work-types-api.service.d.ts +11 -11
  7. package/api/work-types-api.serviceInterface.d.ts +9 -6
  8. package/esm2022/api/branches-api.service.mjs +33 -13
  9. package/esm2022/api/branches-api.serviceInterface.mjs +1 -1
  10. package/esm2022/api/departments-api.service.mjs +29 -17
  11. package/esm2022/api/departments-api.serviceInterface.mjs +1 -1
  12. package/esm2022/api/work-types-api.service.mjs +29 -13
  13. package/esm2022/api/work-types-api.serviceInterface.mjs +1 -1
  14. package/esm2022/model/branch-change-state-request.dto.mjs +11 -0
  15. package/esm2022/model/branch.dto.mjs +1 -1
  16. package/esm2022/model/branches-change-active-status-create-error-response400.dto.mjs +2 -0
  17. package/esm2022/model/branches-change-active-status-create-error.dto.mjs +2 -0
  18. package/esm2022/model/branches-change-active-status-create-is-active-error-component.dto.mjs +19 -0
  19. package/esm2022/model/branches-change-active-status-create-non-field-errors-error-component.dto.mjs +19 -0
  20. package/esm2022/model/branches-change-active-status-create-validation-error.dto.mjs +2 -0
  21. package/esm2022/model/department-change-state-request.dto.mjs +11 -0
  22. package/esm2022/model/department-request.dto.mjs +1 -1
  23. package/esm2022/model/department.dto.mjs +1 -1
  24. package/esm2022/model/departments-change-active-status-create-error-response400.dto.mjs +2 -0
  25. package/esm2022/model/departments-change-active-status-create-error.dto.mjs +2 -0
  26. package/esm2022/model/departments-change-active-status-create-is-active-error-component.dto.mjs +19 -0
  27. package/esm2022/model/departments-change-active-status-create-non-field-errors-error-component.dto.mjs +19 -0
  28. package/esm2022/model/departments-change-active-status-create-validation-error.dto.mjs +2 -0
  29. package/esm2022/model/departments-create-error.dto.mjs +1 -1
  30. package/esm2022/model/departments-update-error.dto.mjs +1 -1
  31. package/esm2022/model/models.mjs +19 -6
  32. package/esm2022/model/work-type-change-state-request.dto.mjs +11 -0
  33. package/esm2022/model/work-type.dto.mjs +1 -1
  34. package/esm2022/model/work-types-change-active-status-create-error-response400.dto.mjs +2 -0
  35. package/esm2022/model/work-types-change-active-status-create-error.dto.mjs +2 -0
  36. package/esm2022/model/work-types-change-active-status-create-is-active-error-component.dto.mjs +19 -0
  37. package/esm2022/model/work-types-change-active-status-create-non-field-errors-error-component.dto.mjs +19 -0
  38. package/esm2022/model/work-types-change-active-status-create-validation-error.dto.mjs +2 -0
  39. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +233 -81
  40. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  41. package/model/{branches-destroy-error-response400.dto.d.ts → branch-change-state-request.dto.d.ts} +4 -4
  42. package/model/branch.dto.d.ts +1 -0
  43. package/model/branches-change-active-status-create-error-response400.dto.d.ts +16 -0
  44. package/model/branches-change-active-status-create-error.dto.d.ts +16 -0
  45. package/model/branches-change-active-status-create-is-active-error-component.dto.d.ts +27 -0
  46. package/model/branches-change-active-status-create-non-field-errors-error-component.dto.d.ts +27 -0
  47. package/model/branches-change-active-status-create-validation-error.dto.d.ts +15 -0
  48. package/model/{work-types-destroy-error-response400.dto.d.ts → department-change-state-request.dto.d.ts} +4 -4
  49. package/model/department-request.dto.d.ts +0 -1
  50. package/model/department.dto.d.ts +1 -1
  51. package/model/departments-change-active-status-create-error-response400.dto.d.ts +16 -0
  52. package/model/departments-change-active-status-create-error.dto.d.ts +16 -0
  53. package/model/departments-change-active-status-create-is-active-error-component.dto.d.ts +27 -0
  54. package/model/departments-change-active-status-create-non-field-errors-error-component.dto.d.ts +27 -0
  55. package/model/departments-change-active-status-create-validation-error.dto.d.ts +15 -0
  56. package/model/departments-create-error.dto.d.ts +1 -2
  57. package/model/departments-update-error.dto.d.ts +1 -2
  58. package/model/models.d.ts +18 -5
  59. package/model/{departments-destroy-error-response400.dto.d.ts → work-type-change-state-request.dto.d.ts} +4 -4
  60. package/model/work-type.dto.d.ts +1 -0
  61. package/model/work-types-change-active-status-create-error-response400.dto.d.ts +16 -0
  62. package/model/work-types-change-active-status-create-error.dto.d.ts +16 -0
  63. package/model/work-types-change-active-status-create-is-active-error-component.dto.d.ts +27 -0
  64. package/model/work-types-change-active-status-create-non-field-errors-error-component.dto.d.ts +27 -0
  65. package/model/work-types-change-active-status-create-validation-error.dto.d.ts +15 -0
  66. package/package.json +2 -2
  67. package/esm2022/model/branches-destroy-error-response400.dto.mjs +0 -2
  68. package/esm2022/model/departments-create-utilization-error-component.dto.mjs +0 -20
  69. package/esm2022/model/departments-destroy-error-response400.dto.mjs +0 -2
  70. package/esm2022/model/departments-update-utilization-error-component.dto.mjs +0 -20
  71. package/esm2022/model/work-types-destroy-error-response400.dto.mjs +0 -2
  72. package/model/departments-create-utilization-error-component.dto.d.ts +0 -28
  73. package/model/departments-update-utilization-error-component.dto.d.ts +0 -28
@@ -7,9 +7,9 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- import { ParseErrorResponseDto } from "./parse-error-response.dto";
11
10
  /**
12
- * @type BranchesDestroyErrorResponse400Dto
13
- * @export
11
+ * Serializer for Branch activate/deactivate action.
14
12
  */
15
- export type BranchesDestroyErrorResponse400Dto = ParseErrorResponseDto;
13
+ export interface BranchChangeStateRequestDto {
14
+ is_active?: boolean;
15
+ }
@@ -16,6 +16,7 @@ export interface BranchDto {
16
16
  readonly created: string;
17
17
  readonly modified: string;
18
18
  name: string;
19
+ readonly is_active: boolean;
19
20
  code: string;
20
21
  readonly ceo_data: SimpleUserDto;
21
22
  is_vacation_file_required: boolean;
@@ -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 { BranchesChangeActiveStatusCreateValidationErrorDto } from "./branches-change-active-status-create-validation-error.dto";
12
+ /**
13
+ * @type BranchesChangeActiveStatusCreateErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type BranchesChangeActiveStatusCreateErrorResponse400Dto = BranchesChangeActiveStatusCreateValidationErrorDto | ParseErrorResponseDto;
@@ -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 { BranchesChangeActiveStatusCreateNonFieldErrorsErrorComponentDto } from "./branches-change-active-status-create-non-field-errors-error-component.dto";
11
+ import { BranchesChangeActiveStatusCreateIsActiveErrorComponentDto } from "./branches-change-active-status-create-is-active-error-component.dto";
12
+ /**
13
+ * @type BranchesChangeActiveStatusCreateErrorDto
14
+ * @export
15
+ */
16
+ export type BranchesChangeActiveStatusCreateErrorDto = BranchesChangeActiveStatusCreateIsActiveErrorComponentDto | BranchesChangeActiveStatusCreateNonFieldErrorsErrorComponentDto;
@@ -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 BranchesChangeActiveStatusCreateIsActiveErrorComponentDto {
11
+ /**
12
+ * * `is_active` - is_active
13
+ */
14
+ attr: BranchesChangeActiveStatusCreateIsActiveErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null
17
+ */
18
+ code: BranchesChangeActiveStatusCreateIsActiveErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum BranchesChangeActiveStatusCreateIsActiveErrorComponentDtoAttrEnum {
22
+ IsActive = "is_active"
23
+ }
24
+ export declare enum BranchesChangeActiveStatusCreateIsActiveErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null"
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 BranchesChangeActiveStatusCreateNonFieldErrorsErrorComponentDto {
11
+ /**
12
+ * * `non_field_errors` - non_field_errors
13
+ */
14
+ attr: BranchesChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null
17
+ */
18
+ code: BranchesChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum BranchesChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoAttrEnum {
22
+ NonFieldErrors = "non_field_errors"
23
+ }
24
+ export declare enum BranchesChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null"
27
+ }
@@ -0,0 +1,15 @@
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 { ValidationErrorEnumDto } from "./validation-error-enum.dto";
11
+ import { BranchesChangeActiveStatusCreateErrorDto } from "./branches-change-active-status-create-error.dto";
12
+ export interface BranchesChangeActiveStatusCreateValidationErrorDto {
13
+ type: ValidationErrorEnumDto;
14
+ errors: Array<BranchesChangeActiveStatusCreateErrorDto>;
15
+ }
@@ -7,9 +7,9 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- import { ParseErrorResponseDto } from "./parse-error-response.dto";
11
10
  /**
12
- * @type WorkTypesDestroyErrorResponse400Dto
13
- * @export
11
+ * Serializer for Department activate/deactivate action.
14
12
  */
15
- export type WorkTypesDestroyErrorResponse400Dto = ParseErrorResponseDto;
13
+ export interface DepartmentChangeStateRequestDto {
14
+ is_active?: boolean;
15
+ }
@@ -12,7 +12,6 @@
12
12
  */
13
13
  export interface DepartmentRequestDto {
14
14
  name: string;
15
- utilization: boolean;
16
15
  work_types: Array<number>;
17
16
  color?: string;
18
17
  }
@@ -24,7 +24,7 @@ export interface DepartmentDto {
24
24
  */
25
25
  readonly work_types_count: number;
26
26
  name: string;
27
- utilization: boolean;
27
+ readonly is_active: boolean;
28
28
  work_types: Array<number>;
29
29
  readonly work_types_data: Array<SimpleWorkTypeDto>;
30
30
  color?: string;
@@ -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 { DepartmentsChangeActiveStatusCreateValidationErrorDto } from "./departments-change-active-status-create-validation-error.dto";
12
+ /**
13
+ * @type DepartmentsChangeActiveStatusCreateErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type DepartmentsChangeActiveStatusCreateErrorResponse400Dto = DepartmentsChangeActiveStatusCreateValidationErrorDto | ParseErrorResponseDto;
@@ -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 { DepartmentsChangeActiveStatusCreateIsActiveErrorComponentDto } from "./departments-change-active-status-create-is-active-error-component.dto";
11
+ import { DepartmentsChangeActiveStatusCreateNonFieldErrorsErrorComponentDto } from "./departments-change-active-status-create-non-field-errors-error-component.dto";
12
+ /**
13
+ * @type DepartmentsChangeActiveStatusCreateErrorDto
14
+ * @export
15
+ */
16
+ export type DepartmentsChangeActiveStatusCreateErrorDto = DepartmentsChangeActiveStatusCreateIsActiveErrorComponentDto | DepartmentsChangeActiveStatusCreateNonFieldErrorsErrorComponentDto;
@@ -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 DepartmentsChangeActiveStatusCreateIsActiveErrorComponentDto {
11
+ /**
12
+ * * `is_active` - is_active
13
+ */
14
+ attr: DepartmentsChangeActiveStatusCreateIsActiveErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null
17
+ */
18
+ code: DepartmentsChangeActiveStatusCreateIsActiveErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum DepartmentsChangeActiveStatusCreateIsActiveErrorComponentDtoAttrEnum {
22
+ IsActive = "is_active"
23
+ }
24
+ export declare enum DepartmentsChangeActiveStatusCreateIsActiveErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null"
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 DepartmentsChangeActiveStatusCreateNonFieldErrorsErrorComponentDto {
11
+ /**
12
+ * * `non_field_errors` - non_field_errors
13
+ */
14
+ attr: DepartmentsChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null
17
+ */
18
+ code: DepartmentsChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum DepartmentsChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoAttrEnum {
22
+ NonFieldErrors = "non_field_errors"
23
+ }
24
+ export declare enum DepartmentsChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null"
27
+ }
@@ -0,0 +1,15 @@
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 { DepartmentsChangeActiveStatusCreateErrorDto } from "./departments-change-active-status-create-error.dto";
11
+ import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
12
+ export interface DepartmentsChangeActiveStatusCreateValidationErrorDto {
13
+ type: ValidationErrorEnumDto;
14
+ errors: Array<DepartmentsChangeActiveStatusCreateErrorDto>;
15
+ }
@@ -8,7 +8,6 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  import { DepartmentsCreateNonFieldErrorsErrorComponentDto } from "./departments-create-non-field-errors-error-component.dto";
11
- import { DepartmentsCreateUtilizationErrorComponentDto } from "./departments-create-utilization-error-component.dto";
12
11
  import { DepartmentsCreateColorErrorComponentDto } from "./departments-create-color-error-component.dto";
13
12
  import { DepartmentsCreateWorkTypesErrorComponentDto } from "./departments-create-work-types-error-component.dto";
14
13
  import { DepartmentsCreateNameErrorComponentDto } from "./departments-create-name-error-component.dto";
@@ -16,4 +15,4 @@ import { DepartmentsCreateNameErrorComponentDto } from "./departments-create-nam
16
15
  * @type DepartmentsCreateErrorDto
17
16
  * @export
18
17
  */
19
- export type DepartmentsCreateErrorDto = DepartmentsCreateColorErrorComponentDto | DepartmentsCreateNameErrorComponentDto | DepartmentsCreateNonFieldErrorsErrorComponentDto | DepartmentsCreateUtilizationErrorComponentDto | DepartmentsCreateWorkTypesErrorComponentDto;
18
+ export type DepartmentsCreateErrorDto = DepartmentsCreateColorErrorComponentDto | DepartmentsCreateNameErrorComponentDto | DepartmentsCreateNonFieldErrorsErrorComponentDto | DepartmentsCreateWorkTypesErrorComponentDto;
@@ -8,7 +8,6 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  import { DepartmentsUpdateWorkTypesErrorComponentDto } from "./departments-update-work-types-error-component.dto";
11
- import { DepartmentsUpdateUtilizationErrorComponentDto } from "./departments-update-utilization-error-component.dto";
12
11
  import { DepartmentsUpdateNonFieldErrorsErrorComponentDto } from "./departments-update-non-field-errors-error-component.dto";
13
12
  import { DepartmentsUpdateColorErrorComponentDto } from "./departments-update-color-error-component.dto";
14
13
  import { DepartmentsUpdateNameErrorComponentDto } from "./departments-update-name-error-component.dto";
@@ -16,4 +15,4 @@ import { DepartmentsUpdateNameErrorComponentDto } from "./departments-update-nam
16
15
  * @type DepartmentsUpdateErrorDto
17
16
  * @export
18
17
  */
19
- export type DepartmentsUpdateErrorDto = DepartmentsUpdateColorErrorComponentDto | DepartmentsUpdateNameErrorComponentDto | DepartmentsUpdateNonFieldErrorsErrorComponentDto | DepartmentsUpdateUtilizationErrorComponentDto | DepartmentsUpdateWorkTypesErrorComponentDto;
18
+ export type DepartmentsUpdateErrorDto = DepartmentsUpdateColorErrorComponentDto | DepartmentsUpdateNameErrorComponentDto | DepartmentsUpdateNonFieldErrorsErrorComponentDto | DepartmentsUpdateWorkTypesErrorComponentDto;
package/model/models.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from "./branch-change-state-request.dto";
1
2
  export * from "./branch.dto";
2
3
  export * from "./branch-period.dto";
3
4
  export * from "./branch-period-request.dto";
@@ -29,6 +30,11 @@ export * from "./branch-periods-update-type-error-component.dto";
29
30
  export * from "./branch-periods-update-validation-error.dto";
30
31
  export * from "./branch-request.dto";
31
32
  export * from "./branch-user-stats.dto";
33
+ export * from "./branches-change-active-status-create-error.dto";
34
+ export * from "./branches-change-active-status-create-error-response400.dto";
35
+ export * from "./branches-change-active-status-create-is-active-error-component.dto";
36
+ export * from "./branches-change-active-status-create-non-field-errors-error-component.dto";
37
+ export * from "./branches-change-active-status-create-validation-error.dto";
32
38
  export * from "./branches-create-address1-error-component.dto";
33
39
  export * from "./branches-create-address2-error-component.dto";
34
40
  export * from "./branches-create-ceo-error-component.dto";
@@ -48,7 +54,6 @@ export * from "./branches-create-timezone-error-component.dto";
48
54
  export * from "./branches-create-vacation-days-count-error-component.dto";
49
55
  export * from "./branches-create-vacation-period-error-component.dto";
50
56
  export * from "./branches-create-validation-error.dto";
51
- export * from "./branches-destroy-error-response400.dto";
52
57
  export * from "./branches-list-error.dto";
53
58
  export * from "./branches-list-error-response400.dto";
54
59
  export * from "./branches-list-id-error-component.dto";
@@ -87,17 +92,21 @@ export * from "./create-jira-project-request.dto";
87
92
  export * from "./date-range-field.dto";
88
93
  export * from "./date-range-field-request.dto";
89
94
  export * from "./debug-login-request.dto";
95
+ export * from "./department-change-state-request.dto";
90
96
  export * from "./department.dto";
91
97
  export * from "./department-request.dto";
98
+ export * from "./departments-change-active-status-create-error.dto";
99
+ export * from "./departments-change-active-status-create-error-response400.dto";
100
+ export * from "./departments-change-active-status-create-is-active-error-component.dto";
101
+ export * from "./departments-change-active-status-create-non-field-errors-error-component.dto";
102
+ export * from "./departments-change-active-status-create-validation-error.dto";
92
103
  export * from "./departments-create-color-error-component.dto";
93
104
  export * from "./departments-create-error.dto";
94
105
  export * from "./departments-create-error-response400.dto";
95
106
  export * from "./departments-create-name-error-component.dto";
96
107
  export * from "./departments-create-non-field-errors-error-component.dto";
97
- export * from "./departments-create-utilization-error-component.dto";
98
108
  export * from "./departments-create-validation-error.dto";
99
109
  export * from "./departments-create-work-types-error-component.dto";
100
- export * from "./departments-destroy-error-response400.dto";
101
110
  export * from "./departments-list-error.dto";
102
111
  export * from "./departments-list-error-response400.dto";
103
112
  export * from "./departments-list-id-error-component.dto";
@@ -112,7 +121,6 @@ export * from "./departments-update-error.dto";
112
121
  export * from "./departments-update-error-response400.dto";
113
122
  export * from "./departments-update-name-error-component.dto";
114
123
  export * from "./departments-update-non-field-errors-error-component.dto";
115
- export * from "./departments-update-utilization-error-component.dto";
116
124
  export * from "./departments-update-validation-error.dto";
117
125
  export * from "./departments-update-work-types-error-component.dto";
118
126
  export * from "./dismissal-reasons-create-error.dto";
@@ -639,8 +647,14 @@ export * from "./vendors-update-non-field-errors-error-component.dto";
639
647
  export * from "./vendors-update-validation-error.dto";
640
648
  export * from "./who-am-i.dto";
641
649
  export * from "./who-am-i-retrieve-error-response400.dto";
650
+ export * from "./work-type-change-state-request.dto";
642
651
  export * from "./work-type.dto";
643
652
  export * from "./work-type-request.dto";
653
+ export * from "./work-types-change-active-status-create-error.dto";
654
+ export * from "./work-types-change-active-status-create-error-response400.dto";
655
+ export * from "./work-types-change-active-status-create-is-active-error-component.dto";
656
+ export * from "./work-types-change-active-status-create-non-field-errors-error-component.dto";
657
+ export * from "./work-types-change-active-status-create-validation-error.dto";
644
658
  export * from "./work-types-create-department-error-component.dto";
645
659
  export * from "./work-types-create-error.dto";
646
660
  export * from "./work-types-create-error-response400.dto";
@@ -648,7 +662,6 @@ export * from "./work-types-create-name-error-component.dto";
648
662
  export * from "./work-types-create-non-field-errors-error-component.dto";
649
663
  export * from "./work-types-create-parent-error-component.dto";
650
664
  export * from "./work-types-create-validation-error.dto";
651
- export * from "./work-types-destroy-error-response400.dto";
652
665
  export * from "./work-types-list-department-error-component.dto";
653
666
  export * from "./work-types-list-department-in-error-component.dto";
654
667
  export * from "./work-types-list-error.dto";
@@ -7,9 +7,9 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
- import { ParseErrorResponseDto } from "./parse-error-response.dto";
11
10
  /**
12
- * @type DepartmentsDestroyErrorResponse400Dto
13
- * @export
11
+ * Serializer for WorkType activate/deactivate action.
14
12
  */
15
- export type DepartmentsDestroyErrorResponse400Dto = ParseErrorResponseDto;
13
+ export interface WorkTypeChangeStateRequestDto {
14
+ is_active?: boolean;
15
+ }
@@ -21,6 +21,7 @@ export interface WorkTypeDto {
21
21
  */
22
22
  readonly users_count: number;
23
23
  name: string;
24
+ readonly is_active: boolean;
24
25
  readonly parent_data: SimpleWorkTypeDto;
25
26
  readonly department_data: SimpleDepartmentDto;
26
27
  parent?: number | null;
@@ -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 { WorkTypesChangeActiveStatusCreateValidationErrorDto } from "./work-types-change-active-status-create-validation-error.dto";
12
+ /**
13
+ * @type WorkTypesChangeActiveStatusCreateErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type WorkTypesChangeActiveStatusCreateErrorResponse400Dto = ParseErrorResponseDto | WorkTypesChangeActiveStatusCreateValidationErrorDto;
@@ -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 { WorkTypesChangeActiveStatusCreateIsActiveErrorComponentDto } from "./work-types-change-active-status-create-is-active-error-component.dto";
11
+ import { WorkTypesChangeActiveStatusCreateNonFieldErrorsErrorComponentDto } from "./work-types-change-active-status-create-non-field-errors-error-component.dto";
12
+ /**
13
+ * @type WorkTypesChangeActiveStatusCreateErrorDto
14
+ * @export
15
+ */
16
+ export type WorkTypesChangeActiveStatusCreateErrorDto = WorkTypesChangeActiveStatusCreateIsActiveErrorComponentDto | WorkTypesChangeActiveStatusCreateNonFieldErrorsErrorComponentDto;
@@ -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 WorkTypesChangeActiveStatusCreateIsActiveErrorComponentDto {
11
+ /**
12
+ * * `is_active` - is_active
13
+ */
14
+ attr: WorkTypesChangeActiveStatusCreateIsActiveErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null
17
+ */
18
+ code: WorkTypesChangeActiveStatusCreateIsActiveErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum WorkTypesChangeActiveStatusCreateIsActiveErrorComponentDtoAttrEnum {
22
+ IsActive = "is_active"
23
+ }
24
+ export declare enum WorkTypesChangeActiveStatusCreateIsActiveErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null"
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 WorkTypesChangeActiveStatusCreateNonFieldErrorsErrorComponentDto {
11
+ /**
12
+ * * `non_field_errors` - non_field_errors
13
+ */
14
+ attr: WorkTypesChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null` - null
17
+ */
18
+ code: WorkTypesChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum WorkTypesChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoAttrEnum {
22
+ NonFieldErrors = "non_field_errors"
23
+ }
24
+ export declare enum WorkTypesChangeActiveStatusCreateNonFieldErrorsErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ Null = "null"
27
+ }
@@ -0,0 +1,15 @@
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 { ValidationErrorEnumDto } from "./validation-error-enum.dto";
11
+ import { WorkTypesChangeActiveStatusCreateErrorDto } from "./work-types-change-active-status-create-error.dto";
12
+ export interface WorkTypesChangeActiveStatusCreateValidationErrorDto {
13
+ type: ValidationErrorEnumDto;
14
+ errors: Array<WorkTypesChangeActiveStatusCreateErrorDto>;
15
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.0.63",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.49)",
3
+ "version": "0.0.65",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.51)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJhbmNoZXMtZGVzdHJveS1lcnJvci1yZXNwb25zZTQwMC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9icmFuY2hlcy1kZXN0cm95LWVycm9yLXJlc3BvbnNlNDAwLmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IFBhcnNlRXJyb3JSZXNwb25zZUR0byB9IGZyb20gXCIuL3BhcnNlLWVycm9yLXJlc3BvbnNlLmR0b1wiO1xuaW1wb3J0IHsgUGFyc2VFcnJvckR0byB9IGZyb20gXCIuL3BhcnNlLWVycm9yLmR0b1wiO1xuaW1wb3J0IHsgQ2xpZW50RXJyb3JFbnVtRHRvIH0gZnJvbSBcIi4vY2xpZW50LWVycm9yLWVudW0uZHRvXCI7XG5cbi8qKlxuICogQHR5cGUgQnJhbmNoZXNEZXN0cm95RXJyb3JSZXNwb25zZTQwMER0b1xuICogQGV4cG9ydFxuICovXG5leHBvcnQgdHlwZSBCcmFuY2hlc0Rlc3Ryb3lFcnJvclJlc3BvbnNlNDAwRHRvID0gUGFyc2VFcnJvclJlc3BvbnNlRHRvO1xuIl19
@@ -1,20 +0,0 @@
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 var DepartmentsCreateUtilizationErrorComponentDtoAttrEnum;
11
- (function (DepartmentsCreateUtilizationErrorComponentDtoAttrEnum) {
12
- DepartmentsCreateUtilizationErrorComponentDtoAttrEnum["Utilization"] = "utilization";
13
- })(DepartmentsCreateUtilizationErrorComponentDtoAttrEnum || (DepartmentsCreateUtilizationErrorComponentDtoAttrEnum = {}));
14
- export var DepartmentsCreateUtilizationErrorComponentDtoCodeEnum;
15
- (function (DepartmentsCreateUtilizationErrorComponentDtoCodeEnum) {
16
- DepartmentsCreateUtilizationErrorComponentDtoCodeEnum["Invalid"] = "invalid";
17
- DepartmentsCreateUtilizationErrorComponentDtoCodeEnum["Null"] = "null";
18
- DepartmentsCreateUtilizationErrorComponentDtoCodeEnum["Required"] = "required";
19
- })(DepartmentsCreateUtilizationErrorComponentDtoCodeEnum || (DepartmentsCreateUtilizationErrorComponentDtoCodeEnum = {}));
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwYXJ0bWVudHMtY3JlYXRlLXV0aWxpemF0aW9uLWVycm9yLWNvbXBvbmVudC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9kZXBhcnRtZW50cy1jcmVhdGUtdXRpbGl6YXRpb24tZXJyb3ItY29tcG9uZW50LmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRztBQWFILE1BQU0sQ0FBTixJQUFZLHFEQUVYO0FBRkQsV0FBWSxxREFBcUQ7SUFDL0Qsb0ZBQTJCLENBQUE7QUFDN0IsQ0FBQyxFQUZXLHFEQUFxRCxLQUFyRCxxREFBcUQsUUFFaEU7QUFDRCxNQUFNLENBQU4sSUFBWSxxREFJWDtBQUpELFdBQVkscURBQXFEO0lBQy9ELDRFQUFtQixDQUFBO0lBQ25CLHNFQUFhLENBQUE7SUFDYiw4RUFBcUIsQ0FBQTtBQUN2QixDQUFDLEVBSlcscURBQXFELEtBQXJELHFEQUFxRCxRQUloRSIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgRGVwYXJ0bWVudHNDcmVhdGVVdGlsaXphdGlvbkVycm9yQ29tcG9uZW50RHRvIHtcbiAgLyoqXG4gICAqICogYHV0aWxpemF0aW9uYCAtIHV0aWxpemF0aW9uXG4gICAqL1xuICBhdHRyOiBEZXBhcnRtZW50c0NyZWF0ZVV0aWxpemF0aW9uRXJyb3JDb21wb25lbnREdG9BdHRyRW51bTtcbiAgLyoqXG4gICAqICogYGludmFsaWRgIC0gaW52YWxpZCAqIGBudWxsYCAtIG51bGwgKiBgcmVxdWlyZWRgIC0gcmVxdWlyZWRcbiAgICovXG4gIGNvZGU6IERlcGFydG1lbnRzQ3JlYXRlVXRpbGl6YXRpb25FcnJvckNvbXBvbmVudER0b0NvZGVFbnVtO1xuICBkZXRhaWw6IHN0cmluZztcbn1cbmV4cG9ydCBlbnVtIERlcGFydG1lbnRzQ3JlYXRlVXRpbGl6YXRpb25FcnJvckNvbXBvbmVudER0b0F0dHJFbnVtIHtcbiAgVXRpbGl6YXRpb24gPSBcInV0aWxpemF0aW9uXCIsXG59XG5leHBvcnQgZW51bSBEZXBhcnRtZW50c0NyZWF0ZVV0aWxpemF0aW9uRXJyb3JDb21wb25lbnREdG9Db2RlRW51bSB7XG4gIEludmFsaWQgPSBcImludmFsaWRcIixcbiAgTnVsbCA9IFwibnVsbFwiLFxuICBSZXF1aXJlZCA9IFwicmVxdWlyZWRcIixcbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwYXJ0bWVudHMtZGVzdHJveS1lcnJvci1yZXNwb25zZTQwMC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9kZXBhcnRtZW50cy1kZXN0cm95LWVycm9yLXJlc3BvbnNlNDAwLmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IFBhcnNlRXJyb3JSZXNwb25zZUR0byB9IGZyb20gXCIuL3BhcnNlLWVycm9yLXJlc3BvbnNlLmR0b1wiO1xuaW1wb3J0IHsgUGFyc2VFcnJvckR0byB9IGZyb20gXCIuL3BhcnNlLWVycm9yLmR0b1wiO1xuaW1wb3J0IHsgQ2xpZW50RXJyb3JFbnVtRHRvIH0gZnJvbSBcIi4vY2xpZW50LWVycm9yLWVudW0uZHRvXCI7XG5cbi8qKlxuICogQHR5cGUgRGVwYXJ0bWVudHNEZXN0cm95RXJyb3JSZXNwb25zZTQwMER0b1xuICogQGV4cG9ydFxuICovXG5leHBvcnQgdHlwZSBEZXBhcnRtZW50c0Rlc3Ryb3lFcnJvclJlc3BvbnNlNDAwRHRvID0gUGFyc2VFcnJvclJlc3BvbnNlRHRvO1xuIl19
@@ -1,20 +0,0 @@
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 var DepartmentsUpdateUtilizationErrorComponentDtoAttrEnum;
11
- (function (DepartmentsUpdateUtilizationErrorComponentDtoAttrEnum) {
12
- DepartmentsUpdateUtilizationErrorComponentDtoAttrEnum["Utilization"] = "utilization";
13
- })(DepartmentsUpdateUtilizationErrorComponentDtoAttrEnum || (DepartmentsUpdateUtilizationErrorComponentDtoAttrEnum = {}));
14
- export var DepartmentsUpdateUtilizationErrorComponentDtoCodeEnum;
15
- (function (DepartmentsUpdateUtilizationErrorComponentDtoCodeEnum) {
16
- DepartmentsUpdateUtilizationErrorComponentDtoCodeEnum["Invalid"] = "invalid";
17
- DepartmentsUpdateUtilizationErrorComponentDtoCodeEnum["Null"] = "null";
18
- DepartmentsUpdateUtilizationErrorComponentDtoCodeEnum["Required"] = "required";
19
- })(DepartmentsUpdateUtilizationErrorComponentDtoCodeEnum || (DepartmentsUpdateUtilizationErrorComponentDtoCodeEnum = {}));
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwYXJ0bWVudHMtdXBkYXRlLXV0aWxpemF0aW9uLWVycm9yLWNvbXBvbmVudC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9kZXBhcnRtZW50cy11cGRhdGUtdXRpbGl6YXRpb24tZXJyb3ItY29tcG9uZW50LmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRztBQWFILE1BQU0sQ0FBTixJQUFZLHFEQUVYO0FBRkQsV0FBWSxxREFBcUQ7SUFDL0Qsb0ZBQTJCLENBQUE7QUFDN0IsQ0FBQyxFQUZXLHFEQUFxRCxLQUFyRCxxREFBcUQsUUFFaEU7QUFDRCxNQUFNLENBQU4sSUFBWSxxREFJWDtBQUpELFdBQVkscURBQXFEO0lBQy9ELDRFQUFtQixDQUFBO0lBQ25CLHNFQUFhLENBQUE7SUFDYiw4RUFBcUIsQ0FBQTtBQUN2QixDQUFDLEVBSlcscURBQXFELEtBQXJELHFEQUFxRCxRQUloRSIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgRGVwYXJ0bWVudHNVcGRhdGVVdGlsaXphdGlvbkVycm9yQ29tcG9uZW50RHRvIHtcbiAgLyoqXG4gICAqICogYHV0aWxpemF0aW9uYCAtIHV0aWxpemF0aW9uXG4gICAqL1xuICBhdHRyOiBEZXBhcnRtZW50c1VwZGF0ZVV0aWxpemF0aW9uRXJyb3JDb21wb25lbnREdG9BdHRyRW51bTtcbiAgLyoqXG4gICAqICogYGludmFsaWRgIC0gaW52YWxpZCAqIGBudWxsYCAtIG51bGwgKiBgcmVxdWlyZWRgIC0gcmVxdWlyZWRcbiAgICovXG4gIGNvZGU6IERlcGFydG1lbnRzVXBkYXRlVXRpbGl6YXRpb25FcnJvckNvbXBvbmVudER0b0NvZGVFbnVtO1xuICBkZXRhaWw6IHN0cmluZztcbn1cbmV4cG9ydCBlbnVtIERlcGFydG1lbnRzVXBkYXRlVXRpbGl6YXRpb25FcnJvckNvbXBvbmVudER0b0F0dHJFbnVtIHtcbiAgVXRpbGl6YXRpb24gPSBcInV0aWxpemF0aW9uXCIsXG59XG5leHBvcnQgZW51bSBEZXBhcnRtZW50c1VwZGF0ZVV0aWxpemF0aW9uRXJyb3JDb21wb25lbnREdG9Db2RlRW51bSB7XG4gIEludmFsaWQgPSBcImludmFsaWRcIixcbiAgTnVsbCA9IFwibnVsbFwiLFxuICBSZXF1aXJlZCA9IFwicmVxdWlyZWRcIixcbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29yay10eXBlcy1kZXN0cm95LWVycm9yLXJlc3BvbnNlNDAwLmR0by5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3dvcmstdHlwZXMtZGVzdHJveS1lcnJvci1yZXNwb25zZTQwMC5kdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBQYXJzZUVycm9yUmVzcG9uc2VEdG8gfSBmcm9tIFwiLi9wYXJzZS1lcnJvci1yZXNwb25zZS5kdG9cIjtcbmltcG9ydCB7IFBhcnNlRXJyb3JEdG8gfSBmcm9tIFwiLi9wYXJzZS1lcnJvci5kdG9cIjtcbmltcG9ydCB7IENsaWVudEVycm9yRW51bUR0byB9IGZyb20gXCIuL2NsaWVudC1lcnJvci1lbnVtLmR0b1wiO1xuXG4vKipcbiAqIEB0eXBlIFdvcmtUeXBlc0Rlc3Ryb3lFcnJvclJlc3BvbnNlNDAwRHRvXG4gKiBAZXhwb3J0XG4gKi9cbmV4cG9ydCB0eXBlIFdvcmtUeXBlc0Rlc3Ryb3lFcnJvclJlc3BvbnNlNDAwRHRvID0gUGFyc2VFcnJvclJlc3BvbnNlRHRvO1xuIl19
@@ -1,28 +0,0 @@
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 DepartmentsCreateUtilizationErrorComponentDto {
11
- /**
12
- * * `utilization` - utilization
13
- */
14
- attr: DepartmentsCreateUtilizationErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid * `null` - null * `required` - required
17
- */
18
- code: DepartmentsCreateUtilizationErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum DepartmentsCreateUtilizationErrorComponentDtoAttrEnum {
22
- Utilization = "utilization"
23
- }
24
- export declare enum DepartmentsCreateUtilizationErrorComponentDtoCodeEnum {
25
- Invalid = "invalid",
26
- Null = "null",
27
- Required = "required"
28
- }