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
@@ -51,19 +51,6 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
51
51
  content?: string | undefined;
52
52
  title?: string | undefined;
53
53
  }>>>;
54
- slack: z.ZodOptional<z.ZodLazy<z.ZodObject<{
55
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
56
- content: z.ZodOptional<z.ZodString>;
57
- title: z.ZodOptional<z.ZodString>;
58
- }, "strip", z.ZodTypeAny, {
59
- actionUrl?: string | null | undefined;
60
- content?: string | undefined;
61
- title?: string | undefined;
62
- }, {
63
- actionUrl?: string | null | undefined;
64
- content?: string | undefined;
65
- title?: string | undefined;
66
- }>>>;
67
54
  sms: z.ZodOptional<z.ZodLazy<z.ZodObject<{
68
55
  actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
69
56
  content: z.ZodOptional<z.ZodString>;
@@ -77,19 +64,6 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
77
64
  content?: string | undefined;
78
65
  title?: string | undefined;
79
66
  }>>>;
80
- webPush: z.ZodOptional<z.ZodLazy<z.ZodObject<{
81
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
82
- content: z.ZodOptional<z.ZodString>;
83
- title: z.ZodOptional<z.ZodString>;
84
- }, "strip", z.ZodTypeAny, {
85
- actionUrl?: string | null | undefined;
86
- content?: string | undefined;
87
- title?: string | undefined;
88
- }, {
89
- actionUrl?: string | null | undefined;
90
- content?: string | undefined;
91
- title?: string | undefined;
92
- }>>>;
93
67
  }, "strip", z.ZodTypeAny, {
94
68
  email?: {
95
69
  actionUrl?: string | null | undefined;
@@ -106,21 +80,11 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
106
80
  content?: string | undefined;
107
81
  title?: string | undefined;
108
82
  } | undefined;
109
- slack?: {
110
- actionUrl?: string | null | undefined;
111
- content?: string | undefined;
112
- title?: string | undefined;
113
- } | undefined;
114
83
  sms?: {
115
84
  actionUrl?: string | null | undefined;
116
85
  content?: string | undefined;
117
86
  title?: string | undefined;
118
87
  } | undefined;
119
- webPush?: {
120
- actionUrl?: string | null | undefined;
121
- content?: string | undefined;
122
- title?: string | undefined;
123
- } | undefined;
124
88
  }, {
125
89
  email?: {
126
90
  actionUrl?: string | null | undefined;
@@ -137,46 +101,45 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
137
101
  content?: string | undefined;
138
102
  title?: string | undefined;
139
103
  } | undefined;
140
- slack?: {
141
- actionUrl?: string | null | undefined;
142
- content?: string | undefined;
143
- title?: string | undefined;
144
- } | undefined;
145
104
  sms?: {
146
105
  actionUrl?: string | null | undefined;
147
106
  content?: string | undefined;
148
107
  title?: string | undefined;
149
108
  } | undefined;
150
- webPush?: {
151
- actionUrl?: string | null | undefined;
152
- content?: string | undefined;
153
- title?: string | undefined;
154
- } | undefined;
155
109
  }>>>;
156
110
  providers: z.ZodOptional<z.ZodLazy<z.ZodObject<{
157
- amazonSes: z.ZodOptional<z.ZodAny>;
158
- android: z.ZodOptional<z.ZodAny>;
159
- ios: z.ZodOptional<z.ZodAny>;
111
+ apns: z.ZodOptional<z.ZodAny>;
112
+ expo: z.ZodOptional<z.ZodAny>;
113
+ fcm: z.ZodOptional<z.ZodAny>;
160
114
  mailgun: z.ZodOptional<z.ZodAny>;
161
- postmark: z.ZodOptional<z.ZodAny>;
162
115
  sendgrid: z.ZodOptional<z.ZodAny>;
116
+ ses: z.ZodOptional<z.ZodAny>;
163
117
  slack: z.ZodOptional<z.ZodAny>;
118
+ teams: z.ZodOptional<z.ZodAny>;
119
+ twilio: z.ZodOptional<z.ZodAny>;
120
+ webPush: z.ZodOptional<z.ZodAny>;
164
121
  }, "strip", z.ZodTypeAny, {
165
- slack?: any;
166
- amazonSes?: any;
167
- android?: any;
168
- ios?: any;
122
+ apns?: any;
123
+ expo?: any;
124
+ fcm?: any;
169
125
  mailgun?: any;
170
- postmark?: any;
171
126
  sendgrid?: any;
172
- }, {
127
+ ses?: any;
173
128
  slack?: any;
174
- amazonSes?: any;
175
- android?: any;
176
- ios?: any;
129
+ teams?: any;
130
+ twilio?: any;
131
+ webPush?: any;
132
+ }, {
133
+ apns?: any;
134
+ expo?: any;
135
+ fcm?: any;
177
136
  mailgun?: any;
178
- postmark?: any;
179
137
  sendgrid?: any;
138
+ ses?: any;
139
+ slack?: any;
140
+ teams?: any;
141
+ twilio?: any;
142
+ webPush?: any;
180
143
  }>>>;
181
144
  }, "strip", z.ZodTypeAny, {
182
145
  channels?: {
@@ -195,30 +158,23 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
195
158
  content?: string | undefined;
196
159
  title?: string | undefined;
197
160
  } | undefined;
198
- slack?: {
199
- actionUrl?: string | null | undefined;
200
- content?: string | undefined;
201
- title?: string | undefined;
202
- } | undefined;
203
161
  sms?: {
204
162
  actionUrl?: string | null | undefined;
205
163
  content?: string | undefined;
206
164
  title?: string | undefined;
207
165
  } | undefined;
208
- webPush?: {
209
- actionUrl?: string | null | undefined;
210
- content?: string | undefined;
211
- title?: string | undefined;
212
- } | undefined;
213
166
  } | undefined;
214
167
  providers?: {
215
- slack?: any;
216
- amazonSes?: any;
217
- android?: any;
218
- ios?: any;
168
+ apns?: any;
169
+ expo?: any;
170
+ fcm?: any;
219
171
  mailgun?: any;
220
- postmark?: any;
221
172
  sendgrid?: any;
173
+ ses?: any;
174
+ slack?: any;
175
+ teams?: any;
176
+ twilio?: any;
177
+ webPush?: any;
222
178
  } | undefined;
223
179
  }, {
224
180
  channels?: {
@@ -237,34 +193,60 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
237
193
  content?: string | undefined;
238
194
  title?: string | undefined;
239
195
  } | undefined;
240
- slack?: {
241
- actionUrl?: string | null | undefined;
242
- content?: string | undefined;
243
- title?: string | undefined;
244
- } | undefined;
245
196
  sms?: {
246
197
  actionUrl?: string | null | undefined;
247
198
  content?: string | undefined;
248
199
  title?: string | undefined;
249
200
  } | undefined;
250
- webPush?: {
251
- actionUrl?: string | null | undefined;
252
- content?: string | undefined;
253
- title?: string | undefined;
254
- } | undefined;
255
201
  } | undefined;
256
202
  providers?: {
257
- slack?: any;
258
- amazonSes?: any;
259
- android?: any;
260
- ios?: any;
203
+ apns?: any;
204
+ expo?: any;
205
+ fcm?: any;
261
206
  mailgun?: any;
262
- postmark?: any;
263
207
  sendgrid?: any;
208
+ ses?: any;
209
+ slack?: any;
210
+ teams?: any;
211
+ twilio?: any;
212
+ webPush?: any;
264
213
  } | undefined;
265
214
  }>>>>;
266
- recipients: z.ZodNullable<z.ZodArray<z.ZodAny, "many">>;
267
- status: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
215
+ recipients: z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodObject<{
216
+ createdAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
217
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
218
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
219
+ externalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
220
+ firstName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
221
+ id: z.ZodOptional<z.ZodString>;
222
+ lastName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
223
+ lastNotifiedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
224
+ lastSeenAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
225
+ updatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
226
+ }, "strip", z.ZodTypeAny, {
227
+ createdAt?: string | null | undefined;
228
+ customAttributes?: any;
229
+ email?: string | null | undefined;
230
+ externalId?: string | null | undefined;
231
+ firstName?: string | null | undefined;
232
+ id?: string | undefined;
233
+ lastName?: string | null | undefined;
234
+ lastNotifiedAt?: string | null | undefined;
235
+ lastSeenAt?: string | null | undefined;
236
+ updatedAt?: string | null | undefined;
237
+ }, {
238
+ createdAt?: string | null | undefined;
239
+ customAttributes?: any;
240
+ email?: string | null | undefined;
241
+ externalId?: string | null | undefined;
242
+ firstName?: string | null | undefined;
243
+ id?: string | undefined;
244
+ lastName?: string | null | undefined;
245
+ lastNotifiedAt?: string | null | undefined;
246
+ lastSeenAt?: string | null | undefined;
247
+ updatedAt?: string | null | undefined;
248
+ }>>, "many">>;
249
+ status: z.ZodOptional<z.ZodLazy<z.ZodObject<{
268
250
  errors: z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodObject<{
269
251
  message: z.ZodOptional<z.ZodString>;
270
252
  }, "strip", z.ZodTypeAny, {
@@ -301,25 +283,26 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
301
283
  failures: number;
302
284
  total: number;
303
285
  };
304
- }>>>>;
286
+ }>>>;
305
287
  title: z.ZodString;
306
288
  topic: z.ZodNullable<z.ZodOptional<z.ZodString>>;
307
289
  }, "strip", z.ZodTypeAny, {
308
290
  title: string;
309
- recipients: any[] | null;
310
- status?: {
311
- errors: {
312
- message?: string | undefined;
313
- }[] | null;
314
- status: string;
315
- summary: {
316
- failures: number;
317
- total: number;
318
- };
319
- } | null | undefined;
291
+ recipients: {
292
+ createdAt?: string | null | undefined;
293
+ customAttributes?: any;
294
+ email?: string | null | undefined;
295
+ externalId?: string | null | undefined;
296
+ firstName?: string | null | undefined;
297
+ id?: string | undefined;
298
+ lastName?: string | null | undefined;
299
+ lastNotifiedAt?: string | null | undefined;
300
+ lastSeenAt?: string | null | undefined;
301
+ updatedAt?: string | null | undefined;
302
+ }[] | null;
320
303
  actionUrl?: string | null | undefined;
321
- content?: string | null | undefined;
322
304
  category?: string | null | undefined;
305
+ content?: string | null | undefined;
323
306
  createdAt?: string | undefined;
324
307
  customAttributes?: any;
325
308
  id?: string | undefined;
@@ -340,36 +323,25 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
340
323
  content?: string | undefined;
341
324
  title?: string | undefined;
342
325
  } | undefined;
343
- slack?: {
344
- actionUrl?: string | null | undefined;
345
- content?: string | undefined;
346
- title?: string | undefined;
347
- } | undefined;
348
326
  sms?: {
349
327
  actionUrl?: string | null | undefined;
350
328
  content?: string | undefined;
351
329
  title?: string | undefined;
352
330
  } | undefined;
353
- webPush?: {
354
- actionUrl?: string | null | undefined;
355
- content?: string | undefined;
356
- title?: string | undefined;
357
- } | undefined;
358
331
  } | undefined;
359
332
  providers?: {
360
- slack?: any;
361
- amazonSes?: any;
362
- android?: any;
363
- ios?: any;
333
+ apns?: any;
334
+ expo?: any;
335
+ fcm?: any;
364
336
  mailgun?: any;
365
- postmark?: any;
366
337
  sendgrid?: any;
338
+ ses?: any;
339
+ slack?: any;
340
+ teams?: any;
341
+ twilio?: any;
342
+ webPush?: any;
367
343
  } | undefined;
368
344
  } | null | undefined;
369
- topic?: string | null | undefined;
370
- }, {
371
- title: string;
372
- recipients: any[] | null;
373
345
  status?: {
374
346
  errors: {
375
347
  message?: string | undefined;
@@ -379,10 +351,25 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
379
351
  failures: number;
380
352
  total: number;
381
353
  };
382
- } | null | undefined;
354
+ } | undefined;
355
+ topic?: string | null | undefined;
356
+ }, {
357
+ title: string;
358
+ recipients: {
359
+ createdAt?: string | null | undefined;
360
+ customAttributes?: any;
361
+ email?: string | null | undefined;
362
+ externalId?: string | null | undefined;
363
+ firstName?: string | null | undefined;
364
+ id?: string | undefined;
365
+ lastName?: string | null | undefined;
366
+ lastNotifiedAt?: string | null | undefined;
367
+ lastSeenAt?: string | null | undefined;
368
+ updatedAt?: string | null | undefined;
369
+ }[] | null;
383
370
  actionUrl?: string | null | undefined;
384
- content?: string | null | undefined;
385
371
  category?: string | null | undefined;
372
+ content?: string | null | undefined;
386
373
  createdAt?: string | undefined;
387
374
  customAttributes?: any;
388
375
  id?: string | undefined;
@@ -403,32 +390,35 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
403
390
  content?: string | undefined;
404
391
  title?: string | undefined;
405
392
  } | undefined;
