@foru-ms/sdk 2.0.8 → 2.1.1

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 (1447) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/BaseClient.js +2 -2
  3. package/dist/cjs/Client.d.ts +4 -1
  4. package/dist/cjs/Client.js +16 -11
  5. package/dist/cjs/api/resources/auth/client/Client.d.ts +17 -14
  6. package/dist/cjs/api/resources/auth/client/Client.js +16 -13
  7. package/dist/cjs/api/resources/auth/client/requests/ForgotPasswordAuthRequest.d.ts +10 -0
  8. package/dist/cjs/api/resources/auth/client/requests/LoginAuthRequest.d.ts +13 -0
  9. package/dist/cjs/api/resources/auth/client/requests/RegisterAuthRequest.d.ts +24 -0
  10. package/dist/cjs/api/resources/auth/client/requests/ResetPasswordAuthRequest.d.ts +16 -0
  11. package/dist/cjs/api/resources/auth/client/requests/index.d.ts +4 -4
  12. package/dist/cjs/api/resources/auth/index.d.ts +0 -1
  13. package/dist/cjs/api/resources/auth/index.js +0 -1
  14. package/dist/cjs/api/resources/index.d.ts +2 -1
  15. package/dist/cjs/api/resources/index.js +3 -2
  16. package/dist/cjs/api/resources/integrations/client/Client.d.ts +44 -21
  17. package/dist/cjs/api/resources/integrations/client/Client.js +54 -37
  18. package/dist/cjs/api/resources/integrations/client/requests/CreateIntegrationsRequest.d.ts +18 -0
  19. package/dist/cjs/api/resources/integrations/client/requests/DeleteIntegrationsRequest.d.ts +10 -0
  20. package/dist/cjs/api/resources/integrations/client/requests/ListIntegrationsRequest.d.ts +10 -0
  21. package/dist/cjs/api/resources/integrations/client/requests/RetrieveIntegrationsRequest.d.ts +10 -0
  22. package/dist/cjs/api/resources/integrations/client/requests/UpdateIntegrationsRequest.d.ts +18 -0
  23. package/dist/cjs/api/resources/integrations/client/requests/index.d.ts +5 -5
  24. package/dist/cjs/api/resources/integrations/types/UpdateIntegrationsResponse.d.ts +32 -0
  25. package/dist/cjs/api/resources/integrations/types/UpdateIntegrationsResponse.js +19 -0
  26. package/dist/cjs/api/resources/integrations/types/index.d.ts +1 -5
  27. package/dist/cjs/api/resources/integrations/types/index.js +1 -5
  28. package/dist/cjs/api/resources/notifications/client/Client.d.ts +34 -21
  29. package/dist/cjs/api/resources/notifications/client/Client.js +46 -37
  30. package/dist/cjs/api/resources/notifications/client/requests/CreateNotificationsRequest.d.ts +37 -0
  31. package/dist/cjs/api/resources/notifications/client/requests/CreateNotificationsRequest.js +14 -0
  32. package/dist/cjs/api/resources/notifications/client/requests/DeleteNotificationsRequest.d.ts +10 -0
  33. package/dist/cjs/api/resources/notifications/client/requests/ListNotificationsRequest.d.ts +15 -0
  34. package/dist/cjs/api/resources/notifications/client/requests/RetrieveNotificationsRequest.d.ts +10 -0
  35. package/dist/cjs/api/resources/notifications/client/requests/UpdateNotificationsRequest.d.ts +24 -0
  36. package/dist/cjs/api/resources/notifications/client/requests/UpdateNotificationsRequest.js +14 -0
  37. package/dist/cjs/api/resources/notifications/client/requests/index.d.ts +5 -5
  38. package/dist/cjs/api/resources/notifications/client/requests/index.js +5 -0
  39. package/dist/cjs/api/resources/notifications/types/ListNotificationsRequestStatus.d.ts +7 -0
  40. package/dist/cjs/api/resources/notifications/types/ListNotificationsRequestStatus.js +10 -0
  41. package/dist/cjs/api/resources/notifications/types/UpdateNotificationsResponse.d.ts +30 -0
  42. package/dist/cjs/api/resources/notifications/types/index.d.ts +2 -5
  43. package/dist/cjs/api/resources/notifications/types/index.js +2 -5
  44. package/dist/cjs/api/resources/posts/client/Client.d.ts +68 -67
  45. package/dist/cjs/api/resources/posts/client/Client.js +110 -163
  46. package/dist/cjs/api/resources/posts/client/requests/CreatePostsRequest.d.ts +18 -0
  47. package/dist/cjs/api/resources/posts/client/requests/CreateReactionPostsRequest.d.ts +27 -0
  48. package/dist/cjs/api/resources/posts/client/requests/CreateReactionPostsRequest.js +14 -0
  49. package/dist/cjs/api/resources/posts/client/requests/DeletePostPostsRequest.d.ts +13 -0
  50. package/dist/cjs/api/resources/posts/client/requests/DeletePostsRequest.d.ts +10 -0
  51. package/dist/cjs/api/resources/posts/client/requests/DeleteReactionPostsRequest.d.ts +13 -0
  52. package/dist/cjs/api/resources/posts/client/requests/ListPostsPostsRequest.d.ts +23 -0
  53. package/dist/cjs/api/resources/posts/client/requests/ListPostsRequest.d.ts +19 -0
  54. package/dist/cjs/api/resources/posts/client/requests/ListReactionsPostsRequest.d.ts +17 -0
  55. package/dist/cjs/api/resources/posts/client/requests/RetrievePostPostsRequest.d.ts +13 -0
  56. package/dist/cjs/api/resources/posts/client/requests/RetrievePostsRequest.d.ts +10 -0
  57. package/dist/cjs/api/resources/posts/client/requests/RetrieveReactionPostsRequest.d.ts +13 -0
  58. package/dist/cjs/api/resources/posts/client/requests/UpdatePostsRequest.d.ts +18 -0
  59. package/dist/cjs/api/resources/posts/client/requests/index.d.ts +12 -13
  60. package/dist/cjs/api/resources/posts/client/requests/index.js +3 -0
  61. package/dist/cjs/api/resources/posts/types/DeleteReactionPostsResponse.d.ts +8 -0
  62. package/dist/cjs/api/resources/posts/types/ListPostsPostsRequestSort.d.ts +5 -0
  63. package/dist/cjs/api/resources/posts/types/ListPostsPostsRequestSort.js +8 -0
  64. package/dist/cjs/api/resources/posts/types/ListPostsPostsRequestType.d.ts +8 -0
  65. package/dist/cjs/api/resources/posts/types/ListPostsPostsRequestType.js +11 -0
  66. package/dist/cjs/api/resources/posts/types/ListPostsRequestSort.d.ts +5 -0
  67. package/dist/cjs/api/resources/posts/types/ListPostsRequestSort.js +8 -0
  68. package/dist/cjs/api/resources/posts/types/ListPostsRequestType.d.ts +8 -0
  69. package/dist/cjs/api/resources/posts/types/ListPostsRequestType.js +11 -0
  70. package/dist/cjs/api/resources/posts/types/ListReactionsPostsRequestType.d.ts +7 -0
  71. package/dist/cjs/api/resources/posts/types/ListReactionsPostsRequestType.js +10 -0
  72. package/dist/cjs/api/resources/posts/types/RetrievePostPostsResponse.d.ts +27 -0
  73. package/dist/cjs/api/resources/posts/types/RetrieveReactionPostsResponse.d.ts +19 -0
  74. package/dist/cjs/api/resources/posts/types/UpdatePostsResponse.d.ts +23 -0
  75. package/dist/cjs/api/resources/posts/types/index.d.ts +9 -13
  76. package/dist/cjs/api/resources/posts/types/index.js +9 -13
  77. package/dist/cjs/api/resources/privateMessages/client/Client.d.ts +68 -33
  78. package/dist/cjs/api/resources/privateMessages/client/Client.js +137 -70
  79. package/dist/cjs/api/resources/privateMessages/client/requests/CreatePrivateMessagesRequest.d.ts +21 -0
  80. package/dist/cjs/api/resources/privateMessages/client/requests/CreateReplyPrivateMessagesRequest.d.ts +24 -0
  81. package/dist/cjs/api/resources/privateMessages/client/requests/DeletePrivateMessagesRequest.d.ts +10 -0
  82. package/dist/cjs/api/resources/privateMessages/client/requests/DeleteReplyPrivateMessagesRequest.d.ts +13 -0
  83. package/dist/cjs/api/resources/privateMessages/client/requests/ListPrivateMessagesRequest.d.ts +12 -0
  84. package/dist/cjs/api/resources/privateMessages/client/requests/ListRepliesPrivateMessagesRequest.d.ts +14 -0
  85. package/dist/cjs/api/resources/privateMessages/client/requests/RetrievePrivateMessagesRequest.d.ts +10 -0
  86. package/dist/cjs/api/resources/privateMessages/client/requests/RetrieveReplyPrivateMessagesRequest.d.ts +13 -0
  87. package/dist/cjs/api/resources/privateMessages/client/requests/UpdatePrivateMessagesRequest.d.ts +16 -0
  88. package/dist/cjs/api/resources/privateMessages/client/requests/index.d.ts +9 -8
  89. package/dist/cjs/api/resources/privateMessages/types/RetrieveReplyPrivateMessagesResponse.d.ts +14 -0
  90. package/dist/cjs/api/resources/privateMessages/types/UpdatePrivateMessagesResponse.d.ts +26 -0
  91. package/dist/cjs/api/resources/privateMessages/types/index.d.ts +2 -8
  92. package/dist/cjs/api/resources/privateMessages/types/index.js +2 -8
  93. package/dist/cjs/api/resources/reports/client/Client.d.ts +48 -17
  94. package/dist/cjs/api/resources/reports/client/Client.js +120 -32
  95. package/dist/cjs/api/resources/reports/client/requests/CreateReportsRequest.d.ts +22 -0
  96. package/dist/cjs/api/resources/reports/client/requests/DeleteReportsRequest.d.ts +10 -0
  97. package/dist/cjs/api/resources/reports/client/requests/ListReportsRequest.d.ts +16 -0
  98. package/dist/cjs/api/resources/reports/client/requests/RetrieveReportsRequest.d.ts +10 -0
  99. package/dist/cjs/api/resources/reports/client/requests/UpdateReportsRequest.d.ts +16 -0
  100. package/dist/cjs/api/resources/reports/client/requests/index.d.ts +5 -4
  101. package/dist/cjs/api/resources/reports/types/UpdateReportsResponse.d.ts +28 -0
  102. package/dist/cjs/api/resources/reports/types/index.d.ts +1 -4
  103. package/dist/cjs/api/resources/reports/types/index.js +1 -4
  104. package/dist/cjs/api/resources/roles/client/Client.d.ts +34 -21
  105. package/dist/cjs/api/resources/roles/client/Client.js +46 -37
  106. package/dist/cjs/api/resources/roles/client/requests/CreateRolesRequest.d.ts +18 -0
  107. package/dist/cjs/api/resources/roles/client/requests/DeleteRolesRequest.d.ts +10 -0
  108. package/dist/cjs/api/resources/roles/client/requests/ListRolesRequest.d.ts +15 -0
  109. package/dist/cjs/api/resources/roles/client/requests/RetrieveRolesRequest.d.ts +10 -0
  110. package/dist/cjs/api/resources/roles/client/requests/UpdateRolesRequest.d.ts +20 -0
  111. package/dist/cjs/api/resources/roles/client/requests/index.d.ts +5 -5
  112. package/dist/cjs/api/resources/roles/types/ListRolesRequestSort.d.ts +6 -0
  113. package/dist/cjs/api/resources/roles/types/ListRolesRequestSort.js +9 -0
  114. package/dist/cjs/api/resources/roles/types/UpdateRolesResponse.d.ts +22 -0
  115. package/dist/cjs/api/resources/roles/types/index.d.ts +2 -5
  116. package/dist/cjs/api/resources/roles/types/index.js +2 -5
  117. package/dist/cjs/api/resources/search/client/Client.d.ts +29 -0
  118. package/dist/cjs/api/resources/search/client/Client.js +115 -0
  119. package/dist/cjs/api/resources/search/client/index.d.ts +1 -0
  120. package/dist/cjs/api/resources/search/client/index.js +2 -0
  121. package/dist/cjs/api/resources/search/index.d.ts +2 -0
  122. package/dist/cjs/api/resources/search/index.js +18 -0
  123. package/dist/cjs/api/resources/search/types/SearchSearchResponse.d.ts +33 -0
  124. package/dist/cjs/api/resources/search/types/SearchSearchResponse.js +22 -0
  125. package/dist/cjs/api/resources/search/types/index.d.ts +1 -0
  126. package/dist/cjs/api/resources/search/types/index.js +17 -0
  127. package/dist/cjs/api/resources/ssOs/client/Client.d.ts +44 -21
  128. package/dist/cjs/api/resources/ssOs/client/Client.js +54 -37
  129. package/dist/cjs/api/resources/ssOs/client/requests/CreateSsOsRequest.d.ts +24 -0
  130. package/dist/cjs/api/resources/ssOs/client/requests/DeleteSsOsRequest.d.ts +10 -0
  131. package/dist/cjs/api/resources/ssOs/client/requests/ListSsOsRequest.d.ts +10 -0
  132. package/dist/cjs/api/resources/ssOs/client/requests/RetrieveSsOsRequest.d.ts +10 -0
  133. package/dist/cjs/api/resources/ssOs/client/requests/UpdateSsOsRequest.d.ts +24 -0
  134. package/dist/cjs/api/resources/ssOs/client/requests/index.d.ts +5 -5
  135. package/dist/cjs/api/resources/ssOs/types/UpdateSsOsResponse.d.ts +29 -0
  136. package/dist/cjs/api/resources/ssOs/types/UpdateSsOsResponse.js +16 -0
  137. package/dist/cjs/api/resources/ssOs/types/index.d.ts +1 -5
  138. package/dist/cjs/api/resources/ssOs/types/index.js +1 -5
  139. package/dist/cjs/api/resources/tags/client/Client.d.ts +48 -33
  140. package/dist/cjs/api/resources/tags/client/Client.js +69 -68
  141. package/dist/cjs/api/resources/tags/client/requests/CreateTagsRequest.d.ts +18 -0
  142. package/dist/cjs/api/resources/tags/client/requests/DeleteSubscriberTagsRequest.d.ts +13 -0
  143. package/dist/cjs/api/resources/tags/client/requests/DeleteTagsRequest.d.ts +10 -0
  144. package/dist/cjs/api/resources/tags/client/requests/ListSubscribersTagsRequest.d.ts +14 -0
  145. package/dist/cjs/api/resources/tags/client/requests/ListTagsRequest.d.ts +12 -0
  146. package/dist/cjs/api/resources/tags/client/requests/RetrieveSubscriberTagsRequest.d.ts +13 -0
  147. package/dist/cjs/api/resources/tags/client/requests/RetrieveTagsRequest.d.ts +10 -0
  148. package/dist/cjs/api/resources/tags/client/requests/UpdateTagsRequest.d.ts +20 -0
  149. package/dist/cjs/api/resources/tags/client/requests/index.d.ts +8 -8
  150. package/dist/cjs/api/resources/tags/types/RetrieveSubscriberTagsResponse.d.ts +19 -0
  151. package/dist/cjs/api/resources/tags/types/UpdateTagsResponse.d.ts +22 -0
  152. package/dist/cjs/api/resources/tags/types/index.d.ts +2 -8
  153. package/dist/cjs/api/resources/tags/types/index.js +2 -8
  154. package/dist/cjs/api/resources/threads/client/Client.d.ts +94 -91
  155. package/dist/cjs/api/resources/threads/client/Client.js +149 -209
  156. package/dist/cjs/api/resources/threads/client/requests/CreatePollThreadsRequest.d.ts +35 -0
  157. package/dist/cjs/api/resources/threads/client/requests/CreateReactionThreadsRequest.d.ts +27 -0
  158. package/dist/cjs/api/resources/threads/client/requests/CreateReactionThreadsRequest.js +14 -0
  159. package/dist/cjs/api/resources/threads/client/requests/CreateThreadsRequest.d.ts +46 -0
  160. package/dist/cjs/api/resources/threads/client/requests/DeletePostThreadsRequest.d.ts +13 -0
  161. package/dist/cjs/api/resources/threads/client/requests/DeleteReactionThreadsRequest.d.ts +13 -0
  162. package/dist/cjs/api/resources/threads/client/requests/DeleteSubscriberThreadsRequest.d.ts +13 -0
  163. package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsRequest.d.ts +10 -0
  164. package/dist/cjs/api/resources/threads/client/requests/ListPostsThreadsRequest.d.ts +23 -0
  165. package/dist/cjs/api/resources/threads/client/requests/ListReactionsThreadsRequest.d.ts +17 -0
  166. package/dist/cjs/api/resources/threads/client/requests/ListSubscribersThreadsRequest.d.ts +14 -0
  167. package/dist/cjs/api/resources/threads/client/requests/ListThreadsRequest.d.ts +19 -0
  168. package/dist/cjs/api/resources/threads/client/requests/RetrievePollThreadsRequest.d.ts +10 -0
  169. package/dist/cjs/api/resources/threads/client/requests/RetrievePostThreadsRequest.d.ts +13 -0
  170. package/dist/cjs/api/resources/threads/client/requests/RetrieveReactionThreadsRequest.d.ts +13 -0
  171. package/dist/cjs/api/resources/threads/client/requests/RetrieveSubscriberThreadsRequest.d.ts +13 -0
  172. package/dist/cjs/api/resources/threads/client/requests/RetrieveThreadsRequest.d.ts +10 -0
  173. package/dist/cjs/api/resources/threads/client/requests/UpdatePollThreadsRequest.d.ts +18 -0
  174. package/dist/cjs/api/resources/threads/client/requests/UpdateThreadsRequest.d.ts +22 -0
  175. package/dist/cjs/api/resources/threads/client/requests/index.d.ts +18 -19
  176. package/dist/cjs/api/resources/threads/client/requests/index.js +3 -0
  177. package/dist/cjs/api/resources/threads/types/DeleteReactionThreadsResponse.d.ts +8 -0
  178. package/dist/cjs/api/resources/threads/types/ListPostsThreadsRequestSort.d.ts +5 -0
  179. package/dist/cjs/api/resources/threads/types/ListPostsThreadsRequestSort.js +8 -0
  180. package/dist/cjs/api/resources/threads/types/ListPostsThreadsRequestType.d.ts +8 -0
  181. package/dist/cjs/api/resources/threads/types/ListPostsThreadsRequestType.js +11 -0
  182. package/dist/cjs/api/resources/threads/types/ListReactionsThreadsRequestType.d.ts +7 -0
  183. package/dist/cjs/api/resources/threads/types/ListReactionsThreadsRequestType.js +10 -0
  184. package/dist/cjs/api/resources/threads/types/ListThreadsRequestSort.d.ts +6 -0
  185. package/dist/cjs/api/resources/threads/types/ListThreadsRequestSort.js +9 -0
  186. package/dist/cjs/api/resources/threads/types/RetrievePostThreadsResponse.d.ts +26 -0
  187. package/dist/cjs/api/resources/threads/types/RetrieveReactionThreadsResponse.d.ts +19 -0
  188. package/dist/cjs/api/resources/threads/types/RetrieveSubscriberThreadsResponse.d.ts +19 -0
  189. package/dist/cjs/api/resources/threads/types/UpdateThreadsResponse.d.ts +55 -0
  190. package/dist/cjs/api/resources/threads/types/index.d.ts +9 -19
  191. package/dist/cjs/api/resources/threads/types/index.js +9 -19
  192. package/dist/cjs/api/resources/users/client/Client.d.ts +75 -41
  193. package/dist/cjs/api/resources/users/client/Client.js +152 -94
  194. package/dist/cjs/api/resources/users/client/requests/CreateUsersRequest.d.ts +26 -0
  195. package/dist/cjs/api/resources/users/client/requests/DeleteFollowerUsersRequest.d.ts +13 -0
  196. package/dist/cjs/api/resources/users/client/requests/DeleteFollowingUsersRequest.d.ts +13 -0
  197. package/dist/cjs/api/resources/users/client/requests/DeleteUsersRequest.d.ts +10 -0
  198. package/dist/cjs/api/resources/users/client/requests/ListFollowersUsersRequest.d.ts +14 -0
  199. package/dist/cjs/api/resources/users/client/requests/ListFollowingUsersRequest.d.ts +14 -0
  200. package/dist/cjs/api/resources/users/client/requests/ListUsersRequest.d.ts +15 -0
  201. package/dist/cjs/api/resources/users/client/requests/RetrieveFollowerUsersRequest.d.ts +13 -0
  202. package/dist/cjs/api/resources/users/client/requests/RetrieveFollowingUsersRequest.d.ts +13 -0
  203. package/dist/cjs/api/resources/users/client/requests/RetrieveUsersRequest.d.ts +10 -0
  204. package/dist/cjs/api/resources/users/client/requests/UpdateUsersRequest.d.ts +28 -0
  205. package/dist/cjs/api/resources/users/client/requests/index.d.ts +11 -10
  206. package/dist/cjs/api/resources/users/types/ListUsersRequestSort.d.ts +5 -0
  207. package/dist/cjs/api/resources/users/types/ListUsersRequestSort.js +8 -0
  208. package/dist/cjs/api/resources/users/types/RetrieveFollowerUsersResponse.d.ts +19 -0
  209. package/dist/cjs/api/resources/users/types/RetrieveFollowingUsersResponse.d.ts +19 -0
  210. package/dist/cjs/api/resources/users/types/UpdateUsersResponse.d.ts +43 -0
  211. package/dist/cjs/api/resources/users/types/index.d.ts +4 -10
  212. package/dist/cjs/api/resources/users/types/index.js +4 -10
  213. package/dist/cjs/api/resources/webhooks/client/Client.d.ts +74 -29
  214. package/dist/cjs/api/resources/webhooks/client/Client.js +151 -61
  215. package/dist/cjs/api/resources/webhooks/client/requests/CreateWebhooksRequest.d.ts +22 -0
  216. package/dist/cjs/api/resources/webhooks/client/requests/DeleteDeliveryWebhooksRequest.d.ts +13 -0
  217. package/dist/cjs/api/resources/webhooks/client/requests/DeleteWebhooksRequest.d.ts +10 -0
  218. package/dist/cjs/api/resources/webhooks/client/requests/ListDeliveriesWebhooksRequest.d.ts +14 -0
  219. package/dist/cjs/api/resources/webhooks/client/requests/ListWebhooksRequest.d.ts +10 -0
  220. package/dist/cjs/api/resources/webhooks/client/requests/RetrieveDeliveryWebhooksRequest.d.ts +13 -0
  221. package/dist/cjs/api/resources/webhooks/client/requests/RetrieveWebhooksRequest.d.ts +10 -0
  222. package/dist/cjs/api/resources/webhooks/client/requests/UpdateWebhooksRequest.d.ts +22 -0
  223. package/dist/cjs/api/resources/webhooks/client/requests/index.d.ts +8 -7
  224. package/dist/cjs/api/resources/webhooks/types/RetrieveDeliveryWebhooksResponse.d.ts +16 -0
  225. package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponse.d.ts +26 -0
  226. package/dist/cjs/api/resources/webhooks/types/index.d.ts +2 -7
  227. package/dist/cjs/api/resources/webhooks/types/index.js +2 -7
  228. package/dist/cjs/api/types/Auth.d.ts +1 -0
  229. package/dist/cjs/api/types/AuthListResponse.d.ts +18 -0
  230. package/dist/cjs/api/types/AuthResponse.d.ts +6 -1
  231. package/dist/cjs/api/types/ForgotPasswordResponse.d.ts +9 -0
  232. package/dist/cjs/api/types/Integration.d.ts +27 -0
  233. package/dist/cjs/api/types/Integration.js +16 -0
  234. package/dist/cjs/api/types/IntegrationCreate.d.ts +2 -0
  235. package/dist/cjs/api/types/IntegrationList.d.ts +6 -0
  236. package/dist/cjs/api/types/IntegrationListResponse.d.ts +44 -0
  237. package/dist/cjs/api/types/IntegrationListResponse.js +25 -0
  238. package/dist/cjs/api/types/IntegrationResponse.d.ts +28 -21
  239. package/dist/cjs/api/types/IntegrationResponse.js +12 -9
  240. package/dist/cjs/api/types/IntegrationUpdate.d.ts +2 -0
  241. package/dist/cjs/api/types/LoginResponse.d.ts +22 -0
  242. package/dist/cjs/api/types/MeResponse.d.ts +31 -0
  243. package/dist/cjs/api/types/Notification.d.ts +25 -0
  244. package/dist/cjs/api/types/NotificationListResponse.d.ts +42 -0
  245. package/dist/cjs/api/types/NotificationResponse.d.ts +28 -23
  246. package/dist/cjs/api/types/Post.d.ts +18 -0
  247. package/dist/cjs/api/types/PostListResponse.d.ts +35 -0
  248. package/dist/cjs/api/types/PostPost.d.ts +22 -0
  249. package/dist/cjs/api/types/PostPostListResponse.d.ts +37 -0
  250. package/dist/cjs/api/types/PostPostResponse.d.ts +27 -0
  251. package/dist/cjs/api/types/PostReaction.d.ts +14 -0
  252. package/dist/cjs/api/types/PostReactionCreate.d.ts +18 -0
  253. package/dist/cjs/api/types/PostReactionCreate.js +14 -0
  254. package/dist/cjs/api/types/PostReactionListResponse.d.ts +29 -0
  255. package/dist/cjs/api/types/PostReactionResponse.d.ts +19 -0
  256. package/dist/cjs/api/types/PostResponse.d.ts +21 -16
  257. package/dist/cjs/api/types/PrivateMessage.d.ts +21 -0
  258. package/dist/cjs/api/types/PrivateMessageListResponse.d.ts +38 -0
  259. package/dist/cjs/api/types/PrivateMessageReply.d.ts +9 -0
  260. package/dist/cjs/api/types/PrivateMessageReplyCreate.d.ts +14 -0
  261. package/dist/cjs/api/types/PrivateMessageReplyListResponse.d.ts +24 -0
  262. package/dist/cjs/api/types/PrivateMessageReplyResponse.d.ts +14 -0
  263. package/dist/cjs/api/types/PrivateMessageResponse.d.ts +24 -19
  264. package/dist/cjs/api/types/PrivateMessageUpdate.d.ts +8 -0
  265. package/dist/cjs/api/types/RegisterResponse.d.ts +22 -0
  266. package/dist/cjs/api/types/Report.d.ts +23 -0
  267. package/dist/cjs/api/types/ReportListResponse.d.ts +40 -0
  268. package/dist/cjs/api/types/ReportResponse.d.ts +26 -21
  269. package/dist/cjs/api/types/ReportUpdate.d.ts +8 -0
  270. package/dist/cjs/api/types/ResetPasswordResponse.d.ts +8 -0
  271. package/dist/cjs/api/types/Role.d.ts +17 -0
  272. package/dist/cjs/api/types/RoleList.d.ts +19 -0
  273. package/dist/cjs/api/types/RoleList.js +13 -0
  274. package/dist/cjs/api/types/RoleListResponse.d.ts +34 -0
  275. package/dist/cjs/api/types/RoleResponse.d.ts +20 -15
  276. package/dist/cjs/api/types/Search.d.ts +1 -0
  277. package/dist/cjs/api/types/SearchListResponse.d.ts +18 -0
  278. package/dist/cjs/api/types/SearchResponse.d.ts +6 -0
  279. package/dist/cjs/api/types/Sso.d.ts +24 -0
  280. package/dist/cjs/api/types/Sso.js +13 -0
  281. package/dist/cjs/api/types/SsoCreate.d.ts +2 -0
  282. package/dist/cjs/api/types/SsoList.d.ts +6 -0
  283. package/dist/cjs/api/types/SsoListResponse.d.ts +41 -0
  284. package/dist/cjs/api/types/SsoListResponse.js +22 -0
  285. package/dist/cjs/api/types/SsoResponse.d.ts +25 -18
  286. package/dist/cjs/api/types/SsoResponse.js +9 -6
  287. package/dist/cjs/api/types/SsoUpdate.d.ts +2 -0
  288. package/dist/cjs/api/types/SuccessResponse.d.ts +8 -0
  289. package/dist/cjs/api/types/Tag.d.ts +17 -0
  290. package/dist/cjs/api/types/TagListResponse.d.ts +34 -0
  291. package/dist/cjs/api/types/TagResponse.d.ts +20 -15
  292. package/dist/cjs/api/types/TagSubscriber.d.ts +14 -0
  293. package/dist/cjs/api/types/TagSubscriberListResponse.d.ts +29 -0
  294. package/dist/cjs/api/types/TagSubscriberResponse.d.ts +19 -0
  295. package/dist/cjs/api/types/Thread.d.ts +30 -0
  296. package/dist/cjs/api/types/ThreadCreate.d.ts +6 -0
  297. package/dist/cjs/api/types/ThreadListResponse.d.ts +67 -0
  298. package/dist/cjs/api/types/ThreadPoll.d.ts +22 -0
  299. package/dist/cjs/api/types/ThreadPollCreate.d.ts +23 -0
  300. package/dist/cjs/api/types/ThreadPollListResponse.d.ts +37 -0
  301. package/dist/cjs/api/types/ThreadPollResponse.d.ts +27 -0
  302. package/dist/cjs/api/types/ThreadPost.d.ts +21 -0
  303. package/dist/cjs/api/types/ThreadPostListResponse.d.ts +36 -0
  304. package/dist/cjs/api/types/ThreadPostResponse.d.ts +26 -0
  305. package/dist/cjs/api/types/ThreadReaction.d.ts +14 -0
  306. package/dist/cjs/api/types/ThreadReactionCreate.d.ts +18 -0
  307. package/dist/cjs/api/types/ThreadReactionCreate.js +14 -0
  308. package/dist/cjs/api/types/ThreadReactionListResponse.d.ts +29 -0
  309. package/dist/cjs/api/types/ThreadReactionResponse.d.ts +19 -0
  310. package/dist/cjs/api/types/ThreadResponse.d.ts +46 -41
  311. package/dist/cjs/api/types/ThreadSubscriber.d.ts +14 -0
  312. package/dist/cjs/api/types/ThreadSubscriberListResponse.d.ts +29 -0
  313. package/dist/cjs/api/types/ThreadSubscriberResponse.d.ts +19 -0
  314. package/dist/cjs/api/types/User.d.ts +38 -0
  315. package/dist/cjs/api/types/UserCreate.d.ts +20 -0
  316. package/dist/cjs/api/types/UserFollower.d.ts +14 -0
  317. package/dist/cjs/api/types/UserFollowerListResponse.d.ts +29 -0
  318. package/dist/cjs/api/types/UserFollowerResponse.d.ts +19 -0
  319. package/dist/cjs/api/types/UserFollowing.d.ts +14 -0
  320. package/dist/cjs/api/types/UserFollowingListResponse.d.ts +29 -0
  321. package/dist/cjs/api/types/UserFollowingResponse.d.ts +19 -0
  322. package/dist/cjs/api/types/UserListResponse.d.ts +55 -0
  323. package/dist/cjs/api/types/UserListResponse.js +3 -0
  324. package/dist/cjs/api/types/UserResponse.d.ts +37 -32
  325. package/dist/cjs/api/types/Webhook.d.ts +21 -0
  326. package/dist/cjs/api/types/Webhook.js +3 -0
  327. package/dist/cjs/api/types/WebhookCreate.d.ts +4 -0
  328. package/dist/cjs/api/types/WebhookDelivery.d.ts +11 -0
  329. package/dist/cjs/api/types/WebhookDelivery.js +3 -0
  330. package/dist/cjs/api/types/WebhookDeliveryListResponse.d.ts +26 -0
  331. package/dist/cjs/api/types/WebhookDeliveryListResponse.js +3 -0
  332. package/dist/cjs/api/types/WebhookDeliveryResponse.d.ts +16 -0
  333. package/dist/cjs/api/types/WebhookDeliveryResponse.js +3 -0
  334. package/dist/cjs/api/types/WebhookListResponse.d.ts +38 -0
  335. package/dist/cjs/api/types/WebhookListResponse.js +3 -0
  336. package/dist/cjs/api/types/WebhookResponse.d.ts +24 -17
  337. package/dist/cjs/api/types/WebhookUpdate.d.ts +14 -0
  338. package/dist/cjs/api/types/WebhookUpdate.js +3 -0
  339. package/dist/cjs/api/types/index.d.ts +77 -0
  340. package/dist/cjs/api/types/index.js +77 -0
  341. package/dist/cjs/auth/HeaderAuthProvider.d.ts +14 -10
  342. package/dist/cjs/auth/HeaderAuthProvider.js +18 -9
  343. package/dist/cjs/core/fetcher/EndpointSupplier.d.ts +2 -2
  344. package/dist/cjs/core/fetcher/Fetcher.d.ts +1 -2
  345. package/dist/cjs/core/headers.d.ts +2 -2
  346. package/dist/cjs/version.d.ts +1 -1
  347. package/dist/cjs/version.js +1 -1
  348. package/dist/esm/BaseClient.mjs +2 -2
  349. package/dist/esm/Client.d.mts +4 -1
  350. package/dist/esm/Client.mjs +6 -1
  351. package/dist/esm/api/resources/auth/client/Client.d.mts +17 -14
  352. package/dist/esm/api/resources/auth/client/Client.mjs +16 -13
  353. package/dist/esm/api/resources/auth/client/requests/ForgotPasswordAuthRequest.d.mts +10 -0
  354. package/dist/esm/api/resources/auth/client/requests/LoginAuthRequest.d.mts +13 -0
  355. package/dist/esm/api/resources/auth/client/requests/RegisterAuthRequest.d.mts +24 -0
  356. package/dist/esm/api/resources/auth/client/requests/ResetPasswordAuthRequest.d.mts +16 -0
  357. package/dist/esm/api/resources/auth/client/requests/index.d.mts +4 -4
  358. package/dist/esm/api/resources/auth/index.d.mts +0 -1
  359. package/dist/esm/api/resources/auth/index.mjs +0 -1
  360. package/dist/esm/api/resources/index.d.mts +2 -1
  361. package/dist/esm/api/resources/index.mjs +2 -1
  362. package/dist/esm/api/resources/integrations/client/Client.d.mts +44 -21
  363. package/dist/esm/api/resources/integrations/client/Client.mjs +54 -37
  364. package/dist/esm/api/resources/integrations/client/requests/CreateIntegrationsRequest.d.mts +18 -0
  365. package/dist/esm/api/resources/integrations/client/requests/DeleteIntegrationsRequest.d.mts +10 -0
  366. package/dist/esm/api/resources/integrations/client/requests/ListIntegrationsRequest.d.mts +10 -0
  367. package/dist/esm/api/resources/integrations/client/requests/RetrieveIntegrationsRequest.d.mts +10 -0
  368. package/dist/esm/api/resources/integrations/client/requests/UpdateIntegrationsRequest.d.mts +18 -0
  369. package/dist/esm/api/resources/integrations/client/requests/index.d.mts +5 -5
  370. package/dist/esm/api/resources/integrations/types/UpdateIntegrationsResponse.d.mts +32 -0
  371. package/dist/esm/api/resources/integrations/types/UpdateIntegrationsResponse.mjs +16 -0
  372. package/dist/esm/api/resources/integrations/types/index.d.mts +1 -5
  373. package/dist/esm/api/resources/integrations/types/index.mjs +1 -5
  374. package/dist/esm/api/resources/notifications/client/Client.d.mts +34 -21
  375. package/dist/esm/api/resources/notifications/client/Client.mjs +46 -37
  376. package/dist/esm/api/resources/notifications/client/requests/CreateNotificationsRequest.d.mts +37 -0
  377. package/dist/esm/api/resources/notifications/client/requests/CreateNotificationsRequest.mjs +11 -0
  378. package/dist/esm/api/resources/notifications/client/requests/DeleteNotificationsRequest.d.mts +10 -0
  379. package/dist/esm/api/resources/notifications/client/requests/ListNotificationsRequest.d.mts +15 -0
  380. package/dist/esm/api/resources/notifications/client/requests/RetrieveNotificationsRequest.d.mts +10 -0
  381. package/dist/esm/api/resources/notifications/client/requests/UpdateNotificationsRequest.d.mts +24 -0
  382. package/dist/esm/api/resources/notifications/client/requests/UpdateNotificationsRequest.mjs +11 -0
  383. package/dist/esm/api/resources/notifications/client/requests/index.d.mts +5 -5
  384. package/dist/esm/api/resources/notifications/client/requests/index.mjs +2 -1
  385. package/dist/esm/api/resources/notifications/types/ListNotificationsRequestStatus.d.mts +7 -0
  386. package/dist/esm/api/resources/notifications/types/ListNotificationsRequestStatus.mjs +7 -0
  387. package/dist/esm/api/resources/notifications/types/UpdateNotificationsResponse.d.mts +30 -0
  388. package/dist/esm/api/resources/notifications/types/index.d.mts +2 -5
  389. package/dist/esm/api/resources/notifications/types/index.mjs +2 -5
  390. package/dist/esm/api/resources/posts/client/Client.d.mts +68 -67
  391. package/dist/esm/api/resources/posts/client/Client.mjs +110 -163
  392. package/dist/esm/api/resources/posts/client/requests/CreatePostsRequest.d.mts +18 -0
  393. package/dist/esm/api/resources/posts/client/requests/CreateReactionPostsRequest.d.mts +27 -0
  394. package/dist/esm/api/resources/posts/client/requests/CreateReactionPostsRequest.mjs +11 -0
  395. package/dist/esm/api/resources/posts/client/requests/DeletePostPostsRequest.d.mts +13 -0
  396. package/dist/esm/api/resources/posts/client/requests/DeletePostsRequest.d.mts +10 -0
  397. package/dist/esm/api/resources/posts/client/requests/DeleteReactionPostsRequest.d.mts +13 -0
  398. package/dist/esm/api/resources/posts/client/requests/ListPostsPostsRequest.d.mts +23 -0
  399. package/dist/esm/api/resources/posts/client/requests/ListPostsRequest.d.mts +19 -0
  400. package/dist/esm/api/resources/posts/client/requests/ListReactionsPostsRequest.d.mts +17 -0
  401. package/dist/esm/api/resources/posts/client/requests/RetrievePostPostsRequest.d.mts +13 -0
  402. package/dist/esm/api/resources/posts/client/requests/RetrievePostsRequest.d.mts +10 -0
  403. package/dist/esm/api/resources/posts/client/requests/RetrieveReactionPostsRequest.d.mts +13 -0
  404. package/dist/esm/api/resources/posts/client/requests/UpdatePostsRequest.d.mts +18 -0
  405. package/dist/esm/api/resources/posts/client/requests/index.d.mts +12 -13
  406. package/dist/esm/api/resources/posts/client/requests/index.mjs +1 -1
  407. package/dist/esm/api/resources/posts/types/DeleteReactionPostsResponse.d.mts +8 -0
  408. package/dist/esm/api/resources/posts/types/ListPostsPostsRequestSort.d.mts +5 -0
  409. package/dist/esm/api/resources/posts/types/ListPostsPostsRequestSort.mjs +5 -0
  410. package/dist/esm/api/resources/posts/types/ListPostsPostsRequestType.d.mts +8 -0
  411. package/dist/esm/api/resources/posts/types/ListPostsPostsRequestType.mjs +8 -0
  412. package/dist/esm/api/resources/posts/types/ListPostsRequestSort.d.mts +5 -0
  413. package/dist/esm/api/resources/posts/types/ListPostsRequestSort.mjs +5 -0
  414. package/dist/esm/api/resources/posts/types/ListPostsRequestType.d.mts +8 -0
  415. package/dist/esm/api/resources/posts/types/ListPostsRequestType.mjs +8 -0
  416. package/dist/esm/api/resources/posts/types/ListReactionsPostsRequestType.d.mts +7 -0
  417. package/dist/esm/api/resources/posts/types/ListReactionsPostsRequestType.mjs +7 -0
  418. package/dist/esm/api/resources/posts/types/RetrievePostPostsResponse.d.mts +27 -0
  419. package/dist/esm/api/resources/posts/types/RetrieveReactionPostsResponse.d.mts +19 -0
  420. package/dist/esm/api/resources/posts/types/UpdatePostsResponse.d.mts +23 -0
  421. package/dist/esm/api/resources/posts/types/index.d.mts +9 -13
  422. package/dist/esm/api/resources/posts/types/index.mjs +9 -13
  423. package/dist/esm/api/resources/privateMessages/client/Client.d.mts +68 -33
  424. package/dist/esm/api/resources/privateMessages/client/Client.mjs +137 -70
  425. package/dist/esm/api/resources/privateMessages/client/requests/CreatePrivateMessagesRequest.d.mts +21 -0
  426. package/dist/esm/api/resources/privateMessages/client/requests/CreateReplyPrivateMessagesRequest.d.mts +24 -0
  427. package/dist/esm/api/resources/privateMessages/client/requests/DeletePrivateMessagesRequest.d.mts +10 -0
  428. package/dist/esm/api/resources/privateMessages/client/requests/DeleteReplyPrivateMessagesRequest.d.mts +13 -0
  429. package/dist/esm/api/resources/privateMessages/client/requests/ListPrivateMessagesRequest.d.mts +12 -0
  430. package/dist/esm/api/resources/privateMessages/client/requests/ListRepliesPrivateMessagesRequest.d.mts +14 -0
  431. package/dist/esm/api/resources/privateMessages/client/requests/RetrievePrivateMessagesRequest.d.mts +10 -0
  432. package/dist/esm/api/resources/privateMessages/client/requests/RetrieveReplyPrivateMessagesRequest.d.mts +13 -0
  433. package/dist/esm/api/resources/privateMessages/client/requests/UpdatePrivateMessagesRequest.d.mts +16 -0
  434. package/dist/esm/api/resources/privateMessages/client/requests/index.d.mts +9 -8
  435. package/dist/esm/api/resources/privateMessages/types/RetrieveReplyPrivateMessagesResponse.d.mts +14 -0
  436. package/dist/esm/api/resources/privateMessages/types/UpdatePrivateMessagesResponse.d.mts +26 -0
  437. package/dist/esm/api/resources/privateMessages/types/index.d.mts +2 -8
  438. package/dist/esm/api/resources/privateMessages/types/index.mjs +2 -8
  439. package/dist/esm/api/resources/reports/client/Client.d.mts +48 -17
  440. package/dist/esm/api/resources/reports/client/Client.mjs +120 -32
  441. package/dist/esm/api/resources/reports/client/requests/CreateReportsRequest.d.mts +22 -0
  442. package/dist/esm/api/resources/reports/client/requests/DeleteReportsRequest.d.mts +10 -0
  443. package/dist/esm/api/resources/reports/client/requests/ListReportsRequest.d.mts +16 -0
  444. package/dist/esm/api/resources/reports/client/requests/RetrieveReportsRequest.d.mts +10 -0
  445. package/dist/esm/api/resources/reports/client/requests/UpdateReportsRequest.d.mts +16 -0
  446. package/dist/esm/api/resources/reports/client/requests/index.d.mts +5 -4
  447. package/dist/esm/api/resources/reports/types/UpdateReportsResponse.d.mts +28 -0
  448. package/dist/esm/api/resources/reports/types/index.d.mts +1 -4
  449. package/dist/esm/api/resources/reports/types/index.mjs +1 -4
  450. package/dist/esm/api/resources/roles/client/Client.d.mts +34 -21
  451. package/dist/esm/api/resources/roles/client/Client.mjs +46 -37
  452. package/dist/esm/api/resources/roles/client/requests/CreateRolesRequest.d.mts +18 -0
  453. package/dist/esm/api/resources/roles/client/requests/DeleteRolesRequest.d.mts +10 -0
  454. package/dist/esm/api/resources/roles/client/requests/ListRolesRequest.d.mts +15 -0
  455. package/dist/esm/api/resources/roles/client/requests/RetrieveRolesRequest.d.mts +10 -0
  456. package/dist/esm/api/resources/roles/client/requests/UpdateRolesRequest.d.mts +20 -0
  457. package/dist/esm/api/resources/roles/client/requests/index.d.mts +5 -5
  458. package/dist/esm/api/resources/roles/types/ListRolesRequestSort.d.mts +6 -0
  459. package/dist/esm/api/resources/roles/types/ListRolesRequestSort.mjs +6 -0
  460. package/dist/esm/api/resources/roles/types/UpdateRolesResponse.d.mts +22 -0
  461. package/dist/esm/api/resources/roles/types/index.d.mts +2 -5
  462. package/dist/esm/api/resources/roles/types/index.mjs +2 -5
  463. package/dist/esm/api/resources/search/client/Client.d.mts +29 -0
  464. package/dist/esm/api/resources/search/client/Client.mjs +78 -0
  465. package/dist/esm/api/resources/search/client/index.d.mts +1 -0
  466. package/dist/esm/api/resources/search/client/index.mjs +1 -0
  467. package/dist/esm/api/resources/search/index.d.mts +2 -0
  468. package/dist/esm/api/resources/search/index.mjs +2 -0
  469. package/dist/esm/api/resources/search/types/SearchSearchResponse.d.mts +33 -0
  470. package/dist/esm/api/resources/search/types/SearchSearchResponse.mjs +19 -0
  471. package/dist/esm/api/resources/search/types/index.d.mts +1 -0
  472. package/dist/esm/api/resources/search/types/index.mjs +1 -0
  473. package/dist/esm/api/resources/ssOs/client/Client.d.mts +44 -21
  474. package/dist/esm/api/resources/ssOs/client/Client.mjs +54 -37
  475. package/dist/esm/api/resources/ssOs/client/requests/CreateSsOsRequest.d.mts +24 -0
  476. package/dist/esm/api/resources/ssOs/client/requests/DeleteSsOsRequest.d.mts +10 -0
  477. package/dist/esm/api/resources/ssOs/client/requests/ListSsOsRequest.d.mts +10 -0
  478. package/dist/esm/api/resources/ssOs/client/requests/RetrieveSsOsRequest.d.mts +10 -0
  479. package/dist/esm/api/resources/ssOs/client/requests/UpdateSsOsRequest.d.mts +24 -0
  480. package/dist/esm/api/resources/ssOs/client/requests/index.d.mts +5 -5
  481. package/dist/esm/api/resources/ssOs/types/UpdateSsOsResponse.d.mts +29 -0
  482. package/dist/esm/api/resources/ssOs/types/UpdateSsOsResponse.mjs +13 -0
  483. package/dist/esm/api/resources/ssOs/types/index.d.mts +1 -5
  484. package/dist/esm/api/resources/ssOs/types/index.mjs +1 -5
  485. package/dist/esm/api/resources/tags/client/Client.d.mts +48 -33
  486. package/dist/esm/api/resources/tags/client/Client.mjs +69 -68
  487. package/dist/esm/api/resources/tags/client/requests/CreateTagsRequest.d.mts +18 -0
  488. package/dist/esm/api/resources/tags/client/requests/DeleteSubscriberTagsRequest.d.mts +13 -0
  489. package/dist/esm/api/resources/tags/client/requests/DeleteTagsRequest.d.mts +10 -0
  490. package/dist/esm/api/resources/tags/client/requests/ListSubscribersTagsRequest.d.mts +14 -0
  491. package/dist/esm/api/resources/tags/client/requests/ListTagsRequest.d.mts +12 -0
  492. package/dist/esm/api/resources/tags/client/requests/RetrieveSubscriberTagsRequest.d.mts +13 -0
  493. package/dist/esm/api/resources/tags/client/requests/RetrieveTagsRequest.d.mts +10 -0
  494. package/dist/esm/api/resources/tags/client/requests/UpdateTagsRequest.d.mts +20 -0
  495. package/dist/esm/api/resources/tags/client/requests/index.d.mts +8 -8
  496. package/dist/esm/api/resources/tags/types/RetrieveSubscriberTagsResponse.d.mts +19 -0
  497. package/dist/esm/api/resources/tags/types/UpdateTagsResponse.d.mts +22 -0
  498. package/dist/esm/api/resources/tags/types/index.d.mts +2 -8
  499. package/dist/esm/api/resources/tags/types/index.mjs +2 -8
  500. package/dist/esm/api/resources/threads/client/Client.d.mts +94 -91
  501. package/dist/esm/api/resources/threads/client/Client.mjs +149 -209
  502. package/dist/esm/api/resources/threads/client/requests/CreatePollThreadsRequest.d.mts +35 -0
  503. package/dist/esm/api/resources/threads/client/requests/CreateReactionThreadsRequest.d.mts +27 -0
  504. package/dist/esm/api/resources/threads/client/requests/CreateReactionThreadsRequest.mjs +11 -0
  505. package/dist/esm/api/resources/threads/client/requests/CreateThreadsRequest.d.mts +46 -0
  506. package/dist/esm/api/resources/threads/client/requests/DeletePostThreadsRequest.d.mts +13 -0
  507. package/dist/esm/api/resources/threads/client/requests/DeleteReactionThreadsRequest.d.mts +13 -0
  508. package/dist/esm/api/resources/threads/client/requests/DeleteSubscriberThreadsRequest.d.mts +13 -0
  509. package/dist/esm/api/resources/threads/client/requests/DeleteThreadsRequest.d.mts +10 -0
  510. package/dist/esm/api/resources/threads/client/requests/ListPostsThreadsRequest.d.mts +23 -0
  511. package/dist/esm/api/resources/threads/client/requests/ListReactionsThreadsRequest.d.mts +17 -0
  512. package/dist/esm/api/resources/threads/client/requests/ListSubscribersThreadsRequest.d.mts +14 -0
  513. package/dist/esm/api/resources/threads/client/requests/ListThreadsRequest.d.mts +19 -0
  514. package/dist/esm/api/resources/threads/client/requests/RetrievePollThreadsRequest.d.mts +10 -0
  515. package/dist/esm/api/resources/threads/client/requests/RetrievePostThreadsRequest.d.mts +13 -0
  516. package/dist/esm/api/resources/threads/client/requests/RetrieveReactionThreadsRequest.d.mts +13 -0
  517. package/dist/esm/api/resources/threads/client/requests/RetrieveSubscriberThreadsRequest.d.mts +13 -0
  518. package/dist/esm/api/resources/threads/client/requests/RetrieveThreadsRequest.d.mts +10 -0
  519. package/dist/esm/api/resources/threads/client/requests/UpdatePollThreadsRequest.d.mts +18 -0
  520. package/dist/esm/api/resources/threads/client/requests/UpdateThreadsRequest.d.mts +22 -0
  521. package/dist/esm/api/resources/threads/client/requests/index.d.mts +18 -19
  522. package/dist/esm/api/resources/threads/client/requests/index.mjs +1 -1
  523. package/dist/esm/api/resources/threads/types/DeleteReactionThreadsResponse.d.mts +8 -0
  524. package/dist/esm/api/resources/threads/types/ListPostsThreadsRequestSort.d.mts +5 -0
  525. package/dist/esm/api/resources/threads/types/ListPostsThreadsRequestSort.mjs +5 -0
  526. package/dist/esm/api/resources/threads/types/ListPostsThreadsRequestType.d.mts +8 -0
  527. package/dist/esm/api/resources/threads/types/ListPostsThreadsRequestType.mjs +8 -0
  528. package/dist/esm/api/resources/threads/types/ListReactionsThreadsRequestType.d.mts +7 -0
  529. package/dist/esm/api/resources/threads/types/ListReactionsThreadsRequestType.mjs +7 -0
  530. package/dist/esm/api/resources/threads/types/ListThreadsRequestSort.d.mts +6 -0
  531. package/dist/esm/api/resources/threads/types/ListThreadsRequestSort.mjs +6 -0
  532. package/dist/esm/api/resources/threads/types/RetrievePostThreadsResponse.d.mts +26 -0
  533. package/dist/esm/api/resources/threads/types/RetrieveReactionThreadsResponse.d.mts +19 -0
  534. package/dist/esm/api/resources/threads/types/RetrieveSubscriberThreadsResponse.d.mts +19 -0
  535. package/dist/esm/api/resources/threads/types/UpdateThreadsResponse.d.mts +55 -0
  536. package/dist/esm/api/resources/threads/types/index.d.mts +9 -19
  537. package/dist/esm/api/resources/threads/types/index.mjs +9 -19
  538. package/dist/esm/api/resources/users/client/Client.d.mts +75 -41
  539. package/dist/esm/api/resources/users/client/Client.mjs +152 -94
  540. package/dist/esm/api/resources/users/client/requests/CreateUsersRequest.d.mts +26 -0
  541. package/dist/esm/api/resources/users/client/requests/DeleteFollowerUsersRequest.d.mts +13 -0
  542. package/dist/esm/api/resources/users/client/requests/DeleteFollowingUsersRequest.d.mts +13 -0
  543. package/dist/esm/api/resources/users/client/requests/DeleteUsersRequest.d.mts +10 -0
  544. package/dist/esm/api/resources/users/client/requests/ListFollowersUsersRequest.d.mts +14 -0
  545. package/dist/esm/api/resources/users/client/requests/ListFollowingUsersRequest.d.mts +14 -0
  546. package/dist/esm/api/resources/users/client/requests/ListUsersRequest.d.mts +15 -0
  547. package/dist/esm/api/resources/users/client/requests/RetrieveFollowerUsersRequest.d.mts +13 -0
  548. package/dist/esm/api/resources/users/client/requests/RetrieveFollowingUsersRequest.d.mts +13 -0
  549. package/dist/esm/api/resources/users/client/requests/RetrieveUsersRequest.d.mts +10 -0
  550. package/dist/esm/api/resources/users/client/requests/UpdateUsersRequest.d.mts +28 -0
  551. package/dist/esm/api/resources/users/client/requests/index.d.mts +11 -10
  552. package/dist/esm/api/resources/users/types/ListUsersRequestSort.d.mts +5 -0
  553. package/dist/esm/api/resources/users/types/ListUsersRequestSort.mjs +5 -0
  554. package/dist/esm/api/resources/users/types/RetrieveFollowerUsersResponse.d.mts +19 -0
  555. package/dist/esm/api/resources/users/types/RetrieveFollowingUsersResponse.d.mts +19 -0
  556. package/dist/esm/api/resources/users/types/UpdateUsersResponse.d.mts +43 -0
  557. package/dist/esm/api/resources/users/types/index.d.mts +4 -10
  558. package/dist/esm/api/resources/users/types/index.mjs +4 -10
  559. package/dist/esm/api/resources/webhooks/client/Client.d.mts +74 -29
  560. package/dist/esm/api/resources/webhooks/client/Client.mjs +151 -61
  561. package/dist/esm/api/resources/webhooks/client/requests/CreateWebhooksRequest.d.mts +22 -0
  562. package/dist/esm/api/resources/webhooks/client/requests/DeleteDeliveryWebhooksRequest.d.mts +13 -0
  563. package/dist/esm/api/resources/webhooks/client/requests/DeleteWebhooksRequest.d.mts +10 -0
  564. package/dist/esm/api/resources/webhooks/client/requests/ListDeliveriesWebhooksRequest.d.mts +14 -0
  565. package/dist/esm/api/resources/webhooks/client/requests/ListWebhooksRequest.d.mts +10 -0
  566. package/dist/esm/api/resources/webhooks/client/requests/RetrieveDeliveryWebhooksRequest.d.mts +13 -0
  567. package/dist/esm/api/resources/webhooks/client/requests/RetrieveWebhooksRequest.d.mts +10 -0
  568. package/dist/esm/api/resources/webhooks/client/requests/UpdateWebhooksRequest.d.mts +22 -0
  569. package/dist/esm/api/resources/webhooks/client/requests/index.d.mts +8 -7
  570. package/dist/esm/api/resources/webhooks/types/RetrieveDeliveryWebhooksResponse.d.mts +16 -0
  571. package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponse.d.mts +26 -0
  572. package/dist/esm/api/resources/webhooks/types/index.d.mts +2 -7
  573. package/dist/esm/api/resources/webhooks/types/index.mjs +2 -7
  574. package/dist/esm/api/types/Auth.d.mts +1 -0
  575. package/dist/esm/api/types/AuthListResponse.d.mts +18 -0
  576. package/dist/esm/api/types/AuthResponse.d.mts +6 -1
  577. package/dist/esm/api/types/ForgotPasswordResponse.d.mts +9 -0
  578. package/dist/esm/api/types/Integration.d.mts +27 -0
  579. package/dist/esm/api/types/Integration.mjs +13 -0
  580. package/dist/esm/api/types/IntegrationCreate.d.mts +2 -0
  581. package/dist/esm/api/types/IntegrationList.d.mts +6 -0
  582. package/dist/esm/api/types/IntegrationListResponse.d.mts +44 -0
  583. package/dist/esm/api/types/IntegrationListResponse.mjs +22 -0
  584. package/dist/esm/api/types/IntegrationResponse.d.mts +28 -21
  585. package/dist/esm/api/types/IntegrationResponse.mjs +12 -9
  586. package/dist/esm/api/types/IntegrationUpdate.d.mts +2 -0
  587. package/dist/esm/api/types/LoginResponse.d.mts +22 -0
  588. package/dist/esm/api/types/MeResponse.d.mts +31 -0
  589. package/dist/esm/api/types/Notification.d.mts +25 -0
  590. package/dist/esm/api/types/NotificationListResponse.d.mts +42 -0
  591. package/dist/esm/api/types/NotificationResponse.d.mts +28 -23
  592. package/dist/esm/api/types/Post.d.mts +18 -0
  593. package/dist/esm/api/types/PostListResponse.d.mts +35 -0
  594. package/dist/esm/api/types/PostPost.d.mts +22 -0
  595. package/dist/esm/api/types/PostPostListResponse.d.mts +37 -0
  596. package/dist/esm/api/types/PostPostResponse.d.mts +27 -0
  597. package/dist/esm/api/types/PostReaction.d.mts +14 -0
  598. package/dist/esm/api/types/PostReactionCreate.d.mts +18 -0
  599. package/dist/esm/api/types/PostReactionCreate.mjs +11 -0
  600. package/dist/esm/api/types/PostReactionListResponse.d.mts +29 -0
  601. package/dist/esm/api/types/PostReactionResponse.d.mts +19 -0
  602. package/dist/esm/api/types/PostResponse.d.mts +21 -16
  603. package/dist/esm/api/types/PrivateMessage.d.mts +21 -0
  604. package/dist/esm/api/types/PrivateMessageListResponse.d.mts +38 -0
  605. package/dist/esm/api/types/PrivateMessageReply.d.mts +9 -0
  606. package/dist/esm/api/types/PrivateMessageReplyCreate.d.mts +14 -0
  607. package/dist/esm/api/types/PrivateMessageReplyListResponse.d.mts +24 -0
  608. package/dist/esm/api/types/PrivateMessageReplyResponse.d.mts +14 -0
  609. package/dist/esm/api/types/PrivateMessageResponse.d.mts +24 -19
  610. package/dist/esm/api/types/PrivateMessageUpdate.d.mts +8 -0
  611. package/dist/esm/api/types/RegisterResponse.d.mts +22 -0
  612. package/dist/esm/api/types/Report.d.mts +23 -0
  613. package/dist/esm/api/types/ReportListResponse.d.mts +40 -0
  614. package/dist/esm/api/types/ReportResponse.d.mts +26 -21
  615. package/dist/esm/api/types/ReportUpdate.d.mts +8 -0
  616. package/dist/esm/api/types/ResetPasswordResponse.d.mts +8 -0
  617. package/dist/esm/api/types/Role.d.mts +17 -0
  618. package/dist/esm/api/types/RoleList.d.mts +19 -0
  619. package/dist/esm/api/types/RoleList.mjs +10 -0
  620. package/dist/esm/api/types/RoleListResponse.d.mts +34 -0
  621. package/dist/esm/api/types/RoleResponse.d.mts +20 -15
  622. package/dist/esm/api/types/Search.d.mts +1 -0
  623. package/dist/esm/api/types/SearchListResponse.d.mts +18 -0
  624. package/dist/esm/api/types/SearchResponse.d.mts +6 -0
  625. package/dist/esm/api/types/Sso.d.mts +24 -0
  626. package/dist/esm/api/types/Sso.mjs +10 -0
  627. package/dist/esm/api/types/SsoCreate.d.mts +2 -0
  628. package/dist/esm/api/types/SsoList.d.mts +6 -0
  629. package/dist/esm/api/types/SsoListResponse.d.mts +41 -0
  630. package/dist/esm/api/types/SsoListResponse.mjs +19 -0
  631. package/dist/esm/api/types/SsoResponse.d.mts +25 -18
  632. package/dist/esm/api/types/SsoResponse.mjs +9 -6
  633. package/dist/esm/api/types/SsoUpdate.d.mts +2 -0
  634. package/dist/esm/api/types/SuccessResponse.d.mts +8 -0
  635. package/dist/esm/api/types/Tag.d.mts +17 -0
  636. package/dist/esm/api/types/TagListResponse.d.mts +34 -0
  637. package/dist/esm/api/types/TagResponse.d.mts +20 -15
  638. package/dist/esm/api/types/TagSubscriber.d.mts +14 -0
  639. package/dist/esm/api/types/TagSubscriberListResponse.d.mts +29 -0
  640. package/dist/esm/api/types/TagSubscriberResponse.d.mts +19 -0
  641. package/dist/esm/api/types/Thread.d.mts +30 -0
  642. package/dist/esm/api/types/ThreadCreate.d.mts +6 -0
  643. package/dist/esm/api/types/ThreadListResponse.d.mts +67 -0
  644. package/dist/esm/api/types/ThreadPoll.d.mts +22 -0
  645. package/dist/esm/api/types/ThreadPollCreate.d.mts +23 -0
  646. package/dist/esm/api/types/ThreadPollListResponse.d.mts +37 -0
  647. package/dist/esm/api/types/ThreadPollResponse.d.mts +27 -0
  648. package/dist/esm/api/types/ThreadPost.d.mts +21 -0
  649. package/dist/esm/api/types/ThreadPostListResponse.d.mts +36 -0
  650. package/dist/esm/api/types/ThreadPostResponse.d.mts +26 -0
  651. package/dist/esm/api/types/ThreadReaction.d.mts +14 -0
  652. package/dist/esm/api/types/ThreadReactionCreate.d.mts +18 -0
  653. package/dist/esm/api/types/ThreadReactionCreate.mjs +11 -0
  654. package/dist/esm/api/types/ThreadReactionListResponse.d.mts +29 -0
  655. package/dist/esm/api/types/ThreadReactionResponse.d.mts +19 -0
  656. package/dist/esm/api/types/ThreadResponse.d.mts +46 -41
  657. package/dist/esm/api/types/ThreadSubscriber.d.mts +14 -0
  658. package/dist/esm/api/types/ThreadSubscriberListResponse.d.mts +29 -0
  659. package/dist/esm/api/types/ThreadSubscriberResponse.d.mts +19 -0
  660. package/dist/esm/api/types/User.d.mts +38 -0
  661. package/dist/esm/api/types/UserCreate.d.mts +20 -0
  662. package/dist/esm/api/types/UserFollower.d.mts +14 -0
  663. package/dist/esm/api/types/UserFollowerListResponse.d.mts +29 -0
  664. package/dist/esm/api/types/UserFollowerResponse.d.mts +19 -0
  665. package/dist/esm/api/types/UserFollowing.d.mts +14 -0
  666. package/dist/esm/api/types/UserFollowingListResponse.d.mts +29 -0
  667. package/dist/esm/api/types/UserFollowingResponse.d.mts +19 -0
  668. package/dist/esm/api/types/UserListResponse.d.mts +55 -0
  669. package/dist/esm/api/types/UserListResponse.mjs +2 -0
  670. package/dist/esm/api/types/UserResponse.d.mts +37 -32
  671. package/dist/esm/api/types/Webhook.d.mts +21 -0
  672. package/dist/esm/api/types/Webhook.mjs +2 -0
  673. package/dist/esm/api/types/WebhookCreate.d.mts +4 -0
  674. package/dist/esm/api/types/WebhookDelivery.d.mts +11 -0
  675. package/dist/esm/api/types/WebhookDelivery.mjs +2 -0
  676. package/dist/esm/api/types/WebhookDeliveryListResponse.d.mts +26 -0
  677. package/dist/esm/api/types/WebhookDeliveryListResponse.mjs +2 -0
  678. package/dist/esm/api/types/WebhookDeliveryResponse.d.mts +16 -0
  679. package/dist/esm/api/types/WebhookDeliveryResponse.mjs +2 -0
  680. package/dist/esm/api/types/WebhookListResponse.d.mts +38 -0
  681. package/dist/esm/api/types/WebhookListResponse.mjs +2 -0
  682. package/dist/esm/api/types/WebhookResponse.d.mts +24 -17
  683. package/dist/esm/api/types/WebhookUpdate.d.mts +14 -0
  684. package/dist/esm/api/types/WebhookUpdate.mjs +2 -0
  685. package/dist/esm/api/types/index.d.mts +77 -0
  686. package/dist/esm/api/types/index.mjs +77 -0
  687. package/dist/esm/auth/HeaderAuthProvider.d.mts +14 -10
  688. package/dist/esm/auth/HeaderAuthProvider.mjs +18 -9
  689. package/dist/esm/core/fetcher/EndpointSupplier.d.mts +2 -2
  690. package/dist/esm/core/fetcher/Fetcher.d.mts +1 -2
  691. package/dist/esm/core/headers.d.mts +2 -2
  692. package/dist/esm/version.d.mts +1 -1
  693. package/dist/esm/version.mjs +1 -1
  694. package/package.json +2 -2
  695. package/reference.md +1469 -369
  696. package/dist/cjs/api/resources/auth/client/requests/PostAuthForgotPasswordRequest.d.ts +0 -10
  697. package/dist/cjs/api/resources/auth/client/requests/PostAuthLoginRequest.d.ts +0 -13
  698. package/dist/cjs/api/resources/auth/client/requests/PostAuthRegisterRequest.d.ts +0 -24
  699. package/dist/cjs/api/resources/auth/client/requests/PostAuthResetPasswordRequest.d.ts +0 -16
  700. package/dist/cjs/api/resources/auth/types/GetAuthMeResponse.d.ts +0 -9
  701. package/dist/cjs/api/resources/auth/types/PostAuthForgotPasswordResponse.d.ts +0 -9
  702. package/dist/cjs/api/resources/auth/types/PostAuthLoginResponse.d.ts +0 -22
  703. package/dist/cjs/api/resources/auth/types/PostAuthRegisterResponse.d.ts +0 -22
  704. package/dist/cjs/api/resources/auth/types/PostAuthResetPasswordResponse.d.ts +0 -8
  705. package/dist/cjs/api/resources/auth/types/index.d.ts +0 -5
  706. package/dist/cjs/api/resources/auth/types/index.js +0 -21
  707. package/dist/cjs/api/resources/integrations/client/requests/DeleteIntegrationsIdRequest.d.ts +0 -9
  708. package/dist/cjs/api/resources/integrations/client/requests/GetIntegrationsIdRequest.d.ts +0 -9
  709. package/dist/cjs/api/resources/integrations/client/requests/GetIntegrationsRequest.d.ts +0 -9
  710. package/dist/cjs/api/resources/integrations/client/requests/PatchIntegrationsIdRequest.d.ts +0 -15
  711. package/dist/cjs/api/resources/integrations/client/requests/PostIntegrationsRequest.d.ts +0 -16
  712. package/dist/cjs/api/resources/integrations/types/DeleteIntegrationsIdResponse.d.ts +0 -3
  713. package/dist/cjs/api/resources/integrations/types/GetIntegrationsIdResponse.d.ts +0 -30
  714. package/dist/cjs/api/resources/integrations/types/GetIntegrationsIdResponse.js +0 -19
  715. package/dist/cjs/api/resources/integrations/types/GetIntegrationsResponse.d.ts +0 -42
  716. package/dist/cjs/api/resources/integrations/types/GetIntegrationsResponse.js +0 -25
  717. package/dist/cjs/api/resources/integrations/types/PatchIntegrationsIdResponse.d.ts +0 -30
  718. package/dist/cjs/api/resources/integrations/types/PatchIntegrationsIdResponse.js +0 -19
  719. package/dist/cjs/api/resources/integrations/types/PostIntegrationsResponse.d.ts +0 -30
  720. package/dist/cjs/api/resources/integrations/types/PostIntegrationsResponse.js +0 -19
  721. package/dist/cjs/api/resources/notifications/client/requests/DeleteNotificationsIdRequest.d.ts +0 -9
  722. package/dist/cjs/api/resources/notifications/client/requests/GetNotificationsIdRequest.d.ts +0 -9
  723. package/dist/cjs/api/resources/notifications/client/requests/GetNotificationsRequest.d.ts +0 -9
  724. package/dist/cjs/api/resources/notifications/client/requests/PatchNotificationsIdRequest.d.ts +0 -23
  725. package/dist/cjs/api/resources/notifications/client/requests/PatchNotificationsIdRequest.js +0 -14
  726. package/dist/cjs/api/resources/notifications/client/requests/PostNotificationsRequest.d.ts +0 -37
  727. package/dist/cjs/api/resources/notifications/client/requests/PostNotificationsRequest.js +0 -14
  728. package/dist/cjs/api/resources/notifications/types/DeleteNotificationsIdResponse.d.ts +0 -3
  729. package/dist/cjs/api/resources/notifications/types/GetNotificationsIdResponse.d.ts +0 -30
  730. package/dist/cjs/api/resources/notifications/types/GetNotificationsResponse.d.ts +0 -42
  731. package/dist/cjs/api/resources/notifications/types/PatchNotificationsIdResponse.d.ts +0 -30
  732. package/dist/cjs/api/resources/notifications/types/PostNotificationsResponse.d.ts +0 -30
  733. package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdPostsSubIdRequest.d.ts +0 -13
  734. package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdReactionsRequest.d.ts +0 -10
  735. package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdReactionsSubIdRequest.d.ts +0 -13
  736. package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdRequest.d.ts +0 -9
  737. package/dist/cjs/api/resources/posts/client/requests/GetPostsIdPostsRequest.d.ts +0 -14
  738. package/dist/cjs/api/resources/posts/client/requests/GetPostsIdPostsSubIdRequest.d.ts +0 -13
  739. package/dist/cjs/api/resources/posts/client/requests/GetPostsIdReactionsRequest.d.ts +0 -14
  740. package/dist/cjs/api/resources/posts/client/requests/GetPostsIdReactionsSubIdRequest.d.ts +0 -13
  741. package/dist/cjs/api/resources/posts/client/requests/GetPostsIdRequest.d.ts +0 -9
  742. package/dist/cjs/api/resources/posts/client/requests/GetPostsRequest.d.ts +0 -9
  743. package/dist/cjs/api/resources/posts/client/requests/PatchPostsIdRequest.d.ts +0 -17
  744. package/dist/cjs/api/resources/posts/client/requests/PostPostsIdReactionsRequest.d.ts +0 -27
  745. package/dist/cjs/api/resources/posts/client/requests/PostPostsIdReactionsRequest.js +0 -14
  746. package/dist/cjs/api/resources/posts/client/requests/PostPostsRequest.d.ts +0 -18
  747. package/dist/cjs/api/resources/posts/types/DeletePostsIdPostsSubIdResponse.d.ts +0 -3
  748. package/dist/cjs/api/resources/posts/types/DeletePostsIdReactionsResponse.d.ts +0 -3
  749. package/dist/cjs/api/resources/posts/types/DeletePostsIdReactionsSubIdResponse.d.ts +0 -3
  750. package/dist/cjs/api/resources/posts/types/DeletePostsIdResponse.d.ts +0 -3
  751. package/dist/cjs/api/resources/posts/types/GetPostsIdPostsResponse.d.ts +0 -16
  752. package/dist/cjs/api/resources/posts/types/GetPostsIdPostsSubIdResponse.d.ts +0 -6
  753. package/dist/cjs/api/resources/posts/types/GetPostsIdReactionsResponse.d.ts +0 -16
  754. package/dist/cjs/api/resources/posts/types/GetPostsIdReactionsSubIdResponse.d.ts +0 -6
  755. package/dist/cjs/api/resources/posts/types/GetPostsIdResponse.d.ts +0 -23
  756. package/dist/cjs/api/resources/posts/types/GetPostsResponse.d.ts +0 -35
  757. package/dist/cjs/api/resources/posts/types/PatchPostsIdResponse.d.ts +0 -23
  758. package/dist/cjs/api/resources/posts/types/PostPostsIdReactionsResponse.d.ts +0 -6
  759. package/dist/cjs/api/resources/posts/types/PostPostsResponse.d.ts +0 -23
  760. package/dist/cjs/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.d.ts +0 -13
  761. package/dist/cjs/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRequest.d.ts +0 -9
  762. package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.d.ts +0 -14
  763. package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.d.ts +0 -13
  764. package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRequest.d.ts +0 -9
  765. package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesRequest.d.ts +0 -9
  766. package/dist/cjs/api/resources/privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.d.ts +0 -24
  767. package/dist/cjs/api/resources/privateMessages/client/requests/PostPrivateMessagesRequest.d.ts +0 -21
  768. package/dist/cjs/api/resources/privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.d.ts +0 -3
  769. package/dist/cjs/api/resources/privateMessages/types/DeletePrivateMessagesIdResponse.d.ts +0 -3
  770. package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesResponse.d.ts +0 -16
  771. package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.d.ts +0 -6
  772. package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdResponse.d.ts +0 -26
  773. package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesResponse.d.ts +0 -38
  774. package/dist/cjs/api/resources/privateMessages/types/PostPrivateMessagesIdRepliesResponse.d.ts +0 -6
  775. package/dist/cjs/api/resources/privateMessages/types/PostPrivateMessagesResponse.d.ts +0 -26
  776. package/dist/cjs/api/resources/reports/client/requests/DeleteReportsIdRequest.d.ts +0 -9
  777. package/dist/cjs/api/resources/reports/client/requests/GetReportsIdRequest.d.ts +0 -9
  778. package/dist/cjs/api/resources/reports/client/requests/GetReportsRequest.d.ts +0 -9
  779. package/dist/cjs/api/resources/reports/client/requests/PostReportsRequest.d.ts +0 -22
  780. package/dist/cjs/api/resources/reports/types/DeleteReportsIdResponse.d.ts +0 -3
  781. package/dist/cjs/api/resources/reports/types/GetReportsIdResponse.d.ts +0 -28
  782. package/dist/cjs/api/resources/reports/types/GetReportsResponse.d.ts +0 -40
  783. package/dist/cjs/api/resources/reports/types/PostReportsResponse.d.ts +0 -28
  784. package/dist/cjs/api/resources/roles/client/requests/DeleteRolesIdRequest.d.ts +0 -9
  785. package/dist/cjs/api/resources/roles/client/requests/GetRolesIdRequest.d.ts +0 -9
  786. package/dist/cjs/api/resources/roles/client/requests/GetRolesRequest.d.ts +0 -9
  787. package/dist/cjs/api/resources/roles/client/requests/PatchRolesIdRequest.d.ts +0 -19
  788. package/dist/cjs/api/resources/roles/client/requests/PostRolesRequest.d.ts +0 -18
  789. package/dist/cjs/api/resources/roles/types/DeleteRolesIdResponse.d.ts +0 -3
  790. package/dist/cjs/api/resources/roles/types/GetRolesIdResponse.d.ts +0 -22
  791. package/dist/cjs/api/resources/roles/types/GetRolesResponse.d.ts +0 -34
  792. package/dist/cjs/api/resources/roles/types/PatchRolesIdResponse.d.ts +0 -22
  793. package/dist/cjs/api/resources/roles/types/PostRolesResponse.d.ts +0 -22
  794. package/dist/cjs/api/resources/ssOs/client/requests/DeleteSsoIdRequest.d.ts +0 -9
  795. package/dist/cjs/api/resources/ssOs/client/requests/GetSsoIdRequest.d.ts +0 -9
  796. package/dist/cjs/api/resources/ssOs/client/requests/GetSsoRequest.d.ts +0 -9
  797. package/dist/cjs/api/resources/ssOs/client/requests/PatchSsoIdRequest.d.ts +0 -21
  798. package/dist/cjs/api/resources/ssOs/client/requests/PostSsoRequest.d.ts +0 -22
  799. package/dist/cjs/api/resources/ssOs/types/DeleteSsoIdResponse.d.ts +0 -3
  800. package/dist/cjs/api/resources/ssOs/types/GetSsoIdResponse.d.ts +0 -27
  801. package/dist/cjs/api/resources/ssOs/types/GetSsoIdResponse.js +0 -16
  802. package/dist/cjs/api/resources/ssOs/types/GetSsoResponse.d.ts +0 -39
  803. package/dist/cjs/api/resources/ssOs/types/GetSsoResponse.js +0 -22
  804. package/dist/cjs/api/resources/ssOs/types/PatchSsoIdResponse.d.ts +0 -27
  805. package/dist/cjs/api/resources/ssOs/types/PatchSsoIdResponse.js +0 -16
  806. package/dist/cjs/api/resources/ssOs/types/PostSsoResponse.d.ts +0 -27
  807. package/dist/cjs/api/resources/ssOs/types/PostSsoResponse.js +0 -16
  808. package/dist/cjs/api/resources/tags/client/requests/DeleteTagsIdRequest.d.ts +0 -9
  809. package/dist/cjs/api/resources/tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.d.ts +0 -13
  810. package/dist/cjs/api/resources/tags/client/requests/GetTagsIdRequest.d.ts +0 -9
  811. package/dist/cjs/api/resources/tags/client/requests/GetTagsIdSubscribersRequest.d.ts +0 -14
  812. package/dist/cjs/api/resources/tags/client/requests/GetTagsIdSubscribersSubIdRequest.d.ts +0 -13
  813. package/dist/cjs/api/resources/tags/client/requests/GetTagsRequest.d.ts +0 -9
  814. package/dist/cjs/api/resources/tags/client/requests/PatchTagsIdRequest.d.ts +0 -19
  815. package/dist/cjs/api/resources/tags/client/requests/PostTagsRequest.d.ts +0 -18
  816. package/dist/cjs/api/resources/tags/types/DeleteTagsIdResponse.d.ts +0 -3
  817. package/dist/cjs/api/resources/tags/types/DeleteTagsIdSubscribersSubIdResponse.d.ts +0 -3
  818. package/dist/cjs/api/resources/tags/types/GetTagsIdResponse.d.ts +0 -22
  819. package/dist/cjs/api/resources/tags/types/GetTagsIdSubscribersResponse.d.ts +0 -16
  820. package/dist/cjs/api/resources/tags/types/GetTagsIdSubscribersSubIdResponse.d.ts +0 -6
  821. package/dist/cjs/api/resources/tags/types/GetTagsResponse.d.ts +0 -34
  822. package/dist/cjs/api/resources/tags/types/PatchTagsIdResponse.d.ts +0 -22
  823. package/dist/cjs/api/resources/tags/types/PostTagsResponse.d.ts +0 -22
  824. package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdPostsSubIdRequest.d.ts +0 -13
  825. package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdReactionsRequest.d.ts +0 -10
  826. package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.d.ts +0 -13
  827. package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdRequest.d.ts +0 -9
  828. package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.d.ts +0 -13
  829. package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPollRequest.d.ts +0 -10
  830. package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPostsRequest.d.ts +0 -14
  831. package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPostsSubIdRequest.d.ts +0 -13
  832. package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdReactionsRequest.d.ts +0 -14
  833. package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.d.ts +0 -13
  834. package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdRequest.d.ts +0 -9
  835. package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdSubscribersRequest.d.ts +0 -14
  836. package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.d.ts +0 -13
  837. package/dist/cjs/api/resources/threads/client/requests/GetThreadsRequest.d.ts +0 -9
  838. package/dist/cjs/api/resources/threads/client/requests/PatchThreadsIdPollRequest.d.ts +0 -18
  839. package/dist/cjs/api/resources/threads/client/requests/PatchThreadsIdRequest.d.ts +0 -21
  840. package/dist/cjs/api/resources/threads/client/requests/PostThreadsIdPollRequest.d.ts +0 -35
  841. package/dist/cjs/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.d.ts +0 -27
  842. package/dist/cjs/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.js +0 -14
  843. package/dist/cjs/api/resources/threads/client/requests/PostThreadsRequest.d.ts +0 -40
  844. package/dist/cjs/api/resources/threads/types/DeleteThreadsIdPostsSubIdResponse.d.ts +0 -3
  845. package/dist/cjs/api/resources/threads/types/DeleteThreadsIdReactionsResponse.d.ts +0 -3
  846. package/dist/cjs/api/resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.d.ts +0 -3
  847. package/dist/cjs/api/resources/threads/types/DeleteThreadsIdResponse.d.ts +0 -3
  848. package/dist/cjs/api/resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.d.ts +0 -3
  849. package/dist/cjs/api/resources/threads/types/GetThreadsIdPollResponse.d.ts +0 -6
  850. package/dist/cjs/api/resources/threads/types/GetThreadsIdPostsResponse.d.ts +0 -16
  851. package/dist/cjs/api/resources/threads/types/GetThreadsIdPostsSubIdResponse.d.ts +0 -6
  852. package/dist/cjs/api/resources/threads/types/GetThreadsIdReactionsResponse.d.ts +0 -16
  853. package/dist/cjs/api/resources/threads/types/GetThreadsIdReactionsSubIdResponse.d.ts +0 -6
  854. package/dist/cjs/api/resources/threads/types/GetThreadsIdResponse.d.ts +0 -55
  855. package/dist/cjs/api/resources/threads/types/GetThreadsIdSubscribersResponse.d.ts +0 -16
  856. package/dist/cjs/api/resources/threads/types/GetThreadsIdSubscribersSubIdResponse.d.ts +0 -6
  857. package/dist/cjs/api/resources/threads/types/GetThreadsResponse.d.ts +0 -67
  858. package/dist/cjs/api/resources/threads/types/PatchThreadsIdPollResponse.d.ts +0 -6
  859. package/dist/cjs/api/resources/threads/types/PatchThreadsIdResponse.d.ts +0 -55
  860. package/dist/cjs/api/resources/threads/types/PostThreadsIdPollResponse.d.ts +0 -6
  861. package/dist/cjs/api/resources/threads/types/PostThreadsIdReactionsResponse.d.ts +0 -6
  862. package/dist/cjs/api/resources/threads/types/PostThreadsResponse.d.ts +0 -55
  863. package/dist/cjs/api/resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.d.ts +0 -13
  864. package/dist/cjs/api/resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.d.ts +0 -13
  865. package/dist/cjs/api/resources/users/client/requests/DeleteUsersIdRequest.d.ts +0 -9
  866. package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowersRequest.d.ts +0 -14
  867. package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowersSubIdRequest.d.ts +0 -13
  868. package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowingRequest.d.ts +0 -14
  869. package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowingSubIdRequest.d.ts +0 -13
  870. package/dist/cjs/api/resources/users/client/requests/GetUsersIdRequest.d.ts +0 -9
  871. package/dist/cjs/api/resources/users/client/requests/GetUsersRequest.d.ts +0 -9
  872. package/dist/cjs/api/resources/users/client/requests/PatchUsersIdRequest.d.ts +0 -27
  873. package/dist/cjs/api/resources/users/types/DeleteUsersIdFollowersSubIdResponse.d.ts +0 -3
  874. package/dist/cjs/api/resources/users/types/DeleteUsersIdFollowingSubIdResponse.d.ts +0 -3
  875. package/dist/cjs/api/resources/users/types/DeleteUsersIdResponse.d.ts +0 -3
  876. package/dist/cjs/api/resources/users/types/GetUsersIdFollowersResponse.d.ts +0 -16
  877. package/dist/cjs/api/resources/users/types/GetUsersIdFollowersSubIdResponse.d.ts +0 -6
  878. package/dist/cjs/api/resources/users/types/GetUsersIdFollowingResponse.d.ts +0 -16
  879. package/dist/cjs/api/resources/users/types/GetUsersIdFollowingSubIdResponse.d.ts +0 -6
  880. package/dist/cjs/api/resources/users/types/GetUsersIdResponse.d.ts +0 -43
  881. package/dist/cjs/api/resources/users/types/GetUsersResponse.d.ts +0 -55
  882. package/dist/cjs/api/resources/users/types/PatchUsersIdResponse.d.ts +0 -43
  883. package/dist/cjs/api/resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.d.ts +0 -13
  884. package/dist/cjs/api/resources/webhooks/client/requests/DeleteWebhooksIdRequest.d.ts +0 -9
  885. package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.d.ts +0 -14
  886. package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.d.ts +0 -13
  887. package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksIdRequest.d.ts +0 -9
  888. package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksRequest.d.ts +0 -9
  889. package/dist/cjs/api/resources/webhooks/client/requests/PostWebhooksRequest.d.ts +0 -18
  890. package/dist/cjs/api/resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.d.ts +0 -3
  891. package/dist/cjs/api/resources/webhooks/types/DeleteWebhooksIdResponse.d.ts +0 -3
  892. package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdDeliveriesResponse.d.ts +0 -16
  893. package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.d.ts +0 -6
  894. package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdResponse.d.ts +0 -24
  895. package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponse.d.ts +0 -36
  896. package/dist/cjs/api/resources/webhooks/types/PostWebhooksResponse.d.ts +0 -24
  897. package/dist/esm/api/resources/auth/client/requests/PostAuthForgotPasswordRequest.d.mts +0 -10
  898. package/dist/esm/api/resources/auth/client/requests/PostAuthLoginRequest.d.mts +0 -13
  899. package/dist/esm/api/resources/auth/client/requests/PostAuthRegisterRequest.d.mts +0 -24
  900. package/dist/esm/api/resources/auth/client/requests/PostAuthResetPasswordRequest.d.mts +0 -16
  901. package/dist/esm/api/resources/auth/types/GetAuthMeResponse.d.mts +0 -9
  902. package/dist/esm/api/resources/auth/types/PostAuthForgotPasswordResponse.d.mts +0 -9
  903. package/dist/esm/api/resources/auth/types/PostAuthLoginResponse.d.mts +0 -22
  904. package/dist/esm/api/resources/auth/types/PostAuthRegisterResponse.d.mts +0 -22
  905. package/dist/esm/api/resources/auth/types/PostAuthResetPasswordResponse.d.mts +0 -8
  906. package/dist/esm/api/resources/auth/types/index.d.mts +0 -5
  907. package/dist/esm/api/resources/auth/types/index.mjs +0 -5
  908. package/dist/esm/api/resources/integrations/client/requests/DeleteIntegrationsIdRequest.d.mts +0 -9
  909. package/dist/esm/api/resources/integrations/client/requests/GetIntegrationsIdRequest.d.mts +0 -9
  910. package/dist/esm/api/resources/integrations/client/requests/GetIntegrationsRequest.d.mts +0 -9
  911. package/dist/esm/api/resources/integrations/client/requests/PatchIntegrationsIdRequest.d.mts +0 -15
  912. package/dist/esm/api/resources/integrations/client/requests/PostIntegrationsRequest.d.mts +0 -16
  913. package/dist/esm/api/resources/integrations/types/DeleteIntegrationsIdResponse.d.mts +0 -3
  914. package/dist/esm/api/resources/integrations/types/GetIntegrationsIdResponse.d.mts +0 -30
  915. package/dist/esm/api/resources/integrations/types/GetIntegrationsIdResponse.mjs +0 -16
  916. package/dist/esm/api/resources/integrations/types/GetIntegrationsResponse.d.mts +0 -42
  917. package/dist/esm/api/resources/integrations/types/GetIntegrationsResponse.mjs +0 -22
  918. package/dist/esm/api/resources/integrations/types/PatchIntegrationsIdResponse.d.mts +0 -30
  919. package/dist/esm/api/resources/integrations/types/PatchIntegrationsIdResponse.mjs +0 -16
  920. package/dist/esm/api/resources/integrations/types/PostIntegrationsResponse.d.mts +0 -30
  921. package/dist/esm/api/resources/integrations/types/PostIntegrationsResponse.mjs +0 -16
  922. package/dist/esm/api/resources/notifications/client/requests/DeleteNotificationsIdRequest.d.mts +0 -9
  923. package/dist/esm/api/resources/notifications/client/requests/GetNotificationsIdRequest.d.mts +0 -9
  924. package/dist/esm/api/resources/notifications/client/requests/GetNotificationsRequest.d.mts +0 -9
  925. package/dist/esm/api/resources/notifications/client/requests/PatchNotificationsIdRequest.d.mts +0 -23
  926. package/dist/esm/api/resources/notifications/client/requests/PatchNotificationsIdRequest.mjs +0 -11
  927. package/dist/esm/api/resources/notifications/client/requests/PostNotificationsRequest.d.mts +0 -37
  928. package/dist/esm/api/resources/notifications/client/requests/PostNotificationsRequest.mjs +0 -11
  929. package/dist/esm/api/resources/notifications/types/DeleteNotificationsIdResponse.d.mts +0 -3
  930. package/dist/esm/api/resources/notifications/types/GetNotificationsIdResponse.d.mts +0 -30
  931. package/dist/esm/api/resources/notifications/types/GetNotificationsResponse.d.mts +0 -42
  932. package/dist/esm/api/resources/notifications/types/PatchNotificationsIdResponse.d.mts +0 -30
  933. package/dist/esm/api/resources/notifications/types/PostNotificationsResponse.d.mts +0 -30
  934. package/dist/esm/api/resources/posts/client/requests/DeletePostsIdPostsSubIdRequest.d.mts +0 -13
  935. package/dist/esm/api/resources/posts/client/requests/DeletePostsIdReactionsRequest.d.mts +0 -10
  936. package/dist/esm/api/resources/posts/client/requests/DeletePostsIdReactionsSubIdRequest.d.mts +0 -13
  937. package/dist/esm/api/resources/posts/client/requests/DeletePostsIdRequest.d.mts +0 -9
  938. package/dist/esm/api/resources/posts/client/requests/GetPostsIdPostsRequest.d.mts +0 -14
  939. package/dist/esm/api/resources/posts/client/requests/GetPostsIdPostsSubIdRequest.d.mts +0 -13
  940. package/dist/esm/api/resources/posts/client/requests/GetPostsIdReactionsRequest.d.mts +0 -14
  941. package/dist/esm/api/resources/posts/client/requests/GetPostsIdReactionsSubIdRequest.d.mts +0 -13
  942. package/dist/esm/api/resources/posts/client/requests/GetPostsIdRequest.d.mts +0 -9
  943. package/dist/esm/api/resources/posts/client/requests/GetPostsRequest.d.mts +0 -9
  944. package/dist/esm/api/resources/posts/client/requests/PatchPostsIdRequest.d.mts +0 -17
  945. package/dist/esm/api/resources/posts/client/requests/PostPostsIdReactionsRequest.d.mts +0 -27
  946. package/dist/esm/api/resources/posts/client/requests/PostPostsIdReactionsRequest.mjs +0 -11
  947. package/dist/esm/api/resources/posts/client/requests/PostPostsRequest.d.mts +0 -18
  948. package/dist/esm/api/resources/posts/types/DeletePostsIdPostsSubIdResponse.d.mts +0 -3
  949. package/dist/esm/api/resources/posts/types/DeletePostsIdReactionsResponse.d.mts +0 -3
  950. package/dist/esm/api/resources/posts/types/DeletePostsIdReactionsSubIdResponse.d.mts +0 -3
  951. package/dist/esm/api/resources/posts/types/DeletePostsIdResponse.d.mts +0 -3
  952. package/dist/esm/api/resources/posts/types/GetPostsIdPostsResponse.d.mts +0 -16
  953. package/dist/esm/api/resources/posts/types/GetPostsIdPostsSubIdResponse.d.mts +0 -6
  954. package/dist/esm/api/resources/posts/types/GetPostsIdReactionsResponse.d.mts +0 -16
  955. package/dist/esm/api/resources/posts/types/GetPostsIdReactionsSubIdResponse.d.mts +0 -6
  956. package/dist/esm/api/resources/posts/types/GetPostsIdResponse.d.mts +0 -23
  957. package/dist/esm/api/resources/posts/types/GetPostsResponse.d.mts +0 -35
  958. package/dist/esm/api/resources/posts/types/PatchPostsIdResponse.d.mts +0 -23
  959. package/dist/esm/api/resources/posts/types/PostPostsIdReactionsResponse.d.mts +0 -6
  960. package/dist/esm/api/resources/posts/types/PostPostsResponse.d.mts +0 -23
  961. package/dist/esm/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.d.mts +0 -13
  962. package/dist/esm/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRequest.d.mts +0 -9
  963. package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.d.mts +0 -14
  964. package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.d.mts +0 -13
  965. package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRequest.d.mts +0 -9
  966. package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesRequest.d.mts +0 -9
  967. package/dist/esm/api/resources/privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.d.mts +0 -24
  968. package/dist/esm/api/resources/privateMessages/client/requests/PostPrivateMessagesRequest.d.mts +0 -21
  969. package/dist/esm/api/resources/privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.d.mts +0 -3
  970. package/dist/esm/api/resources/privateMessages/types/DeletePrivateMessagesIdResponse.d.mts +0 -3
  971. package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesResponse.d.mts +0 -16
  972. package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.d.mts +0 -6
  973. package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdResponse.d.mts +0 -26
  974. package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesResponse.d.mts +0 -38
  975. package/dist/esm/api/resources/privateMessages/types/PostPrivateMessagesIdRepliesResponse.d.mts +0 -6
  976. package/dist/esm/api/resources/privateMessages/types/PostPrivateMessagesResponse.d.mts +0 -26
  977. package/dist/esm/api/resources/reports/client/requests/DeleteReportsIdRequest.d.mts +0 -9
  978. package/dist/esm/api/resources/reports/client/requests/GetReportsIdRequest.d.mts +0 -9
  979. package/dist/esm/api/resources/reports/client/requests/GetReportsRequest.d.mts +0 -9
  980. package/dist/esm/api/resources/reports/client/requests/PostReportsRequest.d.mts +0 -22
  981. package/dist/esm/api/resources/reports/types/DeleteReportsIdResponse.d.mts +0 -3
  982. package/dist/esm/api/resources/reports/types/GetReportsIdResponse.d.mts +0 -28
  983. package/dist/esm/api/resources/reports/types/GetReportsResponse.d.mts +0 -40
  984. package/dist/esm/api/resources/reports/types/PostReportsResponse.d.mts +0 -28
  985. package/dist/esm/api/resources/roles/client/requests/DeleteRolesIdRequest.d.mts +0 -9
  986. package/dist/esm/api/resources/roles/client/requests/GetRolesIdRequest.d.mts +0 -9
  987. package/dist/esm/api/resources/roles/client/requests/GetRolesRequest.d.mts +0 -9
  988. package/dist/esm/api/resources/roles/client/requests/PatchRolesIdRequest.d.mts +0 -19
  989. package/dist/esm/api/resources/roles/client/requests/PostRolesRequest.d.mts +0 -18
  990. package/dist/esm/api/resources/roles/types/DeleteRolesIdResponse.d.mts +0 -3
  991. package/dist/esm/api/resources/roles/types/GetRolesIdResponse.d.mts +0 -22
  992. package/dist/esm/api/resources/roles/types/GetRolesResponse.d.mts +0 -34
  993. package/dist/esm/api/resources/roles/types/PatchRolesIdResponse.d.mts +0 -22
  994. package/dist/esm/api/resources/roles/types/PostRolesResponse.d.mts +0 -22
  995. package/dist/esm/api/resources/ssOs/client/requests/DeleteSsoIdRequest.d.mts +0 -9
  996. package/dist/esm/api/resources/ssOs/client/requests/GetSsoIdRequest.d.mts +0 -9
  997. package/dist/esm/api/resources/ssOs/client/requests/GetSsoRequest.d.mts +0 -9
  998. package/dist/esm/api/resources/ssOs/client/requests/PatchSsoIdRequest.d.mts +0 -21
  999. package/dist/esm/api/resources/ssOs/client/requests/PostSsoRequest.d.mts +0 -22
  1000. package/dist/esm/api/resources/ssOs/types/DeleteSsoIdResponse.d.mts +0 -3
  1001. package/dist/esm/api/resources/ssOs/types/GetSsoIdResponse.d.mts +0 -27
  1002. package/dist/esm/api/resources/ssOs/types/GetSsoIdResponse.mjs +0 -13
  1003. package/dist/esm/api/resources/ssOs/types/GetSsoResponse.d.mts +0 -39
  1004. package/dist/esm/api/resources/ssOs/types/GetSsoResponse.mjs +0 -19
  1005. package/dist/esm/api/resources/ssOs/types/PatchSsoIdResponse.d.mts +0 -27
  1006. package/dist/esm/api/resources/ssOs/types/PatchSsoIdResponse.mjs +0 -13
  1007. package/dist/esm/api/resources/ssOs/types/PostSsoResponse.d.mts +0 -27
  1008. package/dist/esm/api/resources/ssOs/types/PostSsoResponse.mjs +0 -13
  1009. package/dist/esm/api/resources/tags/client/requests/DeleteTagsIdRequest.d.mts +0 -9
  1010. package/dist/esm/api/resources/tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.d.mts +0 -13
  1011. package/dist/esm/api/resources/tags/client/requests/GetTagsIdRequest.d.mts +0 -9
  1012. package/dist/esm/api/resources/tags/client/requests/GetTagsIdSubscribersRequest.d.mts +0 -14
  1013. package/dist/esm/api/resources/tags/client/requests/GetTagsIdSubscribersSubIdRequest.d.mts +0 -13
  1014. package/dist/esm/api/resources/tags/client/requests/GetTagsRequest.d.mts +0 -9
  1015. package/dist/esm/api/resources/tags/client/requests/PatchTagsIdRequest.d.mts +0 -19
  1016. package/dist/esm/api/resources/tags/client/requests/PostTagsRequest.d.mts +0 -18
  1017. package/dist/esm/api/resources/tags/types/DeleteTagsIdResponse.d.mts +0 -3
  1018. package/dist/esm/api/resources/tags/types/DeleteTagsIdSubscribersSubIdResponse.d.mts +0 -3
  1019. package/dist/esm/api/resources/tags/types/GetTagsIdResponse.d.mts +0 -22
  1020. package/dist/esm/api/resources/tags/types/GetTagsIdSubscribersResponse.d.mts +0 -16
  1021. package/dist/esm/api/resources/tags/types/GetTagsIdSubscribersSubIdResponse.d.mts +0 -6
  1022. package/dist/esm/api/resources/tags/types/GetTagsResponse.d.mts +0 -34
  1023. package/dist/esm/api/resources/tags/types/PatchTagsIdResponse.d.mts +0 -22
  1024. package/dist/esm/api/resources/tags/types/PostTagsResponse.d.mts +0 -22
  1025. package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdPostsSubIdRequest.d.mts +0 -13
  1026. package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdReactionsRequest.d.mts +0 -10
  1027. package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.d.mts +0 -13
  1028. package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdRequest.d.mts +0 -9
  1029. package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.d.mts +0 -13
  1030. package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPollRequest.d.mts +0 -10
  1031. package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPostsRequest.d.mts +0 -14
  1032. package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPostsSubIdRequest.d.mts +0 -13
  1033. package/dist/esm/api/resources/threads/client/requests/GetThreadsIdReactionsRequest.d.mts +0 -14
  1034. package/dist/esm/api/resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.d.mts +0 -13
  1035. package/dist/esm/api/resources/threads/client/requests/GetThreadsIdRequest.d.mts +0 -9
  1036. package/dist/esm/api/resources/threads/client/requests/GetThreadsIdSubscribersRequest.d.mts +0 -14
  1037. package/dist/esm/api/resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.d.mts +0 -13
  1038. package/dist/esm/api/resources/threads/client/requests/GetThreadsRequest.d.mts +0 -9
  1039. package/dist/esm/api/resources/threads/client/requests/PatchThreadsIdPollRequest.d.mts +0 -18
  1040. package/dist/esm/api/resources/threads/client/requests/PatchThreadsIdRequest.d.mts +0 -21
  1041. package/dist/esm/api/resources/threads/client/requests/PostThreadsIdPollRequest.d.mts +0 -35
  1042. package/dist/esm/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.d.mts +0 -27
  1043. package/dist/esm/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.mjs +0 -11
  1044. package/dist/esm/api/resources/threads/client/requests/PostThreadsRequest.d.mts +0 -40
  1045. package/dist/esm/api/resources/threads/types/DeleteThreadsIdPostsSubIdResponse.d.mts +0 -3
  1046. package/dist/esm/api/resources/threads/types/DeleteThreadsIdReactionsResponse.d.mts +0 -3
  1047. package/dist/esm/api/resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.d.mts +0 -3
  1048. package/dist/esm/api/resources/threads/types/DeleteThreadsIdResponse.d.mts +0 -3
  1049. package/dist/esm/api/resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.d.mts +0 -3
  1050. package/dist/esm/api/resources/threads/types/GetThreadsIdPollResponse.d.mts +0 -6
  1051. package/dist/esm/api/resources/threads/types/GetThreadsIdPostsResponse.d.mts +0 -16
  1052. package/dist/esm/api/resources/threads/types/GetThreadsIdPostsSubIdResponse.d.mts +0 -6
  1053. package/dist/esm/api/resources/threads/types/GetThreadsIdReactionsResponse.d.mts +0 -16
  1054. package/dist/esm/api/resources/threads/types/GetThreadsIdReactionsSubIdResponse.d.mts +0 -6
  1055. package/dist/esm/api/resources/threads/types/GetThreadsIdResponse.d.mts +0 -55
  1056. package/dist/esm/api/resources/threads/types/GetThreadsIdSubscribersResponse.d.mts +0 -16
  1057. package/dist/esm/api/resources/threads/types/GetThreadsIdSubscribersSubIdResponse.d.mts +0 -6
  1058. package/dist/esm/api/resources/threads/types/GetThreadsResponse.d.mts +0 -67
  1059. package/dist/esm/api/resources/threads/types/PatchThreadsIdPollResponse.d.mts +0 -6
  1060. package/dist/esm/api/resources/threads/types/PatchThreadsIdResponse.d.mts +0 -55
  1061. package/dist/esm/api/resources/threads/types/PostThreadsIdPollResponse.d.mts +0 -6
  1062. package/dist/esm/api/resources/threads/types/PostThreadsIdReactionsResponse.d.mts +0 -6
  1063. package/dist/esm/api/resources/threads/types/PostThreadsResponse.d.mts +0 -55
  1064. package/dist/esm/api/resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.d.mts +0 -13
  1065. package/dist/esm/api/resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.d.mts +0 -13
  1066. package/dist/esm/api/resources/users/client/requests/DeleteUsersIdRequest.d.mts +0 -9
  1067. package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowersRequest.d.mts +0 -14
  1068. package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowersSubIdRequest.d.mts +0 -13
  1069. package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowingRequest.d.mts +0 -14
  1070. package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowingSubIdRequest.d.mts +0 -13
  1071. package/dist/esm/api/resources/users/client/requests/GetUsersIdRequest.d.mts +0 -9
  1072. package/dist/esm/api/resources/users/client/requests/GetUsersRequest.d.mts +0 -9
  1073. package/dist/esm/api/resources/users/client/requests/PatchUsersIdRequest.d.mts +0 -27
  1074. package/dist/esm/api/resources/users/types/DeleteUsersIdFollowersSubIdResponse.d.mts +0 -3
  1075. package/dist/esm/api/resources/users/types/DeleteUsersIdFollowingSubIdResponse.d.mts +0 -3
  1076. package/dist/esm/api/resources/users/types/DeleteUsersIdResponse.d.mts +0 -3
  1077. package/dist/esm/api/resources/users/types/GetUsersIdFollowersResponse.d.mts +0 -16
  1078. package/dist/esm/api/resources/users/types/GetUsersIdFollowersSubIdResponse.d.mts +0 -6
  1079. package/dist/esm/api/resources/users/types/GetUsersIdFollowingResponse.d.mts +0 -16
  1080. package/dist/esm/api/resources/users/types/GetUsersIdFollowingSubIdResponse.d.mts +0 -6
  1081. package/dist/esm/api/resources/users/types/GetUsersIdResponse.d.mts +0 -43
  1082. package/dist/esm/api/resources/users/types/GetUsersResponse.d.mts +0 -55
  1083. package/dist/esm/api/resources/users/types/PatchUsersIdResponse.d.mts +0 -43
  1084. package/dist/esm/api/resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.d.mts +0 -13
  1085. package/dist/esm/api/resources/webhooks/client/requests/DeleteWebhooksIdRequest.d.mts +0 -9
  1086. package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.d.mts +0 -14
  1087. package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.d.mts +0 -13
  1088. package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksIdRequest.d.mts +0 -9
  1089. package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksRequest.d.mts +0 -9
  1090. package/dist/esm/api/resources/webhooks/client/requests/PostWebhooksRequest.d.mts +0 -18
  1091. package/dist/esm/api/resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.d.mts +0 -3
  1092. package/dist/esm/api/resources/webhooks/types/DeleteWebhooksIdResponse.d.mts +0 -3
  1093. package/dist/esm/api/resources/webhooks/types/GetWebhooksIdDeliveriesResponse.d.mts +0 -16
  1094. package/dist/esm/api/resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.d.mts +0 -6
  1095. package/dist/esm/api/resources/webhooks/types/GetWebhooksIdResponse.d.mts +0 -24
  1096. package/dist/esm/api/resources/webhooks/types/GetWebhooksResponse.d.mts +0 -36
  1097. package/dist/esm/api/resources/webhooks/types/PostWebhooksResponse.d.mts +0 -24
  1098. /package/dist/cjs/api/resources/auth/client/requests/{PostAuthForgotPasswordRequest.js → ForgotPasswordAuthRequest.js} +0 -0
  1099. /package/dist/cjs/api/resources/auth/client/requests/{PostAuthLoginRequest.js → LoginAuthRequest.js} +0 -0
  1100. /package/dist/cjs/api/resources/auth/client/requests/{PostAuthRegisterRequest.js → RegisterAuthRequest.js} +0 -0
  1101. /package/dist/cjs/api/resources/auth/client/requests/{PostAuthResetPasswordRequest.js → ResetPasswordAuthRequest.js} +0 -0
  1102. /package/dist/cjs/api/resources/{auth/types/GetAuthMeResponse.js → integrations/client/requests/CreateIntegrationsRequest.js} +0 -0
  1103. /package/dist/cjs/api/resources/{auth/types/PostAuthForgotPasswordResponse.js → integrations/client/requests/DeleteIntegrationsRequest.js} +0 -0
  1104. /package/dist/cjs/api/resources/{auth/types/PostAuthLoginResponse.js → integrations/client/requests/ListIntegrationsRequest.js} +0 -0
  1105. /package/dist/cjs/api/resources/{auth/types/PostAuthRegisterResponse.js → integrations/client/requests/RetrieveIntegrationsRequest.js} +0 -0
  1106. /package/dist/cjs/api/resources/{auth/types/PostAuthResetPasswordResponse.js → integrations/client/requests/UpdateIntegrationsRequest.js} +0 -0
  1107. /package/dist/cjs/api/resources/{integrations/client/requests/DeleteIntegrationsIdRequest.js → notifications/client/requests/DeleteNotificationsRequest.js} +0 -0
  1108. /package/dist/cjs/api/resources/{integrations/client/requests/GetIntegrationsIdRequest.js → notifications/client/requests/ListNotificationsRequest.js} +0 -0
  1109. /package/dist/cjs/api/resources/{integrations/client/requests/GetIntegrationsRequest.js → notifications/client/requests/RetrieveNotificationsRequest.js} +0 -0
  1110. /package/dist/cjs/api/resources/{integrations/client/requests/PatchIntegrationsIdRequest.js → notifications/types/UpdateNotificationsResponse.js} +0 -0
  1111. /package/dist/cjs/api/resources/{integrations/client/requests/PostIntegrationsRequest.js → posts/client/requests/CreatePostsRequest.js} +0 -0
  1112. /package/dist/cjs/api/resources/{integrations/types/DeleteIntegrationsIdResponse.js → posts/client/requests/DeletePostPostsRequest.js} +0 -0
  1113. /package/dist/cjs/api/resources/{notifications/client/requests/DeleteNotificationsIdRequest.js → posts/client/requests/DeletePostsRequest.js} +0 -0
  1114. /package/dist/cjs/api/resources/{notifications/client/requests/GetNotificationsIdRequest.js → posts/client/requests/DeleteReactionPostsRequest.js} +0 -0
  1115. /package/dist/cjs/api/resources/{notifications/client/requests/GetNotificationsRequest.js → posts/client/requests/ListPostsPostsRequest.js} +0 -0
  1116. /package/dist/cjs/api/resources/{notifications/types/DeleteNotificationsIdResponse.js → posts/client/requests/ListPostsRequest.js} +0 -0
  1117. /package/dist/cjs/api/resources/{notifications/types/GetNotificationsIdResponse.js → posts/client/requests/ListReactionsPostsRequest.js} +0 -0
  1118. /package/dist/cjs/api/resources/{notifications/types/GetNotificationsResponse.js → posts/client/requests/RetrievePostPostsRequest.js} +0 -0
  1119. /package/dist/cjs/api/resources/{notifications/types/PatchNotificationsIdResponse.js → posts/client/requests/RetrievePostsRequest.js} +0 -0
  1120. /package/dist/cjs/api/resources/{notifications/types/PostNotificationsResponse.js → posts/client/requests/RetrieveReactionPostsRequest.js} +0 -0
  1121. /package/dist/cjs/api/resources/posts/client/requests/{DeletePostsIdPostsSubIdRequest.js → UpdatePostsRequest.js} +0 -0
  1122. /package/dist/cjs/api/resources/posts/{client/requests/DeletePostsIdReactionsRequest.js → types/DeleteReactionPostsResponse.js} +0 -0
  1123. /package/dist/cjs/api/resources/posts/{client/requests/DeletePostsIdReactionsSubIdRequest.js → types/RetrievePostPostsResponse.js} +0 -0
  1124. /package/dist/cjs/api/resources/posts/{client/requests/DeletePostsIdRequest.js → types/RetrieveReactionPostsResponse.js} +0 -0
  1125. /package/dist/cjs/api/resources/posts/{client/requests/GetPostsIdPostsRequest.js → types/UpdatePostsResponse.js} +0 -0
  1126. /package/dist/cjs/api/resources/{posts/client/requests/GetPostsIdPostsSubIdRequest.js → privateMessages/client/requests/CreatePrivateMessagesRequest.js} +0 -0
  1127. /package/dist/cjs/api/resources/{posts/client/requests/GetPostsIdReactionsRequest.js → privateMessages/client/requests/CreateReplyPrivateMessagesRequest.js} +0 -0
  1128. /package/dist/cjs/api/resources/{posts/client/requests/GetPostsIdReactionsSubIdRequest.js → privateMessages/client/requests/DeletePrivateMessagesRequest.js} +0 -0
  1129. /package/dist/cjs/api/resources/{posts/client/requests/GetPostsIdRequest.js → privateMessages/client/requests/DeleteReplyPrivateMessagesRequest.js} +0 -0
  1130. /package/dist/cjs/api/resources/{posts/client/requests/GetPostsRequest.js → privateMessages/client/requests/ListPrivateMessagesRequest.js} +0 -0
  1131. /package/dist/cjs/api/resources/{posts/client/requests/PatchPostsIdRequest.js → privateMessages/client/requests/ListRepliesPrivateMessagesRequest.js} +0 -0
  1132. /package/dist/cjs/api/resources/{posts/client/requests/PostPostsRequest.js → privateMessages/client/requests/RetrievePrivateMessagesRequest.js} +0 -0
  1133. /package/dist/cjs/api/resources/{posts/types/DeletePostsIdPostsSubIdResponse.js → privateMessages/client/requests/RetrieveReplyPrivateMessagesRequest.js} +0 -0
  1134. /package/dist/cjs/api/resources/{posts/types/DeletePostsIdReactionsResponse.js → privateMessages/client/requests/UpdatePrivateMessagesRequest.js} +0 -0
  1135. /package/dist/cjs/api/resources/{posts/types/DeletePostsIdReactionsSubIdResponse.js → privateMessages/types/RetrieveReplyPrivateMessagesResponse.js} +0 -0
  1136. /package/dist/cjs/api/resources/{posts/types/DeletePostsIdResponse.js → privateMessages/types/UpdatePrivateMessagesResponse.js} +0 -0
  1137. /package/dist/cjs/api/resources/{posts/types/GetPostsIdPostsResponse.js → reports/client/requests/CreateReportsRequest.js} +0 -0
  1138. /package/dist/cjs/api/resources/{posts/types/GetPostsIdPostsSubIdResponse.js → reports/client/requests/DeleteReportsRequest.js} +0 -0
  1139. /package/dist/cjs/api/resources/{posts/types/GetPostsIdReactionsResponse.js → reports/client/requests/ListReportsRequest.js} +0 -0
  1140. /package/dist/cjs/api/resources/{posts/types/GetPostsIdReactionsSubIdResponse.js → reports/client/requests/RetrieveReportsRequest.js} +0 -0
  1141. /package/dist/cjs/api/resources/{posts/types/GetPostsIdResponse.js → reports/client/requests/UpdateReportsRequest.js} +0 -0
  1142. /package/dist/cjs/api/resources/{posts/types/GetPostsResponse.js → reports/types/UpdateReportsResponse.js} +0 -0
  1143. /package/dist/cjs/api/resources/{posts/types/PatchPostsIdResponse.js → roles/client/requests/CreateRolesRequest.js} +0 -0
  1144. /package/dist/cjs/api/resources/{posts/types/PostPostsIdReactionsResponse.js → roles/client/requests/DeleteRolesRequest.js} +0 -0
  1145. /package/dist/cjs/api/resources/{posts/types/PostPostsResponse.js → roles/client/requests/ListRolesRequest.js} +0 -0
  1146. /package/dist/cjs/api/resources/{privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.js → roles/client/requests/RetrieveRolesRequest.js} +0 -0
  1147. /package/dist/cjs/api/resources/{privateMessages/client/requests/DeletePrivateMessagesIdRequest.js → roles/client/requests/UpdateRolesRequest.js} +0 -0
  1148. /package/dist/cjs/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.js → roles/types/UpdateRolesResponse.js} +0 -0
  1149. /package/dist/cjs/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.js → ssOs/client/requests/CreateSsOsRequest.js} +0 -0
  1150. /package/dist/cjs/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRequest.js → ssOs/client/requests/DeleteSsOsRequest.js} +0 -0
  1151. /package/dist/cjs/api/resources/{privateMessages/client/requests/GetPrivateMessagesRequest.js → ssOs/client/requests/ListSsOsRequest.js} +0 -0
  1152. /package/dist/cjs/api/resources/{privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.js → ssOs/client/requests/RetrieveSsOsRequest.js} +0 -0
  1153. /package/dist/cjs/api/resources/{privateMessages/client/requests/PostPrivateMessagesRequest.js → ssOs/client/requests/UpdateSsOsRequest.js} +0 -0
  1154. /package/dist/cjs/api/resources/{privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.js → tags/client/requests/CreateTagsRequest.js} +0 -0
  1155. /package/dist/cjs/api/resources/{privateMessages/types/DeletePrivateMessagesIdResponse.js → tags/client/requests/DeleteSubscriberTagsRequest.js} +0 -0
  1156. /package/dist/cjs/api/resources/{privateMessages/types/GetPrivateMessagesIdRepliesResponse.js → tags/client/requests/DeleteTagsRequest.js} +0 -0
  1157. /package/dist/cjs/api/resources/{privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.js → tags/client/requests/ListSubscribersTagsRequest.js} +0 -0
  1158. /package/dist/cjs/api/resources/{privateMessages/types/GetPrivateMessagesIdResponse.js → tags/client/requests/ListTagsRequest.js} +0 -0
  1159. /package/dist/cjs/api/resources/{privateMessages/types/GetPrivateMessagesResponse.js → tags/client/requests/RetrieveSubscriberTagsRequest.js} +0 -0
  1160. /package/dist/cjs/api/resources/{privateMessages/types/PostPrivateMessagesIdRepliesResponse.js → tags/client/requests/RetrieveTagsRequest.js} +0 -0
  1161. /package/dist/cjs/api/resources/{privateMessages/types/PostPrivateMessagesResponse.js → tags/client/requests/UpdateTagsRequest.js} +0 -0
  1162. /package/dist/cjs/api/resources/{reports/client/requests/DeleteReportsIdRequest.js → tags/types/RetrieveSubscriberTagsResponse.js} +0 -0
  1163. /package/dist/cjs/api/resources/{reports/client/requests/GetReportsIdRequest.js → tags/types/UpdateTagsResponse.js} +0 -0
  1164. /package/dist/cjs/api/resources/{reports/client/requests/GetReportsRequest.js → threads/client/requests/CreatePollThreadsRequest.js} +0 -0
  1165. /package/dist/cjs/api/resources/{reports/client/requests/PostReportsRequest.js → threads/client/requests/CreateThreadsRequest.js} +0 -0
  1166. /package/dist/cjs/api/resources/{reports/types/DeleteReportsIdResponse.js → threads/client/requests/DeletePostThreadsRequest.js} +0 -0
  1167. /package/dist/cjs/api/resources/{reports/types/GetReportsIdResponse.js → threads/client/requests/DeleteReactionThreadsRequest.js} +0 -0
  1168. /package/dist/cjs/api/resources/{reports/types/GetReportsResponse.js → threads/client/requests/DeleteSubscriberThreadsRequest.js} +0 -0
  1169. /package/dist/cjs/api/resources/{reports/types/PostReportsResponse.js → threads/client/requests/DeleteThreadsRequest.js} +0 -0
  1170. /package/dist/cjs/api/resources/{roles/client/requests/DeleteRolesIdRequest.js → threads/client/requests/ListPostsThreadsRequest.js} +0 -0
  1171. /package/dist/cjs/api/resources/{roles/client/requests/GetRolesIdRequest.js → threads/client/requests/ListReactionsThreadsRequest.js} +0 -0
  1172. /package/dist/cjs/api/resources/{roles/client/requests/GetRolesRequest.js → threads/client/requests/ListSubscribersThreadsRequest.js} +0 -0
  1173. /package/dist/cjs/api/resources/{roles/client/requests/PatchRolesIdRequest.js → threads/client/requests/ListThreadsRequest.js} +0 -0
  1174. /package/dist/cjs/api/resources/{roles/client/requests/PostRolesRequest.js → threads/client/requests/RetrievePollThreadsRequest.js} +0 -0
  1175. /package/dist/cjs/api/resources/{roles/types/DeleteRolesIdResponse.js → threads/client/requests/RetrievePostThreadsRequest.js} +0 -0
  1176. /package/dist/cjs/api/resources/{roles/types/GetRolesIdResponse.js → threads/client/requests/RetrieveReactionThreadsRequest.js} +0 -0
  1177. /package/dist/cjs/api/resources/{roles/types/GetRolesResponse.js → threads/client/requests/RetrieveSubscriberThreadsRequest.js} +0 -0
  1178. /package/dist/cjs/api/resources/{roles/types/PatchRolesIdResponse.js → threads/client/requests/RetrieveThreadsRequest.js} +0 -0
  1179. /package/dist/cjs/api/resources/{roles/types/PostRolesResponse.js → threads/client/requests/UpdatePollThreadsRequest.js} +0 -0
  1180. /package/dist/cjs/api/resources/{ssOs/client/requests/DeleteSsoIdRequest.js → threads/client/requests/UpdateThreadsRequest.js} +0 -0
  1181. /package/dist/cjs/api/resources/{ssOs/client/requests/GetSsoIdRequest.js → threads/types/DeleteReactionThreadsResponse.js} +0 -0
  1182. /package/dist/cjs/api/resources/{ssOs/client/requests/GetSsoRequest.js → threads/types/RetrievePostThreadsResponse.js} +0 -0
  1183. /package/dist/cjs/api/resources/{ssOs/client/requests/PatchSsoIdRequest.js → threads/types/RetrieveReactionThreadsResponse.js} +0 -0
  1184. /package/dist/cjs/api/resources/{ssOs/client/requests/PostSsoRequest.js → threads/types/RetrieveSubscriberThreadsResponse.js} +0 -0
  1185. /package/dist/cjs/api/resources/{ssOs/types/DeleteSsoIdResponse.js → threads/types/UpdateThreadsResponse.js} +0 -0
  1186. /package/dist/cjs/api/resources/{tags/client/requests/DeleteTagsIdRequest.js → users/client/requests/CreateUsersRequest.js} +0 -0
  1187. /package/dist/cjs/api/resources/{tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.js → users/client/requests/DeleteFollowerUsersRequest.js} +0 -0
  1188. /package/dist/cjs/api/resources/{tags/client/requests/GetTagsIdRequest.js → users/client/requests/DeleteFollowingUsersRequest.js} +0 -0
  1189. /package/dist/cjs/api/resources/{tags/client/requests/GetTagsIdSubscribersRequest.js → users/client/requests/DeleteUsersRequest.js} +0 -0
  1190. /package/dist/cjs/api/resources/{tags/client/requests/GetTagsIdSubscribersSubIdRequest.js → users/client/requests/ListFollowersUsersRequest.js} +0 -0
  1191. /package/dist/cjs/api/resources/{tags/client/requests/GetTagsRequest.js → users/client/requests/ListFollowingUsersRequest.js} +0 -0
  1192. /package/dist/cjs/api/resources/{tags/client/requests/PatchTagsIdRequest.js → users/client/requests/ListUsersRequest.js} +0 -0
  1193. /package/dist/cjs/api/resources/{tags/client/requests/PostTagsRequest.js → users/client/requests/RetrieveFollowerUsersRequest.js} +0 -0
  1194. /package/dist/cjs/api/resources/{tags/types/DeleteTagsIdResponse.js → users/client/requests/RetrieveFollowingUsersRequest.js} +0 -0
  1195. /package/dist/cjs/api/resources/{tags/types/DeleteTagsIdSubscribersSubIdResponse.js → users/client/requests/RetrieveUsersRequest.js} +0 -0
  1196. /package/dist/cjs/api/resources/{tags/types/GetTagsIdResponse.js → users/client/requests/UpdateUsersRequest.js} +0 -0
  1197. /package/dist/cjs/api/resources/{tags/types/GetTagsIdSubscribersResponse.js → users/types/RetrieveFollowerUsersResponse.js} +0 -0
  1198. /package/dist/cjs/api/resources/{tags/types/GetTagsIdSubscribersSubIdResponse.js → users/types/RetrieveFollowingUsersResponse.js} +0 -0
  1199. /package/dist/cjs/api/resources/{tags/types/GetTagsResponse.js → users/types/UpdateUsersResponse.js} +0 -0
  1200. /package/dist/cjs/api/resources/{tags/types/PatchTagsIdResponse.js → webhooks/client/requests/CreateWebhooksRequest.js} +0 -0
  1201. /package/dist/cjs/api/resources/{tags/types/PostTagsResponse.js → webhooks/client/requests/DeleteDeliveryWebhooksRequest.js} +0 -0
  1202. /package/dist/cjs/api/resources/{threads/client/requests/DeleteThreadsIdPostsSubIdRequest.js → webhooks/client/requests/DeleteWebhooksRequest.js} +0 -0
  1203. /package/dist/cjs/api/resources/{threads/client/requests/DeleteThreadsIdReactionsRequest.js → webhooks/client/requests/ListDeliveriesWebhooksRequest.js} +0 -0
  1204. /package/dist/cjs/api/resources/{threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.js → webhooks/client/requests/ListWebhooksRequest.js} +0 -0
  1205. /package/dist/cjs/api/resources/{threads/client/requests/DeleteThreadsIdRequest.js → webhooks/client/requests/RetrieveDeliveryWebhooksRequest.js} +0 -0
  1206. /package/dist/cjs/api/resources/{threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.js → webhooks/client/requests/RetrieveWebhooksRequest.js} +0 -0
  1207. /package/dist/cjs/api/resources/{threads/client/requests/GetThreadsIdPollRequest.js → webhooks/client/requests/UpdateWebhooksRequest.js} +0 -0
  1208. /package/dist/cjs/api/resources/{threads/client/requests/GetThreadsIdPostsRequest.js → webhooks/types/RetrieveDeliveryWebhooksResponse.js} +0 -0
  1209. /package/dist/cjs/api/resources/{threads/client/requests/GetThreadsIdPostsSubIdRequest.js → webhooks/types/UpdateWebhooksResponse.js} +0 -0
  1210. /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsIdReactionsRequest.js → types/Auth.js} +0 -0
  1211. /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.js → types/AuthListResponse.js} +0 -0
  1212. /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsIdRequest.js → types/ForgotPasswordResponse.js} +0 -0
  1213. /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsIdSubscribersRequest.js → types/IntegrationList.js} +0 -0
  1214. /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.js → types/LoginResponse.js} +0 -0
  1215. /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsRequest.js → types/MeResponse.js} +0 -0
  1216. /package/dist/cjs/api/{resources/threads/client/requests/PatchThreadsIdPollRequest.js → types/Notification.js} +0 -0
  1217. /package/dist/cjs/api/{resources/threads/client/requests/PatchThreadsIdRequest.js → types/NotificationListResponse.js} +0 -0
  1218. /package/dist/cjs/api/{resources/threads/client/requests/PostThreadsIdPollRequest.js → types/Post.js} +0 -0
  1219. /package/dist/cjs/api/{resources/threads/client/requests/PostThreadsRequest.js → types/PostListResponse.js} +0 -0
  1220. /package/dist/cjs/api/{resources/threads/types/DeleteThreadsIdPostsSubIdResponse.js → types/PostPost.js} +0 -0
  1221. /package/dist/cjs/api/{resources/threads/types/DeleteThreadsIdReactionsResponse.js → types/PostPostListResponse.js} +0 -0
  1222. /package/dist/cjs/api/{resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.js → types/PostPostResponse.js} +0 -0
  1223. /package/dist/cjs/api/{resources/threads/types/DeleteThreadsIdResponse.js → types/PostReaction.js} +0 -0
  1224. /package/dist/cjs/api/{resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.js → types/PostReactionListResponse.js} +0 -0
  1225. /package/dist/cjs/api/{resources/threads/types/GetThreadsIdPollResponse.js → types/PostReactionResponse.js} +0 -0
  1226. /package/dist/cjs/api/{resources/threads/types/GetThreadsIdPostsResponse.js → types/PrivateMessage.js} +0 -0
  1227. /package/dist/cjs/api/{resources/threads/types/GetThreadsIdPostsSubIdResponse.js → types/PrivateMessageListResponse.js} +0 -0
  1228. /package/dist/cjs/api/{resources/threads/types/GetThreadsIdReactionsResponse.js → types/PrivateMessageReply.js} +0 -0
  1229. /package/dist/cjs/api/{resources/threads/types/GetThreadsIdReactionsSubIdResponse.js → types/PrivateMessageReplyCreate.js} +0 -0
  1230. /package/dist/cjs/api/{resources/threads/types/GetThreadsIdResponse.js → types/PrivateMessageReplyListResponse.js} +0 -0
  1231. /package/dist/cjs/api/{resources/threads/types/GetThreadsIdSubscribersResponse.js → types/PrivateMessageReplyResponse.js} +0 -0
  1232. /package/dist/cjs/api/{resources/threads/types/GetThreadsIdSubscribersSubIdResponse.js → types/PrivateMessageUpdate.js} +0 -0
  1233. /package/dist/cjs/api/{resources/threads/types/GetThreadsResponse.js → types/RegisterResponse.js} +0 -0
  1234. /package/dist/cjs/api/{resources/threads/types/PatchThreadsIdPollResponse.js → types/Report.js} +0 -0
  1235. /package/dist/cjs/api/{resources/threads/types/PatchThreadsIdResponse.js → types/ReportListResponse.js} +0 -0
  1236. /package/dist/cjs/api/{resources/threads/types/PostThreadsIdPollResponse.js → types/ReportUpdate.js} +0 -0
  1237. /package/dist/cjs/api/{resources/threads/types/PostThreadsIdReactionsResponse.js → types/ResetPasswordResponse.js} +0 -0
  1238. /package/dist/cjs/api/{resources/threads/types/PostThreadsResponse.js → types/Role.js} +0 -0
  1239. /package/dist/cjs/api/{resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.js → types/RoleListResponse.js} +0 -0
  1240. /package/dist/cjs/api/{resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.js → types/Search.js} +0 -0
  1241. /package/dist/cjs/api/{resources/users/client/requests/DeleteUsersIdRequest.js → types/SearchListResponse.js} +0 -0
  1242. /package/dist/cjs/api/{resources/users/client/requests/GetUsersIdFollowersRequest.js → types/SearchResponse.js} +0 -0
  1243. /package/dist/cjs/api/{resources/users/client/requests/GetUsersIdFollowersSubIdRequest.js → types/SsoList.js} +0 -0
  1244. /package/dist/cjs/api/{resources/users/client/requests/GetUsersIdFollowingRequest.js → types/SuccessResponse.js} +0 -0
  1245. /package/dist/cjs/api/{resources/users/client/requests/GetUsersIdFollowingSubIdRequest.js → types/Tag.js} +0 -0
  1246. /package/dist/cjs/api/{resources/users/client/requests/GetUsersIdRequest.js → types/TagListResponse.js} +0 -0
  1247. /package/dist/cjs/api/{resources/users/client/requests/GetUsersRequest.js → types/TagSubscriber.js} +0 -0
  1248. /package/dist/cjs/api/{resources/users/client/requests/PatchUsersIdRequest.js → types/TagSubscriberListResponse.js} +0 -0
  1249. /package/dist/cjs/api/{resources/users/types/DeleteUsersIdFollowersSubIdResponse.js → types/TagSubscriberResponse.js} +0 -0
  1250. /package/dist/cjs/api/{resources/users/types/DeleteUsersIdFollowingSubIdResponse.js → types/Thread.js} +0 -0
  1251. /package/dist/cjs/api/{resources/users/types/DeleteUsersIdResponse.js → types/ThreadListResponse.js} +0 -0
  1252. /package/dist/cjs/api/{resources/users/types/GetUsersIdFollowersResponse.js → types/ThreadPoll.js} +0 -0
  1253. /package/dist/cjs/api/{resources/users/types/GetUsersIdFollowersSubIdResponse.js → types/ThreadPollCreate.js} +0 -0
  1254. /package/dist/cjs/api/{resources/users/types/GetUsersIdFollowingResponse.js → types/ThreadPollListResponse.js} +0 -0
  1255. /package/dist/cjs/api/{resources/users/types/GetUsersIdFollowingSubIdResponse.js → types/ThreadPollResponse.js} +0 -0
  1256. /package/dist/cjs/api/{resources/users/types/GetUsersIdResponse.js → types/ThreadPost.js} +0 -0
  1257. /package/dist/cjs/api/{resources/users/types/GetUsersResponse.js → types/ThreadPostListResponse.js} +0 -0
  1258. /package/dist/cjs/api/{resources/users/types/PatchUsersIdResponse.js → types/ThreadPostResponse.js} +0 -0
  1259. /package/dist/cjs/api/{resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.js → types/ThreadReaction.js} +0 -0
  1260. /package/dist/cjs/api/{resources/webhooks/client/requests/DeleteWebhooksIdRequest.js → types/ThreadReactionListResponse.js} +0 -0
  1261. /package/dist/cjs/api/{resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.js → types/ThreadReactionResponse.js} +0 -0
  1262. /package/dist/cjs/api/{resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.js → types/ThreadSubscriber.js} +0 -0
  1263. /package/dist/cjs/api/{resources/webhooks/client/requests/GetWebhooksIdRequest.js → types/ThreadSubscriberListResponse.js} +0 -0
  1264. /package/dist/cjs/api/{resources/webhooks/client/requests/GetWebhooksRequest.js → types/ThreadSubscriberResponse.js} +0 -0
  1265. /package/dist/cjs/api/{resources/webhooks/client/requests/PostWebhooksRequest.js → types/User.js} +0 -0
  1266. /package/dist/cjs/api/{resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.js → types/UserCreate.js} +0 -0
  1267. /package/dist/cjs/api/{resources/webhooks/types/DeleteWebhooksIdResponse.js → types/UserFollower.js} +0 -0
  1268. /package/dist/cjs/api/{resources/webhooks/types/GetWebhooksIdDeliveriesResponse.js → types/UserFollowerListResponse.js} +0 -0
  1269. /package/dist/cjs/api/{resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.js → types/UserFollowerResponse.js} +0 -0
  1270. /package/dist/cjs/api/{resources/webhooks/types/GetWebhooksIdResponse.js → types/UserFollowing.js} +0 -0
  1271. /package/dist/cjs/api/{resources/webhooks/types/GetWebhooksResponse.js → types/UserFollowingListResponse.js} +0 -0
  1272. /package/dist/cjs/api/{resources/webhooks/types/PostWebhooksResponse.js → types/UserFollowingResponse.js} +0 -0
  1273. /package/dist/esm/api/resources/auth/client/requests/{PostAuthForgotPasswordRequest.mjs → ForgotPasswordAuthRequest.mjs} +0 -0
  1274. /package/dist/esm/api/resources/auth/client/requests/{PostAuthLoginRequest.mjs → LoginAuthRequest.mjs} +0 -0
  1275. /package/dist/esm/api/resources/auth/client/requests/{PostAuthRegisterRequest.mjs → RegisterAuthRequest.mjs} +0 -0
  1276. /package/dist/esm/api/resources/auth/client/requests/{PostAuthResetPasswordRequest.mjs → ResetPasswordAuthRequest.mjs} +0 -0
  1277. /package/dist/esm/api/resources/{auth/types/GetAuthMeResponse.mjs → integrations/client/requests/CreateIntegrationsRequest.mjs} +0 -0
  1278. /package/dist/esm/api/resources/{auth/types/PostAuthForgotPasswordResponse.mjs → integrations/client/requests/DeleteIntegrationsRequest.mjs} +0 -0
  1279. /package/dist/esm/api/resources/{auth/types/PostAuthLoginResponse.mjs → integrations/client/requests/ListIntegrationsRequest.mjs} +0 -0
  1280. /package/dist/esm/api/resources/{auth/types/PostAuthRegisterResponse.mjs → integrations/client/requests/RetrieveIntegrationsRequest.mjs} +0 -0
  1281. /package/dist/esm/api/resources/{auth/types/PostAuthResetPasswordResponse.mjs → integrations/client/requests/UpdateIntegrationsRequest.mjs} +0 -0
  1282. /package/dist/esm/api/resources/{integrations/client/requests/DeleteIntegrationsIdRequest.mjs → notifications/client/requests/DeleteNotificationsRequest.mjs} +0 -0
  1283. /package/dist/esm/api/resources/{integrations/client/requests/GetIntegrationsIdRequest.mjs → notifications/client/requests/ListNotificationsRequest.mjs} +0 -0
  1284. /package/dist/esm/api/resources/{integrations/client/requests/GetIntegrationsRequest.mjs → notifications/client/requests/RetrieveNotificationsRequest.mjs} +0 -0
  1285. /package/dist/esm/api/resources/{integrations/client/requests/PatchIntegrationsIdRequest.mjs → notifications/types/UpdateNotificationsResponse.mjs} +0 -0
  1286. /package/dist/esm/api/resources/{integrations/client/requests/PostIntegrationsRequest.mjs → posts/client/requests/CreatePostsRequest.mjs} +0 -0
  1287. /package/dist/esm/api/resources/{integrations/types/DeleteIntegrationsIdResponse.mjs → posts/client/requests/DeletePostPostsRequest.mjs} +0 -0
  1288. /package/dist/esm/api/resources/{notifications/client/requests/DeleteNotificationsIdRequest.mjs → posts/client/requests/DeletePostsRequest.mjs} +0 -0
  1289. /package/dist/esm/api/resources/{notifications/client/requests/GetNotificationsIdRequest.mjs → posts/client/requests/DeleteReactionPostsRequest.mjs} +0 -0
  1290. /package/dist/esm/api/resources/{notifications/client/requests/GetNotificationsRequest.mjs → posts/client/requests/ListPostsPostsRequest.mjs} +0 -0
  1291. /package/dist/esm/api/resources/{notifications/types/DeleteNotificationsIdResponse.mjs → posts/client/requests/ListPostsRequest.mjs} +0 -0
  1292. /package/dist/esm/api/resources/{notifications/types/GetNotificationsIdResponse.mjs → posts/client/requests/ListReactionsPostsRequest.mjs} +0 -0
  1293. /package/dist/esm/api/resources/{notifications/types/GetNotificationsResponse.mjs → posts/client/requests/RetrievePostPostsRequest.mjs} +0 -0
  1294. /package/dist/esm/api/resources/{notifications/types/PatchNotificationsIdResponse.mjs → posts/client/requests/RetrievePostsRequest.mjs} +0 -0
  1295. /package/dist/esm/api/resources/{notifications/types/PostNotificationsResponse.mjs → posts/client/requests/RetrieveReactionPostsRequest.mjs} +0 -0
  1296. /package/dist/esm/api/resources/posts/client/requests/{DeletePostsIdPostsSubIdRequest.mjs → UpdatePostsRequest.mjs} +0 -0
  1297. /package/dist/esm/api/resources/posts/{client/requests/DeletePostsIdReactionsRequest.mjs → types/DeleteReactionPostsResponse.mjs} +0 -0
  1298. /package/dist/esm/api/resources/posts/{client/requests/DeletePostsIdReactionsSubIdRequest.mjs → types/RetrievePostPostsResponse.mjs} +0 -0
  1299. /package/dist/esm/api/resources/posts/{client/requests/DeletePostsIdRequest.mjs → types/RetrieveReactionPostsResponse.mjs} +0 -0
  1300. /package/dist/esm/api/resources/posts/{client/requests/GetPostsIdPostsRequest.mjs → types/UpdatePostsResponse.mjs} +0 -0
  1301. /package/dist/esm/api/resources/{posts/client/requests/GetPostsIdPostsSubIdRequest.mjs → privateMessages/client/requests/CreatePrivateMessagesRequest.mjs} +0 -0
  1302. /package/dist/esm/api/resources/{posts/client/requests/GetPostsIdReactionsRequest.mjs → privateMessages/client/requests/CreateReplyPrivateMessagesRequest.mjs} +0 -0
  1303. /package/dist/esm/api/resources/{posts/client/requests/GetPostsIdReactionsSubIdRequest.mjs → privateMessages/client/requests/DeletePrivateMessagesRequest.mjs} +0 -0
  1304. /package/dist/esm/api/resources/{posts/client/requests/GetPostsIdRequest.mjs → privateMessages/client/requests/DeleteReplyPrivateMessagesRequest.mjs} +0 -0
  1305. /package/dist/esm/api/resources/{posts/client/requests/GetPostsRequest.mjs → privateMessages/client/requests/ListPrivateMessagesRequest.mjs} +0 -0
  1306. /package/dist/esm/api/resources/{posts/client/requests/PatchPostsIdRequest.mjs → privateMessages/client/requests/ListRepliesPrivateMessagesRequest.mjs} +0 -0
  1307. /package/dist/esm/api/resources/{posts/client/requests/PostPostsRequest.mjs → privateMessages/client/requests/RetrievePrivateMessagesRequest.mjs} +0 -0
  1308. /package/dist/esm/api/resources/{posts/types/DeletePostsIdPostsSubIdResponse.mjs → privateMessages/client/requests/RetrieveReplyPrivateMessagesRequest.mjs} +0 -0
  1309. /package/dist/esm/api/resources/{posts/types/DeletePostsIdReactionsResponse.mjs → privateMessages/client/requests/UpdatePrivateMessagesRequest.mjs} +0 -0
  1310. /package/dist/esm/api/resources/{posts/types/DeletePostsIdReactionsSubIdResponse.mjs → privateMessages/types/RetrieveReplyPrivateMessagesResponse.mjs} +0 -0
  1311. /package/dist/esm/api/resources/{posts/types/DeletePostsIdResponse.mjs → privateMessages/types/UpdatePrivateMessagesResponse.mjs} +0 -0
  1312. /package/dist/esm/api/resources/{posts/types/GetPostsIdPostsResponse.mjs → reports/client/requests/CreateReportsRequest.mjs} +0 -0
  1313. /package/dist/esm/api/resources/{posts/types/GetPostsIdPostsSubIdResponse.mjs → reports/client/requests/DeleteReportsRequest.mjs} +0 -0
  1314. /package/dist/esm/api/resources/{posts/types/GetPostsIdReactionsResponse.mjs → reports/client/requests/ListReportsRequest.mjs} +0 -0
  1315. /package/dist/esm/api/resources/{posts/types/GetPostsIdReactionsSubIdResponse.mjs → reports/client/requests/RetrieveReportsRequest.mjs} +0 -0
  1316. /package/dist/esm/api/resources/{posts/types/GetPostsIdResponse.mjs → reports/client/requests/UpdateReportsRequest.mjs} +0 -0
  1317. /package/dist/esm/api/resources/{posts/types/GetPostsResponse.mjs → reports/types/UpdateReportsResponse.mjs} +0 -0
  1318. /package/dist/esm/api/resources/{posts/types/PatchPostsIdResponse.mjs → roles/client/requests/CreateRolesRequest.mjs} +0 -0
  1319. /package/dist/esm/api/resources/{posts/types/PostPostsIdReactionsResponse.mjs → roles/client/requests/DeleteRolesRequest.mjs} +0 -0
  1320. /package/dist/esm/api/resources/{posts/types/PostPostsResponse.mjs → roles/client/requests/ListRolesRequest.mjs} +0 -0
  1321. /package/dist/esm/api/resources/{privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.mjs → roles/client/requests/RetrieveRolesRequest.mjs} +0 -0
  1322. /package/dist/esm/api/resources/{privateMessages/client/requests/DeletePrivateMessagesIdRequest.mjs → roles/client/requests/UpdateRolesRequest.mjs} +0 -0
  1323. /package/dist/esm/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.mjs → roles/types/UpdateRolesResponse.mjs} +0 -0
  1324. /package/dist/esm/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.mjs → ssOs/client/requests/CreateSsOsRequest.mjs} +0 -0
  1325. /package/dist/esm/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRequest.mjs → ssOs/client/requests/DeleteSsOsRequest.mjs} +0 -0
  1326. /package/dist/esm/api/resources/{privateMessages/client/requests/GetPrivateMessagesRequest.mjs → ssOs/client/requests/ListSsOsRequest.mjs} +0 -0
  1327. /package/dist/esm/api/resources/{privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.mjs → ssOs/client/requests/RetrieveSsOsRequest.mjs} +0 -0
  1328. /package/dist/esm/api/resources/{privateMessages/client/requests/PostPrivateMessagesRequest.mjs → ssOs/client/requests/UpdateSsOsRequest.mjs} +0 -0
  1329. /package/dist/esm/api/resources/{privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.mjs → tags/client/requests/CreateTagsRequest.mjs} +0 -0
  1330. /package/dist/esm/api/resources/{privateMessages/types/DeletePrivateMessagesIdResponse.mjs → tags/client/requests/DeleteSubscriberTagsRequest.mjs} +0 -0
  1331. /package/dist/esm/api/resources/{privateMessages/types/GetPrivateMessagesIdRepliesResponse.mjs → tags/client/requests/DeleteTagsRequest.mjs} +0 -0
  1332. /package/dist/esm/api/resources/{privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.mjs → tags/client/requests/ListSubscribersTagsRequest.mjs} +0 -0
  1333. /package/dist/esm/api/resources/{privateMessages/types/GetPrivateMessagesIdResponse.mjs → tags/client/requests/ListTagsRequest.mjs} +0 -0
  1334. /package/dist/esm/api/resources/{privateMessages/types/GetPrivateMessagesResponse.mjs → tags/client/requests/RetrieveSubscriberTagsRequest.mjs} +0 -0
  1335. /package/dist/esm/api/resources/{privateMessages/types/PostPrivateMessagesIdRepliesResponse.mjs → tags/client/requests/RetrieveTagsRequest.mjs} +0 -0
  1336. /package/dist/esm/api/resources/{privateMessages/types/PostPrivateMessagesResponse.mjs → tags/client/requests/UpdateTagsRequest.mjs} +0 -0
  1337. /package/dist/esm/api/resources/{reports/client/requests/DeleteReportsIdRequest.mjs → tags/types/RetrieveSubscriberTagsResponse.mjs} +0 -0
  1338. /package/dist/esm/api/resources/{reports/client/requests/GetReportsIdRequest.mjs → tags/types/UpdateTagsResponse.mjs} +0 -0
  1339. /package/dist/esm/api/resources/{reports/client/requests/GetReportsRequest.mjs → threads/client/requests/CreatePollThreadsRequest.mjs} +0 -0
  1340. /package/dist/esm/api/resources/{reports/client/requests/PostReportsRequest.mjs → threads/client/requests/CreateThreadsRequest.mjs} +0 -0
  1341. /package/dist/esm/api/resources/{reports/types/DeleteReportsIdResponse.mjs → threads/client/requests/DeletePostThreadsRequest.mjs} +0 -0
  1342. /package/dist/esm/api/resources/{reports/types/GetReportsIdResponse.mjs → threads/client/requests/DeleteReactionThreadsRequest.mjs} +0 -0
  1343. /package/dist/esm/api/resources/{reports/types/GetReportsResponse.mjs → threads/client/requests/DeleteSubscriberThreadsRequest.mjs} +0 -0
  1344. /package/dist/esm/api/resources/{reports/types/PostReportsResponse.mjs → threads/client/requests/DeleteThreadsRequest.mjs} +0 -0
  1345. /package/dist/esm/api/resources/{roles/client/requests/DeleteRolesIdRequest.mjs → threads/client/requests/ListPostsThreadsRequest.mjs} +0 -0
  1346. /package/dist/esm/api/resources/{roles/client/requests/GetRolesIdRequest.mjs → threads/client/requests/ListReactionsThreadsRequest.mjs} +0 -0
  1347. /package/dist/esm/api/resources/{roles/client/requests/GetRolesRequest.mjs → threads/client/requests/ListSubscribersThreadsRequest.mjs} +0 -0
  1348. /package/dist/esm/api/resources/{roles/client/requests/PatchRolesIdRequest.mjs → threads/client/requests/ListThreadsRequest.mjs} +0 -0
  1349. /package/dist/esm/api/resources/{roles/client/requests/PostRolesRequest.mjs → threads/client/requests/RetrievePollThreadsRequest.mjs} +0 -0
  1350. /package/dist/esm/api/resources/{roles/types/DeleteRolesIdResponse.mjs → threads/client/requests/RetrievePostThreadsRequest.mjs} +0 -0
  1351. /package/dist/esm/api/resources/{roles/types/GetRolesIdResponse.mjs → threads/client/requests/RetrieveReactionThreadsRequest.mjs} +0 -0
  1352. /package/dist/esm/api/resources/{roles/types/GetRolesResponse.mjs → threads/client/requests/RetrieveSubscriberThreadsRequest.mjs} +0 -0
  1353. /package/dist/esm/api/resources/{roles/types/PatchRolesIdResponse.mjs → threads/client/requests/RetrieveThreadsRequest.mjs} +0 -0
  1354. /package/dist/esm/api/resources/{roles/types/PostRolesResponse.mjs → threads/client/requests/UpdatePollThreadsRequest.mjs} +0 -0
  1355. /package/dist/esm/api/resources/{ssOs/client/requests/DeleteSsoIdRequest.mjs → threads/client/requests/UpdateThreadsRequest.mjs} +0 -0
  1356. /package/dist/esm/api/resources/{ssOs/client/requests/GetSsoIdRequest.mjs → threads/types/DeleteReactionThreadsResponse.mjs} +0 -0
  1357. /package/dist/esm/api/resources/{ssOs/client/requests/GetSsoRequest.mjs → threads/types/RetrievePostThreadsResponse.mjs} +0 -0
  1358. /package/dist/esm/api/resources/{ssOs/client/requests/PatchSsoIdRequest.mjs → threads/types/RetrieveReactionThreadsResponse.mjs} +0 -0
  1359. /package/dist/esm/api/resources/{ssOs/client/requests/PostSsoRequest.mjs → threads/types/RetrieveSubscriberThreadsResponse.mjs} +0 -0
  1360. /package/dist/esm/api/resources/{ssOs/types/DeleteSsoIdResponse.mjs → threads/types/UpdateThreadsResponse.mjs} +0 -0
  1361. /package/dist/esm/api/resources/{tags/client/requests/DeleteTagsIdRequest.mjs → users/client/requests/CreateUsersRequest.mjs} +0 -0
  1362. /package/dist/esm/api/resources/{tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.mjs → users/client/requests/DeleteFollowerUsersRequest.mjs} +0 -0
  1363. /package/dist/esm/api/resources/{tags/client/requests/GetTagsIdRequest.mjs → users/client/requests/DeleteFollowingUsersRequest.mjs} +0 -0
  1364. /package/dist/esm/api/resources/{tags/client/requests/GetTagsIdSubscribersRequest.mjs → users/client/requests/DeleteUsersRequest.mjs} +0 -0
  1365. /package/dist/esm/api/resources/{tags/client/requests/GetTagsIdSubscribersSubIdRequest.mjs → users/client/requests/ListFollowersUsersRequest.mjs} +0 -0
  1366. /package/dist/esm/api/resources/{tags/client/requests/GetTagsRequest.mjs → users/client/requests/ListFollowingUsersRequest.mjs} +0 -0
  1367. /package/dist/esm/api/resources/{tags/client/requests/PatchTagsIdRequest.mjs → users/client/requests/ListUsersRequest.mjs} +0 -0
  1368. /package/dist/esm/api/resources/{tags/client/requests/PostTagsRequest.mjs → users/client/requests/RetrieveFollowerUsersRequest.mjs} +0 -0
  1369. /package/dist/esm/api/resources/{tags/types/DeleteTagsIdResponse.mjs → users/client/requests/RetrieveFollowingUsersRequest.mjs} +0 -0
  1370. /package/dist/esm/api/resources/{tags/types/DeleteTagsIdSubscribersSubIdResponse.mjs → users/client/requests/RetrieveUsersRequest.mjs} +0 -0
  1371. /package/dist/esm/api/resources/{tags/types/GetTagsIdResponse.mjs → users/client/requests/UpdateUsersRequest.mjs} +0 -0
  1372. /package/dist/esm/api/resources/{tags/types/GetTagsIdSubscribersResponse.mjs → users/types/RetrieveFollowerUsersResponse.mjs} +0 -0
  1373. /package/dist/esm/api/resources/{tags/types/GetTagsIdSubscribersSubIdResponse.mjs → users/types/RetrieveFollowingUsersResponse.mjs} +0 -0
  1374. /package/dist/esm/api/resources/{tags/types/GetTagsResponse.mjs → users/types/UpdateUsersResponse.mjs} +0 -0
  1375. /package/dist/esm/api/resources/{tags/types/PatchTagsIdResponse.mjs → webhooks/client/requests/CreateWebhooksRequest.mjs} +0 -0
  1376. /package/dist/esm/api/resources/{tags/types/PostTagsResponse.mjs → webhooks/client/requests/DeleteDeliveryWebhooksRequest.mjs} +0 -0
  1377. /package/dist/esm/api/resources/{threads/client/requests/DeleteThreadsIdPostsSubIdRequest.mjs → webhooks/client/requests/DeleteWebhooksRequest.mjs} +0 -0
  1378. /package/dist/esm/api/resources/{threads/client/requests/DeleteThreadsIdReactionsRequest.mjs → webhooks/client/requests/ListDeliveriesWebhooksRequest.mjs} +0 -0
  1379. /package/dist/esm/api/resources/{threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.mjs → webhooks/client/requests/ListWebhooksRequest.mjs} +0 -0
  1380. /package/dist/esm/api/resources/{threads/client/requests/DeleteThreadsIdRequest.mjs → webhooks/client/requests/RetrieveDeliveryWebhooksRequest.mjs} +0 -0
  1381. /package/dist/esm/api/resources/{threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.mjs → webhooks/client/requests/RetrieveWebhooksRequest.mjs} +0 -0
  1382. /package/dist/esm/api/resources/{threads/client/requests/GetThreadsIdPollRequest.mjs → webhooks/client/requests/UpdateWebhooksRequest.mjs} +0 -0
  1383. /package/dist/esm/api/resources/{threads/client/requests/GetThreadsIdPostsRequest.mjs → webhooks/types/RetrieveDeliveryWebhooksResponse.mjs} +0 -0
  1384. /package/dist/esm/api/resources/{threads/client/requests/GetThreadsIdPostsSubIdRequest.mjs → webhooks/types/UpdateWebhooksResponse.mjs} +0 -0
  1385. /package/dist/esm/api/{resources/threads/client/requests/GetThreadsIdReactionsRequest.mjs → types/Auth.mjs} +0 -0
  1386. /package/dist/esm/api/{resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.mjs → types/AuthListResponse.mjs} +0 -0
  1387. /package/dist/esm/api/{resources/threads/client/requests/GetThreadsIdRequest.mjs → types/ForgotPasswordResponse.mjs} +0 -0
  1388. /package/dist/esm/api/{resources/threads/client/requests/GetThreadsIdSubscribersRequest.mjs → types/IntegrationList.mjs} +0 -0
  1389. /package/dist/esm/api/{resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.mjs → types/LoginResponse.mjs} +0 -0
  1390. /package/dist/esm/api/{resources/threads/client/requests/GetThreadsRequest.mjs → types/MeResponse.mjs} +0 -0
  1391. /package/dist/esm/api/{resources/threads/client/requests/PatchThreadsIdPollRequest.mjs → types/Notification.mjs} +0 -0
  1392. /package/dist/esm/api/{resources/threads/client/requests/PatchThreadsIdRequest.mjs → types/NotificationListResponse.mjs} +0 -0
  1393. /package/dist/esm/api/{resources/threads/client/requests/PostThreadsIdPollRequest.mjs → types/Post.mjs} +0 -0
  1394. /package/dist/esm/api/{resources/threads/client/requests/PostThreadsRequest.mjs → types/PostListResponse.mjs} +0 -0
  1395. /package/dist/esm/api/{resources/threads/types/DeleteThreadsIdPostsSubIdResponse.mjs → types/PostPost.mjs} +0 -0
  1396. /package/dist/esm/api/{resources/threads/types/DeleteThreadsIdReactionsResponse.mjs → types/PostPostListResponse.mjs} +0 -0
  1397. /package/dist/esm/api/{resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.mjs → types/PostPostResponse.mjs} +0 -0
  1398. /package/dist/esm/api/{resources/threads/types/DeleteThreadsIdResponse.mjs → types/PostReaction.mjs} +0 -0
  1399. /package/dist/esm/api/{resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.mjs → types/PostReactionListResponse.mjs} +0 -0
  1400. /package/dist/esm/api/{resources/threads/types/GetThreadsIdPollResponse.mjs → types/PostReactionResponse.mjs} +0 -0
  1401. /package/dist/esm/api/{resources/threads/types/GetThreadsIdPostsResponse.mjs → types/PrivateMessage.mjs} +0 -0
  1402. /package/dist/esm/api/{resources/threads/types/GetThreadsIdPostsSubIdResponse.mjs → types/PrivateMessageListResponse.mjs} +0 -0
  1403. /package/dist/esm/api/{resources/threads/types/GetThreadsIdReactionsResponse.mjs → types/PrivateMessageReply.mjs} +0 -0
  1404. /package/dist/esm/api/{resources/threads/types/GetThreadsIdReactionsSubIdResponse.mjs → types/PrivateMessageReplyCreate.mjs} +0 -0
  1405. /package/dist/esm/api/{resources/threads/types/GetThreadsIdResponse.mjs → types/PrivateMessageReplyListResponse.mjs} +0 -0
  1406. /package/dist/esm/api/{resources/threads/types/GetThreadsIdSubscribersResponse.mjs → types/PrivateMessageReplyResponse.mjs} +0 -0
  1407. /package/dist/esm/api/{resources/threads/types/GetThreadsIdSubscribersSubIdResponse.mjs → types/PrivateMessageUpdate.mjs} +0 -0
  1408. /package/dist/esm/api/{resources/threads/types/GetThreadsResponse.mjs → types/RegisterResponse.mjs} +0 -0
  1409. /package/dist/esm/api/{resources/threads/types/PatchThreadsIdPollResponse.mjs → types/Report.mjs} +0 -0
  1410. /package/dist/esm/api/{resources/threads/types/PatchThreadsIdResponse.mjs → types/ReportListResponse.mjs} +0 -0
  1411. /package/dist/esm/api/{resources/threads/types/PostThreadsIdPollResponse.mjs → types/ReportUpdate.mjs} +0 -0
  1412. /package/dist/esm/api/{resources/threads/types/PostThreadsIdReactionsResponse.mjs → types/ResetPasswordResponse.mjs} +0 -0
  1413. /package/dist/esm/api/{resources/threads/types/PostThreadsResponse.mjs → types/Role.mjs} +0 -0
  1414. /package/dist/esm/api/{resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.mjs → types/RoleListResponse.mjs} +0 -0
  1415. /package/dist/esm/api/{resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.mjs → types/Search.mjs} +0 -0
  1416. /package/dist/esm/api/{resources/users/client/requests/DeleteUsersIdRequest.mjs → types/SearchListResponse.mjs} +0 -0
  1417. /package/dist/esm/api/{resources/users/client/requests/GetUsersIdFollowersRequest.mjs → types/SearchResponse.mjs} +0 -0
  1418. /package/dist/esm/api/{resources/users/client/requests/GetUsersIdFollowersSubIdRequest.mjs → types/SsoList.mjs} +0 -0
  1419. /package/dist/esm/api/{resources/users/client/requests/GetUsersIdFollowingRequest.mjs → types/SuccessResponse.mjs} +0 -0
  1420. /package/dist/esm/api/{resources/users/client/requests/GetUsersIdFollowingSubIdRequest.mjs → types/Tag.mjs} +0 -0
  1421. /package/dist/esm/api/{resources/users/client/requests/GetUsersIdRequest.mjs → types/TagListResponse.mjs} +0 -0
  1422. /package/dist/esm/api/{resources/users/client/requests/GetUsersRequest.mjs → types/TagSubscriber.mjs} +0 -0
  1423. /package/dist/esm/api/{resources/users/client/requests/PatchUsersIdRequest.mjs → types/TagSubscriberListResponse.mjs} +0 -0
  1424. /package/dist/esm/api/{resources/users/types/DeleteUsersIdFollowersSubIdResponse.mjs → types/TagSubscriberResponse.mjs} +0 -0
  1425. /package/dist/esm/api/{resources/users/types/DeleteUsersIdFollowingSubIdResponse.mjs → types/Thread.mjs} +0 -0
  1426. /package/dist/esm/api/{resources/users/types/DeleteUsersIdResponse.mjs → types/ThreadListResponse.mjs} +0 -0
  1427. /package/dist/esm/api/{resources/users/types/GetUsersIdFollowersResponse.mjs → types/ThreadPoll.mjs} +0 -0
  1428. /package/dist/esm/api/{resources/users/types/GetUsersIdFollowersSubIdResponse.mjs → types/ThreadPollCreate.mjs} +0 -0
  1429. /package/dist/esm/api/{resources/users/types/GetUsersIdFollowingResponse.mjs → types/ThreadPollListResponse.mjs} +0 -0
  1430. /package/dist/esm/api/{resources/users/types/GetUsersIdFollowingSubIdResponse.mjs → types/ThreadPollResponse.mjs} +0 -0
  1431. /package/dist/esm/api/{resources/users/types/GetUsersIdResponse.mjs → types/ThreadPost.mjs} +0 -0
  1432. /package/dist/esm/api/{resources/users/types/GetUsersResponse.mjs → types/ThreadPostListResponse.mjs} +0 -0
  1433. /package/dist/esm/api/{resources/users/types/PatchUsersIdResponse.mjs → types/ThreadPostResponse.mjs} +0 -0
  1434. /package/dist/esm/api/{resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.mjs → types/ThreadReaction.mjs} +0 -0
  1435. /package/dist/esm/api/{resources/webhooks/client/requests/DeleteWebhooksIdRequest.mjs → types/ThreadReactionListResponse.mjs} +0 -0
  1436. /package/dist/esm/api/{resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.mjs → types/ThreadReactionResponse.mjs} +0 -0
  1437. /package/dist/esm/api/{resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.mjs → types/ThreadSubscriber.mjs} +0 -0
  1438. /package/dist/esm/api/{resources/webhooks/client/requests/GetWebhooksIdRequest.mjs → types/ThreadSubscriberListResponse.mjs} +0 -0
  1439. /package/dist/esm/api/{resources/webhooks/client/requests/GetWebhooksRequest.mjs → types/ThreadSubscriberResponse.mjs} +0 -0
  1440. /package/dist/esm/api/{resources/webhooks/client/requests/PostWebhooksRequest.mjs → types/User.mjs} +0 -0
  1441. /package/dist/esm/api/{resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.mjs → types/UserCreate.mjs} +0 -0
  1442. /package/dist/esm/api/{resources/webhooks/types/DeleteWebhooksIdResponse.mjs → types/UserFollower.mjs} +0 -0
  1443. /package/dist/esm/api/{resources/webhooks/types/GetWebhooksIdDeliveriesResponse.mjs → types/UserFollowerListResponse.mjs} +0 -0
  1444. /package/dist/esm/api/{resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.mjs → types/UserFollowerResponse.mjs} +0 -0
  1445. /package/dist/esm/api/{resources/webhooks/types/GetWebhooksIdResponse.mjs → types/UserFollowing.mjs} +0 -0
  1446. /package/dist/esm/api/{resources/webhooks/types/GetWebhooksResponse.mjs → types/UserFollowingListResponse.mjs} +0 -0
  1447. /package/dist/esm/api/{resources/webhooks/types/PostWebhooksResponse.mjs → types/UserFollowingResponse.mjs} +0 -0
