Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/sdk/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ describe('MermaidChart', () => {
return {
fullName: 'Test User',
emailAddress: 'test@invalid.invalid',
analyticsID: '00000000-0000-0000-0000-0000000000aa',
};
});
});
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export interface AuthState {
export interface MCUser {
fullName: string;
emailAddress: string;
analyticsID: string;
}
Comment thread
Copilot marked this conversation as resolved.

export interface AICreditsUsage {
Expand Down
Loading