taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 88ec2ff2f1c2492867aab1bfd6e86699be7022a0
parent d91a70632d6a71e040d70b33a553e8c776e00ba9
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Mon, 29 Dec 2025 12:37:22 +0100

fix unknown typescript types

Diffstat:
Mcore/api-exchange.rst | 6+++---
Msystem-administration/reprepro.rst | 4++--
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -6155,14 +6155,14 @@ and freeze or unfreeze accounts suspected of money laundering. // ID of the Form that was used to submit the attributes and/or // that should be used to *render* the attributes. // Mandatory since **v31**. - FORM_ID: String; + FORM_ID: string; // Version of the form completed by the user. - FORM_VERSION?: Number; + FORM_VERSION?: Integer; // High entropy value used in forms where hash is going to be stored in // plain text. - FORM?_SALT: String; + FORM?_SALT: string; // Attributes can have basically arbitrary additional // Key-value pairs. See the diff --git a/system-administration/reprepro.rst b/system-administration/reprepro.rst @@ -27,8 +27,8 @@ supported distribution, right now we have one for Debian and one for Ubuntu. Systems should use: - - `deb https://deb.taler.net/apt/debian trixie main` for stable - - `deb https://deb.taler.net/apt/debian trixie-testing main` for testing + - ``deb https://deb.taler.net/apt/debian trixie main`` for stable + - ``deb https://deb.taler.net/apt/debian trixie-testing main`` for testing or equivalent for Ubuntu noble.