Skip to content

Commit 4e7aee8

Browse files
committed
chore: add dedicatedSupportChannel to TeamResponse
1 parent 5492331 commit 4e7aee8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/dry-emus-exist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/service-utils": patch
3+
---
4+
5+
chore: add dedicatedSupportChannel to TeamResponse

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ export type TeamResponse = {
147147
unthreadCustomerId: string | null;
148148
planCancellationDate: string | null;
149149
verifiedDomain: string | null;
150+
dedicatedSupportChannel: {
151+
type: "slack" | "telegram";
152+
name: string;
153+
} | null;
150154
};
151155

152156
export type ProjectSecretKey = {

0 commit comments

Comments
 (0)