prioritize-client 1.3.0 → 1.4.0
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/dist/apis/CompaniesApi.d.ts +1 -1
- package/dist/apis/CompaniesApi.js +1 -1
- package/dist/apis/DepartmentsApi.d.ts +21 -1
- package/dist/apis/DepartmentsApi.js +36 -1
- package/dist/apis/DocumentGroupsApi.d.ts +1 -1
- package/dist/apis/DocumentGroupsApi.js +1 -1
- package/dist/apis/DocumentsApi.d.ts +1 -1
- package/dist/apis/DocumentsApi.js +1 -1
- package/dist/apis/NFCApi.d.ts +1 -1
- package/dist/apis/NFCApi.js +1 -1
- package/dist/apis/ProcessDefinitionsApi.d.ts +1 -1
- package/dist/apis/ProcessDefinitionsApi.js +1 -1
- package/dist/apis/ProcessInstancesApi.d.ts +1 -1
- package/dist/apis/ProcessInstancesApi.js +1 -1
- package/dist/apis/ProjectGoalsApi.d.ts +1 -1
- package/dist/apis/ProjectGoalsApi.js +1 -1
- package/dist/apis/ProjectsApi.d.ts +1 -1
- package/dist/apis/ProjectsApi.js +1 -1
- package/dist/apis/ResourcesApi.d.ts +25 -1
- package/dist/apis/ResourcesApi.js +39 -1
- package/dist/apis/SkillsApi.d.ts +1 -1
- package/dist/apis/SkillsApi.js +1 -1
- package/dist/apis/TaskSchedulesApi.d.ts +1 -1
- package/dist/apis/TaskSchedulesApi.js +1 -1
- package/dist/apis/TasksApi.d.ts +108 -2
- package/dist/apis/TasksApi.js +173 -1
- package/dist/apis/TelemetryRulesApi.d.ts +1 -1
- package/dist/apis/TelemetryRulesApi.js +1 -1
- package/dist/apis/UsersApi.d.ts +1 -1
- package/dist/apis/UsersApi.js +1 -1
- package/dist/esm/apis/CompaniesApi.d.ts +1 -1
- package/dist/esm/apis/CompaniesApi.js +1 -1
- package/dist/esm/apis/DepartmentsApi.d.ts +21 -1
- package/dist/esm/apis/DepartmentsApi.js +36 -1
- package/dist/esm/apis/DocumentGroupsApi.d.ts +1 -1
- package/dist/esm/apis/DocumentGroupsApi.js +1 -1
- package/dist/esm/apis/DocumentsApi.d.ts +1 -1
- package/dist/esm/apis/DocumentsApi.js +1 -1
- package/dist/esm/apis/NFCApi.d.ts +1 -1
- package/dist/esm/apis/NFCApi.js +1 -1
- package/dist/esm/apis/ProcessDefinitionsApi.d.ts +1 -1
- package/dist/esm/apis/ProcessDefinitionsApi.js +1 -1
- package/dist/esm/apis/ProcessInstancesApi.d.ts +1 -1
- package/dist/esm/apis/ProcessInstancesApi.js +1 -1
- package/dist/esm/apis/ProjectGoalsApi.d.ts +1 -1
- package/dist/esm/apis/ProjectGoalsApi.js +1 -1
- package/dist/esm/apis/ProjectsApi.d.ts +1 -1
- package/dist/esm/apis/ProjectsApi.js +1 -1
- package/dist/esm/apis/ResourcesApi.d.ts +25 -1
- package/dist/esm/apis/ResourcesApi.js +39 -1
- package/dist/esm/apis/SkillsApi.d.ts +1 -1
- package/dist/esm/apis/SkillsApi.js +1 -1
- package/dist/esm/apis/TaskSchedulesApi.d.ts +1 -1
- package/dist/esm/apis/TaskSchedulesApi.js +1 -1
- package/dist/esm/apis/TasksApi.d.ts +108 -2
- package/dist/esm/apis/TasksApi.js +174 -2
- package/dist/esm/apis/TelemetryRulesApi.d.ts +1 -1
- package/dist/esm/apis/TelemetryRulesApi.js +1 -1
- package/dist/esm/apis/UsersApi.d.ts +1 -1
- package/dist/esm/apis/UsersApi.js +1 -1
- package/dist/esm/models/AddressDTO.d.ts +1 -1
- package/dist/esm/models/AddressDTO.js +1 -1
- package/dist/esm/models/AddressRequest.d.ts +1 -1
- package/dist/esm/models/AddressRequest.js +1 -1
- package/dist/esm/models/CancelProcessInstanceRequest.d.ts +1 -1
- package/dist/esm/models/CancelProcessInstanceRequest.js +1 -1
- package/dist/esm/models/CompanyDTO.d.ts +1 -1
- package/dist/esm/models/CompanyDTO.js +1 -1
- package/dist/esm/models/CompanyRequest.d.ts +1 -1
- package/dist/esm/models/CompanyRequest.js +1 -1
- package/dist/esm/models/Correction.d.ts +77 -0
- package/dist/esm/models/Correction.js +61 -0
- package/dist/esm/models/DepartmentDTO.d.ts +1 -1
- package/dist/esm/models/DepartmentDTO.js +1 -1
- package/dist/esm/models/DepartmentRequest.d.ts +1 -1
- package/dist/esm/models/DepartmentRequest.js +1 -1
- package/dist/esm/models/DocumentCheckInRequest.d.ts +1 -1
- package/dist/esm/models/DocumentCheckInRequest.js +1 -1
- package/dist/esm/models/DocumentGroupDTO.d.ts +1 -1
- package/dist/esm/models/DocumentGroupDTO.js +1 -1
- package/dist/esm/models/DocumentGroupRequest.d.ts +1 -1
- package/dist/esm/models/DocumentGroupRequest.js +1 -1
- package/dist/esm/models/DocumentHistoryDTO.d.ts +1 -1
- package/dist/esm/models/DocumentHistoryDTO.js +1 -1
- package/dist/esm/models/DocumentSummaryDTO.d.ts +1 -1
- package/dist/esm/models/DocumentSummaryDTO.js +1 -1
- package/dist/esm/models/GoalProgress.d.ts +1 -1
- package/dist/esm/models/GoalProgress.js +1 -1
- package/dist/esm/models/GoalRequest.d.ts +1 -1
- package/dist/esm/models/GoalRequest.js +1 -1
- package/dist/esm/models/GoalRequestPropertiesInner.d.ts +1 -1
- package/dist/esm/models/GoalRequestPropertiesInner.js +1 -1
- package/dist/esm/models/NfcUnitDTO.d.ts +1 -1
- package/dist/esm/models/NfcUnitDTO.js +1 -1
- package/dist/esm/models/NfcUnitRequest.d.ts +1 -1
- package/dist/esm/models/NfcUnitRequest.js +1 -1
- package/dist/esm/models/ProcessDefinitionDTO.d.ts +1 -1
- package/dist/esm/models/ProcessDefinitionDTO.js +1 -1
- package/dist/esm/models/ProcessInstanceDTO.d.ts +1 -1
- package/dist/esm/models/ProcessInstanceDTO.js +1 -1
- package/dist/esm/models/ProjectDTO.d.ts +1 -1
- package/dist/esm/models/ProjectDTO.js +1 -1
- package/dist/esm/models/ProjectGoalDTO.d.ts +1 -1
- package/dist/esm/models/ProjectGoalDTO.js +1 -1
- package/dist/esm/models/ProjectGoalProperty.d.ts +1 -1
- package/dist/esm/models/ProjectGoalProperty.js +1 -1
- package/dist/esm/models/ProjectGoalPropertyDocument.d.ts +1 -1
- package/dist/esm/models/ProjectGoalPropertyDocument.js +1 -1
- package/dist/esm/models/ProjectGoalPropertyNumeric.d.ts +1 -1
- package/dist/esm/models/ProjectGoalPropertyNumeric.js +1 -1
- package/dist/esm/models/ProjectProgress.d.ts +1 -1
- package/dist/esm/models/ProjectProgress.js +1 -1
- package/dist/esm/models/ProjectRequest.d.ts +1 -1
- package/dist/esm/models/ProjectRequest.js +1 -1
- package/dist/esm/models/ResourceCommandRequest.d.ts +1 -1
- package/dist/esm/models/ResourceCommandRequest.js +1 -1
- package/dist/esm/models/ResourceDTO.d.ts +28 -1
- package/dist/esm/models/ResourceDTO.js +15 -1
- package/dist/esm/models/ResourceGroupDTO.d.ts +1 -1
- package/dist/esm/models/ResourceGroupDTO.js +1 -1
- package/dist/esm/models/ResourceRequest.d.ts +28 -1
- package/dist/esm/models/ResourceRequest.js +15 -1
- package/dist/esm/models/ResourceReservationDTO.d.ts +1 -1
- package/dist/esm/models/ResourceReservationDTO.js +1 -1
- package/dist/esm/models/ResourceStatusDTO.d.ts +1 -1
- package/dist/esm/models/ResourceStatusDTO.js +1 -1
- package/dist/esm/models/ResourceValueDTO.d.ts +1 -1
- package/dist/esm/models/ResourceValueDTO.js +1 -1
- package/dist/esm/models/ResourceValueRequest.d.ts +1 -1
- package/dist/esm/models/ResourceValueRequest.js +1 -1
- package/dist/esm/models/ScanResult.d.ts +2 -2
- package/dist/esm/models/ScanResult.js +3 -3
- package/dist/esm/models/SkillCategoryDTO.d.ts +1 -1
- package/dist/esm/models/SkillCategoryDTO.js +1 -1
- package/dist/esm/models/SkillCategoryRequest.d.ts +1 -1
- package/dist/esm/models/SkillCategoryRequest.js +1 -1
- package/dist/esm/models/SkillRecordDTO.d.ts +1 -1
- package/dist/esm/models/SkillRecordDTO.js +1 -1
- package/dist/esm/models/SkillRecordRequest.d.ts +1 -1
- package/dist/esm/models/SkillRecordRequest.js +1 -1
- package/dist/esm/models/SkillRequest.d.ts +1 -1
- package/dist/esm/models/SkillRequest.js +1 -1
- package/dist/esm/models/SkillSummaryDTO.d.ts +1 -1
- package/dist/esm/models/SkillSummaryDTO.js +1 -1
- package/dist/esm/models/StartProcessInstanceRequest.d.ts +1 -1
- package/dist/esm/models/StartProcessInstanceRequest.js +1 -1
- package/dist/esm/models/StopAtRequest.d.ts +44 -0
- package/dist/esm/models/StopAtRequest.js +45 -0
- package/dist/esm/models/TaskDTO.d.ts +8 -2
- package/dist/esm/models/TaskDTO.js +5 -3
- package/dist/esm/models/TaskRequest.d.ts +1 -1
- package/dist/esm/models/TaskRequest.js +1 -1
- package/dist/esm/models/TaskScheduleDTO.d.ts +1 -1
- package/dist/esm/models/TaskScheduleDTO.js +1 -1
- package/dist/esm/models/TaskScheduleRequest.d.ts +1 -1
- package/dist/esm/models/TaskScheduleRequest.js +1 -1
- package/dist/esm/models/TaskStatusRequest.d.ts +1 -1
- package/dist/esm/models/TaskStatusRequest.js +1 -1
- package/dist/esm/models/TelemetryRuleDTO.d.ts +1 -1
- package/dist/esm/models/TelemetryRuleDTO.js +1 -1
- package/dist/esm/models/TelemetryRuleRequest.d.ts +1 -1
- package/dist/esm/models/TelemetryRuleRequest.js +1 -1
- package/dist/esm/models/TrackingSummary.d.ts +8 -2
- package/dist/esm/models/TrackingSummary.js +5 -3
- package/dist/esm/models/UserDTO.d.ts +2 -2
- package/dist/esm/models/UserDTO.js +4 -4
- package/dist/esm/models/UserRequest.d.ts +1 -1
- package/dist/esm/models/UserRequest.js +2 -2
- package/dist/esm/models/WorkSession.d.ts +26 -1
- package/dist/esm/models/WorkSession.js +10 -1
- package/dist/esm/models/WorkSessionRequest.d.ts +50 -0
- package/dist/esm/models/WorkSessionRequest.js +47 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +3 -0
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/AddressDTO.d.ts +1 -1
- package/dist/models/AddressDTO.js +1 -1
- package/dist/models/AddressRequest.d.ts +1 -1
- package/dist/models/AddressRequest.js +1 -1
- package/dist/models/CancelProcessInstanceRequest.d.ts +1 -1
- package/dist/models/CancelProcessInstanceRequest.js +1 -1
- package/dist/models/CompanyDTO.d.ts +1 -1
- package/dist/models/CompanyDTO.js +1 -1
- package/dist/models/CompanyRequest.d.ts +1 -1
- package/dist/models/CompanyRequest.js +1 -1
- package/dist/models/Correction.d.ts +77 -0
- package/dist/models/Correction.js +69 -0
- package/dist/models/DepartmentDTO.d.ts +1 -1
- package/dist/models/DepartmentDTO.js +1 -1
- package/dist/models/DepartmentRequest.d.ts +1 -1
- package/dist/models/DepartmentRequest.js +1 -1
- package/dist/models/DocumentCheckInRequest.d.ts +1 -1
- package/dist/models/DocumentCheckInRequest.js +1 -1
- package/dist/models/DocumentGroupDTO.d.ts +1 -1
- package/dist/models/DocumentGroupDTO.js +1 -1
- package/dist/models/DocumentGroupRequest.d.ts +1 -1
- package/dist/models/DocumentGroupRequest.js +1 -1
- package/dist/models/DocumentHistoryDTO.d.ts +1 -1
- package/dist/models/DocumentHistoryDTO.js +1 -1
- package/dist/models/DocumentSummaryDTO.d.ts +1 -1
- package/dist/models/DocumentSummaryDTO.js +1 -1
- package/dist/models/GoalProgress.d.ts +1 -1
- package/dist/models/GoalProgress.js +1 -1
- package/dist/models/GoalRequest.d.ts +1 -1
- package/dist/models/GoalRequest.js +1 -1
- package/dist/models/GoalRequestPropertiesInner.d.ts +1 -1
- package/dist/models/GoalRequestPropertiesInner.js +1 -1
- package/dist/models/NfcUnitDTO.d.ts +1 -1
- package/dist/models/NfcUnitDTO.js +1 -1
- package/dist/models/NfcUnitRequest.d.ts +1 -1
- package/dist/models/NfcUnitRequest.js +1 -1
- package/dist/models/ProcessDefinitionDTO.d.ts +1 -1
- package/dist/models/ProcessDefinitionDTO.js +1 -1
- package/dist/models/ProcessInstanceDTO.d.ts +1 -1
- package/dist/models/ProcessInstanceDTO.js +1 -1
- package/dist/models/ProjectDTO.d.ts +1 -1
- package/dist/models/ProjectDTO.js +1 -1
- package/dist/models/ProjectGoalDTO.d.ts +1 -1
- package/dist/models/ProjectGoalDTO.js +1 -1
- package/dist/models/ProjectGoalProperty.d.ts +1 -1
- package/dist/models/ProjectGoalProperty.js +1 -1
- package/dist/models/ProjectGoalPropertyDocument.d.ts +1 -1
- package/dist/models/ProjectGoalPropertyDocument.js +1 -1
- package/dist/models/ProjectGoalPropertyNumeric.d.ts +1 -1
- package/dist/models/ProjectGoalPropertyNumeric.js +1 -1
- package/dist/models/ProjectProgress.d.ts +1 -1
- package/dist/models/ProjectProgress.js +1 -1
- package/dist/models/ProjectRequest.d.ts +1 -1
- package/dist/models/ProjectRequest.js +1 -1
- package/dist/models/ResourceCommandRequest.d.ts +1 -1
- package/dist/models/ResourceCommandRequest.js +1 -1
- package/dist/models/ResourceDTO.d.ts +28 -1
- package/dist/models/ResourceDTO.js +16 -1
- package/dist/models/ResourceGroupDTO.d.ts +1 -1
- package/dist/models/ResourceGroupDTO.js +1 -1
- package/dist/models/ResourceRequest.d.ts +28 -1
- package/dist/models/ResourceRequest.js +16 -1
- package/dist/models/ResourceReservationDTO.d.ts +1 -1
- package/dist/models/ResourceReservationDTO.js +1 -1
- package/dist/models/ResourceStatusDTO.d.ts +1 -1
- package/dist/models/ResourceStatusDTO.js +1 -1
- package/dist/models/ResourceValueDTO.d.ts +1 -1
- package/dist/models/ResourceValueDTO.js +1 -1
- package/dist/models/ResourceValueRequest.d.ts +1 -1
- package/dist/models/ResourceValueRequest.js +1 -1
- package/dist/models/ScanResult.d.ts +2 -2
- package/dist/models/ScanResult.js +3 -3
- package/dist/models/SkillCategoryDTO.d.ts +1 -1
- package/dist/models/SkillCategoryDTO.js +1 -1
- package/dist/models/SkillCategoryRequest.d.ts +1 -1
- package/dist/models/SkillCategoryRequest.js +1 -1
- package/dist/models/SkillRecordDTO.d.ts +1 -1
- package/dist/models/SkillRecordDTO.js +1 -1
- package/dist/models/SkillRecordRequest.d.ts +1 -1
- package/dist/models/SkillRecordRequest.js +1 -1
- package/dist/models/SkillRequest.d.ts +1 -1
- package/dist/models/SkillRequest.js +1 -1
- package/dist/models/SkillSummaryDTO.d.ts +1 -1
- package/dist/models/SkillSummaryDTO.js +1 -1
- package/dist/models/StartProcessInstanceRequest.d.ts +1 -1
- package/dist/models/StartProcessInstanceRequest.js +1 -1
- package/dist/models/StopAtRequest.d.ts +44 -0
- package/dist/models/StopAtRequest.js +52 -0
- package/dist/models/TaskDTO.d.ts +8 -2
- package/dist/models/TaskDTO.js +5 -3
- package/dist/models/TaskRequest.d.ts +1 -1
- package/dist/models/TaskRequest.js +1 -1
- package/dist/models/TaskScheduleDTO.d.ts +1 -1
- package/dist/models/TaskScheduleDTO.js +1 -1
- package/dist/models/TaskScheduleRequest.d.ts +1 -1
- package/dist/models/TaskScheduleRequest.js +1 -1
- package/dist/models/TaskStatusRequest.d.ts +1 -1
- package/dist/models/TaskStatusRequest.js +1 -1
- package/dist/models/TelemetryRuleDTO.d.ts +1 -1
- package/dist/models/TelemetryRuleDTO.js +1 -1
- package/dist/models/TelemetryRuleRequest.d.ts +1 -1
- package/dist/models/TelemetryRuleRequest.js +1 -1
- package/dist/models/TrackingSummary.d.ts +8 -2
- package/dist/models/TrackingSummary.js +5 -3
- package/dist/models/UserDTO.d.ts +2 -2
- package/dist/models/UserDTO.js +4 -4
- package/dist/models/UserRequest.d.ts +1 -1
- package/dist/models/UserRequest.js +2 -2
- package/dist/models/WorkSession.d.ts +26 -1
- package/dist/models/WorkSession.js +10 -1
- package/dist/models/WorkSessionRequest.d.ts +50 -0
- package/dist/models/WorkSessionRequest.js +54 -0
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +3 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/apis/CompaniesApi.ts +424 -424
- package/src/apis/DepartmentsApi.ts +431 -380
- package/src/apis/DocumentGroupsApi.ts +287 -287
- package/src/apis/DocumentsApi.ts +798 -798
- package/src/apis/NFCApi.ts +443 -443
- package/src/apis/ProcessDefinitionsApi.ts +410 -410
- package/src/apis/ProcessInstancesApi.ts +451 -451
- package/src/apis/ProjectGoalsApi.ts +473 -473
- package/src/apis/ProjectsApi.ts +929 -929
- package/src/apis/ResourcesApi.ts +1544 -1481
- package/src/apis/SkillsApi.ts +682 -682
- package/src/apis/TaskSchedulesApi.ts +380 -380
- package/src/apis/TasksApi.ts +1297 -986
- package/src/apis/TelemetryRulesApi.ts +380 -380
- package/src/apis/UsersApi.ts +648 -648
- package/src/apis/index.ts +17 -17
- package/src/index.ts +5 -5
- package/src/models/AddressDTO.ts +137 -137
- package/src/models/AddressRequest.ts +129 -129
- package/src/models/CancelProcessInstanceRequest.ts +65 -65
- package/src/models/CompanyDTO.ts +121 -121
- package/src/models/CompanyRequest.ts +113 -113
- package/src/models/Correction.ts +125 -0
- package/src/models/DepartmentDTO.ts +105 -105
- package/src/models/DepartmentRequest.ts +89 -89
- package/src/models/DocumentCheckInRequest.ts +66 -66
- package/src/models/DocumentGroupDTO.ts +81 -81
- package/src/models/DocumentGroupRequest.ts +73 -73
- package/src/models/DocumentHistoryDTO.ts +97 -97
- package/src/models/DocumentSummaryDTO.ts +97 -97
- package/src/models/GoalProgress.ts +81 -81
- package/src/models/GoalRequest.ts +89 -89
- package/src/models/GoalRequestPropertiesInner.ts +73 -73
- package/src/models/NfcUnitDTO.ts +151 -151
- package/src/models/NfcUnitRequest.ts +111 -111
- package/src/models/ProcessDefinitionDTO.ts +141 -141
- package/src/models/ProcessInstanceDTO.ts +129 -129
- package/src/models/ProjectDTO.ts +137 -137
- package/src/models/ProjectGoalDTO.ts +81 -81
- package/src/models/ProjectGoalProperty.ts +111 -111
- package/src/models/ProjectGoalPropertyDocument.ts +73 -73
- package/src/models/ProjectGoalPropertyNumeric.ts +81 -81
- package/src/models/ProjectProgress.ts +81 -81
- package/src/models/ProjectRequest.ts +105 -105
- package/src/models/ResourceCommandRequest.ts +73 -73
- package/src/models/ResourceDTO.ts +261 -225
- package/src/models/ResourceGroupDTO.ts +81 -81
- package/src/models/ResourceRequest.ts +213 -177
- package/src/models/ResourceReservationDTO.ts +97 -97
- package/src/models/ResourceStatusDTO.ts +103 -103
- package/src/models/ResourceValueDTO.ts +73 -73
- package/src/models/ResourceValueRequest.ts +73 -73
- package/src/models/ScanResult.ts +119 -119
- package/src/models/SkillCategoryDTO.ts +97 -97
- package/src/models/SkillCategoryRequest.ts +81 -81
- package/src/models/SkillRecordDTO.ts +89 -89
- package/src/models/SkillRecordRequest.ts +73 -73
- package/src/models/SkillRequest.ts +89 -89
- package/src/models/SkillSummaryDTO.ts +105 -105
- package/src/models/StartProcessInstanceRequest.ts +73 -73
- package/src/models/StopAtRequest.ts +81 -0
- package/src/models/TaskDTO.ts +155 -147
- package/src/models/TaskRequest.ts +81 -81
- package/src/models/TaskScheduleDTO.ts +145 -145
- package/src/models/TaskScheduleRequest.ts +113 -113
- package/src/models/TaskStatusRequest.ts +83 -83
- package/src/models/TelemetryRuleDTO.ts +176 -176
- package/src/models/TelemetryRuleRequest.ts +135 -135
- package/src/models/TrackingSummary.ts +105 -97
- package/src/models/UserDTO.ts +182 -182
- package/src/models/UserRequest.ts +158 -158
- package/src/models/WorkSession.ts +129 -89
- package/src/models/WorkSessionRequest.ts +89 -0
- package/src/models/index.ts +58 -55
- package/src/runtime.ts +431 -431
|
@@ -1,380 +1,431 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Prioritize API
|
|
5
|
-
* REST API of Prioritize, a resource, project and IoT orchestration platform. All endpoints live under /api/v1. From 1.0.0 on this REST surface is the stable public contract (SemVer); the Vaadin admin GUI and its @Route URLs are an implementation detail and NOT part of that promise. A few areas are marked \'experimental\' in their schema and may still change within the 1.x line.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
-
* Contact: peter.haller@prioritize-iot.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import * as runtime from '../runtime';
|
|
17
|
-
import type {
|
|
18
|
-
DepartmentDTO,
|
|
19
|
-
DepartmentRequest,
|
|
20
|
-
} from '../models/index';
|
|
21
|
-
import {
|
|
22
|
-
DepartmentDTOFromJSON,
|
|
23
|
-
DepartmentDTOToJSON,
|
|
24
|
-
DepartmentRequestFromJSON,
|
|
25
|
-
DepartmentRequestToJSON,
|
|
26
|
-
} from '../models/index';
|
|
27
|
-
|
|
28
|
-
export interface DepartmentCreateRequest {
|
|
29
|
-
companyId: number;
|
|
30
|
-
departmentRequest: DepartmentRequest;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export interface DepartmentDeleteRequest {
|
|
34
|
-
id: number;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export interface DepartmentGetByIdRequest {
|
|
38
|
-
id: number;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export interface DepartmentGetDepartmentsByCompanyRequest {
|
|
42
|
-
companyId: number;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export interface DepartmentUpdateRequest {
|
|
46
|
-
id: number;
|
|
47
|
-
departmentRequest: DepartmentRequest;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* DepartmentsApi - interface
|
|
52
|
-
*
|
|
53
|
-
* @export
|
|
54
|
-
* @interface DepartmentsApiInterface
|
|
55
|
-
*/
|
|
56
|
-
export interface DepartmentsApiInterface {
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
* @summary Create department
|
|
60
|
-
* @param {number} companyId
|
|
61
|
-
* @param {DepartmentRequest} departmentRequest
|
|
62
|
-
* @param {*} [options] Override http request option.
|
|
63
|
-
* @throws {RequiredError}
|
|
64
|
-
* @memberof DepartmentsApiInterface
|
|
65
|
-
*/
|
|
66
|
-
departmentCreateRaw(requestParameters: DepartmentCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DepartmentDTO>>;
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* Create department
|
|
70
|
-
*/
|
|
71
|
-
departmentCreate(requestParameters: DepartmentCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DepartmentDTO>;
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @summary Delete department
|
|
76
|
-
* @param {number} id
|
|
77
|
-
* @param {*} [options] Override http request option.
|
|
78
|
-
* @throws {RequiredError}
|
|
79
|
-
* @memberof DepartmentsApiInterface
|
|
80
|
-
*/
|
|
81
|
-
departmentDeleteRaw(requestParameters: DepartmentDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* Delete department
|
|
85
|
-
*/
|
|
86
|
-
departmentDelete(requestParameters: DepartmentDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
*
|
|
90
|
-
* @summary Get department by id
|
|
91
|
-
* @param {number} id
|
|
92
|
-
* @param {*} [options] Override http request option.
|
|
93
|
-
* @throws {RequiredError}
|
|
94
|
-
* @memberof DepartmentsApiInterface
|
|
95
|
-
*/
|
|
96
|
-
departmentGetByIdRaw(requestParameters: DepartmentGetByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DepartmentDTO>>;
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* Get department by id
|
|
100
|
-
*/
|
|
101
|
-
departmentGetById(requestParameters: DepartmentGetByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DepartmentDTO>;
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
*
|
|
105
|
-
* @summary
|
|
106
|
-
* @param {
|
|
107
|
-
* @
|
|
108
|
-
* @
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
*
|
|
120
|
-
* @
|
|
121
|
-
* @param {
|
|
122
|
-
* @
|
|
123
|
-
* @
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
*
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
if (
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
await this.
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
if (
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
const response = await this.
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
if (requestParameters['
|
|
338
|
-
throw new runtime.RequiredError(
|
|
339
|
-
'
|
|
340
|
-
'Required parameter "
|
|
341
|
-
);
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
const queryParameters: any = {};
|
|
345
|
-
|
|
346
|
-
const headerParameters: runtime.HTTPHeaders = {};
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Prioritize API
|
|
5
|
+
* REST API of Prioritize, a resource, project and IoT orchestration platform. All endpoints live under /api/v1. From 1.0.0 on this REST surface is the stable public contract (SemVer); the Vaadin admin GUI and its @Route URLs are an implementation detail and NOT part of that promise. A few areas are marked \'experimental\' in their schema and may still change within the 1.x line.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.4.0
|
|
8
|
+
* Contact: peter.haller@prioritize-iot.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import * as runtime from '../runtime';
|
|
17
|
+
import type {
|
|
18
|
+
DepartmentDTO,
|
|
19
|
+
DepartmentRequest,
|
|
20
|
+
} from '../models/index';
|
|
21
|
+
import {
|
|
22
|
+
DepartmentDTOFromJSON,
|
|
23
|
+
DepartmentDTOToJSON,
|
|
24
|
+
DepartmentRequestFromJSON,
|
|
25
|
+
DepartmentRequestToJSON,
|
|
26
|
+
} from '../models/index';
|
|
27
|
+
|
|
28
|
+
export interface DepartmentCreateRequest {
|
|
29
|
+
companyId: number;
|
|
30
|
+
departmentRequest: DepartmentRequest;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export interface DepartmentDeleteRequest {
|
|
34
|
+
id: number;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface DepartmentGetByIdRequest {
|
|
38
|
+
id: number;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export interface DepartmentGetDepartmentsByCompanyRequest {
|
|
42
|
+
companyId: number;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export interface DepartmentUpdateRequest {
|
|
46
|
+
id: number;
|
|
47
|
+
departmentRequest: DepartmentRequest;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* DepartmentsApi - interface
|
|
52
|
+
*
|
|
53
|
+
* @export
|
|
54
|
+
* @interface DepartmentsApiInterface
|
|
55
|
+
*/
|
|
56
|
+
export interface DepartmentsApiInterface {
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @summary Create department
|
|
60
|
+
* @param {number} companyId
|
|
61
|
+
* @param {DepartmentRequest} departmentRequest
|
|
62
|
+
* @param {*} [options] Override http request option.
|
|
63
|
+
* @throws {RequiredError}
|
|
64
|
+
* @memberof DepartmentsApiInterface
|
|
65
|
+
*/
|
|
66
|
+
departmentCreateRaw(requestParameters: DepartmentCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DepartmentDTO>>;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Create department
|
|
70
|
+
*/
|
|
71
|
+
departmentCreate(requestParameters: DepartmentCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DepartmentDTO>;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @summary Delete department
|
|
76
|
+
* @param {number} id
|
|
77
|
+
* @param {*} [options] Override http request option.
|
|
78
|
+
* @throws {RequiredError}
|
|
79
|
+
* @memberof DepartmentsApiInterface
|
|
80
|
+
*/
|
|
81
|
+
departmentDeleteRaw(requestParameters: DepartmentDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Delete department
|
|
85
|
+
*/
|
|
86
|
+
departmentDelete(requestParameters: DepartmentDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @summary Get department by id
|
|
91
|
+
* @param {number} id
|
|
92
|
+
* @param {*} [options] Override http request option.
|
|
93
|
+
* @throws {RequiredError}
|
|
94
|
+
* @memberof DepartmentsApiInterface
|
|
95
|
+
*/
|
|
96
|
+
departmentGetByIdRaw(requestParameters: DepartmentGetByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DepartmentDTO>>;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Get department by id
|
|
100
|
+
*/
|
|
101
|
+
departmentGetById(requestParameters: DepartmentGetByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DepartmentDTO>;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @summary List the departments the caller may read, across all companies
|
|
106
|
+
* @param {*} [options] Override http request option.
|
|
107
|
+
* @throws {RequiredError}
|
|
108
|
+
* @memberof DepartmentsApiInterface
|
|
109
|
+
*/
|
|
110
|
+
departmentGetDepartmentsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DepartmentDTO>>>;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* List the departments the caller may read, across all companies
|
|
114
|
+
*/
|
|
115
|
+
departmentGetDepartments(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DepartmentDTO>>;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @summary Get departments by company
|
|
120
|
+
* @param {number} companyId
|
|
121
|
+
* @param {*} [options] Override http request option.
|
|
122
|
+
* @throws {RequiredError}
|
|
123
|
+
* @memberof DepartmentsApiInterface
|
|
124
|
+
*/
|
|
125
|
+
departmentGetDepartmentsByCompanyRaw(requestParameters: DepartmentGetDepartmentsByCompanyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DepartmentDTO>>>;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Get departments by company
|
|
129
|
+
*/
|
|
130
|
+
departmentGetDepartmentsByCompany(requestParameters: DepartmentGetDepartmentsByCompanyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DepartmentDTO>>;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @summary Update department
|
|
135
|
+
* @param {number} id
|
|
136
|
+
* @param {DepartmentRequest} departmentRequest
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
* @memberof DepartmentsApiInterface
|
|
140
|
+
*/
|
|
141
|
+
departmentUpdateRaw(requestParameters: DepartmentUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DepartmentDTO>>;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* Update department
|
|
145
|
+
*/
|
|
146
|
+
departmentUpdate(requestParameters: DepartmentUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DepartmentDTO>;
|
|
147
|
+
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
*/
|
|
153
|
+
export class DepartmentsApi extends runtime.BaseAPI implements DepartmentsApiInterface {
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Create department
|
|
157
|
+
*/
|
|
158
|
+
async departmentCreateRaw(requestParameters: DepartmentCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DepartmentDTO>> {
|
|
159
|
+
if (requestParameters['companyId'] == null) {
|
|
160
|
+
throw new runtime.RequiredError(
|
|
161
|
+
'companyId',
|
|
162
|
+
'Required parameter "companyId" was null or undefined when calling departmentCreate().'
|
|
163
|
+
);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
if (requestParameters['departmentRequest'] == null) {
|
|
167
|
+
throw new runtime.RequiredError(
|
|
168
|
+
'departmentRequest',
|
|
169
|
+
'Required parameter "departmentRequest" was null or undefined when calling departmentCreate().'
|
|
170
|
+
);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
const queryParameters: any = {};
|
|
174
|
+
|
|
175
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
176
|
+
|
|
177
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
178
|
+
|
|
179
|
+
if (this.configuration && (this.configuration.username !== undefined || this.configuration.password !== undefined)) {
|
|
180
|
+
headerParameters["Authorization"] = "Basic " + btoa(this.configuration.username + ":" + this.configuration.password);
|
|
181
|
+
}
|
|
182
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
183
|
+
const token = this.configuration.accessToken;
|
|
184
|
+
const tokenString = await token("bearerAuth", []);
|
|
185
|
+
|
|
186
|
+
if (tokenString) {
|
|
187
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
const response = await this.request({
|
|
191
|
+
path: `/api/v1/companies/{companyId}/departments`.replace(`{${"companyId"}}`, encodeURIComponent(String(requestParameters['companyId']))),
|
|
192
|
+
method: 'POST',
|
|
193
|
+
headers: headerParameters,
|
|
194
|
+
query: queryParameters,
|
|
195
|
+
body: DepartmentRequestToJSON(requestParameters['departmentRequest']),
|
|
196
|
+
}, initOverrides);
|
|
197
|
+
|
|
198
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => DepartmentDTOFromJSON(jsonValue));
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Create department
|
|
203
|
+
*/
|
|
204
|
+
async departmentCreate(requestParameters: DepartmentCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DepartmentDTO> {
|
|
205
|
+
const response = await this.departmentCreateRaw(requestParameters, initOverrides);
|
|
206
|
+
return await response.value();
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* Delete department
|
|
211
|
+
*/
|
|
212
|
+
async departmentDeleteRaw(requestParameters: DepartmentDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
213
|
+
if (requestParameters['id'] == null) {
|
|
214
|
+
throw new runtime.RequiredError(
|
|
215
|
+
'id',
|
|
216
|
+
'Required parameter "id" was null or undefined when calling departmentDelete().'
|
|
217
|
+
);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
const queryParameters: any = {};
|
|
221
|
+
|
|
222
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
223
|
+
|
|
224
|
+
if (this.configuration && (this.configuration.username !== undefined || this.configuration.password !== undefined)) {
|
|
225
|
+
headerParameters["Authorization"] = "Basic " + btoa(this.configuration.username + ":" + this.configuration.password);
|
|
226
|
+
}
|
|
227
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
228
|
+
const token = this.configuration.accessToken;
|
|
229
|
+
const tokenString = await token("bearerAuth", []);
|
|
230
|
+
|
|
231
|
+
if (tokenString) {
|
|
232
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
const response = await this.request({
|
|
236
|
+
path: `/api/v1/departments/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
237
|
+
method: 'DELETE',
|
|
238
|
+
headers: headerParameters,
|
|
239
|
+
query: queryParameters,
|
|
240
|
+
}, initOverrides);
|
|
241
|
+
|
|
242
|
+
return new runtime.VoidApiResponse(response);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Delete department
|
|
247
|
+
*/
|
|
248
|
+
async departmentDelete(requestParameters: DepartmentDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
249
|
+
await this.departmentDeleteRaw(requestParameters, initOverrides);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* Get department by id
|
|
254
|
+
*/
|
|
255
|
+
async departmentGetByIdRaw(requestParameters: DepartmentGetByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DepartmentDTO>> {
|
|
256
|
+
if (requestParameters['id'] == null) {
|
|
257
|
+
throw new runtime.RequiredError(
|
|
258
|
+
'id',
|
|
259
|
+
'Required parameter "id" was null or undefined when calling departmentGetById().'
|
|
260
|
+
);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
const queryParameters: any = {};
|
|
264
|
+
|
|
265
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
266
|
+
|
|
267
|
+
if (this.configuration && (this.configuration.username !== undefined || this.configuration.password !== undefined)) {
|
|
268
|
+
headerParameters["Authorization"] = "Basic " + btoa(this.configuration.username + ":" + this.configuration.password);
|
|
269
|
+
}
|
|
270
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
271
|
+
const token = this.configuration.accessToken;
|
|
272
|
+
const tokenString = await token("bearerAuth", []);
|
|
273
|
+
|
|
274
|
+
if (tokenString) {
|
|
275
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
const response = await this.request({
|
|
279
|
+
path: `/api/v1/departments/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
280
|
+
method: 'GET',
|
|
281
|
+
headers: headerParameters,
|
|
282
|
+
query: queryParameters,
|
|
283
|
+
}, initOverrides);
|
|
284
|
+
|
|
285
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => DepartmentDTOFromJSON(jsonValue));
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Get department by id
|
|
290
|
+
*/
|
|
291
|
+
async departmentGetById(requestParameters: DepartmentGetByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DepartmentDTO> {
|
|
292
|
+
const response = await this.departmentGetByIdRaw(requestParameters, initOverrides);
|
|
293
|
+
return await response.value();
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* List the departments the caller may read, across all companies
|
|
298
|
+
*/
|
|
299
|
+
async departmentGetDepartmentsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DepartmentDTO>>> {
|
|
300
|
+
const queryParameters: any = {};
|
|
301
|
+
|
|
302
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
303
|
+
|
|
304
|
+
if (this.configuration && (this.configuration.username !== undefined || this.configuration.password !== undefined)) {
|
|
305
|
+
headerParameters["Authorization"] = "Basic " + btoa(this.configuration.username + ":" + this.configuration.password);
|
|
306
|
+
}
|
|
307
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
308
|
+
const token = this.configuration.accessToken;
|
|
309
|
+
const tokenString = await token("bearerAuth", []);
|
|
310
|
+
|
|
311
|
+
if (tokenString) {
|
|
312
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
const response = await this.request({
|
|
316
|
+
path: `/api/v1/departments`,
|
|
317
|
+
method: 'GET',
|
|
318
|
+
headers: headerParameters,
|
|
319
|
+
query: queryParameters,
|
|
320
|
+
}, initOverrides);
|
|
321
|
+
|
|
322
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(DepartmentDTOFromJSON));
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* List the departments the caller may read, across all companies
|
|
327
|
+
*/
|
|
328
|
+
async departmentGetDepartments(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DepartmentDTO>> {
|
|
329
|
+
const response = await this.departmentGetDepartmentsRaw(initOverrides);
|
|
330
|
+
return await response.value();
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* Get departments by company
|
|
335
|
+
*/
|
|
336
|
+
async departmentGetDepartmentsByCompanyRaw(requestParameters: DepartmentGetDepartmentsByCompanyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<DepartmentDTO>>> {
|
|
337
|
+
if (requestParameters['companyId'] == null) {
|
|
338
|
+
throw new runtime.RequiredError(
|
|
339
|
+
'companyId',
|
|
340
|
+
'Required parameter "companyId" was null or undefined when calling departmentGetDepartmentsByCompany().'
|
|
341
|
+
);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
const queryParameters: any = {};
|
|
345
|
+
|
|
346
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
347
|
+
|
|
348
|
+
if (this.configuration && (this.configuration.username !== undefined || this.configuration.password !== undefined)) {
|
|
349
|
+
headerParameters["Authorization"] = "Basic " + btoa(this.configuration.username + ":" + this.configuration.password);
|
|
350
|
+
}
|
|
351
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
352
|
+
const token = this.configuration.accessToken;
|
|
353
|
+
const tokenString = await token("bearerAuth", []);
|
|
354
|
+
|
|
355
|
+
if (tokenString) {
|
|
356
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
const response = await this.request({
|
|
360
|
+
path: `/api/v1/companies/{companyId}/departments`.replace(`{${"companyId"}}`, encodeURIComponent(String(requestParameters['companyId']))),
|
|
361
|
+
method: 'GET',
|
|
362
|
+
headers: headerParameters,
|
|
363
|
+
query: queryParameters,
|
|
364
|
+
}, initOverrides);
|
|
365
|
+
|
|
366
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(DepartmentDTOFromJSON));
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* Get departments by company
|
|
371
|
+
*/
|
|
372
|
+
async departmentGetDepartmentsByCompany(requestParameters: DepartmentGetDepartmentsByCompanyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<DepartmentDTO>> {
|
|
373
|
+
const response = await this.departmentGetDepartmentsByCompanyRaw(requestParameters, initOverrides);
|
|
374
|
+
return await response.value();
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* Update department
|
|
379
|
+
*/
|
|
380
|
+
async departmentUpdateRaw(requestParameters: DepartmentUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DepartmentDTO>> {
|
|
381
|
+
if (requestParameters['id'] == null) {
|
|
382
|
+
throw new runtime.RequiredError(
|
|
383
|
+
'id',
|
|
384
|
+
'Required parameter "id" was null or undefined when calling departmentUpdate().'
|
|
385
|
+
);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
if (requestParameters['departmentRequest'] == null) {
|
|
389
|
+
throw new runtime.RequiredError(
|
|
390
|
+
'departmentRequest',
|
|
391
|
+
'Required parameter "departmentRequest" was null or undefined when calling departmentUpdate().'
|
|
392
|
+
);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
const queryParameters: any = {};
|
|
396
|
+
|
|
397
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
398
|
+
|
|
399
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
400
|
+
|
|
401
|
+
if (this.configuration && (this.configuration.username !== undefined || this.configuration.password !== undefined)) {
|
|
402
|
+
headerParameters["Authorization"] = "Basic " + btoa(this.configuration.username + ":" + this.configuration.password);
|
|
403
|
+
}
|
|
404
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
405
|
+
const token = this.configuration.accessToken;
|
|
406
|
+
const tokenString = await token("bearerAuth", []);
|
|
407
|
+
|
|
408
|
+
if (tokenString) {
|
|
409
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
const response = await this.request({
|
|
413
|
+
path: `/api/v1/departments/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
414
|
+
method: 'PUT',
|
|
415
|
+
headers: headerParameters,
|
|
416
|
+
query: queryParameters,
|
|
417
|
+
body: DepartmentRequestToJSON(requestParameters['departmentRequest']),
|
|
418
|
+
}, initOverrides);
|
|
419
|
+
|
|
420
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => DepartmentDTOFromJSON(jsonValue));
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* Update department
|
|
425
|
+
*/
|
|
426
|
+
async departmentUpdate(requestParameters: DepartmentUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DepartmentDTO> {
|
|
427
|
+
const response = await this.departmentUpdateRaw(requestParameters, initOverrides);
|
|
428
|
+
return await response.value();
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
}
|