@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,643 @@
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.NotificationService = 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 NotificationService = class NotificationService extends api_base_service_1.BaseService {
34
+ httpClient;
35
+ constructor(httpClient, basePath, configuration) {
36
+ super(basePath, configuration);
37
+ this.httpClient = httpClient;
38
+ }
39
+ apiNotificationDevicesTokenCreate(requestParameters, observe = 'body', reportProgress = false, options) {
40
+ const firebaseDeviceToken = requestParameters?.firebaseDeviceToken;
41
+ let localVarHeaders = this.defaultHeaders;
42
+ // authentication (FirebaseAuthentication) required
43
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
44
+ // authentication (basicAuth) required
45
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
46
+ // authentication (cookieAuth) required
47
+ // authentication (tokenAuth) required
48
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
49
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
50
+ 'application/json'
51
+ ]);
52
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
53
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
54
+ }
55
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
56
+ const localVarTransferCache = options?.transferCache ?? true;
57
+ // to determine the Content-Type header
58
+ const consumes = [
59
+ 'application/json',
60
+ 'application/x-www-form-urlencoded',
61
+ 'multipart/form-data'
62
+ ];
63
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
64
+ if (httpContentTypeSelected !== undefined) {
65
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
66
+ }
67
+ let responseType_ = 'json';
68
+ if (localVarHttpHeaderAcceptSelected) {
69
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
70
+ responseType_ = 'text';
71
+ }
72
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
73
+ responseType_ = 'json';
74
+ }
75
+ else {
76
+ responseType_ = 'blob';
77
+ }
78
+ }
79
+ let localVarPath = `/api/notification/devices-token/`;
80
+ const { basePath, withCredentials } = this.configuration;
81
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
82
+ context: localVarHttpContext,
83
+ body: firebaseDeviceToken,
84
+ responseType: responseType_,
85
+ ...(withCredentials ? { withCredentials } : {}),
86
+ headers: localVarHeaders,
87
+ observe: observe,
88
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
89
+ reportProgress: reportProgress
90
+ });
91
+ }
92
+ apiNotificationDevicesTokenList(requestParameters, observe = 'body', reportProgress = false, options) {
93
+ const ordering = requestParameters?.ordering;
94
+ const page = requestParameters?.page;
95
+ const pageSize = requestParameters?.pageSize;
96
+ const search = requestParameters?.search;
97
+ let localVarQueryParameters = new query_params_1.OpenApiHttpParams(this.encoder);
98
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'ordering', ordering, query_params_1.QueryParamStyle.Form, true);
99
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'page', page, query_params_1.QueryParamStyle.Form, true);
100
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'page_size', pageSize, query_params_1.QueryParamStyle.Form, true);
101
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'search', search, query_params_1.QueryParamStyle.Form, true);
102
+ let localVarHeaders = this.defaultHeaders;
103
+ // authentication (FirebaseAuthentication) required
104
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
105
+ // authentication (basicAuth) required
106
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
107
+ // authentication (cookieAuth) required
108
+ // authentication (tokenAuth) required
109
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
110
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
111
+ 'application/json'
112
+ ]);
113
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
114
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
115
+ }
116
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
117
+ const localVarTransferCache = options?.transferCache ?? true;
118
+ let responseType_ = 'json';
119
+ if (localVarHttpHeaderAcceptSelected) {
120
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
121
+ responseType_ = 'text';
122
+ }
123
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
124
+ responseType_ = 'json';
125
+ }
126
+ else {
127
+ responseType_ = 'blob';
128
+ }
129
+ }
130
+ let localVarPath = `/api/notification/devices-token/`;
131
+ const { basePath, withCredentials } = this.configuration;
132
+ return this.httpClient.request('get', `${basePath}${localVarPath}`, {
133
+ context: localVarHttpContext,
134
+ params: localVarQueryParameters.toHttpParams(),
135
+ responseType: responseType_,
136
+ ...(withCredentials ? { withCredentials } : {}),
137
+ headers: localVarHeaders,
138
+ observe: observe,
139
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
140
+ reportProgress: reportProgress
141
+ });
142
+ }
143
+ apiNotificationTelegramLinkCreate(observe = 'body', reportProgress = false, options) {
144
+ let localVarHeaders = this.defaultHeaders;
145
+ // authentication (FirebaseAuthentication) required
146
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
147
+ // authentication (basicAuth) required
148
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
149
+ // authentication (cookieAuth) required
150
+ // authentication (tokenAuth) required
151
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
152
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([]);
153
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
154
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
155
+ }
156
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
157
+ const localVarTransferCache = options?.transferCache ?? true;
158
+ let responseType_ = 'json';
159
+ if (localVarHttpHeaderAcceptSelected) {
160
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
161
+ responseType_ = 'text';
162
+ }
163
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
164
+ responseType_ = 'json';
165
+ }
166
+ else {
167
+ responseType_ = 'blob';
168
+ }
169
+ }
170
+ let localVarPath = `/api/notification/telegram/link`;
171
+ const { basePath, withCredentials } = this.configuration;
172
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
173
+ context: localVarHttpContext,
174
+ responseType: responseType_,
175
+ ...(withCredentials ? { withCredentials } : {}),
176
+ headers: localVarHeaders,
177
+ observe: observe,
178
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
179
+ reportProgress: reportProgress
180
+ });
181
+ }
182
+ apiNotificationTelegramLinkCreate2(observe = 'body', reportProgress = false, options) {
183
+ let localVarHeaders = this.defaultHeaders;
184
+ // authentication (FirebaseAuthentication) required
185
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
186
+ // authentication (basicAuth) required
187
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
188
+ // authentication (cookieAuth) required
189
+ // authentication (tokenAuth) required
190
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
191
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([]);
192
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
193
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
194
+ }
195
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
196
+ const localVarTransferCache = options?.transferCache ?? true;
197
+ let responseType_ = 'json';
198
+ if (localVarHttpHeaderAcceptSelected) {
199
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
200
+ responseType_ = 'text';
201
+ }
202
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
203
+ responseType_ = 'json';
204
+ }
205
+ else {
206
+ responseType_ = 'blob';
207
+ }
208
+ }
209
+ let localVarPath = `/api/notification/telegram/link/`;
210
+ const { basePath, withCredentials } = this.configuration;
211
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
212
+ context: localVarHttpContext,
213
+ responseType: responseType_,
214
+ ...(withCredentials ? { withCredentials } : {}),
215
+ headers: localVarHeaders,
216
+ observe: observe,
217
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
218
+ reportProgress: reportProgress
219
+ });
220
+ }
221
+ myNotificationDismiss(requestParameters, observe = 'body', reportProgress = false, options) {
222
+ const id = requestParameters?.id;
223
+ if (id === null || id === undefined) {
224
+ throw new Error('Required parameter id was null or undefined when calling myNotificationDismiss.');
225
+ }
226
+ const myNotification = requestParameters?.myNotification;
227
+ let localVarHeaders = this.defaultHeaders;
228
+ // authentication (FirebaseAuthentication) required
229
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
230
+ // authentication (basicAuth) required
231
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
232
+ // authentication (cookieAuth) required
233
+ // authentication (tokenAuth) required
234
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
235
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
236
+ 'application/json'
237
+ ]);
238
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
239
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
240
+ }
241
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
242
+ const localVarTransferCache = options?.transferCache ?? true;
243
+ // to determine the Content-Type header
244
+ const consumes = [
245
+ 'application/json',
246
+ 'application/x-www-form-urlencoded',
247
+ 'multipart/form-data'
248
+ ];
249
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
250
+ if (httpContentTypeSelected !== undefined) {
251
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
252
+ }
253
+ let responseType_ = 'json';
254
+ if (localVarHttpHeaderAcceptSelected) {
255
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
256
+ responseType_ = 'text';
257
+ }
258
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
259
+ responseType_ = 'json';
260
+ }
261
+ else {
262
+ responseType_ = 'blob';
263
+ }
264
+ }
265
+ let localVarPath = `/api/notification/my/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: undefined })}/dismiss/`;
266
+ const { basePath, withCredentials } = this.configuration;
267
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
268
+ context: localVarHttpContext,
269
+ body: myNotification,
270
+ responseType: responseType_,
271
+ ...(withCredentials ? { withCredentials } : {}),
272
+ headers: localVarHeaders,
273
+ observe: observe,
274
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
275
+ reportProgress: reportProgress
276
+ });
277
+ }
278
+ myNotificationList(requestParameters, observe = 'body', reportProgress = false, options) {
279
+ const includeDismissed = requestParameters?.includeDismissed;
280
+ const page = requestParameters?.page;
281
+ const pageSize = requestParameters?.pageSize;
282
+ let localVarQueryParameters = new query_params_1.OpenApiHttpParams(this.encoder);
283
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'include_dismissed', includeDismissed, query_params_1.QueryParamStyle.Form, true);
284
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'page', page, query_params_1.QueryParamStyle.Form, true);
285
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'page_size', pageSize, query_params_1.QueryParamStyle.Form, true);
286
+ let localVarHeaders = this.defaultHeaders;
287
+ // authentication (FirebaseAuthentication) required
288
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
289
+ // authentication (basicAuth) required
290
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
291
+ // authentication (cookieAuth) required
292
+ // authentication (tokenAuth) required
293
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
294
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
295
+ 'application/json'
296
+ ]);
297
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
298
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
299
+ }
300
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
301
+ const localVarTransferCache = options?.transferCache ?? true;
302
+ let responseType_ = 'json';
303
+ if (localVarHttpHeaderAcceptSelected) {
304
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
305
+ responseType_ = 'text';
306
+ }
307
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
308
+ responseType_ = 'json';
309
+ }
310
+ else {
311
+ responseType_ = 'blob';
312
+ }
313
+ }
314
+ let localVarPath = `/api/notification/my/`;
315
+ const { basePath, withCredentials } = this.configuration;
316
+ return this.httpClient.request('get', `${basePath}${localVarPath}`, {
317
+ context: localVarHttpContext,
318
+ params: localVarQueryParameters.toHttpParams(),
319
+ responseType: responseType_,
320
+ ...(withCredentials ? { withCredentials } : {}),
321
+ headers: localVarHeaders,
322
+ observe: observe,
323
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
324
+ reportProgress: reportProgress
325
+ });
326
+ }
327
+ myNotificationRead(requestParameters, observe = 'body', reportProgress = false, options) {
328
+ const id = requestParameters?.id;
329
+ if (id === null || id === undefined) {
330
+ throw new Error('Required parameter id was null or undefined when calling myNotificationRead.');
331
+ }
332
+ const myNotification = requestParameters?.myNotification;
333
+ let localVarHeaders = this.defaultHeaders;
334
+ // authentication (FirebaseAuthentication) required
335
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
336
+ // authentication (basicAuth) required
337
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
338
+ // authentication (cookieAuth) required
339
+ // authentication (tokenAuth) required
340
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
341
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
342
+ 'application/json'
343
+ ]);
344
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
345
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
346
+ }
347
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
348
+ const localVarTransferCache = options?.transferCache ?? true;
349
+ // to determine the Content-Type header
350
+ const consumes = [
351
+ 'application/json',
352
+ 'application/x-www-form-urlencoded',
353
+ 'multipart/form-data'
354
+ ];
355
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
356
+ if (httpContentTypeSelected !== undefined) {
357
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
358
+ }
359
+ let responseType_ = 'json';
360
+ if (localVarHttpHeaderAcceptSelected) {
361
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
362
+ responseType_ = 'text';
363
+ }
364
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
365
+ responseType_ = 'json';
366
+ }
367
+ else {
368
+ responseType_ = 'blob';
369
+ }
370
+ }
371
+ let localVarPath = `/api/notification/my/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: undefined })}/read/`;
372
+ const { basePath, withCredentials } = this.configuration;
373
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
374
+ context: localVarHttpContext,
375
+ body: myNotification,
376
+ responseType: responseType_,
377
+ ...(withCredentials ? { withCredentials } : {}),
378
+ headers: localVarHeaders,
379
+ observe: observe,
380
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
381
+ reportProgress: reportProgress
382
+ });
383
+ }
384
+ notificationUserDismiss(requestParameters, observe = 'body', reportProgress = false, options) {
385
+ const deviceId = requestParameters?.deviceId;
386
+ if (deviceId === null || deviceId === undefined) {
387
+ throw new Error('Required parameter deviceId was null or undefined when calling notificationUserDismiss.');
388
+ }
389
+ const id = requestParameters?.id;
390
+ if (id === null || id === undefined) {
391
+ throw new Error('Required parameter id was null or undefined when calling notificationUserDismiss.');
392
+ }
393
+ const notificationId = requestParameters?.notificationId;
394
+ if (notificationId === null || notificationId === undefined) {
395
+ throw new Error('Required parameter notificationId was null or undefined when calling notificationUserDismiss.');
396
+ }
397
+ const firebaseDeviceToken = requestParameters?.firebaseDeviceToken;
398
+ let localVarHeaders = this.defaultHeaders;
399
+ // authentication (FirebaseAuthentication) required
400
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
401
+ // authentication (basicAuth) required
402
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
403
+ // authentication (cookieAuth) required
404
+ // authentication (tokenAuth) required
405
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
406
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
407
+ 'application/json'
408
+ ]);
409
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
410
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
411
+ }
412
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
413
+ const localVarTransferCache = options?.transferCache ?? true;
414
+ // to determine the Content-Type header
415
+ const consumes = [
416
+ 'application/json',
417
+ 'application/x-www-form-urlencoded',
418
+ 'multipart/form-data'
419
+ ];
420
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
421
+ if (httpContentTypeSelected !== undefined) {
422
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
423
+ }
424
+ let responseType_ = 'json';
425
+ if (localVarHttpHeaderAcceptSelected) {
426
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
427
+ responseType_ = 'text';
428
+ }
429
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
430
+ responseType_ = 'json';
431
+ }
432
+ else {
433
+ responseType_ = 'blob';
434
+ }
435
+ }
436
+ let localVarPath = `/api/notification/${this.configuration.encodeParam({ name: "notificationId", value: notificationId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/${this.configuration.encodeParam({ name: "deviceId", value: deviceId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/notification-user/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: undefined })}/dismiss/`;
437
+ const { basePath, withCredentials } = this.configuration;
438
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
439
+ context: localVarHttpContext,
440
+ body: firebaseDeviceToken,
441
+ responseType: responseType_,
442
+ ...(withCredentials ? { withCredentials } : {}),
443
+ headers: localVarHeaders,
444
+ observe: observe,
445
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
446
+ reportProgress: reportProgress
447
+ });
448
+ }
449
+ notificationUserRead(requestParameters, observe = 'body', reportProgress = false, options) {
450
+ const deviceId = requestParameters?.deviceId;
451
+ if (deviceId === null || deviceId === undefined) {
452
+ throw new Error('Required parameter deviceId was null or undefined when calling notificationUserRead.');
453
+ }
454
+ const id = requestParameters?.id;
455
+ if (id === null || id === undefined) {
456
+ throw new Error('Required parameter id was null or undefined when calling notificationUserRead.');
457
+ }
458
+ const notificationId = requestParameters?.notificationId;
459
+ if (notificationId === null || notificationId === undefined) {
460
+ throw new Error('Required parameter notificationId was null or undefined when calling notificationUserRead.');
461
+ }
462
+ const firebaseDeviceToken = requestParameters?.firebaseDeviceToken;
463
+ let localVarHeaders = this.defaultHeaders;
464
+ // authentication (FirebaseAuthentication) required
465
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
466
+ // authentication (basicAuth) required
467
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
468
+ // authentication (cookieAuth) required
469
+ // authentication (tokenAuth) required
470
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
471
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
472
+ 'application/json'
473
+ ]);
474
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
475
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
476
+ }
477
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
478
+ const localVarTransferCache = options?.transferCache ?? true;
479
+ // to determine the Content-Type header
480
+ const consumes = [
481
+ 'application/json',
482
+ 'application/x-www-form-urlencoded',
483
+ 'multipart/form-data'
484
+ ];
485
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
486
+ if (httpContentTypeSelected !== undefined) {
487
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
488
+ }
489
+ let responseType_ = 'json';
490
+ if (localVarHttpHeaderAcceptSelected) {
491
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
492
+ responseType_ = 'text';
493
+ }
494
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
495
+ responseType_ = 'json';
496
+ }
497
+ else {
498
+ responseType_ = 'blob';
499
+ }
500
+ }
501
+ let localVarPath = `/api/notification/${this.configuration.encodeParam({ name: "notificationId", value: notificationId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/${this.configuration.encodeParam({ name: "deviceId", value: deviceId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/notification-user/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: undefined })}/read/`;
502
+ const { basePath, withCredentials } = this.configuration;
503
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
504
+ context: localVarHttpContext,
505
+ body: firebaseDeviceToken,
506
+ responseType: responseType_,
507
+ ...(withCredentials ? { withCredentials } : {}),
508
+ headers: localVarHeaders,
509
+ observe: observe,
510
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
511
+ reportProgress: reportProgress
512
+ });
513
+ }
514
+ notificationUserReceived(requestParameters, observe = 'body', reportProgress = false, options) {
515
+ const deviceId = requestParameters?.deviceId;
516
+ if (deviceId === null || deviceId === undefined) {
517
+ throw new Error('Required parameter deviceId was null or undefined when calling notificationUserReceived.');
518
+ }
519
+ const id = requestParameters?.id;
520
+ if (id === null || id === undefined) {
521
+ throw new Error('Required parameter id was null or undefined when calling notificationUserReceived.');
522
+ }
523
+ const notificationId = requestParameters?.notificationId;
524
+ if (notificationId === null || notificationId === undefined) {
525
+ throw new Error('Required parameter notificationId was null or undefined when calling notificationUserReceived.');
526
+ }
527
+ const firebaseDeviceToken = requestParameters?.firebaseDeviceToken;
528
+ let localVarHeaders = this.defaultHeaders;
529
+ // authentication (FirebaseAuthentication) required
530
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
531
+ // authentication (basicAuth) required
532
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
533
+ // authentication (cookieAuth) required
534
+ // authentication (tokenAuth) required
535
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
536
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
537
+ 'application/json'
538
+ ]);
539
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
540
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
541
+ }
542
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
543
+ const localVarTransferCache = options?.transferCache ?? true;
544
+ // to determine the Content-Type header
545
+ const consumes = [
546
+ 'application/json',
547
+ 'application/x-www-form-urlencoded',
548
+ 'multipart/form-data'
549
+ ];
550
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
551
+ if (httpContentTypeSelected !== undefined) {
552
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
553
+ }
554
+ let responseType_ = 'json';
555
+ if (localVarHttpHeaderAcceptSelected) {
556
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
557
+ responseType_ = 'text';
558
+ }
559
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
560
+ responseType_ = 'json';
561
+ }
562
+ else {
563
+ responseType_ = 'blob';
564
+ }
565
+ }
566
+ let localVarPath = `/api/notification/${this.configuration.encodeParam({ name: "notificationId", value: notificationId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/${this.configuration.encodeParam({ name: "deviceId", value: deviceId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/notification-user/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: undefined })}/received/`;
567
+ const { basePath, withCredentials } = this.configuration;
568
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
569
+ context: localVarHttpContext,
570
+ body: firebaseDeviceToken,
571
+ responseType: responseType_,
572
+ ...(withCredentials ? { withCredentials } : {}),
573
+ headers: localVarHeaders,
574
+ observe: observe,
575
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
576
+ reportProgress: reportProgress
577
+ });
578
+ }
579
+ notificationUserRetrieve(requestParameters, observe = 'body', reportProgress = false, options) {
580
+ const deviceId = requestParameters?.deviceId;
581
+ if (deviceId === null || deviceId === undefined) {
582
+ throw new Error('Required parameter deviceId was null or undefined when calling notificationUserRetrieve.');
583
+ }
584
+ const id = requestParameters?.id;
585
+ if (id === null || id === undefined) {
586
+ throw new Error('Required parameter id was null or undefined when calling notificationUserRetrieve.');
587
+ }
588
+ const notificationId = requestParameters?.notificationId;
589
+ if (notificationId === null || notificationId === undefined) {
590
+ throw new Error('Required parameter notificationId was null or undefined when calling notificationUserRetrieve.');
591
+ }
592
+ let localVarHeaders = this.defaultHeaders;
593
+ // authentication (FirebaseAuthentication) required
594
+ localVarHeaders = this.configuration.addCredentialToHeaders('FirebaseAuthentication', 'Authorization', localVarHeaders, 'Bearer ');
595
+ // authentication (basicAuth) required
596
+ localVarHeaders = this.configuration.addCredentialToHeaders('basicAuth', 'Authorization', localVarHeaders, 'Basic ');
597
+ // authentication (cookieAuth) required
598
+ // authentication (tokenAuth) required
599
+ localVarHeaders = this.configuration.addCredentialToHeaders('tokenAuth', 'Authorization', localVarHeaders);
600
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
601
+ 'application/json'
602
+ ]);
603
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
604
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
605
+ }
606
+ const localVarHttpContext = options?.context ?? new http_1.HttpContext();
607
+ const localVarTransferCache = options?.transferCache ?? true;
608
+ let responseType_ = 'json';
609
+ if (localVarHttpHeaderAcceptSelected) {
610
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
611
+ responseType_ = 'text';
612
+ }
613
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
614
+ responseType_ = 'json';
615
+ }
616
+ else {
617
+ responseType_ = 'blob';
618
+ }
619
+ }
620
+ let localVarPath = `/api/notification/${this.configuration.encodeParam({ name: "notificationId", value: notificationId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/${this.configuration.encodeParam({ name: "deviceId", value: deviceId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/notification-user/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: undefined })}/`;
621
+ const { basePath, withCredentials } = this.configuration;
622
+ return this.httpClient.request('get', `${basePath}${localVarPath}`, {
623
+ context: localVarHttpContext,
624
+ responseType: responseType_,
625
+ ...(withCredentials ? { withCredentials } : {}),
626
+ headers: localVarHeaders,
627
+ observe: observe,
628
+ ...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
629
+ reportProgress: reportProgress
630
+ });
631
+ }
632
+ };
633
+ exports.NotificationService = NotificationService;
634
+ exports.NotificationService = NotificationService = __decorate([
635
+ (0, core_1.Injectable)({
636
+ providedIn: 'root'
637
+ }),
638
+ __param(1, (0, core_1.Optional)()),
639
+ __param(1, (0, core_1.Inject)(variables_1.BASE_PATH)),
640
+ __param(2, (0, core_1.Optional)()),
641
+ __metadata("design:paramtypes", [http_1.HttpClient, Object, configuration_1.Configuration])
642
+ ], NotificationService);
643
+ //# sourceMappingURL=notification.service.js.map