@@ -7,11 +7,16 @@ export declare namespace ReportsClient {
7
7
  interface RequestOptions extends BaseRequestOptions {
8
8
  }
9
9
  }
10
+ /**
11
+ * Operations for reports
12
+ */
10
13
  export declare class ReportsClient {
11
14
  protected readonly _options: NormalizedClientOptionsWithAuth<ReportsClient.Options>;
12
- constructor(options: ReportsClient.Options);
15
+ constructor(options?: ReportsClient.Options);
13
16
  /**
14
- * @param {Forum.GetReportsRequest} request
17
+ * Retrieve a paginated list of reports. Use cursor for pagination.
18
+ *
19
+ * @param {Forum.ListReportsRequest} request
15
20
  * @param {ReportsClient.RequestOptions} requestOptions - Request-specific configuration.
16
21
  *
17
22
  * @throws {@link Forum.UnauthorizedError}
@@ -20,12 +25,14 @@ export declare class ReportsClient {
20
25
  * @throws {@link Forum.InternalServerError}
21
26
  *
22
27
  * @example
23
- * await client.reports.listAllReports()
28
+ * await client.reports.list()
24
29
  */
25
- listAllReports(request?: Forum.GetReportsRequest, requestOptions?: ReportsClient.RequestOptions): core.HttpResponsePromise<Forum.GetReportsResponse>;
26
- private __listAllReports;
30
+ list(request?: Forum.ListReportsRequest, requestOptions?: ReportsClient.RequestOptions): core.HttpResponsePromise<Forum.ReportListResponse>;
31
+ private __list;
27
32
  /**
28
- * @param {Forum.PostReportsRequest} request
33
+ * Create a new report.
34
+ *
35
+ * @param {Forum.CreateReportsRequest} request
29
36
  * @param {ReportsClient.RequestOptions} requestOptions - Request-specific configuration.
30
37
  *
31
38
  * @throws {@link Forum.BadRequestError}
@@ -35,14 +42,16 @@ export declare class ReportsClient {
35
42
  * @throws {@link Forum.InternalServerError}
36
43
  *
37
44
  * @example
38
- * await client.reports.createAReport({
45
+ * await client.reports.create({
39
46
  * type: "type"
40
47
  * })
41
48
  */
42
- createAReport(request: Forum.PostReportsRequest, requestOptions?: ReportsClient.RequestOptions): core.HttpResponsePromise<Forum.PostReportsResponse>;
43
- private __createAReport;
49
+ create(request: Forum.CreateReportsRequest, requestOptions?: ReportsClient.RequestOptions): core.HttpResponsePromise<Forum.ReportResponse>;
50
+ private __create;
44
51
  /**
45
- * @param {Forum.GetReportsIdRequest} request
52
+ * Retrieve a report by ID or slug (if supported).
53
+ *
54
+ * @param {Forum.RetrieveReportsRequest} request
46
55
  * @param {ReportsClient.RequestOptions} requestOptions - Request-specific configuration.
47
56
  *
48
57
  * @throws {@link Forum.UnauthorizedError}
@@ -52,14 +61,16 @@ export declare class ReportsClient {
52
61
  * @throws {@link Forum.InternalServerError}
53
62
  *
54
63
  * @example
55
- * await client.reports.getAReport({
64
+ * await client.reports.retrieve({
56
65
  * id: "id"
57
66
  * })
58
67
  */
59
- getAReport(request: Forum.GetReportsIdRequest, requestOptions?: ReportsClient.RequestOptions): core.HttpResponsePromise<Forum.GetReportsIdResponse>;
60
- private __getAReport;
68
+ retrieve(request: Forum.RetrieveReportsRequest, requestOptions?: ReportsClient.RequestOptions): core.HttpResponsePromise<Forum.ReportResponse>;
69
+ private __retrieve;
61
70
  /**
62
- * @param {Forum.DeleteReportsIdRequest} request
71
+ * Permanently delete a report.
72
+ *
73
+ * @param {Forum.DeleteReportsRequest} request
63
74
  * @param {ReportsClient.RequestOptions} requestOptions - Request-specific configuration.
64
75
  *
65
76
  * @throws {@link Forum.UnauthorizedError}
@@ -69,10 +80,30 @@ export declare class ReportsClient {
69
80
  * @throws {@link Forum.InternalServerError}
70
81
  *
71
82
  * @example
72
- * await client.reports.deleteAReport({
83
+ * await client.reports.delete({
84
+ * id: "id"
85
+ * })
86
+ */
87
+ delete(request: Forum.DeleteReportsRequest, requestOptions?: ReportsClient.RequestOptions): core.HttpResponsePromise<Forum.SuccessResponse>;
88
+ private __delete;
89
+ /**
90
+ * Update an existing report. Only provided fields will be modified.
91
+ *
92
+ * @param {Forum.UpdateReportsRequest} request
93
+ * @param {ReportsClient.RequestOptions} requestOptions - Request-specific configuration.
94
+ *
95
+ * @throws {@link Forum.BadRequestError}
96
+ * @throws {@link Forum.UnauthorizedError}
97
+ * @throws {@link Forum.PaymentRequiredError}
98
+ * @throws {@link Forum.NotFoundError}
99
+ * @throws {@link Forum.TooManyRequestsError}
100
+ * @throws {@link Forum.InternalServerError}
101
+ *
102
+ * @example
103
+ * await client.reports.update({
73
104
  * id: "id"
74
105
  * })
75
106
  */
76
- deleteAReport(request: Forum.DeleteReportsIdRequest, requestOptions?: ReportsClient.RequestOptions): core.HttpResponsePromise<Forum.DeleteReportsIdResponse>;
77
- private __deleteAReport;
107
+ update(request: Forum.UpdateReportsRequest, requestOptions?: ReportsClient.RequestOptions): core.HttpResponsePromise<Forum.UpdateReportsResponse>;
108
+ private __update;
78
109
  }
