@saritasa/crm-delmar-core-sdk 0.0.120 → 0.0.121

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.
Files changed (70) hide show
  1. package/README.md +2 -2
  2. package/api/branches-api.service.d.ts +1 -1
  3. package/api/branches-api.serviceInterface.d.ts +1 -1
  4. package/api/projects-api.service.d.ts +45 -1
  5. package/api/projects-api.serviceInterface.d.ts +50 -0
  6. package/esm2022/api/branches-api.service.mjs +1 -1
  7. package/esm2022/api/branches-api.serviceInterface.mjs +1 -1
  8. package/esm2022/api/projects-api.service.mjs +239 -1
  9. package/esm2022/api/projects-api.serviceInterface.mjs +1 -1
  10. package/esm2022/model/models.mjs +29 -1
  11. package/esm2022/model/paginated-project-serializer-with-month-stats-list.dto.mjs +2 -0
  12. package/esm2022/model/paginated-project-serializer-with-stats-list.dto.mjs +2 -0
  13. package/esm2022/model/project-serializer-with-month-stats.dto.mjs +2 -0
  14. package/esm2022/model/project-serializer-with-stats.dto.mjs +2 -0
  15. package/esm2022/model/projects-with-month-stats-list-client-contact-error-component.dto.mjs +18 -0
  16. package/esm2022/model/projects-with-month-stats-list-client-contact-in-error-component.dto.mjs +18 -0
  17. package/esm2022/model/projects-with-month-stats-list-client-error-component.dto.mjs +18 -0
  18. package/esm2022/model/projects-with-month-stats-list-client-in-error-component.dto.mjs +18 -0
  19. package/esm2022/model/projects-with-month-stats-list-error-response400.dto.mjs +2 -0
  20. package/esm2022/model/projects-with-month-stats-list-error.dto.mjs +2 -0
  21. package/esm2022/model/projects-with-month-stats-list-id-error-component.dto.mjs +19 -0
  22. package/esm2022/model/projects-with-month-stats-list-id-in-error-component.dto.mjs +19 -0
  23. package/esm2022/model/projects-with-month-stats-list-project-managers-id-in-error-component.dto.mjs +19 -0
  24. package/esm2022/model/projects-with-month-stats-list-status-error-component.dto.mjs +18 -0
  25. package/esm2022/model/projects-with-month-stats-list-status-in-error-component.dto.mjs +18 -0
  26. package/esm2022/model/projects-with-month-stats-list-validation-error.dto.mjs +2 -0
  27. package/esm2022/model/projects-with-stats-list-client-contact-error-component.dto.mjs +18 -0
  28. package/esm2022/model/projects-with-stats-list-client-contact-in-error-component.dto.mjs +18 -0
  29. package/esm2022/model/projects-with-stats-list-client-error-component.dto.mjs +18 -0
  30. package/esm2022/model/projects-with-stats-list-client-in-error-component.dto.mjs +18 -0
  31. package/esm2022/model/projects-with-stats-list-error-response400.dto.mjs +2 -0
  32. package/esm2022/model/projects-with-stats-list-error.dto.mjs +2 -0
  33. package/esm2022/model/projects-with-stats-list-id-error-component.dto.mjs +19 -0
  34. package/esm2022/model/projects-with-stats-list-id-in-error-component.dto.mjs +19 -0
  35. package/esm2022/model/projects-with-stats-list-project-managers-id-in-error-component.dto.mjs +19 -0
  36. package/esm2022/model/projects-with-stats-list-status-error-component.dto.mjs +18 -0
  37. package/esm2022/model/projects-with-stats-list-status-in-error-component.dto.mjs +18 -0
  38. package/esm2022/model/projects-with-stats-list-validation-error.dto.mjs +2 -0
  39. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +569 -1
  40. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  41. package/model/models.d.ts +28 -0
  42. package/model/paginated-project-serializer-with-month-stats-list.dto.d.ts +16 -0
  43. package/model/paginated-project-serializer-with-stats-list.dto.d.ts +16 -0
  44. package/model/project-serializer-with-month-stats.dto.d.ts +76 -0
  45. package/model/project-serializer-with-stats.dto.d.ts +76 -0
  46. package/model/projects-with-month-stats-list-client-contact-error-component.dto.d.ts +26 -0
  47. package/model/projects-with-month-stats-list-client-contact-in-error-component.dto.d.ts +26 -0
  48. package/model/projects-with-month-stats-list-client-error-component.dto.d.ts +26 -0
  49. package/model/projects-with-month-stats-list-client-in-error-component.dto.d.ts +26 -0
  50. package/model/projects-with-month-stats-list-error-response400.dto.d.ts +16 -0
  51. package/model/projects-with-month-stats-list-error.dto.d.ts +23 -0
  52. package/model/projects-with-month-stats-list-id-error-component.dto.d.ts +27 -0
  53. package/model/projects-with-month-stats-list-id-in-error-component.dto.d.ts +27 -0
  54. package/model/projects-with-month-stats-list-project-managers-id-in-error-component.dto.d.ts +27 -0
  55. package/model/projects-with-month-stats-list-status-error-component.dto.d.ts +26 -0
  56. package/model/projects-with-month-stats-list-status-in-error-component.dto.d.ts +26 -0
  57. package/model/projects-with-month-stats-list-validation-error.dto.d.ts +15 -0
  58. package/model/projects-with-stats-list-client-contact-error-component.dto.d.ts +26 -0
  59. package/model/projects-with-stats-list-client-contact-in-error-component.dto.d.ts +26 -0
  60. package/model/projects-with-stats-list-client-error-component.dto.d.ts +26 -0
  61. package/model/projects-with-stats-list-client-in-error-component.dto.d.ts +26 -0
  62. package/model/projects-with-stats-list-error-response400.dto.d.ts +16 -0
  63. package/model/projects-with-stats-list-error.dto.d.ts +23 -0
  64. package/model/projects-with-stats-list-id-error-component.dto.d.ts +27 -0
  65. package/model/projects-with-stats-list-id-in-error-component.dto.d.ts +27 -0
  66. package/model/projects-with-stats-list-project-managers-id-in-error-component.dto.d.ts +27 -0
  67. package/model/projects-with-stats-list-status-error-component.dto.d.ts +26 -0
  68. package/model/projects-with-stats-list-status-in-error-component.dto.d.ts +26 -0
  69. package/model/projects-with-stats-list-validation-error.dto.d.ts +15 -0
  70. package/package.json +2 -2
