From 2ceaacf51945530687e2849c8e1792addd464780 Mon Sep 17 00:00:00 2001 From: slack-ruby-ci-bot Date: Thu, 22 Jun 2023 23:21:55 +0000 Subject: [PATCH] Update API from slack-api-ref@7c22d0b (2023-06-22) --- CHANGELOG.md | 1 + lib/slack/web/api/errors.rb | 2 ++ lib/slack/web/api/slack-api-ref | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed31ec0c..1e39ad1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/slack/web/api/errors.rb b/lib/slack/web/api/errors.rb index 9d75e038..ab7264cd 100644 --- a/lib/slack/web/api/errors.rb +++ b/lib/slack/web/api/errors.rb @@ -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 @@ -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, diff --git a/lib/slack/web/api/slack-api-ref b/lib/slack/web/api/slack-api-ref index 7c22d0bf..aa19d608 160000 --- a/lib/slack/web/api/slack-api-ref +++ b/lib/slack/web/api/slack-api-ref @@ -1 +1 @@ -Subproject commit 7c22d0bf9325184ea40cfd4651aa9d6e67176d40 +Subproject commit aa19d6083b0f1a8a75f825a7945579ae824ed6c4