@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
|
@@ -13,7 +13,9 @@ import { BillableChartDto } from "../model/models";
|
|
|
13
13
|
import { JobDto } from "../model/models";
|
|
14
14
|
import { JobReportDepartmentDto } from "../model/models";
|
|
15
15
|
import { JobReportUserDto } from "../model/models";
|
|
16
|
+
import { JobStatsDto } from "../model/models";
|
|
16
17
|
import { PaginatedJobListDto } from "../model/models";
|
|
18
|
+
import { PaginatedJobReportDailyListDto } from "../model/models";
|
|
17
19
|
import { ProductionChartDto } from "../model/models";
|
|
18
20
|
import { Configuration } from "../configuration";
|
|
19
21
|
export interface JobsBillableChartListRequestParams {
|
|
@@ -26,6 +28,8 @@ export interface JobsBillableChartListRequestParams {
|
|
|
26
28
|
createdByIn?: Array<number>;
|
|
27
29
|
dateGte?: string;
|
|
28
30
|
dateLte?: string;
|
|
31
|
+
departmentId?: number;
|
|
32
|
+
departmentIdIn?: Array<number>;
|
|
29
33
|
id?: number;
|
|
30
34
|
idIn?: Array<number>;
|
|
31
35
|
isBillable?: boolean;
|
|
@@ -52,6 +56,8 @@ export interface JobsListRequestParams {
|
|
|
52
56
|
createdByIn?: Array<number>;
|
|
53
57
|
dateGte?: string;
|
|
54
58
|
dateLte?: string;
|
|
59
|
+
departmentId?: number;
|
|
60
|
+
departmentIdIn?: Array<number>;
|
|
55
61
|
id?: number;
|
|
56
62
|
idIn?: Array<number>;
|
|
57
63
|
isBillable?: boolean;
|
|
@@ -82,6 +88,8 @@ export interface JobsProductionChartListRequestParams {
|
|
|
82
88
|
createdByIn?: Array<number>;
|
|
83
89
|
dateGte?: string;
|
|
84
90
|
dateLte?: string;
|
|
91
|
+
departmentId?: number;
|
|
92
|
+
departmentIdIn?: Array<number>;
|
|
85
93
|
id?: number;
|
|
86
94
|
idIn?: Array<number>;
|
|
87
95
|
isBillable?: boolean;
|
|
@@ -99,6 +107,37 @@ export interface JobsProductionChartListRequestParams {
|
|
|
99
107
|
workType?: number;
|
|
100
108
|
workTypeIn?: Array<number>;
|
|
101
109
|
}
|
|
110
|
+
export interface JobsReportDailyListRequestParams {
|
|
111
|
+
billedBy?: number;
|
|
112
|
+
billedByIn?: Array<number>;
|
|
113
|
+
branch?: number;
|
|
114
|
+
branchIn?: Array<number>;
|
|
115
|
+
createdBy?: number;
|
|
116
|
+
createdByIn?: Array<number>;
|
|
117
|
+
dateGte?: string;
|
|
118
|
+
dateLte?: string;
|
|
119
|
+
departmentId?: number;
|
|
120
|
+
departmentIdIn?: Array<number>;
|
|
121
|
+
id?: number;
|
|
122
|
+
idIn?: Array<number>;
|
|
123
|
+
isBillable?: boolean;
|
|
124
|
+
limit?: number;
|
|
125
|
+
offset?: number;
|
|
126
|
+
ordering?: string;
|
|
127
|
+
search?: string;
|
|
128
|
+
task?: number;
|
|
129
|
+
taskIn?: Array<number>;
|
|
130
|
+
taskProject?: number;
|
|
131
|
+
taskProjectClient?: number;
|
|
132
|
+
taskProjectClientIn?: Array<number>;
|
|
133
|
+
taskProjectIn?: Array<number>;
|
|
134
|
+
type?: "architecture" | "code_optimization" | "coding" | "design" | "project_management" | "unknown" | "validation_and_verification";
|
|
135
|
+
typeIn?: Array<string>;
|
|
136
|
+
updatedBy?: number;
|
|
137
|
+
updatedByIn?: Array<number>;
|
|
138
|
+
workType?: number;
|
|
139
|
+
workTypeIn?: Array<number>;
|
|
140
|
+
}
|
|
102
141
|
export interface JobsReportDepartmentsListRequestParams {
|
|
103
142
|
billedBy?: number;
|
|
104
143
|
billedByIn?: Array<number>;
|
|
@@ -108,6 +147,8 @@ export interface JobsReportDepartmentsListRequestParams {
|
|
|
108
147
|
createdByIn?: Array<number>;
|
|
109
148
|
dateGte?: string;
|
|
110
149
|
dateLte?: string;
|
|
150
|
+
departmentId?: number;
|
|
151
|
+
departmentIdIn?: Array<number>;
|
|
111
152
|
id?: number;
|
|
112
153
|
idIn?: Array<number>;
|
|
113
154
|
isBillable?: boolean;
|
|
@@ -136,6 +177,8 @@ export interface JobsReportUsersListRequestParams {
|
|
|
136
177
|
createdByIn?: Array<number>;
|
|
137
178
|
dateGte?: string;
|
|
138
179
|
dateLte?: string;
|
|
180
|
+
departmentId?: number;
|
|
181
|
+
departmentIdIn?: Array<number>;
|
|
139
182
|
id?: number;
|
|
140
183
|
idIn?: Array<number>;
|
|
141
184
|
isBillable?: boolean;
|
|
@@ -158,6 +201,35 @@ export interface JobsReportUsersListRequestParams {
|
|
|
158
201
|
export interface JobsRetrieveRequestParams {
|
|
159
202
|
id: number;
|
|
160
203
|
}
|
|
204
|
+
export interface JobsStatsRetrieveRequestParams {
|
|
205
|
+
billedBy?: number;
|
|
206
|
+
billedByIn?: Array<number>;
|
|
207
|
+
branch?: number;
|
|
208
|
+
branchIn?: Array<number>;
|
|
209
|
+
createdBy?: number;
|
|
210
|
+
createdByIn?: Array<number>;
|
|
211
|
+
dateGte?: string;
|
|
212
|
+
dateLte?: string;
|
|
213
|
+
departmentId?: number;
|
|
214
|
+
departmentIdIn?: Array<number>;
|
|
215
|
+
id?: number;
|
|
216
|
+
idIn?: Array<number>;
|
|
217
|
+
isBillable?: boolean;
|
|
218
|
+
ordering?: string;
|
|
219
|
+
search?: string;
|
|
220
|
+
task?: number;
|
|
221
|
+
taskIn?: Array<number>;
|
|
222
|
+
taskProject?: number;
|
|
223
|
+
taskProjectClient?: number;
|
|
224
|
+
taskProjectClientIn?: Array<number>;
|
|
225
|
+
taskProjectIn?: Array<number>;
|
|
226
|
+
type?: "architecture" | "code_optimization" | "coding" | "design" | "project_management" | "unknown" | "validation_and_verification";
|
|
227
|
+
typeIn?: Array<string>;
|
|
228
|
+
updatedBy?: number;
|
|
229
|
+
updatedByIn?: Array<number>;
|
|
230
|
+
workType?: number;
|
|
231
|
+
workTypeIn?: Array<number>;
|
|
232
|
+
}
|
|
161
233
|
export interface JobsApiServiceInterface {
|
|
162
234
|
defaultHeaders: HttpHeaders;
|
|
163
235
|
configuration: Configuration;
|
|
@@ -179,6 +251,12 @@ export interface JobsApiServiceInterface {
|
|
|
179
251
|
* @param requestParameters
|
|
180
252
|
*/
|
|
181
253
|
jobsProductionChartList(requestParameters: JobsProductionChartListRequestParams, extraHttpRequestParams?: any): Observable<Array<ProductionChartDto>>;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* Get daily report of jobs. Jobs are grouped by days, so each page is a list of days. Max is 10 days.
|
|
257
|
+
* @param requestParameters
|
|
258
|
+
*/
|
|
259
|
+
jobsReportDailyList(requestParameters: JobsReportDailyListRequestParams, extraHttpRequestParams?: any): Observable<PaginatedJobReportDailyListDto>;
|
|
182
260
|
/**
|
|
183
261
|
*
|
|
184
262
|
* Get report for departments.
|
|
@@ -197,4 +275,10 @@ export interface JobsApiServiceInterface {
|
|
|
197
275
|
* @param requestParameters
|
|
198
276
|
*/
|
|
199
277
|
jobsRetrieve(requestParameters: JobsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<JobDto>;
|
|
278
|
+
/**
|
|
279
|
+
*
|
|
280
|
+
* Get stats of jobs.
|
|
281
|
+
* @param requestParameters
|
|
282
|
+
*/
|
|
283
|
+
jobsStatsRetrieve(requestParameters: JobsStatsRetrieveRequestParams, extraHttpRequestParams?: any): Observable<JobStatsDto>;
|
|
200
284
|
}
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { LocationDto } from "../model/location.dto";
|
|
4
4
|
import { PaginatedLocationListDto } from "../model/paginated-location-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { LocationsApiServiceInterface, LocationsCreateRequestParams, LocationsDestroyRequestParams, LocationsListRequestParams, LocationsRetrieveRequestParams, LocationsUpdateRequestParams } from "./locations-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class LocationsApiService implements LocationsApiServiceInterface {
|
|
9
|
+
export declare class LocationsApiService extends BaseService implements LocationsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* ViewSet for Location model.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { NotificationDto } from "../model/notification.dto";
|
|
4
4
|
import { PaginatedNotificationListDto } from "../model/paginated-notification-list.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { NotificationsApiServiceInterface, NotificationsDestroyRequestParams, NotificationsListRequestParams, NotificationsReadCreateRequestParams, NotificationsRetrieveRequestParams, NotificationsUnreadCreateRequestParams } from "./notifications-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class NotificationsApiService implements NotificationsApiServiceInterface {
|
|
9
|
+
export declare class NotificationsApiService extends BaseService implements NotificationsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Delete all notifications.
|
|
19
14
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PermissionDataDto } from "../model/permission-data.dto";
|
|
4
4
|
import { Configuration } from "../configuration";
|
|
5
|
+
import { BaseService } from "../api.base.service";
|
|
5
6
|
import { PermissionDataApiServiceInterface } from "./permission-data-api.serviceInterface";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class PermissionDataApiService implements PermissionDataApiServiceInterface {
|
|
8
|
+
export declare class PermissionDataApiService extends BaseService implements PermissionDataApiServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Get permission data.
|
|
18
13
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { ProfileDto } from "../model/profile.dto";
|
|
4
4
|
import { Configuration } from "../configuration";
|
|
5
|
+
import { BaseService } from "../api.base.service";
|
|
5
6
|
import { ProfileApiServiceInterface, ProfileUpdateRequestParams } from "./profile-api.serviceInterface";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ProfileApiService implements ProfileApiServiceInterface {
|
|
8
|
+
export declare class ProfileApiService extends BaseService implements ProfileApiServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Viewset for managing current user.
|
|
18
13
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedProjectNoteListDto } from "../model/paginated-project-note-list.dto";
|
|
4
4
|
import { ProjectNoteDto } from "../model/project-note.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ProjectNotesApiServiceInterface, ProjectNotesListRequestParams, ProjectNotesRetrieveRequestParams } from "./project-notes-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ProjectNotesApiService implements ProjectNotesApiServiceInterface {
|
|
9
|
+
export declare class ProjectNotesApiService extends BaseService implements ProjectNotesApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Api viewset for project\'s notes.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedSimpleProjectPriorityListDto } from "../model/paginated-simple-project-priority-list.dto";
|
|
4
4
|
import { SimpleProjectPriorityDto } from "../model/simple-project-priority.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ProjectPrioritiesApiServiceInterface, ProjectPrioritiesListRequestParams, ProjectPrioritiesRetrieveRequestParams } from "./project-priorities-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ProjectPrioritiesApiService implements ProjectPrioritiesApiServiceInterface {
|
|
9
|
+
export declare class ProjectPrioritiesApiService extends BaseService implements ProjectPrioritiesApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Api viewset for ProjectPriority model.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedProjectResourceListDto } from "../model/paginated-project-resource-list.dto";
|
|
4
4
|
import { ProjectResourceDto } from "../model/project-resource.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { ProjectResourcesApiServiceInterface, ProjectResourcesListRequestParams, ProjectResourcesRetrieveRequestParams, ProjectResourcesUpdateRequestParams } from "./project-resources-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ProjectResourcesApiService implements ProjectResourcesApiServiceInterface {
|
|
9
|
+
export declare class ProjectResourcesApiService extends BaseService implements ProjectResourcesApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Api viewset for ProjectResource model.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedProjectListDto } from "../model/paginated-project-list.dto";
|
|
4
4
|
import { PaginatedProjectSerializerWithStatsListDto } from "../model/paginated-project-serializer-with-stats-list.dto";
|
|
@@ -6,17 +6,12 @@ import { ProjectDto } from "../model/project.dto";
|
|
|
6
6
|
import { ProjectSerializerWithMonthStatsDto } from "../model/project-serializer-with-month-stats.dto";
|
|
7
7
|
import { ProjectSerializerWithStatsDto } from "../model/project-serializer-with-stats.dto";
|
|
8
8
|
import { Configuration } from "../configuration";
|
|
9
|
+
import { BaseService } from "../api.base.service";
|
|
9
10
|
import { ProjectsApiServiceInterface, ProjectsCreateRequestParams, ProjectsListRequestParams, ProjectsRetrieveRequestParams, ProjectsUpdateRequestParams, ProjectsWithMonthStatsRetrieveRequestParams, ProjectsWithStatsListRequestParams, ProjectsWithStatsRetrieveRequestParams } from "./projects-api.serviceInterface";
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class ProjectsApiService implements ProjectsApiServiceInterface {
|
|
12
|
+
export declare class ProjectsApiService extends BaseService implements ProjectsApiServiceInterface {
|
|
12
13
|
protected httpClient: HttpClient;
|
|
13
|
-
|
|
14
|
-
defaultHeaders: HttpHeaders;
|
|
15
|
-
configuration: Configuration;
|
|
16
|
-
encoder: HttpParameterCodec;
|
|
17
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
18
|
-
private addToHttpParams;
|
|
19
|
-
private addToHttpParamsRecursive;
|
|
14
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
20
15
|
/**
|
|
21
16
|
* Api viewset for Project model.
|
|
22
17
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedRoleListDto } from "../model/paginated-role-list.dto";
|
|
4
4
|
import { RoleDto } from "../model/role.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { RolesApiServiceInterface, RolesCreateRequestParams, RolesDestroyRequestParams, RolesListRequestParams, RolesRetrieveRequestParams, RolesUpdateRequestParams } from "./roles-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class RolesApiService implements RolesApiServiceInterface {
|
|
9
|
+
export declare class RolesApiService extends BaseService implements RolesApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* ViewSet for managing roles.
|
|
19
14
|
* @param requestParameters
|
package/api/s3-api.service.d.ts
CHANGED
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { S3UploadDto } from "../model/s3-upload.dto";
|
|
4
4
|
import { Configuration } from "../configuration";
|
|
5
|
+
import { BaseService } from "../api.base.service";
|
|
5
6
|
import { S3ApiServiceInterface, S3GetParamsCreateRequestParams } from "./s3-api.serviceInterface";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class S3ApiService implements S3ApiServiceInterface {
|
|
8
|
+
export declare class S3ApiService extends BaseService implements S3ApiServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Get parameters for upload to S3 bucket. Current endpoint returns all required for s3 upload data, which should be later sent to `url` as `form-data` url with \'file\'. Workflow: First, you make request to this endpoint. Then send response data to `url` via `POST` as form-data with file included. In response you will get an url which you can use in API for value of file related fields like avatar for example.
|
|
18
13
|
* @param requestParameters
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PeriodDto } from "../model/period.dto";
|
|
4
4
|
import { Configuration } from "../configuration";
|
|
5
|
+
import { BaseService } from "../api.base.service";
|
|
5
6
|
import { SearchPeriodsApiServiceInterface, SearchPeriodsListRequestParams } from "./search-periods-api.serviceInterface";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SearchPeriodsApiService implements SearchPeriodsApiServiceInterface {
|
|
8
|
+
export declare class SearchPeriodsApiService extends BaseService implements SearchPeriodsApiServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Api viewset for searching user/branch periods users birthdays.
|
|
18
13
|
* @param requestParameters
|
package/api/sso-api.service.d.ts
CHANGED
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { OpenIDRedirectDto } from "../model/open-id-redirect.dto";
|
|
4
4
|
import { TokenObtainPairDto } from "../model/token-obtain-pair.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { SsoApiServiceInterface, SsoCodeExchangeCreateRequestParams, SsoDebugCreateRequestParams, SsoStartCreateRequestParams } from "./sso-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class SsoApiService implements SsoApiServiceInterface {
|
|
9
|
+
export declare class SsoApiService extends BaseService implements SsoApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Exchange openid code on jwt token.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,21 +1,16 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedTaskListDto } from "../model/paginated-task-list.dto";
|
|
4
4
|
import { TaskDto } from "../model/task.dto";
|
|
5
5
|
import { TaskStatsDto } from "../model/task-stats.dto";
|
|
6
6
|
import { TaskStatusesDto } from "../model/task-statuses.dto";
|
|
7
7
|
import { Configuration } from "../configuration";
|
|
8
|
+
import { BaseService } from "../api.base.service";
|
|
8
9
|
import { TasksApiServiceInterface, TasksListRequestParams, TasksRetrieveRequestParams, TasksStatsRetrieveRequestParams, TasksStatusesRetrieveRequestParams } from "./tasks-api.serviceInterface";
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class TasksApiService implements TasksApiServiceInterface {
|
|
11
|
+
export declare class TasksApiService extends BaseService implements TasksApiServiceInterface {
|
|
11
12
|
protected httpClient: HttpClient;
|
|
12
|
-
|
|
13
|
-
defaultHeaders: HttpHeaders;
|
|
14
|
-
configuration: Configuration;
|
|
15
|
-
encoder: HttpParameterCodec;
|
|
16
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
17
|
-
private addToHttpParams;
|
|
18
|
-
private addToHttpParamsRecursive;
|
|
13
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
19
14
|
/**
|
|
20
15
|
* Api viewset for Task model.
|
|
21
16
|
* @param requestParameters
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { TokenRefreshDto } from "../model/token-refresh.dto";
|
|
4
4
|
import { Configuration } from "../configuration";
|
|
5
|
+
import { BaseService } from "../api.base.service";
|
|
5
6
|
import { TokenApiServiceInterface, TokenRefreshCreateRequestParams, TokenVerifyCreateRequestParams } from "./token-api.serviceInterface";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TokenApiService implements TokenApiServiceInterface {
|
|
8
|
+
export declare class TokenApiService extends BaseService implements TokenApiServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Takes a refresh type JSON web token and returns an access type JSON web token if the refresh token is valid.
|
|
18
13
|
* @param requestParameters
|
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedUserCapacityListDto } from "../model/paginated-user-capacity-list.dto";
|
|
4
4
|
import { PaginatedUserSumCapacityListDto } from "../model/paginated-user-sum-capacity-list.dto";
|
|
5
5
|
import { UserCapacityDto } from "../model/user-capacity.dto";
|
|
6
6
|
import { Configuration } from "../configuration";
|
|
7
|
+
import { BaseService } from "../api.base.service";
|
|
7
8
|
import { UserCapacitiesApiServiceInterface, UserCapacitiesCalculateCapacityCreateRequestParams, UserCapacitiesGetPeriodCapacityListRequestParams, UserCapacitiesListRequestParams, UserCapacitiesRetrieveRequestParams } from "./user-capacities-api.serviceInterface";
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class UserCapacitiesApiService implements UserCapacitiesApiServiceInterface {
|
|
10
|
+
export declare class UserCapacitiesApiService extends BaseService implements UserCapacitiesApiServiceInterface {
|
|
10
11
|
protected httpClient: HttpClient;
|
|
11
|
-
|
|
12
|
-
defaultHeaders: HttpHeaders;
|
|
13
|
-
configuration: Configuration;
|
|
14
|
-
encoder: HttpParameterCodec;
|
|
15
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
16
|
-
private addToHttpParams;
|
|
17
|
-
private addToHttpParamsRecursive;
|
|
12
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
18
13
|
/**
|
|
19
14
|
* Run calculate capacity task.
|
|
20
15
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedUserLoginListDto } from "../model/paginated-user-login-list.dto";
|
|
4
4
|
import { UserLoginDto } from "../model/user-login.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { UserLoginsApiServiceInterface, UserLoginsListRequestParams, UserLoginsRetrieveRequestParams, UserLoginsUpdateRequestParams } from "./user-logins-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class UserLoginsApiService implements UserLoginsApiServiceInterface {
|
|
9
|
+
export declare class UserLoginsApiService extends BaseService implements UserLoginsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* ViewSet for viewing info about users. Separate endpoint because it\'s used by admins only to manage permissions.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedUserPeriodListDto } from "../model/paginated-user-period-list.dto";
|
|
4
4
|
import { UserPeriodDto } from "../model/user-period.dto";
|
|
5
5
|
import { Configuration } from "../configuration";
|
|
6
|
+
import { BaseService } from "../api.base.service";
|
|
6
7
|
import { UserPeriodsApiServiceInterface, UserPeriodsChangeStatusCreateRequestParams, UserPeriodsCreateRequestParams, UserPeriodsDestroyRequestParams, UserPeriodsListRequestParams, UserPeriodsRetrieveRequestParams, UserPeriodsUpdateRequestParams } from "./user-periods-api.serviceInterface";
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class UserPeriodsApiService implements UserPeriodsApiServiceInterface {
|
|
9
|
+
export declare class UserPeriodsApiService extends BaseService implements UserPeriodsApiServiceInterface {
|
|
9
10
|
protected httpClient: HttpClient;
|
|
10
|
-
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
encoder: HttpParameterCodec;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
15
|
-
private addToHttpParams;
|
|
16
|
-
private addToHttpParamsRecursive;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
17
12
|
/**
|
|
18
13
|
* Change status for user period.
|
|
19
14
|
* @param requestParameters
|
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { PaginatedUserScoreListDto } from "../model/paginated-user-score-list.dto";
|
|
4
4
|
import { UserScoreDto } from "../model/user-score.dto";
|
|
5
5
|
import { UserTotalScoreDto } from "../model/user-total-score.dto";
|
|
6
6
|
import { Configuration } from "../configuration";
|
|
7
|
+
import { BaseService } from "../api.base.service";
|
|
7
8
|
import { UserScoresApiServiceInterface, UserScoresCreateRequestParams, UserScoresListRequestParams, UserScoresRetrieveRequestParams, UserScoresTotalScoreRetrieveRequestParams } from "./user-scores-api.serviceInterface";
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class UserScoresApiService implements UserScoresApiServiceInterface {
|
|
10
|
+
export declare class UserScoresApiService extends BaseService implements UserScoresApiServiceInterface {
|
|
10
11
|
protected httpClient: HttpClient;
|
|
11
|
-
|
|
12
|
-
defaultHeaders: HttpHeaders;
|
|
13
|
-
configuration: Configuration;
|
|
14
|
-
encoder: HttpParameterCodec;
|
|
15
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
16
|
-
private addToHttpParams;
|
|
17
|
-
private addToHttpParamsRecursive;
|
|
12
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
18
13
|
/**
|
|
19
14
|
* View set api for UserScore model.
|
|
20
15
|
* @param requestParameters
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { HttpClient,
|
|
1
|
+
import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
|
|
2
2
|
import { Observable } from "rxjs";
|
|
3
3
|
import { UserTimezoneSettingDto } from "../model/user-timezone-setting.dto";
|
|
4
4
|
import { Configuration } from "../configuration";
|
|
5
|
+
import { BaseService } from "../api.base.service";
|
|
5
6
|
import { UserTimezoneSettingApiServiceInterface, UserTimezoneSettingCreateRequestParams } from "./user-timezone-setting-api.serviceInterface";
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class UserTimezoneSettingApiService implements UserTimezoneSettingApiServiceInterface {
|
|
8
|
+
export declare class UserTimezoneSettingApiService extends BaseService implements UserTimezoneSettingApiServiceInterface {
|
|
8
9
|
protected httpClient: HttpClient;
|
|
9
|
-
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
encoder: HttpParameterCodec;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
|
|
14
|
-
private addToHttpParams;
|
|
15
|
-
private addToHttpParamsRecursive;
|
|
10
|
+
constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
|
|
16
11
|
/**
|
|
17
12
|
* Viewset for managing user\'s timezone settings.
|
|
18
13
|
* @param requestParameters
|