@fenixalliance/abs-api-client 1.0.16 → 1.1.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 (553) hide show
  1. package/app/index.ts +74 -5
  2. package/clients/accountingService/sdk.gen.ts +409 -137
  3. package/clients/accountingService/types.gen.ts +678 -1006
  4. package/clients/assetsService/client.gen.ts +18 -0
  5. package/clients/assetsService/index.ts +3 -0
  6. package/clients/assetsService/sdk.gen.ts +808 -0
  7. package/clients/assetsService/types.gen.ts +2762 -0
  8. package/clients/cartService/sdk.gen.ts +181 -77
  9. package/clients/cartService/types.gen.ts +328 -198
  10. package/clients/catalogService/sdk.gen.ts +353 -121
  11. package/clients/catalogService/types.gen.ts +371 -706
  12. package/clients/contentService/sdk.gen.ts +129 -49
  13. package/clients/contentService/types.gen.ts +154 -281
  14. package/clients/crmService/sdk.gen.ts +125 -9
  15. package/clients/crmService/types.gen.ts +432 -38
  16. package/clients/dealsService/sdk.gen.ts +203 -63
  17. package/clients/dealsService/types.gen.ts +413 -273
  18. package/clients/emailTemplates/client.gen.ts +18 -0
  19. package/clients/emailTemplates/index.ts +3 -0
  20. package/clients/emailTemplates/sdk.gen.ts +142 -0
  21. package/clients/emailTemplates/types.gen.ts +354 -0
  22. package/clients/forexService/sdk.gen.ts +49 -17
  23. package/clients/forexService/types.gen.ts +68 -51
  24. package/clients/globeService/sdk.gen.ts +121 -41
  25. package/clients/globeService/types.gen.ts +100 -100
  26. package/clients/hrmsService/client.gen.ts +18 -0
  27. package/clients/hrmsService/index.ts +3 -0
  28. package/clients/hrmsService/sdk.gen.ts +438 -0
  29. package/clients/hrmsService/types.gen.ts +1498 -0
  30. package/clients/identityService/sdk.gen.ts +84 -28
  31. package/clients/identityService/types.gen.ts +65 -93
  32. package/clients/inventoryService/sdk.gen.ts +6 -2
  33. package/clients/inventoryService/types.gen.ts +2 -2
  34. package/clients/invoicingService/types.gen.ts +241 -157
  35. package/clients/learningService/sdk.gen.ts +5 -5
  36. package/clients/learningService/types.gen.ts +97 -378
  37. package/clients/locationsService/client.gen.ts +18 -0
  38. package/clients/locationsService/index.ts +3 -0
  39. package/clients/locationsService/sdk.gen.ts +290 -0
  40. package/clients/locationsService/types.gen.ts +885 -0
  41. package/clients/logisticsService/client.gen.ts +18 -0
  42. package/clients/logisticsService/index.ts +3 -0
  43. package/clients/logisticsService/sdk.gen.ts +153 -0
  44. package/clients/logisticsService/types.gen.ts +540 -0
  45. package/clients/marketingService/sdk.gen.ts +295 -99
  46. package/clients/marketingService/types.gen.ts +279 -349
  47. package/clients/marketplaceService/client.gen.ts +18 -0
  48. package/clients/marketplaceService/index.ts +3 -0
  49. package/clients/marketplaceService/sdk.gen.ts +142 -0
  50. package/clients/marketplaceService/types.gen.ts +354 -0
  51. package/clients/ordersService/types.gen.ts +184 -103
  52. package/clients/paymentsService/sdk.gen.ts +35 -13
  53. package/clients/paymentsService/types.gen.ts +46 -135
  54. package/clients/pricingService/sdk.gen.ts +153 -45
  55. package/clients/pricingService/types.gen.ts +164 -197
  56. package/clients/projectsService/sdk.gen.ts +181 -61
  57. package/clients/projectsService/types.gen.ts +170 -203
  58. package/clients/quotesService/types.gen.ts +198 -88
  59. package/clients/salesService/sdk.gen.ts +6 -2
  60. package/clients/salesService/types.gen.ts +2 -2
  61. package/clients/securityService/sdk.gen.ts +13 -13
  62. package/clients/securityService/types.gen.ts +32 -84
  63. package/clients/servicesService/client.gen.ts +18 -0
  64. package/clients/servicesService/index.ts +3 -0
  65. package/clients/servicesService/sdk.gen.ts +608 -0
  66. package/clients/servicesService/types.gen.ts +3093 -0
  67. package/clients/shipmentsService/sdk.gen.ts +7 -3
  68. package/clients/shipmentsService/types.gen.ts +5 -5
  69. package/clients/socialService/sdk.gen.ts +205 -73
  70. package/clients/socialService/types.gen.ts +190 -296
  71. package/clients/storageService/sdk.gen.ts +32 -8
  72. package/clients/storageService/types.gen.ts +21 -87
  73. package/clients/subscriptionsService/client.gen.ts +18 -0
  74. package/clients/subscriptionsService/index.ts +3 -0
  75. package/clients/subscriptionsService/sdk.gen.ts +290 -0
  76. package/clients/subscriptionsService/types.gen.ts +1435 -0
  77. package/clients/supportService/sdk.gen.ts +277 -93
  78. package/clients/supportService/types.gen.ts +257 -414
  79. package/clients/systemService/sdk.gen.ts +223 -39
  80. package/clients/systemService/types.gen.ts +454 -154
  81. package/clients/tenantsService/sdk.gen.ts +186 -60
  82. package/clients/tenantsService/types.gen.ts +507 -361
  83. package/clients/timeTrackerService/sdk.gen.ts +73 -25
  84. package/clients/timeTrackerService/types.gen.ts +62 -80
  85. package/clients/usersService/sdk.gen.ts +101 -1
  86. package/clients/usersService/types.gen.ts +352 -0
  87. package/clients/walletsService/types.gen.ts +52 -29
  88. package/package.json +4 -2
  89. package/schemas/accountingService/schema.s.ts +5580 -4955
  90. package/schemas/assetsService/schema.s.ts +3385 -0
  91. package/schemas/cartService/schema.s.ts +1478 -1190
  92. package/schemas/catalogService/schema.s.ts +3323 -2795
  93. package/schemas/contentService/schema.s.ts +1445 -1194
  94. package/schemas/crmService/schema.s.ts +657 -146
  95. package/schemas/dealsService/schema.s.ts +2243 -1842
  96. package/schemas/emailTemplates/schema.s.ts +335 -0
  97. package/schemas/forexService/schema.s.ts +343 -270
  98. package/schemas/globeService/schema.s.ts +1143 -963
  99. package/schemas/identityService/schema.s.ts +490 -364
  100. package/schemas/inventoryService/schema.s.ts +28 -19
  101. package/schemas/invoicingService/schema.s.ts +73 -0
  102. package/schemas/learningService/schema.s.ts +2 -2
  103. package/schemas/locationsService/schema.s.ts +980 -0
  104. package/schemas/logisticsService/schema.s.ts +474 -0
  105. package/schemas/marketingService/schema.s.ts +3361 -2908
  106. package/schemas/marketplaceService/schema.s.ts +335 -0
  107. package/schemas/ordersService/schema.s.ts +90 -0
  108. package/schemas/paymentsService/schema.s.ts +282 -227
  109. package/schemas/pricingService/schema.s.ts +1043 -804
  110. package/schemas/projectsService/schema.s.ts +1452 -1184
  111. package/schemas/quotesService/schema.s.ts +104 -0
  112. package/schemas/salesService/schema.s.ts +28 -19
  113. package/schemas/securityService/schema.s.ts +112 -14
  114. package/schemas/servicesService/schema.s.ts +3681 -0
  115. package/schemas/shipmentsService/schema.s.ts +43 -34
  116. package/schemas/socialService/schema.s.ts +1665 -1246
  117. package/schemas/storageService/schema.s.ts +260 -239
  118. package/schemas/subscriptionsService/schema.s.ts +1651 -0
  119. package/schemas/supportService/schema.s.ts +2420 -2039
  120. package/schemas/systemService/schema.s.ts +2107 -1479
  121. package/schemas/tenantsService/schema.s.ts +1588 -960
  122. package/schemas/timeTrackerService/schema.s.ts +550 -444
  123. package/schemas/usersService/schema.s.ts +440 -0
  124. package/schemas/walletsService/schema.s.ts +36 -0
  125. package/vite.config.js +1 -0
  126. package/wwwroot/build/bundle.js +1 -1
  127. package/clients/authService/core/ApiError.js +0 -20
  128. package/clients/authService/core/ApiError.ts +0 -25
  129. package/clients/authService/core/ApiRequestOptions.js +0 -2
  130. package/clients/authService/core/ApiRequestOptions.ts +0 -17
  131. package/clients/authService/core/ApiResult.js +0 -2
  132. package/clients/authService/core/ApiResult.ts +0 -11
  133. package/clients/authService/core/CancelablePromise.js +0 -104
  134. package/clients/authService/core/CancelablePromise.ts +0 -131
  135. package/clients/authService/core/OpenAPI.js +0 -14
  136. package/clients/authService/core/OpenAPI.ts +0 -32
  137. package/clients/authService/core/request.js +0 -294
  138. package/clients/authService/core/request.ts +0 -322
  139. package/clients/authService/index.js +0 -28
  140. package/clients/authService/index.ts +0 -48
  141. package/clients/authService/models/AccessTokenResponse.js +0 -2
  142. package/clients/authService/models/AccessTokenResponse.ts +0 -11
  143. package/clients/authService/models/AccountHolderCreateDto.js +0 -12
  144. package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
  145. package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
  146. package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
  147. package/clients/authService/models/ApiAuthorizationResult.js +0 -2
  148. package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
  149. package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
  150. package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
  151. package/clients/authService/models/EnrollmentId.js +0 -2
  152. package/clients/authService/models/EnrollmentId.ts +0 -5
  153. package/clients/authService/models/ErrorEnvelope.js +0 -2
  154. package/clients/authService/models/ErrorEnvelope.ts +0 -12
  155. package/clients/authService/models/ForgotPasswordRequest.js +0 -2
  156. package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
  157. package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
  158. package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
  159. package/clients/authService/models/InfoRequest.js +0 -2
  160. package/clients/authService/models/InfoRequest.ts +0 -10
  161. package/clients/authService/models/InfoResponse.js +0 -2
  162. package/clients/authService/models/InfoResponse.ts +0 -9
  163. package/clients/authService/models/JsonWebKey.js +0 -2
  164. package/clients/authService/models/JsonWebKey.ts +0 -13
  165. package/clients/authService/models/JsonWebKeySet.js +0 -2
  166. package/clients/authService/models/JsonWebKeySet.ts +0 -9
  167. package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
  168. package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
  169. package/clients/authService/models/JsonWebToken.js +0 -2
  170. package/clients/authService/models/JsonWebToken.ts +0 -15
  171. package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
  172. package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
  173. package/clients/authService/models/JsonWebTokenHeader.js +0 -2
  174. package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
  175. package/clients/authService/models/JsonWebTokenPayload.js +0 -2
  176. package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
  177. package/clients/authService/models/LoginRequest.js +0 -2
  178. package/clients/authService/models/LoginRequest.ts +0 -11
  179. package/clients/authService/models/OAuthTokenRequest.js +0 -2
  180. package/clients/authService/models/OAuthTokenRequest.ts +0 -12
  181. package/clients/authService/models/OpenIdConfiguration.js +0 -2
  182. package/clients/authService/models/OpenIdConfiguration.ts +0 -19
  183. package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
  184. package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
  185. package/clients/authService/models/RefreshRequest.js +0 -2
  186. package/clients/authService/models/RefreshRequest.ts +0 -8
  187. package/clients/authService/models/RegisterRequest.js +0 -2
  188. package/clients/authService/models/RegisterRequest.ts +0 -9
  189. package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
  190. package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
  191. package/clients/authService/models/ResetPasswordRequest.js +0 -2
  192. package/clients/authService/models/ResetPasswordRequest.ts +0 -10
  193. package/clients/authService/models/SigninModel.js +0 -2
  194. package/clients/authService/models/SigninModel.ts +0 -9
  195. package/clients/authService/models/StringListEnvelope.js +0 -2
  196. package/clients/authService/models/StringListEnvelope.ts +0 -13
  197. package/clients/authService/models/TenantId.js +0 -2
  198. package/clients/authService/models/TenantId.ts +0 -5
  199. package/clients/authService/models/TwoFactorRequest.js +0 -2
  200. package/clients/authService/models/TwoFactorRequest.ts +0 -12
  201. package/clients/authService/models/TwoFactorResponse.js +0 -2
  202. package/clients/authService/models/TwoFactorResponse.ts +0 -12
  203. package/clients/authService/models/UserId.js +0 -2
  204. package/clients/authService/models/UserId.ts +0 -5
  205. package/clients/authService/services/ApplicationsService.js +0 -112
  206. package/clients/authService/services/ApplicationsService.ts +0 -132
  207. package/clients/authService/services/AuthService.js +0 -246
  208. package/clients/authService/services/AuthService.ts +0 -293
  209. package/clients/authService/services/CheckerService.js +0 -22
  210. package/clients/authService/services/CheckerService.ts +0 -25
  211. package/clients/authService/services/OAuthService.js +0 -152
  212. package/clients/authService/services/OAuthService.ts +0 -183
  213. package/clients/authService/services/ResourceService.js +0 -22
  214. package/clients/authService/services/ResourceService.ts +0 -25
  215. package/clients/authService/services/UserInfoService.js +0 -36
  216. package/clients/authService/services/UserInfoService.ts +0 -41
  217. package/clients/holderService/core/ApiError.js +0 -20
  218. package/clients/holderService/core/ApiError.ts +0 -25
  219. package/clients/holderService/core/ApiRequestOptions.js +0 -2
  220. package/clients/holderService/core/ApiRequestOptions.ts +0 -17
  221. package/clients/holderService/core/ApiResult.js +0 -2
  222. package/clients/holderService/core/ApiResult.ts +0 -11
  223. package/clients/holderService/core/CancelablePromise.js +0 -104
  224. package/clients/holderService/core/CancelablePromise.ts +0 -131
  225. package/clients/holderService/core/OpenAPI.js +0 -14
  226. package/clients/holderService/core/OpenAPI.ts +0 -32
  227. package/clients/holderService/core/request.js +0 -294
  228. package/clients/holderService/core/request.ts +0 -322
  229. package/clients/holderService/index.js +0 -30
  230. package/clients/holderService/index.ts +0 -47
  231. package/clients/holderService/models/AddressDto.js +0 -2
  232. package/clients/holderService/models/AddressDto.ts +0 -31
  233. package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
  234. package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
  235. package/clients/holderService/models/CartDto.js +0 -2
  236. package/clients/holderService/models/CartDto.ts +0 -18
  237. package/clients/holderService/models/CartDtoEnvelope.js +0 -2
  238. package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
  239. package/clients/holderService/models/EmptyEnvelope.js +0 -2
  240. package/clients/holderService/models/EmptyEnvelope.ts +0 -12
  241. package/clients/holderService/models/EnrollmentId.js +0 -2
  242. package/clients/holderService/models/EnrollmentId.ts +0 -5
  243. package/clients/holderService/models/ErrorEnvelope.js +0 -2
  244. package/clients/holderService/models/ErrorEnvelope.ts +0 -12
  245. package/clients/holderService/models/ExtendedTenantDto.js +0 -2
  246. package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
  247. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
  248. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
  249. package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
  250. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  251. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
  252. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
  253. package/clients/holderService/models/ExtendedUserDto.js +0 -26
  254. package/clients/holderService/models/ExtendedUserDto.ts +0 -80
  255. package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
  256. package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
  257. package/clients/holderService/models/FollowRecordDto.js +0 -2
  258. package/clients/holderService/models/FollowRecordDto.ts +0 -12
  259. package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
  260. package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
  261. package/clients/holderService/models/Int32Envelope.js +0 -2
  262. package/clients/holderService/models/Int32Envelope.ts +0 -13
  263. package/clients/holderService/models/NotificationDto.js +0 -2
  264. package/clients/holderService/models/NotificationDto.ts +0 -16
  265. package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
  266. package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
  267. package/clients/holderService/models/Operation.js +0 -16
  268. package/clients/holderService/models/Operation.ts +0 -23
  269. package/clients/holderService/models/SocialProfileDto.js +0 -12
  270. package/clients/holderService/models/SocialProfileDto.ts +0 -40
  271. package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
  272. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
  273. package/clients/holderService/models/TenantDto.js +0 -2
  274. package/clients/holderService/models/TenantDto.ts +0 -45
  275. package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
  276. package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
  277. package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
  278. package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
  279. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  280. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  281. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  282. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  283. package/clients/holderService/models/TenantInvitationDto.js +0 -2
  284. package/clients/holderService/models/TenantInvitationDto.ts +0 -16
  285. package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
  286. package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  287. package/clients/holderService/models/UserDto.js +0 -26
  288. package/clients/holderService/models/UserDto.ts +0 -72
  289. package/clients/holderService/models/UserDtoEnvelope.js +0 -2
  290. package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
  291. package/clients/holderService/models/UserSettingsDto.js +0 -12
  292. package/clients/holderService/models/UserSettingsDto.ts +0 -21
  293. package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
  294. package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
  295. package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
  296. package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
  297. package/clients/holderService/models/UserUpdateDto.js +0 -14
  298. package/clients/holderService/models/UserUpdateDto.ts +0 -43
  299. package/clients/holderService/models/WalletDto.js +0 -2
  300. package/clients/holderService/models/WalletDto.ts +0 -22
  301. package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
  302. package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
  303. package/clients/holderService/services/UserService.js +0 -507
  304. package/clients/holderService/services/UserService.ts +0 -587
  305. package/clients/tenantService/core/ApiError.js +0 -20
  306. package/clients/tenantService/core/ApiError.ts +0 -25
  307. package/clients/tenantService/core/ApiRequestOptions.js +0 -2
  308. package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
  309. package/clients/tenantService/core/ApiResult.js +0 -2
  310. package/clients/tenantService/core/ApiResult.ts +0 -11
  311. package/clients/tenantService/core/CancelablePromise.js +0 -104
  312. package/clients/tenantService/core/CancelablePromise.ts +0 -131
  313. package/clients/tenantService/core/OpenAPI.js +0 -14
  314. package/clients/tenantService/core/OpenAPI.ts +0 -32
  315. package/clients/tenantService/core/request.js +0 -294
  316. package/clients/tenantService/core/request.ts +0 -322
  317. package/clients/tenantService/index.js +0 -24
  318. package/clients/tenantService/index.ts +0 -118
  319. package/clients/tenantService/models/BooleanEnvelope.js +0 -2
  320. package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
  321. package/clients/tenantService/models/CartDto.js +0 -2
  322. package/clients/tenantService/models/CartDto.ts +0 -18
  323. package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
  324. package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
  325. package/clients/tenantService/models/EmptyEnvelope.js +0 -2
  326. package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
  327. package/clients/tenantService/models/ErrorEnvelope.js +0 -2
  328. package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
  329. package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
  330. package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
  331. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
  332. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
  333. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
  334. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  335. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
  336. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
  337. package/clients/tenantService/models/Int32Envelope.js +0 -2
  338. package/clients/tenantService/models/Int32Envelope.ts +0 -13
  339. package/clients/tenantService/models/NotificationDto.js +0 -2
  340. package/clients/tenantService/models/NotificationDto.ts +0 -16
  341. package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
  342. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
  343. package/clients/tenantService/models/Operation.js +0 -16
  344. package/clients/tenantService/models/Operation.ts +0 -23
  345. package/clients/tenantService/models/SocialProfileDto.js +0 -12
  346. package/clients/tenantService/models/SocialProfileDto.ts +0 -40
  347. package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
  348. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
  349. package/clients/tenantService/models/StringListEnvelope.js +0 -2
  350. package/clients/tenantService/models/StringListEnvelope.ts +0 -13
  351. package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
  352. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
  353. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
  354. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
  355. package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
  356. package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
  357. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
  358. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
  359. package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
  360. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
  361. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
  362. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
  363. package/clients/tenantService/models/TenantCreateDto.js +0 -2
  364. package/clients/tenantService/models/TenantCreateDto.ts +0 -25
  365. package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
  366. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
  367. package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
  368. package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
  369. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
  370. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
  371. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
  372. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
  373. package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
  374. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
  375. package/clients/tenantService/models/TenantDto.js +0 -2
  376. package/clients/tenantService/models/TenantDto.ts +0 -45
  377. package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
  378. package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
  379. package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
  380. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
  381. package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
  382. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
  383. package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
  384. package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
  385. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  386. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  387. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  388. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  389. package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
  390. package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
  391. package/clients/tenantService/models/TenantIndustryDto.js +0 -2
  392. package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
  393. package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
  394. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
  395. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
  396. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
  397. package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
  398. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
  399. package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
  400. package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
  401. package/clients/tenantService/models/TenantInvitationDto.js +0 -2
  402. package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
  403. package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
  404. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
  405. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
  406. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  407. package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
  408. package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
  409. package/clients/tenantService/models/TenantPositionDto.js +0 -2
  410. package/clients/tenantService/models/TenantPositionDto.ts +0 -13
  411. package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
  412. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
  413. package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
  414. package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
  415. package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
  416. package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
  417. package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
  418. package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
  419. package/clients/tenantService/models/TenantSegmentDto.js +0 -2
  420. package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
  421. package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
  422. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
  423. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
  424. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
  425. package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
  426. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
  427. package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
  428. package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
  429. package/clients/tenantService/models/TenantSizeDto.js +0 -2
  430. package/clients/tenantService/models/TenantSizeDto.ts +0 -12
  431. package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
  432. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
  433. package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
  434. package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
  435. package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
  436. package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
  437. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
  438. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
  439. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
  440. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
  441. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
  442. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
  443. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
  447. package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
  448. package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
  449. package/clients/tenantService/models/TenantTeamDto.js +0 -2
  450. package/clients/tenantService/models/TenantTeamDto.ts +0 -17
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
  452. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
  453. package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
  454. package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
  458. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
  459. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
  460. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
  461. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
  462. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
  463. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
  464. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
  465. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
  466. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
  467. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
  468. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
  469. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
  470. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
  471. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
  472. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
  473. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
  474. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
  475. package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
  476. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
  477. package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
  478. package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
  479. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
  480. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
  481. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
  482. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
  483. package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
  484. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
  485. package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
  486. package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
  487. package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
  488. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
  489. package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
  490. package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
  491. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
  492. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
  493. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
  494. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
  495. package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
  496. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
  497. package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
  498. package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
  499. package/clients/tenantService/models/TenantTypeDto.js +0 -2
  500. package/clients/tenantService/models/TenantTypeDto.ts +0 -11
  501. package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
  502. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
  503. package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
  504. package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
  505. package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
  506. package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
  507. package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
  508. package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
  509. package/clients/tenantService/models/TenantUnitDto.js +0 -2
  510. package/clients/tenantService/models/TenantUnitDto.ts +0 -18
  511. package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
  512. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
  513. package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
  514. package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
  515. package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
  516. package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
  517. package/clients/tenantService/models/TenantUpdateDto.js +0 -2
  518. package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
  519. package/clients/tenantService/models/UserDto.js +0 -26
  520. package/clients/tenantService/models/UserDto.ts +0 -72
  521. package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
  522. package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
  523. package/clients/tenantService/models/WalletDto.js +0 -2
  524. package/clients/tenantService/models/WalletDto.ts +0 -22
  525. package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
  526. package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
  527. package/clients/tenantService/models/WebPortalDto.js +0 -2
  528. package/clients/tenantService/models/WebPortalDto.ts +0 -19
  529. package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
  530. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
  531. package/clients/tenantService/services/SizesService.js +0 -173
  532. package/clients/tenantService/services/SizesService.ts +0 -204
  533. package/clients/tenantService/services/TenantsService.js +0 -3173
  534. package/clients/tenantService/services/TenantsService.ts +0 -3701
  535. package/openapi-ts-error-1774919197061.log +0 -12
  536. package/openapi-ts-error-1774919206848.log +0 -12
  537. package/openapi-ts-error-1774919211413.log +0 -12
  538. package/openapi-ts-error-1774919234889.log +0 -12
  539. package/openapi-ts-error-1774919238790.log +0 -12
  540. package/openapi-ts-error-1774919250450.log +0 -12
  541. package/openapi-ts-error-1774919289933.log +0 -12
  542. package/openapi-ts-error-1774919293886.log +0 -12
  543. package/openapi-ts-error-1774919297530.log +0 -12
  544. package/openapi-ts-error-1774952133757.log +0 -12
  545. package/openapi-ts-error-1774952145095.log +0 -12
  546. package/openapi-ts-error-1774952149289.log +0 -12
  547. package/openapi-ts-error-1774952170560.log +0 -12
  548. package/openapi-ts-error-1774952173946.log +0 -12
  549. package/openapi-ts-error-1774952221374.log +0 -12
  550. package/openapi-ts-error-1774952225129.log +0 -12
  551. package/openapi-ts-error-1774952228932.log +0 -12
  552. package/openapi-ts-error-1774955105047.log +0 -12
  553. package/output.txt +0 -1831