package/model/models.d.ts CHANGED
@@ -345,6 +345,8 @@ export * from "./paginated-job-list.dto";
345
345
  export * from "./paginated-location-list.dto";
346
346
  export * from "./paginated-notification-list.dto";
347
347
  export * from "./paginated-project-list.dto";
348
+ export * from "./paginated-project-serializer-with-month-stats-list.dto";
349
+ export * from "./paginated-project-serializer-with-stats-list.dto";
348
350
  export * from "./paginated-role-list.dto";
349
351
  export * from "./paginated-simple-project-priority-list.dto";
350
352
  export * from "./paginated-simple-vendor-list.dto";
@@ -407,6 +409,8 @@ export * from "./project-priorities-list-name-error-component.dto";
407
409
  export * from "./project-priorities-list-name-in-error-component.dto";
408
410
  export * from "./project-priorities-list-validation-error.dto";
409
411
  export * from "./project-priorities-retrieve-error-response400.dto";
412
+ export * from "./project-serializer-with-month-stats.dto";
413
+ export * from "./project-serializer-with-stats.dto";
410
414
  export * from "./project-status-enum.dto";
411
415
  export * from "./projects-list-client-contact-error-component.dto";
412
416
  export * from "./projects-list-client-contact-in-error-component.dto";
@@ -421,6 +425,30 @@ export * from "./projects-list-status-error-component.dto";
421
425
  export * from "./projects-list-status-in-error-component.dto";
422
426
  export * from "./projects-list-validation-error.dto";
423
427
  export * from "./projects-retrieve-error-response400.dto";
