@kittycad/lib 4.2.1 → 4.2.3
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.
|
@@ -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. */
|