@@ -231,1402 +231,1670 @@ export interface paths {
231
231
  };
232
232
  };
233
233
  "/api/v2/ProjectsService/Projects": {
234
- get: {
235
- parameters: {
236
- query: {
237
- tenantId: string;
238
- };
234
+ /**
235
+ * Retrieves all projects
236
+ * @description Gets all projects for the current tenant with OData support.
237
+ */
238
+ get: operations["GetProjectsByTenantIdAsync"];
239
+ /**
240
+ * Creates a new project
241
+ * @description Creates a new project for the current tenant.
242
+ */
243
+ post: operations["CreateProjectAsync"];
244
+ };
245
+ "/api/v2/ProjectsService/Projects/Count": {
246
+ /**
247
+ * Counts projects
248
+ * @description Gets the count of projects for the current tenant.
249
+ */
250
+ get: operations["GetProjectsCountByTenantIdAsync"];
251
+ };
252
+ "/api/v2/ProjectsService/Projects/{projectId}": {
253
+ /**
254
+ * Gets a project by ID
255
+ * @description Retrieves the details of a project using its unique identifier.
256
+ */
257
+ get: operations["GetProjectByIdAsync"];
258
+ /**
259
+ * Updates a project
260
+ * @description Updates the specified project.
261
+ */
262
+ put: operations["UpdateProjectAsync"];
263
+ /**
264
+ * Deletes a project
265
+ * @description Deletes the specified project.
266
+ */
267
+ delete: operations["DeleteProjectAsync"];
268
+ };
269
+ "/api/v2/ProjectsService/Projects/{projectId}/Periods": {
270
+ /**
271
+ * Retrieves project periods
272
+ * @description Gets all periods for a specific project.
273
+ */
274
+ get: operations["GetProjectPeriodsAsync"];
275
+ /**
276
+ * Creates a project period
277
+ * @description Creates a new period for the specified project.
278
+ */
279
+ post: operations["CreateProjectPeriodAsync"];
280
+ };
281
+ "/api/v2/ProjectsService/Projects/{projectId}/Periods/{projectPeriodId}": {
282
+ /**
283
+ * Updates a project period
284
+ * @description Updates the specified period for a project.
285
+ */
286
+ put: operations["UpdateProjectPeriodAsync"];
287
+ /**
288
+ * Deletes a project period
289
+ * @description Deletes the specified period from a project.
290
+ */
291
+ delete: operations["DeleteProjectPeriodAsync"];
292
+ };
293
+ "/api/v2/ProjectsService/Projects/{projectId}/TimeLogs": {
294
+ /**
295
+ * Retrieves project time logs
296
+ * @description Gets all time log entries for a specific project with OData support.
297
+ */
298
+ get: operations["GetProjectTimeLogsAsync"];
299
+ };
300
+ "/api/v2/ProjectsService/Projects/{projectId}/TimeLogs/Count": {
301
+ /**
302
+ * Counts project time logs
303
+ * @description Gets the count of time log entries for a specific project.
304
+ */
305
+ get: operations["GetProjectTimeLogsCountAsync"];
306
+ };
307
+ "/api/v2/ProjectsService/Projects/{projectId}/Tasks": {
308
+ /**
309
+ * Retrieves project tasks
310
+ * @description Gets all tasks for a specific project with OData support.
311
+ */
312
+ get: operations["GetProjectTasksAsync"];
313
+ /**
314
+ * Creates a project task
315
+ * @description Creates a new task for the specified project.
316
+ */
317
+ post: operations["CreateProjectTaskAsync"];
318
+ };
319
+ "/api/v2/ProjectsService/Projects/{projectId}/Tasks/Count": {
320
+ /**
321
+ * Counts project tasks
322
+ * @description Gets the count of tasks for a specific project.
323
+ */
324
+ get: operations["GetProjectTasksCountAsync"];
325
+ };
326
+ "/api/v2/ProjectsService/Projects/{projectId}/Tasks/{projectTaskId}": {
327
+ /**
328
+ * Updates a project task
329
+ * @description Updates the specified task in a project.
330
+ */
331
+ put: operations["UpdateProjectTaskAsync"];
332
+ /**
333
+ * Deletes a project task
334
+ * @description Deletes the specified task from a project.
335
+ */
336
+ delete: operations["DeleteProjectTaskAsync"];
337
+ };
338
+ "/api/v2/ProjectsService/Projects/{projectId}/TaskCategories": {
339
+ /**
340
+ * Retrieves project task categories
341
+ * @description Gets all task categories for a specific project with OData support.
342
+ */
343
+ get: operations["GetProjectTaskCategoriesAsync"];
344
+ };
345
+ "/api/v2/ProjectsService/Projects/{projectId}/TaskCategories/Count": {
346
+ /**
347
+ * Counts project task categories
348
+ * @description Gets the count of task categories for a specific project.
349
+ */
350
+ get: operations["GetProjectTaskCategoriesCountAsync"];
351
+ };
352
+ "/api/v2/ProjectsService/TaskCategories": {
353
+ /**
354
+ * Retrieves all task categories
355
+ * @description Gets all task categories for the current tenant with OData support.
356
+ */
357
+ get: operations["GetTenantTaskCategoriesAsync"];
358
+ /**
359
+ * Creates a new task category
360
+ * @description Creates a new task category for the current tenant.
361
+ */
362
+ post: operations["CreateTaskCategoryAsync"];
363
+ };
364
+ "/api/v2/ProjectsService/TaskCategories/Count": {
365
+ /**
366
+ * Counts task categories
367
+ * @description Gets the count of task categories for the current tenant.
368
+ */
369
+ get: operations["CountTenantTaskCategoriesAsync"];
370
+ };
371
+ "/api/v2/ProjectsService/TaskCategories/{taskCategoryId}": {
372
+ /**
373
+ * Gets a task category by ID
374
+ * @description Retrieves the details of a task category using its unique identifier.
375
+ */
376
+ get: operations["GetTaskCategoryByIdAsync"];
377
+ /**
378
+ * Updates a task category
379
+ * @description Updates the specified task category.
380
+ */
381
+ put: operations["UpdateTaskCategoryAsync"];
382
+ /**
383
+ * Deletes a task category
384
+ * @description Deletes the specified task category.
385
+ */
386
+ delete: operations["DeleteTaskCategoryAsync"];
387
+ };
388
+ "/api/v2/ProjectsService/TaskCategories/{taskCategoryId}/Types": {
389
+ /**
390
+ * Retrieves task types for a category
391
+ * @description Gets all task types belonging to the specified task category.
392
+ */
393
+ get: operations["GetTaskCategoryTaskTypesAsync"];
394
+ };
395
+ "/api/v2/ProjectsService/TaskTypes/{taskTypeId}": {
396
+ /**
397
+ * Gets a task type by ID
398
+ * @description Retrieves the details of a task type using its unique identifier.
399
+ */
400
+ get: operations["GetTaskTypeByIdAsync"];
401
+ /**
402
+ * Updates a task type
403
+ * @description Updates the specified task type.
404
+ */
405
+ put: operations["UpdateTaskTypeAsync"];
406
+ /**
407
+ * Deletes a task type
408
+ * @description Deletes the specified task type.
409
+ */
410
+ delete: operations["DeleteTaskTypeAsync"];
411
+ };
412
+ "/api/v2/ProjectsService/TaskTypes": {
413
+ /**
414
+ * Creates a new task type
415
+ * @description Creates a new task type for the current tenant.
416
+ */
417
+ post: operations["CreateTaskTypeAsync"];
418
+ };
419
+ }
420
+
421
+ export type webhooks = Record<string, never>;
422
+
423
+ export interface components {
424
+ schemas: {
425
+ AccessTokenResponse: {
426
+ tokenType?: string | null;
427
+ accessToken: string | null;
428
+ /** Format: int64 */
429
+ expiresIn: number;
430
+ refreshToken: string | null;
431
+ };
432
+ EmptyEnvelope: {
433
+ isSuccess?: boolean;
434
+ errorMessage?: string | null;
435
+ correlationId?: string | null;
436
+ /** Format: date-time */
437
+ timestamp?: string;
438
+ activityId?: string | null;
439
+ };
440
+ ErrorEnvelope: {
441
+ isSuccess?: boolean;
442
+ errorMessage?: string | null;
443
+ correlationId?: string | null;
444
+ /** Format: date-time */
445
+ timestamp?: string;
446
+ activityId?: string | null;
447
+ };
448
+ ForgotPasswordRequest: {
449
+ email: string | null;
450
+ };
451
+ HttpValidationProblemDetails: {
452
+ type?: string | null;
453
+ title?: string | null;
454
+ /** Format: int32 */
455
+ status?: number | null;
456
+ detail?: string | null;
457
+ instance?: string | null;
458
+ errors?: {
459
+ [key: string]: string[];
460
+ } | null;
461
+ [key: string]: unknown;
462
+ };
463
+ InfoRequest: {
464
+ newEmail?: string | null;
465
+ newPassword?: string | null;
466
+ oldPassword?: string | null;
467
+ };
468
+ InfoResponse: {
469
+ email: string | null;
470
+ isEmailConfirmed: boolean;
471
+ };
472
+ Int32Envelope: {
473
+ isSuccess?: boolean;
474
+ errorMessage?: string | null;
475
+ correlationId?: string | null;
476
+ /** Format: date-time */
477
+ timestamp?: string;
478
+ activityId?: string | null;
479
+ /** Format: int32 */
480
+ result?: number;
481
+ };
482
+ LoginRequest: {
483
+ email: string | null;
484
+ password: string | null;
485
+ twoFactorCode?: string | null;
486
+ twoFactorRecoveryCode?: string | null;
487
+ };
488
+ ProjectCreateDto: {
489
+ /** Format: uuid */
490
+ id?: string;
491
+ /** Format: date-time */
492
+ timestamp?: string;
493
+ title?: string | null;
494
+ description?: string | null;
495
+ /** Format: date-time */
496
+ projectStartDate?: string;
497
+ /** Format: date-time */
498
+ projectEndDate?: string;
499
+ };
500
+ ProjectDto: {
501
+ id?: string | null;
502
+ /** Format: date-time */
503
+ timestamp?: string | null;
504
+ title?: string | null;
505
+ description?: string | null;
506
+ /** Format: date-time */
507
+ projectStartDate?: string;
508
+ /** Format: date-time */
509
+ projectEndDate?: string;
510
+ };
511
+ ProjectDtoEnvelope: {
512
+ isSuccess?: boolean;
513
+ errorMessage?: string | null;
514
+ correlationId?: string | null;
515
+ /** Format: date-time */
516
+ timestamp?: string;
517
+ activityId?: string | null;
518
+ result?: components["schemas"]["ProjectDto"];
519
+ };
520
+ ProjectDtoListEnvelope: {
521
+ isSuccess?: boolean;
522
+ errorMessage?: string | null;
523
+ correlationId?: string | null;
524
+ /** Format: date-time */
525
+ timestamp?: string;
526
+ activityId?: string | null;
527
+ result?: components["schemas"]["ProjectDto"][] | null;
528
+ };
529
+ ProjectPeriodCreateDto: {
530
+ /** Format: uuid */
531
+ id?: string;
532
+ /** Format: date-time */
533
+ timestamp?: string;
534
+ /** Format: date-time */
535
+ periodStartDate?: string;
536
+ /** Format: date-time */
537
+ periodEndDate?: string;
538
+ projectID?: string | null;
539
+ };
540
+ ProjectPeriodDto: {
541
+ id?: string | null;
542
+ /** Format: date-time */
543
+ timestamp?: string | null;
544
+ /** Format: date-time */
545
+ periodStartDate?: string;
546
+ /** Format: date-time */
547
+ periodEndDate?: string;
548
+ projectID?: string | null;
549
+ };
550
+ ProjectPeriodDtoListEnvelope: {
551
+ isSuccess?: boolean;
552
+ errorMessage?: string | null;
553
+ correlationId?: string | null;
554
+ /** Format: date-time */
555
+ timestamp?: string;
556
+ activityId?: string | null;
557
+ result?: components["schemas"]["ProjectPeriodDto"][] | null;
558
+ };
559
+ ProjectPeriodUpdateDto: {
560
+ /** Format: date-time */
561
+ periodStartDate?: string;
562
+ /** Format: date-time */
563
+ periodEndDate?: string;
564
+ };
565
+ ProjectTaskCreateDto: {
566
+ /** Format: uuid */
567
+ id?: string;
568
+ /** Format: date-time */
569
+ timestamp?: string;
570
+ title?: string | null;
571
+ description?: string | null;
572
+ /** Format: date-time */
573
+ startDate?: string;
574
+ /** Format: date-time */
575
+ dueLine?: string;
576
+ projectID?: string | null;
577
+ };
578
+ ProjectTaskDto: {
579
+ id?: string | null;
580
+ /** Format: date-time */
581
+ timestamp?: string | null;
582
+ /** Format: date-time */
583
+ startDate?: string;
584
+ /** Format: date-time */
585
+ dueLine?: string;
586
+ projectID?: string | null;
587
+ projectTaskBucketID?: string | null;
588
+ };
589
+ ProjectTaskDtoListEnvelope: {
590
+ isSuccess?: boolean;
591
+ errorMessage?: string | null;
592
+ correlationId?: string | null;
593
+ /** Format: date-time */
594
+ timestamp?: string;
595
+ activityId?: string | null;
596
+ result?: components["schemas"]["ProjectTaskDto"][] | null;
597
+ };
598
+ ProjectTaskUpdateDto: {
599
+ /** Format: date-time */
600
+ startDate?: string;
601
+ /** Format: date-time */
602
+ dueLine?: string;
603
+ };
604
+ ProjectTimeLogDto: {
605
+ id?: string | null;
606
+ /** Format: date-time */
607
+ timestamp?: string | null;
608
+ projectId?: string | null;
609
+ projectTaskId?: string | null;
610
+ taskCategoryId?: string | null;
611
+ projectPeriodId?: string | null;
612
+ responsibleContactId?: string | null;
613
+ creatorContactId?: string | null;
614
+ /** @enum {string} */
615
+ recordType?: "RegularHours" | "OvertimeToPay" | "OvertimeToCompensate";
616
+ /** Format: date-span */
617
+ timeSpan?: string;
618
+ /** Format: date-time */
619
+ logDate?: string;
620
+ comments?: string | null;
621
+ type?: string | null;
622
+ };
623
+ ProjectTimeLogDtoListEnvelope: {
624
+ isSuccess?: boolean;
625
+ errorMessage?: string | null;
626
+ correlationId?: string | null;
627
+ /** Format: date-time */
628
+ timestamp?: string;
629
+ activityId?: string | null;
630
+ result?: components["schemas"]["ProjectTimeLogDto"][] | null;
631
+ };
632
+ ProjectUpdateDto: {
633
+ title?: string | null;
634
+ description?: string | null;
635
+ /** Format: date-time */
636
+ projectStartDate?: string;
637
+ /** Format: date-time */
638
+ projectEndDate?: string;
639
+ };
640
+ RefreshRequest: {
641
+ refreshToken: string | null;
642
+ };
643
+ RegisterRequest: {
644
+ email: string | null;
645
+ password: string | null;
646
+ };
647
+ ResendConfirmationEmailRequest: {
648
+ email: string | null;
649
+ };
650
+ ResetPasswordRequest: {
651
+ email: string | null;
652
+ resetCode: string | null;
653
+ newPassword: string | null;
654
+ };
655
+ TaskCategoryCreateDto: {
656
+ /** Format: uuid */
657
+ id?: string;
658
+ /** Format: date-time */
659
+ timestamp?: string;
660
+ title?: string | null;
661
+ };
662
+ TaskCategoryDto: {
663
+ id?: string | null;
664
+ /** Format: date-time */
665
+ timestamp?: string | null;
666
+ title?: string | null;
667
+ };
668
+ TaskCategoryDtoListEnvelope: {
669
+ isSuccess?: boolean;
670
+ errorMessage?: string | null;
671
+ correlationId?: string | null;
672
+ /** Format: date-time */
673
+ timestamp?: string;
674
+ activityId?: string | null;
675
+ result?: components["schemas"]["TaskCategoryDto"][] | null;
676
+ };
677
+ TaskCategoryUpdateDto: {
678
+ title?: string | null;
679
+ };
680
+ TaskTypeCreateDto: {
681
+ /** Format: uuid */
682
+ id?: string;
683
+ /** Format: date-time */
684
+ timestamp?: string;
685
+ title?: string | null;
686
+ taskCategoryID?: string | null;
687
+ displayInTimeTracker?: boolean;
688
+ requiresDescription?: boolean;
689
+ };
690
+ TaskTypeDto: {
691
+ id?: string | null;
692
+ /** Format: date-time */
693
+ timestamp?: string | null;
694
+ title?: string | null;
695
+ taskCategoryID?: string | null;
696
+ displayInTimeTracker?: boolean;
697
+ requiresDescription?: boolean;
698
+ };
699
+ TaskTypeUpdateDto: {
700
+ title?: string | null;
701
+ displayInTimeTracker?: boolean;
702
+ requiresDescription?: boolean;
703
+ };
704
+ TwoFactorRequest: {
705
+ enable?: boolean | null;
706
+ twoFactorCode?: string | null;
707
+ resetSharedKey?: boolean;
708
+ resetRecoveryCodes?: boolean;
709
+ forgetMachine?: boolean;
710
+ };
711
+ TwoFactorResponse: {
712
+ sharedKey: string | null;
713
+ /** Format: int32 */
714
+ recoveryCodesLeft: number;
715
+ recoveryCodes?: string[] | null;
716
+ isTwoFactorEnabled: boolean;
717
+ isMachineRemembered: boolean;
718
+ };
719
+ };
720
+ responses: never;
721
+ parameters: never;
722
+ requestBodies: never;
723
+ headers: never;
724
+ pathItems: never;
725
+ }
726
+
727
+ export type $defs = Record<string, never>;
728
+
729
+ export type external = Record<string, never>;
730
+
731
+ export interface operations {
732
+
733
+ "MapIdentityApi-/confirmEmail": {
734
+ parameters: {
735
+ query: {
736
+ userId: string;
737
+ code: string;
738
+ changedEmail?: string;
239
739
  };
240
- responses: {
241
- /** @description OK */
242
- 200: {
243
- content: {
244
- "application/json": components["schemas"]["ProjectDtoListEnvelope"];
245
- "application/xml": components["schemas"]["ProjectDtoListEnvelope"];
246
- };
247
- };
248
- /** @description Unauthorized */
249
- 401: {
250
- content: {
251
- "application/json": components["schemas"]["ErrorEnvelope"];
252
- "application/xml": components["schemas"]["ErrorEnvelope"];
253
- };
254
- };
255
- /** @description Forbidden */
256
- 403: {
257
- content: {
258
- "application/json": components["schemas"]["ErrorEnvelope"];
259
- "application/xml": components["schemas"]["ErrorEnvelope"];
260
- };
261
- };
740
+ };
741
+ responses: {
742
+ /** @description OK */
743
+ 200: {
744
+ content: never;
262
745
  };
263
746
  };
264
- post: {
265
- parameters: {
266
- query: {
267
- tenantId: string;
268
- };
747
+ };
748
+ /**
749
+ * Retrieves all projects
750
+ * @description Gets all projects for the current tenant with OData support.
751
+ */
752
+ GetProjectsByTenantIdAsync: {
753
+ parameters: {
754
+ query: {
755
+ tenantId: string;
269
756
  };
270
- requestBody?: {
757
+ };
758
+ responses: {
759
+ /** @description OK */
760
+ 200: {
271
761
  content: {
272
- "application/json": components["schemas"]["ProjectCreateDto"];
273
- "application/xml": components["schemas"]["ProjectCreateDto"];
274
- };
275
- };
276
- responses: {
277
- /** @description OK */
278
- 200: {
279
- content: {
280
- "application/json": components["schemas"]["EmptyEnvelope"];
281
- "application/xml": components["schemas"]["EmptyEnvelope"];
282
- };
283
- };
284
- /** @description Unauthorized */
285
- 401: {
286
- content: {
287
- "application/json": components["schemas"]["ErrorEnvelope"];
288
- "application/xml": components["schemas"]["ErrorEnvelope"];
289
- };
290
- };
291
- /** @description Forbidden */
292
- 403: {
293
- content: {
294
- "application/json": components["schemas"]["ErrorEnvelope"];
295
- "application/xml": components["schemas"]["ErrorEnvelope"];
296
- };
762
+ "application/json": components["schemas"]["ProjectDtoListEnvelope"];
763
+ "application/xml": components["schemas"]["ProjectDtoListEnvelope"];
297
764
  };
298
765
  };
299
- };
300
- };
301
- "/api/v2/ProjectsService/Projects/Count": {
302
- get: {
303
- parameters: {
304
- query: {
305
- tenantId: string;
766
+ /** @description Unauthorized */
767
+ 401: {
768
+ content: {
769
+ "application/json": components["schemas"]["ErrorEnvelope"];
770
+ "application/xml": components["schemas"]["ErrorEnvelope"];
306
771
  };
307
772
  };
308
- responses: {
309
- /** @description OK */
310
- 200: {
311
- content: {
312
- "application/json": components["schemas"]["Int32Envelope"];
313
- "application/xml": components["schemas"]["Int32Envelope"];
314
- };
315
- };
316
- /** @description Unauthorized */
317
- 401: {
318
- content: {
319
- "application/json": components["schemas"]["ErrorEnvelope"];
320
- "application/xml": components["schemas"]["ErrorEnvelope"];
321
- };
322
- };
323
- /** @description Forbidden */
324
- 403: {
325
- content: {
326
- "application/json": components["schemas"]["ErrorEnvelope"];
327
- "application/xml": components["schemas"]["ErrorEnvelope"];
328
- };
773
+ /** @description Forbidden */
774
+ 403: {
775
+ content: {
776
+ "application/json": components["schemas"]["ErrorEnvelope"];
777
+ "application/xml": components["schemas"]["ErrorEnvelope"];
329
778
  };
330
779
  };
331
780
  };
332
781
  };
333
- "/api/v2/ProjectsService/Projects/{projectId}": {
334
- get: {
335
- parameters: {
336
- query: {
337
- tenantId: string;
338
- };
339
- path: {
340
- projectId: string;
341
- };
782
+ /**
783
+ * Creates a new project
784
+ * @description Creates a new project for the current tenant.
785
+ */
786
+ CreateProjectAsync: {
787
+ parameters: {
788
+ query: {
789
+ tenantId: string;
342
790
  };
343
- responses: {
344
- /** @description OK */
345
- 200: {
346
- content: {
347
- "application/json": components["schemas"]["ProjectDtoEnvelope"];
348
- "application/xml": components["schemas"]["ProjectDtoEnvelope"];
349
- };
350
- };
351
- /** @description Unauthorized */
352
- 401: {
353
- content: {
354
- "application/json": components["schemas"]["ErrorEnvelope"];
355
- "application/xml": components["schemas"]["ErrorEnvelope"];
356
- };
357
- };
358
- /** @description Forbidden */
359
- 403: {
360
- content: {
361
- "application/json": components["schemas"]["ErrorEnvelope"];
362
- "application/xml": components["schemas"]["ErrorEnvelope"];
363
- };
364
- };
791
+ };
792
+ requestBody?: {
793
+ content: {
794
+ "application/json": components["schemas"]["ProjectCreateDto"];
795
+ "application/xml": components["schemas"]["ProjectCreateDto"];
365
796
  };
366
797
  };
367
- put: {
368
- parameters: {
369
- query: {
370
- tenantId: string;
371
- };
372
- path: {
373
- projectId: string;
798
+ responses: {
799
+ /** @description OK */
800
+ 200: {
801
+ content: {
802
+ "application/json": components["schemas"]["EmptyEnvelope"];
803
+ "application/xml": components["schemas"]["EmptyEnvelope"];
374
804
  };
375
805
  };
376
- requestBody?: {
806
+ /** @description Unauthorized */
807
+ 401: {
377
808
  content: {
378
- "application/json": components["schemas"]["ProjectUpdateDto"];
379
- "application/xml": components["schemas"]["ProjectUpdateDto"];
809
+ "application/json": components["schemas"]["ErrorEnvelope"];
810
+ "application/xml": components["schemas"]["ErrorEnvelope"];
380
811
  };
381
812
  };
382
- responses: {
383
- /** @description OK */
384
- 200: {
385
- content: {
386
- "application/json": components["schemas"]["EmptyEnvelope"];
387
- "application/xml": components["schemas"]["EmptyEnvelope"];
388
- };
389
- };
390
- /** @description Unauthorized */
391
- 401: {
392
- content: {
393
- "application/json": components["schemas"]["ErrorEnvelope"];
394
- "application/xml": components["schemas"]["ErrorEnvelope"];
395
- };
396
- };
397
- /** @description Forbidden */
398
- 403: {
399
- content: {
400
- "application/json": components["schemas"]["ErrorEnvelope"];
401
- "application/xml": components["schemas"]["ErrorEnvelope"];
402
- };
813
+ /** @description Forbidden */
814
+ 403: {
815
+ content: {
816
+ "application/json": components["schemas"]["ErrorEnvelope"];
817
+ "application/xml": components["schemas"]["ErrorEnvelope"];
403
818
  };
404
819
  };
405
820
  };
406
- delete: {
407
- parameters: {
408
- query: {
409
- tenantId: string;
410
- };
411
- path: {
412
- projectId: string;
413
- };
821
+ };
822
+ /**
823
+ * Counts projects
824
+ * @description Gets the count of projects for the current tenant.
825
+ */
826
+ GetProjectsCountByTenantIdAsync: {
827
+ parameters: {
828
+ query: {
829
+ tenantId: string;
414
830
  };
415
- responses: {
416
- /** @description OK */
417
- 200: {
418
- content: {
419
- "application/json": components["schemas"]["EmptyEnvelope"];
420
- "application/xml": components["schemas"]["EmptyEnvelope"];
421
- };
831
+ };
832
+ responses: {
833
+ /** @description OK */
834
+ 200: {
835
+ content: {
836
+ "application/json": components["schemas"]["Int32Envelope"];
837
+ "application/xml": components["schemas"]["Int32Envelope"];
422
838
  };
423
- /** @description Unauthorized */
424
- 401: {
425
- content: {
426
- "application/json": components["schemas"]["ErrorEnvelope"];
427
- "application/xml": components["schemas"]["ErrorEnvelope"];
428
- };
839
+ };
840
+ /** @description Unauthorized */
841
+ 401: {
842
+ content: {
843
+ "application/json": components["schemas"]["ErrorEnvelope"];
844
+ "application/xml": components["schemas"]["ErrorEnvelope"];
429
845
  };
430
- /** @description Forbidden */
431
- 403: {
432
- content: {
433
- "application/json": components["schemas"]["ErrorEnvelope"];
434
- "application/xml": components["schemas"]["ErrorEnvelope"];
435
- };
846
+ };
847
+ /** @description Forbidden */
848
+ 403: {
849
+ content: {
850
+ "application/json": components["schemas"]["ErrorEnvelope"];
851
+ "application/xml": components["schemas"]["ErrorEnvelope"];
436
852
  };
437
853
  };
438
854
  };
439
855
  };
440
- "/api/v2/ProjectsService/Projects/{projectId}/Periods": {
441
- get: {
442
- parameters: {
443
- query: {
444
- tenantId: string;
445
- };
446
- path: {
447
- projectId: string;
448
- };
856
+ /**
857
+ * Gets a project by ID
858
+ * @description Retrieves the details of a project using its unique identifier.
859
+ */
860
+ GetProjectByIdAsync: {
861
+ parameters: {
862
+ query: {
863
+ tenantId: string;
449
864
  };
450
- responses: {
451
- /** @description OK */
452
- 200: {
453
- content: {
454
- "application/json": components["schemas"]["ProjectPeriodDtoListEnvelope"];
455
- "application/xml": components["schemas"]["ProjectPeriodDtoListEnvelope"];
456
- };
457
- };
458
- /** @description Unauthorized */
459
- 401: {
460
- content: {
461
- "application/json": components["schemas"]["ErrorEnvelope"];
462
- "application/xml": components["schemas"]["ErrorEnvelope"];
463
- };
464
- };
465
- /** @description Forbidden */
466
- 403: {
467
- content: {
468
- "application/json": components["schemas"]["ErrorEnvelope"];
469
- "application/xml": components["schemas"]["ErrorEnvelope"];
470
- };
471
- };
865
+ path: {
866
+ projectId: string;
472
867
  };
473
868
  };
474
- post: {
475
- parameters: {
476
- query: {
477
- tenantId: string;
478
- };
479
- path: {
480
- projectId: string;
869
+ responses: {
870
+ /** @description OK */
871
+ 200: {
872
+ content: {
873
+ "application/json": components["schemas"]["ProjectDtoEnvelope"];
874
+ "application/xml": components["schemas"]["ProjectDtoEnvelope"];
481
875
  };
482
876
  };
483
- requestBody?: {
877
+ /** @description Unauthorized */
878
+ 401: {
484
879
  content: {
485
- "application/json": components["schemas"]["ProjectPeriodCreateDto"];
486
- "application/xml": components["schemas"]["ProjectPeriodCreateDto"];
880
+ "application/json": components["schemas"]["ErrorEnvelope"];
881
+ "application/xml": components["schemas"]["ErrorEnvelope"];
487
882
  };
488
883
  };
489
- responses: {
490
- /** @description OK */
491
- 200: {
492
- content: {
493
- "application/json": components["schemas"]["EmptyEnvelope"];
494
- "application/xml": components["schemas"]["EmptyEnvelope"];
495
- };
496
- };
497
- /** @description Unauthorized */
498
- 401: {
499
- content: {
500
- "application/json": components["schemas"]["ErrorEnvelope"];
501
- "application/xml": components["schemas"]["ErrorEnvelope"];
502
- };
503
- };
504
- /** @description Forbidden */
505
- 403: {
506
- content: {
507
- "application/json": components["schemas"]["ErrorEnvelope"];
508
- "application/xml": components["schemas"]["ErrorEnvelope"];
509
- };
884
+ /** @description Forbidden */
885
+ 403: {
886
+ content: {
887
+ "application/json": components["schemas"]["ErrorEnvelope"];
888
+ "application/xml": components["schemas"]["ErrorEnvelope"];
510
889
  };
511
890
  };
512
891
  };
513
892
  };
514
- "/api/v2/ProjectsService/Projects/{projectId}/Periods/{projectPeriodId}": {
515
- put: {
516
- parameters: {
517
- query: {
518
- tenantId: string;
519
- };
520
- path: {
521
- projectId: string;
522
- projectPeriodId: string;
523
- };
893
+ /**
894
+ * Updates a project
895
+ * @description Updates the specified project.
896
+ */
897
+ UpdateProjectAsync: {
898
+ parameters: {
899
+ query: {
900
+ tenantId: string;
901
+ };
902
+ path: {
903
+ projectId: string;
904
+ };
905
+ };
906
+ requestBody?: {
907
+ content: {
908
+ "application/json": components["schemas"]["ProjectUpdateDto"];
909
+ "application/xml": components["schemas"]["ProjectUpdateDto"];
524
910
  };
525
- requestBody?: {
911
+ };
912
+ responses: {
913
+ /** @description OK */
914
+ 200: {
526
915
  content: {
527
- "application/json": components["schemas"]["ProjectPeriodUpdateDto"];
528
- "application/xml": components["schemas"]["ProjectPeriodUpdateDto"];
916
+ "application/json": components["schemas"]["EmptyEnvelope"];
917
+ "application/xml": components["schemas"]["EmptyEnvelope"];
529
918
  };
530
919
  };
531
- responses: {
532
- /** @description OK */
533
- 200: {
534
- content: {
535
- "application/json": components["schemas"]["EmptyEnvelope"];
536
- "application/xml": components["schemas"]["EmptyEnvelope"];
537
- };
538
- };
539
- /** @description Unauthorized */
540
- 401: {
541
- content: {
542
- "application/json": components["schemas"]["ErrorEnvelope"];
543
- "application/xml": components["schemas"]["ErrorEnvelope"];
544
- };
920
+ /** @description Unauthorized */
921
+ 401: {
922
+ content: {
923
+ "application/json": components["schemas"]["ErrorEnvelope"];
924
+ "application/xml": components["schemas"]["ErrorEnvelope"];
545
925
  };
546
- /** @description Forbidden */
547
- 403: {
548
- content: {
549
- "application/json": components["schemas"]["ErrorEnvelope"];
550
- "application/xml": components["schemas"]["ErrorEnvelope"];
551
- };
926
+ };
927
+ /** @description Forbidden */
928
+ 403: {
929
+ content: {
930
+ "application/json": components["schemas"]["ErrorEnvelope"];
931
+ "application/xml": components["schemas"]["ErrorEnvelope"];
552
932
  };
553
933
  };
554
934
  };
555
- delete: {
556
- parameters: {
557
- query: {
558
- tenantId: string;
559
- };
560
- path: {
561
- projectId: string;
562
- projectPeriodId: string;
563
- };
935
+ };
936
+ /**
937
+ * Deletes a project
938
+ * @description Deletes the specified project.
939
+ */
940
+ DeleteProjectAsync: {
941
+ parameters: {
942
+ query: {
943
+ tenantId: string;
564
944
  };
565
- responses: {
566
- /** @description OK */
567
- 200: {
568
- content: {
569
- "application/json": components["schemas"]["EmptyEnvelope"];
570
- "application/xml": components["schemas"]["EmptyEnvelope"];
571
- };
945
+ path: {
946
+ projectId: string;
947
+ };
948
+ };
949
+ responses: {
950
+ /** @description OK */
951
+ 200: {
952
+ content: {
953
+ "application/json": components["schemas"]["EmptyEnvelope"];
954
+ "application/xml": components["schemas"]["EmptyEnvelope"];
572
955
  };
573
- /** @description Unauthorized */
574
- 401: {
575
- content: {
576
- "application/json": components["schemas"]["ErrorEnvelope"];
577
- "application/xml": components["schemas"]["ErrorEnvelope"];
578
- };
956
+ };
957
+ /** @description Unauthorized */
958
+ 401: {
959
+ content: {
960
+ "application/json": components["schemas"]["ErrorEnvelope"];
961
+ "application/xml": components["schemas"]["ErrorEnvelope"];
579
962
  };
580
- /** @description Forbidden */
581
- 403: {
582
- content: {
583
- "application/json": components["schemas"]["ErrorEnvelope"];
584
- "application/xml": components["schemas"]["ErrorEnvelope"];
585
- };
963
+ };
964
+ /** @description Forbidden */
965
+ 403: {
966
+ content: {
967
+ "application/json": components["schemas"]["ErrorEnvelope"];
968
+ "application/xml": components["schemas"]["ErrorEnvelope"];
586
969
  };
587
970
  };
588
971
  };
589
972
  };
590
- "/api/v2/ProjectsService/Projects/{projectId}/TimeLogs": {
591
- get: {
592
- parameters: {
593
- query: {
594
- tenantId: string;
595
- };
596
- path: {
597
- projectId: string;
598
- };
973
+ /**
974
+ * Retrieves project periods
975
+ * @description Gets all periods for a specific project.
976
+ */
977
+ GetProjectPeriodsAsync: {
978
+ parameters: {
979
+ query: {
980
+ tenantId: string;
599
981
  };
600
- responses: {
601
- /** @description OK */
602
- 200: {
603
- content: {
604
- "application/json": components["schemas"]["ProjectTimeLogDtoListEnvelope"];
605
- "application/xml": components["schemas"]["ProjectTimeLogDtoListEnvelope"];
606
- };
982
+ path: {
983
+ projectId: string;
984
+ };
985
+ };
986
+ responses: {
987
+ /** @description OK */
988
+ 200: {
989
+ content: {
990
+ "application/json": components["schemas"]["ProjectPeriodDtoListEnvelope"];
991
+ "application/xml": components["schemas"]["ProjectPeriodDtoListEnvelope"];
607
992
  };
608
- /** @description Unauthorized */
609
- 401: {
610
- content: {
611
- "application/json": components["schemas"]["ErrorEnvelope"];
612
- "application/xml": components["schemas"]["ErrorEnvelope"];
613
- };
993
+ };
994
+ /** @description Unauthorized */
995
+ 401: {
996
+ content: {
997
+ "application/json": components["schemas"]["ErrorEnvelope"];
998
+ "application/xml": components["schemas"]["ErrorEnvelope"];
614
999
  };
615
- /** @description Forbidden */
616
- 403: {
617
- content: {
618
- "application/json": components["schemas"]["ErrorEnvelope"];
619
- "application/xml": components["schemas"]["ErrorEnvelope"];
620
- };
1000
+ };
1001
+ /** @description Forbidden */
1002
+ 403: {
1003
+ content: {
1004
+ "application/json": components["schemas"]["ErrorEnvelope"];
1005
+ "application/xml": components["schemas"]["ErrorEnvelope"];
621
1006
  };
622
1007
  };
623
1008
  };
624
1009
  };
625
- "/api/v2/ProjectsService/Projects/{projectId}/TimeLogs/Count": {
626
- get: {
627
- parameters: {
628
- query: {
629
- tenantId: string;
630
- };
631
- path: {
632
- projectId: string;
633
- };
1010
+ /**
1011
+ * Creates a project period
1012
+ * @description Creates a new period for the specified project.
1013
+ */
1014
+ CreateProjectPeriodAsync: {
1015
+ parameters: {
1016
+ query: {
1017
+ tenantId: string;
634
1018
  };
635
- responses: {
636
- /** @description OK */
637
- 200: {
638
- content: {
639
- "application/json": components["schemas"]["Int32Envelope"];
640
- "application/xml": components["schemas"]["Int32Envelope"];
641
- };
1019
+ path: {
1020
+ projectId: string;
1021
+ };
1022
+ };
1023
+ requestBody?: {
1024
+ content: {
1025
+ "application/json": components["schemas"]["ProjectPeriodCreateDto"];
1026
+ "application/xml": components["schemas"]["ProjectPeriodCreateDto"];
1027
+ };
1028
+ };
1029
+ responses: {
1030
+ /** @description OK */
1031
+ 200: {
1032
+ content: {
1033
+ "application/json": components["schemas"]["EmptyEnvelope"];
1034
+ "application/xml": components["schemas"]["EmptyEnvelope"];
642
1035
  };
643
- /** @description Unauthorized */
644
- 401: {
645
- content: {
646
- "application/json": components["schemas"]["ErrorEnvelope"];
647
- "application/xml": components["schemas"]["ErrorEnvelope"];
648
- };
1036
+ };
1037
+ /** @description Unauthorized */
1038
+ 401: {
1039
+ content: {
1040
+ "application/json": components["schemas"]["ErrorEnvelope"];
1041
+ "application/xml": components["schemas"]["ErrorEnvelope"];
649
1042
  };
650
- /** @description Forbidden */
651
- 403: {
652
- content: {
653
- "application/json": components["schemas"]["ErrorEnvelope"];
654
- "application/xml": components["schemas"]["ErrorEnvelope"];
655
- };
1043
+ };
1044
+ /** @description Forbidden */
1045
+ 403: {
1046
+ content: {
1047
+ "application/json": components["schemas"]["ErrorEnvelope"];
1048
+ "application/xml": components["schemas"]["ErrorEnvelope"];
656
1049
  };
657
1050
  };
658
1051
  };
659
1052
  };
660
- "/api/v2/ProjectsService/Projects/{projectId}/Tasks": {
661
- get: {
662
- parameters: {
663
- query: {
664
- tenantId: string;
665
- };
666
- path: {
667
- projectId: string;
668
- };
1053
+ /**
1054
+ * Updates a project period
1055
+ * @description Updates the specified period for a project.
1056
+ */
1057
+ UpdateProjectPeriodAsync: {
1058
+ parameters: {
1059
+ query: {
1060
+ tenantId: string;
669
1061
  };
670
- responses: {
671
- /** @description OK */
672
- 200: {
673
- content: {
674
- "application/json": components["schemas"]["ProjectTaskDtoListEnvelope"];
675
- "application/xml": components["schemas"]["ProjectTaskDtoListEnvelope"];
676
- };
677
- };
678
- /** @description Unauthorized */
679
- 401: {
680
- content: {
681
- "application/json": components["schemas"]["ErrorEnvelope"];
682
- "application/xml": components["schemas"]["ErrorEnvelope"];
683
- };
684
- };
685
- /** @description Forbidden */
686
- 403: {
687
- content: {
688
- "application/json": components["schemas"]["ErrorEnvelope"];
689
- "application/xml": components["schemas"]["ErrorEnvelope"];
690
- };
691
- };
1062
+ path: {
1063
+ projectId: string;
1064
+ projectPeriodId: string;
692
1065
  };
693
1066
  };
694
- post: {
695
- parameters: {
696
- query: {
697
- tenantId: string;
698
- };
699
- path: {
700
- projectId: string;
701
- };
1067
+ requestBody?: {
1068
+ content: {
1069
+ "application/json": components["schemas"]["ProjectPeriodUpdateDto"];
1070
+ "application/xml": components["schemas"]["ProjectPeriodUpdateDto"];
702
1071
  };
703
- requestBody?: {
1072
+ };
1073
+ responses: {
1074
+ /** @description OK */
1075
+ 200: {
704
1076
  content: {
705
- "application/json": components["schemas"]["ProjectTaskCreateDto"];
706
- "application/xml": components["schemas"]["ProjectTaskCreateDto"];
1077
+ "application/json": components["schemas"]["EmptyEnvelope"];
1078
+ "application/xml": components["schemas"]["EmptyEnvelope"];
707
1079
  };
708
1080
  };
709
- responses: {
710
- /** @description OK */
711
- 200: {
712
- content: {
713
- "application/json": components["schemas"]["EmptyEnvelope"];
714
- "application/xml": components["schemas"]["EmptyEnvelope"];
715
- };
716
- };
717
- /** @description Unauthorized */
718
- 401: {
719
- content: {
720
- "application/json": components["schemas"]["ErrorEnvelope"];
721
- "application/xml": components["schemas"]["ErrorEnvelope"];
722
- };
1081
+ /** @description Unauthorized */
1082
+ 401: {
1083
+ content: {
1084
+ "application/json": components["schemas"]["ErrorEnvelope"];
1085
+ "application/xml": components["schemas"]["ErrorEnvelope"];
723
1086
  };
724
- /** @description Forbidden */
725
- 403: {
726
- content: {
727
- "application/json": components["schemas"]["ErrorEnvelope"];
728
- "application/xml": components["schemas"]["ErrorEnvelope"];
729
- };
1087
+ };
1088
+ /** @description Forbidden */
1089
+ 403: {
1090
+ content: {
1091
+ "application/json": components["schemas"]["ErrorEnvelope"];
1092
+ "application/xml": components["schemas"]["ErrorEnvelope"];
730
1093
  };
731
1094
  };
732
1095
  };
733
1096
  };
734
- "/api/v2/ProjectsService/Projects/{projectId}/Tasks/Count": {
735
- get: {
736
- parameters: {
737
- query: {
738
- tenantId: string;
739
- };
740
- path: {
741
- projectId: string;
742
- };
1097
+ /**
1098
+ * Deletes a project period
1099
+ * @description Deletes the specified period from a project.
1100
+ */
1101
+ DeleteProjectPeriodAsync: {
1102
+ parameters: {
1103
+ query: {
1104
+ tenantId: string;
743
1105
  };
744
- responses: {
745
- /** @description OK */
746
- 200: {
747
- content: {
748
- "application/json": components["schemas"]["Int32Envelope"];
749
- "application/xml": components["schemas"]["Int32Envelope"];
750
- };
1106
+ path: {
1107
+ projectId: string;
1108
+ projectPeriodId: string;
1109
+ };
1110
+ };
1111
+ responses: {
1112
+ /** @description OK */
1113
+ 200: {
1114
+ content: {
1115
+ "application/json": components["schemas"]["EmptyEnvelope"];
1116
+ "application/xml": components["schemas"]["EmptyEnvelope"];
751
1117
  };
752
- /** @description Unauthorized */
753
- 401: {
754
- content: {
755
- "application/json": components["schemas"]["ErrorEnvelope"];
756
- "application/xml": components["schemas"]["ErrorEnvelope"];
757
- };
1118
+ };
1119
+ /** @description Unauthorized */
1120
+ 401: {
1121
+ content: {
1122
+ "application/json": components["schemas"]["ErrorEnvelope"];
1123
+ "application/xml": components["schemas"]["ErrorEnvelope"];
758
1124
  };
759
- /** @description Forbidden */
760
- 403: {
761
- content: {
762
- "application/json": components["schemas"]["ErrorEnvelope"];
763
- "application/xml": components["schemas"]["ErrorEnvelope"];
764
- };
1125
+ };
1126
+ /** @description Forbidden */
1127
+ 403: {
1128
+ content: {
1129
+ "application/json": components["schemas"]["ErrorEnvelope"];
1130
+ "application/xml": components["schemas"]["ErrorEnvelope"];
765
1131
  };
766
1132
  };
767
1133
  };
768
1134
  };
769
- "/api/v2/ProjectsService/Projects/{projectId}/Tasks/{projectTaskId}": {
770
- put: {
771
- parameters: {
772
- query: {
773
- tenantId: string;
774
- };
775
- path: {
776
- projectId: string;
777
- projectTaskId: string;
1135
+ /**
1136
+ * Retrieves project time logs
1137
+ * @description Gets all time log entries for a specific project with OData support.
1138
+ */
1139
+ GetProjectTimeLogsAsync: {
1140
+ parameters: {
1141
+ query: {
1142
+ tenantId: string;
1143
+ };
1144
+ path: {
1145
+ projectId: string;
1146
+ };
1147
+ };
1148
+ responses: {
1149
+ /** @description OK */
1150
+ 200: {
1151
+ content: {
1152
+ "application/json": components["schemas"]["ProjectTimeLogDtoListEnvelope"];
1153
+ "application/xml": components["schemas"]["ProjectTimeLogDtoListEnvelope"];
778
1154
  };
779
1155
  };
780
- requestBody?: {
1156
+ /** @description Unauthorized */
1157
+ 401: {
781
1158
  content: {
782
- "application/json": components["schemas"]["ProjectTaskUpdateDto"];
783
- "application/xml": components["schemas"]["ProjectTaskUpdateDto"];
1159
+ "application/json": components["schemas"]["ErrorEnvelope"];
1160
+ "application/xml": components["schemas"]["ErrorEnvelope"];
784
1161
  };
785
1162
  };
786
- responses: {
787
- /** @description OK */
788
- 200: {
789
- content: {
790
- "application/json": components["schemas"]["EmptyEnvelope"];
791
- "application/xml": components["schemas"]["EmptyEnvelope"];
792
- };
793
- };
794
- /** @description Unauthorized */
795
- 401: {
796
- content: {
797
- "application/json": components["schemas"]["ErrorEnvelope"];
798
- "application/xml": components["schemas"]["ErrorEnvelope"];
799
- };
800
- };
801
- /** @description Forbidden */
802
- 403: {
803
- content: {
804
- "application/json": components["schemas"]["ErrorEnvelope"];
805
- "application/xml": components["schemas"]["ErrorEnvelope"];
806
- };
1163
+ /** @description Forbidden */
1164
+ 403: {
1165
+ content: {
1166
+ "application/json": components["schemas"]["ErrorEnvelope"];
1167
+ "application/xml": components["schemas"]["ErrorEnvelope"];
807
1168
  };
808
1169
  };
809
1170
  };
810
- delete: {
811
- parameters: {
812
- query: {
813
- tenantId: string;
814
- };
815
- path: {
816
- projectId: string;
817
- projectTaskId: string;
818
- };
1171
+ };
1172
+ /**
1173
+ * Counts project time logs
1174
+ * @description Gets the count of time log entries for a specific project.
1175
+ */
1176
+ GetProjectTimeLogsCountAsync: {
1177
+ parameters: {
1178
+ query: {
1179
+ tenantId: string;
819
1180
  };
820
- responses: {
821
- /** @description OK */
822
- 200: {
823
- content: {
824
- "application/json": components["schemas"]["EmptyEnvelope"];
825
- "application/xml": components["schemas"]["EmptyEnvelope"];
826
- };
827
- };
828
- /** @description Unauthorized */
829
- 401: {
830
- content: {
831
- "application/json": components["schemas"]["ErrorEnvelope"];
832
- "application/xml": components["schemas"]["ErrorEnvelope"];
833
- };
834
- };
835
- /** @description Forbidden */
836
- 403: {
837
- content: {
838
- "application/json": components["schemas"]["ErrorEnvelope"];
839
- "application/xml": components["schemas"]["ErrorEnvelope"];
840
- };
841
- };
1181
+ path: {
1182
+ projectId: string;
842
1183
  };
843
1184
  };
844
- };
845
- "/api/v2/ProjectsService/Projects/{projectId}/TaskCategories": {
846
- get: {
847
- parameters: {
848
- query: {
849
- tenantId: string;
850
- };
851
- path: {
852
- projectId: string;
1185
+ responses: {
1186
+ /** @description OK */
1187
+ 200: {
1188
+ content: {
1189
+ "application/json": components["schemas"]["Int32Envelope"];
1190
+ "application/xml": components["schemas"]["Int32Envelope"];
853
1191
  };
854
1192
  };
855
- responses: {
856
- /** @description OK */
857
- 200: {
858
- content: {
859
- "application/json": components["schemas"]["TaskCategoryDtoListEnvelope"];
860
- "application/xml": components["schemas"]["TaskCategoryDtoListEnvelope"];
861
- };
862
- };
863
- /** @description Unauthorized */
864
- 401: {
865
- content: {
866
- "application/json": components["schemas"]["ErrorEnvelope"];
867
- "application/xml": components["schemas"]["ErrorEnvelope"];
868
- };
1193
+ /** @description Unauthorized */
1194
+ 401: {
1195
+ content: {
1196
+ "application/json": components["schemas"]["ErrorEnvelope"];
1197
+ "application/xml": components["schemas"]["ErrorEnvelope"];
869
1198
  };
870
- /** @description Forbidden */
871
- 403: {
872
- content: {
873
- "application/json": components["schemas"]["ErrorEnvelope"];
874
- "application/xml": components["schemas"]["ErrorEnvelope"];
875
- };
1199
+ };
1200
+ /** @description Forbidden */
1201
+ 403: {
1202
+ content: {
1203
+ "application/json": components["schemas"]["ErrorEnvelope"];
1204
+ "application/xml": components["schemas"]["ErrorEnvelope"];
876
1205
  };
877
1206
  };
878
1207
  };
879
1208
  };
880
- "/api/v2/ProjectsService/Projects/{projectId}/TaskCategories/Count": {
881
- get: {
882
- parameters: {
883
- query: {
884
- tenantId: string;
885
- };
886
- path: {
887
- projectId: string;
888
- };
1209
+ /**
1210
+ * Retrieves project tasks
1211
+ * @description Gets all tasks for a specific project with OData support.
1212
+ */
1213
+ GetProjectTasksAsync: {
1214
+ parameters: {
1215
+ query: {
1216
+ tenantId: string;
889
1217
  };
890
- responses: {
891
- /** @description OK */
892
- 200: {
893
- content: {
894
- "application/json": components["schemas"]["Int32Envelope"];
895
- "application/xml": components["schemas"]["Int32Envelope"];
896
- };
1218
+ path: {
1219
+ projectId: string;
1220
+ };
1221
+ };
1222
+ responses: {
1223
+ /** @description OK */
1224
+ 200: {
1225
+ content: {
1226
+ "application/json": components["schemas"]["ProjectTaskDtoListEnvelope"];
1227
+ "application/xml": components["schemas"]["ProjectTaskDtoListEnvelope"];
897
1228
  };
898
- /** @description Unauthorized */
899
- 401: {
900
- content: {
901
- "application/json": components["schemas"]["ErrorEnvelope"];
902
- "application/xml": components["schemas"]["ErrorEnvelope"];
903
- };
1229
+ };
1230
+ /** @description Unauthorized */
1231
+ 401: {
1232
+ content: {
1233
+ "application/json": components["schemas"]["ErrorEnvelope"];
1234
+ "application/xml": components["schemas"]["ErrorEnvelope"];
904
1235
  };
905
- /** @description Forbidden */
906
- 403: {
907
- content: {
908
- "application/json": components["schemas"]["ErrorEnvelope"];
909
- "application/xml": components["schemas"]["ErrorEnvelope"];
910
- };
1236
+ };
1237
+ /** @description Forbidden */
1238
+ 403: {
1239
+ content: {
1240
+ "application/json": components["schemas"]["ErrorEnvelope"];
1241
+ "application/xml": components["schemas"]["ErrorEnvelope"];
911
1242
  };
912
1243
  };
913
1244
  };
914
1245
  };
915
- "/api/v2/ProjectsService/TaskCategories": {
916
- get: {
917
- parameters: {
918
- query: {
919
- tenantId: string;
920
- };
1246
+ /**
1247
+ * Creates a project task
1248
+ * @description Creates a new task for the specified project.
1249
+ */
1250
+ CreateProjectTaskAsync: {
1251
+ parameters: {
1252
+ query: {
1253
+ tenantId: string;
921
1254
  };
922
- responses: {
923
- /** @description OK */
924
- 200: {
925
- content: {
926
- "application/json": components["schemas"]["TaskCategoryDtoListEnvelope"];
927
- "application/xml": components["schemas"]["TaskCategoryDtoListEnvelope"];
928
- };
929
- };
930
- /** @description Unauthorized */
931
- 401: {
932
- content: {
933
- "application/json": components["schemas"]["ErrorEnvelope"];
934
- "application/xml": components["schemas"]["ErrorEnvelope"];
935
- };
936
- };
937
- /** @description Forbidden */
938
- 403: {
939
- content: {
940
- "application/json": components["schemas"]["ErrorEnvelope"];
941
- "application/xml": components["schemas"]["ErrorEnvelope"];
942
- };
943
- };
1255
+ path: {
1256
+ projectId: string;
944
1257
  };
945
1258
  };
946
- post: {
947
- parameters: {
948
- query: {
949
- tenantId: string;
950
- };
1259
+ requestBody?: {
1260
+ content: {
1261
+ "application/json": components["schemas"]["ProjectTaskCreateDto"];
1262
+ "application/xml": components["schemas"]["ProjectTaskCreateDto"];
951
1263
  };
952
- requestBody?: {
1264
+ };
1265
+ responses: {
1266
+ /** @description OK */
1267
+ 200: {
953
1268
  content: {
954
- "application/json": components["schemas"]["TaskCategoryCreateDto"];
955
- "application/xml": components["schemas"]["TaskCategoryCreateDto"];
1269
+ "application/json": components["schemas"]["EmptyEnvelope"];
1270
+ "application/xml": components["schemas"]["EmptyEnvelope"];
956
1271
  };
957
1272
  };
958
- responses: {
959
- /** @description OK */
960
- 200: {
961
- content: {
962
- "application/json": components["schemas"]["TaskCategoryDto"];
963
- "application/xml": components["schemas"]["TaskCategoryDto"];
964
- };
965
- };
966
- /** @description Unauthorized */
967
- 401: {
968
- content: {
969
- "application/json": components["schemas"]["ErrorEnvelope"];
970
- "application/xml": components["schemas"]["ErrorEnvelope"];
971
- };
1273
+ /** @description Unauthorized */
1274
+ 401: {
1275
+ content: {
1276
+ "application/json": components["schemas"]["ErrorEnvelope"];
1277
+ "application/xml": components["schemas"]["ErrorEnvelope"];
972
1278
  };
973
- /** @description Forbidden */
974
- 403: {
975
- content: {
976
- "application/json": components["schemas"]["ErrorEnvelope"];
977
- "application/xml": components["schemas"]["ErrorEnvelope"];
978
- };
1279
+ };
1280
+ /** @description Forbidden */
1281
+ 403: {
1282
+ content: {
1283
+ "application/json": components["schemas"]["ErrorEnvelope"];
1284
+ "application/xml": components["schemas"]["ErrorEnvelope"];
979
1285
  };
980
1286
  };
981
1287
  };
982
1288
  };
983
- "/api/v2/ProjectsService/TaskCategories/Count": {
984
- get: {
985
- parameters: {
986
- query: {
987
- tenantId: string;
988
- };
1289
+ /**
1290
+ * Counts project tasks
1291
+ * @description Gets the count of tasks for a specific project.
1292
+ */
1293
+ GetProjectTasksCountAsync: {
1294
+ parameters: {
1295
+ query: {
1296
+ tenantId: string;
989
1297
  };
990
- responses: {
991
- /** @description OK */
992
- 200: {
993
- content: {
994
- "application/json": components["schemas"]["Int32Envelope"];
995
- "application/xml": components["schemas"]["Int32Envelope"];
996
- };
1298
+ path: {
1299
+ projectId: string;
1300
+ };
1301
+ };
1302
+ responses: {
1303
+ /** @description OK */
1304
+ 200: {
1305
+ content: {
1306
+ "application/json": components["schemas"]["Int32Envelope"];
1307
+ "application/xml": components["schemas"]["Int32Envelope"];
997
1308
  };
998
- /** @description Unauthorized */
999
- 401: {
1000
- content: {
1001
- "application/json": components["schemas"]["ErrorEnvelope"];
1002
- "application/xml": components["schemas"]["ErrorEnvelope"];
1003
- };
1309
+ };
1310
+ /** @description Unauthorized */
1311
+ 401: {
1312
+ content: {
1313
+ "application/json": components["schemas"]["ErrorEnvelope"];
1314
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1004
1315
  };
1005
- /** @description Forbidden */
1006
- 403: {
1007
- content: {
1008
- "application/json": components["schemas"]["ErrorEnvelope"];
1009
- "application/xml": components["schemas"]["ErrorEnvelope"];
1010
- };
1316
+ };
1317
+ /** @description Forbidden */
1318
+ 403: {
1319
+ content: {
1320
+ "application/json": components["schemas"]["ErrorEnvelope"];
1321
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1011
1322
  };
1012
1323
  };
1013
1324
  };
1014
1325
  };
1015
- "/api/v2/ProjectsService/TaskCategories/{taskCategoryId}": {
1016
- get: {
1017
- parameters: {
1018
- query: {
1019
- tenantId: string;
1020
- };
1021
- path: {
1022
- taskCategoryId: string;
1023
- };
1326
+ /**
1327
+ * Updates a project task
1328
+ * @description Updates the specified task in a project.
1329
+ */
1330
+ UpdateProjectTaskAsync: {
1331
+ parameters: {
1332
+ query: {
1333
+ tenantId: string;
1024
1334
  };
1025
- responses: {
1026
- /** @description OK */
1027
- 200: {
1028
- content: {
1029
- "application/json": components["schemas"]["TaskCategoryDto"];
1030
- "application/xml": components["schemas"]["TaskCategoryDto"];
1031
- };
1032
- };
1033
- /** @description Unauthorized */
1034
- 401: {
1035
- content: {
1036
- "application/json": components["schemas"]["ErrorEnvelope"];
1037
- "application/xml": components["schemas"]["ErrorEnvelope"];
1038
- };
1039
- };
1040
- /** @description Forbidden */
1041
- 403: {
1042
- content: {
1043
- "application/json": components["schemas"]["ErrorEnvelope"];
1044
- "application/xml": components["schemas"]["ErrorEnvelope"];
1045
- };
1046
- };
1335
+ path: {
1336
+ projectId: string;
1337
+ projectTaskId: string;
1047
1338
  };
1048
1339
  };
1049
- put: {
1050
- parameters: {
1051
- query: {
1052
- tenantId: string;
1053
- };
1054
- path: {
1055
- taskCategoryId: string;
1056
- };
1340
+ requestBody?: {
1341
+ content: {
1342
+ "application/json": components["schemas"]["ProjectTaskUpdateDto"];
1343
+ "application/xml": components["schemas"]["ProjectTaskUpdateDto"];
1057
1344
  };
1058
- requestBody?: {
1345
+ };
1346
+ responses: {
1347
+ /** @description OK */
1348
+ 200: {
1059
1349
  content: {
1060
- "application/json": components["schemas"]["TaskCategoryUpdateDto"];
1061
- "application/xml": components["schemas"]["TaskCategoryUpdateDto"];
1350
+ "application/json": components["schemas"]["EmptyEnvelope"];
1351
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1062
1352
  };
1063
1353
  };
1064
- responses: {
1065
- /** @description OK */
1066
- 200: {
1067
- content: {
1068
- "application/json": components["schemas"]["TaskCategoryDto"];
1069
- "application/xml": components["schemas"]["TaskCategoryDto"];
1070
- };
1071
- };
1072
- /** @description Unauthorized */
1073
- 401: {
1074
- content: {
1075
- "application/json": components["schemas"]["ErrorEnvelope"];
1076
- "application/xml": components["schemas"]["ErrorEnvelope"];
1077
- };
1354
+ /** @description Unauthorized */
1355
+ 401: {
1356
+ content: {
1357
+ "application/json": components["schemas"]["ErrorEnvelope"];
1358
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1078
1359
  };
1079
- /** @description Forbidden */
1080
- 403: {
1081
- content: {
1082
- "application/json": components["schemas"]["ErrorEnvelope"];
1083
- "application/xml": components["schemas"]["ErrorEnvelope"];
1084
- };
1360
+ };
1361
+ /** @description Forbidden */
1362
+ 403: {
1363
+ content: {
1364
+ "application/json": components["schemas"]["ErrorEnvelope"];
1365
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1085
1366
  };
1086
1367
  };
1087
1368
  };
1088
- delete: {
1089
- parameters: {
1090
- query: {
1091
- tenantId: string;
1092
- };
1093
- path: {
1094
- taskCategoryId: string;
1095
- };
1369
+ };
1370
+ /**
1371
+ * Deletes a project task
1372
+ * @description Deletes the specified task from a project.
1373
+ */
1374
+ DeleteProjectTaskAsync: {
1375
+ parameters: {
1376
+ query: {
1377
+ tenantId: string;
1096
1378
  };
1097
- responses: {
1098
- /** @description OK */
1099
- 200: {
1100
- content: {
1101
- "application/json": components["schemas"]["TaskCategoryDto"];
1102
- "application/xml": components["schemas"]["TaskCategoryDto"];
1103
- };
1379
+ path: {
1380
+ projectId: string;
1381
+ projectTaskId: string;
1382
+ };
1383
+ };
1384
+ responses: {
1385
+ /** @description OK */
1386
+ 200: {
1387
+ content: {
1388
+ "application/json": components["schemas"]["EmptyEnvelope"];
1389
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1104
1390
  };
1105
- /** @description Unauthorized */
1106
- 401: {
1107
- content: {
1108
- "application/json": components["schemas"]["ErrorEnvelope"];
1109
- "application/xml": components["schemas"]["ErrorEnvelope"];
1110
- };
1391
+ };
1392
+ /** @description Unauthorized */
1393
+ 401: {
1394
+ content: {
1395
+ "application/json": components["schemas"]["ErrorEnvelope"];
1396
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1111
1397
  };
1112
- /** @description Forbidden */
1113
- 403: {
1114
- content: {
1115
- "application/json": components["schemas"]["ErrorEnvelope"];
1116
- "application/xml": components["schemas"]["ErrorEnvelope"];
1117
- };
1398
+ };
1399
+ /** @description Forbidden */
1400
+ 403: {
1401
+ content: {
1402
+ "application/json": components["schemas"]["ErrorEnvelope"];
1403
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1118
1404
  };
1119
1405
  };
1120
1406
  };
1121
1407
  };
1122
- "/api/v2/ProjectsService/TaskCategories/{taskCategoryId}/Types": {
1123
- get: {
1124
- parameters: {
1125
- query: {
1126
- tenantId: string;
1127
- };
1128
- path: {
1129
- taskCategoryId: string;
1130
- };
1408
+ /**
1409
+ * Retrieves project task categories
1410
+ * @description Gets all task categories for a specific project with OData support.
1411
+ */
1412
+ GetProjectTaskCategoriesAsync: {
1413
+ parameters: {
1414
+ query: {
1415
+ tenantId: string;
1131
1416
  };
1132
- responses: {
1133
- /** @description OK */
1134
- 200: {
1135
- content: {
1136
- "application/json": components["schemas"]["TaskCategoryDto"];
1137
- "application/xml": components["schemas"]["TaskCategoryDto"];
1138
- };
1417
+ path: {
1418
+ projectId: string;
1419
+ };
1420
+ };
1421
+ responses: {
1422
+ /** @description OK */
1423
+ 200: {
1424
+ content: {
1425
+ "application/json": components["schemas"]["TaskCategoryDtoListEnvelope"];
1426
+ "application/xml": components["schemas"]["TaskCategoryDtoListEnvelope"];
1139
1427
  };
1140
- /** @description Unauthorized */
1141
- 401: {
1142
- content: {
1143
- "application/json": components["schemas"]["ErrorEnvelope"];
1144
- "application/xml": components["schemas"]["ErrorEnvelope"];
1145
- };
1428
+ };
1429
+ /** @description Unauthorized */
1430
+ 401: {
1431
+ content: {
1432
+ "application/json": components["schemas"]["ErrorEnvelope"];
1433
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1146
1434
  };
1147
- /** @description Forbidden */
1148
- 403: {
1149
- content: {
1150
- "application/json": components["schemas"]["ErrorEnvelope"];
1151
- "application/xml": components["schemas"]["ErrorEnvelope"];
1152
- };
1435
+ };
1436
+ /** @description Forbidden */
1437
+ 403: {
1438
+ content: {
1439
+ "application/json": components["schemas"]["ErrorEnvelope"];
1440
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1153
1441
  };
1154
1442
  };
1155
1443
  };
1156
1444
  };
1157
- "/api/v2/ProjectsService/TaskTypes/{taskTypeId}": {
1158
- get: {
1159
- parameters: {
1160
- query: {
1161
- tenantId: string;
1162
- };
1163
- path: {
1164
- taskTypeId: string;
1165
- };
1445
+ /**
1446
+ * Counts project task categories
1447
+ * @description Gets the count of task categories for a specific project.
1448
+ */
1449
+ GetProjectTaskCategoriesCountAsync: {
1450
+ parameters: {
1451
+ query: {
1452
+ tenantId: string;
1166
1453
  };
1167
- responses: {
1168
- /** @description OK */
1169
- 200: {
1170
- content: {
1171
- "application/json": components["schemas"]["TaskTypeDto"];
1172
- "application/xml": components["schemas"]["TaskTypeDto"];
1173
- };
1174
- };
1175
- /** @description Unauthorized */
1176
- 401: {
1177
- content: {
1178
- "application/json": components["schemas"]["ErrorEnvelope"];
1179
- "application/xml": components["schemas"]["ErrorEnvelope"];
1180
- };
1181
- };
1182
- /** @description Forbidden */
1183
- 403: {
1184
- content: {
1185
- "application/json": components["schemas"]["ErrorEnvelope"];
1186
- "application/xml": components["schemas"]["ErrorEnvelope"];
1187
- };
1454
+ path: {
1455
+ projectId: string;
1456
+ };
1457
+ };
1458
+ responses: {
1459
+ /** @description OK */
1460
+ 200: {
1461
+ content: {
1462
+ "application/json": components["schemas"]["Int32Envelope"];
1463
+ "application/xml": components["schemas"]["Int32Envelope"];
1188
1464
  };
1189
1465
  };
1190
- };
1191
- put: {
1192
- parameters: {
1193
- query: {
1194
- tenantId: string;
1195
- };
1196
- path: {
1197
- taskTypeId: string;
1466
+ /** @description Unauthorized */
1467
+ 401: {
1468
+ content: {
1469
+ "application/json": components["schemas"]["ErrorEnvelope"];
1470
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1198
1471
  };
1199
1472
  };
1200
- requestBody?: {
1473
+ /** @description Forbidden */
1474
+ 403: {
1201
1475
  content: {
1202
- "application/json": components["schemas"]["TaskTypeUpdateDto"];
1203
- "application/xml": components["schemas"]["TaskTypeUpdateDto"];
1476
+ "application/json": components["schemas"]["ErrorEnvelope"];
1477
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1204
1478
  };
1205
1479
  };
1206
- responses: {
1207
- /** @description OK */
1208
- 200: {
1209
- content: {
1210
- "application/json": components["schemas"]["TaskTypeDto"];
1211
- "application/xml": components["schemas"]["TaskTypeDto"];
1212
- };
1213
- };
1214
- /** @description Unauthorized */
1215
- 401: {
1216
- content: {
1217
- "application/json": components["schemas"]["ErrorEnvelope"];
1218
- "application/xml": components["schemas"]["ErrorEnvelope"];
1219
- };
1220
- };
1221
- /** @description Forbidden */
1222
- 403: {
1223
- content: {
1224
- "application/json": components["schemas"]["ErrorEnvelope"];
1225
- "application/xml": components["schemas"]["ErrorEnvelope"];
1226
- };
1227
- };
1480
+ };
1481
+ };
1482
+ /**
1483
+ * Retrieves all task categories
1484
+ * @description Gets all task categories for the current tenant with OData support.
1485
+ */
1486
+ GetTenantTaskCategoriesAsync: {
1487
+ parameters: {
1488
+ query: {
1489
+ tenantId: string;
1228
1490
  };
1229
1491
  };
1230
- delete: {
1231
- parameters: {
1232
- query: {
1233
- tenantId: string;
1234
- };
1235
- path: {
1236
- taskTypeId: string;
1492
+ responses: {
1493
+ /** @description OK */
1494
+ 200: {
1495
+ content: {
1496
+ "application/json": components["schemas"]["TaskCategoryDtoListEnvelope"];
1497
+ "application/xml": components["schemas"]["TaskCategoryDtoListEnvelope"];
1237
1498
  };
1238
1499
  };
1239
- responses: {
1240
- /** @description OK */
1241
- 200: {
1242
- content: {
1243
- "application/json": components["schemas"]["TaskTypeDto"];
1244
- "application/xml": components["schemas"]["TaskTypeDto"];
1245
- };
1246
- };
1247
- /** @description Unauthorized */
1248
- 401: {
1249
- content: {
1250
- "application/json": components["schemas"]["ErrorEnvelope"];
1251
- "application/xml": components["schemas"]["ErrorEnvelope"];
1252
- };
1500
+ /** @description Unauthorized */
1501
+ 401: {
1502
+ content: {
1503
+ "application/json": components["schemas"]["ErrorEnvelope"];
1504
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1253
1505
  };
1254
- /** @description Forbidden */
1255
- 403: {
1256
- content: {
1257
- "application/json": components["schemas"]["ErrorEnvelope"];
1258
- "application/xml": components["schemas"]["ErrorEnvelope"];
1259
- };
1506
+ };
1507
+ /** @description Forbidden */
1508
+ 403: {
1509
+ content: {
1510
+ "application/json": components["schemas"]["ErrorEnvelope"];
1511
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1260
1512
  };
1261
1513
  };
1262
1514
  };
1263
1515
  };
1264
- "/api/v2/ProjectsService/TaskTypes": {
1265
- post: {
1266
- parameters: {
1267
- query: {
1268
- tenantId: string;
1269
- };
1516
+ /**
1517
+ * Creates a new task category
1518
+ * @description Creates a new task category for the current tenant.
1519
+ */
1520
+ CreateTaskCategoryAsync: {
1521
+ parameters: {
1522
+ query: {
1523
+ tenantId: string;
1524
+ };
1525
+ };
1526
+ requestBody?: {
1527
+ content: {
1528
+ "application/json": components["schemas"]["TaskCategoryCreateDto"];
1529
+ "application/xml": components["schemas"]["TaskCategoryCreateDto"];
1270
1530
  };
1271
- requestBody?: {
1531
+ };
1532
+ responses: {
1533
+ /** @description OK */
1534
+ 200: {
1272
1535
  content: {
1273
- "application/json": components["schemas"]["TaskTypeCreateDto"];
1274
- "application/xml": components["schemas"]["TaskTypeCreateDto"];
1536
+ "application/json": components["schemas"]["TaskCategoryDto"];
1537
+ "application/xml": components["schemas"]["TaskCategoryDto"];
1275
1538
  };
1276
1539
  };
1277
- responses: {
1278
- /** @description OK */
1279
- 200: {
1280
- content: {
1281
- "application/json": components["schemas"]["TaskTypeDto"];
1282
- "application/xml": components["schemas"]["TaskTypeDto"];
1283
- };
1284
- };
1285
- /** @description Unauthorized */
1286
- 401: {
1287
- content: {
1288
- "application/json": components["schemas"]["ErrorEnvelope"];
1289
- "application/xml": components["schemas"]["ErrorEnvelope"];
1290
- };
1540
+ /** @description Unauthorized */
1541
+ 401: {
1542
+ content: {
1543
+ "application/json": components["schemas"]["ErrorEnvelope"];
1544
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1291
1545
  };
1292
- /** @description Forbidden */
1293
- 403: {
1294
- content: {
1295
- "application/json": components["schemas"]["ErrorEnvelope"];
1296
- "application/xml": components["schemas"]["ErrorEnvelope"];
1297
- };
1546
+ };
1547
+ /** @description Forbidden */
1548
+ 403: {
1549
+ content: {
1550
+ "application/json": components["schemas"]["ErrorEnvelope"];
1551
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1298
1552
  };
1299
1553
  };
1300
1554
  };
1301
1555
  };
1302
- }
1303
-
1304
- export type webhooks = Record<string, never>;
1305
-
1306
- export interface components {
1307
- schemas: {
1308
- AccessTokenResponse: {
1309
- tokenType?: string | null;
1310
- accessToken: string | null;
1311
- /** Format: int64 */
1312
- expiresIn: number;
1313
- refreshToken: string | null;
1314
- };
1315
- EmptyEnvelope: {
1316
- isSuccess?: boolean;
1317
- errorMessage?: string | null;
1318
- correlationId?: string | null;
1319
- /** Format: date-time */
1320
- timestamp?: string;
1321
- activityId?: string | null;
1322
- };
1323
- ErrorEnvelope: {
1324
- isSuccess?: boolean;
1325
- errorMessage?: string | null;
1326
- correlationId?: string | null;
1327
- /** Format: date-time */
1328
- timestamp?: string;
1329
- activityId?: string | null;
1330
- };
1331
- ForgotPasswordRequest: {
1332
- email: string | null;
1333
- };
1334
- HttpValidationProblemDetails: {
1335
- type?: string | null;
1336
- title?: string | null;
1337
- /** Format: int32 */
1338
- status?: number | null;
1339
- detail?: string | null;
1340
- instance?: string | null;
1341
- errors?: {
1342
- [key: string]: string[];
1343
- } | null;
1344
- [key: string]: unknown;
1345
- };
1346
- InfoRequest: {
1347
- newEmail?: string | null;
1348
- newPassword?: string | null;
1349
- oldPassword?: string | null;
1350
- };
1351
- InfoResponse: {
1352
- email: string | null;
1353
- isEmailConfirmed: boolean;
1354
- };
1355
- Int32Envelope: {
1356
- isSuccess?: boolean;
1357
- errorMessage?: string | null;
1358
- correlationId?: string | null;
1359
- /** Format: date-time */
1360
- timestamp?: string;
1361
- activityId?: string | null;
1362
- /** Format: int32 */
1363
- result?: number;
1364
- };
1365
- LoginRequest: {
1366
- email: string | null;
1367
- password: string | null;
1368
- twoFactorCode?: string | null;
1369
- twoFactorRecoveryCode?: string | null;
1370
- };
1371
- ProjectCreateDto: {
1372
- /** Format: uuid */
1373
- id?: string;
1374
- /** Format: date-time */
1375
- timestamp?: string;
1376
- title?: string | null;
1377
- description?: string | null;
1378
- /** Format: date-time */
1379
- projectStartDate?: string;
1380
- /** Format: date-time */
1381
- projectEndDate?: string;
1382
- };
1383
- ProjectDto: {
1384
- id?: string | null;
1385
- /** Format: date-time */
1386
- timestamp?: string | null;
1387
- title?: string | null;
1388
- description?: string | null;
1389
- /** Format: date-time */
1390
- projectStartDate?: string;
1391
- /** Format: date-time */
1392
- projectEndDate?: string;
1393
- };
1394
- ProjectDtoEnvelope: {
1395
- isSuccess?: boolean;
1396
- errorMessage?: string | null;
1397
- correlationId?: string | null;
1398
- /** Format: date-time */
1399
- timestamp?: string;
1400
- activityId?: string | null;
1401
- result?: components["schemas"]["ProjectDto"];
1402
- };
1403
- ProjectDtoListEnvelope: {
1404
- isSuccess?: boolean;
1405
- errorMessage?: string | null;
1406
- correlationId?: string | null;
1407
- /** Format: date-time */
1408
- timestamp?: string;
1409
- activityId?: string | null;
1410
- result?: components["schemas"]["ProjectDto"][] | null;
1411
- };
1412
- ProjectPeriodCreateDto: {
1413
- /** Format: uuid */
1414
- id?: string;
1415
- /** Format: date-time */
1416
- timestamp?: string;
1417
- /** Format: date-time */
1418
- periodStartDate?: string;
1419
- /** Format: date-time */
1420
- periodEndDate?: string;
1421
- projectID?: string | null;
1422
- };
1423
- ProjectPeriodDto: {
1424
- id?: string | null;
1425
- /** Format: date-time */
1426
- timestamp?: string | null;
1427
- /** Format: date-time */
1428
- periodStartDate?: string;
1429
- /** Format: date-time */
1430
- periodEndDate?: string;
1431
- projectID?: string | null;
1432
- };
1433
- ProjectPeriodDtoListEnvelope: {
1434
- isSuccess?: boolean;
1435
- errorMessage?: string | null;
1436
- correlationId?: string | null;
1437
- /** Format: date-time */
1438
- timestamp?: string;
1439
- activityId?: string | null;
1440
- result?: components["schemas"]["ProjectPeriodDto"][] | null;
1441
- };
1442
- ProjectPeriodUpdateDto: {
1443
- /** Format: date-time */
1444
- periodStartDate?: string;
1445
- /** Format: date-time */
1446
- periodEndDate?: string;
1447
- };
1448
- ProjectTaskCreateDto: {
1449
- /** Format: uuid */
1450
- id?: string;
1451
- /** Format: date-time */
1452
- timestamp?: string;
1453
- title?: string | null;
1454
- description?: string | null;
1455
- /** Format: date-time */
1456
- startDate?: string;
1457
- /** Format: date-time */
1458
- dueLine?: string;
1459
- projectID?: string | null;
1460
- };
1461
- ProjectTaskDto: {
1462
- id?: string | null;
1463
- /** Format: date-time */
1464
- timestamp?: string | null;
1465
- /** Format: date-time */
1466
- startDate?: string;
1467
- /** Format: date-time */
1468
- dueLine?: string;
1469
- projectID?: string | null;
1470
- projectTaskBucketID?: string | null;
1471
- };
1472
- ProjectTaskDtoListEnvelope: {
1473
- isSuccess?: boolean;
1474
- errorMessage?: string | null;
1475
- correlationId?: string | null;
1476
- /** Format: date-time */
1477
- timestamp?: string;
1478
- activityId?: string | null;
1479
- result?: components["schemas"]["ProjectTaskDto"][] | null;
1556
+ /**
1557
+ * Counts task categories
1558
+ * @description Gets the count of task categories for the current tenant.
1559
+ */
1560
+ CountTenantTaskCategoriesAsync: {
1561
+ parameters: {
1562
+ query: {
1563
+ tenantId: string;
1564
+ };
1480
1565
  };
1481
- ProjectTaskUpdateDto: {
1482
- /** Format: date-time */
1483
- startDate?: string;
1484
- /** Format: date-time */
1485
- dueLine?: string;
1566
+ responses: {
1567
+ /** @description OK */
1568
+ 200: {
1569
+ content: {
1570
+ "application/json": components["schemas"]["Int32Envelope"];
1571
+ "application/xml": components["schemas"]["Int32Envelope"];
1572
+ };
1573
+ };
1574
+ /** @description Unauthorized */
1575
+ 401: {
1576
+ content: {
1577
+ "application/json": components["schemas"]["ErrorEnvelope"];
1578
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1579
+ };
1580
+ };
1581
+ /** @description Forbidden */
1582
+ 403: {
1583
+ content: {
1584
+ "application/json": components["schemas"]["ErrorEnvelope"];
1585
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1586
+ };
1587
+ };
1486
1588
  };
1487
- ProjectTimeLogDto: {
1488
- id?: string | null;
1489
- /** Format: date-time */
1490
- timestamp?: string | null;
1491
- projectId?: string | null;
1492
- projectTaskId?: string | null;
1493
- taskCategoryId?: string | null;
1494
- projectPeriodId?: string | null;
1495
- responsibleContactId?: string | null;
1496
- creatorContactId?: string | null;
1497
- /** @enum {string} */
1498
- recordType?: "RegularHours" | "OvertimeToPay" | "OvertimeToCompensate";
1499
- /** Format: date-time */
1500
- timeStamp?: string;
1501
- /** Format: date-span */
1502
- timeSpan?: string;
1503
- /** Format: date-time */
1504
- logDate?: string;
1505
- comments?: string | null;
1506
- type?: string | null;
1589
+ };
1590
+ /**
1591
+ * Gets a task category by ID
1592
+ * @description Retrieves the details of a task category using its unique identifier.
1593
+ */
1594
+ GetTaskCategoryByIdAsync: {
1595
+ parameters: {
1596
+ query: {
1597
+ tenantId: string;
1598
+ };
1599
+ path: {
1600
+ taskCategoryId: string;
1601
+ };
1507
1602
  };
1508
- ProjectTimeLogDtoListEnvelope: {
1509
- isSuccess?: boolean;
1510
- errorMessage?: string | null;
1511
- correlationId?: string | null;
1512
- /** Format: date-time */
1513
- timestamp?: string;
1514
- activityId?: string | null;
1515
- result?: components["schemas"]["ProjectTimeLogDto"][] | null;
1603
+ responses: {
1604
+ /** @description OK */
1605
+ 200: {
1606
+ content: {
1607
+ "application/json": components["schemas"]["TaskCategoryDto"];
1608
+ "application/xml": components["schemas"]["TaskCategoryDto"];
1609
+ };
1610
+ };
1611
+ /** @description Unauthorized */
1612
+ 401: {
1613
+ content: {
1614
+ "application/json": components["schemas"]["ErrorEnvelope"];
1615
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1616
+ };
1617
+ };
1618
+ /** @description Forbidden */
1619
+ 403: {
1620
+ content: {
1621
+ "application/json": components["schemas"]["ErrorEnvelope"];
1622
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1623
+ };
1624
+ };
1516
1625
  };
1517
- ProjectUpdateDto: {
1518
- title?: string | null;
1519
- description?: string | null;
1520
- /** Format: date-time */
1521
- projectStartDate?: string;
1522
- /** Format: date-time */
1523
- projectEndDate?: string;
1626
+ };
1627
+ /**
1628
+ * Updates a task category
1629
+ * @description Updates the specified task category.
1630
+ */
1631
+ UpdateTaskCategoryAsync: {
1632
+ parameters: {
1633
+ query: {
1634
+ tenantId: string;
1635
+ };
1636
+ path: {
1637
+ taskCategoryId: string;
1638
+ };
1524
1639
  };
1525
- RefreshRequest: {
1526
- refreshToken: string | null;
1640
+ requestBody?: {
1641
+ content: {
1642
+ "application/json": components["schemas"]["TaskCategoryUpdateDto"];
1643
+ "application/xml": components["schemas"]["TaskCategoryUpdateDto"];
1644
+ };
1527
1645
  };
1528
- RegisterRequest: {
1529
- email: string | null;
1530
- password: string | null;
1646
+ responses: {
1647
+ /** @description OK */
1648
+ 200: {
1649
+ content: {
1650
+ "application/json": components["schemas"]["TaskCategoryDto"];
1651
+ "application/xml": components["schemas"]["TaskCategoryDto"];
1652
+ };
1653
+ };
1654
+ /** @description Unauthorized */
1655
+ 401: {
1656
+ content: {
1657
+ "application/json": components["schemas"]["ErrorEnvelope"];
1658
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1659
+ };
1660
+ };
1661
+ /** @description Forbidden */
1662
+ 403: {
1663
+ content: {
1664
+ "application/json": components["schemas"]["ErrorEnvelope"];
1665
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1666
+ };
1667
+ };
1531
1668
  };
1532
- ResendConfirmationEmailRequest: {
1533
- email: string | null;
1669
+ };
1670
+ /**
1671
+ * Deletes a task category
1672
+ * @description Deletes the specified task category.
1673
+ */
1674
+ DeleteTaskCategoryAsync: {
1675
+ parameters: {
1676
+ query: {
1677
+ tenantId: string;
1678
+ };
1679
+ path: {
1680
+ taskCategoryId: string;
1681
+ };
1534
1682
  };
1535
- ResetPasswordRequest: {
1536
- email: string | null;
1537
- resetCode: string | null;
1538
- newPassword: string | null;
1683
+ responses: {
1684
+ /** @description OK */
1685
+ 200: {
1686
+ content: {
1687
+ "application/json": components["schemas"]["TaskCategoryDto"];
1688
+ "application/xml": components["schemas"]["TaskCategoryDto"];
1689
+ };
1690
+ };
1691
+ /** @description Unauthorized */
1692
+ 401: {
1693
+ content: {
1694
+ "application/json": components["schemas"]["ErrorEnvelope"];
1695
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1696
+ };
1697
+ };
1698
+ /** @description Forbidden */
1699
+ 403: {
1700
+ content: {
1701
+ "application/json": components["schemas"]["ErrorEnvelope"];
1702
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1703
+ };
1704
+ };
1539
1705
  };
1540
- TaskCategoryCreateDto: {
1541
- /** Format: uuid */
1542
- id?: string;
1543
- /** Format: date-time */
1544
- timestamp?: string;
1545
- title?: string | null;
1706
+ };
1707
+ /**
1708
+ * Retrieves task types for a category
1709
+ * @description Gets all task types belonging to the specified task category.
1710
+ */
1711
+ GetTaskCategoryTaskTypesAsync: {
1712
+ parameters: {
1713
+ query: {
1714
+ tenantId: string;
1715
+ };
1716
+ path: {
1717
+ taskCategoryId: string;
1718
+ };
1546
1719
  };
1547
- TaskCategoryDto: {
1548
- id?: string | null;
1549
- /** Format: date-time */
1550
- timestamp?: string | null;
1551
- title?: string | null;
1720
+ responses: {
1721
+ /** @description OK */
1722
+ 200: {
1723
+ content: {
1724
+ "application/json": components["schemas"]["TaskCategoryDto"];
1725
+ "application/xml": components["schemas"]["TaskCategoryDto"];
1726
+ };
1727
+ };
1728
+ /** @description Unauthorized */
1729
+ 401: {
1730
+ content: {
1731
+ "application/json": components["schemas"]["ErrorEnvelope"];
1732
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1733
+ };
1734
+ };
1735
+ /** @description Forbidden */
1736
+ 403: {
1737
+ content: {
1738
+ "application/json": components["schemas"]["ErrorEnvelope"];
1739
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1740
+ };
1741
+ };
1552
1742
  };
1553
- TaskCategoryDtoListEnvelope: {
1554
- isSuccess?: boolean;
1555
- errorMessage?: string | null;
1556
- correlationId?: string | null;
1557
- /** Format: date-time */
1558
- timestamp?: string;
1559
- activityId?: string | null;
1560
- result?: components["schemas"]["TaskCategoryDto"][] | null;
1743
+ };
1744
+ /**
1745
+ * Gets a task type by ID
1746
+ * @description Retrieves the details of a task type using its unique identifier.
1747
+ */
1748
+ GetTaskTypeByIdAsync: {
1749
+ parameters: {
1750
+ query: {
1751
+ tenantId: string;
1752
+ };
1753
+ path: {
1754
+ taskTypeId: string;
1755
+ };
1561
1756
  };
1562
- TaskCategoryUpdateDto: {
1563
- title?: string | null;
1757
+ responses: {
1758
+ /** @description OK */
1759
+ 200: {
1760
+ content: {
1761
+ "application/json": components["schemas"]["TaskTypeDto"];
1762
+ "application/xml": components["schemas"]["TaskTypeDto"];
1763
+ };
1764
+ };
1765
+ /** @description Unauthorized */
1766
+ 401: {
1767
+ content: {
1768
+ "application/json": components["schemas"]["ErrorEnvelope"];
1769
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1770
+ };
1771
+ };
1772
+ /** @description Forbidden */
1773
+ 403: {
1774
+ content: {
1775
+ "application/json": components["schemas"]["ErrorEnvelope"];
1776
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1777
+ };
1778
+ };
1564
1779
  };
1565
- TaskTypeCreateDto: {
1566
- /** Format: uuid */
1567
- id?: string;
1568
- /** Format: date-time */
1569
- timestamp?: string;
1570
- title?: string | null;
1571
- taskCategoryID?: string | null;
1572
- displayInTimeTracker?: boolean;
1573
- requiresDescription?: boolean;
1780
+ };
1781
+ /**
1782
+ * Updates a task type
1783
+ * @description Updates the specified task type.
1784
+ */
1785
+ UpdateTaskTypeAsync: {
1786
+ parameters: {
1787
+ query: {
1788
+ tenantId: string;
1789
+ };
1790
+ path: {
1791
+ taskTypeId: string;
1792
+ };
1574
1793
  };
1575
- TaskTypeDto: {
1576
- id?: string | null;
1577
- /** Format: date-time */
1578
- timestamp?: string | null;
1579
- title?: string | null;
1580
- taskCategoryID?: string | null;
1581
- displayInTimeTracker?: boolean;
1582
- requiresDescription?: boolean;
1794
+ requestBody?: {
1795
+ content: {
1796
+ "application/json": components["schemas"]["TaskTypeUpdateDto"];
1797
+ "application/xml": components["schemas"]["TaskTypeUpdateDto"];
1798
+ };
1583
1799
  };
1584
- TaskTypeUpdateDto: {
1585
- title?: string | null;
1586
- displayInTimeTracker?: boolean;
1587
- requiresDescription?: boolean;
1800
+ responses: {
1801
+ /** @description OK */
1802
+ 200: {
1803
+ content: {
1804
+ "application/json": components["schemas"]["TaskTypeDto"];
1805
+ "application/xml": components["schemas"]["TaskTypeDto"];
1806
+ };
1807
+ };
1808
+ /** @description Unauthorized */
1809
+ 401: {
1810
+ content: {
1811
+ "application/json": components["schemas"]["ErrorEnvelope"];
1812
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1813
+ };
1814
+ };
1815
+ /** @description Forbidden */
1816
+ 403: {
1817
+ content: {
1818
+ "application/json": components["schemas"]["ErrorEnvelope"];
1819
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1820
+ };
1821
+ };
1588
1822
  };
1589
- TwoFactorRequest: {
1590
- enable?: boolean | null;
1591
- twoFactorCode?: string | null;
1592
- resetSharedKey?: boolean;
1593
- resetRecoveryCodes?: boolean;
1594
- forgetMachine?: boolean;
1823
+ };
1824
+ /**
1825
+ * Deletes a task type
1826
+ * @description Deletes the specified task type.
1827
+ */
1828
+ DeleteTaskTypeAsync: {
1829
+ parameters: {
1830
+ query: {
1831
+ tenantId: string;
1832
+ };
1833
+ path: {
1834
+ taskTypeId: string;
1835
+ };
1595
1836
  };
1596
- TwoFactorResponse: {
1597
- sharedKey: string | null;
1598
- /** Format: int32 */
1599
- recoveryCodesLeft: number;
1600
- recoveryCodes?: string[] | null;
1601
- isTwoFactorEnabled: boolean;
1602
- isMachineRemembered: boolean;
1837
+ responses: {
1838
+ /** @description OK */
1839
+ 200: {
1840
+ content: {
1841
+ "application/json": components["schemas"]["TaskTypeDto"];
1842
+ "application/xml": components["schemas"]["TaskTypeDto"];
1843
+ };
1844
+ };
1845
+ /** @description Unauthorized */
1846
+ 401: {
1847
+ content: {
1848
+ "application/json": components["schemas"]["ErrorEnvelope"];
1849
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1850
+ };
1851
+ };
1852
+ /** @description Forbidden */
1853
+ 403: {
1854
+ content: {
1855
+ "application/json": components["schemas"]["ErrorEnvelope"];
1856
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1857
+ };
1858
+ };
1603
1859
  };
1604
1860
  };
1605
- responses: never;
1606
- parameters: never;
1607
- requestBodies: never;
1608
- headers: never;
1609
- pathItems: never;
1610
- }
1611
-
1612
- export type $defs = Record<string, never>;
1613
-
1614
- export type external = Record<string, never>;
1615
-
1616
- export interface operations {
1617
-
1618
- "MapIdentityApi-/confirmEmail": {
1861
+ /**
1862
+ * Creates a new task type
1863
+ * @description Creates a new task type for the current tenant.
1864
+ */
1865
+ CreateTaskTypeAsync: {
1619
1866
  parameters: {
1620
1867
  query: {
1621
- userId: string;
1622
- code: string;
1623
- changedEmail?: string;
1868
+ tenantId: string;
1869
+ };
1870
+ };
1871
+ requestBody?: {
1872
+ content: {
1873
+ "application/json": components["schemas"]["TaskTypeCreateDto"];
1874
+ "application/xml": components["schemas"]["TaskTypeCreateDto"];
1624
1875
  };
1625
1876
  };
1626
1877
  responses: {
1627
1878
  /** @description OK */
1628
1879
  200: {
1629
- content: never;
1880
+ content: {
1881
+ "application/json": components["schemas"]["TaskTypeDto"];
1882
+ "application/xml": components["schemas"]["TaskTypeDto"];
1883
+ };
1884
+ };
1885
+ /** @description Unauthorized */
1886
+ 401: {
1887
+ content: {
1888
+ "application/json": components["schemas"]["ErrorEnvelope"];
1889
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1890
+ };
1891
+ };
1892
+ /** @description Forbidden */
1893
+ 403: {
1894
+ content: {
1895
+ "application/json": components["schemas"]["ErrorEnvelope"];
1896
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1897
+ };
1630
1898
  };
1631
1899
  };
1632
1900
  };