Skip to content

Commit fc7adc7

Browse files
ggazzoclaude
andcommitted
fix(core-typings): make modules optional in CloudConfirmationPollData licenseData
The cloud confirmation poll response does not always include modules in the license data payload. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a863b99 commit fc7adc7

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
@@ -34,7 +34,7 @@ type CloudConfirmationPollDataSuccess = {
3434
address: string;
3535
license: string;
3636
updatedAt: string;
37-
modules: string;
37+
modules?: string;
3838
expireAt: string;
3939
};
4040
};

0 commit comments

Comments
 (0)