From 6c15fcedc8cf33594d41d46db989966e7155bdc0 Mon Sep 17 00:00:00 2001 From: Priec Date: Thu, 13 Aug 2026 16:38:43 +0200 Subject: [PATCH] automatic account creation in the client --- client | 2 +- common/src/grpc_error.rs | 5 +++++ server | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/client b/client index c15c62e8..cbe1f9ad 160000 --- a/client +++ b/client @@ -1 +1 @@ -Subproject commit c15c62e88b4df273095d9a17ad7655b9d30c92c7 +Subproject commit cbe1f9adc687c46b168daca43f6d96a90e34f839 diff --git a/common/src/grpc_error.rs b/common/src/grpc_error.rs index 97497f24..7637d70d 100644 --- a/common/src/grpc_error.rs +++ b/common/src/grpc_error.rs @@ -1,6 +1,11 @@ pub const ERROR_REASON_METADATA_KEY: &str = "komp-ac-error-reason"; pub const AFFECTED_PROFILES_METADATA_KEY: &str = "komp-ac-affected-profiles"; +pub const ACCOUNT_PATH_METADATA_KEY: &str = "komp-ac-account-path-bin"; +pub const ACCOUNT_PREFIX_METADATA_KEY: &str = "komp-ac-account-prefix-bin"; +pub const ACCOUNT_CURRENCY_METADATA_KEY: &str = "komp-ac-account-currency"; +pub const ACCOUNT_FIELD_METADATA_KEY: &str = "komp-ac-account-field-bin"; pub const COMPUTED_VALUE_MISMATCH_REASON: &str = "computed-value-mismatch"; +pub const ACCOUNT_NOT_FOUND_REASON: &str = "account-not-found"; pub const ROW_STALE_REASON: &str = "row-stale"; pub const ROW_ID_CONFLICT_REASON: &str = "row-id-conflict"; pub const VERSIONED_UPDATE_CONFIRMATION_REASON: &str = "versioned-update-confirmation"; diff --git a/server b/server index 6e8ac323..07348044 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 6e8ac32389ac7e69556ed0f1afe6fef8c0d68a68 +Subproject commit 0734804445ab1700869fe5748544987e885495f7