Skip to content

Commit 73628b1

Browse files
committed
chore: Add unthreadCustomerId to TeamResponse
1 parent 7ab76ac commit 73628b1

File tree

1 file changed

+1
-0
lines changed
  • packages/service-utils/src/core

1 file changed

+1
-0
lines changed

packages/service-utils/src/core/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export type TeamResponse = {
108108
enabledScopes: ServiceName[];
109109
isOnboarded: boolean;
110110
capabilities: TeamCapabilities;
111+
unthreadCustomerId: string | null;
111112
};
112113

113114
export type ProjectSecretKey = {

0 commit comments

Comments
 (0)