magicbell-js 0.1.0 → 0.3.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 (512) hide show
  1. package/README.md +13 -38
  2. package/dist/commonjs/project-client/index.d.ts +0 -6
  3. package/dist/commonjs/project-client/index.d.ts.map +1 -1
  4. package/dist/commonjs/project-client/index.js +2 -28
  5. package/dist/commonjs/project-client/index.js.map +1 -1
  6. package/dist/commonjs/project-client/services/broadcasts/broadcasts-service.d.ts +1 -1
  7. package/dist/commonjs/project-client/services/broadcasts/broadcasts-service.js +1 -1
  8. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +924 -942
  9. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts.map +1 -1
  10. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +639 -697
  11. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts.map +1 -1
  12. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.js +7 -6
  13. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.js.map +1 -1
  14. package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
  15. package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  16. package/dist/commonjs/project-client/services/broadcasts/models/index.d.ts +0 -2
  17. package/dist/commonjs/project-client/services/broadcasts/models/index.d.ts.map +1 -1
  18. package/dist/commonjs/project-client/services/broadcasts/models/index.js.map +1 -1
  19. package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  20. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +17 -229
  21. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts.map +1 -1
  22. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.js +0 -12
  23. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.js.map +1 -1
  24. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +200 -441
  25. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts.map +1 -1
  26. package/dist/commonjs/project-client/services/broadcasts/models/providers.d.ts +102 -60
  27. package/dist/commonjs/project-client/services/broadcasts/models/providers.d.ts.map +1 -1
  28. package/dist/commonjs/project-client/services/broadcasts/models/providers.js +35 -20
  29. package/dist/commonjs/project-client/services/broadcasts/models/providers.js.map +1 -1
  30. package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
  31. package/dist/commonjs/project-client/services/channels/channels-service.d.ts +48 -48
  32. package/dist/commonjs/project-client/services/channels/channels-service.d.ts.map +1 -1
  33. package/dist/commonjs/project-client/services/channels/channels-service.js +59 -59
  34. package/dist/commonjs/project-client/services/channels/channels-service.js.map +1 -1
  35. package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
  36. package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
  37. package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +8 -8
  38. package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  39. package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
  40. package/dist/commonjs/project-client/services/channels/request-params.d.ts +7 -10
  41. package/dist/commonjs/project-client/services/channels/request-params.d.ts.map +1 -1
  42. package/dist/commonjs/project-client/services/common/index.d.ts +1 -0
  43. package/dist/commonjs/project-client/services/common/index.d.ts.map +1 -1
  44. package/dist/commonjs/project-client/services/{users/models → common}/user.d.ts +24 -24
  45. package/dist/commonjs/project-client/services/common/user.d.ts.map +1 -0
  46. package/dist/commonjs/project-client/services/common/user.js.map +1 -0
  47. package/dist/commonjs/project-client/services/events/events-service.d.ts +3 -3
  48. package/dist/commonjs/project-client/services/events/events-service.d.ts.map +1 -1
  49. package/dist/commonjs/project-client/services/events/events-service.js +6 -6
  50. package/dist/commonjs/project-client/services/events/events-service.js.map +1 -1
  51. package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts +67 -267
  52. package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts.map +1 -1
  53. package/dist/commonjs/project-client/services/integrations/integrations-service.js +181 -1000
  54. package/dist/commonjs/project-client/services/integrations/integrations-service.js.map +1 -1
  55. package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  56. package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  57. package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  58. package/dist/commonjs/project-client/services/integrations/models/index.d.ts +0 -14
  59. package/dist/commonjs/project-client/services/integrations/models/index.d.ts.map +1 -1
  60. package/dist/commonjs/project-client/services/integrations/models/index.js.map +1 -1
  61. package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
  62. package/dist/commonjs/project-client/services/integrations/request-params.d.ts +33 -0
  63. package/dist/commonjs/project-client/services/integrations/request-params.d.ts.map +1 -1
  64. package/dist/commonjs/project-client/services/users/models/index.d.ts +0 -1
  65. package/dist/commonjs/project-client/services/users/models/index.d.ts.map +1 -1
  66. package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +42 -42
  67. package/dist/commonjs/project-client/services/users/models/user-collection.js +1 -1
  68. package/dist/commonjs/project-client/services/users/models/user-collection.js.map +1 -1
  69. package/dist/commonjs/project-client/services/users/users-service.d.ts +6 -6
  70. package/dist/commonjs/project-client/services/users/users-service.d.ts.map +1 -1
  71. package/dist/commonjs/project-client/services/users/users-service.js +8 -8
  72. package/dist/commonjs/project-client/services/users/users-service.js.map +1 -1
  73. package/dist/commonjs/user-client/services/channels/channels-service.d.ts +61 -61
  74. package/dist/commonjs/user-client/services/channels/channels-service.d.ts.map +1 -1
  75. package/dist/commonjs/user-client/services/channels/channels-service.js +74 -74
  76. package/dist/commonjs/user-client/services/channels/channels-service.js.map +1 -1
  77. package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
  78. package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
  79. package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +8 -8
  80. package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  81. package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
  82. package/dist/commonjs/user-client/services/channels/request-params.d.ts +7 -7
  83. package/dist/commonjs/user-client/services/channels/request-params.d.ts.map +1 -1
  84. package/dist/commonjs/user-client/services/integrations/integrations-service.d.ts +10 -17
  85. package/dist/commonjs/user-client/services/integrations/integrations-service.d.ts.map +1 -1
  86. package/dist/commonjs/user-client/services/integrations/integrations-service.js +16 -44
  87. package/dist/commonjs/user-client/services/integrations/integrations-service.js.map +1 -1
  88. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  89. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  90. package/dist/commonjs/user-client/services/integrations/models/index.d.ts +0 -1
  91. package/dist/commonjs/user-client/services/integrations/models/index.d.ts.map +1 -1
  92. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  93. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  94. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  95. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  96. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  97. package/dist/commonjs/user-client/services/notifications/notifications-service.d.ts +6 -6
  98. package/dist/commonjs/user-client/services/notifications/notifications-service.d.ts.map +1 -1
  99. package/dist/commonjs/user-client/services/notifications/notifications-service.js +5 -5
  100. package/dist/commonjs/user-client/services/notifications/notifications-service.js.map +1 -1
  101. package/dist/commonjs/user-client/services/notifications/request-params.d.ts +2 -2
  102. package/dist/commonjs/user-client/services/notifications/request-params.d.ts.map +1 -1
  103. package/dist/esm/project-client/index.d.ts +0 -6
  104. package/dist/esm/project-client/index.d.ts.map +1 -1
  105. package/dist/esm/project-client/index.js +0 -26
  106. package/dist/esm/project-client/index.js.map +1 -1
  107. package/dist/esm/project-client/services/broadcasts/broadcasts-service.d.ts +1 -1
  108. package/dist/esm/project-client/services/broadcasts/broadcasts-service.js +1 -1
  109. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +924 -942
  110. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts.map +1 -1
  111. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +639 -697
  112. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts.map +1 -1
  113. package/dist/esm/project-client/services/broadcasts/models/broadcast.js +7 -6
  114. package/dist/esm/project-client/services/broadcasts/models/broadcast.js.map +1 -1
  115. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  116. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  117. package/dist/esm/project-client/services/broadcasts/models/index.d.ts +0 -2
  118. package/dist/esm/project-client/services/broadcasts/models/index.d.ts.map +1 -1
  119. package/dist/esm/project-client/services/broadcasts/models/index.js.map +1 -1
  120. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  121. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +17 -229
  122. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts.map +1 -1
  123. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.js +0 -12
  124. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.js.map +1 -1
  125. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +200 -441
  126. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts.map +1 -1
  127. package/dist/esm/project-client/services/broadcasts/models/providers.d.ts +102 -60
  128. package/dist/esm/project-client/services/broadcasts/models/providers.d.ts.map +1 -1
  129. package/dist/esm/project-client/services/broadcasts/models/providers.js +35 -20
  130. package/dist/esm/project-client/services/broadcasts/models/providers.js.map +1 -1
  131. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  132. package/dist/esm/project-client/services/channels/channels-service.d.ts +48 -48
  133. package/dist/esm/project-client/services/channels/channels-service.d.ts.map +1 -1
  134. package/dist/esm/project-client/services/channels/channels-service.js +59 -59
  135. package/dist/esm/project-client/services/channels/channels-service.js.map +1 -1
  136. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  137. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
  138. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +8 -8
  139. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  140. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  141. package/dist/esm/project-client/services/channels/request-params.d.ts +7 -10
  142. package/dist/esm/project-client/services/channels/request-params.d.ts.map +1 -1
  143. package/dist/esm/project-client/services/common/index.d.ts +1 -0
  144. package/dist/esm/project-client/services/common/index.d.ts.map +1 -1
  145. package/dist/esm/project-client/services/{users/models → common}/user.d.ts +24 -24
  146. package/dist/esm/project-client/services/common/user.d.ts.map +1 -0
  147. package/dist/esm/project-client/services/common/user.js.map +1 -0
  148. package/dist/esm/project-client/services/events/events-service.d.ts +3 -3
  149. package/dist/esm/project-client/services/events/events-service.d.ts.map +1 -1
  150. package/dist/esm/project-client/services/events/events-service.js +6 -6
  151. package/dist/esm/project-client/services/events/events-service.js.map +1 -1
  152. package/dist/esm/project-client/services/integrations/integrations-service.d.ts +67 -267
  153. package/dist/esm/project-client/services/integrations/integrations-service.d.ts.map +1 -1
  154. package/dist/esm/project-client/services/integrations/integrations-service.js +181 -1000
  155. package/dist/esm/project-client/services/integrations/integrations-service.js.map +1 -1
  156. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  157. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  158. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  159. package/dist/esm/project-client/services/integrations/models/index.d.ts +0 -14
  160. package/dist/esm/project-client/services/integrations/models/index.d.ts.map +1 -1
  161. package/dist/esm/project-client/services/integrations/models/index.js.map +1 -1
  162. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  163. package/dist/esm/project-client/services/integrations/request-params.d.ts +33 -0
  164. package/dist/esm/project-client/services/integrations/request-params.d.ts.map +1 -1
  165. package/dist/esm/project-client/services/users/models/index.d.ts +0 -1
  166. package/dist/esm/project-client/services/users/models/index.d.ts.map +1 -1
  167. package/dist/esm/project-client/services/users/models/user-collection.d.ts +42 -42
  168. package/dist/esm/project-client/services/users/models/user-collection.js +1 -1
  169. package/dist/esm/project-client/services/users/models/user-collection.js.map +1 -1
  170. package/dist/esm/project-client/services/users/users-service.d.ts +6 -6
  171. package/dist/esm/project-client/services/users/users-service.d.ts.map +1 -1
  172. package/dist/esm/project-client/services/users/users-service.js +8 -8
  173. package/dist/esm/project-client/services/users/users-service.js.map +1 -1
  174. package/dist/esm/user-client/services/channels/channels-service.d.ts +61 -61
  175. package/dist/esm/user-client/services/channels/channels-service.d.ts.map +1 -1
  176. package/dist/esm/user-client/services/channels/channels-service.js +74 -74
  177. package/dist/esm/user-client/services/channels/channels-service.js.map +1 -1
  178. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  179. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
  180. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +8 -8
  181. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  182. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  183. package/dist/esm/user-client/services/channels/request-params.d.ts +7 -7
  184. package/dist/esm/user-client/services/channels/request-params.d.ts.map +1 -1
  185. package/dist/esm/user-client/services/integrations/integrations-service.d.ts +10 -17
  186. package/dist/esm/user-client/services/integrations/integrations-service.d.ts.map +1 -1
  187. package/dist/esm/user-client/services/integrations/integrations-service.js +16 -44
  188. package/dist/esm/user-client/services/integrations/integrations-service.js.map +1 -1
  189. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  190. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  191. package/dist/esm/user-client/services/integrations/models/index.d.ts +0 -1
  192. package/dist/esm/user-client/services/integrations/models/index.d.ts.map +1 -1
  193. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  194. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  195. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  196. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  197. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  198. package/dist/esm/user-client/services/notifications/notifications-service.d.ts +6 -6
  199. package/dist/esm/user-client/services/notifications/notifications-service.d.ts.map +1 -1
  200. package/dist/esm/user-client/services/notifications/notifications-service.js +5 -5
  201. package/dist/esm/user-client/services/notifications/notifications-service.js.map +1 -1
  202. package/dist/esm/user-client/services/notifications/request-params.d.ts +2 -2
  203. package/dist/esm/user-client/services/notifications/request-params.d.ts.map +1 -1
  204. package/package.json +2 -2
  205. package/src/project-client/index.ts +0 -20
  206. package/src/project-client/services/broadcasts/broadcasts-service.ts +1 -1
  207. package/src/project-client/services/broadcasts/models/broadcast.ts +8 -7
  208. package/src/project-client/services/broadcasts/models/index.ts +0 -2
  209. package/src/project-client/services/broadcasts/models/overrides-channels.ts +0 -14
  210. package/src/project-client/services/broadcasts/models/providers.ts +38 -20
  211. package/src/project-client/services/channels/channels-service.ts +74 -78
  212. package/src/project-client/services/channels/request-params.ts +7 -11
  213. package/src/project-client/services/common/index.ts +1 -0
  214. package/src/project-client/services/events/events-service.ts +6 -6
  215. package/src/project-client/services/integrations/integrations-service.ts +247 -1082
  216. package/src/project-client/services/integrations/models/index.ts +0 -14
  217. package/src/project-client/services/integrations/request-params.ts +44 -0
  218. package/src/project-client/services/users/models/index.ts +0 -1
  219. package/src/project-client/services/users/models/user-collection.ts +1 -1
  220. package/src/project-client/services/users/users-service.ts +8 -8
  221. package/src/user-client/services/channels/channels-service.ts +88 -106
  222. package/src/user-client/services/channels/request-params.ts +7 -7
  223. package/src/user-client/services/integrations/integrations-service.ts +16 -52
  224. package/src/user-client/services/integrations/models/index.ts +0 -1
  225. package/src/user-client/services/notifications/notifications-service.ts +12 -8
  226. package/src/user-client/services/notifications/request-params.ts +2 -2
  227. package/dist/commonjs/project-client/services/broadcasts/models/slack.d.ts +0 -76
  228. package/dist/commonjs/project-client/services/broadcasts/models/slack.d.ts.map +0 -1
  229. package/dist/commonjs/project-client/services/broadcasts/models/slack.js +0 -49
  230. package/dist/commonjs/project-client/services/broadcasts/models/slack.js.map +0 -1
  231. package/dist/commonjs/project-client/services/broadcasts/models/web-push.d.ts +0 -76
  232. package/dist/commonjs/project-client/services/broadcasts/models/web-push.d.ts.map +0 -1
  233. package/dist/commonjs/project-client/services/broadcasts/models/web-push.js +0 -49
  234. package/dist/commonjs/project-client/services/broadcasts/models/web-push.js.map +0 -1
  235. package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.d.ts +0 -312
  236. package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.d.ts.map +0 -1
  237. package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.js +0 -46
  238. package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.js.map +0 -1
  239. package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.d.ts +0 -48
  240. package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.d.ts.map +0 -1
  241. package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.js +0 -39
  242. package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.js.map +0 -1
  243. package/dist/commonjs/project-client/services/integrations/models/awssns-config.d.ts +0 -122
  244. package/dist/commonjs/project-client/services/integrations/models/awssns-config.d.ts.map +0 -1
  245. package/dist/commonjs/project-client/services/integrations/models/awssns-config.js +0 -50
  246. package/dist/commonjs/project-client/services/integrations/models/awssns-config.js.map +0 -1
  247. package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.d.ts +0 -312
  248. package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.d.ts.map +0 -1
  249. package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.js +0 -46
  250. package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.js.map +0 -1
  251. package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.d.ts +0 -48
  252. package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.d.ts.map +0 -1
  253. package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.js +0 -39
  254. package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.js.map +0 -1
  255. package/dist/commonjs/project-client/services/integrations/models/event-source-config.d.ts +0 -122
  256. package/dist/commonjs/project-client/services/integrations/models/event-source-config.d.ts.map +0 -1
  257. package/dist/commonjs/project-client/services/integrations/models/event-source-config.js +0 -50
  258. package/dist/commonjs/project-client/services/integrations/models/event-source-config.js.map +0 -1
  259. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts +0 -312
  260. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts.map +0 -1
  261. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js +0 -46
  262. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js.map +0 -1
  263. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts +0 -48
  264. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts.map +0 -1
  265. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js +0 -39
  266. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js.map +0 -1
  267. package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts +0 -122
  268. package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts.map +0 -1
  269. package/dist/commonjs/project-client/services/integrations/models/github-config.js +0 -50
  270. package/dist/commonjs/project-client/services/integrations/models/github-config.js.map +0 -1
  271. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts +0 -312
  272. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts.map +0 -1
  273. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js +0 -46
  274. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js.map +0 -1
  275. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts +0 -48
  276. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts.map +0 -1
  277. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js +0 -39
  278. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js.map +0 -1
  279. package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts +0 -122
  280. package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts.map +0 -1
  281. package/dist/commonjs/project-client/services/integrations/models/stripe-config.js +0 -50
  282. package/dist/commonjs/project-client/services/integrations/models/stripe-config.js.map +0 -1
  283. package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.d.ts +0 -246
  284. package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.d.ts.map +0 -1
  285. package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.js +0 -46
  286. package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.js.map +0 -1
  287. package/dist/commonjs/project-client/services/integrations/models/templates-config.d.ts +0 -76
  288. package/dist/commonjs/project-client/services/integrations/models/templates-config.d.ts.map +0 -1
  289. package/dist/commonjs/project-client/services/integrations/models/templates-config.js +0 -49
  290. package/dist/commonjs/project-client/services/integrations/models/templates-config.js.map +0 -1
  291. package/dist/commonjs/project-client/services/jwt/index.d.ts +0 -3
  292. package/dist/commonjs/project-client/services/jwt/index.d.ts.map +0 -1
  293. package/dist/commonjs/project-client/services/jwt/index.js +0 -8
  294. package/dist/commonjs/project-client/services/jwt/index.js.map +0 -1
  295. package/dist/commonjs/project-client/services/jwt/jwt-service.d.ts +0 -32
  296. package/dist/commonjs/project-client/services/jwt/jwt-service.d.ts.map +0 -1
  297. package/dist/commonjs/project-client/services/jwt/jwt-service.js +0 -113
  298. package/dist/commonjs/project-client/services/jwt/jwt-service.js.map +0 -1
  299. package/dist/commonjs/project-client/services/jwt/models/access-token-collection.d.ts +0 -292
  300. package/dist/commonjs/project-client/services/jwt/models/access-token-collection.d.ts.map +0 -1
  301. package/dist/commonjs/project-client/services/jwt/models/access-token-collection.js +0 -46
  302. package/dist/commonjs/project-client/services/jwt/models/access-token-collection.js.map +0 -1
  303. package/dist/commonjs/project-client/services/jwt/models/access-token.d.ts +0 -104
  304. package/dist/commonjs/project-client/services/jwt/models/access-token.d.ts.map +0 -1
  305. package/dist/commonjs/project-client/services/jwt/models/access-token.js +0 -59
  306. package/dist/commonjs/project-client/services/jwt/models/access-token.js.map +0 -1
  307. package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.d.ts +0 -62
  308. package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.d.ts.map +0 -1
  309. package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.js +0 -44
  310. package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.js.map +0 -1
  311. package/dist/commonjs/project-client/services/jwt/models/create-token-response.d.ts +0 -90
  312. package/dist/commonjs/project-client/services/jwt/models/create-token-response.d.ts.map +0 -1
  313. package/dist/commonjs/project-client/services/jwt/models/create-token-response.js +0 -54
  314. package/dist/commonjs/project-client/services/jwt/models/create-token-response.js.map +0 -1
  315. package/dist/commonjs/project-client/services/jwt/models/discard-token-response.d.ts +0 -62
  316. package/dist/commonjs/project-client/services/jwt/models/discard-token-response.d.ts.map +0 -1
  317. package/dist/commonjs/project-client/services/jwt/models/discard-token-response.js +0 -44
  318. package/dist/commonjs/project-client/services/jwt/models/discard-token-response.js.map +0 -1
  319. package/dist/commonjs/project-client/services/jwt/models/index.d.ts +0 -6
  320. package/dist/commonjs/project-client/services/jwt/models/index.d.ts.map +0 -1
  321. package/dist/commonjs/project-client/services/jwt/models/index.js +0 -3
  322. package/dist/commonjs/project-client/services/jwt/models/index.js.map +0 -1
  323. package/dist/commonjs/project-client/services/jwt/request-params.d.ts +0 -6
  324. package/dist/commonjs/project-client/services/jwt/request-params.d.ts.map +0 -1
  325. package/dist/commonjs/project-client/services/jwt/request-params.js +0 -3
  326. package/dist/commonjs/project-client/services/jwt/request-params.js.map +0 -1
  327. package/dist/commonjs/project-client/services/notifications/index.d.ts +0 -3
  328. package/dist/commonjs/project-client/services/notifications/index.d.ts.map +0 -1
  329. package/dist/commonjs/project-client/services/notifications/index.js +0 -8
  330. package/dist/commonjs/project-client/services/notifications/index.js.map +0 -1
  331. package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.d.ts +0 -384
  332. package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.d.ts.map +0 -1
  333. package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.js +0 -46
  334. package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.js.map +0 -1
  335. package/dist/commonjs/project-client/services/notifications/models/delivery-plan.d.ts +0 -160
  336. package/dist/commonjs/project-client/services/notifications/models/delivery-plan.d.ts.map +0 -1
  337. package/dist/commonjs/project-client/services/notifications/models/delivery-plan.js +0 -79
  338. package/dist/commonjs/project-client/services/notifications/models/delivery-plan.js.map +0 -1
  339. package/dist/commonjs/project-client/services/notifications/models/index.d.ts +0 -3
  340. package/dist/commonjs/project-client/services/notifications/models/index.d.ts.map +0 -1
  341. package/dist/commonjs/project-client/services/notifications/models/index.js +0 -3
  342. package/dist/commonjs/project-client/services/notifications/models/index.js.map +0 -1
  343. package/dist/commonjs/project-client/services/notifications/notifications-service.d.ts +0 -13
  344. package/dist/commonjs/project-client/services/notifications/notifications-service.d.ts.map +0 -1
  345. package/dist/commonjs/project-client/services/notifications/notifications-service.js +0 -43
  346. package/dist/commonjs/project-client/services/notifications/notifications-service.js.map +0 -1
  347. package/dist/commonjs/project-client/services/users/models/user.d.ts.map +0 -1
  348. package/dist/commonjs/project-client/services/users/models/user.js.map +0 -1
  349. package/dist/commonjs/user-client/services/integrations/models/templates-installation.d.ts +0 -76
  350. package/dist/commonjs/user-client/services/integrations/models/templates-installation.d.ts.map +0 -1
  351. package/dist/commonjs/user-client/services/integrations/models/templates-installation.js +0 -49
  352. package/dist/commonjs/user-client/services/integrations/models/templates-installation.js.map +0 -1
  353. package/dist/esm/project-client/services/broadcasts/models/slack.d.ts +0 -76
  354. package/dist/esm/project-client/services/broadcasts/models/slack.d.ts.map +0 -1
  355. package/dist/esm/project-client/services/broadcasts/models/slack.js +0 -46
  356. package/dist/esm/project-client/services/broadcasts/models/slack.js.map +0 -1
  357. package/dist/esm/project-client/services/broadcasts/models/web-push.d.ts +0 -76
  358. package/dist/esm/project-client/services/broadcasts/models/web-push.d.ts.map +0 -1
  359. package/dist/esm/project-client/services/broadcasts/models/web-push.js +0 -46
  360. package/dist/esm/project-client/services/broadcasts/models/web-push.js.map +0 -1
  361. package/dist/esm/project-client/services/integrations/models/awssns-config-collection.d.ts +0 -312
  362. package/dist/esm/project-client/services/integrations/models/awssns-config-collection.d.ts.map +0 -1
  363. package/dist/esm/project-client/services/integrations/models/awssns-config-collection.js +0 -43
  364. package/dist/esm/project-client/services/integrations/models/awssns-config-collection.js.map +0 -1
  365. package/dist/esm/project-client/services/integrations/models/awssns-config-payload.d.ts +0 -48
  366. package/dist/esm/project-client/services/integrations/models/awssns-config-payload.d.ts.map +0 -1
  367. package/dist/esm/project-client/services/integrations/models/awssns-config-payload.js +0 -36
  368. package/dist/esm/project-client/services/integrations/models/awssns-config-payload.js.map +0 -1
  369. package/dist/esm/project-client/services/integrations/models/awssns-config.d.ts +0 -122
  370. package/dist/esm/project-client/services/integrations/models/awssns-config.d.ts.map +0 -1
  371. package/dist/esm/project-client/services/integrations/models/awssns-config.js +0 -47
  372. package/dist/esm/project-client/services/integrations/models/awssns-config.js.map +0 -1
  373. package/dist/esm/project-client/services/integrations/models/event-source-config-collection.d.ts +0 -312
  374. package/dist/esm/project-client/services/integrations/models/event-source-config-collection.d.ts.map +0 -1
  375. package/dist/esm/project-client/services/integrations/models/event-source-config-collection.js +0 -43
  376. package/dist/esm/project-client/services/integrations/models/event-source-config-collection.js.map +0 -1
  377. package/dist/esm/project-client/services/integrations/models/event-source-config-payload.d.ts +0 -48
  378. package/dist/esm/project-client/services/integrations/models/event-source-config-payload.d.ts.map +0 -1
  379. package/dist/esm/project-client/services/integrations/models/event-source-config-payload.js +0 -36
  380. package/dist/esm/project-client/services/integrations/models/event-source-config-payload.js.map +0 -1
  381. package/dist/esm/project-client/services/integrations/models/event-source-config.d.ts +0 -122
  382. package/dist/esm/project-client/services/integrations/models/event-source-config.d.ts.map +0 -1
  383. package/dist/esm/project-client/services/integrations/models/event-source-config.js +0 -47
  384. package/dist/esm/project-client/services/integrations/models/event-source-config.js.map +0 -1
  385. package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts +0 -312
  386. package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts.map +0 -1
  387. package/dist/esm/project-client/services/integrations/models/github-config-collection.js +0 -43
  388. package/dist/esm/project-client/services/integrations/models/github-config-collection.js.map +0 -1
  389. package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts +0 -48
  390. package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts.map +0 -1
  391. package/dist/esm/project-client/services/integrations/models/github-config-payload.js +0 -36
  392. package/dist/esm/project-client/services/integrations/models/github-config-payload.js.map +0 -1
  393. package/dist/esm/project-client/services/integrations/models/github-config.d.ts +0 -122
  394. package/dist/esm/project-client/services/integrations/models/github-config.d.ts.map +0 -1
  395. package/dist/esm/project-client/services/integrations/models/github-config.js +0 -47
  396. package/dist/esm/project-client/services/integrations/models/github-config.js.map +0 -1
  397. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts +0 -312
  398. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts.map +0 -1
  399. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js +0 -43
  400. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js.map +0 -1
  401. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts +0 -48
  402. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts.map +0 -1
  403. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js +0 -36
  404. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js.map +0 -1
  405. package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts +0 -122
  406. package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts.map +0 -1
  407. package/dist/esm/project-client/services/integrations/models/stripe-config.js +0 -47
  408. package/dist/esm/project-client/services/integrations/models/stripe-config.js.map +0 -1
  409. package/dist/esm/project-client/services/integrations/models/templates-config-collection.d.ts +0 -246
  410. package/dist/esm/project-client/services/integrations/models/templates-config-collection.d.ts.map +0 -1
  411. package/dist/esm/project-client/services/integrations/models/templates-config-collection.js +0 -43
  412. package/dist/esm/project-client/services/integrations/models/templates-config-collection.js.map +0 -1
  413. package/dist/esm/project-client/services/integrations/models/templates-config.d.ts +0 -76
  414. package/dist/esm/project-client/services/integrations/models/templates-config.d.ts.map +0 -1
  415. package/dist/esm/project-client/services/integrations/models/templates-config.js +0 -46
  416. package/dist/esm/project-client/services/integrations/models/templates-config.js.map +0 -1
  417. package/dist/esm/project-client/services/jwt/index.d.ts +0 -3
  418. package/dist/esm/project-client/services/jwt/index.d.ts.map +0 -1
  419. package/dist/esm/project-client/services/jwt/index.js +0 -3
  420. package/dist/esm/project-client/services/jwt/index.js.map +0 -1
  421. package/dist/esm/project-client/services/jwt/jwt-service.d.ts +0 -32
  422. package/dist/esm/project-client/services/jwt/jwt-service.d.ts.map +0 -1
  423. package/dist/esm/project-client/services/jwt/jwt-service.js +0 -109
  424. package/dist/esm/project-client/services/jwt/jwt-service.js.map +0 -1
  425. package/dist/esm/project-client/services/jwt/models/access-token-collection.d.ts +0 -292
  426. package/dist/esm/project-client/services/jwt/models/access-token-collection.d.ts.map +0 -1
  427. package/dist/esm/project-client/services/jwt/models/access-token-collection.js +0 -43
  428. package/dist/esm/project-client/services/jwt/models/access-token-collection.js.map +0 -1
  429. package/dist/esm/project-client/services/jwt/models/access-token.d.ts +0 -104
  430. package/dist/esm/project-client/services/jwt/models/access-token.d.ts.map +0 -1
  431. package/dist/esm/project-client/services/jwt/models/access-token.js +0 -56
  432. package/dist/esm/project-client/services/jwt/models/access-token.js.map +0 -1
  433. package/dist/esm/project-client/services/jwt/models/create-project-token-request.d.ts +0 -62
  434. package/dist/esm/project-client/services/jwt/models/create-project-token-request.d.ts.map +0 -1
  435. package/dist/esm/project-client/services/jwt/models/create-project-token-request.js +0 -41
  436. package/dist/esm/project-client/services/jwt/models/create-project-token-request.js.map +0 -1
  437. package/dist/esm/project-client/services/jwt/models/create-token-response.d.ts +0 -90
  438. package/dist/esm/project-client/services/jwt/models/create-token-response.d.ts.map +0 -1
  439. package/dist/esm/project-client/services/jwt/models/create-token-response.js +0 -51
  440. package/dist/esm/project-client/services/jwt/models/create-token-response.js.map +0 -1
  441. package/dist/esm/project-client/services/jwt/models/discard-token-response.d.ts +0 -62
  442. package/dist/esm/project-client/services/jwt/models/discard-token-response.d.ts.map +0 -1
  443. package/dist/esm/project-client/services/jwt/models/discard-token-response.js +0 -41
  444. package/dist/esm/project-client/services/jwt/models/discard-token-response.js.map +0 -1
  445. package/dist/esm/project-client/services/jwt/models/index.d.ts +0 -6
  446. package/dist/esm/project-client/services/jwt/models/index.d.ts.map +0 -1
  447. package/dist/esm/project-client/services/jwt/models/index.js +0 -2
  448. package/dist/esm/project-client/services/jwt/models/index.js.map +0 -1
  449. package/dist/esm/project-client/services/jwt/request-params.d.ts +0 -6
  450. package/dist/esm/project-client/services/jwt/request-params.d.ts.map +0 -1
  451. package/dist/esm/project-client/services/jwt/request-params.js +0 -2
  452. package/dist/esm/project-client/services/jwt/request-params.js.map +0 -1
  453. package/dist/esm/project-client/services/notifications/index.d.ts +0 -3
  454. package/dist/esm/project-client/services/notifications/index.d.ts.map +0 -1
  455. package/dist/esm/project-client/services/notifications/index.js +0 -3
  456. package/dist/esm/project-client/services/notifications/index.js.map +0 -1
  457. package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.d.ts +0 -384
  458. package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.d.ts.map +0 -1
  459. package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.js +0 -43
  460. package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.js.map +0 -1
  461. package/dist/esm/project-client/services/notifications/models/delivery-plan.d.ts +0 -160
  462. package/dist/esm/project-client/services/notifications/models/delivery-plan.d.ts.map +0 -1
  463. package/dist/esm/project-client/services/notifications/models/delivery-plan.js +0 -76
  464. package/dist/esm/project-client/services/notifications/models/delivery-plan.js.map +0 -1
  465. package/dist/esm/project-client/services/notifications/models/index.d.ts +0 -3
  466. package/dist/esm/project-client/services/notifications/models/index.d.ts.map +0 -1
  467. package/dist/esm/project-client/services/notifications/models/index.js +0 -2
  468. package/dist/esm/project-client/services/notifications/models/index.js.map +0 -1
  469. package/dist/esm/project-client/services/notifications/notifications-service.d.ts +0 -13
  470. package/dist/esm/project-client/services/notifications/notifications-service.d.ts.map +0 -1
  471. package/dist/esm/project-client/services/notifications/notifications-service.js +0 -39
  472. package/dist/esm/project-client/services/notifications/notifications-service.js.map +0 -1
  473. package/dist/esm/project-client/services/users/models/user.d.ts.map +0 -1
  474. package/dist/esm/project-client/services/users/models/user.js.map +0 -1
  475. package/dist/esm/user-client/services/integrations/models/templates-installation.d.ts +0 -76
  476. package/dist/esm/user-client/services/integrations/models/templates-installation.d.ts.map +0 -1
  477. package/dist/esm/user-client/services/integrations/models/templates-installation.js +0 -46
  478. package/dist/esm/user-client/services/integrations/models/templates-installation.js.map +0 -1
  479. package/src/project-client/services/broadcasts/models/slack.ts +0 -57
  480. package/src/project-client/services/broadcasts/models/web-push.ts +0 -57
  481. package/src/project-client/services/integrations/models/awssns-config-collection.ts +0 -54
  482. package/src/project-client/services/integrations/models/awssns-config-payload.ts +0 -45
  483. package/src/project-client/services/integrations/models/awssns-config.ts +0 -64
  484. package/src/project-client/services/integrations/models/event-source-config-collection.ts +0 -59
  485. package/src/project-client/services/integrations/models/event-source-config-payload.ts +0 -45
  486. package/src/project-client/services/integrations/models/event-source-config.ts +0 -64
  487. package/src/project-client/services/integrations/models/github-config-collection.ts +0 -54
  488. package/src/project-client/services/integrations/models/github-config-payload.ts +0 -45
  489. package/src/project-client/services/integrations/models/github-config.ts +0 -64
  490. package/src/project-client/services/integrations/models/stripe-config-collection.ts +0 -54
  491. package/src/project-client/services/integrations/models/stripe-config-payload.ts +0 -45
  492. package/src/project-client/services/integrations/models/stripe-config.ts +0 -64
  493. package/src/project-client/services/integrations/models/templates-config-collection.ts +0 -59
  494. package/src/project-client/services/integrations/models/templates-config.ts +0 -57
  495. package/src/project-client/services/jwt/index.ts +0 -2
  496. package/src/project-client/services/jwt/jwt-service.ts +0 -121
  497. package/src/project-client/services/jwt/models/access-token-collection.ts +0 -54
  498. package/src/project-client/services/jwt/models/access-token.ts +0 -69
  499. package/src/project-client/services/jwt/models/create-project-token-request.ts +0 -51
  500. package/src/project-client/services/jwt/models/create-token-response.ts +0 -63
  501. package/src/project-client/services/jwt/models/discard-token-response.ts +0 -51
  502. package/src/project-client/services/jwt/models/index.ts +0 -5
  503. package/src/project-client/services/jwt/request-params.ts +0 -5
  504. package/src/project-client/services/notifications/index.ts +0 -2
  505. package/src/project-client/services/notifications/models/delivery-plan-collection.ts +0 -54
  506. package/src/project-client/services/notifications/models/delivery-plan.ts +0 -93
  507. package/src/project-client/services/notifications/models/index.ts +0 -2
  508. package/src/project-client/services/notifications/notifications-service.ts +0 -45
  509. package/src/user-client/services/integrations/models/templates-installation.ts +0 -57
  510. /package/dist/commonjs/project-client/services/{users/models → common}/user.js +0 -0
  511. /package/dist/esm/project-client/services/{users/models → common}/user.js +0 -0
  512. /package/src/project-client/services/{users/models → common}/user.ts +0 -0
