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.
Files changed (368) hide show
  1. package/dist/apis/CompaniesApi.d.ts +1 -1
  2. package/dist/apis/CompaniesApi.js +1 -1
  3. package/dist/apis/DepartmentsApi.d.ts +21 -1
  4. package/dist/apis/DepartmentsApi.js +36 -1
  5. package/dist/apis/DocumentGroupsApi.d.ts +1 -1
  6. package/dist/apis/DocumentGroupsApi.js +1 -1
  7. package/dist/apis/DocumentsApi.d.ts +1 -1
  8. package/dist/apis/DocumentsApi.js +1 -1
  9. package/dist/apis/NFCApi.d.ts +1 -1
  10. package/dist/apis/NFCApi.js +1 -1
  11. package/dist/apis/ProcessDefinitionsApi.d.ts +1 -1
  12. package/dist/apis/ProcessDefinitionsApi.js +1 -1
  13. package/dist/apis/ProcessInstancesApi.d.ts +1 -1
  14. package/dist/apis/ProcessInstancesApi.js +1 -1
  15. package/dist/apis/ProjectGoalsApi.d.ts +1 -1
  16. package/dist/apis/ProjectGoalsApi.js +1 -1
  17. package/dist/apis/ProjectsApi.d.ts +1 -1
  18. package/dist/apis/ProjectsApi.js +1 -1
  19. package/dist/apis/ResourcesApi.d.ts +25 -1
  20. package/dist/apis/ResourcesApi.js +39 -1
  21. package/dist/apis/SkillsApi.d.ts +1 -1
  22. package/dist/apis/SkillsApi.js +1 -1
  23. package/dist/apis/TaskSchedulesApi.d.ts +1 -1
  24. package/dist/apis/TaskSchedulesApi.js +1 -1
  25. package/dist/apis/TasksApi.d.ts +108 -2
  26. package/dist/apis/TasksApi.js +173 -1
  27. package/dist/apis/TelemetryRulesApi.d.ts +1 -1
  28. package/dist/apis/TelemetryRulesApi.js +1 -1
  29. package/dist/apis/UsersApi.d.ts +1 -1
  30. package/dist/apis/UsersApi.js +1 -1
  31. package/dist/esm/apis/CompaniesApi.d.ts +1 -1
  32. package/dist/esm/apis/CompaniesApi.js +1 -1
  33. package/dist/esm/apis/DepartmentsApi.d.ts +21 -1
  34. package/dist/esm/apis/DepartmentsApi.js +36 -1
  35. package/dist/esm/apis/DocumentGroupsApi.d.ts +1 -1
  36. package/dist/esm/apis/DocumentGroupsApi.js +1 -1
  37. package/dist/esm/apis/DocumentsApi.d.ts +1 -1
  38. package/dist/esm/apis/DocumentsApi.js +1 -1
  39. package/dist/esm/apis/NFCApi.d.ts +1 -1
  40. package/dist/esm/apis/NFCApi.js +1 -1
  41. package/dist/esm/apis/ProcessDefinitionsApi.d.ts +1 -1
  42. package/dist/esm/apis/ProcessDefinitionsApi.js +1 -1
  43. package/dist/esm/apis/ProcessInstancesApi.d.ts +1 -1
  44. package/dist/esm/apis/ProcessInstancesApi.js +1 -1
  45. package/dist/esm/apis/ProjectGoalsApi.d.ts +1 -1
  46. package/dist/esm/apis/ProjectGoalsApi.js +1 -1
  47. package/dist/esm/apis/ProjectsApi.d.ts +1 -1
  48. package/dist/esm/apis/ProjectsApi.js +1 -1
  49. package/dist/esm/apis/ResourcesApi.d.ts +25 -1
  50. package/dist/esm/apis/ResourcesApi.js +39 -1
  51. package/dist/esm/apis/SkillsApi.d.ts +1 -1
  52. package/dist/esm/apis/SkillsApi.js +1 -1
  53. package/dist/esm/apis/TaskSchedulesApi.d.ts +1 -1
  54. package/dist/esm/apis/TaskSchedulesApi.js +1 -1
  55. package/dist/esm/apis/TasksApi.d.ts +108 -2
  56. package/dist/esm/apis/TasksApi.js +174 -2
  57. package/dist/esm/apis/TelemetryRulesApi.d.ts +1 -1
  58. package/dist/esm/apis/TelemetryRulesApi.js +1 -1
  59. package/dist/esm/apis/UsersApi.d.ts +1 -1
  60. package/dist/esm/apis/UsersApi.js +1 -1
  61. package/dist/esm/models/AddressDTO.d.ts +1 -1
  62. package/dist/esm/models/AddressDTO.js +1 -1
  63. package/dist/esm/models/AddressRequest.d.ts +1 -1
  64. package/dist/esm/models/AddressRequest.js +1 -1
  65. package/dist/esm/models/CancelProcessInstanceRequest.d.ts +1 -1
  66. package/dist/esm/models/CancelProcessInstanceRequest.js +1 -1
  67. package/dist/esm/models/CompanyDTO.d.ts +1 -1
  68. package/dist/esm/models/CompanyDTO.js +1 -1
  69. package/dist/esm/models/CompanyRequest.d.ts +1 -1
  70. package/dist/esm/models/CompanyRequest.js +1 -1
  71. package/dist/esm/models/Correction.d.ts +77 -0
  72. package/dist/esm/models/Correction.js +61 -0
  73. package/dist/esm/models/DepartmentDTO.d.ts +1 -1
  74. package/dist/esm/models/DepartmentDTO.js +1 -1
  75. package/dist/esm/models/DepartmentRequest.d.ts +1 -1
  76. package/dist/esm/models/DepartmentRequest.js +1 -1
  77. package/dist/esm/models/DocumentCheckInRequest.d.ts +1 -1
  78. package/dist/esm/models/DocumentCheckInRequest.js +1 -1
  79. package/dist/esm/models/DocumentGroupDTO.d.ts +1 -1
  80. package/dist/esm/models/DocumentGroupDTO.js +1 -1
  81. package/dist/esm/models/DocumentGroupRequest.d.ts +1 -1
  82. package/dist/esm/models/DocumentGroupRequest.js +1 -1
  83. package/dist/esm/models/DocumentHistoryDTO.d.ts +1 -1
  84. package/dist/esm/models/DocumentHistoryDTO.js +1 -1
  85. package/dist/esm/models/DocumentSummaryDTO.d.ts +1 -1
  86. package/dist/esm/models/DocumentSummaryDTO.js +1 -1
  87. package/dist/esm/models/GoalProgress.d.ts +1 -1
  88. package/dist/esm/models/GoalProgress.js +1 -1
  89. package/dist/esm/models/GoalRequest.d.ts +1 -1
  90. package/dist/esm/models/GoalRequest.js +1 -1
  91. package/dist/esm/models/GoalRequestPropertiesInner.d.ts +1 -1
  92. package/dist/esm/models/GoalRequestPropertiesInner.js +1 -1
  93. package/dist/esm/models/NfcUnitDTO.d.ts +1 -1
  94. package/dist/esm/models/NfcUnitDTO.js +1 -1
  95. package/dist/esm/models/NfcUnitRequest.d.ts +1 -1
  96. package/dist/esm/models/NfcUnitRequest.js +1 -1
  97. package/dist/esm/models/ProcessDefinitionDTO.d.ts +1 -1
  98. package/dist/esm/models/ProcessDefinitionDTO.js +1 -1
  99. package/dist/esm/models/ProcessInstanceDTO.d.ts +1 -1
  100. package/dist/esm/models/ProcessInstanceDTO.js +1 -1
  101. package/dist/esm/models/ProjectDTO.d.ts +1 -1
  102. package/dist/esm/models/ProjectDTO.js +1 -1
  103. package/dist/esm/models/ProjectGoalDTO.d.ts +1 -1
  104. package/dist/esm/models/ProjectGoalDTO.js +1 -1
  105. package/dist/esm/models/ProjectGoalProperty.d.ts +1 -1
  106. package/dist/esm/models/ProjectGoalProperty.js +1 -1
  107. package/dist/esm/models/ProjectGoalPropertyDocument.d.ts +1 -1
  108. package/dist/esm/models/ProjectGoalPropertyDocument.js +1 -1
  109. package/dist/esm/models/ProjectGoalPropertyNumeric.d.ts +1 -1
  110. package/dist/esm/models/ProjectGoalPropertyNumeric.js +1 -1
  111. package/dist/esm/models/ProjectProgress.d.ts +1 -1
  112. package/dist/esm/models/ProjectProgress.js +1 -1
  113. package/dist/esm/models/ProjectRequest.d.ts +1 -1
  114. package/dist/esm/models/ProjectRequest.js +1 -1
  115. package/dist/esm/models/ResourceCommandRequest.d.ts +1 -1
  116. package/dist/esm/models/ResourceCommandRequest.js +1 -1
  117. package/dist/esm/models/ResourceDTO.d.ts +28 -1
  118. package/dist/esm/models/ResourceDTO.js +15 -1
  119. package/dist/esm/models/ResourceGroupDTO.d.ts +1 -1
  120. package/dist/esm/models/ResourceGroupDTO.js +1 -1
  121. package/dist/esm/models/ResourceRequest.d.ts +28 -1
  122. package/dist/esm/models/ResourceRequest.js +15 -1
  123. package/dist/esm/models/ResourceReservationDTO.d.ts +1 -1
  124. package/dist/esm/models/ResourceReservationDTO.js +1 -1
  125. package/dist/esm/models/ResourceStatusDTO.d.ts +1 -1
  126. package/dist/esm/models/ResourceStatusDTO.js +1 -1
  127. package/dist/esm/models/ResourceValueDTO.d.ts +1 -1
  128. package/dist/esm/models/ResourceValueDTO.js +1 -1
  129. package/dist/esm/models/ResourceValueRequest.d.ts +1 -1
  130. package/dist/esm/models/ResourceValueRequest.js +1 -1
  131. package/dist/esm/models/ScanResult.d.ts +2 -2
  132. package/dist/esm/models/ScanResult.js +3 -3
  133. package/dist/esm/models/SkillCategoryDTO.d.ts +1 -1
  134. package/dist/esm/models/SkillCategoryDTO.js +1 -1
  135. package/dist/esm/models/SkillCategoryRequest.d.ts +1 -1
  136. package/dist/esm/models/SkillCategoryRequest.js +1 -1
  137. package/dist/esm/models/SkillRecordDTO.d.ts +1 -1
  138. package/dist/esm/models/SkillRecordDTO.js +1 -1
  139. package/dist/esm/models/SkillRecordRequest.d.ts +1 -1
  140. package/dist/esm/models/SkillRecordRequest.js +1 -1
  141. package/dist/esm/models/SkillRequest.d.ts +1 -1
  142. package/dist/esm/models/SkillRequest.js +1 -1
  143. package/dist/esm/models/SkillSummaryDTO.d.ts +1 -1
  144. package/dist/esm/models/SkillSummaryDTO.js +1 -1
  145. package/dist/esm/models/StartProcessInstanceRequest.d.ts +1 -1
  146. package/dist/esm/models/StartProcessInstanceRequest.js +1 -1
  147. package/dist/esm/models/StopAtRequest.d.ts +44 -0
  148. package/dist/esm/models/StopAtRequest.js +45 -0
  149. package/dist/esm/models/TaskDTO.d.ts +8 -2
  150. package/dist/esm/models/TaskDTO.js +5 -3
  151. package/dist/esm/models/TaskRequest.d.ts +1 -1
  152. package/dist/esm/models/TaskRequest.js +1 -1
  153. package/dist/esm/models/TaskScheduleDTO.d.ts +1 -1
  154. package/dist/esm/models/TaskScheduleDTO.js +1 -1
  155. package/dist/esm/models/TaskScheduleRequest.d.ts +1 -1
  156. package/dist/esm/models/TaskScheduleRequest.js +1 -1
  157. package/dist/esm/models/TaskStatusRequest.d.ts +1 -1
  158. package/dist/esm/models/TaskStatusRequest.js +1 -1
  159. package/dist/esm/models/TelemetryRuleDTO.d.ts +1 -1
  160. package/dist/esm/models/TelemetryRuleDTO.js +1 -1
  161. package/dist/esm/models/TelemetryRuleRequest.d.ts +1 -1
  162. package/dist/esm/models/TelemetryRuleRequest.js +1 -1
  163. package/dist/esm/models/TrackingSummary.d.ts +8 -2
  164. package/dist/esm/models/TrackingSummary.js +5 -3
  165. package/dist/esm/models/UserDTO.d.ts +2 -2
  166. package/dist/esm/models/UserDTO.js +4 -4
  167. package/dist/esm/models/UserRequest.d.ts +1 -1
  168. package/dist/esm/models/UserRequest.js +2 -2
  169. package/dist/esm/models/WorkSession.d.ts +26 -1
  170. package/dist/esm/models/WorkSession.js +10 -1
  171. package/dist/esm/models/WorkSessionRequest.d.ts +50 -0
  172. package/dist/esm/models/WorkSessionRequest.js +47 -0
  173. package/dist/esm/models/index.d.ts +3 -0
  174. package/dist/esm/models/index.js +3 -0
  175. package/dist/esm/runtime.d.ts +1 -1
  176. package/dist/esm/runtime.js +1 -1
  177. package/dist/models/AddressDTO.d.ts +1 -1
  178. package/dist/models/AddressDTO.js +1 -1
  179. package/dist/models/AddressRequest.d.ts +1 -1
  180. package/dist/models/AddressRequest.js +1 -1
  181. package/dist/models/CancelProcessInstanceRequest.d.ts +1 -1
  182. package/dist/models/CancelProcessInstanceRequest.js +1 -1
  183. package/dist/models/CompanyDTO.d.ts +1 -1
  184. package/dist/models/CompanyDTO.js +1 -1
  185. package/dist/models/CompanyRequest.d.ts +1 -1
  186. package/dist/models/CompanyRequest.js +1 -1
  187. package/dist/models/Correction.d.ts +77 -0
  188. package/dist/models/Correction.js +69 -0
  189. package/dist/models/DepartmentDTO.d.ts +1 -1
  190. package/dist/models/DepartmentDTO.js +1 -1
  191. package/dist/models/DepartmentRequest.d.ts +1 -1
  192. package/dist/models/DepartmentRequest.js +1 -1
  193. package/dist/models/DocumentCheckInRequest.d.ts +1 -1
  194. package/dist/models/DocumentCheckInRequest.js +1 -1
  195. package/dist/models/DocumentGroupDTO.d.ts +1 -1
  196. package/dist/models/DocumentGroupDTO.js +1 -1
  197. package/dist/models/DocumentGroupRequest.d.ts +1 -1
  198. package/dist/models/DocumentGroupRequest.js +1 -1
  199. package/dist/models/DocumentHistoryDTO.d.ts +1 -1
  200. package/dist/models/DocumentHistoryDTO.js +1 -1
  201. package/dist/models/DocumentSummaryDTO.d.ts +1 -1
  202. package/dist/models/DocumentSummaryDTO.js +1 -1
  203. package/dist/models/GoalProgress.d.ts +1 -1
  204. package/dist/models/GoalProgress.js +1 -1
  205. package/dist/models/GoalRequest.d.ts +1 -1
  206. package/dist/models/GoalRequest.js +1 -1
  207. package/dist/models/GoalRequestPropertiesInner.d.ts +1 -1
  208. package/dist/models/GoalRequestPropertiesInner.js +1 -1
  209. package/dist/models/NfcUnitDTO.d.ts +1 -1
  210. package/dist/models/NfcUnitDTO.js +1 -1
  211. package/dist/models/NfcUnitRequest.d.ts +1 -1
  212. package/dist/models/NfcUnitRequest.js +1 -1
  213. package/dist/models/ProcessDefinitionDTO.d.ts +1 -1
  214. package/dist/models/ProcessDefinitionDTO.js +1 -1
  215. package/dist/models/ProcessInstanceDTO.d.ts +1 -1
  216. package/dist/models/ProcessInstanceDTO.js +1 -1
  217. package/dist/models/ProjectDTO.d.ts +1 -1
  218. package/dist/models/ProjectDTO.js +1 -1
  219. package/dist/models/ProjectGoalDTO.d.ts +1 -1
  220. package/dist/models/ProjectGoalDTO.js +1 -1
  221. package/dist/models/ProjectGoalProperty.d.ts +1 -1
  222. package/dist/models/ProjectGoalProperty.js +1 -1
  223. package/dist/models/ProjectGoalPropertyDocument.d.ts +1 -1
  224. package/dist/models/ProjectGoalPropertyDocument.js +1 -1
  225. package/dist/models/ProjectGoalPropertyNumeric.d.ts +1 -1
  226. package/dist/models/ProjectGoalPropertyNumeric.js +1 -1
  227. package/dist/models/ProjectProgress.d.ts +1 -1
  228. package/dist/models/ProjectProgress.js +1 -1
  229. package/dist/models/ProjectRequest.d.ts +1 -1
  230. package/dist/models/ProjectRequest.js +1 -1
  231. package/dist/models/ResourceCommandRequest.d.ts +1 -1
  232. package/dist/models/ResourceCommandRequest.js +1 -1
  233. package/dist/models/ResourceDTO.d.ts +28 -1
  234. package/dist/models/ResourceDTO.js +16 -1
  235. package/dist/models/ResourceGroupDTO.d.ts +1 -1
  236. package/dist/models/ResourceGroupDTO.js +1 -1
  237. package/dist/models/ResourceRequest.d.ts +28 -1
  238. package/dist/models/ResourceRequest.js +16 -1
  239. package/dist/models/ResourceReservationDTO.d.ts +1 -1
  240. package/dist/models/ResourceReservationDTO.js +1 -1
  241. package/dist/models/ResourceStatusDTO.d.ts +1 -1
  242. package/dist/models/ResourceStatusDTO.js +1 -1
  243. package/dist/models/ResourceValueDTO.d.ts +1 -1
  244. package/dist/models/ResourceValueDTO.js +1 -1
  245. package/dist/models/ResourceValueRequest.d.ts +1 -1
  246. package/dist/models/ResourceValueRequest.js +1 -1
  247. package/dist/models/ScanResult.d.ts +2 -2
  248. package/dist/models/ScanResult.js +3 -3
  249. package/dist/models/SkillCategoryDTO.d.ts +1 -1
  250. package/dist/models/SkillCategoryDTO.js +1 -1
  251. package/dist/models/SkillCategoryRequest.d.ts +1 -1
  252. package/dist/models/SkillCategoryRequest.js +1 -1
  253. package/dist/models/SkillRecordDTO.d.ts +1 -1
  254. package/dist/models/SkillRecordDTO.js +1 -1
  255. package/dist/models/SkillRecordRequest.d.ts +1 -1
  256. package/dist/models/SkillRecordRequest.js +1 -1
  257. package/dist/models/SkillRequest.d.ts +1 -1
  258. package/dist/models/SkillRequest.js +1 -1
  259. package/dist/models/SkillSummaryDTO.d.ts +1 -1
  260. package/dist/models/SkillSummaryDTO.js +1 -1
  261. package/dist/models/StartProcessInstanceRequest.d.ts +1 -1
  262. package/dist/models/StartProcessInstanceRequest.js +1 -1
  263. package/dist/models/StopAtRequest.d.ts +44 -0
  264. package/dist/models/StopAtRequest.js +52 -0
  265. package/dist/models/TaskDTO.d.ts +8 -2
  266. package/dist/models/TaskDTO.js +5 -3
  267. package/dist/models/TaskRequest.d.ts +1 -1
  268. package/dist/models/TaskRequest.js +1 -1
  269. package/dist/models/TaskScheduleDTO.d.ts +1 -1
  270. package/dist/models/TaskScheduleDTO.js +1 -1
  271. package/dist/models/TaskScheduleRequest.d.ts +1 -1
  272. package/dist/models/TaskScheduleRequest.js +1 -1
  273. package/dist/models/TaskStatusRequest.d.ts +1 -1
  274. package/dist/models/TaskStatusRequest.js +1 -1
  275. package/dist/models/TelemetryRuleDTO.d.ts +1 -1
  276. package/dist/models/TelemetryRuleDTO.js +1 -1
  277. package/dist/models/TelemetryRuleRequest.d.ts +1 -1
  278. package/dist/models/TelemetryRuleRequest.js +1 -1
  279. package/dist/models/TrackingSummary.d.ts +8 -2
  280. package/dist/models/TrackingSummary.js +5 -3
  281. package/dist/models/UserDTO.d.ts +2 -2
  282. package/dist/models/UserDTO.js +4 -4
  283. package/dist/models/UserRequest.d.ts +1 -1
  284. package/dist/models/UserRequest.js +2 -2
  285. package/dist/models/WorkSession.d.ts +26 -1
  286. package/dist/models/WorkSession.js +10 -1
  287. package/dist/models/WorkSessionRequest.d.ts +50 -0
  288. package/dist/models/WorkSessionRequest.js +54 -0
  289. package/dist/models/index.d.ts +3 -0
  290. package/dist/models/index.js +3 -0
  291. package/dist/runtime.d.ts +1 -1
  292. package/dist/runtime.js +1 -1
  293. package/package.json +1 -1
  294. package/src/apis/CompaniesApi.ts +424 -424
  295. package/src/apis/DepartmentsApi.ts +431 -380
  296. package/src/apis/DocumentGroupsApi.ts +287 -287
  297. package/src/apis/DocumentsApi.ts +798 -798
  298. package/src/apis/NFCApi.ts +443 -443
  299. package/src/apis/ProcessDefinitionsApi.ts +410 -410
  300. package/src/apis/ProcessInstancesApi.ts +451 -451
  301. package/src/apis/ProjectGoalsApi.ts +473 -473
  302. package/src/apis/ProjectsApi.ts +929 -929
  303. package/src/apis/ResourcesApi.ts +1544 -1481
  304. package/src/apis/SkillsApi.ts +682 -682
  305. package/src/apis/TaskSchedulesApi.ts +380 -380
  306. package/src/apis/TasksApi.ts +1297 -986
  307. package/src/apis/TelemetryRulesApi.ts +380 -380
  308. package/src/apis/UsersApi.ts +648 -648
  309. package/src/apis/index.ts +17 -17
  310. package/src/index.ts +5 -5
  311. package/src/models/AddressDTO.ts +137 -137
  312. package/src/models/AddressRequest.ts +129 -129
  313. package/src/models/CancelProcessInstanceRequest.ts +65 -65
  314. package/src/models/CompanyDTO.ts +121 -121
  315. package/src/models/CompanyRequest.ts +113 -113
  316. package/src/models/Correction.ts +125 -0
  317. package/src/models/DepartmentDTO.ts +105 -105
  318. package/src/models/DepartmentRequest.ts +89 -89
  319. package/src/models/DocumentCheckInRequest.ts +66 -66
  320. package/src/models/DocumentGroupDTO.ts +81 -81
  321. package/src/models/DocumentGroupRequest.ts +73 -73
  322. package/src/models/DocumentHistoryDTO.ts +97 -97
  323. package/src/models/DocumentSummaryDTO.ts +97 -97
  324. package/src/models/GoalProgress.ts +81 -81
  325. package/src/models/GoalRequest.ts +89 -89
  326. package/src/models/GoalRequestPropertiesInner.ts +73 -73
  327. package/src/models/NfcUnitDTO.ts +151 -151
  328. package/src/models/NfcUnitRequest.ts +111 -111
  329. package/src/models/ProcessDefinitionDTO.ts +141 -141
  330. package/src/models/ProcessInstanceDTO.ts +129 -129
  331. package/src/models/ProjectDTO.ts +137 -137
  332. package/src/models/ProjectGoalDTO.ts +81 -81
  333. package/src/models/ProjectGoalProperty.ts +111 -111
  334. package/src/models/ProjectGoalPropertyDocument.ts +73 -73
  335. package/src/models/ProjectGoalPropertyNumeric.ts +81 -81
  336. package/src/models/ProjectProgress.ts +81 -81
  337. package/src/models/ProjectRequest.ts +105 -105
  338. package/src/models/ResourceCommandRequest.ts +73 -73
  339. package/src/models/ResourceDTO.ts +261 -225
  340. package/src/models/ResourceGroupDTO.ts +81 -81
  341. package/src/models/ResourceRequest.ts +213 -177
  342. package/src/models/ResourceReservationDTO.ts +97 -97
  343. package/src/models/ResourceStatusDTO.ts +103 -103
  344. package/src/models/ResourceValueDTO.ts +73 -73
  345. package/src/models/ResourceValueRequest.ts +73 -73
  346. package/src/models/ScanResult.ts +119 -119
  347. package/src/models/SkillCategoryDTO.ts +97 -97
  348. package/src/models/SkillCategoryRequest.ts +81 -81
  349. package/src/models/SkillRecordDTO.ts +89 -89
  350. package/src/models/SkillRecordRequest.ts +73 -73
  351. package/src/models/SkillRequest.ts +89 -89
  352. package/src/models/SkillSummaryDTO.ts +105 -105
  353. package/src/models/StartProcessInstanceRequest.ts +73 -73
  354. package/src/models/StopAtRequest.ts +81 -0
  355. package/src/models/TaskDTO.ts +155 -147
  356. package/src/models/TaskRequest.ts +81 -81
  357. package/src/models/TaskScheduleDTO.ts +145 -145
  358. package/src/models/TaskScheduleRequest.ts +113 -113
  359. package/src/models/TaskStatusRequest.ts +83 -83
  360. package/src/models/TelemetryRuleDTO.ts +176 -176
  361. package/src/models/TelemetryRuleRequest.ts +135 -135
  362. package/src/models/TrackingSummary.ts +105 -97
  363. package/src/models/UserDTO.ts +182 -182
  364. package/src/models/UserRequest.ts +158 -158
  365. package/src/models/WorkSession.ts +129 -89
  366. package/src/models/WorkSessionRequest.ts +89 -0
  367. package/src/models/index.ts +58 -55
  368. package/src/runtime.ts +431 -431
