@prowodo/angular-client 1.0.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 (534) hide show
  1. package/README.md +49 -0
  2. package/dist/api/api.d.ts +50 -0
  3. package/dist/api/api.d.ts.map +1 -0
  4. package/dist/api/api.js +67 -0
  5. package/dist/api/api.js.map +1 -0
  6. package/dist/api/api.service.d.ts +1393 -0
  7. package/dist/api/api.service.d.ts.map +1 -0
  8. package/dist/api/api.service.js +3304 -0
  9. package/dist/api/api.service.js.map +1 -0
  10. package/dist/api/api.serviceInterface.d.ts +717 -0
  11. package/dist/api/api.serviceInterface.d.ts.map +1 -0
  12. package/dist/api/api.serviceInterface.js +3 -0
  13. package/dist/api/api.serviceInterface.js.map +1 -0
  14. package/dist/api/apiTokenAuth.service.d.ts +42 -0
  15. package/dist/api/apiTokenAuth.service.d.ts.map +1 -0
  16. package/dist/api/apiTokenAuth.service.js +128 -0
  17. package/dist/api/apiTokenAuth.service.js.map +1 -0
  18. package/dist/api/apiTokenAuth.serviceInterface.d.ts +30 -0
  19. package/dist/api/apiTokenAuth.serviceInterface.d.ts.map +1 -0
  20. package/dist/api/apiTokenAuth.serviceInterface.js +3 -0
  21. package/dist/api/apiTokenAuth.serviceInterface.js.map +1 -0
  22. package/dist/api/companies.service.d.ts +238 -0
  23. package/dist/api/companies.service.d.ts.map +1 -0
  24. package/dist/api/companies.service.js +524 -0
  25. package/dist/api/companies.service.js.map +1 -0
  26. package/dist/api/companies.serviceInterface.d.ts +120 -0
  27. package/dist/api/companies.serviceInterface.d.ts.map +1 -0
  28. package/dist/api/companies.serviceInterface.js +3 -0
  29. package/dist/api/companies.serviceInterface.js.map +1 -0
  30. package/dist/api/companyUsers.service.d.ts +165 -0
  31. package/dist/api/companyUsers.service.d.ts.map +1 -0
  32. package/dist/api/companyUsers.service.js +386 -0
  33. package/dist/api/companyUsers.service.js.map +1 -0
  34. package/dist/api/companyUsers.serviceInterface.d.ts +91 -0
  35. package/dist/api/companyUsers.serviceInterface.d.ts.map +1 -0
  36. package/dist/api/companyUsers.serviceInterface.js +3 -0
  37. package/dist/api/companyUsers.serviceInterface.js.map +1 -0
  38. package/dist/api/dayResumes.service.d.ts +141 -0
  39. package/dist/api/dayResumes.service.d.ts.map +1 -0
  40. package/dist/api/dayResumes.service.js +363 -0
  41. package/dist/api/dayResumes.service.js.map +1 -0
  42. package/dist/api/dayResumes.serviceInterface.d.ts +92 -0
  43. package/dist/api/dayResumes.serviceInterface.d.ts.map +1 -0
  44. package/dist/api/dayResumes.serviceInterface.js +3 -0
  45. package/dist/api/dayResumes.serviceInterface.js.map +1 -0
  46. package/dist/api/notification.service.d.ts +274 -0
  47. package/dist/api/notification.service.d.ts.map +1 -0
  48. package/dist/api/notification.service.js +643 -0
  49. package/dist/api/notification.service.js.map +1 -0
  50. package/dist/api/notification.serviceInterface.d.ts +141 -0
  51. package/dist/api/notification.serviceInterface.d.ts.map +1 -0
  52. package/dist/api/notification.serviceInterface.js +3 -0
  53. package/dist/api/notification.serviceInterface.js.map +1 -0
  54. package/dist/api/personalSchedule.service.d.ts +333 -0
  55. package/dist/api/personalSchedule.service.d.ts.map +1 -0
  56. package/dist/api/personalSchedule.service.js +774 -0
  57. package/dist/api/personalSchedule.service.js.map +1 -0
  58. package/dist/api/personalSchedule.serviceInterface.d.ts +186 -0
  59. package/dist/api/personalSchedule.serviceInterface.d.ts.map +1 -0
  60. package/dist/api/personalSchedule.serviceInterface.js +3 -0
  61. package/dist/api/personalSchedule.serviceInterface.js.map +1 -0
  62. package/dist/api/projects.service.d.ts +234 -0
  63. package/dist/api/projects.service.d.ts.map +1 -0
  64. package/dist/api/projects.service.js +569 -0
  65. package/dist/api/projects.service.js.map +1 -0
  66. package/dist/api/projects.serviceInterface.d.ts +129 -0
  67. package/dist/api/projects.serviceInterface.d.ts.map +1 -0
  68. package/dist/api/projects.serviceInterface.js +3 -0
  69. package/dist/api/projects.serviceInterface.js.map +1 -0
  70. package/dist/api/scrum.service.d.ts +287 -0
  71. package/dist/api/scrum.service.d.ts.map +1 -0
  72. package/dist/api/scrum.service.js +617 -0
  73. package/dist/api/scrum.service.js.map +1 -0
  74. package/dist/api/scrum.serviceInterface.d.ts +146 -0
  75. package/dist/api/scrum.serviceInterface.d.ts.map +1 -0
  76. package/dist/api/scrum.serviceInterface.js +3 -0
  77. package/dist/api/scrum.serviceInterface.js.map +1 -0
  78. package/dist/api/taskAssignements.service.d.ts +165 -0
  79. package/dist/api/taskAssignements.service.d.ts.map +1 -0
  80. package/dist/api/taskAssignements.service.js +386 -0
  81. package/dist/api/taskAssignements.service.js.map +1 -0
  82. package/dist/api/taskAssignements.serviceInterface.d.ts +91 -0
  83. package/dist/api/taskAssignements.serviceInterface.d.ts.map +1 -0
  84. package/dist/api/taskAssignements.serviceInterface.js +3 -0
  85. package/dist/api/taskAssignements.serviceInterface.js.map +1 -0
  86. package/dist/api/taskAttachments.service.d.ts +165 -0
  87. package/dist/api/taskAttachments.service.d.ts.map +1 -0
  88. package/dist/api/taskAttachments.service.js +560 -0
  89. package/dist/api/taskAttachments.service.js.map +1 -0
  90. package/dist/api/taskAttachments.serviceInterface.d.ts +118 -0
  91. package/dist/api/taskAttachments.serviceInterface.d.ts.map +1 -0
  92. package/dist/api/taskAttachments.serviceInterface.js +3 -0
  93. package/dist/api/taskAttachments.serviceInterface.js.map +1 -0
  94. package/dist/api/taskComments.service.d.ts +165 -0
  95. package/dist/api/taskComments.service.d.ts.map +1 -0
  96. package/dist/api/taskComments.service.js +386 -0
  97. package/dist/api/taskComments.service.js.map +1 -0
  98. package/dist/api/taskComments.serviceInterface.d.ts +91 -0
  99. package/dist/api/taskComments.serviceInterface.d.ts.map +1 -0
  100. package/dist/api/taskComments.serviceInterface.js +3 -0
  101. package/dist/api/taskComments.serviceInterface.js.map +1 -0
  102. package/dist/api/taskTag.service.d.ts +165 -0
  103. package/dist/api/taskTag.service.d.ts.map +1 -0
  104. package/dist/api/taskTag.service.js +390 -0
  105. package/dist/api/taskTag.service.js.map +1 -0
  106. package/dist/api/taskTag.serviceInterface.d.ts +93 -0
  107. package/dist/api/taskTag.serviceInterface.d.ts.map +1 -0
  108. package/dist/api/taskTag.serviceInterface.js +3 -0
  109. package/dist/api/taskTag.serviceInterface.js.map +1 -0
  110. package/dist/api/teams.service.d.ts +213 -0
  111. package/dist/api/teams.service.d.ts.map +1 -0
  112. package/dist/api/teams.service.js +504 -0
  113. package/dist/api/teams.service.js.map +1 -0
  114. package/dist/api/teams.serviceInterface.d.ts +116 -0
  115. package/dist/api/teams.serviceInterface.d.ts.map +1 -0
  116. package/dist/api/teams.serviceInterface.js +3 -0
  117. package/dist/api/teams.serviceInterface.js.map +1 -0
  118. package/dist/api/users.service.d.ts +43 -0
  119. package/dist/api/users.service.d.ts.map +1 -0
  120. package/dist/api/users.service.js +90 -0
  121. package/dist/api/users.service.js.map +1 -0
  122. package/dist/api/users.serviceInterface.d.ts +24 -0
  123. package/dist/api/users.serviceInterface.d.ts.map +1 -0
  124. package/dist/api/users.serviceInterface.js +3 -0
  125. package/dist/api/users.serviceInterface.js.map +1 -0
  126. package/dist/api/workingDays.service.d.ts +117 -0
  127. package/dist/api/workingDays.service.d.ts.map +1 -0
  128. package/dist/api/workingDays.service.js +276 -0
  129. package/dist/api/workingDays.service.js.map +1 -0
  130. package/dist/api/workingDays.serviceInterface.d.ts +69 -0
  131. package/dist/api/workingDays.serviceInterface.d.ts.map +1 -0
  132. package/dist/api/workingDays.serviceInterface.js +3 -0
  133. package/dist/api/workingDays.serviceInterface.js.map +1 -0
  134. package/dist/api.base.service.d.ts +22 -0
  135. package/dist/api.base.service.d.ts.map +1 -0
  136. package/dist/api.base.service.js +99 -0
  137. package/dist/api.base.service.js.map +1 -0
  138. package/dist/api.module.d.ts +8 -0
  139. package/dist/api.module.d.ts.map +1 -0
  140. package/dist/api.module.js +51 -0
  141. package/dist/api.module.js.map +1 -0
  142. package/dist/configuration.d.ts +108 -0
  143. package/dist/configuration.d.ts.map +1 -0
  144. package/dist/configuration.js +179 -0
  145. package/dist/configuration.js.map +1 -0
  146. package/dist/encoder.d.ts +18 -0
  147. package/dist/encoder.d.ts.map +1 -0
  148. package/dist/encoder.js +38 -0
  149. package/dist/encoder.js.map +1 -0
  150. package/dist/index.d.ts +8 -0
  151. package/dist/index.d.ts.map +1 -0
  152. package/dist/index.js +24 -0
  153. package/dist/index.js.map +1 -0
  154. package/dist/model/authToken.d.ts +15 -0
  155. package/dist/model/authToken.d.ts.map +1 -0
  156. package/dist/model/authToken.js +12 -0
  157. package/dist/model/authToken.js.map +1 -0
  158. package/dist/model/blankEnum.d.ts +14 -0
  159. package/dist/model/blankEnum.d.ts.map +1 -0
  160. package/dist/model/blankEnum.js +16 -0
  161. package/dist/model/blankEnum.js.map +1 -0
  162. package/dist/model/company.d.ts +18 -0
  163. package/dist/model/company.d.ts.map +1 -0
  164. package/dist/model/company.js +12 -0
  165. package/dist/model/company.js.map +1 -0
  166. package/dist/model/companyPendingInvites200ResponseInner.d.ts +17 -0
  167. package/dist/model/companyPendingInvites200ResponseInner.d.ts.map +1 -0
  168. package/dist/model/companyPendingInvites200ResponseInner.js +3 -0
  169. package/dist/model/companyPendingInvites200ResponseInner.js.map +1 -0
  170. package/dist/model/companyPendingInvites200ResponseInnerInvitedBy.d.ts +14 -0
  171. package/dist/model/companyPendingInvites200ResponseInnerInvitedBy.d.ts.map +1 -0
  172. package/dist/model/companyPendingInvites200ResponseInnerInvitedBy.js +12 -0
  173. package/dist/model/companyPendingInvites200ResponseInnerInvitedBy.js.map +1 -0
  174. package/dist/model/companyRevokeInvite400Response.d.ts +13 -0
  175. package/dist/model/companyRevokeInvite400Response.d.ts.map +1 -0
  176. package/dist/model/companyRevokeInvite400Response.js +12 -0
  177. package/dist/model/companyRevokeInvite400Response.js.map +1 -0
  178. package/dist/model/companyRevokeInviteRequest.d.ts +13 -0
  179. package/dist/model/companyRevokeInviteRequest.d.ts.map +1 -0
  180. package/dist/model/companyRevokeInviteRequest.js +12 -0
  181. package/dist/model/companyRevokeInviteRequest.js.map +1 -0
  182. package/dist/model/companyUpdate.d.ts +20 -0
  183. package/dist/model/companyUpdate.d.ts.map +1 -0
  184. package/dist/model/companyUpdate.js +12 -0
  185. package/dist/model/companyUpdate.js.map +1 -0
  186. package/dist/model/companyUser.d.ts +26 -0
  187. package/dist/model/companyUser.d.ts.map +1 -0
  188. package/dist/model/companyUser.js +3 -0
  189. package/dist/model/companyUser.js.map +1 -0
  190. package/dist/model/companyWorkingDays.d.ts +21 -0
  191. package/dist/model/companyWorkingDays.d.ts.map +1 -0
  192. package/dist/model/companyWorkingDays.js +12 -0
  193. package/dist/model/companyWorkingDays.js.map +1 -0
  194. package/dist/model/day.d.ts +13 -0
  195. package/dist/model/day.d.ts.map +1 -0
  196. package/dist/model/day.js +12 -0
  197. package/dist/model/day.js.map +1 -0
  198. package/dist/model/dayResume.d.ts +36 -0
  199. package/dist/model/dayResume.d.ts.map +1 -0
  200. package/dist/model/dayResume.js +12 -0
  201. package/dist/model/dayResume.js.map +1 -0
  202. package/dist/model/directionEnum.d.ts +18 -0
  203. package/dist/model/directionEnum.d.ts.map +1 -0
  204. package/dist/model/directionEnum.js +20 -0
  205. package/dist/model/directionEnum.js.map +1 -0
  206. package/dist/model/durationUnitEnum.d.ts +23 -0
  207. package/dist/model/durationUnitEnum.d.ts.map +1 -0
  208. package/dist/model/durationUnitEnum.js +25 -0
  209. package/dist/model/durationUnitEnum.js.map +1 -0
  210. package/dist/model/firebaseDeviceToken.d.ts +15 -0
  211. package/dist/model/firebaseDeviceToken.d.ts.map +1 -0
  212. package/dist/model/firebaseDeviceToken.js +12 -0
  213. package/dist/model/firebaseDeviceToken.js.map +1 -0
  214. package/dist/model/models.d.ts +91 -0
  215. package/dist/model/models.d.ts.map +1 -0
  216. package/dist/model/models.js +107 -0
  217. package/dist/model/models.js.map +1 -0
  218. package/dist/model/myNotification.d.ts +20 -0
  219. package/dist/model/myNotification.d.ts.map +1 -0
  220. package/dist/model/myNotification.js +12 -0
  221. package/dist/model/myNotification.js.map +1 -0
  222. package/dist/model/nullEnum.d.ts +12 -0
  223. package/dist/model/nullEnum.d.ts.map +1 -0
  224. package/dist/model/nullEnum.js +14 -0
  225. package/dist/model/nullEnum.js.map +1 -0
  226. package/dist/model/onboardingAcceptInvite200Response.d.ts +14 -0
  227. package/dist/model/onboardingAcceptInvite200Response.d.ts.map +1 -0
  228. package/dist/model/onboardingAcceptInvite200Response.js +12 -0
  229. package/dist/model/onboardingAcceptInvite200Response.js.map +1 -0
  230. package/dist/model/onboardingAcceptInviteRequest.d.ts +16 -0
  231. package/dist/model/onboardingAcceptInviteRequest.d.ts.map +1 -0
  232. package/dist/model/onboardingAcceptInviteRequest.js +12 -0
  233. package/dist/model/onboardingAcceptInviteRequest.js.map +1 -0
  234. package/dist/model/onboardingSendWelcomeEmail200Response.d.ts +13 -0
  235. package/dist/model/onboardingSendWelcomeEmail200Response.d.ts.map +1 -0
  236. package/dist/model/onboardingSendWelcomeEmail200Response.js +12 -0
  237. package/dist/model/onboardingSendWelcomeEmail200Response.js.map +1 -0
  238. package/dist/model/paginatedCompanyList.d.ts +17 -0
  239. package/dist/model/paginatedCompanyList.d.ts.map +1 -0
  240. package/dist/model/paginatedCompanyList.js +3 -0
  241. package/dist/model/paginatedCompanyList.js.map +1 -0
  242. package/dist/model/paginatedCompanyUserList.d.ts +17 -0
  243. package/dist/model/paginatedCompanyUserList.d.ts.map +1 -0
  244. package/dist/model/paginatedCompanyUserList.js +3 -0
  245. package/dist/model/paginatedCompanyUserList.js.map +1 -0
  246. package/dist/model/paginatedCompanyWorkingDaysList.d.ts +17 -0
  247. package/dist/model/paginatedCompanyWorkingDaysList.d.ts.map +1 -0
  248. package/dist/model/paginatedCompanyWorkingDaysList.js +3 -0
  249. package/dist/model/paginatedCompanyWorkingDaysList.js.map +1 -0
  250. package/dist/model/paginatedDayResumeList.d.ts +17 -0
  251. package/dist/model/paginatedDayResumeList.d.ts.map +1 -0
  252. package/dist/model/paginatedDayResumeList.js +3 -0
  253. package/dist/model/paginatedDayResumeList.js.map +1 -0
  254. package/dist/model/paginatedFirebaseDeviceTokenList.d.ts +17 -0
  255. package/dist/model/paginatedFirebaseDeviceTokenList.d.ts.map +1 -0
  256. package/dist/model/paginatedFirebaseDeviceTokenList.js +3 -0
  257. package/dist/model/paginatedFirebaseDeviceTokenList.js.map +1 -0
  258. package/dist/model/paginatedMyNotificationList.d.ts +17 -0
  259. package/dist/model/paginatedMyNotificationList.d.ts.map +1 -0
  260. package/dist/model/paginatedMyNotificationList.js +3 -0
  261. package/dist/model/paginatedMyNotificationList.js.map +1 -0
  262. package/dist/model/paginatedPersonalScheduleRuleList.d.ts +17 -0
  263. package/dist/model/paginatedPersonalScheduleRuleList.d.ts.map +1 -0
  264. package/dist/model/paginatedPersonalScheduleRuleList.js +3 -0
  265. package/dist/model/paginatedPersonalScheduleRuleList.js.map +1 -0
  266. package/dist/model/paginatedPersonalScheduleVoiceList.d.ts +17 -0
  267. package/dist/model/paginatedPersonalScheduleVoiceList.d.ts.map +1 -0
  268. package/dist/model/paginatedPersonalScheduleVoiceList.js +3 -0
  269. package/dist/model/paginatedPersonalScheduleVoiceList.js.map +1 -0
  270. package/dist/model/paginatedProjectList.d.ts +17 -0
  271. package/dist/model/paginatedProjectList.d.ts.map +1 -0
  272. package/dist/model/paginatedProjectList.js +3 -0
  273. package/dist/model/paginatedProjectList.js.map +1 -0
  274. package/dist/model/paginatedProjectTaskStatusList.d.ts +17 -0
  275. package/dist/model/paginatedProjectTaskStatusList.d.ts.map +1 -0
  276. package/dist/model/paginatedProjectTaskStatusList.js +3 -0
  277. package/dist/model/paginatedProjectTaskStatusList.js.map +1 -0
  278. package/dist/model/paginatedProjectUserList.d.ts +17 -0
  279. package/dist/model/paginatedProjectUserList.d.ts.map +1 -0
  280. package/dist/model/paginatedProjectUserList.js +3 -0
  281. package/dist/model/paginatedProjectUserList.js.map +1 -0
  282. package/dist/model/paginatedSprintList.d.ts +17 -0
  283. package/dist/model/paginatedSprintList.d.ts.map +1 -0
  284. package/dist/model/paginatedSprintList.js +3 -0
  285. package/dist/model/paginatedSprintList.js.map +1 -0
  286. package/dist/model/paginatedSprintTaskLaneList.d.ts +17 -0
  287. package/dist/model/paginatedSprintTaskLaneList.d.ts.map +1 -0
  288. package/dist/model/paginatedSprintTaskLaneList.js +3 -0
  289. package/dist/model/paginatedSprintTaskLaneList.js.map +1 -0
  290. package/dist/model/paginatedTaskAssignementList.d.ts +17 -0
  291. package/dist/model/paginatedTaskAssignementList.d.ts.map +1 -0
  292. package/dist/model/paginatedTaskAssignementList.js +3 -0
  293. package/dist/model/paginatedTaskAssignementList.js.map +1 -0
  294. package/dist/model/paginatedTaskAttachmentList.d.ts +17 -0
  295. package/dist/model/paginatedTaskAttachmentList.d.ts.map +1 -0
  296. package/dist/model/paginatedTaskAttachmentList.js +3 -0
  297. package/dist/model/paginatedTaskAttachmentList.js.map +1 -0
  298. package/dist/model/paginatedTaskCommentList.d.ts +17 -0
  299. package/dist/model/paginatedTaskCommentList.d.ts.map +1 -0
  300. package/dist/model/paginatedTaskCommentList.js +3 -0
  301. package/dist/model/paginatedTaskCommentList.js.map +1 -0
  302. package/dist/model/paginatedTaskList.d.ts +17 -0
  303. package/dist/model/paginatedTaskList.d.ts.map +1 -0
  304. package/dist/model/paginatedTaskList.js +3 -0
  305. package/dist/model/paginatedTaskList.js.map +1 -0
  306. package/dist/model/paginatedTaskTagList.d.ts +17 -0
  307. package/dist/model/paginatedTaskTagList.d.ts.map +1 -0
  308. package/dist/model/paginatedTaskTagList.js +3 -0
  309. package/dist/model/paginatedTaskTagList.js.map +1 -0
  310. package/dist/model/paginatedTeamList.d.ts +17 -0
  311. package/dist/model/paginatedTeamList.d.ts.map +1 -0
  312. package/dist/model/paginatedTeamList.js +3 -0
  313. package/dist/model/paginatedTeamList.js.map +1 -0
  314. package/dist/model/paginatedTicketWidgetListList.d.ts +17 -0
  315. package/dist/model/paginatedTicketWidgetListList.d.ts.map +1 -0
  316. package/dist/model/paginatedTicketWidgetListList.js +3 -0
  317. package/dist/model/paginatedTicketWidgetListList.js.map +1 -0
  318. package/dist/model/paginatedUserVersionList.d.ts +17 -0
  319. package/dist/model/paginatedUserVersionList.d.ts.map +1 -0
  320. package/dist/model/paginatedUserVersionList.js +3 -0
  321. package/dist/model/paginatedUserVersionList.js.map +1 -0
  322. package/dist/model/patchedCompanyUpdate.d.ts +20 -0
  323. package/dist/model/patchedCompanyUpdate.d.ts.map +1 -0
  324. package/dist/model/patchedCompanyUpdate.js +12 -0
  325. package/dist/model/patchedCompanyUpdate.js.map +1 -0
  326. package/dist/model/patchedCompanyUser.d.ts +26 -0
  327. package/dist/model/patchedCompanyUser.d.ts.map +1 -0
  328. package/dist/model/patchedCompanyUser.js +3 -0
  329. package/dist/model/patchedCompanyUser.js.map +1 -0
  330. package/dist/model/patchedCompanyWorkingDays.d.ts +21 -0
  331. package/dist/model/patchedCompanyWorkingDays.d.ts.map +1 -0
  332. package/dist/model/patchedCompanyWorkingDays.js +12 -0
  333. package/dist/model/patchedCompanyWorkingDays.js.map +1 -0
  334. package/dist/model/patchedDayResume.d.ts +36 -0
  335. package/dist/model/patchedDayResume.d.ts.map +1 -0
  336. package/dist/model/patchedDayResume.js +12 -0
  337. package/dist/model/patchedDayResume.js.map +1 -0
  338. package/dist/model/patchedPersonalScheduleRule.d.ts +28 -0
  339. package/dist/model/patchedPersonalScheduleRule.d.ts.map +1 -0
  340. package/dist/model/patchedPersonalScheduleRule.js +3 -0
  341. package/dist/model/patchedPersonalScheduleRule.js.map +1 -0
  342. package/dist/model/patchedPersonalScheduleVoice.d.ts +23 -0
  343. package/dist/model/patchedPersonalScheduleVoice.d.ts.map +1 -0
  344. package/dist/model/patchedPersonalScheduleVoice.js +12 -0
  345. package/dist/model/patchedPersonalScheduleVoice.js.map +1 -0
  346. package/dist/model/patchedProject.d.ts +20 -0
  347. package/dist/model/patchedProject.d.ts.map +1 -0
  348. package/dist/model/patchedProject.js +12 -0
  349. package/dist/model/patchedProject.js.map +1 -0
  350. package/dist/model/patchedProjectTaskStatus.d.ts +20 -0
  351. package/dist/model/patchedProjectTaskStatus.d.ts.map +1 -0
  352. package/dist/model/patchedProjectTaskStatus.js +12 -0
  353. package/dist/model/patchedProjectTaskStatus.js.map +1 -0
  354. package/dist/model/patchedProjectUser.d.ts +31 -0
  355. package/dist/model/patchedProjectUser.d.ts.map +1 -0
  356. package/dist/model/patchedProjectUser.js +15 -0
  357. package/dist/model/patchedProjectUser.js.map +1 -0
  358. package/dist/model/patchedSprint.d.ts +27 -0
  359. package/dist/model/patchedSprint.d.ts.map +1 -0
  360. package/dist/model/patchedSprint.js +3 -0
  361. package/dist/model/patchedSprint.js.map +1 -0
  362. package/dist/model/patchedTask.d.ts +43 -0
  363. package/dist/model/patchedTask.d.ts.map +1 -0
  364. package/dist/model/patchedTask.js +3 -0
  365. package/dist/model/patchedTask.js.map +1 -0
  366. package/dist/model/patchedTaskAssignement.d.ts +19 -0
  367. package/dist/model/patchedTaskAssignement.d.ts.map +1 -0
  368. package/dist/model/patchedTaskAssignement.js +3 -0
  369. package/dist/model/patchedTaskAssignement.js.map +1 -0
  370. package/dist/model/patchedTaskComment.d.ts +23 -0
  371. package/dist/model/patchedTaskComment.d.ts.map +1 -0
  372. package/dist/model/patchedTaskComment.js +3 -0
  373. package/dist/model/patchedTaskComment.js.map +1 -0
  374. package/dist/model/patchedTaskTag.d.ts +15 -0
  375. package/dist/model/patchedTaskTag.d.ts.map +1 -0
  376. package/dist/model/patchedTaskTag.js +12 -0
  377. package/dist/model/patchedTaskTag.js.map +1 -0
  378. package/dist/model/patchedTeam.d.ts +17 -0
  379. package/dist/model/patchedTeam.d.ts.map +1 -0
  380. package/dist/model/patchedTeam.js +12 -0
  381. package/dist/model/patchedTeam.js.map +1 -0
  382. package/dist/model/patchedTicketWidgetUpdate.d.ts +21 -0
  383. package/dist/model/patchedTicketWidgetUpdate.d.ts.map +1 -0
  384. package/dist/model/patchedTicketWidgetUpdate.js +12 -0
  385. package/dist/model/patchedTicketWidgetUpdate.js.map +1 -0
  386. package/dist/model/personalScheduleRule.d.ts +28 -0
  387. package/dist/model/personalScheduleRule.d.ts.map +1 -0
  388. package/dist/model/personalScheduleRule.js +3 -0
  389. package/dist/model/personalScheduleRule.js.map +1 -0
  390. package/dist/model/personalScheduleVoice.d.ts +23 -0
  391. package/dist/model/personalScheduleVoice.d.ts.map +1 -0
  392. package/dist/model/personalScheduleVoice.js +12 -0
  393. package/dist/model/personalScheduleVoice.js.map +1 -0
  394. package/dist/model/priorityEnum.d.ts +21 -0
  395. package/dist/model/priorityEnum.d.ts.map +1 -0
  396. package/dist/model/priorityEnum.js +23 -0
  397. package/dist/model/priorityEnum.js.map +1 -0
  398. package/dist/model/project.d.ts +20 -0
  399. package/dist/model/project.d.ts.map +1 -0
  400. package/dist/model/project.js +12 -0
  401. package/dist/model/project.js.map +1 -0
  402. package/dist/model/projectTaskStatus.d.ts +20 -0
  403. package/dist/model/projectTaskStatus.d.ts.map +1 -0
  404. package/dist/model/projectTaskStatus.js +12 -0
  405. package/dist/model/projectTaskStatus.js.map +1 -0
  406. package/dist/model/projectUser.d.ts +31 -0
  407. package/dist/model/projectUser.d.ts.map +1 -0
  408. package/dist/model/projectUser.js +15 -0
  409. package/dist/model/projectUser.js.map +1 -0
  410. package/dist/model/roleEnum.d.ts +21 -0
  411. package/dist/model/roleEnum.d.ts.map +1 -0
  412. package/dist/model/roleEnum.js +23 -0
  413. package/dist/model/roleEnum.js.map +1 -0
  414. package/dist/model/sprint.d.ts +27 -0
  415. package/dist/model/sprint.d.ts.map +1 -0
  416. package/dist/model/sprint.js +3 -0
  417. package/dist/model/sprint.js.map +1 -0
  418. package/dist/model/sprintCloseRequest.d.ts +16 -0
  419. package/dist/model/sprintCloseRequest.d.ts.map +1 -0
  420. package/dist/model/sprintCloseRequest.js +12 -0
  421. package/dist/model/sprintCloseRequest.js.map +1 -0
  422. package/dist/model/sprintLaneMoveRequest.d.ts +16 -0
  423. package/dist/model/sprintLaneMoveRequest.d.ts.map +1 -0
  424. package/dist/model/sprintLaneMoveRequest.js +12 -0
  425. package/dist/model/sprintLaneMoveRequest.js.map +1 -0
  426. package/dist/model/sprintTaskLane.d.ts +18 -0
  427. package/dist/model/sprintTaskLane.d.ts.map +1 -0
  428. package/dist/model/sprintTaskLane.js +12 -0
  429. package/dist/model/sprintTaskLane.js.map +1 -0
  430. package/dist/model/stateEnum.d.ts +19 -0
  431. package/dist/model/stateEnum.d.ts.map +1 -0
  432. package/dist/model/stateEnum.js +21 -0
  433. package/dist/model/stateEnum.js.map +1 -0
  434. package/dist/model/statusEnum.d.ts +20 -0
  435. package/dist/model/statusEnum.d.ts.map +1 -0
  436. package/dist/model/statusEnum.js +22 -0
  437. package/dist/model/statusEnum.js.map +1 -0
  438. package/dist/model/task.d.ts +43 -0
  439. package/dist/model/task.d.ts.map +1 -0
  440. package/dist/model/task.js +3 -0
  441. package/dist/model/task.js.map +1 -0
  442. package/dist/model/taskAssignement.d.ts +19 -0
  443. package/dist/model/taskAssignement.d.ts.map +1 -0
  444. package/dist/model/taskAssignement.js +3 -0
  445. package/dist/model/taskAssignement.js.map +1 -0
  446. package/dist/model/taskAttachment.d.ts +23 -0
  447. package/dist/model/taskAttachment.d.ts.map +1 -0
  448. package/dist/model/taskAttachment.js +3 -0
  449. package/dist/model/taskAttachment.js.map +1 -0
  450. package/dist/model/taskComment.d.ts +23 -0
  451. package/dist/model/taskComment.d.ts.map +1 -0
  452. package/dist/model/taskComment.js +3 -0
  453. package/dist/model/taskComment.js.map +1 -0
  454. package/dist/model/taskMoveToSprint200Response.d.ts +14 -0
  455. package/dist/model/taskMoveToSprint200Response.d.ts.map +1 -0
  456. package/dist/model/taskMoveToSprint200Response.js +12 -0
  457. package/dist/model/taskMoveToSprint200Response.js.map +1 -0
  458. package/dist/model/taskMoveToSprintRequest.d.ts +17 -0
  459. package/dist/model/taskMoveToSprintRequest.d.ts.map +1 -0
  460. package/dist/model/taskMoveToSprintRequest.js +12 -0
  461. package/dist/model/taskMoveToSprintRequest.js.map +1 -0
  462. package/dist/model/taskRelated.d.ts +17 -0
  463. package/dist/model/taskRelated.d.ts.map +1 -0
  464. package/dist/model/taskRelated.js +3 -0
  465. package/dist/model/taskRelated.js.map +1 -0
  466. package/dist/model/taskTag.d.ts +15 -0
  467. package/dist/model/taskTag.d.ts.map +1 -0
  468. package/dist/model/taskTag.js +12 -0
  469. package/dist/model/taskTag.js.map +1 -0
  470. package/dist/model/team.d.ts +17 -0
  471. package/dist/model/team.d.ts.map +1 -0
  472. package/dist/model/team.js +12 -0
  473. package/dist/model/team.js.map +1 -0
  474. package/dist/model/teamEasy.d.ts +15 -0
  475. package/dist/model/teamEasy.d.ts.map +1 -0
  476. package/dist/model/teamEasy.js +12 -0
  477. package/dist/model/teamEasy.js.map +1 -0
  478. package/dist/model/ticketCategory.d.ts +14 -0
  479. package/dist/model/ticketCategory.d.ts.map +1 -0
  480. package/dist/model/ticketCategory.js +12 -0
  481. package/dist/model/ticketCategory.js.map +1 -0
  482. package/dist/model/ticketSubmit.d.ts +18 -0
  483. package/dist/model/ticketSubmit.d.ts.map +1 -0
  484. package/dist/model/ticketSubmit.js +12 -0
  485. package/dist/model/ticketSubmit.js.map +1 -0
  486. package/dist/model/ticketWidgetCreate.d.ts +22 -0
  487. package/dist/model/ticketWidgetCreate.d.ts.map +1 -0
  488. package/dist/model/ticketWidgetCreate.js +12 -0
  489. package/dist/model/ticketWidgetCreate.js.map +1 -0
  490. package/dist/model/ticketWidgetList.d.ts +24 -0
  491. package/dist/model/ticketWidgetList.d.ts.map +1 -0
  492. package/dist/model/ticketWidgetList.js +3 -0
  493. package/dist/model/ticketWidgetList.js.map +1 -0
  494. package/dist/model/ticketWidgetUpdate.d.ts +21 -0
  495. package/dist/model/ticketWidgetUpdate.d.ts.map +1 -0
  496. package/dist/model/ticketWidgetUpdate.js +12 -0
  497. package/dist/model/ticketWidgetUpdate.js.map +1 -0
  498. package/dist/model/ticketsSubmit201Response.d.ts +14 -0
  499. package/dist/model/ticketsSubmit201Response.d.ts.map +1 -0
  500. package/dist/model/ticketsSubmit201Response.js +12 -0
  501. package/dist/model/ticketsSubmit201Response.js.map +1 -0
  502. package/dist/model/tierEnum.d.ts +19 -0
  503. package/dist/model/tierEnum.d.ts.map +1 -0
  504. package/dist/model/tierEnum.js +21 -0
  505. package/dist/model/tierEnum.js.map +1 -0
  506. package/dist/model/user.d.ts +25 -0
  507. package/dist/model/user.d.ts.map +1 -0
  508. package/dist/model/user.js +12 -0
  509. package/dist/model/user.js.map +1 -0
  510. package/dist/model/userId.d.ts +13 -0
  511. package/dist/model/userId.d.ts.map +1 -0
  512. package/dist/model/userId.js +12 -0
  513. package/dist/model/userId.js.map +1 -0
  514. package/dist/model/userVersion.d.ts +31 -0
  515. package/dist/model/userVersion.d.ts.map +1 -0
  516. package/dist/model/userVersion.js +3 -0
  517. package/dist/model/userVersion.js.map +1 -0
  518. package/dist/param.d.ts +38 -0
  519. package/dist/param.d.ts.map +1 -0
  520. package/dist/param.js +3 -0
  521. package/dist/param.js.map +1 -0
  522. package/dist/provide-api.d.ts +4 -0
  523. package/dist/provide-api.d.ts.map +1 -0
  524. package/dist/provide-api.js +19 -0
  525. package/dist/provide-api.js.map +1 -0
  526. package/dist/query.params.d.ts +62 -0
  527. package/dist/query.params.d.ts.map +1 -0
  528. package/dist/query.params.js +132 -0
  529. package/dist/query.params.js.map +1 -0
  530. package/dist/variables.d.ts +9 -0
  531. package/dist/variables.d.ts.map +1 -0
  532. package/dist/variables.js +12 -0
  533. package/dist/variables.js.map +1 -0
  534. package/package.json +48 -0
