@@ -323,8 +323,9 @@ export interface ManagedAuth {
323323 /**
324324 * Interval in seconds between automatic health checks. When set, the system
325325 * periodically verifies the authentication status and triggers re-authentication
326- * if needed. Must be between 300 (5 minutes) and 86400 (24 hours). Default is 3600
327- * (1 hour).
326+ * if needed. Maximum is 86400 (24 hours). Default is 3600 (1 hour). The minimum
327+ * depends on your plan: Enterprise: 300 (5 minutes), Startup: 1200 (20 minutes),
328+ * Hobbyist: 3600 (1 hour).
328329 */
329330 health_check_interval ?: number | null ;
330331
@@ -535,8 +536,9 @@ export interface ManagedAuthCreateRequest {
535536 /**
536537 * Interval in seconds between automatic health checks. When set, the system
537538 * periodically verifies the authentication status and triggers re-authentication
538- * if needed. Must be between 300 (5 minutes) and 86400 (24 hours). Default is 3600
539- * (1 hour).
539+ * if needed. Maximum is 86400 (24 hours). Default is 3600 (1 hour). The minimum
540+ * depends on your plan: Enterprise: 300 (5 minutes), Startup: 1200 (20 minutes),
541+ * Hobbyist: 3600 (1 hour).
540542 */
541543 health_check_interval ?: number ;
542544
@@ -849,8 +851,9 @@ export interface ConnectionCreateParams {
849851 /**
850852 * Interval in seconds between automatic health checks. When set, the system
851853 * periodically verifies the authentication status and triggers re-authentication
852- * if needed. Must be between 300 (5 minutes) and 86400 (24 hours). Default is 3600
853- * (1 hour).
854+ * if needed. Maximum is 86400 (24 hours). Default is 3600 (1 hour). The minimum
855+ * depends on your plan: Enterprise: 300 (5 minutes), Startup: 1200 (20 minutes),
856+ * Hobbyist: 3600 (1 hour).
854857 */
855858 health_check_interval ?: number ;
856859
0 commit comments