@saritasa/crm-delmar-core-sdk 0.0.217 → 0.0.219
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/project-resources-api.service.d.ts +47 -4
- package/api/project-resources-api.serviceInterface.d.ts +22 -2
- package/esm2022/api/project-resources-api.service.mjs +98 -6
- package/esm2022/api/project-resources-api.serviceInterface.mjs +1 -1
- package/esm2022/model/models.mjs +15 -3
- package/esm2022/model/project-resource-request.dto.mjs +1 -1
- package/esm2022/model/project-resource-update-request.dto.mjs +11 -0
- package/esm2022/model/project-resource-update.dto.mjs +2 -0
- package/esm2022/model/project-resource.dto.mjs +1 -1
- package/esm2022/model/project-resources-create-batch-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/project-resources-create-batch-create-error.dto.mjs +2 -0
- package/esm2022/model/project-resources-create-batch-create-index-non-field-errors-error-component.dto.mjs +21 -0
- package/esm2022/model/project-resources-create-batch-create-index-project-error-component.dto.mjs +21 -0
- package/esm2022/model/project-resources-create-batch-create-index-user-error-component.dto.mjs +21 -0
- package/esm2022/model/project-resources-create-batch-create-index-work-type-error-component.dto.mjs +21 -0
- package/esm2022/model/project-resources-create-batch-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/project-resources-create-batch-create-validation-error.dto.mjs +2 -0
- package/esm2022/model/project-resources-destroy-batch-destroy-error-response400.dto.mjs +2 -0
- package/esm2022/model/project-resources-destroy-batch-destroy-error.dto.mjs +2 -0
- package/esm2022/model/project-resources-destroy-batch-destroy-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/project-resources-destroy-batch-destroy-validation-error.dto.mjs +2 -0
- package/esm2022/model/project-resources-update-error.dto.mjs +1 -1
- package/esm2022/model/project-resources-update-non-field-errors-error-component.dto.mjs +1 -2
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +230 -49
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/models.d.ts +14 -2
- package/model/project-resource-request.dto.d.ts +1 -1
- package/model/project-resource-update-request.dto.d.ts +15 -0
- package/model/project-resource-update.dto.d.ts +35 -0
- package/model/project-resource.dto.d.ts +1 -1
- package/model/project-resources-create-batch-create-error-response400.dto.d.ts +16 -0
- package/model/project-resources-create-batch-create-error.dto.d.ts +19 -0
- package/model/project-resources-create-batch-create-index-non-field-errors-error-component.dto.d.ts +29 -0
- package/model/project-resources-create-batch-create-index-project-error-component.dto.d.ts +29 -0
- package/model/{project-resources-update-project-error-component.dto.d.ts → project-resources-create-batch-create-index-user-error-component.dto.d.ts} +7 -7
- package/model/project-resources-create-batch-create-index-work-type-error-component.dto.d.ts +29 -0
- package/model/project-resources-create-batch-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/project-resources-create-batch-create-validation-error.dto.d.ts +15 -0
- package/model/project-resources-destroy-batch-destroy-error-response400.dto.d.ts +16 -0
- package/model/project-resources-destroy-batch-destroy-error.dto.d.ts +15 -0
- package/model/project-resources-destroy-batch-destroy-id-in-error-component.dto.d.ts +27 -0
- package/model/project-resources-destroy-batch-destroy-validation-error.dto.d.ts +15 -0
- package/model/project-resources-update-error.dto.d.ts +1 -3
- package/model/project-resources-update-non-field-errors-error-component.dto.d.ts +2 -3
- package/package.json +2 -2
- package/esm2022/model/project-resources-update-project-error-component.dto.mjs +0 -21
- package/esm2022/model/project-resources-update-user-error-component.dto.mjs +0 -21
- package/model/project-resources-update-user-error-component.dto.d.ts +0 -29
package/model/models.d.ts
CHANGED
|
@@ -910,6 +910,20 @@ export * from "./project-resource-create-export-job-request.dto";
|
|
|
910
910
|
export * from "./project-resource.dto";
|
|
911
911
|
export * from "./project-resource-request.dto";
|
|
912
912
|
export * from "./project-resource-resource-create-export-job-request.dto";
|
|
913
|
+
export * from "./project-resource-update.dto";
|
|
914
|
+
export * from "./project-resource-update-request.dto";
|
|
915
|
+
export * from "./project-resources-create-batch-create-error.dto";
|
|
916
|
+
export * from "./project-resources-create-batch-create-error-response400.dto";
|
|
917
|
+
export * from "./project-resources-create-batch-create-index-non-field-errors-error-component.dto";
|
|
918
|
+
export * from "./project-resources-create-batch-create-index-project-error-component.dto";
|
|
919
|
+
export * from "./project-resources-create-batch-create-index-user-error-component.dto";
|
|
920
|
+
export * from "./project-resources-create-batch-create-index-work-type-error-component.dto";
|
|
921
|
+
export * from "./project-resources-create-batch-create-non-field-errors-error-component.dto";
|
|
922
|
+
export * from "./project-resources-create-batch-create-validation-error.dto";
|
|
923
|
+
export * from "./project-resources-destroy-batch-destroy-error.dto";
|
|
924
|
+
export * from "./project-resources-destroy-batch-destroy-error-response400.dto";
|
|
925
|
+
export * from "./project-resources-destroy-batch-destroy-id-in-error-component.dto";
|
|
926
|
+
export * from "./project-resources-destroy-batch-destroy-validation-error.dto";
|
|
913
927
|
export * from "./project-resources-list-created-by-error-component.dto";
|
|
914
928
|
export * from "./project-resources-list-created-by-in-error-component.dto";
|
|
915
929
|
export * from "./project-resources-list-error.dto";
|
|
@@ -931,8 +945,6 @@ export * from "./project-resources-retrieve-error-response400.dto";
|
|
|
931
945
|
export * from "./project-resources-update-error.dto";
|
|
932
946
|
export * from "./project-resources-update-error-response400.dto";
|
|
933
947
|
export * from "./project-resources-update-non-field-errors-error-component.dto";
|
|
934
|
-
export * from "./project-resources-update-project-error-component.dto";
|
|
935
|
-
export * from "./project-resources-update-user-error-component.dto";
|
|
936
948
|
export * from "./project-resources-update-validation-error.dto";
|
|
937
949
|
export * from "./project-resources-update-work-type-error-component.dto";
|
|
938
950
|
export * from "./project-serializer-with-month-stats.dto";
|
|
@@ -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
|
+
/**
|
|
11
|
+
* Serializer class for ProjectResource model. Set user and project as read only fields for update.
|
|
12
|
+
*/
|
|
13
|
+
export interface ProjectResourceUpdateRequestDto {
|
|
14
|
+
work_type: number;
|
|
15
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 { SimpleUserDto } from "./simple-user.dto";
|
|
11
|
+
import { SimpleProjectDto } from "./simple-project.dto";
|
|
12
|
+
import { SimpleWorkTypeDto } from "./simple-work-type.dto";
|
|
13
|
+
/**
|
|
14
|
+
* Serializer class for ProjectResource model. Set user and project as read only fields for update.
|
|
15
|
+
*/
|
|
16
|
+
export interface ProjectResourceUpdateDto {
|
|
17
|
+
readonly id: number;
|
|
18
|
+
readonly created: string;
|
|
19
|
+
readonly modified: string;
|
|
20
|
+
readonly user: number;
|
|
21
|
+
readonly user_data: SimpleUserDto;
|
|
22
|
+
readonly project: number;
|
|
23
|
+
readonly project_data: SimpleProjectDto;
|
|
24
|
+
work_type: number;
|
|
25
|
+
readonly work_type_data: SimpleWorkTypeDto;
|
|
26
|
+
readonly created_by: number | null;
|
|
27
|
+
readonly created_by_data: SimpleUserDto;
|
|
28
|
+
readonly updated_by: number | null;
|
|
29
|
+
readonly updated_by_data: SimpleUserDto;
|
|
30
|
+
readonly previous_month_spent: number;
|
|
31
|
+
readonly current_month_spent: number;
|
|
32
|
+
readonly department_id: number;
|
|
33
|
+
readonly department_name: string;
|
|
34
|
+
readonly department_color: string;
|
|
35
|
+
}
|
|
@@ -11,7 +11,7 @@ import { SimpleUserDto } from "./simple-user.dto";
|
|
|
11
11
|
import { SimpleProjectDto } from "./simple-project.dto";
|
|
12
12
|
import { SimpleWorkTypeDto } from "./simple-work-type.dto";
|
|
13
13
|
/**
|
|
14
|
-
* Serializer for
|
|
14
|
+
* Serializer for ProjectResource model.
|
|
15
15
|
*/
|
|
16
16
|
export interface ProjectResourceDto {
|
|
17
17
|
readonly id: number;
|
|
@@ -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 { ProjectResourcesCreateBatchCreateValidationErrorDto } from "./project-resources-create-batch-create-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ProjectResourcesCreateBatchCreateErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ProjectResourcesCreateBatchCreateErrorResponse400Dto = ParseErrorResponseDto | ProjectResourcesCreateBatchCreateValidationErrorDto;
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { ProjectResourcesCreateBatchCreateINDEXWorkTypeErrorComponentDto } from "./project-resources-create-batch-create-index-work-type-error-component.dto";
|
|
11
|
+
import { ProjectResourcesCreateBatchCreateINDEXNonFieldErrorsErrorComponentDto } from "./project-resources-create-batch-create-index-non-field-errors-error-component.dto";
|
|
12
|
+
import { ProjectResourcesCreateBatchCreateNonFieldErrorsErrorComponentDto } from "./project-resources-create-batch-create-non-field-errors-error-component.dto";
|
|
13
|
+
import { ProjectResourcesCreateBatchCreateINDEXUserErrorComponentDto } from "./project-resources-create-batch-create-index-user-error-component.dto";
|
|
14
|
+
import { ProjectResourcesCreateBatchCreateINDEXProjectErrorComponentDto } from "./project-resources-create-batch-create-index-project-error-component.dto";
|
|
15
|
+
/**
|
|
16
|
+
* @type ProjectResourcesCreateBatchCreateErrorDto
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export type ProjectResourcesCreateBatchCreateErrorDto = ProjectResourcesCreateBatchCreateINDEXNonFieldErrorsErrorComponentDto | ProjectResourcesCreateBatchCreateINDEXProjectErrorComponentDto | ProjectResourcesCreateBatchCreateINDEXUserErrorComponentDto | ProjectResourcesCreateBatchCreateINDEXWorkTypeErrorComponentDto | ProjectResourcesCreateBatchCreateNonFieldErrorsErrorComponentDto;
|
package/model/project-resources-create-batch-create-index-non-field-errors-error-component.dto.d.ts
ADDED
|
@@ -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 ProjectResourcesCreateBatchCreateINDEXNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `INDEX.non_field_errors` - INDEX.non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectResourcesCreateBatchCreateINDEXNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null * `required` - required * `unique` - unique
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectResourcesCreateBatchCreateINDEXNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectResourcesCreateBatchCreateINDEXNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
IndexNonFieldErrors = "INDEX.non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectResourcesCreateBatchCreateINDEXNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
Null = "null",
|
|
27
|
+
Required = "required",
|
|
28
|
+
Unique = "unique"
|
|
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 ProjectResourcesCreateBatchCreateINDEXProjectErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `INDEX.project` - INDEX.project
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectResourcesCreateBatchCreateINDEXProjectErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectResourcesCreateBatchCreateINDEXProjectErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectResourcesCreateBatchCreateINDEXProjectErrorComponentDtoAttrEnum {
|
|
22
|
+
IndexProject = "INDEX.project"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectResourcesCreateBatchCreateINDEXProjectErrorComponentDtoCodeEnum {
|
|
25
|
+
DoesNotExist = "does_not_exist",
|
|
26
|
+
IncorrectType = "incorrect_type",
|
|
27
|
+
Null = "null",
|
|
28
|
+
Required = "required"
|
|
29
|
+
}
|
|
@@ -7,21 +7,21 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
-
export interface
|
|
10
|
+
export interface ProjectResourcesCreateBatchCreateINDEXUserErrorComponentDto {
|
|
11
11
|
/**
|
|
12
|
-
* * `
|
|
12
|
+
* * `INDEX.user` - INDEX.user
|
|
13
13
|
*/
|
|
14
|
-
attr:
|
|
14
|
+
attr: ProjectResourcesCreateBatchCreateINDEXUserErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
16
|
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null * `required` - required
|
|
17
17
|
*/
|
|
18
|
-
code:
|
|
18
|
+
code: ProjectResourcesCreateBatchCreateINDEXUserErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
20
20
|
}
|
|
21
|
-
export declare enum
|
|
22
|
-
|
|
21
|
+
export declare enum ProjectResourcesCreateBatchCreateINDEXUserErrorComponentDtoAttrEnum {
|
|
22
|
+
IndexUser = "INDEX.user"
|
|
23
23
|
}
|
|
24
|
-
export declare enum
|
|
24
|
+
export declare enum ProjectResourcesCreateBatchCreateINDEXUserErrorComponentDtoCodeEnum {
|
|
25
25
|
DoesNotExist = "does_not_exist",
|
|
26
26
|
IncorrectType = "incorrect_type",
|
|
27
27
|
Null = "null",
|
|
@@ -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 ProjectResourcesCreateBatchCreateINDEXWorkTypeErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `INDEX.work_type` - INDEX.work_type
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectResourcesCreateBatchCreateINDEXWorkTypeErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectResourcesCreateBatchCreateINDEXWorkTypeErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectResourcesCreateBatchCreateINDEXWorkTypeErrorComponentDtoAttrEnum {
|
|
22
|
+
IndexWorkType = "INDEX.work_type"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectResourcesCreateBatchCreateINDEXWorkTypeErrorComponentDtoCodeEnum {
|
|
25
|
+
DoesNotExist = "does_not_exist",
|
|
26
|
+
IncorrectType = "incorrect_type",
|
|
27
|
+
Null = "null",
|
|
28
|
+
Required = "required"
|
|
29
|
+
}
|
|
@@ -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 ProjectResourcesCreateBatchCreateNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `non_field_errors` - non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectResourcesCreateBatchCreateNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `not_a_list` - not_a_list * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectResourcesCreateBatchCreateNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectResourcesCreateBatchCreateNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
NonFieldErrors = "non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectResourcesCreateBatchCreateNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
25
|
+
NotAList = "not_a_list",
|
|
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 { ProjectResourcesCreateBatchCreateErrorDto } from "./project-resources-create-batch-create-error.dto";
|
|
11
|
+
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
12
|
+
export interface ProjectResourcesCreateBatchCreateValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ProjectResourcesCreateBatchCreateErrorDto>;
|
|
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 { ProjectResourcesDestroyBatchDestroyValidationErrorDto } from "./project-resources-destroy-batch-destroy-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ProjectResourcesDestroyBatchDestroyErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ProjectResourcesDestroyBatchDestroyErrorResponse400Dto = ParseErrorResponseDto | ProjectResourcesDestroyBatchDestroyValidationErrorDto;
|
|
@@ -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 { ProjectResourcesDestroyBatchDestroyIdInErrorComponentDto } from "./project-resources-destroy-batch-destroy-id-in-error-component.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ProjectResourcesDestroyBatchDestroyErrorDto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ProjectResourcesDestroyBatchDestroyErrorDto = ProjectResourcesDestroyBatchDestroyIdInErrorComponentDto;
|
|
@@ -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 ProjectResourcesDestroyBatchDestroyIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id__in` - id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectResourcesDestroyBatchDestroyIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectResourcesDestroyBatchDestroyIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectResourcesDestroyBatchDestroyIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
IdIn = "id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectResourcesDestroyBatchDestroyIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
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 { ProjectResourcesDestroyBatchDestroyErrorDto } from "./project-resources-destroy-batch-destroy-error.dto";
|
|
11
|
+
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
12
|
+
export interface ProjectResourcesDestroyBatchDestroyValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ProjectResourcesDestroyBatchDestroyErrorDto>;
|
|
15
|
+
}
|
|
@@ -9,10 +9,8 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { ProjectResourcesUpdateNonFieldErrorsErrorComponentDto } from "./project-resources-update-non-field-errors-error-component.dto";
|
|
11
11
|
import { ProjectResourcesUpdateWorkTypeErrorComponentDto } from "./project-resources-update-work-type-error-component.dto";
|
|
12
|
-
import { ProjectResourcesUpdateProjectErrorComponentDto } from "./project-resources-update-project-error-component.dto";
|
|
13
|
-
import { ProjectResourcesUpdateUserErrorComponentDto } from "./project-resources-update-user-error-component.dto";
|
|
14
12
|
/**
|
|
15
13
|
* @type ProjectResourcesUpdateErrorDto
|
|
16
14
|
* @export
|
|
17
15
|
*/
|
|
18
|
-
export type ProjectResourcesUpdateErrorDto = ProjectResourcesUpdateNonFieldErrorsErrorComponentDto |
|
|
16
|
+
export type ProjectResourcesUpdateErrorDto = ProjectResourcesUpdateNonFieldErrorsErrorComponentDto | ProjectResourcesUpdateWorkTypeErrorComponentDto;
|
|
@@ -13,7 +13,7 @@ export interface ProjectResourcesUpdateNonFieldErrorsErrorComponentDto {
|
|
|
13
13
|
*/
|
|
14
14
|
attr: ProjectResourcesUpdateNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
15
|
/**
|
|
16
|
-
* * `invalid` - invalid * `null` - null
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
17
|
*/
|
|
18
18
|
code: ProjectResourcesUpdateNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
19
|
detail: string;
|
|
@@ -23,6 +23,5 @@ export declare enum ProjectResourcesUpdateNonFieldErrorsErrorComponentDtoAttrEnu
|
|
|
23
23
|
}
|
|
24
24
|
export declare enum ProjectResourcesUpdateNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
25
25
|
Invalid = "invalid",
|
|
26
|
-
Null = "null"
|
|
27
|
-
Unique = "unique"
|
|
26
|
+
Null = "null"
|
|
28
27
|
}
|
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.219",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.123)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -1,21 +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 ProjectResourcesUpdateProjectErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (ProjectResourcesUpdateProjectErrorComponentDtoAttrEnum) {
|
|
12
|
-
ProjectResourcesUpdateProjectErrorComponentDtoAttrEnum["Project"] = "project";
|
|
13
|
-
})(ProjectResourcesUpdateProjectErrorComponentDtoAttrEnum || (ProjectResourcesUpdateProjectErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var ProjectResourcesUpdateProjectErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (ProjectResourcesUpdateProjectErrorComponentDtoCodeEnum) {
|
|
16
|
-
ProjectResourcesUpdateProjectErrorComponentDtoCodeEnum["DoesNotExist"] = "does_not_exist";
|
|
17
|
-
ProjectResourcesUpdateProjectErrorComponentDtoCodeEnum["IncorrectType"] = "incorrect_type";
|
|
18
|
-
ProjectResourcesUpdateProjectErrorComponentDtoCodeEnum["Null"] = "null";
|
|
19
|
-
ProjectResourcesUpdateProjectErrorComponentDtoCodeEnum["Required"] = "required";
|
|
20
|
-
})(ProjectResourcesUpdateProjectErrorComponentDtoCodeEnum || (ProjectResourcesUpdateProjectErrorComponentDtoCodeEnum = {}));
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvamVjdC1yZXNvdXJjZXMtdXBkYXRlLXByb2plY3QtZXJyb3ItY29tcG9uZW50LmR0by5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3Byb2plY3QtcmVzb3VyY2VzLXVwZGF0ZS1wcm9qZWN0LWVycm9yLWNvbXBvbmVudC5kdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7O0dBUUc7QUFhSCxNQUFNLENBQU4sSUFBWSxzREFFWDtBQUZELFdBQVksc0RBQXNEO0lBQ2hFLDZFQUFtQixDQUFBO0FBQ3JCLENBQUMsRUFGVyxzREFBc0QsS0FBdEQsc0RBQXNELFFBRWpFO0FBQ0QsTUFBTSxDQUFOLElBQVksc0RBS1g7QUFMRCxXQUFZLHNEQUFzRDtJQUNoRSx5RkFBK0IsQ0FBQTtJQUMvQiwwRkFBZ0MsQ0FBQTtJQUNoQyx1RUFBYSxDQUFBO0lBQ2IsK0VBQXFCLENBQUE7QUFDdkIsQ0FBQyxFQUxXLHNEQUFzRCxLQUF0RCxzREFBc0QsUUFLakUiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIERlbG1hciBBcGlcbiAqXG4gKlxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5leHBvcnQgaW50ZXJmYWNlIFByb2plY3RSZXNvdXJjZXNVcGRhdGVQcm9qZWN0RXJyb3JDb21wb25lbnREdG8ge1xuICAvKipcbiAgICogKiBgcHJvamVjdGAgLSBwcm9qZWN0XG4gICAqL1xuICBhdHRyOiBQcm9qZWN0UmVzb3VyY2VzVXBkYXRlUHJvamVjdEVycm9yQ29tcG9uZW50RHRvQXR0ckVudW07XG4gIC8qKlxuICAgKiAqIGBkb2VzX25vdF9leGlzdGAgLSBkb2VzX25vdF9leGlzdCAqIGBpbmNvcnJlY3RfdHlwZWAgLSBpbmNvcnJlY3RfdHlwZSAqIGBudWxsYCAtIG51bGwgKiBgcmVxdWlyZWRgIC0gcmVxdWlyZWRcbiAgICovXG4gIGNvZGU6IFByb2plY3RSZXNvdXJjZXNVcGRhdGVQcm9qZWN0RXJyb3JDb21wb25lbnREdG9Db2RlRW51bTtcbiAgZGV0YWlsOiBzdHJpbmc7XG59XG5leHBvcnQgZW51bSBQcm9qZWN0UmVzb3VyY2VzVXBkYXRlUHJvamVjdEVycm9yQ29tcG9uZW50RHRvQXR0ckVudW0ge1xuICBQcm9qZWN0ID0gXCJwcm9qZWN0XCIsXG59XG5leHBvcnQgZW51bSBQcm9qZWN0UmVzb3VyY2VzVXBkYXRlUHJvamVjdEVycm9yQ29tcG9uZW50RHRvQ29kZUVudW0ge1xuICBEb2VzTm90RXhpc3QgPSBcImRvZXNfbm90X2V4aXN0XCIsXG4gIEluY29ycmVjdFR5cGUgPSBcImluY29ycmVjdF90eXBlXCIsXG4gIE51bGwgPSBcIm51bGxcIixcbiAgUmVxdWlyZWQgPSBcInJlcXVpcmVkXCIsXG59XG4iXX0=
|
|
@@ -1,21 +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 ProjectResourcesUpdateUserErrorComponentDtoAttrEnum;
|
|
11
|
-
(function (ProjectResourcesUpdateUserErrorComponentDtoAttrEnum) {
|
|
12
|
-
ProjectResourcesUpdateUserErrorComponentDtoAttrEnum["User"] = "user";
|
|
13
|
-
})(ProjectResourcesUpdateUserErrorComponentDtoAttrEnum || (ProjectResourcesUpdateUserErrorComponentDtoAttrEnum = {}));
|
|
14
|
-
export var ProjectResourcesUpdateUserErrorComponentDtoCodeEnum;
|
|
15
|
-
(function (ProjectResourcesUpdateUserErrorComponentDtoCodeEnum) {
|
|
16
|
-
ProjectResourcesUpdateUserErrorComponentDtoCodeEnum["DoesNotExist"] = "does_not_exist";
|
|
17
|
-
ProjectResourcesUpdateUserErrorComponentDtoCodeEnum["IncorrectType"] = "incorrect_type";
|
|
18
|
-
ProjectResourcesUpdateUserErrorComponentDtoCodeEnum["Null"] = "null";
|
|
19
|
-
ProjectResourcesUpdateUserErrorComponentDtoCodeEnum["Required"] = "required";
|
|
20
|
-
})(ProjectResourcesUpdateUserErrorComponentDtoCodeEnum || (ProjectResourcesUpdateUserErrorComponentDtoCodeEnum = {}));
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvamVjdC1yZXNvdXJjZXMtdXBkYXRlLXVzZXItZXJyb3ItY29tcG9uZW50LmR0by5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3Byb2plY3QtcmVzb3VyY2VzLXVwZGF0ZS11c2VyLWVycm9yLWNvbXBvbmVudC5kdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7O0dBUUc7QUFhSCxNQUFNLENBQU4sSUFBWSxtREFFWDtBQUZELFdBQVksbURBQW1EO0lBQzdELG9FQUFhLENBQUE7QUFDZixDQUFDLEVBRlcsbURBQW1ELEtBQW5ELG1EQUFtRCxRQUU5RDtBQUNELE1BQU0sQ0FBTixJQUFZLG1EQUtYO0FBTEQsV0FBWSxtREFBbUQ7SUFDN0Qsc0ZBQStCLENBQUE7SUFDL0IsdUZBQWdDLENBQUE7SUFDaEMsb0VBQWEsQ0FBQTtJQUNiLDRFQUFxQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyxtREFBbUQsS0FBbkQsbURBQW1ELFFBSzlEIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBQcm9qZWN0UmVzb3VyY2VzVXBkYXRlVXNlckVycm9yQ29tcG9uZW50RHRvIHtcbiAgLyoqXG4gICAqICogYHVzZXJgIC0gdXNlclxuICAgKi9cbiAgYXR0cjogUHJvamVjdFJlc291cmNlc1VwZGF0ZVVzZXJFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtO1xuICAvKipcbiAgICogKiBgZG9lc19ub3RfZXhpc3RgIC0gZG9lc19ub3RfZXhpc3QgKiBgaW5jb3JyZWN0X3R5cGVgIC0gaW5jb3JyZWN0X3R5cGUgKiBgbnVsbGAgLSBudWxsICogYHJlcXVpcmVkYCAtIHJlcXVpcmVkXG4gICAqL1xuICBjb2RlOiBQcm9qZWN0UmVzb3VyY2VzVXBkYXRlVXNlckVycm9yQ29tcG9uZW50RHRvQ29kZUVudW07XG4gIGRldGFpbDogc3RyaW5nO1xufVxuZXhwb3J0IGVudW0gUHJvamVjdFJlc291cmNlc1VwZGF0ZVVzZXJFcnJvckNvbXBvbmVudER0b0F0dHJFbnVtIHtcbiAgVXNlciA9IFwidXNlclwiLFxufVxuZXhwb3J0IGVudW0gUHJvamVjdFJlc291cmNlc1VwZGF0ZVVzZXJFcnJvckNvbXBvbmVudER0b0NvZGVFbnVtIHtcbiAgRG9lc05vdEV4aXN0ID0gXCJkb2VzX25vdF9leGlzdFwiLFxuICBJbmNvcnJlY3RUeXBlID0gXCJpbmNvcnJlY3RfdHlwZVwiLFxuICBOdWxsID0gXCJudWxsXCIsXG4gIFJlcXVpcmVkID0gXCJyZXF1aXJlZFwiLFxufVxuIl19
|
|
@@ -1,29 +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 ProjectResourcesUpdateUserErrorComponentDto {
|
|
11
|
-
/**
|
|
12
|
-
* * `user` - user
|
|
13
|
-
*/
|
|
14
|
-
attr: ProjectResourcesUpdateUserErrorComponentDtoAttrEnum;
|
|
15
|
-
/**
|
|
16
|
-
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type * `null` - null * `required` - required
|
|
17
|
-
*/
|
|
18
|
-
code: ProjectResourcesUpdateUserErrorComponentDtoCodeEnum;
|
|
19
|
-
detail: string;
|
|
20
|
-
}
|
|
21
|
-
export declare enum ProjectResourcesUpdateUserErrorComponentDtoAttrEnum {
|
|
22
|
-
User = "user"
|
|
23
|
-
}
|
|
24
|
-
export declare enum ProjectResourcesUpdateUserErrorComponentDtoCodeEnum {
|
|
25
|
-
DoesNotExist = "does_not_exist",
|
|
26
|
-
IncorrectType = "incorrect_type",
|
|
27
|
-
Null = "null",
|
|
28
|
-
Required = "required"
|
|
29
|
-
}
|