428
+ export * from "./projects-with-month-stats-list-client-contact-error-component.dto";
429
+ export * from "./projects-with-month-stats-list-client-contact-in-error-component.dto";
430
+ export * from "./projects-with-month-stats-list-client-error-component.dto";
431
+ export * from "./projects-with-month-stats-list-client-in-error-component.dto";
432
+ export * from "./projects-with-month-stats-list-error.dto";
433
+ export * from "./projects-with-month-stats-list-error-response400.dto";
434
+ export * from "./projects-with-month-stats-list-id-error-component.dto";
435
+ export * from "./projects-with-month-stats-list-id-in-error-component.dto";
436
+ export * from "./projects-with-month-stats-list-project-managers-id-in-error-component.dto";
437
+ export * from "./projects-with-month-stats-list-status-error-component.dto";
438
+ export * from "./projects-with-month-stats-list-status-in-error-component.dto";
439
+ export * from "./projects-with-month-stats-list-validation-error.dto";
440
+ export * from "./projects-with-stats-list-client-contact-error-component.dto";
441
+ export * from "./projects-with-stats-list-client-contact-in-error-component.dto";
442
+ export * from "./projects-with-stats-list-client-error-component.dto";
443
+ export * from "./projects-with-stats-list-client-in-error-component.dto";
444
+ export * from "./projects-with-stats-list-error.dto";
445
+ export * from "./projects-with-stats-list-error-response400.dto";
446
+ export * from "./projects-with-stats-list-id-error-component.dto";
447
+ export * from "./projects-with-stats-list-id-in-error-component.dto";
448
+ export * from "./projects-with-stats-list-project-managers-id-in-error-component.dto";
449
+ export * from "./projects-with-stats-list-status-error-component.dto";
450
+ export * from "./projects-with-stats-list-status-in-error-component.dto";
451
+ export * from "./projects-with-stats-list-validation-error.dto";
424
452
  export * from "./role.dto";
425
453
  export * from "./role-edit-permission.dto";
426
454
  export * from "./role-edit-permission-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 { ProjectSerializerWithMonthStatsDto } from "./project-serializer-with-month-stats.dto";
