Skip to content

Commit

Permalink
Merge pull request #62 from dbt-labs/ENT-1494-slack-cleanup
Browse files Browse the repository at this point in the history
[ENT-1494] deprecated slack properties
  • Loading branch information
aaronbini authored Jul 10, 2024
2 parents 20e9544 + 7cd19b7 commit 6ee6443
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
34 changes: 0 additions & 34 deletions openapi-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4012,7 +4012,6 @@ components:
- azure_active_directory_username
- email_connected
- email_verified
- slack_connected
- enterprise_connected
properties:
id:
Expand Down Expand Up @@ -4098,22 +4097,6 @@ components:
- type: boolean
email_verified:
type: boolean
slack_connected:
oneOf:
- type: 'null'
- type: boolean
slack_team_name:
oneOf:
- type: 'null'
- type: string
slack_avatar_url:
oneOf:
- type: 'null'
- type: string
slack_access_token:
oneOf:
- type: 'null'
- type: string
enterprise_connected:
oneOf:
- type: 'null'
Expand Down Expand Up @@ -4181,7 +4164,6 @@ components:
- azure_active_directory_username
- email_connected
- email_verified
- slack_connected
- enterprise_connected
properties:
id:
Expand Down Expand Up @@ -4263,22 +4245,6 @@ components:
- type: boolean
email_verified:
type: boolean
slack_connected:
oneOf:
- type: 'null'
- type: boolean
slack_team_name:
oneOf:
- type: 'null'
- type: string
slack_avatar_url:
oneOf:
- type: 'null'
- type: string
slack_access_token:
oneOf:
- type: 'null'
- type: string
enterprise_connected:
oneOf:
- type: 'null'
Expand Down
17 changes: 0 additions & 17 deletions openapi-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5685,7 +5685,6 @@ components:
- azure_active_directory_username
- email_connected
- email_verified
- slack_connected
- enterprise_connected
properties:
id:
Expand Down Expand Up @@ -5771,22 +5770,6 @@ components:
- type: boolean
email_verified:
type: boolean
slack_connected:
oneOf:
- type: 'null'
- type: boolean
slack_team_name:
oneOf:
- type: 'null'
- type: string
slack_avatar_url:
oneOf:
- type: 'null'
- type: string
slack_access_token:
oneOf:
- type: 'null'
- type: string
enterprise_connected:
oneOf:
- type: 'null'
Expand Down

0 comments on commit 6ee6443

Please sign in to comment.