v0.3.0 — entitlements catalog in PublicPoliciesResponse

Mirrors keysat 0014 + TS SDK 0.3.0. PublicPoliciesProduct gains
entitlements_catalog: Vec<EntitlementDef> with {slug, name,
description}. SDK consumers' in-app tier pickers can render display
names + tooltip descriptions instead of raw slugs. Empty vec on
legacy products without a catalog. No breaking change.
This commit is contained in:
Keysat
2026-05-10 07:58:58 -05:00
parent 5dd301cd69
commit a0d3f47192
4 changed files with 29 additions and 4 deletions
Generated
+1 -1
View File
@@ -511,7 +511,7 @@ dependencies = [
[[package]]
name = "keysat-licensing-client"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"data-encoding",
"ed25519-dalek",