@@ -4,7 +4,7 @@
4
4
  * Prioritize API
5
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
6
  *
7
- * The version of the OpenAPI document: 1.3.0
7
+ * The version of the OpenAPI document: 1.4.0
8
8
  * Contact: peter.haller@prioritize-iot.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Prioritize API
5
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
6
  *
7
- * The version of the OpenAPI document: 1.3.0
7
+ * The version of the OpenAPI document: 1.4.0
8
8
  * Contact: peter.haller@prioritize-iot.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,13 @@ export interface TrackingSummary {
26
26
  * @type {boolean}
27
27
  * @memberof TrackingSummary
28
28
  */
29
- tracking?: boolean;
29
+ trackingForMe?: boolean;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof TrackingSummary
34
+ */
35
+ runningCount?: number;
30
36
  /**
31
37
  *
32
38
  * @type {number}
@@ -4,7 +4,7 @@
4
4
  * Prioritize API
5
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
6
  *
7
- * The version of the OpenAPI document: 1.3.0
7
+ * The version of the OpenAPI document: 1.4.0
8
8
  * Contact: peter.haller@prioritize-iot.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,8 @@ export function TrackingSummaryFromJSONTyped(json, ignoreDiscriminator) {
26
26
  }
27
27
  return {
28
28
  'taskId': json['taskId'] == null ? undefined : json['taskId'],
29
- 'tracking': json['tracking'] == null ? undefined : json['tracking'],
29
+ 'trackingForMe': json['trackingForMe'] == null ? undefined : json['trackingForMe'],
30
+ 'runningCount': json['runningCount'] == null ? undefined : json['runningCount'],
30
31
  'totalSeconds': json['totalSeconds'] == null ? undefined : json['totalSeconds'],
31
32
  'totalText': json['totalText'] == null ? undefined : json['totalText'],
32
33
  'runningSince': json['runningSince'] == null ? undefined : (new Date(json['runningSince'])),
@@ -41,7 +42,8 @@ export function TrackingSummaryToJSONTyped(value, ignoreDiscriminator = false) {
41
42
  }
42
43
  return {
43
44
  'taskId': value['taskId'],
44
- 'tracking': value['tracking'],
45
+ 'trackingForMe': value['trackingForMe'],
46
+ 'runningCount': value['runningCount'],
45
47
  'totalSeconds': value['totalSeconds'],
46
48
  'totalText': value['totalText'],
47
49
  'runningSince': value['runningSince'] == null ? undefined : ((value['runningSince']).toISOString()),
@@ -2,7 +2,7 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -57,7 +57,7 @@ export interface UserDTO {
57
57
  * @type {Date}
58
58
  * @memberof UserDTO
59
59
  */
60
- lastLogin?: Date;
60
+ lastSeen?: Date;
61
61
  /**
62
62
  *
63
63
  * @type {Date}
@@ -4,7 +4,7 @@
4
4
  * Prioritize API
5
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
6
  *
7
- * The version of the OpenAPI document: 1.3.0
7
+ * The version of the OpenAPI document: 1.4.0
8
8
  * Contact: peter.haller@prioritize-iot.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -41,7 +41,7 @@ export function UserDTOFromJSONTyped(json, ignoreDiscriminator) {
41
41
  'firstname': json['firstname'] == null ? undefined : json['firstname'],
42
42
  'email': json['email'] == null ? undefined : json['email'],
43
43
  'occupation': json['occupation'] == null ? undefined : json['occupation'],
44
- 'lastLogin': json['lastLogin'] == null ? undefined : (new Date(json['lastLogin'])),
44
+ 'lastSeen': json['lastSeen'] == null ? undefined : (new Date(json['lastSeen'])),
45
45
  'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
46
46
  'gender': json['gender'] == null ? undefined : json['gender'],
47
47
  'address': json['address'] == null ? undefined : AddressDTOFromJSON(json['address']),
@@ -64,8 +64,8 @@ export function UserDTOToJSONTyped(value, ignoreDiscriminator = false) {
64
64
  'firstname': value['firstname'],
65
65
  'email': value['email'],
66
66
  'occupation': value['occupation'],
67
- 'lastLogin': value['lastLogin'] == null ? undefined : ((value['lastLogin']).toISOString()),
68
- 'dateOfBirth': value['dateOfBirth'] == null ? undefined : ((value['dateOfBirth']).toISOString()),
67
+ 'lastSeen': value['lastSeen'] == null ? undefined : ((value['lastSeen']).toISOString()),
68
+ 'dateOfBirth': value['dateOfBirth'] == null ? undefined : ((value['dateOfBirth']).toISOString().substring(0, 10)),
69
69
  'gender': value['gender'],
70
70
  'address': AddressDTOToJSON(value['address']),
71
71
  'departmentId': value['departmentId'],
@@ -2,7 +2,7 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Prioritize API
5
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
6
  *
7
- * The version of the OpenAPI document: 1.3.0
7
+ * The version of the OpenAPI document: 1.4.0
8
8
  * Contact: peter.haller@prioritize-iot.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -60,7 +60,7 @@ export function UserRequestToJSONTyped(value, ignoreDiscriminator = false) {
60
60
  'firstname': value['firstname'],
61
61
  'email': value['email'],
62
62
  'occupation': value['occupation'],
63
- 'dateOfBirth': value['dateOfBirth'] == null ? undefined : ((value['dateOfBirth']).toISOString()),
63
+ 'dateOfBirth': value['dateOfBirth'] == null ? undefined : ((value['dateOfBirth']).toISOString().substring(0, 10)),
64
64
  'gender': value['gender'],
65
65
  'address': AddressRequestToJSON(value['address']),
66
66
  'admin': value['admin'],
@@ -2,19 +2,38 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { Correction } from './Correction';
12
13
  /**
13
14
  *
14
15
  * @export
15
16
  * @interface WorkSession
16
17
  */
17
18
  export interface WorkSession {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof WorkSession
23
+ */
24
+ id?: number;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof WorkSession
29
+ */
30
+ userId?: number;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof WorkSession
35
+ */
36
+ username?: string;
18
37
  /**
19
38
  *
20
39
  * @type {Date}
@@ -39,6 +58,12 @@ export interface WorkSession {
39
58
  * @memberof WorkSession
40
59
  */
41
60
  running?: boolean;
61
+ /**
62
+ *
63
+ * @type {Correction}
64
+ * @memberof WorkSession
65
+ */
66
+ correction?: Correction;
42
67
  }
43
68
  /**
44
69
  * Check if a given object implements the WorkSession interface.
@@ -4,13 +4,14 @@
4
4
  * Prioritize API
5
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
6
  *
7
- * The version of the OpenAPI document: 1.3.0
7
+ * The version of the OpenAPI document: 1.4.0
8
8
  * Contact: peter.haller@prioritize-iot.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
+ import { CorrectionFromJSON, CorrectionToJSON, } from './Correction';
14
15
  /**
15
16
  * Check if a given object implements the WorkSession interface.
16
17
  */
@@ -25,10 +26,14 @@ export function WorkSessionFromJSONTyped(json, ignoreDiscriminator) {
25
26
  return json;
26
27
  }
27
28
  return {
29
+ 'id': json['id'] == null ? undefined : json['id'],
30
+ 'userId': json['userId'] == null ? undefined : json['userId'],
31
+ 'username': json['username'] == null ? undefined : json['username'],
28
32
  'from': json['from'] == null ? undefined : (new Date(json['from'])),
29
33
  'until': json['until'] == null ? undefined : (new Date(json['until'])),
30
34
  'seconds': json['seconds'] == null ? undefined : json['seconds'],
31
35
  'running': json['running'] == null ? undefined : json['running'],
36
+ 'correction': json['correction'] == null ? undefined : CorrectionFromJSON(json['correction']),
32
37
  };
33
38
  }
