Skip to content

Commit a863b99

Browse files
ggazzoclaude
andcommitted
fix(core-typings): make verification_url optional in CloudRegistrationIntentData
The cloud registration API does not always return verification_url in the intent data response. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1dbfce4 commit a863b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core-typings/src/ICloud.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export type CloudRegistrationStatus = {
99
export type CloudRegistrationIntentData = {
1010
device_code: string;
1111
user_code: string;
12-
verification_url: string;
12+
verification_url?: string;
1313
interval: number;
1414
expires_in: number;
1515
};

0 commit comments

Comments
 (0)