406
- slack?: {
407
- actionUrl?: string | null | undefined;
408
- content?: string | undefined;
409
- title?: string | undefined;
410
- } | undefined;
411
393
  sms?: {
412
394
  actionUrl?: string | null | undefined;
413
395
  content?: string | undefined;
414
396
  title?: string | undefined;
415
397
  } | undefined;
416
- webPush?: {
417
- actionUrl?: string | null | undefined;
418
- content?: string | undefined;
419
- title?: string | undefined;
420
- } | undefined;
421
398
  } | undefined;
422
399
  providers?: {
423
- slack?: any;
424
- amazonSes?: any;
425
- android?: any;
426
- ios?: any;
400
+ apns?: any;
401
+ expo?: any;
402
+ fcm?: any;
427
403
  mailgun?: any;
428
- postmark?: any;
429
404
  sendgrid?: any;
405
+ ses?: any;
406
+ slack?: any;
407
+ teams?: any;
408
+ twilio?: any;
409
+ webPush?: any;
430
410
  } | undefined;
431
411
  } | null | undefined;
412
+ status?: {
413
+ errors: {
414
+ message?: string | undefined;
415
+ }[] | null;
416
+ status: string;
417
+ summary: {
418
+ failures: number;
419
+ total: number;
420
+ };
421
+ } | undefined;
432
422
  topic?: string | null | undefined;
433
423
  }>>, "many">>;
434
424
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
@@ -447,20 +437,21 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
447
437
  }, "strip", z.ZodTypeAny, {
448
438
  data?: {
449
439
  title: string;
450
- recipients: any[] | null;
451
- status?: {
452
- errors: {
453
- message?: string | undefined;
454
- }[] | null;
455
- status: string;
456
- summary: {
457
- failures: number;
458
- total: number;
459
- };
460
- } | null | undefined;
440
+ recipients: {
441
+ createdAt?: string | null | undefined;
442
+ customAttributes?: any;
443
+ email?: string | null | undefined;
444
+ externalId?: string | null | undefined;
445
+ firstName?: string | null | undefined;
446
+ id?: string | undefined;
447
+ lastName?: string | null | undefined;
448
+ lastNotifiedAt?: string | null | undefined;
449
+ lastSeenAt?: string | null | undefined;
450
+ updatedAt?: string | null | undefined;
451
+ }[] | null;
461
452
  actionUrl?: string | null | undefined;
462
- content?: string | null | undefined;
463
453
  category?: string | null | undefined;
454
+ content?: string | null | undefined;
464
455
  createdAt?: string | undefined;
465
456
  customAttributes?: any;
466
457
  id?: string | undefined;
@@ -481,32 +472,35 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
481
472
  content?: string | undefined;
482
473
  title?: string | undefined;
483
474
  } | undefined;
484
- slack?: {
485
- actionUrl?: string | null | undefined;
486
- content?: string | undefined;
487
- title?: string | undefined;
488
- } | undefined;
489
475
  sms?: {
490
476
  actionUrl?: string | null | undefined;
491
477
  content?: string | undefined;
492
478
  title?: string | undefined;
493
479
  } | undefined;
494
- webPush?: {
495
- actionUrl?: string | null | undefined;
496
- content?: string | undefined;
497
- title?: string | undefined;
498
- } | undefined;
499
480
  } | undefined;
500
481
  providers?: {
501
- slack?: any;
502
- amazonSes?: any;
503
- android?: any;
504
- ios?: any;
482
+ apns?: any;
483
+ expo?: any;
484
+ fcm?: any;
505
485
  mailgun?: any;
506
- postmark?: any;
507
486
  sendgrid?: any;
487
+ ses?: any;
488
+ slack?: any;
489
+ teams?: any;
490
+ twilio?: any;
491
+ webPush?: any;
508
492
  } | undefined;
509
493
  } | null | undefined;
494
+ status?: {
495
+ errors: {
496
+ message?: string | undefined;
497
+ }[] | null;
498
+ status: string;
499
+ summary: {
500
+ failures: number;
501
+ total: number;
502
+ };
503
+ } | undefined;
510
504
  topic?: string | null | undefined;
511
505
  }[] | undefined;
512
506
  links?: {
@@ -517,20 +511,21 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
517
511
  }, {
518
512
  data?: {
519
513
  title: string;
520
- recipients: any[] | null;
521
- status?: {
522
- errors: {
523
- message?: string | undefined;
524
- }[] | null;
525
- status: string;
526
- summary: {
527
- failures: number;
528
- total: number;
529
- };
530
- } | null | undefined;
514
+ recipients: {
515
+ createdAt?: string | null | undefined;
516
+ customAttributes?: any;
517
+ email?: string | null | undefined;
518
+ externalId?: string | null | undefined;
519
+ firstName?: string | null | undefined;
520
+ id?: string | undefined;
521
+ lastName?: string | null | undefined;
522
+ lastNotifiedAt?: string | null | undefined;
523
+ lastSeenAt?: string | null | undefined;
524
+ updatedAt?: string | null | undefined;
525
+ }[] | null;
531
526
  actionUrl?: string | null | undefined;
532
- content?: string | null | undefined;
533
527
  category?: string | null | undefined;
528
+ content?: string | null | undefined;
534
529
  createdAt?: string | undefined;
535
530
  customAttributes?: any;
536
531
  id?: string | undefined;
@@ -551,32 +546,35 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
551
546
  content?: string | undefined;
552
547
  title?: string | undefined;
553
548
  } | undefined;
554
- slack?: {
555
- actionUrl?: string | null | undefined;
556
- content?: string | undefined;
557
- title?: string | undefined;
558
- } | undefined;
559
549
  sms?: {
560
550
  actionUrl?: string | null | undefined;
561
551
  content?: string | undefined;
562
552
  title?: string | undefined;
563
553
  } | undefined;
564
- webPush?: {
565
- actionUrl?: string | null | undefined;
566
- content?: string | undefined;
567
- title?: string | undefined;
568
- } | undefined;
569
554
  } | undefined;
570
555
  providers?: {
571
- slack?: any;
572
- amazonSes?: any;
573
- android?: any;
574
- ios?: any;
556
+ apns?: any;
557
+ expo?: any;
558
+ fcm?: any;
575
559
  mailgun?: any;
576
- postmark?: any;
577
560
  sendgrid?: any;
561
+ ses?: any;
562
+ slack?: any;
563
+ teams?: any;
564
+ twilio?: any;
565
+ webPush?: any;
578
566
  } | undefined;
579
567
  } | null | undefined;
568
+ status?: {
569
+ errors: {
570
+ message?: string | undefined;
571
+ }[] | null;
572
+ status: string;
573
+ summary: {
574
+ failures: number;
575
+ total: number;
576
+ };
577
+ } | undefined;
580
578
  topic?: string | null | undefined;
581
579
  }[] | undefined;
582
580
  links?: {
@@ -611,126 +609,84 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
611
609
  content: z.ZodOptional<z.ZodString>;
612
610
  title: z.ZodOptional<z.ZodString>;
613
611
  }, "strip", z.ZodTypeAny, {
612
+ action_url?: string | null | undefined;
614
613
  content?: string | undefined;
615
614
  title?: string | undefined;
616
- action_url?: string | null | undefined;
617
615
  }, {
616
+ action_url?: string | null | undefined;
618
617
  content?: string | undefined;
619
618
  title?: string | undefined;
620
- action_url?: string | null | undefined;
621
619
  }>, {
622
620
  actionUrl: string | null | undefined;
623
621
  content: string | undefined;
624
622
  title: string | undefined;
625
623
  }, {
624
+ action_url?: string | null | undefined;
626
625
  content?: string | undefined;
627
626
  title?: string | undefined;
628
- action_url?: string | null | undefined;
629
627
  }>>>;
630
628
  in_app: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
631
629
  action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
632
630
  content: z.ZodOptional<z.ZodString>;
633
631
  title: z.ZodOptional<z.ZodString>;
634
632
  }, "strip", z.ZodTypeAny, {
633
+ action_url?: string | null | undefined;
635
634
  content?: string | undefined;
636
635
  title?: string | undefined;
637
- action_url?: string | null | undefined;
638
636
  }, {
637
+ action_url?: string | null | undefined;
639
638
  content?: string | undefined;
640
639
  title?: string | undefined;
641
- action_url?: string | null | undefined;
642
640
  }>, {
643
641
  actionUrl: string | null | undefined;
644
642
  content: string | undefined;
645
643
  title: string | undefined;
646
644
  }, {
645
+ action_url?: string | null | undefined;
647
646
  content?: string | undefined;
648
647
  title?: string | undefined;
649
- action_url?: string | null | undefined;
650
648
  }>>>;
651
649
  mobile_push: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
652
650
  action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
653
651
  content: z.ZodOptional<z.ZodString>;
654
652
  title: z.ZodOptional<z.ZodString>;
655
653
  }, "strip", z.ZodTypeAny, {
656
- content?: string | undefined;
657
- title?: string | undefined;
658
654
  action_url?: string | null | undefined;
659
- }, {
660
655
  content?: string | undefined;
661
656
  title?: string | undefined;
662
- action_url?: string | null | undefined;
663
- }>, {
664
- actionUrl: string | null | undefined;
665
- content: string | undefined;
666
- title: string | undefined;
667
657
  }, {
668
- content?: string | undefined;
669
- title?: string | undefined;
670
- action_url?: string | null | undefined;
671
- }>>>;
672
- slack: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
673
- action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
674
- content: z.ZodOptional<z.ZodString>;
675
- title: z.ZodOptional<z.ZodString>;
676
- }, "strip", z.ZodTypeAny, {
677
- content?: string | undefined;
678
- title?: string | undefined;
679
658
  action_url?: string | null | undefined;
680
- }, {
681
659
  content?: string | undefined;
682
660
  title?: string | undefined;
683
- action_url?: string | null | undefined;
684
661
  }>, {
685
662
  actionUrl: string | null | undefined;
686
663
  content: string | undefined;
687
664
  title: string | undefined;
688
665
  }, {
666
+ action_url?: string | null | undefined;
689
667
  content?: string | undefined;
690
668
  title?: string | undefined;
691
- action_url?: string | null | undefined;
692
669
  }>>>;
693
670
  sms: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
694
671
  action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
695
672
  content: z.ZodOptional<z.ZodString>;
696
673
  title: z.ZodOptional<z.ZodString>;
697
674
  }, "strip", z.ZodTypeAny, {
698
- content?: string | undefined;
699
- title?: string | undefined;
700
675
  action_url?: string | null | undefined;
701
- }, {
702
676
  content?: string | undefined;
703
677
  title?: string | undefined;
704
- action_url?: string | null | undefined;
705
- }>, {
706
- actionUrl: string | null | undefined;
707
- content: string | undefined;
708
- title: string | undefined;
709
678
  }, {
710
- content?: string | undefined;
711
- title?: string | undefined;
712
- action_url?: string | null | undefined;
713
- }>>>;
714
- web_push: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
715
- action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
716
- content: z.ZodOptional<z.ZodString>;
717
- title: z.ZodOptional<z.ZodString>;
718
- }, "strip", z.ZodTypeAny, {
719
- content?: string | undefined;
720
- title?: string | undefined;
721
679
  action_url?: string | null | undefined;
722
- }, {
723
680
  content?: string | undefined;
724
681
  title?: string | undefined;
725
- action_url?: string | null | undefined;
726
682
  }>, {
727
683
  actionUrl: string | null | undefined;
728
684
  content: string | undefined;
729
685
  title: string | undefined;
730
686
  }, {
687
+ action_url?: string | null | undefined;
731
688
  content?: string | undefined;
732
689
  title?: string | undefined;
733
- action_url?: string | null | undefined;
734
690
  }>>>;
