@argentina-community/events-descriptions 2.2.0 → 2.4.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 (305) hide show
  1. package/dist/src/description.d.ts +2 -0
  2. package/dist/src/description.d.ts.map +1 -0
  3. package/dist/src/description.js +2 -0
  4. package/dist/src/description.js.map +1 -0
  5. package/dist/src/index.d.ts +2 -0
  6. package/dist/src/index.d.ts.map +1 -0
  7. package/dist/src/index.js +2 -0
  8. package/dist/src/index.js.map +1 -0
  9. package/dist/src/lib/event-body.d.ts +45 -0
  10. package/dist/src/lib/event-body.d.ts.map +1 -0
  11. package/dist/src/lib/event-body.js +110 -0
  12. package/dist/src/lib/event-body.js.map +1 -0
  13. package/dist/src/lib/event-callpoint.d.ts +46 -0
  14. package/dist/src/lib/event-callpoint.d.ts.map +1 -0
  15. package/dist/src/lib/event-callpoint.js +110 -0
  16. package/dist/src/lib/event-callpoint.js.map +1 -0
  17. package/dist/src/lib/event-description-parser.d.ts +5 -0
  18. package/dist/src/lib/event-description-parser.d.ts.map +1 -0
  19. package/dist/src/lib/event-description-parser.js +12 -0
  20. package/dist/src/lib/event-description-parser.js.map +1 -0
  21. package/dist/src/lib/event-origin.d.ts +47 -0
  22. package/dist/src/lib/event-origin.d.ts.map +1 -0
  23. package/dist/src/lib/event-origin.js +111 -0
  24. package/dist/src/lib/event-origin.js.map +1 -0
  25. package/dist/src/lib/events/application/client.application-scope-bodies.d.ts +64 -0
  26. package/dist/src/lib/events/application/client.application-scope-bodies.d.ts.map +1 -0
  27. package/dist/src/lib/events/application/client.application-scope-bodies.js +39 -0
  28. package/dist/src/lib/events/application/client.application-scope-bodies.js.map +1 -0
  29. package/dist/src/lib/events/application/client.application-scope-callpoints.d.ts +25 -0
  30. package/dist/src/lib/events/application/client.application-scope-callpoints.d.ts.map +1 -0
  31. package/dist/src/lib/events/application/client.application-scope-callpoints.js +26 -0
  32. package/dist/src/lib/events/application/client.application-scope-callpoints.js.map +1 -0
  33. package/dist/src/lib/events/application/client.application-scope-origins.d.ts +25 -0
  34. package/dist/src/lib/events/application/client.application-scope-origins.d.ts.map +1 -0
  35. package/dist/src/lib/events/application/client.application-scope-origins.js +47 -0
  36. package/dist/src/lib/events/application/client.application-scope-origins.js.map +1 -0
  37. package/dist/src/lib/events/application/gateway.application-scope-bodies.d.ts +67 -0
  38. package/dist/src/lib/events/application/gateway.application-scope-bodies.d.ts.map +1 -0
  39. package/dist/src/lib/events/application/gateway.application-scope-bodies.js +37 -0
  40. package/dist/src/lib/events/application/gateway.application-scope-bodies.js.map +1 -0
  41. package/dist/src/lib/events/application/gateway.application-scope-callpoints.d.ts +31 -0
  42. package/dist/src/lib/events/application/gateway.application-scope-callpoints.d.ts.map +1 -0
  43. package/dist/src/lib/events/application/gateway.application-scope-callpoints.js +32 -0
  44. package/dist/src/lib/events/application/gateway.application-scope-callpoints.js.map +1 -0
  45. package/dist/src/lib/events/application/gateway.application-scope-origins.d.ts +32 -0
  46. package/dist/src/lib/events/application/gateway.application-scope-origins.d.ts.map +1 -0
  47. package/dist/src/lib/events/application/gateway.application-scope-origins.js +76 -0
  48. package/dist/src/lib/events/application/gateway.application-scope-origins.js.map +1 -0
  49. package/dist/src/lib/events/application/installations.application-scope-bodies.d.ts +63 -0
  50. package/dist/src/lib/events/application/installations.application-scope-bodies.d.ts.map +1 -0
  51. package/dist/src/lib/events/application/installations.application-scope-bodies.js +54 -0
  52. package/dist/src/lib/events/application/installations.application-scope-bodies.js.map +1 -0
  53. package/dist/src/lib/events/application/installations.application-scope-callpoints.d.ts +23 -0
  54. package/dist/src/lib/events/application/installations.application-scope-callpoints.d.ts.map +1 -0
  55. package/dist/src/lib/events/application/installations.application-scope-callpoints.js +34 -0
  56. package/dist/src/lib/events/application/installations.application-scope-callpoints.js.map +1 -0
  57. package/dist/src/lib/events/application/installations.application-scope-origins.d.ts +23 -0
  58. package/dist/src/lib/events/application/installations.application-scope-origins.d.ts.map +1 -0
  59. package/dist/src/lib/events/application/installations.application-scope-origins.js +42 -0
  60. package/dist/src/lib/events/application/installations.application-scope-origins.js.map +1 -0
  61. package/dist/src/lib/events/channel/actions.channel-scope-bodies.d.ts +16 -0
  62. package/dist/src/lib/events/channel/actions.channel-scope-bodies.d.ts.map +1 -0
  63. package/dist/src/lib/events/channel/actions.channel-scope-bodies.js +6 -0
  64. package/dist/src/lib/events/channel/actions.channel-scope-bodies.js.map +1 -0
  65. package/dist/src/lib/events/channel/actions.channel-scope-callpoints.d.ts +13 -0
  66. package/dist/src/lib/events/channel/actions.channel-scope-callpoints.d.ts.map +1 -0
  67. package/dist/src/lib/events/channel/actions.channel-scope-callpoints.js +14 -0
  68. package/dist/src/lib/events/channel/actions.channel-scope-callpoints.js.map +1 -0
  69. package/dist/src/lib/events/channel/actions.channel-scope-origins.d.ts +13 -0
  70. package/dist/src/lib/events/channel/actions.channel-scope-origins.d.ts.map +1 -0
  71. package/dist/src/lib/events/channel/actions.channel-scope-origins.js +37 -0
  72. package/dist/src/lib/events/channel/actions.channel-scope-origins.js.map +1 -0
  73. package/dist/src/lib/events/channel/lifecycle.channel-scope-bodies.d.ts +22 -0
  74. package/dist/src/lib/events/channel/lifecycle.channel-scope-bodies.d.ts.map +1 -0
  75. package/dist/src/lib/events/channel/lifecycle.channel-scope-bodies.js +15 -0
  76. package/dist/src/lib/events/channel/lifecycle.channel-scope-bodies.js.map +1 -0
  77. package/dist/src/lib/events/channel/lifecycle.channel-scope-callpoints.d.ts +13 -0
  78. package/dist/src/lib/events/channel/lifecycle.channel-scope-callpoints.d.ts.map +1 -0
  79. package/dist/src/lib/events/channel/lifecycle.channel-scope-callpoints.js +11 -0
  80. package/dist/src/lib/events/channel/lifecycle.channel-scope-callpoints.js.map +1 -0
  81. package/dist/src/lib/events/channel/lifecycle.channel-scope-origins.d.ts +13 -0
  82. package/dist/src/lib/events/channel/lifecycle.channel-scope-origins.d.ts.map +1 -0
  83. package/dist/src/lib/events/channel/lifecycle.channel-scope-origins.js +29 -0
  84. package/dist/src/lib/events/channel/lifecycle.channel-scope-origins.js.map +1 -0
  85. package/dist/src/lib/events/channel/stage.channel-scope-bodies.d.ts +20 -0
  86. package/dist/src/lib/events/channel/stage.channel-scope-bodies.d.ts.map +1 -0
  87. package/dist/src/lib/events/channel/stage.channel-scope-bodies.js +11 -0
  88. package/dist/src/lib/events/channel/stage.channel-scope-bodies.js.map +1 -0
  89. package/dist/src/lib/events/channel/stage.channel-scope-callpoints.d.ts +13 -0
  90. package/dist/src/lib/events/channel/stage.channel-scope-callpoints.d.ts.map +1 -0
  91. package/dist/src/lib/events/channel/stage.channel-scope-callpoints.js +14 -0
  92. package/dist/src/lib/events/channel/stage.channel-scope-callpoints.js.map +1 -0
  93. package/dist/src/lib/events/channel/stage.channel-scope-origins.d.ts +13 -0
  94. package/dist/src/lib/events/channel/stage.channel-scope-origins.d.ts.map +1 -0
  95. package/dist/src/lib/events/channel/stage.channel-scope-origins.js +17 -0
  96. package/dist/src/lib/events/channel/stage.channel-scope-origins.js.map +1 -0
  97. package/dist/src/lib/events/channel/voice.channel-scope-bodies.d.ts +16 -0
  98. package/dist/src/lib/events/channel/voice.channel-scope-bodies.d.ts.map +1 -0
  99. package/dist/src/lib/events/channel/voice.channel-scope-bodies.js +7 -0
  100. package/dist/src/lib/events/channel/voice.channel-scope-bodies.js.map +1 -0
  101. package/dist/src/lib/events/channel/voice.channel-scope-callpoints.d.ts +11 -0
  102. package/dist/src/lib/events/channel/voice.channel-scope-callpoints.d.ts.map +1 -0
  103. package/dist/src/lib/events/channel/voice.channel-scope-callpoints.js +9 -0
  104. package/dist/src/lib/events/channel/voice.channel-scope-callpoints.js.map +1 -0
  105. package/dist/src/lib/events/channel/voice.channel-scope-origins.d.ts +11 -0
  106. package/dist/src/lib/events/channel/voice.channel-scope-origins.d.ts.map +1 -0
  107. package/dist/src/lib/events/channel/voice.channel-scope-origins.js +12 -0
  108. package/dist/src/lib/events/channel/voice.channel-scope-origins.js.map +1 -0
  109. package/dist/src/lib/events/channel/webhook.channel-scope-bodies.d.ts +10 -0
  110. package/dist/src/lib/events/channel/webhook.channel-scope-bodies.d.ts.map +1 -0
  111. package/dist/src/lib/events/channel/webhook.channel-scope-bodies.js +3 -0
  112. package/dist/src/lib/events/channel/webhook.channel-scope-bodies.js.map +1 -0
  113. package/dist/src/lib/events/channel/webhook.channel-scope-callpoints.d.ts +11 -0
  114. package/dist/src/lib/events/channel/webhook.channel-scope-callpoints.d.ts.map +1 -0
  115. package/dist/src/lib/events/channel/webhook.channel-scope-callpoints.js +9 -0
  116. package/dist/src/lib/events/channel/webhook.channel-scope-callpoints.js.map +1 -0
  117. package/dist/src/lib/events/channel/webhook.channel-scope-origins.d.ts +11 -0
  118. package/dist/src/lib/events/channel/webhook.channel-scope-origins.d.ts.map +1 -0
  119. package/dist/src/lib/events/channel/webhook.channel-scope-origins.js +12 -0
  120. package/dist/src/lib/events/channel/webhook.channel-scope-origins.js.map +1 -0
  121. package/dist/src/lib/events/guild/configuration.guild-scope-bodies.d.ts +40 -0
  122. package/dist/src/lib/events/guild/configuration.guild-scope-bodies.d.ts.map +1 -0
  123. package/dist/src/lib/events/guild/configuration.guild-scope-bodies.js +34 -0
  124. package/dist/src/lib/events/guild/configuration.guild-scope-bodies.js.map +1 -0
  125. package/dist/src/lib/events/guild/configuration.guild-scope-callpoints.d.ts +21 -0
  126. package/dist/src/lib/events/guild/configuration.guild-scope-callpoints.d.ts.map +1 -0
  127. package/dist/src/lib/events/guild/configuration.guild-scope-callpoints.js +27 -0
  128. package/dist/src/lib/events/guild/configuration.guild-scope-callpoints.js.map +1 -0
  129. package/dist/src/lib/events/guild/configuration.guild-scope-origins.d.ts +21 -0
  130. package/dist/src/lib/events/guild/configuration.guild-scope-origins.d.ts.map +1 -0
  131. package/dist/src/lib/events/guild/configuration.guild-scope-origins.js +37 -0
  132. package/dist/src/lib/events/guild/configuration.guild-scope-origins.js.map +1 -0
  133. package/dist/src/lib/events/guild/members.guild-scope-bodies.d.ts +41 -0
  134. package/dist/src/lib/events/guild/members.guild-scope-bodies.d.ts.map +1 -0
  135. package/dist/src/lib/events/guild/members.guild-scope-bodies.js +28 -0
  136. package/dist/src/lib/events/guild/members.guild-scope-bodies.js.map +1 -0
  137. package/dist/src/lib/events/guild/members.guild-scope-callpoints.d.ts +17 -0
  138. package/dist/src/lib/events/guild/members.guild-scope-callpoints.d.ts.map +1 -0
  139. package/dist/src/lib/events/guild/members.guild-scope-callpoints.js +21 -0
  140. package/dist/src/lib/events/guild/members.guild-scope-callpoints.js.map +1 -0
  141. package/dist/src/lib/events/guild/members.guild-scope-origins.d.ts +17 -0
  142. package/dist/src/lib/events/guild/members.guild-scope-origins.d.ts.map +1 -0
  143. package/dist/src/lib/events/guild/members.guild-scope-origins.js +27 -0
  144. package/dist/src/lib/events/guild/members.guild-scope-origins.js.map +1 -0
  145. package/dist/src/lib/events/guild/resources/events.guild-scope-bodies.d.ts +33 -0
  146. package/dist/src/lib/events/guild/resources/events.guild-scope-bodies.d.ts.map +1 -0
  147. package/dist/src/lib/events/guild/resources/events.guild-scope-bodies.js +23 -0
  148. package/dist/src/lib/events/guild/resources/events.guild-scope-bodies.js.map +1 -0
  149. package/dist/src/lib/events/guild/resources/events.guild-scope-callpoints.d.ts +17 -0
  150. package/dist/src/lib/events/guild/resources/events.guild-scope-callpoints.d.ts.map +1 -0
  151. package/dist/src/lib/events/guild/resources/events.guild-scope-callpoints.js +22 -0
  152. package/dist/src/lib/events/guild/resources/events.guild-scope-callpoints.js.map +1 -0
  153. package/dist/src/lib/events/guild/resources/events.guild-scope-origins.d.ts +17 -0
  154. package/dist/src/lib/events/guild/resources/events.guild-scope-origins.d.ts.map +1 -0
  155. package/dist/src/lib/events/guild/resources/events.guild-scope-origins.js +27 -0
  156. package/dist/src/lib/events/guild/resources/events.guild-scope-origins.js.map +1 -0
  157. package/dist/src/lib/events/guild/resources/expressions.guild-scope-bodies.d.ts +49 -0
  158. package/dist/src/lib/events/guild/resources/expressions.guild-scope-bodies.d.ts.map +1 -0
  159. package/dist/src/lib/events/guild/resources/expressions.guild-scope-bodies.js +29 -0
  160. package/dist/src/lib/events/guild/resources/expressions.guild-scope-bodies.js.map +1 -0
  161. package/dist/src/lib/events/guild/resources/expressions.guild-scope-callpoints.d.ts +25 -0
  162. package/dist/src/lib/events/guild/resources/expressions.guild-scope-callpoints.d.ts.map +1 -0
  163. package/dist/src/lib/events/guild/resources/expressions.guild-scope-callpoints.js +38 -0
  164. package/dist/src/lib/events/guild/resources/expressions.guild-scope-callpoints.js.map +1 -0
  165. package/dist/src/lib/events/guild/resources/expressions.guild-scope-origins.d.ts +25 -0
  166. package/dist/src/lib/events/guild/resources/expressions.guild-scope-origins.d.ts.map +1 -0
  167. package/dist/src/lib/events/guild/resources/expressions.guild-scope-origins.js +47 -0
  168. package/dist/src/lib/events/guild/resources/expressions.guild-scope-origins.js.map +1 -0
  169. package/dist/src/lib/events/guild/resources/invites.guild-scope-bodies.d.ts +20 -0
  170. package/dist/src/lib/events/guild/resources/invites.guild-scope-bodies.d.ts.map +1 -0
  171. package/dist/src/lib/events/guild/resources/invites.guild-scope-bodies.js +11 -0
  172. package/dist/src/lib/events/guild/resources/invites.guild-scope-bodies.js.map +1 -0
  173. package/dist/src/lib/events/guild/resources/invites.guild-scope-callpoints.d.ts +11 -0
  174. package/dist/src/lib/events/guild/resources/invites.guild-scope-callpoints.d.ts.map +1 -0
  175. package/dist/src/lib/events/guild/resources/invites.guild-scope-callpoints.js +15 -0
  176. package/dist/src/lib/events/guild/resources/invites.guild-scope-callpoints.js.map +1 -0
  177. package/dist/src/lib/events/guild/resources/invites.guild-scope-origins.d.ts +11 -0
  178. package/dist/src/lib/events/guild/resources/invites.guild-scope-origins.d.ts.map +1 -0
  179. package/dist/src/lib/events/guild/resources/invites.guild-scope-origins.js +31 -0
  180. package/dist/src/lib/events/guild/resources/invites.guild-scope-origins.js.map +1 -0
  181. package/dist/src/lib/events/guild/resources/logs.guild-scope-bodies.d.ts +13 -0
  182. package/dist/src/lib/events/guild/resources/logs.guild-scope-bodies.d.ts.map +1 -0
  183. package/dist/src/lib/events/guild/resources/logs.guild-scope-bodies.js +6 -0
  184. package/dist/src/lib/events/guild/resources/logs.guild-scope-bodies.js.map +1 -0
  185. package/dist/src/lib/events/guild/resources/logs.guild-scope-callpoints.d.ts +9 -0
  186. package/dist/src/lib/events/guild/resources/logs.guild-scope-callpoints.d.ts.map +1 -0
  187. package/dist/src/lib/events/guild/resources/logs.guild-scope-callpoints.js +5 -0
  188. package/dist/src/lib/events/guild/resources/logs.guild-scope-callpoints.js.map +1 -0
  189. package/dist/src/lib/events/guild/resources/logs.guild-scope-origins.d.ts +9 -0
  190. package/dist/src/lib/events/guild/resources/logs.guild-scope-origins.d.ts.map +1 -0
  191. package/dist/src/lib/events/guild/resources/logs.guild-scope-origins.js +7 -0
  192. package/dist/src/lib/events/guild/resources/logs.guild-scope-origins.js.map +1 -0
  193. package/dist/src/lib/events/guild/resources/roles.guild-scope-bodies.d.ts +24 -0
  194. package/dist/src/lib/events/guild/resources/roles.guild-scope-bodies.d.ts.map +1 -0
  195. package/dist/src/lib/events/guild/resources/roles.guild-scope-bodies.js +16 -0
  196. package/dist/src/lib/events/guild/resources/roles.guild-scope-bodies.js.map +1 -0
  197. package/dist/src/lib/events/guild/resources/roles.guild-scope-callpoints.d.ts +13 -0
  198. package/dist/src/lib/events/guild/resources/roles.guild-scope-callpoints.d.ts.map +1 -0
  199. package/dist/src/lib/events/guild/resources/roles.guild-scope-callpoints.js +13 -0
  200. package/dist/src/lib/events/guild/resources/roles.guild-scope-callpoints.js.map +1 -0
  201. package/dist/src/lib/events/guild/resources/roles.guild-scope-origins.d.ts +13 -0
  202. package/dist/src/lib/events/guild/resources/roles.guild-scope-origins.d.ts.map +1 -0
  203. package/dist/src/lib/events/guild/resources/roles.guild-scope-origins.js +17 -0
  204. package/dist/src/lib/events/guild/resources/roles.guild-scope-origins.js.map +1 -0
  205. package/dist/src/lib/events/message/lifecycle.message-scope-bodies.d.ts +28 -0
  206. package/dist/src/lib/events/message/lifecycle.message-scope-bodies.d.ts.map +1 -0
  207. package/dist/src/lib/events/message/lifecycle.message-scope-bodies.js +25 -0
  208. package/dist/src/lib/events/message/lifecycle.message-scope-bodies.js.map +1 -0
  209. package/dist/src/lib/events/message/lifecycle.message-scope-callpoints.d.ts +13 -0
  210. package/dist/src/lib/events/message/lifecycle.message-scope-callpoints.d.ts.map +1 -0
  211. package/dist/src/lib/events/message/lifecycle.message-scope-callpoints.js +14 -0
  212. package/dist/src/lib/events/message/lifecycle.message-scope-callpoints.js.map +1 -0
  213. package/dist/src/lib/events/message/lifecycle.message-scope-origins.d.ts +13 -0
  214. package/dist/src/lib/events/message/lifecycle.message-scope-origins.d.ts.map +1 -0
  215. package/dist/src/lib/events/message/lifecycle.message-scope-origins.js +35 -0
  216. package/dist/src/lib/events/message/lifecycle.message-scope-origins.js.map +1 -0
  217. package/dist/src/lib/events/message/polls.message-scope-bodies.d.ts +17 -0
  218. package/dist/src/lib/events/message/polls.message-scope-bodies.d.ts.map +1 -0
  219. package/dist/src/lib/events/message/polls.message-scope-bodies.js +9 -0
  220. package/dist/src/lib/events/message/polls.message-scope-bodies.js.map +1 -0
  221. package/dist/src/lib/events/message/polls.message-scope-callpoints.d.ts +11 -0
  222. package/dist/src/lib/events/message/polls.message-scope-callpoints.d.ts.map +1 -0
  223. package/dist/src/lib/events/message/polls.message-scope-callpoints.js +10 -0
  224. package/dist/src/lib/events/message/polls.message-scope-callpoints.js.map +1 -0
  225. package/dist/src/lib/events/message/polls.message-scope-origins.d.ts +11 -0
  226. package/dist/src/lib/events/message/polls.message-scope-origins.d.ts.map +1 -0
  227. package/dist/src/lib/events/message/polls.message-scope-origins.js +24 -0
  228. package/dist/src/lib/events/message/polls.message-scope-origins.js.map +1 -0
  229. package/dist/src/lib/events/message/reactions.message-scope-bodies.d.ts +26 -0
  230. package/dist/src/lib/events/message/reactions.message-scope-bodies.d.ts.map +1 -0
  231. package/dist/src/lib/events/message/reactions.message-scope-bodies.js +16 -0
  232. package/dist/src/lib/events/message/reactions.message-scope-bodies.js.map +1 -0
  233. package/dist/src/lib/events/message/reactions.message-scope-callpoints.d.ts +15 -0
  234. package/dist/src/lib/events/message/reactions.message-scope-callpoints.d.ts.map +1 -0
  235. package/dist/src/lib/events/message/reactions.message-scope-callpoints.js +18 -0
  236. package/dist/src/lib/events/message/reactions.message-scope-callpoints.js.map +1 -0
  237. package/dist/src/lib/events/message/reactions.message-scope-origins.d.ts +15 -0
  238. package/dist/src/lib/events/message/reactions.message-scope-origins.d.ts.map +1 -0
  239. package/dist/src/lib/events/message/reactions.message-scope-origins.js +54 -0
  240. package/dist/src/lib/events/message/reactions.message-scope-origins.js.map +1 -0
  241. package/dist/src/lib/events/thread/lifecycle.thread-scope-bodies.d.ts +22 -0
  242. package/dist/src/lib/events/thread/lifecycle.thread-scope-bodies.d.ts.map +1 -0
  243. package/dist/src/lib/events/thread/lifecycle.thread-scope-bodies.js +13 -0
  244. package/dist/src/lib/events/thread/lifecycle.thread-scope-bodies.js.map +1 -0
  245. package/dist/src/lib/events/thread/lifecycle.thread-scope-callpoints.d.ts +13 -0
  246. package/dist/src/lib/events/thread/lifecycle.thread-scope-callpoints.d.ts.map +1 -0
  247. package/dist/src/lib/events/thread/lifecycle.thread-scope-callpoints.js +14 -0
  248. package/dist/src/lib/events/thread/lifecycle.thread-scope-callpoints.js.map +1 -0
  249. package/dist/src/lib/events/thread/lifecycle.thread-scope-origins.d.ts +13 -0
  250. package/dist/src/lib/events/thread/lifecycle.thread-scope-origins.d.ts.map +1 -0
  251. package/dist/src/lib/events/thread/lifecycle.thread-scope-origins.js +17 -0
  252. package/dist/src/lib/events/thread/lifecycle.thread-scope-origins.js.map +1 -0
  253. package/dist/src/lib/events/thread/members.thread-scope-bodies.d.ts +12 -0
  254. package/dist/src/lib/events/thread/members.thread-scope-bodies.d.ts.map +1 -0
  255. package/dist/src/lib/events/thread/members.thread-scope-bodies.js +6 -0
  256. package/dist/src/lib/events/thread/members.thread-scope-bodies.js.map +1 -0
  257. package/dist/src/lib/events/thread/members.thread-scope-callpoints.d.ts +9 -0
  258. package/dist/src/lib/events/thread/members.thread-scope-callpoints.d.ts.map +1 -0
  259. package/dist/src/lib/events/thread/members.thread-scope-callpoints.js +5 -0
  260. package/dist/src/lib/events/thread/members.thread-scope-callpoints.js.map +1 -0
  261. package/dist/src/lib/events/thread/members.thread-scope-origins.d.ts +9 -0
  262. package/dist/src/lib/events/thread/members.thread-scope-origins.d.ts.map +1 -0
  263. package/dist/src/lib/events/thread/members.thread-scope-origins.js +7 -0
  264. package/dist/src/lib/events/thread/members.thread-scope-origins.js.map +1 -0
  265. package/dist/src/lib/index.d.ts +5 -0
  266. package/dist/src/lib/index.d.ts.map +1 -0
  267. package/dist/src/lib/index.js +5 -0
  268. package/dist/src/lib/index.js.map +1 -0
  269. package/dist/src/lib/interface/event-body.interface.d.ts +3 -0
  270. package/dist/src/lib/interface/event-body.interface.d.ts.map +1 -0
  271. package/dist/src/lib/interface/event-body.interface.js +2 -0
  272. package/dist/src/lib/interface/event-body.interface.js.map +1 -0
  273. package/dist/src/lib/interface/event-callpoint.interface.d.ts +8 -0
  274. package/dist/src/lib/interface/event-callpoint.interface.d.ts.map +1 -0
  275. package/dist/src/lib/interface/event-callpoint.interface.js +2 -0
  276. package/dist/src/lib/interface/event-callpoint.interface.js.map +1 -0
  277. package/dist/src/lib/interface/event-description.interface.d.ts +9 -0
  278. package/dist/src/lib/interface/event-description.interface.d.ts.map +1 -0
  279. package/dist/src/lib/interface/event-description.interface.js +2 -0
  280. package/dist/src/lib/interface/event-description.interface.js.map +1 -0
  281. package/dist/src/lib/interface/event-origin.interface.d.ts +9 -0
  282. package/dist/src/lib/interface/event-origin.interface.d.ts.map +1 -0
  283. package/dist/src/lib/interface/event-origin.interface.js +2 -0
  284. package/dist/src/lib/interface/event-origin.interface.js.map +1 -0
  285. package/dist/src/lib/utils/components.d.ts +48 -0
  286. package/dist/src/lib/utils/components.d.ts.map +1 -0
  287. package/dist/src/lib/utils/components.js +38 -0
  288. package/dist/src/lib/utils/components.js.map +1 -0
  289. package/dist/src/lib/utils/index.d.ts +3 -0
  290. package/dist/src/lib/utils/index.d.ts.map +1 -0
  291. package/dist/src/lib/utils/index.js +3 -0
  292. package/dist/src/lib/utils/index.js.map +1 -0
  293. package/dist/src/lib/utils/record-update.d.ts +22 -0
  294. package/dist/src/lib/utils/record-update.d.ts.map +1 -0
  295. package/dist/src/lib/utils/record-update.js +55 -0
  296. package/dist/src/lib/utils/record-update.js.map +1 -0
  297. package/dist/tsconfig.build.tsbuildinfo +1 -0
  298. package/package.json +11 -14
  299. package/dist/index.cjs +0 -2039
  300. package/dist/index.d.cts +0 -1311
  301. package/dist/index.d.cts.map +0 -1
  302. package/dist/index.d.ts +0 -1311
  303. package/dist/index.d.ts.map +0 -1
  304. package/dist/index.js +0 -2010
  305. package/dist/index.js.map +0 -1
