@saritasa/crm-delmar-core-sdk 0.0.288 → 0.0.290
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/projects-api.service.d.ts +23 -1
- package/api/projects-api.serviceInterface.d.ts +33 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +410 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/models.d.ts +23 -0
- package/model/paginated-project-status-report-list.dto.d.ts +16 -0
- package/model/project-status-report.dto.d.ts +69 -0
- package/model/projects-status-report-list-billing-type-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-billing-type-in-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-client-account-manager-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-client-account-manager-in-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-client-contact-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-client-contact-in-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-client-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-client-in-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-created-date-gte-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-created-date-lte-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-created-gte-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-created-lte-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-error-response400.dto.d.ts +16 -0
- package/model/projects-status-report-list-error.dto.d.ts +31 -0
- package/model/projects-status-report-list-id-error-component.dto.d.ts +27 -0
- package/model/projects-status-report-list-id-in-error-component.dto.d.ts +27 -0
- package/model/projects-status-report-list-project-managers-id-in-error-component.dto.d.ts +27 -0
- package/model/projects-status-report-list-status-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-status-in-error-component.dto.d.ts +26 -0
- package/model/projects-status-report-list-validation-error.dto.d.ts +15 -0
- package/model/simple-client-status-report.dto.d.ts +21 -0
- package/model/user.dto.d.ts +0 -1
- package/package.json +2 -2
package/model/models.d.ts
CHANGED
|
@@ -853,6 +853,7 @@ export * from "./paginated-project-list.dto";
|
|
|
853
853
|
export * from "./paginated-project-note-list.dto";
|
|
854
854
|
export * from "./paginated-project-resource-list.dto";
|
|
855
855
|
export * from "./paginated-project-serializer-with-stats-list.dto";
|
|
856
|
+
export * from "./paginated-project-status-report-list.dto";
|
|
856
857
|
export * from "./paginated-role-list.dto";
|
|
857
858
|
export * from "./paginated-simple-project-list.dto";
|
|
858
859
|
export * from "./paginated-simple-project-priority-list.dto";
|
|
@@ -1004,6 +1005,7 @@ export * from "./project-resources-update-work-type-error-component.dto";
|
|
|
1004
1005
|
export * from "./project-serializer-with-month-stats.dto";
|
|
1005
1006
|
export * from "./project-serializer-with-stats.dto";
|
|
1006
1007
|
export * from "./project-status-enum.dto";
|
|
1008
|
+
export * from "./project-status-report.dto";
|
|
1007
1009
|
export * from "./projects-create-actual-end-date-error-component.dto";
|
|
1008
1010
|
export * from "./projects-create-actual-site-error-component.dto";
|
|
1009
1011
|
export * from "./projects-create-billing-frequency-error-component.dto";
|
|
@@ -1052,6 +1054,26 @@ export * from "./projects-list-project-managers-id-in-error-component.dto";
|
|
|
1052
1054
|
export * from "./projects-list-status-error-component.dto";
|
|
1053
1055
|
export * from "./projects-list-status-in-error-component.dto";
|
|
1054
1056
|
export * from "./projects-list-validation-error.dto";
|
|
1057
|
+
export * from "./projects-status-report-list-billing-type-error-component.dto";
|
|
1058
|
+
export * from "./projects-status-report-list-billing-type-in-error-component.dto";
|
|
1059
|
+
export * from "./projects-status-report-list-client-account-manager-error-component.dto";
|
|
1060
|
+
export * from "./projects-status-report-list-client-account-manager-in-error-component.dto";
|
|
1061
|
+
export * from "./projects-status-report-list-client-contact-error-component.dto";
|
|
1062
|
+
export * from "./projects-status-report-list-client-contact-in-error-component.dto";
|
|
1063
|
+
export * from "./projects-status-report-list-client-error-component.dto";
|
|
1064
|
+
export * from "./projects-status-report-list-client-in-error-component.dto";
|
|
1065
|
+
export * from "./projects-status-report-list-created-date-gte-error-component.dto";
|
|
1066
|
+
export * from "./projects-status-report-list-created-date-lte-error-component.dto";
|
|
1067
|
+
export * from "./projects-status-report-list-created-gte-error-component.dto";
|
|
1068
|
+
export * from "./projects-status-report-list-created-lte-error-component.dto";
|
|
1069
|
+
export * from "./projects-status-report-list-error.dto";
|
|
1070
|
+
export * from "./projects-status-report-list-error-response400.dto";
|
|
1071
|
+
export * from "./projects-status-report-list-id-error-component.dto";
|
|
1072
|
+
export * from "./projects-status-report-list-id-in-error-component.dto";
|
|
1073
|
+
export * from "./projects-status-report-list-project-managers-id-in-error-component.dto";
|
|
1074
|
+
export * from "./projects-status-report-list-status-error-component.dto";
|
|
1075
|
+
export * from "./projects-status-report-list-status-in-error-component.dto";
|
|
1076
|
+
export * from "./projects-status-report-list-validation-error.dto";
|
|
1055
1077
|
export * from "./projects-update-actual-end-date-error-component.dto";
|
|
1056
1078
|
export * from "./projects-update-actual-site-error-component.dto";
|
|
1057
1079
|
export * from "./projects-update-billing-frequency-error-component.dto";
|
|
@@ -1189,6 +1211,7 @@ export * from "./simple-client-contact.dto";
|
|
|
1189
1211
|
export * from "./simple-client-contact-request.dto";
|
|
1190
1212
|
export * from "./simple-client.dto";
|
|
1191
1213
|
export * from "./simple-client-request.dto";
|
|
1214
|
+
export * from "./simple-client-status-report.dto";
|
|
1192
1215
|
export * from "./simple-component.dto";
|
|
1193
1216
|
export * from "./simple-department.dto";
|
|
1194
1217
|
export * from "./simple-department-request.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 { ProjectStatusReportDto } from "./project-status-report.dto";
|
|
11
|
+
export interface PaginatedProjectStatusReportListDto {
|
|
12
|
+
count: number;
|
|
13
|
+
results: Array<ProjectStatusReportDto>;
|
|
14
|
+
next?: string | null;
|
|
15
|
+
previous?: string | null;
|
|
16
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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 { SimpleClientStatusReportDto } from "./simple-client-status-report.dto";
|
|
11
|
+
import { SimpleJiraProjectDto } from "./simple-jira-project.dto";
|
|
12
|
+
import { SimpleUserDto } from "./simple-user.dto";
|
|
13
|
+
import { BillingFrequencyEnumDto } from "./billing-frequency-enum.dto";
|
|
14
|
+
import { SimpleProjectPriorityDto } from "./simple-project-priority.dto";
|
|
15
|
+
import { BillingTypeEnumDto } from "./billing-type-enum.dto";
|
|
16
|
+
import { SimpleClientContactDto } from "./simple-client-contact.dto";
|
|
17
|
+
import { ProjectStatusEnumDto } from "./project-status-enum.dto";
|
|
18
|
+
/**
|
|
19
|
+
* Serializer for Project model for status report.
|
|
20
|
+
*/
|
|
21
|
+
export interface ProjectStatusReportDto {
|
|
22
|
+
readonly id: number;
|
|
23
|
+
readonly created: string;
|
|
24
|
+
readonly modified: string;
|
|
25
|
+
name: string;
|
|
26
|
+
status: ProjectStatusEnumDto;
|
|
27
|
+
billing_type: BillingTypeEnumDto;
|
|
28
|
+
billing_frequency: BillingFrequencyEnumDto;
|
|
29
|
+
is_utilized: boolean;
|
|
30
|
+
is_billable: boolean;
|
|
31
|
+
readonly tech_manager_data: SimpleUserDto;
|
|
32
|
+
readonly qa_manager_data: SimpleUserDto;
|
|
33
|
+
time_limit_per_month: number;
|
|
34
|
+
time_limit: number;
|
|
35
|
+
/**
|
|
36
|
+
* This is the code used by DevOps team to format project infrastructure. For example, <code>-dev.saritasa.rocks for dev DNS.
|
|
37
|
+
*/
|
|
38
|
+
environment_code: string;
|
|
39
|
+
nickname: string;
|
|
40
|
+
readonly created_by: number | null;
|
|
41
|
+
readonly created_by_data: SimpleUserDto;
|
|
42
|
+
readonly updated_by: number | null;
|
|
43
|
+
readonly updated_by_data: SimpleUserDto;
|
|
44
|
+
client: number;
|
|
45
|
+
readonly client_data: SimpleClientStatusReportDto;
|
|
46
|
+
readonly client_contact_data: SimpleClientContactDto;
|
|
47
|
+
readonly priority_data: SimpleProjectPriorityDto;
|
|
48
|
+
readonly project_managers: Array<number>;
|
|
49
|
+
readonly project_managers_data: Array<SimpleUserDto>;
|
|
50
|
+
jira_link: SimpleJiraProjectDto | null;
|
|
51
|
+
readonly billable_duration: number;
|
|
52
|
+
readonly unbillable_duration: number;
|
|
53
|
+
tech_manager?: number | null;
|
|
54
|
+
qa_manager?: number | null;
|
|
55
|
+
start_date?: string | null;
|
|
56
|
+
development_start_date?: string | null;
|
|
57
|
+
is_development_started?: boolean;
|
|
58
|
+
proposed_end_date?: string | null;
|
|
59
|
+
actual_end_date?: string | null;
|
|
60
|
+
notes?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Project ID in Zoho CRM
|
|
63
|
+
*/
|
|
64
|
+
zoho_id?: string;
|
|
65
|
+
dev_site?: string;
|
|
66
|
+
actual_site?: string;
|
|
67
|
+
client_contact?: number | null;
|
|
68
|
+
priority?: number | null;
|
|
69
|
+
}
|
|
@@ -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 ProjectsStatusReportListBillingTypeErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billing_type` - billing_type
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListBillingTypeErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListBillingTypeErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListBillingTypeErrorComponentDtoAttrEnum {
|
|
22
|
+
BillingType = "billing_type"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListBillingTypeErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListBillingTypeInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billing_type__in` - billing_type__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListBillingTypeInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListBillingTypeInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListBillingTypeInErrorComponentDtoAttrEnum {
|
|
22
|
+
BillingTypeIn = "billing_type__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListBillingTypeInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
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 ProjectsStatusReportListClientAccountManagerErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `client__account_manager` - client__account_manager
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListClientAccountManagerErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListClientAccountManagerErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListClientAccountManagerErrorComponentDtoAttrEnum {
|
|
22
|
+
ClientAccountManager = "client__account_manager"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListClientAccountManagerErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListClientAccountManagerInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `client__account_manager__in` - client__account_manager__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListClientAccountManagerInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListClientAccountManagerInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListClientAccountManagerInErrorComponentDtoAttrEnum {
|
|
22
|
+
ClientAccountManagerIn = "client__account_manager__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListClientAccountManagerInErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListClientContactErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `client_contact` - client_contact
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListClientContactErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListClientContactErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListClientContactErrorComponentDtoAttrEnum {
|
|
22
|
+
ClientContact = "client_contact"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListClientContactErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListClientContactInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `client_contact__in` - client_contact__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListClientContactInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListClientContactInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListClientContactInErrorComponentDtoAttrEnum {
|
|
22
|
+
ClientContactIn = "client_contact__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListClientContactInErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListClientErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `client` - client
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListClientErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListClientErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListClientErrorComponentDtoAttrEnum {
|
|
22
|
+
Client = "client"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListClientErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListClientInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `client__in` - client__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListClientInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListClientInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListClientInErrorComponentDtoAttrEnum {
|
|
22
|
+
ClientIn = "client__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListClientInErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListCreatedDateGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__date__gte` - created__date__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListCreatedDateGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListCreatedDateGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListCreatedDateGteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedDateGte = "created__date__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListCreatedDateGteErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListCreatedDateLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__date__lte` - created__date__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListCreatedDateLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListCreatedDateLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListCreatedDateLteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedDateLte = "created__date__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListCreatedDateLteErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListCreatedGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__gte` - created__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListCreatedGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListCreatedGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListCreatedGteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedGte = "created__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListCreatedGteErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListCreatedLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created__lte` - created__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListCreatedLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListCreatedLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListCreatedLteErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedLte = "created__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListCreatedLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -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 { ProjectsStatusReportListValidationErrorDto } from "./projects-status-report-list-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ProjectsStatusReportListErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ProjectsStatusReportListErrorResponse400Dto = ParseErrorResponseDto | ProjectsStatusReportListValidationErrorDto;
|
|
@@ -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
|
+
import { ProjectsStatusReportListClientAccountManagerInErrorComponentDto } from "./projects-status-report-list-client-account-manager-in-error-component.dto";
|
|
11
|
+
import { ProjectsStatusReportListClientContactErrorComponentDto } from "./projects-status-report-list-client-contact-error-component.dto";
|
|
12
|
+
import { ProjectsStatusReportListStatusInErrorComponentDto } from "./projects-status-report-list-status-in-error-component.dto";
|
|
13
|
+
import { ProjectsStatusReportListCreatedDateLteErrorComponentDto } from "./projects-status-report-list-created-date-lte-error-component.dto";
|
|
14
|
+
import { ProjectsStatusReportListCreatedGteErrorComponentDto } from "./projects-status-report-list-created-gte-error-component.dto";
|
|
15
|
+
import { ProjectsStatusReportListBillingTypeInErrorComponentDto } from "./projects-status-report-list-billing-type-in-error-component.dto";
|
|
16
|
+
import { ProjectsStatusReportListIdInErrorComponentDto } from "./projects-status-report-list-id-in-error-component.dto";
|
|
17
|
+
import { ProjectsStatusReportListBillingTypeErrorComponentDto } from "./projects-status-report-list-billing-type-error-component.dto";
|
|
18
|
+
import { ProjectsStatusReportListCreatedDateGteErrorComponentDto } from "./projects-status-report-list-created-date-gte-error-component.dto";
|
|
19
|
+
import { ProjectsStatusReportListClientInErrorComponentDto } from "./projects-status-report-list-client-in-error-component.dto";
|
|
20
|
+
import { ProjectsStatusReportListCreatedLteErrorComponentDto } from "./projects-status-report-list-created-lte-error-component.dto";
|
|
21
|
+
import { ProjectsStatusReportListIdErrorComponentDto } from "./projects-status-report-list-id-error-component.dto";
|
|
22
|
+
import { ProjectsStatusReportListProjectManagersIdInErrorComponentDto } from "./projects-status-report-list-project-managers-id-in-error-component.dto";
|
|
23
|
+
import { ProjectsStatusReportListStatusErrorComponentDto } from "./projects-status-report-list-status-error-component.dto";
|
|
24
|
+
import { ProjectsStatusReportListClientContactInErrorComponentDto } from "./projects-status-report-list-client-contact-in-error-component.dto";
|
|
25
|
+
import { ProjectsStatusReportListClientAccountManagerErrorComponentDto } from "./projects-status-report-list-client-account-manager-error-component.dto";
|
|
26
|
+
import { ProjectsStatusReportListClientErrorComponentDto } from "./projects-status-report-list-client-error-component.dto";
|
|
27
|
+
/**
|
|
28
|
+
* @type ProjectsStatusReportListErrorDto
|
|
29
|
+
* @export
|
|
30
|
+
*/
|
|
31
|
+
export type ProjectsStatusReportListErrorDto = ProjectsStatusReportListBillingTypeErrorComponentDto | ProjectsStatusReportListBillingTypeInErrorComponentDto | ProjectsStatusReportListClientAccountManagerErrorComponentDto | ProjectsStatusReportListClientAccountManagerInErrorComponentDto | ProjectsStatusReportListClientContactErrorComponentDto | ProjectsStatusReportListClientContactInErrorComponentDto | ProjectsStatusReportListClientErrorComponentDto | ProjectsStatusReportListClientInErrorComponentDto | ProjectsStatusReportListCreatedDateGteErrorComponentDto | ProjectsStatusReportListCreatedDateLteErrorComponentDto | ProjectsStatusReportListCreatedGteErrorComponentDto | ProjectsStatusReportListCreatedLteErrorComponentDto | ProjectsStatusReportListIdErrorComponentDto | ProjectsStatusReportListIdInErrorComponentDto | ProjectsStatusReportListProjectManagersIdInErrorComponentDto | ProjectsStatusReportListStatusErrorComponentDto | ProjectsStatusReportListStatusInErrorComponentDto;
|
|
@@ -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 ProjectsStatusReportListIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id` - id
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListIdErrorComponentDtoAttrEnum {
|
|
22
|
+
Id = "id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListIdErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
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 ProjectsStatusReportListIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id__in` - id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
IdIn = "id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
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 ProjectsStatusReportListProjectManagersIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `project_managers__id__in` - project_managers__id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListProjectManagersIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListProjectManagersIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListProjectManagersIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
ProjectManagersIdIn = "project_managers__id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListProjectManagersIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|
|
@@ -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 ProjectsStatusReportListStatusErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `status` - status
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListStatusErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListStatusErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListStatusErrorComponentDtoAttrEnum {
|
|
22
|
+
Status = "status"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListStatusErrorComponentDtoCodeEnum {
|
|
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 ProjectsStatusReportListStatusInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `status__in` - status__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsStatusReportListStatusInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsStatusReportListStatusInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsStatusReportListStatusInErrorComponentDtoAttrEnum {
|
|
22
|
+
StatusIn = "status__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsStatusReportListStatusInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|