735
691
  }, "strip", z.ZodTypeAny, {
736
692
  email?: {
@@ -738,16 +694,6 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
738
694
  content: string | undefined;
739
695
  title: string | undefined;
740
696
  } | undefined;
741
- slack?: {
742
- actionUrl: string | null | undefined;
743
- content: string | undefined;
744
- title: string | undefined;
745
- } | undefined;
746
- sms?: {
747
- actionUrl: string | null | undefined;
748
- content: string | undefined;
749
- title: string | undefined;
750
- } | undefined;
751
697
  in_app?: {
752
698
  actionUrl: string | null | undefined;
753
699
  content: string | undefined;
@@ -758,41 +704,31 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
758
704
  content: string | undefined;
759
705
  title: string | undefined;
760
706
  } | undefined;
761
- web_push?: {
707
+ sms?: {
762
708
  actionUrl: string | null | undefined;
763
709
  content: string | undefined;
764
710
  title: string | undefined;
765
711
  } | undefined;
766
712
  }, {
767
713
  email?: {
714
+ action_url?: string | null | undefined;
768
715
  content?: string | undefined;
769
716
  title?: string | undefined;
770
- action_url?: string | null | undefined;
771
717
  } | undefined;
772
- slack?: {
718
+ in_app?: {
719
+ action_url?: string | null | undefined;
773
720
  content?: string | undefined;
774
721
  title?: string | undefined;
722
+ } | undefined;
723
+ mobile_push?: {
775
724
  action_url?: string | null | undefined;
725
+ content?: string | undefined;
726
+ title?: string | undefined;
776
727
  } | undefined;
777
728
  sms?: {
729
+ action_url?: string | null | undefined;
778
730
  content?: string | undefined;
779
731
  title?: string | undefined;
780
- action_url?: string | null | undefined;
781
- } | undefined;
782
- in_app?: {
783
- content?: string | undefined;
784
- title?: string | undefined;
785
- action_url?: string | null | undefined;
786
- } | undefined;
787
- mobile_push?: {
788
- content?: string | undefined;
789
- title?: string | undefined;
790
- action_url?: string | null | undefined;
791
- } | undefined;
792
- web_push?: {
793
- content?: string | undefined;
794
- title?: string | undefined;
795
- action_url?: string | null | undefined;
796
732
  } | undefined;
797
733
  }>, {
798
734
  email: {
@@ -810,93 +746,88 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
810
746
  content: string | undefined;
811
747
  title: string | undefined;
812
748
  } | undefined;
813
- slack: {
814
- actionUrl: string | null | undefined;
815
- content: string | undefined;
816
- title: string | undefined;
817
- } | undefined;
818
749
  sms: {
819
750
  actionUrl: string | null | undefined;
820
751
  content: string | undefined;
821
752
  title: string | undefined;
822
753
  } | undefined;
823
- webPush: {
824
- actionUrl: string | null | undefined;
825
- content: string | undefined;
826
- title: string | undefined;
827
- } | undefined;
828
754
  }, {
829
755
  email?: {
830
- content?: string | undefined;
831
- title?: string | undefined;
832
756
  action_url?: string | null | undefined;
833
- } | undefined;
834
- slack?: {
835
- content?: string | undefined;
836
- title?: string | undefined;
837
- action_url?: string | null | undefined;
838
- } | undefined;
839
- sms?: {
840
757
  content?: string | undefined;
841
758
  title?: string | undefined;
842
- action_url?: string | null | undefined;
843
759
  } | undefined;
844
760
  in_app?: {
761
+ action_url?: string | null | undefined;
845
762
  content?: string | undefined;
846
763
  title?: string | undefined;
847
- action_url?: string | null | undefined;
848
764
  } | undefined;
849
765
  mobile_push?: {
766
+ action_url?: string | null | undefined;
850
767
  content?: string | undefined;
851
768
  title?: string | undefined;
852
- action_url?: string | null | undefined;
853
769
  } | undefined;
854
- web_push?: {
770
+ sms?: {
771
+ action_url?: string | null | undefined;
855
772
  content?: string | undefined;
856
773
  title?: string | undefined;
857
- action_url?: string | null | undefined;
858
774
  } | undefined;
859
775
  }>>>;
860
776
  providers: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
861
- amazon_ses: z.ZodOptional<z.ZodAny>;
862
- android: z.ZodOptional<z.ZodAny>;
863
- ios: z.ZodOptional<z.ZodAny>;
777
+ apns: z.ZodOptional<z.ZodAny>;
778
+ expo: z.ZodOptional<z.ZodAny>;
779
+ fcm: z.ZodOptional<z.ZodAny>;
864
780
  mailgun: z.ZodOptional<z.ZodAny>;
865
- postmark: z.ZodOptional<z.ZodAny>;
866
781
  sendgrid: z.ZodOptional<z.ZodAny>;
782
+ ses: z.ZodOptional<z.ZodAny>;
867
783
  slack: z.ZodOptional<z.ZodAny>;
784
+ teams: z.ZodOptional<z.ZodAny>;
785
+ twilio: z.ZodOptional<z.ZodAny>;
786
+ web_push: z.ZodOptional<z.ZodAny>;
868
787
  }, "strip", z.ZodTypeAny, {
869
- slack?: any;
870
- android?: any;
871
- ios?: any;
788
+ apns?: any;
789
+ expo?: any;
790
+ fcm?: any;
872
791
  mailgun?: any;
873
- postmark?: any;
874
792
  sendgrid?: any;
875
- amazon_ses?: any;
876
- }, {
793
+ ses?: any;
877
794
  slack?: any;
878
- android?: any;
879
- ios?: any;
795
+ teams?: any;
796
+ twilio?: any;
797
+ web_push?: any;
798
+ }, {
799
+ apns?: any;
800
+ expo?: any;
801
+ fcm?: any;
880
802
  mailgun?: any;
881
- postmark?: any;
882
803
  sendgrid?: any;
883
- amazon_ses?: any;
804
+ ses?: any;
805
+ slack?: any;
806
+ teams?: any;
807
+ twilio?: any;
808
+ web_push?: any;
884
809
  }>, {
885
- amazonSes: any;
886
- android: any;
887
- ios: any;
810
+ apns: any;
811
+ expo: any;
812
+ fcm: any;
888
813
  mailgun: any;
889
- postmark: any;
890
814
  sendgrid: any;
815
+ ses: any;
891
816
  slack: any;
817
+ teams: any;
818
+ twilio: any;
819
+ webPush: any;
892
820
  }, {
893
- slack?: any;
894
- android?: any;
895
- ios?: any;
821
+ apns?: any;
822
+ expo?: any;
823
+ fcm?: any;
896
824
  mailgun?: any;
897
- postmark?: any;
898
825
  sendgrid?: any;
899
- amazon_ses?: any;
826
+ ses?: any;
827
+ slack?: any;
828
+ teams?: any;
829
+ twilio?: any;
830
+ web_push?: any;
900
831
  }>>>;
901
832
  }, "strip", z.ZodTypeAny, {
902
833
  channels?: {
@@ -915,72 +846,58 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
915
846
  content: string | undefined;
916
847
  title: string | undefined;
917
848
  } | undefined;
918
- slack: {
919
- actionUrl: string | null | undefined;
920
- content: string | undefined;
921
- title: string | undefined;
922
- } | undefined;
923
849
  sms: {
924
850
  actionUrl: string | null | undefined;
925
851
  content: string | undefined;
926
852
  title: string | undefined;
927
853
  } | undefined;
928
- webPush: {
929
- actionUrl: string | null | undefined;
930
- content: string | undefined;
931
- title: string | undefined;
932
- } | undefined;
933
854
  } | undefined;
934
855
  providers?: {
935
- amazonSes: any;
936
- android: any;
937
- ios: any;
856
+ apns: any;
857
+ expo: any;
858
+ fcm: any;
938
859
  mailgun: any;
939
- postmark: any;
940
860
  sendgrid: any;
861
+ ses: any;
941
862
  slack: any;
863
+ teams: any;
864
+ twilio: any;
865
+ webPush: any;
942
866
  } | undefined;
943
867
  }, {
944
868
  channels?: {
945
869
  email?: {
946
- content?: string | undefined;
947
- title?: string | undefined;
948
870
  action_url?: string | null | undefined;
949
- } | undefined;
950
- slack?: {
951
871
  content?: string | undefined;
952
872
  title?: string | undefined;
953
- action_url?: string | null | undefined;
954
- } | undefined;
955
- sms?: {
956
- content?: string | undefined;
957
- title?: string | undefined;
958
- action_url?: string | null | undefined;
959
873
  } | undefined;
960
874
  in_app?: {
875
+ action_url?: string | null | undefined;
961
876
  content?: string | undefined;
962
877
  title?: string | undefined;
963
- action_url?: string | null | undefined;
964
878
  } | undefined;
965
879
  mobile_push?: {
880
+ action_url?: string | null | undefined;
966
881
  content?: string | undefined;
967
882
  title?: string | undefined;
968
- action_url?: string | null | undefined;
969
883
  } | undefined;
970
- web_push?: {
884
+ sms?: {
885
+ action_url?: string | null | undefined;
971
886
  content?: string | undefined;
972
887
  title?: string | undefined;
973
- action_url?: string | null | undefined;
974
888
  } | undefined;
975
889
  } | undefined;
976
890
  providers?: {
977
- slack?: any;
978
- android?: any;
979
- ios?: any;
891
+ apns?: any;
892
+ expo?: any;
893
+ fcm?: any;
980
894
  mailgun?: any;
981
- postmark?: any;
982
895
  sendgrid?: any;
983
- amazon_ses?: any;
896
+ ses?: any;
897
+ slack?: any;
898
+ teams?: any;
899
+ twilio?: any;
900
+ web_push?: any;
984
901
  } | undefined;
985
902
  }>, {
986
903
  channels: {
@@ -999,76 +916,117 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
999
916
  content: string | undefined;
1000
917
  title: string | undefined;
1001
918
  } | undefined;
1002
- slack: {
1003
- actionUrl: string | null | undefined;
1004
- content: string | undefined;
1005
- title: string | undefined;
1006
- } | undefined;
1007
919
  sms: {
1008
920
  actionUrl: string | null | undefined;
1009
921
  content: string | undefined;
1010
922
  title: string | undefined;
1011
923
  } | undefined;
1012
- webPush: {
1013
- actionUrl: string | null | undefined;
1014
- content: string | undefined;
1015
- title: string | undefined;
1016
- } | undefined;
1017
924
  } | undefined;
1018
925
  providers: {
1019
- amazonSes: any;
1020
- android: any;
1021
- ios: any;
926
+ apns: any;
927
+ expo: any;
928
+ fcm: any;
1022
929
  mailgun: any;
1023
- postmark: any;
1024
930
  sendgrid: any;
931
+ ses: any;
1025
932
  slack: any;
933
+ teams: any;
934
+ twilio: any;
935
+ webPush: any;
1026
936
  } | undefined;
1027
937
  }, {
1028
938
  channels?: {
1029
939
  email?: {
1030
- content?: string | undefined;
1031
- title?: string | undefined;
1032
940
  action_url?: string | null | undefined;
1033
- } | undefined;
1034
- slack?: {
1035
941
  content?: string | undefined;
1036
942
  title?: string | undefined;
1037
- action_url?: string | null | undefined;
1038
- } | undefined;
1039
- sms?: {
1040
- content?: string | undefined;
1041
- title?: string | undefined;
1042
- action_url?: string | null | undefined;
1043
943
  } | undefined;
1044
944
  in_app?: {
945
+ action_url?: string | null | undefined;
1045
946
  content?: string | undefined;
1046
947
  title?: string | undefined;
1047
- action_url?: string | null | undefined;
1048
948
  } | undefined;
1049
949
  mobile_push?: {
950
+ action_url?: string | null | undefined;
1050
951
  content?: string | undefined;
1051
952
  title?: string | undefined;
1052
- action_url?: string | null | undefined;
1053
953
  } | undefined;
1054
- web_push?: {
954
+ sms?: {
955
+ action_url?: string | null | undefined;
1055
956
  content?: string | undefined;
1056
957
  title?: string | undefined;
1057
- action_url?: string | null | undefined;
1058
958
  } | undefined;
1059
959
  } | undefined;
1060
960
  providers?: {
1061
- slack?: any;
1062
- android?: any;
1063
- ios?: any;
961
+ apns?: any;
962
+ expo?: any;
963
+ fcm?: any;
1064
964
  mailgun?: any;
1065
- postmark?: any;
1066
965
  sendgrid?: any;
1067
- amazon_ses?: any;
966
+ ses?: any;
967
+ slack?: any;
968
+ teams?: any;
969
+ twilio?: any;
970
+ web_push?: any;
1068
971
  } | undefined;
1069
972
  }>>>>;
1070
- recipients: z.ZodNullable<z.ZodArray<z.ZodAny, "many">>;
1071
- status: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
973
+ recipients: z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodEffects<z.ZodObject<{
974
+ created_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
975
+ custom_attributes: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
976
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
977
+ external_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
978
+ first_name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
979
+ id: z.ZodOptional<z.ZodString>;
980
+ last_name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
981
+ last_notified_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
982
+ last_seen_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
983
+ updated_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
984
+ }, "strip", z.ZodTypeAny, {
985
+ created_at?: string | null | undefined;
986
+ custom_attributes?: any;
987
+ email?: string | null | undefined;
988
+ external_id?: string | null | undefined;
989
+ first_name?: string | null | undefined;
990
+ id?: string | undefined;
991
+ last_name?: string | null | undefined;
992
+ last_notified_at?: string | null | undefined;
993
+ last_seen_at?: string | null | undefined;
994
+ updated_at?: string | null | undefined;
995
+ }, {
996
+ created_at?: string | null | undefined;
997
+ custom_attributes?: any;
998
+ email?: string | null | undefined;
999
+ external_id?: string | null | undefined;
1000
+ first_name?: string | null | undefined;
1001
+ id?: string | undefined;
1002
+ last_name?: string | null | undefined;
1003
+ last_notified_at?: string | null | undefined;
1004
+ last_seen_at?: string | null | undefined;
1005
+ updated_at?: string | null | undefined;
1006
+ }>, {
1007
+ createdAt: string | null | undefined;
1008
+ customAttributes: any;
1009
+ email: string | null | undefined;
1010
+ externalId: string | null | undefined;
1011
+ firstName: string | null | undefined;
1012
+ id: string | undefined;
1013
+ lastName: string | null | undefined;
1014
+ lastNotifiedAt: string | null | undefined;
1015
+ lastSeenAt: string | null | undefined;
1016
+ updatedAt: string | null | undefined;
1017
+ }, {
1018
+ created_at?: string | null | undefined;
1019
+ custom_attributes?: any;
1020
+ email?: string | null | undefined;
1021
+ external_id?: string | null | undefined;
1022
+ first_name?: string | null | undefined;
1023
+ id?: string | undefined;
1024
+ last_name?: string | null | undefined;
1025
+ last_notified_at?: string | null | undefined;
1026
+ last_seen_at?: string | null | undefined;
1027
+ updated_at?: string | null | undefined;
1028
+ }>>, "many">>;
1029
+ status: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1072
1030
  errors: z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1073
1031
  message: z.ZodOptional<z.ZodString>;
1074
1032
  }, "strip", z.ZodTypeAny, {
@@ -1133,25 +1091,28 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1133
1091
  failures: number;
1134
1092
  total: number;
1135
1093
  };
