diff --git a/src/Defaults/index.ts b/src/Defaults/index.ts index b4ae750..ae37702 100644 --- a/src/Defaults/index.ts +++ b/src/Defaults/index.ts @@ -4,8 +4,6 @@ import { Browsers } from "../Utils" export const UNAUTHORIZED_CODES = [401, 403, 419] -export const STORIES_JID = 'status@broadcast' - export const DEFAULT_ORIGIN = 'https://web.whatsapp.com' export const DEF_CALLBACK_PREFIX = 'CB:' export const DEF_TAG_PREFIX = 'TAG:' diff --git a/src/index.ts b/src/index.ts index 5f0c293..fe1c58f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,6 +5,7 @@ export * from './Utils' export * from './Types' //export * from './Store' export * from './Defaults' +export * from './WABinary' export type WASocket = ReturnType