@saritasa/crm-delmar-core-sdk 0.0.198 → 0.0.200
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/branch-periods-api.service.d.ts +4 -9
- package/api/branches-api.service.d.ts +4 -9
- package/api/client-notes-api.service.d.ts +4 -9
- package/api/clients-api.service.d.ts +4 -9
- package/api/components-api.service.d.ts +4 -9
- package/api/departments-api.service.d.ts +4 -9
- package/api/dismissal-reasons-api.service.d.ts +4 -9
- package/api/export-job-reports-departments-api.service.d.ts +4 -9
- package/api/export-job-reports-departments-api.serviceInterface.d.ts +2 -0
- package/api/export-job-reports-users-api.service.d.ts +4 -9
- package/api/export-job-reports-users-api.serviceInterface.d.ts +2 -0
- package/api/export-jobs-api.service.d.ts +4 -9
- package/api/export-jobs-api.serviceInterface.d.ts +2 -0
- package/api/export-project-resources-api.service.d.ts +4 -9
- package/api/export-projects-api.service.d.ts +4 -9
- package/api/export-tasks-api.service.d.ts +4 -9
- package/api/export-user-periods-api.service.d.ts +4 -9
- package/api/export-users-api.service.d.ts +4 -9
- package/api/jira-client-api.service.d.ts +4 -9
- package/api/jira-instances-api.service.d.ts +4 -9
- package/api/jobs-api.service.d.ts +49 -10
- package/api/jobs-api.serviceInterface.d.ts +84 -0
- package/api/locations-api.service.d.ts +4 -9
- package/api/notifications-api.service.d.ts +4 -9
- package/api/permission-data-api.service.d.ts +4 -9
- package/api/profile-api.service.d.ts +4 -9
- package/api/project-notes-api.service.d.ts +4 -9
- package/api/project-priorities-api.service.d.ts +4 -9
- package/api/project-resources-api.service.d.ts +4 -9
- package/api/projects-api.service.d.ts +4 -9
- package/api/roles-api.service.d.ts +4 -9
- package/api/s3-api.service.d.ts +4 -9
- package/api/search-periods-api.service.d.ts +4 -9
- package/api/sso-api.service.d.ts +4 -9
- package/api/tasks-api.service.d.ts +4 -9
- package/api/token-api.service.d.ts +4 -9
- package/api/user-capacities-api.service.d.ts +4 -9
- package/api/user-logins-api.service.d.ts +4 -9
- package/api/user-periods-api.service.d.ts +4 -9
- package/api/user-scores-api.service.d.ts +4 -9
- package/api/user-timezone-setting-api.service.d.ts +4 -9
- package/api/user-timezones-api.service.d.ts +4 -9
- package/api/users-api.service.d.ts +4 -9
- package/api/vendors-api.service.d.ts +4 -9
- package/api/who-am-i-api.service.d.ts +4 -9
- package/api/work-types-api.service.d.ts +4 -9
- package/api.base.service.d.ts +12 -0
- package/configuration.d.ts +3 -1
- package/esm2022/api/branch-periods-api.service.mjs +34 -188
- package/esm2022/api/branches-api.service.mjs +48 -238
- package/esm2022/api/client-notes-api.service.mjs +21 -125
- package/esm2022/api/clients-api.service.mjs +110 -432
- package/esm2022/api/components-api.service.mjs +35 -175
- package/esm2022/api/departments-api.service.mjs +37 -197
- package/esm2022/api/dismissal-reasons-api.service.mjs +37 -197
- package/esm2022/api/export-job-reports-departments-api.service.mjs +51 -215
- package/esm2022/api/export-job-reports-departments-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-job-reports-users-api.service.mjs +51 -215
- package/esm2022/api/export-job-reports-users-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-jobs-api.service.mjs +49 -209
- package/esm2022/api/export-jobs-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-project-resources-api.service.mjs +38 -192
- package/esm2022/api/export-projects-api.service.mjs +38 -192
- package/esm2022/api/export-tasks-api.service.mjs +42 -204
- package/esm2022/api/export-user-periods-api.service.mjs +36 -186
- package/esm2022/api/export-users-api.service.mjs +38 -192
- package/esm2022/api/jira-client-api.service.mjs +10 -84
- package/esm2022/api/jira-instances-api.service.mjs +19 -119
- package/esm2022/api/jobs-api.service.mjs +366 -428
- package/esm2022/api/jobs-api.serviceInterface.mjs +1 -1
- package/esm2022/api/locations-api.service.mjs +37 -197
- package/esm2022/api/notifications-api.service.mjs +50 -244
- package/esm2022/api/permission-data-api.service.mjs +10 -84
- package/esm2022/api/profile-api.service.mjs +15 -107
- package/esm2022/api/project-notes-api.service.mjs +21 -125
- package/esm2022/api/project-priorities-api.service.mjs +22 -128
- package/esm2022/api/project-resources-api.service.mjs +31 -163
- package/esm2022/api/projects-api.service.mjs +62 -288
- package/esm2022/api/roles-api.service.mjs +37 -197
- package/esm2022/api/s3-api.service.mjs +10 -84
- package/esm2022/api/search-periods-api.service.mjs +11 -87
- package/esm2022/api/sso-api.service.mjs +17 -106
- package/esm2022/api/tasks-api.service.mjs +66 -276
- package/esm2022/api/token-api.service.mjs +13 -91
- package/esm2022/api/user-capacities-api.service.mjs +43 -207
- package/esm2022/api/user-logins-api.service.mjs +31 -163
- package/esm2022/api/user-periods-api.service.mjs +44 -226
- package/esm2022/api/user-scores-api.service.mjs +49 -225
- package/esm2022/api/user-timezone-setting-api.service.mjs +15 -107
- package/esm2022/api/user-timezones-api.service.mjs +21 -125
- package/esm2022/api/users-api.service.mjs +53 -245
- package/esm2022/api/vendors-api.service.mjs +35 -191
- package/esm2022/api/who-am-i-api.service.mjs +10 -84
- package/esm2022/api/work-types-api.service.mjs +38 -200
- package/esm2022/api.base.service.mjs +68 -0
- package/esm2022/configuration.mjs +9 -1
- package/esm2022/model/billing-frequency-enum.dto.mjs +1 -1
- package/esm2022/model/billing-method-enum.dto.mjs +1 -1
- package/esm2022/model/billing-type-enum.dto.mjs +1 -1
- package/esm2022/model/branch-period-type-enum.dto.mjs +1 -1
- package/esm2022/model/client-status-enum.dto.mjs +1 -1
- package/esm2022/model/config-enum.dto.mjs +1 -1
- package/esm2022/model/error-code401-enum.dto.mjs +1 -1
- package/esm2022/model/export-status-enum.dto.mjs +1 -1
- package/esm2022/model/file-format-enum.dto.mjs +1 -1
- package/esm2022/model/job-report-daily.dto.mjs +2 -0
- package/esm2022/model/job-stats.dto.mjs +11 -0
- package/esm2022/model/job-type-enum.dto.mjs +1 -1
- package/esm2022/model/jobs-billable-chart-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-billable-chart-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-billable-chart-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-production-chart-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-production-chart-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-production-chart-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-report-daily-list-billed-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-billed-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-branch-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-branch-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-date-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-date-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-daily-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-daily-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/jobs-report-daily-list-error.dto.mjs +2 -0
- package/esm2022/model/jobs-report-daily-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-daily-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-daily-list-task-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-task-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-task-project-client-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-task-project-client-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-task-project-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-task-project-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-validation-error.dto.mjs +2 -0
- package/esm2022/model/jobs-report-daily-list-work-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-daily-list-work-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-report-departments-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-departments-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-departments-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-report-users-list-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-users-list-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-report-users-list-error.dto.mjs +1 -1
- package/esm2022/model/jobs-stats-retrieve-billed-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-billed-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-branch-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-branch-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-date-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-date-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-department-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-stats-retrieve-department-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-stats-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/jobs-stats-retrieve-error.dto.mjs +2 -0
- package/esm2022/model/jobs-stats-retrieve-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-stats-retrieve-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-stats-retrieve-task-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-task-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-task-project-client-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-task-project-client-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-task-project-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-task-project-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-validation-error.dto.mjs +2 -0
- package/esm2022/model/jobs-stats-retrieve-work-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-stats-retrieve-work-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/models.mjs +68 -1
- package/esm2022/model/notification-type-enum.dto.mjs +1 -1
- package/esm2022/model/paginated-job-report-daily-list.dto.mjs +2 -0
- package/esm2022/model/period-model-enum.dto.mjs +1 -1
- package/esm2022/model/period-type-enum.dto.mjs +1 -1
- package/esm2022/model/permission-enum.dto.mjs +1 -1
- package/esm2022/model/permission-group-enum.dto.mjs +1 -1
- package/esm2022/model/priority-enum.dto.mjs +1 -1
- package/esm2022/model/project-status-enum.dto.mjs +1 -1
- package/esm2022/model/scope-enum.dto.mjs +1 -1
- package/esm2022/model/state-enum.dto.mjs +1 -1
- package/esm2022/model/user-period-status-enum.dto.mjs +1 -1
- package/esm2022/model/user-period-type-enum.dto.mjs +1 -1
- package/esm2022/model/user-status-enum.dto.mjs +1 -1
- package/esm2022/model/user-timezone-setting-ordering-enum.dto.mjs +1 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +3101 -7851
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/job-report-daily.dto.d.ts +20 -0
- package/model/job-stats.dto.d.ts +17 -0
- package/model/jobs-billable-chart-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-billable-chart-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-billable-chart-list-error.dto.d.ts +12 -10
- package/model/jobs-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-list-error.dto.d.ts +3 -1
- package/model/jobs-production-chart-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-production-chart-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-production-chart-list-error.dto.d.ts +8 -6
- package/model/jobs-report-daily-list-billed-by-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-billed-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-branch-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-branch-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-created-by-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-created-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-report-daily-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-report-daily-list-error-response400.dto.d.ts +16 -0
- package/model/jobs-report-daily-list-error.dto.d.ts +38 -0
- package/model/jobs-report-daily-list-id-error-component.dto.d.ts +27 -0
- package/model/jobs-report-daily-list-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-report-daily-list-task-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-task-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-task-project-client-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-task-project-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-type-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-updated-by-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-validation-error.dto.d.ts +15 -0
- package/model/jobs-report-daily-list-work-type-error-component.dto.d.ts +26 -0
- package/model/jobs-report-daily-list-work-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-report-departments-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-report-departments-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-report-departments-list-error.dto.d.ts +12 -10
- package/model/jobs-report-users-list-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-report-users-list-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-report-users-list-error.dto.d.ts +10 -8
- package/model/jobs-stats-retrieve-billed-by-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-billed-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-branch-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-branch-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-created-by-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-created-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-department-id-error-component.dto.d.ts +27 -0
- package/model/jobs-stats-retrieve-department-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-stats-retrieve-error-response400.dto.d.ts +16 -0
- package/model/jobs-stats-retrieve-error.dto.d.ts +38 -0
- package/model/jobs-stats-retrieve-id-error-component.dto.d.ts +27 -0
- package/model/jobs-stats-retrieve-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-stats-retrieve-task-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-task-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-task-project-client-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-task-project-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-type-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-updated-by-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-validation-error.dto.d.ts +15 -0
- package/model/jobs-stats-retrieve-work-type-error-component.dto.d.ts +26 -0
- package/model/jobs-stats-retrieve-work-type-in-error-component.dto.d.ts +26 -0
- package/model/models.d.ts +67 -0
- package/model/paginated-job-report-daily-list.dto.d.ts +16 -0
- package/package.json +2 -2
|
@@ -0,0 +1,20 @@
|
|
|
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 { JobDto } from "./job.dto";
|
|
11
|
+
/**
|
|
12
|
+
* Representation of daily report for jobs.
|
|
13
|
+
*/
|
|
14
|
+
export interface JobReportDailyDto {
|
|
15
|
+
date: string;
|
|
16
|
+
billable: number;
|
|
17
|
+
unbillable: number;
|
|
18
|
+
total: number;
|
|
19
|
+
jobs: Array<JobDto>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Representation of jobs statistics.
|
|
12
|
+
*/
|
|
13
|
+
export interface JobStatsDto {
|
|
14
|
+
billable: number;
|
|
15
|
+
unbillable: number;
|
|
16
|
+
total: number;
|
|
17
|
+
}
|
|
@@ -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 JobsBillableChartListDepartmentIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department_id` - department_id
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListDepartmentIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListDepartmentIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListDepartmentIdErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentId = "department_id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListDepartmentIdErrorComponentDtoCodeEnum {
|
|
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 JobsBillableChartListDepartmentIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department_id__in` - department_id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsBillableChartListDepartmentIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsBillableChartListDepartmentIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsBillableChartListDepartmentIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentIdIn = "department_id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsBillableChartListDepartmentIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|
|
@@ -8,30 +8,32 @@
|
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
10
|
import { JobsBillableChartListBranchErrorComponentDto } from "./jobs-billable-chart-list-branch-error-component.dto";
|
|
11
|
-
import {
|
|
12
|
-
import { JobsBillableChartListBilledByInErrorComponentDto } from "./jobs-billable-chart-list-billed-by-in-error-component.dto";
|
|
13
|
-
import { JobsBillableChartListUpdatedByInErrorComponentDto } from "./jobs-billable-chart-list-updated-by-in-error-component.dto";
|
|
11
|
+
import { JobsBillableChartListDepartmentIdInErrorComponentDto } from "./jobs-billable-chart-list-department-id-in-error-component.dto";
|
|
14
12
|
import { JobsBillableChartListUpdatedByErrorComponentDto } from "./jobs-billable-chart-list-updated-by-error-component.dto";
|
|
15
13
|
import { JobsBillableChartListTaskInErrorComponentDto } from "./jobs-billable-chart-list-task-in-error-component.dto";
|
|
16
14
|
import { JobsBillableChartListTaskProjectClientInErrorComponentDto } from "./jobs-billable-chart-list-task-project-client-in-error-component.dto";
|
|
17
15
|
import { JobsBillableChartListTypeInErrorComponentDto } from "./jobs-billable-chart-list-type-in-error-component.dto";
|
|
18
|
-
import { JobsBillableChartListCreatedByInErrorComponentDto } from "./jobs-billable-chart-list-created-by-in-error-component.dto";
|
|
19
16
|
import { JobsBillableChartListIdErrorComponentDto } from "./jobs-billable-chart-list-id-error-component.dto";
|
|
17
|
+
import { JobsBillableChartListTaskErrorComponentDto } from "./jobs-billable-chart-list-task-error-component.dto";
|
|
18
|
+
import { JobsBillableChartListTaskProjectInErrorComponentDto } from "./jobs-billable-chart-list-task-project-in-error-component.dto";
|
|
19
|
+
import { JobsBillableChartListTimeSpanErrorComponentDto } from "./jobs-billable-chart-list-time-span-error-component.dto";
|
|
20
|
+
import { JobsBillableChartListBilledByErrorComponentDto } from "./jobs-billable-chart-list-billed-by-error-component.dto";
|
|
21
|
+
import { JobsBillableChartListTaskProjectErrorComponentDto } from "./jobs-billable-chart-list-task-project-error-component.dto";
|
|
22
|
+
import { JobsBillableChartListIdInErrorComponentDto } from "./jobs-billable-chart-list-id-in-error-component.dto";
|
|
23
|
+
import { JobsBillableChartListBilledByInErrorComponentDto } from "./jobs-billable-chart-list-billed-by-in-error-component.dto";
|
|
24
|
+
import { JobsBillableChartListUpdatedByInErrorComponentDto } from "./jobs-billable-chart-list-updated-by-in-error-component.dto";
|
|
25
|
+
import { JobsBillableChartListDepartmentIdErrorComponentDto } from "./jobs-billable-chart-list-department-id-error-component.dto";
|
|
26
|
+
import { JobsBillableChartListCreatedByInErrorComponentDto } from "./jobs-billable-chart-list-created-by-in-error-component.dto";
|
|
20
27
|
import { JobsBillableChartListTypeErrorComponentDto } from "./jobs-billable-chart-list-type-error-component.dto";
|
|
21
28
|
import { JobsBillableChartListWorkTypeErrorComponentDto } from "./jobs-billable-chart-list-work-type-error-component.dto";
|
|
22
29
|
import { JobsBillableChartListDateGteErrorComponentDto } from "./jobs-billable-chart-list-date-gte-error-component.dto";
|
|
23
30
|
import { JobsBillableChartListBranchInErrorComponentDto } from "./jobs-billable-chart-list-branch-in-error-component.dto";
|
|
24
|
-
import { JobsBillableChartListTaskErrorComponentDto } from "./jobs-billable-chart-list-task-error-component.dto";
|
|
25
31
|
import { JobsBillableChartListDateLteErrorComponentDto } from "./jobs-billable-chart-list-date-lte-error-component.dto";
|
|
26
|
-
import { JobsBillableChartListTaskProjectInErrorComponentDto } from "./jobs-billable-chart-list-task-project-in-error-component.dto";
|
|
27
32
|
import { JobsBillableChartListWorkTypeInErrorComponentDto } from "./jobs-billable-chart-list-work-type-in-error-component.dto";
|
|
28
|
-
import { JobsBillableChartListTimeSpanErrorComponentDto } from "./jobs-billable-chart-list-time-span-error-component.dto";
|
|
29
|
-
import { JobsBillableChartListBilledByErrorComponentDto } from "./jobs-billable-chart-list-billed-by-error-component.dto";
|
|
30
33
|
import { JobsBillableChartListCreatedByErrorComponentDto } from "./jobs-billable-chart-list-created-by-error-component.dto";
|
|
31
34
|
import { JobsBillableChartListTaskProjectClientErrorComponentDto } from "./jobs-billable-chart-list-task-project-client-error-component.dto";
|
|
32
|
-
import { JobsBillableChartListTaskProjectErrorComponentDto } from "./jobs-billable-chart-list-task-project-error-component.dto";
|
|
33
35
|
/**
|
|
34
36
|
* @type JobsBillableChartListErrorDto
|
|
35
37
|
* @export
|
|
36
38
|
*/
|
|
37
|
-
export type JobsBillableChartListErrorDto = JobsBillableChartListBilledByErrorComponentDto | JobsBillableChartListBilledByInErrorComponentDto | JobsBillableChartListBranchErrorComponentDto | JobsBillableChartListBranchInErrorComponentDto | JobsBillableChartListCreatedByErrorComponentDto | JobsBillableChartListCreatedByInErrorComponentDto | JobsBillableChartListDateGteErrorComponentDto | JobsBillableChartListDateLteErrorComponentDto | JobsBillableChartListIdErrorComponentDto | JobsBillableChartListIdInErrorComponentDto | JobsBillableChartListTaskErrorComponentDto | JobsBillableChartListTaskInErrorComponentDto | JobsBillableChartListTaskProjectClientErrorComponentDto | JobsBillableChartListTaskProjectClientInErrorComponentDto | JobsBillableChartListTaskProjectErrorComponentDto | JobsBillableChartListTaskProjectInErrorComponentDto | JobsBillableChartListTimeSpanErrorComponentDto | JobsBillableChartListTypeErrorComponentDto | JobsBillableChartListTypeInErrorComponentDto | JobsBillableChartListUpdatedByErrorComponentDto | JobsBillableChartListUpdatedByInErrorComponentDto | JobsBillableChartListWorkTypeErrorComponentDto | JobsBillableChartListWorkTypeInErrorComponentDto;
|
|
39
|
+
export type JobsBillableChartListErrorDto = JobsBillableChartListBilledByErrorComponentDto | JobsBillableChartListBilledByInErrorComponentDto | JobsBillableChartListBranchErrorComponentDto | JobsBillableChartListBranchInErrorComponentDto | JobsBillableChartListCreatedByErrorComponentDto | JobsBillableChartListCreatedByInErrorComponentDto | JobsBillableChartListDateGteErrorComponentDto | JobsBillableChartListDateLteErrorComponentDto | JobsBillableChartListDepartmentIdErrorComponentDto | JobsBillableChartListDepartmentIdInErrorComponentDto | JobsBillableChartListIdErrorComponentDto | JobsBillableChartListIdInErrorComponentDto | JobsBillableChartListTaskErrorComponentDto | JobsBillableChartListTaskInErrorComponentDto | JobsBillableChartListTaskProjectClientErrorComponentDto | JobsBillableChartListTaskProjectClientInErrorComponentDto | JobsBillableChartListTaskProjectErrorComponentDto | JobsBillableChartListTaskProjectInErrorComponentDto | JobsBillableChartListTimeSpanErrorComponentDto | JobsBillableChartListTypeErrorComponentDto | JobsBillableChartListTypeInErrorComponentDto | JobsBillableChartListUpdatedByErrorComponentDto | JobsBillableChartListUpdatedByInErrorComponentDto | JobsBillableChartListWorkTypeErrorComponentDto | JobsBillableChartListWorkTypeInErrorComponentDto;
|
|
@@ -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 JobsListDepartmentIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department_id` - department_id
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsListDepartmentIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsListDepartmentIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsListDepartmentIdErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentId = "department_id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsListDepartmentIdErrorComponentDtoCodeEnum {
|
|
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 JobsListDepartmentIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department_id__in` - department_id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsListDepartmentIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsListDepartmentIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsListDepartmentIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentIdIn = "department_id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsListDepartmentIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|
|
@@ -7,8 +7,10 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
+
import { JobsListDepartmentIdErrorComponentDto } from "./jobs-list-department-id-error-component.dto";
|
|
10
11
|
import { JobsListTaskProjectInErrorComponentDto } from "./jobs-list-task-project-in-error-component.dto";
|
|
11
12
|
import { JobsListWorkTypeErrorComponentDto } from "./jobs-list-work-type-error-component.dto";
|
|
13
|
+
import { JobsListDepartmentIdInErrorComponentDto } from "./jobs-list-department-id-in-error-component.dto";
|
|
12
14
|
import { JobsListTaskProjectClientInErrorComponentDto } from "./jobs-list-task-project-client-in-error-component.dto";
|
|
13
15
|
import { JobsListUpdatedByErrorComponentDto } from "./jobs-list-updated-by-error-component.dto";
|
|
14
16
|
import { JobsListDateGteErrorComponentDto } from "./jobs-list-date-gte-error-component.dto";
|
|
@@ -33,4 +35,4 @@ import { JobsListTaskProjectClientErrorComponentDto } from "./jobs-list-task-pro
|
|
|
33
35
|
* @type JobsListErrorDto
|
|
34
36
|
* @export
|
|
35
37
|
*/
|
|
36
|
-
export type JobsListErrorDto = JobsListBilledByErrorComponentDto | JobsListBilledByInErrorComponentDto | JobsListBranchErrorComponentDto | JobsListBranchInErrorComponentDto | JobsListCreatedByErrorComponentDto | JobsListCreatedByInErrorComponentDto | JobsListDateGteErrorComponentDto | JobsListDateLteErrorComponentDto | JobsListIdErrorComponentDto | JobsListIdInErrorComponentDto | JobsListTaskErrorComponentDto | JobsListTaskInErrorComponentDto | JobsListTaskProjectClientErrorComponentDto | JobsListTaskProjectClientInErrorComponentDto | JobsListTaskProjectErrorComponentDto | JobsListTaskProjectInErrorComponentDto | JobsListTypeErrorComponentDto | JobsListTypeInErrorComponentDto | JobsListUpdatedByErrorComponentDto | JobsListUpdatedByInErrorComponentDto | JobsListWorkTypeErrorComponentDto | JobsListWorkTypeInErrorComponentDto;
|
|
38
|
+
export type JobsListErrorDto = JobsListBilledByErrorComponentDto | JobsListBilledByInErrorComponentDto | JobsListBranchErrorComponentDto | JobsListBranchInErrorComponentDto | JobsListCreatedByErrorComponentDto | JobsListCreatedByInErrorComponentDto | JobsListDateGteErrorComponentDto | JobsListDateLteErrorComponentDto | JobsListDepartmentIdErrorComponentDto | JobsListDepartmentIdInErrorComponentDto | JobsListIdErrorComponentDto | JobsListIdInErrorComponentDto | JobsListTaskErrorComponentDto | JobsListTaskInErrorComponentDto | JobsListTaskProjectClientErrorComponentDto | JobsListTaskProjectClientInErrorComponentDto | JobsListTaskProjectErrorComponentDto | JobsListTaskProjectInErrorComponentDto | JobsListTypeErrorComponentDto | JobsListTypeInErrorComponentDto | JobsListUpdatedByErrorComponentDto | JobsListUpdatedByInErrorComponentDto | JobsListWorkTypeErrorComponentDto | JobsListWorkTypeInErrorComponentDto;
|
|
@@ -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 JobsProductionChartListDepartmentIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department_id` - department_id
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsProductionChartListDepartmentIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsProductionChartListDepartmentIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsProductionChartListDepartmentIdErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentId = "department_id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsProductionChartListDepartmentIdErrorComponentDtoCodeEnum {
|
|
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 JobsProductionChartListDepartmentIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department_id__in` - department_id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsProductionChartListDepartmentIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsProductionChartListDepartmentIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsProductionChartListDepartmentIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentIdIn = "department_id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsProductionChartListDepartmentIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|
|
@@ -7,31 +7,33 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
-
import { JobsProductionChartListWorkTypeErrorComponentDto } from "./jobs-production-chart-list-work-type-error-component.dto";
|
|
11
10
|
import { JobsProductionChartListIdInErrorComponentDto } from "./jobs-production-chart-list-id-in-error-component.dto";
|
|
12
11
|
import { JobsProductionChartListTaskProjectClientInErrorComponentDto } from "./jobs-production-chart-list-task-project-client-in-error-component.dto";
|
|
13
12
|
import { JobsProductionChartListDateLteErrorComponentDto } from "./jobs-production-chart-list-date-lte-error-component.dto";
|
|
14
13
|
import { JobsProductionChartListTypeErrorComponentDto } from "./jobs-production-chart-list-type-error-component.dto";
|
|
15
14
|
import { JobsProductionChartListDateGteErrorComponentDto } from "./jobs-production-chart-list-date-gte-error-component.dto";
|
|
16
|
-
import { JobsProductionChartListTaskInErrorComponentDto } from "./jobs-production-chart-list-task-in-error-component.dto";
|
|
17
15
|
import { JobsProductionChartListTaskProjectInErrorComponentDto } from "./jobs-production-chart-list-task-project-in-error-component.dto";
|
|
18
|
-
import { JobsProductionChartListUpdatedByErrorComponentDto } from "./jobs-production-chart-list-updated-by-error-component.dto";
|
|
19
16
|
import { JobsProductionChartListTypeInErrorComponentDto } from "./jobs-production-chart-list-type-in-error-component.dto";
|
|
20
17
|
import { JobsProductionChartListTaskErrorComponentDto } from "./jobs-production-chart-list-task-error-component.dto";
|
|
21
18
|
import { JobsProductionChartListBranchErrorComponentDto } from "./jobs-production-chart-list-branch-error-component.dto";
|
|
19
|
+
import { JobsProductionChartListDepartmentIdErrorComponentDto } from "./jobs-production-chart-list-department-id-error-component.dto";
|
|
20
|
+
import { JobsProductionChartListDepartmentIdInErrorComponentDto } from "./jobs-production-chart-list-department-id-in-error-component.dto";
|
|
22
21
|
import { JobsProductionChartListTaskProjectErrorComponentDto } from "./jobs-production-chart-list-task-project-error-component.dto";
|
|
23
22
|
import { JobsProductionChartListBilledByInErrorComponentDto } from "./jobs-production-chart-list-billed-by-in-error-component.dto";
|
|
24
|
-
import { JobsProductionChartListCreatedByInErrorComponentDto } from "./jobs-production-chart-list-created-by-in-error-component.dto";
|
|
25
23
|
import { JobsProductionChartListBilledByErrorComponentDto } from "./jobs-production-chart-list-billed-by-error-component.dto";
|
|
24
|
+
import { JobsProductionChartListTimeSpanErrorComponentDto } from "./jobs-production-chart-list-time-span-error-component.dto";
|
|
25
|
+
import { JobsProductionChartListWorkTypeErrorComponentDto } from "./jobs-production-chart-list-work-type-error-component.dto";
|
|
26
|
+
import { JobsProductionChartListTaskInErrorComponentDto } from "./jobs-production-chart-list-task-in-error-component.dto";
|
|
27
|
+
import { JobsProductionChartListUpdatedByErrorComponentDto } from "./jobs-production-chart-list-updated-by-error-component.dto";
|
|
28
|
+
import { JobsProductionChartListCreatedByInErrorComponentDto } from "./jobs-production-chart-list-created-by-in-error-component.dto";
|
|
26
29
|
import { JobsProductionChartListIdErrorComponentDto } from "./jobs-production-chart-list-id-error-component.dto";
|
|
27
30
|
import { JobsProductionChartListBranchInErrorComponentDto } from "./jobs-production-chart-list-branch-in-error-component.dto";
|
|
28
31
|
import { JobsProductionChartListTaskProjectClientErrorComponentDto } from "./jobs-production-chart-list-task-project-client-error-component.dto";
|
|
29
32
|
import { JobsProductionChartListUpdatedByInErrorComponentDto } from "./jobs-production-chart-list-updated-by-in-error-component.dto";
|
|
30
33
|
import { JobsProductionChartListWorkTypeInErrorComponentDto } from "./jobs-production-chart-list-work-type-in-error-component.dto";
|
|
31
34
|
import { JobsProductionChartListCreatedByErrorComponentDto } from "./jobs-production-chart-list-created-by-error-component.dto";
|
|
32
|
-
import { JobsProductionChartListTimeSpanErrorComponentDto } from "./jobs-production-chart-list-time-span-error-component.dto";
|
|
33
35
|
/**
|
|
34
36
|
* @type JobsProductionChartListErrorDto
|
|
35
37
|
* @export
|
|
36
38
|
*/
|
|
37
|
-
export type JobsProductionChartListErrorDto = JobsProductionChartListBilledByErrorComponentDto | JobsProductionChartListBilledByInErrorComponentDto | JobsProductionChartListBranchErrorComponentDto | JobsProductionChartListBranchInErrorComponentDto | JobsProductionChartListCreatedByErrorComponentDto | JobsProductionChartListCreatedByInErrorComponentDto | JobsProductionChartListDateGteErrorComponentDto | JobsProductionChartListDateLteErrorComponentDto | JobsProductionChartListIdErrorComponentDto | JobsProductionChartListIdInErrorComponentDto | JobsProductionChartListTaskErrorComponentDto | JobsProductionChartListTaskInErrorComponentDto | JobsProductionChartListTaskProjectClientErrorComponentDto | JobsProductionChartListTaskProjectClientInErrorComponentDto | JobsProductionChartListTaskProjectErrorComponentDto | JobsProductionChartListTaskProjectInErrorComponentDto | JobsProductionChartListTimeSpanErrorComponentDto | JobsProductionChartListTypeErrorComponentDto | JobsProductionChartListTypeInErrorComponentDto | JobsProductionChartListUpdatedByErrorComponentDto | JobsProductionChartListUpdatedByInErrorComponentDto | JobsProductionChartListWorkTypeErrorComponentDto | JobsProductionChartListWorkTypeInErrorComponentDto;
|
|
39
|
+
export type JobsProductionChartListErrorDto = JobsProductionChartListBilledByErrorComponentDto | JobsProductionChartListBilledByInErrorComponentDto | JobsProductionChartListBranchErrorComponentDto | JobsProductionChartListBranchInErrorComponentDto | JobsProductionChartListCreatedByErrorComponentDto | JobsProductionChartListCreatedByInErrorComponentDto | JobsProductionChartListDateGteErrorComponentDto | JobsProductionChartListDateLteErrorComponentDto | JobsProductionChartListDepartmentIdErrorComponentDto | JobsProductionChartListDepartmentIdInErrorComponentDto | JobsProductionChartListIdErrorComponentDto | JobsProductionChartListIdInErrorComponentDto | JobsProductionChartListTaskErrorComponentDto | JobsProductionChartListTaskInErrorComponentDto | JobsProductionChartListTaskProjectClientErrorComponentDto | JobsProductionChartListTaskProjectClientInErrorComponentDto | JobsProductionChartListTaskProjectErrorComponentDto | JobsProductionChartListTaskProjectInErrorComponentDto | JobsProductionChartListTimeSpanErrorComponentDto | JobsProductionChartListTypeErrorComponentDto | JobsProductionChartListTypeInErrorComponentDto | JobsProductionChartListUpdatedByErrorComponentDto | JobsProductionChartListUpdatedByInErrorComponentDto | JobsProductionChartListWorkTypeErrorComponentDto | JobsProductionChartListWorkTypeInErrorComponentDto;
|
|
@@ -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 JobsReportDailyListBilledByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billed_by` - billed_by
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDailyListBilledByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDailyListBilledByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDailyListBilledByErrorComponentDtoAttrEnum {
|
|
22
|
+
BilledBy = "billed_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDailyListBilledByErrorComponentDtoCodeEnum {
|
|
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 JobsReportDailyListBilledByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billed_by__in` - billed_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDailyListBilledByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDailyListBilledByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDailyListBilledByInErrorComponentDtoAttrEnum {
|
|
22
|
+
BilledByIn = "billed_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDailyListBilledByInErrorComponentDtoCodeEnum {
|
|
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 JobsReportDailyListBranchErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `branch` - branch
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDailyListBranchErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDailyListBranchErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDailyListBranchErrorComponentDtoAttrEnum {
|
|
22
|
+
Branch = "branch"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDailyListBranchErrorComponentDtoCodeEnum {
|
|
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 JobsReportDailyListBranchInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `branch__in` - branch__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDailyListBranchInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDailyListBranchInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDailyListBranchInErrorComponentDtoAttrEnum {
|
|
22
|
+
BranchIn = "branch__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDailyListBranchInErrorComponentDtoCodeEnum {
|
|
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 JobsReportDailyListCreatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by` - created_by
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDailyListCreatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDailyListCreatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDailyListCreatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedBy = "created_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDailyListCreatedByErrorComponentDtoCodeEnum {
|
|
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 JobsReportDailyListCreatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by__in` - created_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDailyListCreatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDailyListCreatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDailyListCreatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedByIn = "created_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDailyListCreatedByInErrorComponentDtoCodeEnum {
|
|
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 JobsReportDailyListDateGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `date__gte` - date__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDailyListDateGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDailyListDateGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDailyListDateGteErrorComponentDtoAttrEnum {
|
|
22
|
+
DateGte = "date__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDailyListDateGteErrorComponentDtoCodeEnum {
|
|
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 JobsReportDailyListDateLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `date__lte` - date__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDailyListDateLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDailyListDateLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDailyListDateLteErrorComponentDtoAttrEnum {
|
|
22
|
+
DateLte = "date__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDailyListDateLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -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 JobsReportDailyListDepartmentIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department_id` - department_id
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDailyListDepartmentIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDailyListDepartmentIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDailyListDepartmentIdErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentId = "department_id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDailyListDepartmentIdErrorComponentDtoCodeEnum {
|
|
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 JobsReportDailyListDepartmentIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `department_id__in` - department_id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsReportDailyListDepartmentIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: JobsReportDailyListDepartmentIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsReportDailyListDepartmentIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
DepartmentIdIn = "department_id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsReportDailyListDepartmentIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|
|
@@ -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 { JobsReportDailyListValidationErrorDto } from "./jobs-report-daily-list-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type JobsReportDailyListErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type JobsReportDailyListErrorResponse400Dto = JobsReportDailyListValidationErrorDto | ParseErrorResponseDto;
|