1136
- }>>>>;
1094
+ }>>>;
1137
1095
  title: z.ZodString;
1138
1096
  topic: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1139
1097
  }, "strip", z.ZodTypeAny, {
1140
1098
  title: string;
1141
- recipients: any[] | null;
1142
- status?: {
1143
- errors: {
1144
- message: string | undefined;
1145
- }[] | null;
1146
- status: string;
1147
- summary: {
1148
- failures: number;
1149
- total: number;
1150
- };
1151
- } | null | undefined;
1152
- content?: string | null | undefined;
1099
+ recipients: {
1100
+ createdAt: string | null | undefined;
1101
+ customAttributes: any;
1102
+ email: string | null | undefined;
1103
+ externalId: string | null | undefined;
1104
+ firstName: string | null | undefined;
1105
+ id: string | undefined;
1106
+ lastName: string | null | undefined;
1107
+ lastNotifiedAt: string | null | undefined;
1108
+ lastSeenAt: string | null | undefined;
1109
+ updatedAt: string | null | undefined;
1110
+ }[] | null;
1153
1111
  action_url?: string | null | undefined;
1154
1112
  category?: string | null | undefined;
1113
+ content?: string | null | undefined;
1114
+ created_at?: string | undefined;
1115
+ custom_attributes?: any;
1155
1116
  id?: string | undefined;
1156
1117
  overrides?: {
1157
1118
  channels: {
@@ -1170,98 +1131,103 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1170
1131
  content: string | undefined;
1171
1132
  title: string | undefined;
1172
1133
  } | undefined;
1173
- slack: {
1174
- actionUrl: string | null | undefined;
1175
- content: string | undefined;
1176
- title: string | undefined;
1177
- } | undefined;
1178
1134
  sms: {
1179
1135
  actionUrl: string | null | undefined;
1180
1136
  content: string | undefined;
1181
1137
  title: string | undefined;
1182
1138
  } | undefined;
1183
- webPush: {
1184
- actionUrl: string | null | undefined;
1185
- content: string | undefined;
1186
- title: string | undefined;
1187
- } | undefined;
1188
1139
  } | undefined;
1189
1140
  providers: {
1190
- amazonSes: any;
1191
- android: any;
1192
- ios: any;
1141
+ apns: any;
1142
+ expo: any;
1143
+ fcm: any;
1193
1144
  mailgun: any;
1194
- postmark: any;
1195
1145
  sendgrid: any;
1146
+ ses: any;
1196
1147
  slack: any;
1148
+ teams: any;
1149
+ twilio: any;
1150
+ webPush: any;
1197
1151
  } | undefined;
1198
1152
  } | null | undefined;
1199
- topic?: string | null | undefined;
1200
- created_at?: string | undefined;
1201
- custom_attributes?: any;
1202
- }, {
1203
- title: string;
1204
- recipients: any[] | null;
1205
1153
  status?: {
1206
1154
  errors: {
1207
- message?: string | undefined;
1155
+ message: string | undefined;
1208
1156
  }[] | null;
1209
1157
  status: string;
1210
1158
  summary: {
1211
1159
  failures: number;
1212
1160
  total: number;
1213
1161
  };
1214
- } | null | undefined;
1215
- content?: string | null | undefined;
1162
+ } | undefined;
1163
+ topic?: string | null | undefined;
1164
+ }, {
1165
+ title: string;
1166
+ recipients: {
1167
+ created_at?: string | null | undefined;
1168
+ custom_attributes?: any;
1169
+ email?: string | null | undefined;
1170
+ external_id?: string | null | undefined;
1171
+ first_name?: string | null | undefined;
1172
+ id?: string | undefined;
1173
+ last_name?: string | null | undefined;
1174
+ last_notified_at?: string | null | undefined;
1175
+ last_seen_at?: string | null | undefined;
1176
+ updated_at?: string | null | undefined;
1177
+ }[] | null;
1216
1178
  action_url?: string | null | undefined;
1217
1179
  category?: string | null | undefined;
1180
+ content?: string | null | undefined;
1181
+ created_at?: string | undefined;
1182
+ custom_attributes?: any;
1218
1183
  id?: string | undefined;
1219
1184
  overrides?: {
1220
1185
  channels?: {
1221
1186
  email?: {
1222
- content?: string | undefined;
1223
- title?: string | undefined;
1224
- action_url?: string | null | undefined;
1225
- } | undefined;
1226
- slack?: {
1227
- content?: string | undefined;
1228
- title?: string | undefined;
1229
1187
  action_url?: string | null | undefined;
1230
- } | undefined;
1231
- sms?: {
1232
1188
  content?: string | undefined;
1233
1189
  title?: string | undefined;
1234
- action_url?: string | null | undefined;
1235
1190
  } | undefined;
1236
1191
  in_app?: {
1192
+ action_url?: string | null | undefined;
1237
1193
  content?: string | undefined;
1238
1194
  title?: string | undefined;
1239
- action_url?: string | null | undefined;
1240
1195
  } | undefined;
1241
1196
  mobile_push?: {
1197
+ action_url?: string | null | undefined;
1242
1198
  content?: string | undefined;
1243
1199
  title?: string | undefined;
1244
- action_url?: string | null | undefined;
1245
1200
  } | undefined;
1246
- web_push?: {
1201
+ sms?: {
1202
+ action_url?: string | null | undefined;
1247
1203
  content?: string | undefined;
1248
1204
  title?: string | undefined;
1249
- action_url?: string | null | undefined;
1250
1205
  } | undefined;
1251
1206
  } | undefined;
1252
1207
  providers?: {
1253
- slack?: any;
1254
- android?: any;
1255
- ios?: any;
1208
+ apns?: any;
1209
+ expo?: any;
1210
+ fcm?: any;
1256
1211
  mailgun?: any;
1257
- postmark?: any;
1258
1212
  sendgrid?: any;
1259
- amazon_ses?: any;
1213
+ ses?: any;
1214
+ slack?: any;
1215
+ teams?: any;
1216
+ twilio?: any;
1217
+ web_push?: any;
1260
1218
  } | undefined;
1261
1219
  } | null | undefined;
1220
+ status?: {
1221
+ errors: {
1222
+ message?: string | undefined;
1223
+ }[] | null;
1224
+ status: string;
1225
+ summary: {
1226
+ failures: number;
1227
+ total: number;
1228
+ };
1229
+ } | undefined;
1262
1230
  topic?: string | null | undefined;
1263
- created_at?: string | undefined;
1264
- custom_attributes?: any;
1265
1231
  }>, {
1266
1232
  actionUrl: string | null | undefined;
1267
1233
  category: string | null | undefined;
@@ -1286,33 +1252,37 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1286
1252
  content: string | undefined;
1287
1253
  title: string | undefined;
1288
1254
  } | undefined;
1289
- slack: {
1290
- actionUrl: string | null | undefined;
1291
- content: string | undefined;
1292
- title: string | undefined;
1293
- } | undefined;
1294
1255
  sms: {
1295
1256
  actionUrl: string | null | undefined;
1296
1257
  content: string | undefined;
1297
1258
  title: string | undefined;
1298
1259
  } | undefined;
1299
- webPush: {
1300
- actionUrl: string | null | undefined;
1301
- content: string | undefined;
1302
- title: string | undefined;
1303
- } | undefined;
1304
1260
  } | undefined;
1305
1261
  providers: {
1306
- amazonSes: any;
1307
- android: any;
1308
- ios: any;
1262
+ apns: any;
1263
+ expo: any;
1264
+ fcm: any;
1309
1265
  mailgun: any;
1310
- postmark: any;
1311
1266
  sendgrid: any;
1267
+ ses: any;
1312
1268
  slack: any;
1269
+ teams: any;
1270
+ twilio: any;
1271
+ webPush: any;
1313
1272
  } | undefined;
1314
1273
  } | null | undefined;
1315
- recipients: any[] | null;
1274
+ recipients: {
1275
+ createdAt: string | null | undefined;
1276
+ customAttributes: any;
1277
+ email: string | null | undefined;
1278
+ externalId: string | null | undefined;
1279
+ firstName: string | null | undefined;
1280
+ id: string | undefined;
1281
+ lastName: string | null | undefined;
1282
+ lastNotifiedAt: string | null | undefined;
1283
+ lastSeenAt: string | null | undefined;
1284
+ updatedAt: string | null | undefined;
1285
+ }[] | null;
1316
1286
  status: {
1317
1287
  errors: {
1318
1288
  message: string | undefined;
@@ -1322,72 +1292,76 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1322
1292
  failures: number;
1323
1293
  total: number;
1324
1294
  };
1325
- } | null | undefined;
1295
+ } | undefined;
1326
1296
  title: string;
1327
1297
  topic: string | null | undefined;
1328
1298
  }, {
1329
1299
  title: string;
1330
- recipients: any[] | null;
1331
- status?: {
1332
- errors: {
1333
- message?: string | undefined;
1334
- }[] | null;
1335
- status: string;
1336
- summary: {
1337
- failures: number;
1338
- total: number;
1339
- };
1340
- } | null | undefined;
1341
- content?: string | null | undefined;
1300
+ recipients: {
1301
+ created_at?: string | null | undefined;
1302
+ custom_attributes?: any;
1303
+ email?: string | null | undefined;
1304
+ external_id?: string | null | undefined;
1305
+ first_name?: string | null | undefined;
1306
+ id?: string | undefined;
1307
+ last_name?: string | null | undefined;
1308
+ last_notified_at?: string | null | undefined;
1309
+ last_seen_at?: string | null | undefined;
1310
+ updated_at?: string | null | undefined;
1311
+ }[] | null;
1342
1312
  action_url?: string | null | undefined;
1343
1313
  category?: string | null | undefined;
1314
+ content?: string | null | undefined;
1315
+ created_at?: string | undefined;
1316
+ custom_attributes?: any;
1344
1317
  id?: string | undefined;
1345
1318
  overrides?: {
1346
1319
  channels?: {
1347
1320
  email?: {
1348
- content?: string | undefined;
1349
- title?: string | undefined;
1350
1321
  action_url?: string | null | undefined;
1351
- } | undefined;
1352
- slack?: {
1353
1322
  content?: string | undefined;
1354
1323
  title?: string | undefined;
1355
- action_url?: string | null | undefined;
1356
- } | undefined;
1357
- sms?: {
1358
- content?: string | undefined;
1359
- title?: string | undefined;
1360
- action_url?: string | null | undefined;
1361
1324
  } | undefined;
1362
1325
  in_app?: {
1326
+ action_url?: string | null | undefined;
1363
1327
  content?: string | undefined;
1364
1328
  title?: string | undefined;
1365
- action_url?: string | null | undefined;
1366
1329
  } | undefined;
1367
1330
  mobile_push?: {
1331
+ action_url?: string | null | undefined;
1368
1332
  content?: string | undefined;
1369
1333
  title?: string | undefined;
1370
- action_url?: string | null | undefined;
1371
1334
  } | undefined;
1372
- web_push?: {
1335
+ sms?: {
1336
+ action_url?: string | null | undefined;
1373
1337
  content?: string | undefined;
1374
1338
  title?: string | undefined;
1375
- action_url?: string | null | undefined;
1376
1339
  } | undefined;
1377
1340
  } | undefined;
1378
1341
  providers?: {
1379
- slack?: any;
1380
- android?: any;
1381
- ios?: any;
1342
+ apns?: any;
1343
+ expo?: any;
1344
+ fcm?: any;
1382
1345
  mailgun?: any;
1383
- postmark?: any;
1384
1346
  sendgrid?: any;
1385
- amazon_ses?: any;
1347
+ ses?: any;
1348
+ slack?: any;
1349
+ teams?: any;
1350
+ twilio?: any;
1351
+ web_push?: any;
1386
1352
  } | undefined;
1387
1353
  } | null | undefined;
1354
+ status?: {
1355
+ errors: {
1356
+ message?: string | undefined;
1357
+ }[] | null;
1358
+ status: string;
1359
+ summary: {
1360
+ failures: number;
1361
+ total: number;
1362
+ };
1363
+ } | undefined;
1388
1364
  topic?: string | null | undefined;
1389
- created_at?: string | undefined;
1390
- custom_attributes?: any;
1391
1365
  }>>, "many">>;
1392
1366
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1393
1367
  first: z.ZodOptional<z.ZodString>;
@@ -1435,33 +1409,37 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1435
1409
  content: string | undefined;
1436
1410
  title: string | undefined;
1437
1411
  } | undefined;
