@memberjunction/actions-bizapps-social
Version:
Social Media Actions for MemberJunction - Twitter, LinkedIn, Facebook, Instagram, TikTok, YouTube, HootSuite, Buffer
12 lines • 579 B
JavaScript
// Export base class
export * from './hootsuite-base.action.js';
// Export all HootSuite actions
export * from './actions/get-scheduled-posts.action.js';
export * from './actions/create-scheduled-post.action.js';
export * from './actions/get-analytics.action.js';
export * from './actions/get-social-profiles.action.js';
export * from './actions/update-scheduled-post.action.js';
export * from './actions/delete-scheduled-post.action.js';
export * from './actions/bulk-schedule-posts.action.js';
export * from './actions/search-posts.action.js';
//# sourceMappingURL=index.js.map