FEAT - LAUNCHER: модульный доступ Codex Agent API
This commit is contained in:
@@ -36,3 +36,17 @@ export interface EffectiveAccessResult {
|
||||
source?: ServiceGrantTargetType | "exception";
|
||||
sourceId?: string;
|
||||
}
|
||||
|
||||
export type ServiceModuleId = "codex_agents";
|
||||
|
||||
export interface ServiceModuleEntitlement {
|
||||
id: string;
|
||||
clientId: string;
|
||||
serviceId: string;
|
||||
userId: string;
|
||||
moduleId: ServiceModuleId;
|
||||
enabled: boolean;
|
||||
createdByUserId?: string | null;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user