feat(consent): user_terms_consents + /v1/me/consent

This commit is contained in:
Sven (AAMOS AI)
2026-08-13 02:06:44 +07:00
parent 1df3ca1709
commit 61c3193f17
8 changed files with 10534 additions and 1 deletions
+3
View File
@@ -180,3 +180,6 @@ export const STORE_SECTION_LABELS_SV: Record<StoreSection, string> = {
export const AI_CONTRACT_VERSION = "1.0.0";
export const API_VERSION = "v1";
/** Gällande version av användarvillkoren. Skrivs till user_terms_consents. */
export const TERMS_VERSION = "1.0";