34
39
  export function WorkSessionToJSON(json) {
@@ -39,9 +44,13 @@ export function WorkSessionToJSONTyped(value, ignoreDiscriminator = false) {
39
44
  return value;
40
45
  }
41
46
  return {
47
+ 'id': value['id'],
48
+ 'userId': value['userId'],
49
+ 'username': value['username'],
42
50
  'from': value['from'] == null ? undefined : ((value['from']).toISOString()),
43
51
  'until': value['until'] == null ? undefined : ((value['until']).toISOString()),
44
52
  'seconds': value['seconds'],
45
53
  'running': value['running'],
54
+ 'correction': CorrectionToJSON(value['correction']),
46
55
  };
47
56
  }
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Prioritize API
3
+ * 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.
4
+ *
5
+ * The version of the OpenAPI document: 1.4.0
6
+ * Contact: peter.haller@prioritize-iot.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface WorkSessionRequest
16
+ */
17
+ export interface WorkSessionRequest {
18
+ /**
19
+ *
20
+ * @type {Date}
21
+ * @memberof WorkSessionRequest
22
+ */
23
+ from?: Date;
24
+ /**
25
+ *
26
+ * @type {Date}
27
+ * @memberof WorkSessionRequest
28
+ */
29
+ until?: Date;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof WorkSessionRequest
34
+ */
35
+ reason?: string;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof WorkSessionRequest
40
+ */
41
+ userId?: number;
42
+ }
43
+ /**
44
+ * Check if a given object implements the WorkSessionRequest interface.
45
+ */
46
+ export declare function instanceOfWorkSessionRequest(value: object): value is WorkSessionRequest;
47
+ export declare function WorkSessionRequestFromJSON(json: any): WorkSessionRequest;
48
+ export declare function WorkSessionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkSessionRequest;
49
+ export declare function WorkSessionRequestToJSON(json: any): WorkSessionRequest;
50
+ export declare function WorkSessionRequestToJSONTyped(value?: WorkSessionRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,47 @@
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
+ * Check if a given object implements the WorkSessionRequest interface.
16
+ */
17
+ export function instanceOfWorkSessionRequest(value) {
18
+ return true;
19
+ }
20
+ export function WorkSessionRequestFromJSON(json) {
21
+ return WorkSessionRequestFromJSONTyped(json, false);
22
+ }
23
+ export function WorkSessionRequestFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'from': json['from'] == null ? undefined : (new Date(json['from'])),
29
+ 'until': json['until'] == null ? undefined : (new Date(json['until'])),
30
+ 'reason': json['reason'] == null ? undefined : json['reason'],
31
+ 'userId': json['userId'] == null ? undefined : json['userId'],
32
+ };
33
+ }
34
+ export function WorkSessionRequestToJSON(json) {
35
+ return WorkSessionRequestToJSONTyped(json, false);
36
+ }
37
+ export function WorkSessionRequestToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'from': value['from'] == null ? undefined : ((value['from']).toISOString()),
43
+ 'until': value['until'] == null ? undefined : ((value['until']).toISOString()),
44
+ 'reason': value['reason'],
45
+ 'userId': value['userId'],
46
+ };
47
+ }
@@ -3,6 +3,7 @@ export * from './AddressRequest';
3
3
  export * from './CancelProcessInstanceRequest';
