Improve terminal entitlement resilience

This commit is contained in:
2569718930@qq.com
2026-05-30 19:10:19 +08:00
parent 097971f107
commit e864181c3c
7 changed files with 594 additions and 29 deletions
@@ -10,6 +10,7 @@ export type AuthProfilePayload = {
subscription_queued_days?: number | null;
points?: number | null;
degraded_auth_profile?: boolean | null;
entitlement_snapshot?: boolean | null;
};
function queuedDays(value: unknown) {