1438
- slack: {
1439
- actionUrl: string | null | undefined;
1440
- content: string | undefined;
1441
- title: string | undefined;
1442
- } | undefined;
1443
1412
  sms: {
1444
1413
  actionUrl: string | null | undefined;
1445
1414
  content: string | undefined;
1446
1415
  title: string | undefined;
1447
1416
  } | undefined;
1448
- webPush: {
1449
- actionUrl: string | null | undefined;
1450
- content: string | undefined;
1451
- title: string | undefined;
1452
- } | undefined;
1453
1417
  } | undefined;
1454
1418
  providers: {
1455
- amazonSes: any;
1456
- android: any;
1457
- ios: any;
1419
+ apns: any;
1420
+ expo: any;
1421
+ fcm: any;
1458
1422
  mailgun: any;
1459
- postmark: any;
1460
1423
  sendgrid: any;
1424
+ ses: any;
1461
1425
  slack: any;
1426
+ teams: any;
1427
+ twilio: any;
1428
+ webPush: any;
1462
1429
  } | undefined;
1463
1430
  } | null | undefined;
1464
- recipients: any[] | null;
1431
+ recipients: {
1432
+ createdAt: string | null | undefined;
1433
+ customAttributes: any;
1434
+ email: string | null | undefined;
1435
+ externalId: string | null | undefined;
1436
+ firstName: string | null | undefined;
1437
+ id: string | undefined;
1438
+ lastName: string | null | undefined;
1439
+ lastNotifiedAt: string | null | undefined;
1440
+ lastSeenAt: string | null | undefined;
1441
+ updatedAt: string | null | undefined;
1442
+ }[] | null;
1465
1443
  status: {
1466
1444
  errors: {
1467
1445
  message: string | undefined;
@@ -1471,7 +1449,7 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1471
1449
  failures: number;
1472
1450
  total: number;
1473
1451
  };
1474
- } | null | undefined;
1452
+ } | undefined;
1475
1453
  title: string;
1476
1454
  topic: string | null | undefined;
1477
1455
  }[] | undefined;
@@ -1483,67 +1461,71 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1483
1461
  }, {
1484
1462
  data?: {
1485
1463
  title: string;
1486
- recipients: any[] | null;
1487
- status?: {
1488
- errors: {
1489
- message?: string | undefined;
1490
- }[] | null;
1491
- status: string;
1492
- summary: {
1493
- failures: number;
1494
- total: number;
1495
- };
1496
- } | null | undefined;
1497
- content?: string | null | undefined;
1464
+ recipients: {
1465
+ created_at?: string | null | undefined;
1466
+ custom_attributes?: any;
1467
+ email?: string | null | undefined;
1468
+ external_id?: string | null | undefined;
1469
+ first_name?: string | null | undefined;
1470
+ id?: string | undefined;
1471
+ last_name?: string | null | undefined;
1472
+ last_notified_at?: string | null | undefined;
1473
+ last_seen_at?: string | null | undefined;
1474
+ updated_at?: string | null | undefined;
1475
+ }[] | null;
1498
1476
  action_url?: string | null | undefined;
1499
1477
  category?: string | null | undefined;
1478
+ content?: string | null | undefined;
1479
+ created_at?: string | undefined;
1480
+ custom_attributes?: any;
1500
1481
  id?: string | undefined;
1501
1482
  overrides?: {
1502
1483
  channels?: {
1503
1484
  email?: {
1504
- content?: string | undefined;
1505
- title?: string | undefined;
1506
1485
  action_url?: string | null | undefined;
1507
- } | undefined;
1508
- slack?: {
1509
1486
  content?: string | undefined;
1510
1487
  title?: string | undefined;
1511
- action_url?: string | null | undefined;
1512
- } | undefined;
1513
- sms?: {
1514
- content?: string | undefined;
1515
- title?: string | undefined;
1516
- action_url?: string | null | undefined;
1517
1488
  } | undefined;
1518
1489
  in_app?: {
1490
+ action_url?: string | null | undefined;
1519
1491
  content?: string | undefined;
1520
1492
  title?: string | undefined;
1521
- action_url?: string | null | undefined;
1522
1493
  } | undefined;
1523
1494
  mobile_push?: {
1495
+ action_url?: string | null | undefined;
1524
1496
  content?: string | undefined;
1525
1497
  title?: string | undefined;
1526
- action_url?: string | null | undefined;
1527
1498
  } | undefined;
1528
- web_push?: {
1499
+ sms?: {
1500
+ action_url?: string | null | undefined;
1529
1501
  content?: string | undefined;
1530
1502
  title?: string | undefined;
1531
- action_url?: string | null | undefined;
1532
1503
  } | undefined;
1533
1504
  } | undefined;
1534
1505
  providers?: {
1535
- slack?: any;
1536
- android?: any;
1537
- ios?: any;
1506
+ apns?: any;
1507
+ expo?: any;
1508
+ fcm?: any;
1538
1509
  mailgun?: any;
1539
- postmark?: any;
1540
1510
  sendgrid?: any;
1541
- amazon_ses?: any;
1511
+ ses?: any;
1512
+ slack?: any;
1513
+ teams?: any;
1514
+ twilio?: any;
1515
+ web_push?: any;
1542
1516
  } | undefined;
1543
1517
  } | null | undefined;
1518
+ status?: {
1519
+ errors: {
1520
+ message?: string | undefined;
1521
+ }[] | null;
1522
+ status: string;
1523
+ summary: {
1524
+ failures: number;
1525
+ total: number;
1526
+ };
1527
+ } | undefined;
1544
1528
  topic?: string | null | undefined;
1545
- created_at?: string | undefined;
1546
- custom_attributes?: any;
1547
1529
  }[] | undefined;
1548
1530
  links?: {
1549
1531
  first?: string | undefined;
@@ -1575,33 +1557,37 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1575
1557
  content: string | undefined;
1576
1558
  title: string | undefined;
1577
1559
  } | undefined;
1578
- slack: {
1579
- actionUrl: string | null | undefined;
1580
- content: string | undefined;
1581
- title: string | undefined;
1582
- } | undefined;
1583
1560
  sms: {
1584
1561
  actionUrl: string | null | undefined;
1585
1562
  content: string | undefined;
1586
1563
  title: string | undefined;
1587
1564
  } | undefined;
1588
- webPush: {
1589
- actionUrl: string | null | undefined;
1590
- content: string | undefined;
1591
- title: string | undefined;
1592
- } | undefined;
1593
1565
  } | undefined;
1594
1566
  providers: {
1595
- amazonSes: any;
1596
- android: any;
1597
- ios: any;
1567
+ apns: any;
1568
+ expo: any;
1569
+ fcm: any;
1598
1570
  mailgun: any;
1599
- postmark: any;
1600
1571
  sendgrid: any;
1572
+ ses: any;
1601
1573
  slack: any;
1574
+ teams: any;
1575
+ twilio: any;
1576
+ webPush: any;
1602
1577
  } | undefined;
1603
1578
  } | null | undefined;
1604
- recipients: any[] | null;
1579
+ recipients: {
1580
+ createdAt: string | null | undefined;
1581
+ customAttributes: any;
1582
+ email: string | null | undefined;
1583
+ externalId: string | null | undefined;
1584
+ firstName: string | null | undefined;
1585
+ id: string | undefined;
1586
+ lastName: string | null | undefined;
1587
+ lastNotifiedAt: string | null | undefined;
1588
+ lastSeenAt: string | null | undefined;
1589
+ updatedAt: string | null | undefined;
1590
+ }[] | null;
1605
1591
  status: {
1606
1592
  errors: {
1607
1593
  message: string | undefined;
@@ -1611,7 +1597,7 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1611
1597
  failures: number;
1612
1598
  total: number;
1613
1599
  };
1614
- } | null | undefined;
1600
+ } | undefined;
1615
1601
  title: string;
1616
1602
  topic: string | null | undefined;
1617
1603
  }[] | undefined;
@@ -1623,67 +1609,71 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1623
1609
  }, {
1624
1610
  data?: {
1625
1611
  title: string;
1626
- recipients: any[] | null;
1627
- status?: {
1628
- errors: {
1629
- message?: string | undefined;
1630
- }[] | null;
1631
- status: string;
1632
- summary: {
1633
- failures: number;
1634
- total: number;
1635
- };
1636
- } | null | undefined;
1637
- content?: string | null | undefined;
1612
+ recipients: {
1613
+ created_at?: string | null | undefined;
1614
+ custom_attributes?: any;
1615
+ email?: string | null | undefined;
1616
+ external_id?: string | null | undefined;
1617
+ first_name?: string | null | undefined;
1618
+ id?: string | undefined;
1619
+ last_name?: string | null | undefined;
1620
+ last_notified_at?: string | null | undefined;
1621
+ last_seen_at?: string | null | undefined;
1622
+ updated_at?: string | null | undefined;
1623
+ }[] | null;
1638
1624
  action_url?: string | null | undefined;
1639
1625
  category?: string | null | undefined;
1626
+ content?: string | null | undefined;
1627
+ created_at?: string | undefined;
1628
+ custom_attributes?: any;
1640
1629
  id?: string | undefined;
1641
1630
  overrides?: {
1642
1631
  channels?: {
1643
1632
  email?: {
1644
- content?: string | undefined;
1645
- title?: string | undefined;
1646
- action_url?: string | null | undefined;
1647
- } | undefined;
1648
- slack?: {
1649
- content?: string | undefined;
1650
- title?: string | undefined;
1651
1633
  action_url?: string | null | undefined;
1652
- } | undefined;
1653
- sms?: {
1654
1634
  content?: string | undefined;
1655
1635
  title?: string | undefined;
1656
- action_url?: string | null | undefined;
1657
1636
  } | undefined;
1658
1637
  in_app?: {
1638
+ action_url?: string | null | undefined;
1659
1639
  content?: string | undefined;
1660
1640
  title?: string | undefined;
1661
- action_url?: string | null | undefined;
1662
1641
  } | undefined;
1663
1642
  mobile_push?: {
1643
+ action_url?: string | null | undefined;
1664
1644
  content?: string | undefined;
1665
1645
  title?: string | undefined;
1666
- action_url?: string | null | undefined;
1667
1646
  } | undefined;
1668
- web_push?: {
1647
+ sms?: {
1648
+ action_url?: string | null | undefined;
1669
1649
  content?: string | undefined;
1670
1650
  title?: string | undefined;
1671
- action_url?: string | null | undefined;
1672
1651
  } | undefined;
1673
1652
  } | undefined;
1674
1653
  providers?: {
1675
- slack?: any;
1676
- android?: any;
1677
- ios?: any;
1654
+ apns?: any;
1655
+ expo?: any;
1656
+ fcm?: any;
1678
1657
  mailgun?: any;
1679
- postmark?: any;
1680
1658
  sendgrid?: any;
1681
- amazon_ses?: any;
1659
+ ses?: any;
1660
+ slack?: any;
1661
+ teams?: any;
1662
+ twilio?: any;
1663
+ web_push?: any;
1682
1664
  } | undefined;
1683
1665
  } | null | undefined;
1666
+ status?: {
1667
+ errors: {
1668
+ message?: string | undefined;
1669
+ }[] | null;
1670
+ status: string;
1671
+ summary: {
1672
+ failures: number;
1673
+ total: number;
1674
+ };
1675
+ } | undefined;
1684
1676
  topic?: string | null | undefined;
1685
- created_at?: string | undefined;
1686
- custom_attributes?: any;
1687
1677
  }[] | undefined;
1688
1678
  links?: {
1689
1679
  first?: string | undefined;
@@ -1703,51 +1693,9 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
1703
1693
  createdAt: z.ZodOptional<z.ZodString>;
1704
1694
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
1705
1695
  id: z.ZodOptional<z.ZodString>;
1706
- overrides: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1707
- channels: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1708
- email: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1709
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1710
- content: z.ZodOptional<z.ZodString>;
1711
- title: z.ZodOptional<z.ZodString>;
1712
- }, "strip", z.ZodTypeAny, {
1713
- actionUrl?: string | null | undefined;
1714
- content?: string | undefined;
1715
- title?: string | undefined;
1716
- }, {
1717
- actionUrl?: string | null | undefined;
1718
- content?: string | undefined;
1719
- title?: string | undefined;
1720
- }>, {
1721
- action_url: string | null | undefined;
1722
- content: string | undefined;
1723
- title: string | undefined;
1724
- }, {
1725
- actionUrl?: string | null | undefined;
1726
- content?: string | undefined;
1727
- title?: string | undefined;
1728
- }>>>;
1729
- inApp: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1730
- actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1731
- content: z.ZodOptional<z.ZodString>;
1732
- title: z.ZodOptional<z.ZodString>;
1733
- }, "strip", z.ZodTypeAny, {
1734
- actionUrl?: string | null | undefined;
1735
- content?: string | undefined;
1736
- title?: string | undefined;
1737
- }, {
1738
- actionUrl?: string | null | undefined;
1739
- content?: string | undefined;
1740
- title?: string | undefined;
1741
- }>, {
1742
- action_url: string | null | undefined;
1743
- content: string | undefined;
1744
- title: string | undefined;
1745
- }, {
1746
- actionUrl?: string | null | undefined;
1747
- content?: string | undefined;
1748
- title?: string | undefined;
1749
- }>>>;
1750
- mobilePush: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1696
+ overrides: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1697
+ channels: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1698
+ email: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1751
1699
  actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1752
1700
  content: z.ZodOptional<z.ZodString>;
1753
1701
  title: z.ZodOptional<z.ZodString>;
@@ -1768,7 +1716,7 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
1768
1716
  content?: string | undefined;
1769
1717
  title?: string | undefined;
1770
1718
  }>>>;