4
4
  export * from './CompanyDTO';
5
5
  export * from './CompanyRequest';
6
+ export * from './Correction';
6
7
  export * from './DepartmentDTO';
7
8
  export * from './DepartmentRequest';
8
9
  export * from './DocumentCheckInRequest';
@@ -40,6 +41,7 @@ export * from './SkillRecordRequest';
40
41
  export * from './SkillRequest';
41
42
  export * from './SkillSummaryDTO';
42
43
  export * from './StartProcessInstanceRequest';
44
+ export * from './StopAtRequest';
43
45
  export * from './TaskDTO';
44
46
  export * from './TaskRequest';
45
47
  export * from './TaskScheduleDTO';
@@ -51,3 +53,4 @@ export * from './TrackingSummary';
51
53
  export * from './UserDTO';
52
54
  export * from './UserRequest';
53
55
  export * from './WorkSession';
56
+ export * from './WorkSessionRequest';
@@ -5,6 +5,7 @@ export * from './AddressRequest';
5
5
  export * from './CancelProcessInstanceRequest';
6
6
  export * from './CompanyDTO';
7
7
  export * from './CompanyRequest';
8
+ export * from './Correction';
8
9
  export * from './DepartmentDTO';
9
10
  export * from './DepartmentRequest';
10
11
  export * from './DocumentCheckInRequest';
