@saritasa/crm-delmar-core-sdk 0.0.200 → 0.0.202
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/api.d.ts +7 -1
- package/api/client-notes-api.serviceInterface.d.ts +5 -0
- package/api/export-client-notes-api.service.d.ts +98 -0
- package/api/export-client-notes-api.serviceInterface.d.ts +69 -0
- package/api/export-project-notes-api.service.d.ts +98 -0
- package/api/export-project-notes-api.serviceInterface.d.ts +69 -0
- package/api/project-notes-api.serviceInterface.d.ts +5 -0
- package/esm2022/api/api.mjs +9 -1
- package/esm2022/api/client-notes-api.service.mjs +13 -1
- package/esm2022/api/client-notes-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-client-notes-api.service.mjs +245 -0
- package/esm2022/api/export-client-notes-api.serviceInterface.mjs +2 -0
- package/esm2022/api/export-project-notes-api.service.mjs +245 -0
- package/esm2022/api/export-project-notes-api.serviceInterface.mjs +2 -0
- package/esm2022/api/project-notes-api.service.mjs +13 -1
- package/esm2022/api/project-notes-api.serviceInterface.mjs +1 -1
- package/esm2022/model/client-note-resource-create-export-job-request.dto.mjs +2 -0
- package/esm2022/model/client-notes-list-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/client-notes-list-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/client-notes-list-created-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/client-notes-list-created-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/client-notes-list-error.dto.mjs +1 -1
- package/esm2022/model/client-project-note-file.dto.mjs +1 -1
- package/esm2022/model/export-client-notes-cancel-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-client-notes-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-client-notes-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-client-notes-start-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-client-notes-start-create-error.dto.mjs +2 -0
- package/esm2022/model/export-client-notes-start-create-file-format-error-component.dto.mjs +20 -0
- package/esm2022/model/export-client-notes-start-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/export-client-notes-start-create-validation-error.dto.mjs +2 -0
- package/esm2022/model/export-project-notes-cancel-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-project-notes-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-project-notes-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-project-notes-start-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-project-notes-start-create-error.dto.mjs +2 -0
- package/esm2022/model/export-project-notes-start-create-file-format-error-component.dto.mjs +20 -0
- package/esm2022/model/export-project-notes-start-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/export-project-notes-start-create-validation-error.dto.mjs +2 -0
- package/esm2022/model/models.mjs +27 -1
- package/esm2022/model/project-note-resource-create-export-job-request.dto.mjs +2 -0
- package/esm2022/model/project-notes-list-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/project-notes-list-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/project-notes-list-created-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/project-notes-list-created-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/project-notes-list-error.dto.mjs +1 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +822 -100
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/client-note-resource-create-export-job-request.dto.d.ts +16 -0
- package/model/client-notes-list-created-by-error-component.dto.d.ts +26 -0
- package/model/client-notes-list-created-by-in-error-component.dto.d.ts +26 -0
- package/model/client-notes-list-created-gte-error-component.dto.d.ts +26 -0
- package/model/client-notes-list-created-lte-error-component.dto.d.ts +26 -0
- package/model/client-notes-list-error.dto.d.ts +5 -1
- package/model/client-project-note-file.dto.d.ts +1 -0
- package/model/export-client-notes-cancel-create-error-response400.dto.d.ts +15 -0
- package/model/export-client-notes-list-error-response400.dto.d.ts +15 -0
- package/model/export-client-notes-retrieve-error-response400.dto.d.ts +15 -0
- package/model/export-client-notes-start-create-error-response400.dto.d.ts +16 -0
- package/model/export-client-notes-start-create-error.dto.d.ts +16 -0
- package/model/export-client-notes-start-create-file-format-error-component.dto.d.ts +28 -0
- package/model/export-client-notes-start-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/export-client-notes-start-create-validation-error.dto.d.ts +15 -0
- package/model/export-project-notes-cancel-create-error-response400.dto.d.ts +15 -0
- package/model/export-project-notes-list-error-response400.dto.d.ts +15 -0
- package/model/export-project-notes-retrieve-error-response400.dto.d.ts +15 -0
- package/model/export-project-notes-start-create-error-response400.dto.d.ts +16 -0
- package/model/export-project-notes-start-create-error.dto.d.ts +16 -0
- package/model/export-project-notes-start-create-file-format-error-component.dto.d.ts +28 -0
- package/model/export-project-notes-start-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/export-project-notes-start-create-validation-error.dto.d.ts +15 -0
- package/model/models.d.ts +26 -0
- package/model/project-note-resource-create-export-job-request.dto.d.ts +16 -0
- package/model/project-notes-list-created-by-error-component.dto.d.ts +26 -0
- package/model/project-notes-list-created-by-in-error-component.dto.d.ts +26 -0
- package/model/project-notes-list-created-gte-error-component.dto.d.ts +26 -0
- package/model/project-notes-list-created-lte-error-component.dto.d.ts +26 -0
- package/model/project-notes-list-error.dto.d.ts +5 -1
- package/package.json +2 -2
|
@@ -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 { FileFormatEnumDto } from "./file-format-enum.dto";
|
|
11
|
+
/**
|
|
12
|
+
* Serializer to start export job.
|
|
13
|
+
*/
|
|
14
|
+
export interface ClientNoteResourceCreateExportJobRequestDto {
|
|
15
|
+
file_format: FileFormatEnumDto;
|
|
16
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 ClientNotesListCreatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by` - created_by
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientNotesListCreatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ClientNotesListCreatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientNotesListCreatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedBy = "created_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientNotesListCreatedByErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 ClientNotesListCreatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by__in` - created_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientNotesListCreatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ClientNotesListCreatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientNotesListCreatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedByIn = "created_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientNotesListCreatedByInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 ClientNotesListCreatedGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__gte` - created__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientNotesListCreatedGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ClientNotesListCreatedGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientNotesListCreatedGteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedGte = "created__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientNotesListCreatedGteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 ClientNotesListCreatedLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__lte` - created__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientNotesListCreatedLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ClientNotesListCreatedLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientNotesListCreatedLteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedLte = "created__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientNotesListCreatedLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -8,11 +8,15 @@
|
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
10
|
import { ClientNotesListClientErrorComponentDto } from "./client-notes-list-client-error-component.dto";
|
|
11
|
+
import { ClientNotesListCreatedByErrorComponentDto } from "./client-notes-list-created-by-error-component.dto";
|
|
11
12
|
import { ClientNotesListIdErrorComponentDto } from "./client-notes-list-id-error-component.dto";
|
|
12
13
|
import { ClientNotesListIdInErrorComponentDto } from "./client-notes-list-id-in-error-component.dto";
|
|
14
|
+
import { ClientNotesListCreatedByInErrorComponentDto } from "./client-notes-list-created-by-in-error-component.dto";
|
|
15
|
+
import { ClientNotesListCreatedGteErrorComponentDto } from "./client-notes-list-created-gte-error-component.dto";
|
|
16
|
+
import { ClientNotesListCreatedLteErrorComponentDto } from "./client-notes-list-created-lte-error-component.dto";
|
|
13
17
|
import { ClientNotesListClientInErrorComponentDto } from "./client-notes-list-client-in-error-component.dto";
|
|
14
18
|
/**
|
|
15
19
|
* @type ClientNotesListErrorDto
|
|
16
20
|
* @export
|
|
17
21
|
*/
|
|
18
|
-
export type ClientNotesListErrorDto = ClientNotesListClientErrorComponentDto | ClientNotesListClientInErrorComponentDto | ClientNotesListIdErrorComponentDto | ClientNotesListIdInErrorComponentDto;
|
|
22
|
+
export type ClientNotesListErrorDto = ClientNotesListClientErrorComponentDto | ClientNotesListClientInErrorComponentDto | ClientNotesListCreatedByErrorComponentDto | ClientNotesListCreatedByInErrorComponentDto | ClientNotesListCreatedGteErrorComponentDto | ClientNotesListCreatedLteErrorComponentDto | ClientNotesListIdErrorComponentDto | ClientNotesListIdInErrorComponentDto;
|
|
@@ -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 ExportClientNotesCancelCreateErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportClientNotesCancelCreateErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -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 ExportClientNotesListErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportClientNotesListErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -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 ExportClientNotesRetrieveErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportClientNotesRetrieveErrorResponse400Dto = 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 { ExportClientNotesStartCreateValidationErrorDto } from "./export-client-notes-start-create-validation-error.dto";
|
|
11
|
+
import { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportClientNotesStartCreateErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportClientNotesStartCreateErrorResponse400Dto = ExportClientNotesStartCreateValidationErrorDto | 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 { ExportClientNotesStartCreateFileFormatErrorComponentDto } from "./export-client-notes-start-create-file-format-error-component.dto";
|
|
11
|
+
import { ExportClientNotesStartCreateNonFieldErrorsErrorComponentDto } from "./export-client-notes-start-create-non-field-errors-error-component.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportClientNotesStartCreateErrorDto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportClientNotesStartCreateErrorDto = ExportClientNotesStartCreateFileFormatErrorComponentDto | ExportClientNotesStartCreateNonFieldErrorsErrorComponentDto;
|
|
@@ -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 ExportClientNotesStartCreateFileFormatErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `file_format` - file_format
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportClientNotesStartCreateFileFormatErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ExportClientNotesStartCreateFileFormatErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportClientNotesStartCreateFileFormatErrorComponentDtoAttrEnum {
|
|
22
|
+
FileFormat = "file_format"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportClientNotesStartCreateFileFormatErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice",
|
|
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 ExportClientNotesStartCreateNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `non_field_errors` - non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportClientNotesStartCreateNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ExportClientNotesStartCreateNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportClientNotesStartCreateNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
NonFieldErrors = "non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportClientNotesStartCreateNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
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 { ExportClientNotesStartCreateErrorDto } from "./export-client-notes-start-create-error.dto";
|
|
12
|
+
export interface ExportClientNotesStartCreateValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ExportClientNotesStartCreateErrorDto>;
|
|
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 ExportProjectNotesCancelCreateErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportProjectNotesCancelCreateErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -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 ExportProjectNotesListErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportProjectNotesListErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -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 ExportProjectNotesRetrieveErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportProjectNotesRetrieveErrorResponse400Dto = 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 { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
import { ExportProjectNotesStartCreateValidationErrorDto } from "./export-project-notes-start-create-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportProjectNotesStartCreateErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportProjectNotesStartCreateErrorResponse400Dto = ExportProjectNotesStartCreateValidationErrorDto | 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 { ExportProjectNotesStartCreateFileFormatErrorComponentDto } from "./export-project-notes-start-create-file-format-error-component.dto";
|
|
11
|
+
import { ExportProjectNotesStartCreateNonFieldErrorsErrorComponentDto } from "./export-project-notes-start-create-non-field-errors-error-component.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportProjectNotesStartCreateErrorDto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportProjectNotesStartCreateErrorDto = ExportProjectNotesStartCreateFileFormatErrorComponentDto | ExportProjectNotesStartCreateNonFieldErrorsErrorComponentDto;
|
|
@@ -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 ExportProjectNotesStartCreateFileFormatErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `file_format` - file_format
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportProjectNotesStartCreateFileFormatErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ExportProjectNotesStartCreateFileFormatErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportProjectNotesStartCreateFileFormatErrorComponentDtoAttrEnum {
|
|
22
|
+
FileFormat = "file_format"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportProjectNotesStartCreateFileFormatErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice",
|
|
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 ExportProjectNotesStartCreateNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `non_field_errors` - non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportProjectNotesStartCreateNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ExportProjectNotesStartCreateNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportProjectNotesStartCreateNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
NonFieldErrors = "non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportProjectNotesStartCreateNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
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 { ExportProjectNotesStartCreateErrorDto } from "./export-project-notes-start-create-error.dto";
|
|
12
|
+
export interface ExportProjectNotesStartCreateValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ExportProjectNotesStartCreateErrorDto>;
|
|
15
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -90,8 +90,13 @@ 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-resource-create-export-job-request.dto";
|
|
93
94
|
export * from "./client-notes-list-client-error-component.dto";
|
|
94
95
|
export * from "./client-notes-list-client-in-error-component.dto";
|
|
96
|
+
export * from "./client-notes-list-created-by-error-component.dto";
|
|
97
|
+
export * from "./client-notes-list-created-by-in-error-component.dto";
|
|
98
|
+
export * from "./client-notes-list-created-gte-error-component.dto";
|
|
99
|
+
export * from "./client-notes-list-created-lte-error-component.dto";
|
|
95
100
|
export * from "./client-notes-list-error.dto";
|
|
96
101
|
export * from "./client-notes-list-error-response400.dto";
|
|
97
102
|
export * from "./client-notes-list-id-error-component.dto";
|
|
@@ -404,6 +409,14 @@ export * from "./error-response405.dto";
|
|
|
404
409
|
export * from "./error-response406.dto";
|
|
405
410
|
export * from "./error-response415.dto";
|
|
406
411
|
export * from "./error-response500.dto";
|
|
412
|
+
export * from "./export-client-notes-cancel-create-error-response400.dto";
|
|
413
|
+
export * from "./export-client-notes-list-error-response400.dto";
|
|
414
|
+
export * from "./export-client-notes-retrieve-error-response400.dto";
|
|
415
|
+
export * from "./export-client-notes-start-create-error.dto";
|
|
416
|
+
export * from "./export-client-notes-start-create-error-response400.dto";
|
|
417
|
+
export * from "./export-client-notes-start-create-file-format-error-component.dto";
|
|
418
|
+
export * from "./export-client-notes-start-create-non-field-errors-error-component.dto";
|
|
419
|
+
export * from "./export-client-notes-start-create-validation-error.dto";
|
|
407
420
|
export * from "./export-job.dto";
|
|
408
421
|
export * from "./export-job-reports-departments-cancel-create-error-response400.dto";
|
|
409
422
|
export * from "./export-job-reports-departments-list-error-response400.dto";
|
|
@@ -430,6 +443,14 @@ export * from "./export-jobs-start-create-file-format-error-component.dto";
|
|
|
430
443
|
export * from "./export-jobs-start-create-non-field-errors-error-component.dto";
|
|
431
444
|
export * from "./export-jobs-start-create-validation-error.dto";
|
|
432
445
|
export * from "./export-progress.dto";
|
|
446
|
+
export * from "./export-project-notes-cancel-create-error-response400.dto";
|
|
447
|
+
export * from "./export-project-notes-list-error-response400.dto";
|
|
448
|
+
export * from "./export-project-notes-retrieve-error-response400.dto";
|
|
449
|
+
export * from "./export-project-notes-start-create-error.dto";
|
|
450
|
+
export * from "./export-project-notes-start-create-error-response400.dto";
|
|
451
|
+
export * from "./export-project-notes-start-create-file-format-error-component.dto";
|
|
452
|
+
export * from "./export-project-notes-start-create-non-field-errors-error-component.dto";
|
|
453
|
+
export * from "./export-project-notes-start-create-validation-error.dto";
|
|
433
454
|
export * from "./export-project-resources-cancel-create-error-response400.dto";
|
|
434
455
|
export * from "./export-project-resources-list-error-response400.dto";
|
|
435
456
|
export * from "./export-project-resources-retrieve-error-response400.dto";
|
|
@@ -818,6 +839,11 @@ export * from "./profile-update-validation-error.dto";
|
|
|
818
839
|
export * from "./progress-info.dto";
|
|
819
840
|
export * from "./project.dto";
|
|
820
841
|
export * from "./project-note.dto";
|
|
842
|
+
export * from "./project-note-resource-create-export-job-request.dto";
|
|
843
|
+
export * from "./project-notes-list-created-by-error-component.dto";
|
|
844
|
+
export * from "./project-notes-list-created-by-in-error-component.dto";
|
|
845
|
+
export * from "./project-notes-list-created-gte-error-component.dto";
|
|
846
|
+
export * from "./project-notes-list-created-lte-error-component.dto";
|
|
821
847
|
export * from "./project-notes-list-error.dto";
|
|
822
848
|
export * from "./project-notes-list-error-response400.dto";
|
|
823
849
|
export * from "./project-notes-list-id-error-component.dto";
|
|
@@ -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 { FileFormatEnumDto } from "./file-format-enum.dto";
|
|
11
|
+
/**
|
|
12
|
+
* Serializer to start export job.
|
|
13
|
+
*/
|
|
14
|
+
export interface ProjectNoteResourceCreateExportJobRequestDto {
|
|
15
|
+
file_format: FileFormatEnumDto;
|
|
16
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 ProjectNotesListCreatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by` - created_by
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesListCreatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesListCreatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesListCreatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedBy = "created_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesListCreatedByErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 ProjectNotesListCreatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by__in` - created_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesListCreatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesListCreatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesListCreatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedByIn = "created_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesListCreatedByInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 ProjectNotesListCreatedGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__gte` - created__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesListCreatedGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesListCreatedGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesListCreatedGteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedGte = "created__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesListCreatedGteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 ProjectNotesListCreatedLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__lte` - created__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectNotesListCreatedLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectNotesListCreatedLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectNotesListCreatedLteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedLte = "created__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectNotesListCreatedLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|