Skip to content

Commit

Permalink
Update API from slack-api-ref@7c22d0b (2023-06-22)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jun 22, 2023
1 parent bf5bb4b commit 2ceaacf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* [#475](https://github.com/slack-ruby-client/pulls/475): Update API from [slack-api-ref@977dad5](https://github.com/slack-ruby/slack-api-ref/commit/977dad5) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).
* [#476](https://github.com/slack-ruby-client/pulls/476): Update API from [slack-api-ref@d0b2989](https://github.com/slack-ruby/slack-api-ref/commit/d0b2989) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).
* [#478](https://github.com/slack-ruby-client/pulls/478): Update API from [slack-api-ref@d797055](https://github.com/slack-ruby/slack-api-ref/commit/d797055) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).
* [#481](https://github.com/slack-ruby-client/pulls/481): Update API from [slack-api-ref@7c22d0b](https://github.com/slack-ruby/slack-api-ref/commit/7c22d0b) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).
* Your contribution here.

### 2.1.0 (2023/03/17)
Expand Down
2 changes: 2 additions & 0 deletions lib/slack/web/api/errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ class OneOrMoreInvalidChannels < SlackError; end
class OrgLevelEmailDisplayDisabled < SlackError; end
class OrgLoginRequired < SlackError; end
class OrgNotFound < SlackError; end
class OrgResolutionRequired < SlackError; end
class OrgUserNotInTeam < SlackError; end
class OverMaxEntityLimit < SlackError; end
class OverPaginationLimit < SlackError; end
Expand Down Expand Up @@ -1056,6 +1057,7 @@ class WorkflowsExportCsvNotEnabled < SlackError; end
'org_level_email_display_disabled' => OrgLevelEmailDisplayDisabled,
'org_login_required' => OrgLoginRequired,
'org_not_found' => OrgNotFound,
'org_resolution_required' => OrgResolutionRequired,
'org_user_not_in_team' => OrgUserNotInTeam,
'over_max_entity_limit' => OverMaxEntityLimit,
'over_pagination_limit' => OverPaginationLimit,
Expand Down

0 comments on commit 2ceaacf

Please sign in to comment.