@bluecopa/core 0.1.41 → 0.1.44

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.
package/dist/index.es.js CHANGED
@@ -11510,7 +11510,7 @@ async function getConversation(params) {
11510
11510
  throw { message: "Conversation ID is required", status: 400 };
11511
11511
  }
11512
11512
  const response = await apiClient.get(
11513
- `/email/conversations/${params.conversationId}/detail`
11513
+ `/email/conversations/${params.conversationId}`
11514
11514
  );
11515
11515
  return ((_a = response.data) == null ? void 0 : _a.data) ?? response.data;
11516
11516
  } catch (error) {