UNPKG

evolution-api-sdk

Version:

Unofficial SDK for the Evolution Whatsapp API v2

9 lines (8 loc) 917 B
export { BusinessHours, BusinessHoursConfig, FetchBusinessProfileOptions, FetchBusinessProfileRequest, FetchBusinessProfileResponse } from './fetch-business-profile.js'; export { FetchProfileOptions, FetchProfileRequest, FetchProfileResponse, ProfileStatus } from './fetch-profile.js'; export { FetchPrivacySettingsResponse, PrivacySetting } from './fetch-privacy-settings.js'; export { RemovePictureResponse } from './remove-picture.js'; export { UpdateNameOptions, UpdateNameRequest, UpdateNameResponse } from './update-name.js'; export { UpdatePictureOptions as UpdateProfilePictureOptions, UpdatePictureResponse as UpdateProfilePictureResponse } from './update-picture.js'; export { UpdatePrivacySettingsOptions, UpdatePrivacySettingsRequest, UpdatePrivacySettingsResponse } from './update-privacy-settings.js'; export { UpdateStatusOptions, UpdateStatusRequest, UpdateStatusResponse } from './update-status.js';