gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 03/11: better naming for validity range


From: gnunet
Subject: [taler-docs] 03/11: better naming for validity range
Date: Fri, 15 Mar 2024 09:46:56 +0100

This is an automated email from the git hooks/post-receive script.

christian-blaettler pushed a commit to branch master
in repository docs.

commit e44c9f6b7ed5cf4ad8a621aadc7a105faf14b18e
Author: Christian Blättler <blatc2@bfh.ch>
AuthorDate: Tue Nov 21 08:20:23 2023 +0100

    better naming for validity range
---
 core/api-merchant.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 6e1b1f52..c370e297 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3722,10 +3722,10 @@ Creating token families
 
       // Start time of the token family's validity period.
       // If not specified, merchant backend will use the current time.
-      start_time?: Timestamp;
+      valid_after?: Timestamp;
 
       // End time of the token family's validity period.
-      expiration_time: Timestamp;
+      valid_before: Timestamp;
 
       // Validity duration of an issued token.
       duration: RelativeTime;
@@ -3781,10 +3781,10 @@ Updating token families
       description_i18n: { [lang_tag: string]: string };
 
       // Start time of the token family's validity period.
-      start_time: Timestamp;
+      valid_after: Timestamp;
 
       // End time of the token family's validity period.
-      expiration_time: Timestamp;
+      valid_before: Timestamp;
 
       // Validity duration of an issued token.
       duration: RelativeTime;
@@ -3836,10 +3836,10 @@ Inspecting token families
       name: string;
 
       // Start time of the token family's validity period.
-      start_time: Timestamp;
+      valid_after: Timestamp;
 
       // End time of the token family's validity period.
-      expiration: Timestamp;
+      valid_before: Timestamp;
    }
 
 
@@ -3877,10 +3877,10 @@ Inspecting token families
       description_i18n?: { [lang_tag: string]: string };
 
       // Start time of the token family's validity period.
-      start_time: Timestamp;
+      valid_after: Timestamp;
 
       // End time of the token family's validity period.
-      expiration: Timestamp;
+      valid_before: Timestamp;
 
       // Validity duration of an issued token.
       duration: RelativeTime;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]