chore: build library from latest spec [skip ci]

This commit is contained in:
Revolt CI
2025-05-10 16:02:14 +00:00
parent b3b55c8bf2
commit c8fbff60c3
+4
View File
@@ -2541,6 +2541,10 @@ export interface components {
token: string;
/** @description Display name */
name: string;
/** @description When the session was last logged in (iso8601 timestamp) */
last_seen: string;
/** @description What is the session origin? This could be used to differentiate sessions that come from staging/test vs prod, etc. Authifier will set this to None by default. The application must fill it in. */
origin?: string | null;
/** @description Web Push subscription */
subscription?: components["schemas"]["WebPushSubscription"] | null;
}