@mappa-ai/mappa-node 2.0.10 → 2.0.11

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.mjs CHANGED
@@ -4902,7 +4902,7 @@ const reportTemplates = _enum([
4902
4902
  * - `markdown`: Human-readable formatted text
4903
4903
  * - `json`: Structured data for programmatic use
4904
4904
  * - `pdf`: Rendered PDF document (via external service)
4905
- * - `url`: Hosted web report at console.mappa.ai/reports/[id]
4905
+ * - `url`: Hosted web report at conduit.mappa.ai/reports/[id]
4906
4906
  */
4907
4907
  const reportOutput = object({
4908
4908
  template: reportTemplates,