From a9a2c23736bafda2d316ce7d667772e3cbe36bd5 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Mon, 24 Nov 2025 14:32:38 -0600 Subject: add autoupdate: notify --- packages/sdk/js/src/gen/types.gen.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/sdk/js/src/gen') diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index e2e611db1..3ba41cc23 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -1021,9 +1021,9 @@ export type Config = { */ autoshare?: boolean /** - * Automatically update to the latest version + * Automatically update to the latest version. Set to true to auto-update, false to disable, or 'notify' to show update notifications */ - autoupdate?: boolean + autoupdate?: boolean | "notify" /** * Disable providers that are loaded automatically */ -- cgit v1.2.3