magicbell-js 0.0.4 → 0.2.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 (420) hide show
  1. package/README.md +11 -22
  2. package/dist/commonjs/project-client/http/errors/throwable-error.d.ts +7 -0
  3. package/dist/commonjs/project-client/http/errors/throwable-error.d.ts.map +1 -0
  4. package/dist/commonjs/project-client/http/errors/throwable-error.js +25 -0
  5. package/dist/commonjs/project-client/http/errors/throwable-error.js.map +1 -0
  6. package/dist/commonjs/project-client/http/handlers/hook-handler.d.ts.map +1 -1
  7. package/dist/commonjs/project-client/http/handlers/hook-handler.js +2 -2
  8. package/dist/commonjs/project-client/http/handlers/hook-handler.js.map +1 -1
  9. package/dist/commonjs/project-client/http/transport/types.d.ts +2 -1
  10. package/dist/commonjs/project-client/http/transport/types.d.ts.map +1 -1
  11. package/dist/commonjs/project-client/index.d.ts +0 -6
  12. package/dist/commonjs/project-client/index.d.ts.map +1 -1
  13. package/dist/commonjs/project-client/index.js +2 -28
  14. package/dist/commonjs/project-client/index.js.map +1 -1
  15. package/dist/commonjs/project-client/services/broadcasts/broadcasts-service.d.ts +1 -1
  16. package/dist/commonjs/project-client/services/broadcasts/broadcasts-service.d.ts.map +1 -1
  17. package/dist/commonjs/project-client/services/broadcasts/broadcasts-service.js +1 -1
  18. package/dist/commonjs/project-client/services/broadcasts/broadcasts-service.js.map +1 -1
  19. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +924 -942
  20. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts.map +1 -1
  21. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +639 -697
  22. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts.map +1 -1
  23. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.js +7 -6
  24. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.js.map +1 -1
  25. package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
  26. package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  27. package/dist/commonjs/project-client/services/broadcasts/models/index.d.ts +0 -2
  28. package/dist/commonjs/project-client/services/broadcasts/models/index.d.ts.map +1 -1
  29. package/dist/commonjs/project-client/services/broadcasts/models/index.js.map +1 -1
  30. package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  31. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +17 -229
  32. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts.map +1 -1
  33. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.js +0 -12
  34. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.js.map +1 -1
  35. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +200 -441
  36. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts.map +1 -1
  37. package/dist/commonjs/project-client/services/broadcasts/models/providers.d.ts +102 -60
  38. package/dist/commonjs/project-client/services/broadcasts/models/providers.d.ts.map +1 -1
  39. package/dist/commonjs/project-client/services/broadcasts/models/providers.js +35 -20
  40. package/dist/commonjs/project-client/services/broadcasts/models/providers.js.map +1 -1
  41. package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
  42. package/dist/commonjs/project-client/services/channels/channels-service.d.ts +48 -48
  43. package/dist/commonjs/project-client/services/channels/channels-service.d.ts.map +1 -1
  44. package/dist/commonjs/project-client/services/channels/channels-service.js +59 -59
  45. package/dist/commonjs/project-client/services/channels/channels-service.js.map +1 -1
  46. package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
  47. package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
  48. package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +8 -8
  49. package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  50. package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
  51. package/dist/commonjs/project-client/services/channels/request-params.d.ts +7 -10
  52. package/dist/commonjs/project-client/services/channels/request-params.d.ts.map +1 -1
  53. package/dist/commonjs/project-client/services/common/index.d.ts +1 -0
  54. package/dist/commonjs/project-client/services/common/index.d.ts.map +1 -1
  55. package/dist/{esm/project-client/services/users/models → commonjs/project-client/services/common}/user.d.ts +24 -24
  56. package/dist/commonjs/project-client/services/common/user.d.ts.map +1 -0
  57. package/dist/commonjs/project-client/services/common/user.js.map +1 -0
  58. package/dist/commonjs/project-client/services/events/events-service.d.ts +3 -3
  59. package/dist/commonjs/project-client/services/events/events-service.d.ts.map +1 -1
  60. package/dist/commonjs/project-client/services/events/events-service.js +6 -6
  61. package/dist/commonjs/project-client/services/events/events-service.js.map +1 -1
  62. package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts +97 -193
  63. package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts.map +1 -1
  64. package/dist/commonjs/project-client/services/integrations/integrations-service.js +128 -528
  65. package/dist/commonjs/project-client/services/integrations/integrations-service.js.map +1 -1
  66. package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  67. package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  68. package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  69. package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
  70. package/dist/commonjs/project-client/services/integrations/request-params.d.ts +48 -0
  71. package/dist/commonjs/project-client/services/integrations/request-params.d.ts.map +1 -1
  72. package/dist/commonjs/project-client/services/users/models/index.d.ts +0 -1
  73. package/dist/commonjs/project-client/services/users/models/index.d.ts.map +1 -1
  74. package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +42 -42
  75. package/dist/commonjs/project-client/services/users/models/user-collection.js +1 -1
  76. package/dist/commonjs/project-client/services/users/models/user-collection.js.map +1 -1
  77. package/dist/commonjs/project-client/services/users/users-service.d.ts +6 -6
  78. package/dist/commonjs/project-client/services/users/users-service.d.ts.map +1 -1
  79. package/dist/commonjs/project-client/services/users/users-service.js +8 -8
  80. package/dist/commonjs/project-client/services/users/users-service.js.map +1 -1
  81. package/dist/commonjs/user-client/http/errors/throwable-error.d.ts +7 -0
  82. package/dist/commonjs/user-client/http/errors/throwable-error.d.ts.map +1 -0
  83. package/dist/commonjs/user-client/http/errors/throwable-error.js +25 -0
  84. package/dist/commonjs/user-client/http/errors/throwable-error.js.map +1 -0
  85. package/dist/commonjs/user-client/http/handlers/hook-handler.d.ts.map +1 -1
  86. package/dist/commonjs/user-client/http/handlers/hook-handler.js +2 -2
  87. package/dist/commonjs/user-client/http/handlers/hook-handler.js.map +1 -1
  88. package/dist/commonjs/user-client/http/transport/types.d.ts +2 -1
  89. package/dist/commonjs/user-client/http/transport/types.d.ts.map +1 -1
  90. package/dist/commonjs/user-client/services/channels/channels-service.d.ts +61 -61
  91. package/dist/commonjs/user-client/services/channels/channels-service.d.ts.map +1 -1
  92. package/dist/commonjs/user-client/services/channels/channels-service.js +74 -74
  93. package/dist/commonjs/user-client/services/channels/channels-service.js.map +1 -1
  94. package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
  95. package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
  96. package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +8 -8
  97. package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  98. package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
  99. package/dist/commonjs/user-client/services/channels/request-params.d.ts +7 -7
  100. package/dist/commonjs/user-client/services/channels/request-params.d.ts.map +1 -1
  101. package/dist/commonjs/user-client/services/integrations/integrations-service.d.ts +12 -12
  102. package/dist/commonjs/user-client/services/integrations/integrations-service.d.ts.map +1 -1
  103. package/dist/commonjs/user-client/services/integrations/integrations-service.js +20 -20
  104. package/dist/commonjs/user-client/services/integrations/integrations-service.js.map +1 -1
  105. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  106. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  107. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  108. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  109. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  110. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  111. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  112. package/dist/commonjs/user-client/services/notifications/notifications-service.d.ts +27 -2
  113. package/dist/commonjs/user-client/services/notifications/notifications-service.d.ts.map +1 -1
  114. package/dist/commonjs/user-client/services/notifications/notifications-service.js +107 -1
  115. package/dist/commonjs/user-client/services/notifications/notifications-service.js.map +1 -1
  116. package/dist/commonjs/user-client/services/notifications/request-params.d.ts +9 -0
  117. package/dist/commonjs/user-client/services/notifications/request-params.d.ts.map +1 -1
  118. package/dist/esm/project-client/http/errors/throwable-error.d.ts +7 -0
  119. package/dist/esm/project-client/http/errors/throwable-error.d.ts.map +1 -0
  120. package/dist/esm/project-client/http/errors/throwable-error.js +21 -0
  121. package/dist/esm/project-client/http/errors/throwable-error.js.map +1 -0
  122. package/dist/esm/project-client/http/handlers/hook-handler.d.ts.map +1 -1
  123. package/dist/esm/project-client/http/handlers/hook-handler.js +2 -2
  124. package/dist/esm/project-client/http/handlers/hook-handler.js.map +1 -1
  125. package/dist/esm/project-client/http/transport/types.d.ts +2 -1
  126. package/dist/esm/project-client/http/transport/types.d.ts.map +1 -1
  127. package/dist/esm/project-client/index.d.ts +0 -6
  128. package/dist/esm/project-client/index.d.ts.map +1 -1
  129. package/dist/esm/project-client/index.js +0 -26
  130. package/dist/esm/project-client/index.js.map +1 -1
  131. package/dist/esm/project-client/services/broadcasts/broadcasts-service.d.ts +1 -1
  132. package/dist/esm/project-client/services/broadcasts/broadcasts-service.d.ts.map +1 -1
  133. package/dist/esm/project-client/services/broadcasts/broadcasts-service.js +1 -1
  134. package/dist/esm/project-client/services/broadcasts/broadcasts-service.js.map +1 -1
  135. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +924 -942
  136. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts.map +1 -1
  137. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +639 -697
  138. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts.map +1 -1
  139. package/dist/esm/project-client/services/broadcasts/models/broadcast.js +7 -6
  140. package/dist/esm/project-client/services/broadcasts/models/broadcast.js.map +1 -1
  141. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  142. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  143. package/dist/esm/project-client/services/broadcasts/models/index.d.ts +0 -2
  144. package/dist/esm/project-client/services/broadcasts/models/index.d.ts.map +1 -1
  145. package/dist/esm/project-client/services/broadcasts/models/index.js.map +1 -1
  146. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  147. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +17 -229
  148. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts.map +1 -1
  149. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.js +0 -12
  150. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.js.map +1 -1
  151. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +200 -441
  152. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts.map +1 -1
  153. package/dist/esm/project-client/services/broadcasts/models/providers.d.ts +102 -60
  154. package/dist/esm/project-client/services/broadcasts/models/providers.d.ts.map +1 -1
  155. package/dist/esm/project-client/services/broadcasts/models/providers.js +35 -20
  156. package/dist/esm/project-client/services/broadcasts/models/providers.js.map +1 -1
  157. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  158. package/dist/esm/project-client/services/channels/channels-service.d.ts +48 -48
  159. package/dist/esm/project-client/services/channels/channels-service.d.ts.map +1 -1
  160. package/dist/esm/project-client/services/channels/channels-service.js +59 -59
  161. package/dist/esm/project-client/services/channels/channels-service.js.map +1 -1
  162. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  163. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
  164. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +8 -8
  165. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  166. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  167. package/dist/esm/project-client/services/channels/request-params.d.ts +7 -10
  168. package/dist/esm/project-client/services/channels/request-params.d.ts.map +1 -1
  169. package/dist/esm/project-client/services/common/index.d.ts +1 -0
  170. package/dist/esm/project-client/services/common/index.d.ts.map +1 -1
  171. package/dist/{commonjs/project-client/services/users/models → esm/project-client/services/common}/user.d.ts +24 -24
  172. package/dist/esm/project-client/services/common/user.d.ts.map +1 -0
  173. package/dist/esm/project-client/services/common/user.js.map +1 -0
  174. package/dist/esm/project-client/services/events/events-service.d.ts +3 -3
  175. package/dist/esm/project-client/services/events/events-service.d.ts.map +1 -1
  176. package/dist/esm/project-client/services/events/events-service.js +6 -6
  177. package/dist/esm/project-client/services/events/events-service.js.map +1 -1
  178. package/dist/esm/project-client/services/integrations/integrations-service.d.ts +97 -193
  179. package/dist/esm/project-client/services/integrations/integrations-service.d.ts.map +1 -1
  180. package/dist/esm/project-client/services/integrations/integrations-service.js +128 -528
  181. package/dist/esm/project-client/services/integrations/integrations-service.js.map +1 -1
  182. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  183. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  184. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  185. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  186. package/dist/esm/project-client/services/integrations/request-params.d.ts +48 -0
  187. package/dist/esm/project-client/services/integrations/request-params.d.ts.map +1 -1
  188. package/dist/esm/project-client/services/users/models/index.d.ts +0 -1
  189. package/dist/esm/project-client/services/users/models/index.d.ts.map +1 -1
  190. package/dist/esm/project-client/services/users/models/user-collection.d.ts +42 -42
  191. package/dist/esm/project-client/services/users/models/user-collection.js +1 -1
  192. package/dist/esm/project-client/services/users/models/user-collection.js.map +1 -1
  193. package/dist/esm/project-client/services/users/users-service.d.ts +6 -6
  194. package/dist/esm/project-client/services/users/users-service.d.ts.map +1 -1
  195. package/dist/esm/project-client/services/users/users-service.js +8 -8
  196. package/dist/esm/project-client/services/users/users-service.js.map +1 -1
  197. package/dist/esm/user-client/http/errors/throwable-error.d.ts +7 -0
  198. package/dist/esm/user-client/http/errors/throwable-error.d.ts.map +1 -0
  199. package/dist/esm/user-client/http/errors/throwable-error.js +21 -0
  200. package/dist/esm/user-client/http/errors/throwable-error.js.map +1 -0
  201. package/dist/esm/user-client/http/handlers/hook-handler.d.ts.map +1 -1
  202. package/dist/esm/user-client/http/handlers/hook-handler.js +2 -2
  203. package/dist/esm/user-client/http/handlers/hook-handler.js.map +1 -1
  204. package/dist/esm/user-client/http/transport/types.d.ts +2 -1
  205. package/dist/esm/user-client/http/transport/types.d.ts.map +1 -1
  206. package/dist/esm/user-client/services/channels/channels-service.d.ts +61 -61
  207. package/dist/esm/user-client/services/channels/channels-service.d.ts.map +1 -1
  208. package/dist/esm/user-client/services/channels/channels-service.js +74 -74
  209. package/dist/esm/user-client/services/channels/channels-service.js.map +1 -1
  210. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  211. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
  212. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +8 -8
  213. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  214. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  215. package/dist/esm/user-client/services/channels/request-params.d.ts +7 -7
  216. package/dist/esm/user-client/services/channels/request-params.d.ts.map +1 -1
  217. package/dist/esm/user-client/services/integrations/integrations-service.d.ts +12 -12
  218. package/dist/esm/user-client/services/integrations/integrations-service.d.ts.map +1 -1
  219. package/dist/esm/user-client/services/integrations/integrations-service.js +20 -20
  220. package/dist/esm/user-client/services/integrations/integrations-service.js.map +1 -1
  221. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  222. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  223. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  224. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  225. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  226. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  227. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  228. package/dist/esm/user-client/services/notifications/notifications-service.d.ts +27 -2
  229. package/dist/esm/user-client/services/notifications/notifications-service.d.ts.map +1 -1
  230. package/dist/esm/user-client/services/notifications/notifications-service.js +107 -1
  231. package/dist/esm/user-client/services/notifications/notifications-service.js.map +1 -1
  232. package/dist/esm/user-client/services/notifications/request-params.d.ts +9 -0
  233. package/dist/esm/user-client/services/notifications/request-params.d.ts.map +1 -1
  234. package/package.json +3 -2
  235. package/src/project-client/http/errors/throwable-error.ts +9 -0
  236. package/src/project-client/http/handlers/hook-handler.ts +5 -3
  237. package/src/project-client/http/transport/types.ts +2 -1
  238. package/src/project-client/index.ts +0 -20
  239. package/src/project-client/services/broadcasts/broadcasts-service.ts +2 -1
  240. package/src/project-client/services/broadcasts/models/broadcast.ts +8 -7
  241. package/src/project-client/services/broadcasts/models/index.ts +0 -2
  242. package/src/project-client/services/broadcasts/models/overrides-channels.ts +0 -14
  243. package/src/project-client/services/broadcasts/models/providers.ts +38 -20
  244. package/src/project-client/services/channels/channels-service.ts +75 -78
  245. package/src/project-client/services/channels/request-params.ts +7 -11
  246. package/src/project-client/services/common/index.ts +1 -0
  247. package/src/project-client/services/events/events-service.ts +7 -6
  248. package/src/project-client/services/integrations/integrations-service.ts +196 -545
  249. package/src/project-client/services/integrations/request-params.ts +64 -0
  250. package/src/project-client/services/users/models/index.ts +0 -1
  251. package/src/project-client/services/users/models/user-collection.ts +1 -1
  252. package/src/project-client/services/users/users-service.ts +9 -8
  253. package/src/user-client/http/errors/throwable-error.ts +9 -0
  254. package/src/user-client/http/handlers/hook-handler.ts +5 -3
  255. package/src/user-client/http/transport/types.ts +2 -1
  256. package/src/user-client/services/channels/channels-service.ts +89 -106
  257. package/src/user-client/services/channels/request-params.ts +7 -7
  258. package/src/user-client/services/integrations/integrations-service.ts +21 -20
  259. package/src/user-client/services/notifications/notifications-service.ts +122 -2
  260. package/src/user-client/services/notifications/request-params.ts +11 -0
  261. package/dist/commonjs/project-client/services/broadcasts/models/slack.d.ts +0 -76
  262. package/dist/commonjs/project-client/services/broadcasts/models/slack.d.ts.map +0 -1
  263. package/dist/commonjs/project-client/services/broadcasts/models/slack.js +0 -49
  264. package/dist/commonjs/project-client/services/broadcasts/models/slack.js.map +0 -1
  265. package/dist/commonjs/project-client/services/broadcasts/models/web-push.d.ts +0 -76
  266. package/dist/commonjs/project-client/services/broadcasts/models/web-push.d.ts.map +0 -1
  267. package/dist/commonjs/project-client/services/broadcasts/models/web-push.js +0 -49
  268. package/dist/commonjs/project-client/services/broadcasts/models/web-push.js.map +0 -1
  269. package/dist/commonjs/project-client/services/jwt/index.d.ts +0 -3
  270. package/dist/commonjs/project-client/services/jwt/index.d.ts.map +0 -1
  271. package/dist/commonjs/project-client/services/jwt/index.js +0 -8
  272. package/dist/commonjs/project-client/services/jwt/index.js.map +0 -1
  273. package/dist/commonjs/project-client/services/jwt/jwt-service.d.ts +0 -56
  274. package/dist/commonjs/project-client/services/jwt/jwt-service.d.ts.map +0 -1
  275. package/dist/commonjs/project-client/services/jwt/jwt-service.js +0 -216
  276. package/dist/commonjs/project-client/services/jwt/jwt-service.js.map +0 -1
  277. package/dist/commonjs/project-client/services/jwt/models/access-token-collection.d.ts +0 -292
  278. package/dist/commonjs/project-client/services/jwt/models/access-token-collection.d.ts.map +0 -1
  279. package/dist/commonjs/project-client/services/jwt/models/access-token-collection.js +0 -46
  280. package/dist/commonjs/project-client/services/jwt/models/access-token-collection.js.map +0 -1
  281. package/dist/commonjs/project-client/services/jwt/models/access-token.d.ts +0 -104
  282. package/dist/commonjs/project-client/services/jwt/models/access-token.d.ts.map +0 -1
  283. package/dist/commonjs/project-client/services/jwt/models/access-token.js +0 -59
  284. package/dist/commonjs/project-client/services/jwt/models/access-token.js.map +0 -1
  285. package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.d.ts +0 -62
  286. package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.d.ts.map +0 -1
  287. package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.js +0 -44
  288. package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.js.map +0 -1
  289. package/dist/commonjs/project-client/services/jwt/models/create-token-response.d.ts +0 -90
  290. package/dist/commonjs/project-client/services/jwt/models/create-token-response.d.ts.map +0 -1
  291. package/dist/commonjs/project-client/services/jwt/models/create-token-response.js +0 -54
  292. package/dist/commonjs/project-client/services/jwt/models/create-token-response.js.map +0 -1
  293. package/dist/commonjs/project-client/services/jwt/models/create-user-token-request.d.ts +0 -90
  294. package/dist/commonjs/project-client/services/jwt/models/create-user-token-request.d.ts.map +0 -1
  295. package/dist/commonjs/project-client/services/jwt/models/create-user-token-request.js +0 -54
  296. package/dist/commonjs/project-client/services/jwt/models/create-user-token-request.js.map +0 -1
  297. package/dist/commonjs/project-client/services/jwt/models/discard-token-response.d.ts +0 -62
  298. package/dist/commonjs/project-client/services/jwt/models/discard-token-response.d.ts.map +0 -1
  299. package/dist/commonjs/project-client/services/jwt/models/discard-token-response.js +0 -44
  300. package/dist/commonjs/project-client/services/jwt/models/discard-token-response.js.map +0 -1
  301. package/dist/commonjs/project-client/services/jwt/models/index.d.ts +0 -7
  302. package/dist/commonjs/project-client/services/jwt/models/index.d.ts.map +0 -1
  303. package/dist/commonjs/project-client/services/jwt/models/index.js +0 -3
  304. package/dist/commonjs/project-client/services/jwt/models/index.js.map +0 -1
  305. package/dist/commonjs/project-client/services/jwt/request-params.d.ts +0 -11
  306. package/dist/commonjs/project-client/services/jwt/request-params.d.ts.map +0 -1
  307. package/dist/commonjs/project-client/services/jwt/request-params.js +0 -3
  308. package/dist/commonjs/project-client/services/jwt/request-params.js.map +0 -1
  309. package/dist/commonjs/project-client/services/notifications/index.d.ts +0 -3
  310. package/dist/commonjs/project-client/services/notifications/index.d.ts.map +0 -1
  311. package/dist/commonjs/project-client/services/notifications/index.js +0 -8
  312. package/dist/commonjs/project-client/services/notifications/index.js.map +0 -1
  313. package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.d.ts +0 -384
  314. package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.d.ts.map +0 -1
  315. package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.js +0 -46
  316. package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.js.map +0 -1
  317. package/dist/commonjs/project-client/services/notifications/models/delivery-plan.d.ts +0 -160
  318. package/dist/commonjs/project-client/services/notifications/models/delivery-plan.d.ts.map +0 -1
  319. package/dist/commonjs/project-client/services/notifications/models/delivery-plan.js +0 -79
  320. package/dist/commonjs/project-client/services/notifications/models/delivery-plan.js.map +0 -1
  321. package/dist/commonjs/project-client/services/notifications/models/index.d.ts +0 -3
  322. package/dist/commonjs/project-client/services/notifications/models/index.d.ts.map +0 -1
  323. package/dist/commonjs/project-client/services/notifications/models/index.js +0 -3
  324. package/dist/commonjs/project-client/services/notifications/models/index.js.map +0 -1
  325. package/dist/commonjs/project-client/services/notifications/notifications-service.d.ts +0 -13
  326. package/dist/commonjs/project-client/services/notifications/notifications-service.d.ts.map +0 -1
  327. package/dist/commonjs/project-client/services/notifications/notifications-service.js +0 -43
  328. package/dist/commonjs/project-client/services/notifications/notifications-service.js.map +0 -1
  329. package/dist/commonjs/project-client/services/users/models/user.d.ts.map +0 -1
  330. package/dist/commonjs/project-client/services/users/models/user.js.map +0 -1
  331. package/dist/esm/project-client/services/broadcasts/models/slack.d.ts +0 -76
  332. package/dist/esm/project-client/services/broadcasts/models/slack.d.ts.map +0 -1
  333. package/dist/esm/project-client/services/broadcasts/models/slack.js +0 -46
  334. package/dist/esm/project-client/services/broadcasts/models/slack.js.map +0 -1
  335. package/dist/esm/project-client/services/broadcasts/models/web-push.d.ts +0 -76
  336. package/dist/esm/project-client/services/broadcasts/models/web-push.d.ts.map +0 -1
  337. package/dist/esm/project-client/services/broadcasts/models/web-push.js +0 -46
  338. package/dist/esm/project-client/services/broadcasts/models/web-push.js.map +0 -1
  339. package/dist/esm/project-client/services/jwt/index.d.ts +0 -3
  340. package/dist/esm/project-client/services/jwt/index.d.ts.map +0 -1
  341. package/dist/esm/project-client/services/jwt/index.js +0 -3
  342. package/dist/esm/project-client/services/jwt/index.js.map +0 -1
  343. package/dist/esm/project-client/services/jwt/jwt-service.d.ts +0 -56
  344. package/dist/esm/project-client/services/jwt/jwt-service.d.ts.map +0 -1
  345. package/dist/esm/project-client/services/jwt/jwt-service.js +0 -212
  346. package/dist/esm/project-client/services/jwt/jwt-service.js.map +0 -1
  347. package/dist/esm/project-client/services/jwt/models/access-token-collection.d.ts +0 -292
  348. package/dist/esm/project-client/services/jwt/models/access-token-collection.d.ts.map +0 -1
  349. package/dist/esm/project-client/services/jwt/models/access-token-collection.js +0 -43
  350. package/dist/esm/project-client/services/jwt/models/access-token-collection.js.map +0 -1
  351. package/dist/esm/project-client/services/jwt/models/access-token.d.ts +0 -104
  352. package/dist/esm/project-client/services/jwt/models/access-token.d.ts.map +0 -1
  353. package/dist/esm/project-client/services/jwt/models/access-token.js +0 -56
  354. package/dist/esm/project-client/services/jwt/models/access-token.js.map +0 -1
  355. package/dist/esm/project-client/services/jwt/models/create-project-token-request.d.ts +0 -62
  356. package/dist/esm/project-client/services/jwt/models/create-project-token-request.d.ts.map +0 -1
  357. package/dist/esm/project-client/services/jwt/models/create-project-token-request.js +0 -41
  358. package/dist/esm/project-client/services/jwt/models/create-project-token-request.js.map +0 -1
  359. package/dist/esm/project-client/services/jwt/models/create-token-response.d.ts +0 -90
  360. package/dist/esm/project-client/services/jwt/models/create-token-response.d.ts.map +0 -1
  361. package/dist/esm/project-client/services/jwt/models/create-token-response.js +0 -51
  362. package/dist/esm/project-client/services/jwt/models/create-token-response.js.map +0 -1
  363. package/dist/esm/project-client/services/jwt/models/create-user-token-request.d.ts +0 -90
  364. package/dist/esm/project-client/services/jwt/models/create-user-token-request.d.ts.map +0 -1
  365. package/dist/esm/project-client/services/jwt/models/create-user-token-request.js +0 -51
  366. package/dist/esm/project-client/services/jwt/models/create-user-token-request.js.map +0 -1
  367. package/dist/esm/project-client/services/jwt/models/discard-token-response.d.ts +0 -62
  368. package/dist/esm/project-client/services/jwt/models/discard-token-response.d.ts.map +0 -1
  369. package/dist/esm/project-client/services/jwt/models/discard-token-response.js +0 -41
  370. package/dist/esm/project-client/services/jwt/models/discard-token-response.js.map +0 -1
  371. package/dist/esm/project-client/services/jwt/models/index.d.ts +0 -7
  372. package/dist/esm/project-client/services/jwt/models/index.d.ts.map +0 -1
  373. package/dist/esm/project-client/services/jwt/models/index.js +0 -2
  374. package/dist/esm/project-client/services/jwt/models/index.js.map +0 -1
  375. package/dist/esm/project-client/services/jwt/request-params.d.ts +0 -11
  376. package/dist/esm/project-client/services/jwt/request-params.d.ts.map +0 -1
  377. package/dist/esm/project-client/services/jwt/request-params.js +0 -2
  378. package/dist/esm/project-client/services/jwt/request-params.js.map +0 -1
  379. package/dist/esm/project-client/services/notifications/index.d.ts +0 -3
  380. package/dist/esm/project-client/services/notifications/index.d.ts.map +0 -1
  381. package/dist/esm/project-client/services/notifications/index.js +0 -3
  382. package/dist/esm/project-client/services/notifications/index.js.map +0 -1
  383. package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.d.ts +0 -384
  384. package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.d.ts.map +0 -1
  385. package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.js +0 -43
  386. package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.js.map +0 -1
  387. package/dist/esm/project-client/services/notifications/models/delivery-plan.d.ts +0 -160
  388. package/dist/esm/project-client/services/notifications/models/delivery-plan.d.ts.map +0 -1
  389. package/dist/esm/project-client/services/notifications/models/delivery-plan.js +0 -76
  390. package/dist/esm/project-client/services/notifications/models/delivery-plan.js.map +0 -1
  391. package/dist/esm/project-client/services/notifications/models/index.d.ts +0 -3
  392. package/dist/esm/project-client/services/notifications/models/index.d.ts.map +0 -1
  393. package/dist/esm/project-client/services/notifications/models/index.js +0 -2
  394. package/dist/esm/project-client/services/notifications/models/index.js.map +0 -1
  395. package/dist/esm/project-client/services/notifications/notifications-service.d.ts +0 -13
  396. package/dist/esm/project-client/services/notifications/notifications-service.d.ts.map +0 -1
  397. package/dist/esm/project-client/services/notifications/notifications-service.js +0 -39
  398. package/dist/esm/project-client/services/notifications/notifications-service.js.map +0 -1
  399. package/dist/esm/project-client/services/users/models/user.d.ts.map +0 -1
  400. package/dist/esm/project-client/services/users/models/user.js.map +0 -1
  401. package/src/project-client/services/broadcasts/models/slack.ts +0 -57
  402. package/src/project-client/services/broadcasts/models/web-push.ts +0 -57
  403. package/src/project-client/services/jwt/index.ts +0 -2
  404. package/src/project-client/services/jwt/jwt-service.ts +0 -233
  405. package/src/project-client/services/jwt/models/access-token-collection.ts +0 -54
  406. package/src/project-client/services/jwt/models/access-token.ts +0 -69
  407. package/src/project-client/services/jwt/models/create-project-token-request.ts +0 -51
  408. package/src/project-client/services/jwt/models/create-token-response.ts +0 -63
  409. package/src/project-client/services/jwt/models/create-user-token-request.ts +0 -63
  410. package/src/project-client/services/jwt/models/discard-token-response.ts +0 -51
  411. package/src/project-client/services/jwt/models/index.ts +0 -6
  412. package/src/project-client/services/jwt/request-params.ts +0 -11
  413. package/src/project-client/services/notifications/index.ts +0 -2
  414. package/src/project-client/services/notifications/models/delivery-plan-collection.ts +0 -54
  415. package/src/project-client/services/notifications/models/delivery-plan.ts +0 -93
  416. package/src/project-client/services/notifications/models/index.ts +0 -2
  417. package/src/project-client/services/notifications/notifications-service.ts +0 -44
  418. /package/dist/commonjs/project-client/services/{users/models → common}/user.js +0 -0
  419. /package/dist/esm/project-client/services/{users/models → common}/user.js +0 -0
  420. /package/src/project-client/services/{users/models → common}/user.ts +0 -0