@@ -42,6 +43,7 @@ export * from './SkillRecordRequest';
42
43
  export * from './SkillRequest';
43
44
  export * from './SkillSummaryDTO';
44
45
  export * from './StartProcessInstanceRequest';
46
+ export * from './StopAtRequest';
45
47
  export * from './TaskDTO';
46
48
  export * from './TaskRequest';
47
49
  export * from './TaskScheduleDTO';
@@ -53,3 +55,4 @@ export * from './TrackingSummary';
53
55
  export * from './UserDTO';
54
56
  export * from './UserRequest';
55
57
  export * from './WorkSession';
58
+ export * from './WorkSessionRequest';
@@ -2,7 +2,7 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Prioritize API
5
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
6
  *
7
- * The version of the OpenAPI document: 1.3.0
7
+ * The version of the OpenAPI document: 1.4.0
8
8
  * Contact: peter.haller@prioritize-iot.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Prioritize API
6
6
  * 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.
7
7
  *
8
- * The version of the OpenAPI document: 1.3.0
8
+ * The version of the OpenAPI document: 1.4.0
9
9
  * Contact: peter.haller@prioritize-iot.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Prioritize API
6
6
  * 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.
7
7
  *
8
- * The version of the OpenAPI document: 1.3.0
8
+ * The version of the OpenAPI document: 1.4.0
9
9
  * Contact: peter.haller@prioritize-iot.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Prioritize API