@@ -0,0 +1,2 @@
1
+ export * from './lib/index.js';
2
+ //# sourceMappingURL=description.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"description.d.ts","sourceRoot":"","sources":["../../src/description.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './lib/index.js';
2
+ //# sourceMappingURL=description.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"description.js","sourceRoot":"","sources":["../../src/description.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './description.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './description.js';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,45 @@
1
+ import { ClientEvents } from 'discord.js';
2
+ import type * as BodiesApplicationClientScope from './events/application/client.application-scope-bodies.js';
3
+ import type * as BodiesApplicationGatewayScope from './events/application/gateway.application-scope-bodies.js';
4
+ import type * as BodiesApplicationInstallationsScope from './events/application/installations.application-scope-bodies.js';
5
+ import type * as BodiesChannelActionsScope from './events/channel/actions.channel-scope-bodies.js';
6
+ import type * as BodiesChannelLifecycleScope from './events/channel/lifecycle.channel-scope-bodies.js';
7
+ import type * as BodiesChannelStageScope from './events/channel/stage.channel-scope-bodies.js';
8
+ import type * as BodiesChannelVoiceScope from './events/channel/voice.channel-scope-bodies.js';
9
+ import type * as BodiesChannelWebhookScope from './events/channel/webhook.channel-scope-bodies.js';
10
+ import type * as BodiesGuildConfigurationScope from './events/guild/configuration.guild-scope-bodies.js';
11
+ import type * as BodiesGuildMembersScope from './events/guild/members.guild-scope-bodies.js';
12
+ import type * as BodiesGuildEventsScope from './events/guild/resources/events.guild-scope-bodies.js';
13
+ import type * as BodiesGuildExpressionsScope from './events/guild/resources/expressions.guild-scope-bodies.js';
14
+ import type * as BodiesGuildInvitesScope from './events/guild/resources/invites.guild-scope-bodies.js';
15
+ import type * as BodiesGuildLogsScope from './events/guild/resources/logs.guild-scope-bodies.js';
16
+ import type * as BodiesGuildRolesScope from './events/guild/resources/roles.guild-scope-bodies.js';
17
+ import type * as BodiesMessageLifecycleScope from './events/message/lifecycle.message-scope-bodies.js';
18
+ import type * as BodiesMessagePollsScope from './events/message/polls.message-scope-bodies.js';
19
+ import type * as BodiesMessageReactionsScope from './events/message/reactions.message-scope-bodies.js';
20
+ import type * as BodiesThreadLifecycleScope from './events/thread/lifecycle.thread-scope-bodies.js';
21
+ import type * as BodiesThreadMembersScope from './events/thread/members.thread-scope-bodies.js';
22
+ export declare const BodyMap: {
23
+ [Event in keyof EventBodyMap]: (...args: ClientEvents[Event]) => EventBodyMap[Event];
24
+ };
25
+ export type { BodiesApplicationClientScope };
26
+ export type { BodiesApplicationGatewayScope };
27
+ export type { BodiesApplicationInstallationsScope };
28
+ export type { BodiesChannelActionsScope };
29
+ export type { BodiesChannelLifecycleScope };
30
+ export type { BodiesChannelStageScope };
31
+ export type { BodiesChannelVoiceScope };
32
+ export type { BodiesChannelWebhookScope };
33
+ export type { BodiesGuildConfigurationScope };
34
+ export type { BodiesGuildMembersScope };
35
+ export type { BodiesGuildEventsScope };
36
+ export type { BodiesGuildExpressionsScope };
37
+ export type { BodiesGuildInvitesScope };
38
+ export type { BodiesGuildLogsScope };
39
+ export type { BodiesGuildRolesScope };
40
+ export type { BodiesMessageLifecycleScope };
41
+ export type { BodiesMessagePollsScope };
42
+ export type { BodiesMessageReactionsScope };
43
+ export type { BodiesThreadLifecycleScope };
44
+ export type { BodiesThreadMembersScope };
45
+ //# sourceMappingURL=event-body.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-body.d.ts","sourceRoot":"","sources":["../../../src/lib/event-body.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAiJ1C,OAAO,KAAK,KAAK,4BAA4B,MAAM,yDAAyD,CAAC;AAC7G,OAAO,KAAK,KAAK,6BAA6B,MAAM,0DAA0D,CAAC;AAC/G,OAAO,KAAK,KAAK,mCAAmC,MAAM,gEAAgE,CAAC;AAC3H,OAAO,KAAK,KAAK,yBAAyB,MAAM,kDAAkD,CAAC;AACnG,OAAO,KAAK,KAAK,2BAA2B,MAAM,oDAAoD,CAAC;AACvG,OAAO,KAAK,KAAK,uBAAuB,MAAM,gDAAgD,CAAC;AAC/F,OAAO,KAAK,KAAK,uBAAuB,MAAM,gDAAgD,CAAC;AAC/F,OAAO,KAAK,KAAK,yBAAyB,MAAM,kDAAkD,CAAC;AACnG,OAAO,KAAK,KAAK,6BAA6B,MAAM,oDAAoD,CAAC;AACzG,OAAO,KAAK,KAAK,uBAAuB,MAAM,8CAA8C,CAAC;AAC7F,OAAO,KAAK,KAAK,sBAAsB,MAAM,uDAAuD,CAAC;AACrG,OAAO,KAAK,KAAK,2BAA2B,MAAM,4DAA4D,CAAC;AAC/G,OAAO,KAAK,KAAK,uBAAuB,MAAM,wDAAwD,CAAC;AACvG,OAAO,KAAK,KAAK,oBAAoB,MAAM,qDAAqD,CAAC;AACjG,OAAO,KAAK,KAAK,qBAAqB,MAAM,sDAAsD,CAAC;AACnG,OAAO,KAAK,KAAK,2BAA2B,MAAM,oDAAoD,CAAC;AACvG,OAAO,KAAK,KAAK,uBAAuB,MAAM,gDAAgD,CAAC;AAC/F,OAAO,KAAK,KAAK,2BAA2B,MAAM,oDAAoD,CAAC;AACvG,OAAO,KAAK,KAAK,0BAA0B,MAAM,kDAAkD,CAAC;AACpG,OAAO,KAAK,KAAK,wBAAwB,MAAM,gDAAgD,CAAC;AAEhG,eAAO,MAAM,OAAO,EAAE;KACpB,KAAK,IAAI,MAAM,YAAY,GAAG,CAC9B,GAAG,IAAI,EAAE,YAAY,CAAC,KAAK,CAAC,KACxB,YAAY,CAAC,KAAK,CAAC;CAyFxB,CAAC;AAEF,YAAY,EAAE,4BAA4B,EAAE,CAAC;AAC7C,YAAY,EAAE,6BAA6B,EAAE,CAAC;AAC9C,YAAY,EAAE,mCAAmC,EAAE,CAAC;AACpD,YAAY,EAAE,yBAAyB,EAAE,CAAC;AAC1C,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAC5C,YAAY,EAAE,uBAAuB,EAAE,CAAC;AACxC,YAAY,EAAE,uBAAuB,EAAE,CAAC;AACxC,YAAY,EAAE,yBAAyB,EAAE,CAAC;AAC1C,YAAY,EAAE,6BAA6B,EAAE,CAAC;AAC9C,YAAY,EAAE,uBAAuB,EAAE,CAAC;AACxC,YAAY,EAAE,sBAAsB,EAAE,CAAC;AACvC,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAC5C,YAAY,EAAE,uBAAuB,EAAE,CAAC;AACxC,YAAY,EAAE,oBAAoB,EAAE,CAAC;AACrC,YAAY,EAAE,qBAAqB,EAAE,CAAC;AACtC,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAC5C,YAAY,EAAE,uBAAuB,EAAE,CAAC;AACxC,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAC5C,YAAY,EAAE,0BAA0B,EAAE,CAAC;AAC3C,YAAY,EAAE,wBAAwB,EAAE,CAAC"}
@@ -0,0 +1,110 @@
1
+ import { cacheSweep, guildAvailable, guildMemberAvailable, guildMembersChunk, guildUnavailable, invalidated, soundboardSounds, threadListSync, threadMemberUpdate, } from './events/application/client.application-scope-bodies.js';
2
+ import { debug, error, interactionCreate, presenceUpdate, ready, shardDisconnect, shardError, shardReady, shardReconnecting, shardResume, userUpdate, warn, } from './events/application/gateway.application-scope-bodies.js';
3
+ import { entitlementCreate, entitlementDelete, entitlementUpdate, guildCreate, guildDelete, subscriptionCreate, subscriptionDelete, subscriptionUpdate, } from './events/application/installations.application-scope-bodies.js';
4
+ import { channelPinsUpdate, messageDeleteBulk, typingStart, } from './events/channel/actions.channel-scope-bodies.js';
5
+ import { channelCreate, channelDelete, channelUpdate, } from './events/channel/lifecycle.channel-scope-bodies.js';
6
+ import { stageInstanceCreate, stageInstanceDelete, stageInstanceUpdate, } from './events/channel/stage.channel-scope-bodies.js';
7
+ import { voiceChannelEffectSend, voiceStateUpdate, } from './events/channel/voice.channel-scope-bodies.js';
8
+ import { webhooksUpdate, webhookUpdate, } from './events/channel/webhook.channel-scope-bodies.js';
9
+ import { applicationCommandPermissionsUpdate, autoModerationActionExecution, autoModerationRuleCreate, autoModerationRuleDelete, autoModerationRuleUpdate, guildIntegrationsUpdate, guildUpdate, } from './events/guild/configuration.guild-scope-bodies.js';
10
+ import { guildBanAdd, guildBanRemove, guildMemberAdd, guildMemberRemove, guildMemberUpdate, } from './events/guild/members.guild-scope-bodies.js';
11
+ import { guildScheduledEventCreate, guildScheduledEventDelete, guildScheduledEventUpdate, guildScheduledEventUserAdd, guildScheduledEventUserRemove, } from './events/guild/resources/events.guild-scope-bodies.js';
12
+ import { emojiCreate, emojiDelete, emojiUpdate, guildSoundboardSoundCreate, guildSoundboardSoundDelete, guildSoundboardSoundUpdate, stickerCreate, stickerDelete, stickerUpdate, } from './events/guild/resources/expressions.guild-scope-bodies.js';
13
+ import { inviteCreate, inviteDelete, } from './events/guild/resources/invites.guild-scope-bodies.js';
14
+ import { guildAuditLogEntryCreate } from './events/guild/resources/logs.guild-scope-bodies.js';
15
+ import { roleCreate, roleDelete, roleUpdate, } from './events/guild/resources/roles.guild-scope-bodies.js';
16
+ import { messageCreate, messageDelete, messageUpdate, } from './events/message/lifecycle.message-scope-bodies.js';
17
+ import { messagePollVoteAdd, messagePollVoteRemove, } from './events/message/polls.message-scope-bodies.js';
18
+ import { messageReactionAdd, messageReactionRemove, messageReactionRemoveAll, messageReactionRemoveEmoji, } from './events/message/reactions.message-scope-bodies.js';
19
+ import { threadCreate, threadDelete, threadUpdate, } from './events/thread/lifecycle.thread-scope-bodies.js';
20
+ import { threadMembersUpdate } from './events/thread/members.thread-scope-bodies.js';
21
+ export const BodyMap = {
22
+ cacheSweep,
23
+ debug,
24
+ entitlementCreate,
25
+ entitlementDelete,
26
+ entitlementUpdate,
27
+ error,
28
+ guildAvailable,
29
+ guildCreate,
30
+ guildDelete,
31
+ guildMemberAvailable,
32
+ guildMembersChunk,
33
+ guildUnavailable,
34
+ interactionCreate,
35
+ invalidated,
36
+ presenceUpdate,
37
+ ready,
38
+ shardDisconnect,
39
+ shardError,
40
+ shardReady,
41
+ shardReconnecting,
42
+ shardResume,
43
+ soundboardSounds,
44
+ subscriptionCreate,
45
+ subscriptionDelete,
46
+ subscriptionUpdate,
47
+ threadListSync,
48
+ threadMemberUpdate,
49
+ userUpdate,
50
+ warn,
51
+ channelCreate,
52
+ channelDelete,
53
+ channelPinsUpdate,
54
+ channelUpdate,
55
+ messageDeleteBulk,
56
+ stageInstanceCreate,
57
+ stageInstanceDelete,
58
+ stageInstanceUpdate,
59
+ typingStart,
60
+ voiceChannelEffectSend,
61
+ voiceStateUpdate,
62
+ webhooksUpdate,
63
+ webhookUpdate,
64
+ messageCreate,
65
+ messageDelete,
66
+ messagePollVoteAdd,
67
+ messagePollVoteRemove,
68
+ messageReactionAdd,
69
+ messageReactionRemove,
70
+ messageReactionRemoveAll,
71
+ messageReactionRemoveEmoji,
72
+ messageUpdate,
73
+ threadCreate,
74
+ threadDelete,
75
+ threadMembersUpdate,
76
+ threadUpdate,
77
+ applicationCommandPermissionsUpdate,
78
+ autoModerationActionExecution,
79
+ autoModerationRuleCreate,
80
+ autoModerationRuleDelete,
81
+ autoModerationRuleUpdate,
82
+ guildIntegrationsUpdate,
83
+ guildUpdate,
84
+ guildBanAdd,
85
+ guildBanRemove,
86
+ guildMemberAdd,
87
+ guildMemberRemove,
88
+ guildMemberUpdate,
89
+ guildAuditLogEntryCreate,
90
+ inviteCreate,
91
+ inviteDelete,
92
+ roleCreate,
93
+ roleDelete,
94
+ roleUpdate,
95
+ emojiCreate,
96
+ emojiDelete,
97
+ emojiUpdate,
98
+ guildSoundboardSoundCreate,
99
+ guildSoundboardSoundDelete,
100
+ guildSoundboardSoundUpdate,
101
+ stickerCreate,
102
+ stickerDelete,
103
+ stickerUpdate,
104
+ guildScheduledEventCreate,
105
+ guildScheduledEventDelete,
106
+ guildScheduledEventUpdate,
107
+ guildScheduledEventUserAdd,
108
+ guildScheduledEventUserRemove,
109
+ };
110
+ //# sourceMappingURL=event-body.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-body.js","sourceRoot":"","sources":["../../../src/lib/event-body.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,46 @@
1
+ import { ClientEvents } from 'discord.js';
2
+ export type { CallpointObject } from './interface/event-callpoint.interface.js';
3
+ import type * as CallpointsApplicationClientScope from './events/application/client.application-scope-callpoints.js';
4
+ import type * as CallpointsApplicationGatewayScope from './events/application/gateway.application-scope-callpoints.js';
5
+ import type * as CallpointsApplicationInstallationsScope from './events/application/installations.application-scope-callpoints.js';
6
+ import type * as CallpointsChannelActionsScope from './events/channel/actions.channel-scope-callpoints.js';
7
+ import type * as CallpointsChannelLifecycleScope from './events/channel/lifecycle.channel-scope-callpoints.js';
8
+ import type * as CallpointsChannelStageScope from './events/channel/stage.channel-scope-callpoints.js';
9
+ import type * as CallpointsChannelVoiceScope from './events/channel/voice.channel-scope-callpoints.js';
10
+ import type * as CallpointsChannelWebhookScope from './events/channel/webhook.channel-scope-callpoints.js';
11
+ import type * as CallpointsGuildConfigurationScope from './events/guild/configuration.guild-scope-callpoints.js';
12
+ import type * as CallpointsGuildMembersScope from './events/guild/members.guild-scope-callpoints.js';
13
+ import type * as CallpointsGuildEventsScope from './events/guild/resources/events.guild-scope-callpoints.js';
14
+ import type * as CallpointsGuildExpressionsScope from './events/guild/resources/expressions.guild-scope-callpoints.js';
15
+ import type * as CallpointsGuildInvitesScope from './events/guild/resources/invites.guild-scope-callpoints.js';
16
+ import type * as CallpointsGuildLogsScope from './events/guild/resources/logs.guild-scope-callpoints.js';
17
+ import type * as CallpointsGuildRolesScope from './events/guild/resources/roles.guild-scope-callpoints.js';
18
+ import type * as CallpointsMessageLifecycleScope from './events/message/lifecycle.message-scope-callpoints.js';
19
+ import type * as CallpointsMessagePollsScope from './events/message/polls.message-scope-callpoints.js';
20
+ import type * as CallpointsMessageReactionsScope from './events/message/reactions.message-scope-callpoints.js';
21
+ import type * as CallpointsThreadLifecycleScope from './events/thread/lifecycle.thread-scope-callpoints.js';
22
+ import type * as CallpointsThreadMembersScope from './events/thread/members.thread-scope-callpoints.js';
23
+ export declare const CallpointMap: {
24
+ [Event in keyof EventCallpointMap]: (...args: ClientEvents[Event]) => EventCallpointMap[Event];
25
+ };
26
+ export type { CallpointsApplicationClientScope };
27
+ export type { CallpointsApplicationGatewayScope };
28
+ export type { CallpointsApplicationInstallationsScope };
29
+ export type { CallpointsChannelActionsScope };
30
+ export type { CallpointsChannelLifecycleScope };
31
+ export type { CallpointsChannelStageScope };
32
+ export type { CallpointsChannelVoiceScope };
33
+ export type { CallpointsChannelWebhookScope };
34
+ export type { CallpointsGuildConfigurationScope };
35
+ export type { CallpointsGuildMembersScope };
36
+ export type { CallpointsGuildEventsScope };
37
+ export type { CallpointsGuildExpressionsScope };
38
+ export type { CallpointsGuildInvitesScope };
39
+ export type { CallpointsGuildLogsScope };
40
+ export type { CallpointsGuildRolesScope };
41
+ export type { CallpointsMessageLifecycleScope };
42
+ export type { CallpointsMessagePollsScope };
43
+ export type { CallpointsMessageReactionsScope };
44
+ export type { CallpointsThreadLifecycleScope };
45
+ export type { CallpointsThreadMembersScope };
46
+ //# sourceMappingURL=event-callpoint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-callpoint.d.ts","sourceRoot":"","sources":["../../../src/lib/event-callpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAiJ1C,YAAY,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAEhF,OAAO,KAAK,KAAK,gCAAgC,MAAM,6DAA6D,CAAC;AACrH,OAAO,KAAK,KAAK,iCAAiC,MAAM,8DAA8D,CAAC;AACvH,OAAO,KAAK,KAAK,uCAAuC,MAAM,oEAAoE,CAAC;AACnI,OAAO,KAAK,KAAK,6BAA6B,MAAM,sDAAsD,CAAC;AAC3G,OAAO,KAAK,KAAK,+BAA+B,MAAM,wDAAwD,CAAC;AAC/G,OAAO,KAAK,KAAK,2BAA2B,MAAM,oDAAoD,CAAC;AACvG,OAAO,KAAK,KAAK,2BAA2B,MAAM,oDAAoD,CAAC;AACvG,OAAO,KAAK,KAAK,6BAA6B,MAAM,sDAAsD,CAAC;AAC3G,OAAO,KAAK,KAAK,iCAAiC,MAAM,wDAAwD,CAAC;AACjH,OAAO,KAAK,KAAK,2BAA2B,MAAM,kDAAkD,CAAC;AACrG,OAAO,KAAK,KAAK,0BAA0B,MAAM,2DAA2D,CAAC;AAC7G,OAAO,KAAK,KAAK,+BAA+B,MAAM,gEAAgE,CAAC;AACvH,OAAO,KAAK,KAAK,2BAA2B,MAAM,4DAA4D,CAAC;AAC/G,OAAO,KAAK,KAAK,wBAAwB,MAAM,yDAAyD,CAAC;AACzG,OAAO,KAAK,KAAK,yBAAyB,MAAM,0DAA0D,CAAC;AAC3G,OAAO,KAAK,KAAK,+BAA+B,MAAM,wDAAwD,CAAC;AAC/G,OAAO,KAAK,KAAK,2BAA2B,MAAM,oDAAoD,CAAC;AACvG,OAAO,KAAK,KAAK,+BAA+B,MAAM,wDAAwD,CAAC;AAC/G,OAAO,KAAK,KAAK,8BAA8B,MAAM,sDAAsD,CAAC;AAC5G,OAAO,KAAK,KAAK,4BAA4B,MAAM,oDAAoD,CAAC;AAExG,eAAO,MAAM,YAAY,EAAE;KACzB,KAAK,IAAI,MAAM,iBAAiB,GAAG,CACnC,GAAG,IAAI,EAAE,YAAY,CAAC,KAAK,CAAC,KACxB,iBAAiB,CAAC,KAAK,CAAC;CAyF7B,CAAC;AAEF,YAAY,EAAE,gCAAgC,EAAE,CAAC;AACjD,YAAY,EAAE,iCAAiC,EAAE,CAAC;AAClD,YAAY,EAAE,uCAAuC,EAAE,CAAC;AACxD,YAAY,EAAE,6BAA6B,EAAE,CAAC;AAC9C,YAAY,EAAE,+BAA+B,EAAE,CAAC;AAChD,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAC5C,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAC5C,YAAY,EAAE,6BAA6B,EAAE,CAAC;AAC9C,YAAY,EAAE,iCAAiC,EAAE,CAAC;AAClD,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAC5C,YAAY,EAAE,0BAA0B,EAAE,CAAC;AAC3C,YAAY,EAAE,+BAA+B,EAAE,CAAC;AAChD,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAC5C,YAAY,EAAE,wBAAwB,EAAE,CAAC;AACzC,YAAY,EAAE,yBAAyB,EAAE,CAAC;AAC1C,YAAY,EAAE,+BAA+B,EAAE,CAAC;AAChD,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAC5C,YAAY,EAAE,+BAA+B,EAAE,CAAC;AAChD,YAAY,EAAE,8BAA8B,EAAE,CAAC;AAC/C,YAAY,EAAE,4BAA4B,EAAE,CAAC"}
@@ -0,0 +1,110 @@
1
+ import { cacheSweep, guildAvailable, guildMemberAvailable, guildMembersChunk, guildUnavailable, invalidated, soundboardSounds, threadListSync, threadMemberUpdate, } from './events/application/client.application-scope-callpoints.js';
2
+ import { debug, error, interactionCreate, presenceUpdate, ready, shardDisconnect, shardError, shardReady, shardReconnecting, shardResume, userUpdate, warn, } from './events/application/gateway.application-scope-callpoints.js';
3
+ import { entitlementCreate, entitlementDelete, entitlementUpdate, guildCreate, guildDelete, subscriptionCreate, subscriptionDelete, subscriptionUpdate, } from './events/application/installations.application-scope-callpoints.js';
4
+ import { channelPinsUpdate, messageDeleteBulk, typingStart, } from './events/channel/actions.channel-scope-callpoints.js';
5
+ import { channelCreate, channelDelete, channelUpdate, } from './events/channel/lifecycle.channel-scope-callpoints.js';
6
+ import { stageInstanceCreate, stageInstanceDelete, stageInstanceUpdate, } from './events/channel/stage.channel-scope-callpoints.js';
7
+ import { voiceChannelEffectSend, voiceStateUpdate, } from './events/channel/voice.channel-scope-callpoints.js';
8
+ import { webhooksUpdate, webhookUpdate, } from './events/channel/webhook.channel-scope-callpoints.js';
9
+ import { applicationCommandPermissionsUpdate, autoModerationActionExecution, autoModerationRuleCreate, autoModerationRuleDelete, autoModerationRuleUpdate, guildIntegrationsUpdate, guildUpdate, } from './events/guild/configuration.guild-scope-callpoints.js';
10
+ import { guildBanAdd, guildBanRemove, guildMemberAdd, guildMemberRemove, guildMemberUpdate, } from './events/guild/members.guild-scope-callpoints.js';
11
+ import { guildScheduledEventCreate, guildScheduledEventDelete, guildScheduledEventUpdate, guildScheduledEventUserAdd, guildScheduledEventUserRemove, } from './events/guild/resources/events.guild-scope-callpoints.js';
12
+ import { emojiCreate, emojiDelete, emojiUpdate, guildSoundboardSoundCreate, guildSoundboardSoundDelete, guildSoundboardSoundUpdate, stickerCreate, stickerDelete, stickerUpdate, } from './events/guild/resources/expressions.guild-scope-callpoints.js';
13
+ import { inviteCreate, inviteDelete, } from './events/guild/resources/invites.guild-scope-callpoints.js';
14
+ import { guildAuditLogEntryCreate } from './events/guild/resources/logs.guild-scope-callpoints.js';
15
+ import { roleCreate, roleDelete, roleUpdate, } from './events/guild/resources/roles.guild-scope-callpoints.js';
16
+ import { messageCreate, messageDelete, messageUpdate, } from './events/message/lifecycle.message-scope-callpoints.js';
17
+ import { messagePollVoteAdd, messagePollVoteRemove, } from './events/message/polls.message-scope-callpoints.js';
18
+ import { messageReactionAdd, messageReactionRemove, messageReactionRemoveAll, messageReactionRemoveEmoji, } from './events/message/reactions.message-scope-callpoints.js';
19
+ import { threadCreate, threadDelete, threadUpdate, } from './events/thread/lifecycle.thread-scope-callpoints.js';
20
+ import { threadMembersUpdate } from './events/thread/members.thread-scope-callpoints.js';
21
+ export const CallpointMap = {
22
+ cacheSweep,
23
+ debug,
24
+ entitlementCreate,
25
+ entitlementDelete,
26
+ entitlementUpdate,
27
+ error,
28
+ guildAvailable,
29
+ guildCreate,
30
+ guildDelete,
31
+ guildMemberAvailable,
32
+ guildMembersChunk,
33
+ guildUnavailable,
34
+ interactionCreate,
35
+ invalidated,
36
+ presenceUpdate,
37
+ ready,
38
+ shardDisconnect,
39
+ shardError,
40
+ shardReady,
41
+ shardReconnecting,
42
+ shardResume,
43
+ soundboardSounds,
44
+ subscriptionCreate,
45
+ subscriptionDelete,
46
+ subscriptionUpdate,
47
+ threadListSync,
48
+ threadMemberUpdate,
49
+ userUpdate,
50
+ warn,
51
+ channelCreate,
52
+ channelDelete,
53
+ channelPinsUpdate,
54
+ channelUpdate,
55
+ messageDeleteBulk,
56
+ stageInstanceCreate,
57
+ stageInstanceDelete,
58
+ stageInstanceUpdate,
59
+ typingStart,
60
+ voiceChannelEffectSend,
61
+ voiceStateUpdate,
62
+ webhooksUpdate,
63
+ webhookUpdate,
64
+ messageCreate,
65
+ messageDelete,
66
+ messagePollVoteAdd,
67
+ messagePollVoteRemove,
68
+ messageReactionAdd,
69
+ messageReactionRemove,
70
+ messageReactionRemoveAll,
71
+ messageReactionRemoveEmoji,
72
+ messageUpdate,
73
+ threadCreate,
74
+ threadDelete,
75
+ threadMembersUpdate,
76
+ threadUpdate,
77
+ applicationCommandPermissionsUpdate,
78
+ autoModerationActionExecution,
79
+ autoModerationRuleCreate,
80
+ autoModerationRuleDelete,
81
+ autoModerationRuleUpdate,
82
+ guildIntegrationsUpdate,
83
+ guildUpdate,
84
+ guildBanAdd,
85
+ guildBanRemove,
86
+ guildMemberAdd,
87
+ guildMemberRemove,
88
+ guildMemberUpdate,
89
+ guildAuditLogEntryCreate,
90
+ inviteCreate,
91
+ inviteDelete,
92
+ roleCreate,
93
+ roleDelete,
94
+ roleUpdate,
95
+ emojiCreate,
96
+ emojiDelete,
97
+ emojiUpdate,
98
+ guildSoundboardSoundCreate,
99
+ guildSoundboardSoundDelete,
100
+ guildSoundboardSoundUpdate,
101
+ stickerCreate,
102
+ stickerDelete,
103
+ stickerUpdate,
104
+ guildScheduledEventCreate,
105
+ guildScheduledEventDelete,
106
+ guildScheduledEventUpdate,
107
+ guildScheduledEventUserAdd,
108
+ guildScheduledEventUserRemove,
109
+ };
110
+ //# sourceMappingURL=event-callpoint.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-callpoint.js","sourceRoot":"","sources":["../../../src/lib/event-callpoint.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import { ClientEvents } from 'discord.js';
2
+ import { DescriptableEvent, EventDescription } from './interface/event-description.interface.js';
3
+ export { type DescriptableEvent, type EventDescription };
4
+ export declare function parse<T extends DescriptableEvent>(event: T, ...payload: ClientEvents[T]): EventDescription<T>;
5
+ //# sourceMappingURL=event-description-parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-description-parser.d.ts","sourceRoot":"","sources":["../../../src/lib/event-description-parser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAM1C,OAAO,EACN,iBAAiB,EACjB,gBAAgB,EAChB,MAAM,4CAA4C,CAAC;AAEpD,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,gBAAgB,EAAE,CAAC;AAEzD,wBAAgB,KAAK,CAAC,CAAC,SAAS,iBAAiB,EAChD,KAAK,EAAE,CAAC,EACR,GAAG,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,GACzB,gBAAgB,CAAC,CAAC,CAAC,CAOrB"}
@@ -0,0 +1,12 @@
1
+ import { BodyMap } from './event-body.js';
2
+ import { CallpointMap } from './event-callpoint.js';
3
+ import { OriginMap } from './event-origin.js';
4
+ export function parse(event, ...payload) {
5
+ return {
6
+ event,
7
+ body: BodyMap[event](...payload),
8
+ callpoint: CallpointMap[event](...payload),
9
+ origin: OriginMap[event](...payload),
10
+ };
11
+ }
12
+ //# sourceMappingURL=event-description-parser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-description-parser.js","sourceRoot":"","sources":["../../../src/lib/event-description-parser.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAS9C,MAAM,UAAU,KAAK,CACpB,KAAQ,EACR,GAAG,OAAwB;IAE3B,OAAO;QACN,KAAK;QACL,IAAI,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,OAAO,CAAC;QAChC,SAAS,EAAE,YAAY,CAAC,KAAK,CAAC,CAAC,GAAG,OAAO,CAAC;QAC1C,MAAM,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC,GAAG,OAAO,CAAC;KACpC,CAAC;AACH,CAAC"}
@@ -0,0 +1,47 @@
1
+ import { ClientEvents } from 'discord.js';
2
+ export { OriginNamespace, ProducerKind } from './utils/components.js';
3
+ export type { OriginObject } from './interface/event-origin.interface.js';
4
+ import type * as OriginsApplicationClientScope from './events/application/client.application-scope-origins.js';
5
+ import type * as OriginsApplicationGatewayScope from './events/application/gateway.application-scope-origins.js';
6
+ import type * as OriginsApplicationInstallationsScope from './events/application/installations.application-scope-origins.js';
7
+ import type * as OriginsChannelActionsScope from './events/channel/actions.channel-scope-origins.js';
8
+ import type * as OriginsChannelLifecycleScope from './events/channel/lifecycle.channel-scope-origins.js';
9
+ import type * as OriginsChannelStageScope from './events/channel/stage.channel-scope-origins.js';
10
+ import type * as OriginsChannelVoiceScope from './events/channel/voice.channel-scope-origins.js';
11
+ import type * as OriginsChannelWebhookScope from './events/channel/webhook.channel-scope-origins.js';
12
+ import type * as OriginsGuildConfigurationScope from './events/guild/configuration.guild-scope-origins.js';
13
+ import type * as OriginsGuildMembersScope from './events/guild/members.guild-scope-origins.js';
14
+ import type * as OriginsGuildEventsScope from './events/guild/resources/events.guild-scope-origins.js';
15
+ import type * as OriginsGuildExpressionsScope from './events/guild/resources/expressions.guild-scope-origins.js';
16
+ import type * as OriginsGuildInvitesScope from './events/guild/resources/invites.guild-scope-origins.js';
17
+ import type * as OriginsGuildLogsScope from './events/guild/resources/logs.guild-scope-origins.js';
18
+ import type * as OriginsGuildRolesScope from './events/guild/resources/roles.guild-scope-origins.js';
19
+ import type * as OriginsMessageLifecycleScope from './events/message/lifecycle.message-scope-origins.js';
20
+ import type * as OriginsMessagePollsScope from './events/message/polls.message-scope-origins.js';
21
+ import type * as OriginsMessageReactionsScope from './events/message/reactions.message-scope-origins.js';
22
+ import type * as OriginsThreadLifecycleScope from './events/thread/lifecycle.thread-scope-origins.js';
23
+ import type * as OriginsThreadMembersScope from './events/thread/members.thread-scope-origins.js';
24
+ export declare const OriginMap: {
25
+ [Event in keyof EventOriginMap]: (...args: ClientEvents[Event]) => EventOriginMap[Event];
26
+ };
27
+ export type { OriginsApplicationClientScope };
28
+ export type { OriginsApplicationGatewayScope };
29
+ export type { OriginsApplicationInstallationsScope };
30
+ export type { OriginsChannelActionsScope };
31
+ export type { OriginsChannelLifecycleScope };
32
+ export type { OriginsChannelStageScope };
33
+ export type { OriginsChannelVoiceScope };
34
+ export type { OriginsChannelWebhookScope };
35
+ export type { OriginsGuildConfigurationScope };
36
+ export type { OriginsGuildMembersScope };
37
+ export type { OriginsGuildEventsScope };
38
+ export type { OriginsGuildExpressionsScope };
39
+ export type { OriginsGuildInvitesScope };
40
+ export type { OriginsGuildLogsScope };
41
+ export type { OriginsGuildRolesScope };
42
+ export type { OriginsMessageLifecycleScope };
43
+ export type { OriginsMessagePollsScope };
44
+ export type { OriginsMessageReactionsScope };
45
+ export type { OriginsThreadLifecycleScope };
46
+ export type { OriginsThreadMembersScope };
47
+ //# sourceMappingURL=event-origin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-origin.d.ts","sourceRoot":"","sources":["../../../src/lib/event-origin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAiJ1C,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACtE,YAAY,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAE1E,OAAO,KAAK,KAAK,6BAA6B,MAAM,0DAA0D,CAAC;AAC/G,OAAO,KAAK,KAAK,8BAA8B,MAAM,2DAA2D,CAAC;AACjH,OAAO,KAAK,KAAK,oCAAoC,MAAM,iEAAiE,CAAC;AAC7H,OAAO,KAAK,KAAK,0BAA0B,MAAM,mDAAmD,CAAC;AACrG,OAAO,KAAK,KAAK,4BAA4B,MAAM,qDAAqD,CAAC;AACzG,OAAO,KAAK,KAAK,wBAAwB,MAAM,iDAAiD,CAAC;AACjG,OAAO,KAAK,KAAK,wBAAwB,MAAM,iDAAiD,CAAC;AACjG,OAAO,KAAK,KAAK,0BAA0B,MAAM,mDAAmD,CAAC;AACrG,OAAO,KAAK,KAAK,8BAA8B,MAAM,qDAAqD,CAAC;AAC3G,OAAO,KAAK,KAAK,wBAAwB,MAAM,+CAA+C,CAAC;AAC/F,OAAO,KAAK,KAAK,uBAAuB,MAAM,wDAAwD,CAAC;AACvG,OAAO,KAAK,KAAK,4BAA4B,MAAM,6DAA6D,CAAC;AACjH,OAAO,KAAK,KAAK,wBAAwB,MAAM,yDAAyD,CAAC;AACzG,OAAO,KAAK,KAAK,qBAAqB,MAAM,sDAAsD,CAAC;AACnG,OAAO,KAAK,KAAK,sBAAsB,MAAM,uDAAuD,CAAC;AACrG,OAAO,KAAK,KAAK,4BAA4B,MAAM,qDAAqD,CAAC;AACzG,OAAO,KAAK,KAAK,wBAAwB,MAAM,iDAAiD,CAAC;AACjG,OAAO,KAAK,KAAK,4BAA4B,MAAM,qDAAqD,CAAC;AACzG,OAAO,KAAK,KAAK,2BAA2B,MAAM,mDAAmD,CAAC;AACtG,OAAO,KAAK,KAAK,yBAAyB,MAAM,iDAAiD,CAAC;AAElG,eAAO,MAAM,SAAS,EAAE;KACtB,KAAK,IAAI,MAAM,cAAc,GAAG,CAChC,GAAG,IAAI,EAAE,YAAY,CAAC,KAAK,CAAC,KACxB,cAAc,CAAC,KAAK,CAAC;CAyF1B,CAAC;AAEF,YAAY,EAAE,6BAA6B,EAAE,CAAC;AAC9C,YAAY,EAAE,8BAA8B,EAAE,CAAC;AAC/C,YAAY,EAAE,oCAAoC,EAAE,CAAC;AACrD,YAAY,EAAE,0BAA0B,EAAE,CAAC;AAC3C,YAAY,EAAE,4BAA4B,EAAE,CAAC;AAC7C,YAAY,EAAE,wBAAwB,EAAE,CAAC;AACzC,YAAY,EAAE,wBAAwB,EAAE,CAAC;AACzC,YAAY,EAAE,0BAA0B,EAAE,CAAC;AAC3C,YAAY,EAAE,8BAA8B,EAAE,CAAC;AAC/C,YAAY,EAAE,wBAAwB,EAAE,CAAC;AACzC,YAAY,EAAE,uBAAuB,EAAE,CAAC;AACxC,YAAY,EAAE,4BAA4B,EAAE,CAAC;AAC7C,YAAY,EAAE,wBAAwB,EAAE,CAAC;AACzC,YAAY,EAAE,qBAAqB,EAAE,CAAC;AACtC,YAAY,EAAE,sBAAsB,EAAE,CAAC;AACvC,YAAY,EAAE,4BAA4B,EAAE,CAAC;AAC7C,YAAY,EAAE,wBAAwB,EAAE,CAAC;AACzC,YAAY,EAAE,4BAA4B,EAAE,CAAC;AAC7C,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAC5C,YAAY,EAAE,yBAAyB,EAAE,CAAC"}
@@ -0,0 +1,111 @@
1
+ import { cacheSweep, guildAvailable, guildMemberAvailable, guildMembersChunk, guildUnavailable, invalidated, soundboardSounds, threadListSync, threadMemberUpdate, } from './events/application/client.application-scope-origins.js';
2
+ import { debug, error, interactionCreate, presenceUpdate, ready, shardDisconnect, shardError, shardReady, shardReconnecting, shardResume, userUpdate, warn, } from './events/application/gateway.application-scope-origins.js';
3
+ import { entitlementCreate, entitlementDelete, entitlementUpdate, guildCreate, guildDelete, subscriptionCreate, subscriptionDelete, subscriptionUpdate, } from './events/application/installations.application-scope-origins.js';
4
+ import { channelPinsUpdate, messageDeleteBulk, typingStart, } from './events/channel/actions.channel-scope-origins.js';
5
+ import { channelCreate, channelDelete, channelUpdate, } from './events/channel/lifecycle.channel-scope-origins.js';
6
+ import { stageInstanceCreate, stageInstanceDelete, stageInstanceUpdate, } from './events/channel/stage.channel-scope-origins.js';
7
+ import { voiceChannelEffectSend, voiceStateUpdate, } from './events/channel/voice.channel-scope-origins.js';
8
+ import { webhooksUpdate, webhookUpdate, } from './events/channel/webhook.channel-scope-origins.js';
9
+ import { applicationCommandPermissionsUpdate, autoModerationActionExecution, autoModerationRuleCreate, autoModerationRuleDelete, autoModerationRuleUpdate, guildIntegrationsUpdate, guildUpdate, } from './events/guild/configuration.guild-scope-origins.js';
10
+ import { guildBanAdd, guildBanRemove, guildMemberAdd, guildMemberRemove, guildMemberUpdate, } from './events/guild/members.guild-scope-origins.js';
11
+ import { guildScheduledEventCreate, guildScheduledEventDelete, guildScheduledEventUpdate, guildScheduledEventUserAdd, guildScheduledEventUserRemove, } from './events/guild/resources/events.guild-scope-origins.js';
12
+ import { emojiCreate, emojiDelete, emojiUpdate, guildSoundboardSoundCreate, guildSoundboardSoundDelete, guildSoundboardSoundUpdate, stickerCreate, stickerDelete, stickerUpdate, } from './events/guild/resources/expressions.guild-scope-origins.js';
13
+ import { inviteCreate, inviteDelete, } from './events/guild/resources/invites.guild-scope-origins.js';
14
+ import { guildAuditLogEntryCreate } from './events/guild/resources/logs.guild-scope-origins.js';
15
+ import { roleCreate, roleDelete, roleUpdate, } from './events/guild/resources/roles.guild-scope-origins.js';
16
+ import { messageCreate, messageDelete, messageUpdate, } from './events/message/lifecycle.message-scope-origins.js';
17
+ import { messagePollVoteAdd, messagePollVoteRemove, } from './events/message/polls.message-scope-origins.js';
18
+ import { messageReactionAdd, messageReactionRemove, messageReactionRemoveAll, messageReactionRemoveEmoji, } from './events/message/reactions.message-scope-origins.js';
19
+ import { threadCreate, threadDelete, threadUpdate, } from './events/thread/lifecycle.thread-scope-origins.js';
20
+ import { threadMembersUpdate } from './events/thread/members.thread-scope-origins.js';
21
+ export { OriginNamespace, ProducerKind } from './utils/components.js';
22
+ export const OriginMap = {
23
+ cacheSweep,
24
+ debug,
25
+ entitlementCreate,
26
+ entitlementDelete,
27
+ entitlementUpdate,
28
+ error,
29
+ guildAvailable,
30
+ guildCreate,
31
+ guildDelete,
32
+ guildMemberAvailable,
33
+ guildMembersChunk,
34
+ guildUnavailable,
35
+ interactionCreate,
36
+ invalidated,
37
+ presenceUpdate,
38
+ ready,
39
+ shardDisconnect,
40
+ shardError,
41
+ shardReady,
42
+ shardReconnecting,
43
+ shardResume,
44
+ soundboardSounds,
45
+ subscriptionCreate,
46
+ subscriptionDelete,
47
+ subscriptionUpdate,
48
+ threadListSync,
49
+ threadMemberUpdate,
50
+ userUpdate,
51
+ warn,
52
+ channelCreate,
53
+ channelDelete,
54
+ channelPinsUpdate,
55
+ channelUpdate,
56
+ messageDeleteBulk,
57
+ stageInstanceCreate,
58
+ stageInstanceDelete,
59
+ stageInstanceUpdate,
60
+ typingStart,
61
+ voiceChannelEffectSend,
62
+ voiceStateUpdate,
63
+ webhooksUpdate,
64
+ webhookUpdate,
65
+ messageCreate,
66
+ messageDelete,
67
+ messagePollVoteAdd,
68
+ messagePollVoteRemove,
69
+ messageReactionAdd,
70
+ messageReactionRemove,
71
+ messageReactionRemoveAll,
72
+ messageReactionRemoveEmoji,
73
+ messageUpdate,
74
+ threadCreate,
75
+ threadDelete,
76
+ threadMembersUpdate,
77
+ threadUpdate,
78
+ applicationCommandPermissionsUpdate,
79
+ autoModerationActionExecution,
80
+ autoModerationRuleCreate,
81
+ autoModerationRuleDelete,
82
+ autoModerationRuleUpdate,
83
+ guildIntegrationsUpdate,
84
+ guildUpdate,
85
+ guildBanAdd,
86
+ guildBanRemove,
87
+ guildMemberAdd,
88
+ guildMemberRemove,
89
+ guildMemberUpdate,
90
+ guildAuditLogEntryCreate,
91
+ inviteCreate,
92
+ inviteDelete,
93
+ roleCreate,
94
+ roleDelete,
95
+ roleUpdate,
96
+ emojiCreate,
97
+ emojiDelete,
98
+ emojiUpdate,
99
+ guildSoundboardSoundCreate,
100
+ guildSoundboardSoundDelete,
101
+ guildSoundboardSoundUpdate,
102
+ stickerCreate,
103
+ stickerDelete,
104
+ stickerUpdate,
105
+ guildScheduledEventCreate,
106
+ guildScheduledEventDelete,
107
+ guildScheduledEventUpdate,
108
+ guildScheduledEventUserAdd,
109
+ guildScheduledEventUserRemove,
110
+ };
111
+ //# sourceMappingURL=event-origin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-origin.js","sourceRoot":"","sources":["../../../src/lib/event-origin.ts"],"names":[],"mappings":"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"}