mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-17 19:26:20 +00:00
* - Get products and orders * - Get products and orders * - Eslint fixes * - Eslint fixes * allow downloading media for products * products and orders work on normal accounts Co-authored-by: Renato Jop <renato.jop@consystec-corp.com> Co-authored-by: Pedro Lopez <pedroslopez@me.com> Co-authored-by: Pedro S. Lopez <pslamoros@hotmail.com>
17 lines
608 B
JavaScript
17 lines
608 B
JavaScript
module.exports = {
|
|
Base: require('./Base'),
|
|
BusinessContact: require('./BusinessContact'),
|
|
Chat: require('./Chat'),
|
|
ClientInfo: require('./ClientInfo'),
|
|
Contact: require('./Contact'),
|
|
GroupChat: require('./GroupChat'),
|
|
Location: require('./Location'),
|
|
Message: require('./Message'),
|
|
MessageMedia: require('./MessageMedia'),
|
|
PrivateChat: require('./PrivateChat'),
|
|
PrivateContact: require('./PrivateContact'),
|
|
GroupNotification: require('./GroupNotification'),
|
|
Label: require('./Label.js'),
|
|
Order: require('./Order'),
|
|
Product: require('./Product')
|
|
}; |