cloudstructs 0.9.42 → 0.9.44

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 (431) hide show
  1. package/.jsii +5 -5
  2. package/API.md +209 -13
  3. package/assets/slack-textract/detect.lambda/index.js +354 -90
  4. package/lib/codecommit-mirror/index.js +2 -2
  5. package/lib/dmarc/index.js +1 -1
  6. package/lib/ecs-service-roller/index.js +2 -2
  7. package/lib/email-receiver/receiver.js +1 -1
  8. package/lib/mjml-template/index.js +1 -1
  9. package/lib/saml-identity-provider/index.js +2 -2
  10. package/lib/slack-app/manifest.js +1 -1
  11. package/lib/slack-app/slack-app.js +2 -2
  12. package/lib/slack-events/index.js +1 -1
  13. package/lib/slack-textract/index.js +1 -1
  14. package/lib/ssl-server-test/index.js +1 -1
  15. package/lib/state-machine-cr-provider/index.js +1 -1
  16. package/lib/static-website/index.js +1 -1
  17. package/lib/toolkit-cleaner/index.js +1 -1
  18. package/lib/url-shortener/index.js +1 -1
  19. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  20. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +36 -1
  21. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  22. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +8 -4
  23. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +50 -33
  24. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +3 -2
  25. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +198 -164
  26. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +9 -8
  27. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +39 -21
  28. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +89 -76
  29. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  30. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +52 -22
  31. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +29 -22
  32. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +82 -50
  33. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +7 -6
  34. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +3 -2
  35. package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
  36. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +13 -5
  37. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +221 -7
  38. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +2 -2
  39. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +88 -64
  41. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  42. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  43. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +34 -10
  44. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +11 -2
  45. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +20 -3
  46. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +24 -3
  47. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +40 -3
  48. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +25 -24
  49. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +1 -0
  50. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  51. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +5 -15
  52. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +5 -0
  53. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  54. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  55. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +82 -21
  56. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +4 -0
  57. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  58. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +36 -2
  59. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  60. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +14 -0
  61. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -1
  62. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +2 -0
  63. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -1
  64. package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +21 -0
  65. package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +1 -0
  66. package/node_modules/@slack/types/dist/events/entity-details-requested.js +3 -0
  67. package/node_modules/@slack/types/dist/events/entity-details-requested.js.map +1 -0
  68. package/node_modules/@slack/types/dist/events/index.d.ts +2 -1
  69. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
  70. package/node_modules/@slack/types/dist/events/index.js.map +1 -1
  71. package/node_modules/@slack/types/dist/message-metadata.d.ts +260 -1
  72. package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -1
  73. package/node_modules/@slack/types/dist/message-metadata.js +24 -0
  74. package/node_modules/@slack/types/dist/message-metadata.js.map +1 -1
  75. package/node_modules/@slack/types/package.json +1 -1
  76. package/node_modules/@slack/web-api/dist/WebClient.d.ts +2 -0
  77. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  78. package/node_modules/@slack/web-api/dist/WebClient.js +2 -0
  79. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  80. package/node_modules/@slack/web-api/dist/methods.d.ts +80 -2
  81. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  82. package/node_modules/@slack/web-api/dist/methods.js +78 -0
  83. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  84. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +37 -9
  85. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  86. package/node_modules/@slack/web-api/dist/types/request/entity.d.ts +46 -0
  87. package/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +1 -0
  88. package/node_modules/@slack/web-api/dist/types/request/entity.js +3 -0
  89. package/node_modules/@slack/web-api/dist/types/request/entity.js.map +1 -0
  90. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +2 -0
  91. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  92. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +1 -1
  93. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  94. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +10 -1
  95. package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -1
  96. package/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts +806 -0
  97. package/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts.map +1 -0
  98. package/node_modules/@slack/web-api/dist/types/request/slackLists.js +3 -0
  99. package/node_modules/@slack/web-api/dist/types/request/slackLists.js.map +1 -0
  100. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +9 -0
  101. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -0
  102. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +11 -0
  103. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +1 -0
  104. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +8 -0
  105. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +1 -0
  106. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +3 -0
  107. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +1 -0
  108. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +8 -0
  109. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +1 -0
  110. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +3 -0
  111. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +1 -0
  112. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +14 -0
  113. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +1 -0
  114. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +3 -0
  115. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +1 -0
  116. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +10 -0
  117. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +1 -0
  118. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +3 -0
  119. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +1 -0
  120. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +9 -0
  121. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +1 -0
  122. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +3 -0
  123. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +1 -0
  124. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +10 -0
  125. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +1 -0
  126. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +3 -0
  127. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +1 -0
  128. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +8 -0
  129. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +1 -0
  130. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +3 -0
  131. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +1 -0
  132. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +8 -0
  133. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +1 -0
  134. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +3 -0
  135. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +1 -0
  136. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +12 -0
  137. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +1 -0
  138. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +3 -0
  139. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +1 -0
  140. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +13 -0
  141. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +1 -0
  142. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +3 -0
  143. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +1 -0
  144. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +8 -0
  145. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +1 -0
  146. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +3 -0
  147. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +1 -0
  148. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +8 -0
  149. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +1 -0
  150. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +3 -0
  151. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +1 -0
  152. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +13 -0
  153. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  154. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  155. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +36 -1
  156. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  157. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +8 -4
  158. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +50 -33
  159. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +3 -2
  160. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +198 -164
  161. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +9 -8
  162. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +39 -21
  163. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +89 -76
  164. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  165. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +52 -22
  166. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +29 -22
  167. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +82 -50
  168. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +7 -6
  169. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +3 -2
  170. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
  171. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +13 -5
  172. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +221 -7
  173. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +2 -2
  174. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +2 -2
  175. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +88 -64
  176. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  177. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  178. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +34 -10
  179. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +11 -2
  180. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +20 -3
  181. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +24 -3
  182. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +40 -3
  183. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +25 -24
  184. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +1 -0
  185. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  186. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +5 -15
  187. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +5 -0
  188. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  189. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  190. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +82 -21
  191. package/node_modules/@slack/web-api/package.json +3 -3
  192. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  193. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +36 -1
  194. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  195. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +8 -4
  196. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +50 -33
  197. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +3 -2
  198. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +198 -164
  199. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +9 -8
  200. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +39 -21
  201. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +89 -76
  202. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  203. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +52 -22
  204. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +29 -22
  205. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +82 -50
  206. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +7 -6
  207. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -2
  208. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
  209. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +13 -5
  210. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +221 -7
  211. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +2 -2
  212. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +2 -2
  213. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +88 -64
  214. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  215. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  216. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +34 -10
  217. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +11 -2
  218. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +20 -3
  219. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +24 -3
  220. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +40 -3
  221. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +25 -24
  222. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +1 -0
  223. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  224. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +5 -15
  225. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +5 -0
  226. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  227. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  228. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +82 -21
  229. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  230. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +36 -1
  231. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  232. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +8 -4
  233. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +50 -33
  234. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +3 -2
  235. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +198 -164
  236. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +9 -8
  237. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +39 -21
  238. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +89 -76
  239. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  240. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +52 -22
  241. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +29 -22
  242. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +82 -50
  243. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +7 -6
  244. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -2
  245. package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
  246. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +13 -5
  247. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +221 -7
  248. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +2 -2
  249. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +2 -2
  250. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +88 -64
  251. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  252. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  253. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +34 -10
  254. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +11 -2
  255. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +20 -3
  256. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +24 -3
  257. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +40 -3
  258. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +25 -24
  259. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +1 -0
  260. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  261. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +5 -15
  262. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +5 -0
  263. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  264. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  265. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +82 -21
  266. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  267. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +36 -1
  268. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  269. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +8 -4
  270. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +50 -33
  271. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +3 -2
  272. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +198 -164
  273. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +9 -8
  274. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +39 -21
  275. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +89 -76
  276. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  277. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +52 -22
  278. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +29 -22
  279. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +82 -50
  280. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +7 -6
  281. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -2
  282. package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
  283. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +13 -5
  284. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +221 -7
  285. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +2 -2
  286. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +2 -2
  287. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +88 -64
  288. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  289. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  290. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +34 -10
  291. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +11 -2
  292. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +20 -3
  293. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +24 -3
  294. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +40 -3
  295. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +25 -24
  296. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +1 -0
  297. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  298. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +5 -15
  299. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +5 -0
  300. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  301. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  302. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +82 -21
  303. package/node_modules/axios/CHANGELOG.md +410 -346
  304. package/node_modules/axios/README.md +79 -51
  305. package/node_modules/axios/dist/axios.js +121 -46
  306. package/node_modules/axios/dist/axios.js.map +1 -1
  307. package/node_modules/axios/dist/axios.min.js +2 -2
  308. package/node_modules/axios/dist/axios.min.js.map +1 -1
  309. package/node_modules/axios/dist/browser/axios.cjs +126 -57
  310. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  311. package/node_modules/axios/dist/esm/axios.js +126 -57
  312. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  313. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  314. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  315. package/node_modules/axios/dist/node/axios.cjs +351 -97
  316. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  317. package/node_modules/axios/index.d.cts +4 -0
  318. package/node_modules/axios/index.d.ts +4 -0
  319. package/node_modules/axios/lib/adapters/adapters.js +85 -40
  320. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  321. package/node_modules/axios/lib/adapters/http.js +224 -42
  322. package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
  323. package/node_modules/axios/lib/core/mergeConfig.js +4 -4
  324. package/node_modules/axios/lib/env/data.js +1 -1
  325. package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
  326. package/node_modules/axios/lib/helpers/bind.js +7 -0
  327. package/node_modules/axios/lib/helpers/cookies.js +24 -13
  328. package/node_modules/axios/package.json +9 -4
  329. package/node_modules/form-data/CHANGELOG.md +60 -2
  330. package/node_modules/form-data/README.md +4 -4
  331. package/node_modules/form-data/lib/form_data.js +2 -2
  332. package/node_modules/form-data/package.json +4 -4
  333. package/node_modules/js-beautify/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -1
  334. package/node_modules/js-beautify/node_modules/glob/dist/commonjs/index.d.ts +2 -2
  335. package/node_modules/js-beautify/node_modules/glob/dist/esm/bin.mjs +111 -35
  336. package/node_modules/js-beautify/node_modules/glob/dist/esm/bin.mjs.map +1 -1
  337. package/node_modules/js-beautify/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -1
  338. package/node_modules/js-beautify/node_modules/glob/dist/esm/index.d.ts +2 -2
  339. package/node_modules/js-beautify/node_modules/glob/package.json +1 -1
  340. package/node_modules/mjml/LICENSE.md +21 -0
  341. package/node_modules/mjml/package.json +9 -8
  342. package/node_modules/mjml-accordion/LICENSE.md +21 -0
  343. package/node_modules/mjml-accordion/README.md +2 -2
  344. package/node_modules/mjml-accordion/lib/Accordion.js +8 -0
  345. package/node_modules/mjml-accordion/lib/AccordionElement.js +8 -0
  346. package/node_modules/mjml-accordion/lib/AccordionText.js +17 -3
  347. package/node_modules/mjml-accordion/lib/AccordionTitle.js +17 -3
  348. package/node_modules/mjml-accordion/package.json +4 -3
  349. package/node_modules/mjml-body/LICENSE.md +21 -0
  350. package/node_modules/mjml-body/package.json +4 -3
  351. package/node_modules/mjml-button/LICENSE.md +21 -0
  352. package/node_modules/mjml-button/README.md +1 -1
  353. package/node_modules/mjml-button/package.json +4 -3
  354. package/node_modules/mjml-carousel/LICENSE.md +21 -0
  355. package/node_modules/mjml-carousel/README.md +5 -5
  356. package/node_modules/mjml-carousel/lib/Carousel.js +15 -2
  357. package/node_modules/mjml-carousel/lib/CarouselImage.js +8 -1
  358. package/node_modules/mjml-carousel/package.json +4 -3
  359. package/node_modules/mjml-cli/LICENSE.md +21 -0
  360. package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -1
  361. package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/index.d.ts +2 -2
  362. package/node_modules/mjml-cli/node_modules/glob/dist/esm/bin.mjs +111 -35
  363. package/node_modules/mjml-cli/node_modules/glob/dist/esm/bin.mjs.map +1 -1
  364. package/node_modules/mjml-cli/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -1
  365. package/node_modules/mjml-cli/node_modules/glob/dist/esm/index.d.ts +2 -2
  366. package/node_modules/mjml-cli/node_modules/glob/package.json +1 -1
  367. package/node_modules/mjml-cli/package.json +7 -6
  368. package/node_modules/mjml-column/LICENSE.md +21 -0
  369. package/node_modules/mjml-column/lib/index.js +29 -3
  370. package/node_modules/mjml-column/package.json +4 -3
  371. package/node_modules/mjml-core/LICENSE.md +21 -0
  372. package/node_modules/mjml-core/lib/createComponent.js +4 -2
  373. package/node_modules/mjml-core/lib/index.js +3 -0
  374. package/node_modules/mjml-core/package.json +6 -5
  375. package/node_modules/mjml-divider/LICENSE.md +21 -0
  376. package/node_modules/mjml-divider/package.json +4 -3
  377. package/node_modules/mjml-group/LICENSE.md +21 -0
  378. package/node_modules/mjml-group/README.md +4 -4
  379. package/node_modules/mjml-group/package.json +4 -3
  380. package/node_modules/mjml-head/LICENSE.md +21 -0
  381. package/node_modules/mjml-head/package.json +4 -3
  382. package/node_modules/mjml-head-attributes/LICENSE.md +21 -0
  383. package/node_modules/mjml-head-attributes/package.json +4 -3
  384. package/node_modules/mjml-head-breakpoint/LICENSE.md +21 -0
  385. package/node_modules/mjml-head-breakpoint/package.json +4 -3
  386. package/node_modules/mjml-head-font/LICENSE.md +21 -0
  387. package/node_modules/mjml-head-font/package.json +4 -3
  388. package/node_modules/mjml-head-html-attributes/LICENSE.md +21 -0
  389. package/node_modules/mjml-head-html-attributes/package.json +4 -3
  390. package/node_modules/mjml-head-preview/LICENSE.md +21 -0
  391. package/node_modules/mjml-head-preview/package.json +4 -3
  392. package/node_modules/mjml-head-style/LICENSE.md +21 -0
  393. package/node_modules/mjml-head-style/package.json +4 -3
  394. package/node_modules/mjml-head-title/LICENSE.md +21 -0
  395. package/node_modules/mjml-head-title/package.json +4 -3
  396. package/node_modules/mjml-hero/LICENSE.md +21 -0
  397. package/node_modules/mjml-hero/README.md +4 -4
  398. package/node_modules/mjml-hero/package.json +4 -3
  399. package/node_modules/mjml-image/LICENSE.md +21 -0
  400. package/node_modules/mjml-image/README.md +1 -1
  401. package/node_modules/mjml-image/package.json +4 -3
  402. package/node_modules/mjml-migrate/package.json +5 -4
  403. package/node_modules/mjml-navbar/LICENSE.md +21 -0
  404. package/node_modules/mjml-navbar/README.md +4 -4
  405. package/node_modules/mjml-navbar/lib/Navbar.js +2 -2
  406. package/node_modules/mjml-navbar/package.json +4 -3
  407. package/node_modules/mjml-parser-xml/package.json +4 -4
  408. package/node_modules/mjml-preset-core/LICENSE.md +21 -0
  409. package/node_modules/mjml-preset-core/package.json +28 -27
  410. package/node_modules/mjml-raw/LICENSE.md +21 -0
  411. package/node_modules/mjml-raw/package.json +4 -3
  412. package/node_modules/mjml-section/LICENSE.md +21 -0
  413. package/node_modules/mjml-section/lib/index.js +20 -4
  414. package/node_modules/mjml-section/package.json +4 -3
  415. package/node_modules/mjml-social/LICENSE.md +21 -0
  416. package/node_modules/mjml-social/README.md +1 -1
  417. package/node_modules/mjml-social/lib/SocialElement.js +3 -4
  418. package/node_modules/mjml-social/package.json +4 -3
  419. package/node_modules/mjml-spacer/LICENSE.md +21 -0
  420. package/node_modules/mjml-spacer/package.json +4 -3
  421. package/node_modules/mjml-table/LICENSE.md +21 -0
  422. package/node_modules/mjml-table/lib/index.js +12 -1
  423. package/node_modules/mjml-table/package.json +4 -3
  424. package/node_modules/mjml-text/LICENSE.md +21 -0
  425. package/node_modules/mjml-text/package.json +4 -3
  426. package/node_modules/mjml-validator/package.json +2 -2
  427. package/node_modules/mjml-wrapper/LICENSE.md +21 -0
  428. package/node_modules/mjml-wrapper/README.md +2 -1
  429. package/node_modules/mjml-wrapper/lib/index.js +12 -0
  430. package/node_modules/mjml-wrapper/package.json +5 -4
  431. package/package.json +19 -19
