@saritasa/crm-delmar-core-sdk 0.0.63 → 0.0.64
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 +2 -2
- package/api/branches-api.service.d.ts +11 -11
- package/api/branches-api.serviceInterface.d.ts +10 -6
- package/api/departments-api.service.d.ts +11 -11
- package/api/departments-api.serviceInterface.d.ts +9 -6
- package/api/work-types-api.service.d.ts +11 -11
- package/api/work-types-api.serviceInterface.d.ts +9 -6
- package/esm2022/api/branches-api.service.mjs +33 -13
- package/esm2022/api/branches-api.serviceInterface.mjs +1 -1
- package/esm2022/api/departments-api.service.mjs +29 -13
- package/esm2022/api/departments-api.serviceInterface.mjs +1 -1
- package/esm2022/api/work-types-api.service.mjs +29 -13
- package/esm2022/api/work-types-api.serviceInterface.mjs +1 -1
- package/esm2022/model/branch-change-state-request.dto.mjs +11 -0
- package/esm2022/model/branch.dto.mjs +1 -1
- package/esm2022/model/branches-change-active-status-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/branches-change-active-status-create-error.dto.mjs +2 -0
- package/esm2022/model/branches-change-active-status-create-is-active-error-component.dto.mjs +19 -0
- package/esm2022/model/branches-change-active-status-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/branches-change-active-status-create-validation-error.dto.mjs +2 -0
- package/esm2022/model/department-change-state-request.dto.mjs +11 -0
- package/esm2022/model/department.dto.mjs +1 -1
- package/esm2022/model/departments-change-active-status-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/departments-change-active-status-create-error.dto.mjs +2 -0
- package/esm2022/model/departments-change-active-status-create-is-active-error-component.dto.mjs +19 -0
- package/esm2022/model/departments-change-active-status-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/departments-change-active-status-create-validation-error.dto.mjs +2 -0
- package/esm2022/model/models.mjs +19 -4
- package/esm2022/model/work-type-change-state-request.dto.mjs +11 -0
- package/esm2022/model/work-type.dto.mjs +1 -1
- package/esm2022/model/work-types-change-active-status-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/work-types-change-active-status-create-error.dto.mjs +2 -0
- package/esm2022/model/work-types-change-active-status-create-is-active-error-component.dto.mjs +19 -0
- package/esm2022/model/work-types-change-active-status-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/work-types-change-active-status-create-validation-error.dto.mjs +2 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +233 -37
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/{branches-destroy-error-response400.dto.d.ts → branch-change-state-request.dto.d.ts} +4 -4
- package/model/branch.dto.d.ts +1 -0
- package/model/branches-change-active-status-create-error-response400.dto.d.ts +16 -0
- package/model/branches-change-active-status-create-error.dto.d.ts +16 -0
- package/model/branches-change-active-status-create-is-active-error-component.dto.d.ts +27 -0
- package/model/branches-change-active-status-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/branches-change-active-status-create-validation-error.dto.d.ts +15 -0
- package/model/{work-types-destroy-error-response400.dto.d.ts → department-change-state-request.dto.d.ts} +4 -4
- package/model/department.dto.d.ts +1 -0
- package/model/departments-change-active-status-create-error-response400.dto.d.ts +16 -0
- package/model/departments-change-active-status-create-error.dto.d.ts +16 -0
- package/model/departments-change-active-status-create-is-active-error-component.dto.d.ts +27 -0
- package/model/departments-change-active-status-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/departments-change-active-status-create-validation-error.dto.d.ts +15 -0
- package/model/models.d.ts +18 -3
- package/model/{departments-destroy-error-response400.dto.d.ts → work-type-change-state-request.dto.d.ts} +4 -4
- package/model/work-type.dto.d.ts +1 -0
- package/model/work-types-change-active-status-create-error-response400.dto.d.ts +16 -0
- package/model/work-types-change-active-status-create-error.dto.d.ts +16 -0
- package/model/work-types-change-active-status-create-is-active-error-component.dto.d.ts +27 -0
- package/model/work-types-change-active-status-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/work-types-change-active-status-create-validation-error.dto.d.ts +15 -0
- package/package.json +2 -2
- package/esm2022/model/branches-destroy-error-response400.dto.mjs +0 -2
- package/esm2022/model/departments-destroy-error-response400.dto.mjs +0 -2
- package/esm2022/model/work-types-destroy-error-response400.dto.mjs +0 -2
package/model/{branches-destroy-error-response400.dto.d.ts → branch-change-state-request.dto.d.ts}
RENAMED
|
@@ -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
|
-
*
|
|
13
|
-
* @export
|
|
11
|
+
* Serializer for Branch activate/deactivate action.
|
|
14
12
|
*/
|
|
15
|
-
export
|
|
13
|
+
export interface BranchChangeStateRequestDto {
|
|
14
|
+
is_active?: boolean;
|
|
15
|
+
}
|
package/model/branch.dto.d.ts
CHANGED
|
@@ -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
|
-
*
|
|
13
|
-
* @export
|
|
11
|
+
* Serializer for Department activate/deactivate action.
|
|
14
12
|
*/
|
|
15
|
-
export
|
|
13
|
+
export interface DepartmentChangeStateRequestDto {
|
|
14
|
+
is_active?: boolean;
|
|
15
|
+
}
|
|
@@ -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
|
+
}
|
package/model/departments-change-active-status-create-non-field-errors-error-component.dto.d.ts
ADDED
|
@@ -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
|
+
}
|
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,8 +92,14 @@ 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";
|
|
@@ -97,7 +108,6 @@ export * from "./departments-create-non-field-errors-error-component.dto";
|
|
|
97
108
|
export * from "./departments-create-utilization-error-component.dto";
|
|
98
109
|
export * from "./departments-create-validation-error.dto";
|
|
99
110
|
export * from "./departments-create-work-types-error-component.dto";
|
|
100
|
-
export * from "./departments-destroy-error-response400.dto";
|
|
101
111
|
export * from "./departments-list-error.dto";
|
|
102
112
|
export * from "./departments-list-error-response400.dto";
|
|
103
113
|
export * from "./departments-list-id-error-component.dto";
|
|
@@ -639,8 +649,14 @@ export * from "./vendors-update-non-field-errors-error-component.dto";
|
|
|
639
649
|
export * from "./vendors-update-validation-error.dto";
|
|
640
650
|
export * from "./who-am-i.dto";
|
|
641
651
|
export * from "./who-am-i-retrieve-error-response400.dto";
|
|
652
|
+
export * from "./work-type-change-state-request.dto";
|
|
642
653
|
export * from "./work-type.dto";
|
|
643
654
|
export * from "./work-type-request.dto";
|
|
655
|
+
export * from "./work-types-change-active-status-create-error.dto";
|
|
656
|
+
export * from "./work-types-change-active-status-create-error-response400.dto";
|
|
657
|
+
export * from "./work-types-change-active-status-create-is-active-error-component.dto";
|
|
658
|
+
export * from "./work-types-change-active-status-create-non-field-errors-error-component.dto";
|
|
659
|
+
export * from "./work-types-change-active-status-create-validation-error.dto";
|
|
644
660
|
export * from "./work-types-create-department-error-component.dto";
|
|
645
661
|
export * from "./work-types-create-error.dto";
|
|
646
662
|
export * from "./work-types-create-error-response400.dto";
|
|
@@ -648,7 +664,6 @@ export * from "./work-types-create-name-error-component.dto";
|
|
|
648
664
|
export * from "./work-types-create-non-field-errors-error-component.dto";
|
|
649
665
|
export * from "./work-types-create-parent-error-component.dto";
|
|
650
666
|
export * from "./work-types-create-validation-error.dto";
|
|
651
|
-
export * from "./work-types-destroy-error-response400.dto";
|
|
652
667
|
export * from "./work-types-list-department-error-component.dto";
|
|
653
668
|
export * from "./work-types-list-department-in-error-component.dto";
|
|
654
669
|
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
|
-
*
|
|
13
|
-
* @export
|
|
11
|
+
* Serializer for WorkType activate/deactivate action.
|
|
14
12
|
*/
|
|
15
|
-
export
|
|
13
|
+
export interface WorkTypeChangeStateRequestDto {
|
|
14
|
+
is_active?: boolean;
|
|
15
|
+
}
|
package/model/work-type.dto.d.ts
CHANGED
|
@@ -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
|
+
}
|
package/model/work-types-change-active-status-create-non-field-errors-error-component.dto.d.ts
ADDED
|
@@ -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.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.
|
|
3
|
+
"version": "0.0.64",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.50)",
|
|
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,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwYXJ0bWVudHMtZGVzdHJveS1lcnJvci1yZXNwb25zZTQwMC5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9kZXBhcnRtZW50cy1kZXN0cm95LWVycm9yLXJlc3BvbnNlNDAwLmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IFBhcnNlRXJyb3JSZXNwb25zZUR0byB9IGZyb20gXCIuL3BhcnNlLWVycm9yLXJlc3BvbnNlLmR0b1wiO1xuaW1wb3J0IHsgUGFyc2VFcnJvckR0byB9IGZyb20gXCIuL3BhcnNlLWVycm9yLmR0b1wiO1xuaW1wb3J0IHsgQ2xpZW50RXJyb3JFbnVtRHRvIH0gZnJvbSBcIi4vY2xpZW50LWVycm9yLWVudW0uZHRvXCI7XG5cbi8qKlxuICogQHR5cGUgRGVwYXJ0bWVudHNEZXN0cm95RXJyb3JSZXNwb25zZTQwMER0b1xuICogQGV4cG9ydFxuICovXG5leHBvcnQgdHlwZSBEZXBhcnRtZW50c0Rlc3Ryb3lFcnJvclJlc3BvbnNlNDAwRHRvID0gUGFyc2VFcnJvclJlc3BvbnNlRHRvO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29yay10eXBlcy1kZXN0cm95LWVycm9yLXJlc3BvbnNlNDAwLmR0by5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3dvcmstdHlwZXMtZGVzdHJveS1lcnJvci1yZXNwb25zZTQwMC5kdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBQYXJzZUVycm9yUmVzcG9uc2VEdG8gfSBmcm9tIFwiLi9wYXJzZS1lcnJvci1yZXNwb25zZS5kdG9cIjtcbmltcG9ydCB7IFBhcnNlRXJyb3JEdG8gfSBmcm9tIFwiLi9wYXJzZS1lcnJvci5kdG9cIjtcbmltcG9ydCB7IENsaWVudEVycm9yRW51bUR0byB9IGZyb20gXCIuL2NsaWVudC1lcnJvci1lbnVtLmR0b1wiO1xuXG4vKipcbiAqIEB0eXBlIFdvcmtUeXBlc0Rlc3Ryb3lFcnJvclJlc3BvbnNlNDAwRHRvXG4gKiBAZXhwb3J0XG4gKi9cbmV4cG9ydCB0eXBlIFdvcmtUeXBlc0Rlc3Ryb3lFcnJvclJlc3BvbnNlNDAwRHRvID0gUGFyc2VFcnJvclJlc3BvbnNlRHRvO1xuIl19
|