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