feat: update ExternalSource enum and labels to include User and adjust related mappings
This commit is contained in:
@@ -72,14 +72,14 @@ export const ContactTypeLabels: Record<ContactType, string> = {
|
||||
}
|
||||
|
||||
export enum ExternalSource {
|
||||
WebChat = "web_chat",
|
||||
WechatMP = "wechat_mp",
|
||||
Guest = "guest",
|
||||
WxWorkKF = "wxwork_kf",
|
||||
User = "user",
|
||||
}
|
||||
export const ExternalSourceLabels: Record<ExternalSource, string> = {
|
||||
[ExternalSource.WebChat]: "网页客服",
|
||||
[ExternalSource.WechatMP]: "微信公众号",
|
||||
[ExternalSource.Guest]: "访客",
|
||||
[ExternalSource.WxWorkKF]: "企业微信客服",
|
||||
[ExternalSource.User]: "用户",
|
||||
}
|
||||
|
||||
export enum Gender {
|
||||
|
||||
Reference in New Issue
Block a user