|
@@ -295,7 +295,7 @@ func (c *Client) Tx(ctx context.Context) (*Tx, error) {
|
|
|
EmployeeConfig: NewEmployeeConfigClient(cfg),
|
|
|
Label: NewLabelClient(cfg),
|
|
|
LabelRelationship: NewLabelRelationshipClient(cfg),
|
|
|
- LabelTagging: NewLabelTaggingClient(cfg),
|
|
|
+ LabelTagging: NewLabelTaggingClient(cfg),
|
|
|
Message: NewMessageClient(cfg),
|
|
|
MessageRecords: NewMessageRecordsClient(cfg),
|
|
|
Msg: NewMsgClient(cfg),
|
|
@@ -352,7 +352,7 @@ func (c *Client) BeginTx(ctx context.Context, opts *sql.TxOptions) (*Tx, error)
|
|
|
EmployeeConfig: NewEmployeeConfigClient(cfg),
|
|
|
Label: NewLabelClient(cfg),
|
|
|
LabelRelationship: NewLabelRelationshipClient(cfg),
|
|
|
- LabelTagging: NewLabelTaggingClient(cfg),
|
|
|
+ LabelTagging: NewLabelTaggingClient(cfg),
|
|
|
Message: NewMessageClient(cfg),
|
|
|
MessageRecords: NewMessageRecordsClient(cfg),
|
|
|
Msg: NewMsgClient(cfg),
|
|
@@ -406,10 +406,10 @@ func (c *Client) Use(hooks ...Hook) {
|
|
|
for _, n := range []interface{ Use(...Hook) }{
|
|
|
c.Agent, c.AgentBase, c.AliyunAvatar, c.AllocAgent, c.BatchMsg, c.Category,
|
|
|
c.ChatRecords, c.ChatSession, c.Contact, c.CreditBalance, c.CreditUsage,
|
|
|
- c.Employee, c.EmployeeConfig, c.Label,
|
|
|
- c.LabelRelationship, c.LabelTagging, c.Message, c.MessageRecords, c.Msg, c.PayRecharge,
|
|
|
- c.Server, c.SopNode, c.SopStage, c.SopTask, c.Token, c.Tutorial, c.UsageDetail,
|
|
|
- c.UsageStatisticDay, c.UsageStatisticHour, c.UsageStatisticMonth, c.UsageTotal, c.WorkExperience,
|
|
|
+ c.Employee, c.EmployeeConfig, c.Label, c.LabelRelationship, c.LabelTagging,
|
|
|
+ c.Message, c.MessageRecords, c.Msg, c.PayRecharge, c.Server, c.SopNode,
|
|
|
+ c.SopStage, c.SopTask, c.Token, c.Tutorial, c.UsageDetail, c.UsageStatisticDay,
|
|
|
+ c.UsageStatisticHour, c.UsageStatisticMonth, c.UsageTotal, c.WorkExperience,
|
|
|
c.WpChatroom, c.WpChatroomMember, c.Wx, c.WxCard, c.WxCardUser, c.WxCardVisit,
|
|
|
} {
|
|
|
n.Use(hooks...)
|
|
@@ -422,11 +422,10 @@ func (c *Client) Intercept(interceptors ...Interceptor) {
|
|
|
for _, n := range []interface{ Intercept(...Interceptor) }{
|
|
|
c.Agent, c.AgentBase, c.AliyunAvatar, c.AllocAgent, c.BatchMsg, c.Category,
|
|
|
c.ChatRecords, c.ChatSession, c.Contact, c.CreditBalance, c.CreditUsage,
|
|
|
- c.Employee, c.EmployeeConfig, c.Label,
|
|
|
- c.LabelRelationship, c.LabelTagging, c.Message, c.MessageRecords, c.Msg,
|
|
|
- c.PayRecharge,
|
|
|
- c.Server, c.SopNode, c.SopStage, c.SopTask, c.Token, c.Tutorial, c.UsageDetail,
|
|
|
- c.UsageStatisticDay, c.UsageStatisticHour, c.UsageStatisticMonth, c.UsageTotal, c.WorkExperience,
|
|
|
+ c.Employee, c.EmployeeConfig, c.Label, c.LabelRelationship, c.LabelTagging,
|
|
|
+ c.Message, c.MessageRecords, c.Msg, c.PayRecharge, c.Server, c.SopNode,
|
|
|
+ c.SopStage, c.SopTask, c.Token, c.Tutorial, c.UsageDetail, c.UsageStatisticDay,
|
|
|
+ c.UsageStatisticHour, c.UsageStatisticMonth, c.UsageTotal, c.WorkExperience,
|
|
|
c.WpChatroom, c.WpChatroomMember, c.Wx, c.WxCard, c.WxCardUser, c.WxCardVisit,
|
|
|
} {
|
|
|
n.Intercept(interceptors...)
|
|
@@ -6035,19 +6034,21 @@ func (c *WxCardVisitClient) mutate(ctx context.Context, m *WxCardVisitMutation)
|
|
|
type (
|
|
|
hooks struct {
|
|
|
Agent, AgentBase, AliyunAvatar, AllocAgent, BatchMsg, Category, ChatRecords,
|
|
|
- ChatSession, Contact, CreditBalance, CreditUsage, Employee, EmployeeConfig, Label, LabelRelationship,
|
|
|
- LabelTagging, Message,MessageRecords, Msg, PayRecharge, Server, SopNode, SopStage, SopTask, Token,
|
|
|
- Tutorial, UsageDetail, UsageStatisticDay, UsageStatisticHour,
|
|
|
- UsageStatisticMonth, UsageTotal, WorkExperience, WpChatroom, WpChatroomMember,
|
|
|
- Wx, WxCard, WxCardUser, WxCardVisit []ent.Hook
|
|
|
+ ChatSession, Contact, CreditBalance, CreditUsage, Employee, EmployeeConfig,
|
|
|
+ Label, LabelRelationship, LabelTagging, Message, MessageRecords, Msg,
|
|
|
+ PayRecharge, Server, SopNode, SopStage, SopTask, Token, Tutorial, UsageDetail,
|
|
|
+ UsageStatisticDay, UsageStatisticHour, UsageStatisticMonth, UsageTotal,
|
|
|
+ WorkExperience, WpChatroom, WpChatroomMember, Wx, WxCard, WxCardUser,
|
|
|
+ WxCardVisit []ent.Hook
|
|
|
}
|
|
|
inters struct {
|
|
|
Agent, AgentBase, AliyunAvatar, AllocAgent, BatchMsg, Category, ChatRecords,
|
|
|
- ChatSession, Contact, CreditBalance, CreditUsage, Employee, EmployeeConfig, Label, LabelRelationship,
|
|
|
- LabelTagging, Message,MessageRecords, Msg, PayRecharge, Server, SopNode, SopStage, SopTask, Token,
|
|
|
- Tutorial, UsageDetail, UsageStatisticDay, UsageStatisticHour,
|
|
|
- UsageStatisticMonth, UsageTotal, WorkExperience, WpChatroom, WpChatroomMember,
|
|
|
- Wx, WxCard, WxCardUser, WxCardVisit []ent.Interceptor
|
|
|
+ ChatSession, Contact, CreditBalance, CreditUsage, Employee, EmployeeConfig,
|
|
|
+ Label, LabelRelationship, LabelTagging, Message, MessageRecords, Msg,
|
|
|
+ PayRecharge, Server, SopNode, SopStage, SopTask, Token, Tutorial, UsageDetail,
|
|
|
+ UsageStatisticDay, UsageStatisticHour, UsageStatisticMonth, UsageTotal,
|
|
|
+ WorkExperience, WpChatroom, WpChatroomMember, Wx, WxCard, WxCardUser,
|
|
|
+ WxCardVisit []ent.Interceptor
|
|
|
}
|
|
|
)
|
|
|
|