@saritasa/crm-delmar-core-sdk 0.0.224 → 0.0.226
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/client-notes-api.service.d.ts +64 -1
- package/api/client-notes-api.serviceInterface.d.ts +29 -0
- package/api/project-notes-api.service.d.ts +64 -1
- package/api/project-notes-api.serviceInterface.d.ts +29 -0
- package/esm2022/api/client-notes-api.service.mjs +144 -1
- package/esm2022/api/client-notes-api.serviceInterface.mjs +1 -1
- package/esm2022/api/project-notes-api.service.mjs +144 -1
- package/esm2022/api/project-notes-api.serviceInterface.mjs +1 -1
- package/esm2022/model/client-note-request.dto.mjs +2 -0
- package/esm2022/model/client-note.dto.mjs +1 -1
- package/esm2022/model/client-notes-create-client-error-component.dto.mjs +19 -0
- package/esm2022/model/client-notes-create-description-error-component.dto.mjs +23 -0
- package/esm2022/model/client-notes-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/client-notes-create-error.dto.mjs +2 -0
- package/esm2022/model/client-notes-create-files-index-file-error-component.dto.mjs +23 -0
- package/esm2022/model/client-notes-create-files-index-non-field-errors-error-component.dto.mjs +20 -0
- package/esm2022/model/client-notes-create-files-indexid-error-component.dto.mjs +20 -0
- package/esm2022/model/client-notes-create-files-non-field-errors-error-component.dto.mjs +20 -0
- package/esm2022/model/client-notes-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/client-notes-create-title-error-component.dto.mjs +24 -0
- package/esm2022/model/client-notes-create-validation-error.dto.mjs +2 -0
- package/esm2022/model/client-notes-destroy-error-response400.dto.mjs +2 -0
- package/esm2022/model/client-notes-update-client-error-component.dto.mjs +19 -0
- package/esm2022/model/client-notes-update-description-error-component.dto.mjs +23 -0
- package/esm2022/model/client-notes-update-error-response400.dto.mjs +2 -0
- package/esm2022/model/client-notes-update-error.dto.mjs +2 -0
- package/esm2022/model/client-notes-update-files-index-file-error-component.dto.mjs +23 -0
- package/esm2022/model/client-notes-update-files-index-non-field-errors-error-component.dto.mjs +20 -0
- package/esm2022/model/client-notes-update-files-indexid-error-component.dto.mjs +20 -0
- package/esm2022/model/client-notes-update-files-non-field-errors-error-component.dto.mjs +20 -0
- package/esm2022/model/client-notes-update-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/client-notes-update-title-error-component.dto.mjs +24 -0
- package/esm2022/model/client-notes-update-validation-error.dto.mjs +2 -0
- package/esm2022/model/client-project-note-file-request.dto.mjs +11 -0
- package/esm2022/model/client-project-note-file.dto.mjs +1 -1
- package/esm2022/model/models.mjs +50 -1
- package/esm2022/model/project-note-request.dto.mjs +2 -0
- package/esm2022/model/project-note.dto.mjs +1 -1
- package/esm2022/model/project-notes-create-description-error-component.dto.mjs +23 -0
- package/esm2022/model/project-notes-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/project-notes-create-error.dto.mjs +2 -0
- package/esm2022/model/project-notes-create-files-index-file-error-component.dto.mjs +23 -0
- package/esm2022/model/project-notes-create-files-index-non-field-errors-error-component.dto.mjs +20 -0
- package/esm2022/model/project-notes-create-files-indexid-error-component.dto.mjs +20 -0
- package/esm2022/model/project-notes-create-files-non-field-errors-error-component.dto.mjs +20 -0
- package/esm2022/model/project-notes-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/project-notes-create-project-error-component.dto.mjs +19 -0
- package/esm2022/model/project-notes-create-title-error-component.dto.mjs +24 -0
- package/esm2022/model/project-notes-create-validation-error.dto.mjs +2 -0
- package/esm2022/model/project-notes-destroy-error-response400.dto.mjs +2 -0
- package/esm2022/model/project-notes-update-description-error-component.dto.mjs +23 -0
- package/esm2022/model/project-notes-update-error-response400.dto.mjs +2 -0
- package/esm2022/model/project-notes-update-error.dto.mjs +2 -0
- package/esm2022/model/project-notes-update-files-index-file-error-component.dto.mjs +23 -0
- package/esm2022/model/project-notes-update-files-index-non-field-errors-error-component.dto.mjs +20 -0
- package/esm2022/model/project-notes-update-files-indexid-error-component.dto.mjs +20 -0
- package/esm2022/model/project-notes-update-files-non-field-errors-error-component.dto.mjs +20 -0
- package/esm2022/model/project-notes-update-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/project-notes-update-project-error-component.dto.mjs +19 -0
- package/esm2022/model/project-notes-update-title-error-component.dto.mjs +24 -0
- package/esm2022/model/project-notes-update-validation-error.dto.mjs +2 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +969 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/client-note-request.dto.d.ts +19 -0
- package/model/client-note.dto.d.ts +1 -2
- package/model/client-notes-create-client-error-component.dto.d.ts +27 -0
- package/model/client-notes-create-description-error-component.dto.d.ts +31 -0
- package/model/client-notes-create-error-response400.dto.d.ts +16 -0
- package/model/client-notes-create-error.dto.d.ts +22 -0
- package/model/client-notes-create-files-index-file-error-component.dto.d.ts +31 -0
- package/model/client-notes-create-files-index-non-field-errors-error-component.dto.d.ts +28 -0
- package/model/client-notes-create-files-indexid-error-component.dto.d.ts +28 -0
- package/model/client-notes-create-files-non-field-errors-error-component.dto.d.ts +28 -0
- package/model/client-notes-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/client-notes-create-title-error-component.dto.d.ts +32 -0
- package/model/client-notes-create-validation-error.dto.d.ts +15 -0
- package/model/client-notes-destroy-error-response400.dto.d.ts +15 -0
- package/model/client-notes-update-client-error-component.dto.d.ts +27 -0
- package/model/client-notes-update-description-error-component.dto.d.ts +31 -0
- package/model/client-notes-update-error-response400.dto.d.ts +16 -0
- package/model/client-notes-update-error.dto.d.ts +22 -0
- package/model/client-notes-update-files-index-file-error-component.dto.d.ts +31 -0
- package/model/client-notes-update-files-index-non-field-errors-error-component.dto.d.ts +28 -0
- package/model/client-notes-update-files-indexid-error-component.dto.d.ts +28 -0
- package/model/client-notes-update-files-non-field-errors-error-component.dto.d.ts +28 -0
- package/model/client-notes-update-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/client-notes-update-title-error-component.dto.d.ts +32 -0
- package/model/client-notes-update-validation-error.dto.d.ts +15 -0
- package/model/client-project-note-file-request.dto.d.ts +16 -0
- package/model/client-project-note-file.dto.d.ts +2 -1
- package/model/models.d.ts +49 -0
- package/model/project-note-request.dto.d.ts +19 -0
- package/model/project-note.dto.d.ts +3 -2
- package/model/project-notes-create-description-error-component.dto.d.ts +31 -0
- package/model/project-notes-create-error-response400.dto.d.ts +16 -0
- package/model/project-notes-create-error.dto.d.ts +22 -0
- package/model/project-notes-create-files-index-file-error-component.dto.d.ts +31 -0
- package/model/project-notes-create-files-index-non-field-errors-error-component.dto.d.ts +28 -0
- package/model/project-notes-create-files-indexid-error-component.dto.d.ts +28 -0
- package/model/project-notes-create-files-non-field-errors-error-component.dto.d.ts +28 -0
- package/model/project-notes-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/project-notes-create-project-error-component.dto.d.ts +27 -0
- package/model/project-notes-create-title-error-component.dto.d.ts +32 -0
- package/model/project-notes-create-validation-error.dto.d.ts +15 -0
- package/model/project-notes-destroy-error-response400.dto.d.ts +15 -0
- package/model/project-notes-update-description-error-component.dto.d.ts +31 -0
- package/model/project-notes-update-error-response400.dto.d.ts +16 -0
- package/model/project-notes-update-error.dto.d.ts +22 -0
- package/model/project-notes-update-files-index-file-error-component.dto.d.ts +31 -0
- package/model/project-notes-update-files-index-non-field-errors-error-component.dto.d.ts +28 -0
- package/model/project-notes-update-files-indexid-error-component.dto.d.ts +28 -0
- package/model/project-notes-update-files-non-field-errors-error-component.dto.d.ts +28 -0
- package/model/project-notes-update-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/project-notes-update-project-error-component.dto.d.ts +27 -0
- package/model/project-notes-update-title-error-component.dto.d.ts +32 -0
- package/model/project-notes-update-validation-error.dto.d.ts +15 -0
- package/package.json +2 -2
|
@@ -11,9 +11,10 @@
|
|
|
11
11
|
* Serializer for ClientProjectNoteFile model.
|
|
12
12
|
*/
|
|
13
13
|
export interface ClientProjectNoteFileDto {
|
|
14
|
-
readonly id: number;
|
|
15
14
|
readonly created: string;
|
|
16
15
|
readonly modified: string;
|
|
17
16
|
file: string;
|
|
17
|
+
readonly file_size: number;
|
|
18
18
|
readonly file_name: string;
|
|
19
|
+
id?: number;
|
|
19
20
|
}
|
package/model/models.d.ts
CHANGED
|
@@ -90,7 +90,20 @@ export * from "./branches-users-stats-list-validation-error.dto";
|
|
|
90
90
|
export * from "./client.dto";
|
|
91
91
|
export * from "./client-error-enum.dto";
|
|
92
92
|
export * from "./client-note.dto";
|
|
93
|
+
export * from "./client-note-request.dto";
|
|
93
94
|
export * from "./client-note-resource-create-export-job-request.dto";
|
|
95
|
+
export * from "./client-notes-create-client-error-component.dto";
|
|
96
|
+
export * from "./client-notes-create-description-error-component.dto";
|
|
97
|
+
export * from "./client-notes-create-error.dto";
|
|
98
|
+
export * from "./client-notes-create-error-response400.dto";
|
|
99
|
+
export * from "./client-notes-create-files-index-file-error-component.dto";
|
|
100
|
+
export * from "./client-notes-create-files-indexid-error-component.dto";
|
|
101
|
+
export * from "./client-notes-create-files-index-non-field-errors-error-component.dto";
|
|
102
|
+
export * from "./client-notes-create-files-non-field-errors-error-component.dto";
|
|
103
|
+
export * from "./client-notes-create-non-field-errors-error-component.dto";
|
|
104
|
+
export * from "./client-notes-create-title-error-component.dto";
|
|
105
|
+
export * from "./client-notes-create-validation-error.dto";
|
|
106
|
+
export * from "./client-notes-destroy-error-response400.dto";
|
|
94
107
|
export * from "./client-notes-list-client-error-component.dto";
|
|
95
108
|
export * from "./client-notes-list-client-in-error-component.dto";
|
|
96
109
|
export * from "./client-notes-list-created-by-error-component.dto";
|
|
@@ -103,7 +116,19 @@ export * from "./client-notes-list-id-error-component.dto";
|
|
|
103
116
|
export * from "./client-notes-list-id-in-error-component.dto";
|
|
104
117
|
export * from "./client-notes-list-validation-error.dto";
|
|
105
118
|
export * from "./client-notes-retrieve-error-response400.dto";
|
|
119
|
+
export * from "./client-notes-update-client-error-component.dto";
|
|
120
|
+
export * from "./client-notes-update-description-error-component.dto";
|
|
121
|
+
export * from "./client-notes-update-error.dto";
|
|
122
|
+
export * from "./client-notes-update-error-response400.dto";
|
|
123
|
+
export * from "./client-notes-update-files-index-file-error-component.dto";
|
|
124
|
+
export * from "./client-notes-update-files-indexid-error-component.dto";
|
|
125
|
+
export * from "./client-notes-update-files-index-non-field-errors-error-component.dto";
|
|
126
|
+
export * from "./client-notes-update-files-non-field-errors-error-component.dto";
|
|
127
|
+
export * from "./client-notes-update-non-field-errors-error-component.dto";
|
|
128
|
+
export * from "./client-notes-update-title-error-component.dto";
|
|
129
|
+
export * from "./client-notes-update-validation-error.dto";
|
|
106
130
|
export * from "./client-project-note-file.dto";
|
|
131
|
+
export * from "./client-project-note-file-request.dto";
|
|
107
132
|
export * from "./client-request.dto";
|
|
108
133
|
export * from "./client-serializer-with-month-stats.dto";
|
|
109
134
|
export * from "./client-serializer-with-stats.dto";
|
|
@@ -882,7 +907,20 @@ export * from "./profile-update-validation-error.dto";
|
|
|
882
907
|
export * from "./progress-info.dto";
|
|
883
908
|
export * from "./project.dto";
|
|
884
909
|
export * from "./project-note.dto";
|
|
910
|
+
export * from "./project-note-request.dto";
|
|
885
911
|
export * from "./project-note-resource-create-export-job-request.dto";
|
|
912
|
+
export * from "./project-notes-create-description-error-component.dto";
|
|
913
|
+
export * from "./project-notes-create-error.dto";
|
|
914
|
+
export * from "./project-notes-create-error-response400.dto";
|
|
915
|
+
export * from "./project-notes-create-files-index-file-error-component.dto";
|
|
916
|
+
export * from "./project-notes-create-files-indexid-error-component.dto";
|
|
917
|
+
export * from "./project-notes-create-files-index-non-field-errors-error-component.dto";
|
|
918
|
+
export * from "./project-notes-create-files-non-field-errors-error-component.dto";
|
|
919
|
+
export * from "./project-notes-create-non-field-errors-error-component.dto";
|
|
920
|
+
export * from "./project-notes-create-project-error-component.dto";
|
|
921
|
+
export * from "./project-notes-create-title-error-component.dto";
|
|
922
|
+
export * from "./project-notes-create-validation-error.dto";
|
|
923
|
+
export * from "./project-notes-destroy-error-response400.dto";
|
|
886
924
|
export * from "./project-notes-list-created-by-error-component.dto";
|
|
887
925
|
export * from "./project-notes-list-created-by-in-error-component.dto";
|
|
888
926
|
export * from "./project-notes-list-created-gte-error-component.dto";
|
|
@@ -895,6 +933,17 @@ export * from "./project-notes-list-project-error-component.dto";
|
|
|
895
933
|
export * from "./project-notes-list-project-in-error-component.dto";
|
|
896
934
|
export * from "./project-notes-list-validation-error.dto";
|
|
897
935
|
export * from "./project-notes-retrieve-error-response400.dto";
|
|
936
|
+
export * from "./project-notes-update-description-error-component.dto";
|
|
937
|
+
export * from "./project-notes-update-error.dto";
|
|
938
|
+
export * from "./project-notes-update-error-response400.dto";
|
|
939
|
+
export * from "./project-notes-update-files-index-file-error-component.dto";
|
|
940
|
+
export * from "./project-notes-update-files-indexid-error-component.dto";
|
|
941
|
+
export * from "./project-notes-update-files-index-non-field-errors-error-component.dto";
|
|
942
|
+
export * from "./project-notes-update-files-non-field-errors-error-component.dto";
|
|
943
|
+
export * from "./project-notes-update-non-field-errors-error-component.dto";
|
|
944
|
+
export * from "./project-notes-update-project-error-component.dto";
|
|
945
|
+
export * from "./project-notes-update-title-error-component.dto";
|
|
946
|
+
export * from "./project-notes-update-validation-error.dto";
|
|
898
947
|
export * from "./project-priorities-list-color-error-component.dto";
|
|
899
948
|
export * from "./project-priorities-list-color-in-error-component.dto";
|
|
900
949
|
export * from "./project-priorities-list-error.dto";
|
|
@@ -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 { ClientProjectNoteFileRequestDto } from "./client-project-note-file-request.dto";
|
|
11
|
+
/**
|
|
12
|
+
* Serializer for project\'s notes.
|
|
13
|
+
*/
|
|
14
|
+
export interface ProjectNoteRequestDto {
|
|
15
|
+
title: string;
|
|
16
|
+
description: string;
|
|
17
|
+
files: Array<ClientProjectNoteFileRequestDto>;
|
|
18
|
+
project?: number | null;
|
|
19
|
+
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
import { SimpleUserDto } from "./simple-user.dto";
|
|
11
11
|
import { ClientProjectNoteFileDto } from "./client-project-note-file.dto";
|
|
12
12
|
import { SimpleProjectDto } from "./simple-project.dto";
|
|
13
|
+
import { SimpleClientDto } from "./simple-client.dto";
|
|
13
14
|
/**
|
|
14
15
|
* Serializer for project\'s notes.
|
|
15
16
|
*/
|
|
@@ -19,12 +20,12 @@ export interface ProjectNoteDto {
|
|
|
19
20
|
readonly modified: string;
|
|
20
21
|
title: string;
|
|
21
22
|
description: string;
|
|
22
|
-
files: Array<
|
|
23
|
-
readonly files_data: Array<ClientProjectNoteFileDto>;
|
|
23
|
+
files: Array<ClientProjectNoteFileDto>;
|
|
24
24
|
readonly created_by: number | null;
|
|
25
25
|
readonly created_by_data: SimpleUserDto;
|
|
26
26
|
readonly updated_by: number | null;
|
|
27
27
|
readonly updated_by_data: SimpleUserDto;
|
|
28
28
|
readonly project_data: SimpleProjectDto;
|
|
29
|
+
readonly client_data: SimpleClientDto;
|
|
29
30
|
project?: number | null;
|
|
30
31
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 ProjectNotesCreateDescriptionErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `description` - description
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesCreateDescriptionErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `required` - required * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesCreateDescriptionErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesCreateDescriptionErrorComponentDtoAttrEnum {
|
|
22
|
+
Description = "description"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesCreateDescriptionErrorComponentDtoCodeEnum {
|
|
25
|
+
Blank = "blank",
|
|
26
|
+
Invalid = "invalid",
|
|
27
|
+
Null = "null",
|
|
28
|
+
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
|
+
Required = "required",
|
|
30
|
+
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
31
|
+
}
|
|
@@ -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 { ProjectNotesCreateValidationErrorDto } from "./project-notes-create-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ProjectNotesCreateErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ProjectNotesCreateErrorResponse400Dto = ParseErrorResponseDto | ProjectNotesCreateValidationErrorDto;
|
|
@@ -0,0 +1,22 @@
|
|
|
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 { ProjectNotesCreateDescriptionErrorComponentDto } from "./project-notes-create-description-error-component.dto";
|
|
11
|
+
import { ProjectNotesCreateFilesINDEXNonFieldErrorsErrorComponentDto } from "./project-notes-create-files-index-non-field-errors-error-component.dto";
|
|
12
|
+
import { ProjectNotesCreateFilesINDEXFileErrorComponentDto } from "./project-notes-create-files-index-file-error-component.dto";
|
|
13
|
+
import { ProjectNotesCreateFilesNonFieldErrorsErrorComponentDto } from "./project-notes-create-files-non-field-errors-error-component.dto";
|
|
14
|
+
import { ProjectNotesCreateFilesINDEXIdErrorComponentDto } from "./project-notes-create-files-indexid-error-component.dto";
|
|
15
|
+
import { ProjectNotesCreateProjectErrorComponentDto } from "./project-notes-create-project-error-component.dto";
|
|
16
|
+
import { ProjectNotesCreateNonFieldErrorsErrorComponentDto } from "./project-notes-create-non-field-errors-error-component.dto";
|
|
17
|
+
import { ProjectNotesCreateTitleErrorComponentDto } from "./project-notes-create-title-error-component.dto";
|
|
18
|
+
/**
|
|
19
|
+
* @type ProjectNotesCreateErrorDto
|
|
20
|
+
* @export
|
|
21
|
+
*/
|
|
22
|
+
export type ProjectNotesCreateErrorDto = ProjectNotesCreateDescriptionErrorComponentDto | ProjectNotesCreateFilesINDEXFileErrorComponentDto | ProjectNotesCreateFilesINDEXIdErrorComponentDto | ProjectNotesCreateFilesINDEXNonFieldErrorsErrorComponentDto | ProjectNotesCreateFilesNonFieldErrorsErrorComponentDto | ProjectNotesCreateNonFieldErrorsErrorComponentDto | ProjectNotesCreateProjectErrorComponentDto | ProjectNotesCreateTitleErrorComponentDto;
|
|
@@ -0,0 +1,31 @@
|
|
|
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 ProjectNotesCreateFilesINDEXFileErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `files.INDEX.file` - files.INDEX.file
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesCreateFilesINDEXFileErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `required` - required * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesCreateFilesINDEXFileErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesCreateFilesINDEXFileErrorComponentDtoAttrEnum {
|
|
22
|
+
FilesIndexFile = "files.INDEX.file"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesCreateFilesINDEXFileErrorComponentDtoCodeEnum {
|
|
25
|
+
Blank = "blank",
|
|
26
|
+
Invalid = "invalid",
|
|
27
|
+
Null = "null",
|
|
28
|
+
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
|
+
Required = "required",
|
|
30
|
+
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
31
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ProjectNotesCreateFilesINDEXNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `files.INDEX.non_field_errors` - files.INDEX.non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesCreateFilesINDEXNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesCreateFilesINDEXNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesCreateFilesINDEXNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
FilesIndexNonFieldErrors = "files.INDEX.non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesCreateFilesINDEXNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
Null = "null",
|
|
27
|
+
Required = "required"
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ProjectNotesCreateFilesINDEXIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `files.INDEX.id` - files.INDEX.id
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesCreateFilesINDEXIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_string_length` - max_string_length * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesCreateFilesINDEXIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesCreateFilesINDEXIdErrorComponentDtoAttrEnum {
|
|
22
|
+
FilesIndexId = "files.INDEX.id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesCreateFilesINDEXIdErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxStringLength = "max_string_length",
|
|
27
|
+
Null = "null"
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ProjectNotesCreateFilesNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `files.non_field_errors` - files.non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesCreateFilesNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `not_a_list` - not_a_list * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesCreateFilesNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesCreateFilesNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
FilesNonFieldErrors = "files.non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesCreateFilesNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
25
|
+
NotAList = "not_a_list",
|
|
26
|
+
Null = "null",
|
|
27
|
+
Required = "required"
|
|
28
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ProjectNotesCreateNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `non_field_errors` - non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesCreateNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesCreateNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesCreateNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
NonFieldErrors = "non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesCreateNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
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 ProjectNotesCreateProjectErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `project` - project
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesCreateProjectErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `does_not_exist` - does_not_exist * `incorrect_type` - incorrect_type
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesCreateProjectErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesCreateProjectErrorComponentDtoAttrEnum {
|
|
22
|
+
Project = "project"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesCreateProjectErrorComponentDtoCodeEnum {
|
|
25
|
+
DoesNotExist = "does_not_exist",
|
|
26
|
+
IncorrectType = "incorrect_type"
|
|
27
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ProjectNotesCreateTitleErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `title` - title
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesCreateTitleErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `max_length` - max_length * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `required` - required * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesCreateTitleErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesCreateTitleErrorComponentDtoAttrEnum {
|
|
22
|
+
Title = "title"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesCreateTitleErrorComponentDtoCodeEnum {
|
|
25
|
+
Blank = "blank",
|
|
26
|
+
Invalid = "invalid",
|
|
27
|
+
MaxLength = "max_length",
|
|
28
|
+
Null = "null",
|
|
29
|
+
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
30
|
+
Required = "required",
|
|
31
|
+
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
32
|
+
}
|
|
@@ -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 { ProjectNotesCreateErrorDto } from "./project-notes-create-error.dto";
|
|
11
|
+
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
12
|
+
export interface ProjectNotesCreateValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ProjectNotesCreateErrorDto>;
|
|
15
|
+
}
|
|
@@ -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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ProjectNotesDestroyErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ProjectNotesDestroyErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -0,0 +1,31 @@
|
|
|
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 ProjectNotesUpdateDescriptionErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `description` - description
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesUpdateDescriptionErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `required` - required * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesUpdateDescriptionErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesUpdateDescriptionErrorComponentDtoAttrEnum {
|
|
22
|
+
Description = "description"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesUpdateDescriptionErrorComponentDtoCodeEnum {
|
|
25
|
+
Blank = "blank",
|
|
26
|
+
Invalid = "invalid",
|
|
27
|
+
Null = "null",
|
|
28
|
+
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
|
+
Required = "required",
|
|
30
|
+
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
31
|
+
}
|
|
@@ -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 { ProjectNotesUpdateValidationErrorDto } from "./project-notes-update-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ProjectNotesUpdateErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ProjectNotesUpdateErrorResponse400Dto = ParseErrorResponseDto | ProjectNotesUpdateValidationErrorDto;
|
|
@@ -0,0 +1,22 @@
|
|
|
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 { ProjectNotesUpdateDescriptionErrorComponentDto } from "./project-notes-update-description-error-component.dto";
|
|
11
|
+
import { ProjectNotesUpdateProjectErrorComponentDto } from "./project-notes-update-project-error-component.dto";
|
|
12
|
+
import { ProjectNotesUpdateFilesINDEXFileErrorComponentDto } from "./project-notes-update-files-index-file-error-component.dto";
|
|
13
|
+
import { ProjectNotesUpdateTitleErrorComponentDto } from "./project-notes-update-title-error-component.dto";
|
|
14
|
+
import { ProjectNotesUpdateFilesNonFieldErrorsErrorComponentDto } from "./project-notes-update-files-non-field-errors-error-component.dto";
|
|
15
|
+
import { ProjectNotesUpdateNonFieldErrorsErrorComponentDto } from "./project-notes-update-non-field-errors-error-component.dto";
|
|
16
|
+
import { ProjectNotesUpdateFilesINDEXIdErrorComponentDto } from "./project-notes-update-files-indexid-error-component.dto";
|
|
17
|
+
import { ProjectNotesUpdateFilesINDEXNonFieldErrorsErrorComponentDto } from "./project-notes-update-files-index-non-field-errors-error-component.dto";
|
|
18
|
+
/**
|
|
19
|
+
* @type ProjectNotesUpdateErrorDto
|
|
20
|
+
* @export
|
|
21
|
+
*/
|
|
22
|
+
export type ProjectNotesUpdateErrorDto = ProjectNotesUpdateDescriptionErrorComponentDto | ProjectNotesUpdateFilesINDEXFileErrorComponentDto | ProjectNotesUpdateFilesINDEXIdErrorComponentDto | ProjectNotesUpdateFilesINDEXNonFieldErrorsErrorComponentDto | ProjectNotesUpdateFilesNonFieldErrorsErrorComponentDto | ProjectNotesUpdateNonFieldErrorsErrorComponentDto | ProjectNotesUpdateProjectErrorComponentDto | ProjectNotesUpdateTitleErrorComponentDto;
|
|
@@ -0,0 +1,31 @@
|
|
|
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 ProjectNotesUpdateFilesINDEXFileErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `files.INDEX.file` - files.INDEX.file
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesUpdateFilesINDEXFileErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `blank` - blank * `invalid` - invalid * `null` - null * `null_characters_not_allowed` - null_characters_not_allowed * `required` - required * `surrogate_characters_not_allowed` - surrogate_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesUpdateFilesINDEXFileErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesUpdateFilesINDEXFileErrorComponentDtoAttrEnum {
|
|
22
|
+
FilesIndexFile = "files.INDEX.file"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesUpdateFilesINDEXFileErrorComponentDtoCodeEnum {
|
|
25
|
+
Blank = "blank",
|
|
26
|
+
Invalid = "invalid",
|
|
27
|
+
Null = "null",
|
|
28
|
+
NullCharactersNotAllowed = "null_characters_not_allowed",
|
|
29
|
+
Required = "required",
|
|
30
|
+
SurrogateCharactersNotAllowed = "surrogate_characters_not_allowed"
|
|
31
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ProjectNotesUpdateFilesINDEXNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `files.INDEX.non_field_errors` - files.INDEX.non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesUpdateFilesINDEXNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesUpdateFilesINDEXNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesUpdateFilesINDEXNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
FilesIndexNonFieldErrors = "files.INDEX.non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesUpdateFilesINDEXNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
Null = "null",
|
|
27
|
+
Required = "required"
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ProjectNotesUpdateFilesINDEXIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `files.INDEX.id` - files.INDEX.id
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesUpdateFilesINDEXIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_string_length` - max_string_length * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesUpdateFilesINDEXIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesUpdateFilesINDEXIdErrorComponentDtoAttrEnum {
|
|
22
|
+
FilesIndexId = "files.INDEX.id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesUpdateFilesINDEXIdErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxStringLength = "max_string_length",
|
|
27
|
+
Null = "null"
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ProjectNotesUpdateFilesNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `files.non_field_errors` - files.non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesUpdateFilesNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `not_a_list` - not_a_list * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesUpdateFilesNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesUpdateFilesNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
FilesNonFieldErrors = "files.non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesUpdateFilesNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
25
|
+
NotAList = "not_a_list",
|
|
26
|
+
Null = "null",
|
|
27
|
+
Required = "required"
|
|
28
|
+
}
|