From 64b889d1e1011fc8b2cf2a5d937caa6d08e45470 Mon Sep 17 00:00:00 2001 From: wkarts <57051272+wkarts@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:17:56 -0300 Subject: [PATCH] Update index.ts --- src/Types/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Types/index.ts b/src/Types/index.ts index fe50887e81c..c9bb8cfbb5f 100644 --- a/src/Types/index.ts +++ b/src/Types/index.ts @@ -33,7 +33,8 @@ export enum DisconnectReason { restartRequired = 515, multideviceMismatch = 411, forbidden = 403, - unavailableService = 503 + unavailableService = 503, + connectionFailure = 405 } export type WAInitResponse = {