From 7cd19b7c51191abe01997e61ca3a3a3984e5d5eb Mon Sep 17 00:00:00 2001 From: Aaron Bini Date: Tue, 2 Jul 2024 16:14:00 -0700 Subject: [PATCH] [ENT-1494] deprecated slack properties --- openapi-v2.yaml | 34 ---------------------------------- openapi-v3.yaml | 17 ----------------- 2 files changed, 51 deletions(-) diff --git a/openapi-v2.yaml b/openapi-v2.yaml index 6f84511..732d08d 100644 --- a/openapi-v2.yaml +++ b/openapi-v2.yaml @@ -4012,7 +4012,6 @@ components: - azure_active_directory_username - email_connected - email_verified - - slack_connected - enterprise_connected properties: id: @@ -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' @@ -4181,7 +4164,6 @@ components: - azure_active_directory_username - email_connected - email_verified - - slack_connected - enterprise_connected properties: id: @@ -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' diff --git a/openapi-v3.yaml b/openapi-v3.yaml index f709267..44ed6cd 100644 --- a/openapi-v3.yaml +++ b/openapi-v3.yaml @@ -5685,7 +5685,6 @@ components: - azure_active_directory_username - email_connected - email_verified - - slack_connected - enterprise_connected properties: id: @@ -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'