Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

entitlement

Configures entitlement for License status from its authoritative release declaration.

Reference contract

FieldValueDescription
valueType{ organizationId: string; planSlug: string; planName: string; dofLimit: number | null; compute: "cpu-only" | "cpu-gpu"; commercialUse: boolean; expiresAt: string; }Declared input representation.
defaultRelease default applied when the field is omitted.
typescriptType{ organizationId: string; planSlug: string; planName: string; dofLimit: number | null; compute: "cpu-only" | "cpu-gpu"; commercialUse: boolean; expiresAt: string; }Compiler-resolved TypeScript contract.
requiredfalse

Configures entitlement for License status from its authoritative release declaration.

The declared value type is { organizationId: string; planSlug: string; planName: string; dofLimit: number | null; compute: "cpu-only" | "cpu-gpu"; commercialUse: boolean; expiresAt: string; }. This field is optional.

Authoritative source

Catalog
telion.app/0.1.0-beta
Identity
service/licensing/status/field/entitlement
Path
apps/desktop-electron/src/ui/LicenseGate.tsx
Symbol
DesktopLicenseStatus