1771
- slack: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1719
+ inApp: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1772
1720
  actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1773
1721
  content: z.ZodOptional<z.ZodString>;
1774
1722
  title: z.ZodOptional<z.ZodString>;
@@ -1789,7 +1737,7 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
1789
1737
  content?: string | undefined;
1790
1738
  title?: string | undefined;
1791
1739
  }>>>;
1792
- sms: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1740
+ mobilePush: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1793
1741
  actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1794
1742
  content: z.ZodOptional<z.ZodString>;
1795
1743
  title: z.ZodOptional<z.ZodString>;
@@ -1810,7 +1758,7 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
1810
1758
  content?: string | undefined;
1811
1759
  title?: string | undefined;
1812
1760
  }>>>;
1813
- webPush: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1761
+ sms: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1814
1762
  actionUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1815
1763
  content: z.ZodOptional<z.ZodString>;
1816
1764
  title: z.ZodOptional<z.ZodString>;
@@ -1847,21 +1795,11 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
1847
1795
  content: string | undefined;
1848
1796
  title: string | undefined;
1849
1797
  } | undefined;
1850
- slack?: {
1851
- action_url: string | null | undefined;
1852
- content: string | undefined;
1853
- title: string | undefined;
1854
- } | undefined;
1855
1798
  sms?: {
1856
1799
  action_url: string | null | undefined;
1857
1800
  content: string | undefined;
1858
1801
  title: string | undefined;
1859
1802
  } | undefined;
1860
- webPush?: {
1861
- action_url: string | null | undefined;
1862
- content: string | undefined;
1863
- title: string | undefined;
1864
- } | undefined;
1865
1803
  }, {
1866
1804
  email?: {
1867
1805
  actionUrl?: string | null | undefined;
@@ -1878,21 +1816,11 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
1878
1816
  content?: string | undefined;
1879
1817
  title?: string | undefined;
1880
1818
  } | undefined;
1881
- slack?: {
1882
- actionUrl?: string | null | undefined;
1883
- content?: string | undefined;
1884
- title?: string | undefined;
1885
- } | undefined;
1886
1819
  sms?: {
1887
1820
  actionUrl?: string | null | undefined;
1888
1821
  content?: string | undefined;
1889
1822
  title?: string | undefined;
1890
1823
  } | undefined;
1891
- webPush?: {
1892
- actionUrl?: string | null | undefined;
1893
- content?: string | undefined;
1894
- title?: string | undefined;
1895
- } | undefined;
1896
1824
  }>, {
1897
1825
  email: {
1898
1826
  action_url: string | null | undefined;
@@ -1909,21 +1837,11 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
1909
1837
  content: string | undefined;
1910
1838
  title: string | undefined;
1911
1839
  } | undefined;
1912
- slack: {
1913
- action_url: string | null | undefined;
1914
- content: string | undefined;
1915
- title: string | undefined;
1916
- } | undefined;
1917
1840
  sms: {
1918
1841
  action_url: string | null | undefined;
1919
1842
  content: string | undefined;
1920
1843
  title: string | undefined;
1921
1844
  } | undefined;
1922
- web_push: {
1923
- action_url: string | null | undefined;
1924
- content: string | undefined;
1925
- title: string | undefined;
1926
- } | undefined;
1927
1845
  }, {
1928
1846
  email?: {
1929
1847
  actionUrl?: string | null | undefined;
@@ -1940,62 +1858,67 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
1940
1858
  content?: string | undefined;
1941
1859
  title?: string | undefined;
1942
1860
  } | undefined;
1943
- slack?: {
1944
- actionUrl?: string | null | undefined;
1945
- content?: string | undefined;
1946
- title?: string | undefined;
1947
- } | undefined;
1948
1861
  sms?: {
1949
1862
  actionUrl?: string | null | undefined;
1950
1863
  content?: string | undefined;
1951
1864
  title?: string | undefined;
1952
1865
  } | undefined;
1953
- webPush?: {
1954
- actionUrl?: string | null | undefined;
1955
- content?: string | undefined;
1956
- title?: string | undefined;
1957
- } | undefined;
1958
1866
  }>>>;
1959
1867
  providers: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
1960
- amazonSes: z.ZodOptional<z.ZodAny>;
1961
- android: z.ZodOptional<z.ZodAny>;
1962
- ios: z.ZodOptional<z.ZodAny>;
1868
+ apns: z.ZodOptional<z.ZodAny>;
1869
+ expo: z.ZodOptional<z.ZodAny>;
1870
+ fcm: z.ZodOptional<z.ZodAny>;
1963
1871
  mailgun: z.ZodOptional<z.ZodAny>;
1964
- postmark: z.ZodOptional<z.ZodAny>;
1965
1872
  sendgrid: z.ZodOptional<z.ZodAny>;
1873
+ ses: z.ZodOptional<z.ZodAny>;
1966
1874
  slack: z.ZodOptional<z.ZodAny>;
1875
+ teams: z.ZodOptional<z.ZodAny>;
1876
+ twilio: z.ZodOptional<z.ZodAny>;
1877
+ webPush: z.ZodOptional<z.ZodAny>;
1967
1878
  }, "strip", z.ZodTypeAny, {
1968
- slack?: any;
1969
- amazonSes?: any;
1970
- android?: any;
1971
- ios?: any;
1879
+ apns?: any;
1880
+ expo?: any;
1881
+ fcm?: any;
1972
1882
  mailgun?: any;
1973
- postmark?: any;
1974
1883
  sendgrid?: any;
1975
- }, {
1884
+ ses?: any;
1976
1885
  slack?: any;
1977
- amazonSes?: any;
1978
- android?: any;
1979
- ios?: any;
1886
+ teams?: any;
1887
+ twilio?: any;
1888
+ webPush?: any;
1889
+ }, {
1890
+ apns?: any;
1891
+ expo?: any;
1892
+ fcm?: any;
1980
1893
  mailgun?: any;
1981
- postmark?: any;
1982
1894
  sendgrid?: any;
1895
+ ses?: any;
1896
+ slack?: any;
1897
+ teams?: any;
1898
+ twilio?: any;
1899
+ webPush?: any;
1983
1900
  }>, {
1984
- amazon_ses: any;
1985
- android: any;
1986
- ios: any;
1901
+ apns: any;
1902
+ expo: any;
1903
+ fcm: any;
1987
1904
  mailgun: any;
1988
- postmark: any;
1989
1905
  sendgrid: any;
1906
+ ses: any;
1990
1907
  slack: any;
1908
+ teams: any;
1909
+ twilio: any;
1910
+ web_push: any;
1991
1911
  }, {
1992
- slack?: any;
1993
- amazonSes?: any;
1994
- android?: any;
1995
- ios?: any;
1912
+ apns?: any;
1913
+ expo?: any;
1914
+ fcm?: any;
1996
1915
  mailgun?: any;
1997
- postmark?: any;
1998
1916
  sendgrid?: any;
1917
+ ses?: any;
1918
+ slack?: any;
1919
+ teams?: any;
1920
+ twilio?: any;
1921
+ webPush?: any;
1999
1922
  }>>>;
2000
1923
  }, "strip", z.ZodTypeAny, {
2001
1924
  channels?: {
@@ -2014,30 +1937,23 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2014
1937
  content: string | undefined;
2015
1938
  title: string | undefined;
2016
1939
  } | undefined;
2017
- slack: {
2018
- action_url: string | null | undefined;
2019
- content: string | undefined;
2020
- title: string | undefined;
2021
- } | undefined;
2022
1940
  sms: {
2023
1941
  action_url: string | null | undefined;
2024
1942
  content: string | undefined;
2025
1943
  title: string | undefined;
2026
1944
  } | undefined;
2027
- web_push: {
2028
- action_url: string | null | undefined;
2029
- content: string | undefined;
2030
- title: string | undefined;
2031
- } | undefined;
2032
1945
  } | undefined;
2033
1946
  providers?: {
2034
- amazon_ses: any;
2035
- android: any;
2036
- ios: any;
1947
+ apns: any;
1948
+ expo: any;
1949
+ fcm: any;
2037
1950
  mailgun: any;
2038
- postmark: any;
2039
1951
  sendgrid: any;
1952
+ ses: any;
2040
1953
  slack: any;
1954
+ teams: any;
1955
+ twilio: any;
1956
+ web_push: any;
2041
1957
  } | undefined;
2042
1958
  }, {
2043
1959
  channels?: {
@@ -2056,30 +1972,23 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2056
1972
  content?: string | undefined;
2057
1973
  title?: string | undefined;
2058
1974
  } | undefined;
2059
- slack?: {
2060
- actionUrl?: string | null | undefined;
2061
- content?: string | undefined;
2062
- title?: string | undefined;
2063
- } | undefined;
2064
1975
  sms?: {
2065
1976
  actionUrl?: string | null | undefined;
2066
1977
  content?: string | undefined;
2067
1978
  title?: string | undefined;
2068
1979
  } | undefined;
2069
- webPush?: {
2070
- actionUrl?: string | null | undefined;
2071
- content?: string | undefined;
2072
- title?: string | undefined;
2073
- } | undefined;
2074
1980
  } | undefined;
2075
1981
  providers?: {
2076
- slack?: any;
2077
- amazonSes?: any;
2078
- android?: any;
2079
- ios?: any;
1982
+ apns?: any;
1983
+ expo?: any;
1984
+ fcm?: any;
2080
1985
  mailgun?: any;
2081
- postmark?: any;
2082
1986
  sendgrid?: any;
1987
+ ses?: any;
1988
+ slack?: any;
1989
+ teams?: any;
1990
+ twilio?: any;
1991
+ webPush?: any;
2083
1992
  } | undefined;
2084
1993
  }>, {
2085
1994
  channels: {
@@ -2098,30 +2007,23 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2098
2007
  content: string | undefined;
2099
2008
  title: string | undefined;
2100
2009
  } | undefined;
2101
- slack: {
2102
- action_url: string | null | undefined;
2103
- content: string | undefined;
2104
- title: string | undefined;
2105
- } | undefined;
2106
2010
  sms: {
2107
2011
  action_url: string | null | undefined;
2108
2012
  content: string | undefined;
2109
2013
  title: string | undefined;
2110
2014
  } | undefined;
2111
- web_push: {
2112
- action_url: string | null | undefined;
2113
- content: string | undefined;
2114
- title: string | undefined;
2115
- } | undefined;
2116
2015
  } | undefined;