6
6
  * 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.
7
7
  *
8
- * The version of the OpenAPI document: 1.3.0
8
+ * The version of the OpenAPI document: 1.4.0
9
9
  * Contact: peter.haller@prioritize-iot.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Prioritize API
6
6
  * 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.
7
7
  *
8
- * The version of the OpenAPI document: 1.3.0
8
+ * The version of the OpenAPI document: 1.4.0
9
9
  * Contact: peter.haller@prioritize-iot.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Prioritize API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 1.3.0
5
+ * The version of the OpenAPI document: 1.4.0
6
6
  * Contact: peter.haller@prioritize-iot.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Prioritize API
6
6
  * 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.
7
7
  *
8
- * The version of the OpenAPI document: 1.3.0
8
+ * The version of the OpenAPI document: 1.4.0
9
9
  * Contact: peter.haller@prioritize-iot.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,77 @@
1
+ /**
2
+ * Prioritize API
3
+ * 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.
4
+ *
5
+ * The version of the OpenAPI document: 1.4.0
6
+ * Contact: peter.haller@prioritize-iot.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface Correction
16
+ */
17
+ export interface Correction {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof Correction
22
+ */
23
+ kind?: CorrectionKindEnum;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof Correction
28
+ */
29
+ correctedById?: number;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof Correction
34
+ */
35
+ correctedBy?: string;
36
+ /**
37
+ *
38
+ * @type {Date}
39
+ * @memberof Correction
40
+ */
41
+ correctedAt?: Date;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof Correction
46
+ */
47
+ reason?: string;
48
+ /**
49
+ *
50
+ * @type {Date}
51
+ * @memberof Correction
52
+ */
53
+ originalFrom?: Date;
54
+ /**
55
+ *
56
+ * @type {Date}
57
+ * @memberof Correction
58
+ */
59
+ originalUntil?: Date;
60
+ }
61
+ /**
62
+ * @export
63
+ */
64
+ export declare const CorrectionKindEnum: {
65
+ readonly Corrected: "CORRECTED";
66
+ readonly BackdatedStop: "BACKDATED_STOP";
67
+ readonly ManualEntry: "MANUAL_ENTRY";
68
+ };
69
+ export type CorrectionKindEnum = typeof CorrectionKindEnum[keyof typeof CorrectionKindEnum];
70
+ /**
71
+ * Check if a given object implements the Correction interface.
72
+ */
73
+ export declare function instanceOfCorrection(value: object): value is Correction;
74
+ export declare function CorrectionFromJSON(json: any): Correction;
75
+ export declare function CorrectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): Correction;
76
+ export declare function CorrectionToJSON(json: any): Correction;
77
+ export declare function CorrectionToJSONTyped(value?: Correction | null, ignoreDiscriminator?: boolean): any;