|
@@ -153,19 +153,20 @@ const CustomBotWithoutProxySettingsAccordion = (props) => {
|
|
|
|
|
|
|
|
|
|
|
|
|
CustomBotWithoutProxySettingsAccordion.propTypes = {
|
|
CustomBotWithoutProxySettingsAccordion.propTypes = {
|
|
|
|
|
+ activeStep: PropTypes.oneOf(Object.values(botInstallationStep)).isRequired,
|
|
|
|
|
+
|
|
|
slackSigningSecret: PropTypes.string,
|
|
slackSigningSecret: PropTypes.string,
|
|
|
slackSigningSecretEnv: PropTypes.string,
|
|
slackSigningSecretEnv: PropTypes.string,
|
|
|
slackBotToken: PropTypes.string,
|
|
slackBotToken: PropTypes.string,
|
|
|
slackBotTokenEnv: PropTypes.string,
|
|
slackBotTokenEnv: PropTypes.string,
|
|
|
|
|
+
|
|
|
|
|
+ connectionMessage: PropTypes.string,
|
|
|
|
|
+ connectionErrorCode: PropTypes.string,
|
|
|
testChannel: PropTypes.string,
|
|
testChannel: PropTypes.string,
|
|
|
- isRegisterSlackCredentials: PropTypes.bool,
|
|
|
|
|
isIntegrationSuccess: PropTypes.bool,
|
|
isIntegrationSuccess: PropTypes.bool,
|
|
|
- fetchSlackIntegrationData: PropTypes.func,
|
|
|
|
|
inputTestChannelHandler: PropTypes.func,
|
|
inputTestChannelHandler: PropTypes.func,
|
|
|
onTestFormSubmitted: PropTypes.func,
|
|
onTestFormSubmitted: PropTypes.func,
|
|
|
- connectionMessage: PropTypes.string,
|
|
|
|
|
- connectionErrorCode: PropTypes.string,
|
|
|
|
|
- activeStep: PropTypes.oneOf(Object.values(botInstallationStep)).isRequired,
|
|
|
|
|
|
|
+
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
export default CustomBotWithoutProxySettingsAccordion;
|
|
export default CustomBotWithoutProxySettingsAccordion;
|