gnunet-svn
[Top][All Lists]
Advanced

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

[taler-typescript-core] branch master updated: deprecate fields


From: gnunet
Subject: [taler-typescript-core] branch master updated: deprecate fields
Date: Tue, 14 Jan 2025 21:19:56 +0100

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

dold pushed a commit to branch master
in repository taler-typescript-core.

The following commit(s) were added to refs/heads/master by this push:
     new d740c391a deprecate fields
d740c391a is described below

commit d740c391ab796e9d393e321f39ac91ae40e62f2f
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 14 21:19:53 2025 +0100

    deprecate fields
---
 packages/taler-util/src/types-taler-bank-integration.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/packages/taler-util/src/types-taler-bank-integration.ts 
b/packages/taler-util/src/types-taler-bank-integration.ts
index 6cec0fc9b..f5b4189fe 100644
--- a/packages/taler-util/src/types-taler-bank-integration.ts
+++ b/packages/taler-util/src/types-taler-bank-integration.ts
@@ -208,6 +208,9 @@ export const codecForBankWithdrawalOperationStatus =
       .property("selected_reserve_pub", codecOptional(codecForString()))
       .property("selected_exchange_account", codecOptional(codecForString()))
       .property("no_amount_to_wallet", codecOptional(codecForBoolean()))
+      .deprecatedProperty("aborted")
+      .deprecatedProperty("selection_done")
+      .deprecatedProperty("transfer_done")
       .build("TalerBankIntegrationApi.BankWithdrawalOperationStatus");
 
 export const codecForBankWithdrawalOperationPostResponse =
@@ -222,4 +225,5 @@ export const codecForBankWithdrawalOperationPostResponse =
         ),
       )
       .property("confirm_transfer_url", codecOptional(codecForURLString()))
+      .deprecatedProperty("transfer_done")
       .build("TalerBankIntegrationApi.BankWithdrawalOperationPostResponse");

-- 
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]