@ecodrix/erix-api 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1609,7 +1609,7 @@ declare class Conversations extends APIResource {
1609
1609
  /**
1610
1610
  * Bulk delete conversations.
1611
1611
  */
1612
- bulkDelete(ids: string[]): Promise<unknown>;
1612
+ bulkDelete<T = any>(ids: string[]): Promise<T>;
1613
1613
  }
1614
1614
 
1615
1615
  /**
@@ -1609,7 +1609,7 @@ declare class Conversations extends APIResource {
1609
1609
  /**
1610
1610
  * Bulk delete conversations.
1611
1611
  */
1612
- bulkDelete(ids: string[]): Promise<unknown>;
1612
+ bulkDelete<T = any>(ids: string[]): Promise<T>;
1613
1613
  }
1614
1614
 
1615
1615
  /**