11
+ export interface PaginatedProjectSerializerWithMonthStatsListDto {
12
+ count: number;
13
+ results: Array<ProjectSerializerWithMonthStatsDto>;
14
+ next?: string | null;
15
+ previous?: string | null;
16
+ }
@@ -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 { ProjectSerializerWithStatsDto } from "./project-serializer-with-stats.dto";
11
+ export interface PaginatedProjectSerializerWithStatsListDto {
12
+ count: number;
13
+ results: Array<ProjectSerializerWithStatsDto>;
14
+ next?: string | null;
15
+ previous?: string | null;
16
+ }
@@ -0,0 +1,76 @@
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 { SimpleJiraProjectDto } from "./simple-jira-project.dto";
11
+ import { SimpleUserDto } from "./simple-user.dto";
12
+ import { BillingFrequencyEnumDto } from "./billing-frequency-enum.dto";
13
+ import { SimpleProjectPriorityDto } from "./simple-project-priority.dto";
14
+ import { BillingTypeEnumDto } from "./billing-type-enum.dto";
15
+ import { SimpleClientDto } from "./simple-client.dto";
16
+ import { SimpleClientContactDto } from "./simple-client-contact.dto";
17
+ import { ProjectStatusEnumDto } from "./project-status-enum.dto";
18
+ /**
19
+ * Serializer for Project model with month stats.
20
+ */
21
+ export interface ProjectSerializerWithMonthStatsDto {
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: SimpleClientDto;
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_links: Array<number>;
51
+ readonly jira_links_data: Array<SimpleJiraProjectDto>;
52
+ readonly billable_day_jobs_duration: number;
53
+ readonly unbillable_day_jobs_duration: number;
54
+ readonly billable_week_jobs_duration: number;
55
+ readonly unbillable_week_jobs_duration: number;
56
+ readonly billable_month_jobs_duration: number;
57
+ readonly unbillable_month_jobs_duration: number;
58
+ readonly billable_month_avg_day_jobs_duration: number;
59
+ readonly unbillable_month_avg_day_jobs_duration: number;
60
+ tech_manager?: number | null;
61
+ qa_manager?: number | null;
62
+ start_date?: string | null;
63
+ development_start_date?: string | null;
64
+ is_development_started?: boolean;
65
+ proposed_end_date?: string | null;
66
+ actual_end_date?: string | null;
67
+ notes?: string;
68
+ /**
69
+ * Project ID in Zoho CRM
70
+ */
71
+ zoho_id?: string;
72
+ dev_site?: string;
73
+ actual_site?: string;
74
+ client_contact?: number | null;
75
+ priority?: number | null;
76
+ }
@@ -0,0 +1,76 @@
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 { SimpleJiraProjectDto } from "./simple-jira-project.dto";
11
+ import { SimpleUserDto } from "./simple-user.dto";
12
+ import { BillingFrequencyEnumDto } from "./billing-frequency-enum.dto";
13
+ import { SimpleProjectPriorityDto } from "./simple-project-priority.dto";
14
+ import { BillingTypeEnumDto } from "./billing-type-enum.dto";
15
+ import { SimpleClientDto } from "./simple-client.dto";
16
+ import { SimpleClientContactDto } from "./simple-client-contact.dto";
17
+ import { ProjectStatusEnumDto } from "./project-status-enum.dto";
18
+ /**
19
+ * Serializer for Project model with stats.
20
+ */
21
+ export interface ProjectSerializerWithStatsDto {
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: SimpleClientDto;
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_links: Array<number>;
51
+ readonly jira_links_data: Array<SimpleJiraProjectDto>;
52
+ readonly billable_tasks_count: number;
53
+ readonly unbillable_tasks_count: number;
54
+ readonly billable_jobs_count: number;
55
+ readonly unbillable_jobs_count: number;
56
+ readonly billable_duration: number;
57
+ readonly unbillable_duration: number;
58
+ readonly billable_avg_day_jobs_duration: number;
59
+ readonly unbillable_avg_day_jobs_duration: number;
60
+ tech_manager?: number | null;
61
+ qa_manager?: number | null;
62
+ start_date?: string | null;
63
+ development_start_date?: string | null;
64
+ is_development_started?: boolean;
65
+ proposed_end_date?: string | null;
66
+ actual_end_date?: string | null;
67
+ notes?: string;
68
+ /**
69
+ * Project ID in Zoho CRM
70
+ */
71
+ zoho_id?: string;
72
+ dev_site?: string;
73
+ actual_site?: string;
74
+ client_contact?: number | null;
75
+ priority?: number | null;
76
+ }
@@ -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 ProjectsWithMonthStatsListClientContactErrorComponentDto {
11
+ /**
12
+ * * `client_contact` - client_contact
13
+ */
14
+ attr: ProjectsWithMonthStatsListClientContactErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsWithMonthStatsListClientContactErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithMonthStatsListClientContactErrorComponentDtoAttrEnum {
22
+ ClientContact = "client_contact"
23
+ }
24
+ export declare enum ProjectsWithMonthStatsListClientContactErrorComponentDtoCodeEnum {
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 ProjectsWithMonthStatsListClientContactInErrorComponentDto {
11
+ /**
12
+ * * `client_contact__in` - client_contact__in
13
+ */
14
+ attr: ProjectsWithMonthStatsListClientContactInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsWithMonthStatsListClientContactInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithMonthStatsListClientContactInErrorComponentDtoAttrEnum {
22
+ ClientContactIn = "client_contact__in"
23
+ }
24
+ export declare enum ProjectsWithMonthStatsListClientContactInErrorComponentDtoCodeEnum {
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 ProjectsWithMonthStatsListClientErrorComponentDto {
11
+ /**
12
+ * * `client` - client
13
+ */
14
+ attr: ProjectsWithMonthStatsListClientErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsWithMonthStatsListClientErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithMonthStatsListClientErrorComponentDtoAttrEnum {
22
+ Client = "client"
23
+ }
24
+ export declare enum ProjectsWithMonthStatsListClientErrorComponentDtoCodeEnum {
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 ProjectsWithMonthStatsListClientInErrorComponentDto {
11
+ /**
12
+ * * `client__in` - client__in
13
+ */
14
+ attr: ProjectsWithMonthStatsListClientInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsWithMonthStatsListClientInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithMonthStatsListClientInErrorComponentDtoAttrEnum {
22
+ ClientIn = "client__in"
23
+ }
24
+ export declare enum ProjectsWithMonthStatsListClientInErrorComponentDtoCodeEnum {
25
+ InvalidChoice = "invalid_choice"
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 { ProjectsWithMonthStatsListValidationErrorDto } from "./projects-with-month-stats-list-validation-error.dto";
12
+ /**
13
+ * @type ProjectsWithMonthStatsListErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type ProjectsWithMonthStatsListErrorResponse400Dto = ParseErrorResponseDto | ProjectsWithMonthStatsListValidationErrorDto;
@@ -0,0 +1,23 @@
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 { ProjectsWithMonthStatsListClientInErrorComponentDto } from "./projects-with-month-stats-list-client-in-error-component.dto";
11
+ import { ProjectsWithMonthStatsListStatusInErrorComponentDto } from "./projects-with-month-stats-list-status-in-error-component.dto";
12
+ import { ProjectsWithMonthStatsListClientContactErrorComponentDto } from "./projects-with-month-stats-list-client-contact-error-component.dto";
13
+ import { ProjectsWithMonthStatsListProjectManagersIdInErrorComponentDto } from "./projects-with-month-stats-list-project-managers-id-in-error-component.dto";
14
+ import { ProjectsWithMonthStatsListIdInErrorComponentDto } from "./projects-with-month-stats-list-id-in-error-component.dto";
15
+ import { ProjectsWithMonthStatsListIdErrorComponentDto } from "./projects-with-month-stats-list-id-error-component.dto";
16
+ import { ProjectsWithMonthStatsListClientContactInErrorComponentDto } from "./projects-with-month-stats-list-client-contact-in-error-component.dto";
17
+ import { ProjectsWithMonthStatsListStatusErrorComponentDto } from "./projects-with-month-stats-list-status-error-component.dto";
18
+ import { ProjectsWithMonthStatsListClientErrorComponentDto } from "./projects-with-month-stats-list-client-error-component.dto";
19
+ /**
20
+ * @type ProjectsWithMonthStatsListErrorDto
21
+ * @export
22
+ */
23
+ export type ProjectsWithMonthStatsListErrorDto = ProjectsWithMonthStatsListClientContactErrorComponentDto | ProjectsWithMonthStatsListClientContactInErrorComponentDto | ProjectsWithMonthStatsListClientErrorComponentDto | ProjectsWithMonthStatsListClientInErrorComponentDto | ProjectsWithMonthStatsListIdErrorComponentDto | ProjectsWithMonthStatsListIdInErrorComponentDto | ProjectsWithMonthStatsListProjectManagersIdInErrorComponentDto | ProjectsWithMonthStatsListStatusErrorComponentDto | ProjectsWithMonthStatsListStatusInErrorComponentDto;
@@ -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 ProjectsWithMonthStatsListIdErrorComponentDto {
11
+ /**
12
+ * * `id` - id
13
+ */
14
+ attr: ProjectsWithMonthStatsListIdErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: ProjectsWithMonthStatsListIdErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithMonthStatsListIdErrorComponentDtoAttrEnum {
22
+ Id = "id"
23
+ }
24
+ export declare enum ProjectsWithMonthStatsListIdErrorComponentDtoCodeEnum {
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 ProjectsWithMonthStatsListIdInErrorComponentDto {
11
+ /**
12
+ * * `id__in` - id__in
13
+ */
14
+ attr: ProjectsWithMonthStatsListIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: ProjectsWithMonthStatsListIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithMonthStatsListIdInErrorComponentDtoAttrEnum {
22
+ IdIn = "id__in"
23
+ }
24
+ export declare enum ProjectsWithMonthStatsListIdInErrorComponentDtoCodeEnum {
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 ProjectsWithMonthStatsListProjectManagersIdInErrorComponentDto {
11
+ /**
12
+ * * `project_managers__id__in` - project_managers__id__in
13
+ */
14
+ attr: ProjectsWithMonthStatsListProjectManagersIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: ProjectsWithMonthStatsListProjectManagersIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithMonthStatsListProjectManagersIdInErrorComponentDtoAttrEnum {
22
+ ProjectManagersIdIn = "project_managers__id__in"
23
+ }
24
+ export declare enum ProjectsWithMonthStatsListProjectManagersIdInErrorComponentDtoCodeEnum {
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 ProjectsWithMonthStatsListStatusErrorComponentDto {
11
+ /**
12
+ * * `status` - status
13
+ */
14
+ attr: ProjectsWithMonthStatsListStatusErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsWithMonthStatsListStatusErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithMonthStatsListStatusErrorComponentDtoAttrEnum {
22
+ Status = "status"
23
+ }
24
+ export declare enum ProjectsWithMonthStatsListStatusErrorComponentDtoCodeEnum {
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 ProjectsWithMonthStatsListStatusInErrorComponentDto {
11
+ /**
12
+ * * `status__in` - status__in
13
+ */
14
+ attr: ProjectsWithMonthStatsListStatusInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ProjectsWithMonthStatsListStatusInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithMonthStatsListStatusInErrorComponentDtoAttrEnum {
22
+ StatusIn = "status__in"
23
+ }
24
+ export declare enum ProjectsWithMonthStatsListStatusInErrorComponentDtoCodeEnum {
25
+ NullCharactersNotAllowed = "null_characters_not_allowed"
26
+ }
@@ -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 { ProjectsWithMonthStatsListErrorDto } from "./projects-with-month-stats-list-error.dto";
12
+ export interface ProjectsWithMonthStatsListValidationErrorDto {
13
+ type: ValidationErrorEnumDto;
14
+ errors: Array<ProjectsWithMonthStatsListErrorDto>;
15
+ }
@@ -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 ProjectsWithStatsListClientContactErrorComponentDto {
11
+ /**
12
+ * * `client_contact` - client_contact
13
+ */
14
+ attr: ProjectsWithStatsListClientContactErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsWithStatsListClientContactErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithStatsListClientContactErrorComponentDtoAttrEnum {
22
+ ClientContact = "client_contact"
23
+ }
24
+ export declare enum ProjectsWithStatsListClientContactErrorComponentDtoCodeEnum {
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 ProjectsWithStatsListClientContactInErrorComponentDto {
11
+ /**
12
+ * * `client_contact__in` - client_contact__in
13
+ */
14
+ attr: ProjectsWithStatsListClientContactInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsWithStatsListClientContactInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithStatsListClientContactInErrorComponentDtoAttrEnum {
22
+ ClientContactIn = "client_contact__in"
23
+ }
24
+ export declare enum ProjectsWithStatsListClientContactInErrorComponentDtoCodeEnum {
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 ProjectsWithStatsListClientErrorComponentDto {
11
+ /**
12
+ * * `client` - client
13
+ */
14
+ attr: ProjectsWithStatsListClientErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsWithStatsListClientErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithStatsListClientErrorComponentDtoAttrEnum {
22
+ Client = "client"
23
+ }
24
+ export declare enum ProjectsWithStatsListClientErrorComponentDtoCodeEnum {
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 ProjectsWithStatsListClientInErrorComponentDto {
11
+ /**
12
+ * * `client__in` - client__in
13
+ */
14
+ attr: ProjectsWithStatsListClientInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsWithStatsListClientInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsWithStatsListClientInErrorComponentDtoAttrEnum {
22
+ ClientIn = "client__in"
23
+ }
24
+ export declare enum ProjectsWithStatsListClientInErrorComponentDtoCodeEnum {
25
+ InvalidChoice = "invalid_choice"
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 { ProjectsWithStatsListValidationErrorDto } from "./projects-with-stats-list-validation-error.dto";
12
+ /**
13
+ * @type ProjectsWithStatsListErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type ProjectsWithStatsListErrorResponse400Dto = ParseErrorResponseDto | ProjectsWithStatsListValidationErrorDto;