slackapi / deno-slack-sdk

SDK for building Run on Slack apps using Deno
https://api.slack.com/automation
MIT License
158 stars 27 forks source link

Revert "Update slack functions with new type" #240

Closed WilliamBergamin closed 10 months ago

WilliamBergamin commented 10 months ago

Reverts slackapi/deno-slack-sdk#237

codecov[bot] commented 10 months ago

Codecov Report

Merging #240 (ea129d0) into main (e165fd6) will decrease coverage by 0.09%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #240      +/-   ##
==========================================
- Coverage   98.07%   97.98%   -0.09%     
==========================================
  Files          58       58              
  Lines        2280     2182      -98     
  Branches      137      137              
==========================================
- Hits         2236     2138      -98     
  Misses         42       42              
  Partials        2        2              
Files Coverage Δ
src/dev_deps.ts 100.00% <ø> (ø)
src/schema/slack/functions/add_pin.ts 100.00% <100.00%> (ø)
...rc/schema/slack/functions/add_user_to_usergroup.ts 100.00% <100.00%> (ø)
src/schema/slack/functions/archive_channel.ts 100.00% <100.00%> (ø)
src/schema/slack/functions/create_channel.ts 100.00% <100.00%> (ø)
src/schema/slack/functions/create_usergroup.ts 100.00% <100.00%> (ø)
src/schema/slack/functions/delay.ts 100.00% <100.00%> (ø)
...c/schema/slack/functions/invite_user_to_channel.ts 100.00% <100.00%> (ø)
src/schema/slack/functions/mod.ts 100.00% <100.00%> (ø)
src/schema/slack/functions/open_form.ts 100.00% <100.00%> (ø)
... and 7 more

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

WilliamBergamin commented 10 months ago

This feature release was pushed, I am reverting these changes in order to allow new contributions to main

alt text