js editor + fix js runner

This commit is contained in:
Sirttas
2026-06-08 08:27:42 +02:00
parent a201a95756
commit c444f51423
5 changed files with 79 additions and 8 deletions
+13
View File
@@ -295,6 +295,19 @@ paths:
description: New activities fetched and stored
"400":
description: No character with this id
/rule-books/script-definitions:
get:
tags:
- rule-book
summary: Download the TypeScript definitions for the rule script runtime
operationId: getScriptDefinitions
responses:
"200":
description: The rule-runner.d.ts type definitions
content:
text/plain:
schema:
type: string
/ledgers:
get:
tags: