UNPKG

@solufy/evolution-sdk

Version:

Unofficial SDK for the Evolution Whatsapp API v2

15 lines (14 loc) 879 B
export { AudioMessageOptions, AudioMessageResponse } from './audio.mjs'; export { BaseMessageOptions } from './base.mjs'; export { ContactMessageOptions, ContactMessageResponse } from './contact.mjs'; export { DocumentMessageOptions, DocumentMessageResponse } from './document.mjs'; export { ImageMessageOptions, ImageMessageResponse } from './image.mjs'; export { LocationMessageOptions, LocationMessageResponse } from './location.mjs'; export { PollMessageOptions, PollMessageResponse } from './poll.mjs'; export { StickerMessageOptions, StickerMessageResponse } from './sticker.mjs'; export { TextMessageOptions, TextMessageResponse } from './text.mjs'; export { VideoMessageOptions, VideoMessageResponse } from './video.mjs'; export { VoiceMessageOptions, VoiceMessageResponse } from './voice.mjs'; import 'libphonenumber-js'; import 'zod'; import '../../../types/tags.mjs';