@@ -0,0 +1,806 @@
1
+ import type { RichTextBlock } from '@slack/types';
2
+ import type { TokenOverridable } from './common';
3
+ /**
4
+ * @description Attachment field with file IDs.
5
+ */
6
+ export interface SlackListsItemFieldAttachment {
7
+ column_id: string;
8
+ attachment: string[];
9
+ }
10
+ /**
11
+ * @description Channel field with channel IDs.
12
+ */
13
+ export interface SlackListsItemFieldChannel {
14
+ column_id: string;
15
+ channel: string[];
16
+ }
17
+ /**
18
+ * @description Checkbox field with boolean value.
19
+ */
20
+ export interface SlackListsItemFieldCheckbox {
21
+ column_id: string;
22
+ checkbox: boolean;
23
+ }
24
+ /**
25
+ * @description Date field in YYYY-MM-DD format.
26
+ */
27
+ export interface SlackListsItemFieldDate {
28
+ column_id: string;
29
+ date: string[];
30
+ }
31
+ /**
32
+ * @description Email field with email addresses.
33
+ */
34
+ export interface SlackListsItemFieldEmail {
35
+ column_id: string;
36
+ email: string[];
37
+ }
38
+ /**
39
+ * @description Link field with URL data.
40
+ */
41
+ export interface SlackListsItemFieldLink {
42
+ column_id: string;
43
+ link: Array<{
44
+ original_url: string;
45
+ display_as_url: boolean;
46
+ display_name: string;
47
+ }>;
48
+ }
49
+ /**
50
+ * @description Message field with message URLs.
51
+ */
52
+ export interface SlackListsItemFieldMessage {
53
+ column_id: string;
54
+ message: string[];
55
+ }
56
+ /**
57
+ * @description Number field with numeric values.
58
+ */
59
+ export interface SlackListsItemFieldNumber {
60
+ column_id: string;
61
+ number: number[];
62
+ }
63
+ /**
64
+ * @description Phone field with phone numbers.
65
+ */
66
+ export interface SlackListsItemFieldPhone {
67
+ column_id: string;
68
+ phone: string[];
69
+ }
70
+ /**
71
+ * @description Rating field with numeric rating values.
72
+ */
73
+ export interface SlackListsItemFieldRating {
74
+ column_id: string;
75
+ rating: number[];
76
+ }
77
+ /**
78
+ * @description Reference field with file references.
79
+ */
80
+ export interface SlackListsItemFieldReference {
81
+ column_id: string;
82
+ reference: Array<{
83
+ file: {
84
+ file_id: string;
85
+ };
86
+ }>;
87
+ }
88
+ /**
89
+ * @description Text field with rich text formatting.
90
+ */
91
+ export interface SlackListsItemFieldRichText {
92
+ column_id: string;
93
+ rich_text: RichTextBlock[];
94
+ }
95
+ /**
96
+ * @description Select field with option IDs.
97
+ */
98
+ export interface SlackListsItemFieldSelect {
99
+ column_id: string;
100
+ select: string[];
101
+ }
102
+ /**
103
+ * @description Timestamp field with Unix timestamps.
104
+ */
105
+ export interface SlackListsItemFieldTimestamp {
106
+ column_id: string;
107
+ timestamp: number[];
108
+ }
109
+ /**
110
+ * @description User field containing user IDs.
111
+ */
112
+ export interface SlackListsItemFieldUser {
113
+ column_id: string;
114
+ user: string[];
115
+ }
116
+ /**
117
+ * @description Union type of all possible Slack Lists item field types.
118
+ */
119
+ export type SlackListsItemField = SlackListsItemFieldAttachment | SlackListsItemFieldChannel | SlackListsItemFieldCheckbox | SlackListsItemFieldDate | SlackListsItemFieldEmail | SlackListsItemFieldLink | SlackListsItemFieldMessage | SlackListsItemFieldNumber | SlackListsItemFieldPhone | SlackListsItemFieldRating | SlackListsItemFieldReference | SlackListsItemFieldRichText | SlackListsItemFieldSelect | SlackListsItemFieldTimestamp | SlackListsItemFieldUser;
120
+ /**
121
+ * @description Slack Lists item structure.
122
+ */
123
+ export interface SlackListsItem {
124
+ /**
125
+ * @description The unique identifier for the item.
126
+ */
127
+ id: string;
128
+ /**
129
+ * @description The ID of the List this item belongs to.
130
+ */
131
+ list_id: string;
132
+ /**
133
+ * @description Unix timestamp when the item was created.
134
+ */
135
+ date_created: number;
136
+ /**
137
+ * @description User ID of the creator.
138
+ */
139
+ created_by: string;
140
+ /**
141
+ * @description User ID of the last updater.
142
+ */
143
+ updated_by: string;
144
+ /**
145
+ * @description Array of field data for this item.
146
+ */
147
+ fields: SlackListsItemField[];
148
+ /**
149
+ * @description String representation of the last update timestamp.
150
+ */
151
+ updated_timestamp: string;
152
+ }
153
+ /**
154
+ * @description Slack Lists item with subscription status (used in responses with include_is_subscribed).
155
+ */
156
+ export interface SlackListsItemWithSubscription extends SlackListsItem {
157
+ /**
158
+ * @description Whether the user is subscribed to this item.
159
+ */
160
+ is_subscribed?: boolean;
161
+ }
162
+ /**
163
+ * @description Cell update that includes row_id along with field data.
164
+ * Used for slackLists.items.update to specify which row and column to update.
165
+ */
166
+ export type SlackListsItemCellUpdate = SlackListsItemField & {
167
+ /**
168
+ * @description The ID of the row to update.
169
+ */
170
+ row_id: string;
171
+ };
172
+ /**
173
+ * @description Choice option for select columns.
174
+ */
175
+ export interface SlackListsSchemaColumnChoice {
176
+ /**
177
+ * @description Value for the option.
178
+ */
179
+ value: string;
180
+ /**
181
+ * @description Label of the option to be displayed in the List.
182
+ */
183
+ label: string;
184
+ /**
185
+ * @description Color type.
186
+ */
187
+ color: string;
188
+ }
189
+ /**
190
+ * @description Default values for specific column types.
191
+ */
192
+ export interface SlackListsSchemaColumnDefaultValue {
193
+ /**
194
+ * @description Default user values (encoded user ids) for the people column.
195
+ */
196
+ user?: string[];
197
+ /**
198
+ * @description Default channel values (encoded channel ids) for the channel column.
199
+ */
200
+ channel?: string[];
201
+ /**
202
+ * @description Default select values for the select column. These values should be the same ones used in the choices value.
203
+ * When defining a select column, you can add up to 100 options. However, you can only add up to 50 for a single cell.
204
+ */
205
+ select?: string[];
206
+ }
207
+ /**
208
+ * @description Column options for configuring various column types.
209
+ */
210
+ export interface SlackListsSchemaColumnOptions {
211
+ /**
212
+ * @description Used by select columns to specify options.
213
+ */
214
+ choices?: SlackListsSchemaColumnChoice[];
215
+ /**
216
+ * @description Used by some columns (such as the select column) to specify some options/formatting.
217
+ */
218
+ format?: string;
219
+ /**
220
+ * @description Used by numeric columns to specify number of decimal places.
221
+ */
222
+ precision?: number;
223
+ /**
224
+ * @description Used by date columns to specify the format of the date.
225
+ */
226
+ date_format?: string;
227
+ /**
228
+ * @description The emoji to be displayed e.g., ":smile:". Used by rating and vote columns.
229
+ */
230
+ emoji?: string;
231
+ /**
232
+ * @description The team ID the emoji belongs to. Used by rating columns.
233
+ */
234
+ emoji_team_id?: string;
235
+ /**
236
+ * @description Used by rating columns to specify the maximum rate value.
237
+ */
238
+ max?: number;
239
+ /**
240
+ * @description Default value for some columns.
241
+ */
242
+ default_value_typed?: SlackListsSchemaColumnDefaultValue;
243
+ /**
244
+ * @description Used by people, channel, and canvas columns to specify whether the entity name should be shown. Default is true.
245
+ */
246
+ show_member_name?: boolean;
247
+ /**
248
+ * @description Used by people columns to specify whether the users should be notified when the column is updated.
249
+ */
250
+ notify_users?: boolean;
251
+ }
252
+ /**
253
+ * @description Column definition for a Slack List.
254
+ */
255
+ export interface SlackListsSchemaColumn {
256
+ /**
257
+ * @description Key of the column.
258
+ */
259
+ key: string;
260
+ /**
261
+ * @description Name of the column to be displayed in the List.
262
+ */
263
+ name: string;
264
+ /**
265
+ * @description Type of the column.
266
+ */
267
+ type: string;
268
+ /**
269
+ * @description Whether the column is the primary column.
270
+ * Only one column in the List can be the primary column, and it must be a text column.
271
+ * In addition, you cannot reassign a different column to be the new primary column, even
272
+ * if the new column is also a text column. If you want a new text column to be the primary
273
+ * one, it is recommended to export the List to CSV, modify the order, and then create a
274
+ * new List from the new CSV with the columns reordered.
275
+ */
276
+ is_primary_column?: boolean;
277
+ /**
278
+ * @description Column options.
279
+ */
280
+ options?: SlackListsSchemaColumnOptions;
281
+ }
282
+ export interface SlackListsAccessDeleteArguments extends TokenOverridable {
283
+ /**
284
+ * @description Encoded ID of the List.
285
+ */
286
+ list_id: string;
287
+ /**
288
+ * @description List of channels you wish to update access for. Can only be used if user_ids is not provided.
289
+ */
290
+ channel_ids?: string[];
291
+ /**
292
+ * @description List of users you wish to update access for. Can only be used if channel_ids is not provided.
293
+ */
294
+ user_ids?: string[];
295
+ }
296
+ export interface SlackListsAccessSetArguments extends TokenOverridable {
297
+ /**
298
+ * @description Encoded ID of the List.
299
+ */
300
+ list_id: string;
301
+ /**
302
+ * @description Desired level of access.
303
+ */
304
+ access_level: string;
305
+ /**
306
+ * @description List of channels you wish to update access for. Can only be used if user_ids is not provided.
307
+ */
308
+ channel_ids?: string[];
309
+ /**
310
+ * @description List of users you wish to update access for. Can only be used if channel_ids is not provided.
311
+ */
312
+ user_ids?: string[];
313
+ }
314
+ export interface SlackListsCreateArguments extends TokenOverridable {
315
+ /**
316
+ * @description Name of the List.
317
+ */
318
+ name: string;
319
+ /**
320
+ * @description A rich text description of the List.
321
+ */
322
+ description_blocks?: Array<RichTextBlock>;
323
+ /**
324
+ * @description Column definition for the List.
325
+ * @see {@link https://docs.slack.dev/reference/methods/slackLists.create#schema-definition}
326
+ */
327
+ schema?: SlackListsSchemaColumn[];
328
+ /**
329
+ * @description ID of the List to copy.
330
+ */
331
+ copy_from_list_id?: string;
332
+ /**
333
+ * @description Boolean indicating whether to include records when a List is copied.
334
+ */
335
+ include_copied_list_records?: boolean;
336
+ /**
337
+ * @description Boolean indicating whether the List should be used to track todo tasks.
338
+ */
339
+ todo_mode?: boolean;
340
+ }
341
+ export interface SlackListsDownloadGetArguments extends TokenOverridable {
342
+ /**
343
+ * @description Encoded ID of the List.
344
+ */
345
+ list_id: string;
346
+ /**
347
+ * @description The ID of the recently started job to export the List.
348
+ */
349
+ job_id: string;
350
+ }
351
+ export interface SlackListsDownloadStartArguments extends TokenOverridable {
352
+ /**
353
+ * @description Encoded ID of the List.
354
+ */
355
+ list_id: string;
356
+ /**
357
+ * @description Boolean indicating whether to include archived items.
358
+ */
359
+ include_archived?: boolean;
360
+ }
361
+ export interface SlackListsItemsCreateArguments extends TokenOverridable {
362
+ /**
363
+ * @description Encoded ID of the List.
364
+ */
365
+ list_id: string;
366
+ /**
367
+ * @description ID of the record to make a copy of.
368
+ */
369
+ duplicated_item_id?: string;
370
+ /**
371
+ * @description ID of the parent record for this subtask.
372
+ */
373
+ parent_item_id?: string;
374
+ /**
375
+ * @description Initial item data.
376
+ */
377
+ initial_fields?: SlackListsItemField[];
378
+ }
379
+ export interface SlackListsItemsDeleteArguments extends TokenOverridable {
380
+ /**
381
+ * @description Encoded ID of the List.
382
+ */
383
+ list_id: string;
384
+ /**
385
+ * @description ID of item to delete.
386
+ */
387
+ id: string;
388
+ }
389
+ export interface SlackListsItemsDeleteMultipleArguments extends TokenOverridable {
390
+ /**
391
+ * @description Encoded ID of the List.
392
+ */
393
+ list_id: string;
394
+ /**
395
+ * @description IDs of the items to delete.
396
+ */
397
+ ids: string[];
398
+ }
399
+ export interface SlackListsItemsInfoArguments extends TokenOverridable {
400
+ /**
401
+ * @description Encoded ID of the List.
402
+ */
403
+ list_id: string;
404
+ /**
405
+ * @description ID of item to delete.
406
+ */
407
+ id: string;
408
+ /**
409
+ * @description Set to true to include is_subscribed data for the returned List row.
410
+ */
411
+ include_is_subscribed?: boolean;
412
+ }
413
+ export interface SlackListsItemsListArguments extends TokenOverridable {
414
+ /**
415
+ * @description Encoded ID of the List.
416
+ */
417
+ list_id: string;
418
+ /**
419
+ * @description The maximum number of records to return.
420
+ */
421
+ limit?: number;
422
+ /**
423
+ * @description Next cursor for pagination.
424
+ */
425
+ cursor?: string;
426
+ /**
427
+ * @description Boolean indicating whether archived items or normal items should be returned.
428
+ */
429
+ archived?: boolean;
430
+ }
431
+ export interface SlackListsItemsUpdateArguments extends TokenOverridable {
432
+ /**
433
+ * @description Encoded ID of the List.
434
+ */
435
+ list_id: string;
436
+ /**
437
+ * @description Cells to update. Each cell includes the row_id, column_id, and field value.
438
+ */
439
+ cells: SlackListsItemCellUpdate[];
440
+ }
441
+ export interface SlackListsUpdateArguments extends TokenOverridable {
442
+ /**
443
+ * @description Encoded ID of the List.
444
+ */
445
+ id: string;
446
+ /**
447
+ * @description Name of the List.
448
+ */
449
+ name?: string;
450
+ /**
451
+ * @description A rich text description of the List.
452
+ */
453
+ description_blocks?: Array<RichTextBlock>;
454
+ /**
455
+ * @description Boolean indicating whether the List should be used to track todo tasks.
456
+ */
457
+ todo_mode?: boolean;
458
+ }
459
+ /**
460
+ * @description A Slack List file object with complete metadata.
461
+ */
462
+ export interface SlackList {
463
+ /**
464
+ * @description The unique identifier for the list.
465
+ */
466
+ id: string;
467
+ /**
468
+ * @description Unix timestamp when the list was created.
469
+ */
470
+ created: number;
471
+ /**
472
+ * @description Unix timestamp of the list.
473
+ */
474
+ timestamp: number;
475
+ /**
476
+ * @description The name of the list file.
477
+ */
478
+ name: string;
479
+ /**
480
+ * @description The display title of the list.
481
+ */
482
+ title: string;
483
+ /**
484
+ * @description The MIME type of the list.
485
+ */
486
+ mimetype: string;
487
+ /**
488
+ * @description The file type.
489
+ */
490
+ filetype: string;
491
+ /**
492
+ * @description Human-readable file type.
493
+ */
494
+ pretty_type: string;
495
+ /**
496
+ * @description User ID of the list owner.
497
+ */
498
+ user: string;
499
+ /**
500
+ * @description Team ID of the user.
501
+ */
502
+ user_team: string;
503
+ /**
504
+ * @description Whether the list is editable.
505
+ */
506
+ editable: boolean;
507
+ /**
508
+ * @description Size of the list in bytes.
509
+ */
510
+ size: number;
511
+ /**
512
+ * @description The mode of the list.
513
+ */
514
+ mode: string;
515
+ /**
516
+ * @description Whether the list is external.
517
+ */
518
+ is_external: boolean;
519
+ /**
520
+ * @description External type if applicable.
521
+ */
522
+ external_type: string;
523
+ /**
524
+ * @description Whether the list is public.
525
+ */
526
+ is_public: boolean;
527
+ /**
528
+ * @description Whether the public URL has been shared.
529
+ */
530
+ public_url_shared: boolean;
531
+ /**
532
+ * @description Whether to display as a bot.
533
+ */
534
+ display_as_bot: boolean;
535
+ /**
536
+ * @description Username if applicable.
537
+ */
538
+ username: string;
539
+ /**
540
+ * @description List metadata including schema and views.
541
+ */
542
+ list_metadata: SlackListsMetadata;
543
+ /**
544
+ * @description Limits and counts for the list.
545
+ */
546
+ list_limits: SlackListsLimits;
547
+ /**
548
+ * @description Private URL for the list.
549
+ */
550
+ url_private: string;
551
+ /**
552
+ * @description Private download URL.
553
+ */
554
+ url_private_download: string;
555
+ /**
556
+ * @description Permalink to the list.
557
+ */
558
+ permalink: string;
559
+ /**
560
+ * @description Public permalink.
561
+ */
562
+ permalink_public: string;
563
+ /**
564
+ * @description User ID of the last editor.
565
+ */
566
+ last_editor: string;
567
+ /**
568
+ * @description CSV download URL.
569
+ */
570
+ list_csv_download_url: string;
571
+ /**
572
+ * @description Unix timestamp of last update.
573
+ */
574
+ updated: number;
575
+ /**
576
+ * @description Whether the list is starred.
577
+ */
578
+ is_starred: boolean;
579
+ /**
580
+ * @description Whether shares were skipped.
581
+ */
582
+ skipped_shares: boolean;
583
+ /**
584
+ * @description Array of team IDs the list is shared with.
585
+ */
586
+ teams_shared_with: string[];
587
+ /**
588
+ * @description Whether restricted sharing is enabled.
589
+ */
590
+ is_restricted_sharing_enabled: boolean;
591
+ /**
592
+ * @description Whether the list has a rich preview.
593
+ */
594
+ has_rich_preview: boolean;
595
+ /**
596
+ * @description File access level.
597
+ */
598
+ file_access: string;
599
+ /**
600
+ * @description Access level.
601
+ */
602
+ access: string;
603
+ /**
604
+ * @description Organization or workspace access level.
605
+ */
606
+ org_or_workspace_access: string;
607
+ /**
608
+ * @description Whether the list is AI suggested.
609
+ */
610
+ is_ai_suggested: boolean;
611
+ }
612
+ /**
613
+ * @description Source information for how the list was created.
614
+ */
615
+ export interface SlackListsCreationSource {
616
+ /**
617
+ * @description The type of creation source (e.g., "copy_from_list").
618
+ */
619
+ type: string;
620
+ /**
621
+ * @description Reference ID for the source.
622
+ */
623
+ reference_id: string;
624
+ }
625
+ /**
626
+ * @description Limits and counts for various list resources.
627
+ */
628
+ export interface SlackListsLimits {
629
+ /**
630
+ * @description Whether the list has exceeded the maximum row count.
631
+ */
632
+ over_row_maximum: boolean;
633
+ /**
634
+ * @description The maximum number of rows allowed.
635
+ */
636
+ row_count_limit: number;
637
+ /**
638
+ * @description The current number of rows.
639
+ */
640
+ row_count: number;
641
+ /**
642
+ * @description The number of archived rows.
643
+ */
644
+ archived_row_count: number;
645
+ /**
646
+ * @description Whether the list has exceeded the maximum column count.
647
+ */
648
+ over_column_maximum: boolean;
649
+ /**
650
+ * @description The current number of columns.
651
+ */
652
+ column_count: number;
653
+ /**
654
+ * @description The maximum number of columns allowed.
655
+ */
656
+ column_count_limit: number;
657
+ /**
658
+ * @description Whether the list has exceeded the maximum view count.
659
+ */
660
+ over_view_maximum: boolean;
661
+ /**
662
+ * @description The current number of views.
663
+ */
664
+ view_count: number;
665
+ /**
666
+ * @description The maximum number of views allowed.
667
+ */
668
+ view_count_limit: number;
669
+ /**
670
+ * @description The maximum number of attachments per cell.
671
+ */
672
+ max_attachments_per_cell: number;
673
+ }
674
+ /**
675
+ * @description Metadata for a Slack List including schema, views, and configuration.
676
+ */
677
+ export interface SlackListsMetadata {
678
+ /**
679
+ * @description Array of column definitions with IDs.
680
+ */
681
+ schema: SlackListsSchemaColumnResponse[];
682
+ /**
683
+ * @description Array of view configurations.
684
+ */
685
+ views: SlackListsView[];
686
+ /**
687
+ * @description Array of integrations.
688
+ */
689
+ integrations: unknown[];
690
+ /**
691
+ * @description Icon for the list.
692
+ */
693
+ icon: string;
694
+ /**
695
+ * @description Text description of the list.
696
+ */
697
+ description: string;
698
+ /**
699
+ * @description Rich text blocks describing the list.
700
+ */
701
+ description_blocks: RichTextBlock[];
702
+ /**
703
+ * @description Whether the list is in trial mode.
704
+ */
705
+ is_trial: boolean;
706
+ /**
707
+ * @description Array of column definitions for subtasks.
708
+ */
709
+ subtask_schema: SlackListsSchemaColumnResponse[];
710
+ /**
711
+ * @description Information about how the list was created.
712
+ */
713
+ creation_source?: SlackListsCreationSource;
714
+ /**
715
+ * @description Whether the list is in todo mode.
716
+ */
717
+ todo_mode: boolean;
718
+ /**
719
+ * @description The default view.
720
+ */
721
+ default_view: string;
722
+ }
723
+ /**
724
+ * @description Column definition returned in responses, includes all schema properties plus an id.
725
+ */
726
+ export interface SlackListsSchemaColumnResponse extends SlackListsSchemaColumn {
727
+ /**
728
+ * @description The unique identifier for the column.
729
+ */
730
+ id: string;
731
+ }
732
+ /**
733
+ * @description A view configuration for a Slack List.
734
+ */
735
+ export interface SlackListsView {
736
+ /**
737
+ * @description The unique identifier for the view.
738
+ */
739
+ id: string;
740
+ /**
741
+ * @description The name of the view.
742
+ */
743
+ name: string;
744
+ /**
745
+ * @description The type of view (e.g., "table", "record").
746
+ */
747
+ type: string;
748
+ /**
749
+ * @description Whether the view is locked from editing.
750
+ */
751
+ is_locked: boolean;
752
+ /**
753
+ * @description The position of the view.
754
+ */
755
+ position: string;
756
+ /**
757
+ * @description Array of column configurations for this view.
758
+ */
759
+ columns: SlackListsViewColumn[];
760
+ /**
761
+ * @description Unix timestamp when the view was created.
762
+ */
763
+ date_created: number;
764
+ /**
765
+ * @description User ID of the creator.
766
+ */
767
+ created_by: string;
768
+ /**
769
+ * @description Whether to stick the column to the left.
770
+ */
771
+ stick_column_left: boolean;
772
+ /**
773
+ * @description Whether this is the "all items" view.
774
+ */
775
+ is_all_items_view: boolean;
776
+ /**
777
+ * @description The default view key.
778
+ */
779
+ default_view_key?: string;
780
+ /**
781
+ * @description Whether to show completed items.
782
+ */
783
+ show_completed_items?: boolean;
784
+ }
785
+ /**
786
+ * @description Column visibility and position in a view.
787
+ */
788
+ export interface SlackListsViewColumn {
789
+ /**
790
+ * @description Whether the column is visible in this view.
791
+ */
792
+ visible: boolean;
793
+ /**
794
+ * @description The column key.
795
+ */
796
+ key: string;
797
+ /**
798
+ * @description The column ID.
799
+ */
800
+ id: string;
801
+ /**
802
+ * @description The position of the column in the view.
803
+ */
804
+ position: string;
805
+ }
806
+ //# sourceMappingURL=slackLists.d.ts.map