@@ -43,19 +43,6 @@ export declare const overrides: z.ZodLazy<z.ZodObject<{
43
43
  content?: string | undefined;
44
44
  title?: string | undefined;
45
45
  }>>>;
46
- slack: z.ZodOptional<z.ZodLazy<z.ZodObject<{
47
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
48
- content: z.ZodOptional<z.ZodString>;
49
- title: z.ZodOptional<z.ZodString>;
50
- }, "strip", z.ZodTypeAny, {
51
- actionUrl?: string | null | undefined;
52
- content?: string | undefined;
53
- title?: string | undefined;
54
- }, {
55
- actionUrl?: string | null | undefined;
56
- content?: string | undefined;
57
- title?: string | undefined;
58
- }>>>;
59
46
  sms: z.ZodOptional<z.ZodLazy<z.ZodObject<{
60
47
  actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
61
48
  content: z.ZodOptional<z.ZodString>;
@@ -69,19 +56,6 @@ export declare const overrides: z.ZodLazy<z.ZodObject<{
69
56
  content?: string | undefined;
70
57
  title?: string | undefined;
71
58
  }>>>;
72
- webPush: z.ZodOptional<z.ZodLazy<z.ZodObject<{
73
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
74
- content: z.ZodOptional<z.ZodString>;
75
- title: z.ZodOptional<z.ZodString>;
76
- }, "strip", z.ZodTypeAny, {
77
- actionUrl?: string | null | undefined;
78
- content?: string | undefined;
79
- title?: string | undefined;
80
- }, {
81
- actionUrl?: string | null | undefined;
82
- content?: string | undefined;
83
- title?: string | undefined;
84
- }>>>;
85
59
  }, "strip", z.ZodTypeAny, {
86
60
  email?: {
87
61
  actionUrl?: string | null | undefined;
@@ -98,21 +72,11 @@ export declare const overrides: z.ZodLazy<z.ZodObject<{
98
72
  content?: string | undefined;
99
73
  title?: string | undefined;
100
74
  } | undefined;
101
- slack?: {
102
- actionUrl?: string | null | undefined;
103
- content?: string | undefined;
104
- title?: string | undefined;
105
- } | undefined;
106
75
  sms?: {
107
76
  actionUrl?: string | null | undefined;
108
77
  content?: string | undefined;
109
78
  title?: string | undefined;
110
79
  } | undefined;
111
- webPush?: {
112
- actionUrl?: string | null | undefined;
113
- content?: string | undefined;
114
- title?: string | undefined;
115
- } | undefined;
116
80
  }, {
117
81
  email?: {
118
82
  actionUrl?: string | null | undefined;
@@ -129,46 +93,45 @@ export declare const overrides: z.ZodLazy<z.ZodObject<{
129
93
  content?: string | undefined;
130
94
  title?: string | undefined;
131
95
  } | undefined;
132
- slack?: {
133
- actionUrl?: string | null | undefined;
134
- content?: string | undefined;
135
- title?: string | undefined;
136
- } | undefined;
137
96
  sms?: {
138
97
  actionUrl?: string | null | undefined;
139
98
  content?: string | undefined;
140
99
  title?: string | undefined;
141
100
  } | undefined;
142
- webPush?: {
143
- actionUrl?: string | null | undefined;
144
- content?: string | undefined;
145
- title?: string | undefined;
146
- } | undefined;
147
101
  }>>>;
148
102
  providers: z.ZodOptional<z.ZodLazy<z.ZodObject<{
149
- amazonSes: z.ZodOptional<z.ZodAny>;
150
- android: z.ZodOptional<z.ZodAny>;
151
- ios: z.ZodOptional<z.ZodAny>;
103
+ apns: z.ZodOptional<z.ZodAny>;
104
+ expo: z.ZodOptional<z.ZodAny>;
105
+ fcm: z.ZodOptional<z.ZodAny>;
152
106
  mailgun: z.ZodOptional<z.ZodAny>;
153
- postmark: z.ZodOptional<z.ZodAny>;
154
107
  sendgrid: z.ZodOptional<z.ZodAny>;
108
+ ses: z.ZodOptional<z.ZodAny>;
155
109
  slack: z.ZodOptional<z.ZodAny>;
110
+ teams: z.ZodOptional<z.ZodAny>;
111
+ twilio: z.ZodOptional<z.ZodAny>;
112
+ webPush: z.ZodOptional<z.ZodAny>;
156
113
  }, "strip", z.ZodTypeAny, {
157
- slack?: any;
158
- amazonSes?: any;
159
- android?: any;
160
- ios?: any;
114
+ apns?: any;
115
+ expo?: any;
116
+ fcm?: any;
161
117
  mailgun?: any;
162
- postmark?: any;
163
118
  sendgrid?: any;
164
- }, {
119
+ ses?: any;
165
120
  slack?: any;
166
- amazonSes?: any;
167
- android?: any;
168
- ios?: any;
121
+ teams?: any;
122
+ twilio?: any;
123
+ webPush?: any;
124
+ }, {
125
+ apns?: any;
126
+ expo?: any;
127
+ fcm?: any;
169
128
  mailgun?: any;
170
- postmark?: any;
171
129
  sendgrid?: any;
130
+ ses?: any;
131
+ slack?: any;
132
+ teams?: any;
133
+ twilio?: any;
134
+ webPush?: any;
172
135
  }>>>;
173
136
  }, "strip", z.ZodTypeAny, {
174
137
  channels?: {
@@ -187,30 +150,23 @@ export declare const overrides: z.ZodLazy<z.ZodObject<{
187
150
  content?: string | undefined;
188
151
  title?: string | undefined;
189
152
  } | undefined;
190
- slack?: {
191
- actionUrl?: string | null | undefined;
192
- content?: string | undefined;
193
- title?: string | undefined;
194
- } | undefined;
195
153
  sms?: {
196
154
  actionUrl?: string | null | undefined;
197
155
  content?: string | undefined;
198
156
  title?: string | undefined;
199
157
  } | undefined;
200
- webPush?: {
201
- actionUrl?: string | null | undefined;
202
- content?: string | undefined;
203
- title?: string | undefined;
204
- } | undefined;
205
158
  } | undefined;
206
159
  providers?: {
207
- slack?: any;
208
- amazonSes?: any;
209
- android?: any;
210
- ios?: any;
160
+ apns?: any;
161
+ expo?: any;
162
+ fcm?: any;
211
163
  mailgun?: any;
212
- postmark?: any;
213
164
  sendgrid?: any;
165
+ ses?: any;
166
+ slack?: any;
167
+ teams?: any;
168
+ twilio?: any;
169
+ webPush?: any;
214
170
  } | undefined;
215
171
  }, {
216
172
  channels?: {
@@ -229,30 +185,23 @@ export declare const overrides: z.ZodLazy<z.ZodObject<{
229
185
  content?: string | undefined;
230
186
  title?: string | undefined;
231
187
  } | undefined;
232
- slack?: {
233
- actionUrl?: string | null | undefined;
234
- content?: string | undefined;
235
- title?: string | undefined;
236
- } | undefined;
237
188
  sms?: {
238
189
  actionUrl?: string | null | undefined;
239
190
  content?: string | undefined;
240
191
  title?: string | undefined;
241
192
  } | undefined;
242
- webPush?: {
243
- actionUrl?: string | null | undefined;
244
- content?: string | undefined;
245
- title?: string | undefined;
246
- } | undefined;
247
193
  } | undefined;
248
194
  providers?: {
249
- slack?: any;
250
- amazonSes?: any;
251
- android?: any;
252
- ios?: any;
195
+ apns?: any;
196
+ expo?: any;
197
+ fcm?: any;
253
198
  mailgun?: any;
254
- postmark?: any;
255
199
  sendgrid?: any;
200
+ ses?: any;
201
+ slack?: any;
202
+ teams?: any;
203
+ twilio?: any;
204
+ webPush?: any;
256
205
  } | undefined;
257
206
  }>>;
258
207
  /**
@@ -273,126 +222,84 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
273
222
  content: z.ZodOptional<z.ZodString>;
274
223
  title: z.ZodOptional<z.ZodString>;
275
224
  }, "strip", z.ZodTypeAny, {
225
+ action_url?: string | null | undefined;
276
226
  content?: string | undefined;
277
227
  title?: string | undefined;
278
- action_url?: string | null | undefined;
279
228
  }, {
229
+ action_url?: string | null | undefined;
280
230
  content?: string | undefined;
281
231
  title?: string | undefined;
282
- action_url?: string | null | undefined;
283
232
  }>, {
284
233
  actionUrl: string | null | undefined;
285
234
  content: string | undefined;
286
235
  title: string | undefined;
287
236
  }, {
237
+ action_url?: string | null | undefined;
288
238
  content?: string | undefined;
289
239
  title?: string | undefined;
290
- action_url?: string | null | undefined;
291
240
  }>>>;
292
241
  in_app: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
293
242
  action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
294
243
  content: z.ZodOptional<z.ZodString>;
295
244
  title: z.ZodOptional<z.ZodString>;
296
245
  }, "strip", z.ZodTypeAny, {
246
+ action_url?: string | null | undefined;
297
247
  content?: string | undefined;
298
248
  title?: string | undefined;
299
- action_url?: string | null | undefined;
300
249
  }, {
250
+ action_url?: string | null | undefined;
301
251
  content?: string | undefined;
302
252
  title?: string | undefined;
303
- action_url?: string | null | undefined;
304
253
  }>, {
305
254
  actionUrl: string | null | undefined;
306
255
  content: string | undefined;
307
256
  title: string | undefined;
308
257
  }, {
258
+ action_url?: string | null | undefined;
309
259
  content?: string | undefined;
310
260
  title?: string | undefined;
311
- action_url?: string | null | undefined;
312
261
  }>>>;
313
262
  mobile_push: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
314
263
  action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
315
264
  content: z.ZodOptional<z.ZodString>;
316
265
  title: z.ZodOptional<z.ZodString>;
317
266
  }, "strip", z.ZodTypeAny, {
318
- content?: string | undefined;
319
- title?: string | undefined;
320
267
  action_url?: string | null | undefined;
321
- }, {
322
268
  content?: string | undefined;
323
269
  title?: string | undefined;
324
- action_url?: string | null | undefined;
325
- }>, {
326
- actionUrl: string | null | undefined;
327
- content: string | undefined;
328
- title: string | undefined;
329
270
  }, {
330
- content?: string | undefined;
331
- title?: string | undefined;
332
271
  action_url?: string | null | undefined;
333
- }>>>;
334
- slack: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
335
- action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
336
- content: z.ZodOptional<z.ZodString>;
337
- title: z.ZodOptional<z.ZodString>;
338
- }, "strip", z.ZodTypeAny, {
339
272
  content?: string | undefined;
340
273
  title?: string | undefined;
341
- action_url?: string | null | undefined;
342
- }, {
343
- content?: string | undefined;
344
- title?: string | undefined;
345
- action_url?: string | null | undefined;
346
274
  }>, {
347
275
  actionUrl: string | null | undefined;
348
276
  content: string | undefined;
349
277
  title: string | undefined;
350
278
  }, {
279
+ action_url?: string | null | undefined;
351
280
  content?: string | undefined;
352
281
  title?: string | undefined;
353
- action_url?: string | null | undefined;
354
282
  }>>>;
355
283
  sms: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
356
284
  action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
357
285
  content: z.ZodOptional<z.ZodString>;
358
286
  title: z.ZodOptional<z.ZodString>;
359
287
  }, "strip", z.ZodTypeAny, {
360
- content?: string | undefined;
361
- title?: string | undefined;
362
288
  action_url?: string | null | undefined;
363
- }, {
364
289
  content?: string | undefined;
365
290
  title?: string | undefined;
366
- action_url?: string | null | undefined;
367
- }>, {
368
- actionUrl: string | null | undefined;
369
- content: string | undefined;
370
- title: string | undefined;
371
291
  }, {
372
- content?: string | undefined;
373
- title?: string | undefined;
374
292
  action_url?: string | null | undefined;
375
- }>>>;
376
- web_push: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
377
- action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
378
- content: z.ZodOptional<z.ZodString>;
379
- title: z.ZodOptional<z.ZodString>;
380
- }, "strip", z.ZodTypeAny, {
381
293
  content?: string | undefined;
382
294
  title?: string | undefined;
383
- action_url?: string | null | undefined;
384
- }, {
385
- content?: string | undefined;
386
- title?: string | undefined;
387
- action_url?: string | null | undefined;
388
295
  }>, {
389
296
  actionUrl: string | null | undefined;
390
297
  content: string | undefined;
391
298
  title: string | undefined;
392
299
  }, {
300
+ action_url?: string | null | undefined;
393
301
  content?: string | undefined;
394
302
  title?: string | undefined;
395
- action_url?: string | null | undefined;
396
303
  }>>>;
397
304
  }, "strip", z.ZodTypeAny, {
398
305
  email?: {
@@ -400,16 +307,6 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
400
307
  content: string | undefined;
401
308
  title: string | undefined;
402
309
  } | undefined;
403
- slack?: {
404
- actionUrl: string | null | undefined;
405
- content: string | undefined;
406
- title: string | undefined;
407
- } | undefined;
408
- sms?: {
409
- actionUrl: string | null | undefined;
410
- content: string | undefined;
411
- title: string | undefined;
412
- } | undefined;
413
310
  in_app?: {
414
311
  actionUrl: string | null | undefined;
415
312
  content: string | undefined;
@@ -420,41 +317,31 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
420
317
  content: string | undefined;
421
318
  title: string | undefined;
422
319
  } | undefined;
423
- web_push?: {
320
+ sms?: {
424
321
  actionUrl: string | null | undefined;
425
322
  content: string | undefined;
426
323
  title: string | undefined;
427
324
  } | undefined;
428
325
  }, {
429
326
  email?: {
430
- content?: string | undefined;
431
- title?: string | undefined;
432
327
  action_url?: string | null | undefined;
433
- } | undefined;
434
- slack?: {
435
328
  content?: string | undefined;
436
329
  title?: string | undefined;
437
- action_url?: string | null | undefined;
438
- } | undefined;
439
- sms?: {
440
- content?: string | undefined;
441
- title?: string | undefined;
442
- action_url?: string | null | undefined;
443
330
  } | undefined;
444
331
  in_app?: {
332
+ action_url?: string | null | undefined;
445
333
  content?: string | undefined;
446
334
  title?: string | undefined;
447
- action_url?: string | null | undefined;
448
335
  } | undefined;
449
336
  mobile_push?: {
337
+ action_url?: string | null | undefined;
450
338
  content?: string | undefined;
451
339
  title?: string | undefined;
452
- action_url?: string | null | undefined;
453
340
  } | undefined;
454
- web_push?: {
341
+ sms?: {
342
+ action_url?: string | null | undefined;
455
343
  content?: string | undefined;
456
344
  title?: string | undefined;
457
- action_url?: string | null | undefined;
458
345
  } | undefined;
459
346
  }>, {
460
347
  email: {
@@ -472,93 +359,88 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
472
359
  content: string | undefined;
473
360
  title: string | undefined;
474
361
  } | undefined;
475
- slack: {
476
- actionUrl: string | null | undefined;
477
- content: string | undefined;
478
- title: string | undefined;
479
- } | undefined;
480
362
  sms: {
481
363
  actionUrl: string | null | undefined;
482
364
  content: string | undefined;
483
365
  title: string | undefined;
484
366
  } | undefined;
485
- webPush: {
486
- actionUrl: string | null | undefined;
487
- content: string | undefined;
488
- title: string | undefined;
489
- } | undefined;
490
367
  }, {
491
368
  email?: {
492
- content?: string | undefined;
493
- title?: string | undefined;
494
369
  action_url?: string | null | undefined;
495
- } | undefined;
496
- slack?: {
497
370
  content?: string | undefined;
498
371
  title?: string | undefined;
499
- action_url?: string | null | undefined;
500
- } | undefined;
501
- sms?: {
502
- content?: string | undefined;
503
- title?: string | undefined;
504
- action_url?: string | null | undefined;
505
372
  } | undefined;
506
373
  in_app?: {
374
+ action_url?: string | null | undefined;
507
375
  content?: string | undefined;
508
376
  title?: string | undefined;
509
- action_url?: string | null | undefined;
510
377
  } | undefined;
511
378
  mobile_push?: {
379
+ action_url?: string | null | undefined;
512
380
  content?: string | undefined;
513
381
  title?: string | undefined;
514
- action_url?: string | null | undefined;
515
382
  } | undefined;
516
- web_push?: {
383
+ sms?: {
384
+ action_url?: string | null | undefined;
517
385
  content?: string | undefined;
518
386
  title?: string | undefined;
519
- action_url?: string | null | undefined;
520
387
  } | undefined;
521
388
  }>>>;
522
389
  providers: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
523
- amazon_ses: z.ZodOptional<z.ZodAny>;
524
- android: z.ZodOptional<z.ZodAny>;
525
- ios: z.ZodOptional<z.ZodAny>;
390
+ apns: z.ZodOptional<z.ZodAny>;
391
+ expo: z.ZodOptional<z.ZodAny>;
392
+ fcm: z.ZodOptional<z.ZodAny>;
526
393
  mailgun: z.ZodOptional<z.ZodAny>;
527
- postmark: z.ZodOptional<z.ZodAny>;
528
394
  sendgrid: z.ZodOptional<z.ZodAny>;
395
+ ses: z.ZodOptional<z.ZodAny>;
529
396
  slack: z.ZodOptional<z.ZodAny>;
397
+ teams: z.ZodOptional<z.ZodAny>;
398
+ twilio: z.ZodOptional<z.ZodAny>;
399
+ web_push: z.ZodOptional<z.ZodAny>;
530
400
  }, "strip", z.ZodTypeAny, {
531
- slack?: any;
532
- android?: any;
533
- ios?: any;
401
+ apns?: any;
402
+ expo?: any;
403
+ fcm?: any;
534
404
  mailgun?: any;
535
- postmark?: any;
536
405
  sendgrid?: any;
537
- amazon_ses?: any;
538
- }, {
406
+ ses?: any;
539
407
  slack?: any;
540
- android?: any;
541
- ios?: any;
408
+ teams?: any;
409
+ twilio?: any;
410
+ web_push?: any;
411
+ }, {
412
+ apns?: any;
413
+ expo?: any;
414
+ fcm?: any;
542
415
  mailgun?: any;
543
- postmark?: any;
544
416
  sendgrid?: any;
545
- amazon_ses?: any;
417
+ ses?: any;
418
+ slack?: any;
419
+ teams?: any;
420
+ twilio?: any;
421
+ web_push?: any;
546
422
  }>, {
547
- amazonSes: any;
548
- android: any;
549
- ios: any;
423
+ apns: any;
424
+ expo: any;
425
+ fcm: any;
550
426
  mailgun: any;
551
- postmark: any;
552
427
  sendgrid: any;
428
+ ses: any;
553
429
  slack: any;
430
+ teams: any;
431
+ twilio: any;
432
+ webPush: any;
554
433
  }, {
555
- slack?: any;
556
- android?: any;
557
- ios?: any;
434
+ apns?: any;
435
+ expo?: any;
436
+ fcm?: any;
558
437
  mailgun?: any;
559
- postmark?: any;
560
438
  sendgrid?: any;
561
- amazon_ses?: any;
439
+ ses?: any;
440
+ slack?: any;
441
+ teams?: any;
442
+ twilio?: any;
443
+ web_push?: any;
562
444
  }>>>;
563
445
  }, "strip", z.ZodTypeAny, {
564
446
  channels?: {
@@ -577,72 +459,58 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
577
459
  content: string | undefined;
578
460
  title: string | undefined;
579
461
  } | undefined;
580
- slack: {
581
- actionUrl: string | null | undefined;
582
- content: string | undefined;
583
- title: string | undefined;
584
- } | undefined;
585
462
  sms: {
586
463
  actionUrl: string | null | undefined;
587
464
  content: string | undefined;
588
465
  title: string | undefined;
589
466
  } | undefined;
590
- webPush: {
591
- actionUrl: string | null | undefined;
592
- content: string | undefined;
593
- title: string | undefined;
594
- } | undefined;
595
467
  } | undefined;
596
468
  providers?: {
597
- amazonSes: any;
598
- android: any;
599
- ios: any;
469
+ apns: any;
470
+ expo: any;
471
+ fcm: any;
600
472
  mailgun: any;
601
- postmark: any;
602
473
  sendgrid: any;
474
+ ses: any;
603
475
  slack: any;
476
+ teams: any;
477
+ twilio: any;
478
+ webPush: any;
604
479
  } | undefined;
605
480
  }, {
606
481
  channels?: {
607
482
  email?: {
608
- content?: string | undefined;
609
- title?: string | undefined;
610
483
  action_url?: string | null | undefined;
611
- } | undefined;
612
- slack?: {
613
484
  content?: string | undefined;
614
485
  title?: string | undefined;
615
- action_url?: string | null | undefined;
616
- } | undefined;
617
- sms?: {
618
- content?: string | undefined;
619
- title?: string | undefined;
620
- action_url?: string | null | undefined;
621
486
  } | undefined;
622
487
  in_app?: {
488
+ action_url?: string | null | undefined;
623
489
  content?: string | undefined;
624
490
  title?: string | undefined;
625
- action_url?: string | null | undefined;
626
491
  } | undefined;
627
492
  mobile_push?: {
493
+ action_url?: string | null | undefined;
628
494
  content?: string | undefined;
629
495
  title?: string | undefined;
630
- action_url?: string | null | undefined;
631
496
  } | undefined;
632
- web_push?: {
497
+ sms?: {
498
+ action_url?: string | null | undefined;
633
499
  content?: string | undefined;
634
500
  title?: string | undefined;
635
- action_url?: string | null | undefined;
636
501
  } | undefined;
637
502
  } | undefined;
638
503
  providers?: {
639
- slack?: any;
640
- android?: any;
641
- ios?: any;
504
+ apns?: any;
505
+ expo?: any;
506
+ fcm?: any;
642
507
  mailgun?: any;
643
- postmark?: any;
644
508
  sendgrid?: any;
645
- amazon_ses?: any;
509
+ ses?: any;
510
+ slack?: any;
511
+ teams?: any;
512
+ twilio?: any;
513
+ web_push?: any;
646
514
  } | undefined;
647
515
  }>, {
648
516
  channels: {
@@ -661,72 +529,58 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
661
529
  content: string | undefined;
662
530
  title: string | undefined;
663
531
  } | undefined;
664
- slack: {
665
- actionUrl: string | null | undefined;
666
- content: string | undefined;
667
- title: string | undefined;
668
- } | undefined;
669
532
  sms: {
670
533
  actionUrl: string | null | undefined;
671
534
  content: string | undefined;
672
535
  title: string | undefined;
673
536
  } | undefined;
674
- webPush: {
675
- actionUrl: string | null | undefined;
676
- content: string | undefined;
677
- title: string | undefined;
678
- } | undefined;
679
537
  } | undefined;
680
538
  providers: {
681
- amazonSes: any;
682
- android: any;
683
- ios: any;
539
+ apns: any;
540
+ expo: any;
541
+ fcm: any;
684
542
  mailgun: any;
685
- postmark: any;
686
543
  sendgrid: any;
544
+ ses: any;
687
545
  slack: any;
546
+ teams: any;
547
+ twilio: any;
548
+ webPush: any;
688
549
  } | undefined;
689
550
  }, {
690
551
  channels?: {
691
552
  email?: {
692
- content?: string | undefined;
693
- title?: string | undefined;
694
- action_url?: string | null | undefined;
695
- } | undefined;
696
- slack?: {
697
- content?: string | undefined;
698
- title?: string | undefined;
699
553
  action_url?: string | null | undefined;
700
- } | undefined;
701
- sms?: {
702
554
  content?: string | undefined;
703
555
  title?: string | undefined;
704
- action_url?: string | null | undefined;
705
556
  } | undefined;
706
557
  in_app?: {
558
+ action_url?: string | null | undefined;
707
559
  content?: string | undefined;
708
560
  title?: string | undefined;
709
- action_url?: string | null | undefined;
710
561
  } | undefined;
711
562
  mobile_push?: {
563
+ action_url?: string | null | undefined;
712
564
  content?: string | undefined;
713
565
  title?: string | undefined;
714
- action_url?: string | null | undefined;
715
566
  } | undefined;
716
- web_push?: {
567
+ sms?: {
568
+ action_url?: string | null | undefined;
717
569
  content?: string | undefined;
718
570
  title?: string | undefined;
719
- action_url?: string | null | undefined;
720
571
  } | undefined;
721
572
  } | undefined;
722
573
  providers?: {
723
- slack?: any;
724
- android?: any;
725
- ios?: any;
574
+ apns?: any;
575
+ expo?: any;
576
+ fcm?: any;
726
577
  mailgun?: any;
727
- postmark?: any;
728
578
  sendgrid?: any;
729
- amazon_ses?: any;
579
+ ses?: any;
580
+ slack?: any;
581
+ teams?: any;
582
+ twilio?: any;
583
+ web_push?: any;
730
584
  } | undefined;
731
585
  }>>;
732
586
  /**
@@ -798,27 +652,6 @@ export declare const overridesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
798
652
  content?: string | undefined;
799
653
  title?: string | undefined;
800
654
  }>>>;
801
- slack: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
802
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
803
- content: z.ZodOptional<z.ZodString>;
804
- title: z.ZodOptional<z.ZodString>;
805
- }, "strip", z.ZodTypeAny, {
806
- actionUrl?: string | null | undefined;
807
- content?: string | undefined;
808
- title?: string | undefined;
809
- }, {
810
- actionUrl?: string | null | undefined;
811
- content?: string | undefined;
812
- title?: string | undefined;
813
- }>, {
814
- action_url: string | null | undefined;
815
- content: string | undefined;
816
- title: string | undefined;
817
- }, {
818
- actionUrl?: string | null | undefined;
819
- content?: string | undefined;
820
- title?: string | undefined;
821
- }>>>;
822
655
  sms: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
823
656
  actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
824
657
  content: z.ZodOptional<z.ZodString>;
@@ -840,27 +673,6 @@ export declare const overridesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
840
673
  content?: string | undefined;
841
674
  title?: string | undefined;
842
675
  }>>>;
843
- webPush: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
844
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
845
- content: z.ZodOptional<z.ZodString>;
846
- title: z.ZodOptional<z.ZodString>;
847
- }, "strip", z.ZodTypeAny, {
848
- actionUrl?: string | null | undefined;
849
- content?: string | undefined;
850
- title?: string | undefined;
851
- }, {
852
- actionUrl?: string | null | undefined;
853
- content?: string | undefined;
854
- title?: string | undefined;
855
- }>, {
856
- action_url: string | null | undefined;
857
- content: string | undefined;
858
- title: string | undefined;
859
- }, {
860
- actionUrl?: string | null | undefined;
861
- content?: string | undefined;
862
- title?: string | undefined;
863
- }>>>;
864
676
  }, "strip", z.ZodTypeAny, {
865
677
  email?: {
866
678
  action_url: string | null | undefined;
@@ -877,21 +689,11 @@ export declare const overridesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
877
689
  content: string | undefined;
878
690
  title: string | undefined;
879
691
  } | undefined;
880
- slack?: {
881
- action_url: string | null | undefined;
882
- content: string | undefined;
883
- title: string | undefined;
884
- } | undefined;
885
692
  sms?: {
886
693
  action_url: string | null | undefined;
887
694
  content: string | undefined;
888
695
  title: string | undefined;
889
696
  } | undefined;
890
- webPush?: {
891
- action_url: string | null | undefined;
892
- content: string | undefined;
893
- title: string | undefined;
894
- } | undefined;
895
697
  }, {
896
698
  email?: {
897
699
  actionUrl?: string | null | undefined;
@@ -908,21 +710,11 @@ export declare const overridesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
908
710
  content?: string | undefined;
909
711
  title?: string | undefined;
910
712
  } | undefined;
911
- slack?: {
912
- actionUrl?: string | null | undefined;
913
- content?: string | undefined;
914
- title?: string | undefined;
915
- } | undefined;
916
713
  sms?: {
917
714
  actionUrl?: string | null | undefined;
918
715
  content?: string | undefined;
919
716
  title?: string | undefined;
920
717
  } | undefined;
921
- webPush?: {
922
- actionUrl?: string | null | undefined;
923
- content?: string | undefined;
924
- title?: string | undefined;
925
- } | undefined;
926
718
  }>, {
927
719
  email: {
928
720
  action_url: string | null | undefined;
@@ -939,21 +731,11 @@ export declare const overridesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
939
731
  content: string | undefined;
940
732
  title: string | undefined;
941
733
  } | undefined;
942
- slack: {
943
- action_url: string | null | undefined;
944
- content: string | undefined;
945
- title: string | undefined;
946
- } | undefined;
947
734
  sms: {
948
735
  action_url: string | null | undefined;
949
736
  content: string | undefined;
950
737
  title: string | undefined;
951
738
  } | undefined;
952
- web_push: {
953
- action_url: string | null | undefined;
954
- content: string | undefined;
955
- title: string | undefined;
956
- } | undefined;
957
739
  }, {
958
740
  email?: {
959
741
  actionUrl?: string | null | undefined;
@@ -970,62 +752,67 @@ export declare const overridesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
970
752
  content?: string | undefined;
971
753
  title?: string | undefined;
972
754
  } | undefined;
973
- slack?: {
974
- actionUrl?: string | null | undefined;
975
- content?: string | undefined;
976
- title?: string | undefined;
977
- } | undefined;
978
755
  sms?: {
979
756
  actionUrl?: string | null | undefined;
980
757
  content?: string | undefined;
981
758
  title?: string | undefined;
982
759
  } | undefined;
983
- webPush?: {
984
- actionUrl?: string | null | undefined;
985
- content?: string | undefined;
986
- title?: string | undefined;
987
- } | undefined;
988
760
  }>>>;
989
761
  providers: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
990
- amazonSes: z.ZodOptional<z.ZodAny>;
991
- android: z.ZodOptional<z.ZodAny>;
992
- ios: z.ZodOptional<z.ZodAny>;
762
+ apns: z.ZodOptional<z.ZodAny>;
763
+ expo: z.ZodOptional<z.ZodAny>;
764
+ fcm: z.ZodOptional<z.ZodAny>;
993
765
  mailgun: z.ZodOptional<z.ZodAny>;
994
- postmark: z.ZodOptional<z.ZodAny>;
995
766
  sendgrid: z.ZodOptional<z.ZodAny>;
767
+ ses: z.ZodOptional<z.ZodAny>;
996
768
  slack: z.ZodOptional<z.ZodAny>;
769
+ teams: z.ZodOptional<z.ZodAny>;
770
+ twilio: z.ZodOptional<z.ZodAny>;
771
+ webPush: z.ZodOptional<z.ZodAny>;
997
772
  }, "strip", z.ZodTypeAny, {
998
- slack?: any;
999
- amazonSes?: any;
1000
- android?: any;
1001
- ios?: any;
773
+ apns?: any;
774
+ expo?: any;
775
+ fcm?: any;
1002
776
  mailgun?: any;
1003
- postmark?: any;
1004
777
  sendgrid?: any;
1005
- }, {
778
+ ses?: any;
1006
779
  slack?: any;
1007
- amazonSes?: any;
1008
- android?: any;
1009
- ios?: any;
780
+ teams?: any;
781
+ twilio?: any;
782
+ webPush?: any;
783
+ }, {
784
+ apns?: any;
785
+ expo?: any;
786
+ fcm?: any;
1010
787
  mailgun?: any;
1011
- postmark?: any;
1012
788
  sendgrid?: any;
789
+ ses?: any;
790
+ slack?: any;
791
+ teams?: any;
792
+ twilio?: any;
793
+ webPush?: any;
1013
794
  }>, {
1014
- amazon_ses: any;
1015
- android: any;
1016
- ios: any;
795
+ apns: any;
796
+ expo: any;
797
+ fcm: any;
1017
798
  mailgun: any;
1018
- postmark: any;
1019
799
  sendgrid: any;
800
+ ses: any;
1020
801
  slack: any;
802
+ teams: any;
803
+ twilio: any;
804
+ web_push: any;
1021
805
  }, {
1022
- slack?: any;
1023
- amazonSes?: any;
1024
- android?: any;
1025
- ios?: any;
806
+ apns?: any;
807
+ expo?: any;
808
+ fcm?: any;
1026
809
  mailgun?: any;
1027
- postmark?: any;
1028
810
  sendgrid?: any;
811
+ ses?: any;
812
+ slack?: any;
813
+ teams?: any;
814
+ twilio?: any;
815
+ webPush?: any;
1029
816
  }>>>;
1030
817
  }, "strip", z.ZodTypeAny, {
1031
818
  channels?: {
@@ -1044,30 +831,23 @@ export declare const overridesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1044
831
  content: string | undefined;
1045
832
  title: string | undefined;
1046
833
  } | undefined;
1047
- slack: {
1048
- action_url: string | null | undefined;
1049
- content: string | undefined;
1050
- title: string | undefined;
1051
- } | undefined;
1052
834
  sms: {
1053
835
  action_url: string | null | undefined;
1054
836
  content: string | undefined;
1055
837
  title: string | undefined;
1056
838
  } | undefined;
1057
- web_push: {
1058
- action_url: string | null | undefined;
1059
- content: string | undefined;
1060
- title: string | undefined;
1061
- } | undefined;
1062
839
  } | undefined;
1063
840
  providers?: {
1064
- amazon_ses: any;
1065
- android: any;
1066
- ios: any;
841
+ apns: any;
842
+ expo: any;
843
+ fcm: any;
1067
844
  mailgun: any;
1068
- postmark: any;
1069
845
  sendgrid: any;
846
+ ses: any;
1070
847
  slack: any;
848
+ teams: any;
849
+ twilio: any;
850
+ web_push: any;
1071
851
  } | undefined;
1072
852
  }, {
1073
853
  channels?: {
@@ -1086,30 +866,23 @@ export declare const overridesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1086
866
  content?: string | undefined;
1087
867
  title?: string | undefined;
1088
868
  } | undefined;
1089
- slack?: {
1090
- actionUrl?: string | null | undefined;
1091
- content?: string | undefined;
1092
- title?: string | undefined;
1093
- } | undefined;
1094
869
  sms?: {
1095
870
  actionUrl?: string | null | undefined;
1096
871
  content?: string | undefined;
1097
872
  title?: string | undefined;
1098
873
  } | undefined;
1099
- webPush?: {
1100
- actionUrl?: string | null | undefined;
1101
- content?: string | undefined;
1102
- title?: string | undefined;
1103
- } | undefined;
1104
874
  } | undefined;
1105
875
  providers?: {
1106
- slack?: any;
1107
- amazonSes?: any;
1108
- android?: any;
1109
- ios?: any;
876
+ apns?: any;
877
+ expo?: any;
878
+ fcm?: any;
1110
879
  mailgun?: any;
1111
- postmark?: any;
1112
880
  sendgrid?: any;
881
+ ses?: any;
882
+ slack?: any;
883
+ teams?: any;
884
+ twilio?: any;
885
+ webPush?: any;
1113
886
  } | undefined;
1114
887
  }>, {
1115
888
  channels: {
@@ -1128,30 +901,23 @@ export declare const overridesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1128
901
  content: string | undefined;
1129
902
  title: string | undefined;
1130
903
  } | undefined;
1131
- slack: {
1132
- action_url: string | null | undefined;
1133
- content: string | undefined;
1134
- title: string | undefined;
1135
- } | undefined;
1136
904
  sms: {
1137
905
  action_url: string | null | undefined;
1138
906
  content: string | undefined;
1139
907
  title: string | undefined;
1140
908
  } | undefined;
1141
- web_push: {
1142
- action_url: string | null | undefined;
1143
- content: string | undefined;
1144
- title: string | undefined;
1145
- } | undefined;
1146
909
  } | undefined;
1147
910
  providers: {
1148
- amazon_ses: any;
1149
- android: any;
1150
- ios: any;
911
+ apns: any;
912
+ expo: any;
913
+ fcm: any;
1151
914
  mailgun: any;
1152
- postmark: any;
1153
915
  sendgrid: any;
916
+ ses: any;
1154
917
  slack: any;
918
+ teams: any;
919
+ twilio: any;
920
+ web_push: any;
1155
921
  } | undefined;
1156
922
  }, {
1157
923
  channels?: {
@@ -1170,30 +936,23 @@ export declare const overridesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1170
936
  content?: string | undefined;
1171
937
  title?: string | undefined;
1172
938
  } | undefined;
1173
- slack?: {
1174
- actionUrl?: string | null | undefined;
1175
- content?: string | undefined;
1176
- title?: string | undefined;
1177
- } | undefined;
1178
939
  sms?: {
1179
940
  actionUrl?: string | null | undefined;
1180
941
  content?: string | undefined;
1181
942
  title?: string | undefined;
1182
943
  } | undefined;
1183
- webPush?: {
1184
- actionUrl?: string | null | undefined;
1185
- content?: string | undefined;
1186
- title?: string | undefined;
1187
- } | undefined;
1188
944
  } | undefined;
1189
945
  providers?: {
1190
- slack?: any;
1191
- amazonSes?: any;
1192
- android?: any;
1193
- ios?: any;
946
+ apns?: any;
947
+ expo?: any;
948
+ fcm?: any;
1194
949
  mailgun?: any;
1195
- postmark?: any;
1196
950
  sendgrid?: any;
951
+ ses?: any;
952
+ slack?: any;
953
+ teams?: any;
954
+ twilio?: any;
955
+ webPush?: any;
1197
956
  } | undefined;
1198
957
  }>>;
1199
958
  //# sourceMappingURL=overrides.d.ts.map