@@ -1,6 +1,7 @@
1
1
  import { z } from 'zod';
2
2
 
3
3
  import { Environment } from '../../http/environment.js';
4
+ import { ThrowableError } from '../../http/errors/throwable-error.js';
4
5
  import { SerializationStyle } from '../../http/serialization/base-serializer.js';
5
6
  import { RequestBuilder } from '../../http/transport/request-builder.js';
6
7
  import { ContentType, HttpResponse, RequestConfig } from '../../http/types.js';
@@ -37,9 +38,9 @@ import {
37
38
 
38
39
  export class IntegrationsService extends BaseService {
39
40
  /**
40
- * Creates a new installation of a inbox integration for a user. This endpoint is used when an integration needs to be set up with user-specific credentials or configuration.
41
+ * Creates a new installation of a Inbox integration for a user. This endpoint is used when an integration needs to be set up with user-specific credentials or configuration.
41
42
  * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
42
- * @returns {Promise<HttpResponse<InboxConfigPayload>>} Created
43
+ * @returns {Promise<HttpResponse<InboxConfigPayload>>} OK
43
44
  */
44
45
  async saveInboxInstallation(
45
46
  body: InboxConfigPayload,
@@ -48,7 +49,7 @@ export class IntegrationsService extends BaseService {
48
49
  const request = new RequestBuilder()
49
50
  .setBaseUrl(requestConfig?.baseUrl || this.config.baseUrl || this.config.environment || Environment.DEFAULT)
50
51
  .setConfig(this.config)
51
- .setMethod('POST')
52
+ .setMethod('PUT')
52
53
  .setPath('/integrations/inbox/installations')
53
54
  .setRequestSchema(inboxConfigPayloadRequest)
54
55
  .addAccessTokenAuth(this.config.token, 'Bearer')
@@ -56,7 +57,7 @@ export class IntegrationsService extends BaseService {
56
57
  .addResponse({
57
58
  schema: inboxConfigPayloadResponse,
58
59
  contentType: ContentType.Json,
59
- status: 201,
60
+ status: 200,
60
61
  })
61
62
  .setRetryAttempts(this.config, requestConfig)
62
63
  .setRetryDelayMs(this.config, requestConfig)
@@ -68,7 +69,7 @@ export class IntegrationsService extends BaseService {
68
69
  }
69
70
 
70
71
  /**
71
- * Initiates the installation flow for a inbox integration. This is the first step in a multi-step installation process where user authorization or external service configuration may be required.
72
+ * Initiates the installation flow for an Inbox integration. This is the first step in a multi-step installation process where user authorization or external service configuration may be required.
72
73
  * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
73
74
  * @returns {Promise<HttpResponse<InboxConfigPayload>>} Created
74
75
  */
@@ -94,9 +95,9 @@ export class IntegrationsService extends BaseService {
94
95
  }
95
96
 
96
97
  /**
97
- * Creates a new installation of a slack integration for a user. This endpoint is used when an integration needs to be set up with user-specific credentials or configuration.
98
+ * Creates a new installation of a Slack integration for a user. This endpoint is used when an integration needs to be set up with user-specific credentials or configuration.
98
99
  * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
99
- * @returns {Promise<HttpResponse<SlackInstallation>>} Created
100
+ * @returns {Promise<HttpResponse<SlackInstallation>>} OK
100
101
  */
101
102
  async saveSlackInstallation(
102
103
  body: SlackInstallation,
@@ -105,7 +106,7 @@ export class IntegrationsService extends BaseService {
105
106
  const request = new RequestBuilder()
106
107
  .setBaseUrl(requestConfig?.baseUrl || this.config.baseUrl || this.config.environment || Environment.DEFAULT)
107
108
  .setConfig(this.config)
108
- .setMethod('POST')
109
+ .setMethod('PUT')
109
110
  .setPath('/integrations/slack/installations')
110
111
  .setRequestSchema(slackInstallationRequest)
111
112
  .addAccessTokenAuth(this.config.token, 'Bearer')
@@ -113,7 +114,7 @@ export class IntegrationsService extends BaseService {
113
114
  .addResponse({
114
115
  schema: slackInstallationResponse,
115
116
  contentType: ContentType.Json,
116
- status: 201,
117
+ status: 200,
117
118
  })
118
119
  .setRetryAttempts(this.config, requestConfig)
119
120
  .setRetryDelayMs(this.config, requestConfig)
@@ -125,7 +126,7 @@ export class IntegrationsService extends BaseService {
125
126
  }
126
127
 
127
128
  /**
128
- * Completes the installation flow for a slack integration. This endpoint is typically called after the user has completed any required authorization steps with slack.
129
+ * Completes the installation flow for the Slack integration. This endpoint is typically called after the user has completed any required authorization steps with Slack.
129
130
  * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
130
131
  * @returns {Promise<HttpResponse<SlackInstallation>>} Created
131
132
  */
@@ -156,7 +157,7 @@ export class IntegrationsService extends BaseService {
156
157
  }
157
158
 
158
159
  /**
159
- * Initiates the installation flow for a slack integration. This is the first step in a multi-step installation process where user authorization or external service configuration may be required.
160
+ * Initiates the installation flow for a Slack integration. This is the first step in a multi-step installation process where user authorization or external service configuration may be required.
160
161
  * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
161
162
  * @returns {Promise<HttpResponse<SlackStartInstallResponseContent>>} Created
162
163
  */
@@ -187,9 +188,9 @@ export class IntegrationsService extends BaseService {
187
188
  }
188
189
 
189
190
  /**
190
- * Creates a new installation of a templates integration for a user. This endpoint is used when an integration needs to be set up with user-specific credentials or configuration.
191
+ * Creates a new installation of a Templates integration for a user. This endpoint is used when an integration needs to be set up with user-specific credentials or configuration.
191
192
  * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
192
- * @returns {Promise<HttpResponse<TemplatesInstallation>>} Created
193
+ * @returns {Promise<HttpResponse<TemplatesInstallation>>} OK
193
194
  */
194
195
  async saveTemplatesInstallation(
195
196
  body: TemplatesInstallation,
@@ -198,7 +199,7 @@ export class IntegrationsService extends BaseService {
198
199
  const request = new RequestBuilder()
199
200
  .setBaseUrl(requestConfig?.baseUrl || this.config.baseUrl || this.config.environment || Environment.DEFAULT)
200
201
  .setConfig(this.config)
201
- .setMethod('POST')
202
+ .setMethod('PUT')
202
203
  .setPath('/integrations/templates/installations')
203
204
  .setRequestSchema(templatesInstallationRequest)
204
205
  .addAccessTokenAuth(this.config.token, 'Bearer')
@@ -206,7 +207,7 @@ export class IntegrationsService extends BaseService {
206
207
  .addResponse({
207
208
  schema: templatesInstallationResponse,
208
209
  contentType: ContentType.Json,
209
- status: 201,
210
+ status: 200,
210
211
  })
211
212
  .setRetryAttempts(this.config, requestConfig)
212
213
  .setRetryDelayMs(this.config, requestConfig)
@@ -218,9 +219,9 @@ export class IntegrationsService extends BaseService {
218
219
  }
219
220
 
220
221
  /**
221
- * Creates a new installation of a web_push integration for a user. This endpoint is used when an integration needs to be set up with user-specific credentials or configuration.
222
+ * Creates a new installation of a Web Push integration for a user. This endpoint is used when an integration needs to be set up with user-specific credentials or configuration.
222
223
  * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
223
- * @returns {Promise<HttpResponse<WebPushTokenPayload>>} Created
224
+ * @returns {Promise<HttpResponse<WebPushTokenPayload>>} OK
224
225
  */
225
226
  async saveWebPushInstallation(
226
227
  body: WebPushTokenPayload,
@@ -229,7 +230,7 @@ export class IntegrationsService extends BaseService {
229
230
  const request = new RequestBuilder()
230
231
  .setBaseUrl(requestConfig?.baseUrl || this.config.baseUrl || this.config.environment || Environment.DEFAULT)
231
232
  .setConfig(this.config)
232
- .setMethod('POST')
233
+ .setMethod('PUT')
233
234
  .setPath('/integrations/web_push/installations')
234
235
  .setRequestSchema(webPushTokenPayloadRequest)
235
236
  .addAccessTokenAuth(this.config.token, 'Bearer')
@@ -237,7 +238,7 @@ export class IntegrationsService extends BaseService {
237
238
  .addResponse({
238
239
  schema: webPushTokenPayloadResponse,
239
240
  contentType: ContentType.Json,
240
- status: 201,
241
+ status: 200,
241
242
  })
242
243
  .setRetryAttempts(this.config, requestConfig)
243
244
  .setRetryDelayMs(this.config, requestConfig)
@@ -249,7 +250,7 @@ export class IntegrationsService extends BaseService {
249
250
  }
250
251
 
251
252
  /**
252
- * Initiates the installation flow for a web_push integration. This is the first step in a multi-step installation process where user authorization or external service configuration may be required.
253
+ * Initiates the installation flow for a Web Push integration. This is the first step in a multi-step installation process where user authorization or external service configuration may be required.
253
254
  * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
254
255
  * @returns {Promise<HttpResponse<WebPushStartInstallationResponse>>} Created
255
256
  */
@@ -1,12 +1,18 @@
1
1
  import { z } from 'zod';
2
2
 
3
3
  import { Environment } from '../../http/environment.js';
4
+ import { ThrowableError } from '../../http/errors/throwable-error.js';
4
5
  import { SerializationStyle } from '../../http/serialization/base-serializer.js';
5
6
  import { RequestBuilder } from '../../http/transport/request-builder.js';
6
7
  import { ContentType, HttpResponse, RequestConfig } from '../../http/types.js';
7
8
  import { BaseService } from '../base-service.js';
9
+ import { Notification, notificationResponse } from './models/notification.js';
8
10
  import { NotificationCollection, notificationCollectionResponse } from './models/notification-collection.js';
9
- import { ListNotificationsParams } from './request-params.js';
11
+ import {
12
+ ArchiveAllNotificationsParams,
13
+ ListNotificationsParams,
14
+ MarkAllNotificationsReadParams,
15
+ } from './request-params.js';
10
16
 
11
17
  export class NotificationsService extends BaseService {
12
18
  /**
@@ -15,6 +21,7 @@ export class NotificationsService extends BaseService {
15
21
  * @param {string} [params.startingAfter] -
16
22
  * @param {string} [params.endingBefore] -
17
23
  * @param {string} [params.status] -
24
+ * @param {string} [params.category] -
18
25
  * @param {string} [params.topic] -
19
26
  * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
20
27
  * @returns {Promise<HttpResponse<NotificationCollection>>} OK
@@ -55,6 +62,10 @@ export class NotificationsService extends BaseService {
55
62
  key: 'status',
56
63
  value: params?.status,
57
64
  })
65
+ .addQueryParam({
66
+ key: 'category',
67
+ value: params?.category,
68
+ })
58
69
  .addQueryParam({
59
70
  key: 'topic',
60
71
  value: params?.topic,
@@ -64,7 +75,116 @@ export class NotificationsService extends BaseService {
64
75
  }
65
76
 
66
77
  /**
67
- * Archives a notification.
78
+ * Archive all notifications.
79
+ * @param {string} [params.category] -
80
+ * @param {string} [params.topic] -
81
+ * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
82
+ * @returns {Promise<HttpResponse<any>>} No Content
83
+ */
84
+ async archiveAllNotifications(
85
+ params?: ArchiveAllNotificationsParams,
86
+ requestConfig?: RequestConfig,
87
+ ): Promise<HttpResponse<void>> {
88
+ const request = new RequestBuilder()
89
+ .setBaseUrl(requestConfig?.baseUrl || this.config.baseUrl || this.config.environment || Environment.DEFAULT)
90
+ .setConfig(this.config)
91
+ .setMethod('POST')
92
+ .setPath('/notifications/archive')
93
+ .setRequestSchema(z.any())
94
+ .addAccessTokenAuth(this.config.token, 'Bearer')
95
+ .setRequestContentType(ContentType.Json)
96
+ .addResponse({
97
+ schema: z.undefined(),
98
+ contentType: ContentType.NoContent,
99
+ status: 204,
100
+ })
101
+ .setRetryAttempts(this.config, requestConfig)
102
+ .setRetryDelayMs(this.config, requestConfig)
103
+ .setResponseValidation(this.config, requestConfig)
104
+ .addQueryParam({
105
+ key: 'category',
106
+ value: params?.category,
107
+ })
108
+ .addQueryParam({
109
+ key: 'topic',
110
+ value: params?.topic,
111
+ })
112
+ .build();
113
+ return this.client.call<void>(request);
114
+ }
115
+
116
+ /**
117
+ * Marks all notifications as read.
118
+ * @param {string} [params.category] -
119
+ * @param {string} [params.topic] -
120
+ * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
121
+ * @returns {Promise<HttpResponse<any>>} No Content
122
+ */
123
+ async markAllNotificationsRead(
124
+ params?: MarkAllNotificationsReadParams,
125
+ requestConfig?: RequestConfig,
126
+ ): Promise<HttpResponse<void>> {
127
+ const request = new RequestBuilder()
128
+ .setBaseUrl(requestConfig?.baseUrl || this.config.baseUrl || this.config.environment || Environment.DEFAULT)
129
+ .setConfig(this.config)
130
+ .setMethod('POST')
131
+ .setPath('/notifications/read')
132
+ .setRequestSchema(z.any())
133
+ .addAccessTokenAuth(this.config.token, 'Bearer')
134
+ .setRequestContentType(ContentType.Json)
135
+ .addResponse({
136
+ schema: z.undefined(),
137
+ contentType: ContentType.NoContent,
138
+ status: 204,
139
+ })
140
+ .setRetryAttempts(this.config, requestConfig)
141
+ .setRetryDelayMs(this.config, requestConfig)
142
+ .setResponseValidation(this.config, requestConfig)
143
+ .addQueryParam({
144
+ key: 'category',
145
+ value: params?.category,
146
+ })
147
+ .addQueryParam({
148
+ key: 'topic',
149
+ value: params?.topic,
150
+ })
151
+ .build();
152
+ return this.client.call<void>(request);
153
+ }
154
+
155
+ /**
156
+ * Gets a notification by ID.
157
+ * @param {string} notificationId -
158
+ * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
159
+ * @returns {Promise<HttpResponse<Notification>>} OK
160
+ */
161
+ async fetchNotification(notificationId: string, requestConfig?: RequestConfig): Promise<HttpResponse<Notification>> {
162
+ const request = new RequestBuilder()
163
+ .setBaseUrl(requestConfig?.baseUrl || this.config.baseUrl || this.config.environment || Environment.DEFAULT)
164
+ .setConfig(this.config)
165
+ .setMethod('GET')
166
+ .setPath('/notifications/{notification_id}')
167
+ .setRequestSchema(z.any())
168
+ .addAccessTokenAuth(this.config.token, 'Bearer')
169
+ .setRequestContentType(ContentType.Json)
170
+ .addResponse({
171
+ schema: notificationResponse,
172
+ contentType: ContentType.Json,
173
+ status: 200,
174
+ })
175
+ .setRetryAttempts(this.config, requestConfig)
176
+ .setRetryDelayMs(this.config, requestConfig)
177
+ .setResponseValidation(this.config, requestConfig)
178
+ .addPathParam({
179
+ key: 'notification_id',
180
+ value: notificationId,
181
+ })
182
+ .build();
183
+ return this.client.call<Notification>(request);
184
+ }
185
+
186
+ /**
187
+ * Archive a notification.
68
188
  * @param {string} notificationId -
69
189
  * @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
70
190
  * @returns {Promise<HttpResponse<any>>} No Content
@@ -3,5 +3,16 @@ export interface ListNotificationsParams {
3
3
  startingAfter?: string;
4
4
  endingBefore?: string;
5
5
  status?: string;
6
+ category?: string;
7
+ topic?: string;
8
+ }
9
+
10
+ export interface ArchiveAllNotificationsParams {
11
+ category?: string;
12
+ topic?: string;
13
+ }
14
+
15
+ export interface MarkAllNotificationsReadParams {
16
+ category?: string;
6
17
  topic?: string;
7
18
  }
@@ -1,76 +0,0 @@
1
- import { z } from 'zod';
2
- /**
3
- * The shape of the model inside the application code - what the users use
4
- */
5
- export declare const slack: z.ZodLazy<z.ZodObject<{
6
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7
- content: z.ZodOptional<z.ZodString>;
8
- title: z.ZodOptional<z.ZodString>;
9
- }, "strip", z.ZodTypeAny, {
10
- actionUrl?: string | null | undefined;
11
- content?: string | undefined;
12
- title?: string | undefined;
13
- }, {
14
- actionUrl?: string | null | undefined;
15
- content?: string | undefined;
16
- title?: string | undefined;
17
- }>>;
18
- /**
19
- *
20
- * @typedef {Slack} slack
21
- * @property {string}
22
- * @property {string}
23
- * @property {string}
24
- */
25
- export type Slack = z.infer<typeof slack>;
26
- /**
27
- * The shape of the model mapping from the api schema into the application shape.
28
- * Is equal to application shape if all property names match the api schema
29
- */
30
- export declare const slackResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
31
- action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
32
- content: z.ZodOptional<z.ZodString>;
33
- title: z.ZodOptional<z.ZodString>;
34
- }, "strip", z.ZodTypeAny, {
35
- content?: string | undefined;
36
- title?: string | undefined;
37
- action_url?: string | null | undefined;
38
- }, {
39
- content?: string | undefined;
40
- title?: string | undefined;
41
- action_url?: string | null | undefined;
42
- }>, {
43
- actionUrl: string | null | undefined;
44
- content: string | undefined;
45
- title: string | undefined;
46
- }, {
47
- content?: string | undefined;
48
- title?: string | undefined;
49
- action_url?: string | null | undefined;
50
- }>>;
51
- /**
52
- * The shape of the model mapping from the application shape into the api schema.
53
- * Is equal to application shape if all property names match the api schema
54
- */
55
- export declare const slackRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
56
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
57
- content: z.ZodOptional<z.ZodString>;
58
- title: z.ZodOptional<z.ZodString>;
59
- }, "strip", z.ZodTypeAny, {
60
- actionUrl?: string | null | undefined;
61
- content?: string | undefined;
62
- title?: string | undefined;
63
- }, {
64
- actionUrl?: string | null | undefined;
65
- content?: string | undefined;
66
- title?: string | undefined;
67
- }>, {
68
- action_url: string | null | undefined;
69
- content: string | undefined;
70
- title: string | undefined;
71
- }, {
72
- actionUrl?: string | null | undefined;
73
- content?: string | undefined;
74
- title?: string | undefined;
75
- }>>;
76
- //# sourceMappingURL=slack.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"slack.d.ts","sourceRoot":"","sources":["../../../../../../src/project-client/services/broadcasts/models/slack.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;GAMhB,CAAC;AAEH;;;;;;GAMG;AACH,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,KAAK,CAAC,CAAC;AAE1C;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;GAYxB,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;GAYvB,CAAC"}
@@ -1,49 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.slackRequest = exports.slackResponse = exports.slack = void 0;
4
- const zod_1 = require("zod");
5
- /**
6
- * The shape of the model inside the application code - what the users use
7
- */
8
- exports.slack = zod_1.z.lazy(() => {
9
- return zod_1.z.object({
10
- actionUrl: zod_1.z.string().max(2048).optional().nullable(),
11
- content: zod_1.z.string().max(1048576).optional(),
12
- title: zod_1.z.string().min(1).max(255).optional(),
13
- });
14
- });
15
- /**
16
- * The shape of the model mapping from the api schema into the application shape.
17
- * Is equal to application shape if all property names match the api schema
18
- */
19
- exports.slackResponse = zod_1.z.lazy(() => {
20
- return zod_1.z
21
- .object({
22
- action_url: zod_1.z.string().max(2048).optional().nullable(),
23
- content: zod_1.z.string().max(1048576).optional(),
24
- title: zod_1.z.string().min(1).max(255).optional(),
25
- })
26
- .transform((data) => ({
27
- actionUrl: data['action_url'],
28
- content: data['content'],
29
- title: data['title'],
30
- }));
31
- });
32
- /**
33
- * The shape of the model mapping from the application shape into the api schema.
34
- * Is equal to application shape if all property names match the api schema
35
- */
36
- exports.slackRequest = zod_1.z.lazy(() => {
37
- return zod_1.z
38
- .object({
39
- actionUrl: zod_1.z.string().max(2048).optional().nullable(),
40
- content: zod_1.z.string().max(1048576).optional(),
41
- title: zod_1.z.string().min(1).max(255).optional(),
42
- })
43
- .transform((data) => ({
44
- action_url: data['actionUrl'],
45
- content: data['content'],
46
- title: data['title'],
47
- }));
48
- });
49
- //# sourceMappingURL=slack.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"slack.js","sourceRoot":"","sources":["../../../../../../src/project-client/services/broadcasts/models/slack.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB;;GAEG;AACU,QAAA,KAAK,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC/B,OAAO,OAAC,CAAC,MAAM,CAAC;QACd,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QACrD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE;QAC3C,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;KAC7C,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWH;;;GAGG;AACU,QAAA,aAAa,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACvC,OAAO,OAAC;SACL,MAAM,CAAC;QACN,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QACtD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE;QAC3C,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;KAC7C,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC;QAC7B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACU,QAAA,YAAY,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACtC,OAAO,OAAC;SACL,MAAM,CAAC;QACN,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QACrD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE;QAC3C,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;KAC7C,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,WAAW,CAAC;QAC7B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC"}
@@ -1,76 +0,0 @@
1
- import { z } from 'zod';
2
- /**
3
- * The shape of the model inside the application code - what the users use
4
- */
5
- export declare const webPush: z.ZodLazy<z.ZodObject<{
6
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7
- content: z.ZodOptional<z.ZodString>;
8
- title: z.ZodOptional<z.ZodString>;
9
- }, "strip", z.ZodTypeAny, {
10
- actionUrl?: string | null | undefined;
11
- content?: string | undefined;
12
- title?: string | undefined;
13
- }, {
14
- actionUrl?: string | null | undefined;
15
- content?: string | undefined;
16
- title?: string | undefined;
17
- }>>;
18
- /**
19
- *
20
- * @typedef {WebPush} webPush
21
- * @property {string}
22
- * @property {string}
23
- * @property {string}
24
- */
25
- export type WebPush = z.infer<typeof webPush>;
26
- /**
27
- * The shape of the model mapping from the api schema into the application shape.
28
- * Is equal to application shape if all property names match the api schema
29
- */
30
- export declare const webPushResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
31
- action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
32
- content: z.ZodOptional<z.ZodString>;
33
- title: z.ZodOptional<z.ZodString>;
34
- }, "strip", z.ZodTypeAny, {
35
- content?: string | undefined;
36
- title?: string | undefined;
37
- action_url?: string | null | undefined;
38
- }, {
39
- content?: string | undefined;
40
- title?: string | undefined;
41
- action_url?: string | null | undefined;
42
- }>, {
43
- actionUrl: string | null | undefined;
44
- content: string | undefined;
45
- title: string | undefined;
46
- }, {
47
- content?: string | undefined;
48
- title?: string | undefined;
49
- action_url?: string | null | undefined;
50
- }>>;
51
- /**
52
- * The shape of the model mapping from the application shape into the api schema.
53
- * Is equal to application shape if all property names match the api schema
54
- */
55
- export declare const webPushRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
56
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
57
- content: z.ZodOptional<z.ZodString>;
58
- title: z.ZodOptional<z.ZodString>;
59
- }, "strip", z.ZodTypeAny, {
60
- actionUrl?: string | null | undefined;
61
- content?: string | undefined;
62
- title?: string | undefined;
63
- }, {
64
- actionUrl?: string | null | undefined;
65
- content?: string | undefined;
66
- title?: string | undefined;
67
- }>, {
68
- action_url: string | null | undefined;
69
- content: string | undefined;
70
- title: string | undefined;
71
- }, {
72
- actionUrl?: string | null | undefined;
73
- content?: string | undefined;
74
- title?: string | undefined;
75
- }>>;
76
- //# sourceMappingURL=web-push.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"web-push.d.ts","sourceRoot":"","sources":["../../../../../../src/project-client/services/broadcasts/models/web-push.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;GAMlB,CAAC;AAEH;;;;;;GAMG;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAE9C;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;GAY1B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;GAYzB,CAAC"}
@@ -1,49 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.webPushRequest = exports.webPushResponse = exports.webPush = void 0;
4
- const zod_1 = require("zod");
5
- /**
6
- * The shape of the model inside the application code - what the users use
7
- */
8
- exports.webPush = zod_1.z.lazy(() => {
9
- return zod_1.z.object({
10
- actionUrl: zod_1.z.string().max(2048).optional().nullable(),
11
- content: zod_1.z.string().max(1048576).optional(),
12
- title: zod_1.z.string().min(1).max(255).optional(),
13
- });
14
- });
15
- /**
16
- * The shape of the model mapping from the api schema into the application shape.
17
- * Is equal to application shape if all property names match the api schema
18
- */
19
- exports.webPushResponse = zod_1.z.lazy(() => {
20
- return zod_1.z
21
- .object({
22
- action_url: zod_1.z.string().max(2048).optional().nullable(),
23
- content: zod_1.z.string().max(1048576).optional(),
24
- title: zod_1.z.string().min(1).max(255).optional(),
25
- })
26
- .transform((data) => ({
27
- actionUrl: data['action_url'],
28
- content: data['content'],
29
- title: data['title'],
30
- }));
31
- });
32
- /**
33
- * The shape of the model mapping from the application shape into the api schema.
34
- * Is equal to application shape if all property names match the api schema
35
- */
36
- exports.webPushRequest = zod_1.z.lazy(() => {
37
- return zod_1.z
38
- .object({
39
- actionUrl: zod_1.z.string().max(2048).optional().nullable(),
40
- content: zod_1.z.string().max(1048576).optional(),
41
- title: zod_1.z.string().min(1).max(255).optional(),
42
- })
43
- .transform((data) => ({
44
- action_url: data['actionUrl'],
45
- content: data['content'],
46
- title: data['title'],
47
- }));
48
- });
49
- //# sourceMappingURL=web-push.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"web-push.js","sourceRoot":"","sources":["../../../../../../src/project-client/services/broadcasts/models/web-push.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB;;GAEG;AACU,QAAA,OAAO,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACjC,OAAO,OAAC,CAAC,MAAM,CAAC;QACd,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QACrD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE;QAC3C,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;KAC7C,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWH;;;GAGG;AACU,QAAA,eAAe,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACzC,OAAO,OAAC;SACL,MAAM,CAAC;QACN,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QACtD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE;QAC3C,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;KAC7C,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC;QAC7B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACU,QAAA,cAAc,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACxC,OAAO,OAAC;SACL,MAAM,CAAC;QACN,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QACrD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE;QAC3C,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;KAC7C,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,WAAW,CAAC;QAC7B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC"}
@@ -1,3 +0,0 @@
1
- export { JwtService } from './jwt-service.js';
2
- export * from './models/index.js';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/project-client/services/jwt/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,cAAc,mBAAmB,CAAC"}
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.JwtService = void 0;
4
- const tslib_1 = require("tslib");
5
- var jwt_service_js_1 = require("./jwt-service.js");
6
- Object.defineProperty(exports, "JwtService", { enumerable: true, get: function () { return jwt_service_js_1.JwtService; } });
7
- tslib_1.__exportStar(require("./models/index.js"), exports);
8
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/project-client/services/jwt/index.ts"],"names":[],"mappings":";;;;AAAA,mDAA8C;AAArC,4GAAA,UAAU,OAAA;AACnB,4DAAkC"}