2117
2016
  providers: {
2118
- amazon_ses: any;
2119
- android: any;
2120
- ios: any;
2017
+ apns: any;
2018
+ expo: any;
2019
+ fcm: any;
2121
2020
  mailgun: any;
2122
- postmark: any;
2123
2021
  sendgrid: any;
2022
+ ses: any;
2124
2023
  slack: any;
2024
+ teams: any;
2025
+ twilio: any;
2026
+ web_push: any;
2125
2027
  } | undefined;
2126
2028
  }, {
2127
2029
  channels?: {
@@ -2140,34 +2042,82 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2140
2042
  content?: string | undefined;
2141
2043
  title?: string | undefined;
2142
2044
  } | undefined;
2143
- slack?: {
2144
- actionUrl?: string | null | undefined;
2145
- content?: string | undefined;
2146
- title?: string | undefined;
2147
- } | undefined;
2148
2045
  sms?: {
2149
2046
  actionUrl?: string | null | undefined;
2150
2047
  content?: string | undefined;
2151
2048
  title?: string | undefined;
2152
2049
  } | undefined;
2153
- webPush?: {
2154
- actionUrl?: string | null | undefined;
2155
- content?: string | undefined;
2156
- title?: string | undefined;
2157
- } | undefined;
2158
2050
  } | undefined;
2159
2051
  providers?: {
2160
- slack?: any;
2161
- amazonSes?: any;
2162
- android?: any;
2163
- ios?: any;
2052
+ apns?: any;
2053
+ expo?: any;
2054
+ fcm?: any;
2164
2055
  mailgun?: any;
2165
- postmark?: any;
2166
2056
  sendgrid?: any;
2057
+ ses?: any;
2058
+ slack?: any;
2059
+ teams?: any;
2060
+ twilio?: any;
2061
+ webPush?: any;
2167
2062
  } | undefined;
2168
2063
  }>>>>;
2169
- recipients: z.ZodNullable<z.ZodArray<z.ZodAny, "many">>;
2170
- status: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
2064
+ recipients: z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodEffects<z.ZodObject<{
2065
+ createdAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2066
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
2067
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2068
+ externalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2069
+ firstName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2070
+ id: z.ZodOptional<z.ZodString>;
2071
+ lastName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2072
+ lastNotifiedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2073
+ lastSeenAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2074
+ updatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2075
+ }, "strip", z.ZodTypeAny, {
2076
+ createdAt?: string | null | undefined;
2077
+ customAttributes?: any;
2078
+ email?: string | null | undefined;
2079
+ externalId?: string | null | undefined;
2080
+ firstName?: string | null | undefined;
2081
+ id?: string | undefined;
2082
+ lastName?: string | null | undefined;
2083
+ lastNotifiedAt?: string | null | undefined;
2084
+ lastSeenAt?: string | null | undefined;
2085
+ updatedAt?: string | null | undefined;
2086
+ }, {
2087
+ createdAt?: string | null | undefined;
2088
+ customAttributes?: any;
2089
+ email?: string | null | undefined;
2090
+ externalId?: string | null | undefined;
2091
+ firstName?: string | null | undefined;
2092
+ id?: string | undefined;
2093
+ lastName?: string | null | undefined;
2094
+ lastNotifiedAt?: string | null | undefined;
2095
+ lastSeenAt?: string | null | undefined;
2096
+ updatedAt?: string | null | undefined;
2097
+ }>, {
2098
+ created_at: string | null | undefined;
2099
+ custom_attributes: any;
2100
+ email: string | null | undefined;
2101
+ external_id: string | null | undefined;
2102
+ first_name: string | null | undefined;
2103
+ id: string | undefined;
2104
+ last_name: string | null | undefined;
2105
+ last_notified_at: string | null | undefined;
2106
+ last_seen_at: string | null | undefined;
2107
+ updated_at: string | null | undefined;
2108
+ }, {
2109
+ createdAt?: string | null | undefined;
2110
+ customAttributes?: any;
2111
+ email?: string | null | undefined;
2112
+ externalId?: string | null | undefined;
2113
+ firstName?: string | null | undefined;
2114
+ id?: string | undefined;
2115
+ lastName?: string | null | undefined;
2116
+ lastNotifiedAt?: string | null | undefined;
2117
+ lastSeenAt?: string | null | undefined;
2118
+ updatedAt?: string | null | undefined;
2119
+ }>>, "many">>;
2120
+ status: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
2171
2121
  errors: z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodEffects<z.ZodObject<{
2172
2122
  message: z.ZodOptional<z.ZodString>;
2173
2123
  }, "strip", z.ZodTypeAny, {
@@ -2232,25 +2182,26 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2232
2182
  failures: number;
2233
2183
  total: number;
2234
2184
  };
2235
- }>>>>;
2185
+ }>>>;
2236
2186
  title: z.ZodString;
2237
2187
  topic: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2238
2188
  }, "strip", z.ZodTypeAny, {
2239
2189
  title: string;
2240
- recipients: any[] | null;
2241
- status?: {
2242
- errors: {
2243
- message: string | undefined;
2244
- }[] | null;
2245
- status: string;
2246
- summary: {
2247
- failures: number;
2248
- total: number;
2249
- };
2250
- } | null | undefined;
2190
+ recipients: {
2191
+ created_at: string | null | undefined;
2192
+ custom_attributes: any;
2193
+ email: string | null | undefined;
2194
+ external_id: string | null | undefined;
2195
+ first_name: string | null | undefined;
2196
+ id: string | undefined;
2197
+ last_name: string | null | undefined;
2198
+ last_notified_at: string | null | undefined;
2199
+ last_seen_at: string | null | undefined;
2200
+ updated_at: string | null | undefined;
2201
+ }[] | null;
2251
2202
  actionUrl?: string | null | undefined;
2252
- content?: string | null | undefined;
2253
2203
  category?: string | null | undefined;
2204
+ content?: string | null | undefined;
2254
2205
  createdAt?: string | undefined;
2255
2206
  customAttributes?: any;
2256
2207
  id?: string | undefined;
@@ -2271,49 +2222,53 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2271
2222
  content: string | undefined;
2272
2223
  title: string | undefined;
2273
2224
  } | undefined;
2274
- slack: {
2275
- action_url: string | null | undefined;
2276
- content: string | undefined;
2277
- title: string | undefined;
2278
- } | undefined;
2279
2225
  sms: {
2280
2226
  action_url: string | null | undefined;
2281
2227
  content: string | undefined;
2282
2228
  title: string | undefined;
2283
2229
  } | undefined;
2284
- web_push: {
2285
- action_url: string | null | undefined;
2286
- content: string | undefined;
2287
- title: string | undefined;
2288
- } | undefined;
2289
2230
  } | undefined;
2290
2231
  providers: {
2291
- amazon_ses: any;
2292
- android: any;
2293
- ios: any;
2232
+ apns: any;
2233
+ expo: any;
2234
+ fcm: any;
2294
2235
  mailgun: any;
2295
- postmark: any;
2296
2236
  sendgrid: any;
2237
+ ses: any;
2297
2238
  slack: any;
2239
+ teams: any;
2240
+ twilio: any;
2241
+ web_push: any;
2298
2242
  } | undefined;
2299
2243
  } | null | undefined;
2300
- topic?: string | null | undefined;
2301
- }, {
2302
- title: string;
2303
- recipients: any[] | null;
2304
2244
  status?: {
2305
2245
  errors: {
2306
- message?: string | undefined;
2246
+ message: string | undefined;
2307
2247
  }[] | null;
2308
2248
  status: string;
2309
2249
  summary: {
2310
2250
  failures: number;
2311
2251
  total: number;
2312
2252
  };
2313
- } | null | undefined;
2253
+ } | undefined;
2254
+ topic?: string | null | undefined;
2255
+ }, {
2256
+ title: string;
2257
+ recipients: {
2258
+ createdAt?: string | null | undefined;
2259
+ customAttributes?: any;
2260
+ email?: string | null | undefined;
2261
+ externalId?: string | null | undefined;
2262
+ firstName?: string | null | undefined;
2263
+ id?: string | undefined;
2264
+ lastName?: string | null | undefined;
2265
+ lastNotifiedAt?: string | null | undefined;
2266
+ lastSeenAt?: string | null | undefined;
2267
+ updatedAt?: string | null | undefined;
2268
+ }[] | null;
2314
2269
  actionUrl?: string | null | undefined;
2315
- content?: string | null | undefined;
2316
2270
  category?: string | null | undefined;
2271
+ content?: string | null | undefined;
2317
2272
  createdAt?: string | undefined;
2318
2273
  customAttributes?: any;
2319
2274
  id?: string | undefined;
@@ -2334,32 +2289,35 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2334
2289
  content?: string | undefined;
2335
2290
  title?: string | undefined;
2336
2291
  } | undefined;
2337
- slack?: {
2338
- actionUrl?: string | null | undefined;
2339
- content?: string | undefined;
2340
- title?: string | undefined;
2341
- } | undefined;
2342
2292
  sms?: {
2343
2293
  actionUrl?: string | null | undefined;
2344
2294
  content?: string | undefined;
2345
2295
  title?: string | undefined;
2346
2296
  } | undefined;
2347
- webPush?: {
2348
- actionUrl?: string | null | undefined;
2349
- content?: string | undefined;
2350
- title?: string | undefined;
2351
- } | undefined;
2352
2297
  } | undefined;
2353
2298
  providers?: {
2354
- slack?: any;
2355
- amazonSes?: any;
2356
- android?: any;
2357
- ios?: any;
2299
+ apns?: any;
2300
+ expo?: any;
2301
+ fcm?: any;
2358
2302
  mailgun?: any;
2359
- postmark?: any;
2360
2303
  sendgrid?: any;
2304
+ ses?: any;
2305
+ slack?: any;
2306
+ teams?: any;
2307
+ twilio?: any;
2308
+ webPush?: any;
2361
2309
  } | undefined;
2362
2310
  } | null | undefined;
2311
+ status?: {
2312
+ errors: {
2313
+ message?: string | undefined;
2314
+ }[] | null;
2315
+ status: string;
2316
+ summary: {
2317
+ failures: number;
2318
+ total: number;
2319
+ };
2320
+ } | undefined;
2363
2321
  topic?: string | null | undefined;
2364
2322
  }>, {
2365
2323
  action_url: string | null | undefined;
@@ -2385,33 +2343,37 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2385
2343
  content: string | undefined;
2386
2344
  title: string | undefined;
2387
2345
  } | undefined;
2388
- slack: {
2389
- action_url: string | null | undefined;
2390
- content: string | undefined;
2391
- title: string | undefined;
2392
- } | undefined;
2393
2346
  sms: {
2394
2347
  action_url: string | null | undefined;
2395
2348
  content: string | undefined;
2396
2349
  title: string | undefined;
2397
2350
  } | undefined;
2398
- web_push: {
2399
- action_url: string | null | undefined;
2400
- content: string | undefined;
2401
- title: string | undefined;
2402
- } | undefined;
2403
2351
  } | undefined;
2404
2352
  providers: {
2405
- amazon_ses: any;
2406
- android: any;
2407
- ios: any;
2353
+ apns: any;
2354
+ expo: any;
2355
+ fcm: any;
2408
2356
  mailgun: any;
2409
- postmark: any;
2410
2357
  sendgrid: any;
2358
+ ses: any;
2411
2359
  slack: any;
2360
+ teams: any;
2361
+ twilio: any;
2362
+ web_push: any;
2412
2363
  } | undefined;
2413
2364
  } | null | undefined;
2414
- recipients: any[] | null;
2365
+ recipients: {
2366
+ created_at: string | null | undefined;
2367
+ custom_attributes: any;
2368
+ email: string | null | undefined;
2369
+ external_id: string | null | undefined;
2370
+ first_name: string | null | undefined;
2371
+ id: string | undefined;
2372
+ last_name: string | null | undefined;
2373
+ last_notified_at: string | null | undefined;
2374
+ last_seen_at: string | null | undefined;
2375
+ updated_at: string | null | undefined;
2376
+ }[] | null;
2415
2377
  status: {
2416
2378
  errors: {
2417
2379
  message: string | undefined;
@@ -2421,25 +2383,26 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2421
2383
  failures: number;
2422
2384
  total: number;
2423
2385
  };
2424
- } | null | undefined;
2386
+ } | undefined;
2425
2387
  title: string;
2426
2388
  topic: string | null | undefined;
