UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

1 lines 458 B
import{z}from"#compiled/zod/index.js";const runtimeSessionAuthAttributeValueSchema=z.union([z.string(),z.array(z.string()).readonly()]);z.object({attributes:z.record(z.string(),runtimeSessionAuthAttributeValueSchema).readonly(),authenticator:z.enum([`http-basic`,`jwt-hmac`,`jwt-ecdsa`,`oidc`]),issuer:z.string().optional(),principalId:z.string(),principalType:z.enum([`service`,`user`,`runtime`,`unknown`]),subject:z.string().optional()}).strict();export{};