@@ -0,0 +1,617 @@
1
+ "use strict";
2
+ /**
3
+ * ProWoDo API
4
+ *
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
+ * https://openapi-generator.tech
9
+ * Do not edit the class manually.
10
+ */
11
+ /* tslint:disable:no-unused-variable member-ordering */
12
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
13
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
15
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
16
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
17
+ };
18
+ var __metadata = (this && this.__metadata) || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
22
+ return function (target, key) { decorator(target, key, paramIndex); }
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ exports.ScrumService = void 0;
26
+ const core_1 = require("@angular/core");
27
+ const http_1 = require("@angular/common/http");
28
+ const query_params_1 = require("../query.params");
29
+ // @ts-ignore
30
+ const variables_1 = require("../variables");
31
+ const configuration_1 = require("../configuration");
32
+ const api_base_service_1 = require("../api.base.service");
33
+ let ScrumService = class ScrumService extends api_base_service_1.BaseService {
34
+ httpClient;
35
+ constructor(httpClient, basePath, configuration) {
36
+ super(basePath, configuration);
37
+ this.httpClient = httpClient;
38
+ }
39
+ sprintClose(requestParameters, observe = 'body', reportProgress = false, options) {
40
+ const id = requestParameters?.id;
41
+ if (id === null || id === undefined) {
42
+ throw new Error('Required parameter id was null or undefined when calling sprintClose.');
43
+ }
44
+ const sprintCloseRequest = requestParameters?.sprintCloseRequest;
45
+ let localVarHeaders = this.defaultHeaders;
46
+ // authentication (FirebaseAuthentication) required
47
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
48
+ // authentication (basicAuth) required
49
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
50
+ // authentication (cookieAuth) required
51
+ // authentication (tokenAuth) required
52
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
53
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
54
+ 'application/json'
55
+ ]);
56
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
57
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
58
+ }
59
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
60
+ const localVarTransferCache = options?.transferCache ?? true;
61
+ // to determine the Content-Type header
62
+ const consumes = [
63
+ 'application/json'
64
+ ];
65
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
66
+ if (httpContentTypeSelected !== undefined) {
67
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
68
+ }
69
+ let responseType_ = 'json';
70
+ if (localVarHttpHeaderAcceptSelected) {
71
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
72
+ responseType_ = 'text';
73
+ }
74
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
75
+ responseType_ = 'json';
76
+ }
77
+ else {
78
+ responseType_ = 'blob';
79
+ }
80
+ }
81
+ let localVarPath = `/api/scrum/sprints/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/close/`;
82
+ const { basePath, withCredentials } = this.configuration;
83
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
84
+ context: localVarHttpContext,
85
+ body: sprintCloseRequest,
86
+ responseType: responseType_,
87
+ ...(withCredentials ? { withCredentials } : {}),
88
+ headers: localVarHeaders,
89
+ observe: observe,
90
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
91
+ reportProgress: reportProgress
92
+ });
93
+ }
94
+ sprintCreate(requestParameters, observe = 'body', reportProgress = false, options) {
95
+ const sprint = requestParameters?.sprint;
96
+ if (sprint === null || sprint === undefined) {
97
+ throw new Error('Required parameter sprint was null or undefined when calling sprintCreate.');
98
+ }
99
+ let localVarHeaders = this.defaultHeaders;
100
+ // authentication (FirebaseAuthentication) required
101
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
102
+ // authentication (basicAuth) required
103
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
104
+ // authentication (cookieAuth) required
105
+ // authentication (tokenAuth) required
106
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
107
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
108
+ 'application/json'
109
+ ]);
110
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
111
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
112
+ }
113
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
114
+ const localVarTransferCache = options?.transferCache ?? true;
115
+ // to determine the Content-Type header
116
+ const consumes = [
117
+ 'application/json',
118
+ 'application/x-www-form-urlencoded',
119
+ 'multipart/form-data'
120
+ ];
121
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
122
+ if (httpContentTypeSelected !== undefined) {
123
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
124
+ }
125
+ let responseType_ = 'json';
126
+ if (localVarHttpHeaderAcceptSelected) {
127
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
128
+ responseType_ = 'text';
129
+ }
130
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
131
+ responseType_ = 'json';
132
+ }
133
+ else {
134
+ responseType_ = 'blob';
135
+ }
136
+ }
137
+ let localVarPath = `/api/scrum/sprints/`;
138
+ const { basePath, withCredentials } = this.configuration;
139
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
140
+ context: localVarHttpContext,
141
+ body: sprint,
142
+ responseType: responseType_,
143
+ ...(withCredentials ? { withCredentials } : {}),
144
+ headers: localVarHeaders,
145
+ observe: observe,
146
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
147
+ reportProgress: reportProgress
148
+ });
149
+ }
150
+ sprintDestroy(requestParameters, observe = 'body', reportProgress = false, options) {
151
+ const id = requestParameters?.id;
152
+ if (id === null || id === undefined) {
153
+ throw new Error('Required parameter id was null or undefined when calling sprintDestroy.');
154
+ }
155
+ let localVarHeaders = this.defaultHeaders;
156
+ // authentication (FirebaseAuthentication) required
157
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
158
+ // authentication (basicAuth) required
159
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
160
+ // authentication (cookieAuth) required
161
+ // authentication (tokenAuth) required
162
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
163
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([]);
164
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
165
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
166
+ }
167
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
168
+ const localVarTransferCache = options?.transferCache ?? true;
169
+ let responseType_ = 'json';
170
+ if (localVarHttpHeaderAcceptSelected) {
171
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
172
+ responseType_ = 'text';
173
+ }
174
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
175
+ responseType_ = 'json';
176
+ }
177
+ else {
178
+ responseType_ = 'blob';
179
+ }
180
+ }
181
+ let localVarPath = `/api/scrum/sprints/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/`;
182
+ const { basePath, withCredentials } = this.configuration;
183
+ return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
184
+ context: localVarHttpContext,
185
+ responseType: responseType_,
186
+ ...(withCredentials ? { withCredentials } : {}),
187
+ headers: localVarHeaders,
188
+ observe: observe,
189
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
190
+ reportProgress: reportProgress
191
+ });
192
+ }
193
+ sprintLaneList(requestParameters, observe = 'body', reportProgress = false, options) {
194
+ const ordering = requestParameters?.ordering;
195
+ const page = requestParameters?.page;
196
+ const pageSize = requestParameters?.pageSize;
197
+ const search = requestParameters?.search;
198
+ const sprintId = requestParameters?.sprintId;
199
+ let localVarQueryParameters = new query_params_1.OpenApiHttpParams(this.encoder);
200
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'ordering', ordering, query_params_1.QueryParamStyle.Form, true);
201
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'page', page, query_params_1.QueryParamStyle.Form, true);
202
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'page_size', pageSize, query_params_1.QueryParamStyle.Form, true);
203
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'search', search, query_params_1.QueryParamStyle.Form, true);
204
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'sprint_id', sprintId, query_params_1.QueryParamStyle.Form, true);
205
+ let localVarHeaders = this.defaultHeaders;
206
+ // authentication (FirebaseAuthentication) required
207
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
208
+ // authentication (basicAuth) required
209
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
210
+ // authentication (cookieAuth) required
211
+ // authentication (tokenAuth) required
212
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
213
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
214
+ 'application/json'
215
+ ]);
216
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
217
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
218
+ }
219
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
220
+ const localVarTransferCache = options?.transferCache ?? true;
221
+ let responseType_ = 'json';
222
+ if (localVarHttpHeaderAcceptSelected) {
223
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
224
+ responseType_ = 'text';
225
+ }
226
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
227
+ responseType_ = 'json';
228
+ }
229
+ else {
230
+ responseType_ = 'blob';
231
+ }
232
+ }
233
+ let localVarPath = `/api/scrum/sprint-lanes/`;
234
+ const { basePath, withCredentials } = this.configuration;
235
+ return this.httpClient.request('get', `${basePath}${localVarPath}`, {
236
+ context: localVarHttpContext,
237
+ params: localVarQueryParameters.toHttpParams(),
238
+ responseType: responseType_,
239
+ ...(withCredentials ? { withCredentials } : {}),
240
+ headers: localVarHeaders,
241
+ observe: observe,
242
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
243
+ reportProgress: reportProgress
244
+ });
245
+ }
246
+ sprintLaneMove(requestParameters, observe = 'body', reportProgress = false, options) {
247
+ const id = requestParameters?.id;
248
+ if (id === null || id === undefined) {
249
+ throw new Error('Required parameter id was null or undefined when calling sprintLaneMove.');
250
+ }
251
+ const sprintLaneMoveRequest = requestParameters?.sprintLaneMoveRequest;
252
+ let localVarHeaders = this.defaultHeaders;
253
+ // authentication (FirebaseAuthentication) required
254
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
255
+ // authentication (basicAuth) required
256
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
257
+ // authentication (cookieAuth) required
258
+ // authentication (tokenAuth) required
259
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
260
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
261
+ 'application/json'
262
+ ]);
263
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
264
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
265
+ }
266
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
267
+ const localVarTransferCache = options?.transferCache ?? true;
268
+ // to determine the Content-Type header
269
+ const consumes = [
270
+ 'application/json'
271
+ ];
272
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
273
+ if (httpContentTypeSelected !== undefined) {
274
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
275
+ }
276
+ let responseType_ = 'json';
277
+ if (localVarHttpHeaderAcceptSelected) {
278
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
279
+ responseType_ = 'text';
280
+ }
281
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
282
+ responseType_ = 'json';
283
+ }
284
+ else {
285
+ responseType_ = 'blob';
286
+ }
287
+ }
288
+ let localVarPath = `/api/scrum/sprint-lanes/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/move/`;
289
+ const { basePath, withCredentials } = this.configuration;
290
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
291
+ context: localVarHttpContext,
292
+ body: sprintLaneMoveRequest,
293
+ responseType: responseType_,
294
+ ...(withCredentials ? { withCredentials } : {}),
295
+ headers: localVarHeaders,
296
+ observe: observe,
297
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
298
+ reportProgress: reportProgress
299
+ });
300
+ }
301
+ sprintLaneRetrieve(requestParameters, observe = 'body', reportProgress = false, options) {
302
+ const id = requestParameters?.id;
303
+ if (id === null || id === undefined) {
304
+ throw new Error('Required parameter id was null or undefined when calling sprintLaneRetrieve.');
305
+ }
306
+ let localVarHeaders = this.defaultHeaders;
307
+ // authentication (FirebaseAuthentication) required
308
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
309
+ // authentication (basicAuth) required
310
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
311
+ // authentication (cookieAuth) required
312
+ // authentication (tokenAuth) required
313
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
314
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
315
+ 'application/json'
316
+ ]);
317
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
318
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
319
+ }
320
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
321
+ const localVarTransferCache = options?.transferCache ?? true;
322
+ let responseType_ = 'json';
323
+ if (localVarHttpHeaderAcceptSelected) {
324
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
325
+ responseType_ = 'text';
326
+ }
327
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
328
+ responseType_ = 'json';
329
+ }
330
+ else {
331
+ responseType_ = 'blob';
332
+ }
333
+ }
334
+ let localVarPath = `/api/scrum/sprint-lanes/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/`;
335
+ const { basePath, withCredentials } = this.configuration;
336
+ return this.httpClient.request('get', `${basePath}${localVarPath}`, {
337
+ context: localVarHttpContext,
338
+ responseType: responseType_,
339
+ ...(withCredentials ? { withCredentials } : {}),
340
+ headers: localVarHeaders,
341
+ observe: observe,
342
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
343
+ reportProgress: reportProgress
344
+ });
345
+ }
346
+ sprintList(requestParameters, observe = 'body', reportProgress = false, options) {
347
+ const ordering = requestParameters?.ordering;
348
+ const page = requestParameters?.page;
349
+ const pageSize = requestParameters?.pageSize;
350
+ const projectId = requestParameters?.projectId;
351
+ const state = requestParameters?.state;
352
+ let localVarQueryParameters = new query_params_1.OpenApiHttpParams(this.encoder);
353
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'ordering', ordering, query_params_1.QueryParamStyle.Form, true);
354
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'page', page, query_params_1.QueryParamStyle.Form, true);
355
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'page_size', pageSize, query_params_1.QueryParamStyle.Form, true);
356
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'project_id', projectId, query_params_1.QueryParamStyle.Form, true);
357
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'state', state, query_params_1.QueryParamStyle.Form, true);
358
+ let localVarHeaders = this.defaultHeaders;
359
+ // authentication (FirebaseAuthentication) required
360
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
361
+ // authentication (basicAuth) required
362
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
363
+ // authentication (cookieAuth) required
364
+ // authentication (tokenAuth) required
365
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
366
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
367
+ 'application/json'
368
+ ]);
369
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
370
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
371
+ }
372
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
373
+ const localVarTransferCache = options?.transferCache ?? true;
374
+ let responseType_ = 'json';
375
+ if (localVarHttpHeaderAcceptSelected) {
376
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
377
+ responseType_ = 'text';
378
+ }
379
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
380
+ responseType_ = 'json';
381
+ }
382
+ else {
383
+ responseType_ = 'blob';
384
+ }
385
+ }
386
+ let localVarPath = `/api/scrum/sprints/`;
387
+ const { basePath, withCredentials } = this.configuration;
388
+ return this.httpClient.request('get', `${basePath}${localVarPath}`, {
389
+ context: localVarHttpContext,
390
+ params: localVarQueryParameters.toHttpParams(),
391
+ responseType: responseType_,
392
+ ...(withCredentials ? { withCredentials } : {}),
393
+ headers: localVarHeaders,
394
+ observe: observe,
395
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
396
+ reportProgress: reportProgress
397
+ });
398
+ }
399
+ sprintPartialUpdate(requestParameters, observe = 'body', reportProgress = false, options) {
400
+ const id = requestParameters?.id;
401
+ if (id === null || id === undefined) {
402
+ throw new Error('Required parameter id was null or undefined when calling sprintPartialUpdate.');
403
+ }
404
+ const patchedSprint = requestParameters?.patchedSprint;
405
+ let localVarHeaders = this.defaultHeaders;
406
+ // authentication (FirebaseAuthentication) required
407
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
408
+ // authentication (basicAuth) required
409
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
410
+ // authentication (cookieAuth) required
411
+ // authentication (tokenAuth) required
412
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
413
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
414
+ 'application/json'
415
+ ]);
416
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
417
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
418
+ }
419
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
420
+ const localVarTransferCache = options?.transferCache ?? true;
421
+ // to determine the Content-Type header
422
+ const consumes = [
423
+ 'application/json',
424
+ 'application/x-www-form-urlencoded',
425
+ 'multipart/form-data'
426
+ ];
427
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
428
+ if (httpContentTypeSelected !== undefined) {
429
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
430
+ }
431
+ let responseType_ = 'json';
432
+ if (localVarHttpHeaderAcceptSelected) {
433
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
434
+ responseType_ = 'text';
435
+ }
436
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
437
+ responseType_ = 'json';
438
+ }
439
+ else {
440
+ responseType_ = 'blob';
441
+ }
442
+ }
443
+ let localVarPath = `/api/scrum/sprints/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/`;
444
+ const { basePath, withCredentials } = this.configuration;
445
+ return this.httpClient.request('patch', `${basePath}${localVarPath}`, {
446
+ context: localVarHttpContext,
447
+ body: patchedSprint,
448
+ responseType: responseType_,
449
+ ...(withCredentials ? { withCredentials } : {}),
450
+ headers: localVarHeaders,
451
+ observe: observe,
452
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
453
+ reportProgress: reportProgress
454
+ });
455
+ }
456
+ sprintRetrieve(requestParameters, observe = 'body', reportProgress = false, options) {
457
+ const id = requestParameters?.id;
458
+ if (id === null || id === undefined) {
459
+ throw new Error('Required parameter id was null or undefined when calling sprintRetrieve.');
460
+ }
461
+ let localVarHeaders = this.defaultHeaders;
462
+ // authentication (FirebaseAuthentication) required
463
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
464
+ // authentication (basicAuth) required
465
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
466
+ // authentication (cookieAuth) required
467
+ // authentication (tokenAuth) required
468
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
469
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
470
+ 'application/json'
471
+ ]);
472
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
473
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
474
+ }
475
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
476
+ const localVarTransferCache = options?.transferCache ?? true;
477
+ let responseType_ = 'json';
478
+ if (localVarHttpHeaderAcceptSelected) {
479
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
480
+ responseType_ = 'text';
481
+ }
482
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
483
+ responseType_ = 'json';
484
+ }
485
+ else {
486
+ responseType_ = 'blob';
487
+ }
488
+ }
489
+ let localVarPath = `/api/scrum/sprints/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/`;
490
+ const { basePath, withCredentials } = this.configuration;
491
+ return this.httpClient.request('get', `${basePath}${localVarPath}`, {
492
+ context: localVarHttpContext,
493
+ responseType: responseType_,
494
+ ...(withCredentials ? { withCredentials } : {}),
495
+ headers: localVarHeaders,
496
+ observe: observe,
497
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
498
+ reportProgress: reportProgress
499
+ });
500
+ }
501
+ sprintStart(requestParameters, observe = 'body', reportProgress = false, options) {
502
+ const id = requestParameters?.id;
503
+ if (id === null || id === undefined) {
504
+ throw new Error('Required parameter id was null or undefined when calling sprintStart.');
505
+ }
506
+ let localVarHeaders = this.defaultHeaders;
507
+ // authentication (FirebaseAuthentication) required
508
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
509
+ // authentication (basicAuth) required
510
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
511
+ // authentication (cookieAuth) required
512
+ // authentication (tokenAuth) required
513
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
514
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
515
+ 'application/json'
516
+ ]);
517
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
518
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
519
+ }
520
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
521
+ const localVarTransferCache = options?.transferCache ?? true;
522
+ let responseType_ = 'json';
523
+ if (localVarHttpHeaderAcceptSelected) {
524
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
525
+ responseType_ = 'text';
526
+ }
527
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
528
+ responseType_ = 'json';
529
+ }
530
+ else {
531
+ responseType_ = 'blob';
532
+ }
533
+ }
534
+ let localVarPath = `/api/scrum/sprints/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/start/`;
535
+ const { basePath, withCredentials } = this.configuration;
536
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
537
+ context: localVarHttpContext,
538
+ responseType: responseType_,
539
+ ...(withCredentials ? { withCredentials } : {}),
540
+ headers: localVarHeaders,
541
+ observe: observe,
542
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
543
+ reportProgress: reportProgress
544
+ });
545
+ }
546
+ sprintUpdate(requestParameters, observe = 'body', reportProgress = false, options) {
547
+ const id = requestParameters?.id;
548
+ if (id === null || id === undefined) {
549
+ throw new Error('Required parameter id was null or undefined when calling sprintUpdate.');
550
+ }
551
+ const sprint = requestParameters?.sprint;
552
+ if (sprint === null || sprint === undefined) {
553
+ throw new Error('Required parameter sprint was null or undefined when calling sprintUpdate.');
554
+ }
555
+ let localVarHeaders = this.defaultHeaders;
556
+ // authentication (FirebaseAuthentication) required
557
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
558
+ // authentication (basicAuth) required
559
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
560
+ // authentication (cookieAuth) required
561
+ // authentication (tokenAuth) required
562
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
563
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
564
+ 'application/json'
565
+ ]);
566
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
567
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
568
+ }
569
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
570
+ const localVarTransferCache = options?.transferCache ?? true;
571
+ // to determine the Content-Type header
572
+ const consumes = [
573
+ 'application/json',
574
+ 'application/x-www-form-urlencoded',
575
+ 'multipart/form-data'
576
+ ];
577
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
578
+ if (httpContentTypeSelected !== undefined) {
579
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
580
+ }
581
+ let responseType_ = 'json';
582
+ if (localVarHttpHeaderAcceptSelected) {
583
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
584
+ responseType_ = 'text';
585
+ }
586
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
587
+ responseType_ = 'json';
588
+ }
589
+ else {
590
+ responseType_ = 'blob';
591
+ }
592
+ }
593
+ let localVarPath = `/api/scrum/sprints/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/`;
594
+ const { basePath, withCredentials } = this.configuration;
595
+ return this.httpClient.request('put', `${basePath}${localVarPath}`, {
596
+ context: localVarHttpContext,
597
+ body: sprint,
598
+ responseType: responseType_,
599
+ ...(withCredentials ? { withCredentials } : {}),
600
+ headers: localVarHeaders,
601
+ observe: observe,
602
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
603
+ reportProgress: reportProgress
604
+ });
605
+ }
606
+ };
607
+ exports.ScrumService = ScrumService;
608
+ exports.ScrumService = ScrumService = __decorate([
609
+ (0, core_1.Injectable)({
610
+ providedIn: 'root'
611
+ }),
612
+ __param(1, (0, core_1.Optional)()),
613
+ __param(1, (0, core_1.Inject)(variables_1.BASE_PATH)),
614
+ __param(2, (0, core_1.Optional)()),
615
+ __metadata("design:paramtypes", [http_1.HttpClient, Object, configuration_1.Configuration])
616
+ ], ScrumService);
617
+ //# sourceMappingURL=scrum.service.js.map