2427
2389
  }, {
2428
2390
  title: string;
2429
- recipients: any[] | null;
2430
- status?: {
2431
- errors: {
2432
- message?: string | undefined;
2433
- }[] | null;
2434
- status: string;
2435
- summary: {
2436
- failures: number;
2437
- total: number;
2438
- };
2439
- } | null | undefined;
2391
+ recipients: {
2392
+ createdAt?: string | null | undefined;
2393
+ customAttributes?: any;
2394
+ email?: string | null | undefined;
2395
+ externalId?: string | null | undefined;
2396
+ firstName?: string | null | undefined;
2397
+ id?: string | undefined;
2398
+ lastName?: string | null | undefined;
2399
+ lastNotifiedAt?: string | null | undefined;
2400
+ lastSeenAt?: string | null | undefined;
2401
+ updatedAt?: string | null | undefined;
2402
+ }[] | null;
2440
2403
  actionUrl?: string | null | undefined;
2441
- content?: string | null | undefined;
2442
2404
  category?: string | null | undefined;
2405
+ content?: string | null | undefined;
2443
2406
  createdAt?: string | undefined;
2444
2407
  customAttributes?: any;
2445
2408
  id?: string | undefined;
@@ -2460,32 +2423,35 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2460
2423
  content?: string | undefined;
2461
2424
  title?: string | undefined;
2462
2425
  } | undefined;
2463
- slack?: {
2464
- actionUrl?: string | null | undefined;
2465
- content?: string | undefined;
2466
- title?: string | undefined;
2467
- } | undefined;
2468
2426
  sms?: {
2469
2427
  actionUrl?: string | null | undefined;
2470
2428
  content?: string | undefined;
2471
2429
  title?: string | undefined;
2472
2430
  } | undefined;
2473
- webPush?: {
2474
- actionUrl?: string | null | undefined;
2475
- content?: string | undefined;
2476
- title?: string | undefined;
2477
- } | undefined;
2478
2431
  } | undefined;
2479
2432
  providers?: {
2480
- slack?: any;
2481
- amazonSes?: any;
2482
- android?: any;
2483
- ios?: any;
2433
+ apns?: any;
2434
+ expo?: any;
2435
+ fcm?: any;
2484
2436
  mailgun?: any;
2485
- postmark?: any;
2486
2437
  sendgrid?: any;
2438
+ ses?: any;
2439
+ slack?: any;
2440
+ teams?: any;
2441
+ twilio?: any;
2442
+ webPush?: any;
2487
2443
  } | undefined;
2488
2444
  } | null | undefined;
2445
+ status?: {
2446
+ errors: {
2447
+ message?: string | undefined;
2448
+ }[] | null;
2449
+ status: string;
2450
+ summary: {
2451
+ failures: number;
2452
+ total: number;
2453
+ };
2454
+ } | undefined;
2489
2455
  topic?: string | null | undefined;
2490
2456
  }>>, "many">>;
2491
2457
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
@@ -2534,33 +2500,37 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2534
2500
  content: string | undefined;
2535
2501
  title: string | undefined;
2536
2502
  } | undefined;
2537
- slack: {
2538
- action_url: string | null | undefined;
2539
- content: string | undefined;
2540
- title: string | undefined;
2541
- } | undefined;
2542
2503
  sms: {
2543
2504
  action_url: string | null | undefined;
2544
2505
  content: string | undefined;
2545
2506
  title: string | undefined;
2546
2507
  } | undefined;
2547
- web_push: {
2548
- action_url: string | null | undefined;
2549
- content: string | undefined;
2550
- title: string | undefined;
2551
- } | undefined;
2552
2508
  } | undefined;
2553
2509
  providers: {
2554
- amazon_ses: any;
2555
- android: any;
2556
- ios: any;
2510
+ apns: any;
2511
+ expo: any;
2512
+ fcm: any;
2557
2513
  mailgun: any;
2558
- postmark: any;
2559
2514
  sendgrid: any;
2515
+ ses: any;
2560
2516
  slack: any;
2517
+ teams: any;
2518
+ twilio: any;
2519
+ web_push: any;
2561
2520
  } | undefined;
2562
2521
  } | null | undefined;
2563
- recipients: any[] | null;
2522
+ recipients: {
2523
+ created_at: string | null | undefined;
2524
+ custom_attributes: any;
2525
+ email: string | null | undefined;
2526
+ external_id: string | null | undefined;
2527
+ first_name: string | null | undefined;
2528
+ id: string | undefined;
2529
+ last_name: string | null | undefined;
2530
+ last_notified_at: string | null | undefined;
2531
+ last_seen_at: string | null | undefined;
2532
+ updated_at: string | null | undefined;
2533
+ }[] | null;
2564
2534
  status: {
2565
2535
  errors: {
2566
2536
  message: string | undefined;
@@ -2570,7 +2540,7 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2570
2540
  failures: number;
2571
2541
  total: number;
2572
2542
  };
2573
- } | null | undefined;
2543
+ } | undefined;
2574
2544
  title: string;
2575
2545
  topic: string | null | undefined;
2576
2546
  }[] | undefined;
@@ -2582,20 +2552,21 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2582
2552
  }, {
2583
2553
  data?: {
2584
2554
  title: string;
2585
- recipients: any[] | null;
2586
- status?: {
2587
- errors: {
2588
- message?: string | undefined;
2589
- }[] | null;
2590
- status: string;
2591
- summary: {
2592
- failures: number;
2593
- total: number;
2594
- };
2595
- } | null | undefined;
2555
+ recipients: {
2556
+ createdAt?: string | null | undefined;
2557
+ customAttributes?: any;
2558
+ email?: string | null | undefined;
2559
+ externalId?: string | null | undefined;
2560
+ firstName?: string | null | undefined;
2561
+ id?: string | undefined;
2562
+ lastName?: string | null | undefined;
2563
+ lastNotifiedAt?: string | null | undefined;
2564
+ lastSeenAt?: string | null | undefined;
2565
+ updatedAt?: string | null | undefined;
2566
+ }[] | null;
2596
2567
  actionUrl?: string | null | undefined;
2597
- content?: string | null | undefined;
2598
2568
  category?: string | null | undefined;
2569
+ content?: string | null | undefined;
2599
2570
  createdAt?: string | undefined;
2600
2571
  customAttributes?: any;
2601
2572
  id?: string | undefined;
@@ -2616,32 +2587,35 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2616
2587
  content?: string | undefined;
2617
2588
  title?: string | undefined;
2618
2589
  } | undefined;
2619
- slack?: {
2620
- actionUrl?: string | null | undefined;
2621
- content?: string | undefined;
2622
- title?: string | undefined;
2623
- } | undefined;
2624
2590
  sms?: {
2625
2591
  actionUrl?: string | null | undefined;
2626
2592
  content?: string | undefined;
2627
2593
  title?: string | undefined;
2628
2594
  } | undefined;
2629
- webPush?: {
2630
- actionUrl?: string | null | undefined;
2631
- content?: string | undefined;
2632
- title?: string | undefined;
2633
- } | undefined;
2634
2595
  } | undefined;
2635
2596
  providers?: {
2636
- slack?: any;
2637
- amazonSes?: any;
2638
- android?: any;
2639
- ios?: any;
2597
+ apns?: any;
2598
+ expo?: any;
2599
+ fcm?: any;
2640
2600
  mailgun?: any;
2641
- postmark?: any;
2642
2601
  sendgrid?: any;
2602
+ ses?: any;
2603
+ slack?: any;
2604
+ teams?: any;
2605
+ twilio?: any;
2606
+ webPush?: any;
2643
2607
  } | undefined;
2644
2608
  } | null | undefined;
2609
+ status?: {
2610
+ errors: {
2611
+ message?: string | undefined;
2612
+ }[] | null;
2613
+ status: string;
2614
+ summary: {
2615
+ failures: number;
2616
+ total: number;
2617
+ };
2618
+ } | undefined;
2645
2619
  topic?: string | null | undefined;
2646
2620
  }[] | undefined;
2647
2621
  links?: {
@@ -2674,33 +2648,37 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2674
2648
  content: string | undefined;
2675
2649
  title: string | undefined;
2676
2650
  } | undefined;
2677
- slack: {
2678
- action_url: string | null | undefined;
2679
- content: string | undefined;
2680
- title: string | undefined;
2681
- } | undefined;
2682
2651
  sms: {
2683
2652
  action_url: string | null | undefined;
2684
2653
  content: string | undefined;
2685
2654
  title: string | undefined;
2686
2655
  } | undefined;
2687
- web_push: {
2688
- action_url: string | null | undefined;
2689
- content: string | undefined;
2690
- title: string | undefined;
2691
- } | undefined;
2692
2656
  } | undefined;
2693
2657
  providers: {
2694
- amazon_ses: any;
2695
- android: any;
2696
- ios: any;
2658
+ apns: any;
2659
+ expo: any;
2660
+ fcm: any;
2697
2661
  mailgun: any;
2698
- postmark: any;
2699
2662
  sendgrid: any;
2663
+ ses: any;
2700
2664
  slack: any;
2665
+ teams: any;
2666
+ twilio: any;
2667
+ web_push: any;
2701
2668
  } | undefined;
2702
2669
  } | null | undefined;
2703
- recipients: any[] | null;
2670
+ recipients: {
2671
+ created_at: string | null | undefined;
2672
+ custom_attributes: any;
2673
+ email: string | null | undefined;
2674
+ external_id: string | null | undefined;
2675
+ first_name: string | null | undefined;
2676
+ id: string | undefined;
2677
+ last_name: string | null | undefined;
2678
+ last_notified_at: string | null | undefined;
2679
+ last_seen_at: string | null | undefined;
2680
+ updated_at: string | null | undefined;
2681
+ }[] | null;
2704
2682
  status: {
2705
2683
  errors: {
2706
2684
  message: string | undefined;
@@ -2710,7 +2688,7 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2710
2688
  failures: number;
2711
2689
  total: number;
2712
2690
  };
2713
- } | null | undefined;
2691
+ } | undefined;
2714
2692
  title: string;
2715
2693
  topic: string | null | undefined;
2716
2694
  }[] | undefined;
@@ -2722,20 +2700,21 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2722
2700
  }, {
2723
2701
  data?: {
2724
2702
  title: string;
2725
- recipients: any[] | null;
2726
- status?: {
2727
- errors: {
2728
- message?: string | undefined;
2729
- }[] | null;
2730
- status: string;
2731
- summary: {
2732
- failures: number;
2733
- total: number;
2734
- };
2735
- } | null | undefined;
2703
+ recipients: {
2704
+ createdAt?: string | null | undefined;
2705
+ customAttributes?: any;
2706
+ email?: string | null | undefined;
2707
+ externalId?: string | null | undefined;
2708
+ firstName?: string | null | undefined;
2709
+ id?: string | undefined;
2710
+ lastName?: string | null | undefined;
2711
+ lastNotifiedAt?: string | null | undefined;
2712
+ lastSeenAt?: string | null | undefined;
2713
+ updatedAt?: string | null | undefined;
2714
+ }[] | null;
2736
2715
  actionUrl?: string | null | undefined;
2737
- content?: string | null | undefined;
2738
2716
  category?: string | null | undefined;
2717
+ content?: string | null | undefined;
2739
2718
  createdAt?: string | undefined;
2740
2719
  customAttributes?: any;
2741
2720
  id?: string | undefined;
@@ -2756,32 +2735,35 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2756
2735
  content?: string | undefined;
2757
2736
  title?: string | undefined;
2758
2737
  } | undefined;
2759
- slack?: {
2760
- actionUrl?: string | null | undefined;
2761
- content?: string | undefined;
2762
- title?: string | undefined;
2763
- } | undefined;
2764
2738
  sms?: {
2765
2739
  actionUrl?: string | null | undefined;
2766
2740
  content?: string | undefined;
2767
2741
  title?: string | undefined;
2768
2742
  } | undefined;
2769
- webPush?: {
2770
- actionUrl?: string | null | undefined;
2771
- content?: string | undefined;
2772
- title?: string | undefined;
2773
- } | undefined;
2774
2743
  } | undefined;
2775
2744
  providers?: {
2776
- slack?: any;
2777
- amazonSes?: any;
2778
- android?: any;
2779
- ios?: any;
2745
+ apns?: any;
2746
+ expo?: any;
2747
+ fcm?: any;
2780
2748
  mailgun?: any;
2781
- postmark?: any;
2782
2749
  sendgrid?: any;
2750
+ ses?: any;
2751
+ slack?: any;
2752
+ teams?: any;
2753
+ twilio?: any;
2754
+ webPush?: any;
2783
2755
  } | undefined;
2784
2756
  } | null | undefined;
2757
+ status?: {
2758
+ errors: {
2759
+ message?: string | undefined;
2760
+ }[] | null;
2761
+ status: string;
2762
+ summary: {
2763
+ failures: number;
2764
+ total: number;
2765
+ };
2766
+ } | undefined;
2785
2767
  topic?: string | null | undefined;
2786
2768
  }[] | undefined;
2787
2769
  links?: {