@wppconnect/wa-js
Version:
WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web
64 lines (63 loc) • 2.48 kB
TypeScript
/*!
* Copyright 2021 WPPConnect Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './AggReactionsCollection';
export * from './BaseCollection';
export * from './BlocklistCollection';
export * from './BotProfileCollection';
export * from './BusinessCategoriesResultCollection';
export * from './BusinessProfileCollection';
export * from './ButtonCollection';
export * from './CallCollection';
export * from './CartCollection';
export * from './CartItemCollection';
export * from './CatalogCollection';
export * from './ChatCollection';
export * from './ChatstateCollection';
export * from './Collection';
export * from './ContactCollection';
export * from './ContactCollection';
export * from './ContactCollection';
export * from './EmojiVariantCollection';
export * from './GroupMetadataCollection';
export * from './LabelCollection';
export * from './LabelItemCollection';
export * from './MsgCollection';
export * from './MsgInfoCollection';
export * from './MsgInfoParticipantCollection';
export * from './MuteCollection';
export * from './NoteCollection';
export * from './OrderCollection';
export * from './OrderItemCollection';
export * from './ParticipantCollection';
export * from './PinInChatCollection';
export * from './PresenceCollection';
export * from './ProductCollCollection';
export * from './ProductCollection';
export * from './ProductImageCollection';
export * from './ProductMessageListCollection';
export * from './ProfilePicThumbCollection';
export * from './QuickReplyCollection';
export * from './ReactionsCollection';
export * from './ReactionsSendersCollection';
export * from './RecentEmojiCollection';
export * from './RecentStickerCollection';
export * from './StarredMsgCollection';
export * from './StatusCollection';
export * from './StatusV3Collection';
export * from './StickerCollection';
export * from './StickerPackCollection';
export * from './StickerSearchCollection';
export * from './TemplateButtonCollection';