mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	 79a525aa62
			
		
	
	79a525aa62
	
	
	
		
			
			Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			193 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			193 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import ApiClient from './ApiClient';
 | |
| 
 | |
| class BulkActionsAPI extends ApiClient {
 | |
|   constructor() {
 | |
|     super('bulk_actions', { accountScoped: true });
 | |
|   }
 | |
| }
 | |
| 
 | |
| export default new BulkActionsAPI();
 |