@kittycad/lib 4.2.2 → 4.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3577,7 +3577,7 @@ export interface MlCopilotFile {
3577
3577
  /** The name of the file. */
3578
3578
  name: string;
3579
3579
  }
3580
- export type MlCopilotMode = 'fast' | 'thoughtful';
3580
+ export type MlCopilotMode = 'fast' | 'thoughtful' | 'auto';
3581
3581
  export interface MlCopilotModeOption {
3582
3582
  /** Human-readable display description. */
3583
3583
  description: string;
@@ -7158,6 +7158,14 @@ export interface OrgAdminDetails {
7158
7158
  block?: BlockReason;
7159
7159
  /** nullable:true, description:Human-friendly block reason message. */
7160
7160
  block_message?: string;
7161
+ /**
7162
+ * {
7163
+ * "nullable": true,
7164
+ * "format": "int32",
7165
+ * "description": "Optional org-wide per-user override for concurrent engine sessions."
7166
+ * }
7167
+ */
7168
+ max_engine_sessions_per_user_override?: number;
7161
7169
  /** Whether this organization is permanently exempt from blocking. */
7162
7170
  never_block: boolean;
7163
7171
  /** Known payment methods on file. */