@@ -8,6 +8,17 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
9
  });
10
10
  };
11
+ var __rest = (this && this.__rest) || function (s, e) {
12
+ var t = {};
13
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
14
+ t[p] = s[p];
15
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
16
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
17
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
18
+ t[p[i]] = s[p[i]];
19
+ }
20
+ return t;
21
+ };
11
22
  import { normalizeClientOptionsWithAuth } from "../../../../BaseClient.mjs";
12
23
  import { mergeHeaders } from "../../../../core/headers.mjs";
13
24
  import * as core from "../../../../core/index.mjs";
@@ -15,12 +26,17 @@ import * as environments from "../../../../environments.mjs";
15
26
  import { handleNonStatusCodeError } from "../../../../errors/handleNonStatusCodeError.mjs";
16
27
  import * as errors from "../../../../errors/index.mjs";
17
28
  import * as Forum from "../../../index.mjs";
29
+ /**
30
+ * Operations for reports
31
+ */
18
32
  export class ReportsClient {
19
- constructor(options) {
33
+ constructor(options = {}) {
20
34
  this._options = normalizeClientOptionsWithAuth(options);
21
35
  }
22
36
  /**
23
- * @param {Forum.GetReportsRequest} request
37
+ * Retrieve a paginated list of reports. Use cursor for pagination.
38
+ *
39
+ * @param {Forum.ListReportsRequest} request
24
40
  * @param {ReportsClient.RequestOptions} requestOptions - Request-specific configuration.
25
41
  *
26
42
  * @throws {@link Forum.UnauthorizedError}
@@ -29,25 +45,22 @@ export class ReportsClient {
29
45
  * @throws {@link Forum.InternalServerError}
30
46
  *
31
47
  * @example
32
- * await client.reports.listAllReports()
48
+ * await client.reports.list()
33
49
  */
34
- listAllReports(request = {}, requestOptions) {
35
- return core.HttpResponsePromise.fromPromise(this.__listAllReports(request, requestOptions));
50
+ list(request = {}, requestOptions) {
51
+ return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
36
52
  }
37
- __listAllReports() {
53
+ __list() {
38
54
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
39
55
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
40
- const { page, limit, search } = request;
41
- const _queryParams = {};
42
- if (page != null) {
43
- _queryParams.page = page.toString();
44
- }
45
- if (limit != null) {
46
- _queryParams.limit = limit.toString();
47
- }
48
- if (search != null) {
49
- _queryParams.search = search;
50
- }
56
+ const { limit, cursor, status, reporterId, reportedId } = request;
57
+ const _queryParams = {
58
+ limit,
59
+ cursor,
60
+ status,
61
+ reporterId,
62
+ reportedId,
63
+ };
51
64
  const _authRequest = yield this._options.authProvider.getAuthRequest();
52
65
  const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
53
66
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
@@ -86,7 +99,9 @@ export class ReportsClient {
86
99
  });
87
100
  }
88
101
  /**
89
- * @param {Forum.PostReportsRequest} request
102
+ * Create a new report.
103
+ *
104
+ * @param {Forum.CreateReportsRequest} request
90
105
  * @param {ReportsClient.RequestOptions} requestOptions - Request-specific configuration.
91
106
  *
92
107
  * @throws {@link Forum.BadRequestError}
@@ -96,14 +111,14 @@ export class ReportsClient {
96
111
  * @throws {@link Forum.InternalServerError}
97
112
  *
98
113
  * @example
99
- * await client.reports.createAReport({
114
+ * await client.reports.create({
100
115
  * type: "type"
101
116
  * })
102
117
  */
103
- createAReport(request, requestOptions) {
104
- return core.HttpResponsePromise.fromPromise(this.__createAReport(request, requestOptions));
118
+ create(request, requestOptions) {
119
+ return core.HttpResponsePromise.fromPromise(this.__create(request, requestOptions));
105
120
  }
106
- __createAReport(request, requestOptions) {
121
+ __create(request, requestOptions) {
107
122
  return __awaiter(this, void 0, void 0, function* () {
108
123
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
109
124
  const _authRequest = yield this._options.authProvider.getAuthRequest();
@@ -149,7 +164,9 @@ export class ReportsClient {
149
164
  });
150
165
  }
151
166
  /**
152
- * @param {Forum.GetReportsIdRequest} request
167
+ * Retrieve a report by ID or slug (if supported).
168
+ *
169
+ * @param {Forum.RetrieveReportsRequest} request
153
170
  * @param {ReportsClient.RequestOptions} requestOptions - Request-specific configuration.
154
171
  *
155
172
  * @throws {@link Forum.UnauthorizedError}
@@ -159,14 +176,14 @@ export class ReportsClient {
159
176
  * @throws {@link Forum.InternalServerError}
160
177
  *
161
178
  * @example
162
- * await client.reports.getAReport({
179
+ * await client.reports.retrieve({
163
180
  * id: "id"
164
181
  * })
165
182
  */
166
- getAReport(request, requestOptions) {
167
- return core.HttpResponsePromise.fromPromise(this.__getAReport(request, requestOptions));
183
+ retrieve(request, requestOptions) {
184
+ return core.HttpResponsePromise.fromPromise(this.__retrieve(request, requestOptions));
168
185
  }
169
- __getAReport(request, requestOptions) {
186
+ __retrieve(request, requestOptions) {
170
187
  return __awaiter(this, void 0, void 0, function* () {
171
188
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
172
189
  const { id } = request;
@@ -210,7 +227,9 @@ export class ReportsClient {
210
227
  });
211
228
  }
212
229
  /**
213
- * @param {Forum.DeleteReportsIdRequest} request
230
+ * Permanently delete a report.
231
+ *
232
+ * @param {Forum.DeleteReportsRequest} request
214
233
  * @param {ReportsClient.RequestOptions} requestOptions - Request-specific configuration.
215
234
  *
216
235
  * @throws {@link Forum.UnauthorizedError}
@@ -220,14 +239,14 @@ export class ReportsClient {
220
239
  * @throws {@link Forum.InternalServerError}
221
240
  *
222
241
  * @example
223
- * await client.reports.deleteAReport({
242
+ * await client.reports.delete({
224
243
  * id: "id"
225
244
  * })
226
245
  */
227
- deleteAReport(request, requestOptions) {
228
- return core.HttpResponsePromise.fromPromise(this.__deleteAReport(request, requestOptions));
246
+ delete(request, requestOptions) {
247
+ return core.HttpResponsePromise.fromPromise(this.__delete(request, requestOptions));
229
248
  }
230
- __deleteAReport(request, requestOptions) {
249
+ __delete(request, requestOptions) {
231
250
  return __awaiter(this, void 0, void 0, function* () {
232
251
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
233
252
  const { id } = request;
@@ -270,4 +289,73 @@ export class ReportsClient {
270
289
  return handleNonStatusCodeError(_response.error, _response.rawResponse, "DELETE", "/reports/{id}");
271
290
  });
272
291
  }
292
+ /**
293
+ * Update an existing report. Only provided fields will be modified.
294
+ *
295
+ * @param {Forum.UpdateReportsRequest} request
296
+ * @param {ReportsClient.RequestOptions} requestOptions - Request-specific configuration.
297
+ *
298
+ * @throws {@link Forum.BadRequestError}
299
+ * @throws {@link Forum.UnauthorizedError}
300
+ * @throws {@link Forum.PaymentRequiredError}
301
+ * @throws {@link Forum.NotFoundError}
302
+ * @throws {@link Forum.TooManyRequestsError}
303
+ * @throws {@link Forum.InternalServerError}
304
+ *
305
+ * @example
306
+ * await client.reports.update({
307
+ * id: "id"
308
+ * })
309
+ */
310
+ update(request, requestOptions) {
311
+ return core.HttpResponsePromise.fromPromise(this.__update(request, requestOptions));
312
+ }
313
+ __update(request, requestOptions) {
314
+ return __awaiter(this, void 0, void 0, function* () {
315
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
316
+ const { id } = request, _body = __rest(request, ["id"]);
317
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
318
+ const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
319
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
320
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ForumEnvironment.Production, `reports/${core.url.encodePathParam(id)}`),
321
+ method: "PATCH",
322
+ headers: _headers,
323
+ contentType: "application/json",
324
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
325
+ requestType: "json",
326
+ body: _body,
327
+ timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
328
+ maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
329
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
330
+ fetchFn: (_k = this._options) === null || _k === void 0 ? void 0 : _k.fetch,
331
+ logging: this._options.logging,
332
+ });
333
+ if (_response.ok) {
334
+ return { data: _response.body, rawResponse: _response.rawResponse };
335
+ }
336
+ if (_response.error.reason === "status-code") {
337
+ switch (_response.error.statusCode) {
338
+ case 400:
339
+ throw new Forum.BadRequestError(_response.error.body, _response.rawResponse);
340
+ case 401:
341
+ throw new Forum.UnauthorizedError(_response.error.body, _response.rawResponse);
342
+ case 402:
343
+ throw new Forum.PaymentRequiredError(_response.error.body, _response.rawResponse);
344
+ case 404:
345
+ throw new Forum.NotFoundError(_response.error.body, _response.rawResponse);
346
+ case 429:
347
+ throw new Forum.TooManyRequestsError(_response.error.body, _response.rawResponse);
348
+ case 500:
349
+ throw new Forum.InternalServerError(_response.error.body, _response.rawResponse);
350
+ default:
351
+ throw new errors.ForumError({
352
+ statusCode: _response.error.statusCode,
353
+ body: _response.error.body,
354
+ rawResponse: _response.rawResponse,
355
+ });
356
+ }
357
+ }
358
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "PATCH", "/reports/{id}");
359
+ });
360
+ }
273
361
  }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * @example
3
+ * {
4
+ * type: "type"
5
+ * }
6
+ */
7
+ export interface CreateReportsRequest {
8
+ /** Report type (e.g. spam, abuse) */
9
+ type: string;
10
+ /** Reason for reporting */
11
+ description?: string;
12
+ /** Reporter user ID (required for API key auth, ignored for JWT auth) */
13
+ userId?: string;
14
+ /** ID of user being reported */
15
+ reportedId?: string;
16
+ /** ID of thread being reported */
17
+ threadId?: string;
18
+ /** ID of post being reported */
19
+ postId?: string;
20
+ /** ID of private message being reported */
21
+ privateMessageId?: string;
22
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @example
3
+ * {
4
+ * id: "id"
5
+ * }
6
+ */
7
+ export interface DeleteReportsRequest {
8
+ /** Report ID */
9
+ id: string;
10
+ }
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @example
3
+ * {}
4
+ */
5
+ export interface ListReportsRequest {
6
+ /** Items per page (max 75) */
7
+ limit?: number;
8
+ /** Cursor for pagination */
9
+ cursor?: string;
10
+ /** Filter by status */
11
+ status?: string;
12
+ /** Filter by reporter ID */
13
+ reporterId?: string;
14
+ /** Filter by reported user ID */
15
+ reportedId?: string;
16
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @example
3
+ * {
4
+ * id: "id"
5
+ * }
6
+ */
7
+ export interface RetrieveReportsRequest {
8
+ /** Report ID */
9
+ id: string;
10
+ }
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @example
3
+ * {
4
+ * id: "id"
5
+ * }
6
+ */
7
+ export interface UpdateReportsRequest {
8
+ /** Report ID */
9
+ id: string;
10
+ /** Report status (pending, reviewed, resolved, dismissed) */
11
+ status?: string;
12
+ /** Updated description or admin notes */
13
+ description?: string;
14
+ /** Custom extended data */
15
+ extendedData?: Record<string, unknown>;
16
+ }
@@ -1,4 +1,5 @@
1
- export type { DeleteReportsIdRequest } from "./DeleteReportsIdRequest.mjs";
2
- export type { GetReportsIdRequest } from "./GetReportsIdRequest.mjs";
3
- export type { GetReportsRequest } from "./GetReportsRequest.mjs";
4
- export type { PostReportsRequest } from "./PostReportsRequest.mjs";
1
+ export type { CreateReportsRequest } from "./CreateReportsRequest.mjs";
2
+ export type { DeleteReportsRequest } from "./DeleteReportsRequest.mjs";
3
+ export type { ListReportsRequest } from "./ListReportsRequest.mjs";
4
+ export type { RetrieveReportsRequest } from "./RetrieveReportsRequest.mjs";
5
+ export type { UpdateReportsRequest } from "./UpdateReportsRequest.mjs";
@@ -0,0 +1,28 @@
1
+ export interface UpdateReportsResponse {
2
+ data?: UpdateReportsResponse.Data;
3
+ }
4
+ export declare namespace UpdateReportsResponse {
5
+ interface Data {
6
+ /** Report type (e.g. spam, abuse) */
7
+ type: string;
8
+ /** Reason for reporting */
9
+ description?: string;
10
+ /** Reporter user ID (required for API key auth, ignored for JWT auth) */
11
+ userId?: string;
12
+ /** ID of user being reported */
13
+ reportedId?: string;
14
+ /** ID of thread being reported */
15
+ threadId?: string;
16
+ /** ID of post being reported */
17
+ postId?: string;
18
+ /** ID of private message being reported */
19
+ privateMessageId?: string;
20
+ id: string;
21
+ /** Report status (pending, reviewed, resolved, dismissed) */
22
+ status: string | null;
23
+ /** Report creation timestamp */
24
+ createdAt: string;
25
+ /** Report last update timestamp */
26
+ updatedAt: string;
27
+ }
28
+ }
@@ -1,4 +1 @@
1
- export * from "./DeleteReportsIdResponse.mjs";
2
- export * from "./GetReportsIdResponse.mjs";
3
- export * from "./GetReportsResponse.mjs";
4
- export * from "./PostReportsResponse.mjs";
1
+ export * from "./UpdateReportsResponse.mjs";
@@ -1,4 +1 @@
1
- export * from "./DeleteReportsIdResponse.mjs";
2
- export * from "./GetReportsIdResponse.mjs";
3
- export * from "./GetReportsResponse.mjs";
4
- export * from "./PostReportsResponse.mjs";
1
+ export * from "./UpdateReportsResponse.mjs";
@@ -7,11 +7,16 @@ export declare namespace RolesClient {
7
7
  interface RequestOptions extends BaseRequestOptions {
8
8
  }
9
9
  }
10
+ /**
11
+ * Operations for roles
12
+ */
10
13
  export declare class RolesClient {
11
14
  protected readonly _options: NormalizedClientOptionsWithAuth<RolesClient.Options>;
12
- constructor(options: RolesClient.Options);
15
+ constructor(options?: RolesClient.Options);
13
16
  /**
14
- * @param {Forum.GetRolesRequest} request
17
+ * Retrieve a paginated list of roles. Use cursor for pagination.
18
+ *
19
+ * @param {Forum.ListRolesRequest} request
15
20
  * @param {RolesClient.RequestOptions} requestOptions - Request-specific configuration.
16
21
  *
17
22
  * @throws {@link Forum.UnauthorizedError}
@@ -20,12 +25,14 @@ export declare class RolesClient {
20
25
  * @throws {@link Forum.InternalServerError}
21
26
  *
22
27
  * @example
23
- * await client.roles.listAllRoles()
28
+ * await client.roles.list()
24
29
  */
25
- listAllRoles(request?: Forum.GetRolesRequest, requestOptions?: RolesClient.RequestOptions): core.HttpResponsePromise<Forum.GetRolesResponse>;
26
- private __listAllRoles;
30
+ list(request?: Forum.ListRolesRequest, requestOptions?: RolesClient.RequestOptions): core.HttpResponsePromise<Forum.RoleListResponse>;
31
+ private __list;
27
32
  /**
28
- * @param {Forum.PostRolesRequest} request
33
+ * Create a new role.
34
+ *
35
+ * @param {Forum.CreateRolesRequest} request
29
36
  * @param {RolesClient.RequestOptions} requestOptions - Request-specific configuration.
30
37
  *
31
38
  * @throws {@link Forum.BadRequestError}
@@ -35,14 +42,16 @@ export declare class RolesClient {
35
42
  * @throws {@link Forum.InternalServerError}
36
43
  *
37
44
  * @example
38
- * await client.roles.createARole({
45
+ * await client.roles.create({
39
46
  * name: "name"
40
47
  * })
41
48
  */
42
- createARole(request: Forum.PostRolesRequest, requestOptions?: RolesClient.RequestOptions): core.HttpResponsePromise<Forum.PostRolesResponse>;
43
- private __createARole;
49
+ create(request: Forum.CreateRolesRequest, requestOptions?: RolesClient.RequestOptions): core.HttpResponsePromise<Forum.RoleResponse>;
50
+ private __create;
44
51
  /**
45
- * @param {Forum.GetRolesIdRequest} request
52
+ * Retrieve a role by ID or slug (if supported).
53
+ *
54
+ * @param {Forum.RetrieveRolesRequest} request
46
55
  * @param {RolesClient.RequestOptions} requestOptions - Request-specific configuration.
47
56
  *
48
57
  * @throws {@link Forum.UnauthorizedError}
@@ -52,14 +61,16 @@ export declare class RolesClient {
52
61
  * @throws {@link Forum.InternalServerError}
53
62
  *
54
63
  * @example
55
- * await client.roles.getARole({
64
+ * await client.roles.retrieve({
56
65
  * id: "id"
57
66
  * })
58
67
  */
59
- getARole(request: Forum.GetRolesIdRequest, requestOptions?: RolesClient.RequestOptions): core.HttpResponsePromise<Forum.GetRolesIdResponse>;
60
- private __getARole;
68
+ retrieve(request: Forum.RetrieveRolesRequest, requestOptions?: RolesClient.RequestOptions): core.HttpResponsePromise<Forum.RoleResponse>;
69
+ private __retrieve;
61
70
  /**
62
- * @param {Forum.DeleteRolesIdRequest} request
71
+ * Permanently delete a role.
72
+ *
73
+ * @param {Forum.DeleteRolesRequest} request
63
74
  * @param {RolesClient.RequestOptions} requestOptions - Request-specific configuration.
64
75
  *
65
76
  * @throws {@link Forum.UnauthorizedError}
@@ -69,14 +80,16 @@ export declare class RolesClient {
69
80
  * @throws {@link Forum.InternalServerError}
70
81
  *
71
82
  * @example
72
- * await client.roles.deleteARole({
83
+ * await client.roles.delete({
73
84
  * id: "id"
74
85
  * })
75
86
  */
76
- deleteARole(request: Forum.DeleteRolesIdRequest, requestOptions?: RolesClient.RequestOptions): core.HttpResponsePromise<Forum.DeleteRolesIdResponse>;
77
- private __deleteARole;
87
+ delete(request: Forum.DeleteRolesRequest, requestOptions?: RolesClient.RequestOptions): core.HttpResponsePromise<Forum.SuccessResponse>;
88
+ private __delete;
78
89
  /**
79
- * @param {Forum.PatchRolesIdRequest} request
90
+ * Update an existing role. Only provided fields will be modified.
91
+ *
92
+ * @param {Forum.UpdateRolesRequest} request
80
93
  * @param {RolesClient.RequestOptions} requestOptions - Request-specific configuration.
81
94
  *
82
95
  * @throws {@link Forum.BadRequestError}
@@ -87,10 +100,10 @@ export declare class RolesClient {
87
100
  * @throws {@link Forum.InternalServerError}
88
101
  *
89
102
  * @example
90
- * await client.roles.updateARole({
103
+ * await client.roles.update({
91
104
  * id: "id"
92
105
  * })
93
106
  */
94
- updateARole(request: Forum.PatchRolesIdRequest, requestOptions?: RolesClient.RequestOptions): core.HttpResponsePromise<Forum.PatchRolesIdResponse>;
95
- private __updateARole;
107
+ update(request: Forum.UpdateRolesRequest, requestOptions?: RolesClient.RequestOptions): core.HttpResponsePromise<Forum.UpdateRolesResponse>;
108
+ private __update;
96
109
  }