From 5ae45a8dfffe1ae2ccb18032da3259612d0f36ae Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Fri, 4 Jul 2025 11:17:02 +0100 Subject: [PATCH] add application alerts --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 8c104ba..0f5a163 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,8 @@ const AlertType = { SP_API_LIMIT: 'service-provider-api-limit', ACCOUNT_INACTIVE: 'account is inactive or suspended', PLAY_FILENOTFOUND: 'play-url-notfound', - TTS_STREAMING_CONNECTION_FAILURE: 'tts-streaming-connection-failure' + TTS_STREAMING_CONNECTION_FAILURE: 'tts-streaming-connection-failure', + APPLICATION: 'alert-from-application' }; const schemas = {